/irc-logs / mozilla / #developers / 2012-01-07 / end

Options:

  1. # Session Start: Sat Jan 07 00:00:00 2012
  2. # Session Ident: #developers
  3. # [00:00] <@bz> ok
  4. # [00:00] <@bz> so Dump() in Paint()
  5. # [00:00] <@bz> one sec..
  6. # [00:00] <cjones> yeah, right next to your frontbuffer dump
  7. # [00:00] <@bz> ok
  8. # [00:01] * Joins: fitzgen (fitzgen@moz-21CB9A53.hsd1.wa.comcast.net)
  9. # [00:01] <@bz> ok
  10. # [00:01] <@bz> one sec
  11. # [00:01] * Quits: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Quit: Miranda IM - Multi protocol instant messenger @ www.miranda-im.org)
  12. # [00:02] * Joins: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com)
  13. # [00:02] * Quits: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Input/output error)
  14. # [00:03] <biesi> hub, nsXPIDLString is for use when you have a char**/PRUnichar** out param
  15. # [00:03] * Quits: grubshka (grubshka@moz-8631B959.w86-216.abo.wanadoo.fr) (Ping timeout)
  16. # [00:03] <biesi> however, these days, you can just use nsString instead (unless you care about testing for null vs "")
  17. # [00:03] <hub> biesi: ok. thanks
  18. # [00:03] <@bz> ok
  19. # [00:03] <@bz> building with that
  20. # [00:04] <hub> biesi: but not nsAutoString ?
  21. # [00:04] <biesi> hub, well it works, but it makes no sense :-)
  22. # [00:04] <hub> ok
  23. # [00:04] <biesi> (it does make sense for nsAString& params)
  24. # [00:05] <Ms2ger> If you do have a char** out param, fix the API, please :)
  25. # [00:05] <biesi> true, what Ms2ger said :)
  26. # [00:05] <hub> it is a wstring in the IDL
  27. # [00:05] * Quits: JonathanS (JonathanS@moz-FA436756.cfl.res.rr.com) (Quit: Computer has gone to sleep.)
  28. # [00:06] <@bz> wstring in idl is a tool of the devil
  29. # [00:06] <@bz> imho
  30. # [00:06] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  31. # [00:06] <tbsaunde> Ms2ger: feel free to fix nsIStringBundle :p
  32. # [00:06] <khuey> srsly
  33. # [00:06] <tbsaunde> Ms2ger: or better yet write something better
  34. # [00:07] <Ms2ger> No thanks, I might get a reputation of fixing shit
  35. # [00:07] <Mook_as> the only time you should ever have [w]string in the idl is if you want arrays of it, I think
  36. # [00:07] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  37. # [00:07] * Quits: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com) (Client exited)
  38. # [00:08] <Ms2ger> Arrays in XPIDL are a world of hurt anyway, so I guess adding wstring on top is fine
  39. # [00:08] * Joins: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  40. # [00:10] * Ms2ger opens complete.html, crosses fingers
  41. # [00:10] <@bz> Ms2ger: you know about slow-browser?
  42. # [00:10] <Ms2ger> Yes-ish
  43. # [00:10] <Ms2ger> Does it break backrefs?
  44. # [00:11] * @bz has no idea
  45. # [00:11] <Ms2ger> Bah, backrefs doesn't help anyway
  46. # [00:12] * philor is now known as philor|away
  47. # [00:12] <hub> so what type for nsIStringBundle::GetStringFromName() ?
  48. # [00:12] <hub> nsString?
  49. # [00:12] <hub> (just using it, not fixing it)
  50. # [00:13] <Ms2ger> DOMString
  51. # [00:13] <Ms2ger> Oh, not fixing
  52. # [00:13] <Mook_as> http://mxr.mozilla.org/mozilla-central/source/intl/strres/public/nsIStringBundle.idl#64 looks like PRUnichar* to me
  53. # [00:13] <Ms2ger> PRUnichar**
  54. # [00:14] <Ms2ger> But I guess that means the xpidlstring thing biesi was mentioning
  55. # [00:14] <hub> wstring
  56. # [00:14] * Quits: ajuma (ajuma@F2D29657.F60B0462.67AC9B1.IP) (Quit: ajuma)
  57. # [00:14] <Ms2ger> Yeah, wstring == PRUnichar*
  58. # [00:14] * Quits: fitzgen (fitzgen@moz-21CB9A53.hsd1.wa.comcast.net) (Ping timeout)
  59. # [00:14] <Mook_as> oh, the retval; yeah, PRUnichar** - NS_SCRIPTABLE NS_IMETHOD GetStringFromName(const PRUnichar *aName, PRUnichar **_retval NS_OUTPARAM) = 0;
  60. # [00:15] <biesi> so yeah, nsXPIDLString and pass it as getter_Copies(yourstring)
  61. # [00:15] <hub> that was already done
  62. # [00:16] <hub> it is jsut that tbsaunde was nitting on using a nsAutoString while I passed nsString
  63. # [00:16] <hub> :-D
  64. # [00:16] <hub> I just want to do the right thing™
  65. # [00:16] <Ms2ger> Er
  66. # [00:16] <Ms2ger> Then don't work on Gecko ;)
  67. # [00:16] <jhammel> s/work on Gecko/write code/
  68. # [00:16] * Quits: protz (jonathan@moz-7F6750F6.xulforum.org) (Ping timeout)
  69. # [00:17] * Quits: dzbarsky (Mibbit@moz-9DD6B824.washdc.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
  70. # [00:17] * Quits: yuan (ywang@moz-BBE3ABD.mv.mozilla.com) (Quit: yuan)
  71. # [00:17] * Quits: tonymec (tonymec@57D7E2E1.C18A3479.277517C1.IP) (Ping timeout)
  72. # [00:18] <hub> Ms2ger: I'm masochist. I write code in C++
  73. # [00:18] <hub> and I like it
  74. # [00:18] <hub> actually in Objective-C++
  75. # [00:18] <jwir3> bah objective anything
  76. # [00:18] <jwir3> ;)
  77. # [00:18] <hub> preferably used by millions of people
  78. # [00:18] <Ms2ger> Ugh, objective
  79. # [00:18] * Joins: anant_ (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  80. # [00:19] <biesi> hub, yeah he was wrong. :-)
  81. # [00:19] <Ms2ger> [[[[[[Help I'm] trapped]]]]!
  82. # [00:19] <jwir3> hahahaha
  83. # [00:19] * Joins: tonymec (tonymec@57D7E2E1.C18A3479.277517C1.IP)
  84. # [00:19] * Joins: rwaldron (rwaldron@moz-71B3012E.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com)
  85. # [00:19] <biesi> unless there was more context there
  86. # [00:19] * jhammel prefers subjective-C++
  87. # [00:19] <tbsaunde> so, from actually digging through xpcom/string/ I'll gues nsXpIdlString does the right thing ehre
  88. # [00:19] * Quits: anant_ (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
  89. # [00:19] * jwir3 prefers subjugative-c++
  90. # [00:19] * Joins: anant_ (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  91. # [00:19] <hub> tbsaunde: which is what I changed it to.
  92. # [00:19] <jwir3> COMPUTER WILL DO MY WILL AND MY WILL ALONE
  93. # [00:20] * Quits: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  94. # [00:20] * anant_ is now known as anant
  95. # [00:20] <tbsaunde> so, I'll give it > nsString, but I'm not nsString < nsAutoString there since its easier to rewrite out the getter copies and have something better if there was already a nsAutoString
  96. # [00:20] * Joins: yuan (ywang@moz-7B0110AD.mv.mozilla.com)
  97. # [00:22] * Quits: tonymec (tonymec@57D7E2E1.C18A3479.277517C1.IP) (Input/output error)
  98. # [00:22] <biesi> tbsaunde, well the autostring is a waste of stack space
  99. # [00:22] <biesi> (here)
  100. # [00:22] <tbsaunde> biesi: sure, but that's really cheap unless you suspect your goingto have a deep stack on top of you
  101. # [00:22] * philor|away is now known as philor
  102. # [00:22] <biesi> fair
  103. # [00:23] <tbsaunde> and I can't think of any place really in accessible/ where I would expect that
  104. # [00:23] * Quits: espindola (espindola@moz-14786D4F.dsl.teksavvy.com) (Quit: Ex-Chat)
  105. # [00:23] <Ms2ger> Well yeah, accessible.... ;)
  106. # [00:23] <sworkman> Wondering what the accepted status for a bug is that doesn't belong to us (i.e. bug 714262 is a crash in libc code that's documented elsewhere) INVALID? WONTFIX?
  107. # [00:23] <Ms2ger> inva
  108. # [00:23] <tbsaunde> Ms2ger: yeah, a lot of it sucks, I know :\
  109. # [00:24] <Ms2ger> tbsaunde, isn't as bad as editor, though!
  110. # [00:24] <Ms2ger> (Daily editor jibe: check)
  111. # [00:24] <tbsaunde> true
  112. # [00:24] * Joins: zucchini (Mibbit@BB3A2A57.85E304B9.67BABDAE.IP)
  113. # [00:25] * Quits: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
  114. # [00:25] * Joins: alex (alex@moz-BD8D0A09.lightspeed.sntcca.sbcglobal.net)
  115. # [00:25] <jduell> biesi: re: sworkman's comment above, seems like the answer is either INVALID or to move to evangelism (but the broken distros already know about the bugs)
  116. # [00:25] * rail-around is now known as rail_away
  117. # [00:25] * Joins: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  118. # [00:25] <Waldo> anyone have experience cajoling MXR into doing regexp searches? I'm trying to get it to search for '#\d+[#=]' (in Perl-speak), and I'm getting nowhere
  119. # [00:25] * Quits: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com) (Quit: damons)
  120. # [00:26] <jduell> Waldo: perhaps perl and File::Find is in your future? Or just grep -r ?
  121. # [00:26] <Waldo> jduell: I'm trying to search mxr.mozilla.org/addons
  122. # [00:26] <edmorley> Ms2ger++
  123. # [00:26] <biesi> jduell, sworkman: well it depends on how common the problem is
  124. # [00:26] * Waldo would love to just ack a tree, but the tree isn't available anywhere that he knows of
  125. # [00:26] <Ms2ger> edmorley, :)
  126. # [00:26] <biesi> jduell, sworkman: if common enough we may need a workaround
  127. # [00:27] * Quits: peregrino (peregrino@E5575519.E2AAC96F.F789C312.IP) (Ping timeout)
  128. # [00:27] * Quits: Ms2ger (Ms2ger@BC26F741.EF996B99.37724B0D.IP) (Quit: nn)
  129. # [00:27] <biesi> jduell, sworkman: but yes, otherwise invalid
  130. # [00:27] <Callek> ok, whats moco legal e-mail
  131. # [00:27] <jduell> biesi: sworkman: like write our own DNS resolver? :)
  132. # [00:27] <Callek> legal@m.c is wrong
  133. # [00:27] <biesi> jduell, I didn't read enough through the bug
  134. # [00:27] <biesi> jduell, but it has been suggested that we use & ship libresolv :)
  135. # [00:28] <sworkman> biesi: it's pretty deep in libc, getaddrinfo - I'm not sure a workaround would be possible - also, it seems to be related to not-so-well-behaved DNS servers
  136. # [00:28] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  137. # [00:28] <sworkman> biesi: re libresolv - looking into other DNS resolver options this quarter :)
  138. # [00:28] <biesi> ah :)
  139. # [00:28] <jduell> biesi: sworkman: let's mark INVALID with comment about how we might have to do workaround if it's really common
  140. # [00:28] <sworkman> jduell: biesi: sounds good to me
  141. # [00:29] * Quits: squib (squib-@moz-3F6F2A9C.ep.wisc.edu) (Quit: Leaving)
  142. # [00:29] <sworkman> jduell: biesi: thx!
  143. # [00:29] <biesi> np
  144. # [00:30] * Quits: davidillsley (chatzilla@moz-CF96CCA3.range109-157.btcentralplus.com) (Ping timeout)
  145. # [00:30] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  146. # [00:30] * Quits: Waldo (waldo@moz-2A0E3E7E.dsl.emhril.sbcglobal.net) (Quit: brb, vpn)
  147. # [00:30] * Joins: Waldo (waldo@moz-104CC309.mv.mozilla.com)
  148. # [00:30] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  149. # [00:31] * Quits: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP) (Quit: madhava)
  150. # [00:31] * Joins: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com)
  151. # [00:32] * qheaden is now known as qheaden_eating
  152. # [00:32] * Joins: AaronMT (AaronMT@moz-DB17C53A.cpe.net.cable.rogers.com)
  153. # [00:34] * Joins: fitzgen (fitzgen@moz-21CB9A53.hsd1.wa.comcast.net)
  154. # [00:34] * Parts: fitzgen (fitzgen@moz-21CB9A53.hsd1.wa.comcast.net)
  155. # [00:35] * Quits: rwaldron (rwaldron@moz-71B3012E.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com) (Quit: Leaving...)
  156. # [00:36] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  157. # [00:36] * Quits: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com) (Client exited)
  158. # [00:36] * Quits: sgimeno (santiago.g@moz-2192D2EC.red-83-35-56.dynamicip.rima-tde.net) (Client exited)
  159. # [00:37] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  160. # [00:37] * Joins: regen (Miller@moz-ADB3D9B6.adsl.dynamic.seed.net.tw)
  161. # [00:37] * Joins: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net)
  162. # [00:37] * Quits: regen (Miller@moz-ADB3D9B6.adsl.dynamic.seed.net.tw) (Input/output error)
  163. # [00:37] * Quits: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net) (Quit: smooney)
  164. # [00:37] <khuey> does anyone else get some odd unicode codepoints in http://mxr.mozilla.org/mozilla-central/ident?i=RunTimeout
  165. # [00:37] * Joins: c0smikdebris (c0smikdebr@22C643A8.50CD76D5.274D17D6.IP)
  166. # [00:39] <Callek> khuey: 0D02 ?
  167. # [00:39] <hub> is it still checkin-needed keyword or is it in the whiteboad ?
  168. # [00:39] <Callek> hub: still a keyword
  169. # [00:39] <hub> ok
  170. # [00:39] <Callek> whiteboard is useful if its to be checked into a different tree than m-c/m-i
  171. # [00:39] <Callek> or if there is more patches on the bug, etc.
  172. # [00:39] <Callek> (coupling with checkin-needed)
  173. # [00:41] * Joins: mconley (mconley@moz-9C0F4EBF.cable.teksavvy.com)
  174. # [00:42] * Quits: mconley (mconley@moz-9C0F4EBF.cable.teksavvy.com) (Quit: Leaving...)
  175. # [00:42] * Joins: gal_ (gal@A972859A.5F06DDAB.A920DB53.IP)
  176. # [00:43] * Quits: gal (gal@moz-497BB4CB.pools.arcor-ip.net) (Ping timeout)
  177. # [00:43] * gal_ is now known as gal
  178. # [00:43] * Quits: graememcc (chatzilla@moz-AC25BE76.range86-148.btcentralplus.com) (Quit: ChatZilla 0.9.88 [Firefox 9.0.1/20111221233052])
  179. # [00:44] <khuey> Callek: I see a 0x01 and 0x02
  180. # [00:44] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  181. # [00:44] * Joins: bakers (bakers@moz-DD245AA3.web-ster.com)
  182. # [00:44] <Callek> khuey: for me only at |er of class run -|
  183. # [00:44] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  184. # [00:44] <Callek> not the unicode char between run and -
  185. # [00:45] <bakers> I'm the author of an image scraping script that broke with either FF8 or FF9. It uses a simple bookmarklet to find all the images on a page and allow you to click to host them.
  186. # [00:45] <bakers> Here is the bookmarklet: http://scootys.com/easy_capture/images.js.php
  187. # [00:46] <bakers> I'm thinking there is a conflict between document.write and onclick?
  188. # [00:47] * Quits: josh (josh@moz-2EE66546.nyc.res.rr.com) (Quit: josh)
  189. # [00:49] * Waldo is now known as Waldo|dinner
  190. # [00:51] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Quit: mdas)
  191. # [00:51] * zpao is now known as zpao|detached
  192. # [00:51] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  193. # [00:52] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  194. # [00:53] * Quits: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  195. # [00:54] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  196. # [00:55] * Joins: rwaldron (rwaldron@moz-71B3012E.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com)
  197. # [00:55] * Joins: josh (josh@moz-2EE66546.nyc.res.rr.com)
  198. # [00:56] <taras> jlebar: 716103 is a cool bugreport
  199. # [00:56] <khuey> jlebar: so, how insane would it be to move image decoding off the main thread?
  200. # [00:57] <khuey> having a single decode worker seems like it should make that easier
  201. # [00:57] * Joins: redfive (chatzilla@moz-B94E1A81.ipnetworksinc.net)
  202. # [00:57] <dholbert> bakers, if you don't get any ideas about possible culprits here, you could narrow it to a one-day regression range using the "mozregression" script if you like, to get the list of changesets on the day that it broke
  203. # [00:57] <dholbert> bakers, http://harthur.github.com/mozregression/ is where that script lives
  204. # [00:58] <bakers> dholbert: Before I go down that road I guess I need to know if the code I wrote is good/valid
  205. # [00:58] <bakers> It's super old/ugly
  206. # [00:58] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  207. # [00:58] <jhammel> dholbert, bakers : though the link is wrong, mozregression has been moved to the mozilla repository https://github.com/mozilla/mozregression
  208. # [00:59] <jhammel> and in fact the link should be http://mozilla.github.com/mozregression/
  209. # [00:59] <dholbert> jhammel, ah cool, thanks for the correction
  210. # [00:59] <taras> khuey: we dont do that already?
  211. # [00:59] <taras> :(
  212. # [01:00] <dholbert> (I knew harth was no longer the maintainer, but didn't have the updated URL)
  213. # [01:00] <khuey> taras: no, all image decoding is main thread only
  214. # [01:00] <khuey> we yield, and whatnot, so it's not completely awful
  215. # [01:00] <taras> sounds like a pretty good potential win
  216. # [01:00] <taras> you have my vote
  217. # [01:01] * Quits: gal (gal@A972859A.5F06DDAB.A920DB53.IP) (Quit: gal)
  218. # [01:01] <khuey> well, right now it would be pretty complicated
  219. # [01:01] <khuey> after jlebar's changes I think it might be relatively easy to move all the decoding to a dedicated thread
  220. # [01:01] <khuey> hence the question
  221. # [01:01] * coop is now known as coop|afk
  222. # [01:01] * Quits: rwaldron (rwaldron@moz-71B3012E.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com) (Quit: Leaving...)
  223. # [01:02] <taras> khuey: btw, what were you pinging me about late yesterday?
  224. # [01:02] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  225. # [01:02] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  226. # [01:02] <khuey> taras: I wanted to ask if we were planning to do crazy dynamic linker stuff on other platforms too
  227. # [01:02] <khuey> glandium said maybe
  228. # [01:03] <taras> yeah, we can do it on linux pretty easily
  229. # [01:03] <taras> it basically works there
  230. # [01:03] <taras> maybe mac
  231. # [01:03] * Joins: peregrino (peregrino@E5575519.E2AAC96F.F789C312.IP)
  232. # [01:03] * Joins: dao (dao@moz-1242238.superkabel.de)
  233. # [01:03] <taras> i'm sure someone crazy could do it on windows
  234. # [01:03] * joduinn-mtg is now known as joduinn-coffee
  235. # [01:04] * khuey might be interested in doing it on windows
  236. # [01:04] <taras> though on mac you dont need it
  237. # [01:04] <taras> my fs compression bug is enough
  238. # [01:04] <khuey> would be a while before I'd have time though
  239. # [01:04] <taras> khuey: it also needs library ordering
  240. # [01:04] <taras> though froydnj has that more or less figured out
  241. # [01:04] <taras> who knows
  242. # [01:04] <taras> maybe if you order the library
  243. # [01:05] <taras> and then upx the binary, it might just work
  244. # [01:05] * Joins: tonymec (tonymec@57D7E2E1.C18A3479.277517C1.IP)
  245. # [01:05] <taras> upx claims to decompress on demand
  246. # [01:05] <taras> but on unordered binaries it sucks
  247. # [01:05] <taras> oooh
  248. # [01:05] <taras> ha
  249. # [01:05] <taras> we could also hack it into our dlopen hack
  250. # [01:05] * Quits: wesj (wesj@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
  251. # [01:06] <taras> keep a compressed xul.dll around
  252. # [01:06] * Joins: wesj (wesj@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  253. # [01:06] <taras> detect cold startup and then decompress xul.dll instead of reading uncompressed one ondemand
  254. # [01:06] <taras> that might actually be kinda easy
  255. # [01:07] <taras> will have to try this once prefetch is no longer ruining our startup
  256. # [01:07] * Quits: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net) (Input/output error)
  257. # [01:07] <bbondy> taras I'll be doing that within a couple weeks I think.
  258. # [01:07] <bbondy> re prefetch
  259. # [01:08] <bbondy> since the servie is landed now
  260. # [01:08] * Quits: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: anant)
  261. # [01:08] <bbondy> and I'd like to get off of update for a few tasks :)
  262. # [01:08] <taras> bbondy: cant wait
  263. # [01:08] <bbondy> what type of speed increase will it be on startup without prefetch?
  264. # [01:08] <taras> shouldn't take long either, perhaps you can prioritize it over other tasks
  265. # [01:08] <bbondy> I assume you already measured that
  266. # [01:08] <taras> so we can gather data
  267. # [01:09] <taras> bbondy: it depends a lot
  268. # [01:09] <taras> 50% in some cases
  269. # [01:09] <taras> perhaps even in common case
  270. # [01:09] <bbondy> there are some critical things I have to do first during this weekend and during next week, but that's the next non update task on my list
  271. # [01:09] <bbondy> wow
  272. # [01:09] <bbondy> k
  273. # [01:10] <taras> bbondy: then we could try the upx trick on top of it :)
  274. # [01:10] <taras> for further io reduction
  275. # [01:10] <bbondy> cool
  276. # [01:10] * Joins: Boriss_ (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  277. # [01:10] <taras> unfortunately windows can only relibably detect cold startup 50% of the time
  278. # [01:11] <taras> so it would only help for those 50% of the lucky ones
  279. # [01:11] * zpao|detached is now known as zpao
  280. # [01:11] <mccr8> it is right 50% of the time on a yes/no question? that doesn't sound very impressive. ;)
  281. # [01:11] <jlebar> taras, thanks!
  282. # [01:11] <bbondy> haha
  283. # [01:11] <dholbert> bz, ping?
  284. # [01:12] * Quits: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  285. # [01:12] * Boriss_ is now known as Boriss
  286. # [01:12] <bbondy> i'll take a win an additional 50% of the tiem
  287. # [01:12] <bbondy> *time
  288. # [01:12] * Quits: josh (josh@moz-2EE66546.nyc.res.rr.com) (Quit: josh)
  289. # [01:12] <taras> yeah
  290. # [01:12] * Quits: gcp (gpascutto@moz-D0E475EA.access.telenet.be) (Quit: Make a new plan, Stan!)
  291. # [01:13] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  292. # [01:13] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  293. # [01:14] <dholbert> bz, (if you have a few spare min, I'd be interested in running a frame-tree-surgery scenario by you...)
  294. # [01:14] * Quits: yuan (ywang@moz-7B0110AD.mv.mozilla.com) (Quit: yuan)
  295. # [01:14] * Joins: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com)
  296. # [01:15] * Quits: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com) (Client exited)
  297. # [01:15] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  298. # [01:15] * joduinn-coffee is now known as joduinn
  299. # [01:15] * Joins: sewardj (sewardj@moz-C79D927B.cable.virginmedia.com)
  300. # [01:17] * Quits: darktrojan (geoff@moz-57EC95C5.dsl.telstraclear.net) (Ping timeout)
  301. # [01:17] * Joins: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net)
  302. # [01:17] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  303. # [01:17] * Quits: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net) (Quit: Reconnecting…)
  304. # [01:18] * Joins: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net)
  305. # [01:20] * gregglind is now known as gregglind_away
  306. # [01:20] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  307. # [01:20] * mattwoodrow is now known as mattwoodrow|away
  308. # [01:23] <edmorley> zpao: hi :-)
  309. # [01:23] <zpao> edmorley: hey
  310. # [01:24] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  311. # [01:24] * Quits: zucchini (Mibbit@BB3A2A57.85E304B9.67BABDAE.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  312. # [01:24] <edmorley> I'm going through a few of the random orange bugs that seem to have been the most prevalent the last few days
  313. # [01:24] <edmorley> what's the status of bug 707321?
  314. # [01:30] * khuey is now known as khuey|away
  315. # [01:31] * Joins: Boriss_ (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  316. # [01:31] * Quits: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
  317. # [01:31] * Boriss_ is now known as Boriss
  318. # [01:31] * qheaden_eating is now known as qheaden
  319. # [01:32] * Joins: willy1234x1 (willy1234x@moz-EE1B7D2E.slkc.qwest.net)
  320. # [01:33] <philor> "it's going to get cowboyed by philor if something doesn't happen soon"
  321. # [01:33] * Joins: mjschranz_ (mjschranz@18C5CCE4.531FD64C.630E4E47.IP)
  322. # [01:33] * Quits: peregrino (peregrino@E5575519.E2AAC96F.F789C312.IP) (Quit: peregrino)
  323. # [01:34] * Waldo|dinner is now known as Waldo
  324. # [01:34] <philor> that would be comment 319 of 372, though it was only Tuesday
  325. # [01:34] <edmorley> spotted that, was just trying another approach :-)
  326. # [01:35] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  327. # [01:36] <philor> dietrich: want to reconsider https://bugzilla.mozilla.org/show_bug.cgi?id=707321#c46 ? if not, I'll just disable the test without asking
  328. # [01:36] <jlebar> khuey|away, to belately answer your question: I'm not sure how hard it would be to move decoding onto a separate thread. Probably not too hard, but I don't know how the buffers are managed atm.
  329. # [01:37] <sfink> when Mozilla does the Firefly remake, who is philor going to play?
  330. # [01:37] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.88 [SeaMonkey 2.6/20111221003041])
  331. # [01:37] * khuey|away is now known as khuey
  332. # [01:37] <khuey> jlebar: hrm, ok
  333. # [01:38] <khuey> jlebar: after your stuff lands I'll look into it
  334. # [01:38] <jlebar> khuey, cool.
  335. # [01:38] * Joins: lsumar (lsumar@4548E2C6.EE84D258.11F528CC.IP)
  336. # [01:38] <dietrich> philor: r=me on disabling. bah.
  337. # [01:39] <khuey> jlebar: making sure that the main thread isn't messing with a buffer we're decoding into would probably be the hard part
  338. # [01:39] <dietrich> philor: er, i meant r=me on the patch. i'll inform zpao.
  339. # [01:40] <sfink> what's the best way to ignore this "Found a page without a GUID!" assertion, I wonder? Could it be my profile?
  340. # [01:40] <khuey> it got fixed today
  341. # [01:40] <jlebar> khuey, Yeah, and handling cancels, document closures, etc...
  342. # [01:40] <khuey> so "pull"
  343. # [01:40] <sfink> ugh. pulled already. "build".
  344. # [01:40] <khuey> jlebar: yeah
  345. # [01:41] <khuey> I don't think it would be *that* hard though
  346. # [01:41] <zpao> edmorley: oh sorry, i forgot that i was supposed to be engaged in conversation! but looks like it all got worked out :)
  347. # [01:41] <khuey> and it's potentially a serious [Snappy] win
  348. # [01:41] <khuey> as your scrolling stuff shows ;-)
  349. # [01:41] * Quits: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net) (Input/output error)
  350. # [01:43] <@bz> cjones: ok, back
  351. # [01:43] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  352. # [01:43] <@bz> cjones: working on getting a log
  353. # [01:44] <zpao> edmorley: thanks for bringing it up. i meant to poke dietrich about disabling again because i haven't gotten around to looking at the root cause more
  354. # [01:44] * Quits: northAway (northWind@moz-20E58859.cable.teksavvy.com) (Ping timeout)
  355. # [01:44] * Joins: northAway (northWind@moz-20E58859.cable.teksavvy.com)
  356. # [01:45] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 9.0.1/20111223083612])
  357. # [01:45] <edmorley> :-)
  358. # [01:49] * Quits: ewong (chatzilla@F536648C.E5F17347.51F738FB.IP) (NickServ (GHOST command used by ewong|away))
  359. # [01:49] * ewong|away is now known as ewong
  360. # [01:50] * Joins: ewong_ (chatzilla@F536648C.E5F17347.51F738FB.IP)
  361. # [01:51] * Quits: mw22_away (chatzilla@moz-FB753258.adsl.wanadoo.nl) (Ping timeout)
  362. # [01:52] * Quits: AaronMT (AaronMT@moz-DB17C53A.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  363. # [01:52] * Joins: jgilbert (jgilbert@moz-2B3CF81C.hsd1.ca.comcast.net)
  364. # [01:54] * Quits: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving...)
  365. # [01:55] * Quits: Cameron (Cameron@moz-5911F6E0.range86-130.btcentralplus.com) (Ping timeout)
  366. # [01:55] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  367. # [01:57] <qheaden> Does an addon provider need to have an associated icon to be displayed in the addons manager/
  368. # [01:59] * Quits: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: leaving)
  369. # [02:00] * Quits: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com) (Ping timeout)
  370. # [02:01] * Joins: JonathanS (JonathanS@moz-FA436756.cfl.res.rr.com)
  371. # [02:02] * Quits: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  372. # [02:03] * Joins: ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP)
  373. # [02:03] * Joins: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com)
  374. # [02:03] * Quits: ashughes (ashughes@E04EE963.852FE72D.DA78B690.IP) (Ping timeout)
  375. # [02:05] * Joins: darktrojan (geoff@moz-57EC95C5.dsl.telstraclear.net)
  376. # [02:05] * Quits: ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP) (Input/output error)
  377. # [02:08] * Joins: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  378. # [02:10] * mattwoodrow|away is now known as mattwoodrow
  379. # [02:11] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
  380. # [02:13] * Quits: bakers (bakers@moz-DD245AA3.web-ster.com) (Quit: Khhhaaannnnnnnn)
  381. # [02:14] * Quits: dao (dao@moz-1242238.superkabel.de) (Quit: Leaving.)
  382. # [02:15] * Joins: ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP)
  383. # [02:16] * Joins: mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  384. # [02:16] * ChanServ sets mode: +o mkaply
  385. # [02:16] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  386. # [02:18] * Joins: bent_ (chatzilla@moz-C3562645.hsd1.ca.comcast.net)
  387. # [02:19] * Quits: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net) (Ping timeout)
  388. # [02:19] * Quits: @mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Quit: ChatZilla 0.9.87-rdmsoft [XULRunner 1.9.0.17/2009122204])
  389. # [02:20] * bent_ is now known as bent
  390. # [02:21] <NeilAway> jorendorff: you exported frex_dbg instead of _frex_dbg
  391. # [02:21] * Quits: biesi (cbiesinger@moz-76ED95A4.corp.tfbnw.net) (Ping timeout)
  392. # [02:22] * Joins: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net)
  393. # [02:24] * Quits: Goldorak (chatzilla@805CD605.E12797EB.187A1082.IP) (Client exited)
  394. # [02:24] <Unfocused> qheaden: no, it will just show without an icon
  395. # [02:24] * Unfocused afk again
  396. # [02:25] * khuey is now known as khuey|away
  397. # [02:25] * Quits: catlee-away (catlee@moz-A98F27BA.members.linode.com) (Ping timeout)
  398. # [02:26] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Quit: bmoss)
  399. # [02:26] * Quits: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Client exited)
  400. # [02:26] * Joins: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  401. # [02:26] * qheaden is now known as qheaden_away
  402. # [02:27] * Quits: ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP) (Input/output error)
  403. # [02:27] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Quit: juanb)
  404. # [02:27] * Joins: catlee (catlee@moz-A98F27BA.members.linode.com)
  405. # [02:28] * Quits: c0smikdebris (c0smikdebr@22C643A8.50CD76D5.274D17D6.IP) (Quit: Computer has gone to sleep.)
  406. # [02:28] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Broken pipe)
  407. # [02:29] * Quits: dRdR (dRdR@moz-792B0937.uwaterloo.ca) (Ping timeout)
  408. # [02:29] * Joins: dRdR (dRdR@moz-E8C2F84.uwaterloo.ca)
  409. # [02:30] <jgilbert> what should I use for a high-precision timer?
  410. # [02:30] * Quits: kumar (kmcmillan@moz-F2D05B8.c3-0.stk-ubr1.chi-stk.il.cable.rcn.com) (Quit: kumar)
  411. # [02:31] <jgilbert> er, rather, getting of time with good precision
  412. # [02:33] * Quits: victorporof (victorporo@BCAA178E.F4308271.4873E54D.IP) (Quit: Linkinus - http://linkinus.com)
  413. # [02:33] * Quits: prip (prip@moz-64B90C9C.i07-32.onvol.net) (Quit: Leaving)
  414. # [02:34] * Quits: JonathanS (JonathanS@moz-FA436756.cfl.res.rr.com) (Quit: Computer has gone to sleep.)
  415. # [02:37] * Quits: mjschranz_ (mjschranz@18C5CCE4.531FD64C.630E4E47.IP) (Client exited)
  416. # [02:38] * Quits: timA (tabraldes@moz-535753DA.hsd1.or.comcast.net) (Quit: Instantbird 1.2a1pre)
  417. # [02:38] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.13/20101203074205])
  418. # [02:38] * Quits: coop|afk (Chris@moz-256A7269.dsl.bell.ca) (Quit: coop|afk)
  419. # [02:38] * jmaher|afk is now known as jmaher
  420. # [02:39] * joduinn is now known as joduinn-coffee
  421. # [02:39] * Joins: coop (Chris@moz-256A7269.dsl.bell.ca)
  422. # [02:41] <gps> jgilbert: I can't speak for a Mozilla-specific way of doing it, but the RDTSC x86 instruction is the fastest way to do it :)
  423. # [02:41] <jgilbert> hah, yeah
  424. # [02:41] <jgilbert> looks like #include "mozilla/TimeStamp.h" should do it
  425. # [02:43] * Quits: hub (hub@21B7B9F2.B87E9213.6E712CE2.IP) (Input/output error)
  426. # [02:43] <jgilbert> or maybe that's too old
  427. # [02:43] <dholbert> jgilbert, no, I think that's what you want to use
  428. # [02:44] <dholbert> jgilbert, in particular, TimeStamp::Now()
  429. # [02:44] * Quits: redfive (chatzilla@moz-B94E1A81.ipnetworksinc.net) (Ping timeout)
  430. # [02:45] <dholbert> jgilbert, that's what e.g. nsRefreshDriver uses (http://mxr.mozilla.org/mozilla-central/source/layout/base/nsRefreshDriver.cpp#291 )
  431. # [02:45] * coop is now known as coop|away
  432. # [02:45] <jgilbert> dholbert: alright, great
  433. # [02:45] * Joins: njn (chatzilla@moz-6689C0E4.dyn.iinet.net.au)
  434. # [02:45] <njn> edmorley: ping
  435. # [02:46] <edmorley> njn: pong
  436. # [02:46] <njn> edmorley: I'm going to turn off the "NS_MEMORY_REPORTER_CHECK_SIZES: computedSize is too small" assertion
  437. # [02:46] <njn> edmorley: I was going to do it in bug 715453 anyway
  438. # [02:47] <njn> edmorley: but I can disable the assertion right now
  439. # [02:47] <njn> edmorley: rs=edmorley ? :)
  440. # [02:47] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  441. # [02:48] <edmorley> I'm not a peer, but I know that would make philor (and the other sheriffs) happy :-)
  442. # [02:48] <njn> edmorley: I know you're not a peer, but you're the most relevant... I'll just land it anyway
  443. # [02:48] <edmorley> sure, rs=me
  444. # [02:48] <njn> edmorley: I would ask jlebar but he's not around apparently
  445. # [02:49] <njn> edmorley: has this been a problem for a while? I had no idea
  446. # [02:50] * Quits: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  447. # [02:52] <edmorley> I'm not sure how many of the "tbpl can't load the log since it's too big" instances are due to this, but the url finding dance that the current tbpl ux forces you to do, is fun (and especially for philor, with his low monthly allowance DSL)
  448. # [02:52] * Joins: kaie2 (kaie@moz-2C81016C.dip.t-dialin.net)
  449. # [02:52] * edmorley must check to see if a tbpl bug has been filed to provide the .gz log url directly
  450. # [02:53] * lsblakk|afk is now known as lsblakk
  451. # [02:53] * Quits: kaie (kaie@moz-FDA519C6.dip.t-dialin.net) (Ping timeout)
  452. # [02:53] * kaie2 is now known as kaie
  453. # [02:54] <njn> edmorley: good idea
  454. # [02:54] <njn> edmorley: I saw the "unable to load" case on the try server, but I just assumed it wasn't my fault
  455. # [02:55] * mattwoodrow is now known as mattwoodrow|away
  456. # [02:55] * lsblakk is now known as lsblakk|afk
  457. # [02:57] <philor> hahaha DSL
  458. # [02:58] <philor> ITYM "low monthly allowance tethered phone and MiFi"
  459. # [02:58] * Quits: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  460. # [02:59] * Quits: KWierso1 (chatzilla@moz-6E3FB3B9.desm.qwest.net) (Client exited)
  461. # [02:59] <philor> but they aren't that much of a problem for bandwidth, they're only 1.6 or 1.7MB compressed, they're more of a problem to deal with uncompressed since 70 or 80MB text files are... difficult
  462. # [02:59] <philor> which is what tbpl says, too, when it tries to keep two copies of the log in memory at once, and blows up instead
  463. # [03:00] * philor is now known as philor|away
  464. # [03:00] * Quits: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP) (Ping timeout)
  465. # [03:03] * Joins: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP)
  466. # [03:07] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jet)
  467. # [03:07] * joduinn-coffee is now known as joduinn
  468. # [03:08] * qheaden_away is now known as qheaden
  469. # [03:09] * Joins: hub (hub@83874EA1.EB7C1AF9.6F478678.IP)
  470. # [03:11] <qheaden> Unfocused: ping
  471. # [03:11] * zpao is now known as zpao|detached
  472. # [03:12] * Quits: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Boriss)
  473. # [03:13] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
  474. # [03:14] <darktrojan> if it's an AOM question I may be able to help, qheaden
  475. # [03:14] * Joins: faramarz_ (faramarz@moz-BBE3ABD.mv.mozilla.com)
  476. # [03:14] * Quits: faramarz_ (faramarz@moz-BBE3ABD.mv.mozilla.com) (Quit: faramarz_)
  477. # [03:15] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  478. # [03:15] * Joins: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  479. # [03:15] <qheaden> darktrojan: Thanks for offering help. I just answered my own question. :P I had a question about the addon methods and properties, but I found the page for it. Thanks.
  480. # [03:16] <darktrojan> heh
  481. # [03:17] <qheaden> But what is considered an "Addon"? For example, is the plugins provider an addon, or is each plugin it shows an addon?
  482. # [03:17] * Quits: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP) (Ping timeout)
  483. # [03:17] <darktrojan> anything that doesn't come out of the box, I guess
  484. # [03:19] * Joins: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  485. # [03:20] * Quits: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  486. # [03:20] * Quits: wesj (wesj@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  487. # [03:21] <gavin> bent: do other browsers not prompt for appcache?
  488. # [03:22] <bent> chrome doesn't... not sure about opera
  489. # [03:22] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  490. # [03:22] * Joins: brendan (brendaneic@45D298E2.5D4F92B4.43362C16.IP)
  491. # [03:22] * Quits: bretr (bret_recka@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: bretr)
  492. # [03:22] * Joins: Goldorak (chatzilla@805CD605.E12797EB.187A1082.IP)
  493. # [03:23] <gavin> bent: do they impose some kind of restrictions instead? do we?
  494. # [03:23] <gavin> it'd be really nice to get rid of that prompting code, it's kind of gross
  495. # [03:23] * Joins: asac (asac@moz-458C5BFC.pppoe.wtnet.de)
  496. # [03:23] <bent> basically they treat it as a regular cache
  497. # [03:24] <bent> like nothing special
  498. # [03:24] <bent> and when it fills they kick something out
  499. # [03:24] <bent> so it's not a good fit for like a B2G installed application like that
  500. # [03:24] * Quits: jhammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  501. # [03:24] * Quits: asac_ (asac@DF609056.8FE68773.B3DDC20A.IP) (Ping timeout)
  502. # [03:24] <bent> since it's not really permanent
  503. # [03:24] * Quits: slloyd (slloyd@moz-B94E1A81.ipnetworksinc.net) (Quit: slloyd)
  504. # [03:25] <bent> but for regular webapps that want to survive offline normally it works
  505. # [03:25] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  506. # [03:25] <bent> i think the plan is to not do anything until we're full, then offer to convert some to permanent storage or something
  507. # [03:26] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  508. # [03:26] <bent> this feature has too many hooks into other parts of the code though. it's going to be more tricky than i'd hoped
  509. # [03:28] * Quits: caillon (caillon@moz-359E39FC.lightspeed.sntcca.sbcglobal.net) (Quit: caillon)
  510. # [03:29] * Joins: mjschranz (mjschranz@18C5CCE4.531FD64C.630E4E47.IP)
  511. # [03:33] * Quits: chewey (chewey@moz-7D93230D.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  512. # [03:33] * Joins: chewey (chewey@moz-F9179798.dip0.t-ipconnect.de)
  513. # [03:34] * Quits: dRdR (dRdR@moz-E8C2F84.uwaterloo.ca) (Client exited)
  514. # [03:35] * joduinn is now known as joduinn-afk
  515. # [03:36] * Quits: njn (chatzilla@moz-6689C0E4.dyn.iinet.net.au) (Ping timeout)
  516. # [03:37] * Quits: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  517. # [03:38] * Joins: njn (chatzilla@moz-6689C0E4.dyn.iinet.net.au)
  518. # [03:42] * Quits: hub (hub@83874EA1.EB7C1AF9.6F478678.IP) (Input/output error)
  519. # [03:43] * khuey|away is now known as khuey
  520. # [03:44] * Joins: hub (hub@moz-E2FCA694.figuiere.net)
  521. # [03:44] <froydnj> do we have proper bit vectors anywhere? I looked in xpcom/, but didn't see anything
  522. # [03:45] * Quits: lurking_work (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.87 [Firefox 9.0.1/20111220165912])
  523. # [03:46] * Joins: dRdR (dRdR@moz-E8C2F84.uwaterloo.ca)
  524. # [03:46] <khuey> not that I'm aware of
  525. # [03:47] * Quits: evilpie (evilpie@moz-183F0B3B.pools.arcor-ip.net) (Quit: ChatZilla 0.9.88 [Firefox 12.0a1/20120105083933])
  526. # [03:47] * Ziggy_Maes is now known as Ziggy|AWAY
  527. # [03:48] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  528. # [03:49] <qheaden> Hmm. I have my provider registered with the AddonManager, but for some reason, it isn't showing up in the list of addons.
  529. # [03:49] <qheaden> I've checked the error console, and I don't see any errors pertaining to my code.
  530. # [03:49] * Quits: njn (chatzilla@moz-6689C0E4.dyn.iinet.net.au) (Ping timeout)
  531. # [03:50] * Quits: mjschranz (mjschranz@18C5CCE4.531FD64C.630E4E47.IP) (Client exited)
  532. # [03:51] * Quits: andreasn (andreasn@moz-3CDFCC6A.a336.corp.bahnhof.se) (Ping timeout)
  533. # [03:51] * Quits: bholley (bholley@moz-104CC309.mv.mozilla.com) (Quit: bholley)
  534. # [03:54] * Quits: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  535. # [03:56] * jmaher is now known as jmaher|afk
  536. # [03:57] * Joins: faramarz_ (faramarz@moz-CD61C00E.hsd1.ca.comcast.net)
  537. # [03:59] * Quits: int3 (int3@4152E369.E1BC9FC3.B97EEAEA.IP) (Ping timeout)
  538. # [03:59] * Joins: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk)
  539. # [03:59] * Quits: jgriffin (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net) (Quit: jgriffin)
  540. # [04:00] * Quits: faramarz_ (faramarz@moz-CD61C00E.hsd1.ca.comcast.net) (Quit: faramarz_)
  541. # [04:00] * Joins: int3 (int3@4152E369.E1BC9FC3.B97EEAEA.IP)
  542. # [04:00] * Joins: andreasn (andreasn@moz-3CDFCC6A.a336.corp.bahnhof.se)
  543. # [04:01] * Joins: Mook (mook@moz-D4B2E3F9.dsl.teksavvy.com)
  544. # [04:02] * Quits: necolas (necolas@moz-4197BE5D.bb.sky.com) (Client exited)
  545. # [04:05] * Joins: njn (chatzilla@moz-6689C0E4.dyn.iinet.net.au)
  546. # [04:08] * Joins: sworkman_ (sworkman@moz-BBE3ABD.mv.mozilla.com)
  547. # [04:08] * Quits: sworkman_ (sworkman@moz-BBE3ABD.mv.mozilla.com) (Quit: sworkman_)
  548. # [04:09] * Quits: brendan (brendaneic@45D298E2.5D4F92B4.43362C16.IP) (Quit: brendan)
  549. # [04:09] * philor|away is now known as philor
  550. # [04:09] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  551. # [04:11] * Quits: RyanVM (chatzilla@moz-D04D3C77.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.88 [Firefox 12.0a1/20120103190652])
  552. # [04:12] * Joins: rshetty (quassel@6A51E692.6FAB6BB9.D30E9BEF.IP)
  553. # [04:13] * Quits: nhirata (nhirata.bu@moz-2A9C9106.hsd1.ca.comcast.net) (Quit: nhirata)
  554. # [04:14] <qheaden> Is this enough code to get the search addon showing in the addons manager? http://pastebin.mozilla.org/1437674
  555. # [04:14] * Joins: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net)
  556. # [04:14] <qheaden> I'm just trying to get the "Search" category showing.
  557. # [04:18] * Joins: mjschranz (mjschranz@18C5CCE4.531FD64C.630E4E47.IP)
  558. # [04:20] * Joins: mjessome (mjessome@moz-57FFFC4E.cpe.net.cable.rogers.com)
  559. # [04:21] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  560. # [04:21] * Quits: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  561. # [04:22] * Quits: mjessome (mjessome@moz-57FFFC4E.cpe.net.cable.rogers.com) (Ping timeout)
  562. # [04:22] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  563. # [04:26] * Quits: romeo (romeo@moz-18AD2F99.k744.webspeed.dk) (Quit: Leaving)
  564. # [04:27] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  565. # [04:27] * Quits: njn (chatzilla@moz-6689C0E4.dyn.iinet.net.au) (Ping timeout)
  566. # [04:27] * Joins: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP)
  567. # [04:28] * Quits: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net) (Quit: smooney)
  568. # [04:29] <qheaden> What exactly is the XPI Provider for?
  569. # [04:29] * Joins: evilpie (evilpie@moz-183F0B3B.pools.arcor-ip.net)
  570. # [04:32] * Joins: WeirdAl (chatzilla@FA24D816.E23F1158.43362C16.IP)
  571. # [04:33] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  572. # [04:33] * philor is now known as philor|away
  573. # [04:34] * Quits: tonymec (tonymec@57D7E2E1.C18A3479.277517C1.IP) (Ping timeout)
  574. # [04:34] * Quits: tonymec|away (tonymec@57D7E2E1.C18A3479.277517C1.IP) (Ping timeout)
  575. # [04:36] * Joins: gandalf (zbraniecki@moz-F8980FB8.neoplus.adsl.tpnet.pl)
  576. # [04:36] * heycam|away is now known as heycam
  577. # [04:38] * Quits: evilpie (evilpie@moz-183F0B3B.pools.arcor-ip.net) (Input/output error)
  578. # [04:38] <Mook> *.xpi (traditional extensions), as opposed to lightweightthemes etc
  579. # [04:38] * Joins: tonymec__ (tonymec@67D70DA9.CFCE5C36.277517C1.IP)
  580. # [04:38] * Joins: evilpie (evilpie@moz-183F0B3B.pools.arcor-ip.net)
  581. # [04:38] <qheaden> Oh ok.
  582. # [04:39] <qheaden> I can't seem to add a new category to the addon manager.
  583. # [04:39] * khuey is now known as khuey|away
  584. # [04:39] <Mook> consider looking into how scriptish / greasemonkey / stylish do things?
  585. # [04:39] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse)
  586. # [04:39] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  587. # [04:39] <qheaden> I have looked into it.
  588. # [04:40] <qheaden> Something I am missing. I'll find it soon.
  589. # [04:41] * Quits: mjschranz (mjschranz@18C5CCE4.531FD64C.630E4E47.IP) (Ping timeout)
  590. # [04:42] <darktrojan> is it because you don't return anything?
  591. # [04:42] * Quits: int3 (int3@4152E369.E1BC9FC3.B97EEAEA.IP) (Client exited)
  592. # [04:43] <qheaden> I was returning things earlier and it still didn't work. But does it have to be populated in order to be listed?
  593. # [04:43] * Quits: Goldorak (chatzilla@805CD605.E12797EB.187A1082.IP) (Client exited)
  594. # [04:43] <qheaden> For example, even though I have no extensions installed, the extensions category still shows.
  595. # [04:43] <darktrojan> in some cases the category won't show up if there's nothing, trying to remember how it knows
  596. # [04:44] * tonymec__ is now known as tonymec|away
  597. # [04:44] <qheaden> I think it has to do with the AddonManager.AddonType
  598. # [04:44] <darktrojan> yeah, you set a flag or something
  599. # [04:44] <qheaden> I think you can specify it to hide when empty. I didn't specify that.
  600. # [04:44] * Quits: IanN (chatzilla@moz-3F5A461C.cable.virginmedia.com) (Quit: ChatZilla 0.9.88 [SeaMonkey 2.8a1/20111217163420])
  601. # [04:44] <darktrojan> when does your code run?
  602. # [04:46] <qheaden> Well, I stuck it at the very end of nsSearchService.js.
  603. # [04:46] * Quits: evilpie (evilpie@moz-183F0B3B.pools.arcor-ip.net) (Broken pipe)
  604. # [04:46] <qheaden> Maybe I need to bring it up a bit.
  605. # [04:46] * Joins: int3 (int3@4152E369.E1BC9FC3.B97EEAEA.IP)
  606. # [04:46] <qheaden> I'm trying to study the nsSearchService.js file now. It is a ton of code.
  607. # [04:47] * qheaden kinda hates javascript. :P
  608. # [04:47] <WeirdAl> oh, come on... it (almost) never crashes. :)
  609. # [04:48] <WeirdAl> (unfortunately, it's that "almost" that's got me hogtied right now)
  610. # [04:48] * Joins: bnicholson (bnicholson@moz-D1AB96C1.hsd1.ca.comcast.net)
  611. # [04:49] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  612. # [04:51] * Quits: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP) (Ping timeout)
  613. # [04:51] * Quits: int3 (int3@4152E369.E1BC9FC3.B97EEAEA.IP) (Client exited)
  614. # [04:51] <darktrojan> your code appears to work qheaden, but it doesn't show up
  615. # [04:51] * Quits: rs (rs@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  616. # [04:52] <qheaden> That's strange. There must be some sort of other code I am missing.
  617. # [04:52] <darktrojan> I think it might be the name string is missing
  618. # [04:52] <darktrojan> checking
  619. # [04:53] * Joins: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP)
  620. # [04:53] <qheaden> I added type.search.name=Search to extensions.properties file
  621. # [04:53] <darktrojan> did you build toolkit/locales?
  622. # [04:53] * Quits: edmorley (edmorley@moz-CD2B8FC4.range86-144.btcentralplus.com) (Quit: sleep)
  623. # [04:54] <qheaden> Yeah
  624. # [04:54] <darktrojan> (btw, I don't know if your code runs, but it works)
  625. # [04:54] * Parts: @bz (bzbarsky@moz-69B5879F.bstnma.fios.verizon.net)
  626. # [04:54] <qheaden> I'll try building again
  627. # [04:54] * Quits: gandalf (zbraniecki@moz-F8980FB8.neoplus.adsl.tpnet.pl) (Quit: Computer has gone to sleep.)
  628. # [04:54] * Quits: WeirdAl (chatzilla@FA24D816.E23F1158.43362C16.IP) (Ping timeout)
  629. # [04:55] <qheaden> Yeah, still nothing. :P
  630. # [04:55] * Joins: WeirdAl (chatzilla@FA24D816.E23F1158.43362C16.IP)
  631. # [04:55] <qheaden> Does ChromeBug work for the current mozilla central code? Is it still used for JS debugging?
  632. # [04:56] <darktrojan> dunno, I never used it
  633. # [04:57] * heycam is now known as heycam|away
  634. # [04:58] * Quits: lsumar (lsumar@4548E2C6.EE84D258.11F528CC.IP) (Quit: This computer has gone to sleep)
  635. # [04:58] <qheaden> Well, the provider's functions are being called. I just put a dump statement in there, and it dumped to the console.
  636. # [05:00] <darktrojan> hmm, making the name work didn't make it show either
  637. # [05:01] <qheaden> I'm going to start from scratch.
  638. # [05:01] * qheaden calls hg qpop
  639. # [05:01] <qheaden> There is something else going on. I'll have to investigate one of the other addons, like Plugins.
  640. # [05:03] * cjones is now known as cjones-dinner
  641. # [05:03] * Joins: JonathanS (JonathanS@moz-FA436756.cfl.res.rr.com)
  642. # [05:04] * Quits: andreasn (andreasn@moz-3CDFCC6A.a336.corp.bahnhof.se) (Ping timeout)
  643. # [05:05] * Quits: WeirdAl (chatzilla@FA24D816.E23F1158.43362C16.IP) (Ping timeout)
  644. # [05:05] * Quits: azakai|2 (alon@moz-8D0CC798.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  645. # [05:08] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  646. # [05:08] * Joins: terrence (terrence@moz-7109B35.lightspeed.sntcca.sbcglobal.net)
  647. # [05:08] <darktrojan> qheaden, got it
  648. # [05:08] <darktrojan> you can't call your provider "search"
  649. # [05:08] * Joins: azakai|2 (alon@moz-8D0CC798.lightspeed.sntcca.sbcglobal.net)
  650. # [05:09] <qheaden> Hmm ok. Why not? It conflicts with something else?
  651. # [05:09] <darktrojan> yeah, the category list already has search
  652. # [05:09] <qheaden> Ahh ok. Thanks a million!
  653. # [05:10] <darktrojan> in fact, if you call it searchengine, you'll get a bonus
  654. # [05:10] <qheaden> Oh, is it because of the search bar in the addon manager?
  655. # [05:10] <darktrojan> yes
  656. # [05:10] <qheaden> Now I understand. Thanks.
  657. # [05:10] <qheaden> Yeah, I'll just call it searchengine
  658. # [05:10] * Quits: tan (Tanner@66090057.89B7F6A1.E1FC2552.IP) (Quit: ZNC - http://znc.sourceforge.net)
  659. # [05:10] <darktrojan> looks like some of the ui remains from when it was built
  660. # [05:11] <darktrojan> well, the icon anyway
  661. # [05:11] <qheaden> Cool
  662. # [05:11] <qheaden> I was wondering where I would get the icon from. It just dropped from the sky. :)
  663. # [05:11] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  664. # [05:12] * qheaden needs to get better with his JS debugging skills.
  665. # [05:12] * heycam|away is now known as heycam
  666. # [05:12] <darktrojan> I think the guys got pretty close to adding what you're doing before it was dropped
  667. # [05:13] <qheaden> Yeah they did. The last guy had a patch, but it was kind of old.
  668. # [05:14] <darktrojan> FWIW, I've just been using scratchpad to mess with your code
  669. # [05:15] <qheaden> scratchpad?
  670. # [05:15] <darktrojan> it's part of the new dev tools
  671. # [05:16] <darktrojan> shift+f4
  672. # [05:16] * Quits: northAway (northWind@moz-20E58859.cable.teksavvy.com) (Ping timeout)
  673. # [05:17] * Joins: northAway (northWind@moz-20E58859.cable.teksavvy.com)
  674. # [05:17] <qheaden> How new is this? It is awesome!
  675. # [05:17] <darktrojan> a few versions, I think
  676. # [05:17] <darktrojan> never really used it before
  677. # [05:17] <qheaden> Wow. i wish I knew about this before.
  678. # [05:17] <qheaden> That's pretty cool.
  679. # [05:19] <darktrojan> and that's why we make a browser using javascript
  680. # [05:19] <qheaden> Makes sense. :)
  681. # [05:19] <qheaden> JS can be a pain if you do not use the right tools, which has been my problem.
  682. # [05:20] <darktrojan> it can be a pain if you do
  683. # [05:20] <qheaden> :)
  684. # [05:21] <darktrojan> are you planning on removing the old search engine UI and using this instead?
  685. # [05:21] <darktrojan> or leaving it there
  686. # [05:22] * joduinn-afk is now known as joduinn-home
  687. # [05:22] <qheaden> I think they want to replace the old UI. I'm not sure.
  688. # [05:22] <qheaden> I'l have to contact Unfocused, as he is the module owner.
  689. # [05:22] * Joins: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net)
  690. # [05:23] <darktrojan> if you can make it do everything the old ui can do, it'd be worth having only one ui
  691. # [05:25] <qheaden> Yeah, that's why I'm thinking.
  692. # [05:25] <qheaden> Well, the bug is asking to "move" the search engine manager into the addons manager, so that means to get rid of the old one.
  693. # [05:26] * mattwoodrow|away is now known as mattwoodrow
  694. # [05:26] <qheaden> darktrojan: You were able to import the AddonManager object into scratchpad right?
  695. # [05:27] <darktrojan> if you have the manager as the current tab it will already be there
  696. # [05:27] <qheaden> ok
  697. # [05:27] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  698. # [05:28] <darktrojan> implementing sorting could be interesting
  699. # [05:28] <darktrojan> sorting/ordering
  700. # [05:32] * Joins: IRCMonkey21465 (Tanner@66090057.89B7F6A1.E1FC2552.IP)
  701. # [05:33] * Joins: fabrice1 (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  702. # [05:34] * Joins: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net)
  703. # [05:36] * Quits: rjohnson19 (rjohnson19@moz-9148485F.hsd1.ma.comcast.net) (Quit: Leaving)
  704. # [05:36] * jwir3 is now known as jwir3|away
  705. # [05:37] <qheaden> Well, I'm heading to bed. Thanks for the help darktrojan.
  706. # [05:37] <darktrojan> no problem
  707. # [05:38] <qheaden> I'll be in the IRC tomorrow. Bye until then. :)
  708. # [05:38] * Quits: qheaden (IceChat77@moz-67E02157.nrflva.fios.verizon.net) (Quit: I've got to go. See ya!)
  709. # [05:38] * Quits: mattwoodrow (mattwoodro@moz-AE9416F2.alliedmods.net) (Ping timeout)
  710. # [05:38] * Quits: Tobbi (Tobbi@16BAC97A.933EA279.AC7F8427.IP) (Ping timeout)
  711. # [05:39] * Quits: richardus (richardus@moz-9C44B6ED.xen.prgmr.com) (Ping timeout)
  712. # [05:39] * Joins: richardus (richardus@moz-9C44B6ED.xen.prgmr.com)
  713. # [05:39] * Joins: mattwoodrow (mattwoodro@moz-AE9416F2.alliedmods.net)
  714. # [05:41] * IRCMonkey21465 is now known as tan
  715. # [05:42] * Joins: IRCMonkey8814 (Tobbi@16BAC97A.933EA279.AC7F8427.IP)
  716. # [05:44] * Quits: cjones-dinner (cjones@moz-45913895.socal.res.rr.com) (Ping timeout)
  717. # [05:44] * khuey|away is now known as khuey
  718. # [05:45] * khuey is now known as khuey|away
  719. # [05:46] * Joins: regen (Miller@moz-AFA3E72B.adsl.dynamic.seed.net.tw)
  720. # [05:50] * Joins: rniwa_ (rniwa@60A74940.D6CCE4AE.77834EAA.IP)
  721. # [05:53] * Quits: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net) (Input/output error)
  722. # [05:56] * Joins: njn (chatzilla@moz-6689C0E4.dyn.iinet.net.au)
  723. # [05:57] * Quits: azakai|2 (alon@moz-8D0CC798.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  724. # [06:00] * Quits: darktrojan (geoff@moz-57EC95C5.dsl.telstraclear.net) (Ping timeout)
  725. # [06:03] * Quits: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP) (Quit: rniwa)
  726. # [06:03] * rniwa_ is now known as rniwa
  727. # [06:08] * Quits: Poly-C (Poly-C@moz-3E2B7C13.dip.t-dialin.net) (Ping timeout)
  728. # [06:09] * Joins: Polynomial-C (Poly-C@moz-796ED0DF.dip.t-dialin.net)
  729. # [06:09] * Joins: azakai|2 (alon@moz-8D0CC798.lightspeed.sntcca.sbcglobal.net)
  730. # [06:10] * Joins: c0smikdebris (c0smikdebr@22C643A8.50CD76D5.274D17D6.IP)
  731. # [06:10] * Joins: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com)
  732. # [06:12] * Quits: regen (Miller@moz-AFA3E72B.adsl.dynamic.seed.net.tw) (Quit: regen)
  733. # [06:17] * Joins: tonymec (tonymec@67D70DA9.CFCE5C36.277517C1.IP)
  734. # [06:18] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  735. # [06:20] <ewong> nthomas|away: I realize you're away.. just a quick question. re: bug #705974, how do I determine if icons/document.png if I don't have a Mac?
  736. # [06:24] * Joins: lsumar (lsumar@4548E2C6.EE84D258.11F528CC.IP)
  737. # [06:26] * Quits: Mossop (mossop@moz-E325C2EC.dsl.dynamic.sonic.net) (Ping timeout)
  738. # [06:26] * Quits: northAway (northWind@moz-20E58859.cable.teksavvy.com) (Ping timeout)
  739. # [06:27] * Joins: northAway (northWind@2F50C7BC.10A7D831.6816E6B7.IP)
  740. # [06:27] <ewong> nthomas|away: err never mind.. realized I was looking at the patch wrongly..
  741. # [06:28] * Quits: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net) (Ping timeout)
  742. # [06:31] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  743. # [06:36] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  744. # [06:36] * Joins: WeirdAl (chatzilla@moz-5BDC219.hsd1.ca.comcast.net)
  745. # [06:36] * Quits: c0smikdebris (c0smikdebr@22C643A8.50CD76D5.274D17D6.IP) (Quit: Computer has gone to sleep.)
  746. # [06:40] * Quits: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP) (Ping timeout)
  747. # [06:42] * Quits: Mook (mook@moz-D4B2E3F9.dsl.teksavvy.com) (Quit: ChatZilla 0.9.87-rdmsoft [XULRunner 6.0/20110811165603])
  748. # [06:47] * Joins: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP)
  749. # [06:49] * Quits: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP) (Ping timeout)
  750. # [06:51] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  751. # [06:53] * heycam is now known as heycam|away
  752. # [07:07] * Joins: erione (erione@5E684828.2C1C8D9.C752B3FA.IP)
  753. # [07:08] * Quits: Mitch (chatzilla@moz-9EE5CDB.sbr802.nsw.optusnet.com.au) (Quit: ChatZilla 0.9.88 [SeaMonkey 2.6.1/20111221001913])
  754. # [07:08] * Joins: erione_ (erione@5E684828.2C1C8D9.C752B3FA.IP)
  755. # [07:14] * Quits: erione_ (erione@5E684828.2C1C8D9.C752B3FA.IP) (Quit: Leaving)
  756. # [07:18] * Quits: njn (chatzilla@moz-6689C0E4.dyn.iinet.net.au) (Ping timeout)
  757. # [07:23] * Quits: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com) (Ping timeout)
  758. # [07:25] <jdm> holy crap, why are there 600 unread bugmail threads in my inbox
  759. # [07:25] <jdm> mobile >:(
  760. # [07:26] <mfinkle> s/mobile/blassey
  761. # [07:27] * Joins: grubshka (grubshka@moz-8631B959.w86-216.abo.wanadoo.fr)
  762. # [07:32] * Joins: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com)
  763. # [07:33] * Quits: philor|away (philor@moz-638273A8.my-nick.name) (Ping timeout)
  764. # [07:34] * Quits: mbrubeck (mbrubeck@moz-755AD63.hsd1.wa.comcast.net) (Ping timeout)
  765. # [07:35] * Quits: WeirdAl (chatzilla@moz-5BDC219.hsd1.ca.comcast.net) (Ping timeout)
  766. # [07:35] * Joins: philor|away (philor@moz-638273A8.my-nick.name)
  767. # [07:35] * philor|away is now known as philor
  768. # [07:36] * Joins: njn (chatzilla@moz-6689C0E4.dyn.iinet.net.au)
  769. # [07:36] * Quits: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com) (Ping timeout)
  770. # [07:42] * Quits: JonathanS (JonathanS@moz-FA436756.cfl.res.rr.com) (Quit: Computer has gone to sleep.)
  771. # [07:46] * Quits: lsumar (lsumar@4548E2C6.EE84D258.11F528CC.IP) (Quit: This computer has gone to sleep)
  772. # [07:49] * Quits: dbradley (dbradley@moz-8FACAA93.fuse.net) (Quit: )
  773. # [07:52] * Joins: mbrubeck (mbrubeck@moz-755AD63.hsd1.wa.comcast.net)
  774. # [07:52] * Joins: regen (Miller@moz-AFA3E72B.adsl.dynamic.seed.net.tw)
  775. # [07:56] * Joins: darktrojan (geoff@moz-57EC95C5.dsl.telstraclear.net)
  776. # [07:57] * Quits: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net) (Quit: raccettura)
  777. # [08:06] * Quits: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net) (Quit: damons)
  778. # [08:07] * Quits: regen (Miller@moz-AFA3E72B.adsl.dynamic.seed.net.tw) (Quit: regen)
  779. # [08:09] * Joins: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net)
  780. # [08:11] * Joins: gal (gal@A972859A.5F06DDAB.A920DB53.IP)
  781. # [08:11] * Parts: jbuck (jbuck@moz-6349F8B5.ca)
  782. # [08:14] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  783. # [08:18] * Quits: njn (chatzilla@moz-6689C0E4.dyn.iinet.net.au) (Ping timeout)
  784. # [08:20] * Quits: terrence (terrence@moz-7109B35.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  785. # [08:22] * Joins: sicking (chatzilla@moz-1FF05400.hsd1.ca.comcast.net)
  786. # [08:22] * Quits: sicking (chatzilla@moz-1FF05400.hsd1.ca.comcast.net) (Input/output error)
  787. # [08:23] * Quits: northAway (northWind@2F50C7BC.10A7D831.6816E6B7.IP) (Ping timeout)
  788. # [08:26] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: pcwalton)
  789. # [08:29] * Joins: int3 (int3@DA0F3745.A560D9F6.1016410A.IP)
  790. # [08:31] * Joins: njn (chatzilla@moz-6689C0E4.dyn.iinet.net.au)
  791. # [08:32] * Quits: gal (gal@A972859A.5F06DDAB.A920DB53.IP) (Ping timeout)
  792. # [08:32] * Joins: gal (gal@moz-497BB4CB.pools.arcor-ip.net)
  793. # [08:33] * Joins: erione_ (erione@5E684828.2C1C8D9.C752B3FA.IP)
  794. # [08:33] * Quits: erione_ (erione@5E684828.2C1C8D9.C752B3FA.IP) (Quit: Leaving)
  795. # [08:34] * Quits: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP) (Ping timeout)
  796. # [08:34] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  797. # [08:35] * Quits: int3 (int3@DA0F3745.A560D9F6.1016410A.IP) (Connection reset by peer)
  798. # [08:35] * Joins: int3 (int3@DA0F3745.A560D9F6.1016410A.IP)
  799. # [08:35] * Quits: int3 (int3@DA0F3745.A560D9F6.1016410A.IP) (Client exited)
  800. # [08:35] * Quits: tonymec (tonymec@67D70DA9.CFCE5C36.277517C1.IP) (Ping timeout)
  801. # [08:36] * Quits: Waldo (waldo@moz-104CC309.mv.mozilla.com) (Quit: ChatZilla 0.9.87-4.1450hg.fc15 [XULRunner 8.0/20111108090029])
  802. # [08:37] * Joins: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP)
  803. # [08:39] * Joins: tonymec (tonymec@67D70DA9.CFCE5C36.277517C1.IP)
  804. # [08:42] * Quits: dRdR (dRdR@moz-E8C2F84.uwaterloo.ca) (Client exited)
  805. # [08:42] * Joins: pcwalton (pcwalton@moz-5B0F92F1.hsd1.ca.comcast.net)
  806. # [08:42] * Joins: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net)
  807. # [08:43] * Joins: gal_ (gal@A972859A.5F06DDAB.A920DB53.IP)
  808. # [08:43] * Quits: gal (gal@moz-497BB4CB.pools.arcor-ip.net) (Ping timeout)
  809. # [08:43] * gal_ is now known as gal
  810. # [08:44] * Quits: njn (chatzilla@moz-6689C0E4.dyn.iinet.net.au) (Ping timeout)
  811. # [08:44] * Joins: njn (chatzilla@moz-6689C0E4.dyn.iinet.net.au)
  812. # [08:45] * Joins: jbuck (jbuck@moz-6349F8B5.ca)
  813. # [08:47] * Joins: dRdR (dRdR@moz-E8C2F84.uwaterloo.ca)
  814. # [08:48] * Quits: njn (chatzilla@moz-6689C0E4.dyn.iinet.net.au) (Ping timeout)
  815. # [08:49] * Quits: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net) (Quit: Leaving...)
  816. # [08:49] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  817. # [08:49] * Quits: pcwalton (pcwalton@moz-5B0F92F1.hsd1.ca.comcast.net) (Quit: nbvcx)
  818. # [08:49] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  819. # [08:55] * Quits: coop|away (Chris@moz-256A7269.dsl.bell.ca) (Ping timeout)
  820. # [08:57] * Joins: regen (Miller@moz-5D3A9EF.adsl.dynamic.seed.net.tw)
  821. # [08:57] * Quits: philor (philor@moz-638273A8.my-nick.name) (Ping timeout)
  822. # [08:59] * Quits: alex (alex@moz-BD8D0A09.lightspeed.sntcca.sbcglobal.net) (Client exited)
  823. # [08:59] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Ping timeout)
  824. # [08:59] * Joins: jauip (x@moz-2E73ACE4.wp.shawcable.net)
  825. # [09:00] * Quits: jauip (x@moz-2E73ACE4.wp.shawcable.net) (Quit: )
  826. # [09:01] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  827. # [09:02] * Joins: philor (philor@moz-638273A8.my-nick.name)
  828. # [09:02] * Quits: gal (gal@A972859A.5F06DDAB.A920DB53.IP) (Ping timeout)
  829. # [09:05] * Quits: erione (erione@5E684828.2C1C8D9.C752B3FA.IP) (Quit: Leaving)
  830. # [09:12] * Joins: Ms2ger (Ms2ger@BC26F741.EF996B99.37724B0D.IP)
  831. # [09:14] * Joins: coop (Chris@3CF5941F.5F7CE767.60EDF444.IP)
  832. # [09:16] * Joins: njn (chatzilla@moz-6689C0E4.dyn.iinet.net.au)
  833. # [09:16] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  834. # [09:17] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  835. # [09:17] * Quits: njn (chatzilla@moz-6689C0E4.dyn.iinet.net.au) (Quit: ChatZilla 0.9.87 [Firefox 9.0/20111212185108])
  836. # [09:19] * Joins: gkw (gkw@moz-A7D8CA2A.hsd1.ca.comcast.net)
  837. # [09:20] * Quits: gkw (gkw@moz-A7D8CA2A.hsd1.ca.comcast.net) (Quit: Instantbird 1.1)
  838. # [09:20] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  839. # [09:24] * Quits: dRdR (dRdR@moz-E8C2F84.uwaterloo.ca) (Client exited)
  840. # [09:24] * Joins: Stan_ (Stan@moz-FF67FBE3.dip.t-dialin.net)
  841. # [09:24] * Quits: Stan (Stan@moz-EEEF817.dip.t-dialin.net) (Ping timeout)
  842. # [09:29] * Joins: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp)
  843. # [09:30] * Quits: regen (Miller@moz-5D3A9EF.adsl.dynamic.seed.net.tw) (Quit: regen)
  844. # [09:31] * Quits: karl (karl@moz-2974B07F.jetstream.xtra.co.nz) (Ping timeout)
  845. # [09:34] * mattwoodrow is now known as mattwoodrow|away
  846. # [09:34] <Ms2ger> Hmm, just got a Ubuntu update to remove xpidl
  847. # [09:38] * Joins: whimboo (whimboo@moz-1A55F994.a2c-250-239.astra2connect.com)
  848. # [09:39] * Quits: asac (asac@moz-458C5BFC.pppoe.wtnet.de) (Ping timeout)
  849. # [09:44] * Joins: protz (jonathan@moz-7F6750F6.xulforum.org)
  850. # [09:45] * Joins: c0smikdebris (c0smikdebr@22C643A8.50CD76D5.274D17D6.IP)
  851. # [09:47] * Quits: protz (jonathan@moz-7F6750F6.xulforum.org) (Quit: Leaving)
  852. # [09:47] * Joins: protz (jonathan@moz-7F6750F6.xulforum.org)
  853. # [09:47] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Ping timeout)
  854. # [09:53] * Joins: asac (asac@moz-5248E7BC.pppoe.wtnet.de)
  855. # [09:54] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Ping timeout)
  856. # [09:54] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  857. # [09:54] * Joins: bholley_ (bholley@moz-104CC309.mv.mozilla.com)
  858. # [09:55] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  859. # [09:56] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Ping timeout)
  860. # [09:56] * bholley_ is now known as bholley
  861. # [09:56] * Quits: darktrojan (geoff@moz-57EC95C5.dsl.telstraclear.net) (Ping timeout)
  862. # [09:56] * Joins: darktrojan (geoff@moz-57EC95C5.dsl.telstraclear.net)
  863. # [09:57] * Joins: deLta30_ (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  864. # [09:57] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  865. # [09:58] * Joins: dao (dao@moz-D2A1D7E0.superkabel.de)
  866. # [09:59] * Quits: mw22 (chatzilla@moz-FB753258.adsl.wanadoo.nl) (Ping timeout)
  867. # [10:04] * Joins: dRdR (dRdR@moz-E8C2F84.uwaterloo.ca)
  868. # [10:05] * Joins: Neil (neil@moz-32AA0D01.in-addr.btopenworld.com)
  869. # [10:05] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  870. # [10:05] * Neil is now known as NeilAway
  871. # [10:05] * Quits: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP) (Ping timeout)
  872. # [10:06] * Joins: cpeterso_ (cpeterson@moz-18338A6E.hsd1.ca.comcast.net)
  873. # [10:07] * Quits: rshetty (quassel@6A51E692.6FAB6BB9.D30E9BEF.IP) (Quit: No Ping reply in 180 seconds.)
  874. # [10:07] * Joins: rshetty (quassel@6A51E692.6FAB6BB9.D30E9BEF.IP)
  875. # [10:07] * Quits: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net) (Ping timeout)
  876. # [10:08] * Joins: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP)
  877. # [10:09] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  878. # [10:11] * Quits: dRdR (dRdR@moz-E8C2F84.uwaterloo.ca) (Client exited)
  879. # [10:11] * Joins: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net)
  880. # [10:12] * Quits: cpeterso_ (cpeterson@moz-18338A6E.hsd1.ca.comcast.net) (Ping timeout)
  881. # [10:14] * Quits: hub (hub@moz-E2FCA694.figuiere.net) (Ping timeout)
  882. # [10:15] * Quits: bholley (bholley@moz-104CC309.mv.mozilla.com) (Quit: bholley)
  883. # [10:16] * Quits: whimboo (whimboo@moz-1A55F994.a2c-250-239.astra2connect.com) (Quit: Leaving.)
  884. # [10:18] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  885. # [10:19] * philor is now known as philor|away
  886. # [10:20] * Quits: deLta30_ (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Client exited)
  887. # [10:26] * Joins: WeirdAl (chatzilla@moz-5BDC219.hsd1.ca.comcast.net)
  888. # [10:27] * Quits: bnicholson (bnicholson@moz-D1AB96C1.hsd1.ca.comcast.net) (Input/output error)
  889. # [10:31] * Joins: msucan (msucan-@FA9E8863.56E67207.699550A1.IP)
  890. # [10:32] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  891. # [10:33] * Joins: bholley_ (bholley@moz-104CC309.mv.mozilla.com)
  892. # [10:34] * Joins: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
  893. # [10:34] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Ping timeout)
  894. # [10:34] * bholley_ is now known as bholley
  895. # [10:36] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Ping timeout)
  896. # [10:37] * Quits: WeirdAl (chatzilla@moz-5BDC219.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88 [Firefox 8.0/20111104165243])
  897. # [10:37] * Quits: bholley (bholley@moz-104CC309.mv.mozilla.com) (Quit: bholley)
  898. # [10:44] * Joins: jwq (chatzilla@moz-12623DCD.cable.telstraclear.net)
  899. # [10:45] * Joins: shng (firefox_co@FB472864.31F3BE15.388CF16F.IP)
  900. # [10:45] <shng> hi
  901. # [10:45] <shng> Is it possible to skin the context menu ?
  902. # [10:46] <jdm> I would expect so
  903. # [10:46] <jdm> you could probably find the id of the context menu element and use css to set its background
  904. # [10:47] <shng> hmnmm
  905. # [10:47] * Quits: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net) (Input/output error)
  906. # [10:54] <gaston> hm i can't link libxul anymore on openbsd, even with ulimit -d set to 2G...
  907. # [10:55] <Ms2ger> gaston, do you guys support variadic macros, btw?
  908. # [10:55] * Quits: dao (dao@moz-D2A1D7E0.superkabel.de) (Quit: Leaving.)
  909. # [10:55] <gaston> as in ?
  910. # [10:56] <gaston> whatever is supported by gcc 4.2.1....
  911. # [10:57] <Ms2ger> I just assume BSD uses weird tools throughout ;)
  912. # [10:57] * Quits: hsivonen (hsivonen@moz-E533C3E2.esp.mediateam.fi) (Ping timeout)
  913. # [10:58] <gaston> yeah, posix is weird sometimes :)
  914. # [10:58] * Joins: hsivonen (hsivonen@moz-E533C3E2.esp.mediateam.fi)
  915. # [11:00] * Quits: hsivonen (hsivonen@moz-E533C3E2.esp.mediateam.fi) (Ping timeout)
  916. # [11:03] * Joins: hsivonen (hsivonen@moz-E533C3E2.esp.mediateam.fi)
  917. # [11:05] * Quits: hsivonen (hsivonen@moz-E533C3E2.esp.mediateam.fi) (Ping timeout)
  918. # [11:06] * Joins: davidillsley (chatzilla@DF7362C2.A21EFAF.51C6DE68.IP)
  919. # [11:12] * ewong_ is now known as ewong
  920. # [11:13] * Joins: regen (Miller@moz-5D3A9EF.adsl.dynamic.seed.net.tw)
  921. # [11:14] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  922. # [11:14] * Joins: pranavrc (pranavrc@209D0354.59B4030A.520CDC98.IP)
  923. # [11:14] * Quits: c0smikdebris (c0smikdebr@22C643A8.50CD76D5.274D17D6.IP) (Quit: Computer has gone to sleep.)
  924. # [11:14] * Quits: rniwa (rniwa@60A74940.D6CCE4AE.77834EAA.IP) (Quit: rniwa)
  925. # [11:17] * Joins: hsivonen (hsivonen@moz-E533C3E2.esp.mediateam.fi)
  926. # [11:18] * Quits: regen (Miller@moz-5D3A9EF.adsl.dynamic.seed.net.tw) (Quit: regen)
  927. # [11:18] * Joins: regen (Miller@moz-5D3A9EF.adsl.dynamic.seed.net.tw)
  928. # [11:18] * Joins: TheLink (TheLink@moz-7E63266B.hsi5.kabel-badenwuerttemberg.de)
  929. # [11:19] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  930. # [11:20] * Joins: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP)
  931. # [11:21] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  932. # [11:25] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  933. # [11:27] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Ping timeout)
  934. # [11:27] * Quits: davidillsley (chatzilla@DF7362C2.A21EFAF.51C6DE68.IP) (Ping timeout)
  935. # [11:28] <shng> jdm: not able to locate the css for it
  936. # [11:37] * Quits: jwq (chatzilla@moz-12623DCD.cable.telstraclear.net) (Quit: ChatZilla 0.9.88 [SeaMonkey 2.0.14/20110420224852])
  937. # [11:41] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  938. # [11:42] * Quits: protz (jonathan@moz-7F6750F6.xulforum.org) (Quit: Leaving)
  939. # [11:42] * Joins: protz (jonathan@moz-7F6750F6.xulforum.org)
  940. # [11:47] * Joins: c0smikdebris (c0smikdebr@22C643A8.50CD76D5.274D17D6.IP)
  941. # [11:47] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  942. # [11:49] * Quits: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com) (Ping timeout)
  943. # [11:50] * Joins: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
  944. # [11:56] * Joins: wolfiR (wolfiR@moz-26A68355.dip0.t-ipconnect.de)
  945. # [12:01] * Quits: regen (Miller@moz-5D3A9EF.adsl.dynamic.seed.net.tw) (Quit: regen)
  946. # [12:01] * Joins: lurking_work (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net)
  947. # [12:02] * merike|away is now known as merike
  948. # [12:05] * Joins: victorporof (victorporo@BCAA178E.F4308271.4873E54D.IP)
  949. # [12:08] * Quits: c0smikdebris (c0smikdebr@22C643A8.50CD76D5.274D17D6.IP) (Quit: Computer has gone to sleep.)
  950. # [12:08] * Joins: Goldorak (chatzilla@805CD605.E12797EB.187A1082.IP)
  951. # [12:09] * Quits: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com) (Ping timeout)
  952. # [12:10] * Joins: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
  953. # [12:10] * Joins: necolas (necolas@moz-4197BE5D.bb.sky.com)
  954. # [12:12] * Joins: gerv (gerv@8A6BC1E.BF39183B.BE995458.IP)
  955. # [12:15] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Ping timeout)
  956. # [12:15] * Joins: Cameron (Cameron@moz-5911F6E0.range86-130.btcentralplus.com)
  957. # [12:16] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  958. # [12:18] * Ziggy|AWAY is now known as Ziggy_Maes
  959. # [12:19] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  960. # [12:19] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  961. # [12:21] * Joins: lsumar (lsumar@4548E2C6.EE84D258.11F528CC.IP)
  962. # [12:22] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  963. # [12:22] * Joins: spchal (chatzilla@91BC8839.F442218F.88FACCAA.IP)
  964. # [12:23] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/ff517d1a0c4a - ffxbld - Automated blocklist update from host linux-ix-slave29
  965. # [12:23] * merike is now known as merike|away
  966. # [12:23] <spchal> hi
  967. # [12:24] * Joins: edmorley (edmorley@moz-CD2B8FC4.range86-144.btcentralplus.com)
  968. # [12:24] * Quits: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP) (Ping timeout)
  969. # [12:25] * Quits: merike|away (quassel@moz-14C2B309.cable.starman.ee) (Ping timeout)
  970. # [12:26] * Joins: mw22_away (chatzilla@moz-BD80F5CF.cm-3-1a.dynamic.ziggo.nl)
  971. # [12:28] * Quits: gerv (gerv@8A6BC1E.BF39183B.BE995458.IP) (Quit: Leaving.)
  972. # [12:28] * Joins: shng2 (firefox_co@FB472864.31F3BE15.388CF16F.IP)
  973. # [12:28] * Quits: shng (firefox_co@FB472864.31F3BE15.388CF16F.IP) (Ping timeout)
  974. # [12:30] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  975. # [12:37] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Ping timeout)
  976. # [12:37] * Joins: merike (quassel@moz-C1EB45D2.cable.starman.ee)
  977. # [12:38] * Quits: pranavrc (pranavrc@209D0354.59B4030A.520CDC98.IP) (Ping timeout)
  978. # [12:42] * Quits: lsumar (lsumar@4548E2C6.EE84D258.11F528CC.IP) (Quit: This computer has gone to sleep)
  979. # [12:42] * Quits: darktrojan (geoff@moz-57EC95C5.dsl.telstraclear.net) (Quit: darktrojan)
  980. # [12:43] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
  981. # [12:45] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  982. # [12:49] * Joins: asac_ (asac@moz-528F1017.pppoe.wtnet.de)
  983. # [12:49] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  984. # [12:50] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
  985. # [12:50] * Quits: asac (asac@moz-5248E7BC.pppoe.wtnet.de) (Ping timeout)
  986. # [12:53] * Joins: bruno (bruno@62F5A48B.4F76653.B091F2.IP)
  987. # [12:58] * Joins: pranavrc (pranavrc@D7ABB604.98CA9F9E.520CDC98.IP)
  988. # [13:03] * Joins: graememcc (chatzilla@moz-AC25BE76.range86-148.btcentralplus.com)
  989. # [13:13] <Ms2ger> !seen ehsan
  990. # [13:13] <firebot> ehsan was last seen 14 hours, 25 minutes and 38 seconds ago, saying 'rs: ok, will do' in #developers.
  991. # [13:14] * Quits: IRCMonkey8814 (Tobbi@16BAC97A.933EA279.AC7F8427.IP) (Ping timeout)
  992. # [13:16] * Quits: sewardj (sewardj@moz-C79D927B.cable.virginmedia.com) (Ping timeout)
  993. # [13:18] * Quits: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com) (Ping timeout)
  994. # [13:20] * Quits: ewong (chatzilla@F536648C.E5F17347.51F738FB.IP) (Ping timeout)
  995. # [13:21] * Joins: ewong (chatzilla@F536648C.E5F17347.51F738FB.IP)
  996. # [13:21] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  997. # [13:21] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  998. # [13:22] * Quits: spchal (chatzilla@91BC8839.F442218F.88FACCAA.IP) (Client exited)
  999. # [13:26] * Quits: mauke (mauke@moz-6A01E0D8.superkabel.de) (Ping timeout)
  1000. # [13:26] * khuey|away is now known as khuey
  1001. # [13:27] * khuey is now known as khuey|away
  1002. # [13:28] * Quits: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com) (Client exited)
  1003. # [13:29] * Joins: mauke (mauke@moz-6A01E0D8.superkabel.de)
  1004. # [13:29] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Ping timeout)
  1005. # [13:34] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  1006. # [13:35] * Joins: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP)
  1007. # [13:41] * Joins: gandalf (zbraniecki@moz-F8980FB8.neoplus.adsl.tpnet.pl)
  1008. # [13:43] * Joins: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com)
  1009. # [13:51] * Joins: andreasn (andreasn@moz-3CDFCC6A.a336.corp.bahnhof.se)
  1010. # [13:58] * Joins: vikram360 (vikram360@3582509.8274BA73.2A068A5E.IP)
  1011. # [14:11] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1012. # [14:11] * Joins: regen (Miller@moz-F307385E.adsl.dynamic.seed.net.tw)
  1013. # [14:20] * Quits: sfink (chatzilla@moz-AFCEDF1F.dsl.pltn13.sbcglobal.net) (Ping timeout)
  1014. # [14:23] * Joins: romeo (romeo@moz-18AD2F99.k744.webspeed.dk)
  1015. # [14:32] * Quits: regen (Miller@moz-F307385E.adsl.dynamic.seed.net.tw) (Quit: regen)
  1016. # [14:35] <shng2> !seen John-Galt
  1017. # [14:35] <firebot> john-galt was last seen 1 hour, 48 minutes and 32 seconds ago, saying 'gry: https://mail.mozilla.org/private/amo-editors-internal/2011-November/thread.html#1584' in #amo-editors.
  1018. # [14:47] * Quits: pranavrc (pranavrc@D7ABB604.98CA9F9E.520CDC98.IP) (Ping timeout)
  1019. # [14:48] * Joins: pranavrc (pranavrc@45573379.3EA6E12E.520CDC98.IP)
  1020. # [14:48] * Quits: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP) (Ping timeout)
  1021. # [14:48] * Quits: rshetty (quassel@6A51E692.6FAB6BB9.D30E9BEF.IP) (Ping timeout)
  1022. # [14:50] * Joins: rshetty (quassel@815E9224.C16591AD.8DE24349.IP)
  1023. # [14:57] <Ms2ger> edmorley, hrm, that doesn't look good
  1024. # [14:58] <Ms2ger> edmorley, if anything, I'd expected an improvement from bug 622301...
  1025. # [14:59] * Joins: bc_ (bc@280C34BB.72D62797.F0135836.IP)
  1026. # [15:00] * Quits: bc_ (bc@280C34BB.72D62797.F0135836.IP) (Quit: leaving)
  1027. # [15:03] <edmorley> Ms2ger: the dev.tree-management reports could by lying of course :-)
  1028. # [15:10] * Joins: smaug (chatzilla@moz-3C6670DA.gprs.sl-laajakaista.fi)
  1029. # [15:10] * ChanServ sets mode: +o smaug
  1030. # [15:10] * Quits: @smaug (chatzilla@moz-3C6670DA.gprs.sl-laajakaista.fi) (Connection reset by peer)
  1031. # [15:11] <edmorley> Ms2ger: I'm presuming Bug 715417 couldn't be responsible?
  1032. # [15:11] <edmorley> I've confirmed the range (using two different talos results) to be http://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=9a1a4157bf49&tochange=a761ff40306b
  1033. # [15:11] <Ms2ger> That would be even weirder
  1034. # [15:12] <Ms2ger> Bug 622301 should go out then, I guess
  1035. # [15:15] <edmorley> ffs stupid google groups double posting
  1036. # [15:16] * Quits: mats (chatzilla@E8A3702C.D5022173.8500CC29.IP) (Quit: ChatZilla 0.9.88 [Firefox 8.0.1/20111120135848])
  1037. # [15:17] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  1038. # [15:20] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  1039. # [15:26] * Quits: edmorley (edmorley@moz-CD2B8FC4.range86-144.btcentralplus.com) (NickServ (GHOST command used by edmorley1))
  1040. # [15:26] * Joins: edmorley1 (edmorley@moz-B1046243.range86-144.btcentralplus.com)
  1041. # [15:26] * edmorley1 is now known as edmorley
  1042. # [15:28] * Joins: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net)
  1043. # [15:30] <Ms2ger> jmaher|afk, did you blow up android?
  1044. # [15:30] * Quits: tonymec (tonymec@67D70DA9.CFCE5C36.277517C1.IP) (Input/output error)
  1045. # [15:30] * Joins: rjohnson19 (rjohnson19@moz-9148485F.hsd1.ma.comcast.net)
  1046. # [15:33] * Joins: mats (chatzilla@E8A3702C.D5022173.8500CC29.IP)
  1047. # [15:34] * Quits: tonymec|away (tonymec@67D70DA9.CFCE5C36.277517C1.IP) (Ping timeout)
  1048. # [15:41] * Quits: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Ping timeout)
  1049. # [15:43] * Joins: mjschranz (chatzilla@moz-6FE6B833.cpe.net.cable.rogers.com)
  1050. # [15:43] * Joins: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1051. # [15:45] * Joins: c0smikdebris (c0smikdebr@22C643A8.50CD76D5.274D17D6.IP)
  1052. # [15:46] * edmorley prepares for the backout dance
  1053. # [15:51] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1054. # [15:52] * WG9s wonders if that is anything like the Safety Dance? http://www.youtube.com/watch?v=AjPau5QYtYs
  1055. # [15:52] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1056. # [15:53] * Joins: tonymec__ (tonymec@moz-B5DD3AB.adsl-dyn.isp.belgacom.be)
  1057. # [15:54] * tonymec__ is now known as tonymec|away
  1058. # [15:56] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  1059. # [15:58] * Joins: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP)
  1060. # [15:59] * Joins: evilpie (evilpie@moz-183F0B3B.pools.arcor-ip.net)
  1061. # [15:59] <Ms2ger> "a time of renewed interest in encouraging people to programme."
  1062. # [16:00] * edmorley gives up trying to decipher the android test logs, backs out jmaher's entire push
  1063. # [16:00] <Ms2ger> sgtm
  1064. # [16:00] <edmorley> oh and there's windows retest failures now too
  1065. # [16:01] <edmorley> are even
  1066. # [16:10] <WG9s> edmorley: and now they have no summary. This reminds of that old "Please God make my hand like the other one" joke!
  1067. # [16:14] <WG9s> edmorley: perhaps add comments in the bugs saying please test on try including android and windows builds and tests would be advised?
  1068. # [16:15] <Ms2ger> I'll shout at jmaher|afk :)
  1069. # [16:16] <edmorley> I think the least antagonistic way of improving things might be a semi-jokey wiki page along the lines of "TBPL Sombrero of Shame Leaderboard"
  1070. # [16:16] * Joins: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  1071. # [16:16] * Quits: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Client exited)
  1072. # [16:16] <edmorley> which just keeps track of the last month's worth of bustage for m-c and inbound, with triple points for m-c
  1073. # [16:17] * Joins: IRCMonkey32710 (Tobbi@16BAC97A.933EA279.AC7F8427.IP)
  1074. # [16:18] * IRCMonkey32710 is now known as Tobbi
  1075. # [16:20] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  1076. # [16:21] <WG9s> edmorley:should also be extra points for not being around to do your own backouts.
  1077. # [16:21] <Ms2ger> Hmm, it should have a picture of an angry philor|away on top
  1078. # [16:22] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  1079. # [16:22] <WG9s> oh no another pthotoshop tying like the tree closed image?
  1080. # [16:23] <edmorley> I'm going to start keeping notes in an etherpad from now on, and once/if we have some wiki page set up (with appropriate angry philor graphics) we can transpose
  1081. # [16:23] * Joins: sgimeno (santiago.g@moz-2192D2EC.red-83-35-56.dynamicip.rima-tde.net)
  1082. # [16:23] <edmorley> "Bringers of Bustage Leaderboard"
  1083. # [16:24] <edmorley> what rhymes with bustage that sounds better?
  1084. # [16:24] <WG9s> hmm bustage actually sounds like some kind of boobs reference
  1085. # [16:25] <Ms2ger> Foliage?
  1086. # [16:25] * Quits: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  1087. # [16:28] <edmorley> Captains of Chaos
  1088. # [16:29] * Joins: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1089. # [16:32] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  1090. # [16:34] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  1091. # [16:34] * Joins: Suresh (chatzilla@D025180D.607962E.EB06F97B.IP)
  1092. # [16:37] * Quits: merike (quassel@moz-C1EB45D2.cable.starman.ee) (Connection reset by peer)
  1093. # [16:38] * Joins: merike (quassel@moz-C1EB45D2.cable.starman.ee)
  1094. # [16:40] * Joins: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net)
  1095. # [16:46] * Quits: c0smikdebris (c0smikdebr@22C643A8.50CD76D5.274D17D6.IP) (Client exited)
  1096. # [16:49] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  1097. # [16:51] * Joins: dao (dao@moz-683C6271.pool.mediaways.net)
  1098. # [16:52] * Joins: AstralStorm (astralstor@moz-94C68B32.dynamic.chello.pl)
  1099. # [16:53] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  1100. # [16:54] * Quits: andreasn (andreasn@moz-3CDFCC6A.a336.corp.bahnhof.se) (Quit: Ex-Chat)
  1101. # [16:55] * Joins: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP)
  1102. # [16:55] * merike is now known as merike_
  1103. # [16:56] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 9.0.1/20111223083612])
  1104. # [16:57] * Quits: dmb (dmb@moz-3565FEE9.da4.org) (Ping timeout)
  1105. # [16:57] * Joins: dmb (dmb@moz-3565FEE9.da4.org)
  1106. # [16:57] * merike_ is now known as merike|away
  1107. # [16:57] * merike|away is now known as merike_
  1108. # [16:57] * merike_ is now known as merike
  1109. # [17:02] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1110. # [17:03] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1111. # [17:04] * Joins: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com)
  1112. # [17:09] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  1113. # [17:10] <edmorley> NeilAway: you're currently in the lead https://etherpad.mozilla.org/sombrero-of-shame-leaderboard ;-)
  1114. # [17:10] <edmorley> (especially if we give double points to m-c)
  1115. # [17:11] <WG9s> edmorley: except points is kind of the wrong term. More like demerits.
  1116. # [17:12] <edmorley> I was trying to keep it as well-meaning as possible :-)
  1117. # [17:12] <Ms2ger> Do we get exponentially increasing points for bouncing the same patch multiple times?
  1118. # [17:12] <edmorley> like M-M-Monsterkill awards?
  1119. # [17:13] <WG9s> especially if no try build intervening.
  1120. # [17:13] * Joins: qheaden (qheaden@moz-67E02157.nrflva.fios.verizon.net)
  1121. # [17:15] * Quits: AstralStorm (astralstor@moz-94C68B32.dynamic.chello.pl) (Input/output error)
  1122. # [17:16] <WG9s> edmorley: Yes I know just my bizarre sense of humour eventually takes over everything I say.
  1123. # [17:17] <Ms2ger> edmorley, I like the sombrero :)
  1124. # [17:18] <WG9s> but still not the same as the obama/sdwilsh/fro pic we used to use for tree closures.
  1125. # [17:19] <WG9s> somehos needs more impact
  1126. # [17:19] * Joins: AstralStorm (astralstor@moz-94C68B32.dynamic.chello.pl)
  1127. # [17:20] * Quits: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk) (Ping timeout)
  1128. # [17:20] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1129. # [17:20] * ChanServ sets mode: +o smaug
  1130. # [17:21] <edmorley> Ms2ger: :-)
  1131. # [17:21] <Ms2ger> A moving hat?!
  1132. # [17:22] <edmorley> ha
  1133. # [17:22] <Ms2ger> Gah
  1134. # [17:22] * Quits: gsathya (gsathya@1EA1581A.CFE82BE6.7EE98638.IP) (Ping timeout)
  1135. # [17:23] <WG9s> Ah so like you keep the hat until someone screws up even worse than you did?
  1136. # [17:23] <Ms2ger> I'm going to end up with patch AB here
  1137. # [17:23] <Ms2ger> I'm turning into mounir :(
  1138. # [17:23] <WG9s> or you do something major to atone for your transgression?
  1139. # [17:23] * Joins: gsathya (gsathya@1EA1581A.CFE82BE6.7EE98638.IP)
  1140. # [17:24] <Ms2ger> You could star Android on m-i for a day
  1141. # [17:25] <WG9s> Ms2ger: with a restrictiont hat you can;t just retrigger to try to make it go green.
  1142. # [17:25] * Joins: gerv (gerv@moz-24D790B4.rb5.adsl.brightview.com)
  1143. # [17:26] <Ms2ger> Well, you can
  1144. # [17:26] <Ms2ger> But you still get to star the previous ones, as well as the ones you triggered :)
  1145. # [17:26] * Joins: mconley (mconley@moz-9C0F4EBF.cable.teksavvy.com)
  1146. # [17:26] <WG9s> But actually have to look at the full log to try to ascertain the real issue and file a real bug if it seems to not be reported already.
  1147. # [17:26] <Ms2ger> gerv, btw, are you planning to add license headers to test files?
  1148. # [17:27] <gerv> Ms2ger: Well, that was the original plan, but some people are suggesting it's not an awesome idea.
  1149. # [17:27] <gerv> So it may not happen, or may not happen immediately.
  1150. # [17:27] <Ms2ger> Mm
  1151. # [17:28] <Ms2ger> I'd like to start submitting MoCo-written tests to the W3C at some point, and I'm afraid they don't take MPL :)
  1152. # [17:29] <edmorley> ms2
  1153. # [17:29] <Ms2ger> edm?
  1154. # [17:30] <edmorley> Edward, meet the tab key... I believe you should know each other...
  1155. # [17:30] <WG9s> The main problem with the mobile builds is that most of the real bugs users see have to do with quickly rotating the device to make it change form portrait to landscape or vice-versa and our test suite does not find these, so they are more interested in the bugs our test suite does not catch. because that is what users are seeing.
  1156. # [17:30] <Ms2ger> Wait, Edward? :)
  1157. # [17:30] <edmorley> Ms2ger: I was just going to say someone's been a busy bee in bug 677079
  1158. # [17:31] <edmorley> Ms2ger: only when being told off ;-)
  1159. # [17:31] <Ms2ger> Want some reviews? :)
  1160. # [17:32] <Ms2ger> gerv, btw, do I need anything more than https://bugzilla.mozilla.org/show_bug.cgi?id=677495#c11 to start submitting tests? :)
  1161. # [17:32] <gerv> Ms2ger: Re W3C, it's perfectly fine to make tests CC0.
  1162. # [17:33] <gerv> See http://www.mozilla.org/MPL/license-policy.html
  1163. # [17:33] <Ms2ger> I'm all for that :)
  1164. # [17:33] * Joins: regen (Miller@moz-F307385E.adsl.dynamic.seed.net.tw)
  1165. # [17:34] * jmaher|afk is now known as jmaher
  1166. # [17:34] <gerv> Ms2ger: roc says we need a policy. That's not at all the same as permission to start submitting tests.
  1167. # [17:34] <gerv> (Or the same as saying we can take tests which are currently MPLed, and CC0 them - which we most certainly can't.)
  1168. # [17:34] <Ms2ger> Yeah
  1169. # [17:35] <Ms2ger> Though I'd assume you can take any tests that were written by MoCo employees
  1170. # [17:36] <gerv> Ms2ger: If no non-MoCo people have changed them, and if you have an official statement from MoCo saying that's OK, then it's OK.
  1171. # [17:36] <gerv> roc is probably in a position to make such a statement, but https://bugzilla.mozilla.org/show_bug.cgi?id=677495#c11 is definitely not it.
  1172. # [17:37] <Ms2ger> Alright
  1173. # [17:37] <Ms2ger> I'll harass roc, then :)
  1174. # [17:39] <qheaden> Is the Android test suite run on the Android emulator?
  1175. # [17:39] * Quits: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net) (Quit: raccettura)
  1176. # [17:39] <Ms2ger> No, on tegras
  1177. # [17:39] * Quits: regen (Miller@moz-F307385E.adsl.dynamic.seed.net.tw) (Quit: regen)
  1178. # [17:41] <WG9s> Ms2ger: I don't think any patches written by MoCo employees code or tests should not be treated much differently than those contributed by non employees. Just my opinion, though. I could be wrong.
  1179. # [17:41] <qheaden> Oh ok, cool.
  1180. # [17:41] <WG9s> If they are then the entire idea of non-employee contributors will eventually fall apart.
  1181. # [17:41] <Ms2ger> WG9s, well, if MoCo owns the copyright, I don't have to hunt down every single test author
  1182. # [17:42] <WG9s> because they will all become completely pissed off.
  1183. # [17:42] <Ms2ger> WG9s, this is just about me reusing the tests people have already written
  1184. # [17:42] <edmorley> WG9s: we're not talking about reviews or what to accept here, we're talking about who owns the copyright, which is MoCo, if people are employees (AIUI)
  1185. # [17:43] <Ms2ger> WG9s, any volunteer who wants their tests to be reused can just submit a form to let me do that
  1186. # [17:43] <qheaden> There is no way to simulate rotating the screen on Android?
  1187. # [17:44] <WG9s> Ms2ger: Oh I see a can I reuse the test code question rather than a difference in reviewing. Never mind. I did not understand the context of what you were saying.
  1188. # [17:44] <Ms2ger> WG9s, that's fine, I don't understand it myself half of the time :)
  1189. # [17:45] <WG9s> qheaden: well there might be what there is not is a way to anticipate the unexpected time in which the rotate migh occur.
  1190. # [17:46] * Quits: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.2a1pre)
  1191. # [17:47] * Joins: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1192. # [17:48] <WG9s> There are a mess of bugs about either checkerboarding or crashes that real users are seeing that all seem more improtant to fix than the intermittent test failures is all I was trying to say. Not at all sure that that is the correct approach. Just trying to explain the current state of things.
  1193. # [17:48] <qheaden> Yeah, that's true. Using some kind of random rotation wouldn't work either. Thats a hard kind of bug to catch.
  1194. # [17:48] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1195. # [17:48] * clokep is now known as IRCMonkey18735
  1196. # [17:48] <NeilAway> edmorley: well one of those was my own fault for pushing the wrong patch by mistake
  1197. # [17:49] <Ms2ger> The other one too, obviously ;)
  1198. # [17:50] <edmorley> :-)
  1199. # [17:51] * NeilAway thought the other one was ehsan's fault for suggesting switching from NS_ARRAY_LENGTH to mozilla::ArrayLength without pointing out that it would cause Mac bustage (original patch had passed Try)
  1200. # [17:51] <Ms2ger> Heh
  1201. # [17:52] * NeilAway also wonders whether edmorley is counting the same patch twice because it needed two bustage fixes (first fix revealed the second fix)
  1202. # [17:53] <edmorley> yeah, that's what the 2x was for
  1203. # [17:53] <edmorley> :-)
  1204. # [17:53] <KWierso> ITT: NeilAway tries to escape from the sombrero...
  1205. # [17:53] <edmorley> All we need now are some official sombrero mozilla swag kits
  1206. # [17:54] * Quits: IRCMonkey18735 (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Connection reset by peer)
  1207. # [17:54] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  1208. # [17:54] * Joins: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1209. # [17:55] * Joins: skippydippy (Mibbit@678E8955.EC53BFF7.1D5753B8.IP)
  1210. # [17:55] <WG9s> I still think even if people screw up if they are at least watching the tree to do their own back-outs this should not be the same if others need to figure out the bustage and what to do.
  1211. # [17:56] * ewong is now known as ewong|sleep
  1212. # [17:56] <WG9s> THis was always the rule. if you checked something in, you were supposed to be around to see the results and fix any bustage caused by it.
  1213. # [17:57] * Quits: shng2 (firefox_co@FB472864.31F3BE15.388CF16F.IP) (Ping timeout)
  1214. # [18:01] * Parts: skippydippy (Mibbit@678E8955.EC53BFF7.1D5753B8.IP)
  1215. # [18:03] * Quits: allisterb (allisterb@2CE5E668.5725EB66.F43E9E20.IP) (Client exited)
  1216. # [18:03] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  1217. # [18:04] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  1218. # [18:04] * paul is now known as paul__
  1219. # [18:06] * paul__ is now known as paul
  1220. # [18:10] <edmorley> Ms2ger: running out of letters! :P
  1221. # [18:10] <Ms2ger> <Ms2ger> I'm going to end up with patch AB here
  1222. # [18:10] <Ms2ger> <Ms2ger> I'm turning into mounir :(
  1223. # [18:11] * Joins: gcp (gpascutto@moz-D0E475EA.access.telenet.be)
  1224. # [18:11] <edmorley> heh :-)
  1225. # [18:13] <Ms2ger> Good, I'm done :)
  1226. # [18:17] <Archaeopteryx> AB testing...
  1227. # [18:17] * Joins: dRdR (dRdR@moz-5C8F641B.uwaterloo.ca)
  1228. # [18:18] <Jesse> what's the relationship between the lists of event names in http://mxr.mozilla.org/mozilla-central/source/content/events/public/nsEventNameList.h and http://mxr.mozilla.org/mozilla-central/source/content/events/src/nsDOMEvent.cpp#69 ?
  1229. # [18:18] * Quits: evilpie (evilpie@moz-183F0B3B.pools.arcor-ip.net) (Input/output error)
  1230. # [18:20] * Quits: dRdR (dRdR@moz-5C8F641B.uwaterloo.ca) (Client exited)
  1231. # [18:22] * edmorley thinks the talos landings this morning have broken something
  1232. # [18:24] <Ms2ger> Jesse, smaug would know
  1233. # [18:25] * Ms2ger changes topic to 'm-c: OPEN m-i: OPEN || Next aurora uplift: January 31 || If you are new or want to help, see irc://irc.mozilla.org/#introduction || https://etherpad.mozilla.org/sombrero-of-shame-leaderboard'
  1234. # [18:27] <froydnj> sombrero of shame? nice
  1235. # [18:27] * Quits: gandalf (zbraniecki@moz-F8980FB8.neoplus.adsl.tpnet.pl) (Quit: Computer has gone to sleep.)
  1236. # [18:28] <@smaug> Ms2ger: the latter one should eventually go away. There isn't really any relation
  1237. # [18:28] <@smaug> er, Jesse
  1238. # [18:29] <@smaug> Jesse: why?
  1239. # [18:29] <Jesse> smaug: trying to figure out if i need to import both into the DOM fuzzer, r just nsEventNameList.h
  1240. # [18:30] <@smaug> Jesse: ah. Well neither of those has all the events FF dispatches
  1241. # [18:30] <Jesse> i know beforeprint is listed in nsEventNameList.h but not nsDOMEvent.cpp
  1242. # [18:30] <Jesse> :/
  1243. # [18:30] <Jesse> DOMWillOpenModalDialog is not listed in either file
  1244. # [18:30] <@smaug> I would assume DOMContentLoaded isn't either
  1245. # [18:31] <Ms2ger> nsEventNameList.h mainly has the ones that have on* attributes
  1246. # [18:31] * Joins: cdiehl_ (cdiehl@moz-B3A6B67D.pool.mediaways.net)
  1247. # [18:31] <@smaug> yeah, mainly
  1248. # [18:31] <@smaug> and the list in nsDOMEvent is mainly for those events which are dispatched using nsEvent struct
  1249. # [18:31] * joduinn-home is now known as joduinn-afk
  1250. # [18:31] <@smaug> (mainly from widget level)
  1251. # [18:32] * Quits: cdiehl (cdiehl@moz-65AA4657.pool.mediaways.net) (Ping timeout)
  1252. # [18:32] * cdiehl_ is now known as cdiehl
  1253. # [18:32] <Jesse> how can i get a reasonably complete list for the fuzzer?
  1254. # [18:33] <@smaug> use both those lists and look at source code for Dispatch*Event
  1255. # [18:34] <@smaug> Firefox UI might dispatch some events, though perhaps it is only for chrome
  1256. # [18:35] <Jesse> is there some way to listen for "all" events?
  1257. # [18:36] * Joins: dRdR (dRdR@moz-5C8F641B.uwaterloo.ca)
  1258. # [18:36] * Quits: kdc (kdc@moz-2ACC6B38.pk.shawcable.net) (Ping timeout)
  1259. # [18:36] * Joins: kdc (kdc@moz-2ACC6B38.pk.shawcable.net)
  1260. # [18:36] <@smaug> no
  1261. # [18:37] <mounir> Ms2ger: so you are really going to have a AB patch? :)
  1262. # [18:39] <Ms2ger> mounir, yes :(
  1263. # [18:39] <mounir> Ms2ger: welcome to the club
  1264. # [18:39] <mounir> it's a shameful club though
  1265. # [18:40] <Ms2ger> But I don't want to be in your club!
  1266. # [18:40] <Ms2ger> Drinking wine and eating frogs...
  1267. # [18:40] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  1268. # [18:40] <mounir> Drinking wine for sure
  1269. # [18:40] <mounir> I'm not sure about frogs
  1270. # [18:40] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  1271. # [18:40] <mounir> I had frogs once and it was in an English restaurant in London ;)
  1272. # [18:41] * Quits: rshetty (quassel@815E9224.C16591AD.8DE24349.IP) (Ping timeout)
  1273. # [18:41] <Ms2ger> No excuse, only French people would eat frogs in London ;)
  1274. # [18:41] * Quits: bruno (bruno@62F5A48B.4F76653.B091F2.IP) (Quit: bruno)
  1275. # [18:41] <mounir> that was English cuisine!
  1276. # [18:41] <nemo> !@#$ hiding of http caught me again when copying a url :(
  1277. # [18:42] <nemo> I disable it in my main profile, but not in my test profiles, since they get deleted so often
  1278. # [18:42] <nemo> bleah
  1279. # [18:42] <nemo> in this case I was removing useless sections of a google image search query to make it shorter
  1280. # [18:42] <nemo> selected the rest, copied it. oh look. no http:// again :(
  1281. # [18:42] <Jesse> nemo: and you don't get the "http" if you've edited the url?
  1282. # [18:43] * Joins: rshetty (quassel@4468DF5C.D3C460FB.C842849F.IP)
  1283. # [18:43] * KWierso thought that was finally fixed
  1284. # [18:43] <nemo> Jesse: depends how you edit it
  1285. # [18:43] <nemo> searched for oarfish on google image search
  1286. # [18:43] <nemo> trimmed it down to
  1287. # [18:43] * Joins: mjessome (mjessome@moz-57FFFC4E.cpe.net.cable.rogers.com)
  1288. # [18:43] <nemo> images.google.com/search?tbm=isch&q=oarfish
  1289. # [18:43] * Quits: dao (dao@moz-683C6271.pool.mediaways.net) (Quit: Leaving.)
  1290. # [18:43] <nemo> then selected using keyboard and copied
  1291. # [18:44] <nemo> select from current position, jumped to start w/ home, copied, pasted
  1292. # [18:44] <nemo> oh look. a broken url again
  1293. # [18:44] <Jesse> i've hit that trimming mozillazine urls
  1294. # [18:44] <nemo> haaaate that "feature"
  1295. # [18:44] <nemo> plus it trains users to screw up online posts
  1296. # [18:44] <nemo> and confused my SO who thought that made it a "different website"
  1297. # [18:45] <nemo> like there is http, https and "no http or https"
  1298. # [18:45] <@smaug> the whole http hiding thing is insane UI
  1299. # [18:45] <nemo> should be easier to disable it at least
  1300. # [18:45] <nemo> I mean for novices
  1301. # [18:45] <nemo> maybe in general prefs
  1302. # [18:46] <nemo> telling my mom how to use about:config over IM always worries me
  1303. # [18:46] <Ms2ger> A "tough cookie"? That's not an expression I'd heard before
  1304. # [18:47] <@smaug> and also, since web is moving more and more to https, hiding http is just misleading and inconsistent
  1305. # [18:47] * @smaug hates inconsistent UIs
  1306. # [18:47] <nemo> that too
  1307. # [18:47] <@smaug> ...and APIs
  1308. # [18:47] <Ms2ger> And specs
  1309. # [18:47] * Joins: terrence (terrence@moz-7109B35.lightspeed.sntcca.sbcglobal.net)
  1310. # [18:47] <@smaug> Ms2ger: well, I was thinking whether I write API or spec :)
  1311. # [18:47] <nemo> smaug: not to mention screens are steadily widening, so the savings are rather minor
  1312. # [18:48] <Jesse> i think we should hide https and show http
  1313. # [18:48] * Joins: sfink (chatzilla@moz-AFCEDF1F.dsl.pltn13.sbcglobal.net)
  1314. # [18:48] <nemo> smaug: heck. mozilla is greying out everything but the domain anyway
  1315. # [18:48] <nemo> that suggests that they don't care about the url.
  1316. # [18:48] <nemo> so the 7 characters at start are not a big deal
  1317. # [18:48] * Joins: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net)
  1318. # [18:48] <Ms2ger> Speaking of specs... smaug, you don't feel like writing some spec text for the new mutation stuff? :)
  1319. # [18:49] * Joins: erione (erione@A85DE847.9EB2C7B0.C752B3FA.IP)
  1320. # [18:49] <@smaug> once I get rid of this cycle collection stuff and finish the implementation
  1321. # [18:49] <Ms2ger> Once your todo list is empty, is that what you're saying? ;)
  1322. # [18:51] <@smaug> my todo list is atm : decrease CC times and finalize MutationObserver
  1323. # [18:51] <@smaug> (and review)
  1324. # [18:52] * Quits: vikram360 (vikram360@3582509.8274BA73.2A068A5E.IP) (Ping timeout)
  1325. # [18:52] <Ms2ger> Oh, something else
  1326. # [18:52] <@smaug> (and review specs)
  1327. # [18:52] <@smaug> I should read the Shadow DOM / Component stuff
  1328. # [18:52] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  1329. # [18:53] <azakai|2> is there a way to see what revision I am on, after I do hg update -r NUM (and I forget what NUM was)? hg tip gives the latest revision, not the one I updated to
  1330. # [18:53] <@smaug> currently I think that is not the right way to do things
  1331. # [18:53] <Ms2ger> smaug, do you know of any script-visible differences between opt and debug builds, except for object stringification?
  1332. # [18:54] <@smaug> debug builds can call some DOMWindowUtil methods, IIRC
  1333. # [18:54] <@smaug> without any security checks, IIRC
  1334. # [18:54] * Quits: mjessome (mjessome@moz-57FFFC4E.cpe.net.cable.rogers.com) (Ping timeout)
  1335. # [18:54] <@smaug> but in general, I don't recall anything major
  1336. # [18:54] <Ms2ger> Good
  1337. # [18:55] <@smaug> why, may I ask?
  1338. # [18:55] <Ms2ger> I'm importing AryehGregor's tests
  1339. # [18:56] <@smaug> to mochitest?
  1340. # [18:56] <Ms2ger> And wondering if my time would be better spend convincing him to change that one test, or implementing something to ok/todo tests depending on opt/debug
  1341. # [18:56] <@smaug> I assume you're reviewing those tests too :)
  1342. # [18:56] <Ms2ger> mochitest-ish
  1343. # [18:56] <mounir> Ms2ger: which ones?
  1344. # [18:57] <Ms2ger> Range, atm
  1345. # [18:57] <Ms2ger> And trying to make it easy to import more
  1346. # [18:57] <Ms2ger> smaug, not really, do you know how big they are? :)
  1347. # [18:57] <Ms2ger> I sure hope whoever fixes the failures will review them
  1348. # [18:58] <@smaug> are there many failures?
  1349. # [18:58] <Ms2ger> His WebIDL test, yes :)
  1350. # [18:58] <Ms2ger> Range, not so much
  1351. # [18:58] <Ms2ger> Well, not so much relatively speking
  1352. # [18:58] <Ms2ger> +a somewhere
  1353. # [18:59] <@smaug> oh, well, WebIDL is changing still so much so I wouldn't import those tests
  1354. # [18:59] <@smaug> and I assume WebIDL tests fail on every browser pretty badly
  1355. # [18:59] <Ms2ger> Yeah, they do
  1356. # [19:00] <Ms2ger> I think it would be useful to have the coverage as we're working on dom bindings
  1357. # [19:00] <Ms2ger> If only so we notice subtle behaviour changes
  1358. # [19:01] <Ms2ger> https://hg.mozilla.org/try/file/cbbc2252f511/dom/tests/mochitest/w3c/webapps.json is the list of failures
  1359. # [19:01] <edmorley> do talos changes such as that in bug 685183 need reconfigs or whatever? or will it have taken immediate effect (and as such be the cause of the failures on inbound and m-c)
  1360. # [19:01] <Ms2ger> 5000 lines :/
  1361. # [19:01] * Joins: davida (davida@7C6AF67A.E28A535B.B97E6502.IP)
  1362. # [19:01] <Ms2ger> jmaher, ^
  1363. # [19:02] <davida> aren't addons supposed to be compatible by default now? mass password reset can't be installed w/ nightlies...
  1364. # [19:02] <gavin> jdm: fwiw requesting review from firefox-reviewers isn't too useful, untargeted requests are already sent to the list
  1365. # [19:02] <jdm> gavin: oh, that's useful
  1366. # [19:03] <jdm> gavin: every untargeted review, or just in some product?
  1367. # [19:03] <gavin> in the Firefox product
  1368. # [19:04] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1369. # [19:05] <KWierso> davida: yeah
  1370. # [19:05] <@smaug> interesting, I have few clang processes doing nothing
  1371. # [19:05] <@smaug> and I'm not compiling anything
  1372. # [19:06] <@smaug> perhaps I should switch back to gcc
  1373. # [19:06] <@smaug> which gives less annoying warnings
  1374. # [19:07] <@smaug> (I haven't noticed any significant performance difference between clang and gcc)
  1375. # [19:07] <Ms2ger> Heresy! ;)
  1376. # [19:08] * Quits: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net) (Input/output error)
  1377. # [19:08] <KWierso> gavin: you're on the list of developers for mass password reset, can you see what's going on for davida? :)
  1378. # [19:10] * Joins: dao (dao@moz-2776D84B.superkabel.de)
  1379. # [19:11] * Quits: kdc (kdc@moz-2ACC6B38.pk.shawcable.net) (Ping timeout)
  1380. # [19:13] * Joins: kdc (kdc@moz-2ACC6B38.pk.shawcable.net)
  1381. # [19:13] <KWierso> davida: actually, if I look at the extension's install.rdf file, the claimed maxVersion is 3.6a1pre, which doesn't meet the "compatible by default" minimum of 4.0
  1382. # [19:14] * Joins: mib_av04m8 (Mibbit@678E8955.EC53BFF7.1D5753B8.IP)
  1383. # [19:14] * Quits: mib_av04m8 (Mibbit@678E8955.EC53BFF7.1D5753B8.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1384. # [19:14] * Joins: mib_i36ekl (Mibbit@678E8955.EC53BFF7.1D5753B8.IP)
  1385. # [19:14] <KWierso> since the devs are apparently bumping the maxversion from AMO's interface (which doesn't bump the install.rdf maxversion), AMO's claimed maxversion of 11.0a1 doesn't matter
  1386. # [19:15] <gavin> KWierso: the amo version is all that matters when installing from there
  1387. # [19:15] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1388. # [19:15] <KWierso> gavin: it's being rejected when I try to install on Nightly, though
  1389. # [19:15] * Quits: mib_i36ekl (Mibbit@678E8955.EC53BFF7.1D5753B8.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1390. # [19:16] * Joins: napoleon (Mibbit@678E8955.EC53BFF7.1D5753B8.IP)
  1391. # [19:16] <gavin> I'll bump the maxversion
  1392. # [19:17] * Joins: bernd (chatzilla@moz-461277E8.superkabel.de)
  1393. # [19:17] <KWierso> gavin: changing extensions.minCompatibleAppVersion to 3.5 and extensions.minCompatiblePlatformVersion to 1.9.1 in about:config lets it install
  1394. # [19:18] <davida> KWierso: ah, ok.
  1395. # [19:18] * Joins: Joeh (joe@5A3923AA.BC22908.C7CEC4ED.IP)
  1396. # [19:19] <gavin> KWierso: sounds like a bug worth fixing
  1397. # [19:19] * KWierso looks at Unfocused...
  1398. # [19:20] <gavin> anyhow I bumped the maxVersion
  1399. # [19:20] <gavin> should take effect shortly
  1400. # [19:20] * Quits: Suresh (chatzilla@D025180D.607962E.EB06F97B.IP) (Ping timeout)
  1401. # [19:20] <KWierso> gavin: or maybe changing those prefs didn't do anything, but I managed to catch your bump at the same time
  1402. # [19:21] * Quits: tonymec|away (tonymec@moz-B5DD3AB.adsl-dyn.isp.belgacom.be) (Ping timeout)
  1403. # [19:22] * Quits: napoleon (Mibbit@678E8955.EC53BFF7.1D5753B8.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1404. # [19:23] <Ms2ger> gavin, hmm, so can I now just request review from the wind in Firefox?
  1405. # [19:23] * Joins: Suresh (chatzilla@D025180D.607962E.EB06F97B.IP)
  1406. # [19:25] * Quits: lurking_work (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.87 [Firefox 9.0.1/20111220165912])
  1407. # [19:25] <jmaher> edmorley: the talos changes need to be rolled out by releng atm
  1408. # [19:26] <jmaher> so we make a lot of changes and then get it deployed during a reconfig or releng downtime
  1409. # [19:26] <Ms2ger> So why did you break it all? :)
  1410. # [19:26] <jmaher> Ms2ger: lol
  1411. # [19:26] <@smaug> Ms2ger: that would be nice for dom too. Each peer could then review equal amounts patches.
  1412. # [19:26] <edmorley> jmaher: any idea what could have broken things at 7am MVT today?
  1413. # [19:26] <edmorley> (filing bug atm)
  1414. # [19:26] <Ms2ger> smaug, well, no, I think you and bz would end up reviewing even more :)
  1415. # [19:26] * @smaug assumes he will not reach 60 reviews this month
  1416. # [19:26] <jmaher> edmorley: no idea; I suspect there was either a hiccup on the network
  1417. # [19:27] <jmaher> or maybe some issues with disks on certain slaves
  1418. # [19:28] <edmorley> jmaher: multiple machines, trees and for several hours
  1419. # [19:28] <jmaher> edmorley: hmm
  1420. # [19:29] * Quits: kdc (kdc@moz-2ACC6B38.pk.shawcable.net) (Ping timeout)
  1421. # [19:29] <edmorley> https://tbpl.mozilla.org/?jobname=talos%20tp and https://tbpl.mozilla.org/?tree=Mozilla-Inbound&jobname=talos%20tp (plus obviously press down a few)
  1422. # [19:29] <jmaher> odd that we are getting crashes and timeouts
  1423. # [19:29] * Joins: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk)
  1424. # [19:30] <azakai|2> if a bug introduces a regression, and i file a bug for the regression, does it depend on or block the original bug?
  1425. # [19:30] * Quits: pranavrc (pranavrc@45573379.3EA6E12E.520CDC98.IP) (Quit: Ping timeout: ∞)
  1426. # [19:30] * Joins: kdc (kdc@moz-2ACC6B38.pk.shawcable.net)
  1427. # [19:31] <edmorley> azakai|2: block :-)
  1428. # [19:31] <azakai|2> thanks edmorley, i always get mixed up by that for some reason
  1429. # [19:31] <jmaher> edmorley: so this is the first instance I see on inbound: https://tbpl.mozilla.org/?tree=Mozilla-Inbound&jobname=talos%20tp&rev=757a48403154
  1430. # [19:32] <jmaher> and that is on osx 64 bit
  1431. # [19:32] <edmorley> azakai|2: I remember it as "the regression blocks the original landing from being truly fixed" (and therefore verified)
  1432. # [19:32] <jmaher> edmorley: but the frequency of that is pretty high; wonder if the responsiveness stuff is causing it to crash; that has been live for almost 2 months, but we had troubles initially with osx crashes
  1433. # [19:33] <azakai|2> edmorley: ah, nice
  1434. # [19:33] <jmaher> edmorley: it all sounds like a slave issue
  1435. # [19:33] <jmaher> or a drive that serves the files got corrupted
  1436. # [19:34] <edmorley> yeah that would make sense
  1437. # [19:34] <jmaher> ok, afk for a few hours- nice sunny day
  1438. # [19:35] <gavin> Ms2ger: not if you want review
  1439. # [19:35] * jmaher is now known as jmaher|afk
  1440. # [19:35] <Ms2ger> Alright
  1441. # [19:35] <Ms2ger> Not that I want reviews in Firefox :)
  1442. # [19:37] * Quits: dao (dao@moz-2776D84B.superkabel.de) (Connection reset by peer)
  1443. # [19:38] * Joins: dao (dao@moz-2776D84B.superkabel.de)
  1444. # [19:39] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  1445. # [19:39] * Joins: dao1 (dao@moz-2776D84B.superkabel.de)
  1446. # [19:40] * Quits: dao (dao@moz-2776D84B.superkabel.de) (Ping timeout)
  1447. # [19:42] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1448. # [19:43] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1449. # [19:44] * Quits: dao1 (dao@moz-2776D84B.superkabel.de) (Ping timeout)
  1450. # [19:44] * Quits: erione (erione@A85DE847.9EB2C7B0.C752B3FA.IP) (Quit: Leaving)
  1451. # [19:45] * Joins: tonymec__ (tonymec@33BFA184.19B644FB.277517C1.IP)
  1452. # [19:45] * tonymec__ is now known as tonymec|away
  1453. # [19:49] * Quits: necolas (necolas@moz-4197BE5D.bb.sky.com) (Ping timeout)
  1454. # [19:50] * Joins: dao (dao@moz-2776D84B.superkabel.de)
  1455. # [19:50] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  1456. # [19:52] * Joins: erione (erione@1211E0A3.44919EA8.C752B3FA.IP)
  1457. # [19:52] * Quits: davida (davida@7C6AF67A.E28A535B.B97E6502.IP) (Input/output error)
  1458. # [19:54] * Joins: Jonathan- (JonathanS@moz-EF2236DC.geekbouncer.co.uk)
  1459. # [19:58] * Joins: necolas (necolas@moz-4197BE5D.bb.sky.com)
  1460. # [19:59] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  1461. # [20:00] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  1462. # [20:02] * Quits: mfinkle (mfinkle@moz-564248AF.hsd1.pa.comcast.net) (Ping timeout)
  1463. # [20:02] * Quits: necolas (necolas@moz-4197BE5D.bb.sky.com) (Ping timeout)
  1464. # [20:02] * Quits: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net) (Quit: damons)
  1465. # [20:03] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  1466. # [20:06] * Joins: mfinkle (mfinkle@moz-564248AF.hsd1.pa.comcast.net)
  1467. # [20:08] * Quits: grubshka (grubshka@moz-8631B959.w86-216.abo.wanadoo.fr) (Ping timeout)
  1468. # [20:09] * Joins: northAway (northWind@2F50C7BC.10A7D831.6816E6B7.IP)
  1469. # [20:14] * Quits: northAway (northWind@2F50C7BC.10A7D831.6816E6B7.IP) (Ping timeout)
  1470. # [20:14] * Quits: kdc (kdc@moz-2ACC6B38.pk.shawcable.net) (Ping timeout)
  1471. # [20:15] * Joins: Mossop (mossop@moz-E325C2EC.dsl.dynamic.sonic.net)
  1472. # [20:18] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
  1473. # [20:20] * Quits: Suresh (chatzilla@D025180D.607962E.EB06F97B.IP) (Quit: ChatZilla 0.9.88 [Firefox 9.0/20111130065942])
  1474. # [20:21] * Quits: jlebar (jlebar@moz-3F3A6302.dyn.columbia.edu) (Input/output error)
  1475. # [20:23] * Quits: gerv (gerv@moz-24D790B4.rb5.adsl.brightview.com) (Quit: Leaving.)
  1476. # [20:27] * Joins: grubshka (grubshka@moz-8631B959.w86-216.abo.wanadoo.fr)
  1477. # [20:28] <Unfocused> KWierso: minCompatibleAppVersion / minCompatiblePlatformVersion apply to compatibility rages regardless of where they comes from (instal.rdf or AMO), pretty sure you're hitting an AMO bug :\ (bug 714698)
  1478. # [20:28] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  1479. # [20:28] * Joins: bholley_ (bholley@moz-104CC309.mv.mozilla.com)
  1480. # [20:29] <KWierso> Unfocused: yeah, Mossop already duped my bug onto that one
  1481. # [20:29] <KWierso> thanks
  1482. # [20:29] <Unfocused> :)
  1483. # [20:30] * Joins: gandalf (zbraniecki@moz-E31CD2CB.mozilla.org)
  1484. # [20:30] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Ping timeout)
  1485. # [20:30] * bholley_ is now known as bholley
  1486. # [20:31] * Joins: kdc (kdc@moz-2ACC6B38.pk.shawcable.net)
  1487. # [20:33] * Quits: bholley (bholley@moz-104CC309.mv.mozilla.com) (Quit: bholley)
  1488. # [20:37] * Joins: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  1489. # [20:38] <@smaug> edmorley: is it ok to push few patches?
  1490. # [20:38] <edmorley> smaug: yup :-)
  1491. # [20:39] <@smaug> k, thanks
  1492. # [20:40] * Quits: Jonathan- (JonathanS@moz-EF2236DC.geekbouncer.co.uk) (Quit: GeekBouncer - http://geekbouncer.co.uk)
  1493. # [20:40] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/0674f2bdd78b - Olli Pettay - Bug 716006 - Don't traverse NodeInfoManager so much, r=jst, mccr8
  1494. # [20:40] <firebot> http://hg.mozilla.org/mozilla-central/rev/4052f4936e1c - Olli Pettay - Bug 714633 - Release message manager related data structures more aggressively, part2, r=jst
  1495. # [20:40] <Ms2ger> / *\(\&([^&])\)(:)?$/
  1496. # [20:40] <firebot> http://hg.mozilla.org/mozilla-central/rev/39a83f2080dc - Olli Pettay - Bug 714633 - Release message manager related data structures more aggressively, r=jst
  1497. # [20:40] * Joins: necolas (necolas@moz-4197BE5D.bb.sky.com)
  1498. # [20:41] <@smaug> Ms2ger: ?
  1499. # [20:41] <Ms2ger> An awful regexp I just stumbled upon
  1500. # [20:42] * Quits: necolas (necolas@moz-4197BE5D.bb.sky.com) (Ping timeout)
  1501. # [20:42] <mauke> what's it for?
  1502. # [20:44] <Callek> mauke: making your brain spin
  1503. # [20:44] <mauke> not really
  1504. # [20:44] <mauke> regexes are easy
  1505. # [20:44] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 9.0.1/20111223083612])
  1506. # [20:44] * Joins: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net)
  1507. # [20:44] <jbuck> if you're a state machine!
  1508. # [20:44] <mauke> I am
  1509. # [20:44] <Callek> (&foo): at EOL
  1510. # [20:44] <mauke> and almost all of that regex is potentially justifiable (with the exception of \&)
  1511. # [20:45] <mauke> missing a + then
  1512. # [20:45] <Callek> preceded by 0 or more whitespace
  1513. # [20:45] <Callek> well : is ()? so its optional
  1514. # [20:45] <mauke> I know what it matches
  1515. # [20:46] <Callek> mauke: ooo I don't know what it matches, since I don't know where its run, if you do tell me :-0
  1516. # [20:46] <mauke> what?
  1517. # [20:49] * Quits: erione (erione@1211E0A3.44919EA8.C752B3FA.IP) (Quit: Leaving)
  1518. # [20:50] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  1519. # [20:50] * Joins: JonathanS (JonathanS@moz-FA436756.cfl.res.rr.com)
  1520. # [20:54] * Joins: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net)
  1521. # [20:55] <bbondy> taras: Is the about:startup extension a good one to use for startup time testing? Also should I be rebooting in between startups?
  1522. # [21:00] * Joins: vikram360 (vikram360@3582509.8274BA73.2A068A5E.IP)
  1523. # [21:00] * Joins: nhirata (nhirata.bu@moz-2A9C9106.hsd1.ca.comcast.net)
  1524. # [21:01] <gaston> that's cold start vs warm start
  1525. # [21:01] <gaston> if you reboot it's a cold start
  1526. # [21:02] <bbondy> k so I guess warm starts aren't as useful
  1527. # [21:03] <WG9s> gaston: well that is not exactly true a you just downloaded a new version and installed it and never ran it before without doing a reboot. that is still a coldstart on first fun is it not?
  1528. # [21:05] <WG9s> It is certainly a coldstart if you never had any version of Firefox ever installed before so coldstart/warmstart is unrelated to OS reboots.
  1529. # [21:05] <froydnj> not necessarily, because the install is probably in the OS's file cache?
  1530. # [21:06] <WG9s> It could be related but is really an entirely separate concept.
  1531. # [21:06] <froydnj> I meant that start after install is not necessarily a coldstart
  1532. # [21:07] <bbondy> would be useful to know if you install do a diff path
  1533. # [21:07] <bbondy> if it is just as good as reboot
  1534. # [21:07] <WG9s> Yes all I meant was a reboot was not the only way to get a coldstart.
  1535. # [21:07] * mattwoodrow|away is now known as mattwoodrow
  1536. # [21:07] <WG9s> So like I sadi the reboot issue is really not the point.
  1537. # [21:08] <bbondy> could I install 6 of the same builds to 6 diff locations and avoid 6 restarts?
  1538. # [21:08] * Joins: hub (hub@moz-E2FCA694.figuiere.net)
  1539. # [21:10] * Quits: KLB (Kenneth_Ba@moz-CB90BBF2.maine.res.rr.com) (Ping timeout)
  1540. # [21:11] <qheaden> Unfocused: Hello :-) . I submitted a small patch for the addon manager search bug just to see if I am moving in the right direction.
  1541. # [21:11] <WG9s> Oh so trying to do 6 test of something by installign the same version side-by-side 6 time? Well, depending on what you are trying to isolate, to completely isolate them you would need ot have them use 6 different profiles.
  1542. # [21:13] <bbondy> just want to measure cold startup time 6 times in a row
  1543. # [21:13] <bbondy> with diff builds
  1544. # [21:13] <bbondy> I think reboot is safest
  1545. # [21:14] * Joins: KLB (Kenneth_Ba@moz-CB90BBF2.maine.res.rr.com)
  1546. # [21:14] * Quits: KLB (Kenneth_Ba@moz-CB90BBF2.maine.res.rr.com) (Quit: ChatZilla 0.9.88 [Firefox 9.0.1/20111220165912])
  1547. # [21:14] <bbondy> and will give the most consistent results
  1548. # [21:15] * Joins: rwaldron (rwaldron@moz-71B3012E.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com)
  1549. # [21:17] <WG9s> bbondy: yes measuring the same way is generally better to get consistent results that would then have statistical significance.
  1550. # [21:18] <WG9s> I did not understand the original basis for the question.
  1551. # [21:18] <WG9s> I came in late here I guess
  1552. # [21:19] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Ping timeout)
  1553. # [21:20] * Quits: rwaldron (rwaldron@moz-71B3012E.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com) (Quit: Leaving...)
  1554. # [21:20] <Callek> bbondy: yea, imo I would restart each time, safe that way as your test :-)
  1555. # [21:20] * Quits: bernd (chatzilla@moz-461277E8.superkabel.de) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.4/2008111312])
  1556. # [21:20] <Callek> bbondy: of course if you're making automated tests for it, might want to investigate if the "put the build elsewhere" is enough :-)
  1557. # [21:20] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  1558. # [21:21] <bbondy> no automated tests, just investigating bug 692255
  1559. # [21:21] * Joins: whimboo (whimboo@moz-1A55F994.a2c-250-239.astra2connect.com)
  1560. # [21:24] <WG9s> bbondy: OIC that is the whole as far as i can see, no one has EVER manged to prove to me that any applications starts faster because fo the Windows prefetch data. Everything including just getting your system to actually be responsive at all can be improved by nuking the windows prefetch folder.
  1561. # [21:24] <Callek> bbondy: two comments: #1 https://bugzilla.mozilla.org/attachment.cgi?id=586721&action=diff#a/toolkit/components/maintenanceservice/workmonitor.cpp_sec2 you dropped the log, #2 does this have to be done by maintenance service, (remember SeaMonkey can't use it yet, since we can't sign our updates
  1562. # [21:24] <bbondy> WG9s: ya taras' suggestion was to nuke the prefetch files for faster FF startup on windows
  1563. # [21:24] <WG9s> This si really a Microsoft issue and not a Mozilla issue. but then it does make us slower.
  1564. # [21:25] <WG9s> yes my feeling is nuke the prefetch files to jsut make windows faster in general.
  1565. # [21:25] <bbondy> thx will fix the log for unrecognized commands
  1566. # [21:26] <WG9s> This was just a very poor implemetation of a something by Microsoft to start with that I have not found anything that is not slower becasue of it.
  1567. # [21:26] <bbondy> Callek: Perhaps on some OS we can bypass the service (XP?) but for sure on VIsta and possibly win7 you need to be elevated
  1568. # [21:26] * Quits: mjschranz (chatzilla@moz-6FE6B833.cpe.net.cable.rogers.com) (Ping timeout)
  1569. # [21:27] <Callek> bbondy: ahh, is there a way for SeaMonkey then to be able to use the service WITHOUT using it for updates?
  1570. # [21:27] <bbondy> Callek: Also the service can start to be used for other things even if it's not yet used for update.
  1571. # [21:27] <bbondy> ;)
  1572. # [21:28] <Callek> bbondy: basically if we use it for things other than update at all, I want a way to install it/use it for SeaMonkey without using it for updates ;-)
  1573. # [21:28] * Joins: BenB (ben@B911518A.DD7DF417.DDA41192.IP)
  1574. # [21:28] <Callek> bbondy: and the other caveat I just thought of, is that we need to keep the service named differently for SM and Firefox!
  1575. # [21:28] <Callek> (and thunderbird)
  1576. # [21:28] <Callek> I don't know if it works just fine that way :-)
  1577. # [21:28] <bbondy> Callek: Callek: the plan was to use the same service across products, but that is subject to change.
  1578. # [21:28] <BenB> hey... why would directory service.get("ComsD") fail, but "CurProcD" works? this is seamonkey, self-compiled.
  1579. # [21:28] <bbondy> Callek: Also there is no harm in it being able to process updates, just don't add application code to use the service.
  1580. # [21:29] <Callek> bbondy: my concern is if we have a Firefox 12 installed, but a SeaMonkey based on Gecko 15
  1581. # [21:29] <Callek> for example
  1582. # [21:29] <bbondy> understood, as is now you will be using the newest version.
  1583. # [21:29] <bbondy> for all.
  1584. # [21:29] <Callek> bbondy: is the service exe installed/stored outside of Program Files?
  1585. # [21:30] <bbondy> and it will always be backwards compatible
  1586. # [21:30] <bbondy> Callek: always in program files, on x64 here: C:\Program Files (x86)\Mozilla Maintenance Service
  1587. # [21:30] <BenB> bbondy: we've tried to use common services for all mozilla apps in the past. see e.g. "GRE". always ended up a disaster with lookup, versions, uninstall, so we stopped.
  1588. # [21:30] <Callek> ahh stored as Mozilla Maintenance Service"
  1589. # [21:31] <Callek> bbondy: ok, I'll have to help test/figure out that stuff then, but if its used for other things I'll want to get it used in SeaMonkey :)
  1590. # [21:31] <BenB> bbondy: are you sure there's no Windows service that we can ask to keep us uptodate?
  1591. # [21:31] <BenB> MSI or anything like that?
  1592. # [21:31] <Callek> BenB: well we also don't ship an msi yet
  1593. # [21:31] <BenB> Callek: I know. but it's highly requested.
  1594. # [21:32] <Callek> bbondy: well if you Uninstall Firefox via windows applications display, does it uninstall the service?
  1595. # [21:32] <bbondy> BenB: the service does not handle updates itself, it bypasses the uac prompt
  1596. # [21:32] <Callek> or does the service stay?
  1597. # [21:32] <BenB> and instead of puring time into writing a system service, and all the issues you discuss, would be better spent with MSI
  1598. # [21:32] <bbondy> Callek: no it is a diff product basically included in Firefox installs
  1599. # [21:32] <Callek> (as in, if Seamonkey was installed later, but is still present)
  1600. # [21:32] <Callek> bbondy: ok, just "making sure"
  1601. # [21:32] <BenB> bbondy: yuck
  1602. # [21:32] <bbondy> Callek: It's a separate product, and you can uninstall it via add/remove programs
  1603. # [21:34] <BenB> bbondy: this sounds like a big mess, all of that: separate service, versioning, uninstall, security problems.
  1604. # [21:34] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1605. # [21:34] <BenB> bbondy: users hate it when they have more than one uninstaller for a program in the Windows "add/remove" list
  1606. # [21:35] <bbondy> BenB: Please read the feature page: https://wiki.mozilla.org/Silent_Update and implementation page: https://wiki.mozilla.org/Windows_Service_Silent_Update I'm afraid you are making some snap judgments with a poor understanding of the history of the task.
  1607. # [21:35] * Joins: necolas (necolas@moz-4197BE5D.bb.sky.com)
  1608. # [21:35] <BenB> bbondy: yes, I only vaguely understand the task. but I think I do understand the implications of the road you venture, and I think they are worse than the feature you implement.
  1609. # [21:36] * Joins: mjessome (mjessome@moz-57FFFC4E.cpe.net.cable.rogers.com)
  1610. # [21:36] * Joins: RyanVM (chatzilla@moz-D04D3C77.phlapa.fios.verizon.net)
  1611. # [21:37] * Quits: necolas (necolas@moz-4197BE5D.bb.sky.com) (Ping timeout)
  1612. # [21:37] <bbondy> I'm willing to discuss it more privately with you but only after you read all of that data. Alternately if you'd like we can setup a call with the silent update team once you're up to speed. I see no benefit in discussing this more here at this time.
  1613. # [21:38] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  1614. # [21:39] <BenB> bbondy: I know where you are coming from, but please see where I am coming from: me, and many others like it very much that firefox does not leave trails on the machine. install is just dropping in a directory, and uninstall is deleting that directory. that is a highly appreciated feature byitself, and you're just making that go away. I'm just saying that there's a significant downside to that approach.
  1615. # [21:40] <BenB> I'll leave it at that, and just hope that you will find another solution.
  1616. # [21:40] <bbondy> BenB: Please post a new bug in bugzilla and CC netzen@gmail.com and robert.bugzilla@gmail.com and we can discuss it in the context of that bug. Thanks.
  1617. # [21:41] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  1618. # [21:44] * Parts: mcmanus (mcmanus@moz-FE9B5BFD.twcny.res.rr.com)
  1619. # [21:45] * Joins: victorporo (victorporo@BCAA178E.F4308271.4873E54D.IP)
  1620. # [21:45] * Quits: victorporof (victorporo@BCAA178E.F4308271.4873E54D.IP) (Connection reset by peer)
  1621. # [21:46] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1622. # [21:47] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1623. # [21:53] * Quits: dmb (dmb@moz-3565FEE9.da4.org) (Ping timeout)
  1624. # [21:53] * Joins: necolas (necolas@moz-4197BE5D.bb.sky.com)
  1625. # [21:53] * Joins: dmb (dmb@moz-3565FEE9.da4.org)
  1626. # [21:55] * Quits: necolas (necolas@moz-4197BE5D.bb.sky.com) (Ping timeout)
  1627. # [21:56] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  1628. # [21:56] * Joins: jwq (chatzilla@moz-12623DCD.cable.telstraclear.net)
  1629. # [21:56] * mattwoodrow is now known as mattwoodrow|away
  1630. # [21:58] <bbondy> Callek: Regarding our previous conversation about using the service without updates, you'd be able to do this by not having "app.update.service.enabled", true in your default settings and by having --enable-maintenance-service in your .mozconfig
  1631. # [21:59] * Joins: davidillsley (chatzilla@moz-788CB5F.bethere.co.uk)
  1632. # [21:59] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  1633. # [22:01] * Quits: mjessome (mjessome@moz-57FFFC4E.cpe.net.cable.rogers.com) (Ping timeout)
  1634. # [22:02] * Quits: msucan (msucan-@FA9E8863.56E67207.699550A1.IP) (Quit: .)
  1635. # [22:04] * Joins: evilpie (evilpie@moz-183F0B3B.pools.arcor-ip.net)
  1636. # [22:06] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  1637. # [22:06] <Unfocused> qheaden: ok, i'll look at it when i can. i'm just about to head out of town for the next 2 days, so there may be some lag
  1638. # [22:07] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  1639. # [22:08] * Quits: Ms2ger (Ms2ger@BC26F741.EF996B99.37724B0D.IP) (Quit: nn)
  1640. # [22:08] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  1641. # [22:09] <qheaden> Unfocused: Ok, no problem. Just wanted to put you on alert.
  1642. # [22:10] * qheaden is now known as qheaden_away
  1643. # [22:11] * Joins: KLB (Kenneth_Ba@moz-CB90BBF2.maine.res.rr.com)
  1644. # [22:12] * victorporo is now known as victorporof
  1645. # [22:13] * Quits: Mossop (mossop@moz-E325C2EC.dsl.dynamic.sonic.net) (Ping timeout)
  1646. # [22:24] * Joins: adoria0000 (Mibbit@moz-6A2F8267.osaka.ocn.ne.jp)
  1647. # [22:27] * Quits: geoffbrown (geoffbrown@moz-E63016E2.vc.shawcable.net) (Quit: geoffbrown)
  1648. # [22:27] * Quits: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net) (Ping timeout)
  1649. # [22:27] * Quits: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP) (Quit: Leaving)
  1650. # [22:28] * Joins: rwaldron (rwaldron@moz-71B3012E.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com)
  1651. # [22:29] * Joins: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net)
  1652. # [22:32] * Quits: CwiiisAway (cwiiis@moz-F15E698.croy.cable.virginmedia.com) (Ping timeout)
  1653. # [22:33] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  1654. # [22:33] * Quits: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net) (Ping timeout)
  1655. # [22:34] * Quits: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com) (Client exited)
  1656. # [22:37] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  1657. # [22:38] * Quits: rwaldron (rwaldron@moz-71B3012E.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com) (Quit: Leaving...)
  1658. # [22:38] * Quits: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP) (Ping timeout)
  1659. # [22:39] * Joins: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP)
  1660. # [22:40] * Joins: CwiiisAway (cwiiis@moz-F15E698.croy.cable.virginmedia.com)
  1661. # [22:41] * Quits: mdr (chatzilla@moz-DECFDD00.phlapa.fios.verizon.net) (Client exited)
  1662. # [22:45] * Joins: alex (alex@moz-BD8D0A09.lightspeed.sntcca.sbcglobal.net)
  1663. # [22:45] * Joins: mdr (chatzilla@moz-DECFDD00.phlapa.fios.verizon.net)
  1664. # [22:46] * merike is now known as merike|away
  1665. # [22:51] * Parts: qheaden_away (qheaden@moz-67E02157.nrflva.fios.verizon.net)
  1666. # [22:52] * Joins: necolas (necolas@moz-C8C6D8F3.bb.sky.com)
  1667. # [22:53] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1668. # [22:53] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Ping timeout)
  1669. # [22:55] * Quits: JonathanS (JonathanS@moz-FA436756.cfl.res.rr.com) (Quit: Computer has gone to sleep.)
  1670. # [23:01] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  1671. # [23:02] * khuey|away is now known as khuey
  1672. # [23:05] * Joins: darktrojan (geoff@moz-57EC95C5.dsl.telstraclear.net)
  1673. # [23:06] * khuey is now known as khuey|away
  1674. # [23:06] * Quits: dao (dao@moz-2776D84B.superkabel.de) (Quit: Leaving.)
  1675. # [23:09] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
  1676. # [23:13] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 9.0.1/20111223083612])
  1677. # [23:14] * Joins: lsumar (lsumar@4548E2C6.EE84D258.11F528CC.IP)
  1678. # [23:20] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  1679. # [23:20] <darktrojan> erk, the devmo skin uses the same files as the old one
  1680. # [23:20] * bwinton_away is now known as bwinton
  1681. # [23:20] <darktrojan> so it gets messed up until the cache is updated
  1682. # [23:20] * Quits: TheLink (TheLink@moz-7E63266B.hsi5.kabel-badenwuerttemberg.de) (Client exited)
  1683. # [23:21] * Quits: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1684. # [23:22] <darktrojan> but on the other hand, it is hot
  1685. # [23:22] * Quits: ddahl (ddahl@moz-6971CF66.hsd1.il.comcast.net) (Ping timeout)
  1686. # [23:25] <Callek> who is familiar with where to move a js::gc::PushMarkStack crash bug to?
  1687. # [23:27] * Joins: JonathanS (JonathanS@moz-FA436756.cfl.res.rr.com)
  1688. # [23:27] * Quits: whimboo (whimboo@moz-1A55F994.a2c-250-239.astra2connect.com) (Quit: Leaving.)
  1689. # [23:28] * Joins: squib (squib@moz-F5CA0CFB.dhcp.mdsn.wi.charter.com)
  1690. # [23:29] * bwinton is now known as bwinton_away
  1691. # [23:30] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  1692. # [23:31] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  1693. # [23:33] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1694. # [23:38] * Quits: Joeh (joe@5A3923AA.BC22908.C7CEC4ED.IP) (Quit: Joeh)
  1695. # [23:39] * Quits: squib (squib@moz-F5CA0CFB.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1696. # [23:39] * Joins: mjessome (mjessome@moz-57FFFC4E.cpe.net.cable.rogers.com)
  1697. # [23:45] * Joins: claude (Mibbit@643A5F66.CCD581C7.B580DEC.IP)
  1698. # [23:46] * Quits: claude (Mibbit@643A5F66.CCD581C7.B580DEC.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1699. # [23:46] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  1700. # [23:46] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  1701. # [23:49] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1702. # [23:49] * Quits: mjessome (mjessome@moz-57FFFC4E.cpe.net.cable.rogers.com) (Ping timeout)
  1703. # [23:53] * Quits: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net) (Quit: raccettura)
  1704. # [23:55] * Joins: josh (josh@moz-D388135.ips.cpinternet.com)
  1705. # [23:55] * Quits: josh (josh@moz-D388135.ips.cpinternet.com) (Quit: josh)
  1706. # [23:55] * Joins: Ally (textual@moz-FA6433F7.range86-150.btcentralplus.com)
  1707. # [23:57] * Quits: jwq (chatzilla@moz-12623DCD.cable.telstraclear.net) (Quit: ChatZilla 0.9.88 [SeaMonkey 2.0.14/20110420224852])
  1708. # Session Close: Sun Jan 08 00:00:02 2012

The end :)