/irc-logs / mozilla / #developers / 2012-02-03 / end

Options:

  1. # Session Start: Fri Feb 03 00:00:00 2012
  2. # Session Ident: #developers
  3. # [00:00] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Quit: mdas)
  4. # [00:00] <@roc> or even clip-path might work for this
  5. # [00:01] * Quits: hipokrit (hipokrit@22C5D8DD.50351D53.E949568B.IP) (Ping timeout)
  6. # [00:01] * Joins: alex (alex@moz-BD8D0A09.lightspeed.sntcca.sbcglobal.net)
  7. # [00:01] <@roc> wesj: actually I think "allow SVG filter, mask and clip-path to work on any Web content" is something that no-one is opposed to, so hopefully we'll get at least that
  8. # [00:01] * Quits: sewardj (sewardj@moz-18705F16.reverse.destiny.be) (Ping timeout)
  9. # [00:01] <Jesse> roc: what's really happening in UpdateCurrentCanvasForInvalidation? is it putting the pixels that were just drawn on the screen into the canvas? or is it doing a separate paint into the canvas that just happens to have the same dimensions?
  10. # [00:02] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  11. # [00:02] * Joins: sewardj (sewardj@moz-18705F16.reverse.destiny.be)
  12. # [00:03] <wesj> roc: good to hear! i'm a bit of an svg junkie...
  13. # [00:03] <Kwan> nemo: huh, selecting the hello world text and then taking focus out of the document by going to the URL bar makes Hello World disappear, in fx10
  14. # [00:04] <@roc> Jesse: having determined that 'rects' has changed, it updates the canvas with a snapshot of the new values of those pixels
  15. # [00:04] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  16. # [00:04] <@roc> the snapshotting process, i.e. drawWindow, can do a couple of different things. In the most efficient case, it recomposites the layer tree that we just built
  17. # [00:05] <@roc> that's when USE_WIDGET_LAYERS flag is passed
  18. # [00:05] <@roc> when that flag is not passed, we redraw from scratch
  19. # [00:05] * Joins: birtles (chatzilla@moz-348F61F0.mozilla.or.jp)
  20. # [00:05] <@roc> we never grab pixels from the screen, since we don't have a crossplatform way to do that and it would break if something's in front of the window
  21. # [00:06] * Joins: jdm (jdm@moz-34A0AC90.uwaterloo.ca)
  22. # [00:07] <armenzg> everything is finally looking good
  23. # [00:07] * armenzg is now known as armenzg_dinner
  24. # [00:08] * philor|away is now known as philor
  25. # [00:08] * Joins: SeoZ (DanielJuyu@moz-BBE3ABD.mv.mozilla.com)
  26. # [00:08] * Quits: SeoZ (DanielJuyu@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  27. # [00:08] * Joins: SeoZ (DanielJuyu@moz-BBE3ABD.mv.mozilla.com)
  28. # [00:09] <nemo> Kwan: well. before I added the selection rule, hello world would disappear just by selecting it :)
  29. # [00:09] * Quits: jgilbert (jgilbert@77BF8A43.C1607DFF.95579CE8.IP) (Connection reset by peer)
  30. # [00:10] * Joins: jgilbert (jgilbert@77BF8A43.C1607DFF.95579CE8.IP)
  31. # [00:10] * jgriffin-afk is now known as jgriffin
  32. # [00:10] <nemo> or rather, I guess the filter was applied to the selection colouring
  33. # [00:10] * Quits: cers (textual@moz-E3288E2B.bynqu1.dynamic.dsl.tele.dk) (Ping timeout)
  34. # [00:10] * Quits: sheppy (sheppy@moz-F39D62DA.dhcp.kgpt.tn.charter.com) (Quit: sheppy)
  35. # [00:10] <nemo> anyway. yeah. that's pretty much the same behaviour
  36. # [00:10] <nemo> odd that it ignores the :selection rule
  37. # [00:10] * Quits: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP) (Quit: madhava)
  38. # [00:11] * Joins: dseif (dseif@CE526453.531FD64C.630E4E47.IP)
  39. # [00:11] * Joins: gandalf (zbraniecki@74E406D.A6B942B2.1D05C454.IP)
  40. # [00:12] * Joins: bretr (bret_recka@moz-BBE3ABD.mv.mozilla.com)
  41. # [00:12] * Joins: cers (textual@moz-E3288E2B.bynqu1.dynamic.dsl.tele.dk)
  42. # [00:13] * Quits: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.19/2010030105])
  43. # [00:14] * Joins: harth (harth@moz-7DADA64D.lightspeed.sntcca.sbcglobal.net)
  44. # [00:15] <edmorley> armenzg_dinner: looking good, thank you :-)
  45. # [00:16] <nemo> wesj: anyway. I think you should change http://thewebrocks.com/ to use that cutout effect instead :)
  46. # [00:18] * Quits: ajuma (ajuma@F2D29657.F60B0462.67AC9B1.IP) (Quit: ajuma)
  47. # [00:19] * Quits: jprmc (jprmc@moz-18705F16.reverse.destiny.be) (Ping timeout)
  48. # [00:20] * Joins: jprmc (jprmc@moz-18705F16.reverse.destiny.be)
  49. # [00:20] * Quits: ddahl (ddahl@B21EA2F6.D90C1DEF.43362C16.IP) (Ping timeout)
  50. # [00:20] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  51. # [00:21] * Quits: aja (aja@FE01A14B.D3D1D2A7.7880DB15.IP) (Quit: Quit)
  52. # [00:22] <josh> jimm: thanks for doing the logging, glad it looks like what we expected
  53. # [00:22] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  54. # [00:22] * Quits: sicking (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  55. # [00:23] * Quits: beaufour (beaufour@18D5CC88.C7EE4FB2.ECED8BE3.IP) (Quit: beaufour)
  56. # [00:26] * Joins: mib_tvri8a (Mibbit@CE33479A.AC6A6CF5.1D5753B8.IP)
  57. # [00:27] * Quits: Enn (enn@moz-18705F16.reverse.destiny.be) (Ping timeout)
  58. # [00:27] <mib_tvri8a> hi
  59. # [00:27] * Joins: Enn (enn@moz-18705F16.reverse.destiny.be)
  60. # [00:27] * Quits: ptheriault (ptheriault@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  61. # [00:27] <mib_tvri8a> When will repair bugs https://bugzilla.mozilla.org/show_bug.cgi?id=678800
  62. # [00:27] <armenzg_dinner> edmorley: phew
  63. # [00:27] * Joins: ptheriault (ptheriault@moz-BBE3ABD.mv.mozilla.com)
  64. # [00:28] <armenzg_dinner> good night. I will come back later but I already verified that we're good
  65. # [00:28] * Quits: SeoZ (DanielJuyu@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  66. # [00:28] * Quits: se (DS@moz-B62ECC33.wi.res.rr.com) (Ping timeout)
  67. # [00:28] * Parts: ptheriault (ptheriault@moz-BBE3ABD.mv.mozilla.com)
  68. # [00:28] * Joins: biesi (cbiesinger@moz-D617BE71.adsl-static.isp.belgacom.be)
  69. # [00:28] * Quits: armenzg_dinner (armenzg@moz-7B7ED579.home1.cgocable.net) (Input/output error)
  70. # [00:28] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  71. # [00:28] * Joins: se (DS@moz-B62ECC33.wi.res.rr.com)
  72. # [00:29] * Quits: andreasn (andreasn@moz-BB6A8755.bredband.comhem.se) (Ping timeout)
  73. # [00:29] * Joins: armenzg_dinner (armenzg@moz-A6FE435.build.sjc1.mozilla.com)
  74. # [00:29] * Quits: gandalf (zbraniecki@74E406D.A6B942B2.1D05C454.IP) (Ping timeout)
  75. # [00:29] * Joins: ptheriault (ptheriault@moz-BBE3ABD.mv.mozilla.com)
  76. # [00:30] * Quits: Unfocused (u2622@moz-160C58C6.com) (Max SendQ exceeded)
  77. # [00:30] * Quits: jaws (u2871@moz-160C58C6.com) (Max SendQ exceeded)
  78. # [00:30] * Joins: Unfocused (u2622@moz-160C58C6.com)
  79. # [00:30] * Quits: jdm (jdm@moz-34A0AC90.uwaterloo.ca) (Client exited)
  80. # [00:30] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  81. # [00:31] * davehunt is now known as davehunt|away
  82. # [00:31] * Quits: kaie (kaie@moz-DAC120A2.dip.t-dialin.net) (Ping timeout)
  83. # [00:32] * Joins: kaie (kaie@moz-DAC120A2.dip.t-dialin.net)
  84. # [00:33] * Quits: bb10 (bb10@moz-C7B05616.org) (Ping timeout)
  85. # [00:34] * Joins: bb10 (bb10@moz-C7B05616.org)
  86. # [00:34] * Quits: jlebar|dinner (~jlebarmac@moz-3F3A6302.dyn.columbia.edu) (Quit: jlebar|dinner)
  87. # [00:34] * Quits: armenzg_dinner (armenzg@moz-A6FE435.build.sjc1.mozilla.com) (Ping timeout)
  88. # [00:34] * BenWa is now known as BenWa|sms
  89. # [00:35] * Quits: florian (florian@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.2a1pre)
  90. # [00:35] * Quits: bb10 (bb10@moz-C7B05616.org) (Ping timeout)
  91. # [00:36] * Quits: bretr (bret_recka@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  92. # [00:37] * Joins: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net)
  93. # [00:37] * Joins: bretr (bret_recka@moz-BBE3ABD.mv.mozilla.com)
  94. # [00:38] * gregglind is now known as gregglind_away
  95. # [00:38] * Joins: bb10 (bb10@moz-C7B05616.org)
  96. # [00:39] * Joins: Ventron (michael@moz-C48FD255.dyn.iinet.net.au)
  97. # [00:39] * Joins: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net)
  98. # [00:40] * Joins: SeoZ (DanielJuyu@moz-BBE3ABD.mv.mozilla.com)
  99. # [00:41] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  100. # [00:42] * Quits: sewardj (sewardj@moz-18705F16.reverse.destiny.be) (Ping timeout)
  101. # [00:42] * Quits: Enn (enn@moz-18705F16.reverse.destiny.be) (Ping timeout)
  102. # [00:42] * Quits: mib_tvri8a (Mibbit@CE33479A.AC6A6CF5.1D5753B8.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  103. # [00:42] * Joins: sewardj (sewardj@moz-18705F16.reverse.destiny.be)
  104. # [00:42] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  105. # [00:42] * Joins: Enn (enn@moz-18705F16.reverse.destiny.be)
  106. # [00:42] * Joins: zippity (Mibbit@CE33479A.AC6A6CF5.1D5753B8.IP)
  107. # [00:43] <decoder> if I have multiple patches in a patch queue, can I somehow move some out of that queue into separate queues?
  108. # [00:43] <decoder> (i got a patch in there that is independent of all others, it doesnt really belong into the queue)
  109. # [00:45] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  110. # [00:45] * Joins: smooney (smooney@moz-BBE3ABD.mv.mozilla.com)
  111. # [00:45] <jimm> josh: any comment on bug 285982? Looks like a null mCountent pointer in code added to Destroy.
  112. # [00:46] <jimm> no STR though, so hard to say.
  113. # [00:46] * mcote is now known as mcote|afk
  114. # [00:47] * Quits: gcp (gpascutto@moz-D0E475EA.access.telenet.be) (Quit: Make a new plan, Stan!)
  115. # [00:47] * Quits: nrc (nrc@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  116. # [00:47] * Cwiiis is now known as CwiiisAway
  117. # [00:48] * zpao is now known as zpao|detached
  118. # [00:48] <reuben> decoder, check out |hg qqueue --help|
  119. # [00:49] <josh> jimm: still in a meeting but hopefully I can look soon
  120. # [00:49] * Joins: cadecairos (cadecairos@moz-632B4208.cpe.net.cable.rogers.com)
  121. # [00:50] * Quits: edmorley (edmorley@moz-D7FF4E64.range86-166.btcentralplus.com) (Quit: nn)
  122. # [00:51] * Quits: zippity (Mibbit@CE33479A.AC6A6CF5.1D5753B8.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  123. # [00:51] * Quits: kaie (kaie@moz-DAC120A2.dip.t-dialin.net) (Ping timeout)
  124. # [00:51] * Joins: kaie (kaie@moz-DAC120A2.dip.t-dialin.net)
  125. # [00:54] * Quits: KaiRo (robert@moz-92F6399F.adsl.highway.telekom.at) (Ping timeout)
  126. # [00:55] * Quits: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk) (Ping timeout)
  127. # [00:55] * Quits: karl (karl@moz-EF89AC40.jetstream.xtra.co.nz) (Ping timeout)
  128. # [00:56] * Joins: jlebar|mac (~jlebarmac@moz-3F3A6302.dyn.columbia.edu)
  129. # [00:56] * Joins: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk)
  130. # [00:56] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  131. # [00:57] * Quits: pnemsak (Miranda@moz-7409BD53.orange.sk) (Quit: pnemsak)
  132. # [00:57] * Joins: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  133. # [00:57] * Quits: Enn (enn@moz-18705F16.reverse.destiny.be) (Ping timeout)
  134. # [00:58] * Quits: dseif (dseif@CE526453.531FD64C.630E4E47.IP) (Input/output error)
  135. # [00:59] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  136. # [01:01] * zpao|detached is now known as zpao
  137. # [01:03] * Quits: squib (squib-@moz-415BAA34.engr.wisc.edu) (Quit: Leaving)
  138. # [01:03] * Quits: smontagu (chatzilla@moz-AC07A1A2.red.bezeqint.net) (Ping timeout)
  139. # [01:03] * Quits: jorendorff (jorendorff@moz-FAB36621.hsd1.tn.comcast.net) (Quit: jorendorff)
  140. # [01:03] * Quits: sewardj (sewardj@moz-18705F16.reverse.destiny.be) (Ping timeout)
  141. # [01:06] * Joins: jimb (user@moz-51B190AA.ptld.qwest.net)
  142. # [01:07] * jmaher|afk is now known as jmaher
  143. # [01:08] <timeless> anyone here work on build config?
  144. # [01:08] <timeless> could someone please explain to me why necko-wifi is opt-out instead of opt-in (for whichever platforms actually *do* support it)?
  145. # [01:09] * Quits: kaie (kaie@moz-DAC120A2.dip.t-dialin.net) (Ping timeout)
  146. # [01:10] * Quits: AutomatedTester (AutomatedT@moz-91579DE6.as13285.net) (Input/output error)
  147. # [01:10] * Joins: espindola (espindola@moz-18705F16.reverse.destiny.be)
  148. # [01:10] * Joins: sewardj (sewardj@moz-18705F16.reverse.destiny.be)
  149. # [01:10] * jmaher is now known as jmaher|afk
  150. # [01:11] * Ziggy_Maes is now known as Ziggy|AWAY
  151. # [01:12] * Joins: andreasn (andreasn@moz-3CC3C389.a336.priv.bahnhof.se)
  152. # [01:12] * Joins: kaie (kaie@moz-DAC120A2.dip.t-dialin.net)
  153. # [01:13] * rail is now known as rail_away
  154. # [01:14] * Quits: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com) (Quit: damons)
  155. # [01:14] * Quits: cadecairos (cadecairos@moz-632B4208.cpe.net.cable.rogers.com) (Quit: Konversation terminated!)
  156. # [01:14] * Joins: cfree (chatzilla@moz-8470EB89.sc.res.rr.com)
  157. # [01:15] * coop is now known as coop|afk
  158. # [01:16] * joduinn-mtg is now known as joduinn-biab
  159. # [01:17] * Joins: dseif (dseif@moz-252F2F1F.dsl.teksavvy.com)
  160. # [01:17] * Joins: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net)
  161. # [01:17] * catlee is now known as catlee-away
  162. # [01:18] * Quits: Goldorak (chatzilla@854C7AE3.9DA98ED8.187A1082.IP) (Quit: ChatZilla 0.9.88 [Firefox 10.0/20120129021758])
  163. # [01:18] * Quits: Olipro (Olipro@moz-9F100761.catv.pool.telekom.hu) (Ping timeout)
  164. # [01:20] * Quits: kaie (kaie@moz-DAC120A2.dip.t-dialin.net) (Ping timeout)
  165. # [01:21] * Joins: kaie (kaie@moz-DAC120A2.dip.t-dialin.net)
  166. # [01:25] <Bas> espindola: Thanks for finding that clang issue! Much appreciated!
  167. # [01:25] * Joins: Olipro (Olipro@moz-9F100761.catv.pool.telekom.hu)
  168. # [01:25] <espindola> Bas: np
  169. # [01:25] * Quits: sewardj (sewardj@moz-18705F16.reverse.destiny.be) (Ping timeout)
  170. # [01:26] <espindola> trying to get build to work with the official mozconfigs
  171. # [01:26] <espindola> Werror is particular is being fun
  172. # [01:26] * Quits: drice (derice@1606D15F.E628B196.8E155D4E.IP) (Quit: Leaving.)
  173. # [01:26] <Bas> espindola: Well, I think I introduced this particular error.
  174. # [01:26] * Quits: kumar (kmcmillan@moz-E31CD2CB.mozilla.org) (Quit: kumar)
  175. # [01:27] <espindola> whoever added the declaration did it ...
  176. # [01:28] <Bas> Asa: MS announced C++ support using WinRT for Windows Phone 8.
  177. # [01:28] * Quits: biesi (cbiesinger@moz-D617BE71.adsl-static.isp.belgacom.be) (Ping timeout)
  178. # [01:28] * Joins: biesi (cbiesinger@moz-D617BE71.adsl-static.isp.belgacom.be)
  179. # [01:29] <Bas> Well, not anounced, but it's the big rumor atm :)
  180. # [01:30] <jhammel> rumours only count as announcements from Apple
  181. # [01:31] <Bas> I'm inclined to believe this one is true.
  182. # [01:31] <mattwoodrow> Bas: Have you finished the firefox port yet?
  183. # [01:32] <Bas> The official announcements were it would be made 'easier' to port from iOS. Which pretty much implies C support.
  184. # [01:32] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  185. # [01:32] <Bas> mattwoodrow: I'd love us to do WinRT, yes :) But the effort involved is substantial.
  186. # [01:33] * aki is now known as aki|biab
  187. # [01:34] * Quits: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving...)
  188. # [01:34] <espindola> Bas: what would be the distribution model if we ported?
  189. # [01:34] <jcranmer|away> CPP_UNIT_TESTS is horribly broken, isn't it?
  190. # [01:34] * Joins: rbgray (chatzilla@moz-DB556ADC.woh.res.rr.com)
  191. # [01:35] <espindola> is there a market like ios or android?
  192. # [01:35] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  193. # [01:35] <Bas> espindola: There's Windows Marketplace.
  194. # [01:35] <Bas> Which is you know, the same :)
  195. # [01:35] <Bas> As the market places on Android and iOS. Little bit more restrictive than Android, little less restrictive than iOS, -I think-.
  196. # [01:35] * Quits: imphil (philipp@moz-655EF802.customer.m-online.net) (Ping timeout)
  197. # [01:35] * Quits: bholley (bholley@moz-104CC309.mv.mozilla.com) (Quit: bholley)
  198. # [01:35] <jimm> Bas: we have good indication we'll be able to run under metro as a medium integrity process with access to the win32 apis.
  199. # [01:36] <jimm> The beta should come with new docs on the subject.
  200. # [01:36] * Quits: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP) (Ping timeout)
  201. # [01:36] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  202. # [01:37] <Bas> LEt's see what happens :)
  203. # [01:37] * Quits: TheLink (TheLink@moz-4D4DDD71.pools.arcor-ip.net) (Client exited)
  204. # [01:37] <Bas> jimm: But I have my doubts Win32 will be available on WP8.
  205. # [01:37] <Bas> Especially not that we know WP8 and W8 will still be two different things.
  206. # [01:37] <Bas> I'm not even sure it will be available on W8 ARM.
  207. # [01:38] <jimm> yeah, I agree.
  208. # [01:38] <jimm> we'll know in a few weeks hopfully.
  209. # [01:39] <@khuey> those talos improvements from VC10 are beautiful
  210. # [01:39] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Ping timeout)
  211. # [01:40] <jbuck> khuey: how big?
  212. # [01:40] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  213. # [01:40] <@khuey> 5-10% across the board
  214. # [01:40] * Quits: espindola (espindola@moz-18705F16.reverse.destiny.be) (Ping timeout)
  215. # [01:40] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  216. # [01:40] * Quits: dseif (dseif@moz-252F2F1F.dsl.teksavvy.com) (Input/output error)
  217. # [01:41] <Kwan> huh, en-GB windows Aurora is missing
  218. # [01:41] <harth> how do you "throw" from platform cpp?
  219. # [01:41] <@khuey> harth: return something other than NS_OK
  220. # [01:41] * Joins: espindola (espindola@moz-18705F16.reverse.destiny.be)
  221. # [01:42] <harth> khuey: okay, thanks
  222. # [01:42] * Joins: armenzg_dinner (armenzg@moz-F767CF20.acanac.net)
  223. # [01:42] <jcranmer|away> khuey: like NS_SUCCESS_ADOPTED_DATA? ;-P
  224. # [01:42] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  225. # [01:42] <@khuey> yeah yeah yeah
  226. # [01:42] * Joins: mjschranz (mjschranz@5C0550D5.531FD64C.630E4E47.IP)
  227. # [01:43] * Joins: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com)
  228. # [01:43] * Quits: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  229. # [01:43] <kwierso> "grasp laptop firmly with both hands, swing arms towards window and release..."
  230. # [01:44] <gavin> return 0x80000000;
  231. # [01:44] <jtcranmer> if necessary, kick somebody because things are broken
  232. # [01:45] * Quits: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.1/2008072406])
  233. # [01:46] * Joins: surkov (surkov@D776F4A9.D2B288F8.5D3F4C44.IP)
  234. # [01:48] * Quits: armenzg_dinner (armenzg@moz-F767CF20.acanac.net) (Input/output error)
  235. # [01:48] <jimm> khuey:Ts on xp really made a nice gain
  236. # [01:49] <@khuey> haven't seen that one yet
  237. # [01:49] * Quits: rbgray (chatzilla@moz-DB556ADC.woh.res.rr.com) (Ping timeout)
  238. # [01:50] * Joins: nrc (nrc@538BABFE.A073F3E.97BBD552.IP)
  239. # [01:54] <RyanVM> khuey: If we could talk the right people into it, PGO is still a 10% win for JS too
  240. # [01:57] <Jesse> khuey: nice! (5-10% speed win across the board by updating to VC10)
  241. # [01:57] <Jesse> khuey: any big changes to code size or memory use?
  242. # [01:58] * Joins: cadecairos (cadecairos@moz-632B4208.cpe.net.cable.rogers.com)
  243. # [01:58] <@khuey> Jesse: don't think so
  244. # [01:58] <@khuey> RyanVM: yeah, I know
  245. # [01:59] <@khuey> that's another can of worms
  246. # [01:59] <RyanVM> khuey: Hey, all it does currently is make GMail unusable :P
  247. # [01:59] <RyanVM> minor issues
  248. # [01:59] * Quits: MikeK (chatzilla@BB3DC1A3.5319E061.D57E6536.IP) (Quit: ChatZilla 0.9.88 [Firefox 3.6.24/20111107175754])
  249. # [01:59] * Quits: hub (hub@21B7B9F2.B87E9213.6E712CE2.IP) (Input/output error)
  250. # [02:00] <jhammel> if it were mozmail and google was writing a browser, they'd do it :P
  251. # [02:02] * Joins: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net)
  252. # [02:03] * Quits: josh (josh@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: josh)
  253. # [02:04] * Quits: sworkman (sworkman@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: sworkman)
  254. # [02:04] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  255. # [02:05] * Quits: joey (chatzilla@moz-EFCB4CBF.princetowncable.com) (Quit: ChatZilla 0.9.88 [Firefox 11.0a2/20120131042011])
  256. # [02:06] * juanb is now known as juanb|jog
  257. # [02:07] * aki|biab is now known as aki
  258. # [02:08] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  259. # [02:08] * Joins: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net)
  260. # [02:08] * Quits: jprmc (jprmc@moz-18705F16.reverse.destiny.be) (Connection reset by peer)
  261. # [02:08] * Quits: espindola (espindola@moz-18705F16.reverse.destiny.be) (Ping timeout)
  262. # [02:09] * Joins: squib (squib@moz-F5CA0CFB.dhcp.mdsn.wi.charter.com)
  263. # [02:09] * Quits: bmoss (bmoss@A96217FA.E637174F.6E749025.IP) (Ping timeout)
  264. # [02:10] * Joins: espindola (espindola@moz-18705F16.reverse.destiny.be)
  265. # [02:14] * Quits: jduell (jduell@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jduell)
  266. # [02:14] * jhford-buildduty is now known as jhford-work
  267. # [02:15] * jhford-work is now known as jhford-work-away
  268. # [02:16] * Joins: dcamp (dave@moz-8EBEC133.hsd1.wa.comcast.net)
  269. # [02:17] <dholbert> is bugmail broken? I've gotten none in the last hour, which is slightly worrisome
  270. # [02:18] * Quits: jimb (user@moz-51B190AA.ptld.qwest.net) (Ping timeout)
  271. # [02:18] * Joins: jduell (jduell@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  272. # [02:19] * Quits: jduell (jduell@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jduell)
  273. # [02:19] * Quits: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com) (Quit: Mardak)
  274. # [02:20] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Ping timeout)
  275. # [02:20] * joduinn-biab is now known as joduinn
  276. # [02:21] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  277. # [02:23] * Quits: biesi (cbiesinger@moz-D617BE71.adsl-static.isp.belgacom.be) (Ping timeout)
  278. # [02:23] * Quits: slowpoke (slowpoke@moz-AE67AB45.gigabit.perfect-privacy.com) (Ping timeout)
  279. # [02:24] * Joins: slowpoke (slowpoke@moz-AE67AB45.gigabit.perfect-privacy.com)
  280. # [02:24] * Quits: espindola (espindola@moz-18705F16.reverse.destiny.be) (Client exited)
  281. # [02:24] <johns> bsmedberg: ping
  282. # [02:26] * Quits: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net) (Quit: leaving)
  283. # [02:26] * Quits: jgilbert (jgilbert@77BF8A43.C1607DFF.95579CE8.IP) (Ping timeout)
  284. # [02:28] * Joins: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com)
  285. # [02:29] * Quits: ptheriault (ptheriault@moz-BBE3ABD.mv.mozilla.com) (Quit: ptheriault)
  286. # [02:30] * Joins: hub (hub@83874EA1.EB7C1AF9.6F478678.IP)
  287. # [02:31] <Unfocused> darktrojan: ping? (well, more of a pong, i guess)
  288. # [02:31] <harth> how do you check if an <nsCOMPtr>nsIAtom equals some string?
  289. # [02:31] <darktrojan> Unfocused, heh
  290. # [02:31] <darktrojan> pong and/or ping
  291. # [02:31] <Unfocused> :)
  292. # [02:31] <Unfocused> so, that accessibility bug...
  293. # [02:31] * Quits: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  294. # [02:33] <Unfocused> if you have the settings bindings implement certain interfaces (nsIAccessibileProvider and something specific to what it does), then accessibility magically works, without messing with IDs
  295. # [02:34] <lurking> dholbert: not for me, I got one about 30 mins ago
  296. # [02:34] <darktrojan> oh right that's what you meant
  297. # [02:34] <@khuey> harth: http://mxr.mozilla.org/mozilla-central/source/xpcom/ds/nsIAtom.idl#76
  298. # [02:34] <dholbert> lurking, ok :)
  299. # [02:34] <lurking> I don't watch that many bugs anymore though
  300. # [02:34] <Unfocused> darktrojan: makes sense now?
  301. # [02:35] * Joins: gkw (gkw@moz-104CC309.mv.mozilla.com)
  302. # [02:35] <darktrojan> Unfocused, well I see your point, should I implement it for all of the bindings?
  303. # [02:36] * Quits: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com) (Quit: Mardak)
  304. # [02:36] * Quits: jlebar|mac (~jlebarmac@moz-3F3A6302.dyn.columbia.edu) (Quit: jlebar|mac)
  305. # [02:36] <Unfocused> yep
  306. # [02:37] <darktrojan> does it not matter if an nsIAccessibleProvider contains another?
  307. # [02:37] <Unfocused> there may not be a perfect 1:1 mapping between some bindings and the roles nsIAccessibileProvider has... but should be able to make it good enough
  308. # [02:38] <Unfocused> afaik, it just magically works correctly - if the accessibility code sees a provider, it only looks for providers inside it for roles that was expected to have accessible sub-elements
  309. # [02:39] <Unfocused> things like tab containers, etc
  310. # [02:39] <darktrojan> do I need to implement e.g. nsIDOMXULCheckboxElement?
  311. # [02:39] <Unfocused> yep
  312. # [02:39] <Unfocused> and nsIDOMXULLabelledElement
  313. # [02:39] <darktrojan> erk.
  314. # [02:40] <darktrojan> that's even messier than what I was doing
  315. # [02:40] <Unfocused> it's not as scary as it sounds :) it's only adding a couple of properties
  316. # [02:40] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  317. # [02:40] <Unfocused> and they're just getters that return attribute values
  318. # [02:40] * Joins: brendan (brendaneic@5FB2B8EE.615B56E6.43362C16.IP)
  319. # [02:40] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  320. # [02:41] * Fallen is now known as Fallen|away
  321. # [02:41] <darktrojan> I guess I can do most of it in the base binding
  322. # [02:41] <Unfocused> yep
  323. # [02:42] * Quits: mixedpuppy (mixedpuppy@21B7B9F2.B87E9213.6E712CE2.IP) (Quit: mixedpuppy)
  324. # [02:42] <Unfocused> nsIDOMXULLabelledElement should be able to be entirely in the base binding, i think
  325. # [02:42] <darktrojan> is there anything actually worse about the way I was doing it, apart from XBL yuckness?
  326. # [02:42] <Unfocused> mostly just because of XBL :\
  327. # [02:43] <darktrojan> k
  328. # [02:43] <Unfocused> really really want to avoid setting IDs like that
  329. # [02:43] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  330. # [02:43] <Unfocused> (in fact, i was kinda surprised it worked)
  331. # [02:43] <Unfocused> i assume you tested it ;)
  332. # [02:43] <darktrojan> I di
  333. # [02:43] <darktrojan> d
  334. # [02:43] * Parts: priya (priya@moz-BBE3ABD.mv.mozilla.com) (Leaving)
  335. # [02:44] <darktrojan> I thought it was brilliantly twisted ;-)
  336. # [02:44] <Unfocused> haha
  337. # [02:44] <harth> khuey: thanks again (:
  338. # [02:44] <@bz> so
  339. # [02:44] * @bz will do his broken record thing again
  340. # [02:45] <@bz> when do we plan to do a prompted update for 3.6 users?
  341. # [02:45] * darktrojan chucks that patch out and starts again
  342. # [02:45] <darktrojan> bz: yesterday :)
  343. # [02:45] <@bz> for serious?
  344. # [02:45] <darktrojan> no
  345. # [02:45] <@bz> or are you just giving me the usual answer? ;)
  346. # [02:45] <@bz> <sigh>
  347. # [02:45] <darktrojan> have we not done it yet? :(
  348. # [02:45] * @bz feels like he must be missing some really really imporant reason why we've slipped it by _5_months_ now
  349. # [02:47] <darktrojan> Unfocused, if I implement these, will clicking on the label focus the controls?
  350. # [02:47] * Joins: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP)
  351. # [02:47] <Unfocused> darktrojan: oh, if you didn't hear... i'm leaving on holiday tomorrow, and will be without internet access for 5 days. so don't expect me to get through reviews :)
  352. # [02:47] * Quits: michal (michal@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  353. # [02:47] <Unfocused> darktrojan: i... don't know
  354. # [02:48] <harth> how do you cast a literal string into a "nsAString_internal&" ?
  355. # [02:48] <darktrojan> I did hear, how will you survive without internet? :o
  356. # [02:48] <@bz> harth: er?
  357. # [02:48] * Joins: mijia (mijia@DC4232F0.766373FB.C3A57E70.IP)
  358. # [02:48] <@bz> harth: NS_LITERAL_STRING("mysomething") ?
  359. # [02:48] * Quits: smooney (smooney@moz-BBE3ABD.mv.mozilla.com) (Quit: smooney)
  360. # [02:49] <@bz> harth: or were you looking for something else?
  361. # [02:49] * Joins: jgilbert (jgilbert@77BF8A43.C1607DFF.95579CE8.IP)
  362. # [02:49] <harth> bz: well, I'm getting "no matching function for call to ‘nsIAtom::Equals(const char [15])"
  363. # [02:49] <Unfocused> darktrojan: it's happened before!
  364. # [02:49] * Quits: igor (igor@169CEE78.E37E53F7.1DAC7E2F.IP) (Ping timeout)
  365. # [02:49] <darktrojan> in the 90s?
  366. # [02:50] <Unfocused> heh
  367. # [02:50] <Unfocused> i'll have my camera with me, which will serve as my technology fix
  368. # [02:50] * Quits: gkw (gkw@moz-104CC309.mv.mozilla.com) (Quit: Instantbird 1.1)
  369. # [02:50] <@bz> harth: why are you comparing atoms to strings?
  370. # [02:50] * darktrojan remembers a time before the 'net
  371. # [02:50] <@bz> harth: let me back up. What are you really trying to do? ;)
  372. # [02:51] <harth> bz: okay, trying to figure out if the atom for the psuedoClass equals ":moz-any-link" for that pseudo-class lock thing
  373. # [02:51] <@bz> ok
  374. # [02:52] <@bz> pseudoClass == nsCSSPseudoClasses::mozAnyLink
  375. # [02:52] * Quits: SeoZ (DanielJuyu@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  376. # [02:52] <@bz> That's the whole point of atoms: you can pointer-compare them. ;)
  377. # [02:52] <harth> oooh, thanks
  378. # [02:52] <@bz> no problem
  379. # [02:52] <darktrojan> mmm atoms
  380. # [02:53] * darktrojan splits the atom
  381. # [02:53] <harth> I see
  382. # [02:53] * Joins: ptheriault (ptheriault@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  383. # [02:53] * Quits: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  384. # [02:53] <@bz> darktrojan: BOOM!
  385. # [02:53] <@khuey> bz: depends on the atom
  386. # [02:53] <darktrojan> probably just leads to a crash, unfortunately
  387. # [02:54] * Quits: harth (harth@moz-7DADA64D.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  388. # [02:55] <@bz> khuey: well, yes. Splitting O_16 doesn't really BOOM
  389. # [02:55] <@khuey> indeed
  390. # [02:55] * Joins: rbgray (chatzilla@moz-DB556ADC.woh.res.rr.com)
  391. # [02:56] <Unfocused> us NZers do have a history of doing that...
  392. # [02:56] <darktrojan> :D
  393. # [02:57] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.13/20101203074205])
  394. # [02:57] <darktrojan> Unfocused, is there any reason why #setting-base can't extend #basetext?
  395. # [02:57] * Joins: nthomas (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  396. # [02:58] <Unfocused> off the top of my head, no
  397. # [02:58] * Unfocused looks
  398. # [02:59] <Unfocused> yea, looks like that should work
  399. # [02:59] * Quits: slowpoke (slowpoke@moz-AE67AB45.gigabit.perfect-privacy.com) (Ping timeout)
  400. # [03:00] <@bz> anyone know offhand of a quickstubbed interface that uses optional string args?
  401. # [03:00] * Joins: slowpoke (slowpoke@moz-AE67AB45.gigabit.perfect-privacy.com)
  402. # [03:00] <@bz> ah
  403. # [03:01] <@bz> I see how it works
  404. # [03:01] * zpao is now known as zpao|detached
  405. # [03:01] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  406. # [03:01] <@bz> "ick"
  407. # [03:01] <@bz> but ok
  408. # [03:01] <@bz> xpc_qsDOMString arg2(cx, (2 < argc ? argv[2] : JSVAL_NULL), (2 < argc ? &argv[2] : NULL),
  409. # [03:01] <@bz> xpc_qsDOMString::eDefaultNullBehavior,
  410. # [03:01] <@bz> xpc_qsDOMString::eDefaultUndefinedBehavior);
  411. # [03:01] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  412. # [03:02] * Quits: shorlander (shorlander@moz-853043D6.dhcp.insightbb.com) (Quit: Quit)
  413. # [03:02] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  414. # [03:03] <darktrojan> ew
  415. # [03:03] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  416. # [03:03] * aki is now known as aki|gym
  417. # [03:03] * darktrojan is glad the code he works with is more readable than that
  418. # [03:03] <@bz> darktrojan: eh
  419. # [03:04] <@bz> darktrojan: well, the actual code one would work with looks like this:
  420. # [03:04] <@bz> elif optional:
  421. # [03:04] <@bz> ...
  422. # [03:04] <@bz> argVal = "(%d < argc ? argv[%d] : %s)" % (i, i, val)
  423. # [03:04] <@bz> argPtr = "(%d < argc ? &argv[%d] : NULL)" % (i, i)
  424. # [03:04] <@bz> ...
  425. # [03:04] <@bz> if typeName is not None:
  426. # [03:04] <@bz> template = argumentUnboxingTemplates.get(typeName)
  427. # [03:04] <@bz> if template is not None:
  428. # [03:04] <@bz> f.write(substitute(template, params))
  429. # [03:04] <darktrojan> that's not so bad
  430. # [03:05] <@bz> right
  431. # [03:05] <darktrojan> heh
  432. # [03:05] <@bz> as long as it produces code the C++ compiler understands, it's more or less all good. ;)
  433. # [03:05] * Quits: @ehsan (ehsan@moz-A6FE435.build.sjc1.mozilla.com) (Input/output error)
  434. # [03:06] * Quits: AaronMT (AaronMT@moz-DB17C53A.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  435. # [03:06] * darktrojan is lost in a quagmire of XBL right now, so probably shouldn't be talking about readability
  436. # [03:06] <@bz> heh
  437. # [03:06] <@bz> what's up with xbl?
  438. # [03:07] <darktrojan> javascript inside xml is just great
  439. # [03:07] <Unfocused> its funny that you say that, after your last patch :P
  440. # [03:07] <darktrojan> :D
  441. # [03:08] <darktrojan> that was a "hey, xbl could do this for me instead of me writing dozens of extra lines" moment
  442. # [03:08] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Quit: faramarz)
  443. # [03:08] * Joins: michal (michal@moz-24890E54.hsd1.ca.comcast.net)
  444. # [03:09] * Quits: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
  445. # [03:09] <Unfocused> heh
  446. # [03:09] <darktrojan> you should see how I was going to do it :P
  447. # [03:09] <Unfocused> i'm gonna be so amused if the new approach ends up being a smaller patch....
  448. # [03:10] <kbrosnan> just remove every 3rd line then re-submit
  449. # [03:11] * Joins: cpeterso_ (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  450. # [03:12] * Quits: cpeterso_ (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
  451. # [03:12] * Quits: Polynomial-C (Poly-C@moz-2A10DF49.dip.t-dialin.net) (Ping timeout)
  452. # [03:12] <darktrojan> oh yeah also, how do I test this Unfocused?
  453. # [03:12] * Quits: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  454. # [03:12] * Joins: aja (chatzilla@FE01A14B.D3D1D2A7.7880DB15.IP)
  455. # [03:12] * Joins: Jonathan_ (JonathanS@moz-FA436756.cfl.res.rr.com)
  456. # [03:12] <Unfocused> as in unit tests? you don't
  457. # [03:13] * Quits: brendan (brendaneic@5FB2B8EE.615B56E6.43362C16.IP) (Quit: brendan)
  458. # [03:13] <darktrojan> well that's a bonus
  459. # [03:13] <Unfocused> though, MarcoZ may have a suggestion
  460. # [03:15] * Quits: kaie (kaie@moz-DAC120A2.dip.t-dialin.net) (Quit: Leaving)
  461. # [03:17] * Joins: SeoZ (DanielJuyu@moz-7B0110AD.mv.mozilla.com)
  462. # [03:18] * Joins: kanru (user@moz-99690620.hinet-ip.hinet.net)
  463. # [03:19] * joduinn is now known as joduinn-biab
  464. # [03:19] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
  465. # [03:19] * Joins: m_kato (m_kato@moz-348F61F0.mozilla.or.jp)
  466. # [03:19] <darktrojan> Unfocused, http://pastebin.mozilla.org/1472800
  467. # [03:19] * Quits: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk) (Ping timeout)
  468. # [03:20] <darktrojan> anything else, apart from the other bindings?
  469. # [03:20] * Quits: rs (rs@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  470. # [03:20] * Joins: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk)
  471. # [03:21] * Joins: ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP)
  472. # [03:21] * ChanServ sets mode: +o ehsan
  473. # [03:22] <darktrojan> hmm, there appear to be other fields in that interface that checkbox.xml doesn't implement
  474. # [03:22] <darktrojan> not sure I want to know...
  475. # [03:23] <Unfocused> if checkbox.xml gets away with it, you should be able to too
  476. # [03:23] <darktrojan> that was my theory
  477. # [03:23] * Joins: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net)
  478. # [03:24] <Unfocused> i don't see anything obviously wrong :) testing with a screenreader will tell
  479. # [03:24] * jmaher|afk is now known as jmaher
  480. # [03:25] <darktrojan> ok, well that's easy enough, I'll finish it off next week
  481. # [03:25] * Quits: SeoZ (DanielJuyu@moz-7B0110AD.mv.mozilla.com) (Connection reset by peer)
  482. # [03:26] <Unfocused> :)
  483. # [03:26] * Joins: SeoZ (DanielJuyu@moz-7B0110AD.mv.mozilla.com)
  484. # [03:26] <Unfocused> told you it looked scarier than it was!
  485. # [03:26] * Joins: josh (josh@25F88422.B7606226.6BED537B.IP)
  486. # [03:27] <darktrojan> heh
  487. # [03:27] <darktrojan> if mxr could handle xbl properly it wouldn't look so confusing
  488. # [03:27] * Quits: juanb|jog (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Quit: juanb|jog)
  489. # [03:28] <darktrojan> it's just a mass of links
  490. # [03:28] * Joins: brendan (brendaneic@moz-63D4415A.central.biz.rr.com)
  491. # [03:28] <Unfocused> yea :\
  492. # [03:28] <darktrojan> even a straight xml syntax highlight would be better
  493. # [03:28] * Unfocused nods
  494. # [03:29] <Unfocused> https://blog.mozilla.com/addons/2012/02/02/renaming-personas/ - let the bikesheding begin!
  495. # [03:29] * darktrojan shushes before someone says "congratulations to the new owner of mxr, darktrojan"
  496. # [03:29] <beltzner> Unfocused: ooh, bikeshedding
  497. # [03:29] <beltzner> that's a good nae
  498. # [03:29] <beltzner> name*
  499. # [03:30] <kbrosnan> Unfocused: UA string
  500. # [03:30] <Unfocused> heh
  501. # [03:30] <jtcranmer> I vote we call it Hot Pink
  502. # [03:30] <beltzner> I like "Beards"
  503. # [03:30] <Unfocused> beltzner++
  504. # [03:30] <darktrojan> browser tattoos
  505. # [03:30] <jtcranmer> or, do what the IMAP group did, and call it Pink Lemondae
  506. # [03:30] <jtcranmer> er, Lemonade
  507. # [03:30] * joduinn-biab is now known as joduinn
  508. # [03:30] <beltzner> clearly, plebiscite is the correct way to do this
  509. # [03:31] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  510. # [03:31] <kbrosnan> taking bets on pancake > personas
  511. # [03:31] <@bz> waffle
  512. # [03:31] * Quits: anant (Anant@moz-271479F2.hsd1.ca.comcast.net) (Quit: Leaving)
  513. # [03:31] <beltzner> kbrosnan: on what measure of comparison?
  514. # [03:31] * Joins: asac (asac@moz-B089C467.pppoe.wtnet.de)
  515. # [03:31] * timA is now known as timA|away
  516. # [03:31] <kbrosnan> after the personas > to whatever name
  517. # [03:31] <kbrosnan> ->
  518. # [03:31] <beltzner> ah, oh
  519. # [03:32] * Quits: asac_ (asac@moz-FAA93BAD.pppoe.wtnet.de) (Ping timeout)
  520. # [03:33] <kbrosnan> hmm more that i think about it browser id -> personas
  521. # [03:33] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  522. # [03:35] <cers> bz: still here?
  523. # [03:36] <@bz> yes
  524. # [03:36] <@bz> what's up?
  525. # [03:36] * Quits: andreasn (andreasn@moz-3CC3C389.a336.priv.bahnhof.se) (Ping timeout)
  526. # [03:36] <cers> bz: I was just reading through the discussion on bug 550426, and in it you state that "The DOM spec for getComputedStyle requires that it return empty strings for all shorthand properties"
  527. # [03:37] <jtcranmer> whatever happened to the proposal to "fix" C++ unit tests?
  528. # [03:37] * Joins: Mossop (mossop@moz-B365CA4B.dsl.dynamic.sonic.net)
  529. # [03:37] * Quits: chewey (chewey@moz-8250E82C.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  530. # [03:37] <cers> bz: but as far as I read it - it really doesn't. Or at least, only in some cases
  531. # [03:37] * Joins: chewey (chewey@moz-46F3298A.dip0.t-ipconnect.de)
  532. # [03:37] * Quits: @ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP) (Connection reset by peer)
  533. # [03:38] * Joins: ehsan (ehsan@moz-A6FE435.build.sjc1.mozilla.com)
  534. # [03:38] * ChanServ sets mode: +o ehsan
  535. # [03:38] <cers> bz: so I was just wondering if the spec has changed since, or if we're just reading it differently
  536. # [03:38] <@bz> cers: first off, which spec are you reading? ;)
  537. # [03:38] <cers> bz: http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSS2Properties
  538. # [03:39] <@bz> ok
  539. # [03:39] <@bz> so
  540. # [03:39] <cers> (that's the one MDN links to for getComputedStyle)
  541. # [03:39] <@bz> relevant spec at the time of writing of that comment was http://www.w3.org/TR/DOM-Level-2-Style/css.html#CSS-CSSStyleDeclaration-getPropertyCSSValue
  542. # [03:39] <@bz> Which is what all our computed style stuff is implemented in terms of
  543. # [03:40] <@bz> in any case, all this stuff is obsolete
  544. # [03:40] <@bz> there's a new, totally unstable, spec
  545. # [03:40] * Joins: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net)
  546. # [03:40] <cers> I see
  547. # [03:40] * Quits: ptheriault (ptheriault@moz-9CE00FC0.holiday-inn-express.mozilla.hq) (Quit: ptheriault)
  548. # [03:40] <@bz> http://dev.w3.org/csswg/cssom/
  549. # [03:40] * ctalbert is now known as ctalbert|afk
  550. # [03:40] * Joins: flx (flx@moz-BA9BD4CA.cpe.net.cable.rogers.com)
  551. # [03:41] * Quits: @ehsan (ehsan@moz-A6FE435.build.sjc1.mozilla.com) (Ping timeout)
  552. # [03:41] <@bz> In the new spec, the relevant bits are:
  553. # [03:41] <@bz> For the table below, the IDL attribute in the first column must return the result of invoking getPropertyValue() with as argument the CSS property given in the second column on the same row.
  554. # [03:41] <@bz> And:
  555. # [03:41] <@bz> The getPropertyValue(property) method must ....
  556. # [03:42] <@bz> (that's a literal quote; there's no actual definition of what it must do yet)
  557. # [03:42] <@bz> welcome to the CSSOM
  558. # [03:42] <cers> hehe
  559. # [03:42] * Joins: ptheriault (ptheriault@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  560. # [03:42] <cers> yeah, it seems somewhat incomplete
  561. # [03:42] * khuey is now known as khuey|away
  562. # [03:43] <cers> in the old one, it said:
  563. # [03:43] <derf> Our browser can .... with the best of them.
  564. # [03:43] <cers> When dealing with CSS "shorthand" properties, the shorthand properties should be decomposed into their component longhand properties as appropriate, and when querying for their value, the form returned should be the shortest form exactly equivalent to the declarations made in the ruleset. However, if there is no shorthand declaration that could be added to the ruleset without changing in any way the rules already declared in the ru
  565. # [03:43] <cers> leset (i.e., by adding longhand rules that were previously not declared in the ruleset), then the empty string should be returned for the shorthand property.
  566. # [03:43] * Quits: ptheriault (ptheriault@moz-9CE00FC0.holiday-inn-express.mozilla.hq) (Quit: ptheriault)
  567. # [03:43] * Joins: qheaden (IceChat77@moz-67E02157.nrflva.fios.verizon.net)
  568. # [03:43] <qheaden> Hi all.
  569. # [03:44] <qheaden> Unfocused: ping
  570. # [03:44] <@bz> cers: yep
  571. # [03:44] <cers> seems to me that the old one at least would have allowed us to let background-position become a shorthand without breaking getComputedValue
  572. # [03:45] <@bz> cers: well, if we completely rewrote our computed style code
  573. # [03:45] <@bz> cers: right?
  574. # [03:45] <cers> bz: I really don't know how the code works now :-S
  575. # [03:46] <@bz> cers: it calls getPropertyCSSValue and then gets its cssText
  576. # [03:46] <@bz> cers: and getPropertyCSSValue is defined to return null for shorthands in the old spec
  577. # [03:46] * Quits: nhirata (nhirata.bu@moz-BBE3ABD.mv.mozilla.com) (Quit: nhirata)
  578. # [03:46] <@bz> cers: frankly, I think we should just violate the old spec and make this work
  579. # [03:46] <@bz> cers: I'll review a patch to that effect
  580. # [03:47] * Quits: Jonathan_ (JonathanS@moz-FA436756.cfl.res.rr.com) (Quit: Computer has gone to sleep.)
  581. # [03:47] <cers> bz: I have a feeling that would be a painful experience for you if I wrote it, but I'd like to take a stab at it at least
  582. # [03:47] <@bz> cers: go for it
  583. # [03:48] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse)
  584. # [03:48] <cers> right-o
  585. # [03:48] * Quits: mjschranz (mjschranz@5C0550D5.531FD64C.630E4E47.IP) (Connection reset by peer)
  586. # [03:48] * Joins: mjschranz (mjschranz@5C0550D5.531FD64C.630E4E47.IP)
  587. # [03:49] * Quits: darktrojan (geoff@moz-47B83BE0.dsl.telstraclear.net) (Ping timeout)
  588. # [03:49] * Quits: dbradley (dbradley@moz-80450F75.fuse.net) (Ping timeout)
  589. # [03:50] * Joins: dbradley (dbradley@moz-80450F75.fuse.net)
  590. # [03:50] <Unfocused> qheaden: pong
  591. # [03:51] * Joins: ehsan (ehsan@moz-A6FE435.build.sjc1.mozilla.com)
  592. # [03:51] * ChanServ sets mode: +o ehsan
  593. # [03:51] <qheaden> Unfocused: Thanks for your review. I gotta admit, I did go around my elbow with my solution. But I better understand how the code links together.
  594. # [03:51] <qheaden> Unfocused: I'm working on a new patch now. :)
  595. # [03:51] <Unfocused> great :)
  596. # [03:51] * Quits: brendan (brendaneic@moz-63D4415A.central.biz.rr.com) (Quit: brendan)
  597. # [03:52] <qheaden> For some reason, I completely overlooked the getter, setter ability. :P
  598. # [03:52] * Quits: SeoZ (DanielJuyu@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  599. # [03:52] <Unfocused> heh
  600. # [03:53] * Joins: Jonathan_ (JonathanS@moz-FA436756.cfl.res.rr.com)
  601. # [03:54] * Quits: surkov (surkov@D776F4A9.D2B288F8.5D3F4C44.IP) (Ping timeout)
  602. # [03:54] <qheaden> Unfocused: BTW, instead of calling the list index variable "position", I opted to call it "listPosition", as that seems to be more descriptive. Is that ok?
  603. # [03:56] * ewong|sleep is now known as ewong
  604. # [03:56] * glob|away is now known as glob
  605. # [03:57] <ewong> major kudos to those involved with updating the tbpl UI and self-serve Build API..
  606. # [03:57] * philor is now known as philor|away
  607. # [03:58] <Callek> tbpl had an update?
  608. # [03:58] * Joins: harth (harth@moz-1F71062D.hsd1.ca.comcast.net)
  609. # [03:58] <qheaden> Quick JavaScript question. When a getter or setter is called, what does "this" point it within the called function?
  610. # [03:58] <Callek> whatd I miss?
  611. # [03:58] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 9.0.1/20111223083612])
  612. # [03:58] <qheaden> *point to
  613. # [03:58] <jtcranmer> I believe the object whose value is desired
  614. # [03:59] <jtcranmer> so if obj.foo causes a getter to be called, the this should be obj
  615. # [03:59] <Unfocused> qheaden: i still prefer "position" - since it may not always be in a list. the APIs have to be quite generic, so that they make sense all sorts of addon types and UIs
  616. # [03:59] <qheaden> jtcranmer: Ok then.
  617. # [03:59] <qheaden> Unfocused: Ahh ok. I'll change it to position then.
  618. # [04:00] <jtcranmer> that's definitely the case if obj = { get foo() {} } is involved
  619. # [04:00] <Unfocused> as an exmaple: at the moment, i'm making the themes/lightweight-themes in the addons manager display in a grid
  620. # [04:00] * khuey|away is now known as khuey
  621. # [04:00] * Quits: jhammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
  622. # [04:00] <ewong> Callek no.. it's just that I haven't used the tbpl in a long time, especially the m-c try tbpl (c-c try doesn't have self-serve Build api)
  623. # [04:00] <qheaden> Unfocused: Oh ok. Yeah, "position" would be better then.
  624. # [04:00] <Callek> ahhh ok
  625. # [04:00] <Callek> just checking
  626. # [04:00] <Unfocused> :)
  627. # [04:02] * Joins: jhammink (textual@moz-BBE3ABD.mv.mozilla.com)
  628. # [04:03] * Quits: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP) (Quit: rniwa)
  629. # [04:03] * Quits: josh (josh@25F88422.B7606226.6BED537B.IP) (Quit: josh)
  630. # [04:04] <ewong> Callek you know if c-c plans to have a self-serve Build api done? I think I asked someone before (Standard8?) but don't remember the answer
  631. # [04:04] * Quits: mjschranz (mjschranz@5C0550D5.531FD64C.630E4E47.IP) (Ping timeout)
  632. # [04:05] <ewong> well... c-c as in whoever's in charge of the try-comm-central
  633. # [04:05] * Quits: flx (flx@moz-BA9BD4CA.cpe.net.cable.rogers.com) (Ping timeout)
  634. # [04:05] * Joins: surkov (surkov@D40B02A1.B3F96E9C.3AF1D72D.IP)
  635. # [04:06] * Joins: mjschranz (mjschranz@5C0550D5.531FD64C.630E4E47.IP)
  636. # [04:06] * khuey is now known as khuey|away
  637. # [04:06] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  638. # [04:07] * fabrice is now known as fabrice|afk
  639. # [04:08] * aki|gym is now known as aki
  640. # [04:08] * Quits: necolas (necolas@moz-C8C6D8F3.bb.sky.com) (Client exited)
  641. # [04:09] * Joins: SeoZ (DanielJuyu@moz-7B0110AD.mv.mozilla.com)
  642. # [04:09] * Joins: timeless_xchat (timeless@moz-A4A01B28.eng.wind.ca)
  643. # [04:13] * Quits: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com) (Quit: damons)
  644. # [04:13] * Quits: Ami_Ty (Amie@moz-BBE3ABD.mv.mozilla.com) (Quit: Ami_Ty)
  645. # [04:14] <jhammel> purple is...what now on TBPL?
  646. # [04:14] * Joins: c0smikdebris (c0smikdebr@D7959658.ECDD7E84.BE90E62C.IP)
  647. # [04:15] <Mossop> jhammel: buildbot exception
  648. # [04:15] <jhammel> "No more signing servers to try"
  649. # [04:15] <jhammel> Mossop: thanks
  650. # [04:15] <jhammel> do i need to retry a purple build?
  651. # [04:15] <Mossop> I think it auto-retries them but I haven't really looked at tinderbox for a while
  652. # [04:16] <ewong> yeah I believe they do auto-try for purples and blues
  653. # [04:16] <ewong> at least mine did
  654. # [04:16] <jhammel> blues for sure...purples i haven't seen on my own pushes
  655. # [04:16] <jhammel> until now!
  656. # [04:17] <nthomas> got the log url handy ?
  657. # [04:17] * Joins: ptheriault (ptheriault@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  658. # [04:18] * Quits: timeless_xchat (timeless@moz-A4A01B28.eng.wind.ca) (Ping timeout)
  659. # [04:19] * joduinn is now known as joduinn-afk
  660. # [04:19] <Mossop> Wait, we have blues now too?
  661. # [04:19] * njn is puzzled by the compile error at http://pastebin.mozilla.org/1472831
  662. # [04:19] * Joins: KaiRo (robert@moz-92F6399F.adsl.highway.telekom.at)
  663. # [04:19] <jhammel> yep
  664. # [04:19] * Joins: Boriss_ (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  665. # [04:19] <jhammel> nthomas: yep https://tbpl.mozilla.org/php/getParsedLog.php?id=9050568&tree=Try&full=1
  666. # [04:20] * njn is enlightened
  667. # [04:20] * Joins: nhirata (nhirata.bu@moz-2A9C9106.hsd1.ca.comcast.net)
  668. # [04:20] * Quits: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: yuan)
  669. # [04:20] <@bz> mu?
  670. # [04:21] * Quits: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  671. # [04:21] * Quits: Boriss_ (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  672. # [04:21] * Joins: timeless_xchat (timeless@moz-A4A01B28.eng.wind.ca)
  673. # [04:21] <jtcranmer> this statement fails to be answerable with mu
  674. # [04:22] <Unfocused> moo
  675. # [04:22] * Quits: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Connection reset by peer)
  676. # [04:22] * Quits: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net) (Quit: leaving)
  677. # [04:22] * Joins: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  678. # [04:22] <harth> bz: getting "error: ‘mozAnyLink’ is not a member of ‘nsCSSPseudoClasses’"
  679. # [04:23] <harth> when trying to do nsCSSPseudoClasses::mozAnyLink
  680. # [04:23] * Quits: se (DS@moz-B62ECC33.wi.res.rr.com) (Ping timeout)
  681. # [04:23] * Quits: jgriffin (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net) (Quit: jgriffin)
  682. # [04:23] <@bz> harth: hmm. Let me check
  683. # [04:23] * Joins: se (DS@moz-B62ECC33.wi.res.rr.com)
  684. # [04:24] <@bz> oh
  685. # [04:24] <@bz> right
  686. # [04:24] * @bz rejiggered this
  687. # [04:24] * Quits: jhammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
  688. # [04:24] <@bz> nsCSSPseudoClasses::GetPseudoType(atom) = ePseudoClass_mozAnyLink
  689. # [04:24] <nthomas> jhammel's problem is an issues with some new buildbot masters that were added today
  690. # [04:24] <@bz> er, ==
  691. # [04:24] <@bz> sorry about the confusion there. :(
  692. # [04:24] * Parts: ptheriault (ptheriault@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  693. # [04:25] <@bz> er, nsCSSPseudoClasses::ePseudoClass_mozAnyLink
  694. # [04:26] <RyanVM> khuey|away: For some reason, I ended up with no pgc files after profiling with my last PGO build. Dunno what would have changed to cause that.
  695. # [04:26] * @bz thinks we should consider nuking that ePseudoClass prefix now that we no longer have the atoms on tehre
  696. # [04:26] * Quits: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.2a1pre)
  697. # [04:27] * Quits: mreavy (chatzilla@moz-DECFDD00.phlapa.fios.verizon.net) (Ping timeout)
  698. # [04:27] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Ping timeout)
  699. # [04:28] <Callek> ewong: I *think* so, not sure though
  700. # [04:28] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  701. # [04:29] <harth> bz: perfect, thanks
  702. # [04:29] <@bz> harth: you're welcome
  703. # [04:30] <qheaden> Unfocused: I was trying to figure out, how would I go about adding some visual feedback for the drag?
  704. # [04:30] <qheaden> Should I use the existing drag API functions?
  705. # [04:31] * Joins: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP)
  706. # [04:32] * Quits: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net) (Quit: mccr8)
  707. # [04:33] * Joins: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP)
  708. # [04:34] * Quits: dmb (dmb@moz-3565FEE9.da4.org) (Ping timeout)
  709. # [04:34] <njn> bz: is nsDocument::mCatalogSheets likely to contain many sheets?
  710. # [04:34] <@bz> no
  711. # [04:34] * Joins: dmb (dmb@moz-3565FEE9.da4.org)
  712. # [04:35] * @bz can quantify that
  713. # [04:35] * Joins: Mook (mook@moz-D4B2E3F9.dsl.teksavvy.com)
  714. # [04:35] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jet)
  715. # [04:36] <njn> bz: I might as well measure it anyway, it's trivial once nsDocument::mStyleSheets is handled
  716. # [04:37] <@bz> here we are
  717. # [04:37] <@bz> it contains either 0 or 1 sheets
  718. # [04:37] <njn> bz: good thing it's an array, then
  719. # [04:37] <@bz> depending on whether the page is using mathml stuff
  720. # [04:37] <@bz> njn: yep
  721. # [04:37] <@bz> njn: it's all extensible and stuff!
  722. # [04:37] <njn> so it's zero unless mathML is present?
  723. # [04:37] <@bz> njn: afaict, yes
  724. # [04:38] <njn> bz: I've converted the DOM reporters to the new style so they integreate with DMD
  725. # [04:38] <@bz> njn: awesome
  726. # [04:38] <njn> bz: I'm getting to the point where cutting down dark matter is starting to get harder
  727. # [04:38] <ewong> just wondering about the tbpl and the self-serve build api.. what I see on the tbpl and what I see in the list of builds/tests results seem to be different
  728. # [04:38] <@bz> njn: well, at some point we hit diminishing returns
  729. # [04:38] <njn> bz: yeah, starting to get close
  730. # [04:38] <@bz> njn: once we have reporting for orphan DOM subtrees....
  731. # [04:39] <njn> bz: that'll help a lot
  732. # [04:39] <@bz> njn: I expect dark matter to be pretty low. I hope
  733. # [04:39] <njn> bz: I'm getting stuff like cairo, which is hard to report on
  734. # [04:39] <@bz> yeah, indeed
  735. # [04:39] <@bz> also on its way out. ;)
  736. # [04:39] <@bz> then again, I doubt skia is easier
  737. # [04:39] * Quits: RyanVM (chatzilla@moz-D04D3C77.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.88 [Firefox 13.0a1/20120201164743])
  738. # [04:39] <njn> bz: and that doesn't help with non-LInux platforms
  739. # [04:39] * Quits: surkov (surkov@D40B02A1.B3F96E9C.3AF1D72D.IP) (Quit: surkov)
  740. # [04:40] <njn> bz: http://pastebin.mozilla.org/1472836 is one for URIs
  741. # [04:40] <njn> where do they end up being stored?
  742. # [04:40] <njn> do you need more context to tell?
  743. # [04:40] <@bz> njn: Link
  744. # [04:40] * glob is now known as glob|away
  745. # [04:40] <@bz> njn: nsHTMLAnchorElement inherits from mozilla::dom::Link
  746. # [04:40] <@bz> njn: which caches a URI
  747. # [04:41] <@bz> njn: (so do a few other classes)
  748. # [04:41] <@bz> njn: at least that stack is going to store the URI in the Link
  749. # [04:41] <ewong> like for my push https://tbpl.mozilla.org/?tree=Try&rev=2db7b5cce71d, the list in the self-serve build api seems different. the Android tegra J1 is orange on the chart, but it's green on the list
  750. # [04:41] <njn> bz: ah, Mounir has a comment about that
  751. # [04:42] * Quits: mjschranz (mjschranz@5C0550D5.531FD64C.630E4E47.IP) (Client exited)
  752. # [04:43] <njn> bz: Link has | mutable nsCOMPtr<nsIURI> mCachedURI;|
  753. # [04:43] <njn> the fact that it's nsIURI is a pain
  754. # [04:43] <njn> need to add SizeOfIncludingThis to the interface
  755. # [04:44] <@bz> njn: mmm
  756. # [04:44] <@bz> njn: fun
  757. # [04:44] <@bz> njn: changing that interface is a huge PITA
  758. # [04:44] <njn> bz: I don't think we have any SizeOfIncludingThis functions in interfaces so far
  759. # [04:45] <njn> bz: why a PITA?
  760. # [04:45] <@bz> njn: because some code depends on its IID
  761. # [04:45] <njn> ugh
  762. # [04:45] <@bz> njn: so if you change the IID you have to add some hackery
  763. # [04:45] <@bz> njn: it's not fatal, just annoying
  764. # [04:45] <njn> bz: our code, or add-ons?
  765. # [04:45] <@bz> njn: our code
  766. # [04:46] <Unfocused> qheaden: oh, almost forgot about that.. fryn has some experience with doing that, and should be able to provide pointers
  767. # [04:46] <@bz> njn: http://mxr.mozilla.org/mozilla-central/source/xpcom/io/nsBinaryStream.cpp#763 to be exact
  768. # [04:46] <njn> bz: is mCachedURI likely to be a specific sub-class of nsIURI most of the time?
  769. # [04:46] <njn> bz: I wonder if we could just check and cast to that sub-class or something
  770. # [04:46] <@bz> njn: most of the time it's an nsStandardURL
  771. # [04:47] <@bz> njn: but the ones that use the most memory are likely to be nsSimpleURI
  772. # [04:48] * Joins: engla (engla@moz-DC712540.tbcn.telia.com)
  773. # [04:48] * Quits: se (DS@moz-B62ECC33.wi.res.rr.com) (Quit: )
  774. # [04:48] <njn> bz: I see http://pastebin.mozilla.org/1472837, which is nsStandardURL
  775. # [04:49] <njn> things involving nsSimpleURI are much smaller
  776. # [04:49] <Unfocused> qheaden: i just CCed him on the bug if you can't get hold of him today/tomorrow
  777. # [04:49] <njn> bz: I could just send you this file I'm looking at, if you're interested
  778. # [04:49] * Quits: timeless_xchat (timeless@moz-A4A01B28.eng.wind.ca) (Ping timeout)
  779. # [04:50] * Quits: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  780. # [04:50] * Quits: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP) (Quit: Leaving)
  781. # [04:50] <@bz> njn: it really depends on the use case
  782. # [04:50] <@bz> njn: if you have a 500KB data: URI, you'll get a 500KB nsSimpleURI
  783. # [04:50] <@bz> njn: not necessarily common
  784. # [04:50] <njn> bz: I opened 8 news sites for this run
  785. # [04:50] <njn> 1 per tab
  786. # [04:51] <@bz> njn: nsStandardURL instances never get that large, but there are usually lots more of them
  787. # [04:51] <njn> BBC, nytimes, CNN,etc
  788. # [04:51] <@bz> njn: since http:// urls are nsStandardURL
  789. # [04:51] <njn> so measuring both sounds useful
  790. # [04:51] <@bz> njn: yeah
  791. # [04:51] <@bz> njn: we can change the interface
  792. # [04:51] <njn> will doing the dynamic dispatch manually work?
  793. # [04:51] <@bz> njn: just have to add to that code hunk I linked you to
  794. # [04:51] <njn> in order to duck the interface change?
  795. # [04:51] * Quits: tonymec (tonymec@470CE364.6B5772F2.277517C1.IP) (Ping timeout)
  796. # [04:51] <@bz> njn: hmmm
  797. # [04:52] <@bz> njn: checking for nsSimpleURI is hard
  798. # [04:52] <@bz> njn: last I looked
  799. # [04:52] <@bz> njn: checking for nsStandardURL may be possible
  800. # [04:52] * Quits: tonymec|away (tonymec@470CE364.6B5772F2.277517C1.IP) (Ping timeout)
  801. # [04:52] <njn> bz: ah, the HACK doesn't look too bad
  802. # [04:52] * Joins: timeless_xchat (timeless@moz-A4A01B28.eng.wind.ca)
  803. # [04:53] * Quits: rbgray (chatzilla@moz-DB556ADC.woh.res.rr.com) (Quit: zzz)
  804. # [04:54] <qheaden> Unfocused: OK, thanks. I'll speak with him about it.
  805. # [04:55] * Joins: tonymec__ (tonymec@DC7A73C4.6B5772F2.277517C1.IP)
  806. # [04:56] * tonymec__ is now known as tonymec|away
  807. # [04:57] * Quits: KaiRo (robert@moz-92F6399F.adsl.highway.telekom.at) (Input/output error)
  808. # [04:58] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  809. # [04:59] * Joins: tonymec (tonymec@DC7A73C4.6B5772F2.277517C1.IP)
  810. # [04:59] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  811. # [05:01] * Quits: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net) (Quit: raccettura)
  812. # [05:01] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  813. # [05:01] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  814. # [05:02] * Joins: not_gavin (gavin@D18F6DDB.6A393516.2321E71E.IP)
  815. # [05:04] * Joins: joesteele (joesteele@moz-88797AC0.pools.spcsdns.net)
  816. # [05:04] * Quits: timeless_xchat (timeless@moz-A4A01B28.eng.wind.ca) (Ping timeout)
  817. # [05:05] * BenWa|sms is now known as BenWa
  818. # [05:05] * Joins: timeless_xchat (timeless@moz-A4A01B28.eng.wind.ca)
  819. # [05:05] * Joins: nigelb (nigel@moz-8640053A.me)
  820. # [05:05] * Joins: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk)
  821. # [05:06] * philor|away is now known as philor
  822. # [05:07] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  823. # [05:08] * Joins: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net)
  824. # [05:09] * mattwoodrow is now known as mattwoodrow|away
  825. # [05:10] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  826. # [05:13] <philor> oh, ffs
  827. # [05:13] * rnewman is now known as rnewman|noms
  828. # [05:13] <philor> ttaubert: WITCH
  829. # [05:14] <philor> there, that hunt didn't take long
  830. # [05:14] * glob|away is now known as glob
  831. # [05:15] <@bz> hmm
  832. # [05:15] <@bz> how often does 3.6 check for updates?
  833. # [05:15] * jmaher is now known as jmaher|afk
  834. # [05:16] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  835. # [05:17] <philor> in Gregorian seconds, or Julian?
  836. # [05:17] * Quits: engla (engla@moz-DC712540.tbcn.telia.com) (Ping timeout)
  837. # [05:18] * Joins: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net)
  838. # [05:18] <nthomas> bz: once a day, but we only build when there are changes there
  839. # [05:19] * Quits: timeless_xchat (timeless@moz-A4A01B28.eng.wind.ca) (Ping timeout)
  840. # [05:19] <@bz> no
  841. # [05:19] * Joins: mconley (mconley@A00174C9.68469654.6816E6B7.IP)
  842. # [05:19] <@bz> I meant if I'm running 3.6
  843. # [05:19] <@bz> how long should I expect to wait before it finds out that 9.0.1 is available?
  844. # [05:19] * Joins: timeless_xchat (timeless@moz-A4A01B28.eng.wind.ca)
  845. # [05:21] * Quits: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net) (Quit: Leaving...)
  846. # [05:21] * Joins: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com)
  847. # [05:22] <aja> there's a pref for that, iirc
  848. # [05:22] <philor> http://mxr.mozilla.org/mozilla1.9.2/source/browser/app/profile/firefox.js#92 would make me think 10 minutes for the check, then 12 hours after you miss seeing the way too easy to miss UI, but my memory of it is that it's even more complex than that
  849. # [05:22] * Quits: joesteele (joesteele@moz-88797AC0.pools.spcsdns.net) (Ping timeout)
  850. # [05:23] <philor> mmm, plus we surely don't have millions of people hitting aus every 10 minutes
  851. # [05:23] <nthomas> bz: right now the 3.6.26 -> 10.0 major update is there if you ask for it manually, but not offered to background checks. Usually this lasts for about a week after a new end-point comes out
  852. # [05:24] <nthomas> philor: app.update.timer is just how long until I next check if I should check for an update
  853. # [05:24] <@bz> nthomas: yeah, I'm interested in the background checks
  854. # [05:25] <@bz> nthomas: so we're not offering the 9.0.1 major update to background checks anymore?
  855. # [05:25] <qheaden> Unfocused: You mentioned that since I never remove the event listeners, there could be a memory leak. Where should I remove the listeners from the list items? In a shutdown method?
  856. # [05:25] * @bz wonders whether he's just had bad luck in terms of when he runs 3.6
  857. # [05:25] <Unfocused> qheaden: in gListview.hide()
  858. # [05:26] <philor> "I keep running it once every four months, but it just doesn't update!"
  859. # [05:26] <nthomas> bz: we were prior to 10.0 coming out, since Jan 19
  860. # [05:26] <Unfocused> would also be nice to only add the mouseup listener after mousedown has been detected
  861. # [05:27] <qheaden> Unfocused: That would make sense.
  862. # [05:27] <Unfocused> and remove it again once mouseup is detected
  863. # [05:27] <aja> bz: think there's something related to being idle, too
  864. # [05:27] <qheaden> Also, I'm not all that great with JavaScript. Can you add as a listener an already defined method? Or do you have to use the function() {} definition every time?
  865. # [05:28] <@bz> nthomas: right; but we stopped on Jan 31 and will start offering the 10 in a few days?
  866. # [05:28] <Unfocused> qheaden: yes, you can just pass in a function you already defined elsewhere
  867. # [05:28] <@bz> qheaden: you can add any callable as a listener
  868. # [05:28] <qheaden> Ok.
  869. # [05:28] <Unfocused> or you can pass in "this", and it will call handleEvent on that object
  870. # [05:29] * qheaden still has C/C++ in his brain.
  871. # [05:29] * Quits: Jonathan_ (JonathanS@moz-FA436756.cfl.res.rr.com) (Quit: Computer has gone to sleep.)
  872. # [05:29] <nthomas> bz: yeah, or when the drivers are satisified 10 isn't hurting kittens
  873. # [05:29] <Unfocused> i'm so so sorry
  874. # [05:29] <@bz> nthomas: ok
  875. # [05:29] * Joins: ptheriault (ptheriault@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  876. # [05:30] * Quits: timeless_xchat (timeless@moz-A4A01B28.eng.wind.ca) (Ping timeout)
  877. # [05:30] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  878. # [05:30] <hub> when I run mochitests, no assert is displayed
  879. # [05:30] <hub> is that expected?
  880. # [05:31] <@bz> are you running an opt build?
  881. # [05:31] <hub> (I'm supposed to get one somewhere)
  882. # Session Close: Fri Feb 03 05:33:39 2012
  883. #
  884. # Session Start: Fri Feb 03 05:33:39 2012
  885. # Session Ident: #developers
  886. # [05:33] * Disconnected
  887. # [05:49] * Attempting to rejoin channel #developers
  888. # [05:49] * Rejoined channel #developers
  889. # [05:49] * Topic is 'm-c: OPEN m-i: OPEN || Next aurora uplift: 13th March || If you are new or want to help, see irc://irc.mozilla.org/#introduction || logs: http://krijnhoetmer.nl/irc-logs/'
  890. # [05:49] * Set by Ms2ger on Thu Feb 02 21:48:12
  891. # [05:49] * Joins: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net)
  892. # [05:49] * Quits: timeless_xchat (timeless@moz-A4A01B28.eng.wind.ca) (Ping timeout)
  893. # [05:53] <qheaden> Unfocused: I released a new patch. Review when ready. :)
  894. # [05:54] * Quits: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net) (Ping timeout)
  895. # [06:00] * Joins: Jonathan_ (JonathanS@moz-FA436756.cfl.res.rr.com)
  896. # [06:03] <philor> mbrubeck: that browser-chrome leak you're seeing all over inbound (and seeing misstarred in central)? I think I can pin it on fx-team, so ignore it for now :)
  897. # [06:05] * Joins: dseif (dseif@moz-3DA2586B.dsl.bell.ca)
  898. # [06:05] <philor> mmm, interesting, seems to have eased off a bit during the day
  899. # [06:05] <hub> wow, this build was way faster than I anticipated. MacOS is so slow
  900. # [06:06] <nigelb> did you just switch to linux?
  901. # [06:06] <hub> nigelb: I work on both. but I did recently a lot of work on Mac
  902. # [06:07] <nigelb> ha! :)
  903. # [06:07] <hub> but since I don't require a mac for that, I use Linux :-)
  904. # [06:07] * Quits: dseif (dseif@moz-3DA2586B.dsl.bell.ca) (Ping timeout)
  905. # [06:08] * Quits: c0smikdebris (c0smikdebr@D7959658.ECDD7E84.BE90E62C.IP) (Client exited)
  906. # [06:09] * Joins: dseif (dseif@moz-3DA2586B.dsl.bell.ca)
  907. # [06:09] * Quits: SeoZ (DanielJuyu@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  908. # [06:11] * Joins: SeoZ (DanielJuyu@moz-BBE3ABD.mv.mozilla.com)
  909. # [06:11] * Joins: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk)
  910. # [06:11] * Quits: cfree (chatzilla@moz-8470EB89.sc.res.rr.com) (Ping timeout)
  911. # [06:11] * Joins: Ami_Ty (Amie@moz-7D22EB0A.dsl.static.sonic.net)
  912. # [06:12] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  913. # [06:12] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  914. # [06:13] <@roc> the devtools inspector on trunk is actually quite good.
  915. # [06:14] <@roc> well done
  916. # [06:15] * Joins: timeless_xchat (timeless@moz-A4A01B28.eng.wind.ca)
  917. # [06:15] * Quits: aja (chatzilla@FE01A14B.D3D1D2A7.7880DB15.IP) (Client exited)
  918. # [06:18] <qheaden> Time for me to go. Later everyone. :)
  919. # [06:18] * Quits: qheaden (IceChat77@moz-67E02157.nrflva.fios.verizon.net) (Quit: I've got to go. See ya!)
  920. # [06:21] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  921. # [06:24] <nigelb> Yeah, I use it for work instead of firebug. Can't complain so far.
  922. # [06:25] * Joins: sicking (chatzilla@moz-1FF05400.hsd1.ca.comcast.net)
  923. # [06:25] <@roc> needs a few more features before I can get rid of DOMI
  924. # [06:26] * Joins: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net)
  925. # [06:26] * Joins: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  926. # [06:26] * Joins: heycam|away (cam@moz-1D84C1DF.mcc.id.au)
  927. # [06:27] * Quits: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Client exited)
  928. # [06:27] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Ping timeout)
  929. # [06:28] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  930. # [06:28] * Joins: WeirdAl (chatzilla@moz-5BDC219.hsd1.ca.comcast.net)
  931. # [06:28] <WeirdAl> does Dave Garrett hang out in here?
  932. # [06:31] * heycam|away is now known as heycam|away|away
  933. # [06:33] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  934. # [06:34] * Joins: fabrice (fabrice@moz-104CC309.mv.mozilla.com)
  935. # [06:39] * Quits: sicking (chatzilla@moz-1FF05400.hsd1.ca.comcast.net) (Ping timeout)
  936. # [06:40] * Quits: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP) (Ping timeout)
  937. # [06:41] * Joins: MarcoZ (marco.zehe@moz-6841ADB6.dip.t-dialin.net)
  938. # [06:41] * Joins: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP)
  939. # [06:41] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  940. # [06:45] * Quits: SeoZ (DanielJuyu@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  941. # [06:45] * ewong|away is now known as ewong
  942. # [06:46] * Joins: SeoZ (DanielJuyu@moz-BBE3ABD.mv.mozilla.com)
  943. # [06:47] * Quits: SeoZ (DanielJuyu@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  944. # [06:47] * Quits: michal (michal@moz-24890E54.hsd1.ca.comcast.net) (Connection reset by peer)
  945. # [06:47] <@roc> I always feel so deliciously evil when I use the <style contenteditable style="display:block"> hack
  946. # [06:48] <@bz> heh
  947. # [06:49] <@bz> that's moderately evil, yeah
  948. # [06:49] * Joins: michal (michal@moz-24890E54.hsd1.ca.comcast.net)
  949. # [06:49] * @bz is suprised the editor doesn't stick random elements in there
  950. # [06:49] * Joins: jprmc (jprmc@moz-18705F16.reverse.destiny.be)
  951. # [06:55] * Quits: nrc (nrc@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  952. # [06:55] * njn has never used the DOM inspector extension, but he has used the built-in one lately and thinks it's the bees knees
  953. # [06:55] <ewong> for https://tbpl.mozilla.org/?tree=Try&rev=2db7b5cce71d, can someone help me understand the problem with "WINNT 6.1 try opt test reftest-no-accel" test and the "Android XUL Tegra 250 try opt test crashtest-1" test and whether my patch caused these?
  954. # [06:56] <ewong> I'm sure it didn't cause the C1 test to crash.. though I'm not entirely sure of the reftest-no-accel
  955. # [06:58] * rnewman|noms is now known as rnewman
  956. # [06:59] <philor> now would be a good time to force-refresh your tbpl tab that's been open too long, eating up too much memory
  957. # [07:01] <philor> faster fresher pending and running (and finished) data, what we hope will be less memory use, and what'll be everyone's favorite feature, a Mozilla-Esr10 tree!
  958. # [07:02] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  959. # [07:03] * Quits: lmandel (lmandel@moz-113D7D7C.cable.teksavvy.com) (Quit: lmandel)
  960. # [07:04] * Quits: nthomas (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  961. # [07:10] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  962. # [07:10] * Quits: @roc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  963. # [07:12] * Parts: ptheriault (ptheriault@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  964. # [07:14] * Parts: Ventron (michael@moz-C48FD255.dyn.iinet.net.au)
  965. # [07:18] * Joins: SeoZ (DanielJuyu@BAEFDFE1.600F089A.32B27D81.IP)
  966. # [07:23] * Quits: cadecairos (cadecairos@moz-632B4208.cpe.net.cable.rogers.com) (Ping timeout)
  967. # [07:26] * Quits: njn (chatzilla@moz-985D75A2.dyn.iinet.net.au) (Quit: ChatZilla 0.9.88 [Firefox 13.0a1/20120201202337])
  968. # [07:26] * Quits: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  969. # [07:28] * Quits: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net) (Quit: smooney)
  970. # [07:31] * Joins: surkov (surkov@D40B02A1.B3F96E9C.3AF1D72D.IP)
  971. # [07:32] * Quits: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com) (Ping timeout)
  972. # [07:34] * Quits: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com) (Ping timeout)
  973. # [07:34] * Joins: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com)
  974. # [07:35] * Joins: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com)
  975. # [07:40] * Quits: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com) (Ping timeout)
  976. # [07:41] * Quits: Hendikins (wolfox@moz-9A361C95.static.internode.on.net) (Ping timeout)
  977. # [07:43] * Joins: grubshka (grubshka@moz-76ABDDFC.w109-212.abo.wanadoo.fr)
  978. # [07:43] * Quits: WeirdAl (chatzilla@moz-5BDC219.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88 [Firefox 9.0.1/20111220165912])
  979. # [07:45] * Joins: Hendikins (wolfox@moz-9A361C95.static.internode.on.net)
  980. # [07:47] * Quits: eflores (eflores@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  981. # [07:49] * Ziggy|AWAY is now known as Ziggy_Maes
  982. # [07:51] * Joins: Polynomial-C (Poly-C@moz-F2C61464.dip.t-dialin.net)
  983. # [07:53] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  984. # [07:53] * Quits: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  985. # [07:54] * Quits: timeless_xchat (timeless@moz-A4A01B28.eng.wind.ca) (Connection reset by peer)
  986. # [07:56] * Joins: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com)
  987. # [07:56] * Quits: Dagger (Dagger@moz-C46A7175.cable.virginmedia.com) (Ping timeout)
  988. # [07:58] * Joins: Dagger (Dagger@moz-C46A7175.cable.virginmedia.com)
  989. # [08:00] * Quits: alex (alex@moz-BD8D0A09.lightspeed.sntcca.sbcglobal.net) (Client exited)
  990. # [08:01] * Joins: flx (flx@moz-BA9BD4CA.cpe.net.cable.rogers.com)
  991. # [08:01] * Quits: Dagger (Dagger@moz-C46A7175.cable.virginmedia.com) (Ping timeout)
  992. # [08:03] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  993. # [08:03] * Quits: dbradley (dbradley@moz-80450F75.fuse.net) (Quit: )
  994. # [08:03] * Joins: Dagger (Dagger@moz-C46A7175.cable.virginmedia.com)
  995. # [08:09] * Joins: jhorak (jhorak@moz-59813FB4.cust.nbox.cz)
  996. # [08:09] * Joins: gwagner (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  997. # [08:10] * Quits: gwagner (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  998. # [08:12] * Quits: dseif (dseif@moz-3DA2586B.dsl.bell.ca) (Input/output error)
  999. # [08:14] * Joins: Neil (neil@moz-32AA0D01.in-addr.btopenworld.com)
  1000. # [08:14] * Joins: gcp (gpascutto@moz-D0E475EA.access.telenet.be)
  1001. # [08:14] * Joins: wolfiR (wolfiR@moz-D58134CF.dip0.t-ipconnect.de)
  1002. # [08:15] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  1003. # [08:15] * Neil is now known as NeilAway
  1004. # [08:17] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  1005. # [08:18] * Joins: gkw (gkw@moz-5481C38F.hsd1.ca.comcast.net)
  1006. # [08:19] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  1007. # [08:20] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  1008. # [08:20] * Quits: harth (harth@moz-1F71062D.hsd1.ca.comcast.net) (Input/output error)
  1009. # [08:22] * Joins: harth (harth@moz-1F71062D.hsd1.ca.comcast.net)
  1010. # [08:23] * Joins: sewardj (sewardj@moz-18705F16.reverse.destiny.be)
  1011. # [08:25] * Quits: diogogmt (kvirc@moz-4D628198.cpe.net.cable.rogers.com) (Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/)
  1012. # [08:25] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  1013. # [08:26] <ttaubert> philor: ? what did I do?
  1014. # [08:26] <philor> ttaubert: bug 723832, I think
  1015. # [08:26] * Joins: wesj1 (wesj@moz-135A9FA9.hsd1.ca.comcast.net)
  1016. # [08:27] <philor> it lacks any clean edges to grab onto, but it sure happened plenty on your push, and not-plenty before it
  1017. # [08:27] * Joins: thinker (thinker@moz-71AD2643.dynamic.kbronet.com.tw)
  1018. # [08:27] * Quits: flx (flx@moz-BA9BD4CA.cpe.net.cable.rogers.com) (Quit: Lost terminal)
  1019. # [08:27] <ttaubert> oh :(
  1020. # [08:28] <ttaubert> philor: will have a look at it today
  1021. # [08:29] * sliv_away is now known as sliv
  1022. # [08:31] <@dolske> woah. <style contenteditable style="display:block"> is brilliant.
  1023. # [08:31] * Quits: sewardj (sewardj@moz-18705F16.reverse.destiny.be) (Ping timeout)
  1024. # [08:31] * @dolske tweets. :P
  1025. # [08:31] <philor> kinetik: uh oh, https://tbpl.mozilla.org/php/getParsedLog.php?id=9054674&tree=Mozilla-Inbound
  1026. # [08:37] * Joins: jauip (x@moz-2E73ACE4.wp.shawcable.net)
  1027. # [08:37] * Quits: jauip (x@moz-2E73ACE4.wp.shawcable.net) (Quit: )
  1028. # [08:38] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: nbvcx)
  1029. # [08:39] * Joins: daim (David_Mart@moz-EF3D4F79.fbx.proxad.net)
  1030. # [08:41] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1031. # [08:43] * Quits: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com) (Ping timeout)
  1032. # [08:43] * Joins: past (past@moz-112B4671.dsl.dyn.forthnet.gr)
  1033. # [08:43] * Ziggy_Maes is now known as Ziggy|AWAY
  1034. # [08:47] * Quits: gkw (gkw@moz-5481C38F.hsd1.ca.comcast.net) (Quit: Instantbird 1.1)
  1035. # [08:48] * Quits: wesj1 (wesj@moz-135A9FA9.hsd1.ca.comcast.net) (Input/output error)
  1036. # [08:48] <philor> hmm
  1037. # [08:49] <philor> kinetik: was that patch by any chance able to travel backward in time?
  1038. # [08:49] * Quits: michal (michal@moz-24890E54.hsd1.ca.comcast.net) (Ping timeout)
  1039. # [08:50] * Joins: davidillsley (chatzilla@1CBC2776.1CAEF583.51C6DE68.IP)
  1040. # [08:51] * Quits: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net) (Quit: damons)
  1041. # [08:52] * Quits: squib (squib@moz-F5CA0CFB.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1042. # [08:53] * padenot|away is now known as padenot
  1043. # [08:54] * Joins: squib (squib@moz-F5CA0CFB.dhcp.mdsn.wi.charter.com)
  1044. # [08:54] <ewong> philor is the "Android XUL Tegra 250 try opt test crashtest-1" for https://tbpl.mozilla.org/?tree=Try&rev=2db7b5cce71d considered a perma-orange or is this irrelevant since it's try?
  1045. # [08:54] <ewong> philor or should I try to run the test again?
  1046. # [08:55] * Quits: tonymec|away (tonymec@DC7A73C4.6B5772F2.277517C1.IP) (Ping timeout)
  1047. # [08:55] * Quits: tonymec (tonymec@DC7A73C4.6B5772F2.277517C1.IP) (Ping timeout)
  1048. # [08:55] <philor> ewong: it's irrelevant because bug 663657 finally pissed me off so badly today that I hid Android C1 on m-i and m-c, and I'll hide it anywhere else it annoys me
  1049. # [08:55] <ewong> Oh
  1050. # [08:56] <philor> if you really want to see it green, trigger... for XUL, I'd say three more at once
  1051. # [08:56] <ewong> 3 more? ok
  1052. # [08:56] <philor> you actually lucked out getting it green on native first time, native is way worse than XUL
  1053. # [08:57] <ewong> oh.. so that green C1 is 'fake'?
  1054. # [08:57] <ewong> o_O
  1055. # [08:58] <philor> no, green is real, orange is pretty fake, it just means "we're trying to do more than a Tegra can do in one sitting without taking a little nap in the middle"
  1056. # [08:59] <Callek> ewong: basically the tegra's are lazy. They need a rest every little while -- and if you make them do too much at once, they will complain the whole day.
  1057. # [08:59] <ewong> oooh
  1058. # [08:59] * Joins: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com)
  1059. # [08:59] <philor> the slaveowner's lament
  1060. # [08:59] <Callek> tegras are bad slaves
  1061. # [09:00] <ewong> well I retriggered it .. but guess I won't hold my breath then
  1062. # [09:00] <Callek> you'd think if we feed them enough [power] and keep them cool enough, they would learn to shut up and run the tests... but ---NOOOoooo "Why are you making me doo sooo much, I feel orange" .... "I'm still orange btw"... "o now I feel blue, check back later", "nope still orange"
  1063. # [09:02] * Joins: tonymec__ (tonymec@F95BBBB7.DDFA26AE.277517C1.IP)
  1064. # [09:02] * Joins: josh (josh@25F88422.B7606226.6BED537B.IP)
  1065. # [09:03] * Fallen|away is now known as Fallen
  1066. # [09:04] * tonymec__ is now known as tonymec|away
  1067. # [09:04] * Quits: jprmc (jprmc@moz-18705F16.reverse.destiny.be) (Ping timeout)
  1068. # [09:05] * Quits: Jonathan_ (JonathanS@moz-FA436756.cfl.res.rr.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  1069. # [09:05] * Quits: josh (josh@25F88422.B7606226.6BED537B.IP) (Quit: josh)
  1070. # [09:06] * Quits: mwu (mwu@moz-59435430.hsd1.nj.comcast.net) (Quit: This computer has gone to sleep)
  1071. # [09:07] * Joins: jprmc (jprmc@moz-18705F16.reverse.destiny.be)
  1072. # [09:07] <philor> can anybody tell me what the most interesting part of https://tbpl.mozilla.org/php/getParsedLog.php?id=9046288&tree=Firefox is?
  1073. # [09:09] <ewong> it's short?
  1074. # [09:10] <philor> heh
  1075. # [09:11] <Callek> philor: that failed assertion followed by abort
  1076. # [09:12] <Callek> philor: sounds like a perfectly real bug since it is afterall the crashtest suite
  1077. # [09:13] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  1078. # [09:13] * Joins: waschtl (waschtl@moz-A4ECE553.hsi4.kabel-badenwuerttemberg.de)
  1079. # [09:13] * Joins: gandalf (zbraniecki@74E406D.A6B942B2.1D05C454.IP)
  1080. # [09:13] <philor> it probably seems more obvious to me, since I just mistakenly backed out a patch touching libcubeb because I thought it caused that
  1081. # [09:14] <gcp> thats a fail in the backout?
  1082. # [09:15] <philor> that assertion in some chunk of media/ code seems extremely unlikely to fire during a docshell test that loads an iframe that adds +++ to document.hash
  1083. # [09:16] <philor> but soft, what darkness looms above? 'tis the media/ tests, and one of them is at fault!
  1084. # [09:16] * Joins: sgimeno (santiago.g@A922400D.48362F18.BCC03455.IP)
  1085. # [09:16] * Joins: tonymec (tonymec@F95BBBB7.DDFA26AE.277517C1.IP)
  1086. # [09:20] <philor> but I certainly wouldn't have said that bug 723781 captured *any* of the interesting part of it
  1087. # [09:21] * Quits: @dveditz (dveditz@moz-34991AF4.dhcp.cruzio.com) (Quit: dveditz)
  1088. # [09:21] * Joins: jfkthame (jfkthame@5D078631.5BC345F5.9542EC20.IP)
  1089. # [09:22] <kinetik> philor: it's probably an issue with the original libcubeb push that just started showing up
  1090. # [09:22] <philor> kinetik: how long ago?
  1091. # [09:22] * Quits: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP) (Ping timeout)
  1092. # [09:22] <kinetik> philor: last ~24hrs, lemme check
  1093. # [09:23] <philor> serge filed that on m-c this afternoon, but there's another half-dozen ignored ones earlier today on m-i
  1094. # [09:23] <philor> ah, okay, that fits, I just didn't see it
  1095. # [09:23] * Joins: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP)
  1096. # [09:23] <philor> so, sorry for the backout :|
  1097. # [09:23] * Quits: jprmc (jprmc@moz-18705F16.reverse.destiny.be) (Ping timeout)
  1098. # [09:24] * philor decides not to puzzle too long over why serge gave it the mlk keyword
  1099. # [09:25] <ewong> it does the body good...
  1100. # [09:25] <kinetik> i'll push a pref change to disable the libcubeb code for now
  1101. # [09:25] * Quits: daim (David_Mart@moz-EF3D4F79.fbx.proxad.net) (Ping timeout)
  1102. # [09:25] <philor> sweet
  1103. # [09:26] * Joins: m_kato_note (m_kato@moz-348F61F0.mozilla.or.jp)
  1104. # [09:27] <philor> I really wish I believed at some point we'd get a fix for the way perfectly orange test failures are purple on Windows just because buildbot can't figure out how to kill the process, at least half of the reason it's been ignored all day is because it was mostly purple
  1105. # [09:27] * Quits: Hendikins (wolfox@moz-9A361C95.static.internode.on.net) (Ping timeout)
  1106. # [09:27] * Joins: stransky (stransky@moz-6F10C81D.net.upcbroadband.cz)
  1107. # [09:28] * Joins: Hendikins (wolfox@moz-9A361C95.static.internode.on.net)
  1108. # [09:28] * Quits: victorporof (victorporo@C092FEB2.1C233438.79933D60.IP) (Connection reset by peer)
  1109. # [09:28] * Joins: victorporo (victorporo@C092FEB2.1C233438.79933D60.IP)
  1110. # [09:29] * Joins: pascalc (chatzilla@74E406D.A6B942B2.1D05C454.IP)
  1111. # [09:29] * victorporo is now known as victorporof
  1112. # [09:29] * glob is now known as glob|away
  1113. # [09:29] * Quits: Ami_Ty (Amie@moz-7D22EB0A.dsl.static.sonic.net) (Quit: Ami_Ty)
  1114. # [09:29] <ewong> ooooh the Tegra C1 went green!
  1115. # [09:30] <philor> :)
  1116. # [09:31] <ewong> heey.. aside for that orange Ru, my patch seems to be clean.. now off to smaug for review
  1117. # [09:31] * Quits: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net) (Quit: juanb)
  1118. # [09:31] <philor> not that you need to, you should just need to rebase for the Ru, didn't that land?
  1119. # [09:32] <ewong> rebase? have no idea what that does.. never rebased before.. (not that I know what that does either)
  1120. # [09:33] * Quits: mike5w3c (MikeS@moz-DAFE1A45.tokyo.ocn.ne.jp) (Quit: mike5w3c)
  1121. # [09:33] <philor> just means applying your patch on top of the current tip of the repo - I'm guessing, since the fix marking those as expected to fail just landed in the last day or two, that you're pushing on top of some older repo
  1122. # [09:34] * Joins: dao (dao@moz-FACBC61B.superkabel.de)
  1123. # [09:35] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Ping timeout)
  1124. # [09:35] * Joins: graememcc (chatzilla@moz-B5263D41.range86-148.btcentralplus.com)
  1125. # [09:35] <ewong> ahhh
  1126. # [09:36] <philor> yep, your parent is from last Friday, fix landed in m-c Wednesday
  1127. # [09:36] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  1128. # [09:36] <ewong> ok..
  1129. # [09:36] * Quits: jgilbert (jgilbert@77BF8A43.C1607DFF.95579CE8.IP) (Ping timeout)
  1130. # [09:37] <ewong> philor thanks!
  1131. # [09:39] <kinetik> philor: shall i push this to m-c as well, or just let it arrive naturally in the next merge?
  1132. # [09:39] <philor> kinetik: just let it merge, people who don't use inbound get what they deserve :)
  1133. # [09:40] <philor> and since I just checked my "current time auckland" search and realized just how lucky I was, thanks for still being around!
  1134. # [09:40] * NeilAway wonders what Unfocused and darktrojan are trying to make accessible
  1135. # [09:41] <kinetik> philor: i just burnt an entire batch of coffee beans to a crisp, i guess it was an omen.
  1136. # [09:42] <ewong> oh sigh.. bitrotted..
  1137. # [09:47] * Quits: joesteele (joesteele@moz-CD1B8DEA.dyn.optonline.net) (Quit: joesteele)
  1138. # [09:48] <philor> gcp: tell me stories about that Linux debug crashtest failure that you and I share...
  1139. # [09:48] <gcp> philor: I looked at it, and I'm "wtf"
  1140. # [09:48] * Joins: rshetty (quassel@CC0EE699.D193C088.C842849F.IP)
  1141. # [09:48] <philor> maybe it does something we can blame on someone below us?
  1142. # [09:49] * Joins: Pike (Pike@74E406D.A6B942B2.1D05C454.IP)
  1143. # [09:49] <gcp> the stack is incomprehensible
  1144. # [09:50] <philor> that'll go nicely with the test, then :O
  1145. # [09:50] <jfkthame> looks like it's stress-testing text layout / font machinery
  1146. # [09:50] <jfkthame> by putting a bizarre mixture of characters into a too-small width
  1147. # [09:51] <jfkthame> but why it should suddenly start crashing..... who knows?
  1148. # [09:52] <philor> the screenshot in the log is equally enlightening :)
  1149. # [09:52] <jfkthame> i bet
  1150. # [09:53] * Quits: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1151. # [09:55] <philor> I'm happy to say, though, that *you* narrowly escaped my wildly-swinging backout scythe, since I wanted to blame what turned out to be bug 723832 on your push from last night
  1152. # [09:56] <gcp> the one I backed out myself?
  1153. # [09:57] <philor> no, misaimed you, jfkthame-you rather than gcp-you
  1154. # [09:57] * Joins: mike5w3c (MikeS@moz-DAFE1A45.tokyo.ocn.ne.jp)
  1155. # [09:57] * jfkthame ducks whenever philor's around ;)
  1156. # [09:57] <philor> yeah, "philor: pong :D" is pretty rare
  1157. # [09:58] <jfkthame> :D
  1158. # [09:58] * Quits: mijia (mijia@DC4232F0.766373FB.C3A57E70.IP) (Quit: mijia)
  1159. # [09:58] * Quits: hub (hub@83874EA1.EB7C1AF9.6F478678.IP) (Quit: Leaving)
  1160. # [09:58] <jfkthame> looks like you're retriggering some crashtests to see if it comes up again?
  1161. # [09:59] * luke is now known as luke-sleep
  1162. # [09:59] <gcp> https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=44a0dc4fb9ff <- previous push of my patch. granted, it's not 100% the same
  1163. # [09:59] <philor> yeah, I just hope m_kato-san doesn't notice me trying to blame him :)
  1164. # [10:00] <jfkthame> should we get a few more runs on gcp's push as well, to see if it's consistent there?
  1165. # [10:00] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1166. # [10:00] * ChanServ sets mode: +o roc
  1167. # [10:00] * Quits: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP) (Ping timeout)
  1168. # [10:01] <philor> yeah, just takes time, because they coalesce with your other retriggers, and they coalesce with the run on random jobs up above
  1169. # [10:01] * Joins: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP)
  1170. # [10:01] <jfkthame> there should be a rule that explicitly retriggered jobs _never_ coalesce
  1171. # [10:01] <philor> try, where you can just say "I'll have three more of these, good sir!" and get them is much handier
  1172. # [10:02] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1173. # [10:02] * Quits: m_kato_note (m_kato@moz-348F61F0.mozilla.or.jp) (Ping timeout)
  1174. # [10:02] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1175. # [10:03] <philor> bad choice of summary words on my part, took me three tries to find "Bug 690672 - self-serve should be able to disable coalescing" in my addressbar
  1176. # [10:03] * Joins: Enn (enn@moz-B8241D69.reverse.destiny.be)
  1177. # [10:03] * jfkthame is not even slightly surprised to see philor filed that
  1178. # [10:04] * Joins: mak (mak@moz-B8241D69.reverse.destiny.be)
  1179. # [10:05] * Joins: karl (karl@23A55618.8998A38C.C8A09C26.IP)
  1180. # [10:06] * Quits: mak (mak@moz-B8241D69.reverse.destiny.be) (Client exited)
  1181. # [10:07] * Joins: mak (mak@moz-B8241D69.reverse.destiny.be)
  1182. # [10:07] <Callek> philor: fyi, https://bugzilla.mozilla.org/show_bug.cgi?id=666019#c18 I'm not certain that last patch there is good enough given the problems on SeaMonkey windows boxes
  1183. # [10:07] <Callek> it is --noticeably-- better though
  1184. # [10:07] * Joins: mijia (mijia@DC4232F0.766373FB.C3A57E70.IP)
  1185. # [10:08] <philor> yeah, I just figured it was time to slightly rebalance their reluctance against my screaming, since we let another regression hang all day because it was mostly purple
  1186. # [10:09] * Quits: squib (squib@moz-F5CA0CFB.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1187. # [10:09] <philor> okay, I'm not going to see this crashtest through, 1am and I work early tomorrow, have fun all!
  1188. # [10:10] <jfkthame> philor: g'night!
  1189. # [10:10] * philor is now known as philor|away
  1190. # [10:11] * Joins: jprmc (jprmc@moz-B8241D69.reverse.destiny.be)
  1191. # [10:12] * Joins: sewardj (sewardj@moz-B8241D69.reverse.destiny.be)
  1192. # [10:13] * Quits: dao (dao@moz-FACBC61B.superkabel.de) (Quit: Leaving.)
  1193. # [10:13] * Joins: dao (dao@moz-FACBC61B.superkabel.de)
  1194. # [10:13] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1195. # [10:14] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  1196. # [10:14] * Quits: dao (dao@moz-FACBC61B.superkabel.de) (Ping timeout)
  1197. # [10:14] * Quits: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net) (Connection reset by peer)
  1198. # [10:15] * Joins: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net)
  1199. # [10:16] * Quits: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com) (Ping timeout)
  1200. # [10:16] * Joins: vladan (vladan@moz-B8241D69.reverse.destiny.be)
  1201. # [10:20] * Joins: msucan (msucan-@CA197AEE.3A7AD384.699550A1.IP)
  1202. # [10:20] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1203. # [10:21] * Joins: dao (dao@moz-FACBC61B.superkabel.de)
  1204. # [10:22] * Quits: SeoZ (DanielJuyu@BAEFDFE1.600F089A.32B27D81.IP) (Quit: Leaving)
  1205. # [10:23] * Joins: Ms2ger (Ms2ger@92E5183E.3C36F6A0.37724B0D.IP)
  1206. # [10:23] * Joins: c0smikdebris (c0smikdebr@D7959658.ECDD7E84.BE90E62C.IP)
  1207. # [10:24] * Quits: cdiehl (cdiehl@moz-745D74E0.pool.mediaways.net) (Quit: ...---...)
  1208. # [10:24] * Quits: harth (harth@moz-1F71062D.hsd1.ca.comcast.net) (Input/output error)
  1209. # [10:25] * Quits: grubshka (grubshka@moz-76ABDDFC.w109-212.abo.wanadoo.fr) (Ping timeout)
  1210. # [10:25] <gcp> yee, it went green
  1211. # [10:26] * glob|away is now known as glob
  1212. # [10:26] <Ms2ger> gcp, unlike the weather ;)
  1213. # [10:27] * Quits: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net) (Connection reset by peer)
  1214. # [10:27] * Joins: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net)
  1215. # [10:28] * Joins: harth (harth@moz-1F71062D.hsd1.ca.comcast.net)
  1216. # [10:28] * Quits: Mook (mook@moz-D4B2E3F9.dsl.teksavvy.com) (Quit: ChatZilla 0.9.87-rdmsoft [XULRunner 6.0/20110811165603])
  1217. # [10:29] <jfkthame> gcp: yep, looks like you escaped the scythe
  1218. # [10:29] * Joins: grubshka (grubshka@moz-5FAB1F3F.w86-216.abo.wanadoo.fr)
  1219. # [10:30] * Quits: harth (harth@moz-1F71062D.hsd1.ca.comcast.net) (Ping timeout)
  1220. # [10:31] * Quits: mike5w3c (MikeS@moz-DAFE1A45.tokyo.ocn.ne.jp) (Quit: mike5w3c)
  1221. # [10:32] * Joins: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com)
  1222. # [10:32] <Standard8> someone ping me when the next mozilla-inbound merge takes place please
  1223. # [10:33] * Joins: cjones (cjones@74E406D.A6B942B2.1D05C454.IP)
  1224. # [10:33] <Standard8> oh actually, ignore that, I can just do this anyway
  1225. # [10:33] <Standard8> (not the merge, push a patch to comm-central)
  1226. # [10:34] * Joins: cdiehl (cdiehl@moz-745D74E0.pool.mediaways.net)
  1227. # [10:34] * Joins: daim (David_Mart@779E3E00.1773D26C.C0FF2207.IP)
  1228. # [10:35] * Quits: jfkthame (jfkthame@5D078631.5BC345F5.9542EC20.IP) (Quit: jfkthame)
  1229. # [10:35] * Joins: jfkthame (jfkthame@5D078631.5BC345F5.9542EC20.IP)
  1230. # [10:36] * Quits: davidillsley (chatzilla@1CBC2776.1CAEF583.51C6DE68.IP) (Ping timeout)
  1231. # [10:37] * CwiiisAway is now known as Cwiiis
  1232. # [10:38] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1233. # [10:38] * Joins: bnicholson (bnicholson@moz-515A2009.hsd1.ca.comcast.net)
  1234. # [10:38] * Quits: bnicholson (bnicholson@moz-515A2009.hsd1.ca.comcast.net) (Input/output error)
  1235. # [10:38] * Joins: AutomatedTester (AutomatedT@26B90EAA.A406FCCB.A636A10A.IP)
  1236. # [10:39] * Joins: mike5w3c (MikeS@moz-DAFE1A45.tokyo.ocn.ne.jp)
  1237. # [10:39] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1238. # [10:41] * Quits: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net) (Connection reset by peer)
  1239. # [10:41] * Joins: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net)
  1240. # [10:42] * Joins: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk)
  1241. # [10:42] <gcp> the 3rd one went orange again, but that one has a stacktrace
  1242. # [10:43] <gcp> clearly outside my code and in font handling though
  1243. # [10:43] <gcp> so I proclaim my innocence
  1244. # [10:44] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1245. # [10:47] * glob is now known as glob|away
  1246. # [10:48] * Quits: karl (karl@23A55618.8998A38C.C8A09C26.IP) (Ping timeout)
  1247. # [10:49] <Pike> paul: is there a suggested way in dzslides to have a slide with just an img, but that keeps the aspect ratio when dzslides scale?
  1248. # [10:52] * Joins: Yoric (Yoric@moz-B8241D69.reverse.destiny.be)
  1249. # [10:53] * Joins: edmorley (edmorley@moz-D7FF4E64.range86-166.btcentralplus.com)
  1250. # [10:53] <Cwiiis> Anyone noticed that the Fx4 presentation template for OOo is broken? https://intranet.mozilla.org/Presentation_templates,_logos_and_style_guides
  1251. # [10:54] * Quits: mak (mak@moz-B8241D69.reverse.destiny.be) (Ping timeout)
  1252. # [10:56] * Quits: dao (dao@moz-FACBC61B.superkabel.de) (Ping timeout)
  1253. # [10:56] * Joins: dao (dao@moz-FACBC61B.superkabel.de)
  1254. # [10:57] <Ms2ger> Why would you use that if dzslides exists?
  1255. # [10:57] <nigelb> Ms2ger++
  1256. # [10:58] * Joins: smaug (chatzilla@moz-65B5EEB7.elisa-mobile.fi)
  1257. # [10:58] * ChanServ sets mode: +o smaug
  1258. # [11:00] * Quits: By-Tor (bytor@moz-46974D0B.dyn.optonline.net) (Ping timeout)
  1259. # [11:05] * Joins: darktrojan (geoff@moz-47B83BE0.dsl.telstraclear.net)
  1260. # [11:05] * Quits: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net) (Connection reset by peer)
  1261. # [11:05] * ewong is now known as ewong|away
  1262. # [11:05] * Joins: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net)
  1263. # [11:09] * Quits: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net) (Connection reset by peer)
  1264. # [11:10] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1265. # [11:11] * Joins: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net)
  1266. # [11:11] * Joins: WeirdAl (chatzilla@moz-5BDC219.hsd1.ca.comcast.net)
  1267. # [11:11] <WeirdAl> !seen Scoobidiver
  1268. # [11:11] <firebot> I've never seen a 'Scoobidiver', sorry.
  1269. # [11:12] <Ms2ger> 'XMLHttpRequest sends "OST", instead of "POST"'
  1270. # [11:13] * Quits: @smaug (chatzilla@moz-65B5EEB7.elisa-mobile.fi) (Ping timeout)
  1271. # [11:13] <WeirdAl> anyone know if he/she hangs out on IRC?
  1272. # [11:14] <Ms2ger> Don't think so
  1273. # [11:15] * Joins: florian (florian@moz-87C33FDA.kimsufi.com)
  1274. # [11:15] <WeirdAl> ok, I'll try reaching him by e-mail.
  1275. # [11:16] * jfkthame glares at trev.saunders ... or would, if i knew where to find him
  1276. # [11:16] * Quits: mijia (mijia@DC4232F0.766373FB.C3A57E70.IP) (Quit: mijia)
  1277. # [11:16] <jfkthame> i'm suspicious his patch may have caused the linux Moth oranges on inbound
  1278. # [11:17] * darktrojan looks
  1279. # [11:17] <Ms2ger> tbsaunde, meet jfkthame
  1280. # [11:18] <jfkthame> oh yes - seen his nick before, but had forgotten it
  1281. # [11:18] <jfkthame> tbsaunde: those a11y failures look worrying
  1282. # [11:19] <darktrojan> I think that's a reasonable suspicion
  1283. # [11:20] <Ms2ger> tbsaunde, yeah, those 60000 mochitest-accessibility failures don't look good
  1284. # [11:20] <darktrojan> when in doubt, back out
  1285. # [11:20] * Quits: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net) (Connection reset by peer)
  1286. # [11:20] <Ms2ger> jfkthame, you're backing out?
  1287. # [11:21] * Joins: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net)
  1288. # [11:21] <jfkthame> i could do - maybe just wait a moment to double-check that Moth goes orange on his push, too?
  1289. # [11:22] <jfkthame> ah, the windows orange looks like the same thing
  1290. # [11:22] * Joins: igor (igor@A6B1CF0C.BF91BDCE.1DAC7E2F.IP)
  1291. # [11:22] <WeirdAl> back in a minute
  1292. # [11:22] * Quits: WeirdAl (chatzilla@moz-5BDC219.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88 [Firefox 9.0.1/20111220165912])
  1293. # [11:22] * jfkthame loads the backout gun
  1294. # [11:24] * Joins: WeirdAl (chatzilla@moz-5BDC219.hsd1.ca.comcast.net)
  1295. # [11:25] <WeirdAl> back
  1296. # [11:27] * Quits: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1297. # [11:28] * Joins: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk)
  1298. # [11:31] <Ms2ger> jfkthame, thanks
  1299. # [11:31] * Quits: Elen (El@moz-749635E7.hsd1.ut.comcast.net) (Ping timeout)
  1300. # [11:31] * Joins: kaie (kaie@moz-558FE793.web.vodafone.de)
  1301. # [11:33] * Quits: jhorak (jhorak@moz-59813FB4.cust.nbox.cz) (Client exited)
  1302. # [11:34] * Joins: espindola (espindola@moz-B8241D69.reverse.destiny.be)
  1303. # [11:34] * Joins: jhorak (jhorak@moz-59813FB4.cust.nbox.cz)
  1304. # [11:34] * Quits: florian (florian@moz-87C33FDA.kimsufi.com) (Ping timeout)
  1305. # [11:34] <espindola> ted is the correct person to review bug 723114, right?
  1306. # [11:35] * Joins: jaws (u2871@moz-160C58C6.com)
  1307. # [11:35] * Quits: kaie (kaie@moz-558FE793.web.vodafone.de) (Ping timeout)
  1308. # [11:35] * Joins: gerv (gerv@331E0B4E.FB88098A.7D0FCE04.IP)
  1309. # [11:36] * Quits: gerv (gerv@331E0B4E.FB88098A.7D0FCE04.IP) (Quit: Leaving.)
  1310. # [11:36] * Joins: kaie (kaie@moz-558FE793.web.vodafone.de)
  1311. # [11:36] * Joins: florian (florian@moz-87C33FDA.kimsufi.com)
  1312. # [11:37] * Quits: florian (florian@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.2a1pre)
  1313. # [11:37] * Joins: florian (florian@moz-87C33FDA.kimsufi.com)
  1314. # [11:39] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1315. # [11:40] * Quits: Cork (none@moz-7DD8BE5D.ilait.se) (Client exited)
  1316. # [11:41] * Joins: Cork (none@moz-7DD8BE5D.ilait.se)
  1317. # [11:46] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1318. # [11:46] <glazou> bonjour
  1319. # [11:46] <WeirdAl> hi glazou
  1320. # [11:47] <glazou> hey alex, what's up?
  1321. # [11:47] * Quits: decoder (quassel@45737F17.411DB1E9.95550721.IP) (Ping timeout)
  1322. # [11:47] <WeirdAl> Could we talk for a moment?
  1323. # [11:47] <WeirdAl> (off-channel)
  1324. # [11:48] * Quits: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1325. # [11:48] * Quits: surkov (surkov@D40B02A1.B3F96E9C.3AF1D72D.IP) (Ping timeout)
  1326. # [11:48] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  1327. # [11:49] * Quits: jhorak (jhorak@moz-59813FB4.cust.nbox.cz) (Client exited)
  1328. # [11:49] * Joins: jhorak (jhorak@moz-59813FB4.cust.nbox.cz)
  1329. # [11:51] * Quits: kaie (kaie@moz-558FE793.web.vodafone.de) (Ping timeout)
  1330. # [11:52] * Joins: kaie (kaie@moz-558FE793.web.vodafone.de)
  1331. # [11:54] * Joins: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
  1332. # [11:54] * padenot is now known as padenot|away
  1333. # [11:55] * Joins: surkov (surkov@787EFB74.74A324F6.222B27F0.IP)
  1334. # [11:58] * Joins: Elen (El@moz-749635E7.hsd1.ut.comcast.net)
  1335. # [11:58] * Quits: kaie (kaie@moz-558FE793.web.vodafone.de) (Ping timeout)
  1336. # [11:58] * Quits: jhorak (jhorak@moz-59813FB4.cust.nbox.cz) (Client exited)
  1337. # [11:58] * Joins: hhofer (hhofer@moz-E26D5425.dip.t-dialin.net)
  1338. # [11:59] * ewong|sleep is now known as ewong
  1339. # [11:59] * Joins: jhorak (jhorak@moz-59813FB4.cust.nbox.cz)
  1340. # [12:00] * Joins: KaiRo (robert@74E406D.A6B942B2.1D05C454.IP)
  1341. # [12:02] * Joins: peeves (Mibbit@C9029DC.E2CB5B64.16DF60A1.IP)
  1342. # [12:02] * Joins: kaie (kaie@moz-558FE793.web.vodafone.de)
  1343. # [12:02] * Quits: kaie (kaie@moz-558FE793.web.vodafone.de) (Input/output error)
  1344. # [12:03] * Joins: mak (mak@moz-B8241D69.reverse.destiny.be)
  1345. # [12:05] * Quits: kanru (user@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1346. # [12:06] * Quits: peeves (Mibbit@C9029DC.E2CB5B64.16DF60A1.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1347. # [12:07] * Quits: c0smikdebris (c0smikdebr@D7959658.ECDD7E84.BE90E62C.IP) (Client exited)
  1348. # [12:07] * Quits: hhofer (hhofer@moz-E26D5425.dip.t-dialin.net) (Quit: ChatZilla 0.9.88 [SeaMonkey 2.10a1/20120202003008])
  1349. # [12:09] * Joins: paolo__ (paolo@moz-B8241D69.reverse.destiny.be)
  1350. # [12:10] <WeirdAl> ok, I'd better get going.
  1351. # [12:10] * padenot|away is now known as padenot
  1352. # [12:12] * Quits: WeirdAl (chatzilla@moz-5BDC219.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88 [Firefox 9.0.1/20111220165912])
  1353. # [12:16] * Joins: mib_igp3fh (Mibbit@C9029DC.E2CB5B64.16DF60A1.IP)
  1354. # [12:17] * Joins: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk)
  1355. # [12:19] * khuey|away is now known as khuey
  1356. # [12:20] * Quits: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com) (Ping timeout)
  1357. # [12:21] <ttaubert> khuey: is the rest of the patch okay besides that I should use the main thread?
  1358. # [12:23] <@khuey> ttaubert: just use http://mxr.mozilla.org/mozilla-central/ident?i=NS_NewInputStreamReadyEvent
  1359. # [12:23] <@khuey> and use the main thread as the event target
  1360. # [12:23] * Quits: grubshka (grubshka@moz-5FAB1F3F.w86-216.abo.wanadoo.fr) (Quit: Quitte)
  1361. # [12:24] * Quits: nomisvai (chatzilla@moz-7DAF1A3B.oracle.com) (Ping timeout)
  1362. # [12:24] * Joins: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1363. # [12:25] <@khuey> ttaubert: so something like
  1364. # [12:25] <@khuey> nsCOMPtr<nsIThread> mainThread = NS_GetMainThread()
  1365. # [12:25] <@khuey> nsCOMPtr<nsIInputStreamCallback> asyncCallback;
  1366. # [12:26] <@khuey> rv = NS_NewInputStreamReadyEvent(getter_AddRefs(asyncCallback), aCallback, mainThread);
  1367. # [12:26] <@khuey> NS_ENSURE_SUCCESS(rv, rv);
  1368. # [12:26] <@khuey> return asyncCallback->OnInputStreamReady(this);
  1369. # [12:26] <@khuey> (this is from memory, so it might need some tweaking)
  1370. # [12:27] * Quits: surkov (surkov@787EFB74.74A324F6.222B27F0.IP) (Quit: surkov)
  1371. # [12:27] <ttaubert> khuey: that's much easier. thank you I'll try that
  1372. # [12:28] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  1373. # [12:29] * glazou is now known as glazou_lunch
  1374. # [12:30] <glandium> do other people get errors on talos on try, related to talos_from_code.py?
  1375. # [12:30] * Quits: paolo__ (paolo@moz-B8241D69.reverse.destiny.be) (Ping timeout)
  1376. # [12:30] <Ms2ger> Dunno, but talos was broken yesterday
  1377. # [12:31] * Quits: dao (dao@moz-FACBC61B.superkabel.de) (Quit: Leaving.)
  1378. # [12:32] * Quits: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1379. # [12:33] <glandium> espindola: you probably want waldo or cjones
  1380. # [12:33] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/da45fc5e6b95 - Dão Gottwald - Bug 720985 - Report a failure when a test leaks a global variable. r=gavin
  1381. # [12:33] <espindola> glandium: thanks
  1382. # [12:33] <firebot> http://hg.mozilla.org/mozilla-central/rev/af9f286b38fa - Dão Gottwald - Bug 720985 - Make some tests stop polluting the global scope
  1383. # [12:34] <espindola> glandium: what is waldo's bugmail?
  1384. # [12:34] <Ms2ger> jwalden+bmo
  1385. # [12:35] * Joins: dao (dao@moz-FACBC61B.superkabel.de)
  1386. # [12:35] <glandium> espindola: doesn't :waldo work?
  1387. # [12:35] <Ms2ger> Nope
  1388. # [12:35] <espindola> glandium: no
  1389. # [12:36] * Joins: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com)
  1390. # [12:36] <espindola> Ms2ger: thanks
  1391. # [12:36] <Ms2ger> Np
  1392. # [12:36] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1393. # [12:36] * Quits: Enn (enn@moz-B8241D69.reverse.destiny.be) (Ping timeout)
  1394. # [12:37] * Joins: Enn (enn@moz-B8241D69.reverse.destiny.be)
  1395. # [12:39] * Joins: paolo__ (paolo@moz-B8241D69.reverse.destiny.be)
  1396. # [12:40] * Joins: andreasn (andreasn@moz-3CC3C389.a336.priv.bahnhof.se)
  1397. # [12:42] <gcp> I wonder if SunSpider really measures what we think it does
  1398. # [12:42] <gcp> http://graphs-new.mozilla.org/graph.html#tests=[[104,63,21]]&sel=1328171055000,1328343855000&displayrange=7&datatype=running
  1399. # [12:42] <Ms2ger> "netwerk/protocol/http/HttpChannelParent.cpp:336:0: warning: ignoring #pragma warning"
  1400. # [12:42] <Ms2ger> That's a nice one
  1401. # [12:42] <Ms2ger> gcp, it doesn't
  1402. # [12:42] * Fallen is now known as Fallen|away
  1403. # [12:43] <Ms2ger> gcp, benchmarks pretty much never test anything useful
  1404. # [12:44] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1405. # [12:44] <gcp> sure, but this isn't JS related at all
  1406. # [12:44] <gcp> why would my patch improve pageload by 26%?
  1407. # [12:44] <@khuey> magic
  1408. # [12:44] <Ms2ger> ^
  1409. # [12:45] <@khuey> sunspider in the browser probably doesn't measure what you would think it would at all
  1410. # [12:45] <cers> gcp: what was your patch?
  1411. # [12:45] * padenot is now known as padenot|away
  1412. # [12:45] <gcp> new urlclassifier backend
  1413. # [12:45] <Ms2ger> Causing a GC during ss, maybe?
  1414. # [12:45] <cers> 26% does sound a lot then
  1415. # [12:46] <Ms2ger> Oh, improve
  1416. # [12:46] <gcp> Ms2ger: improve
  1417. # [12:46] <Ms2ger> Never ever question an improvement
  1418. # [12:46] <Ms2ger> Act like it makes sanse
  1419. # [12:46] <Ms2ger> sense, even
  1420. # [12:46] <gcp> I agree. I'm a hero.
  1421. # [12:46] <Ms2ger> gcp, so about that pay rise :)
  1422. # [12:47] <cers> gcp: did it affect any other benchmarks?
  1423. # [12:47] * Quits: Enn (enn@moz-B8241D69.reverse.destiny.be) (Ping timeout)
  1424. # [12:48] * Quits: m_kato (m_kato@moz-348F61F0.mozilla.or.jp) (Quit: Leaving...)
  1425. # [12:48] <Ms2ger> Wait, bz is online?
  1426. # [12:48] * Joins: Enn (enn@moz-B8241D69.reverse.destiny.be)
  1427. # [12:49] <gcp> cers: MaxHeap, but that is expected.
  1428. # [12:50] <paul> Pike: img {width:800px; height: auto;} ?
  1429. # [12:50] <Ms2ger> gcp, you're learning fast :)
  1430. # [12:50] * Joins: necolas (necolas@moz-C8C6D8F3.bb.sky.com)
  1431. # [12:50] <Pike> paul: yeah, height: auto turned out to work
  1432. # [12:51] * Joins: smaug (chatzilla@moz-59E2F873.elisa-mobile.fi)
  1433. # [12:51] * ChanServ sets mode: +o smaug
  1434. # [12:52] <@smaug> ttaubert: ping
  1435. # [12:52] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  1436. # [12:52] * Quits: Ms2ger (Ms2ger@92E5183E.3C36F6A0.37724B0D.IP) (Quit: bbl)
  1437. # [12:55] * Quits: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.2a1pre)
  1438. # [12:55] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1439. # [12:56] <ttaubert> smaug: pong
  1440. # [12:56] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  1441. # [12:56] <@smaug> ttaubert: did you implement the "new tab" ?
  1442. # [12:57] <@smaug> I mean the thing which has links to commonly used pages
  1443. # [12:57] <ttaubert> smaug: I did
  1444. # [12:57] <ttaubert> and still am
  1445. # [12:57] <@smaug> ttaubert: what is the idea behind having large gray areas for each page?
  1446. # [12:57] <@smaug> is the idea to have screenshots there
  1447. # [12:57] <ttaubert> smaug: yes
  1448. # [12:58] * Quits: peterv (peterv@moz-85A72D66.access.telenet.be) (Connection reset by peer)
  1449. # [12:58] <ttaubert> there should be some if you visited the page
  1450. # [12:58] <@smaug> nope
  1451. # [12:58] <@smaug> they stay gray
  1452. # [12:58] * Joins: peterv (peterv@moz-85A72D66.access.telenet.be)
  1453. # [12:59] <@smaug> also, is it possible to disable that feature
  1454. # [12:59] <@smaug> I prefer about:blank
  1455. # [12:59] <reuben> browser.newtabpage.enabled
  1456. # [13:00] * Quits: mak (mak@moz-B8241D69.reverse.destiny.be) (Client exited)
  1457. # [13:00] <@smaug> thanks
  1458. # [13:00] <ttaubert> smaug: browser.newtab.url
  1459. # [13:00] <ttaubert> set it to about:blank
  1460. # [13:00] <@smaug> browser.newtabpage.enabled worked
  1461. # [13:01] <gcp> http://graphs-new.mozilla.org/graph.html#tests=[[104,63,21]]&sel=1326408238993.1147,1328270049407&displayrange=30&datatype=running
  1462. # [13:01] <@smaug> gcp: strange
  1463. # [13:02] <@smaug> was there some regression which got fixed
  1464. # [13:03] <gcp> My code lowers random-access disk I/O. But in Talos tests, it should be entirely irrelevant. Uses a bit less RAM.
  1465. # [13:03] * KaiRo is now known as KaiRo_away
  1466. # [13:04] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  1467. # [13:04] * Quits: peterv (peterv@moz-85A72D66.access.telenet.be) (Connection reset by peer)
  1468. # [13:05] <gcp> nobody commented on the intial regression
  1469. # [13:05] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1470. # [13:05] * Joins: peterv (peterv@moz-85A72D66.access.telenet.be)
  1471. # [13:05] * Joins: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk)
  1472. # [13:06] * Joins: kaie (kaie@24517AEE.8C370288.6D5952B2.IP)
  1473. # [13:07] * Quits: @ehsan (ehsan@moz-A6FE435.build.sjc1.mozilla.com) (Ping timeout)
  1474. # [13:07] * glazou_lunch is now known as glazou
  1475. # [13:07] * Quits: peterv (peterv@moz-85A72D66.access.telenet.be) (Connection reset by peer)
  1476. # [13:08] * Joins: peterv (peterv@moz-85A72D66.access.telenet.be)
  1477. # [13:09] * Joins: jhorak_ (jhorak@moz-59813FB4.cust.nbox.cz)
  1478. # [13:09] * Quits: jhorak_ (jhorak@moz-59813FB4.cust.nbox.cz) (Client exited)
  1479. # [13:09] <@smaug> gcp: does that regression show up in m-c too ?
  1480. # [13:10] <@smaug> (it would help if tbpl would link to the new perf graphs)
  1481. # [13:11] <gcp> yes
  1482. # [13:11] <gcp> if you look at 90 days
  1483. # [13:11] <gcp> sunspider was all over the place historyically..then got stable Dec 17....Jan 17
  1484. # [13:11] <gcp> http://graphs-new.mozilla.org/graph.html#tests=[[104,1,21]]&sel=none&displayrange=90&datatype=running
  1485. # [13:11] * Quits: peterv (peterv@moz-85A72D66.access.telenet.be) (Connection reset by peer)
  1486. # [13:13] * khuey is now known as khuey|away
  1487. # [13:13] * Joins: peterv (peterv@moz-85A72D66.access.telenet.be)
  1488. # [13:15] * Quits: peterv (peterv@moz-85A72D66.access.telenet.be) (Connection reset by peer)
  1489. # [13:16] * Joins: ehsan (ehsan@moz-A6FE435.build.sjc1.mozilla.com)
  1490. # [13:16] * ChanServ sets mode: +o ehsan
  1491. # [13:17] * Joins: peterv (peterv@moz-85A72D66.access.telenet.be)
  1492. # [13:18] * Quits: peterv (peterv@moz-85A72D66.access.telenet.be) (Connection reset by peer)
  1493. # [13:19] * Joins: peterv (peterv@moz-85A72D66.access.telenet.be)
  1494. # [13:19] * Quits: darktrojan (geoff@moz-47B83BE0.dsl.telstraclear.net) (Quit: darktrojan)
  1495. # [13:22] <@smaug> is metrics.mozilla.com down?
  1496. # [13:27] <ttaubert> smaug: toggling browser.newtabpage.enabled is the same thing as clicking the button in the upper right on the new tab page :)
  1497. # [13:27] * jfkthame is now known as jfkthame_afk
  1498. # [13:28] <ttaubert> we wanted it to be easy to disable
  1499. # [13:28] * Joins: TheLink (TheLink@moz-4D4DDD71.pools.arcor-ip.net)
  1500. # [13:28] <@smaug> ttaubert: oh
  1501. # [13:28] <@smaug> strange, clicking that thing opens awesomebar
  1502. # [13:29] <ttaubert> smaug: which OS?
  1503. # [13:29] <@smaug> linux
  1504. # [13:29] <ttaubert> smaug: mh there is a mac specific workaround for that
  1505. # [13:29] <ttaubert> I thought it is mac specific
  1506. # [13:29] <ttaubert> boo
  1507. # [13:30] <@smaug> something to do with focus handling, I would guess
  1508. # [13:30] * davehunt|away is now known as davehunt
  1509. # [13:30] <ttaubert> yes
  1510. # [13:30] * Quits: graememcc (chatzilla@moz-B5263D41.range86-148.btcentralplus.com) (Ping timeout)
  1511. # [13:30] <@smaug> I don't know what clicking that button should affect to focus
  1512. # [13:30] <@smaug> s/what/why/
  1513. # [13:31] <ttaubert> no idea, but thx for 'reporting' that
  1514. # [13:31] <ttaubert> I'll file a bug :)
  1515. # [13:31] * Quits: dao (dao@moz-FACBC61B.superkabel.de) (Connection reset by peer)
  1516. # [13:31] <@smaug> anyway, boarding soon. See some of you in Brussels
  1517. # [13:32] <ttaubert> smaug: see you!
  1518. # [13:32] * Joins: dao (dao@moz-FACBC61B.superkabel.de)
  1519. # [13:33] * Quits: @smaug (chatzilla@moz-59E2F873.elisa-mobile.fi) (Ping timeout)
  1520. # [13:33] * Joins: vikram360 (vikram360@161A22E2.46686E3.2A068A5E.IP)
  1521. # [13:34] * Joins: nomisvai (chatzilla@moz-7DAF1A3B.oracle.com)
  1522. # [13:34] * Ziggy|AWAY is now known as Ziggy_Maes
  1523. # [13:35] <gcp> we should have t-shirts with IRC nicknames
  1524. # [13:35] <gcp> well, given the weather in Brussels, pullovers
  1525. # [13:37] * Quits: kaie (kaie@24517AEE.8C370288.6D5952B2.IP) (Quit: Leaving)
  1526. # [13:38] * Quits: vikram360 (vikram360@161A22E2.46686E3.2A068A5E.IP) (Ping timeout)
  1527. # [13:40] * Quits: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1528. # [13:40] * Quits: ewong (chatzilla@F536648C.E5F17347.51F738FB.IP) (Ping timeout)
  1529. # [13:40] * Joins: engla (engla@moz-DC712540.tbcn.telia.com)
  1530. # [13:41] * Joins: ewong (chatzilla@F536648C.E5F17347.51F738FB.IP)
  1531. # [13:41] * Fallen|away is now known as Fallen
  1532. # [13:44] * Joins: graememcc (chatzilla@moz-B5263D41.range86-148.btcentralplus.com)
  1533. # [13:45] * Quits: igor (igor@A6B1CF0C.BF91BDCE.1DAC7E2F.IP) (Ping timeout)
  1534. # [13:46] * Quits: @ehsan (ehsan@moz-A6FE435.build.sjc1.mozilla.com) (Input/output error)
  1535. # [13:47] * Joins: mak (mak@moz-B8241D69.reverse.destiny.be)
  1536. # [13:50] * Quits: mak (mak@moz-B8241D69.reverse.destiny.be) (Connection reset by peer)
  1537. # [13:51] * Joins: mak (mak@moz-B8241D69.reverse.destiny.be)
  1538. # [13:51] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  1539. # [13:51] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1540. # [13:52] * Quits: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com) (Ping timeout)
  1541. # [13:56] * khuey|away is now known as khuey
  1542. # [13:56] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  1543. # [13:58] * Joins: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk)
  1544. # [13:58] <mounir> gcp: even coats ;)
  1545. # [13:58] <nigelb> Just tattoo your IRC nickname to your forehead :P
  1546. # [13:59] * nigelb ducks
  1547. # [14:01] <mak> edmorley: so, jfkthame backouts is likely a good merge point, though there are lots of orange oth, that should be actually fixed in fx-team brabch
  1548. # [14:02] <Fallen> nigelb: what happens if you go |away ? ;-)
  1549. # [14:02] <Fallen> removable tattoo?
  1550. # [14:02] * Quits: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1551. # [14:03] <nigelb> Fallen: haha
  1552. # [14:03] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  1553. # [14:03] <edmorley> mak: sorry on a call with a client for maybe 30-60mins more
  1554. # [14:04] <mak> edmorley: np! was just notifying you the situation
  1555. # [14:04] <edmorley> :-)
  1556. # [14:04] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1557. # [14:05] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1558. # [14:06] * Quits: jfkthame_afk (jfkthame@5D078631.5BC345F5.9542EC20.IP) (Quit: jfkthame_afk)
  1559. # [14:07] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1560. # [14:07] * Joins: mconley (mconley@A00174C9.68469654.6816E6B7.IP)
  1561. # [14:08] <ted> espindola: since that's all just in MFBT, probably not
  1562. # [14:09] * Joins: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
  1563. # [14:09] <espindola> ted: I moved to cones.chris, thanks
  1564. # [14:09] <ted> joe: so apparently crowder's profile pic on facebook renders as garbage on nightly builds
  1565. # [14:09] <ted> joe: i have no idea why
  1566. # [14:11] * Quits: victorporof (victorporo@C092FEB2.1C233438.79933D60.IP) (Quit: Leaving...)
  1567. # [14:12] * Joins: victorporof (victorporo@C092FEB2.1C233438.79933D60.IP)
  1568. # [14:12] * Quits: victorporof (victorporo@C092FEB2.1C233438.79933D60.IP) (Client exited)
  1569. # [14:12] <glazou> http://twitpic.com/8f4xbu
  1570. # [14:14] <Yoric> Could anyone explain to me how I can run the tests in toolkit/content/tests/browser ?
  1571. # [14:14] * Joins: pnemsak (Miranda@moz-3D67D819.rainside.sk)
  1572. # [14:14] <ted> Yoric: those are browser-chrome tests
  1573. # [14:15] <ted> https://developer.mozilla.org/en/Browser_chrome_tests
  1574. # [14:15] * Quits: mconley (mconley@A00174C9.68469654.6816E6B7.IP) (Quit: Leaving...)
  1575. # [14:15] * Quits: Enn (enn@moz-B8241D69.reverse.destiny.be) (Ping timeout)
  1576. # [14:15] <ted> you can run all of them by doing "make mochitest-browser-chrome" in your objdir
  1577. # [14:16] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 9.0.1/20111223083612])
  1578. # [14:16] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  1579. # [14:16] <ted> you can probably run just that set with "make mochitest-browser-chrome TEST_PATH=toolkit/content/tests"
  1580. # [14:16] * rail_away is now known as rail
  1581. # [14:19] * Ziggy_Maes is now known as Ziggy|AWAY
  1582. # [14:20] * Quits: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com) (Ping timeout)
  1583. # [14:20] * Joins: dbradley (dbradley@moz-80450F75.fuse.net)
  1584. # [14:21] <Yoric> Ah, thanks.
  1585. # [14:22] <Yoric> I was trying with mochitest-plain and, well, it didn't do much.
  1586. # [14:22] <ted> yep
  1587. # [14:22] <ted> too many test harnesses :)
  1588. # [14:22] * Quits: gandalf (zbraniecki@74E406D.A6B942B2.1D05C454.IP) (Ping timeout)
  1589. # [14:22] <Yoric> :)
  1590. # [14:23] * Quits: Cwiiis (cwiiis@moz-F15E698.croy.cable.virginmedia.com) (Quit: Ex-Chat)
  1591. # [14:23] <Yoric> Ok, this runs the tests.
  1592. # [14:23] <Yoric> Next step: getting them to pass :)
  1593. # [14:23] * Quits: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP) (Ping timeout)
  1594. # [14:23] * Joins: jfkthame (jfkthame@5D078631.5BC345F5.9542EC20.IP)
  1595. # [14:24] * Quits: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com) (Ping timeout)
  1596. # [14:28] * Quits: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp) (Quit: Leaving...)
  1597. # [14:29] <jdm> Yoric: boring! just file a followup bug and move on :)
  1598. # [14:29] <Yoric> I should try that :)
  1599. # [14:30] * Joins: gandalf (zbraniecki@74E406D.A6B942B2.1D05C454.IP)
  1600. # [14:33] * Joins: mreavy (chatzilla@moz-DECFDD00.phlapa.fios.verizon.net)
  1601. # [14:33] * Joins: armenzg (armenzg@moz-F767CF20.acanac.net)
  1602. # [14:33] * Joins: Enn (enn@moz-B8241D69.reverse.destiny.be)
  1603. # [14:33] * Joins: Goldorak (chatzilla@854C7AE3.9DA98ED8.187A1082.IP)
  1604. # [14:33] * davehunt is now known as davehunt|away
  1605. # [14:34] * KaiRo_away is now known as KaiRo
  1606. # [14:36] * Quits: pnemsak (Miranda@moz-3D67D819.rainside.sk) (Connection reset by peer)
  1607. # [14:37] * Joins: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
  1608. # [14:37] * Joins: pnemsak (Miranda@moz-3D67D819.rainside.sk)
  1609. # [14:39] <mak> hm, we can't fetch summaries from tbpl
  1610. # [14:39] * Quits: rshetty (quassel@CC0EE699.D193C088.C842849F.IP) (Client exited)
  1611. # [14:40] * Joins: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com)
  1612. # [14:41] <jfkthame> mak: yeah, it's been frustrating me plenty
  1613. # [14:41] <mak> too much orange and network issues make me sad
  1614. # [14:44] * Joins: diogogmt (kvirc@moz-4D628198.cpe.net.cable.rogers.com)
  1615. # [14:45] * bhearsum|afk is now known as bhearsum
  1616. # [14:45] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1617. # [14:53] * Quits: dao (dao@moz-FACBC61B.superkabel.de) (Quit: Leaving.)
  1618. # [14:53] * Joins: dao (dao@moz-FACBC61B.superkabel.de)
  1619. # [14:54] <jfkthame> what's up with the Win debug reftest almost-perma-orange? i don't think that used to be normal
  1620. # [14:54] * Quits: Enn (enn@moz-B8241D69.reverse.destiny.be) (Ping timeout)
  1621. # [14:56] * Joins: protz (protz@moz-E29D2A15.inria.fr)
  1622. # [14:59] * Quits: MarcoZ (marco.zehe@moz-6841ADB6.dip.t-dialin.net) (Quit: Early weekend, see you on Monday!)
  1623. # [14:59] <jfkthame> smaugIC: ping
  1624. # [15:00] <froydnj> can't blame Android flakiness for that one ;)
  1625. # [15:00] <jfkthame> we can blame android flakiness for _everything_
  1626. # [15:00] <froydnj> cool!
  1627. # [15:00] <jfkthame> :)
  1628. # [15:01] * jfkthame actually suspects bug 716014 in this case
  1629. # [15:03] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1630. # [15:03] <jfkthame> by my count, Win Debug R has timed out on 10 out of 12 runs since mbrubeck's push
  1631. # [15:03] * jhopkins|afk is now known as jhopkins
  1632. # [15:03] <jfkthame> and bug 716014 sounds like the most plausible candidate from that push...
  1633. # [15:03] * Joins: biesi (cbiesinger@moz-D617BE71.adsl-static.isp.belgacom.be)
  1634. # [15:03] <jfkthame> anyone opposed to me backing it out to see if the orangeness stops?
  1635. # [15:04] <@khuey> mbrubeck is probably still asleep
  1636. # [15:04] <@khuey> do it now before he wakes up :-P
  1637. # [15:04] <jfkthame> yeah, i didn't think he'd be around
  1638. # [15:04] <jfkthame> it's actually smaug's patch, but he doesn't seem to be around either
  1639. # [15:04] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1640. # [15:04] * Quits: mib_igp3fh (Mibbit@C9029DC.E2CB5B64.16DF60A1.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1641. # [15:06] * Joins: vikram360 (vikram360@8529A2A8.9ED41674.B84D4DA2.IP)
  1642. # [15:07] * Joins: drice (derice@1606D15F.E628B196.8E155D4E.IP)
  1643. # [15:08] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  1644. # [15:08] * Joins: beaufour (beaufour@18D5CC88.C7EE4FB2.ECED8BE3.IP)
  1645. # [15:09] * Joins: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP)
  1646. # [15:10] * Quits: Goldorak (chatzilla@854C7AE3.9DA98ED8.187A1082.IP) (Ping timeout)
  1647. # [15:10] * Joins: Enn (enn@moz-B8241D69.reverse.destiny.be)
  1648. # [15:10] * Joins: Goldorak (chatzilla@854C7AE3.9DA98ED8.187A1082.IP)
  1649. # [15:13] * Quits: drice (derice@1606D15F.E628B196.8E155D4E.IP) (Quit: Leaving.)
  1650. # [15:13] * Joins: drice (derice@1606D15F.E628B196.8E155D4E.IP)
  1651. # [15:14] * Joins: sysKin (syskin@2D9DEBC.5D79AA35.C7B5F277.IP)
  1652. # [15:17] <lurking> jfkthame: he stated earlier: smaug> anyway, boarding soon. See some of you in Brussels
  1653. # [15:17] <lurking> He's flying I would guess
  1654. # [15:17] <mak> jfkthame: which orange?
  1655. # [15:18] <jfkthame> lurking: great, he won't miss the odd patch, then ;)
  1656. # [15:18] <jfkthame> mak: the Win Debug Reftest timeout
  1657. # [15:18] <mak> ah, hm.
  1658. # [15:19] <jfkthame> it actually happened on m-c when he landed there, and sgautherie filed bug 723907, but i only just found that
  1659. # [15:19] <@khuey> lurking: taking a train from finland to belgium would be a neat trick :-P
  1660. # [15:19] <mak> I wonder if we'll ever be able to merge
  1661. # [15:19] * Joins: joe_walker (joe_walker@moz-15405DDA.cable.virginmedia.com)
  1662. # [15:19] * Quits: sewardj (sewardj@moz-B8241D69.reverse.destiny.be) (Ping timeout)
  1663. # [15:19] <lurking> khuey: did I imply train ?
  1664. # [15:20] <lurking> oh, nm - I see what you did there - goes for more coffee
  1665. # [15:20] <@khuey> heh
  1666. # [15:21] <biesi> khuey, hmm, you _can_ do it... just takes you 52 hours :)
  1667. # [15:21] <biesi> via st petersburg :)
  1668. # [15:21] * Joins: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk)
  1669. # [15:21] <@khuey> biesi: ha
  1670. # [15:22] <@khuey> would probably be quicker to rent a boat
  1671. # [15:22] <joe_walker> is tinderbox known broken? I'm getting "Fetching summary failed" for all oranges
  1672. # [15:22] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1673. # [15:22] <joe_walker> is it just me?
  1674. # [15:22] <lurking> nope, I think things are backing up again :(
  1675. # [15:22] * Quits: graememcc (chatzilla@moz-B5263D41.range86-148.btcentralplus.com) (Ping timeout)
  1676. # [15:23] * Quits: protz (protz@moz-E29D2A15.inria.fr) (Quit: Leaving)
  1677. # [15:23] <jfkthame> i suspect it may be partly due to bugzilla slowness?
  1678. # [15:23] * Quits: gmoro (guilherme@8057F9D4.6C34BE6.D41E40C.IP) (Ping timeout)
  1679. # [15:27] * Joins: ajuma (ajuma@F2D29657.F60B0462.67AC9B1.IP)
  1680. # [15:28] * Joins: dseif (dseif@moz-3DA2586B.dsl.bell.ca)
  1681. # [15:30] * Joins: MarcoZ (marco.zehe@moz-6841ADB6.dip.t-dialin.net)
  1682. # [15:31] <jdm> froydnj: ping
  1683. # [15:32] <froydnj> jdm: pong
  1684. # [15:32] <jdm> froydnj: I believe you're missing JSAutoRequest in your telemtry jsapi gunk
  1685. # [15:33] * jfkthame is now known as jfkthame_afk
  1686. # [15:33] * Joins: josh (josh@25F88422.B7606226.6BED537B.IP)
  1687. # [15:34] * Joins: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net)
  1688. # [15:34] * jfkthame_afk is now known as jfkthame
  1689. # [15:34] * jfkthame is now known as jfkthame_afk
  1690. # [15:34] * Joins: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP)
  1691. # [15:34] <froydnj> jdm: just before I start doing anything useful with the constructed context?
  1692. # [15:34] <jdm> froydnj: yes
  1693. # [15:35] * Quits: beaufour (beaufour@18D5CC88.C7EE4FB2.ECED8BE3.IP) (Quit: beaufour)
  1694. # [15:35] <froydnj> jdm: thanks! will try that
  1695. # [15:36] * Quits: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Quit: Ex-Chat)
  1696. # [15:37] * Joins: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  1697. # [15:40] * Quits: sgimeno (santiago.g@A922400D.48362F18.BCC03455.IP) (Quit: KVIrc 4.0.2 Insomnia http://www.kvirc.net/)
  1698. # [15:42] * Joins: mib_g9vj74 (Mibbit@C9029DC.E2CB5B64.16DF60A1.IP)
  1699. # [15:45] <mak> hm, who broke i18n
  1700. # [15:45] * Joins: jimm (jmathies@moz-7F164CA1.pn.at.cox.net)
  1701. # [15:46] <jfkthame_afk> what's broken?
  1702. # [15:46] * jfkthame_afk is now known as jfkthame
  1703. # [15:47] * Joins: gmoro (guilherme@8057F9D4.6C34BE6.D41E40C.IP)
  1704. # [15:47] <mak> jfkthame: may just be a broken tinderbox
  1705. # [15:47] <mak> win is burning but I don't see a relation or an error apart missing an obj
  1706. # [15:48] * Joins: rshetty (quassel@DC956C63.3EEBC369.C842849F.IP)
  1707. # [15:48] * Quits: mats (chatzilla@E8A3702C.D5022173.8500CC29.IP) (Ping timeout)
  1708. # [15:48] * Quits: pnemsak (Miranda@moz-3D67D819.rainside.sk) (Quit: pnemsak)
  1709. # [15:48] <jfkthame> oh, on my backout push :(
  1710. # [15:48] * Joins: mayhemer (Miranda@B3D46202.F87A741B.F23860FD.IP)
  1711. # [15:49] * Quits: allisterb (allisterb@2CE5E668.5725EB66.F43E9E20.IP) (Ping timeout)
  1712. # [15:50] <jfkthame> mak: worth just re-triggering to see what happens?
  1713. # [15:50] <jfkthame> i don't see any obvious reason for it
  1714. # [15:50] * Joins: victorporof (victorporo@3CA634F2.B89616B1.79933D60.IP)
  1715. # [15:50] <mak> jfkthame: yes, I suspect a problem on that box, that likely should be clobbered
  1716. # [15:51] <jfkthame> have you retriggered, or shall i?
  1717. # [15:51] <mak> no. I'm too slow on this Mac :)
  1718. # [15:51] * jfkthame knows nothing about clobbering, but can at least click the + button
  1719. # [15:51] <mak> I may clobber
  1720. # [15:51] <jfkthame> so i've done that, let's see if it works better
  1721. # [15:52] <jfkthame> sounds like a good idea
  1722. # [15:52] <mak> yeah, just that box
  1723. # [15:54] <gregglind_away> does thunderbird open up more than one window on startup? I am having trouble figuring why addon code is firing more than once.
  1724. # [15:54] * gregglind_away is now known as gregglind
  1725. # [15:55] * ewong is now known as ewong|sleep
  1726. # [15:56] * Joins: allisterb (allisterb@2CE5E668.5725EB66.F43E9E20.IP)
  1727. # [15:57] * Quits: sysKin (syskin@2D9DEBC.5D79AA35.C7B5F277.IP) (Ping timeout)
  1728. # [15:57] * armenzg is now known as armenzg_brb
  1729. # [15:57] * Quits: josh (josh@25F88422.B7606226.6BED537B.IP) (Quit: josh)
  1730. # [15:57] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
  1731. # [15:57] <Standard8> gregglind: you generally want to ask TB questions in #maildev
  1732. # [15:58] <Standard8> gregglind: afaik no, unless you're on mac, when you might get hiddenWindow.xul
  1733. # [15:58] <gregglind> hey standard8, didn't realize you were around :)
  1734. # [15:58] <Standard8> not for much longer ;-)
  1735. # [15:58] <Standard8> gotta go out in a bit
  1736. # [15:59] * Quits: jprmc (jprmc@moz-B8241D69.reverse.destiny.be) (Ping timeout)
  1737. # [16:00] * Joins: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP)
  1738. # [16:02] * Quits: mib_g9vj74 (Mibbit@C9029DC.E2CB5B64.16DF60A1.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1739. # [16:04] * Joins: bzum (akin@AC70084F.DBB41A87.114503E7.IP)
  1740. # [16:04] * Joins: bernard (Mibbit@C9029DC.E2CB5B64.16DF60A1.IP)
  1741. # [16:06] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1742. # [16:06] <jfkthame> hsivonen: looks like test_bug709083.html is failing on android, i'm afraid
  1743. # [16:07] * Quits: jhorak (jhorak@moz-59813FB4.cust.nbox.cz) (Connection timed out)
  1744. # [16:07] * Joins: jhorak (jhorak@moz-59813FB4.cust.nbox.cz)
  1745. # [16:07] * Joins: shorlander (shorlander@moz-853043D6.dhcp.insightbb.com)
  1746. # [16:08] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: glazou)
  1747. # [16:09] * Quits: jhorak (jhorak@moz-59813FB4.cust.nbox.cz) (Quit: Leaving)
  1748. # [16:09] * Joins: jhorak (jhorak@moz-59813FB4.cust.nbox.cz)
  1749. # [16:09] <edmorley> mak: so f0229f4c8282 for merge cset yeah? (though M-oth orange frequency increase since last merge doesn't look ideal)
  1750. # [16:09] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  1751. # [16:09] * Quits: victorporof (victorporo@3CA634F2.B89616B1.79933D60.IP) (Quit: Linkinus - http://linkinus.com)
  1752. # [16:09] <mak> edmorley: the oth orange should be fixed on fx-team according to ttaubert
  1753. # [16:09] <edmorley> ah okl
  1754. # [16:09] <edmorley> ok
  1755. # [16:09] * Joins: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net)
  1756. # [16:09] <mak> edmorley: btw
  1757. # [16:09] * Joins: SeoZ (DanielJuyu@BAEFDFE1.600F089A.32B27D81.IP)
  1758. # [16:09] <edmorley> also c18523b51058
  1759. # [16:10] <edmorley> needed perhaps?
  1760. # [16:10] <mak> edmorley: I'm not sure regarding win reftest crashes
  1761. # [16:10] * Joins: victorporof (victorporo@39DC8245.B7DD870C.79933D60.IP)
  1762. # [16:10] <mak> edmorley: ask jfkthame that took care of the tree till now (thanks!)
  1763. # [16:10] <edmorley> ah c18523b51058 seems to already be on m-c, so merging won't affect
  1764. # [16:11] <jfkthame> c18523b51058 landed first on m-c, then merged to m-i, and looks like it caused orange in both places
  1765. # [16:11] <jfkthame> i've backed it out from m-i
  1766. # [16:11] <jfkthame> but no results for that yet
  1767. # [16:11] <edmorley> cool
  1768. # [16:11] <edmorley> I wish tbpl would be more helpful when it comes to leaks
  1769. # [16:11] * Joins: ericb2 (X@C5FB3C7F.6D6BC885.CF08085F.IP)
  1770. # [16:12] <edmorley> memorizing what combination of 3 letters to type in the awesome bar to find the bug is getting tiresome
  1771. # [16:12] <edmorley> s/the bug/each bug/
  1772. # [16:13] * jfkthame is about to push another backout, as we're on a roll here
  1773. # [16:13] <edmorley> :-)
  1774. # [16:14] * coop|afk is now known as coop
  1775. # [16:14] * Joins: mats (chatzilla@E8A3702C.D5022173.8500CC29.IP)
  1776. # [16:14] * bwinton_away is now known as bwinton
  1777. # [16:16] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  1778. # [16:16] * Joins: sheppy (sheppy@moz-F39D62DA.dhcp.kgpt.tn.charter.com)
  1779. # [16:18] * Joins: aja (chatzilla@FE01A14B.D3D1D2A7.7880DB15.IP)
  1780. # [16:20] * Quits: Enn (enn@moz-B8241D69.reverse.destiny.be) (Ping timeout)
  1781. # [16:21] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1782. # [16:24] * Joins: mario (mario@moz-683270A5.dip.t-dialin.net)
  1783. # [16:24] <mario> hi everyone, does anybody know how to get the directory_watch (from ipc) running as a XPCOM?
  1784. # [16:25] * Quits: armenzg_brb (armenzg@moz-F767CF20.acanac.net) (Input/output error)
  1785. # [16:25] * Joins: armenzg_brb (armenzg@moz-F767CF20.acanac.net)
  1786. # [16:27] * Joins: ashughes (ashughes@1B3CF998.EDC95493.A20E6FDD.IP)
  1787. # [16:27] * Quits: armenzg_brb (armenzg@moz-F767CF20.acanac.net) (Ping timeout)
  1788. # [16:27] * rail is now known as rail-brb
  1789. # [16:28] <jdm> mario: what is the directory_watch?
  1790. # [16:29] * Joins: harth (harth@moz-1F71062D.hsd1.ca.comcast.net)
  1791. # [16:29] <mario> found files in the ipc-package, that are utilizing FSEvents on MacOSx and inotify and so on, i need this for my application. so i am asking myself how to get this running in chrome-code
  1792. # [16:30] * Quits: harth (harth@moz-1F71062D.hsd1.ca.comcast.net) (Ping timeout)
  1793. # [16:32] * Quits: biesi (cbiesinger@moz-D617BE71.adsl-static.isp.belgacom.be) (Ping timeout)
  1794. # [16:33] <Yoric> Is there any meaningful difference between |Components.utils.import| and |importScripts|, except that one is for the main thread and the other one for chrome threads?
  1795. # [16:33] * Joins: protz (protz@moz-E29D2A15.inria.fr)
  1796. # [16:34] <Yoric> I cannot seem to be able to load resource://modules/devtools/Promise.jsm from a chrome thread, whereas it seems to work flawlessly from the main thread or the address bar.
  1797. # [16:35] <Yoric> (this is in a chrome mochitest, if that changes anything)
  1798. # [16:36] * Quits: Goldorak (chatzilla@854C7AE3.9DA98ED8.187A1082.IP) (Ping timeout)
  1799. # [16:36] * Joins: pranavrc (pranavrc@4B597F7A.9D00BB59.C28326FD.IP)
  1800. # [16:36] <@khuey> what are chrome threads?
  1801. # [16:36] * Joins: Goldorak (chatzilla@854C7AE3.9DA98ED8.187A1082.IP)
  1802. # [16:37] * Joins: dbaron (dbaron@1290B85F.9D466AA8.277517C1.IP)
  1803. # [16:37] * ChanServ sets mode: +o dbaron
  1804. # [16:37] <jdm> chrome workers?
  1805. # [16:37] <Yoric> khuey: well, chrome workers.
  1806. # [16:37] * Joins: gmoro__ (guilherme@8057F9D4.6C34BE6.D41E40C.IP)
  1807. # [16:37] <@khuey> ah
  1808. # [16:37] <Yoric> I still have a few difficulties calling them "workers" :)
  1809. # [16:38] * Quits: gmoro (guilherme@8057F9D4.6C34BE6.D41E40C.IP) (Ping timeout)
  1810. # [16:38] <Yoric> Any idea what could be going on?
  1811. # [16:38] * Joins: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP)
  1812. # [16:38] * Joins: nhirata (nhirata.bu@moz-2A9C9106.hsd1.ca.comcast.net)
  1813. # [16:38] * Ziggy|AWAY is now known as Ziggy_Maes
  1814. # [16:38] * Joins: armenzg_brb (armenzg@moz-7B7ED579.home1.cgocable.net)
  1815. # [16:39] * armenzg_brb is now known as armenzg
  1816. # [16:39] <@khuey> importScripts has nothing to do with Components.utils.import
  1817. # [16:40] <Yoric> Ah. That sounds like bad news.
  1818. # [16:41] <@khuey> JSMs rely on all sorts of XPConnect machinery
  1819. # [16:41] <@khuey> which isn't available in workers
  1820. # [16:41] <Yoric> So we cannot have modules in workers?
  1821. # [16:41] <@khuey> not JSMs, no
  1822. # [16:42] <Yoric> What does |importScript| do, then?
  1823. # [16:42] * Joins: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP)
  1824. # [16:42] <Yoric> Please tell me that it will not recompile the code each time it is called.
  1825. # [16:42] <Yoric> Also, please tell me that there is a way to differentiate public API and private stuff.
  1826. # [16:43] * philor|away is now known as philor
  1827. # [16:43] <@khuey> https://developer.mozilla.org/En/Using_web_workers#Importing_scripts_and_libraries
  1828. # [16:44] <Yoric> Yes, that is the only source I have found.
  1829. # [16:44] <Yoric> Not very telling.
  1830. # [16:44] <@khuey> this doesn't do the singleton stuff that JSMs do
  1831. # [16:45] <Yoric> Gasp.
  1832. # [16:45] <Yoric> Ok, not good.
  1833. # [16:46] * Quits: jhorak (jhorak@moz-59813FB4.cust.nbox.cz) (Connection timed out)
  1834. # [16:46] * Quits: mayhemer (Miranda@B3D46202.F87A741B.F23860FD.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  1835. # [16:46] <@khuey> it was designed for the web, not for chrome
  1836. # [16:46] <Yoric> Unless I am missing something obvious, I have the feeling that we are making everything we can to ensure that nobody can do anything meaningful with ChromeWorkers at this stage.
  1837. # [16:46] * Joins: jhorak (jhorak@moz-59813FB4.cust.nbox.cz)
  1838. # [16:47] <mario> any suggestions regarding the directory_watcher from ipc to get it running in chrome-code (xpconnect or something)?
  1839. # [16:48] <jdm> mario: I still have no idea what you're talking about
  1840. # [16:48] <jdm> what is the ipc-package?
  1841. # [16:48] * Joins: jpb (chatzilla@moz-DF053F63.cse.bris.ac.uk)
  1842. # [16:49] <Yoric> Ah, well, I guess I will just throw away the code I have written "just in case my jsm is loaded from a worker", bang my head on a few walls, and try again later once I start explicitly working on the worker version.
  1843. # [16:49] <Yoric> khuey: thanks
  1844. # [16:49] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  1845. # [16:49] <mario> the thing in the source/ipc directory
  1846. # [16:49] <mario> chromium code
  1847. # [16:49] <Yoric> (hopefully, by then, we will have ECMAScript modules)
  1848. # [16:49] <@khuey> mario: that code isn't even built ...
  1849. # [16:49] <mario> oh, really
  1850. # [16:49] <mario> do you know how to get this build?
  1851. # [16:49] <mario> :(
  1852. # [16:49] * Quits: jpb (chatzilla@moz-DF053F63.cse.bris.ac.uk) (Quit: ChatZilla 0.9.88 [SeaMonkey 2.7/20120125083231])
  1853. # [16:50] <@khuey> even if it were built it wouldn't be usable from xpconnect
  1854. # [16:50] <mario> so i have to do the directory_wachter thing on my own right? - any suggestions for a good library for that?
  1855. # [16:51] <mario> i think this comes from protozilla and was integrated in source :(
  1856. # [16:52] <mario> they suggest: "@mozilla.org/process/ipc-service;1"; -> but i get an error
  1857. # [16:52] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  1858. # [16:53] <protz> mario: as far as I remember, IPC isn't built by default in gecko, but it has been reincarnated inside enigmail which uses it to communicate with the outside
  1859. # [16:53] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/cadfebcc626e - Matt Brubeck - Bug 723480 - Mouse events in XUL Fennec broken by bug 721484 [r=blassey]
  1860. # [16:53] <protz> namely, the gpg program
  1861. # [16:53] <mario> ahh thx
  1862. # [16:54] <mario> so may be i can install it as an addon :D
  1863. # [16:55] <mario> yeah there is an ipc xpc
  1864. # [16:55] * Joins: jprmc (jprmc@moz-B8241D69.reverse.destiny.be)
  1865. # [16:56] * Joins: mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1866. # [16:56] <bhearsum> update.manifest is only present in mar files, right?
  1867. # [16:58] * bhearsum suspects so, given that mxr only finds it in tools/update-packaging and updater code
  1868. # [16:58] <mbrubeck> Hmm, several Android XUL b-c tests are permaorange with dao's global-scope patch.
  1869. # [16:58] <mbrubeck> (and I just pushed an Android XUL patch on top of that orange... bad mbrubeck)
  1870. # [16:59] <protz> mario: you'll have to compile stuff anyway, but this might be the easiest way to get a working ipc-ish-thingy
  1871. # [16:59] <dao> mbrubeck: does android use testing/mochitest/browser-test.js?
  1872. # [17:00] * Joins: kumar (kmcmillan@moz-E31CD2CB.mozilla.org)
  1873. # [17:00] <mbrubeck> Yes.
  1874. # [17:00] <mbrubeck> https://tbpl.mozilla.org/php/getParsedLog.php?id=9059420&tree=Firefox
  1875. # [17:00] <mario> thx
  1876. # [17:01] <mbrubeck> Some or all of these are trivial to fix...
  1877. # [17:01] * Joins: kaie (kaie@EF82BE38.96051CA3.DDBC9343.IP)
  1878. # [17:02] * Quits: Goldorak (chatzilla@854C7AE3.9DA98ED8.187A1082.IP) (Ping timeout)
  1879. # [17:02] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  1880. # [17:02] * Joins: bjacob (bjacob@77BF8A43.C1607DFF.95579CE8.IP)
  1881. # [17:02] * Joins: Goldorak (chatzilla@854C7AE3.9DA98ED8.187A1082.IP)
  1882. # [17:03] <mbrubeck> dao: All of these things from browser_addons.js... none of those are actually used by the test file itself. Does that mean I can just import the JSMs into a temporary scope and leave them there?
  1883. # [17:03] <mbrubeck> I wonder if it even needs those imports...
  1884. # [17:03] <mbrubeck> presumably they do some initialization on import that it relies on.
  1885. # [17:04] * rail-brb is now known as rail
  1886. # [17:04] * Quits: jhorak (jhorak@moz-59813FB4.cust.nbox.cz) (Connection timed out)
  1887. # [17:04] <dao> mbrubeck: yep, they should be imported into a temp scope or removed where appropriate
  1888. # [17:05] * Joins: jhorak (jhorak@moz-59813FB4.cust.nbox.cz)
  1889. # [17:05] * jmaher|afk is now known as jmaher
  1890. # [17:05] * Joins: myk (myk@moz-691674A1.tmodns.net)
  1891. # [17:06] * Quits: Goldorak (chatzilla@854C7AE3.9DA98ED8.187A1082.IP) (Ping timeout)
  1892. # [17:06] <mbrubeck> dao: Hmm, these are coming from PlacesUtils.jsm, which is imported lazily not by the test but by fennec itself: http://mxr.mozilla.org/mozilla-central/source/mobile/xul/chrome/content/browser-scripts.js#51
  1893. # [17:06] <mbrubeck> dao: Should we whitelist those?
  1894. # [17:06] * Quits: kaie (kaie@EF82BE38.96051CA3.DDBC9343.IP) (Ping timeout)
  1895. # [17:06] * Joins: Goldorak (chatzilla@854C7AE3.9DA98ED8.187A1082.IP)
  1896. # [17:07] * Quits: SeoZ (DanielJuyu@BAEFDFE1.600F089A.32B27D81.IP) (Quit: Leaving)
  1897. # [17:07] * armenzg is now known as armenzg_mtg
  1898. # [17:07] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Client exited)
  1899. # [17:07] * Quits: mike5w3c (MikeS@moz-DAFE1A45.tokyo.ocn.ne.jp) (Quit: mike5w3c)
  1900. # [17:08] <dao> mbrubeck: I think the ideal fix would be to set lazy getters for all the exported symbols. otherwise they can't be accessed reliably. they could be whitelisted temporarily, though
  1901. # [17:09] <mbrubeck> dao: Our code doesn't actually access any of those symbols except for PlacesUtils... I guess we could change our lazy getter to keep all the others contained to a temp scope.
  1902. # [17:09] * mcote|afk is now known as mcote
  1903. # [17:09] <dao> mbrubeck: that makes sense as well
  1904. # [17:10] * Joins: jgilbert (jgilbert@77BF8A43.C1607DFF.95579CE8.IP)
  1905. # [17:10] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Ping timeout)
  1906. # [17:10] * Quits: Goldorak (chatzilla@854C7AE3.9DA98ED8.187A1082.IP) (Ping timeout)
  1907. # [17:10] * Joins: no_gravity (user@moz-465CA2F.hotspotsvankpn.com)
  1908. # [17:10] * Joins: Goldorak (chatzilla@854C7AE3.9DA98ED8.187A1082.IP)
  1909. # [17:11] <mbrubeck> dao: I can work on a fix today for the fennec tests, but can we back out your patch for now? It's going to take me a while to test my fixes.
  1910. # [17:11] <no_gravity> Hello! When I mistype an url or bookmark-keyword into the url-bar, firefox submits my info to google. how can i disable that?
  1911. # [17:11] * Quits: Goldorak (chatzilla@854C7AE3.9DA98ED8.187A1082.IP) (Quit: ChatZilla 0.9.88 [Firefox 10.0/20120129021758])
  1912. # [17:11] <dao> mbrubeck: I'd prefer whitelisting that stuff in the meantime
  1913. # [17:11] * glob|away is now known as glob
  1914. # [17:11] * Joins: anant (Anant@moz-271479F2.hsd1.ca.comcast.net)
  1915. # [17:12] <mbrubeck> no_gravity: You can change the "keyword.URL" or "keyword.enabled" prefs in about:config
  1916. # [17:12] <mbrubeck> dao: Okay.
  1917. # [17:13] * Joins: Jonathan_ (JonathanS@moz-FA436756.cfl.res.rr.com)
  1918. # [17:13] <no_gravity> mrbkap: thanks. now it looks like some other stuff kicks in and it submits my stuff to some server it guesses. for example skdfkjds sends me to skdfkjds.com... how can i disable THAT?
  1919. # [17:13] * Joins: kaie (kaie@104026A2.AD0D27AB.DDBC9343.IP)
  1920. # [17:16] <mbrubeck> no_gravity: I think "browser.fixup.alternate.enabled" can disable that...
  1921. # [17:16] * Quits: vikram360 (vikram360@8529A2A8.9ED41674.B84D4DA2.IP) (Ping timeout)
  1922. # [17:16] <no_gravity> mbrubeck: that works! thanks!
  1923. # [17:16] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1924. # [17:17] <no_gravity> Another thing: How do I disable automatic downloading of new versions in nightly? Its not a good idea since I travel a lot and often use very thin and expensive internet access...
  1925. # [17:18] <beltzner> no_gravity: options -> advanced -> update
  1926. # [17:18] <beltzner> although holy shit, I can't believe we put that option (disable updates) in there
  1927. # [17:18] <gcp> ooh fuck, snow
  1928. # [17:18] <beltzner> maybe it's only in nightlies?
  1929. # [17:18] <froydnj> gcp: yeah, lots
  1930. # [17:19] <no_gravity> beltzner: awesome. i put it to "ask me"
  1931. # [17:20] <no_gravity> beltzner: will "ask me" still download stuff?
  1932. # [17:20] <beltzner> you're probably seeing different options than me
  1933. # [17:20] * Quits: kaie (kaie@104026A2.AD0D27AB.DDBC9343.IP) (Ping timeout)
  1934. # [17:20] * Joins: vikram360 (vikram360@8529A2A8.9ED41674.B84D4DA2.IP)
  1935. # [17:20] <beltzner> for me (latest nightly, might be a recent change!) there's a "Never check for updates"
  1936. # [17:21] * Joins: sewardj (sewardj@moz-9E46A6D6.adsl-dyn.isp.belgacom.be)
  1937. # [17:21] <mbrubeck> dao: Added a patch for your review in bug 720985
  1938. # [17:21] * Quits: nhirata (nhirata.bu@moz-2A9C9106.hsd1.ca.comcast.net) (Quit: nhirata)
  1939. # [17:22] <edmorley> If I see tbpl's "Fetching summary failed" one more time in a row I think I'm going to lose it :-/
  1940. # [17:22] <mbrubeck> no_gravity: I think (but am not certain) "ask me" will still download the update in the background, but will prompt before installing it.
  1941. # [17:22] * Quits: tonymec (tonymec@F95BBBB7.DDFA26AE.277517C1.IP) (Input/output error)
  1942. # [17:23] <no_gravity> It feels like i need to disable more and more when i install a new firefox. I disable the tab-bar, i disable spell-check, i disable crash-reports, i disable check-default-browser, i disable auto-updates, i disable history, i disable storing-passwords, i disable storing download-history, i disable form-history, i disable cookie-storing...
  1943. # [17:23] * Quits: tonymec|away (tonymec@F95BBBB7.DDFA26AE.277517C1.IP) (Quit: Konversation terminated!)
  1944. # [17:23] <beltzner> mbrubeck: it will
  1945. # [17:23] <no_gravity> mbrubeck: ok, then i will completely disable updates.
  1946. # [17:24] <edmorley> mak, mbrubeck: has tbpl been really flaky for you as well, the last few days (even after the ftp issues were resolved)?
  1947. # [17:24] <gcp> froydnj: last time this happened, they closed the airports and trains :P
  1948. # [17:24] * Quits: Mossop (mossop@moz-B365CA4B.dsl.dynamic.sonic.net) (Ping timeout)
  1949. # [17:24] * Quits: engla (engla@moz-DC712540.tbcn.telia.com) (Ping timeout)
  1950. # [17:24] <mak> edmorley: define flaky, it was definitely slow
  1951. # [17:24] <mbrubeck> no_gravity: Instead of disabling all the history/cookie stuff individually, you could also just set permanent private browsing mode ("Custom settings for history" in the Privacy prefs)
  1952. # [17:25] <edmorley> taking 2-5x as long to generate summaries, timing out 70%+ of the time
  1953. # [17:25] * Quits: protz (protz@moz-E29D2A15.inria.fr) (Quit: Leaving)
  1954. # [17:25] * Quits: bernard (Mibbit@C9029DC.E2CB5B64.16DF60A1.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1955. # [17:25] <mak> it has been slow, though I must also admit the hotel's wifi sucks, so it's hard to evaluate for me
  1956. # [17:25] * Quits: sewardj (sewardj@moz-9E46A6D6.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1957. # [17:26] <mbrubeck> It's failing badly here, on my speedy home internet.
  1958. # [17:26] <mbrubeck> For the last couple days at least.
  1959. # [17:26] * Joins: kdcw (kdc@moz-F7413045.pk.shawcable.net)
  1960. # [17:26] <jfkthame> edmorley: it's been awful for me, too
  1961. # [17:26] <no_gravity> mbrubeck: but will that enable cookies while i browse? i only disable the storing of cookies for longer then the session. i mean i say "clear history when firefox closes". cookies are a very useful thing. but i dont want them to stay after i close firefox.
  1962. # [17:27] <edmorley> the timeouts are the worst; leading to me not being able to star stuff easily, and now we have a load more unfiled oranges as the backlog has been building up :-(
  1963. # [17:27] <froydnj> gcp: what, last monday? :p
  1964. # [17:27] <mbrubeck> edmorley: Do you know if we have any bugs for the new (?) leaks that seem to be in the tree?
  1965. # [17:27] <gcp> froydnj: december 2010 iirc
  1966. # [17:28] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/e9183168a27d - Matt Brubeck - Bug 720985 - Temporarily whitelist properties leaked by Fennec tests [r=dao]
  1967. # [17:28] * Quits: stransky (stransky@moz-6F10C81D.net.upcbroadband.cz) (Quit: Connection reset by beer)
  1968. # [17:28] <gcp> I think we'll be better prepared now, tho
  1969. # [17:28] * Quits: jhorak (jhorak@moz-59813FB4.cust.nbox.cz) (Quit: Leaving)
  1970. # [17:28] <mbrubeck> no_gravity: Yes, private browsing mode keeps cookies in memory during your browsing session but disables saving them to disk.
  1971. # [17:28] <jdm> mjschranz: ping
  1972. # [17:28] <edmorley> mbrubeck: I'm not really sure to be honest, non-mozilla work has been keeping me away from tbpl more than I'd like the last few days to make things worse
  1973. # [17:29] <@khuey> gabor: can 717190 land?
  1974. # [17:29] <mjschranz> jdm: pong
  1975. # [17:29] * Joins: Mossop (mossop@moz-B365CA4B.dsl.dynamic.sonic.net)
  1976. # [17:29] <mbrubeck> edmorley: I'll try to go back through and file some of those new randomoranges, at some point today.
  1977. # [17:29] <jdm> mjschranz: what happens if you add the aOptionalArgc argument to nsGenericElement::CloneNode?
  1978. # [17:30] * Quits: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com) (Ping timeout)
  1979. # [17:30] * Quits: @dbaron (dbaron@1290B85F.9D466AA8.277517C1.IP) (Ping timeout)
  1980. # [17:31] <no_gravity> mbrubeck: thats interesting. i will try that.
  1981. # [17:31] <gabor> khuey: sorry, I've just got back from my holiday so have not tried it on a try server yet... but probably yes
  1982. # [17:31] <@khuey> gabor: np
  1983. # [17:32] * Joins: cadecairos (cadecairos@EDDEAA06.33EE9F8A.1139E686.IP)
  1984. # [17:32] <mjschranz> jdm: When I added it to nsGenericElement.h the errors that come up now are simply related to argument counts in calls throughout the code. Expecting 2 finding 3.
  1985. # [17:32] <no_gravity> mbrubeck: "never keep any history" - is that setting the current default?
  1986. # [17:32] * Joins: engla (engla@moz-DC712540.tbcn.telia.com)
  1987. # [17:32] * Quits: engla (engla@moz-DC712540.tbcn.telia.com) (Client exited)
  1988. # [17:33] <jdm> mjschranz: hmm. maybe you could add an overload that takes three arguments and does the right thing?
  1989. # [17:33] <jlebar_> mak, ping
  1990. # [17:33] <mak> jlebar_: hi
  1991. # [17:33] * Quits: Mossop (mossop@moz-B365CA4B.dsl.dynamic.sonic.net) (Ping timeout)
  1992. # [17:34] <jlebar_> mak, With the new-tab page, we really need to fix this long-standing Places bug where pages have the wrong titles.
  1993. # [17:34] <jlebar_> mak, The #1 page for me in the new tab page is "502 Server Error".
  1994. # [17:34] <jlebar_> Then #3 is "Moved Permanently"
  1995. # [17:34] <mak> jlebar_: heh, sounds something to do... add dependencies in the appropriate bugs and call for action?
  1996. # [17:35] <mjschranz> jdm: I'm going to confirm here in a just a few, building it again to see where some of the problems arise
  1997. # [17:35] <jlebar_> I filed a bug on this a long time ago; I'll dig it up. You want a dependency on the new tab bug?
  1998. # [17:35] <jlebar_> mak, (It's not *really* a bug there; the awesomebar has the same problem.)
  1999. # [17:35] <mak> jlebar_: yes, it seems to make it more prominent
  2000. # [17:35] <jlebar_> mak, Sounds good!
  2001. # [17:36] <mak> I also accept volunteers willing to fix it!
  2002. # [17:36] * Quits: fabrice (fabrice@moz-104CC309.mv.mozilla.com) (Ping timeout)
  2003. # [17:36] <jlebar_> mak, I'd love to, but b2g has this big milestone in a month...
  2004. # [17:36] <jwir3> how do I determine which revision I'm on currently, if it's not tip (e.g. I am trying to find a good revision for a bisect, and I can't remember what revision I'm on)
  2005. # [17:36] <Yoric> mak: do you have 10 minutes?
  2006. # [17:36] <mak> Yoric: I always have 10 minutes for you
  2007. # [17:37] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Ping timeout)
  2008. # [17:37] <Yoric> :)
  2009. # [17:37] <mak> provided I can find you
  2010. # [17:37] * Joins: mib_pbl8l4 (Mibbit@BD42E25B.83739CE9.8DFEA35B.IP)
  2011. # [17:37] <Yoric> I'm in the quiet room. Let's meet around the kitchen.
  2012. # [17:37] <mak> quiet room?
  2013. # [17:37] <mak> ok
  2014. # [17:37] * Quits: mak (mak@moz-B8241D69.reverse.destiny.be) (Client exited)
  2015. # [17:38] <jfkthame> jwir3: about:buildconfig?
  2016. # [17:38] <jwir3> jfkthame: No, I meant an hg command ;)
  2017. # [17:38] * Joins: gwagner (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  2018. # [17:39] <jwir3> jfkthame: (from a src directory)
  2019. # [17:39] <jlebar_> jwir3, hg summary
  2020. # [17:39] <jwir3> jlebar_: Thanks!
  2021. # [17:39] * Quits: jprmc (jprmc@moz-B8241D69.reverse.destiny.be) (Ping timeout)
  2022. # [17:39] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  2023. # [17:39] * Quits: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP) (Client exited)
  2024. # [17:41] * Quits: diogogmt (kvirc@moz-4D628198.cpe.net.cable.rogers.com) (Ping timeout)
  2025. # [17:41] * Joins: ehsan (ehsan@moz-A6FE435.build.sjc1.mozilla.com)
  2026. # [17:41] * ChanServ sets mode: +o ehsan
  2027. # [17:42] * Quits: no_gravity (user@moz-465CA2F.hotspotsvankpn.com) (Quit: leaving)
  2028. # [17:42] * Joins: jprmc (jprmc@moz-B8241D69.reverse.destiny.be)
  2029. # [17:42] * Joins: thedudeabides (trishank@moz-D35891B7.nyc.biz.rr.com)
  2030. # [17:42] <thedudeabides> there seems to be a HSTS (https://developer.mozilla.org/en/Security/HTTP_Strict_Transport_Security) bug in firefox
  2031. # [17:42] <thedudeabides> i have a localhost website that runs over SSL and sets the HSTS header on some resource
  2032. # [17:42] <thedudeabides> chrome then goes to https://localhost whenever i hit http://localhost
  2033. # [17:42] <thedudeabides> but firefox doesn't
  2034. # [17:43] <thedudeabides> does anyone know why?
  2035. # [17:43] <thedudeabides> am i misconfiguring something server-side?
  2036. # [17:43] * Joins: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP)
  2037. # [17:43] * Joins: dbaron (dbaron@1099E620.BB258C01.277517C1.IP)
  2038. # [17:43] * ChanServ sets mode: +o dbaron
  2039. # [17:44] * Quits: sheppy (sheppy@moz-F39D62DA.dhcp.kgpt.tn.charter.com) (Quit: sheppy)
  2040. # [17:44] * Quits: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP) (Client exited)
  2041. # [17:44] * Joins: joesteele (joesteele@moz-CD1B8DEA.dyn.optonline.net)
  2042. # [17:45] * philor is now known as philor|away
  2043. # [17:45] * Joins: kats (kats@moz-DE13FC16.compute-1.amazonaws.com)
  2044. # [17:45] <@bsmedberg> Which nightly is the first to use the new MSVC?
  2045. # [17:46] * Joins: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com)
  2046. # [17:46] <jwir3> bsmedberg: I think Tuesday's...
  2047. # [17:46] <mbrubeck> bsmedberg: Should be today's.
  2048. # [17:46] <jwir3> mbrubeck: Wasn't it finished on Tue?
  2049. # [17:46] * joduinn-afk is now known as joduinn-coffee
  2050. # [17:47] <@bsmedberg> see, already conflicting answers ;-)
  2051. # [17:47] <jlebar_> thedudeabides, You might be misconfiguring something server-side, but if it works in Chrome, you might as well file a bug. :)
  2052. # [17:47] <mbrubeck> Err, Wednesday.
  2053. # [17:47] <mbrubeck> Sorry, Thursday.
  2054. # [17:47] <mbrubeck> LOL
  2055. # [17:47] <mbrubeck> It landed and stuck on Wednesday: https://tbpl.mozilla.org/?rev=5b0900b3e71c
  2056. # [17:47] <jwir3> heh
  2057. # [17:47] <mw22> I need to narrow down a regression in bug 721383, but I seem to be stuck on bisect. How can I narrow down the regression range further?
  2058. # [17:47] <mbrubeck> so it'll be in yesterday's (Thursday's) nightly.
  2059. # [17:47] <jlebar_> mw22, What do you mean stuck on bisect?
  2060. # [17:47] * jwir3 agrees with mbrubeck.
  2061. # [17:47] <thedudeabides> jlebar: yeah, i think i'll do that; prefer not to waste anyone's time if i'm misconfiguring; i'll dig a bit deeper
  2062. # [17:47] * Quits: mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  2063. # [17:47] <mbrubeck> mw22: stuck how?
  2064. # [17:47] <@bsmedberg> Thursday it is, then! ;-)
  2065. # [17:48] <mbrubeck> oh, I see...
  2066. # [17:48] <mw22> jlebar_, mbrubeck, I get a build that is crashing on startup, but that's not what I want.
  2067. # [17:48] <jlebar_> mw22, You want hg bisect --skip
  2068. # [17:49] <mbrubeck> mw22: You could manually test some changesets from the merged branches.
  2069. # [17:49] <mbrubeck> and then mark them with hg bisect
  2070. # [17:49] <mw22> jlebar_, I did that, but then bisect gives me mumbojumbo
  2071. # [17:49] <jlebar_> mw22, Exactly what mumbo-jumbo?
  2072. # [17:49] <mbrubeck> You could also see if "hg bisect --extend" does anything smart here.
  2073. # [17:49] <mw22> mbrubeck, how do I do that?
  2074. # [17:49] * Quits: bjacob (bjacob@77BF8A43.C1607DFF.95579CE8.IP) (Ping timeout)
  2075. # [17:49] * Parts: thedudeabides (trishank@moz-D35891B7.nyc.biz.rr.com)
  2076. # [17:49] * Joins: bjacob (bjacob@77BF8A43.C1607DFF.95579CE8.IP)
  2077. # [17:49] <mw22> jlebar_, that stuff I posted in bug 721383, comment 15
  2078. # [17:50] <mbrubeck> mw22: If --extend doesn't work, look at the pushlog yourself, then "hg up -c <changeset>" then build and test, then "hg bisect -g" (or -b)
  2079. # [17:50] <jlebar_> Oh, then you probably want extend.
  2080. # [17:50] <mbrubeck> You can look at the text files in .hg to see which changesets it's already tested.
  2081. # [17:50] <@bsmedberg> What about: thingie has the real buildid nowadays?
  2082. # [17:50] <mbrubeck> bsmedberg: about:buildconfig has the changeset
  2083. # [17:50] <jlebar_> bsmedberg, about:buildconfig ?
  2084. # [17:50] <@bsmedberg> no, I need the buildid
  2085. # [17:50] <@bsmedberg> to feed to crash-stats
  2086. # [17:50] * Joins: WeirdAl (chatzilla@moz-D461843.ask.info)
  2087. # [17:50] <mbrubeck> about:support has the UA
  2088. # [17:51] <@bsmedberg> also not the buildid ;-)
  2089. # [17:51] <mw22> ok, thanks for the help, I'll see what I can do with those advices
  2090. # [17:51] * Quits: mib_pbl8l4 (Mibbit@BD42E25B.83739CE9.8DFEA35B.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2091. # [17:51] <gandalf> taras: ping
  2092. # [17:51] * Quits: anant (Anant@moz-271479F2.hsd1.ca.comcast.net) (Quit: Leaving)
  2093. # [17:51] * @bsmedberg goes poking at application.ini directly
  2094. # [17:51] * Joins: biesi (cbiesinger@moz-D617BE71.adsl-static.isp.belgacom.be)
  2095. # [17:52] * Joins: thedudeabides (thedudeabi@moz-D35891B7.nyc.biz.rr.com)
  2096. # [17:52] <WeirdAl> !seen jorgev
  2097. # [17:52] <firebot> jorgev was last seen 28 minutes and 43 seconds ago, saying 'if that helps at all' in #amo-editors.
  2098. # [17:52] * glob is now known as glob|away
  2099. # [17:52] <gcp> how many users do we have according to latest data?
  2100. # [17:52] <gcp> 300M? 400M?
  2101. # [17:52] * Parts: kats (kats@moz-DE13FC16.compute-1.amazonaws.com)
  2102. # [17:53] <ted> gcp: on desktop?
  2103. # [17:53] <ted> last i knew >450M, maybe 500
  2104. # [17:53] <gcp> mobile is negligible i guess
  2105. # [17:53] <ted> rounding error
  2106. # [17:53] * Quits: cers (textual@moz-E3288E2B.bynqu1.dynamic.dsl.tele.dk) (Quit: Computer has gone to sleep.)
  2107. # [17:53] * Joins: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP)
  2108. # [17:53] * joduinn-coffee is now known as joduinn-mtg
  2109. # [17:54] * Quits: gwagner (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  2110. # [17:54] <mw22> mbrubeck, do you happen to know what that part before the ":" is in a changeset? Like 84841:f76b576a9e28 for example? for hg bisect, I only have to type in hg bisect -b f76b576a9e28
  2111. # [17:54] <@bsmedberg> khuey: < #breakpad
  2112. # [17:54] <ted> mw22: it's a revision number
  2113. # [17:54] <ted> mw22: you can use it interchangably with a changeset id in a particular repo
  2114. # [17:54] <mw22> ted, ok, what does that mean?
  2115. # [17:54] <@bsmedberg> mw22: the hex ID is the same for everyone
  2116. # [17:54] <ted> but they can vary from repo to repo
  2117. # [17:54] <ted> mw22: it's just an integer that gets assigned to each changeset in the order they show up in a repo
  2118. # [17:54] <@bsmedberg> mw22: the numeric ID is the order in which you pulled into your repo
  2119. # [17:54] <ted> right
  2120. # [17:54] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  2121. # [17:55] <@bsmedberg> it's often easier locally to remember the numeric one
  2122. # [17:55] * Joins: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net)
  2123. # [17:55] <ted> they're handy for local use since they're shorter than hex
  2124. # [17:55] <mw22> I don't understand
  2125. # [17:55] <ted> although now that ours are creeping up on six digits, maybe not as much
  2126. # [17:55] <@bsmedberg> mw22: "84841" and "f76b576a9e28" point to the same changeset
  2127. # [17:55] <mw22> so that number before the ":" is the same as after it?
  2128. # [17:56] <mw22> ah, I see!
  2129. # [17:56] <ted> yes
  2130. # [17:56] <mw22> cool!
  2131. # [17:56] <ted> if you do "hg log -r 84841" or "hg log -r f76b576a9e28"
  2132. # [17:56] <ted> you should get the same result
  2133. # [17:56] <mw22> ok
  2134. # [17:56] <ted> but you can give that hex string to someone with a different clone of m-c and it will always be the same changeset
  2135. # [17:56] <ted> the integer doesn't work like that
  2136. # [17:57] * Joins: mib_ali3o5 (Mibbit@BD42E25B.83739CE9.8DFEA35B.IP)
  2137. # [17:57] * armenzg_mtg is now known as armenzg
  2138. # [17:57] <robcee> integer's local.
  2139. # [17:57] * Quits: joesteele (joesteele@moz-CD1B8DEA.dyn.optonline.net) (Ping timeout)
  2140. # [17:57] <mw22> ah, I see
  2141. # [17:57] <robcee> can you use a 6 digit abbrevation for -r like you can in git?
  2142. # [17:57] <robcee> that's a pretty sweet feature
  2143. # [17:57] * Quits: paolo__ (paolo@moz-B8241D69.reverse.destiny.be) (Client exited)
  2144. # [17:57] <robcee> (or any matching digit length, I guess)
  2145. # [17:58] * armenzg is now known as armenzg_brb
  2146. # [17:58] <sfink> it's also specific to the current state of your repo -- if you use mq or rebase, what a given number means will change for the affected revs
  2147. # [17:58] <sfink> robcee: yes
  2148. # [17:58] * Joins: nhirata (nhirata.bu@moz-BBE3ABD.mv.mozilla.com)
  2149. # [17:58] <robcee> aces!
  2150. # [17:59] <robcee> I've just increased my productivity by a factor of 2!
  2151. # [17:59] * Quits: myk (myk@moz-691674A1.tmodns.net) (Ping timeout)
  2152. # [17:59] * Quits: jprmc (jprmc@moz-B8241D69.reverse.destiny.be) (Ping timeout)
  2153. # [17:59] <mw22> so the changeset that might have caused the issue, contains 46 hidden changesets. Can I bisect in those hidden subchangesets too?
  2154. # [17:59] <sfink> if you were working on a smaller project, it would've increased it by a factor of 3
  2155. # [17:59] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Connection reset by peer)
  2156. # [17:59] * Joins: johanc_ (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  2157. # [17:59] * Joins: bretr (bret_recka@34784486.3D3159F7.127F0E5F.IP)
  2158. # [17:59] * johanc_ is now known as johanc
  2159. # [18:00] * Joins: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net)
  2160. # [18:00] * Joins: joesteele (joesteele@moz-C018BEFF.dyn.optonline.net)
  2161. # [18:02] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  2162. # [18:03] * Joins: dbaron_ (dbaron@moz-6E02ECE.adsl-dyn.isp.belgacom.be)
  2163. # [18:04] * Quits: @dbaron (dbaron@1099E620.BB258C01.277517C1.IP) (Ping timeout)
  2164. # [18:04] * dbaron_ is now known as dbaron
  2165. # [18:05] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  2166. # [18:07] <taras> gandalf: pong
  2167. # [18:07] <@bsmedberg> In yesterday's nightly the download manager never stops "Scanning for viruses..."
  2168. # [18:07] * Joins: graememcc (chatzilla@moz-B5263D41.range86-148.btcentralplus.com)
  2169. # [18:07] <@bsmedberg> Does anyone know if this is known/filed?
  2170. # [18:07] <gandalf> taras: u in Brussels, right?
  2171. # [18:07] <taras> gandalf: ya
  2172. # [18:07] <gandalf> and your mobile does not have roaming, right?
  2173. # [18:09] <taras> gandalf: i have .be phone
  2174. # [18:09] * davehunt|away is now known as davehunt
  2175. # [18:10] <taras> gandalf: 048-925-1083
  2176. # [18:10] <gandalf> oh cool
  2177. # [18:10] * armenzg_brb is now known as armenzg
  2178. # [18:10] * Quits: bretr (bret_recka@34784486.3D3159F7.127F0E5F.IP) (Quit: bretr)
  2179. # [18:11] <gandalf> was trying to reach you yesterday night with a malicious goal of getting you drunk
  2180. # [18:12] <gandalf> taras: is it +32 048 925 1083 ?
  2181. # [18:12] <taras> skip the first zero
  2182. # [18:13] * Joins: cviecco (cviecco@moz-BBE3ABD.mv.mozilla.com)
  2183. # [18:14] * fabrice|afk is now known as fabrice
  2184. # [18:14] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2185. # [18:15] * Joins: smooney (smooney@moz-BBE3ABD.mv.mozilla.com)
  2186. # [18:15] * Joins: mak (mak@moz-B8241D69.reverse.destiny.be)
  2187. # [18:15] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  2188. # [18:15] * armenzg is now known as armenzg_lunch
  2189. # [18:16] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  2190. # [18:17] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  2191. # [18:17] * Joins: SeoZ (DanielJuyu@moz-7B0110AD.mv.mozilla.com)
  2192. # [18:17] * Quits: Pike (Pike@74E406D.A6B942B2.1D05C454.IP) (Quit: ChatZilla 0.9.88 [Firefox 9.0.1/20111220165912])
  2193. # [18:17] * Quits: mib_ali3o5 (Mibbit@BD42E25B.83739CE9.8DFEA35B.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2194. # [18:19] * Quits: andreasn (andreasn@moz-3CC3C389.a336.priv.bahnhof.se) (Ping timeout)
  2195. # [18:20] * Quits: pranavrc (pranavrc@4B597F7A.9D00BB59.C28326FD.IP) (Quit: Ping timeout: ∞)
  2196. # [18:20] * Quits: MarcoZ (marco.zehe@moz-6841ADB6.dip.t-dialin.net) (Quit: Have a good weekend everyone!)
  2197. # [18:21] * Quits: dao (dao@moz-FACBC61B.superkabel.de) (Quit: Leaving.)
  2198. # [18:21] * khuey is now known as khuey|away
  2199. # [18:21] * Joins: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com)
  2200. # [18:21] * Joins: mwu (mwu@moz-59435430.hsd1.nj.comcast.net)
  2201. # [18:22] * Joins: myk (myk@moz-BBE3ABD.mv.mozilla.com)
  2202. # [18:23] * joduinn-mtg is now known as joduinn-commute
  2203. # [18:24] * Joins: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP)
  2204. # [18:25] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  2205. # [18:25] * Joins: mayhemer (Miranda@B3D46202.F87A741B.F23860FD.IP)
  2206. # [18:25] * Joins: josh (josh@4EE4350B.CF5FEE20.2A2F4638.IP)
  2207. # [18:26] * Joins: ptheriault (ptheriault@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2208. # [18:27] * Quits: dbaron (dbaron@moz-6E02ECE.adsl-dyn.isp.belgacom.be) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  2209. # [18:29] <sfink> Firefox is somewhat less useful when it stalls forever on anything trying to talk to the network. I wish it wouldn't do that.
  2210. # [18:30] * Joins: igor (igor@169CEE78.E37E53F7.1DAC7E2F.IP)
  2211. # [18:30] * Joins: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com)
  2212. # [18:30] * Quits: mak (mak@moz-B8241D69.reverse.destiny.be) (Client exited)
  2213. # [18:32] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  2214. # [18:32] * Quits: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com) (Ping timeout)
  2215. # [18:32] * Quits: KaiRo (robert@74E406D.A6B942B2.1D05C454.IP) (Ping timeout)
  2216. # [18:34] * Quits: gandalf (zbraniecki@74E406D.A6B942B2.1D05C454.IP) (Quit: Computer has gone to sleep.)
  2217. # [18:34] * Fallen is now known as Fallen|away
  2218. # [18:34] <jlebar_> jmaher, pingg
  2219. # [18:34] * Quits: florian (florian@moz-87C33FDA.kimsufi.com) (Input/output error)
  2220. # [18:34] * Joins: bsmith (bsmith@moz-364A0C3E.hsd1.ca.comcast.net)
  2221. # [18:34] * Quits: daim (David_Mart@779E3E00.1773D26C.C0FF2207.IP) (Ping timeout)
  2222. # [18:34] <jmaher> jlebar_: pongg
  2223. # [18:34] <jlebar_> jmaher, So those TP5 RSS numbers...
  2224. # [18:34] <jmaher> yes
  2225. # [18:34] * liuche is now known as liuche|errand
  2226. # [18:34] <jmaher> (links to them are here: http://people.mozilla.org/~jmaher/sxs/sxs.html)
  2227. # [18:35] <jlebar_> jmaher, lgtm. The streams crossed a few days ago, which is good, because that means there may not be a structural problem.
  2228. # [18:35] * Quits: pascalc (chatzilla@74E406D.A6B942B2.1D05C454.IP) (Ping timeout)
  2229. # [18:35] * Joins: schnozzle (Mibbit@BD42E25B.83739CE9.8DFEA35B.IP)
  2230. # [18:35] * jimm is now known as jimm-lunch
  2231. # [18:35] * Joins: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com)
  2232. # [18:35] * Quits: schnozzle (Mibbit@BD42E25B.83739CE9.8DFEA35B.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2233. # [18:35] * Quits: victorporof (victorporo@39DC8245.B7DD870C.79933D60.IP) (Ping timeout)
  2234. # [18:36] <jmaher> jlebar_: cool, we were looking to figure out what tests to leave on and turn off
  2235. # [18:36] * Joins: frogaincia (Mibbit@BD42E25B.83739CE9.8DFEA35B.IP)
  2236. # [18:36] <jlebar_> I'd leave on the original tests for a week or so, out of a preponderance of caution.
  2237. # [18:36] <jlebar_> jmaher, But the data I see looks unobjectionable.
  2238. # [18:37] * Quits: Yoric (Yoric@moz-B8241D69.reverse.destiny.be) (Ping timeout)
  2239. # [18:37] <jmaher> jlebar_: so you are fine turning off the original method of RSS collection for all OSX platforms?
  2240. # [18:37] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  2241. # [18:38] <jlebar_> jmaher, yes.
  2242. # [18:38] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  2243. # [18:38] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  2244. # [18:38] <jmaher> jlebar_: want me to do this for windows or linux?
  2245. # [18:39] <lurking> bsmedberg: download scan - you on windows ?
  2246. # [18:39] <@bsmedberg> yes
  2247. # [18:39] <jlebar_> jmaher, Turn the new one on, but leave both running for a week or so, I think.
  2248. # [18:39] * Joins: Yoric (Yoric@moz-B8241D69.reverse.destiny.be)
  2249. # [18:39] * Joins: jgriffin (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net)
  2250. # [18:39] <lurking> bsmedberg: do you use MSE for your aV >?
  2251. # [18:40] <jmaher> jlebar_: turn off the original OSX RSS collection
  2252. # [18:40] * philor|away is now known as philor
  2253. # [18:40] <jmaher> jlebar_: then do a side by side for a week on windows and linux
  2254. # [18:40] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
  2255. # [18:40] <@bsmedberg> lurking: what is MSE?
  2256. # [18:40] <jlebar_> jmaher, Correct. Does that sound reasonable to you?
  2257. # [18:40] <lurking> bsmedberg: Microsoft Security Essentials
  2258. # [18:40] * Joins: diogogmt (kvirc@F1451709.44D93D66.1139E686.IP)
  2259. # [18:41] <jmaher> jlebar_: it sure does, let me work on that; might be next week when it all happens; will let you know
  2260. # [18:41] <jlebar_> jmaher, Sounds great!
  2261. # [18:41] <@bsmedberg> lurking: I don't know
  2262. # [18:41] <@bsmedberg> I didn't intend to have a virus scanner
  2263. # [18:41] <bjacob> someone in khronos f2f meeting asks: what firefox version will fully support Mac 10.7 (Lion) UI ? (Full-screen etc)
  2264. # [18:41] <jdm> I don't think there is an answer for that
  2265. # [18:41] <lurking> ok, I've been seeing hangs with the beta 4 version of MSE - so I turned off scanwhendone
  2266. # [18:42] <jdm> lion support has been fairly haphazard
  2267. # [18:42] <lurking> bsmedberg: if you have no AV, its probably falling back to Defender for the scan
  2268. # [18:43] * Quits: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net) (Quit: Leaving...)
  2269. # [18:43] <bjacob> got it, it's bug 639705
  2270. # [18:43] * ddahl is now known as ddahl|sheriff
  2271. # [18:44] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  2272. # [18:45] <@bz> is khuey around today?
  2273. # [18:45] <@bz> or is he moving and stuff?
  2274. # [18:45] <SeoZ> anybody had problem with mozilla build on 64bit?
  2275. # [18:45] <lurking> bsmedberg: I also noticed if you have a lot of Download history the scan is slow, cleaning it out speeds it up for awhile, I had no way to verify, but I felt like on eash download the entire downloads file set was being scanned - I saw hangs up to 5 mins
  2276. # [18:45] <SeoZ> X11 and Xext are not found
  2277. # [18:45] <SeoZ> http://yourpaste.net/10454/
  2278. # [18:46] <SeoZ> ubuntu 11.10
  2279. # [18:46] * Quits: joey (chatzilla@moz-EFCB4CBF.princetowncable.com) (Ping timeout)
  2280. # [18:46] * lurking Yikes - just noticed time - runs to shower for work
  2281. # [18:47] * Quits: josh (josh@4EE4350B.CF5FEE20.2A2F4638.IP) (Quit: josh)
  2282. # [18:47] * Quits: cviecco (cviecco@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  2283. # [18:48] * Joins: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com)
  2284. # [18:48] * Joins: sicking (chatzilla@moz-1FF05400.hsd1.ca.comcast.net)
  2285. # [18:48] * Joins: jlebar|mac (~jlebarmac@moz-3F3A6302.dyn.columbia.edu)
  2286. # [18:49] * Quits: waschtl (waschtl@moz-A4ECE553.hsi4.kabel-badenwuerttemberg.de) (Connection reset by peer)
  2287. # [18:50] * lsblakk is now known as lsblakk|afk
  2288. # [18:52] * Joins: josh (josh@4EE4350B.CF5FEE20.2A2F4638.IP)
  2289. # [18:53] <chrisccoulson> SeoZ, install libx11-dev and libxext-dev?
  2290. # [18:53] <reuben> bjacob, send them to bug 636455
  2291. # [18:54] * Joins: cviecco (cviecco@moz-BBE3ABD.mv.mozilla.com)
  2292. # [18:54] <SeoZ> chrisccoulson: yes they're installed.
  2293. # [18:55] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2294. # [18:55] <bjacob> reuben: thanks
  2295. # [18:56] <mwu> you might also need libxt-dev
  2296. # [18:56] * ctalbert|afk is now known as ctalbert
  2297. # [18:56] * Quits: mbrubeck (mbrubeck@moz-755AD63.hsd1.wa.comcast.net) (Ping timeout)
  2298. # [18:56] * Quits: frogaincia (Mibbit@BD42E25B.83739CE9.8DFEA35B.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2299. # [18:57] * Quits: espindola (espindola@moz-B8241D69.reverse.destiny.be) (Client exited)
  2300. # [18:58] <SeoZ> mwu: thank you but libxt-dev is also installed.
  2301. # [18:58] * armenzg_lunch is now known as armenzg
  2302. # [18:58] * mdas is now known as mdas|afk
  2303. # [18:58] <SeoZ> i googled it and found many questions about this but there is no good answer.
  2304. # [18:59] * Joins: cdiehl_ (cdiehl@moz-E3839887.pool.mediaways.net)
  2305. # [18:59] * jhford-work-away is now known as jhford-work
  2306. # [18:59] * Quits: cdiehl (cdiehl@moz-745D74E0.pool.mediaways.net) (Ping timeout)
  2307. # [18:59] * cdiehl_ is now known as cdiehl
  2308. # [18:59] * Quits: mdas|afk (mdas@F2D29657.F60B0462.67AC9B1.IP) (Quit: mdas|afk)
  2309. # [18:59] * jhford-work is now known as jhford-buildduty
  2310. # [19:00] * Joins: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2311. # [19:01] * Joins: rs (rs@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2312. # [19:01] * jimm-lunch is now known as jimm
  2313. # [19:01] * Joins: anant (anant@moz-BBE3ABD.mv.mozilla.com)
  2314. # [19:01] <mwu> SeoZ: can you pastebin your config.log then?
  2315. # [19:02] * Joins: hub (hub@21B7B9F2.B87E9213.6E712CE2.IP)
  2316. # [19:02] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2317. # [19:03] * Joins: faramarz1 (Adium@moz-BBE3ABD.mv.mozilla.com)
  2318. # [19:03] * Quits: bjacob (bjacob@77BF8A43.C1607DFF.95579CE8.IP) (Ping timeout)
  2319. # [19:03] * Quits: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com) (Ping timeout)
  2320. # [19:03] * Quits: ptheriault (ptheriault@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: ptheriault)
  2321. # [19:03] <ted> joe: ping
  2322. # [19:04] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2323. # [19:04] <SeoZ> mwu: there is no configure.log :( ??
  2324. # [19:04] * Joins: ptheriault (ptheriault@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2325. # [19:04] * Joins: squib (squib-@moz-415BAA34.engr.wisc.edu)
  2326. # [19:04] * Joins: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com)
  2327. # [19:04] <mwu> SeoZ: it's in your object directory
  2328. # [19:05] * Joins: bjacob (bjacob@77BF8A43.C1607DFF.95579CE8.IP)
  2329. # [19:05] * Quits: mayhemer (Miranda@B3D46202.F87A741B.F23860FD.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2330. # [19:06] * Joins: mixedpuppy (mixedpuppy@21B7B9F2.B87E9213.6E712CE2.IP)
  2331. # [19:06] <SeoZ> mwu: http://yourpaste.net/10456/
  2332. # [19:06] <SeoZ> mwu: thank you in advance.
  2333. # [19:07] * Joins: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net)
  2334. # [19:08] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  2335. # [19:08] * Joins: mayhemer (Miranda@B3D46202.F87A741B.F23860FD.IP)
  2336. # [19:09] * faramarz is now known as frashed
  2337. # [19:09] * frashed is now known as faramarz
  2338. # [19:09] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2339. # [19:09] <jtcranmer> how much longer before we can use range-based for in Mozilla? :-)
  2340. # [19:09] * coop is now known as coop|mtg
  2341. # [19:09] <jfkthame> depends how soon you write the patch ;)
  2342. # [19:10] * jwir3 is now known as jwir3|lunch
  2343. # [19:11] <mwu> SeoZ: looks like you may need libuuid or libuuid-devel
  2344. # [19:11] * AutomatedTester is now known as AutomatedTester|away
  2345. # [19:13] * Joins: cers (textual@moz-E3288E2B.bynqu1.dynamic.dsl.tele.dk)
  2346. # [19:14] * Quits: vladan (vladan@moz-B8241D69.reverse.destiny.be) (Quit: Leaving.)
  2347. # [19:14] * Joins: vladan (vladan@moz-B8241D69.reverse.destiny.be)
  2348. # [19:14] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2349. # [19:15] * Quits: vladan (vladan@moz-B8241D69.reverse.destiny.be) (Ping timeout)
  2350. # [19:16] <SeoZ> mwu: GREAT! installing uuid works :)
  2351. # [19:16] * Joins: andreasn (andreasn@moz-BB6A8755.bredband.comhem.se)
  2352. # [19:16] * Joins: victorporof (victorporo@3CA634F2.B89616B1.79933D60.IP)
  2353. # [19:16] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  2354. # [19:16] <SeoZ> I'll add uuid in https://developer.mozilla.org/En/Simple_Firefox_build
  2355. # [19:16] <mwu> nice
  2356. # [19:16] * Joins: bretr (bret_recka@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2357. # [19:17] <joe> ted: pong
  2358. # [19:17] <ted> joe: so uh
  2359. # [19:17] <ted> crowder's profile pic on facebook doesn't render in firefox nightlies
  2360. # [19:17] * Quits: faramarz1 (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  2361. # [19:17] <ted> we just leave whatever was previously in that area when you scroll into it
  2362. # [19:17] <joe> that feels incorrect
  2363. # [19:18] <ted> i would say
  2364. # [19:18] <SeoZ> mwu: btw, how did you know that uuid is needed?
  2365. # [19:18] <joe> ted: do you feel like doing a mozregression bisect?
  2366. # [19:18] <ted> joe: not sure if you're friends with him, but http://www.facebook.com/photo.php?fbid=10150591349726535&set=a.468013691534.266610.624156534&type=1
  2367. # [19:18] <joe> i'm not on facebook
  2368. # [19:18] <mwu> SeoZ: I saw "/usr/bin/ld.bfd.real: cannot find -luuid" in your config log
  2369. # [19:18] <ted> actually it renders black there
  2370. # [19:18] <ted> on linux
  2371. # [19:18] <joe> and indeed I can't see that image
  2372. # [19:18] <ted> but weird on mac
  2373. # [19:18] <mwu> near the X11 logs
  2374. # [19:18] <joe> so I have a suspect range
  2375. # [19:18] <ted> http://a2.sphotos.ak.fbcdn.net/hphotos-ak-ash4/399946_10150591349726535_624156534_11324010_927782182_n.jpg
  2376. # [19:19] <ted> that's the actual jpg
  2377. # [19:19] <joe> that I can see
  2378. # [19:19] <joe> renders black
  2379. # [19:19] * Joins: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com)
  2380. # [19:19] <joe> ought it to?
  2381. # [19:20] <joe> renders black in chrome too
  2382. # [19:20] <jfkthame> maybe it's meant to be a night-time photo?
  2383. # [19:21] <ted> i have no idea what the image is
  2384. # [19:21] <ted> but on mac it renders all kinds of messed up
  2385. # [19:21] <ted> my nightly is about a week out of date
  2386. # [19:21] <ted> 2012-01-26
  2387. # [19:21] * Quits: ashughes (ashughes@1B3CF998.EDC95493.A20E6FDD.IP) (Quit: heading to the office)
  2388. # [19:21] * Quits: joesteele (joesteele@moz-C018BEFF.dyn.optonline.net) (Quit: joesteele)
  2389. # [19:22] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2390. # [19:22] * ted updates
  2391. # [19:23] <SeoZ> mwu: that's great :) thanks.
  2392. # [19:23] * Joins: faramarz1 (Adium@moz-BBE3ABD.mv.mozilla.com)
  2393. # [19:23] <SeoZ> mwu: btw, i'm with dougt now :)
  2394. # [19:23] <ted> joe: still renders weird on today's mac nightly
  2395. # [19:23] <ted> 10.6
  2396. # [19:23] <jfkthame> renders black in my local build (of uncertain age, but pretty recent)
  2397. # [19:23] <mwu> ah
  2398. # [19:23] <ted> jfkthame: what platform?
  2399. # [19:24] <jfkthame> mac
  2400. # [19:24] <jfkthame> 10.6
  2401. # [19:24] <ted> hm
  2402. # [19:24] <ted> interesting
  2403. # [19:24] <jlebar|mac> How do I get a content window's chrome window?
  2404. # [19:24] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2405. # [19:24] <jfkthame> also black when opened in Preview.app or in Photoshop
  2406. # [19:24] * Quits: Yoric (Yoric@moz-B8241D69.reverse.destiny.be) (Ping timeout)
  2407. # [19:24] * Parts: faramarz1 (Adium@moz-BBE3ABD.mv.mozilla.com)
  2408. # [19:24] <ted> odd
  2409. # [19:24] <ted> is this just me?
  2410. # [19:25] <ted> jfkthame: if you load it in a tab, then switch to another tab
  2411. # [19:25] <ted> and back
  2412. # [19:25] <ted> is it still black?
  2413. # [19:26] <joe> yes
  2414. # [19:26] <jfkthame> i'll try in a sec, just updating my official Nightly to the current build...
  2415. # [19:26] <joe> for me, anyways
  2416. # [19:26] <ted> odd
  2417. # [19:26] <ted> mine leaves whatever was previously rendered there
  2418. # [19:26] <ted> wonder if this is a driver bug
  2419. # [19:26] <joe> are you using accelerated layers?
  2420. # [19:26] <joe> about:support
  2421. # [19:26] <ted> nope
  2422. # [19:26] <joe> ah, interesting
  2423. # [19:26] <ted> GPU Accelerated Windows0
  2424. # [19:26] <ted>
  2425. # [19:26] <ted> AzureBackendquartz
  2426. # [19:27] * liuche|errand is now known as liuche
  2427. # [19:27] <joe> did you turn that off?
  2428. # [19:27] <ted> i uh
  2429. # [19:27] <ted> don't remember
  2430. # [19:27] <joe> yes sir, i can reproduce this now
  2431. # [19:27] <ted> okay
  2432. # [19:27] <jlebar|mac> What the heck does do_QueryObject do?
  2433. # [19:27] <ted> i don't seem to have any prefs flipped with accel in the name
  2434. # [19:27] * Joins: faramarz1 (Adium@moz-BBE3ABD.mv.mozilla.com)
  2435. # [19:27] <joe> ted: in the preferences
  2436. # [19:27] <joe> advanced
  2437. # [19:27] <joe> "use hardware acceleration when available"
  2438. # [19:28] <ted> it's checked
  2439. # [19:28] <joe> what the
  2440. # [19:28] <ted> must not like my driver or something
  2441. # [19:28] <ted> no idea
  2442. # [19:28] <ted> this is just a stock nightly on 10.6.something
  2443. # [19:28] <joe> 10.6.2?
  2444. # [19:28] <joe> because we disable on 10.6.2 and lower
  2445. # [19:28] <ted> 10.6.8
  2446. # [19:28] <joe> soooooo
  2447. # [19:28] <ted> this is a mid-2010 MBP Core i7
  2448. # [19:28] * Joins: daim (David_Mart@moz-EF3D4F79.fbx.proxad.net)
  2449. # [19:29] <joe> do you have any gfx.blacklist prefs set?
  2450. # [19:29] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2451. # [19:29] <ted> nope
  2452. # [19:29] <joe> really if you could just pastebin your about:support
  2453. # [19:29] <ted> sure
  2454. # [19:29] <ted> sec
  2455. # [19:29] <jfkthame> (just to confirm, i can also reproduce with h/w acc explicitly disabled)
  2456. # [19:30] <ted> http://pastebin.mozilla.org/1473863
  2457. # [19:30] <gregglind> what is our naming convention for patches? I did: $ hg diff -p -U 8 > bug723583.patch #
  2458. # [19:30] <ted> ooh
  2459. # [19:30] <ted> it looks like maybe i'm running in 32-bit mode
  2460. # [19:30] <ted> i...don't remember why that would be
  2461. # [19:30] <joe> aha!
  2462. # [19:30] <joe> that is the reason
  2463. # [19:30] <jdm> jlebar|mac: something about querying interfaces from concrete objects, I think
  2464. # [19:30] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
  2465. # [19:30] <joe> gregglind: whatever floats your boat for naming
  2466. # [19:31] <jdm> gregglind: names are never seen
  2467. # [19:31] <jlebar|mac> jdm: Interesting, I always did an NS_ISUPPORTS_CAST...
  2468. # [19:31] <gregglind> fair enough :)
  2469. # [19:31] <joe> we don't enable hw accel layers on 32-bit because quickdraw plugins, supported only in 32-bit, don't get along with opengl
  2470. # [19:31] <ted> joe: we should probably put that in about:support or something :)
  2471. # [19:31] * Quits: josh (josh@4EE4350B.CF5FEE20.2A2F4638.IP) (Quit: josh)
  2472. # [19:31] <joe> yeeaaahh
  2473. # [19:31] <joe> I think so!
  2474. # [19:31] <ted> okay
  2475. # [19:31] * zpao|detached is now known as zpao
  2476. # [19:31] <ted> with hwaccel it's just black
  2477. # [19:31] <ted> intriguing
  2478. # [19:31] <joe> yep
  2479. # [19:31] <ted> anyway that narrows it down at least
  2480. # [19:32] <joe> who wants to bisect this?
  2481. # [19:32] * ted hides
  2482. # [19:32] * @bz mutters about python templating
  2483. # [19:32] <joe> ted: will you file this on core : graphics and say regressionwindow-wanted?
  2484. # [19:32] * Joins: mib_0isqcj (Mibbit@BD42E25B.83739CE9.8DFEA35B.IP)
  2485. # [19:32] <ted> sure
  2486. # [19:32] <joe> I have urgent b2g things to do :(
  2487. # [19:32] * Quits: myk (myk@moz-BBE3ABD.mv.mozilla.com) (Max SendQ exceeded)
  2488. # [19:32] * Joins: myk (myk@moz-BBE3ABD.mv.mozilla.com)
  2489. # [19:32] <ted> okay
  2490. # [19:32] * Joins: dao (dao@moz-FACBC61B.superkabel.de)
  2491. # [19:33] * Joins: djc (djc@moz-E26330E3.xavamedia.nl)
  2492. # [19:34] * Quits: cadecairos (cadecairos@EDDEAA06.33EE9F8A.1139E686.IP) (Input/output error)
  2493. # [19:35] * Joins: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2494. # [19:35] * Quits: dao (dao@moz-FACBC61B.superkabel.de) (Connection reset by peer)
  2495. # [19:35] * Joins: dao (dao@moz-FACBC61B.superkabel.de)
  2496. # [19:36] * Quits: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net) (Quit: juanb)
  2497. # [19:36] * Joins: gkw (gkw@moz-5481C38F.hsd1.ca.comcast.net)
  2498. # [19:37] * Joins: maikmerten (maikmerten@moz-5E759146.dynamic.qsc.de)
  2499. # [19:38] * Quits: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP) (Ping timeout)
  2500. # [19:38] <ted> filed https://bugzilla.mozilla.org/show_bug.cgi?id=724021
  2501. # [19:38] * jimm is now known as jimm-bbiab
  2502. # [19:39] * Joins: RyanVM (chatzilla@moz-D04D3C77.phlapa.fios.verizon.net)
  2503. # [19:39] * Joins: mdas (mdas@8CB764BC.D30B51A1.412CF160.IP)
  2504. # [19:42] <RyanVM> khuey|away: ping
  2505. # [19:42] * Joins: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com)
  2506. # [19:42] <RyanVM> hmm, something doesn't seem right with win pgo
  2507. # [19:42] * Joins: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP)
  2508. # [19:43] <RyanVM> I noticed last night on my own build that I wasn't getting pgc files
  2509. # [19:43] * Quits: Unfocused (u2622@moz-160C58C6.com) (Max SendQ exceeded)
  2510. # [19:43] * Joins: Unfocused (u2622@moz-160C58C6.com)
  2511. # [19:43] <RyanVM> now looking at the log for the latest tinderbox pgo build, it seems that many pgc files were missing and/or not merged
  2512. # [19:43] <philor> odd. downforeveryone says it is just me, but I can't get to tbpl.m.o
  2513. # [19:43] * Joins: jduell (jduell@25F88422.B7606226.6BED537B.IP)
  2514. # [19:43] * Quits: bjacob (bjacob@77BF8A43.C1607DFF.95579CE8.IP) (Ping timeout)
  2515. # [19:44] <RyanVM> philor: wfm
  2516. # [19:44] * Joins: bjacob (bjacob@77BF8A43.C1607DFF.95579CE8.IP)
  2517. # [19:44] * armenzg is now known as armenzg_brb
  2518. # [19:45] * Quits: past (past@moz-112B4671.dsl.dyn.forthnet.gr) (Input/output error)
  2519. # [19:45] <RyanVM> re pgo, the issue with tinderbox is that I was looking at an incremental build, I guess.
  2520. # [19:45] <RyanVM> the nightly log looks ok
  2521. # [19:47] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  2522. # [19:49] * Joins: TheOne (one@moz-134078E0.dip.t-dialin.net)
  2523. # [19:49] * Joins: mbrubeck (mbrubeck@moz-23F706CB.tmodns.net)
  2524. # [19:49] * philor is now known as philor|away
  2525. # [19:49] * jtcranmer wonders why autoconf feels the need to cache everything
  2526. # [19:50] * zpao is now known as zpao|detached
  2527. # [19:50] <jtcranmer> I swear, I removed all the config.cache files and configure ran /faster/
  2528. # [19:51] * jhford-buildduty is now known as jhford-buildduty-away
  2529. # [19:51] <ted> jlebar|mac: freeing random bits of heap is a bit scary
  2530. # [19:51] * Quits: bzum (akin@AC70084F.DBB41A87.114503E7.IP) (Ping timeout)
  2531. # [19:51] <jlebar|mac> ted: In the crash reporter?
  2532. # [19:51] <ted> jlebar|mac: i mean, most of it doesn't matter, we don't really care about the heap for crash reports
  2533. # [19:52] <ted> i just worry like "oops we freed some memory you were using to report the crash"
  2534. # [19:52] <ted> i guess we could have a separate api to mark some pages as special
  2535. # [19:52] <johnath> someone land some plugin changes in today's nightly? I am craaaashy
  2536. # [19:52] <ted> but we'd have to tweak the code to make sure that everything gets allocated in those pages
  2537. # [19:52] <jlebar|mac> ted: Well, you'd presumably call this function before you malloc anything in the crash reporter.
  2538. # [19:52] * philor|away is now known as philor
  2539. # [19:52] <johnath> (mac, probably flash, https://crash-stats.mozilla.com/report/index/bp-99104268-d8a1-4d65-802e-4ad192120203 )
  2540. # [19:52] <ted> jlebar|mac: i mean, like the existing crash reporter data that was initialized at startup
  2541. # [19:52] * Quits: myk (myk@moz-BBE3ABD.mv.mozilla.com) (Max SendQ exceeded)
  2542. # [19:52] <ted> which is mostly on the heap
  2543. # [19:52] * Joins: myk (myk@moz-BBE3ABD.mv.mozilla.com)
  2544. # [19:52] <jlebar|mac> ted: I see.
  2545. # [19:53] <jlebar|mac> ted: Then sure, you'd need to mark things as special.
  2546. # [19:53] <jlebar|mac> ted: Even that doesn't seem impossible.
  2547. # [19:53] <ted> also, i'm not sure if jemalloc would help here directly
  2548. # [19:53] <jlebar|mac> ted: Why is that?
  2549. # [19:53] <ted> since this is code from dbghelp.dll doing allocations
  2550. # [19:53] <ted> so it's probably not allocating via jemalloc
  2551. # [19:53] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2552. # [19:53] <jlebar|mac> But can we free via jemalloc?
  2553. # [19:53] <ted> the problem is probably just that the heap is busted
  2554. # [19:53] * Joins: jhammink (textual@moz-BBE3ABD.mv.mozilla.com)
  2555. # [19:53] <ted> yeah, if jemalloc unreserves the pages
  2556. # [19:54] <ted> then it'd probably work
  2557. # [19:54] <jlebar|mac> We'd make sure jemalloc actually decommitted the memory.
  2558. # [19:54] <ted> like, really OS-level free
  2559. # [19:54] <jlebar|mac> yes.
  2560. # [19:54] <ted> that's plausible
  2561. # [19:54] * Joins: cadecairos (cadecairos@F1451709.44D93D66.1139E686.IP)
  2562. # [19:54] * Quits: Elen (El@moz-749635E7.hsd1.ut.comcast.net) (Ping timeout)
  2563. # [19:54] <jlebar|mac> ted: If we had a range of pointers we're not allowed to touch, it should be relatively simple.
  2564. # [19:55] <jlebar|mac> …of course, Glandium would have to port all this to jemalloc 2.0. :D
  2565. # [19:55] <jlebar|mac> But I'm not holding my breath for that.
  2566. # [19:55] <ted> hah
  2567. # [19:56] * Quits: ericb2 (X@C5FB3C7F.6D6BC885.CF08085F.IP) (Quit: . . . ........)
  2568. # [19:56] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  2569. # [19:57] <ted> sounds tricky, but probably less work than "do all the minidump writing in a separate process"
  2570. # [19:57] * Joins: josh (josh@4EE4350B.CF5FEE20.2A2F4638.IP)
  2571. # [19:57] * Quits: dao (dao@moz-FACBC61B.superkabel.de) (Ping timeout)
  2572. # [19:58] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  2573. # [19:58] * Joins: dao (dao@moz-FACBC61B.superkabel.de)
  2574. # [19:58] * Joins: Ms2ger (Ms2ger@92E5183E.3C36F6A0.37724B0D.IP)
  2575. # [19:58] <jlebar|mac> ted: The hardest part may be annotating the heap structures we need to stay alive, and being sure that we've done a complete job there.
  2576. # [19:58] <ted> yeah
  2577. # [19:58] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2578. # [19:58] <jlebar|mac> ted: but if this can get us 8% more crash reports...
  2579. # [19:58] <ted> indeed
  2580. # [19:59] * Joins: ericjung_ (ericjung@moz-C6B344D.bstnma.fios.verizon.net)
  2581. # [19:59] <Ms2ger> If you want more crash reports, I can do that ;)
  2582. # [19:59] <ted> i guess we could use like a slab allocator and placement new etc to forcibly put most things on one page
  2583. # [19:59] <ted> might be a little bit of a pain to get some of breakpad's internals to get there
  2584. # [19:59] * Joins: harth (harth@moz-1F71062D.hsd1.ca.comcast.net)
  2585. # [20:00] * Joins: Elen (El@moz-749635E7.hsd1.ut.comcast.net)
  2586. # [20:00] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  2587. # [20:00] * Quits: josh (josh@4EE4350B.CF5FEE20.2A2F4638.IP) (Quit: josh)
  2588. # [20:00] * Quits: ericjung_ (ericjung@moz-C6B344D.bstnma.fios.verizon.net) (Quit: Leaving)
  2589. # [20:01] * Joins: OccupyGreenland (OccupyGree@moz-C6B344D.bstnma.fios.verizon.net)
  2590. # [20:01] * armenzg_brb is now known as armenzg
  2591. # [20:02] <jlebar|mac> ted: Care to file the bug, or shall I?
  2592. # [20:02] * Quits: myk (myk@moz-BBE3ABD.mv.mozilla.com) (Max SendQ exceeded)
  2593. # [20:02] * Joins: myk (myk@moz-BBE3ABD.mv.mozilla.com)
  2594. # [20:03] <ted> feel free
  2595. # [20:03] * joduinn-commute is now known as joduinn-mtg
  2596. # [20:05] * zpao|detached is now known as zpao
  2597. # [20:05] <dholbert> mats, ping?
  2598. # [20:05] * Quits: thedudeabides (thedudeabi@moz-D35891B7.nyc.biz.rr.com) (Ping timeout)
  2599. # [20:05] <mats> dholbert: pong
  2600. # [20:05] * lsblakk|afk is now known as lsblakk
  2601. # [20:06] <dholbert> mats, hi! so I'm trying to implement your suggestion for shuffling flexbox-item contents
  2602. # [20:06] * jhford-buildduty-away is now known as jhford-work
  2603. # [20:07] <dholbert> mats, but SplitLine doesn't seem to reliably split where I want it to
  2604. # [20:07] * Quits: ptheriault (ptheriault@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: ptheriault)
  2605. # [20:07] * jhford-work is now known as jhford-buildduty
  2606. # [20:07] <dholbert> mats, (mxr link: http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsBlockFrame.cpp#4040 )
  2607. # [20:08] <dholbert> mats, in particular, its behavior seems to depend on "pushCount", which depends on aLineLayout being set up a particular way
  2608. # [20:08] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  2609. # [20:09] * AutomatedTester|away is now known as AutomatedTester
  2610. # [20:09] <mats> how odd, I thought it just took the aFrame you gave it and split right there...
  2611. # [20:09] * Joins: ptheriault (ptheriault@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2612. # [20:10] <BenWa> pcwalton: ping
  2613. # [20:10] <pcwalton> BenWa: pong
  2614. # [20:10] * Quits: gkw (gkw@moz-5481C38F.hsd1.ca.comcast.net) (Quit: Instantbird 1.1)
  2615. # [20:10] <BenWa> pcwalton: Ali had an idea to help with checker boarding, we could do it for both layer manager
  2616. # [20:10] <pcwalton> what was it
  2617. # [20:10] <pcwalton> ?
  2618. # [20:11] <BenWa> We render the whole page in a thumbnail like buffer scaled out. Say 100x100 (keep aspect ration) or whatever
  2619. # [20:11] <dholbert> mats, nope -- the way I had it set up, pushCount would be 0, and I'd skip all the meat of the function (inside a "0 != pushCount" check)
  2620. # [20:11] <mats> dholbert, yeah, glancing over the code it doesn't work the way I thought it would, sorry
  2621. # [20:11] <BenWa> Then instead of checker boarding we show the thumbnail scaled so you get a blurry version instead of a checkerboard
  2622. # [20:11] <pcwalton> ah yeah, I thought about that
  2623. # [20:11] * Joins: lurking_work (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net)
  2624. # [20:11] <dholbert> mats, no problem. So now I'm trying this (let me know if this makes sense):
  2625. # [20:11] <pcwalton> might be a good idea
  2626. # [20:11] <mats> dholbert: I have no idea what pushCount even means
  2627. # [20:11] <pcwalton> hopefully it won't be too much of a problem with GL layers though
  2628. # [20:11] * davehunt is now known as davehunt|away
  2629. # [20:11] <pcwalton> but yes, it's a good idea
  2630. # [20:11] <BenWa> pcwalton: I may make the java compositor more shippable?
  2631. # [20:12] <BenWa> I think we should definitely do it for OGL as well
  2632. # [20:12] <pcwalton> let's get a bug on it
  2633. # [20:12] <BenWa> But if we throw it into the java flexible view we could get it for free for both layer manager?
  2634. # [20:12] <pcwalton> well, it needs a little help from widget I would think
  2635. # [20:13] * Joins: bzum (akin@AC70084F.DBB41A87.114503E7.IP)
  2636. # [20:13] <dholbert> mats, I'm trying to reflow the block, and inside of ReflowInlineFrame, I detect frames that should be their own flexbox items (e.g. images), and I set the BREAK_BEFORE reflow status
  2637. # [20:13] <dholbert> mats, so that way, I'd hope that they'd end up at the beginning of their line
  2638. # [20:14] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2639. # [20:14] <dholbert> mats, and then I wouldn't need to call splitline myself -- I could hopefully follow the original steps that you'd outlined. (Push lines from that point on to a newly-generated NIF, and then steal the first frame from that NIF)
  2640. # [20:14] <mats> dholbert: oh ok, that might work, using normal reflow tricks to break the line...
  2641. # [20:15] <dholbert> mats, yeah -- so the only tricky thing I'm running into now is when there are already overflow lines on the block in question
  2642. # [20:16] <dholbert> mats, because then our (temporarily-set) NIF will drain those, too, which isn't what we want
  2643. # [20:16] * Joins: Mossop_ (mossop@moz-BBE3ABD.mv.mozilla.com)
  2644. # [20:16] * Quits: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2645. # [20:17] <dholbert> mats, any ideas on how to prevent that from happening, or work around that? (or let me know if it didn't make sense)
  2646. # [20:17] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  2647. # [20:17] * Mossop_ is now known as Mossop
  2648. # [20:17] <edmorley> jlebar: ping
  2649. # [20:17] <jlebar|mac> edmorley: I didn't do it!
  2650. # [20:17] <edmorley> hehe
  2651. # [20:17] <edmorley> it's ok :-)
  2652. # [20:17] <jlebar|mac> edmorley: what's up?
  2653. # [20:18] * Joins: jduell_ (jduell@25F88422.B7606226.6BED537B.IP)
  2654. # [20:18] <edmorley> jlebar: one of the bug numbers in https://hg.mozilla.org/mozilla-central/rev/350ba395c507 appears to be wrong, would you mind marking the merge for the two relevant bugs, so I don't miss one?
  2655. # [20:19] <jlebar|mac> edmorley: Those are the bug numbers I meant to back out.
  2656. # [20:19] <jlebar|mac> edmorley: I hope I actually backed out those two bugs!
  2657. # [20:19] * Quits: diogogmt (kvirc@F1451709.44D93D66.1139E686.IP) (Ping timeout)
  2658. # [20:20] <edmorley> jlebar|mac: oh, I just thought that the "dang wrong bug" comment on the backout attachement for bug 721510 meant that it was for something else?
  2659. # [20:20] * Quits: bjacob (bjacob@77BF8A43.C1607DFF.95579CE8.IP) (Connection reset by peer)
  2660. # [20:20] * Joins: bjacob_ (bjacob@77BF8A43.C1607DFF.95579CE8.IP)
  2661. # [20:21] <jlebar|mac> edmorley: I meant to put the attachment in the other bug, but the attachment does back out both bugs.
  2662. # [20:21] <edmorley> ahh
  2663. # [20:21] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Connection reset by peer)
  2664. # [20:21] <edmorley> jlebar|mac: cool, I'll reopen both then - thank you :-)
  2665. # [20:21] <jlebar|mac> edmorley: thank you!
  2666. # [20:23] * Joins: dveditz (dveditz@moz-34991AF4.dhcp.cruzio.com)
  2667. # [20:23] * ChanServ sets mode: +o dveditz
  2668. # [20:23] <mats> dholbert: maybe create an extra NIF and drain the current overflow lines into it, then make the split?
  2669. # [20:23] <mats> dholbert: (sounds terribly hacky though)
  2670. # [20:24] * Quits: biesi (cbiesinger@moz-D617BE71.adsl-static.isp.belgacom.be) (Ping timeout)
  2671. # [20:24] <dholbert> mats, possibly... and the lines wouldn't magically end up in the extra NIF's own overflow-list as long as I don't reflow it, right?
  2672. # [20:25] <dholbert> (that is to say: I wouldn't have to repeat that process recursively? :))
  2673. # [20:25] * luke-sleep is now known as luke
  2674. # [20:25] * Quits: necolas (necolas@moz-C8C6D8F3.bb.sky.com) (Client exited)
  2675. # [20:25] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  2676. # [20:26] <mats> dholbert: right, it should be on the normal line list for that NIF
  2677. # [20:26] <mats> dholbert: I think writing your own SplitLine method wouldn't be very hard though
  2678. # [20:27] <mats> basically just the latter part of the current SplitLine method, skipping all that pushCount crap
  2679. # [20:27] <dholbert> mats, ok, that's an idea too
  2680. # [20:27] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  2681. # [20:28] * Quits: mbrubeck (mbrubeck@moz-23F706CB.tmodns.net) (Ping timeout)
  2682. # [20:28] * Quits: rshetty (quassel@DC956C63.3EEBC369.C842849F.IP) (Ping timeout)
  2683. # [20:28] <dholbert> yeah, looks doable
  2684. # [20:28] <mats> dholbert: you should check with someone that knows what that GetCurrentSpanCount() thing is first
  2685. # [20:28] <mats> dholbert: might be important :-)
  2686. # [20:29] <dholbert> mats, good idea. :) /me does some hg archeology
  2687. # [20:29] <dholbert> er, s/hg/CVS/
  2688. # [20:29] <edmorley> \o/ going for green on m-c tip!
  2689. # [20:29] <edmorley> (and yes blue doesn't count... ;-))
  2690. # [20:29] * Quits: liuche (liuche@moz-B77DEAEB.mozilla.org) (Quit: leaving)
  2691. # [20:29] * Joins: liuche (liuche@moz-B77DEAEB.mozilla.org)
  2692. # [20:29] <dholbert> mats, woot, that line of code is from kipp in 1999 :)
  2693. # [20:30] <dholbert> bz, ping?
  2694. # [20:30] * jgriffin is now known as jgriffin-afk
  2695. # [20:30] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/5bb1c40e2e03 - Sriram Ramasubramanian - Bug 723899: There is no "empty" resource in ICS. [r=mfinkle]
  2696. # [20:30] * Quits: liuche (liuche@moz-B77DEAEB.mozilla.org) (Quit: leaving)
  2697. # [20:30] * Joins: liuche (liuche@moz-B77DEAEB.mozilla.org)
  2698. # [20:31] * Quits: jduell_ (jduell@25F88422.B7606226.6BED537B.IP) (Ping timeout)
  2699. # [20:32] <Ms2ger> dholbert, interesting, I had to blame something on kipp too in the last few weeks :)
  2700. # [20:32] * Quits: jduell (jduell@25F88422.B7606226.6BED537B.IP) (Quit: jduell)
  2701. # [20:32] * lsblakk is now known as lsblakk|afk
  2702. # [20:33] * Quits: mario (mario@moz-683270A5.dip.t-dialin.net) (Quit: mario)
  2703. # [20:33] <dholbert> commit message: "Major spankage; refactored code; common base class for block/inline frames" :)
  2704. # [20:33] <@bz> dholbert: ack
  2705. # [20:33] <@bz> dholbert: what's up?
  2706. # [20:33] * Joins: karl (karl@moz-E3D156B7.jetstream.xtra.co.nz)
  2707. # [20:34] * @bz reads up
  2708. # [20:34] <dholbert> bz, hi! question on inline layout -- do you happen to know why nsBlockFrame::SplitLine doesn't just take the frame it's given and split there?
  2709. # [20:34] * @bz looks
  2710. # [20:35] <dholbert> bz, http://mxr.mozilla.org/firefox/source/layout/generic/nsBlockFrame.cpp#3827
  2711. # [20:35] <@bz> yeah
  2712. # [20:35] <@bz> looking
  2713. # [20:35] <@bz> comments, what comments?
  2714. # [20:35] * Joins: mbrubeck (mbrubeck@moz-23F706CB.tmodns.net)
  2715. # [20:36] <dholbert> bz, I was trying to call it with mostly-freshly-initialized reflow states / nsLineLayout / etc., and I was getting aLine->ChildCount() == aLineLayout.GetCurrentSpanCount()
  2716. # [20:36] * Quits: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com) (Ping timeout)
  2717. # [20:36] <dholbert> bz, which meant that pushCount is 0, which makes SplitLine just return, basically
  2718. # [20:36] * Quits: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP) (Ping timeout)
  2719. # [20:36] <@bz> so hmm
  2720. # [20:36] <@bz> so we start with aFrame
  2721. # [20:36] <dholbert> (the meat of the function is inside 0 != pushcount)
  2722. # [20:37] <@bz> go forward pushCount frames?
  2723. # [20:37] <@bz> wait
  2724. # [20:37] <@bz> that's just an assert
  2725. # [20:37] <@bz> what do we really do
  2726. # [20:37] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  2727. # [20:37] <@bz> we create a new linebox starting with aFrame and holding pushCount items
  2728. # [20:37] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2729. # [20:38] * Joins: biesi (cbiesinger@moz-D617BE71.adsl-static.isp.belgacom.be)
  2730. # [20:38] <@bz> and decrement the number of items on aLine by pushCount
  2731. # [20:38] <dholbert> bz, er sorry, my MXR link above was from gecko 1.9 (but you probably had the right MXR page up already)
  2732. # [20:38] <@bz> I had it open in emacs
  2733. # [20:38] <dholbert> good man
  2734. # [20:38] * Joins: ericb2 (X@C5FB3C7F.6D6BC885.CF08085F.IP)
  2735. # [20:38] <@bz> alright
  2736. # [20:38] <@bz> so...
  2737. # [20:38] <Ms2ger> vim!
  2738. # [20:38] <@bz> I believe the intent is in fact to just split starting at aFrame
  2739. # [20:39] <@bz> And basically move aFrame and everything after it to the next line
  2740. # [20:39] <dholbert> but it's expecting that we discovered the need to split while doing line layout, so it's expecting aLineLayout to basically be pointing at aFrame too?
  2741. # [20:39] <@bz> yes
  2742. # [20:39] <dholbert> OK, that seems to make sense
  2743. # [20:39] <@bz> it could avoid doing that if it were willing to find the index of aFrame in the line directly
  2744. # [20:39] <Ms2ger> Sounds like us
  2745. # [20:39] <@bz> but that could be slow for lines with lots of frames
  2746. # [20:40] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  2747. # [20:40] <dholbert> bz, yeah, that's what I suspected as well
  2748. # [20:40] * @bz mutters about the linebox data structure sucking donkey balls
  2749. # [20:40] <dholbert> heh
  2750. # [20:40] * Joins: gandalf (zbraniecki@74E406D.A6B942B2.1D05C454.IP)
  2751. # [20:41] <dholbert> bz / mats, thanks for the help
  2752. # [20:41] <@bz> no problem
  2753. # [20:41] <@bz> sorry you have to deal with this junk
  2754. # [20:41] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2755. # [20:42] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  2756. # [20:42] * Joins: askalski (akuda@moz-6A36EC49.ip.abpl.pl)
  2757. # [20:43] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  2758. # [20:45] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Quit: bmoss)
  2759. # [20:45] * mcote is now known as mcote|lunch
  2760. # [20:46] * Quits: dougt (dougt@moz-A8ADD744.org) (Quit: ZNC - http://znc.sourceforge.net)
  2761. # [20:47] * Joins: diogogmt (kvirc@moz-57B23647.senecac.on.ca)
  2762. # [20:47] * Quits: mbrubeck (mbrubeck@moz-23F706CB.tmodns.net) (Ping timeout)
  2763. # [20:48] * Quits: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2764. # [20:48] * Joins: Mossop_ (mossop@moz-BBE3ABD.mv.mozilla.com)
  2765. # [20:48] * Mossop_ is now known as Mossop
  2766. # [20:49] * Joins: dougt (dougt@moz-A8ADD744.org)
  2767. # [20:50] * Quits: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com) (Client exited)
  2768. # [20:51] <NeilAway> jlebar|mac: same as do_QueryInterface, but for when you don't have two interfaces
  2769. # [20:51] * Quits: Jonathan_ (JonathanS@moz-FA436756.cfl.res.rr.com) (Quit: Computer has gone to sleep.)
  2770. # [20:52] <jlebar_> NeilAway, That's cool; I've always done an NS_ISUPPORTS_CAST!
  2771. # [20:52] * Quits: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net) (Ping timeout)
  2772. # [20:52] * Joins: micahg (micahg@moz-C19FF7EA.c3-0.alc-ubr2.chi-alc.il.cable.rcn.com)
  2773. # [20:52] <NeilAway> jlebar_: yeah, do_QueryObject saves you that, but costs you a little in code size because it can't be shared quite as easily
  2774. # [20:53] <jlebar_> I see.
  2775. # [20:53] <NeilAway> jlebar_: also, to get a chrome window from a content window you could crawl the docshelltreeitem tree
  2776. # [20:53] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  2777. # [20:54] <jlebar_> NeilAway, That's what I ended up doing. Kind of silly we don't have a method to do that.
  2778. # [20:54] * Quits: joe_walker (joe_walker@moz-15405DDA.cable.virginmedia.com) (Quit: Leaving)
  2779. # [20:56] * Quits: TheLink (TheLink@moz-4D4DDD71.pools.arcor-ip.net) (Connection reset by peer)
  2780. # [20:56] * Joins: TheLink (TheLink@moz-4D4DDD71.pools.arcor-ip.net)
  2781. # [20:57] * Joins: timeless_xchat (timeless@moz-A4A01B28.eng.wind.ca)
  2782. # [20:58] * Quits: mib_0isqcj (Mibbit@BD42E25B.83739CE9.8DFEA35B.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2783. # [20:59] * Quits: Unfocused (u2622@moz-160C58C6.com) (Max SendQ exceeded)
  2784. # [20:59] * Joins: Unfocused (u2622@moz-160C58C6.com)
  2785. # [20:59] * Quits: jaws (u2871@moz-160C58C6.com) (Max SendQ exceeded)
  2786. # [20:59] * Quits: askalski (akuda@moz-6A36EC49.ip.abpl.pl) (Quit: Wychodzi)
  2787. # [20:59] * Quits: dao (dao@moz-FACBC61B.superkabel.de) (Quit: Leaving.)
  2788. # [20:59] * Joins: jaws (u2871@moz-160C58C6.com)
  2789. # [21:00] * timA|away is now known as timA|mtg
  2790. # [21:01] * Joins: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP)
  2791. # [21:01] * mdas is now known as mdas|afl
  2792. # [21:01] * mdas|afl is now known as mdas|afk
  2793. # [21:02] * Quits: smooney (smooney@moz-BBE3ABD.mv.mozilla.com) (Quit: smooney)
  2794. # [21:02] <NeilAway> jaws: what was the bug that used dom fullscreen for video?
  2795. # [21:03] * dveditz is now known as dveditzMtg
  2796. # [21:04] * Quits: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP) (Client exited)
  2797. # [21:04] * Joins: mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  2798. # [21:05] * Quits: anant (anant@moz-BBE3ABD.mv.mozilla.com) (Quit: anant)
  2799. # [21:07] * joduinn-mtg is now known as joduinn
  2800. # [21:07] * Quits: myk (myk@moz-BBE3ABD.mv.mozilla.com) (Max SendQ exceeded)
  2801. # [21:08] * Joins: myk (myk@moz-BBE3ABD.mv.mozilla.com)
  2802. # [21:10] * Joins: anant (anant@moz-BBE3ABD.mv.mozilla.com)
  2803. # [21:10] * mdas|afk is now known as mdas
  2804. # [21:11] * Quits: jimm-bbiab (jmathies@moz-7F164CA1.pn.at.cox.net) (Ping timeout)
  2805. # [21:12] * Joins: mike5w3c (MikeS@moz-DAFE1A45.tokyo.ocn.ne.jp)
  2806. # [21:12] * Joins: jimm (jmathies@moz-7F164CA1.pn.at.cox.net)
  2807. # [21:13] * coop|mtg is now known as coop
  2808. # [21:13] * jwir3|lunch is now known as jwir3
  2809. # [21:13] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/394c3ef8a0dc - Joel Maher - Bug 719560 - [resize screen] Can't publish split native and xul builds under the same product on android market. r=blassey
  2810. # [21:13] <jwir3> is there a keyboard shortcut to clear the web console?
  2811. # [21:14] * Quits: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: yuan)
  2812. # [21:14] * Quits: mike5w3c (MikeS@moz-DAFE1A45.tokyo.ocn.ne.jp) (Ping timeout)
  2813. # [21:14] * Joins: smooney (smooney@moz-BBE3ABD.mv.mozilla.com)
  2814. # [21:15] * Quits: cadecairos (cadecairos@F1451709.44D93D66.1139E686.IP) (Quit: Konversation terminated!)
  2815. # [21:15] * Quits: kdcw (kdc@moz-F7413045.pk.shawcable.net) (Quit: HydraIRC -> http://www.hydrairc.com <- Nine out of ten l33t h4x0rz prefer it)
  2816. # [21:16] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2817. # [21:16] * Quits: AutomatedTester (AutomatedT@26B90EAA.A406FCCB.A636A10A.IP) (Input/output error)
  2818. # [21:20] * Quits: jhammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
  2819. # [21:20] * Joins: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP)
  2820. # [21:21] * Quits: biesi (cbiesinger@moz-D617BE71.adsl-static.isp.belgacom.be) (Ping timeout)
  2821. # [21:22] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  2822. # [21:22] * joduinn is now known as joduinn-fodd
  2823. # [21:22] * joduinn-fodd is now known as joduinn-food
  2824. # [21:22] <jlebar|mac> Is there an nspr function for getpid?
  2825. # [21:23] <Callek> jlebar|mac: let me look :-)
  2826. # [21:23] <jlebar|mac> Callek: Thanks. :) I've been looking, but without success.
  2827. # [21:26] * Joins: Jonathan_ (JonathanS@moz-FA436756.cfl.res.rr.com)
  2828. # [21:27] * Joins: protz (jonathan@74E406D.A6B942B2.1D05C454.IP)
  2829. # [21:28] <Callek> jlebar|mac: as a base abstract of getpid its not *looking* like so, but there might be a higher level abstract that suits your needs, (I'm looking at that right now)
  2830. # [21:28] <jlebar|mac> Callek: I want to print out an identifier for a process. I don't really care if it's the actual PID, although that's better.
  2831. # [21:29] <Callek> jlebar|mac: if you can work with the PRProcess pointer from: http://www.mozilla.org/projects/nspr/reference/html/prprocess.html for your needs you can probably get an identifier
  2832. # [21:29] * OccupyGreenland is now known as ericjung2_
  2833. # [21:29] * ericjung2_ is now known as ericjung_
  2834. # [21:30] <Callek> jlebar|mac: you can drill down to the _MDProcess if you want, but that struct is plat specific, on windows it has a HANDLE , etc.
  2835. # [21:30] * Parts: protz (jonathan@74E406D.A6B942B2.1D05C454.IP) (Leaving)
  2836. # [21:30] <jlebar|mac> Callek: Yeah, at that point, I might as well call getpid() or _getpid() myself.
  2837. # [21:31] <jlebar|mac> Callek: gepid will work well enough. Thanks for looking!
  2838. # [21:31] <Callek> yea Process Management is hard to abstract across platforms, which is why I suspect NSPR hasn't made much more than a very high level attempt
  2839. # [21:31] * Joins: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2840. # [21:31] * Joins: thedudeabides (thedudeabi@moz-D35891B7.nyc.biz.rr.com)
  2841. # [21:31] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  2842. # [21:32] * Quits: ericjung_ (OccupyGree@moz-C6B344D.bstnma.fios.verizon.net) (Quit: Leaving)
  2843. # [21:34] * Joins: Enn (enn@moz-18705F16.reverse.destiny.be)
  2844. # [21:36] * dveditzMtg is now known as dveditz
  2845. # [21:37] * Quits: bzum (akin@AC70084F.DBB41A87.114503E7.IP) (Ping timeout)
  2846. # [21:37] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  2847. # [21:37] * ChanServ sets mode: +o roc
  2848. # [21:39] * gregglind is now known as gregglind_afk
  2849. # [21:40] * merike|away is now known as merike
  2850. # [21:42] * Joins: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com)
  2851. # [21:42] * Quits: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2852. # [21:43] * khuey|away is now known as khuey
  2853. # [21:43] * armenzg is now known as armenzg_brb
  2854. # [21:43] <@khuey> RyanVM: pong
  2855. # [21:43] * Joins: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com)
  2856. # [21:43] * Joins: sheppy (sheppy@moz-F39D62DA.dhcp.kgpt.tn.charter.com)
  2857. # [21:44] <diogogmt> When trying to display the statistics of a video while its still loading, an exception is thrown.
  2858. # [21:44] <diogogmt> The exception is being thrown because when displaying the statics of a video the code is trying to access the mozChannels attribute of the video object, and the getter for the mozChannels is returning a NS_ERROR_DOM_INVALID_STATE_ERR
  2859. # [21:44] <RyanVM> khuey: dunno, I'll get back to you. Having PGO problems and don't know why yet. Appears to be an issue with my build config, though.
  2860. # [21:44] <@khuey> RyanVM: ok
  2861. # [21:44] <diogogmt> Is the exception being thrown for a reason? or should a check be added before trying to get the mozChannels of a video when displaying the statistics?
  2862. # [21:44] * ctalbert is now known as ctalbert|food
  2863. # [21:44] <diogogmt> http://mxr.mozilla.org/mozilla-central/source/toolkit/content/widgets/videocontrols.xml#1097
  2864. # [21:44] * Quits: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com) (Ping timeout)
  2865. # [21:44] <diogogmt> http://mxr.mozilla.org/mozilla-central/source/content/html/content/src/nsHTMLMediaElement.cpp#1246
  2866. # [21:46] * jgriffin-afk is now known as jgriffin
  2867. # [21:47] * Quits: victorporof (victorporo@3CA634F2.B89616B1.79933D60.IP) (Quit: Leaving...)
  2868. # [21:47] <mdas> jgriffin: I moved all the docs to mdn, except devnotes
  2869. # [21:47] <mdas> i'm updating the links now
  2870. # [21:48] <jgriffin> mdas: awesome, thanks
  2871. # [21:48] * armenzg_brb is now known as armenzg
  2872. # [21:48] <mdas> jgriffin: i'll be removing them from the wiki soon
  2873. # [21:49] <jgriffin> sounds good
  2874. # [21:49] * Joins: Jake (Jake@moz-3284655B.resnet.drexel.edu)
  2875. # [21:50] <jlebar|mac> cjones: ping?
  2876. # [21:52] * Quits: Jonathan_ (JonathanS@moz-FA436756.cfl.res.rr.com) (Quit: Computer has gone to sleep.)
  2877. # [21:53] * Quits: diogogmt (kvirc@moz-57B23647.senecac.on.ca) (Ping timeout)
  2878. # [21:54] * Quits: jhopkins (jhopkins@moz-41E1D586.tb.shawcable.net) (Input/output error)
  2879. # [21:54] * gregglind_afk is now known as gregglind
  2880. # [21:55] * Quits: nomisvai (chatzilla@moz-7DAF1A3B.oracle.com) (Client exited)
  2881. # [21:55] * Quits: dseif (dseif@moz-3DA2586B.dsl.bell.ca) (Input/output error)
  2882. # [21:56] * Quits: Jake (Jake@moz-3284655B.resnet.drexel.edu) (Quit: Leaving.)
  2883. # [21:56] * Joins: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net)
  2884. # [21:58] <jlebar|mac> cjones: Unping; I commented in https://bugzilla.mozilla.org/show_bug.cgi?id=714861
  2885. # [21:59] * Quits: dholbert (dholbert@moz-EAA4454E.hsd1.ca.comcast.net) (Quit: dholbert)
  2886. # [22:00] * mcote|lunch is now known as mcote
  2887. # [22:02] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/4e392c4dd76f - Brian Nicholson - Bug 723550 - Lots of base64 decode errors in logcat [r=blassey]
  2888. # [22:04] * Joins: jhammink (textual@moz-BBE3ABD.mv.mozilla.com)
  2889. # [22:04] * philor is now known as philor|away
  2890. # [22:04] * Quits: daim (David_Mart@moz-EF3D4F79.fbx.proxad.net) (Client exited)
  2891. # [22:04] * Quits: gcp (gpascutto@moz-D0E475EA.access.telenet.be) (Quit: Make a new plan, Stan!)
  2892. # [22:04] * Quits: gandalf (zbraniecki@74E406D.A6B942B2.1D05C454.IP) (Quit: Computer has gone to sleep.)
  2893. # [22:08] * Joins: gandalf (zbraniecki@74E406D.A6B942B2.1D05C454.IP)
  2894. # [22:08] <thedudeabides> i'm fairly convinced firefox 10 has a bug
  2895. # [22:08] <@bz> it probably has thousands
  2896. # [22:08] <thedudeabides> firefox 10 does not seem to respect the Strict-Transport-Security header
  2897. # [22:08] <thedudeabides> bz: heh, i know, i wasn't finished
  2898. # [22:08] <@bz> Testcase?
  2899. # [22:09] <thedudeabides> yeah, i tried stripe.com, hold on...trying to find a better test
  2900. # [22:09] <thedudeabides> ideally, the server would not explicitly redirect all http requests to https
  2901. # [22:09] * Quits: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Client exited)
  2902. # [22:09] * Joins: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2903. # [22:09] <thedudeabides> i don't want to file a bug until i'm sure
  2904. # [22:10] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2905. # [22:11] * Joins: madhava_ (madhava@F2D29657.F60B0462.67AC9B1.IP)
  2906. # [22:11] * Quits: SeoZ (DanielJuyu@moz-7B0110AD.mv.mozilla.com) (Quit: Leaving)
  2907. # [22:11] * Quits: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2908. # [22:11] <WeirdAl> dude, love the nick 8)
  2909. # [22:12] * madhava_ is now known as madhava
  2910. # [22:13] * timA|mtg is now known as timA
  2911. # [22:13] * Quits: maikmerten (maikmerten@moz-5E759146.dynamic.qsc.de) (Client exited)
  2912. # [22:13] * Quits: bjacob_ (bjacob@77BF8A43.C1607DFF.95579CE8.IP) (Ping timeout)
  2913. # [22:13] * Joins: bjacob_ (bjacob@77BF8A43.C1607DFF.95579CE8.IP)
  2914. # [22:14] * Quits: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP) (Quit: Leaving)
  2915. # [22:14] * Joins: dholbert (dholbert@moz-EAA4454E.hsd1.ca.comcast.net)
  2916. # [22:14] * Joins: cadecairos (cadecairos@moz-632B4208.cpe.net.cable.rogers.com)
  2917. # [22:15] * Quits: anant (anant@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  2918. # [22:15] * Joins: anant (anant@moz-BBE3ABD.mv.mozilla.com)
  2919. # [22:18] * Joins: diogogmt (kvirc@F1451709.44D93D66.1139E686.IP)
  2920. # [22:18] * jhford-buildduty is now known as jhford-work
  2921. # [22:18] * Quits: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP) (Quit: lmandel)
  2922. # [22:21] <thedudeabides> WeirdAl: thanks! :)
  2923. # [22:22] <RyanVM> *sigh* Always nice bisecting a regression only to find out that it regressed in april 2010
  2924. # [22:22] * Quits: mayhemer (Miranda@B3D46202.F87A741B.F23860FD.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2925. # [22:22] <jtcranmer> always nice bisecting a regression only to find out that it appears to have never worked
  2926. # [22:22] <RyanVM> lol
  2927. # [22:22] * Joins: mbrubeck (mbrubeck@moz-BDCDA1B0.tmodns.net)
  2928. # [22:23] <jtcranmer> [true story]
  2929. # [22:23] <RyanVM> on the bright side, at least there's an obvious culprit in the regression range
  2930. # [22:23] * Quits: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  2931. # [22:23] <jtcranmer> also nice to find out when the apparent regression change has no obvious culprits
  2932. # [22:24] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/d0a8f2af8dbe - Brad Lassey - backing out 394c3ef8a0dc because it breaks the xul build and doesn't fix the problem
  2933. # [22:24] <@bsmedberg> Is there an operator commonly associated with the "@" symbol?
  2934. # [22:24] <jtcranmer> annotation?
  2935. # [22:24] * Joins: Jonathan_ (JonathanS@moz-FA436756.cfl.res.rr.com)
  2936. # [22:24] <cmr> In python it's used for decorators.
  2937. # [22:25] <@bsmedberg> jtcranmer: a postfix program operator
  2938. # [22:25] <cmr> Being that's punctuation, I'm sure perl has a use for it.
  2939. # [22:25] <@bsmedberg> $T1 .raSearch = $T0 $T1 4 - 8 @ = $ebp $T1 4 - ^ = $eip $T1 ^ = $esp $T1 4 + = $20 $T0 168 - ^ = $23 $T0 172 - ^ = $24 $T0 176 - ^ =
  2940. # [22:25] <@bsmedberg> is a postfix program for calculating the return address of a function without a frame pointer
  2941. # [22:25] <squib> cmr: it's the array sigil in perl
  2942. # [22:25] * Quits: bjacob_ (bjacob@77BF8A43.C1607DFF.95579CE8.IP) (Ping timeout)
  2943. # [22:25] <RyanVM> jtcranmer: Of course, then I find a closed dependent bug suggesting that the behavior is intended
  2944. # [22:26] <RyanVM> doh
  2945. # [22:26] * Joins: bjacob_ (bjacob@77BF8A43.C1607DFF.95579CE8.IP)
  2946. # [22:26] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/766a59650976 - Matt Brubeck - Bug 723917 - NullPointerException when removing a menu item [r=sriram]
  2947. # [22:26] <@bsmedberg> This is a mostly-undocumented language invented by microsoft, but in MSVC2010 we started seeing this new operator
  2948. # [22:26] <@bsmedberg> the language has the following operators: + - * / %
  2949. # [22:26] <jtcranmer> bsmedberg: since that looks like it's doing something wrt assembly, I'm going to go out on a limb and guess that it refers to the current symbol
  2950. # [22:26] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: davidb)
  2951. # [22:27] <@bsmedberg> and assignment = and dereference ^
  2952. # [22:27] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2953. # [22:28] * Joins: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2954. # [22:28] * Quits: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: yuan)
  2955. # [22:28] <NeilAway> ok, so what do we do if we can't clone?
  2956. # [22:29] * Joins: bjacob__ (bjacob@77BF8A43.C1607DFF.95579CE8.IP)
  2957. # [22:29] * Quits: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Quit: Ex-Chat)
  2958. # [22:29] * Quits: bjacob_ (bjacob@77BF8A43.C1607DFF.95579CE8.IP) (Input/output error)
  2959. # [22:29] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
  2960. # [22:30] <cmr> NeilAway: what's the error?
  2961. # [22:31] <cmr> NeilAway: You get a bundle and use that, see https://developer.mozilla.org/en/Mozilla_Source_Code_(Mercurial)#Bundles
  2962. # [22:32] <NeilAway> cmr: yeah, just found that, but thanks
  2963. # [22:32] * Joins: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  2964. # [22:32] <mw22> I have found a regression range that contains only 3 changesets, but those 3 changesets contain >100 subchangesets in total, how can I subbisect on those subchangesets?
  2965. # [22:32] * Quits: bjacob__ (bjacob@77BF8A43.C1607DFF.95579CE8.IP) (Ping timeout)
  2966. # [22:33] * Joins: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2967. # [22:33] * Quits: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: yuan)
  2968. # [22:33] * Joins: bjacob__ (bjacob@77BF8A43.C1607DFF.95579CE8.IP)
  2969. # [22:33] * Joins: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2970. # [22:34] * Quits: mbrubeck (mbrubeck@moz-BDCDA1B0.tmodns.net) (Ping timeout)
  2971. # [22:35] * Quits: ddahl|sheriff (ddahl@moz-976797D6.hsd1.il.comcast.net) (Ping timeout)
  2972. # [22:35] * ctalbert|food is now known as ctalbert
  2973. # [22:35] <@bz> bsmedberg: arrayness?
  2974. # [22:36] * Quits: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  2975. # [22:36] * Joins: bholley (bholley@moz-104CC309.mv.mozilla.com)
  2976. # [22:38] * Joins: Yoric (Yoric@moz-18705F16.reverse.destiny.be)
  2977. # [22:38] * Quits: graememcc (chatzilla@moz-B5263D41.range86-148.btcentralplus.com) (Quit: ChatZilla 0.9.88 [Firefox 9.0.1/20120117092756])
  2978. # [22:39] * Quits: jst (jst@moz-BBE3ABD.mv.mozilla.com) (Quit: ZNC - http://znc.in)
  2979. # [22:40] * Joins: jst (jst@moz-BBE3ABD.mv.mozilla.com)
  2980. # [22:40] * Quits: gandalf (zbraniecki@74E406D.A6B942B2.1D05C454.IP) (Quit: Computer has gone to sleep.)
  2981. # [22:42] * joduinn-food is now known as joduinn
  2982. # [22:42] * Quits: msucan (msucan-@CA197AEE.3A7AD384.699550A1.IP) (Quit: .)
  2983. # [22:42] * Joins: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net)
  2984. # [22:43] * Joins: By-Tor (bytor@moz-46974D0B.dyn.optonline.net)
  2985. # [22:44] * Fallen|away is now known as Fallen
  2986. # [22:44] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2987. # [22:44] * Quits: Yoric (Yoric@moz-18705F16.reverse.destiny.be) (Connection reset by peer)
  2988. # [22:44] * Quits: jst (jst@moz-BBE3ABD.mv.mozilla.com) (Quit: ZNC - http://znc.in)
  2989. # [22:44] * Joins: priya (priya@moz-BBE3ABD.mv.mozilla.com)
  2990. # [22:45] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2991. # [22:45] * Joins: jst (jst@moz-BBE3ABD.mv.mozilla.com)
  2992. # [22:45] * merike is now known as merike|away
  2993. # [22:47] * Quits: merike|away (quassel@moz-3333F9A9.cable.starman.ee) (Connection reset by peer)
  2994. # [22:47] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2995. # [22:48] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  2996. # [22:50] <gregglind> are there existing download urls for FX builds (osx, any channel) with DEBUG on? (inside moz / mpt / mv is fine)
  2997. # [22:50] <Ms2ger> ftp?
  2998. # [22:51] * Joins: ddahl|sheriff (ddahl@moz-976797D6.hsd1.il.comcast.net)
  2999. # [22:51] * Joins: Yoric (Yoric@moz-18705F16.reverse.destiny.be)
  3000. # [22:51] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Ping timeout)
  3001. # [22:51] * Joins: taras (taras@moz-8E045071.hsd1.wa.comcast.net)
  3002. # [22:51] <@ehsan> tn: ping
  3003. # [22:51] <tn> ehsan, pong
  3004. # [22:52] <@ehsan> tn: for smooth scrolling, each timer shot just triggers and invalidation which will later get painted by the refresh driver, right?
  3005. # [22:53] * Quits: andreasn (andreasn@moz-BB6A8755.bredband.comhem.se) (Quit: Ex-Chat)
  3006. # [22:54] * Quits: bjacob__ (bjacob@77BF8A43.C1607DFF.95579CE8.IP) (Ping timeout)
  3007. # [22:54] <tn> ehsan, each timer shot triggers an invalidation, and invalidations in general get flushed to the os by the refresh driver, the os then sends us a paint event in response
  3008. # [22:54] * Joins: bjacob__ (bjacob@77BF8A43.C1607DFF.95579CE8.IP)
  3009. # [22:54] <gregglind> Ms2ger, ftp is fine... pm me on how to get there :) I don't quite recall the pathspec (remotie here)
  3010. # [22:55] <gregglind> here-ish? ftp://ftp.mozilla.org/pub/firefox/nightly/
  3011. # [22:55] <@ehsan> tn: so with that in mind, I don't get the purpose behind bug 702463 (except for just using one fewer timer)
  3012. # [22:56] <Ms2ger> ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2012/02/2012-02-03-mozilla-central-debug/ maybe
  3013. # [22:57] <tn> ehsan, i wasn't totally clear on the benefits either. perhaps if we are getting swamped and can't keep up it would be slightly better? i didn't think it through
  3014. # [22:57] <NeilAway> whoa, unbundle really is slow
  3015. # [22:57] <tn> ehsan, what does the refresh driver do if each tick takes until past the next tick?
  3016. # [22:58] * Joins: roc_ (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  3017. # [22:58] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Ping timeout)
  3018. # [22:58] <@ehsan> tn: the refresh driver also runs on a timer
  3019. # [22:58] <@ehsan> so the same thing could happen in both places
  3020. # [22:58] * Joins: taras (taras@moz-8E045071.hsd1.wa.comcast.net)
  3021. # [22:58] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  3022. # [22:58] * roc_ is now known as roc
  3023. # [22:58] <gregglind> than Ms2ger
  3024. # [22:58] <@ehsan> tn: I still think that this bug is valid, since using one fewer timer is better, but it's definitely not a snappy bug
  3025. # [22:58] * Joins: darktrojan (geoff@moz-47B83BE0.dsl.telstraclear.net)
  3026. # [22:59] <Ms2ger> np
  3027. # [22:59] * Quits: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP) (Quit: Computer has gone to sleep.)
  3028. # [22:59] <tn> ehsan, is the refresh driver smarter about that case than the "dumb" timer smooth scrolling currently uses?
  3029. # [23:00] <@ehsan> tn: not as far as I can see
  3030. # [23:01] <@ehsan> tn: note that bug 202718 is from before we had the refresh driver
  3031. # [23:02] * Joins: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com)
  3032. # [23:02] <tn> ehsan, what do you mean by that exactly?
  3033. # [23:03] <@ehsan> tn: I mean with the refresh driver, there shouldn't really be any case where we're hung on painting if we invalidate too frequently
  3034. # [23:03] <@ehsan> right?
  3035. # [23:03] <jlebar|mac> How do I turn on inline-autocomplete
  3036. # [23:03] <jlebar|mac> *?
  3037. # [23:04] * Quits: smooney (smooney@moz-BBE3ABD.mv.mozilla.com) (Quit: smooney)
  3038. # [23:04] <Ms2ger> dholbert, do you know if these are fixed? layout/base/nsPresShell.cpp:691:1: warning: ‘size_t GfxTextrunWordCacheMallocSizeOf(const void*)’ defined but not used / layout/base/nsPresShell.cpp:5742:1: warning: ‘void EvictTouchPoint(nsCOMPtr<nsIDOMTouch>&)’ defined but not used / layout/base/nsPresShell.cpp:5781:1: warning: ‘PLDHashOperator AppendToTouchList(const PRUint32&, nsCOMPtr<nsIDOMTouch>&, void*)’ defined but not used
  3039. # [23:04] * Joins: morton (Mibbit@455CFFC6.42106D70.16DF60A1.IP)
  3040. # [23:04] <tn> ehsan, well each paint could still take more than 1/60 s
  3041. # [23:04] * Joins: Pike (Pike@moz-E31CD2CB.mozilla.org)
  3042. # [23:05] * Quits: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP) (Ping timeout)
  3043. # [23:05] <@ehsan> tn: of course, but even assuming that, how would this bug help with anything?
  3044. # [23:05] <@ehsan> it can't make paints faster!
  3045. # [23:05] <jwir3> the refresh driver also throttles down invalidation on tabs that aren't in the foreground
  3046. # [23:06] <@ehsan> jwir3: but smooth scroll is not going to happen on those tabs
  3047. # [23:06] <tn> ehsan, oh yeah, i'm not arguing that, i'm just trying to grasp your point by mentioning bug 202718
  3048. # [23:06] <tn> jwir3, and we kill invalidations in non-foreground tabs
  3049. # [23:06] <@ehsan> tn: that bug is mentioned in comment 0
  3050. # [23:06] * Quits: bjacob__ (bjacob@77BF8A43.C1607DFF.95579CE8.IP) (Ping timeout)
  3051. # [23:06] <@ehsan> which is why I'm talking about it
  3052. # [23:06] * Joins: evilpie (evilpie@moz-F4336801.pools.arcor-ip.net)
  3053. # [23:06] <jwir3> ok
  3054. # [23:06] * Joins: bjacob__ (bjacob@77BF8A43.C1607DFF.95579CE8.IP)
  3055. # [23:07] * joduinn is now known as joduinn-mtg
  3056. # [23:08] <evilpie> ddahl|sheriff, bsmith bug 440046 :(
  3057. # [23:08] <@ehsan> jwir3: so I'm gonna remove [snappy] from it and unassign it from myself. do you agree?
  3058. # [23:08] * armenzg is now known as armenzg_away
  3059. # [23:08] * Quits: gmoro__ (guilherme@8057F9D4.6C34BE6.D41E40C.IP) (Ping timeout)
  3060. # [23:08] * Joins: gmoro (guilherme@8057F9D4.6C34BE6.D41E40C.IP)
  3061. # [23:08] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  3062. # [23:08] <bsmith> evilpie: I know
  3063. # [23:08] <ddahl|sheriff> evilpie: yeah man. I am going to SF next week. bsmith better cut some hours loose!:)
  3064. # [23:08] <bent> ehsan, did you ever file that bug to have nightly-profiling switched to use the correct update certs?
  3065. # [23:08] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3066. # [23:09] <jwir3> ehsan: yes, I think that's ok.
  3067. # [23:09] <evilpie> ddahl|sheriff yep give bsmith fire :O
  3068. # [23:09] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3069. # [23:10] <ddahl|sheriff> i will also buy bsmith beer
  3070. # [23:10] <ddahl|sheriff> whatever it takes
  3071. # [23:10] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3072. # [23:10] * Quits: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net) (Quit: Leaving...)
  3073. # [23:10] <Jonathan_> http://betanews.com/2012/02/03/microsoft-opens-hardware-acceleration-spec-for-c-ahead-of-visual-studio-11-beta hmm
  3074. # [23:10] <Ms2ger> ddahl|sheriff, send mounir some chocolate, and he'll r+ it
  3075. # [23:11] <jwir3> ehsan: You should know I didn't put the [snappy] in there, taras did. So you may want to check with him in case he thinks of why it's on the snappy project.
  3076. # [23:11] <@ehsan> bent: yes and I think it was fixed
  3077. # [23:11] * Quits: armenzg_away (armenzg@moz-7B7ED579.home1.cgocable.net) (Input/output error)
  3078. # [23:11] <qDot> Oh lovely. Another vendor specific parallelism layer.
  3079. # [23:11] * Joins: mak (mak@moz-18705F16.reverse.destiny.be)
  3080. # [23:11] * Joins: mbrubeck (mbrubeck@moz-BDCDA1B0.tmodns.net)
  3081. # [23:11] <@ehsan> jwir3: yeah no problem, I just wanted to make sure that it's going to help with snappy if I want to work on it
  3082. # [23:11] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3083. # [23:11] <@ehsan> it's still a valid bug
  3084. # [23:11] <ddahl|sheriff> Ms2ger: i think we should just land it for desktop now, with that followup to make it work with vanilla ArrayBuffers
  3085. # [23:12] <@ehsan> which we should fix at some point :)
  3086. # [23:12] <@ehsan> it's just no longer urgent
  3087. # [23:12] <jwir3> ehsan: sure, I totally understand. :)
  3088. # [23:12] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3089. # [23:12] <ddahl|sheriff> Ms2ger: evilpie: and of course the followups for both xul fennec and android
  3090. # [23:12] <@ehsan> jwir3: np :)
  3091. # [23:12] <Ms2ger> Pff, fennec
  3092. # [23:13] <ddahl|sheriff> Ms2ger, evilpie, bsmith: it is after all a special case in the workd of do it first for mobile, as there is no window.crypto in mobile builds
  3093. # [23:13] <ddahl|sheriff> 3 release targets makes it complicated
  3094. # [23:13] <hub> there is no Aurora 12 build yet?
  3095. # [23:14] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  3096. # [23:14] <evilpie> oh fennec is still alive?
  3097. # [23:14] <Ms2ger> hub, probably not
  3098. # [23:15] <bsmith> We already know we're going to split up that code to work for e10s (B2G) and native mobile Firefox, so we might as well do it now because it will look quite different
  3099. # [23:16] <bsmith> There is already a patch to form the basis of that in one of the bugs
  3100. # [23:16] <bsmith> We just need to split ddahl's patch to work for it.
  3101. # [23:16] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 9.0.1/20111223083612])
  3102. # [23:16] <bsmith> And then we will have it on native Firefox Mobile and Desktop
  3103. # [23:16] <bsmith> and then we can do e10s, which won't require any patches to PSM at all
  3104. # [23:16] <bsmith> just to dom/
  3105. # [23:19] * Quits: Enn (enn@moz-18705F16.reverse.destiny.be) (Ping timeout)
  3106. # [23:21] * Quits: wolfiR (wolfiR@moz-D58134CF.dip0.t-ipconnect.de) (Quit: Leaving)
  3107. # [23:23] * Quits: diogogmt (kvirc@F1451709.44D93D66.1139E686.IP) (Ping timeout)
  3108. # [23:24] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  3109. # [23:24] * Quits: mbrubeck (mbrubeck@moz-BDCDA1B0.tmodns.net) (Ping timeout)
  3110. # [23:24] * Joins: diogogmt (kvirc@F1451709.44D93D66.1139E686.IP)
  3111. # [23:24] * Joins: merike (quassel@moz-3333F9A9.cable.starman.ee)
  3112. # [23:25] * Quits: shorlander (shorlander@moz-853043D6.dhcp.insightbb.com) (Ping timeout)
  3113. # [23:25] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  3114. # [23:25] * Joins: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net)
  3115. # [23:25] * Joins: cfree (chatzilla@moz-8470EB89.sc.res.rr.com)
  3116. # [23:26] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  3117. # [23:26] <ddahl|sheriff> bsmith: sounds good
  3118. # [23:26] * Joins: shorlander (shorlander@moz-853043D6.dhcp.insightbb.com)
  3119. # [23:26] * merike is now known as merike|away
  3120. # [23:27] * Quits: jfkthame (jfkthame@5D078631.5BC345F5.9542EC20.IP) (Quit: jfkthame)
  3121. # [23:27] * Quits: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  3122. # [23:28] * philor|away is now known as philor
  3123. # [23:28] <RyanVM> mw22: you should be able to revert to the sub-changeset too
  3124. # [23:28] <RyanVM> mw22: I had to do that myself recenly
  3125. # [23:28] * Quits: peregrino (peregrino@moz-30CB9C83.telecom.net.ar) (Connection reset by peer)
  3126. # [23:28] * Joins: peregrino (peregrino@moz-30CB9C83.telecom.net.ar)
  3127. # [23:29] <mw22> RyanVM: I think I was able to by doing hg up -c <subchangeset>
  3128. # [23:29] <RyanVM> mw22: Yeah, I basically did it in reverse :P. hg revert --all -r <changeset>
  3129. # [23:30] <mw22> oh, what does that do?
  3130. # [23:30] <RyanVM> reverts all changed files to a given changeset
  3131. # [23:30] <RyanVM> really handy combined with mq and Try
  3132. # [23:32] <mw22> RyanVM: what is the difference with hg up -c then?
  3133. # [23:32] <mw22> isn't that doing the same?
  3134. # [23:32] * davehunt|away is now known as davehunt
  3135. # [23:32] * Quits: morton (Mibbit@455CFFC6.42106D70.16DF60A1.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  3136. # [23:32] * Quits: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Quit: Miranda IM - Multi protocol instant messenger @ www.miranda-im.org)
  3137. # [23:33] <RyanVM> mw22: Not an hg expert, but the difference I *believe* (and again, not an expert) is that up does a roll back transaction while revert just changes all the files
  3138. # [23:33] <mw22> ok
  3139. # [23:37] <edmorley> ehsan: ping
  3140. # [23:38] * jmaher is now known as jmaher|afk
  3141. # [23:41] * Quits: RyanVM (chatzilla@moz-D04D3C77.phlapa.fios.verizon.net) (Ping timeout)
  3142. # [23:42] * Joins: RyanVM (chatzilla@moz-D04D3C77.phlapa.fios.verizon.net)
  3143. # [23:43] <RyanVM> holy insta-hange
  3144. # [23:43] <RyanVM> hang*
  3145. # [23:43] <RyanVM> http://ecsspert.com/play/css3-logos/
  3146. # [23:43] <jlebar|mac> RyanVM: I think that's correct. hg up actually takes you to that revision.
  3147. # [23:43] * Joins: pheleas_frog (Mibbit@455CFFC6.42106D70.16DF60A1.IP)
  3148. # [23:43] <jlebar|mac> Under what circumstances does nsPresShell::GetLayerManager() return null? Or…what do I need to do so it doesn't?
  3149. # [23:44] * Quits: TheOne (one@moz-134078E0.dip.t-dialin.net) (Input/output error)
  3150. # [23:44] * bhearsum is now known as bhearsum|afk
  3151. # [23:44] * Quits: Jonathan_ (JonathanS@moz-FA436756.cfl.res.rr.com) (Quit: Computer has gone to sleep.)
  3152. # [23:45] * Quits: mdas (mdas@8CB764BC.D30B51A1.412CF160.IP) (Quit: mdas)
  3153. # [23:45] * Quits: squib (squib-@moz-415BAA34.engr.wisc.edu) (Quit: Leaving)
  3154. # [23:46] * Quits: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP) (Quit: madhava)
  3155. # [23:46] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  3156. # [23:47] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  3157. # [23:48] <Yoric> jmaher|afk: I have just uploaded a merged version of xperf (bug 696033)
  3158. # [23:48] * Joins: squib (squib-@moz-3F6F2A9C.ep.wisc.edu)
  3159. # [23:48] * philor is now known as philor|away
  3160. # [23:48] <jmaher|afk> Yoric: thanks!
  3161. # [23:48] * Joins: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net)
  3162. # [23:48] <Yoric> My pleasure :)
  3163. # [23:48] <Yoric> Don't hesitate to ping me once you start actively working on it.
  3164. # [23:49] <jmaher|afk> Yoric: I will try to get it landed this weekend or first thing next week
  3165. # [23:49] <Yoric> Great :)
  3166. # [23:50] * Quits: WeirdAl (chatzilla@moz-D461843.ask.info) (Quit: ChatZilla 0.9.88 [Firefox 10.0/20120129021758])
  3167. # [23:51] * Quits: diogogmt (kvirc@F1451709.44D93D66.1139E686.IP) (Ping timeout)
  3168. # [23:52] * Quits: gmoro (guilherme@8057F9D4.6C34BE6.D41E40C.IP) (Ping timeout)
  3169. # [23:54] * Quits: mak (mak@moz-18705F16.reverse.destiny.be) (Ping timeout)
  3170. # [23:54] * Joins: Enn (enn@moz-18705F16.reverse.destiny.be)
  3171. # [23:54] * Joins: smaug (chatzilla@74E406D.A6B942B2.1D05C454.IP)
  3172. # [23:54] * ChanServ sets mode: +o smaug
  3173. # [23:55] * Joins: mdas (mdas@8CB764BC.D30B51A1.412CF160.IP)
  3174. # [23:55] <@ehsan> edmorley: hi
  3175. # [23:55] <edmorley> ehsan: hi :-)
  3176. # [23:56] <edmorley> ehsan: I was just starring the profiling branch & was wondering if it was even worthwhile running tests (especially talos) on it?
  3177. # [23:56] * Quits: mdas (mdas@8CB764BC.D30B51A1.412CF160.IP) (Quit: mdas)
  3178. # [23:56] * philor|away is now known as philor
  3179. # [23:56] <@ehsan> edmorley: there are various ideas on it
  3180. # [23:56] <@ehsan> talos probably not
  3181. # [23:57] <@ehsan> I've filed a bug to stop doing that
  3182. # [23:57] <@ehsan> other tests maybe
  3183. # [23:57] <edmorley> :-)
  3184. # [23:57] <@ehsan> cause technically we might hit a crash or something
  3185. # [23:57] <@ehsan> because of a compiler bug let's say
  3186. # [23:57] <@ehsan> but I don't think there's much value
  3187. # [23:57] * Joins: ajuma_ (ajuma@F2D29657.F60B0462.67AC9B1.IP)
  3188. # [23:57] * Quits: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net) (Input/output error)
  3189. # [23:57] * Quits: pheleas_frog (Mibbit@455CFFC6.42106D70.16DF60A1.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  3190. # [23:58] * Quits: ajuma (ajuma@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  3191. # [23:58] * ajuma_ is now known as ajuma
  3192. # [23:58] <edmorley> talos would save quite a bit anyway
  3193. # [23:58] <edmorley> (I was just thinking in reference to the "record number of jobs" blog post last month)
  3194. # [23:59] <edmorley> given that profiling pulls from m-c very frequently
  3195. # [23:59] * Joins: bholley_ (bholley@74E406D.A6B942B2.1D05C454.IP)
  3196. # Session Close: Sat Feb 04 00:00:00 2012

The end :)