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

Options:

  1. # Session Start: Fri Jan 20 00:00:00 2012
  2. # Session Ident: #developers
  3. # [00:00] <ehsan> (the machine is alive again)
  4. # [00:00] <azakai> gcp: heh :)
  5. # [00:01] * Quits: ericjung (Mibbit@moz-87C31D97.bostonballet.org) (Quit: http://www.mibbit.com ajax IRC Client)
  6. # [00:01] <gcp> azakai: look what you did, I have to defend hg in another thread now
  7. # [00:01] * gcp washes hands
  8. # [00:01] <azakai> heh
  9. # [00:02] * Quits: florian (florian@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.2a1pre)
  10. # [00:02] * Joins: evilpie (evilpie@moz-C63926ED.pools.arcor-ip.net)
  11. # [00:03] * Joins: birtles (chatzilla@moz-348F61F0.mozilla.or.jp)
  12. # [00:03] * Joins: alex (alex@moz-BD8D0A09.lightspeed.sntcca.sbcglobal.net)
  13. # [00:03] * Quits: victorporof (victorporo@EEFA53B9.880C8D58.79933D60.IP) (Ping timeout)
  14. # [00:04] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  15. # [00:05] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  16. # [00:05] <evilpie> bsmith: is bug 440046 still on your radar? Shouldn't be too much work as we already did quite a few reviews
  17. # [00:05] <azakai> gcp: keep up the good work with defending mq
  18. # [00:06] <bsmith> evilpie: Yes, I already told ddahl that we must make sure it gets in before the merge date.
  19. # [00:06] <gcp> you already admitted to using git. my work is done.
  20. # [00:06] <bsmith> Things are getting late but I will deal with it next week
  21. # [00:06] <azakai> heh
  22. # [00:06] <bsmith> I saw that jst just f+d my approach for the e10s side.
  23. # [00:06] <evilpie> bsmith: awesome! next time i would appreciate some comment in the bug
  24. # [00:06] <bsmith> er, native fennec side, imean.
  25. # [00:07] * Quits: dao (dao@moz-3F41077D.superkabel.de) (Quit: Leaving.)
  26. # [00:07] <bsmith> evilpie: OK
  27. # [00:07] <evilpie> thanks, makes it hard to follow otherwise from here ;)
  28. # [00:08] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Quit: restart)
  29. # [00:08] * Quits: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  30. # [00:08] * Quits: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.19/2010030105])
  31. # [00:09] <wesj> bsmith: do you have time to talk about the java crypto stuff i'm working on?
  32. # [00:09] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  33. # [00:09] <bsmith> wesj: sorry I missed your ping.
  34. # [00:10] <bsmith> which bug number?
  35. # [00:10] <bsmith> there are at least two java crypto bugs.
  36. # [00:10] <wesj> bug 718760
  37. # [00:10] <gcp> wesj: btw, final sqlitebridge landed
  38. # [00:10] <bsmith> wesj: Do you have a proposal for a design?
  39. # [00:10] <wesj> gcp: awesome. finally won't have to start every day unbitrotting you
  40. # [00:11] <bsmith> or an implementation?
  41. # [00:11] <gcp> wesj: :P well the last few days had no real user visible changes unless you have BLOB, tho
  42. # [00:11] <wesj> bsmith: i'm writing an implementation
  43. # [00:11] * Quits: dseif (dseif@32D971AB.33EE9F8A.1139E686.IP) (Input/output error)
  44. # [00:11] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jet)
  45. # [00:12] * Joins: satdav (satdav@moz-1ECB932B.cable.virginmedia.com)
  46. # [00:12] <bsmith> wesj: Do you think we need to have master password? Or, do you think that is too much of a rathole to even discuss?
  47. # [00:12] <Tobbi> This is again before I file a feature request bug: Would it be possible (or should we) display a warning in the error console when handlers like onclick, onmousedown etc. get passed something else than a variable of type function?
  48. # [00:12] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  49. # [00:12] <wesj> bsmith: well... we have mp right now, and mfinkle wants to keep it running for users without sync at least
  50. # [00:13] <wesj> but i think i can handle that on the js side
  51. # [00:13] <bsmith> wesj: OK, so then how will you get from password to encryption key?
  52. # [00:13] <wesj> if (mpenabled) use sdr, otherwise use java
  53. # [00:14] <bsmith> wesj: if there is no master password you don't have to do any crypto
  54. # [00:15] * shorlander is now known as shorlander-away
  55. # [00:15] <wesj> bsmith: i've thought about doing that. is the sec team ok with passwords stored unencrypted in signons.sqlite?
  56. # [00:15] <wesj> if so, why do we encrypt them with a null key at all?
  57. # [00:15] <bsmith> wesj: You can't ask me what secteam thinks about things
  58. # [00:15] <wesj> imelven^?
  59. # [00:16] <bsmith> wesj: do we encrypt them with a null key now, or do we encrypt them with a random key that is protected in key3.db with a null key?
  60. # [00:16] <jgilbert> rs: any chance you can answer a question about BMPs and alpha channels?
  61. # [00:16] <imelven> wesj: give me a second to catch up
  62. # [00:17] <wesj> bsmith: the later sorry
  63. # [00:17] * philor|away is now known as philor
  64. # [00:17] * Joins: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com)
  65. # [00:17] <bsmith> wesj: in the latter case, you only have to protect key3.db
  66. # [00:17] * Joins: josh (josh@moz-93871A37.dlth.qwest.net)
  67. # [00:18] * Quits: ajuma (ajuma@F2D29657.F60B0462.67AC9B1.IP) (Quit: ajuma)
  68. # [00:18] <bsmith> but, as a practical matter, if you've lost your signons database, you probably lost key3.db
  69. # [00:18] <bsmith> wesj: where are you located?
  70. # [00:18] <wesj> bsmith: sf office, you?
  71. # [00:18] * Joins: pascalc (chatzilla@moz-2CFE56C3.rev.sfr.net)
  72. # [00:19] <bsmith> wesj: SF, but not today
  73. # [00:19] <wesj> heh. do you want to meet and talk in person tomorrow?
  74. # [00:20] * Joins: mayhemer (Miranda@B3D46202.F87A741B.F23860FD.IP)
  75. # [00:20] * nthomas|away is now known as nthomas
  76. # [00:22] * Quits: @dveditz (dveditz@moz-BBE3ABD.mv.mozilla.com) (Quit: dveditz)
  77. # [00:22] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  78. # [00:22] * Quits: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP) (Quit: madhava)
  79. # [00:23] * Quits: sicking (chatzilla@moz-1FF05400.hsd1.ca.comcast.net) (Ping timeout)
  80. # [00:23] * ctalbert is now known as ctalbert|afk
  81. # [00:23] * Joins: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net)
  82. # [00:24] * shorlander-away is now known as shorlander
  83. # [00:24] * Joins: redfive (chatzilla@moz-B94E1A81.ipnetworksinc.net)
  84. # [00:25] * jaws is now known as jaws|afk
  85. # [00:25] <rs> jgilbert: I'd likely don't know the answer
  86. # [00:26] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  87. # [00:26] <imelven> wesj: i think i would prefer the password be encrypted in the signons.sqlite - although it does seem like if the key is protected with a null password (in the no master password) case it seems a little bit of questionable value
  88. # [00:26] <jgilbert> rs: alright, think I got it figured out
  89. # [00:28] * Quits: mconley (mconley@moz-9C0F4EBF.cable.teksavvy.com) (Input/output error)
  90. # [00:28] * rail is now known as rail_away
  91. # [00:29] * Quits: AaronMT (AaronMT@moz-DB17C53A.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  92. # [00:30] * Quits: Ammiel (ammiel@moz-87DF4B77.wi.res.rr.com) (Ping timeout)
  93. # [00:31] * Quits: c0smikdebris (c0smikdebr@56C13F75.E998EF1.BE90E62C.IP) (Quit: Computer has gone to sleep.)
  94. # [00:31] * Quits: db48x2 (db48x@moz-83319934.dsl.static.sonic.net) (Quit: upgrades!)
  95. # [00:32] * Joins: cadecairos (cadecairos@moz-632B4208.cpe.net.cable.rogers.com)
  96. # [00:34] * Quits: wesj (wesj@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
  97. # [00:34] * Quits: bjarne (bjarne@moz-CD574250.nextgentel.com) (Quit: Leaving.)
  98. # [00:35] * Joins: wesj (wesj@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  99. # [00:35] * Quits: TheLink (TheLink@moz-6767DFD7.pools.arcor-ip.net) (Client exited)
  100. # [00:35] * Quits: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: clee)
  101. # [00:36] * Joins: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  102. # [00:36] <doublec> mwu: sorry, server crashed and I forgot to restart the update daemon
  103. # [00:36] <doublec> mwu: restarting it now
  104. # [00:36] <gavin> bsmedberg: r? http://pastebin.mozilla.org/1455371
  105. # [00:37] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  106. # [00:37] * Quits: bb10 (bb10@moz-C7B05616.org) (Ping timeout)
  107. # [00:37] * jaws|afk is now known as jaws
  108. # [00:37] * Quits: AutomatedTester (AutomatedT@moz-1C0D73A7.as13285.net) (Quit: AutomatedTester)
  109. # [00:38] * nthomas is now known as nthomas|away
  110. # [00:39] <mwu> doublec: thanks
  111. # [00:39] * Joins: bb10 (bb10@moz-C7B05616.org)
  112. # [00:40] * bwinton is now known as bwinton_away
  113. # [00:41] * fabrice is now known as fabrice|afk
  114. # [00:41] * coop|mtg is now known as coop
  115. # [00:42] * Quits: evilpie (evilpie@moz-C63926ED.pools.arcor-ip.net) (Quit: ChatZilla 0.9.88 [Firefox 12.0a1/20120117031056])
  116. # [00:43] * Parts: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  117. # [00:44] * Joins: IanN (chatzilla@moz-3F5A461C.cable.virginmedia.com)
  118. # [00:45] * Quits: geoffbrown (geoffbrown@moz-E63016E2.vc.shawcable.net) (Input/output error)
  119. # [00:45] * Joins: geoffbrown (geoffbrown@moz-E63016E2.vc.shawcable.net)
  120. # [00:46] <jorendorff> this may not be the place to ask, but i'm visiting a U.S. Senator's office tomorrow to chat about SOPA/PIPA. any advice?
  121. # [00:46] <reuben> awesome: https://www.youtube.com/watch?v=0Qkyt1wXNlI
  122. # [00:46] <jhammel> jorendorff: wow, i don't know but good luck!
  123. # [00:47] * Joins: dseif (dseif@920BF596.531FD64C.630E4E47.IP)
  124. # [00:50] * Joins: artpar (artpar@2C565126.B22180D6.2C7B20EF.IP)
  125. # [00:50] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  126. # [00:51] <artpar> hello, i was seeing how hg works, and did hg qnew twice, and now patch is in two different files, so i deleted all files in patch folder, then did hg qnew again, but new patch file does not contains the patch, what do i do ?? :(
  127. # [00:52] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  128. # [00:52] * coop is now known as coop|afk
  129. # [00:52] <jorendorff> (the senator himself won't be there, he's on the bahamas for all i know -- but despite his being a cosponsor, his office wants to hear from constituents.)
  130. # [00:53] * Joins: smooney (smooney@moz-BBE3ABD.mv.mozilla.com)
  131. # [00:53] * Joins: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  132. # [00:53] <dholbert> artpar, "hg qnew" saves all your current changes into a patch-file in the patches folder. If you then delete that patch file, you've lost the changes, generally
  133. # [00:53] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse)
  134. # [00:53] <Mook_as> well, if it's still applied, you _might_ get it out of hg log/diff?
  135. # [00:53] <dholbert> artpar, however -- if you've still got the patch applied in your working directory (as shown by "hg qapplied"), then you can re-generate the patch
  136. # [00:53] <dholbert> yeah
  137. # [00:54] <artpar> well, i did copied the two patch files, what should i do now ?
  138. # [00:54] <jhammel> jorendorff: http://dyn.com/sopa-breaking-dns-parasite-stop-online-piracy/ makes some good points about the technical badness of SOPA
  139. # [00:54] <dholbert> oh that's good
  140. # [00:54] * Joins: Kwan_ (chatzilla@moz-2402E6E3.zone11.bethere.co.uk)
  141. # [00:54] <dholbert> artpar, you can "hg qimport" those patch files
  142. # [00:54] <dholbert> artpar, and then it sounds like you want to fold them together into one patch (?)
  143. # [00:54] <artpar> yes yes !
  144. # [00:54] <dholbert> artpar, you can fold multiple patches together with the "hg qfold" command
  145. # [00:54] <dholbert> (after they're in your patch queue)
  146. # [00:55] <artpar> hg qfold patch1.patch patch2.patch ?
  147. # [00:55] * Quits: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk) (Ping timeout)
  148. # [00:55] <artpar> or just
  149. # [00:55] * Kwan_ is now known as Kwan
  150. # [00:55] <artpar> hg qfold
  151. # [00:55] <artpar> i think i got what u meant
  152. # [00:55] <artpar> thanks a lot dholbert :)
  153. # [00:55] <dholbert> assuming you have patch0.patch applied, and you want to fold patch1 and patch2 into patch0, then your first command was correct
  154. # [00:55] <dholbert> artpar, if you just want to fold patch2 into patch1, then apply patch1 and run "hg qfold patch2"
  155. # [00:56] <dholbert> er s/apply/qpush/
  156. # [00:56] <dholbert> artpar, no problem!
  157. # [00:56] <artpar> ok, i will try this out
  158. # [00:58] <artpar> i imported the patch files
  159. # [00:58] <artpar> $ hg qimport *.patch
  160. # [00:58] <artpar> adding shortcur2.patch to series file
  161. # [00:58] <artpar> adding shortcut2.patch to series file
  162. # [00:59] <artpar> bu then
  163. # [00:59] <artpar> $ hg qfold shortcur2.patch shortcut2.patch
  164. # [00:59] <artpar> abort: no patches applied
  165. # [00:59] <artpar> nothing happens
  166. # [00:59] <dholbert> artpar, as I said, you need to have a patch applied
  167. # [00:59] <dholbert> qimport doesn't apply any patches
  168. # [00:59] * shorlander is now known as shorlander-away
  169. # [00:59] <artpar> what do i do to apply them ? these are basically generated from my own edits
  170. # [00:59] <dholbert> probably: "hg qnew myMergedPatch" and then run the qfold command again
  171. # [01:00] * jmaher|afk is now known as jmaher
  172. # [01:02] * jwir3 is now known as jwir3|away
  173. # [01:02] * Quits: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: clee)
  174. # [01:04] * Joins: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  175. # [01:04] * Joins: squib (squib@moz-F5CA0CFB.dhcp.mdsn.wi.charter.com)
  176. # [01:05] <jhford> josh: do you have a bug regarding your plans for Firefox 13 (clang, 10.5 etc)
  177. # [01:06] <josh> jhford: espindola would know about any clang bug, there is no bug re: 10.5 yet and I don't want to file it yet
  178. # [01:06] <jhford> ok
  179. # [01:06] * Quits: Joeh (joe@5A3923AA.BC22908.C7CEC4ED.IP) (Quit: Joeh)
  180. # [01:06] <jhford> fair enough
  181. # [01:07] <josh> jhford: I'll be posting to dev.planning again soon re: 10.5
  182. # [01:07] * Quits: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Broken pipe)
  183. # [01:07] * nthomas|away is now known as nthomas
  184. # [01:07] <espindola> jhford, there is generic bug about supporting building with clang
  185. # [01:07] <jhford> josh: cool, mind CCing me when you do?
  186. # [01:07] <espindola> I don't think we have one for an actual switch
  187. # [01:07] <jhford> espindola: generic to mozilla or generic to mozilla on osx
  188. # [01:07] <espindola> os x
  189. # [01:08] <espindola> let me find it
  190. # [01:08] <josh> espindola: are you planning to use the latest clang from Apple in production, or non-Apple clang?
  191. # [01:08] <espindola> josh, I would like to use open source releases
  192. # [01:09] <espindola> chrome is even using trunk snapshots
  193. # [01:09] <josh> fine with me, just curious
  194. # [01:09] <espindola> they branch them when they branch their releases
  195. # [01:09] <jhford> it would be nice to not depend on apple compilers for when 10.8 comes out :P
  196. # [01:09] <espindola> anything open source would be fine by me
  197. # [01:09] <espindola> yes, being able to mix and match compiler and sdk
  198. # [01:09] <espindola> and fix the compiler when we have a problem in a big advantage
  199. # [01:10] <josh> espindola: how long until we can move production to clang?
  200. # [01:10] <espindola> josh, depends on how much time I would have for it
  201. # [01:10] <espindola> and how we do it
  202. # [01:10] <espindola> since it is currently very low priority
  203. # [01:10] <espindola> I am working on 683975
  204. # [01:11] <espindola> which should make testing new compilers 1000 times easier
  205. # [01:11] <espindola> and then use that to try to move us to clang
  206. # [01:11] <espindola> if it becomes a priority and there is rel eng commitment to it, it can probably be done in one or two rounds or testing
  207. # [01:12] <espindola> the clang bugs:
  208. # [01:12] <espindola> 629459
  209. # [01:12] <espindola> 672210
  210. # [01:12] <espindola> 695726
  211. # [01:12] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  212. # [01:13] <espindola> the last bug I fixed was about calling a pointer to a member function that had a non standard calling convention
  213. # [01:14] <espindola> so I think we are getting close to having all the corner cases :-)
  214. # [01:16] * Quits: mcsmurf (mcsmurf@moz-BDE7AD00.dip.t-dialin.net) (Quit: )
  215. # [01:17] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Quit: bmoss)
  216. # [01:18] * Quits: gcp (gpascutto@moz-D0E475EA.access.telenet.be) (Quit: Make a new plan, Stan!)
  217. # [01:20] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Quit: mdas)
  218. # [01:20] * Quits: artpar (artpar@2C565126.B22180D6.2C7B20EF.IP) (Quit: Leaving)
  219. # [01:20] * Quits: dseif (dseif@920BF596.531FD64C.630E4E47.IP) (Input/output error)
  220. # [01:21] * Quits: pascalc (chatzilla@moz-2CFE56C3.rev.sfr.net) (Ping timeout)
  221. # [01:22] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  222. # [01:22] * Joins: pascalc (chatzilla@moz-2CFE56C3.rev.sfr.net)
  223. # [01:23] * Quits: pascalc (chatzilla@moz-2CFE56C3.rev.sfr.net) (Quit: bye)
  224. # [01:24] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  225. # [01:24] * Joins: c0smikdebris (c0smikdebr@56C13F75.E998EF1.BE90E62C.IP)
  226. # [01:25] <jhammel> has something changed in pushState? browsing files in github no longer puts the correct URL in the URL bar, unless this is a *very* recent (and bad) change of them
  227. # [01:26] <jhammel> hmmm....reloading the page fixed....intermittent bug on someone's part
  228. # [01:26] <mwu> jhammel: seems to wfm
  229. # [01:27] * aki|buildduty is now known as aki|biab
  230. # [01:29] <jbuck> jhford: I've noticed it's possible to break the navigation on github if you click on a link and go back before it's done
  231. # [01:29] <jhammel> jbuck: me, i think you mean, but good to know
  232. # [01:29] <jhammel> maybe that's what i did....after things were not pushing state, they kept that way
  233. # [01:29] <jbuck> er, whoops
  234. # [01:33] * Quits: pnemsak (Miranda@moz-7409BD53.orange.sk) (Quit: pnemsak)
  235. # [01:34] * Quits: brendan (brendaneic@moz-B07EB408.cfw-a-gci.greatamerica.corp.yahoo.com) (Ping timeout)
  236. # [01:37] * heycam is now known as heycam|away
  237. # [01:37] * Joins: brendan (brendaneic@moz-B07EB408.cfw-a-gci.greatamerica.corp.yahoo.com)
  238. # [01:38] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Quit: faramarz)
  239. # [01:41] * Joins: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  240. # [01:41] * Quits: not_gavi1 (gavin@D18F6DDB.6A393516.2321E71E.IP) (Connection reset by peer)
  241. # [01:41] * Joins: not_gavin (gavin@D18F6DDB.6A393516.2321E71E.IP)
  242. # [01:43] * Quits: mounir (volkmar@moz-D976EECC.ovh.net) (Ping timeout)
  243. # [01:43] * gregglind is now known as gregglind_away
  244. # [01:44] * Parts: priya (priya@moz-BBE3ABD.mv.mozilla.com) (Leaving)
  245. # [01:44] * Joins: mounir (volkmar@moz-D976EECC.ovh.net)
  246. # [01:47] * Quits: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  247. # [01:48] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  248. # [01:49] * Quits: IanN (chatzilla@moz-3F5A461C.cable.virginmedia.com) (Quit: ChatZilla 0.9.88 [Firefox 3.6.24/20111108102743])
  249. # [01:50] <gavin> anyone else noticed that "hg blame" links are now horribly slow?
  250. # [01:51] <gavin> possibly since the hg upgrade?
  251. # [01:51] * Quits: gkw (gkw@moz-A7D8CA2A.hsd1.ca.comcast.net) (Quit: Instantbird 1.1)
  252. # [01:51] * Quits: brendan (brendaneic@moz-B07EB408.cfw-a-gci.greatamerica.corp.yahoo.com) (Ping timeout)
  253. # [01:53] * Joins: dseif (dseif@CA02F754.28CF5CEF.F061A1E6.IP)
  254. # [01:53] * Quits: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net) (Ping timeout)
  255. # [01:54] * Quits: tonymec (tonymec@8F1BE240.E3DF374B.277517C1.IP) (Input/output error)
  256. # [01:55] * Quits: tonymec|away (tonymec@8F1BE240.E3DF374B.277517C1.IP) (Quit: Konversation terminated!)
  257. # [01:56] * Joins: madhava (madhava@F29E55A.A3706158.3EE329E3.IP)
  258. # [01:57] * Quits: madhava (madhava@F29E55A.A3706158.3EE329E3.IP) (Quit: madhava)
  259. # [01:58] * Joins: gwagner (idefix@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  260. # [02:05] * aki|biab is now known as aki|buildduty
  261. # [02:12] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  262. # [02:12] * Joins: m_kato (m_kato@moz-348F61F0.mozilla.or.jp)
  263. # [02:13] * Quits: josh (josh@moz-93871A37.dlth.qwest.net) (Quit: josh)
  264. # [02:14] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  265. # [02:14] * Quits: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: leaving)
  266. # [02:16] <biesi> aww, I can't see the dependencies of https://bugzilla.mozilla.org/show_bug.cgi?id=644776
  267. # [02:17] * Joins: priya (priya@moz-BBE3ABD.mv.mozilla.com)
  268. # [02:17] * Quits: priya (priya@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  269. # [02:17] * Parts: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  270. # [02:17] * Quits: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com) (Quit: damons)
  271. # [02:18] * Ziggy_Maes is now known as Ziggy|AWAY
  272. # [02:19] * Quits: nhirata (nhirata.bu@moz-BBE3ABD.mv.mozilla.com) (Quit: nhirata)
  273. # [02:20] <reuben> any mailing list moderators here?
  274. # [02:20] <reuben> I was wondering if non-members are allowed posting on the larger lists like .planning and .platform
  275. # [02:20] * heycam|away is now known as heycam
  276. # [02:20] <reuben> I _want_ to allow non-members on our list but I'm afraid that will send a storm of spam in our way
  277. # [02:20] * Quits: sfink (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  278. # [02:20] * ewong|away is now known as ewong
  279. # [02:21] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Quit: juanb)
  280. # [02:23] <Unfocused> reuben: they currently are allowed, yes
  281. # [02:23] * Quits: Ami_Ty (Amie@moz-BBE3ABD.mv.mozilla.com) (Quit: Ami_Ty)
  282. # [02:23] <Unfocused> (i'm not a list moderator for any of those, though)
  283. # [02:23] <reuben> Unfocused, but are the messages accepted right away or moderated?
  284. # [02:23] <reuben> (if you have that info)
  285. # [02:23] * Quits: kumar (kmcmillan@moz-F2D05B8.c3-0.stk-ubr1.chi-stk.il.cable.rcn.com) (Quit: kumar)
  286. # [02:24] * Quits: anant (Anant@moz-271479F2.hsd1.ca.comcast.net) (Quit: Leaving)
  287. # [02:24] * anant_ is now known as anant
  288. # [02:24] <Unfocused> afaik, there is no moderation on those lists
  289. # [02:24] * davehunt is now known as davehunt|away
  290. # [02:24] * Quits: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com) (Ping timeout)
  291. # [02:25] * Quits: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net) (Quit: Linkinus - http://linkinus.com)
  292. # [02:26] * jorendorff is now known as jorendorff-away
  293. # [02:27] * Quits: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: clee)
  294. # [02:27] * KaiRo found out today that fixing broken code that can't work helps to fix code that should work (unfortunately JS in HTML doesn't warn about uninitialized variables or the brokenness would have produced error messages)
  295. # [02:27] * Quits: gwagner (idefix@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Client exited)
  296. # [02:28] <AryehGregor> KaiRo, "use strict";
  297. # [02:28] <AryehGregor> Then using an uninitialized variable will throw.
  298. # [02:29] <KaiRo> AryehGregor: I guess I could use that in a web app as well, yes... I probably should give it a try
  299. # [02:29] * AryehGregor always uses it these days
  300. # [02:30] * Joins: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net)
  301. # [02:30] * KaiRo was wondering why touch events wouldn't work as they did work in his other app he originally copied that code from and then heavily modified it - had forgotten to adjust some vars and therefore had the event handler bail out early ;-)
  302. # [02:31] * Quits: jhammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  303. # [02:31] * Joins: jhammink (textual@moz-BBE3ABD.mv.mozilla.com)
  304. # [02:31] * Quits: jhammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: jhammink)
  305. # [02:31] * Quits: @dbaron (dbaron@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  306. # [02:32] * Joins: mijia (mijia@DC4232F0.766373FB.C3A57E70.IP)
  307. # [02:33] <bent> hey, can we start using MPL2 with new files that we add from now on?
  308. # [02:33] <bent> or are we supposed to use the old ones until we switch everything?
  309. # [02:33] <Unfocused> reuben: fwiw, i moderate the community-newzealand list (extremely light list, few non-spam postings), and have it set so new posters are moderated. i get 1-4 messages a day that get held on the moderation queue that i need to deal with, but no spam ever gets onto the list
  310. # [02:34] <reuben> Unfocused, I just switched to allow non-members and moderate new posters on community-brasil. hopefully things will be fine :)
  311. # [02:34] <reuben> thanks for the info!
  312. # [02:35] <Unfocused> :)
  313. # [02:35] * Unfocused lunches
  314. # [02:35] * mjessome is now known as mjessome-away
  315. # [02:36] * Quits: mayhemer (Miranda@B3D46202.F87A741B.F23860FD.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  316. # [02:40] * Joins: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  317. # [02:41] * rnewman|offsite is now known as rnewman
  318. # [02:42] * Quits: mak (chatzilla@moz-30C3057.retail.telecomitalia.it) (Input/output error)
  319. # [02:43] * Joins: dveditz (dveditz@moz-34991AF4.dhcp.cruzio.com)
  320. # [02:43] * ChanServ sets mode: +o dveditz
  321. # [02:44] * Joins: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com)
  322. # [02:45] * bear is now known as bear-afk
  323. # [02:45] * Quits: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com) (Quit: damons)
  324. # [02:46] * Joins: mixedpuppy (mixedpuppy@21B7B9F2.B87E9213.6E712CE2.IP)
  325. # [02:46] * Quits: smooney (smooney@moz-BBE3ABD.mv.mozilla.com) (Quit: smooney)
  326. # [02:46] * Joins: smooney (smooney@moz-BBE3ABD.mv.mozilla.com)
  327. # [02:46] <mixedpuppy> I'm wondering if anyone can tell me under what circumstances would firefox NOT write a webappstore.sqlite file
  328. # [02:46] <mixedpuppy> If I create a fresh profile, I get one
  329. # [02:47] <mixedpuppy> my old profiles are not
  330. # [02:47] <mixedpuppy> this is on aurora
  331. # [02:47] <mccr8> bent: I think you are supposed to start using the new one.
  332. # [02:48] * Joins: jonatasnona (jonatas@C76A13E8.40BDE760.18DDB669.IP)
  333. # [02:48] * Joins: Boriss_ (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  334. # [02:48] <bent> ok, cool
  335. # [02:49] * Quits: smooney (smooney@moz-BBE3ABD.mv.mozilla.com) (Quit: smooney)
  336. # [02:50] * Quits: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  337. # [02:50] * Boriss_ is now known as Boriss
  338. # [02:51] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.13/20101203074205])
  339. # [02:51] * Quits: necolas (necolas@moz-C8C6D8F3.bb.sky.com) (Client exited)
  340. # [02:52] * shorlander-away is now known as shorlander
  341. # [02:53] * Quits: kaie (kaie@moz-2CBDA32C.dip.t-dialin.net) (Ping timeout)
  342. # [02:54] * Joins: kaie (kaie@moz-AF3B5F9B.dip.t-dialin.net)
  343. # [02:55] * Joins: Ammiel (ammiel@moz-87DF4B77.wi.res.rr.com)
  344. # [02:56] * Quits: ejpbruel (ejpbruel@933E3A2E.83A511AD.F413BF4D.IP) (Quit: ejpbruel)
  345. # [02:57] * Joins: mjschranz (mjschranz@46395B36.531FD64C.630E4E47.IP)
  346. # [02:58] * Quits: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Boriss)
  347. # [02:58] * Quits: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  348. # [03:00] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  349. # [03:02] * Quits: vikram360 (vikram360@2CE2D098.C709B34F.2A068A5E.IP) (Ping timeout)
  350. # [03:03] * Joins: gwagner (idefix@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  351. # [03:03] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 9.0.1/20111223083612])
  352. # [03:03] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  353. # [03:06] * aki|buildduty is now known as aki
  354. # [03:06] * jlebar is now known as jlebar|away
  355. # [03:07] * Quits: dmb (dmb@moz-3565FEE9.da4.org) (Ping timeout)
  356. # [03:07] * Joins: dmb (dmb@moz-3565FEE9.da4.org)
  357. # [03:08] * Quits: mixedpuppy (mixedpuppy@21B7B9F2.B87E9213.6E712CE2.IP) (Quit: mixedpuppy)
  358. # [03:09] * Quits: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: clee)
  359. # [03:10] * Joins: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  360. # [03:11] * Quits: bb10 (bb10@moz-C7B05616.org) (Ping timeout)
  361. # [03:11] * Quits: KaiRo (robert@moz-F2CAF70F.adsl.highway.telekom.at) (Input/output error)
  362. # [03:11] * Joins: Mossop (mossop@moz-69188DA4.dsl.dynamic.sonic.net)
  363. # [03:11] * Joins: bb10 (bb10@moz-C7B05616.org)
  364. # [03:14] * Joins: kanru (user@moz-57D01ED1.hinet-ip.hinet.net)
  365. # [03:15] * Quits: sewardj (sewardj@moz-8F2D90E.dip.t-dialin.net) (Ping timeout)
  366. # [03:15] * Quits: anant (anant@moz-18E34465.dsl.dynamic.sonic.net) (Ping timeout)
  367. # [03:15] * Joins: sewardj (sewardj@moz-BAAD83A3.dip.t-dialin.net)
  368. # [03:16] * Joins: anant (anant@moz-18E34465.dsl.dynamic.sonic.net)
  369. # Session Close: Fri Jan 20 03:19:28 2012
  370. #
  371. # Session Start: Fri Jan 20 03:19:28 2012
  372. # Session Ident: #developers
  373. # [03:19] * Disconnected
  374. # [03:35] * Attempting to rejoin channel #developers
  375. # [03:35] * Rejoined channel #developers
  376. # [03:35] * Topic is 'm-c: OPEN m-i: OPEN try: OPEN || Next aurora uplift: January 31st || If you are new or want to help, see irc://irc.mozilla.org/#introduction || logs: http://krijnhoetmer.nl/irc-logs/'
  377. # [03:35] * Set by mbrubeck on Tue Jan 17 21:36:16
  378. # [03:36] <dbuc> https://wiki.mozilla.org/XPConnect_Chrome_Object_Wrappers
  379. # [03:36] * jhopkins is now known as jhopkins|away
  380. # [03:37] <dbuc> it seems to indicate on the wiki and in MDN that a function created in chrome space and accessed in content in this way would indeed escalate privledges as desired
  381. # [03:37] <Waldo> cows (yeah, I know) are not quite what we have implemented now
  382. # [03:37] <dbuc> ah
  383. # [03:37] * Quits: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.2a1pre)
  384. # [03:37] <Waldo> the proxy work changed the names of a bunch of things, and it may well have changed their functionality too
  385. # [03:37] <dbuc> sad times
  386. # [03:37] <Waldo> dbuc: mrbkap would know more about this
  387. # [03:38] <Waldo> he's in France now, tho, so getting in touch with him may require a little time coordination
  388. # [03:38] <dbuc> ok cool, I will try
  389. # [03:38] <dbuc> thanks for the heads up!
  390. # [03:38] <Waldo> np
  391. # [03:39] * Joins: asac_ (asac@moz-79A642F9.pppoe.wtnet.de)
  392. # [03:40] * Quits: asac (asac@3A9CD5D5.E4499D91.B3DDC20A.IP) (Ping timeout)
  393. # [03:43] * Parts: dbuc (dbuchner@moz-BBE3ABD.mv.mozilla.com)
  394. # [03:45] * Quits: jhopkins|away (jhopkins@moz-41E1D586.tb.shawcable.net) (Input/output error)
  395. # [03:45] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  396. # [03:46] * philor is now known as philor|away
  397. # [03:46] * Quits: Wes (chatzilla@A1FEE3E8.E3DA2587.9A5171B3.IP) (Ping timeout)
  398. # [03:47] * Joins: Wes (chatzilla@A1FEE3E8.E3DA2587.9A5171B3.IP)
  399. # [03:49] * Joins: ejpbruel (ejpbruel@933E3A2E.83A511AD.F413BF4D.IP)
  400. # [03:51] * zpao is now known as zpao|detached
  401. # Session Close: Fri Jan 20 03:53:46 2012
  402. #
  403. # Session Start: Fri Jan 20 03:53:46 2012
  404. # Session Ident: #developers
  405. # [03:53] * Disconnected
  406. # [04:27] * Attempting to rejoin channel #developers
  407. # [04:27] * Rejoined channel #developers
  408. # [04:27] * Topic is 'm-c: OPEN m-i: OPEN try: OPEN || Next aurora uplift: January 31st || If you are new or want to help, see irc://irc.mozilla.org/#introduction || logs: http://krijnhoetmer.nl/irc-logs/'
  409. # [04:27] * Set by mbrubeck on Tue Jan 17 21:36:16
  410. # [04:30] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  411. # [04:31] * Joins: birtles_ (chatzilla@moz-348F61F0.mozilla.or.jp)
  412. # [04:31] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Ping timeout)
  413. # [04:32] * birtles_ is now known as birtles
  414. # [04:32] * Joins: sfink (chatzilla@moz-5175E49F.dsl.pltn13.sbcglobal.net)
  415. # [04:35] * Quits: dbradley (dbradley@moz-8FACAA93.fuse.net) (Ping timeout)
  416. # [04:36] * Joins: dbradley (dbradley@moz-8FACAA93.fuse.net)
  417. # [04:36] * Quits: anky (anky@3B0E0D70.D7CDCB88.A3D1B221.IP) (Client exited)
  418. # [04:37] * philor|away is now known as philor
  419. # [04:40] * Quits: Mossop (mossop@moz-69188DA4.dsl.dynamic.sonic.net) (Ping timeout)
  420. # [04:40] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  421. # [04:42] * Joins: sworkman_ (sworkman@moz-BBE3ABD.mv.mozilla.com)
  422. # [04:42] * Quits: sworkman_ (sworkman@moz-BBE3ABD.mv.mozilla.com) (Quit: sworkman_)
  423. # [04:43] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  424. # [04:43] * Joins: cfree (chatzilla@moz-8470EB89.sc.res.rr.com)
  425. # [04:45] * Quits: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  426. # [04:52] * Joins: Waldo (waldo@moz-104CC309.mv.mozilla.com)
  427. # [04:55] * Quits: sstangl (sstangl@748344B9.A22D542B.1C5878CF.IP) (Connection reset by peer)
  428. # [04:56] * Joins: sstangl (sstangl@748344B9.A22D542B.1C5878CF.IP)
  429. # [04:56] * Quits: Unfocused (u2622@moz-160C58C6.com) (Max SendQ exceeded)
  430. # [04:56] * Joins: Unfocused (u2622@moz-160C58C6.com)
  431. # [04:57] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  432. # [04:57] * glob is now known as glob|away
  433. # [05:00] * Quits: romeo (romeo@moz-18AD2F99.k744.webspeed.dk) (Quit: Leaving)
  434. # [05:01] * Joins: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com)
  435. # [05:05] <heycam> why do we need to give nsISupports to extension developers? is it so that they can stick arbitrary C++ objects into JS and be able to get them out again?
  436. # [05:05] <heycam> otherwise it doesn't seem that useful, though maybe I'm missing something
  437. # [05:07] <felipe> I believe it's so that if they want to create their own interfaces they still need to extend nsISupports
  438. # [05:07] <heycam> is it that they would want to use XPCOM internally?
  439. # [05:07] <heycam> if so: why? :)
  440. # [05:09] <roc> as a way of interfacing to their own binary components
  441. # [05:09] * Quits: biesi (cbiesinger@moz-76ED95A4.corp.tfbnw.net) (Ping timeout)
  442. # [05:10] * Joins: jauip (x@moz-2E73ACE4.wp.shawcable.net)
  443. # [05:10] <heycam> just wondering why they would use XPCOM in particular to do that
  444. # [05:10] <heycam> saves them making something up on their own I suppose
  445. # [05:10] <cadecairos> how can I get a date range on hg? or a range from rev1-rev2?
  446. # [05:11] * Quits: jauip (x@moz-2E73ACE4.wp.shawcable.net) (Quit: )
  447. # [05:12] * Quits: mjschranz (mjschranz@46395B36.531FD64C.630E4E47.IP) (Client exited)
  448. # [05:14] * Joins: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP)
  449. # [05:15] * Quits: zandr (zandr@moz-891BD824.milewski.org) (Ping timeout)
  450. # [05:16] * Quits: jgriffin (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net) (Quit: jgriffin)
  451. # [05:18] * heycam is now known as heycam|away
  452. # [05:18] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
  453. # [05:19] * glob|away is now known as glob
  454. # [05:20] <mbrubeck> cadecairos: "hg help revsets" gives some options
  455. # [05:20] * Joins: zandr (zandr@moz-891BD824.milewski.org)
  456. # [05:20] <mbrubeck> cadecairos: you can do things like "hg log rev1::rev2"
  457. # [05:22] * Quits: zandr (zandr@moz-891BD824.milewski.org) (Ping timeout)
  458. # [05:22] <mbrubeck> cadecairos: Oh, never mind - I see you got a better answer in #introduction
  459. # [05:22] * Quits: peregrino (peregrino@moz-D2666326.telecom.net.ar) (Quit: peregrino)
  460. # [05:25] <cadecairos> mbrubeck: yeap. thank anyways :)
  461. # [05:27] * Joins: zandr (zandr@moz-891BD824.milewski.org)
  462. # [05:27] <darktrojan> !seen reed
  463. # [05:27] <firebot> reed was last seen 3 days, 7 hours, 18 minutes and 59 seconds ago, saying 'XioNoX: hi' in #interns.
  464. # [05:29] <darktrojan> hmm
  465. # [05:29] * Quits: zandr (zandr@moz-891BD824.milewski.org) (Ping timeout)
  466. # [05:29] * darktrojan wonders why sometimes firefox complains about <strong/> and sometimes it doesn't
  467. # [05:30] <darktrojan> (on planet)
  468. # [05:31] * Joins: zandr (zandr@moz-891BD824.milewski.org)
  469. # [05:34] * Quits: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com) (Client exited)
  470. # [05:36] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  471. # [05:36] * Joins: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net)
  472. # [05:37] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  473. # [05:38] * Quits: cadecairos (cadecairos@moz-632B4208.cpe.net.cable.rogers.com) (Quit: Konversation terminated!)
  474. # [05:41] * Joins: blizzard (blizzard@268BDB17.848AC7D2.16021B01.IP)
  475. # [05:44] <darktrojan> (okay NeilAway, before you answer that, I suspected it was dodgy headers)
  476. # [05:44] * Quits: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  477. # [05:45] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  478. # [05:45] * Joins: geoffbrown_ (geoffbrown@moz-E63016E2.vc.shawcable.net)
  479. # [05:47] * Quits: geoffbrown (geoffbrown@moz-E63016E2.vc.shawcable.net) (Ping timeout)
  480. # [05:47] * geoffbrown_ is now known as geoffbrown
  481. # [05:50] * Quits: nrc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Quit: ChatZilla 0.9.88 [Firefox 9.0.1/20111220165912])
  482. # [05:50] * Joins: ncameron (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  483. # [05:52] * Quits: ncameron (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Quit: ChatZilla 0.9.88 [Firefox 10.0/20120111092507])
  484. # [05:52] * Joins: nrc (nrc@538BABFE.A073F3E.97BBD552.IP)
  485. # [05:58] * Parts: eflores (eflores@moz-C222D9F9.jetstream.xtra.co.nz) (Leaving)
  486. # [05:58] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  487. # [05:59] * Joins: NeilAway (neil@moz-4AB77362.cable.virginmedia.com)
  488. # [06:00] * Quits: darktrojan (geoff@moz-57EC95C5.dsl.telstraclear.net) (Ping timeout)
  489. # [06:00] * Joins: faramarz (faramarz@moz-CD61C00E.hsd1.ca.comcast.net)
  490. # [06:01] * heycam|away is now known as heycam
  491. # [06:07] * heycam is now known as heycam|away
  492. # [06:07] * Quits: Poly-C (Poly-C@moz-755501F4.dip.t-dialin.net) (Ping timeout)
  493. # [06:08] * Joins: Mossop (mossop@moz-B365CA4B.dsl.dynamic.sonic.net)
  494. # [06:08] * Joins: Poly-C (Poly-C@moz-40D3DE4D.dip.t-dialin.net)
  495. # [06:09] * Quits: cfree (chatzilla@moz-8470EB89.sc.res.rr.com) (Ping timeout)
  496. # [06:10] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  497. # [06:12] * mattwoodrow|away is now known as mattwoodrow
  498. # [06:15] * Joins: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk)
  499. # [06:24] * Quits: hub (hub@moz-E2FCA694.figuiere.net) (Input/output error)
  500. # [06:34] * Quits: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP) (Ping timeout)
  501. # [06:39] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  502. # [06:44] * Quits: nrc (nrc@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  503. # [06:47] * Quits: dseif (dseif@CA02F754.28CF5CEF.F061A1E6.IP) (Ping timeout)
  504. # [06:49] * Joins: Mardak (Mardak@moz-6AB9CF0.dynamic.kbronet.com.tw)
  505. # [06:49] * Quits: Mardak (Mardak@moz-6AB9CF0.dynamic.kbronet.com.tw) (Quit: Mardak)
  506. # [06:50] * Joins: dseif (dseif@920BF596.531FD64C.630E4E47.IP)
  507. # [06:50] * Joins: Mardak (Mardak@moz-6AB9CF0.dynamic.kbronet.com.tw)
  508. # [06:58] * Quits: roc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  509. # [07:00] * Quits: Mossop (mossop@moz-B365CA4B.dsl.dynamic.sonic.net) (Ping timeout)
  510. # [07:00] * Joins: whimboo (whimboo@moz-1A55F994.a2c-250-239.astra2connect.com)
  511. # [07:01] * Quits: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net) (Quit: smooney)
  512. # [07:03] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  513. # [07:04] * heycam|away is now known as heycam
  514. # [07:05] * Joins: anky (anky@87ADCA86.B49214D8.A3D1B221.IP)
  515. # [07:05] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  516. # [07:06] * Quits: anky (anky@87ADCA86.B49214D8.A3D1B221.IP) (Client exited)
  517. # [07:07] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: nbvcx)
  518. # [07:07] * Joins: nhirata (nhirata.bu@moz-2A9C9106.hsd1.ca.comcast.net)
  519. # [07:10] * Joins: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net)
  520. # [07:11] * Quits: lmandel (lmandel@7F36F6DF.1D61B048.412CF160.IP) (Quit: lmandel)
  521. # [07:12] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  522. # [07:17] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Quit: Leaving)
  523. # [07:18] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  524. # [07:20] * Quits: geoffbrown (geoffbrown@moz-E63016E2.vc.shawcable.net) (Input/output error)
  525. # [07:20] * Joins: geoffbrown (geoffbrown@moz-E63016E2.vc.shawcable.net)
  526. # [07:24] * Quits: KWierso (chatzilla@moz-6E3FB3B9.desm.qwest.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  527. # [07:25] * Quits: alex (alex@moz-BD8D0A09.lightspeed.sntcca.sbcglobal.net) (Client exited)
  528. # [07:25] * Joins: regen (Miller@moz-93971929.adsl.dynamic.seed.net.tw)
  529. # [07:26] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  530. # [07:26] * Joins: kwierso (chatzilla@moz-6E3FB3B9.desm.qwest.net)
  531. # [07:26] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  532. # [07:27] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
  533. # [07:27] * Quits: Hendikins (wolfox@moz-9A361C95.static.internode.on.net) (Ping timeout)
  534. # [07:27] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  535. # [07:27] * Quits: anant (anant@moz-18E34465.dsl.dynamic.sonic.net) (Ping timeout)
  536. # [07:27] * Joins: anant (anant@moz-18E34465.dsl.dynamic.sonic.net)
  537. # [07:27] * Joins: Hendikins (wolfox@moz-9A361C95.static.internode.on.net)
  538. # [07:28] * khuey|away is now known as khuey
  539. # [07:28] * heycam is now known as heycam|away
  540. # [07:31] * Joins: nrc (nrc@moz-5DAE2951.bitstream.orcon.net.nz)
  541. # [07:34] * Joins: jdm (jdm@505A43A5.8B53A442.6816E6B7.IP)
  542. # [07:37] * Quits: dseif (dseif@920BF596.531FD64C.630E4E47.IP) (Ping timeout)
  543. # [07:38] * sancus is now known as sancus_
  544. # [07:38] * sancus_ is now known as sancus
  545. # [07:40] * Quits: Mardak (Mardak@moz-6AB9CF0.dynamic.kbronet.com.tw) (Ping timeout)
  546. # [07:40] * Joins: Mardak (Mardak@moz-6AB9CF0.dynamic.kbronet.com.tw)
  547. # [07:40] * Quits: bnicholson (bnicholson@moz-D1AB96C1.hsd1.ca.comcast.net) (Quit: Leaving)
  548. # [07:45] * Joins: imphil (philipp@moz-655EF802.customer.m-online.net)
  549. # [07:48] * Joins: aja (chatzilla@6B0B5BD1.913604E4.7880DB15.IP)
  550. # [07:51] * Quits: khuey (khuey@moz-B77DEAEB.mozilla.org) (Ping timeout)
  551. # [07:52] * Quits: regen (Miller@moz-93971929.adsl.dynamic.seed.net.tw) (Quit: regen)
  552. # [07:52] * Joins: darktrojan (geoff@moz-57EC95C5.dsl.telstraclear.net)
  553. # [07:53] * Joins: khuey (khuey@moz-B77DEAEB.mozilla.org)
  554. # [07:53] * Quits: kwierso (chatzilla@moz-6E3FB3B9.desm.qwest.net) (Client exited)
  555. # [07:53] * Quits: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp) (Quit: Leaving...)
  556. # [07:54] * Quits: Ammiel (ammiel@moz-87DF4B77.wi.res.rr.com) (Connection reset by peer)
  557. # [07:56] * Joins: gcp (gpascutto@moz-D0E475EA.access.telenet.be)
  558. # [07:59] * Quits: faramarz (faramarz@moz-CD61C00E.hsd1.ca.comcast.net) (Quit: faramarz)
  559. # [08:02] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  560. # [08:02] * Joins: kwierso (chatzilla@moz-6E3FB3B9.desm.qwest.net)
  561. # [08:02] * Quits: dbradley (dbradley@moz-8FACAA93.fuse.net) (Quit: )
  562. # [08:03] * Quits: kwierso (chatzilla@moz-6E3FB3B9.desm.qwest.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  563. # [08:03] * Joins: kwierso (chatzilla@moz-6E3FB3B9.desm.qwest.net)
  564. # [08:04] * philor is now known as philor|away
  565. # [08:05] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  566. # [08:08] * Quits: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net) (Ping timeout)
  567. # [08:08] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  568. # [08:08] * Joins: wolfiR (wolfiR@moz-170B802C.dip0.t-ipconnect.de)
  569. # [08:10] * Joins: DGMurdockIII (dgmurdocki@moz-E933B63.hsd1.il.comcast.net)
  570. # [08:11] * Joins: past (past@moz-E37DC46A.dsl.dyn.forthnet.gr)
  571. # [08:14] * Quits: chewey (chewey@moz-86083F4C.dip0.t-ipconnect.de) (Ping timeout)
  572. # [08:15] * Joins: chewey (chewey@moz-DF1AC634.dip0.t-ipconnect.de)
  573. # [08:16] * Parts: whimboo (whimboo@moz-1A55F994.a2c-250-239.astra2connect.com)
  574. # [08:22] * Quits: gcp (gpascutto@moz-D0E475EA.access.telenet.be) (Ping timeout)
  575. # [08:22] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  576. # [08:23] * Joins: jhorak (jhorak@moz-59813FB4.cust.nbox.cz)
  577. # [08:24] * Joins: gcp (gpascutto@moz-D0E475EA.access.telenet.be)
  578. # [08:27] * Quits: imphil (philipp@moz-655EF802.customer.m-online.net) (Ping timeout)
  579. # [08:31] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  580. # [08:31] * Joins: bholley_ (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  581. # [08:33] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Ping timeout)
  582. # [08:33] * bholley_ is now known as bholley
  583. # [08:37] * Quits: kanru (user@moz-57D01ED1.hinet-ip.hinet.net) (Quit: rcirc on GNU Emacs 24.0.92.1)
  584. # [08:38] * Quits: kwierso (chatzilla@moz-6E3FB3B9.desm.qwest.net) (Ping timeout)
  585. # [08:38] * Joins: magsout (magsout@moz-E559D13.fbx.proxad.net)
  586. # [08:44] * Joins: gerv (gerv@moz-8E68CF56.in-addr.arpa)
  587. # [08:50] * Quits: lsumar (lsumar@538BABFE.A073F3E.97BBD552.IP) (Quit: This computer has gone to sleep)
  588. # [08:54] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  589. # [08:59] * Joins: victorporof (victorporo@5AECA12D.2E655143.79933D60.IP)
  590. # [09:00] * Parts: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP)
  591. # [09:00] * Joins: hub (hub@83874EA1.EB7C1AF9.6F478678.IP)
  592. # [09:01] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  593. # [09:03] * Joins: stransky (stransky@moz-6F10C81D.net.upcbroadband.cz)
  594. # [09:04] * glob is now known as glob|away
  595. # [09:05] * Quits: DGMurdockIII (dgmurdocki@moz-E933B63.hsd1.il.comcast.net) (Quit: get satisfied! • :: core-networks.de ««« (Gamers.IRC) »»» gamersirc.net ::)
  596. # [09:05] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  597. # [09:05] <glazou> bonjour
  598. # [09:05] * Joins: waschtl (waschtl@moz-A4ECE553.hsi4.kabel-badenwuerttemberg.de)
  599. # [09:05] <darktrojan> hi
  600. # [09:06] <darktrojan> woah, os x build and results in under an hour
  601. # [09:08] * Joins: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net)
  602. # [09:08] * Quits: @dveditz (dveditz@moz-34991AF4.dhcp.cruzio.com) (Quit: dveditz)
  603. # [09:09] * Quits: victorporof (victorporo@5AECA12D.2E655143.79933D60.IP) (Client exited)
  604. # [09:15] * Joins: jfkthame (jfkthame@B74C8744.90783722.9542EC20.IP)
  605. # [09:18] * Joins: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
  606. # [09:19] * Joins: lsumar (lsumar@moz-CC805B06.value.net.nz)
  607. # [09:20] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  608. # [09:20] * Quits: lsumar (lsumar@moz-CC805B06.value.net.nz) (Quit: This computer has gone to sleep)
  609. # [09:21] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  610. # [09:29] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  611. # [09:29] * jfkthame is now known as jfkthame_afk
  612. # [09:32] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  613. # [09:33] * Quits: Mook (mook@5365CE80.16C74E88.6F478678.IP) (Quit: z)
  614. # [09:33] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  615. # [09:35] * Quits: squib (squib@moz-F5CA0CFB.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  616. # [09:36] * Quits: njn (chatzilla@moz-67BF6169.dyn.iinet.net.au) (Quit: ChatZilla 0.9.88 [Firefox 12.0a1/20120118135932])
  617. # [09:37] * Quits: nattokirai (nattokirai@moz-348F61F0.mozilla.or.jp) (Quit: nattokirai)
  618. # [09:42] * Quits: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net) (Quit: damons)
  619. # [09:43] * Quits: mwu (mwu@moz-59435430.hsd1.nj.comcast.net) (Quit: This computer has gone to sleep)
  620. # [09:48] * Quits: ctyler (chris@moz-A54458EA.proximity.on.ca) (Ping timeout)
  621. # [09:49] * Quits: anant (anant@moz-18E34465.dsl.dynamic.sonic.net) (Quit: anant)
  622. # [09:50] * Joins: tonymec__ (tonymec@86C7CA73.A915D552.277517C1.IP)
  623. # [09:50] * tonymec__ is now known as tonymec|away
  624. # [09:52] * Quits: hub (hub@83874EA1.EB7C1AF9.6F478678.IP) (Ping timeout)
  625. # [09:53] * Joins: SeoZ (Mibbit@B4104EBB.3CC170B1.1E14B209.IP)
  626. # [09:54] * Joins: lsumar (lsumar@4548E2C6.EE84D258.11F528CC.IP)
  627. # [09:54] * Quits: Mitch (chatzilla@moz-FA99DC5F.sbr802.nsw.optusnet.com.au) (Quit: ChatZilla 0.9.88 [SeaMonkey 2.6.1/20111221001913])
  628. # [09:55] * darktrojan whinges about the amount of orange these days
  629. # [09:55] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  630. # [09:57] * Joins: seo (DanielJuyu@moz-C2D7EB0E.osuosl.org)
  631. # [09:57] * Quits: SeoZ (Mibbit@B4104EBB.3CC170B1.1E14B209.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  632. # [09:57] * Parts: seo (DanielJuyu@moz-C2D7EB0E.osuosl.org) (Leaving)
  633. # [09:57] * Joins: seo (DanielJuyu@moz-C2D7EB0E.osuosl.org)
  634. # [09:59] * seo is now known as SeoZ
  635. # [09:59] <SeoZ> yo
  636. # [09:59] * Quits: SeoZ (DanielJuyu@moz-C2D7EB0E.osuosl.org) (Quit: Leaving)
  637. # [10:00] * Joins: msucan (msucan-@CA197AEE.3A7AD384.699550A1.IP)
  638. # [10:01] * Joins: SeoZ (DanielJuyu@moz-C2D7EB0E.osuosl.org)
  639. # [10:01] <SeoZ> yo
  640. # [10:01] * Quits: tonymec|away (tonymec@86C7CA73.A915D552.277517C1.IP) (Ping timeout)
  641. # [10:02] * jfkthame_afk is now known as jfkthame
  642. # [10:04] * Joins: tonymec__ (tonymec@306FBF97.B09DF910.277517C1.IP)
  643. # [10:04] * tonymec__ is now known as tonymec|away
  644. # [10:04] <darktrojan> glandium, your push went boom, dunno if it's your fault or not
  645. # [10:04] <glandium> darktrojan: already fixed
  646. # [10:04] <darktrojan> righto
  647. # [10:06] <glandium> only android xul is affected
  648. # [10:06] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  649. # [10:07] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  650. # [10:08] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Input/output error)
  651. # [10:08] * darktrojan has hit them with the starring machine
  652. # [10:09] * glandium too
  653. # [10:10] * Joins: victorporof (victorporo@215A1368.6D2FB7A4.79933D60.IP)
  654. # [10:11] * Joins: protz (protz@moz-E29D2A15.inria.fr)
  655. # [10:11] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Quit: Leaving.)
  656. # [10:11] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  657. # [10:13] <darktrojan> woah
  658. # [10:13] <darktrojan> full addon review in <2 hours
  659. # [10:13] * darktrojan is well impressed
  660. # [10:15] <SeoZ> hello all
  661. # [10:15] <SeoZ> where can i get the gecko source code?
  662. # [10:15] <NeilAway> darktrojan: bug 681915 perhaps?
  663. # [10:15] * Joins: mconley (mconley@moz-27DDBFD9.vc.shawcable.net)
  664. # [10:16] <darktrojan> yeah it is NeilAway, there's also something stupid about the software that causes it to happen too
  665. # [10:17] <darktrojan> it saves the xhtml as a .html
  666. # [10:21] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  667. # [10:23] <protz> https://github.com/mozilla/pdf.js/issues/1087#issuecomment-3576464
  668. # [10:23] <protz> « when you use a chrome url you give the chrome privileges regardless of the type="content" setting »
  669. # [10:23] <protz> what?
  670. # [10:24] * Joins: MarcoZ (marco.zehe@moz-AD010D75.dip.t-dialin.net)
  671. # [10:24] <darktrojan> SeoZ, https://developer.mozilla.org/En/Developer_Guide/Source_Code
  672. # [10:25] <SeoZ> darktrojan: thanks i checked that. but i didn't figure out which one is gecko.
  673. # [10:25] <nigelb> is there a bug about desktop notifications?
  674. # [10:25] <SeoZ> xulrunner?
  675. # [10:25] * Joins: paolo (paolo@moz-57AF54B6.retail.telecomitalia.it)
  676. # [10:25] <darktrojan> the source contains gecko (it's all over the place) and other stuff
  677. # [10:26] <SeoZ> darktrojan: ok.. so there is no 'gecko' directory or something like that.
  678. # [10:26] <darktrojan> nope
  679. # [10:26] <darktrojan> what are you trying to do?
  680. # [10:26] <SeoZ> is there any open api and ipc for gecko that i can use gecko from my application?
  681. # [10:26] <SeoZ> i want to see how i can use gecko itself without xul.
  682. # [10:27] * Quits: hsivonen (hsivonen@moz-E533C3E2.esp.mediateam.fi) (Ping timeout)
  683. # [10:27] * CwiiisAway is now known as Cwiiis
  684. # [10:28] * Quits: tonymec|away (tonymec@306FBF97.B09DF910.277517C1.IP) (Ping timeout)
  685. # [10:28] <darktrojan> erk, that is something I do not know. NeilAway, glandium, who should SeoZ be talking to?
  686. # [10:28] <SeoZ> darktrojan: oh.. that's so much helpful :)
  687. # [10:28] * Quits: paolo (paolo@moz-57AF54B6.retail.telecomitalia.it) (Client exited)
  688. # [10:30] <glandium> SeoZ: I think you'd be better off talking to romaxa
  689. # [10:30] * Joins: tonymec__ (tonymec@F776D50F.BD2F4AC.277517C1.IP)
  690. # [10:30] * tonymec__ is now known as tonymec|away
  691. # [10:30] <glandium> SeoZ: https://wiki.mozilla.org/Embedding/IPCLiteAPI
  692. # [10:30] <SeoZ> glandium: thank you.
  693. # [10:31] <glandium> SeoZ: that's work in progress, though
  694. # [10:31] <SeoZ> glandium: oh.. romaxa is working on this?
  695. # [10:31] <glandium> SeoZ: for the qt port
  696. # [10:32] <SeoZ> great, that helped me a lot.
  697. # [10:32] <SeoZ> i'll contact romaxa.
  698. # [10:32] <darktrojan> with that, we could almost get camino back
  699. # [10:32] * Joins: rniwa_ (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  700. # [10:33] * Joins: bjarne (bjarne@moz-46A85847.nextgentel.com)
  701. # [10:34] <SeoZ> so with Embedding/IPCListAPI, i can use gecko in my application without xul?
  702. # [10:35] * Joins: AutomatedTester (AutomatedT@moz-1C0D73A7.as13285.net)
  703. # [10:35] <jdm> tunisia is underwater, juding by the air mozilla feed
  704. # [10:35] <jdm> SeoZ: as far as I know, yes
  705. # [10:35] * Quits: caillon_sick (caillon@moz-359E39FC.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  706. # [10:35] <jdm> it's meant to be similar to webkit, I think
  707. # [10:36] <SeoZ> that's great :)
  708. # [10:36] <jdm> darktrojan: your retriggered C1 is orange again :/
  709. # [10:36] <darktrojan> jdm, I know, I think it's still just a random
  710. # [10:37] <jdm> looks like it's just android being dumb again
  711. # [10:37] * darktrojan doesn't really bother too much with android orange
  712. # [10:37] <darktrojan> it's not my push breaking it
  713. # [10:37] <jdm> agreed
  714. # [10:38] * Joins: mw22_ (chatzilla@moz-FB753258.adsl.wanadoo.nl)
  715. # [10:38] * Joins: tonymec (tonymec@F776D50F.BD2F4AC.277517C1.IP)
  716. # [10:38] <darktrojan> hmm, I'm misinformed about camino, I thought they'd switched to webkit
  717. # [10:40] <darktrojan> !seen bsmedberg
  718. # [10:40] <firebot> bsmedberg was last seen 11 hours, 33 minutes and 20 seconds ago, saying 'thank you' in #developers.
  719. # [10:40] * Quits: mconley (mconley@moz-27DDBFD9.vc.shawcable.net) (Input/output error)
  720. # [10:41] * Quits: bjarne (bjarne@moz-46A85847.nextgentel.com) (Quit: Leaving.)
  721. # [10:41] <jdm> it's so depressing that every reddit mozilla AMA turns into questions about firefox, regardless of the team hosting it
  722. # [10:42] * Joins: bjarne (bjarne@moz-46A85847.nextgentel.com)
  723. # [10:43] <protz> how do I know if I'm running with chrome privileges?
  724. # [10:43] <protz> does if (Components && "classes" in Components) work?
  725. # [10:44] <jdm> protz: that may not be good enough. I think Components is exposed to content
  726. # [10:44] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  727. # [10:44] <protz> jdm: that's what methinks
  728. # [10:44] <protz> any ideas? :)
  729. # [10:46] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  730. # [10:46] <jdm> nothing springs to mind
  731. # [10:47] <jdm> sicking would probably know
  732. # [10:47] * Quits: jfkthame (jfkthame@B74C8744.90783722.9542EC20.IP) (Quit: jfkthame)
  733. # [10:48] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Ping timeout)
  734. # [10:49] * Joins: birtles_ (chatzilla@moz-348F61F0.mozilla.or.jp)
  735. # [10:49] * birtles_ is now known as birtles
  736. # [10:50] * Joins: hsivonen (hsivonen@moz-E533C3E2.esp.mediateam.fi)
  737. # [10:50] <hsivonen> sigh. IRC is hard. now NickServ tells me my nick isn't registered, although I have for sure registered it
  738. # [10:51] <darktrojan> when did you last identify?
  739. # [10:52] <hsivonen> darktrojan: I don't recall. some time between September and December maybe
  740. # [10:52] <darktrojan> I reckon it could've expired
  741. # [10:53] <jdm> yep
  742. # [10:53] <jdm> 30-60 days is a common expiration time
  743. # [10:55] <hsivonen> huh. it doesn't make sense no expire my nick in 60 days if my IRC client is connected all the time
  744. # [10:58] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  745. # [10:58] <darktrojan> nickserv isn't the smartest bot in the world
  746. # [11:00] <glandium> mmm the android oranges don't smell good
  747. # [11:02] * Joins: edmorley (edmorley@moz-6980EE34.range86-166.btcentralplus.com)
  748. # [11:02] <glandium> at least for once the log is useful
  749. # [11:02] <darktrojan> if you get a log there's probably actually something wrong
  750. # [11:03] * Quits: victorporof (victorporo@215A1368.6D2FB7A4.79933D60.IP) (Quit: Leaving...)
  751. # [11:03] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  752. # [11:03] * Quits: nrc (nrc@moz-5DAE2951.bitstream.orcon.net.nz) (Ping timeout)
  753. # [11:03] * Joins: Yoric (Yoric@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  754. # [11:04] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  755. # [11:05] <glandium> okay, just need a clobber
  756. # [11:07] <glandium> oh, the clobberer changed
  757. # [11:07] <darktrojan> is ordering a clobber something anyone with commit access can do?
  758. # [11:08] <glandium> darktrojan: i don't remember the rights required for that
  759. # [11:10] <darktrojan> it's one of those things I see mentioned all the time that I have no idea about
  760. # [11:11] <glandium> edmorley: if you merge m-i to m-c later today, bug 683127 requires a clobber on android and android debug (not android xul, and not non-android)
  761. # [11:12] <edmorley> darktrojan: you just need LDAP access, which you can get if you have a level 1 and request a password if you don't have one in addition to the ssh key already
  762. # [11:12] <edmorley> glandium: cool thanks :-)
  763. # [11:16] * Joins: paolo (paolo@moz-DC0F84D3.retail.telecomitalia.it)
  764. # [11:16] * darktrojan hopes someone enjoys his bugspam as he uploads 7 attachments
  765. # [11:18] * Quits: davehunt|away (davehunt@moz-E2929564.dsl.in-addr.zen.co.uk) (Ping timeout)
  766. # [11:23] * Joins: davehunt|away (davehunt@moz-E2929564.dsl.in-addr.zen.co.uk)
  767. # [11:24] * Joins: victorporof (victorporo@215A1368.6D2FB7A4.79933D60.IP)
  768. # [11:26] * Quits: Mardak (Mardak@moz-6AB9CF0.dynamic.kbronet.com.tw) (Quit: Mardak)
  769. # [11:26] * Quits: rniwa_ (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Ping timeout)
  770. # [11:27] * Joins: ctyler (chris@moz-A54458EA.proximity.on.ca)
  771. # [11:27] * ewong is now known as ewong|away
  772. # [11:28] * Joins: florian (florian@moz-87C33FDA.kimsufi.com)
  773. # [11:29] * Joins: KaiRo (robert@moz-F2CAF70F.adsl.highway.telekom.at)
  774. # [11:29] * Joins: rniwa_ (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  775. # [11:30] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  776. # [11:31] * Joins: kaze (kaze@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  777. # [11:31] <darktrojan> protz, have you considered registering your own protocol that doesn't have chrome privileges?
  778. # [11:31] <protz> darktrojan: I'm about to use resource://
  779. # [11:31] <darktrojan> (or using file://)
  780. # [11:32] <protz> darktrojan: it turns out (discussion happening in #extdev) that https://developer.mozilla.org/En/Displaying_web_content_in_an_extension_without_security_issues is completely wrong
  781. # [11:32] <darktrojan> heh
  782. # [11:32] <protz> which is more concerning than my own addon :)
  783. # [11:32] <protz> it's not like I'm using dangerous code, I'm just bundling pdf.js
  784. # [11:32] <darktrojan> I forgot resource: doesn't have privileges, because I always Cu.import stuff from ti
  785. # [11:32] <darktrojan> it
  786. # [11:33] * Joins: chrisccoulson_ (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  787. # [11:33] * Quits: chrisccoulson_ (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Connection reset by peer)
  788. # [11:33] * Joins: chrisccoulson_ (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  789. # [11:33] <protz> yeah, right, I wouldn't have thought of it if it weren't for John-Galt from #extdev
  790. # [11:33] <darktrojan> my extensions are relics from the 3.0 days
  791. # [11:34] <protz> oh, you're getting "vintage" ;-)
  792. # [11:34] <darktrojan> heh
  793. # [11:34] <darktrojan> yeah, when you couldn't Cu.import from a chrome url because it was in a .jar
  794. # [11:34] * Quits: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Ping timeout)
  795. # [11:34] <darktrojan> fun times
  796. # [11:34] * Quits: NeilAway (neil@moz-4AB77362.cable.virginmedia.com) (Ping timeout)
  797. # [11:35] * Joins: smaug (chatzilla@moz-AC5A01B5.elisa-mobile.fi)
  798. # [11:35] * ChanServ sets mode: +o smaug
  799. # [11:35] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  800. # [11:36] <@smaug> Does 'black bit propagation' have any well-known meaning in computer science, or in English in general ?
  801. # [11:37] * chrisccoulson_ is now known as chrisccoulson
  802. # [11:37] <Callek> well without any formal education in comp-sci *I* have never heard it before the last month or so with you...
  803. # [11:38] <Callek> just as a point of reference, but it could certainly be due to never encountering it before
  804. # [11:38] <darktrojan> I've never heard it before
  805. # [11:38] <cmr> Nor I
  806. # [11:38] * darktrojan puts it with red-black trees
  807. # [11:39] <@smaug> ok, good
  808. # [11:39] * @smaug calls then his cycle collection optimization technique 'black bit propagation'
  809. # [11:39] <NeilAway> hsivonen: how is NickServ supposed to know it's really you if you don't identify?
  810. # [11:40] <darktrojan> heh
  811. # [11:40] * Quits: mijia (mijia@DC4232F0.766373FB.C3A57E70.IP) (Quit: mijia)
  812. # [11:40] * Quits: not_gavin (gavin@D18F6DDB.6A393516.2321E71E.IP) (Ping timeout)
  813. # [11:40] <@smaug> I had to verify it doesn't mean anything totally different in English
  814. # [11:40] <darktrojan> smaug, a name like that could be perceived as racist :o
  815. # [11:41] <derf> Only by secret racists.
  816. # [11:41] <darktrojan> heh
  817. # [11:47] <hsivonen> what bit colors does the CC have? black? purple? red?
  818. # [11:47] <@smaug> black, gray, white
  819. # [11:47] <hsivonen> NeilAway: I tried to identify and NickServ had forgotten about me
  820. # [11:47] <@smaug> black is certainly alive
  821. # [11:47] <hsivonen> smaug: what's "unmark purple"?
  822. # [11:48] <@smaug> ah, purple
  823. # [11:48] <@smaug> sure, that is before actual CC
  824. # [11:48] <@smaug> purple is where the CC starts
  825. # [11:48] * Joins: mak (chatzilla@moz-30C3057.retail.telecomitalia.it)
  826. # [11:48] <hsivonen> ok. so the actual CC is grayscale but before that, it's purple
  827. # [11:49] <@smaug> you have objects which refcount has been decreased, so they are possibly garbage. They go to purple buffer to wait for CC
  828. # [11:51] * Joins: not_gavin (gavin@D18F6DDB.6A393516.2321E71E.IP)
  829. # [11:51] <@smaug> 'black bit propagation' asynchronously propagates the black bit to certainly alive objects in the graph (and removes certainly black objects from purple buffer)
  830. # [11:51] * davehunt|away is now known as davehunt
  831. # [11:52] * @smaug hasn't found any good articles about the cycle collection situation we have in Gecko
  832. # [11:52] <@smaug> most of the new stuff is for multithread
  833. # [11:58] <@smaug> hsivonen: so what happens with the DOMContentLoaded testcase
  834. # [11:58] <hsivonen> smaug: you could write your master's thesis about cycle collection and then we'd have good docs for it
  835. # [11:59] <@smaug> :)
  836. # [11:59] <@smaug> hsivonen: so, there is document.close())
  837. # [11:59] * Joins: shng (firefox_co@5514008D.1C530519.388CF16F.IP)
  838. # [12:00] * Quits: jdm (jdm@505A43A5.8B53A442.6816E6B7.IP) (Client exited)
  839. # [12:00] <@smaug> close()
  840. # [12:00] <@smaug> hsivonen: doesn't that cause DOMContentLoaded?
  841. # [12:00] <hsivonen> smaug: that one marks the parser as pending close
  842. # [12:00] <shng> hi
  843. # [12:00] <shng> I want to remove the background of urlbarhere is a thin line over the urlbar and also under it
  844. # [12:00] <shng> <shng> how can I remove it?
  845. # [12:00] <hsivonen> smaug: no, it only flips mDocumentClosed in nsHtml5Parser
  846. # [12:00] <@smaug> hsivonen: ahaa, so \u003cscript>opener.log('Second');\u003c/script> does still end up to the same document
  847. # [12:01] <hsivonen> smaug: yes
  848. # [12:01] <shng> sorry for the mess
  849. # [12:01] <@smaug> (this is about the same strange document.write handling I was wondering last year)
  850. # [12:01] <shng> I want to remove the extra background around urlbar
  851. # [12:01] <shng> how can i do it
  852. # [12:02] <hsivonen> smaug: document.close() doesn't tokenize if the same parser hasn't returned from all its document.write calls yet
  853. # [12:02] * Joins: nrc (nrc@moz-5DAE2951.bitstream.orcon.net.nz)
  854. # [12:02] <KaiRo> interesting, we paint bits in a purple buffer either black, gray, or white, then... sounds like a scene from Tron... we know what bits (those annoying floating objects that only say "yes" or "no") look like there, I guess that buffer is a waiting hall then that is painted purple...
  855. # [12:02] * Joins: trevorh (trevor@6A42706D.88DC591A.2CE63F58.IP)
  856. # [12:02] <hsivonen> smaug: however, if the parser doesn't have an unreturned document.write in it, document.close() attempts to tokenize (if the parser isn't blocked)
  857. # [12:02] <@smaug> hsivonen: but it returns right after document.close()
  858. # [12:02] <shng> plz help
  859. # [12:03] <hsivonen> smaug: "right after" doesn't count
  860. # [12:03] <@smaug> hsivonen: so the real document closing happens async?
  861. # [12:03] <hsivonen> smaug: the real EOF processing happens async
  862. # [12:03] <hsivonen> in this case
  863. # [12:03] <@smaug> k
  864. # [12:04] * Joins: TheLink (TheLink@moz-6767DFD7.pools.arcor-ip.net)
  865. # [12:04] <@smaug> hsivonen: ok, r+
  866. # [12:04] <hsivonen> smaug: \o/ thank you
  867. # [12:05] <shng> i think the background around urlbar is due to border-width: 1px;
  868. # [12:06] <darktrojan> shng, https://developer.mozilla.org/en/XUL_Tutorial/Modifying_the_Default_Skin#Customize_with_userChrome.css
  869. # [12:06] <shng> i know this already :)
  870. # [12:06] <@smaug> hsivonen: have you got any comments about http://lists.whatwg.org/htdig.cgi/whatwg-whatwg.org/2012-January/034293.html ?
  871. # [12:07] <hsivonen> smaug: none :-(
  872. # [12:07] * Quits: nrc (nrc@moz-5DAE2951.bitstream.orcon.net.nz) (Ping timeout)
  873. # [12:07] <KaiRo> we should totally have someone create a WebGL demo or something that tells the story or garbage and cycle collection in a Tron-style way
  874. # [12:08] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  875. # [12:11] <@smaug> in our case the interesting thing is how GC and CC co-operate
  876. # [12:12] <KaiRo> shng: if it's the border-width, then just set it to 0
  877. # [12:12] <hsivonen> does WebKit have a CC that integrates with both JSC and V8?
  878. # [12:12] <@smaug> black bit propagation needs to hop over JS edges
  879. # [12:12] <@smaug> I think WebKit doesn't have CC
  880. # [12:13] <@smaug> they rely on GC
  881. # [12:13] <hsivonen> smaug: GC even for stuff like parent references in the DOM?
  882. # [12:13] <@smaug> no, that is via refcounts
  883. # [12:14] <@smaug> there has been some comments that we should rely on GC only
  884. # [12:14] <cmr> Is there a something somewhere explaining the GC/CC in mozilla?
  885. # [12:15] * Quits: ewong|away (chatzilla@moz-E5D50C2E.static.netvigator.com) (Ping timeout)
  886. # [12:15] <@smaug> I think webkit, well, webkit/v8 does need some hacks to support event listeners, where C++ does actually own JS objects
  887. # [12:15] <@smaug> it would be a lot easier if JS would never be owned by C++
  888. # [12:17] * Quits: gerv (gerv@moz-8E68CF56.in-addr.arpa) (Quit: Leaving.)
  889. # [12:17] <@smaug> cmr: well, JS GC is still, I think, traditional mark-and-sweep
  890. # [12:17] * KaiRo would already be happy if we could ensure that both CC and GC never crash - but unfortunately it's in their nature to touch a lot of objects and if someone corrupted some memory (which seems to happen too often) then touching those objects can crash
  891. # [12:17] * mattwoodrow is now known as mattwoodrow|away
  892. # [12:17] <@smaug> cmr: but improvements are coming Bug 641025
  893. # [12:17] <cmr> Oh, alright
  894. # [12:17] <@smaug> KaiRo: is CC really high in crash-stats ?
  895. # [12:18] * Quits: Hendikins (wolfox@moz-9A361C95.static.internode.on.net) (Ping timeout)
  896. # [12:18] <cmr> smaug: thanks
  897. # [12:18] <hsivonen> KaiRo: too often with 3rd-party native code in the process or too often even with just Mozilla native code in the process?
  898. # [12:18] <KaiRo> smaug: it sometimes comes up in my analysis of crashes, which usually only touches things that are reasonably high up
  899. # [12:18] <edmorley> glandium: real/expected? https://groups.google.com/forum/#!topic/mozilla.dev.tree-management/msK9T9kWOK8
  900. # [12:18] <@smaug> cmr: For CC, read the first part of Concurrent Cycle Collection in Reference Counted Systems, Bacon & Rajan (2001), ECOOP 2001 / Springer LNCS vol 2072
  901. # [12:19] <KaiRo> hsivonen: we never have only our native code in the process, esp. on Windows
  902. # [12:19] <glandium> edmorley: already answered to that
  903. # [12:19] <glandium> edmorley: it's even in the link you gave
  904. # [12:20] <@smaug> cmr: or read http://mxr.mozilla.org/mozilla-central/source/xpcom/base/nsCycleCollector.cpp#40
  905. # [12:20] <edmorley> glandium: ah page had been open for 45 mins
  906. # [12:20] <KaiRo> hsivonen: still, it may very well be somewhere in our code that we corrupt memory - we just have no clue where that could be
  907. # [12:21] <edmorley> glandium: and yeah of course native only
  908. # [12:21] <hsivonen> KaiRo: why don't we see that on Linux, too, then?
  909. # [12:21] <KaiRo> hsivonen: who says that we don't?
  910. # [12:21] * Joins: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  911. # [12:22] <KaiRo> hsivonen: it's just that Linux is neglegible in both crash volume and user numbers
  912. # [12:23] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  913. # [12:24] <hsivonen> KaiRo: do we see CC crashes on Linux?
  914. # [12:26] <KaiRo> hsivonen: no idea, as we don't look into Linux-specific crashes at all (we don't have per-OS topcrash lists atm) unless they get really high
  915. # [12:26] * Joins: gerv (gerv@moz-8E68CF56.in-addr.arpa)
  916. # [12:27] * Joins: rbgray (chatzilla@moz-F1171FD7.plustechnologies.com)
  917. # [12:28] <glandium> KaiRo: seriously, this is sad
  918. # [12:28] * Joins: Hendikins (wolfox@moz-9A361C95.static.internode.on.net)
  919. # [12:28] <KaiRo> hsivonen: we seem to have a few, but not many - https://crash-stats.mozilla.com/query/query?product=Firefox&version=ALL%3AALL&platform=linux&range_value=1&range_unit=weeks&date=01%2F20%2F2012+03%3A21%3A12&query_search=signature&query_type=contains&query=cycle&reason=&build_id=&process_type=any&hang_type=any&do_query=1
  920. # [12:29] * Joins: jfkthame (jfkthame@B74C8744.90783722.9542EC20.IP)
  921. # [12:29] * mak is now known as mak|afk
  922. # [12:30] * Quits: rniwa_ (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa_)
  923. # [12:30] <@smaug> KaiRo: why those reports don't have links to source code?
  924. # [12:30] <@smaug> oh, oops
  925. # [12:30] * Joins: peregrino (peregrino@moz-D2666326.telecom.net.ar)
  926. # [12:30] <KaiRo> glandium: we will get per-OS topcrash lists at some point - I'm on Linux myself and I don't find it too sad because I've not even seen disturbing things that looked Linux-only more than one or two times last year, but I'm seeing disturbing stuff on Windows all the time and on Mac often enough
  927. # [12:30] <@smaug> KaiRo: version 3.6.x
  928. # [12:30] * Quits: decoder (quassel@45737F17.411DB1E9.95550721.IP) (Ping timeout)
  929. # [12:31] <@smaug> I was looking at nsGenericElement::cycleCollection::Traverse
  930. # [12:31] <@smaug> same with nsJSArgArray::cycleCollection::UnmarkPurple
  931. # [12:31] <KaiRo> smaug: actually, I'm not quite sure why, may be a bug
  932. # [12:32] <KaiRo> smaug: but we shouldn't go too deep on 3.6 stuff anyhow
  933. # [12:32] * Quits: trevorh (trevor@6A42706D.88DC591A.2CE63F58.IP) (Ping timeout)
  934. # [12:32] <@smaug> KaiRo: could you create a query where version is, hmm, >= 8
  935. # [12:32] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  936. # [12:32] <@smaug> I don't care 3.6.x
  937. # [12:32] <@smaug> since I don't expect us to fix any CC issues there
  938. # [12:33] <KaiRo> smaug: well, you can explicitely select version, even multiple, in that search form
  939. # [12:33] * Quits: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com) (Ping timeout)
  940. # [12:33] * KaiRo justr did "All" for a fast glimpse "if there are any"
  941. # [12:33] <KaiRo> I also just dumbly searched for "cycle" in the crash signature ;-)
  942. # [12:35] <KaiRo> smaug: https://crash-stats.mozilla.com/query/query?product=Firefox&version=Firefox%3A9.0b6&version=Firefox%3A9.0b5&version=Firefox%3A9.0b4&version=Firefox%3A9.0b3&version=Firefox%3A9.0.1&version=Firefox%3A9.0&version=Firefox%3A8.0.1&version=Firefox%3A8.0&version=Firefox%3A7.0.1&version=Firefox%3A12.0a1&version=Firefox%3A11.0a2&version=Firefox%3A10.0b5&version=Firefox%3A10.0b4&version=Firefox%3A10.0b3&version=Firefox%3A10.0b2&version
  943. # [12:35] <KaiRo> =Firefox%3A10.0b1&platform=linux&range_value=4&range_unit=weeks&date=01%2F20%2F2012+03%3A21%3A12&query_search=signature&query_type=contains&query=cycle&reason=&build_id=&process_type=any&hang_type=any&do_query=1
  944. # [12:35] <KaiRo> oops, needs to be in one line, it gets longs with all those versions selected explicitely
  945. # [12:36] <@smaug> KaiRo: tinyurl, perhaps?
  946. # [12:36] <hsivonen> KaiRo: ok. interesting
  947. # [12:37] <KaiRo> smaug: didn't want to go there right now, have never needed to use that obfuscating service
  948. # [12:37] * Joins: whimboo (whimboo@moz-216F9AFA.superkabel.de)
  949. # [12:38] <@smaug> k
  950. # [12:39] <@smaug> KaiRo: really annoying to not have the links to source code
  951. # [12:39] <@smaug> makes c-s stacks pretty useless :(
  952. # [12:40] * Parts: whimboo (whimboo@moz-216F9AFA.superkabel.de)
  953. # [12:41] <edmorley> hsivonen: sorry to bear bad news, but looks like msvc not playing ball for your inbound push
  954. # [12:41] * Quits: jfkthame (jfkthame@B74C8744.90783722.9542EC20.IP) (Quit: jfkthame)
  955. # [12:42] <KaiRo> smaug: please file a bug against the Socorro product with pointers to crash reports that are missing links - we should look into that
  956. # [12:44] * Quits: paolo (paolo@moz-DC0F84D3.retail.telecomitalia.it) (Ping timeout)
  957. # [12:44] <hsivonen> edmorley: looking
  958. # [12:44] * Quits: darktrojan (geoff@moz-57EC95C5.dsl.telstraclear.net) (Quit: darktrojan)
  959. # [12:45] * Joins: necolas (necolas@moz-C8C6D8F3.bb.sky.com)
  960. # [12:45] <KaiRo> smaug: and of course we are missing them for IDL-generated .h files like in https://crash-stats.mozilla.com/report/index/bcc2b997-420d-409a-928a-a9d6f2120108 which has the other frames linked
  961. # [12:45] <hsivonen> edmorley: it's calling convention changes again. :-( Should be trivial to fix.
  962. # [12:45] <@smaug> KaiRo: I don't get any links
  963. # [12:46] <@smaug> hsivonen: so, in DOMParser patch how are those HTMLSink methods related to it ?
  964. # [12:47] <hsivonen> smaug: they read a field in nsContentSink that I changed
  965. # [12:47] <@smaug> ahaa
  966. # [12:48] <@smaug> ok, looking the patch again
  967. # [12:48] * Joins: trevorh (trevor@moz-74EA2020.lns7.cha.bigpond.net.au)
  968. # [12:48] <hsivonen> smaug: can I get an r+ for this Windows bustage fix? http://pastebin.mozilla.org/1456360
  969. # [12:48] * Joins: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
  970. # [12:49] <hsivonen> I need to learn to remember to use that NS_METHOD cruft
  971. # [12:49] <@smaug> r+
  972. # [12:49] <hsivonen> smaug: thanks
  973. # [12:49] <@smaug> hsivonen: do you need similar also elsewhere ?
  974. # [12:50] <KaiRo> smaug: I looked into a few reports and saw that some have links - in those that don't I saw "Release Channel: unknown" which might mean those could be builds from a Linux distro (just guessing, but our builds should have a correct channel set) and we might be missing correct source references because of that somehow - but it's really best to have a bug filed, a couple of those crash report URLs put in there and the team look at what
  975. # [12:50] <KaiRo> 's up
  976. # [12:50] <@smaug> KaiRo: ah, right
  977. # [12:50] <@smaug> makes sense
  978. # [12:50] * Joins: dao (dao@moz-74230458.superkabel.de)
  979. # [12:50] <hsivonen> smaug: not that I can tell unless virtual destructors are calling convention-sensitive
  980. # [12:52] * Quits: trevorh (trevor@moz-74EA2020.lns7.cha.bigpond.net.au) (Ping timeout)
  981. # [12:53] <@smaug> hsivonen: "XXX why do we set these again"
  982. # [12:53] <@smaug> do you refer to url and principal
  983. # [12:54] <@smaug> the point is that different principal is set at that point
  984. # [12:54] <hsivonen> smaug: oh
  985. # [12:54] <hsivonen> smaug: ok. I can remove the XXX then
  986. # [12:54] <hsivonen> we also need a follow-up bug for making the URL null as in IE and Chrome, but that isn't HTML-related
  987. # [12:56] <@smaug> hsivonen: it is possible that I've filed such bug already
  988. # [12:56] <hsivonen> smaug: cool
  989. # [12:56] <@smaug> at least I've been thinking about that, long ago
  990. # [12:56] <gaston> i have a strange issue on OpenBSD with libnotify use in mozilla which happens only on certain archs (ie macppc/sparc64 so far, not i386/amd64)
  991. # [12:56] <gaston> include/libnotify/notification.h:87: error: comma at end of enumerator list
  992. # [12:57] <gaston> does it ring a bell to anyone ?
  993. # [12:57] <NeilAway> hsivonen: my comment was in response to "it doesn't make sense no expire my nick in 60 days if my IRC client is connected all the time" - I find it hard to believe that you actually had a 60 day old TCP connection
  994. # [12:57] <hsivonen> NeilAway: what's hard to believe about it?
  995. # [12:57] <gaston> it's the same compiler config on each arch, so i don't see what could be different
  996. # [12:58] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  997. # [12:58] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Ping timeout)
  998. # [12:58] <@smaug> hsivonen: you use some different connection than before. You used to connect from hut.fi ?
  999. # [12:58] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/6af8c11d727a - Serge Gautherie - Bug 718239. (Bv1a) accessible/tests/mochitest/events.js: Use Services.jsm. r=surkov.alexander.
  1000. # [12:58] <firebot> http://hg.mozilla.org/mozilla-central/rev/30b1cb696452 - Jon Buckley - Bug 716397. Fix mozglue package warning on Linux. f=sgautherie r=khuey.
  1001. # [12:58] <firebot> http://hg.mozilla.org/mozilla-central/rev/eb0fb073ac35 - Serge Gautherie - Bug 718237. (Av1) accessible/tests/mochitest/*: Support "SeaMonkey searchbar" too, Remove 1 useless "browser.css" use. r=surkov.alexander.
  1002. # [12:59] <hsivonen> smaug: I'm connecting from validator.nu these days
  1003. # [12:59] <@smaug> mediateam.fi
  1004. # [12:59] <hsivonen> smaug: but I was connecting from validator.nu even before today's irssi kill
  1005. # [12:59] <hsivonen> smaug: that's the company that hosts validator.nu
  1006. # [12:59] <@smaug> ah
  1007. # [12:59] <hsivonen> reverse DNS points to their name
  1008. # [13:01] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Connection reset by peer)
  1009. # [13:01] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  1010. # [13:03] * Quits: m_kato (m_kato@moz-348F61F0.mozilla.or.jp) (Quit: Leaving...)
  1011. # [13:04] * Quits: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.2a1pre)
  1012. # [13:05] * Joins: regen (Miller@moz-CD53A873.adsl.dynamic.seed.net.tw)
  1013. # [13:06] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/7edc6c4cf83d - Serge Gautherie - Bug 718239. (Bv1a-bis) accessible/tests/mochitest/events.js: Fix typo in patch Bv1a. r=surkov.alexander.
  1014. # [13:07] * Joins: pranavrc (pranavrc@47858BEE.F5D37604.520CDC98.IP)
  1015. # [13:08] <gaston> the diff i'm seeing between failing and not failing is the use of -fvisibility=hidden (in the failing case) vs -I../../../dist/stl_wrappers -I../../../dist/system_wrappers -include gcc_hidden.h (in the ok case)
  1016. # [13:08] * jorendorff-away is now known as jorendorff
  1017. # [13:09] * Joins: trevorh (trevor@moz-1654BFF0.lns10.cha.bigpond.net.au)
  1018. # [13:09] * Joins: KaIRC (robert@moz-8B488626.adsl.highway.telekom.at)
  1019. # [13:09] * Quits: KaiRo (robert@moz-F2CAF70F.adsl.highway.telekom.at) (Ping timeout)
  1020. # [13:09] * Joins: RemusPop (remuspop@601F3B17.33662590.A5830293.IP)
  1021. # [13:11] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Ping timeout)
  1022. # [13:12] * Quits: Waldo (waldo@moz-104CC309.mv.mozilla.com) (Quit: ChatZilla 0.9.87-4.1450hg.fc15 [XULRunner 8.0/20111108090029])
  1023. # [13:14] * AutomatedTester is now known as AutomatedTester|away
  1024. # [13:14] * Quits: lsumar (lsumar@4548E2C6.EE84D258.11F528CC.IP) (Quit: This computer has gone to sleep)
  1025. # [13:14] <glandium> gaston: do you build with -Werror ?
  1026. # [13:14] * KaIRC is now known as KaiRo
  1027. # [13:15] <glandium> gaston: because that error is usually a warning
  1028. # [13:15] <gaston> the defaults
  1029. # [13:15] <gaston> -Werror=return-type
  1030. # [13:16] <glandium> gaston: and it's a warning when the header is not considered a system header, and system-wrappers do use a pragma to indicate system headers
  1031. # [13:16] <gaston> in the 'not failing' case i don't even have a warning
  1032. # [13:16] <gaston> aha
  1033. # [13:16] <gaston> that might be the reason
  1034. # [13:16] <glandium> gaston: but it should be a warning, not an error
  1035. # [13:16] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Ping timeout)
  1036. # [13:16] * Joins: birtles (chatzilla@moz-348F61F0.mozilla.or.jp)
  1037. # [13:17] <gaston> -pedantic -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-variadic-macros -Werror=return-type -Wno-long-long
  1038. # [13:17] * Quits: trevorh (trevor@moz-1654BFF0.lns10.cha.bigpond.net.au) (Ping timeout)
  1039. # [13:17] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  1040. # [13:17] <gaston> that's what i have for both cases
  1041. # [13:17] <glandium> gaston: what's your gcc version? 4.4? 4.6 would tell you what flag is responsible
  1042. # [13:17] <gaston> 4.2.1
  1043. # [13:18] <gaston> (last gplv2, etc..)
  1044. # [13:18] <glandium> haha
  1045. # [13:19] <glandium> you should try to switch to clang quickly
  1046. # [13:19] <gaston> not my war
  1047. # [13:21] * Quits: @smaug (chatzilla@moz-AC5A01B5.elisa-mobile.fi) (Ping timeout)
  1048. # [13:21] <glandium> it will become when m-c doesn't build on older versions of gcc anymore
  1049. # [13:22] * Joins: smaug (chatzilla@moz-AC5A01B5.elisa-mobile.fi)
  1050. # [13:22] * ChanServ sets mode: +o smaug
  1051. # [13:22] <gaston> i don't see why it should stop working with olders gcc4... unless very good reasons :(
  1052. # [13:22] * hsivonen wonders if Ubuntu has plans to ship clang
  1053. # [13:23] * Joins: anky (anky@2C50A054.588DE6B1.A3D1B221.IP)
  1054. # [13:24] * Quits: @smaug (chatzilla@moz-AC5A01B5.elisa-mobile.fi) (Ping timeout)
  1055. # [13:24] <glandium> gaston: because we may start to use some c++11 features
  1056. # [13:25] <gaston> ugh
  1057. # [13:25] <glandium> not right away, but it's bound to happen some day
  1058. # [13:26] <glandium> and well, it's kind of your own problem that you're stuck with an ancient compiler.
  1059. # [13:26] * Joins: smaug (chatzilla@moz-6C7CFA7.elisa-mobile.fi)
  1060. # [13:26] * ChanServ sets mode: +o smaug
  1061. # [13:26] <gaston> as if i didn't have enough hurdles on my way
  1062. # [13:29] * mak|afk is now known as mak
  1063. # [13:29] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  1064. # [13:30] * davehunt is now known as davehunt|away
  1065. # [13:31] * Quits: regen (Miller@moz-CD53A873.adsl.dynamic.seed.net.tw) (Quit: regen)
  1066. # [13:32] * Joins: trevorh (trevor@moz-67DB55E9.lns8.woo.bigpond.net.au)
  1067. # [13:32] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Ping timeout)
  1068. # [13:32] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1069. # [13:40] * Quits: jprmc (jprmc@moz-7F2FF3EB.cpe.net.cable.rogers.com) (Ping timeout)
  1070. # [13:41] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  1071. # [13:43] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1072. # [13:44] * Quits: micahg (micahg@moz-C7CC8D27.c3-0.arm-ubr1.chi-arm.il.cable.rcn.com) (Ping timeout)
  1073. # [13:44] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  1074. # [13:47] * Quits: dao (dao@moz-74230458.superkabel.de) (Quit: Leaving.)
  1075. # [13:49] * Joins: By-Tor (bytor@moz-46974D0B.dyn.optonline.net)
  1076. # [13:51] <reuben> gaston, why is GPLv3 a problem?
  1077. # [13:53] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1078. # [13:55] * Quits: @smaug (chatzilla@moz-6C7CFA7.elisa-mobile.fi) (Ping timeout)
  1079. # [13:55] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1080. # [13:55] * Joins: smaug (chatzilla@moz-6C7CFA7.elisa-mobile.fi)
  1081. # [13:55] * ChanServ sets mode: +o smaug
  1082. # [13:56] * NeilAway likes the way non-git diffs remind you of the revision that you were on
  1083. # [13:58] <@smaug> NeilAway: non-git hg diffs ?
  1084. # [13:58] <@smaug> hmm, I do have git = 1 in .hgrc
  1085. # [13:58] <@smaug> but I don't know why
  1086. # [14:00] * Joins: micahg (micahg@moz-C7CC8D27.c3-0.arm-ubr1.chi-arm.il.cable.rcn.com)
  1087. # [14:00] * Quits: sewardj (sewardj@moz-BAAD83A3.dip.t-dialin.net) (Ping timeout)
  1088. # [14:02] * Joins: sewardj (sewardj@moz-7137DCA5.dip.t-dialin.net)
  1089. # [14:02] * tbsaunde|afk is now known as tbsaunde
  1090. # [14:04] * Joins: espindola (espindola@73C37628.8C34B2C1.491DEE85.IP)
  1091. # [14:06] <@smaug> jwatt: what is the best tool to create some rather simple SVG graphs
  1092. # [14:06] <jwatt> smaug: notepad
  1093. # [14:06] <jwatt> *cough*
  1094. # [14:06] <@smaug> I'd like to have some circles connected with lines (arrows)
  1095. # [14:07] <@smaug> and then have some animation to change the color of those lines
  1096. # [14:07] <@smaug> jwatt: I would certainly use notepad if I was using Windows :)
  1097. # [14:08] <@smaug> perhaps I could use dot
  1098. # [14:08] <@smaug> to create the initial picture
  1099. # [14:08] <NeilAway> smaug: well, git = 1 handles metadata changes too
  1100. # [14:08] <jwatt> smaug: I'm thinking the online editor https://code.google.com/p/svg-edit/ - but give me a sec to find an actual online version
  1101. # [14:09] <NeilAway> jwatt: KaiRo got really upset when I created some "better" SVG media-type icons in Notepad than he did in Inkscape ;-)
  1102. # [14:09] <jwatt> smaug: the animation you'll probably have to add by hand after you've created the SVG
  1103. # [14:09] <jwatt> NeilAway: hehe
  1104. # [14:10] <jwatt> Inkscape is good, but the source code it creates is a bit of a mess, making it less than ideal for adding script/animation to
  1105. # [14:10] <jwatt> there are some lint tools you can clean it up with first though
  1106. # [14:11] <jwatt> smaug: ah, yes, the link on the front page of that svg-edit page: https://svg-edit.googlecode.com/svn/branches/2.5.1/editor/svg-editor.html
  1107. # [14:11] <jwatt> try that?
  1108. # [14:11] <@smaug> thanks
  1109. # [14:11] <jwatt> smaug: let me know if it doesn't work well for you
  1110. # [14:11] <NeilAway> jwatt: yeah, it was the messy source that I didn't like - e.g. circles drawn using lines
  1111. # [14:12] <jwatt> NeilAway: yeah
  1112. # [14:12] * Joins: jandem (jandem@66C76B89.FB8EABAE.DF9376EA.IP)
  1113. # [14:12] <jwatt> hmm, that version of svg-edit is really slow in ff9 - will need to look into that
  1114. # [14:13] * Quits: anky (anky@2C50A054.588DE6B1.A3D1B221.IP) (Client exited)
  1115. # [14:13] <@smaug> jwatt: works fine on Nightly / linux
  1116. # [14:13] * Quits: past (past@moz-E37DC46A.dsl.dyn.forthnet.gr) (Ping timeout)
  1117. # [14:14] * Quits: rbgray (chatzilla@moz-F1171FD7.plustechnologies.com) (Ping timeout)
  1118. # [14:14] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1119. # [14:14] * Joins: rbgray (chatzilla@moz-F1171FD7.plustechnologies.com)
  1120. # [14:15] <jwatt> smaug: cool
  1121. # [14:16] * Joins: past (past@moz-AEEE99F0.dsl.dyn.forthnet.gr)
  1122. # [14:19] * Quits: Yoric (Yoric@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Input/output error)
  1123. # [14:21] * Quits: @smaug (chatzilla@moz-6C7CFA7.elisa-mobile.fi) (Ping timeout)
  1124. # [14:25] * Joins: anky (anky@2C50A054.588DE6B1.A3D1B221.IP)
  1125. # [14:25] * Joins: jprmc (jprmc@82A4C343.5BCEC6DB.DA78B690.IP)
  1126. # [14:26] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1127. # [14:27] <jorendorff> oh no
  1128. # [14:28] * Joins: IanN (chatzilla@moz-3F5A461C.cable.virginmedia.com)
  1129. # [14:28] * Quits: jprmc (jprmc@82A4C343.5BCEC6DB.DA78B690.IP) (Quit: Leaving)
  1130. # [14:28] * Joins: andreasn (andreasn@moz-D8A35C52.a199.priv.bahnhof.se)
  1131. # [14:29] <nigelb> http://arstechnica.com/microsoft/news/2012/01/microsoft-pimps-it-old-school-with-a-pricey-text-adventure-game.ars
  1132. # [14:30] <nigelb> Interesting and probably relevant :)
  1133. # [14:30] * Joins: Yoric (Yoric@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1134. # [14:31] <reuben> awh
  1135. # [14:31] <reuben> I thought all versions were going free
  1136. # [14:33] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  1137. # [14:34] * Quits: rbgray (chatzilla@moz-F1171FD7.plustechnologies.com) (Ping timeout)
  1138. # [14:34] * Quits: stux|away|away (stux@moz-FD6B9EC6.hfc.comcastbusiness.net) (Ping timeout)
  1139. # [14:35] * Joins: rbgray (chatzilla@moz-F1171FD7.plustechnologies.com)
  1140. # [14:37] * Joins: dseif (dseif@moz-E33B954A.dsl.teksavvy.com)
  1141. # [14:38] * Joins: Pike (Pike@moz-E31CD2CB.mozilla.org)
  1142. # [14:39] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1143. # [14:42] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  1144. # [14:44] * Joins: SeoZ[home] (seojuyung@E9B5BAA5.F5246840.EAF0BD7A.IP)
  1145. # [14:45] * Joins: evilpie (evilpie@moz-2791B18A.pools.arcor-ip.net)
  1146. # [14:45] * Quits: SeoZ[home] (seojuyung@E9B5BAA5.F5246840.EAF0BD7A.IP) (Quit: Cya! [SeoZ])
  1147. # [14:45] <hsivonen> fun. we have nsHTMLFormatConverter::ConvertFromHTMLToAOLMail
  1148. # [14:45] * Joins: SeoZ[home] (seojuyung@E9B5BAA5.F5246840.EAF0BD7A.IP)
  1149. # [14:45] * Quits: SeoZ[home] (seojuyung@E9B5BAA5.F5246840.EAF0BD7A.IP) (Quit: SeoZ[home])
  1150. # [14:45] * Joins: SeoZ[home] (seojuyung@E9B5BAA5.F5246840.EAF0BD7A.IP)
  1151. # [14:46] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
  1152. # [14:50] * Joins: Mitch (chatzilla@moz-FA99DC5F.sbr802.nsw.optusnet.com.au)
  1153. # [14:54] * Joins: daim (David_Mart@779E3E00.1773D26C.C0FF2207.IP)
  1154. # [14:55] * Quits: mw22_ (chatzilla@moz-FB753258.adsl.wanadoo.nl) (Ping timeout)
  1155. # [14:56] <espindola> dolske, ping
  1156. # [14:56] * Joins: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP)
  1157. # [14:56] <espindola> !seen dolske
  1158. # [14:56] <firebot> dolske was last seen 10 hours, 16 minutes and 23 seconds ago, saying 'also, Boriss ^' in #fx-team.
  1159. # [14:57] * Joins: mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1160. # [14:57] * ChanServ sets mode: +o mkaply
  1161. # [14:57] <espindola> could anyone else review 714960?
  1162. # [14:57] <espindola> I really need to get that fixed one day
  1163. # [14:59] * bhearsum|afk is now known as bhearsum
  1164. # [14:59] <espindola> zpao|detached, maybe you could?
  1165. # [14:59] * Quits: dseif (dseif@moz-E33B954A.dsl.teksavvy.com) (Input/output error)
  1166. # [15:03] * Quits: rbgray (chatzilla@moz-F1171FD7.plustechnologies.com) (Quit: ----> SM 2.7b4)
  1167. # [15:05] * Joins: diogogmt (kvirc@C75E470E.3B63BE3F.5F8B00E7.IP)
  1168. # [15:06] <KaiRo> ugh, we disabled WebGL on the Tegra2 used in the ASUS tablets we got from Mozilla? :(
  1169. # [15:07] * Callek tries to remember which b* to point at ^^^^^ .... bsmith?
  1170. # [15:08] <Callek> (where ^^ is kairo's message not the review)
  1171. # [15:09] * Joins: rbgray (chatzilla@moz-F1171FD7.plustechnologies.com)
  1172. # [15:10] <gcp> KaiRo: yeah, due to gralloc crashes afaik
  1173. # [15:10] * Joins: AaronMT (AaronMT@moz-DB17C53A.cpe.net.cable.rogers.com)
  1174. # [15:12] <hsivonen> what do I need to do to make nsString work from a TestHarness.h-based test?
  1175. # [15:13] * Joins: dbradley (dbradley@moz-8FACAA93.fuse.net)
  1176. # [15:14] <Callek> hsivonen: https://developer.mozilla.org/En/Mozilla_external_string_guide iirc
  1177. # [15:14] <KaiRo> gcp: ouch... from all I've seen in crash reports, I wonder if doing gralloc for the 1337 few phones and having a worse experience everywhere else is really that much of a win :(
  1178. # [15:15] <hsivonen> Callek: #include "nsStringAPI.h" didn't work
  1179. # [15:15] <KaiRo> there's a big load of tegra2 systems out there
  1180. # [15:15] <Pike> string api doesn't do the standard nsString, IIRC
  1181. # [15:16] <hsivonen> Pike: #include "nsString.h" didn't work, either
  1182. # [15:16] <Callek> hsivonen: ok, lets back up, have an existing diff?
  1183. # [15:16] <hsivonen> looks like nsContentUtils.h contains something that TestHarness.h-based tests don't like
  1184. # [15:17] <Callek> hsivonen: ooo wait, are you trying to load nsContentUtils.h from an externally linked code?
  1185. # [15:17] <hsivonen> Callek: I guess that's what I'm doing
  1186. # [15:18] <hsivonen> so I can't test doCOMtaminated stuff from TestHarness.h-based tests?
  1187. # [15:18] <Callek> hsivonen: looking at it, it looks like its playing at being internal-only: http://mxr.mozilla.org/comm-central/source/mozilla/content/base/public/nsContentUtils.h#65
  1188. # [15:19] <gcp> KaiRo: https://bugzilla.mozilla.org/show_bug.cgi?id=670930
  1189. # [15:19] <hsivonen> Callek: is comm-central code under mailnews/ allowed to call nsContentUtils?
  1190. # [15:19] <Callek> hsivonen: I'm no expert, but I am pretty sure you can't do much of the internal-only stuff from externally linked c/cpp
  1191. # [15:20] <Callek> hsivonen: yes
  1192. # [15:20] * coop|afk is now known as coop
  1193. # [15:20] <hsivonen> Callek: whew. good
  1194. # [15:20] <Callek> hsivonen: well, rather "I think"
  1195. # [15:20] <Callek> hsivonen: we by-default build internal to libXUL, but iirc NeilAway has been working hard to make externally linkable an option again
  1196. # [15:20] * Joins: Suresh (chatzilla@814B900E.5035B027.EB06F97B.IP)
  1197. # [15:21] <Callek> hsivonen: enough so that my patch to do mozilla::services in mailnews/ needed me to get a patch passed to expose it to externally callers ;-)
  1198. # [15:21] <NeilAway> Callek: well, jhorak did most of the work
  1199. # [15:22] <Callek> NeilAway: well sure, but you've been working to ensure we don't regress it, I think :-)
  1200. # [15:22] * catlee-away is now known as catlee
  1201. # [15:22] * Callek is not really fond of that solution, but O well :-)
  1202. # [15:22] <hsivonen> Callek: :-(
  1203. # [15:23] * Joins: Mardak (Mardak@moz-6D739359.dynamic.hinet.net)
  1204. # [15:23] <Callek> hsivonen: which bug is this for, and/or why would we need nsContentUtils.h in mailnews?
  1205. # [15:23] <hsivonen> Callek: I'm converting HTML to plain text code to use the new HTML parser
  1206. # [15:23] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1207. # [15:23] <hsivonen> Callek: and the entry point I now have is a static method on nsContentUtils
  1208. # [15:24] <Callek> hsivonen: and to be clear, old parser hooks have externally linkable code, but new ones don't?
  1209. # [15:24] * Quits: Unfocused (u2622@moz-160C58C6.com) (Max SendQ exceeded)
  1210. # [15:24] * Joins: pascalc (chatzilla@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1211. # [15:24] <hsivonen> Callek: the old stuff was very COMtaminated, yes
  1212. # [15:24] * Joins: Unfocused (u2622@moz-160C58C6.com)
  1213. # [15:24] <Callek> well COMtaminated !== externally linkable :-)
  1214. # [15:25] <Callek> neither does its inverse hold. :-)
  1215. # [15:25] <hsivonen> don't Thunderbird and SeaMonkey always ship their own Gecko? what's the use of not treating mailnews/ as internal?
  1216. # [15:26] <Callek> hsivonen: and yea, as a point of reference, nsContentUtils is not used anywhere in mailnews/ yet http://mxr.mozilla.org/comm-central/search?string=nsContentUtils.h&find=mailnews
  1217. # [15:27] * Joins: gandalf (zbraniecki@moz-1D348815.internetdsl.tpnet.pl)
  1218. # [15:28] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  1219. # [15:28] * Quits: necolas (necolas@moz-C8C6D8F3.bb.sky.com) (Client exited)
  1220. # [15:29] <Callek> hsivonen: soo our problem is that: |http://mxr.mozilla.org/comm-central/source/mozilla/content/base/public/nsContentUtils.h#463| is where we have to grab the parser Service ?
  1221. # [15:29] * Joins: jimm (jmathies@moz-7F164CA1.pn.at.cox.net)
  1222. # [15:30] <hsivonen> Callek: no, this new code has nothing to do with nsIParserService
  1223. # [15:30] <hsivonen> nsIParserService will be removed down the road
  1224. # [15:30] <Callek> hsivonen: ooo, got a WIP patch to pastebin I can peek at, or an already-in-code pointer I can peek at
  1225. # [15:31] * AaronMT is now known as AaronMT|afk
  1226. # [15:31] * Quits: SeoZ[home] (seojuyung@E9B5BAA5.F5246840.EAF0BD7A.IP) (Quit: Cya! [SeoZ])
  1227. # [15:32] * Joins: pnemsak (Miranda@moz-3D67D819.rainside.sk)
  1228. # [15:32] <hsivonen> Callek: http://pastebin.mozilla.org/1456429
  1229. # [15:33] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1230. # [15:34] <Callek> hsivonen: is this |ConvertToPlainText| intended to be used from m-c itself anywhere?
  1231. # [15:34] <hsivonen> Callek: in the two places where the patch uses it
  1232. # [15:34] <Callek> (I'm still skimming the patch, fwiw)
  1233. # [15:34] <KaiRo> gcp: thx, I know gralloc is nice and all - but it's sad that the effect of this is not supporting WebGL on Mozilla's own tablets (and the TF101 isn't really an out-of-the-ordinary product). I guess right now we just don't really care about tablets at all, though (not ranting, just stating how things look for me)
  1234. # [15:35] * Joins: dseif (dseif@920BF596.531FD64C.630E4E47.IP)
  1235. # [15:35] <gcp> there's no point in directing this at me, I know nothing about this. For all I know this is fixed tomorrow.
  1236. # [15:36] <Callek> hsivonen: hrm....
  1237. # [15:36] <KaiRo> even though it sounds ironic that this bug starts with "on Honeycomb we can do this" and we end up disabling stuff that worked on our own Haoneycomb tablets because of this
  1238. # [15:36] <gcp> I just vaguely remember something from the mobile meeting and dig a bit in inbound.
  1239. # [15:36] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  1240. # [15:36] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Ping timeout)
  1241. # [15:36] <gcp> if you want to know more about it, ask Cwiis or pcwalton
  1242. # [15:36] <KaiRo> well, I just have to live with not showing off WebGL to anyone
  1243. # [15:37] <Callek> bah gtg for a bit, back soon
  1244. # [15:37] <hsivonen> Callek: ok.
  1245. # [15:37] <Callek> hsivonen: looks like there is no good solution other than to use ContentUtils :(
  1246. # [15:37] <KaiRo> and not testing WebGL on Android either
  1247. # [15:37] <Callek> at least not from my quick glance
  1248. # [15:37] * Joins: wlach (wlach@moz-9F019C45.vif.net)
  1249. # [15:37] <hsivonen> Callek: I could expose the whole thing (with aFlags and aColWrap) via nsScriptableUnescapeHTML
  1250. # [15:37] * Quits: wlach (wlach@moz-9F019C45.vif.net) (Connection reset by peer)
  1251. # [15:37] <Callek> hsivonen: and since c-c CAN use that, in the default and supported build config, my personal opinion is to use that and let others deal with it if needed ;-)
  1252. # [15:37] <hsivonen> Callek: since nsScriptableUnescapeHTML is by design exposed
  1253. # [15:37] * Joins: armenzg (armenzg@moz-11631A2F.acanac.net)
  1254. # [15:37] <Callek> but I'm not a reviewer there
  1255. # [15:37] * Joins: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net)
  1256. # [15:38] * Joins: wlach (wlach@moz-9F019C45.vif.net)
  1257. # [15:38] <gcp> actually, given the assignee of the bug, you can ask snorp too
  1258. # [15:38] * davidb is now known as davidb|mtg
  1259. # [15:38] <hsivonen> Callek: well, I can't land this on m-c without burning c-c
  1260. # [15:38] <hsivonen> so I expect I will have to patch c-c
  1261. # [15:38] <snorp> WHAT
  1262. # [15:38] <gcp> snorp: KaiRo wonders why WebGL doesn't work on Tegra2
  1263. # [15:38] <snorp> it doesn't work at all?
  1264. # [15:38] <snorp> it should work, just slow
  1265. # [15:39] <snorp> if it doesn't work at all, blame bjacob
  1266. # [15:39] <snorp> (it's what I do)
  1267. # [15:39] * hsivonen hopes there's a plan for fast WebGL
  1268. # [15:39] <snorp> hsivonen: there is :)
  1269. # [15:39] <snorp> but maybe only on ICS devices
  1270. # [15:39] <snorp> we'll see
  1271. # [15:39] <hsivonen> snorp: ok
  1272. # [15:40] <snorp> hsivonen: the reason it's slow right now is we use glReadPixels() to readback each frame :(
  1273. # [15:40] <snorp> ans then that gets composited with software, etc
  1274. # [15:40] <snorp> it is ass.
  1275. # [15:40] * Joins: ajuma (ajuma@F2D29657.F60B0462.67AC9B1.IP)
  1276. # [15:40] <hsivonen> snorp: yeah, it will need to work without readbacks
  1277. # [15:40] <snorp> hsivonen: yeah.
  1278. # [15:41] <snorp> I think it might have to wait until we have off-main-thread compositing
  1279. # [15:41] <snorp> which I've heard is really coming along, so woooo
  1280. # [15:42] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1281. # [15:43] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  1282. # [15:44] * AaronMT|afk is now known as AaronMT
  1283. # [15:44] <Callek> hsivonen: I meant my personal opinion was to use nsContentUtils.h in c-c and let "others" deal with adjusting things to use something else if needed
  1284. # [15:44] <Callek> :-)
  1285. # [15:44] <Callek> hsivonen: but as I said, I'm not a reviewer there, so my opinion is not the final say
  1286. # [15:45] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  1287. # [15:46] * davehunt|away is now known as davehunt
  1288. # [15:46] <hsivonen> Callek: ok
  1289. # [15:46] <hsivonen> thanks
  1290. # [15:46] <Callek> np
  1291. # [15:48] * bwinton_away is now known as bwinton
  1292. # [15:50] * BenWa is now known as benwa|sms
  1293. # [15:52] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1294. # [15:52] * Quits: aja (chatzilla@6B0B5BD1.913604E4.7880DB15.IP) (Client exited)
  1295. # [15:52] * mjessome-away is now known as mjessome
  1296. # [15:54] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1297. # [15:54] <Yoric> There's some code I do not understand in nsSearchService.js
  1298. # [15:54] <Yoric> http://pastebin.mozilla.org/1456440
  1299. # [15:54] <Yoric> Or, more to the point, I think I understand it, but I have no clue what it's for.
  1300. # [15:55] <Yoric> Any idea?
  1301. # [15:55] <Yoric> http://mxr.mozilla.org/mozilla-central/source/toolkit/components/search/nsSearchService.js?blame=1#209
  1302. # [15:55] <ttaubert> you could remove that and just use Services.obs
  1303. # [15:56] <Yoric> I certainly could.
  1304. # [15:57] <Yoric> But I don't understand why someone decoded to delete |this.gObsSvc|.
  1305. # [15:57] <Yoric> Or not checking whether it was already defined.
  1306. # [15:57] <ttaubert> ah
  1307. # [15:57] <ttaubert> no that removes the getter
  1308. # [15:57] <ttaubert> and replaces it with a value
  1309. # [15:57] <Yoric> Ah, got it.
  1310. # [15:57] <ttaubert> so it's a lazy getter
  1311. # [15:57] <Yoric> It's what we now call defineLazyGetter in XPCOMUtils, is that it?
  1312. # [15:58] <ttaubert> that does the same, yes
  1313. # [15:58] <Yoric> Thanks.
  1314. # [15:58] <ttaubert> it's just wrapped in a nice function ;)
  1315. # [15:58] <Yoric> :)
  1316. # [15:58] * Joins: rshetty (quassel@C2F3D6BA.88B23A0E.D30E9BEF.IP)
  1317. # [16:00] * Quits: kaze (kaze@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Quit: WeeChat 0.3.5)
  1318. # [16:02] * Quits: michal (michal@F8B4DDD2.FC749DA6.F23860FD.IP) (Ping timeout)
  1319. # [16:05] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  1320. # [16:06] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  1321. # [16:06] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1322. # [16:06] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  1323. # [16:09] * Quits: dseif (dseif@920BF596.531FD64C.630E4E47.IP) (Input/output error)
  1324. # [16:09] * davidb|mtg is now known as davidb
  1325. # [16:10] * Quits: past (past@moz-AEEE99F0.dsl.dyn.forthnet.gr) (Ping timeout)
  1326. # [16:12] * Joins: past (past@moz-C8154292.dsl.dyn.forthnet.gr)
  1327. # [16:13] * ewong|sleep is now known as ewong
  1328. # [16:13] <Yoric> reed: ping
  1329. # [16:14] <Yoric> !seen reed
  1330. # [16:14] <firebot> reed was last seen 3 days, 18 hours, 5 minutes and 29 seconds ago, saying 'XioNoX: hi' in #interns.
  1331. # [16:15] * Quits: past (past@moz-C8154292.dsl.dyn.forthnet.gr) (Ping timeout)
  1332. # [16:15] * Joins: michal (michal@F8B4DDD2.FC749DA6.F23860FD.IP)
  1333. # [16:19] * Joins: past (past@moz-EDC319DF.dsl.dyn.forthnet.gr)
  1334. # [16:20] * benwa|sms is now known as BenWa
  1335. # [16:21] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  1336. # [16:22] * Quits: camd (u5280@moz-160C58C6.com) (Max SendQ exceeded)
  1337. # [16:23] * Joins: camd (u5280@moz-160C58C6.com)
  1338. # [16:24] * Joins: jprmc (jprmc@89D4A401.5BCEC6DB.DA78B690.IP)
  1339. # [16:25] <Yoric> Ok, first test of asynchronous search service, v3.
  1340. # [16:27] <Archaeopteryx> btw, is copy to clipboard async?
  1341. # [16:29] * AutomatedTester|away is now known as AutomatedTester
  1342. # [16:29] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/49936b49aff3 - Dão Gottwald - No bug - fix some browser chrome tests that pollute the global scope
  1343. # [16:35] <davidb> inbound is burning
  1344. # [16:35] * Joins: ehsan (ehsan@moz-A6FE435.build.sjc1.mozilla.com)
  1345. # [16:36] <Yoric> Archaeopteryx: no idea.
  1346. # [16:36] <davidb> ted: ^
  1347. # [16:36] <Yoric> I am not in "full steam ahead, let's make everything async" mode yet.
  1348. # [16:36] <Yoric> Other people are, of course.
  1349. # [16:36] * Joins: jrmuizel (jrmuizel@61BEC709.5BCEC6DB.DA78B690.IP)
  1350. # [16:37] <Archaeopteryx> was more because of a bug (pressing ctrl+c in the location bar and clicking immediately into the taskbar prevents the copying to happen)
  1351. # [16:37] <ted> davidb: why are you pinging me?
  1352. # [16:37] * Joins: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP)
  1353. # [16:37] <Archaeopteryx> (in a crammed profile)
  1354. # [16:37] <davidb> ted: oh i thought tbpl told me you were sheriff
  1355. # [16:38] <ted> it apparently did
  1356. # [16:38] <ted> but i haven't actively sheriffed in forever :)
  1357. # [16:38] <davidb> me neither
  1358. # [16:38] <ted> i think the sheriff program has sort of fallen by the wayside
  1359. # [16:38] <davidb> yeah
  1360. # [16:38] <ted> and there's a separate set of people managing inbound
  1361. # [16:38] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: glazou)
  1362. # [16:38] <davidb> who?
  1363. # [16:38] <ted> mak, edmorley, philor, among them
  1364. # [16:38] * philor|away is now known as philor
  1365. # [16:38] <ted> probably others i'm forgetting
  1366. # [16:38] <davidb> hi philikon
  1367. # [16:38] <davidb> oops
  1368. # [16:38] <davidb> hi philor
  1369. # [16:38] <mak> I pinged bhackett
  1370. # [16:38] <davidb> mak: ok thanks
  1371. # [16:38] <mak> he will backout
  1372. # [16:39] <mak> yw!
  1373. # [16:39] * Quits: nhirata (nhirata.bu@moz-2A9C9106.hsd1.ca.comcast.net) (Quit: nhirata)
  1374. # [16:40] * Joins: mjschranz (chatzilla@moz-6FE6B833.cpe.net.cable.rogers.com)
  1375. # [16:40] * Quits: Mardak (Mardak@moz-6D739359.dynamic.hinet.net) (Quit: Mardak)
  1376. # [16:41] * Joins: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP)
  1377. # [16:41] * Joins: dseif (dseif@32D971AB.33EE9F8A.1139E686.IP)
  1378. # [16:44] * Joins: necolas (necolas@moz-C8C6D8F3.bb.sky.com)
  1379. # [16:44] <philor> just a little warming fire
  1380. # [16:44] <nigelb> Isn't there a wiki page for Rapid release? explaining why we switched to it?
  1381. # [16:46] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  1382. # [16:46] * Quits: jrmuizel (jrmuizel@61BEC709.5BCEC6DB.DA78B690.IP) (Ping timeout)
  1383. # [16:46] <lurking> looks like serge set m-c osx64 opt Moth tests on fire
  1384. # [16:46] * Joins: jrmuizel (jrmuizel@61BEC709.5BCEC6DB.DA78B690.IP)
  1385. # [16:47] <philor> lurking: if you click on the letter, one of the things it will tell you down at the bottom is the slave name
  1386. # [16:47] * Joins: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP)
  1387. # [16:48] <philor> and in this case, it'll tell you the same name
  1388. # [16:48] * gregglind_away is now known as gregglind
  1389. # [16:48] * lurking didn't dig very deep on that one -
  1390. # [16:48] * lurking guesses philor will be asking for another hanging
  1391. # [16:49] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  1392. # [16:52] * Quits: RemusPop (remuspop@601F3B17.33662590.A5830293.IP) (Client exited)
  1393. # [16:53] * Quits: gandalf (zbraniecki@moz-1D348815.internetdsl.tpnet.pl) (Quit: Computer has gone to sleep.)
  1394. # [16:54] * Joins: Joeh (joe@5A3923AA.BC22908.C7CEC4ED.IP)
  1395. # [16:55] * Quits: Unfocused (u2622@moz-160C58C6.com) (Max SendQ exceeded)
  1396. # [16:55] * Quits: camd (u5280@moz-160C58C6.com) (Max SendQ exceeded)
  1397. # [16:55] * Joins: Unfocused (u2622@moz-160C58C6.com)
  1398. # [16:55] * Quits: bjarne (bjarne@moz-46A85847.nextgentel.com) (Quit: Leaving.)
  1399. # [16:55] * Quits: jrmuizel (jrmuizel@61BEC709.5BCEC6DB.DA78B690.IP) (Input/output error)
  1400. # [16:55] * Joins: camd (u5280@moz-160C58C6.com)
  1401. # [16:56] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1402. # [16:56] * Joins: dveditz (dveditz@moz-34991AF4.dhcp.cruzio.com)
  1403. # [16:56] * ChanServ sets mode: +o dveditz
  1404. # [16:58] * Joins: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net)
  1405. # [17:01] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  1406. # [17:02] * Quits: stransky (stransky@moz-6F10C81D.net.upcbroadband.cz) (Quit: Connection reset by beer)
  1407. # [17:02] * Joins: bz (bzbarsky@moz-BAE8D951.pck.nerim.net)
  1408. # [17:02] * ChanServ sets mode: +o bz
  1409. # [17:02] <@bz> anyone at the Paris office?
  1410. # [17:03] * juanb is now known as juanb|gym
  1411. # [17:03] * Joins: stux (stux@moz-FD6B9EC6.hfc.comcastbusiness.net)
  1412. # [17:04] <gabor> maybe ochameau...
  1413. # [17:05] * Joins: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP)
  1414. # [17:07] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  1415. # [17:08] * Quits: @bz (bzbarsky@moz-BAE8D951.pck.nerim.net) (Ping timeout)
  1416. # [17:09] <protz> mounir: vingtetun ^^
  1417. # [17:11] * Joins: stux|away|away (stux@moz-FD6B9EC6.hfc.comcastbusiness.net)
  1418. # [17:12] * Quits: stux (stux@moz-FD6B9EC6.hfc.comcastbusiness.net) (Ping timeout)
  1419. # [17:12] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  1420. # [17:13] * Joins: smaug (chatzilla@moz-350CBF8F.elisa-mobile.fi)
  1421. # [17:13] * ChanServ sets mode: +o smaug
  1422. # [17:14] * Joins: erione (erione@A4B99D2D.494E73BD.C752B3FA.IP)
  1423. # [17:14] * Quits: erione (erione@A4B99D2D.494E73BD.C752B3FA.IP) (Connection reset by peer)
  1424. # [17:16] * Joins: hub (hub@83874EA1.EB7C1AF9.6F478678.IP)
  1425. # [17:17] * Quits: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net) (Quit: damons)
  1426. # [17:18] * coop is now known as coop|afk
  1427. # [17:19] * Joins: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net)
  1428. # [17:21] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  1429. # [17:21] * Joins: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net)
  1430. # [17:22] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1431. # [17:23] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1432. # [17:24] * Joins: kdcw (kdc@moz-F7413045.pk.shawcable.net)
  1433. # [17:24] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Quit: Leaving.)
  1434. # [17:24] * rshetty is now known as rshetty|docsprint
  1435. # [17:25] * Quits: AaronMT (AaronMT@moz-DB17C53A.cpe.net.cable.rogers.com) (Ping timeout)
  1436. # [17:26] * Joins: AaronMT (AaronMT@moz-DB17C53A.cpe.net.cable.rogers.com)
  1437. # [17:27] * Quits: jhorak (jhorak@moz-59813FB4.cust.nbox.cz) (Ping timeout)
  1438. # [17:29] * Quits: waschtl (waschtl@moz-A4ECE553.hsi4.kabel-badenwuerttemberg.de) (Client exited)
  1439. # [17:31] <ochameau> protz: actually, mounir and vingetun are in tunisia :p
  1440. # [17:32] <ochameau> gabor: I'm at home on friday
  1441. # [17:32] <protz> huh
  1442. # [17:32] <protz> these guys are slackers
  1443. # [17:32] * mrbkap is here.
  1444. # [17:32] <protz> no wonder firefox still has bug [insert your favorite bug number here]
  1445. # [17:32] <ochameau> in case someone want to reach paris office, the easiest way would be to go to #lagaule (it is french speaking channel, but all paris employee are there)
  1446. # [17:32] <protz> thank god mrbkap is here to save the project
  1447. # [17:33] <mrbkap> protz: you must be referring to bug 18574
  1448. # [17:35] * Quits: dria (dria@moz-9E3E12EC.off.net) (Quit: Changing server)
  1449. # [17:35] * Joins: cadecairos (cadecairos@EDDEAA06.33EE9F8A.1139E686.IP)
  1450. # [17:35] <gabor> mrbkap: did you get my email about my planned trip to Paris?
  1451. # [17:35] * Joins: dria (dria@moz-9E3E12EC.off.net)
  1452. # [17:35] <mrbkap> gabor: uh
  1453. # [17:36] <mrbkap> gabor: yes.
  1454. # [17:36] <mrbkap> gabor: I don't suppose you know when fosdem is.
  1455. # [17:37] * Quits: dria (dria@moz-9E3E12EC.off.net) (Quit: Changing server)
  1456. # [17:37] * Joins: dria (dria@moz-9E3E12EC.off.net)
  1457. # [17:38] <protz> mrbkap: urgh, is that the bug with the biggest number of comments ?
  1458. # [17:38] <gabor> mrbkap: nope... but I can change the date +- a week or even can be a month later if it's in the same time with it
  1459. # [17:39] * Quits: magsout (magsout@moz-E559D13.fbx.proxad.net) (Ping timeout)
  1460. # [17:39] * Joins: magsout (magsout@moz-E559D13.fbx.proxad.net)
  1461. # [17:39] * Quits: Suresh (chatzilla@814B900E.5035B027.EB06F97B.IP) (Quit: Leaving)
  1462. # [17:40] * Quits: coop|afk (Chris@moz-A6FE435.build.sjc1.mozilla.com) (Ping timeout)
  1463. # [17:42] <mrbkap> gabor: I think the end of the week would work, but I'm not sure yet.
  1464. # [17:43] <gabor> mrbkap: alright then I dont book anything yet then, let's get back to this some time later.
  1465. # [17:43] * Joins: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com)
  1466. # [17:43] * Quits: pnemsak (Miranda@moz-3D67D819.rainside.sk) (Quit: pnemsak)
  1467. # [17:44] * armenzg is now known as armenzg_lunch
  1468. # [17:44] * Quits: kaie (kaie@moz-AF3B5F9B.dip.t-dialin.net) (Quit: Leaving)
  1469. # [17:45] * Quits: davehunt (davehunt@moz-E2929564.dsl.in-addr.zen.co.uk) (Input/output error)
  1470. # [17:45] <jorendorff> is anything like the global scope polluter in HTML5?
  1471. # [17:45] <ochameau> mrbkap: FOSDEM is 4-5th february
  1472. # [17:46] * jorendorff sees 6.2.4
  1473. # [17:46] * Quits: dria (dria@moz-9E3E12EC.off.net) (Quit: Changing server)
  1474. # [17:48] <@smaug> erm
  1475. # [17:48] * Joins: coop (Chris@A4383332.6ADAA238.3EE329E3.IP)
  1476. # [17:48] <@smaug> is the tree broken
  1477. # [17:48] * Joins: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net)
  1478. # [17:48] <@smaug> undefined reference to `PORT_...
  1479. # [17:49] * Quits: michal (michal@F8B4DDD2.FC749DA6.F23860FD.IP) (Quit: Leaving.)
  1480. # [17:50] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  1481. # [17:50] * KaiRo wonders what all those "nsRefPtr<nsDocLoader>::~nsRefPtr<nsDocLoader>() | something" crashes int runk are that happen in the last days
  1482. # [17:52] <bent> KaiRo, if it's on windows then you can't trust the 'nsDocLoader' part
  1483. # [17:52] * Joins: nhirata (nhirata.bu@moz-BBE3ABD.mv.mozilla.com)
  1484. # [17:52] <bent> could be any kind of object double-releasing
  1485. # [17:52] <@smaug> KaiRo: any crash id ?
  1486. # [17:53] * Joins: dria (dria@moz-9E3E12EC.off.net)
  1487. # [17:53] * Quits: evilpie (evilpie@moz-2791B18A.pools.arcor-ip.net) (Quit: ChatZilla 0.9.88 [Firefox 12.0a1/20120117031056])
  1488. # [17:53] * philor is now known as philor|away
  1489. # [17:53] * Quits: protz (protz@moz-E29D2A15.inria.fr) (Quit: Leaving)
  1490. # [17:53] * Joins: askalski (akuda@moz-6A36EC49.ip.abpl.pl)
  1491. # [17:53] <KaiRo> smaug: bug 718993, bug 719361, bug 718991 have examples
  1492. # [17:54] * Quits: dria (dria@moz-9E3E12EC.off.net) (Quit: leaving)
  1493. # [17:54] * Joins: kumar (kmcmillan@moz-F2D05B8.c3-0.stk-ubr1.chi-stk.il.cable.rcn.com)
  1494. # [17:55] <KaiRo> bent: ugh, yes, I see we see those with all kinds of stuff in the <>
  1495. # [17:55] <jwatt> has anyone heard of 'make -f client.mk clean' behaving badly on recent m-c?
  1496. # [17:55] <@smaug> we support clean ?
  1497. # [17:56] <jwatt> smaug: I don't know
  1498. # [17:56] * Joins: dao (dao@moz-74230458.superkabel.de)
  1499. # [17:56] <jwatt> we have a target for it
  1500. # [17:56] <KaiRo> smaug, jwatt: we theroetically support clean, but it's not well-maintained - the best way usually is to wipe your objdir
  1501. # [17:56] * Joins: wg9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  1502. # [17:57] * ewong is now known as ewong|sleep
  1503. # [17:57] <jwatt> KaiRo: yeah, that's what I do
  1504. # [17:57] * Joins: kaie (kaie@moz-AF3B5F9B.dip.t-dialin.net)
  1505. # [17:57] <jwatt> someone I'm helping tried to use clean and had problems
  1506. # [17:58] <@smaug> KaiRo: hmm, those crashes have always some GC happening
  1507. # [17:59] <KaiRo> smaug: hmm, a new class of GC crashes or just new signatures for them, I guess that's the question then
  1508. # [18:01] <@smaug> KaiRo: and the problem could still be elsewhere :/
  1509. # [18:01] * Quits: askalski (akuda@moz-6A36EC49.ip.abpl.pl) (Quit: Wychodzi)
  1510. # [18:02] * Quits: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com) (Ping timeout)
  1511. # [18:02] * jcranmer|away is now known as jcranmer|3hrs_at_airport
  1512. # [18:02] * Quits: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP) (Ping timeout)
  1513. # [18:03] * Quits: Yoric (Yoric@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Input/output error)
  1514. # [18:04] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  1515. # [18:04] <KaiRo> smaug: I'm just worried because the combined volume of https://crash-stats.mozilla.com/query/query?product=Firefox&version=Firefox%3A12.0a1&range_value=1&range_unit=weeks&date=01%2F20%2F2012+08%3A56%3A59&query_search=signature&query_type=contains&query=%3A%3A~nsRefPtr&reason=&build_id=&process_type=any&hang_type=any&do_query=1 is not too good for trunk and they all look similar
  1516. # [18:06] * Parts: jandem (jandem@66C76B89.FB8EABAE.DF9376EA.IP)
  1517. # [18:06] * Joins: Ms2ger (Ms2ger@2DA48BDC.1BB668C0.37724B0D.IP)
  1518. # [18:07] * Joins: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net)
  1519. # [18:07] * Quits: GPHemsley (GPHemsley@moz-7D8B319.dyn.optonline.net) (Ping timeout)
  1520. # [18:07] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1521. # [18:07] * Joins: askalski (akuda@moz-6A36EC49.ip.abpl.pl)
  1522. # [18:08] <@smaug> KaiRo: yeah, that looks bad
  1523. # [18:08] <@smaug> I wonder if https://bugzilla.mozilla.org/show_bug.cgi?id=718993#c1 is the right regression range
  1524. # [18:08] * Joins: GPHemsley (GPHemsley@moz-7D8B319.dyn.optonline.net)
  1525. # [18:09] <@smaug> hmm, all windows
  1526. # [18:10] * Quits: timeless (u4015@moz-160C58C6.com) (Input/output error)
  1527. # [18:10] * Joins: timeless (u4015@moz-160C58C6.com)
  1528. # [18:11] * catlee is now known as catlee-lunch
  1529. # [18:11] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  1530. # [18:11] * mjessome is now known as mjessome-lunch
  1531. # [18:11] * Joins: dbaron (dbaron@moz-BBE3ABD.mv.mozilla.com)
  1532. # [18:11] * ChanServ sets mode: +o dbaron
  1533. # [18:13] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  1534. # [18:15] * Quits: bsmith (bsmith@moz-364A0C3E.hsd1.ca.comcast.net) (Connection reset by peer)
  1535. # [18:15] * Joins: cdiehl_ (cdiehl@moz-A4FE008C.pool.mediaways.net)
  1536. # [18:16] * Joins: bsmith (bsmith@moz-364A0C3E.hsd1.ca.comcast.net)
  1537. # [18:16] * Quits: cdiehl (cdiehl@moz-F37055B2.pool.mediaways.net) (Ping timeout)
  1538. # [18:16] * cdiehl_ is now known as cdiehl
  1539. # [18:17] * Quits: dcamp (dave@moz-8EBEC133.hsd1.wa.comcast.net) (Quit: Leaving...)
  1540. # [18:17] * Quits: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net) (Client exited)
  1541. # [18:18] * Joins: faramarz_ (faramarz@moz-BBE3ABD.mv.mozilla.com)
  1542. # [18:18] * AutomatedTester is now known as AutomatedTester|away
  1543. # [18:18] * Joins: gwagner (idefix2@362F9766.495D8A75.ACC6B31E.IP)
  1544. # [18:19] <Ms2ger> jorendorff, you found the global scope polluter?
  1545. # [18:19] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1546. # [18:19] * faramarz_ is now known as faramarz
  1547. # [18:19] <jorendorff> …well not really
  1548. # [18:19] * Joins: graememcc (chatzilla@moz-2F1AD288.range86-140.btcentralplus.com)
  1549. # [18:20] * jmaher is now known as jmaher|afk
  1550. # [18:20] <Ms2ger> http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#named-access-on-the-window-object and http://dev.w3.org/2006/webapi/WebIDL/#getownproperty
  1551. # [18:22] * Joins: dria (deb@moz-86A004D9.dhcp-dynamic.fibreop.nb.bellaliant.net)
  1552. # [18:22] <jorendorff> so it seems the window object must be magical, it can't inherit these properties from some object on the prototype chain
  1553. # [18:22] <jorendorff> our implementation is not to spec.
  1554. # [18:22] <jorendorff> or so it seems.
  1555. # [18:23] * Quits: daim (David_Mart@779E3E00.1773D26C.C0FF2207.IP) (Ping timeout)
  1556. # [18:23] <Ms2ger> No implementation is to spec
  1557. # [18:23] * Quits: Unfocused (u2622@moz-160C58C6.com) (Input/output error)
  1558. # [18:23] * Quits: felipe (u2734@moz-160C58C6.com) (Input/output error)
  1559. # [18:24] <Ms2ger> (afaikà
  1560. # [18:24] * Quits: timeless (u4015@moz-160C58C6.com) (Input/output error)
  1561. # [18:24] * Quits: sid0 (u2934@moz-160C58C6.com) (Input/output error)
  1562. # [18:24] * Quits: ttaubert (u2620@moz-160C58C6.com) (Input/output error)
  1563. # [18:24] * Quits: MSU_Mozilla (u5234@moz-160C58C6.com) (Connection reset by peer)
  1564. # [18:24] * Quits: smaugIC (u4156@moz-160C58C6.com) (Broken pipe)
  1565. # [18:24] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  1566. # [18:24] * Quits: jaws (u2871@moz-160C58C6.com) (Input/output error)
  1567. # [18:25] * Quits: camd (u5280@moz-160C58C6.com) (Client exited)
  1568. # [18:25] * Joins: kwierso (chatzilla@moz-6E3FB3B9.desm.qwest.net)
  1569. # [18:25] * Joins: Unfocused (u2622@moz-160C58C6.com)
  1570. # [18:26] * juanb|gym is now known as juanb
  1571. # [18:26] * Joins: ttaubert (u2620@moz-160C58C6.com)
  1572. # [18:27] * Joins: felipe (u2734@moz-160C58C6.com)
  1573. # [18:27] * Joins: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP)
  1574. # [18:27] * Quits: ttaubert (u2620@moz-160C58C6.com) (Input/output error)
  1575. # [18:27] * Quits: felipe (u2734@moz-160C58C6.com) (Input/output error)
  1576. # [18:28] * Quits: a-865 (fmcz@moz-A5D13CA.cable.mindspring.com) (Quit: ChatZilla 0.9.88 [SeaMonkey 2.7/20120105145319])
  1577. # [18:29] * Joins: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net)
  1578. # [18:29] * Quits: Unfocused (u2622@moz-160C58C6.com) (Input/output error)
  1579. # [18:29] * Quits: @smaug (chatzilla@moz-350CBF8F.elisa-mobile.fi) (Ping timeout)
  1580. # [18:30] * Joins: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net)
  1581. # [18:30] * Quits: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net) (Quit: Leaving...)
  1582. # [18:31] * Joins: a-865 (fmcz@moz-A5D13CA.cable.mindspring.com)
  1583. # [18:31] * Joins: jgriffin (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net)
  1584. # [18:31] * Joins: Ami_Ty (Amie@moz-BBE3ABD.mv.mozilla.com)
  1585. # [18:31] * jimm is now known as jimm-lunch
  1586. # [18:32] * Quits: dao (dao@moz-74230458.superkabel.de) (Quit: Leaving.)
  1587. # [18:33] * Quits: davidillsley__ (chatzilla@moz-788CB5F.bethere.co.uk) (Ping timeout)
  1588. # [18:33] * Quits: shng (firefox_co@5514008D.1C530519.388CF16F.IP) (Ping timeout)
  1589. # [18:34] * aki is now known as aki|buildduty
  1590. # [18:35] * Joins: davidillsley_ (chatzilla@moz-788CB5F.bethere.co.uk)
  1591. # [18:36] * Quits: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP) (Input/output error)
  1592. # [18:37] * KaiRo is now known as KaiRo_away
  1593. # [18:38] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  1594. # [18:38] * Joins: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
  1595. # [18:39] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Ping timeout)
  1596. # [18:39] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  1597. # [18:39] * Quits: pranavrc (pranavrc@47858BEE.F5D37604.520CDC98.IP) (Quit: Ping timeout: ∞)
  1598. # [18:39] * armenzg_lunch is now known as armenzg
  1599. # [18:40] * Joins: anant (anant@moz-18E34465.dsl.dynamic.sonic.net)
  1600. # [18:40] * mjessome-lunch is now known as mjessome
  1601. # [18:42] * Joins: dao (dao@moz-74230458.superkabel.de)
  1602. # [18:42] * Joins: smaug (chatzilla@moz-50F960FC.elisa-mobile.fi)
  1603. # [18:42] * ChanServ sets mode: +o smaug
  1604. # [18:43] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  1605. # [18:43] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Client exited)
  1606. # [18:44] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  1607. # [18:45] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  1608. # [18:45] * Joins: ttaubert (u2620@moz-160C58C6.com)
  1609. # [18:45] * Joins: Unfocused (u2622@moz-160C58C6.com)
  1610. # [18:46] * Quits: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com) (Ping timeout)
  1611. # [18:46] * Joins: felipe (u2734@moz-160C58C6.com)
  1612. # [18:46] * Joins: sid0 (u2934@moz-160C58C6.com)
  1613. # [18:47] * Joins: sicking (chatzilla@moz-1FF05400.hsd1.ca.comcast.net)
  1614. # [18:47] * Quits: gwagner (idefix2@362F9766.495D8A75.ACC6B31E.IP) (Quit: gwagner)
  1615. # [18:47] * Joins: jaws (u2871@moz-160C58C6.com)
  1616. # [18:47] * Joins: Mossop (mossop@moz-B365CA4B.dsl.dynamic.sonic.net)
  1617. # [18:48] * Joins: mw22_ (chatzilla@moz-FB753258.adsl.wanadoo.nl)
  1618. # [18:49] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  1619. # [18:50] * philor|away is now known as philor
  1620. # [18:50] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Quit: faramarz)
  1621. # [18:50] * Quits: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net) (Quit: leaving)
  1622. # [18:50] * Joins: jfkthame (jfkthame@B74C8744.90783722.9542EC20.IP)
  1623. # [18:51] * Joins: timeless (u4015@moz-160C58C6.com)
  1624. # [18:51] * Quits: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com) (Client exited)
  1625. # [18:52] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  1626. # [18:52] * Quits: rshetty|docsprint (quassel@C2F3D6BA.88B23A0E.D30E9BEF.IP) (Ping timeout)
  1627. # [18:52] * Joins: smaugIC (u4156@moz-160C58C6.com)
  1628. # [18:53] * jmaher|afk is now known as jmaher
  1629. # [18:54] * Quits: wlach (wlach@moz-9F019C45.vif.net) (Quit: Leaving)
  1630. # [18:54] * Quits: dao (dao@moz-74230458.superkabel.de) (Ping timeout)
  1631. # [18:57] * Quits: peregrino (peregrino@moz-D2666326.telecom.net.ar) (Quit: peregrino)
  1632. # [18:58] * Joins: smooney (smooney@moz-BBE3ABD.mv.mozilla.com)
  1633. # [18:58] * Joins: camd (u5280@moz-160C58C6.com)
  1634. # [19:00] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  1635. # [19:00] * Joins: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com)
  1636. # [19:01] * Quits: cadecairos (cadecairos@EDDEAA06.33EE9F8A.1139E686.IP) (Ping timeout)
  1637. # [19:02] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  1638. # [19:02] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  1639. # [19:03] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1640. # [19:03] * Quits: jprmc (jprmc@89D4A401.5BCEC6DB.DA78B690.IP) (Ping timeout)
  1641. # [19:03] * Joins: rshetty (quassel@51D54CF5.970F24F2.C842849F.IP)
  1642. # [19:03] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  1643. # [19:03] * Joins: cadecairos (cadecairos@moz-57B23647.senecac.on.ca)
  1644. # [19:04] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  1645. # [19:04] * Joins: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
  1646. # [19:04] * mak is now known as mak|afk
  1647. # [19:05] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  1648. # [19:06] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1649. # [19:06] * Joins: dseif_ (dseif@75F08BC5.C672A675.1139E686.IP)
  1650. # [19:06] * Quits: dseif (dseif@32D971AB.33EE9F8A.1139E686.IP) (Ping timeout)
  1651. # [19:06] * Quits: past (past@moz-EDC319DF.dsl.dyn.forthnet.gr) (Input/output error)
  1652. # [19:06] * Joins: rs (rs@moz-129E71C.dsl.scrm01.sbcglobal.net)
  1653. # [19:07] * Joins: gwagner (idefix2@moz-BBE3ABD.mv.mozilla.com)
  1654. # [19:08] * Joins: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com)
  1655. # [19:08] * Quits: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com) (Ping timeout)
  1656. # [19:08] * Joins: josh (josh@moz-2EE66546.nyc.res.rr.com)
  1657. # [19:10] * Quits: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com) (Quit: damons)
  1658. # [19:10] <Ms2ger> bsmedberg, yt?
  1659. # [19:10] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  1660. # [19:12] * Quits: joey (chatzilla@moz-EFCB4CBF.princetowncable.com) (Ping timeout)
  1661. # [19:12] * Quits: florian (florian@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.2a1pre)
  1662. # [19:13] * Joins: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
  1663. # [19:13] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
  1664. # [19:14] <Ms2ger> (Or anyone else who knows about mozilla::Module
  1665. # [19:14] <Ms2ger> )
  1666. # [19:14] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1667. # [19:14] <Mossop> I know a little I guess
  1668. # [19:15] <Ms2ger> Do you know if it's guaranteed that loadProc is called once, and if so, is http://mxr.mozilla.org/mozilla-central/source/parser/htmlparser/src/nsParserModule.cpp#105 just daft?
  1669. # [19:15] * Ms2ger wouldn't be surprised by "just daft"
  1670. # [19:15] * Quits: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP) (Ping timeout)
  1671. # [19:15] * Joins: pnemsak (Miranda@moz-7409BD53.orange.sk)
  1672. # [19:16] * Quits: kaie (kaie@moz-AF3B5F9B.dip.t-dialin.net) (Quit: Leaving)
  1673. # [19:16] <nemo> so. I'm trying to fix a system where a windows user was tricked into installing rogue antispyware which installed a bunch of trojan stuff on the system
  1674. # [19:17] <Ms2ger> $ format C:
  1675. # [19:17] <nemo> I deleted all the extra firefox extensions, erased and reinstalled firefox, removed every last trace of the exes I could find after having run av outside of windows...
  1676. # [19:17] <nemo> Ms2ger: yeah. trying to avoid that.
  1677. # [19:17] <nemo> ran regedit outside of windows to delete any of the reg entries I could find...
  1678. # [19:18] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  1679. # [19:18] <nemo> Anyway. The vaguely mozilla related mystery is that mozilla crashes on startup (have .dmp/log from drwatson) - I assumed it was due to injected code from the infection
  1680. # [19:18] * Joins: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP)
  1681. # [19:18] <nemo> The strange thing is that I replaced all the system DLLs that Mozilla calls, and it still crashes...
  1682. # [19:19] <wg9s> nemo: Is this an official build or one you built yourself?
  1683. # [19:19] <nemo> official 9.0.1
  1684. # [19:19] <wg9s> OK nevermind then.
  1685. # [19:20] <nemo> hm. I didn't replace COMCTL32.dll or MSVCR80.dll or MSVCP80.dll...
  1686. # [19:20] * Joins: waynenguyen (HP@6EB57D2.92EE8F45.B425DC1D.IP)
  1687. # [19:20] <nemo> RtlDosApplyFileIsolationRedirection_Ustr
  1688. # [19:21] * Joins: protz (jonathan@moz-7F6750F6.xulforum.org)
  1689. # [19:21] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  1690. # [19:21] <wg9s> nemo: the release version should include the versions of those it needs in the directory where the application lives so that should not be an issue.
  1691. # [19:22] <wg9s> either as sepcific DLL files or included in a mozxxxxx.dll file.
  1692. # [19:22] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  1693. # [19:22] <nemo> yeah, but I assumed the rogue software had compromised a system dll
  1694. # [19:23] <nemo> couldn't think of what else could be causing crashes
  1695. # [19:23] <wg9s> nemo: are you 100% sure there was rogue software, or is that just a guess?
  1696. # [19:24] <nemo> wg9s: well. the problems are linked in time. and no install of Firefox seems to work...
  1697. # [19:24] <bent> anyone know if sheppy is on vacation or something?
  1698. # [19:24] <nemo> can't think of what else could cause firefox to suddenly stopp running on a windows machine
  1699. # [19:24] <wg9s> nemo: then i would see if there is a system resotre point from back when things were working still available and restore to that.
  1700. # [19:25] <nemo> stack trace says LoadLibrary, LdrLoadDll, MultiAppendUnicodeStringBuffer, RtlDosApplyFileIsolationRedirection_Ustr
  1701. # [19:25] * catlee-lunch is now known as catlee
  1702. # [19:25] <nemo> wg9s: the only restore point available also had the evil software in it
  1703. # [19:25] <nemo> so. crashing in loading a dll?
  1704. # [19:25] <wg9s> ah so the evil software deleted the old restore points wonderful.
  1705. # [19:26] * Joins: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1706. # [19:26] <nemo> wg9s: or there was just one restore point due to this being a netbook and short on space
  1707. # [19:26] <nemo> anyway. reason I asked here, is I was wondering, apart from deleted Software/Mozilla
  1708. # [19:26] <wg9s> you might find more help for this type of issue on the #firefox channel.
  1709. # [19:27] <nemo> is there anywhere else firefox could be forcing an extension to be loaded
  1710. # [19:27] * Quits: anant (anant@moz-18E34465.dsl.dynamic.sonic.net) (Quit: anant)
  1711. # [19:27] <nemo> I also deleted references to extensions in the user profiles, but it fails to even run firefox -no-remote -P
  1712. # [19:27] <nemo> wg9s: yeah. this was just more in general, where does firefox look for stuff in the registry
  1713. # [19:27] <nemo> hmmm.
  1714. # [19:27] <nemo> maybe I could use regmon
  1715. # [19:28] <nemo> windows is not really my element, feel more comfortable on linux systems :-/
  1716. # [19:28] <wg9s> you could use mxr.mozilla.org to search the codebase.
  1717. # [19:28] <wg9s> you want to search mozilla-central.
  1718. # [19:28] <nemo> true, true, just thought IRC might have a suggestion :)
  1719. # [19:28] <Callek> fabrice: sure (this will happen soon) but we need to either do all or nothing, either we package it, or we shouldn't build it
  1720. # [19:28] * armenzg is now known as armenzg_brb
  1721. # [19:28] <Callek> fabrice: the idea being that people do FREQUENTLY run their local builds without packaging them first
  1722. # [19:28] <Callek> ;-)
  1723. # [19:28] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  1724. # [19:29] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  1725. # [19:29] <Callek> and why we're trying to get into a situation where missing files in package-manifest (and files that are in the dist/bin but not there itself) to be considered an error
  1726. # [19:29] * Joins: anant (anant@moz-18E34465.dsl.dynamic.sonic.net)
  1727. # [19:30] <fabrice> Callek: sure, I understand
  1728. # [19:30] * Joins: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com)
  1729. # [19:31] <joe> bbondy: I don't have a Mozilla maintenance service
  1730. # [19:31] <wg9s> Callek: Well under windows at least, this usually results in the installer builds not working correctly.
  1731. # [19:31] <joe> bbondy: is that something to be concerned about?
  1732. # [19:31] <bbondy> joe: just on a 1:1 will ping you in a few minutes
  1733. # [19:31] <wg9s> Although the ZIP builds (which we don't release) run just fine.
  1734. # [19:31] <Callek> wg9s: not sure that you're helping there (as in, NO idea whatsoever what you're trying to tell me)
  1735. # [19:31] <joe> kk
  1736. # [19:31] * Joins: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk)
  1737. # [19:32] * Joins: jrmuizel (jrmuizel@61BEC709.5BCEC6DB.DA78B690.IP)
  1738. # [19:32] <wg9s> You asked why having things missing form the mainifest was a real issue (or at least that is what I thought you asked)
  1739. # [19:32] <Callek> wg9s: I wasn't asking, was stating, fwiw
  1740. # [19:32] <wg9s> OK soory
  1741. # [19:33] * Quits: cadecairos (cadecairos@moz-57B23647.senecac.on.ca) (Input/output error)
  1742. # [19:33] <Callek> wg9s: I was saying to someone, who wrote a patch to remove things from the installer/packaging, but who was not actually stoping us from building it
  1743. # [19:33] <wg9s> OIC
  1744. # [19:33] <Callek> Bug 717975 fwiw
  1745. # [19:34] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  1746. # [19:34] * Quits: jrmuizel (jrmuizel@61BEC709.5BCEC6DB.DA78B690.IP) (Ping timeout)
  1747. # [19:34] * Quits: hub (hub@83874EA1.EB7C1AF9.6F478678.IP) (Input/output error)
  1748. # [19:35] * Joins: faramarz_ (faramarz@moz-BBE3ABD.mv.mozilla.com)
  1749. # [19:35] <bholley> jorendorff, bsmedberg: So what's your read on the binary components thread? Should we proceed on this?
  1750. # [19:35] <jorendorff> which "this"
  1751. # [19:36] <jorendorff> i think bsmedberg proposed a thing that takes IDL and produces C++ glue code (on top of the NPAPI)
  1752. # [19:36] <jorendorff> I think that is what we want
  1753. # [19:36] <Mook_as> umm, NPAPI needs a window, doesn't it?
  1754. # [19:36] <jorendorff> or rather, what those developers want
  1755. # [19:36] <bholley> jorendorff: really? I think they want to just use XPCOM and have it not be broken
  1756. # [19:36] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1757. # [19:36] * faramarz_ is now known as faramarz
  1758. # [19:36] <bholley> jorendorff: bsmedberg's proposal was never raised on the thread AFAICT
  1759. # [19:37] <@smaug> ewong|afk: ping
  1760. # [19:37] <jorendorff> bholley: i didn't follow the discussions about freezing certain binary interfaces
  1761. # [19:37] * Joins: clee_ (clee@moz-BBE3ABD.mv.mozilla.com)
  1762. # [19:37] * Joins: faramarz_ (faramarz@moz-BBE3ABD.mv.mozilla.com)
  1763. # [19:37] * Quits: Ami_Ty (Amie@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  1764. # [19:37] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  1765. # [19:37] * Quits: smooney (smooney@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  1766. # [19:37] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  1767. # [19:37] * clee_ is now known as clee
  1768. # [19:37] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Connection reset by peer)
  1769. # [19:37] * faramarz_ is now known as faramarz
  1770. # [19:37] * Joins: Ami_Ty (Amie@moz-BBE3ABD.mv.mozilla.com)
  1771. # [19:38] * Ms2ger wonders how fast bsmedberg reviews
  1772. # [19:38] * Joins: smooney (smooney@moz-BBE3ABD.mv.mozilla.com)
  1773. # [19:38] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  1774. # [19:38] <bholley> jorendorff: it sounds like there's not too much harm in pseudo-freezing nsISupports
  1775. # [19:38] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1776. # [19:38] * Joins: gwagner_ (idefix2@moz-BBE3ABD.mv.mozilla.com)
  1777. # [19:38] * Quits: nhirata (nhirata.bu@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  1778. # [19:38] * Joins: nhirata_v2 (nhirata.bu@moz-BBE3ABD.mv.mozilla.com)
  1779. # [19:38] * Quits: gwagner (idefix2@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1780. # [19:38] * gwagner_ is now known as gwagner
  1781. # [19:38] <bholley> jorendorff: and that's all this proposal is really about. That and ceasing to rev kVersion in an incompatible way
  1782. # [19:38] * nhirata_v2 is now known as nhirata
  1783. # [19:38] <jorendorff> bholley: ok, so the only reason to do the NPAPI thing is to make it really clear that talking XPCOM is not what you want to be doing
  1784. # [19:38] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1785. # [19:38] <wg9s> I like the idea of figuring out which things really need to be frozen and keep it to the bare minimum and then if we really need to change them for some odd reason, rename them and have a warpper API call with the old name.
  1786. # [19:38] <wg9s> but that is just me.
  1787. # [19:38] * Joins: caillon_sick (caillon@moz-359E39FC.lightspeed.sntcca.sbcglobal.net)
  1788. # [19:38] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Quit: faramarz)
  1789. # [19:39] * Joins: kaie (kaie@moz-45855FA1.dip.t-dialin.net)
  1790. # [19:39] <bholley> wg9s: that happened before. it didn't work
  1791. # [19:39] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  1792. # [19:39] * Joins: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com)
  1793. # [19:39] <bholley> jorendorff: I think we can reasonably accomplish that goal by just moving the headers around in the SDK
  1794. # [19:39] <jorendorff> bholley: in any case, you said that we need to do a better job telling people not to call into gecko interfaces "from C++ to C++"
  1795. # [19:39] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  1796. # [19:39] <wg9s> bholley: but it could if the number of frozen calls was really kept very small.
  1797. # [19:39] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  1798. # [19:40] <jorendorff> bholley: i think that is the most important insight -- and i think we *should* move headers around in the SDK
  1799. # [19:40] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  1800. # [19:40] <bholley> wg9s: how small is very small? If they're reaching into gecko, there's a creep of interfaces they need. If they're not, there's nothing they need
  1801. # [19:40] <wg9s> just to things that there was some real reason that the extension could not just do via JavaScript and tell the C code what to do.
  1802. # [19:40] <bholley> wg9s: like what?
  1803. # [19:41] <wg9s> I have no idea what is really required.
  1804. # [19:41] * Joins: cadecairos (cadecairos@F1451709.44D93D66.1139E686.IP)
  1805. # [19:41] <jorendorff> bholley: bsmedberg can tell you what to do
  1806. # [19:41] <wg9s> I have written zero extensions that are not all js xul css etc.
  1807. # [19:41] * Mook_as doubts moving files around, or even not shipping them, will help
  1808. # [19:41] <Mook_as> given things like https://developer.mozilla.org/en/Code_snippets/Finding_Window_Handles#Yet_Another_way_to_find_a_window_handle_(parent_window_handle) :)
  1809. # [19:41] <Mook_as> (well, assuming you could read it somehow...)
  1810. # [19:41] * timA is now known as timA|vet
  1811. # [19:41] * Joins: juanb (jbecerra@moz-7B0110AD.mv.mozilla.com)
  1812. # [19:42] <wg9s> which is odd becuase I am mostly a C programmer and am not comfortable at all in js XUL etc.
  1813. # [19:42] * Joins: jrmuizel (jrmuizel@61BEC709.5BCEC6DB.DA78B690.IP)
  1814. # [19:42] <bholley> Mook_as: well, but we can feel better about breaking them
  1815. # [19:42] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  1816. # [19:42] * Quits: magsout (magsout@moz-E559D13.fbx.proxad.net) (Client exited)
  1817. # [19:42] <Mook_as> bholley: that doesn't actually solve the problem, though; you just get back to the same problems again.
  1818. # [19:42] <bholley> wg9s: the thing is, we don't want them to be using gecko stuff. We just want to let them use XPConnect to communicate between their own JS code and their own C++ code. and nsISupports is all they need for that
  1819. # [19:42] <Mook_as> ("feeling better about breaking them" != "stop people from crashing")
  1820. # [19:42] * Joins: magsout (magsout@moz-E559D13.fbx.proxad.net)
  1821. # [19:43] <bholley> Mook_as: well, the problem it will solve is the unhappiness from developers who are being forced to move to js-ctypes when they don't actually need to
  1822. # [19:43] * Quits: ircloggr_beta (nodebot@moz-72876859.compute-1.amazonaws.com) (Client exited)
  1823. # [19:43] <bholley> Mook_as: there's a lot of pain from various different angles surrounding this issue. This proposal is designed to solve some of the cases, not all of them
  1824. # [19:43] <Mook_as> bholley: true. but so will not changing anything and just dropping the kVersion check...
  1825. # [19:44] * Quits: JPeterson (JPeterson@moz-B2998FD7.cust.tele2.se) (Ping timeout)
  1826. # [19:44] <wg9s> bholley: yes but if the way xpconnect works changes then that is way i thouhght rename it and wrap it would work for that.
  1827. # [19:44] * Joins: ircloggr_beta (nodebot@moz-D0D11B18.compute-1.amazonaws.com)
  1828. # [19:44] * Quits: jrmuizel (jrmuizel@61BEC709.5BCEC6DB.DA78B690.IP) (Input/output error)
  1829. # [19:44] * Joins: dcamp (dave@9E727688.17C2F9C.163DC5C6.IP)
  1830. # [19:44] <bholley> Mook_as: but then we have a less explicit contract of what will work and what won't
  1831. # [19:44] <wg9s> That is all I was trying to say.
  1832. # [19:44] <bholley> wg9s: there's no way we're shipping two versions of xpconnect
  1833. # [19:45] <Ms2ger> Sure is
  1834. # [19:45] <bholley> wg9s: I'm guessing you're referring to shipping two nsISupports
  1835. # [19:45] <Ms2ger> We just call one of them "DOM bindings"
  1836. # [19:45] <bholley> Ms2ger: har har
  1837. # [19:45] <Ms2ger> bholley, :)
  1838. # [19:45] * Quits: @smaug (chatzilla@moz-50F960FC.elisa-mobile.fi) (Ping timeout)
  1839. # [19:45] <bholley> wg9s: which could have value, but I think we'll change it infrequently enough that we should give ourselves the flexibility of asking addon authors to recompile
  1840. # [19:46] * Joins: JPeterson (JPeterson@moz-B2998FD7.cust.tele2.se)
  1841. # [19:46] <wg9s> No just saying if sometime in the future if for some unforseen reason we need to redothe way xpconnect works that is the only thing that needs ot be an issue either at thatpoint break the binary incompatibility or figure out a way to provide a backward compatible interface only for old stuff.
  1842. # [19:47] <wg9s> but I suppose that would never work. People would jsut write new things to work the old way. a dumb idea
  1843. # [19:47] <wg9s> btw i have no idea what could possibly require such a thing to happen. just trying to think of future contingencies. I think this was a dumb idea.
  1844. # [19:48] * Quits: MarcoZ (marco.zehe@moz-AD010D75.dip.t-dialin.net) (Quit: Weekend!)
  1845. # [19:48] <bholley> wg9s: no, XPConnect was the dumb idea ;-)
  1846. # [19:48] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  1847. # [19:48] <bholley> wg9s: but that's a decade of water under the bridge
  1848. # [19:48] * Cwiiis is now known as CwiiisAway
  1849. # [19:49] * jimm-lunch is now known as jimm
  1850. # [19:49] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1851. # [19:49] * Quits: kwierso (chatzilla@moz-6E3FB3B9.desm.qwest.net) (Ping timeout)
  1852. # [19:49] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
  1853. # [19:49] <ted> this is kinda painful slow on linux: http://jsfiddle.net/rfreebern/KCfkz/show/light/
  1854. # [19:49] <ted> all CSS animations
  1855. # [19:49] <ted> runs nice and smooth on my windows box
  1856. # [19:50] <ted> but i'd guess that's mostly hardware accel
  1857. # [19:50] <wg9s> bholley: this is all reated to why i am uncomfortable with these other languages which should be simpler like JavaScript etc. My whole experience has been in trying to figure out this JavaScript C way to pass things back and forth.
  1858. # [19:50] * Joins: peregrino (peregrino@moz-D2666326.telecom.net.ar)
  1859. # [19:50] <bholley> wg9s: js-ctypes? or something else?
  1860. # [19:51] <taras> luke: you are gonna love this
  1861. # [19:51] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  1862. # [19:52] * Quits: magsout (magsout@moz-E559D13.fbx.proxad.net) (Ping timeout)
  1863. # [19:52] <wg9s> Last time I looked at this, was a few years ago, I decided to abandon the project because all the code I could find that did anything similar was just too bizarre and unmaintainable looking. I really don't remember what the methodology was.
  1864. # [19:52] <taras> luke: since 11th of jan there was some massive adoption of e4x
  1865. # [19:52] <taras> =D
  1866. # [19:52] * Quits: espindola (espindola@73C37628.8C34B2C1.491DEE85.IP) (Quit: Ex-Chat)
  1867. # [19:53] <Jan> heh.
  1868. # [19:53] <jhammel> ted: it is smooth here on linux (no hw accel), but it is a 4 core box
  1869. # [19:53] * Quits: dseif_ (dseif@75F08BC5.C672A675.1139E686.IP) (Ping timeout)
  1870. # [19:53] <taras> luke: went up 1000%
  1871. # [19:53] <Mook_as> taras: so, that's like... 10 people?
  1872. # [19:54] <luke> taras: hmm, i wonder if it is something simple like we added a use in the browser that shows up as content
  1873. # [19:54] <taras> https://metrics.mozilla.com/pentaho/content/pentaho-cdf-dd/Render?solution=metrics2&path=%2Ftelemetry&file=telemetryEvolution.wcdf
  1874. # [19:54] <ted> jhammel: core 2 quad here as well
  1875. # [19:54] <bholley> wg9s: you probably want js-ctyles ;-)
  1876. # [19:54] <ted> but crap intel graphics
  1877. # [19:55] <jhammel> yikes :/ crap nvidia graphics here, but no hwaccel
  1878. # [19:55] * Joins: espindola (espindola@73C37628.8C34B2C1.491DEE85.IP)
  1879. # [19:55] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1880. # [19:55] * Joins: hub (hub@21B7B9F2.B87E9213.6E712CE2.IP)
  1881. # [19:57] <luke> taras: very strange. why is the sample size so small?
  1882. # [19:58] * Joins: dseif (dseif@75F08BC5.C672A675.1139E686.IP)
  1883. # [19:59] <wg9s> bholley: Yes I probably did. If that was an option then, I did not know about it. And I gave up on the extensions and have found a way not to need it.
  1884. # [19:59] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: pcwalton)
  1885. # [19:59] <wg9s> So a win-win! ;-)
  1886. # [20:00] * armenzg_brb is now known as armenzg
  1887. # [20:00] <bholley> wg9s: heh, yeah. My guess is that you ran into XPConnect nastiness and js-ctypes didn't exist yet (it was only written about a year ago)
  1888. # [20:00] * Quits: joey (chatzilla@moz-EFCB4CBF.princetowncable.com) (Input/output error)
  1889. # [20:01] <espindola> armenzg_brb: I have a build. Which files do you need? firefox-12.0a1.en-US.mac64.dmg, firefox-12.0a1.en-US.mac64.crashreporter-symbols.zip and firefox-12.0a1.en-US.mac64.tests.zip?
  1890. # [20:01] * mak|afk is now known as mak
  1891. # [20:01] <armenzg> espindola: all of them
  1892. # [20:01] <armenzg> thanks!
  1893. # [20:01] <espindola> armenzg: all these 3 you mean?
  1894. # [20:01] <armenzg> espindola: yep
  1895. # [20:02] * Joins: TheOne (ident@moz-6CFC3DBC.dip.t-dialin.net)
  1896. # [20:02] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  1897. # [20:02] <espindola> ok. I have a 64 bit debug
  1898. # [20:02] <espindola> I will also build a 32 bit debug and an universal opt
  1899. # [20:02] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  1900. # [20:02] <espindola> to reproduce what the bots do
  1901. # [20:02] * Quits: edmorley (edmorley@moz-6980EE34.range86-166.btcentralplus.com) (Quit: Leaving.)
  1902. # [20:02] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1903. # [20:02] * Quits: bsmith (bsmith@moz-364A0C3E.hsd1.ca.comcast.net) (Ping timeout)
  1904. # [20:03] * Joins: squib (squib-@moz-3F6F2A9C.ep.wisc.edu)
  1905. # [20:03] * Joins: bsmith (bsmith@moz-364A0C3E.hsd1.ca.comcast.net)
  1906. # [20:04] <taras> luke: https://metrics.mozilla.com/pentaho/content/pentaho-cdf-dd/Render?solution=metrics2&path=%2Ftelemetry&file=telemetryEvolution.wcdf
  1907. # [20:04] <taras> we have a new telemetry thingy
  1908. # [20:04] <taras> that shows you data over time
  1909. # [20:04] <taras> to track regressions
  1910. # [20:04] <taras> apparently we just hit a big regression with CC_NEEDS_GC
  1911. # [20:04] * Joins: smaug (chatzilla@moz-63E14970.elisa-mobile.fi)
  1912. # [20:04] * ChanServ sets mode: +o smaug
  1913. # [20:05] * Quits: @dveditz (dveditz@moz-34991AF4.dhcp.cruzio.com) (Quit: dveditz)
  1914. # [20:05] * Quits: waynenguyen (HP@6EB57D2.92EE8F45.B425DC1D.IP) (Connection reset by peer)
  1915. # [20:06] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1916. # [20:06] * Joins: mconley (mconley@moz-5FEA716A.wifi.ubc.ca)
  1917. # [20:07] * Quits: tonymec (tonymec@F776D50F.BD2F4AC.277517C1.IP) (Ping timeout)
  1918. # [20:07] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  1919. # [20:08] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  1920. # [20:09] * Joins: mixedpuppy (mixedpuppy@21B7B9F2.B87E9213.6E712CE2.IP)
  1921. # [20:09] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1922. # [20:10] * Quits: peregrino (peregrino@moz-D2666326.telecom.net.ar) (Quit: peregrino)
  1923. # [20:10] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1924. # [20:10] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  1925. # [20:10] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  1926. # [20:10] <deLta30> bsmith: ping
  1927. # [20:12] * Quits: tonymec|away (tonymec@F776D50F.BD2F4AC.277517C1.IP) (Ping timeout)
  1928. # [20:13] <bsmith> deLta30: pong
  1929. # [20:13] * zpao|detached is now known as zpao
  1930. # [20:13] * bc is now known as bc|afk
  1931. # [20:13] <deLta30> bsmith: I am filing a bug for level - 1 access right now
  1932. # [20:13] <bsmith> Sure.
  1933. # [20:14] * Joins: nrc (nrc@moz-5DAE2951.bitstream.orcon.net.nz)
  1934. # [20:14] <deLta30> but don't know for which tree should I do that?
  1935. # [20:14] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  1936. # [20:14] <bsmith> deLta30: you don't need any trees on the exception list
  1937. # [20:14] <bsmith> just tryserver
  1938. # [20:15] <bsmith> Just say you need and only want tryserver acxcess in the bug.
  1939. # [20:15] <Standard8> bsmith: do you know who manages checkin-needed in nss?
  1940. # [20:15] * Quits: bc|afk (bc@280C34BB.72D62797.F0135836.IP) (Ping timeout)
  1941. # [20:15] * Joins: dao (dao@moz-74230458.superkabel.de)
  1942. # [20:16] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  1943. # [20:16] <bsmith> Standard8: what is the bug number?
  1944. # [20:16] * Joins: evilpie (evilpie@moz-2791B18A.pools.arcor-ip.net)
  1945. # [20:16] <bsmith> Standard8: often, kaie could do it, I think
  1946. # [20:16] <bsmith> Standard8: nobody is reguarly looking for checkin-needed, except maybe Kai, AFAICT
  1947. # [20:16] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  1948. # [20:16] <Standard8> bsmith: https://bugzilla.mozilla.org/buglist.cgi?keywords=checkin-needed%2C%20&keywords_type=allwords&list_id=2107767&resolution=---&query_format=advanced&product=NSS
  1949. # [20:17] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  1950. # [20:17] * Joins: tonymec__ (tonymec@D587DC38.29DD639A.277517C1.IP)
  1951. # [20:17] <bsmith> Standard8: It looks like I just need to check in those patches. Which one is affecting you?
  1952. # [20:17] <Standard8> bsmith: https://bugzilla.mozilla.org/show_bug.cgi?id=331299 is an nspr one I think
  1953. # [20:17] * tonymec__ is now known as tonymec|away
  1954. # [20:17] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1955. # [20:18] <bsmith> bug 644764, I am guessing
  1956. # [20:18] <Standard8> bsmith: none ;-) I just happened to be looking at checkin-needed globally today and spotted those
  1957. # [20:18] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  1958. # [20:18] <Standard8> bsmith: yeah, that one would be nice to move along as well
  1959. # [20:18] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1960. # [20:18] <Standard8> especially as it got poked yesterday
  1961. # [20:19] <bsmith> Standard8: OK
  1962. # [20:19] * Joins: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1963. # [20:19] * joey is now known as IRCMonkey39241
  1964. # [20:19] * Quits: trevorh (trevor@moz-67DB55E9.lns8.woo.bigpond.net.au) (Quit: Leaving.)
  1965. # [20:19] <Standard8> bsmith: thanks, I was just poking around a bit as it seemed they had been set for a while but not landed
  1966. # [20:19] * Quits: IRCMonkey39241 (chatzilla@moz-EFCB4CBF.princetowncable.com) (Quit: ChatZilla 0.9.88 [Firefox 11.0a2/20120119042008])
  1967. # [20:20] * mattwoodrow|away is now known as mattwoodrow
  1968. # [20:20] <bsmith> deLta30: please CC me on the bug you file for the commit access. I have to run. email me with any questions
  1969. # [20:20] <deLta30> ok
  1970. # [20:21] * jlebar|away is now known as jlebar
  1971. # [20:21] <bent> bbondy, btw, what is maintenanceservice_tmp.exe all about?
  1972. # [20:21] * Quits: bsmith (bsmith@moz-364A0C3E.hsd1.ca.comcast.net) (Quit: Leaving)
  1973. # [20:21] <bbondy> bent: on a 1:1 will ping you when done shortly
  1974. # [20:22] <jlebar> bsmedberg, Can I simply call malloc() for a fallible malloc? I need this for nsTArray, and apparently some of the xpcom tests which include TArray don't link with mozalloc. :(
  1975. # [20:24] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1976. # [20:25] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Quit: mdas)
  1977. # [20:26] * Quits: @mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1978. # [20:26] <bbondy> joe: do you have x64 native build, are you using a different channel? What happens when you type net start MozillaMaintenance?
  1979. # [20:26] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  1980. # [20:26] * Joins: dveditz (dveditz@moz-96DB1A4A.hfc.comcastbusiness.net)
  1981. # [20:26] * ChanServ sets mode: +o dveditz
  1982. # [20:26] <bbondy> bent: maintenanceservice_tmp.exe is the file copied from the update in the installation directory. It gets compared to the currently installed version and will only replace the currently installed version if it is a higher version.
  1983. # [20:27] <bbondy> bent: It gets removed on next reboot
  1984. # [20:27] <bbondy> or on uninstall
  1985. # [20:27] * Joins: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com)
  1986. # [20:27] <joe> bbondy: nightly channel, x86
  1987. # [20:27] <joe> bbondy: "The service name is invalid."
  1988. # [20:28] * Joins: tonymec (tonymec@D587DC38.29DD639A.277517C1.IP)
  1989. # [20:28] <bbondy> joe: Have you ever manually uninstalled the service before (or used ehsan's test bundle)? If you manually uninstall it will not re-install itself on updates.
  1990. # [20:28] <bent> bbondy, aha, i almost never reboot
  1991. # [20:28] <bbondy> joe: You can check for this regkey's existence HKEY_LOCAL_MACHINE\SOFTWARE\Mozilla\MaintenanceService
  1992. # [20:28] * jhammel is now known as jhammel|food|uphillbothways
  1993. # [20:28] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  1994. # [20:28] <joe> bbondy: i havent
  1995. # [20:28] <bbondy> bent: so you can safely ignore that file it won't do much harm except take up a little disk space
  1996. # [20:28] <joe> bbondy: however - when I first updated I didn't have UAC turned on
  1997. # [20:28] <bbondy> joe: how about the reg key, does it exist?
  1998. # [20:29] <joe> sec
  1999. # [20:29] <joe> that reg key exists
  2000. # [20:29] <joe> along with "Attempted" "1"
  2001. # [20:29] <bbondy> ya
  2002. # [20:29] <bbondy> and you are sure you've never run ehsan's test bundle on it nor had it installed before?
  2003. # [20:29] <espindola> armenzg: the builds will show up in http://people.mozilla.org/~respindola/builds/
  2004. # [20:30] <espindola> so far only the 64 bit debug one is done
  2005. # [20:30] <espindola> building 32 bit debug now
  2006. # [20:30] <joe> bbondy: oh crap, I *did* run ehsan's test bundle!
  2007. # [20:30] <bbondy> joe: so just nuke teh registry key I mentionedand you'll get it on the next update
  2008. # [20:30] <armenzg> espindola: you're awesome
  2009. # [20:30] <bbondy> joe: or just deleted the attempted dword
  2010. # [20:30] <joe> ok cool
  2011. # [20:31] <bbondy> joe: Thanks for following up on the problem though
  2012. # [20:31] <armenzg> espindola: the 64-bit debug would be for 10.6 and 10.7 testers, right?
  2013. # [20:31] <joe> :)
  2014. # [20:31] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Client exited)
  2015. # [20:31] * mattwoodrow is now known as mattwoodrow|away
  2016. # [20:32] * Joins: biesi (cbiesinger@moz-76ED95A4.corp.tfbnw.net)
  2017. # [20:32] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  2018. # [20:35] <ehsan> joe: sorry about that :D
  2019. # [20:35] <joe> ehsan: :)
  2020. # [20:35] * Quits: tonymec (tonymec@D587DC38.29DD639A.277517C1.IP) (Input/output error)
  2021. # [20:36] * Joins: tonymec (tonymec@D587DC38.29DD639A.277517C1.IP)
  2022. # [20:37] <bbondy> ehsan: My bad for not telling you to remove the attempted value manually
  2023. # [20:37] <ehsan> good thing that test package was not widely distributed in the end ;)
  2024. # [20:37] <bbondy> :)
  2025. # [20:38] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: pcwalton)
  2026. # [20:39] * Joins: zwol (zack@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2027. # [20:39] * Joins: pde (pdeeee@moz-D8D7D971.eff.org)
  2028. # [20:40] * Quits: tonymec (tonymec@D587DC38.29DD639A.277517C1.IP) (Input/output error)
  2029. # [20:41] * Quits: tonymec|away (tonymec@D587DC38.29DD639A.277517C1.IP) (Quit: Konversation terminated!)
  2030. # [20:42] * Joins: surkov (surkov@moz-D9A1E2B0.static.mundo-r.com)
  2031. # [20:43] * Joins: tonymec__ (tonymec@D587DC38.29DD639A.277517C1.IP)
  2032. # [20:43] * tonymec__ is now known as tonymec|away
  2033. # [20:45] * Joins: rniwa_ (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  2034. # [20:46] * Joins: bmoss|2 (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2035. # [20:47] * armenzg is now known as armenzg_brb
  2036. # [20:47] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2037. # [20:47] * Joins: whimboo (whimboo@moz-1A55F994.a2c-250-239.astra2connect.com)
  2038. # [20:48] * mbrubeck backs out CwiiisAway on inbound...
  2039. # [20:49] * Parts: whimboo (whimboo@moz-1A55F994.a2c-250-239.astra2connect.com)
  2040. # [20:50] * Joins: tonymec (tonymec@D587DC38.29DD639A.277517C1.IP)
  2041. # [20:50] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  2042. # [20:50] * AutomatedTester|away is now known as AutomatedTester
  2043. # [20:51] * Quits: bmoss|2 (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2044. # [20:51] * armenzg_brb is now known as armenzg
  2045. # [20:51] <mbrubeck> And now, what's up with Win debug on inbound?
  2046. # [20:51] <mbrubeck> Ah, wget: unable to resolve host address `build.mozilla.org'
  2047. # [20:52] * jhammel|food|uphillbothways blames SOPA
  2048. # [20:52] <jlebar> lol!
  2049. # [20:53] <josh> bsmedberg: Did you get a chance to look at the NPP call threading situation on Windows?
  2050. # [20:54] * Joins: jlebar_ (jlebar@moz-3F3A6302.dyn.columbia.edu)
  2051. # [20:55] * jhammel|food|uphillbothways is now known as jhammel
  2052. # [20:55] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2053. # [20:58] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Quit: faramarz)
  2054. # [20:58] * Quits: josh (josh@moz-2EE66546.nyc.res.rr.com) (Quit: josh)
  2055. # [20:59] <gavin> khuey: r? http://pastebin.mozilla.org/1455371
  2056. # [20:59] * Joins: basti (basti@moz-C53C6B99.superkabel.de)
  2057. # [20:59] <basti> hello
  2058. # [21:00] <basti> is there anybody who can help me getting started on contributing?
  2059. # [21:00] <basti> please
  2060. # [21:00] * Quits: basti (basti@moz-C53C6B99.superkabel.de) (Client exited)
  2061. # [21:00] <gavin> basti: #introduction is a good place to ask first
  2062. # [21:00] <askalski> basti: how new are you?
  2063. # [21:01] <askalski> basti: I have started two weeks ago, and I can send you some links that helped me a lot
  2064. # [21:01] <gavin> he only had 20 seconds available
  2065. # [21:01] * Joins: basti (basti@moz-C53C6B99.superkabel.de)
  2066. # [21:01] * Quits: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  2067. # [21:02] * Quits: mcote|afk (mcote@moz-A8369C00.mc.videotron.ca) (Ping timeout)
  2068. # [21:02] <gavin> basti: #introduction is a good place to ask first
  2069. # [21:02] <basti> okay, thank you
  2070. # [21:04] * Quits: basti (basti@moz-C53C6B99.superkabel.de) (Quit: Ex-Chat)
  2071. # [21:04] <askalski> everyone, I am trying to set up windows build environment as described on MDN, and while trying to download DirectX SDK I read at microsoft site, that it's been integrated into windows SDK
  2072. # [21:05] <askalski> if that's true (haven't build yet), shouldn't we update the MDN wiki
  2073. # [21:05] <askalski> ?
  2074. # [21:05] <jdm> askalski: I've never had to download the directx sdk to get a build working
  2075. # [21:06] <jdm> although I might have disabled some feature that required it
  2076. # [21:06] <jdm> probably angle
  2077. # [21:06] <askalski> jdm, yep, I am talking about official build
  2078. # [21:06] <mbrubeck> romaxa, victorporof: FYI, you had some failures on your Try pushes that were caused by some network issues.
  2079. # [21:06] <gavin> I thought the windows SDK pages talked about this
  2080. # [21:06] <jhammel> the answer to almost any question that ends "shouldn't we update the wiki?" is usually yes
  2081. # [21:06] <mbrubeck> I retriggered victorporof's failed build; romaxa, you can retrigger your failed tests if you care about them.
  2082. # [21:06] <askalski> I guess I'll try by myself, and if succeed building it with the default build, I will update wiki
  2083. # [21:06] <victorporof> mbrubeck: thank you
  2084. # [21:07] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  2085. # [21:07] * Quits: nrc (nrc@moz-5DAE2951.bitstream.orcon.net.nz) (Ping timeout)
  2086. # [21:08] <jhammel> askalski: awesome, thanks :)
  2087. # [21:08] <romaxa> hmm, somehow latest m-c failing with compilation problems... like rsa.c:1529: undefined reference to `PORT_SetError_stub'... does anyone know what it could be?
  2088. # [21:09] * Quits: mbrubeck (mbrubeck@moz-755AD63.hsd1.wa.comcast.net) (Max SendQ exceeded)
  2089. # [21:09] <gavin> askalski: where did MDN suggest you download the directX SDK?
  2090. # [21:09] * Joins: mbrubeck (mbrubeck@moz-755AD63.hsd1.wa.comcast.net)
  2091. # [21:09] <gavin> https://developer.mozilla.org/En/Windows_SDK_versions just recommends the win7 sdk everywhere AFAICT
  2092. # [21:09] <mbrubeck> looks like mats and mattwoodrow|away were affected by network issues on Try too.
  2093. # [21:10] <askalski> gavin: looking for the page, wait minute, my computer dies compiling
  2094. # [21:10] * Joins: kwierso (chatzilla@moz-6E3FB3B9.desm.qwest.net)
  2095. # [21:10] <gavin> askalski: ah, it's on https://developer.mozilla.org/en/Windows_Build_Prerequisites
  2096. # [21:11] <askalski> gavin, yes, just got it
  2097. # [21:11] <askalski> it mentions ANGLE, and states that it's a part of official build
  2098. # [21:12] <gavin> askalski: the integration of the directX SDK into the windows SDK seems to only apply to Windows 8 Developer Preview
  2099. # [21:12] <gavin> I don't think we want to update the build page for that, since that isn't a supported build env yet
  2100. # [21:12] <askalski> gavin, I must have misunderstood microsoft's download page then, thanks
  2101. # [21:13] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  2102. # [21:13] * Quits: kdcw (kdc@moz-F7413045.pk.shawcable.net) (Quit: HydraIRC -> http://www.hydrairc.com <- Chicks dig it)
  2103. # [21:13] * Quits: rniwa_ (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa_)
  2104. # [21:14] * juanb is now known as juanb|brb
  2105. # [21:14] * Quits: victorporof (victorporo@215A1368.6D2FB7A4.79933D60.IP) (Quit: Linkinus - http://linkinus.com)
  2106. # [21:14] * Joins: victorporof (victorporo@215A1368.6D2FB7A4.79933D60.IP)
  2107. # [21:14] * Joins: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com)
  2108. # [21:19] * Quits: evilpie (evilpie@moz-2791B18A.pools.arcor-ip.net) (Input/output error)
  2109. # [21:19] * Quits: mats (chatzilla@E8A3702C.D5022173.8500CC29.IP) (Ping timeout)
  2110. # [21:20] * Quits: Ms2ger (Ms2ger@2DA48BDC.1BB668C0.37724B0D.IP) (Ping timeout)
  2111. # [21:20] * Joins: evilpie (evilpie@moz-2791B18A.pools.arcor-ip.net)
  2112. # [21:21] * Quits: cadecairos (cadecairos@F1451709.44D93D66.1139E686.IP) (Ping timeout)
  2113. # [21:21] * Quits: @dbaron (dbaron@moz-BBE3ABD.mv.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  2114. # [21:21] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  2115. # [21:22] * jcranmer|3hrs_at_airport is now known as jcranmer|delayed_plane
  2116. # [21:22] * timA|vet is now known as timA|lunch
  2117. # [21:22] * Quits: surkov (surkov@moz-D9A1E2B0.static.mundo-r.com) (Quit: surkov)
  2118. # [21:23] * Joins: rfreebern (rfreebern@822AAF18.DFE6409B.2FF8F912.IP)
  2119. # [21:23] * Quits: jlebar_ (jlebar@moz-3F3A6302.dyn.columbia.edu) (Quit: jlebar_)
  2120. # [21:23] * jaws is now known as jaws|away
  2121. # [21:23] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2122. # [21:23] * Joins: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com)
  2123. # [21:23] <robcee> mbrubeck: those network failures that were causing victor's push to fail... were they async DNS related?
  2124. # [21:24] <robcee> https://tbpl.mozilla.org/?tree=Fx-Team&rev=96036564910e
  2125. # [21:24] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  2126. # [21:24] * Quits: rshetty (quassel@51D54CF5.970F24F2.C842849F.IP) (Ping timeout)
  2127. # [21:24] <robcee> I've got some weird looking leaks on reftests and mochi-1 that I don't recall seeing before
  2128. # [21:25] * Joins: nrc (nrc@moz-5DAE2951.bitstream.orcon.net.nz)
  2129. # [21:25] * Quits: nrc (nrc@moz-5DAE2951.bitstream.orcon.net.nz) (Quit: ChatZilla 0.9.88 [Firefox 10.0/20120111092507])
  2130. # [21:25] * Quits: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Ping timeout)
  2131. # [21:25] <mbrubeck> robcee: They were DNS failures, but I think they were server-side... for example, "hg clone" was failing to find the HG server, and Talos tests were failing to find the graph server.
  2132. # [21:25] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  2133. # [21:26] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2134. # [21:26] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  2135. # [21:26] <robcee> I've got some busted talos here too
  2136. # [21:26] <robcee> could be the same thing
  2137. # [21:26] <robcee> also, tbpl is a little slow
  2138. # [21:26] * Joins: Ms2ger (Ms2ger@2DA48BDC.1BB668C0.37724B0D.IP)
  2139. # [21:26] <mbrubeck> Yeah, I've been having to load summaries directly. Might be bugzilla API slowdowns again. (glob?)
  2140. # [21:26] * Quits: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  2141. # [21:27] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  2142. # [21:27] * Quits: tonymec (tonymec@D587DC38.29DD639A.277517C1.IP) (Input/output error)
  2143. # [21:27] * Quits: tonymec|away (tonymec@D587DC38.29DD639A.277517C1.IP) (Quit: Konversation terminated!)
  2144. # [21:27] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  2145. # [21:27] <robcee> yeah, sounds likely
  2146. # [21:27] <robcee> ok, thanks
  2147. # [21:27] * Joins: cadecairos (cadecairos@moz-57B23647.senecac.on.ca)
  2148. # [21:28] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  2149. # [21:29] * lsblakk is now known as lsblakk|afk
  2150. # [21:29] * Joins: surkov (surkov@moz-D9A1E2B0.static.mundo-r.com)
  2151. # [21:29] * lsblakk|afk is now known as lsblakk|lunch
  2152. # [21:29] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2153. # [21:29] * Joins: gandalf (zbraniecki@moz-1D348815.internetdsl.tpnet.pl)
  2154. # [21:30] * Quits: JonathanS (JonathanS@moz-EF2236DC.geekbouncer.co.uk) (Ping timeout)
  2155. # [21:31] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2156. # [21:31] * Joins: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  2157. # [21:31] * Joins: tonymec__ (tonymec@CBF2315C.57EEF4C1.277517C1.IP)
  2158. # [21:31] * tonymec__ is now known as tonymec|away
  2159. # [21:33] * jmaher is now known as wlaach
  2160. # [21:33] * wlaach is now known as jmaher
  2161. # [21:34] * Quits: mbrubeck (mbrubeck@moz-755AD63.hsd1.wa.comcast.net) (Max SendQ exceeded)
  2162. # [21:34] * Joins: mats (chatzilla@E8A3702C.D5022173.8500CC29.IP)
  2163. # [21:35] * Joins: mbrubeck (mbrubeck@moz-755AD63.hsd1.wa.comcast.net)
  2164. # [21:35] * Joins: tonymec (tonymec@CBF2315C.57EEF4C1.277517C1.IP)
  2165. # [21:35] * Quits: gcp (gpascutto@moz-D0E475EA.access.telenet.be) (Quit: Make a new plan, Stan!)
  2166. # [21:35] * Quits: @smaug (chatzilla@moz-63E14970.elisa-mobile.fi) (Input/output error)
  2167. # [21:35] * Quits: pascalc (chatzilla@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  2168. # [21:35] * Quits: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  2169. # [21:35] * Joins: akeybl_ (akeybl@moz-BBE3ABD.mv.mozilla.com)
  2170. # [21:36] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2171. # [21:36] * Quits: @dveditz (dveditz@moz-96DB1A4A.hfc.comcastbusiness.net) (Quit: dveditz)
  2172. # [21:38] * Joins: kylo_kit (kwood@moz-E8ED1F89.hfc.comcastbusiness.net)
  2173. # [21:38] * Quits: AutomatedTester (AutomatedT@moz-1C0D73A7.as13285.net) (Ping timeout)
  2174. # [21:39] * Quits: surkov (surkov@moz-D9A1E2B0.static.mundo-r.com) (Quit: surkov)
  2175. # [21:40] * Quits: mbrubeck (mbrubeck@moz-755AD63.hsd1.wa.comcast.net) (Max SendQ exceeded)
  2176. # [21:40] * Joins: mbrubeck (mbrubeck@moz-755AD63.hsd1.wa.comcast.net)
  2177. # [21:42] * Joins: AutomatedTester (AutomatedT@moz-1C0D73A7.as13285.net)
  2178. # [21:44] * Quits: wg9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 9.0.1/20111223083612])
  2179. # [21:45] * Joins: josh (josh@moz-2EE66546.nyc.res.rr.com)
  2180. # [21:47] * jcranmer|delayed_plane is now known as jcranmer|away
  2181. # [21:47] * Quits: josh (josh@moz-2EE66546.nyc.res.rr.com) (Quit: josh)
  2182. # [21:48] <khuey> gavin: r=me
  2183. # [21:49] * Joins: rniwa_ (rniwa@5CA6DC39.C60FE7DC.4065847B.IP)
  2184. # [21:50] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2185. # [21:50] * Joins: mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  2186. # [21:50] * ChanServ sets mode: +o mkaply
  2187. # [21:51] <rniwa_> rhelmer: hi, two patches on your way: https://bugzilla.mozilla.org/show_bug.cgi?id=719928 and https://bugzilla.mozilla.org/show_bug.cgi?id=719931
  2188. # [21:51] * Quits: mjschranz (chatzilla@moz-6FE6B833.cpe.net.cable.rogers.com) (Ping timeout)
  2189. # [21:52] <philor> mbrubeck: might also be that I've been starring all the easy ones, and leaving all the hard-loaders for you ;)
  2190. # [21:52] <khuey> webkit is going to use graphserver? nice
  2191. # [21:52] <khuey> webdev++
  2192. # [21:52] * Joins: artpar (artpar@8F0C4A7D.D4C746C7.48ADE194.IP)
  2193. # [21:53] <kylo_kit> hey all - short story: I'm running into an issue with the Gecko SDK (9.0) -- it seems when I run with xulrunner-stub.exe and have dom.ipc.plugins.enabled set to true, then the app crashes when it loads any page with flash content. If I run with xulrunner.exe, then everything is fine...
  2194. # [21:53] * Quits: chewey (chewey@moz-DF1AC634.dip0.t-ipconnect.de) (Ping timeout)
  2195. # [21:53] * Quits: mixedpuppy (mixedpuppy@21B7B9F2.B87E9213.6E712CE2.IP) (Quit: mixedpuppy)
  2196. # [21:54] * Quits: dseif (dseif@75F08BC5.C672A675.1139E686.IP) (Ping timeout)
  2197. # [21:56] * Quits: kwierso (chatzilla@moz-6E3FB3B9.desm.qwest.net) (Ping timeout)
  2198. # [21:56] * Joins: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2199. # [21:57] * Quits: cadecairos (cadecairos@moz-57B23647.senecac.on.ca) (Input/output error)
  2200. # [21:57] * philor is now known as philor|away
  2201. # [21:57] * Quits: Unfocused (u2622@moz-160C58C6.com) (Max SendQ exceeded)
  2202. # [21:57] * Joins: chewey (chewey@moz-4F42B89A.dip0.t-ipconnect.de)
  2203. # [21:57] * Joins: Unfocused (u2622@moz-160C58C6.com)
  2204. # [21:57] * Joins: smaug (chatzilla@moz-63E14970.elisa-mobile.fi)
  2205. # [21:57] * ChanServ sets mode: +o smaug
  2206. # [21:58] * Quits: gmoro (guilherme@3DCBFB93.F520FC74.D159334F.IP) (Quit: Leaving)
  2207. # [21:59] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  2208. # [22:01] * gregglind is now known as gregglind_away
  2209. # [22:03] * Quits: kennyluck (kennyluck@moz-3530BC84.dynamic.hinet.net) (Ping timeout)
  2210. # [22:04] * Joins: lsumar (lsumar@4548E2C6.EE84D258.11F528CC.IP)
  2211. # [22:04] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  2212. # [22:04] * Joins: kennyluck (kennyluck@moz-6CCCF348.dynamic.hinet.net)
  2213. # [22:08] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  2214. # [22:08] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  2215. # [22:08] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  2216. # [22:08] * Quits: jfkthame (jfkthame@B74C8744.90783722.9542EC20.IP) (Quit: jfkthame)
  2217. # [22:09] * Quits: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net) (Input/output error)
  2218. # [22:09] * Quits: zwol (zack@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: zwol)
  2219. # [22:10] * Quits: gandalf (zbraniecki@moz-1D348815.internetdsl.tpnet.pl) (Quit: Computer has gone to sleep.)
  2220. # [22:10] * Quits: anky (anky@2C50A054.588DE6B1.A3D1B221.IP) (Client exited)
  2221. # [22:12] <Callek> khuey: ooo webkit using our graphserver code, nice :-)
  2222. # [22:12] * Joins: stefanh (stefanh@moz-3EED0162.customers.ownit.se)
  2223. # [22:13] <jdm> dholbert: when did firefox start supporting transitionend, and did it support a different name before?
  2224. # [22:13] * Joins: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net)
  2225. # [22:14] * jwir3|away is now known as jwir3
  2226. # [22:14] * Quits: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: yuan)
  2227. # [22:15] * Joins: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2228. # [22:16] * Joins: kwierso (chatzilla@moz-6E3FB3B9.desm.qwest.net)
  2229. # [22:16] * akeybl_ is now known as akeybl
  2230. # [22:16] * Joins: JonathanS (JonathanS@moz-FA436756.cfl.res.rr.com)
  2231. # [22:19] * Joins: zwol (zack@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2232. # [22:19] * juanb|brb is now known as juanb
  2233. # [22:20] * bwinton is now known as bwinton_away
  2234. # [22:21] * Joins: jorendorff (jorendorff@moz-96E47CBF.hsd1.tn.comcast.net)
  2235. # [22:21] <dholbert> jdm, I'm not sure, dbaron would know though
  2236. # [22:21] * Joins: juanb_ (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  2237. # [22:21] <jdm> dholbert: problem solved, thanks, though
  2238. # [22:22] <dholbert> yay! np
  2239. # [22:22] * Quits: juanb (jbecerra@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  2240. # [22:22] * Quits: felipe (u2734@moz-160C58C6.com) (Max SendQ exceeded)
  2241. # [22:22] <zwol> Is there anyone here who can help me find code that should be somewhere in the vicinity of the docshell?
  2242. # [22:22] * Quits: Unfocused (u2622@moz-160C58C6.com) (Max SendQ exceeded)
  2243. # [22:22] * Joins: Unfocused (u2622@moz-160C58C6.com)
  2244. # [22:22] * Joins: felipe (u2734@moz-160C58C6.com)
  2245. # [22:22] * juanb_ is now known as juanb
  2246. # [22:23] * Joins: bc|afk (bc@moz-E31CD2CB.mozilla.org)
  2247. # [22:23] * bc|afk is now known as bc
  2248. # [22:23] <sfink> zwol: there's a whole docshell/ subdirectory that seems promising
  2249. # [22:23] <zwol> sfink :-P
  2250. # [22:23] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2251. # [22:23] <dholbert> zwol, bz has been useful to me in the past with docshell-related questions
  2252. # [22:24] <zwol> i thought of him, but he's not here
  2253. # [22:24] <dholbert> zwol, (though he seems to be offline at the moment)
  2254. # [22:24] <zwol> actually, i'll just go ahead and ask
  2255. # [22:24] * Joins: anky (anky@2C50A054.588DE6B1.A3D1B221.IP)
  2256. # [22:25] * Joins: mixedpuppy (mixedpuppy@21B7B9F2.B87E9213.6E712CE2.IP)
  2257. # [22:25] <zwol> Where is the code that causes insecure connection warnings to appear?
  2258. # [22:25] * Quits: @mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  2259. # [22:25] <zwol> (*not* the code that defines their appearance)
  2260. # [22:25] <stefanh> dao: Thanks for the review. I presume bug 713446 will take you some more time to get to?
  2261. # [22:26] * Quits: kwierso (chatzilla@moz-6E3FB3B9.desm.qwest.net) (Ping timeout)
  2262. # [22:27] <NeilAway> zwol: somewhere in DisplayLoadError?
  2263. # [22:27] * Joins: kwierso (chatzilla@moz-6E3FB3B9.desm.qwest.net)
  2264. # [22:28] <rhelmer> khuey: Callek: yeah rniwa_ has been busy :) lots of much-needed refactoring and some nice features
  2265. # [22:29] * Quits: dao (dao@moz-74230458.superkabel.de) (Quit: Leaving.)
  2266. # [22:29] <Callek> rhelmer: I'm also webdev++ for the AMA thread too, fwiw
  2267. # [22:29] <Callek> :-)
  2268. # [22:29] * Quits: kwierso (chatzilla@moz-6E3FB3B9.desm.qwest.net) (Ping timeout)
  2269. # [22:33] * gregglind_away is now known as gregglind
  2270. # [22:34] * Joins: kwierso (chatzilla@moz-6E3FB3B9.desm.qwest.net)
  2271. # [22:35] * jmaher is now known as jmaher|afk
  2272. # [22:36] * Quits: mconley (mconley@moz-5FEA716A.wifi.ubc.ca) (Input/output error)
  2273. # [22:36] * Quits: kwierso (chatzilla@moz-6E3FB3B9.desm.qwest.net) (Ping timeout)
  2274. # [22:36] * Quits: msucan (msucan-@CA197AEE.3A7AD384.699550A1.IP) (Quit: .)
  2275. # [22:37] * Joins: mayhemer (Miranda@B3D46202.F87A741B.F23860FD.IP)
  2276. # [22:37] * armenzg is now known as armenzg_brb
  2277. # [22:38] <Callek> gps: ugh Bug 702388 you responded to "Panagiotis Koutsourakis (New to Bugzilla) " whom by the very nature of "New to Bugzilla" likely does not have editbugs, which is required to set an assignee
  2278. # [22:38] * rnewman is now known as rnewman|working
  2279. # [22:38] <Callek> gps: I figured I'll mention it to you here, rather than in bug, so you can rephrase/apologize for that oversight and if the person wants to own it one of us can set asignee for him
  2280. # [22:39] <gps> Callek: oh, I didn't realize that
  2281. # [22:40] <Callek> gps: I suspected as such, but I didn't want to correct you myself in bug, I know you've been around long enough, to have meant that in a non-agressive way, and additional conflict/confusion can drive away new contribs sometimes, so imo better for you to re-comment yourself ;-)
  2282. # [22:41] <espindola> armenzg_brb: http://people.mozilla.org/~respindola/builds/macosx32-debug/
  2283. # [22:41] <espindola> building the universal one now
  2284. # [22:41] * jaws|away is now known as jaws
  2285. # [22:41] * Quits: @smaug (chatzilla@moz-63E14970.elisa-mobile.fi) (Input/output error)
  2286. # [22:41] * Joins: smaug (chatzilla@moz-63E14970.elisa-mobile.fi)
  2287. # [22:41] * ChanServ sets mode: +o smaug
  2288. # [22:42] <gps> Callek: I have thick skin :) thanks for the courtesy though
  2289. # [22:43] <Callek> gps: ooo, its wasn't you I was worrying about :-P
  2290. # [22:43] * Joins: kwierso (chatzilla@moz-6E3FB3B9.desm.qwest.net)
  2291. # [22:43] <Callek> I've tried to join a community in the past once, and saw what seemed like arguments among those already in the know, and it just doesn't strike as a community "you" want to be part of, if your first attempt at contributing shows that :-)
  2292. # [22:44] <gps> yes. best to not baptize new contributors in trolling
  2293. # [22:44] <Callek> o of course, users trolling is another thing :-)
  2294. # [22:44] <Callek> anyway, moving on
  2295. # [22:45] * Quits: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com) (Client exited)
  2296. # [22:46] <ehsan> vladan: do you have commit access? (regarding bug 716590)
  2297. # [22:46] * merike|away is now known as merike
  2298. # [22:46] * Joins: darktrojan (geoff@moz-57EC95C5.dsl.telstraclear.net)
  2299. # [22:46] * khuey is now known as khuey|away
  2300. # [22:46] <vladan> ehsan: i do, i was putting it on backburner
  2301. # [22:46] <ehsan> ok
  2302. # [22:46] <rniwa_> join /webdev
  2303. # [22:47] <rniwa_> oops
  2304. # [22:47] <vladan> ehsan: i can do it now.. i guess i won't need to do automated tests for this change
  2305. # [22:47] <ehsan> vladan: pushign to try wouldn't be a bad idea ;)
  2306. # [22:47] <ehsan> but it should be fairly safe
  2307. # [22:47] <vladan> k
  2308. # [22:49] * Quits: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net) (Input/output error)
  2309. # [22:49] * Joins: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2310. # [22:50] * Joins: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net)
  2311. # [22:50] * Joins: whimboo (whimboo@moz-1A55F994.a2c-250-239.astra2connect.com)
  2312. # [22:52] * Joins: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp)
  2313. # [22:52] * Quits: bsmedberg (bsmedberg@moz-B44EBBB4.alt.east.verizon.net) (Quit: Leaving)
  2314. # [22:53] * Quits: graememcc (chatzilla@moz-2F1AD288.range86-140.btcentralplus.com) (Ping timeout)
  2315. # [22:53] * Quits: askalski (akuda@moz-6A36EC49.ip.abpl.pl) (Quit: Wychodzi)
  2316. # [22:53] * Joins: graememcc (chatzilla@moz-9D98EC21.range31-53.btcentralplus.com)
  2317. # [22:54] * Joins: dveditz (dveditz@moz-34991AF4.dhcp.cruzio.com)
  2318. # [22:54] * ChanServ sets mode: +o dveditz
  2319. # [22:54] * Quits: bb10 (bb10@moz-C7B05616.org) (Ping timeout)
  2320. # [22:54] * Joins: kwierso_ (chatzilla@moz-6E3FB3B9.desm.qwest.net)
  2321. # [22:55] * Quits: kwierso (chatzilla@moz-6E3FB3B9.desm.qwest.net) (Ping timeout)
  2322. # [22:55] * kwierso_ is now known as kwierso
  2323. # [22:56] * Joins: bb10 (bb10@moz-C7B05616.org)
  2324. # [22:56] * lsblakk|lunch is now known as lsblakk
  2325. # [22:57] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  2326. # [22:58] * Quits: ehsan (ehsan@moz-A6FE435.build.sjc1.mozilla.com) (Input/output error)
  2327. # [22:58] <jlebar> smaug, ping?
  2328. # [22:59] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  2329. # [23:00] * Quits: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net) (Input/output error)
  2330. # [23:00] * Quits: @smaug (chatzilla@moz-63E14970.elisa-mobile.fi) (Ping timeout)
  2331. # [23:02] * Quits: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP) (Quit: lmandel)
  2332. # [23:02] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  2333. # [23:04] * Joins: jfkthame (jfkthame@B74C8744.90783722.9542EC20.IP)
  2334. # [23:04] * zpao is now known as zpao|detached
  2335. # [23:05] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2336. # [23:05] * AutomatedTester is now known as AutomatedTester|mtg
  2337. # [23:06] * Quits: smooney (smooney@moz-BBE3ABD.mv.mozilla.com) (Quit: smooney)
  2338. # [23:07] * zpao|detached is now known as zpao
  2339. # [23:07] * coop is now known as coop|mtg
  2340. # [23:08] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  2341. # [23:08] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  2342. # [23:09] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2343. # [23:09] * Joins: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP)
  2344. # [23:09] * timA|lunch is now known as timA
  2345. # [23:09] <luke> anyone know who can review toolkit/xre/nsWindowDllBlocklist.cpp patches?
  2346. # [23:10] <gavin> vlad!
  2347. # [23:10] <gavin> ehsan
  2348. # [23:10] <luke> gavin: thanks
  2349. # [23:10] * Quits: rbgray (chatzilla@moz-F1171FD7.plustechnologies.com) (Ping timeout)
  2350. # [23:11] <gavin> bsmedberg too
  2351. # [23:11] <jlebar> smaugIC, unping; I wrote in a bug.
  2352. # [23:12] <armenzg_brb> espindola: thanks
  2353. # [23:12] * armenzg_brb is now known as armenzg
  2354. # [23:12] * Quits: squib (squib-@moz-3F6F2A9C.ep.wisc.edu) (Quit: Leaving)
  2355. # [23:12] * Joins: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net)
  2356. # [23:12] * Joins: bretr (bret_recka@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2357. # [23:12] * Joins: faramarz_ (faramarz@moz-BBE3ABD.mv.mozilla.com)
  2358. # [23:13] * Joins: florian (florian@moz-87C33FDA.kimsufi.com)
  2359. # [23:13] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2360. # [23:13] * faramarz_ is now known as faramarz
  2361. # [23:14] * Quits: gwagner (idefix2@moz-BBE3ABD.mv.mozilla.com) (Quit: gwagner)
  2362. # [23:14] * Quits: bretr (bret_recka@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  2363. # [23:15] <darktrojan> bholley, inbound is red
  2364. # [23:15] * philor|away is now known as philor
  2365. # [23:15] * Joins: gwagner (idefix2@moz-BBE3ABD.mv.mozilla.com)
  2366. # [23:15] * Joins: davehunt (davehunt@moz-E2929564.dsl.in-addr.zen.co.uk)
  2367. # [23:15] <darktrojan> not sure if it's you, but run-mozilla.sh is crashing
  2368. # [23:15] * Quits: wolfiR (wolfiR@moz-170B802C.dip0.t-ipconnect.de) (Quit: Leaving)
  2369. # [23:16] * Quits: gwagner (idefix2@moz-BBE3ABD.mv.mozilla.com) (Quit: gwagner)
  2370. # [23:17] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  2371. # [23:19] * Joins: mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  2372. # [23:19] * ChanServ sets mode: +o mkaply
  2373. # [23:20] * Quits: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net) (Ping timeout)
  2374. # [23:20] * Quits: necolas (necolas@moz-C8C6D8F3.bb.sky.com) (Connection reset by peer)
  2375. # [23:20] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  2376. # [23:20] * Joins: necolas (necolas@moz-C8C6D8F3.bb.sky.com)
  2377. # [23:21] * Quits: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP) (Quit: Leaving)
  2378. # [23:21] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  2379. # [23:23] * Joins: cfree (chatzilla@moz-8470EB89.sc.res.rr.com)
  2380. # [23:25] * Joins: dbuc1 (dbuchner@moz-BBE3ABD.mv.mozilla.com)
  2381. # [23:25] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  2382. # [23:25] <dbuc1> mkaply: hey man
  2383. # [23:25] <dbuc1> do you know how one might open a blank chrome url?
  2384. # [23:26] * Quits: whimboo (whimboo@moz-1A55F994.a2c-250-239.astra2connect.com) (Quit: Leaving.)
  2385. # [23:26] <@mkaply> dbuc1: Just about:blank
  2386. # [23:26] <dbuc1> are there any registered chrome:// urls that are essentially blank windows?
  2387. # [23:26] * bhearsum is now known as bhearsum|afk
  2388. # [23:26] <dbuc1> is that chrome privledged?
  2389. # [23:26] * dbuc1 is now known as dbuc
  2390. # [23:27] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2391. # [23:28] * Quits: mayhemer (Miranda@B3D46202.F87A741B.F23860FD.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2392. # [23:28] <@mkaply> dbuc: good question. I don't know. I would suggest asking in #extdev - I have to run but feel free to email me.
  2393. # [23:30] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  2394. # [23:30] <dbuc> ok
  2395. # [23:30] <dbuc> thanks
  2396. # [23:30] * Quits: @mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  2397. # [23:30] * Quits: kylo_kit (kwood@moz-E8ED1F89.hfc.comcastbusiness.net) (Quit: )
  2398. # [23:31] * Joins: DGMurdockIII (dgmurdocki@moz-E933B63.hsd1.il.comcast.net)
  2399. # [23:31] * Quits: anky (anky@2C50A054.588DE6B1.A3D1B221.IP) (Ping timeout)
  2400. # [23:32] * Joins: anky (anky@A6ED0318.2F5611E8.A3D1B221.IP)
  2401. # [23:32] * Quits: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2402. # [23:33] * armenzg is now known as armenzg_away
  2403. # [23:36] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  2404. # [23:37] * merike is now known as merike|away
  2405. # [23:41] * Quits: armenzg_away (armenzg@moz-11631A2F.acanac.net) (Input/output error)
  2406. # [23:42] * Joins: gwagner (idefix2@moz-BBE3ABD.mv.mozilla.com)
  2407. # [23:43] * Joins: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net)
  2408. # [23:44] * Joins: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net)
  2409. # [23:44] * Quits: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net) (Quit: smooney)
  2410. # [23:46] * Joins: dbaron (dbaron@moz-BBE3ABD.mv.mozilla.com)
  2411. # [23:46] * ChanServ sets mode: +o dbaron
  2412. # [23:47] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2413. # [23:47] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  2414. # [23:47] * Quits: zwol (zack@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: zwol)
  2415. # [23:48] * Quits: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Quit: Miranda IM - Multi protocol instant messenger @ www.miranda-im.org)
  2416. # [23:49] * coop|mtg is now known as coop|away
  2417. # [23:49] * Joins: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net)
  2418. # [23:49] * Parts: adam (adam@moz-FDE93EDA.digislacker.com) (Textual IRC Client: http://www.textualapp.com/)
  2419. # [23:51] * Standard8 is now known as Standard8Away
  2420. # [23:51] * Joins: mcote|afk (mcote@moz-A8369C00.mc.videotron.ca)
  2421. # [23:51] * Quits: Standard8Away (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  2422. # [23:52] * Quits: Unfocused (u2622@moz-160C58C6.com) (Max SendQ exceeded)
  2423. # [23:52] * Joins: Unfocused (u2622@moz-160C58C6.com)
  2424. # [23:54] * Joins: smooney_ (smooney@moz-3C7A0050.hsd1.ca.comcast.net)
  2425. # [23:54] * Quits: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net) (Connection reset by peer)
  2426. # [23:54] * smooney_ is now known as smooney
  2427. # [23:55] * Quits: stefanh (stefanh@moz-3EED0162.customers.ownit.se) (Quit: ChatZilla 0.9.88 [SeaMonkey 2.6.1/20111221002025])
  2428. # [23:55] * darktrojan pokes test_socks.js
  2429. # [23:56] * Quits: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net) (Ping timeout)
  2430. # [23:57] <Mossop> The left sock probably got lost in the laundry
  2431. # [23:57] * Joins: jgilbert_ (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  2432. # [23:58] <darktrojan> well it does appear to work only half the time
  2433. # [23:58] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2434. # [23:58] * Joins: bretr (bret_recka@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2435. # Session Close: Sat Jan 21 00:00:01 2012

The end :)