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

Options:

  1. # Session Start: Thu Mar 29 00:00:00 2012
  2. # Session Ident: #developers
  3. # [00:00] * Quits: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: clee)
  4. # [00:00] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/f0a104d6cc36 - Ed Morley - Backout 273173a592dc (bug 483992) for causing bug 739927
  5. # [00:01] <philor> thanks :)
  6. # [00:02] * Quits: jammink (textual@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Computer has gone to sleep.)
  7. # [00:02] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  8. # [00:03] <sfink> what is |hg qsave -e -c| doing that makes it so incredibly slow?
  9. # [00:03] * bmoss is now known as bmoss|brb
  10. # [00:04] <jdm> what's qsave?
  11. # [00:04] * Quits: gal (gal@moz-BBE3ABD.mv.mozilla.com) (Quit: gal)
  12. # [00:04] * Quits: mcot (mcot@C4B02.F3C4E8F3.C8444B8.IP) (Ping timeout)
  13. # [00:04] * Joins: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  14. # [00:04] <sfink> it copies a patch queue and somehow manages to create a new head useful for merging without screwing up the mq metadata
  15. # [00:05] * Joins: njn (chatzilla@moz-9AD04046.dyn.iinet.net.au)
  16. # [00:05] * coop|buildduty is now known as coop|afk
  17. # [00:06] * liuche|lunch is now known as liuche
  18. # [00:06] <sfink> it's actually pretty bizarre what it ends up doing, at least with -e. It ends up making a dummy commit that reverts all of your mq patches and puts it on top of all the revs containing your changes.
  19. # [00:06] * philor is now known as philor|away
  20. # [00:07] <sfink> it's the only way I've found to be able to modify a patch deep in my stack, merge the rest on top of it, and end up with a valid mq setup
  21. # [00:07] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Quit: mdas)
  22. # [00:08] * Quits: @bz (bzbarsky@93B4174C.6E78B65D.CDBA6951.IP) (Ping timeout)
  23. # [00:08] * Joins: jammink (textual@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  24. # [00:08] <jhammel> heh, i just checkout a new repo and apply the patches by hand
  25. # [00:08] <jhammel> "efficient", i know
  26. # [00:08] * bmoss|brb is now known as bmoss
  27. # [00:09] <sfink> I do too, normally, but I'm dealing with a crazy patch stack at the moment. (Partly because I'm trying to preserve a patch right in the middle that has been r+'ed.)
  28. # [00:09] * Quits: JeroenDeDauw (jeroen@3D8B249.714666EF.52AB9A83.IP) (Quit: Leaving.)
  29. # [00:09] * Quits: pvivek_ (quassel@EFA47D55.D543CA41.B84D4DA2.IP) (Client exited)
  30. # [00:09] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  31. # [00:09] <sfink> Every time I tried reapplying a patch, it would end up conflicting almost everywhere, and I grew tired of redoing the same changes over and over
  32. # [00:10] <jhammel> we need `hg qpush --unbitrot` ;)
  33. # [00:10] <jhammel> that should be easy to write
  34. # [00:11] <sfink> if mq weren't so gol-darned eager to forget revisions as soon as you unapply a patch, it would be easy
  35. # [00:11] * Quits: dao (dao@moz-321A6060.superkabel.de) (Quit: Leaving.)
  36. # [00:11] <sfink> ah! it's done
  37. # [00:11] * Joins: bonnie (bbsurender@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  38. # [00:11] <cpeterson> The `wiggle` patch tool does a pretty good job of cramming old patches into new revisions.
  39. # [00:11] <jdm> never heard of it
  40. # [00:12] <cpeterson> http://linux.die.net/man/1/wiggle
  41. # [00:12] <cpeterson> wiggle - apply rejected patches and perform word-wise diffs
  42. # [00:12] <sfink> that's true... I used it pretty successfully for an automated merge tool. Hmm... maybe I should be trying that.
  43. # [00:12] <jhammel> i've often contemplated just using quilt directly instead of mq....i keep forgetting why i don't
  44. # [00:13] <jhammel> i'd in general prefer to deal with diffs and not with VCS-specifics
  45. # [00:13] * Quits: beaufour (beaufour@18D5CC88.C7EE4FB2.ECED8BE3.IP) (Ping timeout)
  46. # [00:13] <jhammel> since i refuse to swallow the github koolaid
  47. # [00:14] <jhammel> cpeterson: can you get mq to use wiggle?
  48. # [00:14] <sfink> speaking of github koolaid, anyone have anything they'd like to ask or request of the github guys? I'm going to be hanging out with them tomorrow
  49. # [00:14] * jhammel isn't sure how that would work
  50. # [00:14] * Quits: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  51. # [00:14] <jhammel> sfink: can you get them to put per-directory tarballs up?
  52. # [00:14] <jhammel> and to open-source their site?
  53. # [00:15] <jhammel> if not, then not really ;)
  54. # [00:15] <sfink> I'll ask both, though I know they have regular internal discussions about what to open source and what not
  55. # [00:15] <edmorley> *sigh*, another quality dev.planning contribution
  56. # [00:15] <jhammel> ?
  57. # [00:15] * Joins: beaufour (beaufour@18D5CC88.C7EE4FB2.ECED8BE3.IP)
  58. # [00:16] <jbuck> sfink: Ask them if they plan on making git on windows less painful and when :)
  59. # [00:16] <cpeterson> jhammel, hg won't use wiggle automatically, but wrote an `hg wiggle` script to process hg .rej files after a conflict.
  60. # [00:16] * Joins: nrc (nrc@538BABFE.A073F3E.97BBD552.IP)
  61. # [00:16] * philor|away is now known as philor
  62. # [00:16] <sfink> jbuck: valid question. I'll ask.
  63. # [00:17] <jhammel> sfink: thanks
  64. # [00:17] * Quits: ajuma (ajuma@F2D29657.F60B0462.67AC9B1.IP) (Quit: ajuma)
  65. # [00:17] <jhammel> the lack of per-directory tarballs, while it sounds like a bit weird of a request, is biting me in python-land at the moment
  66. # [00:17] <jhammel> well, its biting other people i'm supposed to interface with anyway ;)
  67. # [00:18] <Mook_as> jhammel: if their zip archives don't create a subdirectory, it would be possible to distribute extensions with them ;) (install.rdf in the root, etc.)
  68. # [00:19] <jhammel> Mook_as: i believe they do
  69. # [00:19] <Mook_as> I know, that's why I'm bringing it up - it doesn't work last I checked :)
  70. # [00:19] <jhammel> nope :(
  71. # [00:20] <jhammel> its a similar issue in python...if you have package per repo (which we didn't do for reasons i won't go into) then you can install straight from github (a frequent request)
  72. # [00:21] <jhammel> however, if you have multiple packages in python, a python (bug|lack of feature) makes it impossible to install subdirectories :/
  73. # [00:21] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  74. # [00:21] * Joins: njn_ (chatzilla@moz-2E2472C0.dyn.iinet.net.au)
  75. # [00:21] <jhammel> anyway, OT
  76. # [00:21] * aki|sammich is now known as aki
  77. # [00:21] * Quits: njn_ (chatzilla@moz-2E2472C0.dyn.iinet.net.au) (Quit: ChatZilla 0.9.88.1 [Firefox 14.0a1/20120322210956])
  78. # [00:21] * Quits: njn (chatzilla@moz-9AD04046.dyn.iinet.net.au) (Ping timeout)
  79. # [00:21] * Joins: njn_ (chatzilla@moz-2E2472C0.dyn.iinet.net.au)
  80. # [00:22] * njn_ is now known as njn
  81. # [00:22] <cpeterson> hg question: when the release branches are uplifted, is m-c merged into m-a or does m-c just blow away m-a's history?
  82. # [00:23] * Joins: lmandel (lmandel@moz-113D7D7C.cable.teksavvy.com)
  83. # [00:24] * Quits: njn (chatzilla@moz-2E2472C0.dyn.iinet.net.au) (Ping timeout)
  84. # [00:24] * Quits: jammink (textual@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Computer has gone to sleep.)
  85. # [00:24] * Joins: bz (bzbarsky@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  86. # [00:24] * ChanServ sets mode: +o bz
  87. # [00:24] * Joins: dcamp (dave@moz-8EBEC133.hsd1.wa.comcast.net)
  88. # [00:24] * Joins: njn (chatzilla@moz-BC32A30A.dyn.iinet.net.au)
  89. # [00:25] <bjacob> Waldo: i forgot to obsolete the previous iteration of patch 8
  90. # [00:25] * Waldo looks to see which version he's reviewing at the moment :-)
  91. # [00:25] * zpao|detached is now known as zpao
  92. # [00:26] <Waldo> Attachment 607571: 8: move CheckedInt to MFBT (but support for compiled tests is just a stub) - Benoit Jacob [:bjacob]
  93. # [00:26] <Waldo> hmm
  94. # [00:26] <bjacob> yeah that was the previous on
  95. # [00:26] <bjacob> one
  96. # [00:26] <bjacob> but it's almost identical
  97. # [00:26] <bjacob> no worries
  98. # [00:26] <Waldo> I don't have that many changes, I can copy 'em over manually
  99. # [00:26] <bjacob> the new one has compiled tests in mfbt/ working
  100. # [00:26] <Waldo> er, comments, I mean
  101. # [00:26] <humph> roc: ping
  102. # [00:26] * AutomatedTester is now known as AutomatedTester|AFK
  103. # [00:26] <Waldo> bjacob: do the tests compile/work in a JS engine build?
  104. # [00:27] <@roc> humph: hi
  105. # [00:27] <bjacob> Waldo: oh, sorry. then just keep reviewing that one, doesnt matter
  106. # [00:27] <bjacob> Waldo: i didn't try
  107. # [00:27] <Waldo> bjacob: I was going to suggest doing that in a followup or something, so no worries
  108. # [00:27] <humph> roc: hi. just talking with smaug about 633602, trying to decide whether to land or get another review?
  109. # [00:27] <Waldo> browser build is probably enough testing for most cases, just something we should not have to rely/depend on
  110. # [00:27] <bjacob> Waldo: what i didn't try is if test failures are actually recorded as oranges
  111. # [00:27] <@roc> land
  112. # [00:27] * AutomatedTester|AFK is now known as AutomatedTester
  113. # [00:28] <humph> landho
  114. # [00:28] <@roc> wait, what's the bug about?
  115. # [00:28] <Waldo> hmm, yes, that seems worth testing :-)
  116. # [00:28] <@roc> just kidding :-) let me read
  117. # [00:28] <humph> so close
  118. # [00:28] * Waldo will still finish out this review, since it's mostly done -- shouldn't be too bad reviewing just additional changes afterward, or something
  119. # [00:28] <@roc> humph: ok, why wouldn't you land?
  120. # [00:28] <humph> I think it's fine to land
  121. # [00:29] <@roc> ok, why are you unsure whether it's fine to land?
  122. # [00:29] <humph> we were discussing if it needed an sr
  123. # [00:29] <humph> and smaug thought your opinion would be useful
  124. # [00:29] <humph> so I asked
  125. # [00:30] <@smaug> yeah, I was just wondering if you roc wanted for example cpearce to look at it
  126. # [00:30] <humph> I'm happy to do whatever makes sense, just want to keep moving forward
  127. # [00:30] <jdm> is there some way to use hg bisect on mozilla-central to bisect an inbound merge?
  128. # [00:30] <@smaug> since it is kind of fullscreen related stuff atm
  129. # [00:30] <@smaug> I think we should land it, so that there is some time to fix possible bugs
  130. # [00:30] <@smaug> ...before next Aurora
  131. # [00:31] * Quits: jlebar|mac (~jlebarmac@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
  132. # [00:31] * Joins: jlebar|mac (~jlebarmac@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  133. # [00:31] <@roc> ok
  134. # [00:32] * Quits: wlach (wlach@CAB30FBD.8F96AEA7.2D179A7D.IP) (Ping timeout)
  135. # [00:32] <cpearce> I'm ok with pointer lock landing. I anticipate that I'm going to have to work around it in my requestFullScreenWithKeys work, so having it stable makes that easier.
  136. # [00:32] <@roc> it looks fine
  137. # [00:33] <@roc> land
  138. # [00:33] * Quits: lmandel (lmandel@moz-113D7D7C.cable.teksavvy.com) (Quit: lmandel)
  139. # [00:33] * Quits: gabor (gabor@moz-FD4AA196.pool.digikabel.hu) (Ping timeout)
  140. # [00:33] <humph> k, thanks all
  141. # [00:33] * Quits: @bz (bzbarsky@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  142. # [00:34] <Callek> jdm: yes
  143. # [00:35] <Callek> jdm: you would just use bisect like normal, it should work to check both sides, aiui
  144. # [00:35] <jdm> Callek: I tried giving it the merge changeset as the bad and the changeset before the merge as the good, and it says it's checking three changesets
  145. # [00:36] <Callek> jdm: give the *inbound* cset before the merge as good
  146. # [00:36] <jdm> ah, thanks
  147. # [00:36] * Quits: mcsmurf (mcsmurf@moz-87163713.dip.t-dialin.net) (Quit: )
  148. # [00:37] * Joins: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com)
  149. # [00:37] * Joins: jammink (textual@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  150. # [00:39] * Joins: wlach (wlach@CAB30FBD.8F96AEA7.2D179A7D.IP)
  151. # [00:39] * Joins: bz (bzbarsky@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  152. # [00:39] * ChanServ sets mode: +o bz
  153. # [00:41] * heycam|away is now known as heycam
  154. # [00:41] <mounir> bz: will you have time later this afernoon to speak about form styling?
  155. # [00:41] <mounir> or tomorrow?
  156. # [00:42] * Quits: jammink (textual@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Computer has gone to sleep.)
  157. # [00:43] * Joins: lsumar (lsumar@59E5D51.793B015F.11F528CC.IP)
  158. # [00:43] * Quits: anant (anant@AB1DE774.76DE1060.FAF22AF7.IP) (Quit: anant)
  159. # [00:45] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  160. # [00:45] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  161. # [00:45] * Joins: RyanVM (RyanVM@moz-D04D3C77.phlapa.fios.verizon.net)
  162. # [00:45] <@smaug> gavin: ping
  163. # [00:46] <@smaug> felipe: ping
  164. # [00:46] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: gwagner)
  165. # [00:47] * Quits: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  166. # [00:47] * Quits: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com) (Client exited)
  167. # [00:47] <RyanVM> WTH, I updated mozillabuild on this computer and now configure doesn't think I have a python version >2.5 and <3.0
  168. # [00:47] <@khuey> you need to clobber
  169. # [00:47] <@khuey> when you update m-b
  170. # [00:48] <RyanVM> nuking the objdir
  171. # [00:48] * Joins: timA (Instantbir@moz-535753DA.hsd1.or.comcast.net)
  172. # [00:48] <mbrubeck> My Debian laptop seems to be in some weird state where the CPU cores are all running in low-power (slow) mode even when I'm, say, building Gecko
  173. # [00:48] * Quits: Pike (Pike@moz-FA63CE58.pool.mediaways.net) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643])
  174. # [00:48] * Quits: pnemsak (Miranda@80CFE454.10D9684B.4F33160D.IP) (Quit: pnemsak)
  175. # [00:48] <mbrubeck> Any Linux-heads have any suggestions for what I should check?
  176. # [00:48] <jtcranmer> have you tried an exorcist?
  177. # [00:48] <RyanVM> khuey: working now, thanks
  178. # [00:49] * Quits: automata (automata@moz-1CE7A56D.ifsc.usp.br) (Ping timeout)
  179. # [00:49] <froydnj> RyanVM: how far along did you get on your yarr import?
  180. # [00:49] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  181. # [00:49] <RyanVM> froydnj: Not very. Haven't spent much time on it, either.
  182. # [00:49] <markh> bholley: you have a sec?
  183. # [00:50] <RyanVM> froydnj: still taking stock of how applicable the old patches are
  184. # [00:50] <bholley> markh: maybe
  185. # [00:50] * Quits: @dveditz (dveditz@moz-34991AF4.dhcp.cruzio.com) (Ping timeout)
  186. # [00:50] <markh> bholley: so I'm looking at bug 734215, which is biting us even more now in nightlies...
  187. # [00:50] <froydnj> RyanVM: my guess is "not very". I assume the assembler has to be re-imported too?
  188. # [00:50] <RyanVM> froydnj: If you want to work on it, be my guest. It wasn't a huge priority to me. Just something I wanted to toy with.
  189. # [00:50] <markh> the patch at http://pastebin.mozilla.org/1541583 fixes it, but I'm far from certain it is correct
  190. # [00:51] <RyanVM> froydnj: Looks like it, yes. And some new files need importing that weren't previously included.
  191. # [00:51] <froydnj> bleh
  192. # [00:51] * Joins: timC (Instantbir@moz-535753DA.hsd1.or.comcast.net)
  193. # [00:51] <markh> bholley: especially when I look at your patch from bug 667388
  194. # [00:51] * Quits: drice (derice@1606D15F.E628B196.8E155D4E.IP) (Quit: Leaving.)
  195. # [00:51] <froydnj> that means a lot more conflicts. there ought to be a better way to handle this
  196. # [00:51] * Quits: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  197. # [00:51] <RyanVM> froydnj: I think I can muddle through it using the old patches as a guide.
  198. # [00:51] <bholley> markh: so, sfink is currently fixing typed arrays and proxies
  199. # [00:51] <RyanVM> it'll just take some time
  200. # [00:51] <markh> bholley: I tried to use UnwrapObjectChecked bit it failed for me - something to do with getting a PUNCTURE
  201. # [00:51] <RyanVM> it would also help if it was updated more than once a year
  202. # [00:52] <bholley> markh: it tells you that you failed to PUNCTURE the object?
  203. # [00:52] <froydnj> yes, definitely :)
  204. # [00:52] * Quits: timA (Instantbir@moz-535753DA.hsd1.or.comcast.net) (Ping timeout)
  205. # [00:52] * Joins: jprmc (jprmc@93B4174C.6E78B65D.CDBA6951.IP)
  206. # [00:52] <markh> Um - not sure what it was telling me :) But the fact that flag was passed caused it to fail
  207. # [00:53] * Quits: florian (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  208. # [00:53] <markh> sfink - you have a sec?
  209. # [00:53] <sfink> sure
  210. # [00:53] <bholley> markh: which flag?
  211. # [00:53] * padenot is now known as padenot|away
  212. # [00:53] <markh> bholley: from memory, UnwrapObjectChecked's impl passes that flag internally
  213. # [00:53] * timC is now known as timA
  214. # [00:54] <bholley> markh: what flag?
  215. # [00:54] * Quits: davidillsley (chatzilla@moz-F51CD111.range86-144.btcentralplus.com) (Client exited)
  216. # [00:54] <bholley> markh: oh
  217. # [00:54] * Joins: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  218. # [00:54] <markh> wrapper::PUNCTURE
  219. # [00:54] <bholley> markh: you mean the wrapper action
  220. # [00:54] <NeilAway> khuey: I'd just delete config.cache, it's not as if he changed compiler
  221. # [00:54] <markh> sfink: so I'm looking at bug 734215 which has to do with arrays and proxies
  222. # [00:54] <bholley> markh: right
  223. # [00:54] <markh> sfink: which bholleytells me you are looking at.
  224. # [00:54] * Joins: davidillsley (chatzilla@moz-F51CD111.range86-144.btcentralplus.com)
  225. # [00:54] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  226. # [00:55] <markh> sfink: the patch at http://pastebin.mozilla.org/1541583 fixes that bug, but I'm far from certain it is correct
  227. # [00:55] <sfink> I'm fixing it differently. I'm making it so the typed array and the arraybuffer will always be in the same compartment.
  228. # [00:55] <bholley> markh: if it's telling you that the puncture fails, that means the security system vetoed it
  229. # [00:56] <markh> sfink: when do you think you will have it done
  230. # [00:56] <bholley> markh: so it's probably not a good idea to unwrap
  231. # [00:56] <sfink> When you construct a typedarray from a wrapped arraybuffer, it'll create the typedarray next to the arraybuffer and hand back a wrapped typedarray
  232. # [00:56] <sfink> "done" is such an overloaded word
  233. # [00:56] <markh> heh
  234. # [00:56] <sfink> I hope to have all the patches done and passing tests today
  235. # [00:56] * Quits: ehugg (chatzilla@EA4B33D2.C5EAED67.6CD50604.IP) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643])
  236. # [00:56] <markh> that's awesome. Can I assign that bug to you then?
  237. # [00:56] <sfink> I expect that reviews should take less than 6 months
  238. # [00:56] <sfink> probably
  239. # [00:57] <markh> bholley is currently assigned
  240. # [00:57] * jgriffin is now known as jgriffin-dogwalk
  241. # [00:57] * jhammel is now known as jhammel-catwalk
  242. # [00:57] <sfink> I'll take it
  243. # [00:58] <markh> sfink: what bug will you be attaching the patch to?
  244. # [00:58] * philor is now known as philor|away
  245. # [00:58] <markh> I'll be keen to test the patch does indeed fix bug 734215
  246. # [00:58] <sfink> now, that's a good question. I have a patch queue that involves a bunch of different bugs, and the interdependencies aren't really where you'd want them to be
  247. # [00:59] * Quits: darktrojan (geoff@moz-30B3CCFD.telstraclear.net) (Quit: darktrojan)
  248. # [00:59] <sfink> bug 737245 and bug 711843 will be most of it
  249. # [00:59] <NeilAway> bah, forgot to rm xpidl???*.py* again
  250. # [00:59] <markh> k, thanks
  251. # [01:00] * Quits: Mark_Capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Quit: ChatZilla 0.9.88.1 [Firefox 13.0a2/20120327042012])
  252. # [01:00] * Joins: lmandel (lmandel@moz-113D7D7C.cable.teksavvy.com)
  253. # [01:01] * Quits: dcamp (dave@moz-8EBEC133.hsd1.wa.comcast.net) (Quit: Leaving...)
  254. # [01:02] <markh> we can probably just close 734215 as a dupe of 737245
  255. # [01:03] * Quits: chewey (chewey@moz-80BBDBCE.dip0.t-ipconnect.de) (Ping timeout)
  256. # [01:03] * Quits: lmandel (lmandel@moz-113D7D7C.cable.teksavvy.com) (Quit: lmandel)
  257. # [01:04] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Quit: Instantbird 1.2a1pre)
  258. # [01:05] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  259. # [01:05] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  260. # [01:06] * Joins: chewey (chewey@moz-80BBDBCE.dip0.t-ipconnect.de)
  261. # [01:07] * Quits: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Client exited)
  262. # [01:07] * Quits: faramarz (faramarz@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: faramarz)
  263. # [01:08] * Quits: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net) (Quit: Leaving...)
  264. # [01:08] * Quits: bb10 (bb10@moz-C7B05616.org) (Ping timeout)
  265. # [01:08] * Quits: catalinb (ethereal@moz-7443FA19.eregie.pub.ro) (Ping timeout)
  266. # [01:08] * Joins: bb10 (bb10@moz-C7B05616.org)
  267. # [01:09] * philor|away is now known as philor
  268. # [01:10] * Quits: Joeh (joe@5A3923AA.BC22908.C7CEC4ED.IP) (Quit: Joeh)
  269. # [01:12] * edransch is now known as edransch-away
  270. # [01:12] * Joins: birtles (chatzilla@moz-348F61F0.mozilla.or.jp)
  271. # [01:14] <gavin> smaug: pong
  272. # [01:14] * Quits: allisterb (allisterb@2CE5E668.5725EB66.F43E9E20.IP) (Ping timeout)
  273. # [01:14] * Joins: allisterb (allisterb@2CE5E668.5725EB66.F43E9E20.IP)
  274. # [01:15] <Waldo> aargh
  275. # [01:15] * Waldo needs splinter-undelete capability right now
  276. # [01:16] * Quits: bb10 (bb10@moz-C7B05616.org) (Ping timeout)
  277. # [01:16] * Quits: josh (josh@moz-1984AF6C.meeting.ietf.org) (Quit: josh)
  278. # [01:17] * Quits: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: clee)
  279. # [01:17] * Quits: bc (bc@moz-E31CD2CB.mozilla.org) (Ping timeout)
  280. # [01:18] * Quits: ochameau (ochameau@moz-A33C217B.fbx.proxad.net) (Ping timeout)
  281. # [01:18] * Joins: bb10 (bb10@moz-C7B05616.org)
  282. # [01:19] * Joins: Stan (Stan@moz-FAA16627.dip.t-dialin.net)
  283. # [01:20] * Quits: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (No route to host)
  284. # [01:20] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
  285. # [01:21] * Joins: ochameau (ochameau@moz-A33C217B.fbx.proxad.net)
  286. # [01:22] * Joins: bc (bc@moz-E31CD2CB.mozilla.org)
  287. # [01:22] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  288. # [01:23] * Quits: TheLink (TheLink@moz-183F7DCD.pools.arcor-ip.net) (Client exited)
  289. # [01:24] * Quits: kaze (kaze@moz-279B1162.w86-195.abo.wanadoo.fr) (Ping timeout)
  290. # [01:24] * jtcranmer calls Waldo's undelete and raises one pony
  291. # [01:25] * joduinn is now known as joduinn-afk
  292. # [01:26] * Joins: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com)
  293. # [01:26] * Joins: KLB (Kenneth_Ba@moz-CB90BBF2.maine.res.rr.com)
  294. # [01:27] * Quits: bb10 (bb10@moz-C7B05616.org) (Ping timeout)
  295. # [01:27] * Joins: bb10 (bb10@moz-C7B05616.org)
  296. # [01:28] * Quits: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com) (Quit: Mardak)
  297. # [01:28] <felipe> smaug: pong
  298. # [01:29] * Quits: wlach (wlach@CAB30FBD.8F96AEA7.2D179A7D.IP) (Ping timeout)
  299. # [01:31] * Joins: KWierso (chatzilla@moz-D7FBF114.client.mchsi.com)
  300. # [01:33] * jgriffin-dogwalk is now known as jgriffin
  301. # [01:34] * Joins: mjschranz (mjschranz@4F1ADCDD.531FD64C.630E4E47.IP)
  302. # [01:34] * Quits: bb10 (bb10@moz-C7B05616.org) (Ping timeout)
  303. # [01:34] * Joins: bb10 (bb10@moz-C7B05616.org)
  304. # [01:36] * Joins: wlach (wlach@CAB30FBD.8F96AEA7.2D179A7D.IP)
  305. # [01:37] * jhammel-catwalk is now known as jhammel
  306. # [01:37] <ddahl> khuey: do we have an Identity bugzilla module to file bugs in?
  307. # [01:38] * Quits: bb10 (bb10@moz-C7B05616.org) (Ping timeout)
  308. # [01:38] * Joins: bb10 (bb10@moz-C7B05616.org)
  309. # [01:40] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  310. # [01:40] <biesi> ddahl, I believe you may have to use github
  311. # [01:40] <ddahl> biesi: this is for platform code
  312. # [01:40] <biesi> oh
  313. # [01:41] * zpao is now known as zpao|detached
  314. # [01:41] <ddahl> i thought khuey got the ball rolling on the new bugzilla component
  315. # [01:41] <@khuey> I thought we were creating Toolkit::Identity
  316. # [01:42] <@khuey> but it looks like the bug was WONTFIXed
  317. # [01:42] * @khuey reopens
  318. # [01:42] <gavin> khuey: why toolkit?
  319. # [01:42] <@khuey> gavin: as opposed to Core?
  320. # [01:43] <gavin> yes
  321. # [01:43] * Quits: beaufour (beaufour@18D5CC88.C7EE4FB2.ECED8BE3.IP) (Quit: beaufour)
  322. # [01:43] <@khuey> it seems like things that are primarily C++ are in Core, while things that are primary JS are in Toolkit
  323. # [01:43] * Quits: jprmc (jprmc@93B4174C.6E78B65D.CDBA6951.IP) (Ping timeout)
  324. # [01:43] * @khuey doesn't care either way
  325. # [01:43] <gavin> I don't think that's a useful distinction
  326. # [01:43] * Joins: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net)
  327. # [01:43] <gavin> (I don't think all of toolkit is a useful distinction really, but it's useful organizationally)
  328. # [01:43] <@khuey> ok, if you want it to be Core::Identity feel free to comment in 732509
  329. # [01:44] * @khuey doesn't care either way
  330. # [01:44] <gavin> khuey: what code would these bugs be filed on?
  331. # [01:44] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  332. # [01:44] <@khuey> the identity code in mozilla-central that doesn't exist yet
  333. # [01:44] <gavin> navigator.identity functionality implemented in DOM?
  334. # [01:44] <@khuey> and the backend stuff that makes identity actually work
  335. # [01:44] <@khuey> yes
  336. # [01:44] * AutomatedTester is now known as AutomatedTester|AFK
  337. # [01:45] <gavin> how much code is that going to be?
  338. # [01:45] <gavin> more than window.console?
  339. # [01:45] <@khuey> I have no idea how much code window.console is
  340. # [01:45] <gavin> http://mxr.mozilla.org/mozilla-central/source/dom/base/ConsoleAPI.js?force=1
  341. # [01:45] <@khuey> but I'd note that this code is likely to be owned by a totally new set of people
  342. # [01:45] <gavin> (and http://mxr.mozilla.org/mozilla-central/source/dom/base/ConsoleAPIStorage.jsm?force=1 )
  343. # [01:46] <@khuey> I'm pretty sure it's going to be more than 300 loc
  344. # [01:46] <ddahl> gavin: a fair bit more
  345. # [01:46] <@khuey> ddahl: feel free to jump in here
  346. # [01:46] * Quits: RyanVM (RyanVM@moz-D04D3C77.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.88.1 [Firefox 14.0a1/20120324183555])
  347. # [01:46] <@khuey> ah, perfect
  348. # [01:46] <ddahl> i thought we would file stuff for the dom interface in Core::Identity - perhaps all of it for now
  349. # [01:47] <ddahl> i don't see why we would put anything in toolkit
  350. # [01:47] * Joins: jprmc (jprmc@93B4174C.6E78B65D.CDBA6951.IP)
  351. # [01:47] <@smaug> felipe: gavin: about mutation observing in chrome code
  352. # [01:47] <gavin> I guess I don't really understand why it'd be significantly more than consoleAPI
  353. # [01:47] <ddahl> the only public interface will be navigator.id
  354. # [01:47] <@khuey> gavin: because it has to do all sorts of crypto and stuff?
  355. # [01:47] <gavin> but whatever, core:identity is fine
  356. # [01:47] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  357. # [01:47] <@smaug> felipe: gavin: I assume MutationObserver could be useful for chrome, in some cases
  358. # [01:48] <ddahl> gavin: the API will be more methods and a fair bit of code i think
  359. # [01:48] <ddahl> plus there is the PSM interface
  360. # [01:48] <ddahl> but that can stay in PSM
  361. # [01:48] <@smaug> felipe: gavin: would you like to get notified when something inside anonymous code changes, and observer is somewhere in non-anonymous
  362. # [01:48] <@smaug> (that is how mutation events work now, but they aren't ofc used in chrome)
  363. # [01:49] * Quits: diogogmt (kvirc@F1451709.44D93D66.1139E686.IP) (Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/)
  364. # [01:50] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  365. # [01:50] <gavin> smaug: the only case of wanting to use mutation observers that I know of is the TabAttrModified stuff
  366. # [01:50] * Quits: jkc (segfault@moz-ECCC080F.rootnode.net) (Ping timeout)
  367. # [01:51] * Joins: RyanVM (RyanVM@moz-D04D3C77.phlapa.fios.verizon.net)
  368. # [01:51] <@smaug> gavin: right.
  369. # [01:51] * Quits: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  370. # [01:51] <gavin> that's all handled in the binding
  371. # [01:52] * Quits: jamesr (jamesr@BE74E46C.D6CCE4AE.77834EAA.IP) (Ping timeout)
  372. # [01:53] * Joins: jkc (segfault@moz-ECCC080F.rootnode.net)
  373. # [01:53] * Quits: JPeterson (JPeterson@moz-B2998FD7.cust.tele2.se) (Ping timeout)
  374. # [01:53] <@smaug> gavin: but do you have any opinion how MutationObserver should work in case there is XBL
  375. # [01:53] * Joins: JPeterso2 (JPeterson@moz-B2998FD7.cust.tele2.se)
  376. # [01:53] <@smaug> (XBL1)
  377. # [01:53] * Joins: jamesr (jamesr@BE74E46C.D6CCE4AE.77834EAA.IP)
  378. # [01:53] <RyanVM> I'm getting really tired of having to rm the xpidl*.pyc files on every build...
  379. # [01:53] <gavin> every build?
  380. # [01:53] <gavin> I only had to do it once
  381. # [01:53] <RyanVM> yes
  382. # [01:53] <RyanVM> i've had to do it every time
  383. # [01:53] <RyanVM> pgo build
  384. # [01:54] <RyanVM> dies on js on the second path
  385. # [01:54] <RyanVM> pass*
  386. # [01:54] <jhammel> i would like to see that added to ${SOMEWHERE} in the build
  387. # [01:54] * Joins: Mark_Capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  388. # [01:54] <felipe> smaug, gavin: I haven't used anon content enough to have an useful opinion on that, but I'd think getting events for anon changes would be kinda surprising for most uses of the api
  389. # [01:54] * Joins: JPeterson (JPeterson@moz-B2998FD7.cust.tele2.se)
  390. # [01:55] * Quits: JPeterso2 (JPeterson@moz-B2998FD7.cust.tele2.se) (Ping timeout)
  391. # [01:55] <felipe> smaug, gavin: maybe it could be opt-in if you want anon changes too when you register the observer
  392. # [01:56] <@smaug> felipe: sounds good
  393. # [01:56] * Quits: jlebar|mac (~jlebarmac@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
  394. # [01:56] * Quits: nhirata (nhirata.bu@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: nhirata)
  395. # [01:57] * Joins: jlebar|mac (~jlebarmac@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  396. # [01:57] <felipe> smaug: although if that adds too much complexity I'd leave it out for know and implement it later if someone needs it
  397. # [01:58] * Parts: dholbert (dholbert@moz-EAA4454E.hsd1.ca.comcast.net) (Ex-Chat)
  398. # [02:00] * Ziggy_Maes is now known as Ziggy|AWAY
  399. # [02:01] * Joins: automata (automata@8D23278A.C27CA109.16867D26.IP)
  400. # [02:03] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  401. # [02:03] * Quits: wlach (wlach@CAB30FBD.8F96AEA7.2D179A7D.IP) (Ping timeout)
  402. # [02:04] * Quits: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP) (Ping timeout)
  403. # [02:05] * Joins: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP)
  404. # [02:05] * Joins: gal (gal@moz-7B0110AD.mv.mozilla.com)
  405. # [02:06] * Quits: @smaug (chatzilla@93B4174C.6E78B65D.CDBA6951.IP) (Input/output error)
  406. # [02:07] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: gone)
  407. # [02:08] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  408. # [02:08] * Joins: lmandel (lmandel@moz-113D7D7C.cable.teksavvy.com)
  409. # [02:09] * BenWa is now known as BenWa|sms
  410. # [02:10] * Joins: smaug (chatzilla@93B4174C.6E78B65D.CDBA6951.IP)
  411. # [02:10] * ChanServ sets mode: +o smaug
  412. # [02:10] * Quits: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  413. # [02:10] * nthomas is now known as nthomas|away
  414. # [02:10] <luke> any estimate on tree opening?
  415. # [02:12] * Quits: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: leaving)
  416. # [02:12] * Joins: akeybl (akeybl@moz-7B0110AD.mv.mozilla.com)
  417. # [02:12] * Quits: upphiminn (Mibbit@moz-CCC2A953.vjk.dtu.dk) (Quit: http://www.mibbit.com ajax IRC Client)
  418. # [02:14] * Joins: dholbert (dholbert@moz-EAA4454E.hsd1.ca.comcast.net)
  419. # [02:14] * philor scrolls down a bunch to see how long ts took back when it worked
  420. # [02:14] * @bsmedberg is sitting mesmerized by http://hint.fm/wind/
  421. # [02:15] <philor> luke: an hour from when it finally decides it ought to start, dinner first?
  422. # [02:15] * Quits: akeybl (akeybl@moz-7B0110AD.mv.mozilla.com) (Quit: Leaving...)
  423. # [02:15] <luke> philor: hehe, i see, thanks
  424. # [02:15] * Quits: lmandel (lmandel@moz-113D7D7C.cable.teksavvy.com) (Quit: lmandel)
  425. # [02:16] <bholley> jwir3: how long are you going to be in the conference room?
  426. # [02:16] <bholley> jwir3: trying to figure out when I should grab my bike
  427. # [02:16] <philor> about sixish, which will be inconvenient since I'll be working the front desk and not reopening at 6
  428. # [02:16] <jwir3> bholley: I'll be here for at least another 45 mins I think
  429. # [02:18] * Joins: brendan (brendaneic@EF408078.10A53EE3.77834EAA.IP)
  430. # [02:18] * Quits: myk (Instantbir@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  431. # [02:18] * Quits: AaronMT (AaronMT@moz-DB17C53A.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  432. # [02:19] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 11.0/20120313114517])
  433. # [02:19] * Joins: lmandel (lmandel@moz-113D7D7C.cable.teksavvy.com)
  434. # [02:20] * Quits: krit (Adium@moz-1FC1932F.adobe.com) (Quit: Leaving.)
  435. # [02:21] * Quits: aja (chatzilla@B0EAFCC1.95B1E73D.7880DB15.IP) (Client exited)
  436. # [02:22] * Joins: thinker (thinker@moz-71AD2643.dynamic.kbronet.com.tw)
  437. # [02:23] * Quits: lmandel (lmandel@moz-113D7D7C.cable.teksavvy.com) (Quit: lmandel)
  438. # [02:25] * Quits: dbradley (dbradley@moz-B94E1A81.ipnetworksinc.net) (Quit: )
  439. # [02:25] * Quits: priya (Adium@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  440. # [02:25] * Joins: priya (Adium@moz-BBE3ABD.mv.mozilla.com)
  441. # [02:25] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  442. # [02:26] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 11.0/20120313114517])
  443. # [02:26] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  444. # [02:26] <IRCMonkey52166> bsmedberg: shiny
  445. # [02:26] <IRCMonkey52166> bah
  446. # [02:26] * IRCMonkey52166 is now known as db48x
  447. # [02:27] <@khuey> Jesse: ping
  448. # [02:28] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  449. # [02:31] * Quits: karl (karl@moz-C4AD71E.jetstream.xtra.co.nz) (Ping timeout)
  450. # [02:31] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  451. # [02:31] * zpao|detached is now known as zpao
  452. # [02:33] * Quits: davidillsley (chatzilla@moz-F51CD111.range86-144.btcentralplus.com) (Ping timeout)
  453. # [02:33] * Quits: bent (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  454. # [02:33] * khuey is now known as khuey|away
  455. # [02:34] * Quits: bholley (bholley@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: bholley)
  456. # [02:35] * Joins: pranavrc (pranavrc@8902CE7D.AF32B3FA.C28326FD.IP)
  457. # [02:36] * Quits: gal (gal@moz-7B0110AD.mv.mozilla.com) (Connection reset by peer)
  458. # [02:36] * Quits: Elen (El@moz-749635E7.hsd1.ut.comcast.net) (Ping timeout)
  459. # [02:40] * Quits: harth (harth@moz-22A68899.bb.sky.com) (Ping timeout)
  460. # [02:40] * Joins: bholley (bholley@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  461. # [02:40] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Quit: bmoss)
  462. # [02:41] * Joins: sheppy (sheppy@moz-F39D62DA.dhcp.kgpt.tn.charter.com)
  463. # [02:41] * nthomas|away is now known as nthomas
  464. # [02:41] <RyanVM> has anyone else noticed background colors flashing between white and gray when loading bugzilla diffs lately?
  465. # [02:41] * zpao is now known as zpao|detached
  466. # [02:42] * Joins: Elen (El@moz-749635E7.hsd1.ut.comcast.net)
  467. # [02:42] * Quits: mccr8 (mccr8@93B4174C.6E78B65D.CDBA6951.IP) (Quit: mccr8)
  468. # [02:43] * Quits: bholley (bholley@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: bholley)
  469. # [02:44] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  470. # [02:47] * Quits: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com) (Quit: ChatZilla 0.9.87-4.1450hg.fc15 [XULRunner 10.0.1/20120216115618])
  471. # [02:47] * Quits: priya (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  472. # [02:47] * edransch-away is now known as edransch
  473. # [02:47] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  474. # [02:48] * Joins: davidillsley (chatzilla@moz-DBDD9545.range86-145.btcentralplus.com)
  475. # [02:48] * Joins: harth (harth@moz-4E6BB1F1.bb.sky.com)
  476. # [02:48] * Quits: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: yuan)
  477. # [02:49] * Joins: ehsan (ehsan@93B4174C.6E78B65D.CDBA6951.IP)
  478. # [02:49] * ChanServ sets mode: +o ehsan
  479. # [02:50] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 11.0/20120313114517])
  480. # [02:50] * Quits: necolas (necolas@moz-9F36A3A8.bb.sky.com) (Ping timeout)
  481. # [02:51] * Joins: coyotebush (corey@moz-4E046E7E.cabrillo.reshall.calpoly.edu)
  482. # [02:52] <smontagu> crashtests are hanging for me
  483. # [02:52] <smontagu> end of the logfile: http://pastebin.mozilla.org/1541814
  484. # [02:52] <edmorley> RyanVM: haven;t noticed anything like that here
  485. # [02:52] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  486. # [02:55] * jmaher|afk is now known as jmaher
  487. # [02:56] * Quits: KaiRo (robert@moz-59063770.adsl.highway.telekom.at) (Input/output error)
  488. # [02:57] <RyanVM> ttaubert: ping
  489. # [02:57] * Quits: allisterb (allisterb@2CE5E668.5725EB66.F43E9E20.IP) (Ping timeout)
  490. # [02:58] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  491. # [02:58] * Quits: brendan (brendaneic@EF408078.10A53EE3.77834EAA.IP) (Quit: brendan)
  492. # [02:58] <Unfocused> was seamonkey 2.1b3pre before or after gecko 2.0 ?
  493. # [02:58] <jwir3> Font inflation bugs: https://bugzilla.mozilla.org/buglist.cgi?list_id=2704166;columnlist=priority%2Cbug_status%2Cproduct%2Ccomponent%2Cassigned_to%2Cshort_desc%2Ccf_blocking_fennec10%2Ckeywords;resolution=---;resolution=DUPLICATE;query_based_on=font-inflation;status_whiteboard_type=allwordssubstr;query_format=advanced;status_whiteboard=readability;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;known_name=font-inflation
  494. # [02:58] <sheppy> How.
  495. # [02:58] <sheppy> Er. Yow.
  496. # [02:58] * Joins: necolas (necolas@moz-F29B633E.bb.sky.com)
  497. # [02:59] <smontagu> basically any test with an <applet> hangs
  498. # [02:59] <sheppy> It's a sign. Time to kill Java once and for all. :)
  499. # [02:59] <smontagu> :)
  500. # [02:59] <jwir3> nattokirai: Font inflation bugs: https://bugzilla.mozilla.org/buglist.cgi?list_id=2704166;columnlist=priority%2Cbug_status%2Cproduct%2Ccomponent%2Cassigned_to%2Cshort_desc%2Ccf_blocking_fennec10%2Ckeywords;resolution=---;resolution=DUPLICATE;query_based_on=font-inflation;status_whiteboard_type=allwordssubstr;query_format=advanced;status_whiteboard=readability;bug_status=UNCONFIRMED;bug_status=NEW;bug_status=ASSIGNED;bug_status=REOPENED;known_name=font-
  501. # [02:59] <jwir3> inflation
  502. # [03:00] <Unfocused> n/m, wikipedia says it was 2.0
  503. # [03:00] <sheppy> Link inflation.
  504. # [03:00] <smontagu> bug 483779 is similar
  505. # [03:01] * Quits: Mossop (mossop@moz-5DCD06CC.dsl.dynamic.sonic.net) (Connection reset by peer)
  506. # [03:01] <smontagu> and bug 509527
  507. # [03:02] * Joins: Mossop (mossop@moz-E11AC4FF.dsl.dynamic.sonic.net)
  508. # [03:02] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  509. # [03:02] * Quits: jamesr (jamesr@BE74E46C.D6CCE4AE.77834EAA.IP) (Quit: jamesr)
  510. # [03:02] <smontagu> or bug 497602
  511. # [03:04] * Joins: dbradley (dbradley@moz-B94E1A81.ipnetworksinc.net)
  512. # [03:04] * Joins: brendan (brendaneic@EF408078.10A53EE3.77834EAA.IP)
  513. # [03:04] * Quits: pranavrc (pranavrc@8902CE7D.AF32B3FA.C28326FD.IP) (Quit: Ping timeout: ∞)
  514. # [03:05] * Joins: mib_5i6cv4 (Mibbit@494780D8.CA7D169A.E5772CEC.IP)
  515. # [03:05] * philor is now known as philor|afk
  516. # [03:06] * Quits: jlebar|mac (~jlebarmac@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jlebar|mac)
  517. # [03:06] * Quits: mib_5i6cv4 (Mibbit@494780D8.CA7D169A.E5772CEC.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  518. # [03:06] * Quits: brendan (brendaneic@EF408078.10A53EE3.77834EAA.IP) (Quit: brendan)
  519. # [03:11] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  520. # [03:11] * Joins: karl (karl@538BABFE.A073F3E.97BBD552.IP)
  521. # [03:11] * Quits: jet (junglecode@93B4174C.6E78B65D.CDBA6951.IP) (Quit: jet)
  522. # [03:12] * Quits: nattokirai (nattokirai@93B4174C.6E78B65D.CDBA6951.IP) (Quit: nattokirai)
  523. # [03:12] * Quits: @bz (bzbarsky@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  524. # [03:12] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: pcwalton)
  525. # [03:14] * Quits: @ehsan (ehsan@93B4174C.6E78B65D.CDBA6951.IP) (Input/output error)
  526. # [03:14] * Quits: mixedpuppy (mixedpuppy@21B7B9F2.B87E9213.6E712CE2.IP) (Quit: mixedpuppy)
  527. # [03:14] * Quits: tn (tn@93B4174C.6E78B65D.CDBA6951.IP) (Ping timeout)
  528. # [03:14] * Joins: rwaldron (rwaldron@moz-71B3012E.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com)
  529. # [03:14] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  530. # [03:14] * Quits: jprmc (jprmc@93B4174C.6E78B65D.CDBA6951.IP) (Ping timeout)
  531. # [03:14] * Joins: kaze (kaze@moz-279B1162.w86-195.abo.wanadoo.fr)
  532. # [03:15] * mattwoodrow is now known as mattwoodrow|away
  533. # [03:15] * Quits: avih (quassel@moz-AD4853C3.red.bezeqint.net) (Connection reset by peer)
  534. # [03:15] * Joins: avih (quassel@moz-AD4853C3.red.bezeqint.net)
  535. # [03:16] * Quits: rwaldron (rwaldron@moz-71B3012E.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com) (Quit: Leaving...)
  536. # [03:17] * Quits: nrc (nrc@538BABFE.A073F3E.97BBD552.IP) (Connection reset by peer)
  537. # [03:17] * Quits: sheppy (sheppy@moz-F39D62DA.dhcp.kgpt.tn.charter.com) (Quit: Leaving)
  538. # [03:17] * Quits: loadbang (loadbang@moz-6E6E4DEE.range86-168.btcentralplus.com) (Quit: loadbang)
  539. # [03:17] * Quits: jfkthame (jfkthame@93B4174C.6E78B65D.CDBA6951.IP) (Quit: jfkthame)
  540. # [03:18] * Joins: loadbang (loadbang@moz-6E6E4DEE.range86-168.btcentralplus.com)
  541. # [03:19] * Quits: kumar (kmcmillan@moz-1B6109EC.hsd1.wa.comcast.net) (Quit: kumar)
  542. # [03:20] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  543. # [03:20] * Joins: nrc (nrc@538BABFE.A073F3E.97BBD552.IP)
  544. # [03:20] * mjessome is now known as mjessome|away
  545. # [03:21] * Quits: biesi (cbiesinger@moz-7BB2E24D.corp.tfbnw.net) (Ping timeout)
  546. # [03:23] * Quits: mjschranz (mjschranz@4F1ADCDD.531FD64C.630E4E47.IP) (Ping timeout)
  547. # [03:23] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird -- http://www.instantbird.com)
  548. # [03:23] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  549. # [03:24] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: Eaten by grue.)
  550. # [03:26] * Quits: necolas (necolas@moz-F29B633E.bb.sky.com) (Ping timeout)
  551. # [03:26] * Quits: harth (harth@moz-4E6BB1F1.bb.sky.com) (Ping timeout)
  552. # [03:32] * Joins: mijia (mijia@DC4232F0.766373FB.C3A57E70.IP)
  553. # [03:34] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  554. # [03:34] <RyanVM> *sigh* One bug with checkin-needed on it where none of the posted patches ever received r+
  555. # [03:35] <RyanVM> and another that had both an r+ and an r- on it
  556. # [03:35] <cpearce> humph++!
  557. # [03:35] * Joins: harth (harth@moz-23AAB47.bb.sky.com)
  558. # [03:36] * Joins: panchot (panchot@moz-343E6F13.telecom.net.ar)
  559. # [03:36] * Parts: panchot (panchot@moz-343E6F13.telecom.net.ar) (Leaving...)
  560. # [03:36] * Quits: janv (varga@93B4174C.6E78B65D.CDBA6951.IP) (Quit: This computer has gone to sleep)
  561. # [03:37] * Quits: harth (harth@moz-23AAB47.bb.sky.com) (Ping timeout)
  562. # [03:38] * Quits: @dbaron (dbaron@93B4174C.6E78B65D.CDBA6951.IP) (Ping timeout)
  563. # [03:38] * Quits: @smaug (chatzilla@93B4174C.6E78B65D.CDBA6951.IP) (Ping timeout)
  564. # [03:38] * Quits: sicking (chatzilla@93B4174C.6E78B65D.CDBA6951.IP) (Ping timeout)
  565. # [03:40] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
  566. # [03:41] * Joins: bz (bzbarsky@A0505678.6E78B65D.CDBA6951.IP)
  567. # [03:41] * ChanServ sets mode: +o bz
  568. # [03:42] * Joins: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  569. # [03:43] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  570. # [03:43] * Joins: masayuki (Daily@moz-911CC660.zaq.ne.jp)
  571. # [03:45] * Joins: harth (harth@moz-23AAB47.bb.sky.com)
  572. # [03:45] * bwinton_away is now known as bwinton
  573. # [03:45] * Quits: smontagu (chatzilla@93B4174C.6E78B65D.CDBA6951.IP) (Ping timeout)
  574. # [03:45] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/1965a2c89d61 - Richard Newman - Bug 739519 - Part 2: logging. r=trivial
  575. # [03:45] <firebot> http://hg.mozilla.org/mozilla-central/rev/8365faf3a156 - Marina Samuel - Bug 739519 - Part 1: quickfix. r=rnewman
  576. # [03:46] * Quits: victorporof (victorporo@37FE3F80.AB163232.79933D60.IP) (Connection reset by peer)
  577. # [03:46] <rnewman> Android Sync-only change, and teensy, so don't blame me if things catch fire :D
  578. # [03:47] <GPHemsley> RyanVM: Thanks for the checkin :)
  579. # [03:47] * Joins: SeoZ (DanielJuyu@7FE4569.4591610E.F796972A.IP)
  580. # [03:47] <RyanVM> not a prob!
  581. # [03:47] <RyanVM> rnewman: feeling lucky, eh?
  582. # [03:47] <rnewman> :D
  583. # [03:48] <rnewman> didn't want to leave Nightly broken for an additional day
  584. # [03:48] <rnewman> the one downside to inbound
  585. # [03:48] <rnewman> not great for speedy fixes
  586. # [03:48] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  587. # [03:48] * Quits: SeoZ (DanielJuyu@7FE4569.4591610E.F796972A.IP) (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
  588. # [03:48] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  589. # [03:50] * Joins: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net)
  590. # [03:50] <RyanVM> tru dat
  591. # [03:50] <GPHemsley> How often is inbound merged to m-c?
  592. # [03:51] <rnewman> GPHemsley: whenever one of us sheriffs feels like spending an hour :)
  593. # [03:51] <GPHemsley> ah :)
  594. # [03:51] <rnewman> requires a win pgo green build, so coalescing can cause that to take a while
  595. # [03:52] * bwinton is now known as bwinton_away
  596. # [03:52] * Quits: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com) (Quit: damons)
  597. # [03:52] * Joins: krit (Adium@moz-3AE657AD.hsd1.ca.comcast.net)
  598. # [03:53] * khuey|away is now known as khuey
  599. # [03:53] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  600. # [03:54] * Quits: sewardj (sewardj@moz-AF5FC941.dip.t-dialin.net) (Ping timeout)
  601. # [03:55] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Ping timeout)
  602. # [03:55] * Quits: hub (hub@21B7B9F2.B87E9213.6E712CE2.IP) (Ping timeout)
  603. # [03:55] * Joins: Wei_o_o (Wei@212A6CEB.4F4B4250.FAA9ED67.IP)
  604. # [03:57] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  605. # [03:57] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  606. # [03:57] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  607. # [03:58] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  608. # [04:01] * Joins: lmandel (lmandel@moz-9ED2DC5F.wireless.telus.com)
  609. # [04:02] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  610. # [04:02] * Quits: lmandel (lmandel@moz-9ED2DC5F.wireless.telus.com) (Input/output error)
  611. # [04:02] * Joins: lmandel (lmandel@2DC7F983.25731E2D.9A8C35B4.IP)
  612. # [04:03] * Quits: njn (chatzilla@moz-BC32A30A.dyn.iinet.net.au) (Ping timeout)
  613. # [04:03] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  614. # [04:03] * Joins: njn (chatzilla@moz-BC32A30A.dyn.iinet.net.au)
  615. # [04:04] * Quits: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
  616. # [04:05] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  617. # [04:05] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  618. # [04:05] * Joins: fabrice (fabrice@moz-104CC309.mv.mozilla.com)
  619. # [04:07] * Quits: kaze (kaze@moz-279B1162.w86-195.abo.wanadoo.fr) (Ping timeout)
  620. # [04:07] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  621. # [04:07] <humph> cpearce: thanks!
  622. # [04:08] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 11.0/20120313114517])
  623. # [04:08] <humph> RyanVM: thanks for checking that in
  624. # [04:10] <RyanVM> not a prob
  625. # [04:10] * Joins: Hughman (Mibbit@FFA37C1F.2028720C.A3B82EC7.IP)
  626. # [04:10] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  627. # [04:10] * Joins: smontagu (chatzilla@A0505678.6E78B65D.CDBA6951.IP)
  628. # [04:11] * Quits: billm (billm@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  629. # [04:12] * Quits: bonnie (bbsurender@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  630. # [04:13] * Quits: Lucas_ (Lucas@moz-92C28224.hsd1.ca.comcast.net) (Ping timeout)
  631. # [04:14] * Quits: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP) (Quit: rniwa)
  632. # [04:16] * Joins: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net)
  633. # [04:16] * Quits: jgriffin (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net) (Quit: jgriffin)
  634. # [04:17] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  635. # [04:18] * Quits: Hendikins (wolfox@moz-16899DFF.hhui4.ken.bigpond.net.au) (Ping timeout)
  636. # [04:18] <@khuey> Callek: ping?
  637. # [04:19] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: pcwalton)
  638. # [04:19] * Joins: Hendikins (wolfox@moz-16899DFF.hhui4.ken.bigpond.net.au)
  639. # [04:21] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  640. # [04:22] * Quits: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net) (Quit: Leaving.)
  641. # [04:25] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  642. # [04:28] * Joins: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  643. # [04:28] * Joins: brendan (brendaneic@5B12D16A.7D870227.95C682D2.IP)
  644. # [04:30] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  645. # [04:30] * Joins: hashken (hashken@moz-90D7D72.nowhere-else.org)
  646. # [04:30] * Quits: RyanVM (RyanVM@moz-D04D3C77.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.88.1 [Firefox 14.0a1/20120324183555])
  647. # [04:31] * Quits: redfive (redfive@moz-B94E1A81.ipnetworksinc.net) (Quit: redfive)
  648. # [04:32] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  649. # [04:32] <hashken> From what I understood from "Lawrence Mandel's" blog, Mozilla has halted the development on Electrolysis.
  650. # [04:33] * Quits: dbradley (dbradley@moz-B94E1A81.ipnetworksinc.net) (Ping timeout)
  651. # [04:34] * Quits: mwu (mwu@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: This computer has gone to sleep)
  652. # [04:34] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  653. # [04:34] <@khuey> hashken: that's more or less correct
  654. # [04:34] <hashken> Can I take this as a "Summer of Code project".
  655. # [04:34] * Joins: robhawkes (robhawkes@F299C025.FDC40FC.2326E556.IP)
  656. # [04:34] <@khuey> "Electrolysis for Firefox" might be a better description of whatt's been halted
  657. # [04:34] * Quits: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  658. # [04:35] <@khuey> heh
  659. # [04:35] <@khuey> I admire your enthusiasm ;-)
  660. # [04:35] <hashken> I know this is too big a project to be completed in summer.
  661. # [04:35] <@khuey> but that's many many engineer-years of work
  662. # [04:35] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  663. # [04:35] <hashken> But, atleast someone should make a start.
  664. # [04:35] <fabrice> a start exists - felipe and gavin worked on this iirc
  665. # [04:36] <hashken> Otherwise chrome will just take away all the market share from firefox.
  666. # [04:36] * Joins: dbradley (dbradley@moz-B94E1A81.ipnetworksinc.net)
  667. # [04:36] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Quit: Instantbird 1.2a1pre)
  668. # [04:37] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  669. # [04:38] <hashken> felipe, gavin: Can you tell upto what extent the work on Electrolysis has progressed?
  670. # [04:39] <Callek> khuey: pong?
  671. # [04:39] * Quits: hashken (hashken@moz-90D7D72.nowhere-else.org) (Client exited)
  672. # [04:39] <@khuey> Callek: is there a way to use MXR to search c-c but not m-c?
  673. # [04:40] * Quits: chewey (chewey@moz-80BBDBCE.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  674. # [04:40] <Callek> khuey: very much so, but its piecemail and a PITA
  675. # [04:40] <Callek> you basically have to specify a root search path for each dir you want to check
  676. # [04:40] * Joins: chewey (chewey@moz-5D0C8334.dip0.t-ipconnect.de)
  677. # [04:40] <Callek> /suite /mail /mailnews etc
  678. # [04:40] <@khuey> ok
  679. # [04:40] * Unfocused can't tell if Callek is talking about mxr or c-c in general
  680. # [04:40] <@khuey> just curious
  681. # [04:40] * Quits: robhawkes (robhawkes@F299C025.FDC40FC.2326E556.IP) (Quit: Leaving...)
  682. # [04:41] <@khuey> what I wanted ended up being infrequent enough that I could live with searching m-c
  683. # [04:41] * @khuey is pretty sure the patch he just landed on inbound doesn't break c-c-
  684. # [04:41] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  685. # [04:41] * Quits: timA (Instantbir@moz-535753DA.hsd1.or.comcast.net) (Quit: Instantbird -- http://www.instantbird.com)
  686. # [04:41] * Quits: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net) (Input/output error)
  687. # [04:42] <philor|afk> oh, *that's* why you landed on inbound, I wondered
  688. # [04:42] <@khuey> haha
  689. # [04:42] <philor|afk> easier to sneak up on c-c that way :D
  690. # [04:43] * Quits: brendan (brendaneic@5B12D16A.7D870227.95C682D2.IP) (Quit: brendan)
  691. # [04:44] <cpeterson> what is c-c?
  692. # [04:44] <@khuey> comm-central
  693. # [04:44] <@khuey> where thunderbird and seamonkey live
  694. # [04:44] * philor|afk waits for it...
  695. # [04:44] * philor|afk is now known as philor
  696. # [04:45] <cpeterson> thanks
  697. # [04:45] * Joins: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net)
  698. # [04:46] * Joins: bonnie (bbsurender@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  699. # [04:47] * Joins: Boriss_ (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  700. # [04:47] * Quits: Boriss_ (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Boriss_)
  701. # [04:47] * Joins: allisterb (allisterb@2CE5E668.5725EB66.F43E9E20.IP)
  702. # [04:47] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  703. # [04:48] * Quits: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  704. # [04:49] * Joins: asac (asac@moz-93BA7F9E.pppoe.wtnet.de)
  705. # [04:49] * Quits: asac_ (asac@moz-C78F467E.pppoe.wtnet.de) (Ping timeout)
  706. # [04:52] * Quits: dbradley (dbradley@moz-B94E1A81.ipnetworksinc.net) (Ping timeout)
  707. # [04:52] * philor is now known as philor|away
  708. # [04:53] * Quits: harth (harth@moz-23AAB47.bb.sky.com) (Ping timeout)
  709. # [04:54] * Quits: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Ping timeout)
  710. # [04:55] * Quits: edmorley (edmorley@moz-CA0328CD.range86-145.btcentralplus.com) (Quit: Leaving.)
  711. # [04:59] * khuey is now known as khuey|away
  712. # [05:00] * khuey|away is now known as khuey
  713. # [05:01] * Joins: hashken (hashken@moz-90D7D72.nowhere-else.org)
  714. # [05:01] * Quits: bonnie (bbsurender@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Ex-Chat)
  715. # [05:03] <hashken> Sorry, that I had to leave.
  716. # [05:04] <hashken> As for my question, is it possible to take up a part of the "Electrolysis for Firefox" as a project for Summer of Code.
  717. # [05:04] <@khuey> no
  718. # [05:05] <hashken> khuey: Can you please explain why?
  719. # [05:05] * Quits: lmandel (lmandel@2DC7F983.25731E2D.9A8C35B4.IP) (Connection reset by peer)
  720. # [05:06] <@khuey> because a major reason we're not doing electrolysis is because it will break all of the addons
  721. # [05:06] * Joins: lmandel (lmandel@2DC7F983.25731E2D.9A8C35B4.IP)
  722. # [05:07] * Joins: ibarlow (ibarlow@moz-D5CDF301.cpe.net.cable.rogers.com)
  723. # [05:07] * Quits: ibarlow (ibarlow@moz-D5CDF301.cpe.net.cable.rogers.com) (Quit: ibarlow)
  724. # [05:08] * Quits: By-Tor (bytor@moz-A87A4C74.dyn.optonline.net) (Connection reset by peer)
  725. # [05:09] * Joins: joe_msu (joe_msu@moz-7A804F0C.user.msu.edu)
  726. # [05:10] <hashken> I know. But many users will prefer to have a stable and responsive firefox without add-ons as compared to an unresponsive with add-ons. Even if it breaks the add-ons, this project has to be implemented some time or the other. Better do it early.
  727. # [05:10] <joe_msu> got a clang error when i was trying to rebuild mozilla-central, here's the error message http://pastebin.mozilla.org/1542037, does anybody know how to fix that?
  728. # [05:10] <@khuey> hashken: I would suggest sending mail to gavin and gerv about it
  729. # [05:10] <@khuey> firebot: gavin?
  730. # [05:11] <firebot> khuey: gavin is Gavin Sharp, gavin@gavinsharp.com (bugmail: gavin.sharp@gmail.com)
  731. # [05:11] <@khuey> firebot: gerv?
  732. # [05:11] <firebot> khuey: Gerv is a Mozilla.org staff member and Bugzilla hacker (mailto: gerv@mozilla.org). He might be in church now. (http://weblogs.mozillazine.org/gerv/, http://www.gerv.net/)
  733. # [05:11] <hashken> Thank you, guys.
  734. # [05:13] * Joins: dseif_ (dseif@moz-BB5F6D00.dsl.teksavvy.com)
  735. # [05:14] * joduinn-afk is now known as joduinn-home
  736. # [05:14] * Quits: markh (markh@moz-1F941FBB.cxzr1.win.bigpond.net.au) (Ping timeout)
  737. # [05:14] * Joins: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP)
  738. # [05:15] * Quits: cadecairos (cadecairos@moz-632B4208.cpe.net.cable.rogers.com) (Quit: Konversation terminated!)
  739. # [05:15] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  740. # [05:16] * Joins: markh (markh@moz-1F941FBB.cxzr1.win.bigpond.net.au)
  741. # [05:17] <@roc> actually one reason we paused work on electrolysis is that it became clear the highest-priority work to make Firefox stable and responsive had nothing to do with electrolysis
  742. # [05:18] <@roc> khuey: "because a major reason we're not doing electrolysis is because it will break all of the addons", not true, we have options to keep add-ons compatible
  743. # [05:19] * Quits: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net) (Input/output error)
  744. # [05:20] * cjones is now known as cjones-brb
  745. # [05:20] <@khuey> roc: you mean CPOWs? or something else?
  746. # [05:21] <@roc> I mean CPOWs. More accurately, "potential options that haven't been explored yet"
  747. # [05:21] * Joins: nli (nli@moz-99690620.hinet-ip.hinet.net)
  748. # [05:21] <@khuey> fair enough
  749. # [05:22] * Joins: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net)
  750. # [05:22] * Joins: Lucas_ (Lucas@moz-92C28224.hsd1.ca.comcast.net)
  751. # [05:22] <@roc> sorry, "e10s must break all addons" is a vicious meme I'm trying to stamp out
  752. # [05:23] <@roc> nothing personal :-)
  753. # [05:23] * Quits: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net) (Input/output error)
  754. # [05:23] <fabrice> true. We have e10s add-on in fennec/xul, including adblock
  755. # [05:24] <KWierso> what about "e10s makes mean faces at addons"?
  756. # [05:24] <@roc> that's different. Those addons were all rewritten to use MessageManager.
  757. # [05:24] <@khuey> personally, I'm totally ok with breaking addons
  758. # [05:24] * sheeri-afk is now known as sheeri
  759. # [05:24] * glob|away is now known as glob
  760. # [05:24] <@khuey> but my time on memshrink has given me a very cynical viewpoint on them
  761. # [05:24] * Joins: surkov (surkov@63B29222.1B02155B.34044A7F.IP)
  762. # [05:25] <njn> firebot: njn?
  763. # [05:25] <firebot> njn: I have heard that you are the nanojit master
  764. # [05:26] * njn is obsolete :(
  765. # [05:26] <Unfocused> firebot: Unfocused?
  766. # [05:26] <firebot> Unfocused: Sorry, I've no idea who you are.
  767. # [05:26] <KWierso> ouch
  768. # [05:26] <Unfocused> njn: feel any better? :P
  769. # [05:26] <@khuey> firebot: no, njn is obsolete
  770. # [05:26] <firebot> khuey: ok
  771. # [05:27] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse)
  772. # [05:28] * Quits: Lucas_ (Lucas@moz-92C28224.hsd1.ca.comcast.net) (Ping timeout)
  773. # [05:30] <njn> firebot: njn?
  774. # [05:30] <firebot> njn: you are obsolete
  775. # [05:30] <njn> firebot: no, khuey eats only cheese
  776. # [05:31] <firebot> njn: Sorry, I've no idea what 'no, khuey eats only cheese' might be.
  777. # [05:31] <njn> dammit
  778. # [05:31] * Joins: panchot (panchot@moz-343E6F13.telecom.net.ar)
  779. # [05:31] <KWierso> firebot: khuey?
  780. # [05:31] <firebot> KWierso: backout! backout! backout!
  781. # [05:31] <@khuey> njn: no X is foo
  782. # [05:31] <@dolske> <njn> ok
  783. # [05:31] <@dolske> ;)
  784. # [05:31] <@khuey> yeah I've seen that before
  785. # [05:31] <njn> khuey: do you need operator privileges?
  786. # [05:31] <@khuey> no
  787. # [05:31] <@khuey> I did it didn't I?
  788. # [05:32] <njn> khuey: you have those privileges, AFAICT
  789. # [05:32] <@khuey> oh
  790. # [05:32] <@khuey> right
  791. # [05:32] * @khuey forgot about that
  792. # [05:32] <@khuey> that's pretty new
  793. # [05:32] * njn goes back to working
  794. # [05:33] * Quits: KWierso (chatzilla@moz-D7FBF114.client.mchsi.com) (Ping timeout)
  795. # [05:33] * Quits: Hughman (Mibbit@FFA37C1F.2028720C.A3B82EC7.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  796. # [05:33] * Quits: panchot (panchot@moz-343E6F13.telecom.net.ar) (Client exited)
  797. # [05:33] * Joins: KWierso (chatzilla@moz-D7FBF114.client.mchsi.com)
  798. # [05:33] * KWierso really wishes this hotel's wifi wouldn't require reauthorization 5 times each day...
  799. # [05:34] * Joins: Lucas_ (Lucas@moz-92C28224.hsd1.ca.comcast.net)
  800. # [05:34] <@dolske> firebot: please hug njn
  801. # [05:34] <firebot> njn: *hug*
  802. # [05:35] * cjones-brb is now known as cjones
  803. # [05:35] * njn giggles
  804. # [05:36] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  805. # [05:36] * Quits: Lucas_ (Lucas@moz-92C28224.hsd1.ca.comcast.net) (Ping timeout)
  806. # [05:36] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  807. # [05:36] <romaxa> glandium: ping
  808. # [05:37] <romaxa> glandium: http://pastebin.mozilla.org/1542164, is it compiler problem? or flags combination?
  809. # [05:38] <joe_msu> romaxa: probably, did a pull and all of a sudden it doesn't work...
  810. # [05:39] <joe_msu> romaxa: trying to update Xcode and see if it works...
  811. # [05:39] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  812. # [05:39] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  813. # [05:39] <joe_msu> romaxa: wrong person...
  814. # [05:40] <joe_msu> romaxa: sorry...
  815. # [05:40] * Quits: dseif_ (dseif@moz-BB5F6D00.dsl.teksavvy.com) (Ping timeout)
  816. # [05:41] * Joins: dseif (dseif@moz-861DFF18.dsl.teksavvy.com)
  817. # [05:43] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  818. # [05:43] <romaxa> joe_msu: are you GFX joe?
  819. # [05:44] <joe_msu> romaxa: nope...
  820. # [05:47] * Quits: lmandel (lmandel@2DC7F983.25731E2D.9A8C35B4.IP) (Quit: lmandel)
  821. # [05:47] <@dolske> that would be joe.
  822. # [05:51] * Quits: hashken (hashken@moz-90D7D72.nowhere-else.org) (Client exited)
  823. # [05:54] * sheeri is now known as sheeri-afk
  824. # [05:55] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  825. # [05:57] * philor|away is now known as philor
  826. # [05:57] * Joins: mwu (mwu@90E4D93F.93EC364C.1C63AAF3.IP)
  827. # [05:59] * Quits: mwu (mwu@90E4D93F.93EC364C.1C63AAF3.IP) (Ping timeout)
  828. # [06:05] <philor> ooh, pretty red!
  829. # [06:05] * glob is now known as glob|away
  830. # [06:06] * Quits: tonymec (tonymec@A71F5531.4D24F3F6.277517C1.IP) (Ping timeout)
  831. # [06:07] * Joins: tonymec (tonymec@A71F5531.4D24F3F6.277517C1.IP)
  832. # [06:08] * Joins: smaug (chatzilla@A0505678.6E78B65D.CDBA6951.IP)
  833. # [06:08] * ChanServ sets mode: +o smaug
  834. # [06:08] * Joins: janv (varga@A0505678.6E78B65D.CDBA6951.IP)
  835. # [06:09] * nthomas is now known as nthomas|away
  836. # [06:09] <@smaug> apparently housekeeper had noticed that there is a caffeine addicted person in this room. plenty of extra coffee
  837. # [06:09] * cjones is now known as cjones-dinner
  838. # [06:09] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  839. # [06:10] <janv> smaug: are you in the meeting room ?
  840. # [06:11] <Unfocused> you should try leaving out some empty syringes next time
  841. # [06:12] * Quits: karl (karl@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  842. # [06:12] <@smaug> janv: no, in my own room
  843. # [06:13] <janv> ah
  844. # [06:14] * Quits: Mossop (mossop@moz-E11AC4FF.dsl.dynamic.sonic.net) (Ping timeout)
  845. # [06:14] * Quits: statix|- (statix@moz-AE3C0771.zone12.bethere.co.uk) (Quit: Quit)
  846. # [06:15] * Quits: espindola (espindola@moz-4C019830.dsl.teksavvy.com) (Client exited)
  847. # [06:18] * Joins: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net)
  848. # [06:19] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  849. # [06:19] * Quits: nrc (nrc@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  850. # [06:19] * Quits: Gentlecat (Roman@4654FE12.18EC6E70.8FB52CB8.IP) (Ping timeout)
  851. # [06:20] * Joins: Gentlecat (Roman@29582F30.5EC7212A.8FB52CB8.IP)
  852. # [06:20] * khuey is now known as khuey|away
  853. # [06:22] <jaws> joe_msu: are you still having build troubles?
  854. # [06:22] <joe_msu> jaws: yes...
  855. # [06:22] <jaws> joe_msu: can you put a link to your pastebin here?
  856. # [06:23] <joe_msu> jaws: sure, http://pastebin.mozilla.org/1542037
  857. # [06:23] <philor> philikon: that "no fixing on inbound, just being backed out," you wrote that, didn't you?
  858. # [06:23] <jaws> has anybody seen a build failure like the one that joe_msu has posted above?
  859. # [06:24] <Callek> clang hrm
  860. # [06:24] <Callek> I forget whos the expert there
  861. # [06:25] <jaws> espinola i believe
  862. # [06:25] <philor> needs more d
  863. # [06:25] <jaws> er, espindola
  864. # [06:25] <jaws> hehe
  865. # [06:25] <jaws> but he's not in the room anyways
  866. # [06:26] <joe> it's midnight in toronto
  867. # [06:26] <joe> so he's probably asleep :)
  868. # [06:26] <joe_msu> philor: what kind of details do you need?
  869. # [06:26] <philor> joe_msu: I was amusing myself, because espindola has a d in it
  870. # [06:26] <jaws> joe_msu: since i don't know how to fix your build issue, i would recommend trying to walk through the Simple Firefox build tutorial again: https://developer.mozilla.org/En/Simple_Firefox_build
  871. # [06:27] * Quits: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  872. # [06:27] <Unfocused> yea, only the crazies are still up and on irc in toronto
  873. # [06:27] <humph> :(
  874. # [06:27] <jaws> hehe
  875. # [06:27] <@roc> smaug: what sort of things are you allowed/not allowed to do during CC unlinking?
  876. # [06:27] <@roc> actually
  877. # [06:27] <@roc> what sort of things am *I* not allowed to do?
  878. # [06:27] <@smaug> roc: unlinking can do pretty much everything
  879. # [06:28] <@roc> allocate? post events?
  880. # [06:28] <@smaug> it is traversing when you're not allowed to do things
  881. # [06:28] <joe_msu> jaws: tried redo the whole process, still doesn't work...
  882. # [06:28] <@smaug> roc: well, don't post sync events
  883. # [06:28] <jaws> joe_msu: are you in a VM?
  884. # [06:28] <@roc> sure, I won't spin the event loop :-)
  885. # [06:29] * Quits: kllrnohj_ (quassel@moz-C05A0AB0.hsd1.ca.comcast.net) (Client exited)
  886. # [06:29] <philikon> philor: yes
  887. # [06:29] <sfink> re-root objects?
  888. # [06:29] <@smaug> roc: in general when unlinking happens CC keeps strong reference to objects and calls their unlink method
  889. # [06:29] <philikon> philor: oh dear what did i do
  890. # [06:29] <philor> philikon: for the best, probably, I'm not sure which of two ways was actually the right fix
  891. # [06:29] <@smaug> roc: after that CC calls release
  892. # [06:29] <philor> ifdef for _CHROME_TEST_FILES, no ifdef for the nsinstall
  893. # [06:30] <jaws> joe_msu: are you in a VM?
  894. # [06:30] <joe_msu> jaws: nope...
  895. # [06:30] <philikon> philor: ah. thx!
  896. # [06:30] <@roc> smaug: what sfink said ... can we resurrect objects?
  897. # [06:30] <jaws> joe_msu: what version of clang do you have installed?
  898. # [06:30] * Joins: kllrnohj (quassel@moz-C05A0AB0.hsd1.ca.comcast.net)
  899. # [06:30] <@smaug> roc: I don't see why not
  900. # [06:30] <@smaug> roc: are you thinking about recycling some objects
  901. # [06:31] <@roc> no
  902. # [06:31] <joe_msu> jaws: the one came with Xcode4.2
  903. # [06:31] <jaws> i didn't know xcode was a linux app, today i learned something new
  904. # [06:31] <sfink> would those object's unlink methods then get called?
  905. # [06:31] <@roc> I just have a situation where before I release a reference to a linked object I have to do substantial cleanup
  906. # [06:31] <jaws> humph: congrats on landing pointer lock :)
  907. # [06:31] <humph> jaws: thanks, but 10.7 seems to want to foil me
  908. # [06:32] <@roc> and I'm not sure it won't addref something temporarily until some event runs later
  909. # [06:32] <@smaug> roc: you could do that substantial cleanup async ?
  910. # [06:32] <jaws> joe_msu: can you find what version that is?
  911. # [06:32] <@smaug> post a runnable or something
  912. # [06:32] <@roc> I could
  913. # [06:32] <@smaug> roc: when DOM trees are cleaned up, element trees are unlinked using a runnable
  914. # [06:32] <@roc> although some of it involves dropping references to the unlinked object
  915. # [06:33] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
  916. # [06:33] <@smaug> roc: addreffing something temporarily shouldn't be bad
  917. # [06:34] <@smaug> when you release, refcount should drop to 0 and object is deleted
  918. # [06:34] <joe_msu> jaws: i believe it's clang 2.0
  919. # [06:34] <jaws> joe_msu: you should be able to ask clang for its version
  920. # [06:34] <@smaug> (I'm assuming the case release happens when runnable is called)
  921. # [06:35] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  922. # [06:35] <@roc> yeah, I think this is going to be OK
  923. # [06:35] <@bz> smaug: so this JSArrayToAtomArray thing.....
  924. # [06:36] <joe_msu> jaws: the apple website's info is not correct…i got clang 3.0 on mine
  925. # [06:36] * Quits: lsumar (lsumar@59E5D51.793B015F.11F528CC.IP) (Ping timeout)
  926. # [06:36] <@dolske> joe_msu / jaws: I don't really know anything about clang, but... istr that one generally need to use a current clang from their repo's tip to build with
  927. # [06:36] <@bz> smaug: We really need to get array stuff working in dombindings. ;)
  928. # [06:36] * Quits: @smaug (chatzilla@A0505678.6E78B65D.CDBA6951.IP) (Ping timeout)
  929. # [06:36] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  930. # [06:36] <joe_msu> jaws: apple clang version 3.0
  931. # [06:36] <jaws> joe_msu: i'm still stumped. how are you running xcode in linux? http://stackoverflow.com/questions/2406151/run-xcode-in-linux
  932. # [06:37] <@dolske> also, ehsan said something about having switched back to gcc recently, dunno why but maybe there's a problem with current m-c + clang?
  933. # [06:37] * Joins: smaug (chatzilla@A0505678.6E78B65D.CDBA6951.IP)
  934. # [06:37] * ChanServ sets mode: +o smaug
  935. # [06:37] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  936. # [06:37] <@smaug> bz: back online..
  937. # [06:37] <jaws> yeah, what dolske said. gcc ftw
  938. # [06:37] <@smaug> bz: something about array thing..
  939. # [06:37] <@bz> smaug: "We really need to get array stuff working in dombindings. ;)"
  940. # [06:38] <@smaug> bz: ah, MutationObserver
  941. # [06:38] <@smaug> yes, please fix that :)
  942. # [06:38] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  943. # [06:38] <joe_msu> jaws: i'm on my macbook
  944. # [06:39] <jaws> joe_msu: are you in OS X or in Linux? either way, you should get gcc
  945. # [06:40] <joe_msu> jaws: i'm on os x now
  946. # [06:40] <@bz> smaug: though to get atoms instead of nsString might be a bit hard.
  947. # [06:40] * jaws is confused
  948. # [06:41] <@smaug> bz: code generator should just do the right thing
  949. # [06:41] <@smaug> we could add some annotation to the idl
  950. # [06:41] <@bz> smaug: well, webidl doesn't exactly have a way to declare 'nsIAtom'
  951. # [06:41] <@bz> smaug: yeah
  952. # [06:41] <@bz> smaug: indeed
  953. # [06:41] <joe_msu> jaws: last night i was working on my desktop with linux on it. i'm at library now so i'm trying to work on my macbook...
  954. # [06:42] * Joins: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  955. # [06:43] <joe_msu> jaws: now i know why you are confused...
  956. # [06:43] <Unfocused> joe_msu: when did you last pull from mozilla-central? i vaguely remember someone mentioning that something broke Clang recently
  957. # [06:43] * Joins: lsumar (lsumar@59E5D51.793B015F.11F528CC.IP)
  958. # [06:43] <joe_msu> jaws: tonight
  959. # [06:43] <jaws> itym Unfocused
  960. # [06:44] <joe_msu> jaws: linux build was ok after deleting obj dir last night
  961. # [06:45] <joe_msu> jaws: trying to do update mozilla-central on mac tonight and failed...
  962. # [06:45] <jaws> https://developer.mozilla.org/en/Mac_OS_X_Build_Prerequisites mentions that XCode4.2 doesn't come with GCC. can you install XCode4.1?
  963. # [06:46] * Joins: lht (elihait@moz-722A94AD.dreamhost.com)
  964. # [06:46] <joe_msu> jaws: i used clang because of this reason
  965. # [06:47] <jaws> joe_msu: yeah, but that page also says that clang builds aren't officially supported, so maybe try gcc and you might get better luck
  966. # [06:47] <joe_msu> jaws: not sure if i can roll back to 4.1...
  967. # [06:47] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  968. # [06:48] <joe_msu> jaws: ok, see if gcc works
  969. # [06:48] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  970. # [06:49] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: gwagner)
  971. # [06:49] * Quits: Gentlecat (Roman@29582F30.5EC7212A.8FB52CB8.IP) (Ping timeout)
  972. # [06:50] * Joins: yuan (ywang@moz-6A0DF30E.hsd1.ca.comcast.net)
  973. # [06:50] * Quits: eflores (eflores@538BABFE.A073F3E.97BBD552.IP) (Quit: Bye)
  974. # [06:50] * Joins: Gentlecat (Roman@33372638.3934400D.8FB52CB8.IP)
  975. # [06:52] * @smaug kicks someone
  976. # [06:53] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  977. # [06:53] <@smaug> I need to add some lock to ELM...
  978. # [06:54] * Quits: yuan (ywang@moz-6A0DF30E.hsd1.ca.comcast.net) (Quit: yuan)
  979. # [06:54] <@smaug> ok, I kick dougt
  980. # [06:54] <@bz> smaug: er... lock?
  981. # [06:54] <dougt> ouch?
  982. # [06:54] <@smaug> bz: don't touch ELM unless I look at the code :)
  983. # [06:55] <dougt> smaug: what do you need a lock for?
  984. # [06:55] <dougt> i thought all of that was single threaded?
  985. # [06:55] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  986. # [06:56] <philor> okay, fess up, who's leaking on inbound?
  987. # [06:56] <@smaug> dougt: I don't mean that sort of lock
  988. # [06:56] <@smaug> dougt: I mean lock in hg... "this patch touches ELM, and doesn't have r=smaug" :p
  989. # [06:56] <dougt> ah.
  990. # [06:57] * Joins: dbaron (dbaron@moz-943D45FF.dsl.dynamic.sonic.net)
  991. # [06:57] * ChanServ sets mode: +o dbaron
  992. # [06:57] <@bz> smaug: ah
  993. # [06:57] <@smaug> dougt: so, the new things in RemoveEventListener are wrong
  994. # [06:57] <@bz> smaug: ok, good
  995. # [06:57] * @bz wonders who exactly decided to r= a patch to ELM....
  996. # [06:58] <@bz> ah
  997. # [06:58] <@smaug> dougt: you aren't handling the case when there are multiple event listeners
  998. # [06:58] * @bz sighs
  999. # [06:58] <philor> who's leaking at least once out of media/test/test_delay_load.html?
  1000. # [06:58] * Joins: vikram360 (vikram360@733BA6AB.FA85B561.2A068A5E.IP)
  1001. # [06:59] <dougt> smaug: existing bug. I just added more types
  1002. # [06:59] <dougt> (or i am not following)
  1003. # [06:59] <dougt> can you file a bug?
  1004. # [06:59] <@bz> yeah, the old code was busted too
  1005. # [07:00] <@smaug> the old code isn't really old
  1006. # [07:00] <@bz> and the old code also didn't have reviews from anything resembling someone who knows this code
  1007. # [07:00] <@bz> fwiw
  1008. # [07:00] <dougt> smaug: yesterday you said 7 year old code was not that old
  1009. # [07:00] <@bz> In this case the "old" code is 5 months old
  1010. # [07:00] <@smaug> dougt: you reviewed the original broken code ;) http://hg.mozilla.org/mozilla-central/rev/312306f72fa3
  1011. # [07:01] <philor> shit, inbound is busted at least twice over, maybe three times
  1012. # [07:01] * @bz mutters about there being no point to this whole business of module owners and peers if people don't bother asking them for reviews and just land stuff...
  1013. # [07:01] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1014. # [07:01] <philor> and this nothing can be done about it Android feces all over the place is getting on my nerve
  1015. # [07:02] <philor> and Something Needs To Be Done about the way we have absolutely nobody who minds the tree during the US day
  1016. # [07:02] <dougt> smaug: since I still do not follow what the bug is wrt multiple listeners, i'll wait for the bug and avoid any further flogging.
  1017. # [07:02] <@bz> dougt: say 2 listeners are added and then one is removed
  1018. # [07:02] <@bz> dougt: what happens?
  1019. # [07:02] <dougt> i understand that.
  1020. # [07:03] * Quits: joe_msu (joe_msu@moz-7A804F0C.user.msu.edu) (Quit: joe_msu)
  1021. # [07:03] <@bz> ok, then what's the "do not follow" part about? ;)
  1022. # [07:03] * @bz assumes smaug's filing the bug
  1023. # [07:03] * Joins: ehsan (ehsan@A0505678.6E78B65D.CDBA6951.IP)
  1024. # [07:03] * ChanServ sets mode: +o ehsan
  1025. # [07:03] <@smaug> I'll file a bug yes
  1026. # [07:04] * Quits: markh (markh@moz-1F941FBB.cxzr1.win.bigpond.net.au) (Quit: Leaving.)
  1027. # [07:04] <@bz> dougt: but seriously, could you guys please get review from someone who knows something about DOM code when changing it? :(
  1028. # [07:05] <dougt> this sort of thing is happen a lot. not an isolated case.
  1029. # [07:05] <@smaug> dougt: and if DOM peers are slow at reviewing, kick us hard.
  1030. # [07:06] <@bz> dougt: yes, that's the problem
  1031. # [07:06] * Joins: anant (anant@E1AB8BCE.76DE1060.FAF22AF7.IP)
  1032. # [07:06] <@bz> yes
  1033. # [07:06] * mattwoodrow|away is now known as mattwoodrow
  1034. # [07:06] * joduinn-home is now known as joduinn-afk
  1035. # [07:06] <@bz> if the problem is review speed, please let me or smaug know
  1036. # [07:06] <@bz> Or mounir!
  1037. # [07:06] * edransch is now known as edransch-away
  1038. # [07:07] * Quits: dseif (dseif@moz-861DFF18.dsl.teksavvy.com) (Input/output error)
  1039. # [07:07] * Joins: tn (tn@A0505678.6E78B65D.CDBA6951.IP)
  1040. # [07:07] <mounir> bz: you said someone who knows something about dom code, you must be mistaken ;)
  1041. # [07:07] <@dolske> even sparky would have caught that bug! :P
  1042. # [07:08] <@bz> mounir: do you know enough to redirect to smaug when asked to review a change to ELM?
  1043. # [07:08] <dougt> mounir: i ignore that.
  1044. # [07:08] <@bz> dolske: heh
  1045. # [07:08] <philor> anybody want to have an opinion about who in RyanVM's push broke dom/tests/mochitest/browser-frame/test_browserFrame5.html, or should I just take them all out?
  1046. # [07:08] * Quits: coyotebush (corey@moz-4E046E7E.cabrillo.reshall.calpoly.edu) (Ping timeout)
  1047. # [07:08] <@bz> philor: looking. inbound?
  1048. # [07:09] <mounir> bz: when I see "event" I think "smaug", so yes ;)
  1049. # [07:09] <luke> blarg, i was so close
  1050. # [07:09] <@bz> mounir: see? ;)
  1051. # [07:09] <philor> bz: yeah, the checkin-needed push right below yours
  1052. # [07:09] <@dolske> dom/tests? that's dougt, no? ;-)
  1053. # [07:09] <mounir> bz: in another hand, when I see "gecko" I think "bz" :)
  1054. # [07:09] <@bz> mounir: that's fine
  1055. # [07:09] <dougt> dolske: how do you test acceleration or orientation in our test automation?
  1056. # [07:09] <@bz> mounir: I'm happy to redirect things as needed! ;)
  1057. # [07:10] <@dolske> dougt: I'm imaginging a rack of Very Expensive Robots right now.
  1058. # [07:10] <philor> and could khuey be the start of the leak, or did it just start happening on him?
  1059. # [07:10] <sfink> every time there's an earthquake, tbpl goes orange...
  1060. # [07:10] <dougt> dolske: yeah.
  1061. # [07:10] <@bz> philor: on which os is this broken?
  1062. # [07:10] * Joins: Lucas_ (Lucas@moz-92C28224.hsd1.ca.comcast.net)
  1063. # [07:11] <dougt> smaug: what is the bug number?
  1064. # [07:11] <philor> bz: WinXP M3 on RyanVM, Linux64 M3 on my backout
  1065. # [07:11] <@bz> philor: looking
  1066. # [07:11] * Quits: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP) (Ping timeout)
  1067. # [07:11] <@bz> philor: oh, intermittent?
  1068. # [07:11] <@smaug> dougt: bug 740252
  1069. # [07:11] <@bz> philor: none of those changesets look obviously related; reading diffs now
  1070. # [07:12] * Joins: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP)
  1071. # [07:12] <mounir> bz: btw, will you have time tomorrow to speak about form styling?
  1072. # [07:12] <@bz> mounir: Can try
  1073. # [07:13] <@bz> mounir: still lots of reviewing to do
  1074. # [07:13] <@bz> mounir: but we can also talk about that during lunch or on this boat thing, right?
  1075. # [07:13] <mounir> bz: ideally, I would like to have my list
  1076. # [07:13] <mounir> but I guess we can handle that at lunch for example
  1077. # [07:13] <@bz> philor: none of these look like obvious culprits. Not even the scary big mouse lock thing
  1078. # [07:13] <dougt> smaug: do you want to assign it to me, or are you going to clean up?
  1079. # [07:13] <@bz> mounir: ok, let's plan on that
  1080. # [07:14] <philor> and bustage number 3, bug 718316 has been gone since the end of February, and came back just now
  1081. # [07:14] <mounir> bz: arf oh... i might have a meeting tommorrow at lunch time :-/
  1082. # [07:14] * Joins: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net)
  1083. # [07:14] <philor> starting on that same checkin-needed push
  1084. # [07:14] <@smaug> dougt: if you could fix it
  1085. # [07:14] <dougt> smaug: we could also continue to call window->Disable* and ensure that the window only disables sensors when there are no further listeners.
  1086. # [07:15] * Joins: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net)
  1087. # [07:15] <Cork> is it posible to catch the websocket connection error in a page? http://fiddle.jshell.net/YNfM3/1/
  1088. # [07:15] * Joins: jviereck (Adium@moz-26045BE5.dclient.hispeed.ch)
  1089. # [07:15] * Joins: nattokirai (nattokirai@A0505678.6E78B65D.CDBA6951.IP)
  1090. # [07:15] * Quits: nattokirai (nattokirai@A0505678.6E78B65D.CDBA6951.IP) (Quit: nattokirai)
  1091. # [07:16] <@smaug> dougt: well, it is probably simpler to iterate rest of the listeners and disable the feature if there are no listeners for it
  1092. # [07:16] <@bz> or keep a counter on the window
  1093. # [07:16] * Joins: hashken (hashken@moz-90D7D72.nowhere-else.org)
  1094. # [07:16] <philor> and Windows was jaw-droppingly green on the push before it
  1095. # [07:17] <@bz> mounir: ok. well, lemme look at schedule
  1096. # [07:17] <@bz> mounir: wanna just try to do it at 9am?
  1097. # [07:17] <@bz> mounir: before bent wakes up? ;)
  1098. # [07:17] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  1099. # [07:18] <mounir> bz: 9am would be fine with me but sicking said he might be interested
  1100. # [07:18] <mounir> I could send him an email and worst case, we can do that without him
  1101. # [07:19] <@smaug> hsivonen: are you awake already?
  1102. # [07:20] <@bz> mounir: ok
  1103. # [07:20] * Joins: jprmc (jprmc@A0505678.6E78B65D.CDBA6951.IP)
  1104. # [07:21] <@bz> mounir: I guess we can also do it a bit later
  1105. # [07:21] <@bz> mounir: if that would be useful
  1106. # [07:21] <@bz> mounir: I'd sort of like to decide on a time, though, so I can plan review time around it
  1107. # [07:21] * Quits: jviereck (Adium@moz-26045BE5.dclient.hispeed.ch) (Quit: Leaving.)
  1108. # [07:21] <mounir> bz: would that be interesting to have dbaron with us?
  1109. # [07:21] <@bz> yes
  1110. # [07:21] <mounir> just to know who I send an email to
  1111. # [07:21] <@bz> actually, it would
  1112. # [07:21] <@bz> for the styling bits
  1113. # [07:22] <mounir> will send email now to them and you
  1114. # [07:23] <philor> humph: got a link to the last time you ran pointer lock on try handy?
  1115. # [07:24] <@bz> mounir: sounds good
  1116. # [07:26] <@bz> btw...
  1117. # [07:26] <@bz> (1000.96 KB, patch)
  1118. # [07:26] * @bz cries
  1119. # [07:26] * Quits: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1120. # [07:27] <@smaug> that is...
  1121. # [07:27] <@smaug> not very small patch
  1122. # [07:27] <@bz> smaug: dombindings
  1123. # [07:27] <@bz> smaug: the parts we didn't manage to split out and preland
  1124. # [07:28] <@bz> smaug: about a third of that is the parser+tests....
  1125. # [07:28] <@bz> smaug: but still
  1126. # [07:28] * Joins: redfive (redfive@moz-9EB2FC6A.dsl.pltn13.sbcglobal.net)
  1127. # [07:28] * glob|away is now known as glob
  1128. # [07:28] * Joins: catalinb (ethereal@590D2376.7E118222.89C0DD0D.IP)
  1129. # [07:30] <philor> but since the zombie bug 718316 is now permaorange, something's coming out, maybe everything since the last time I reopened, which is rather ugly
  1130. # [07:31] <@bz> philor: :(
  1131. # [07:31] * Quits: hashken (hashken@moz-90D7D72.nowhere-else.org) (Client exited)
  1132. # [07:32] <@smaug> bz: is the plan to get mainthread XHR working
  1133. # [07:32] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  1134. # [07:32] <@smaug> or also workers?
  1135. # [07:33] * Quits: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP) (Ping timeout)
  1136. # [07:33] <philor> bz: I know, but no reason to believe the new and frequent leak is caused by the push that I know has to come out, since it didn't happen on it
  1137. # [07:33] <@bz> smaug: yes
  1138. # [07:33] <philor> man I hate weekdays
  1139. # [07:33] <@bz> smaug: both
  1140. # [07:34] <@smaug> since if sicking needs to review some of the worker stuff...as jst expressed "smaug: your job tomorrow is to sit on him [sicking] until he's done reviewing"
  1141. # [07:34] <@smaug> I want my MutationObserver done :)
  1142. # [07:34] <@bz> smaug: yes
  1143. # [07:34] <@bz> smaug: heh
  1144. # [07:34] <@bz> smaug: what is it blocked on?
  1145. # [07:34] * Quits: catalinb (ethereal@590D2376.7E118222.89C0DD0D.IP) (Ping timeout)
  1146. # [07:34] <@smaug> sicking reviewing
  1147. # [07:34] <@bz> ugh
  1148. # [07:34] * @bz checks
  1149. # [07:34] <@smaug> he has reviewed probably 50% of it
  1150. # [07:35] <@bz> so yeah, sicking is supposed to review worker stuff
  1151. # [07:35] <@smaug> or perhaps even more
  1152. # [07:35] <@bz> he should finish up your review first
  1153. # [07:35] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  1154. # [07:35] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  1155. # [07:36] <felipe> smaug: if chrome code adds an event listener to an element on a page, does that listener have to be removed, or will it go away when the page is navigated away?
  1156. # [07:37] * Joins: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1157. # [07:37] * rnewman is now known as rnewman|pto
  1158. # [07:38] * jaws listens in... :)
  1159. # [07:39] * Quits: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net) (Quit: mccr8)
  1160. # [07:39] * Quits: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net) (Broken pipe)
  1161. # [07:39] * Quits: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP) (Ping timeout)
  1162. # [07:40] * Joins: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP)
  1163. # [07:40] * Quits: @roc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  1164. # [07:40] * Joins: cadecairos (cadecairos@moz-632B4208.cpe.net.cable.rogers.com)
  1165. # [07:40] <@smaug> felipe: that listeners is removed when the event target is deleted/unlinked
  1166. # [07:40] * Quits: cadecairos (cadecairos@moz-632B4208.cpe.net.cable.rogers.com) (Quit: Konversation terminated!)
  1167. # [07:40] <@smaug> so, in general, it shouldn't cause bad cycle
  1168. # [07:40] * mattwoodrow is now known as mattwoodrow|away
  1169. # [07:41] <felipe> smaug: ok good
  1170. # [07:42] <@dolske> grrrrrrr
  1171. # [07:42] <@dolske> I have a patch that has 1 _big_ chunk that isn't applying
  1172. # [07:42] * Quits: Lucas_ (Lucas@moz-92C28224.hsd1.ca.comcast.net) (Ping timeout)
  1173. # [07:42] <@dolske> is there a way to get hg/patch to tell me more about where it starts going wrong?
  1174. # [07:42] * mattwoodrow|away is now known as mattwoodrow
  1175. # [07:42] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  1176. # [07:43] <@smaug> bz: anything I could review...
  1177. # [07:43] <@smaug> bz: those XHR changes are simple...and not JSAPI..
  1178. # [07:43] <@dolske> oh, wait, maybe it did. "Hunk #2 FAILED at 2061"
  1179. # [07:44] <@dolske> wonder exactly where "2061" is, given what Hunk #1 did.
  1180. # [07:44] * Joins: past (past@moz-9D677A1D.dsl.dyn.forthnet.gr)
  1181. # [07:45] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  1182. # [07:45] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  1183. # [07:46] <@bz> smaug: gimme a min to upload an updated patch
  1184. # [07:46] <@smaug> bz: since I could review it tomorrow while waiting sicking to review...
  1185. # [07:47] * Joins: wolfiR (wolfiR@moz-26E770F5.dip0.t-ipconnect.de)
  1186. # [07:47] * Quits: krit (Adium@moz-3AE657AD.hsd1.ca.comcast.net) (Quit: Leaving.)
  1187. # [07:47] * Joins: catalinb (ethereal@590D2376.7E118222.89C0DD0D.IP)
  1188. # [07:47] <luke> philor: any change for tree opening this evening?
  1189. # [07:47] <@bz> smaug: right
  1190. # [07:47] <philor> luke: you missed it, everyone landed their bustage already, I'm on to cleaning up a new mess
  1191. # [07:47] <luke> philor: ah, i just saw the backout
  1192. # [07:48] <luke> philor: guess i was lucky not to join in on the dogpile and subsequent un-pile
  1193. # [07:48] <philor> well, I can just blame the leak on khuey, back him out too, and then pretend any other bustage is not my problem, that might work
  1194. # [07:48] <luke> my patch adds a null check to fix a top and startup crash :)
  1195. # [07:49] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  1196. # [07:49] <@bz> smaug: so https://bug740069.bugzilla.mozilla.org/attachment.cgi?id=610374 has a list of who's reviewing what (the reviewer comes after the '|')
  1197. # [07:49] <@bz> smaug: minus the worker stuff that's all supposedly on sicking's plate
  1198. # [07:50] <@bz> smaug: If any of that looks interesting to you, I'm sure it could all use more eyes
  1199. # [07:50] * Quits: Gentlecat (Roman@33372638.3934400D.8FB52CB8.IP) (Quit: Leaving)
  1200. # [07:50] * Joins: Gentlecat (Roman@33372638.3934400D.8FB52CB8.IP)
  1201. # [07:50] * cjones-dinner is now known as cjones
  1202. # [07:51] <@smaug> bz: I guess I could look at dom/base and content/ parts
  1203. # [07:51] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  1204. # [07:51] <@smaug> excluding some JSAPI
  1205. # [07:51] <@bz> smaug: ok
  1206. # [07:51] <@bz> smaug: sounds good
  1207. # [07:53] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  1208. # [07:53] <jaws> smaug: i've tried to fix bug 740252, please let me know how bad i did ;)
  1209. # [07:53] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1210. # [07:54] * Joins: sewardj (sewardj@moz-F5528D22.dip.t-dialin.net)
  1211. # [07:54] * Joins: RemusPop (remuspop@601F3B17.33662590.A5830293.IP)
  1212. # [07:55] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  1213. # [07:55] <philor> luke: I'm absolutely certain I'll regret it, but we're open
  1214. # [07:56] <@bz> philor: hey, I get to stay in? Nice!
  1215. # [07:56] <@smaug> jaws: that approach wouldn't be good
  1216. # [07:56] <jaws> darn
  1217. # [07:56] <@smaug> jaws: adding 8 bytes to ELM
  1218. # [07:56] * Joins: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net)
  1219. # [07:56] <jaws> smaug: is it because of duplicate event handlers?
  1220. # [07:56] <jaws> oh ok
  1221. # [07:56] <philor> bz: yeah, I may regret that too, if you turn out to be the leak, but I'm betting hard on khuey
  1222. # [07:56] <@bz> philor: my patch leaking would be .... really od
  1223. # [07:56] <@bz> er, odd
  1224. # [07:56] <jaws> i thought duplicates were handled, didn't think the extra memory would cause a problem, but i guess it would
  1225. # [07:56] <@smaug> jaws: dougt has a patch
  1226. # [07:57] <@smaug> jaws: extra mem usage is bad if you increase the size of commonly used objects
  1227. # [07:58] <jaws> ooc, is any memory increase there scrutinized, or if i capped the integers at max of 255 would it have been accepted?
  1228. # [07:58] <jaws> yeah, i can understand that
  1229. # [07:58] <jaws> we're trying to take things in the opposite direction :)
  1230. # [07:59] <dougt> jaws: i think my approach is a bit more extendable.
  1231. # [07:59] <@smaug> (ELM has some spare bits hidden in the nsListenerStructs but using those for this thing would be quite ugly)
  1232. # [07:59] * jaws patiently waits to see dougt's approach :)
  1233. # [07:59] <dougt> it was on the bug before you posted yours :)
  1234. # [07:59] <jaws> orly?
  1235. # [07:59] <dougt> ya. by 1s
  1236. # [08:00] <jaws> hahaha
  1237. # [08:00] <@bz> 31.53 + NS_IMPL_CYCLE_COLLECTION_TRAVERSE_NATIVE_PTR(tmp->mNodeInfo, nsNodeInfo, "mNodeInfo")
  1238. # [08:00] <@bz> smaug: ^
  1239. # [08:00] <jaws> if i wouldn't have fixed my message it would have beat you :)
  1240. # [08:00] <@bz> smaug: will that do the right thing if tmp->mNodeInfo is refcounted?
  1241. # [08:00] <dougt> jaws: take a look what I am doing.
  1242. # [08:00] <@bz> and similarly.....
  1243. # [08:01] <@bz> 31.138 + cb.NoteNativeChild(name->NodeInfo(), &NS_CYCLE_COLLECTION_NAME(nsNodeInfo));
  1244. # [08:01] <jaws> dougt: yeah, i see that this is more extensible
  1245. # [08:01] <@smaug> bz: looking
  1246. # [08:01] <dougt> jaws: i have a few more device sensors landing at some point
  1247. # [08:01] <@smaug> what code is this about?
  1248. # [08:02] <@bz> smaug: reading through https://hg.mozilla.org/integration/mozilla-inbound/rev/b00bf7f3869c
  1249. # [08:02] <jaws> dougt: could you refactor the IsDeviceType function to put just return aType == NS_DEVICE_ORIENTATION || aType == NS_DEVICE_MOTION; ?
  1250. # [08:02] <luke> philor: bombs away!!
  1251. # [08:02] <@bz> smaug: the above were in the attrname code, iirc
  1252. # [08:02] <dougt> jaws: followup!
  1253. # [08:02] <@bz> smaug: and there are CC changes to nsNodeInfo too
  1254. # [08:02] <jaws> haha :)
  1255. # [08:02] <@smaug> ...hotel network decided to be slow...
  1256. # [08:03] <@bz> ok
  1257. # [08:03] * @bz has to sleep
  1258. # [08:04] <@bz> g'night, all
  1259. # [08:04] <@smaug> bz: oh, yeah, should work
  1260. # [08:04] * bz is now known as bz_sleep
  1261. # [08:04] <@bz_sleep> smaug: ok
  1262. # [08:04] <@bz_sleep> smaug: too bad!
  1263. # [08:05] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1264. # [08:05] * Quits: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net) (Connection reset by peer)
  1265. # [08:05] <heycam> if I've got an nsIDOMNode* and I want to get an nsIContent* from it, can I just static_cast it?
  1266. # [08:06] <@bz_sleep> heycam: no
  1267. # [08:06] <@bz_sleep> heycam: you need to QI
  1268. # [08:06] <heycam> bz_sleep, ok
  1269. # [08:06] <@bz_sleep> heycam: I propose avoiding having an nsIDOMNode in the first place
  1270. # [08:06] <@bz_sleep> heycam: and you might get null
  1271. # [08:06] <@bz_sleep> heycam: even legitimately (e.g. a Document is an nsIDOMNode but not an nsIContent)
  1272. # [08:06] <heycam> oh, interesting
  1273. # [08:06] <heycam> like XHR parsed documents or something?
  1274. # [08:06] * Quits: sstangl (sstangl@748344B9.A22D542B.1C5878CF.IP) (Quit: leaving)
  1275. # [08:07] <@bz_sleep> well, any Document
  1276. # [08:07] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1277. # [08:07] <@bz_sleep> nsIContent basically means Element or CharacterData
  1278. # [08:07] * Joins: hub (hub@moz-E2FCA694.figuiere.net)
  1279. # [08:07] <@bz_sleep> in spec terms
  1280. # [08:07] * Joins: bjacob_ (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  1281. # [08:08] <@bz_sleep> so things you'd actuall find as kids of other nodes
  1282. # [08:08] * Joins: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net)
  1283. # [08:08] <heycam> ah ok
  1284. # [08:08] * heycam has always been confused about content vs dom distinction
  1285. # [08:09] <@bz_sleep> in the gecko source?
  1286. # [08:09] <@bz_sleep> it's a silly distinction
  1287. # [08:09] <@bz_sleep> imo
  1288. # [08:09] * Quits: njn (chatzilla@moz-BC32A30A.dyn.iinet.net.au) (Quit: ChatZilla 0.9.88.1 [Firefox 14.0a1/20120322210956])
  1289. # [08:09] <@smaug> it is
  1290. # [08:09] <@smaug> and we're slowly moving away from it
  1291. # [08:09] * @bz_sleep sleeps for real
  1292. # [08:09] * Joins: sstangl (sstangl@748344B9.A22D542B.1C5878CF.IP)
  1293. # [08:10] * Joins: Lucas_ (Lucas@moz-92C28224.hsd1.ca.comcast.net)
  1294. # [08:11] <GPHemsley> philor: Are you still around?
  1295. # [08:11] <philor> GPHemsley: yep
  1296. # [08:11] <GPHemsley> Can you walk me through what this test problem is?
  1297. # [08:11] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  1298. # [08:12] <philor> GPHemsley: not really, because I never knew what the test was doing, all I know are the pretty pictures in the log, where one textarea has a focus outline and another doesn't
  1299. # [08:12] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  1300. # [08:12] <GPHemsley> philor: Is that in the full log?
  1301. # [08:13] <philor> hoping to blame humph for it seems like a pretty fair strategy to me :)
  1302. # [08:13] <GPHemsley> :)
  1303. # [08:13] <philor> https://tbpl.mozilla.org/php/getParsedLog.php?id=10457011&tree=Mozilla-Inbound
  1304. # [08:13] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  1305. # [08:13] * Quits: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net) (Quit: Leaving.)
  1306. # [08:14] <GPHemsley> oh, didn't see the data: URLs
  1307. # [08:15] <philor> I don't really entirely suspect you, but with multiple inexplicable failures on that push, everybody needed to come out
  1308. # [08:15] * Quits: catalinb (ethereal@590D2376.7E118222.89C0DD0D.IP) (Ping timeout)
  1309. # [08:15] <GPHemsley> yeah, I doubt it's me... my code only affects a single context menu
  1310. # [08:16] * Quits: hub (hub@moz-E2FCA694.figuiere.net) (Ping timeout)
  1311. # [08:17] * Quits: rail_away (rail@moz-E6144DC3.iqchoice.com) (Ping timeout)
  1312. # [08:17] * Quits: anant (anant@E1AB8BCE.76DE1060.FAF22AF7.IP) (Quit: anant)
  1313. # [08:18] <philor> lemme find a clean tree and push you to try, we'll have a nice defense for you by morning
  1314. # [08:19] <GPHemsley> ok
  1315. # [08:19] <GPHemsley> thanks
  1316. # [08:19] * Joins: Mossop (mossop@moz-E11AC4FF.dsl.dynamic.sonic.net)
  1317. # [08:19] <GPHemsley> (I was gonna try to figure it out for myself... I think I have level 2 access)
  1318. # [08:19] <GPHemsley> (no pun intended)
  1319. # [08:19] * Joins: rail_away (rail@moz-E6144DC3.iqchoice.com)
  1320. # [08:20] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  1321. # [08:20] * Joins: jviereck (Adium@moz-DAF69BF6.ethz.ch)
  1322. # [08:20] <glandium> romaxa: I vote for flags problem
  1323. # [08:20] * Joins: stransky (stransky@moz-BA3F7E46.net.upcbroadband.cz)
  1324. # [08:21] * Quits: @smaug (chatzilla@A0505678.6E78B65D.CDBA6951.IP) (Ping timeout)
  1325. # [08:22] * Joins: MarcoZ (Daily@moz-1610DB8F.dip.t-dialin.net)
  1326. # [08:22] <romaxa> glandium: remind me, which flag problem?
  1327. # [08:22] * Quits: andreasn (andreasn@moz-436FB3D1.a336.priv.bahnhof.se) (Ping timeout)
  1328. # [08:23] * Quits: jviereck (Adium@moz-DAF69BF6.ethz.ch) (Quit: Leaving.)
  1329. # [08:24] * Quits: smontagu (chatzilla@A0505678.6E78B65D.CDBA6951.IP) (Ping timeout)
  1330. # [08:24] <glandium> romaxa: http://pastebin.mozilla.org/1542164
  1331. # [08:26] * Joins: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net)
  1332. # [08:26] * jhford-work is now known as jhford-work-away
  1333. # [08:26] * Joins: jviereck (Adium@moz-DAF69BF6.ethz.ch)
  1334. # [08:26] * Quits: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1335. # [08:27] * Joins: hvq (HVQ@moz-D17B1259.dynip.nus.edu.sg)
  1336. # [08:27] * Quits: jviereck (Adium@moz-DAF69BF6.ethz.ch) (Connection reset by peer)
  1337. # [08:27] * Joins: jviereck (Adium@moz-DAF69BF6.ethz.ch)
  1338. # [08:27] * Joins: jviereck1 (Adium@moz-DFB93A3.ethz.ch)
  1339. # [08:28] * Joins: grubshka (grubshka@moz-C2DE5B40.w86-216.abo.wanadoo.fr)
  1340. # [08:29] * Quits: jviereck (Adium@moz-DAF69BF6.ethz.ch) (Ping timeout)
  1341. # [08:30] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  1342. # [08:30] * Quits: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Ping timeout)
  1343. # [08:30] * Quits: tn (tn@A0505678.6E78B65D.CDBA6951.IP) (Ping timeout)
  1344. # [08:30] * Quits: grubshka (grubshka@moz-C2DE5B40.w86-216.abo.wanadoo.fr) (Ping timeout)
  1345. # [08:31] <GPHemsley> philor: I pushed this to try: https://tbpl.mozilla.org/?tree=Try&rev=34db65aca0e5 (not sure if it'll be enough for the aforementioned problem, but FYI)
  1346. # [08:32] <philor> GPHemsley: I went a lot more aggressive with https://tbpl.mozilla.org/?tree=Try&rev=a81db845ed05 - I figure the best defense is every single test possible on every single platform
  1347. # [08:33] <GPHemsley> philor: That's cool. Different goals, double coverage in some areas. :)
  1348. # [08:34] * Quits: Lucas_ (Lucas@moz-92C28224.hsd1.ca.comcast.net) (Ping timeout)
  1349. # [08:34] * Quits: bjacob_ (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  1350. # [08:35] * Joins: jamesAtx (Mibbit@moz-8369ABD3.lightspeed.austtx.sbcglobal.net)
  1351. # [08:36] * Joins: jviereck (Adium@moz-DFB93A3.ethz.ch)
  1352. # [08:36] * Quits: jviereck1 (Adium@moz-DFB93A3.ethz.ch) (Connection reset by peer)
  1353. # [08:36] <jamesAtx> I joined this room to see about finding information on the Google Summer of Code. Is this the right place?
  1354. # [08:37] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  1355. # [08:38] <glandium> romaxa: http://gcc.gnu.org/ml/gcc-help/2012-02/msg00082.html ; in all likeliness, it's your use of hard-float ; your toolchain probably comes with soft-float libgcc.a and crt*.o
  1356. # [08:40] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Connection reset by peer)
  1357. # [08:40] * Quits: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net) (Quit: Leaving.)
  1358. # [08:40] <GPHemsley> philor: This is actually good for me, as I'm learning everything at once. :P
  1359. # [08:41] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  1360. # [08:41] <philor> 1. How to get a patch landed. 2. How to get a patch relanded.
  1361. # [08:41] * Quits: hvq (HVQ@moz-D17B1259.dynip.nus.edu.sg) (Ping timeout)
  1362. # [08:41] <GPHemsley> 3. How to use try. :)
  1363. # [08:41] <KWierso> in that order
  1364. # [08:42] <GPHemsley> heh
  1365. # [08:42] * Quits: Mossop (mossop@moz-E11AC4FF.dsl.dynamic.sonic.net) (Ping timeout)
  1366. # [08:42] <philor> KWierso: hey, it's Mr. Green Tests!
  1367. # [08:42] <KWierso> philor: :)
  1368. # [08:43] <philor> will you be around next Monday?
  1369. # [08:43] * Joins: mib_binin0 (Mibbit@moz-8369ABD3.lightspeed.austtx.sbcglobal.net)
  1370. # [08:43] <mib_binin0> I joined this room to see about finding information on the Google Summer of Code. Is this the right place?
  1371. # [08:43] <KWierso> maybe
  1372. # [08:43] <philor> and less knowable, will anyone be pushing to the jetpack repo?
  1373. # [08:43] <KWierso> mib_binin0: that maybe wasn't for you :)
  1374. # [08:44] <glandium> bz: we're not alone https://github.com/mozilla/BrowserQuest/issues/31
  1375. # [08:44] * Quits: kutsurak (pex@4CF948D9.28C8287B.A430FDC1.IP) (Ping timeout)
  1376. # [08:44] * Joins: gabor (gabor@moz-FD4AA196.pool.digikabel.hu)
  1377. # [08:44] <KWierso> philor: I'm stuck in a hotel through at least saturday due to a death in the family. not sure if we'll be done with everything related before next week.
  1378. # [08:45] * Joins: Ami_Ty (Amie@moz-7D22EB0A.dsl.static.sonic.net)
  1379. # [08:45] <GPHemsley> Alrighty, folks. I'm off to bed. Thanks for your help, philor (et al.). :)
  1380. # [08:45] <KWierso> philor: there should be a new SDK rc build pushed to some server tomorrow, not sure if anything's going to the master branch in github, though
  1381. # [08:45] <KWierso> and then 1.6 ships next tuesday, so work will begin on 1.7
  1382. # [08:45] <KWierso> I'm sure something will be landing
  1383. # [08:46] <philor> okay, I'll find a time to land my untrustworthy ftp scraper sometime later
  1384. # [08:46] <mib_binin0> I joined this room to see about finding information on the Google Summer of Code. Is this the right place?
  1385. # [08:47] <KWierso> philor: warner's taking over my job until I'm back to work, try pinging him tomorrow to coordinate?
  1386. # [08:47] * Joins: jviereck1 (Adium@moz-E3A432E8.ethz.ch)
  1387. # [08:47] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Ping timeout)
  1388. # [08:48] * Quits: jviereck (Adium@moz-DFB93A3.ethz.ch) (Ping timeout)
  1389. # [08:48] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  1390. # [08:48] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1391. # [08:48] <philor> KWierso: thanks, but the day before shipping isn't a good choice, and it needs to be when I can back out after a push shows I screwed up, so I'll put it off a bit longer
  1392. # [08:48] <glob> mib_binin0, https://wiki.mozilla.org/SummerOfCode#2012
  1393. # [08:49] <KWierso> philor: works for me
  1394. # [08:49] <KWierso> naptime for me, also :)
  1395. # [08:49] <KWierso> ttyle
  1396. # [08:49] <KWierso> s/e//
  1397. # [08:52] <jamesAtx> I joined this room to see about finding information on the Google Summer of Code. Is this the right place? Yes no maybe...please
  1398. # [08:53] <glob> jamesAtx, https://wiki.mozilla.org/Community:SummerOfCode12
  1399. # [08:53] <glob> jamesAtx, this is a good place to discuss your ideas and application (however it may not be the best time)
  1400. # [08:54] * Joins: xakz (XaMaD@moz-34FBE388.fbx.proxad.net)
  1401. # [08:54] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1402. # [08:54] * Quits: lsumar (lsumar@59E5D51.793B015F.11F528CC.IP) (Quit: This computer has gone to sleep)
  1403. # [08:54] <jamesAtx> Thanks for replying. I will come back tomorrow.
  1404. # [08:55] <glob> jamesAtx, it's probably worth raising your ideas now
  1405. # [08:57] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1406. # [08:57] <glazou> bonjour
  1407. # [08:58] * Joins: jfkthame (jfkthame@A0505678.6E78B65D.CDBA6951.IP)
  1408. # [08:58] * Quits: janv (varga@A0505678.6E78B65D.CDBA6951.IP) (Quit: This computer has gone to sleep)
  1409. # [08:58] * Quits: @dbaron (dbaron@moz-943D45FF.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  1410. # [08:58] * Joins: jviereck (Adium@moz-DFB93A3.ethz.ch)
  1411. # [08:58] * Quits: jviereck (Adium@moz-DFB93A3.ethz.ch) (Client exited)
  1412. # [08:59] * Joins: pranavrc (pranavrc@AAA73098.A3DB4D3F.520CDC98.IP)
  1413. # [08:59] * Quits: jfkthame (jfkthame@A0505678.6E78B65D.CDBA6951.IP) (Quit: jfkthame)
  1414. # [08:59] * Quits: jviereck1 (Adium@moz-E3A432E8.ethz.ch) (Ping timeout)
  1415. # [08:59] <mib_binin0> There was a project from the ideas page for documentation. It was HTML, CSS, and some JavaScript. I have tried other channels but have not found anyone to contact. It seemed like something fitting my skill level
  1416. # [09:00] * Joins: mib_veqqcu (Mibbit@moz-8369ABD3.lightspeed.austtx.sbcglobal.net)
  1417. # [09:01] * Quits: mib_veqqcu (Mibbit@moz-8369ABD3.lightspeed.austtx.sbcglobal.net) (Quit: http://www.mibbit.com ajax IRC Client)
  1418. # [09:02] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  1419. # [09:03] * Joins: hashken (hashken@moz-90D7D72.nowhere-else.org)
  1420. # [09:04] * Joins: curiousjohn (John@moz-4C1C7342.gar.clearwire-wmx.net)
  1421. # [09:04] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1422. # [09:09] <ewong> ooh.. Networking Dashboard looks like a project I'd like to do.. but no skills to do it.. ;/
  1423. # [09:09] * Parts: mib_binin0 (Mibbit@moz-8369ABD3.lightspeed.austtx.sbcglobal.net)
  1424. # [09:12] * Joins: mib_evjz38 (Mibbit@39395E85.6EAD4E63.580A4284.IP)
  1425. # [09:12] * Quits: masayuki (Daily@moz-911CC660.zaq.ne.jp) (Quit: masayuki)
  1426. # [09:13] * Joins: masayuki (Daily@moz-911CC660.zaq.ne.jp)
  1427. # [09:13] * Quits: mib_evjz38 (Mibbit@39395E85.6EAD4E63.580A4284.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1428. # [09:15] * Joins: josh (josh@moz-88E8BF4D.meeting.ietf.org)
  1429. # [09:15] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1430. # [09:15] * ChanServ sets mode: +o roc
  1431. # [09:17] * Joins: karl (karl@moz-33A9EDF3.dialup.xtra.co.nz)
  1432. # [09:17] * Joins: jviereck (Adium@moz-DFB93A3.ethz.ch)
  1433. # [09:19] * Joins: catalinb (ethereal@590D2376.7E118222.89C0DD0D.IP)
  1434. # [09:23] * Quits: catalinb (ethereal@590D2376.7E118222.89C0DD0D.IP) (Ping timeout)
  1435. # [09:24] * Joins: catalinb (ethereal@590D2376.7E118222.89C0DD0D.IP)
  1436. # [09:24] * Quits: chewey (chewey@moz-5D0C8334.dip0.t-ipconnect.de) (Input/output error)
  1437. # [09:25] * Joins: nrc (nrc@moz-5DAE2951.bitstream.orcon.net.nz)
  1438. # [09:26] * Quits: jviereck (Adium@moz-DFB93A3.ethz.ch) (Quit: Leaving.)
  1439. # [09:27] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: brb)
  1440. # [09:28] * Joins: chewey (chewey@moz-5D0C8334.dip0.t-ipconnect.de)
  1441. # [09:28] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  1442. # [09:28] * Quits: hashken (hashken@moz-90D7D72.nowhere-else.org) (Client exited)
  1443. # [09:29] <philor> boy, sure wish someone would patch try to not email about automatic retries as though they were failures
  1444. # [09:29] * Joins: hashken (hashken@moz-90D7D72.nowhere-else.org)
  1445. # [09:30] <@dolske> ruhroh. my OS X build just failed with "nsDeviceMotion::AddListener" being an undefined symbol.
  1446. # [09:31] <@dolske> maybe I just need to clobber, this tree was stale...
  1447. # [09:32] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  1448. # [09:32] * Joins: cpearce (chatzilla@moz-CAF4778E.xdsl.xnet.co.nz)
  1449. # [09:34] * Quits: KWierso (chatzilla@moz-D7FBF114.client.mchsi.com) (Connection reset by peer)
  1450. # [09:35] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1451. # [09:36] * Quits: automata (automata@8D23278A.C27CA109.16867D26.IP) (Ping timeout)
  1452. # [09:36] <glazou> anyone using a korean keyboard here ?
  1453. # [09:36] * Quits: jamesAtx (Mibbit@moz-8369ABD3.lightspeed.austtx.sbcglobal.net) (Quit: http://www.mibbit.com ajax IRC Client)
  1454. # [09:37] * Joins: dao (dao@moz-321A6060.superkabel.de)
  1455. # [09:37] * Joins: bsmith (bsmith@moz-6BB70391.hsd1.ca.comcast.net)
  1456. # [09:38] * Quits: stransky (stransky@moz-BA3F7E46.net.upcbroadband.cz) (Quit: Connection reset by beer)
  1457. # [09:39] * Joins: waschtl (waschtl@moz-1C4E90A4.hsi.kabelbw.de)
  1458. # [09:39] * Joins: jeremyhu_ (jeremyhu@54BAD21E.C5B353C9.624AD39E.IP)
  1459. # [09:39] * Quits: hashken (hashken@moz-90D7D72.nowhere-else.org) (Client exited)
  1460. # [09:39] * Quits: dao (dao@moz-321A6060.superkabel.de) (Ping timeout)
  1461. # [09:39] * Joins: dao (dao@moz-321A6060.superkabel.de)
  1462. # [09:40] * Joins: paolo (paolo@10AB3E68.E9A4527E.2CA42CD4.IP)
  1463. # [09:40] * Quits: allisterb (allisterb@2CE5E668.5725EB66.F43E9E20.IP) (Ping timeout)
  1464. # [09:40] * Quits: jeremyhu|tifa (jeremyhu@54BAD21E.C5B353C9.624AD39E.IP) (Ping timeout)
  1465. # [09:41] * Joins: allisterb (allisterb@2CE5E668.5725EB66.F43E9E20.IP)
  1466. # [09:44] * Joins: darktrojan (geoff@moz-30B3CCFD.telstraclear.net)
  1467. # [09:44] * philor is now known as philor|away
  1468. # [09:45] * Joins: c0smikdebris (c0smikdebr@AC18937F.28F7ABB7.BE90E62C.IP)
  1469. # [09:45] * mattwoodrow is now known as mattwoodrow|away
  1470. # [09:45] * Quits: catalinb (ethereal@590D2376.7E118222.89C0DD0D.IP) (Ping timeout)
  1471. # [09:45] * Quits: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net) (Quit: damons)
  1472. # [09:46] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  1473. # [09:46] * Joins: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net)
  1474. # [09:47] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  1475. # [09:48] * Joins: TheLink (TheLink@moz-183F7DCD.pools.arcor-ip.net)
  1476. # [09:50] * Joins: catalinb (ethereal@590D2376.7E118222.89C0DD0D.IP)
  1477. # [09:53] * philor|away is now known as philor
  1478. # [09:53] * Quits: josh (josh@moz-88E8BF4D.meeting.ietf.org) (Quit: josh)
  1479. # [09:56] * Joins: grubshka (grubshka@7D428DFC.7F75B59F.B3F72630.IP)
  1480. # [09:56] * Quits: @ehsan (ehsan@A0505678.6E78B65D.CDBA6951.IP) (Input/output error)
  1481. # [09:58] * Quits: catalinb (ethereal@590D2376.7E118222.89C0DD0D.IP) (Ping timeout)
  1482. # [10:01] * Joins: catalinb (ethereal@590D2376.7E118222.89C0DD0D.IP)
  1483. # [10:01] * Fallen|away is now known as Fallen
  1484. # [10:04] <glandium> glazou: i'm not, but i know some things about some korean layouts (there are several)
  1485. # [10:05] <glazou> glandium: I have a IME bug in bluegriffon about character 설
  1486. # [10:05] <glazou> as far as I understand, I insert it on windows using sequentially t j and then f keys
  1487. # [10:05] <glazou> is that correct ?
  1488. # [10:05] <glandium> yes
  1489. # [10:05] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  1490. # [10:06] <glazou> hmmm, thanks glandium
  1491. # [10:06] <glazou> guy complains about a difference between 2bul and 3bul
  1492. # [10:07] <glazou> pretty complex :(
  1493. # [10:09] * Quits: catalinb (ethereal@590D2376.7E118222.89C0DD0D.IP) (Ping timeout)
  1494. # [10:09] * Joins: catalinb (ethereal@590D2376.7E118222.89C0DD0D.IP)
  1495. # [10:10] * Quits: nrc (nrc@moz-5DAE2951.bitstream.orcon.net.nz) (Ping timeout)
  1496. # [10:12] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  1497. # [10:13] <glandium> glazou: what kind of difference? 2bul and 3bul are different layouts
  1498. # [10:13] <glazou> glandium: http://bugzilla.bluegriffon.org/show_bug.cgi?id=399
  1499. # [10:15] <glandium> glazou: okay, so what you've been typing is with 2bul. You need to find the 3bul layout for windows. no idea if it's provided by default
  1500. # [10:16] <glazou> ok looking, thanks
  1501. # [10:16] * heycam is now known as heycam|away
  1502. # [10:17] * Joins: jviereck (Adium@moz-2D81006A.ethz.ch)
  1503. # [10:17] <glandium> glazou: could be called sebulsik
  1504. # [10:18] * Joins: protz (protz@moz-E29D2A15.inria.fr)
  1505. # [10:18] * AutomatedTester|AFK is now known as AutomatedTester
  1506. # [10:18] <glandium> or sebeolsik, depending on transcription
  1507. # [10:19] * Quits: jviereck (Adium@moz-2D81006A.ethz.ch) (Quit: Leaving.)
  1508. # [10:19] <glandium> glazou: fwiw, in 3bul, 설 would be qty
  1509. # [10:20] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1510. # [10:20] * Quits: catalinb (ethereal@590D2376.7E118222.89C0DD0D.IP) (Ping timeout)
  1511. # [10:20] * Quits: TheLink (TheLink@moz-183F7DCD.pools.arcor-ip.net) (Client exited)
  1512. # [10:20] <glazou> ok thanks
  1513. # [10:21] <glazou> thanks a lot even :)
  1514. # [10:23] * Joins: msucan (msucan-@E52374FB.B8F2BA96.699550A1.IP)
  1515. # [10:26] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1516. # [10:26] * Quits: dao (dao@moz-321A6060.superkabel.de) (Quit: Leaving.)
  1517. # [10:27] * Joins: kutsurak (pex@moz-CD418CD.w90-46.abo.wanadoo.fr)
  1518. # [10:28] * Joins: Pike (Pike@moz-E31CD2CB.mozilla.org)
  1519. # [10:29] * davehunt|away is now known as davehunt
  1520. # [10:29] <NeilAway> glandium: hmm, he looks like he got stuck... I haven't been able to move at all :s
  1521. # [10:30] * Joins: tchevalier (tchevalier@26DF2FEE.76D180ED.C47D5415.IP)
  1522. # [10:30] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/36d7b3b02016 - Dão Gottwald - Bug 724599 - r=gavin,neil
  1523. # [10:31] <glandium> NeilAway: oh you too ?
  1524. # [10:31] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1525. # [10:31] * Quits: grubshka (grubshka@7D428DFC.7F75B59F.B3F72630.IP) (Ping timeout)
  1526. # [10:32] * padenot|away is now known as padenot
  1527. # [10:33] * Joins: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  1528. # [10:34] * Joins: grubshka (grubshka@7D428DFC.7F75B59F.B3F72630.IP)
  1529. # [10:34] * Joins: dao (dao@moz-321A6060.superkabel.de)
  1530. # [10:34] * Joins: gkw (gkw@moz-7CD88B0C.hsd1.ca.comcast.net)
  1531. # [10:35] * philor is now known as philor|away
  1532. # [10:35] * Quits: davidillsley (chatzilla@moz-DBDD9545.range86-145.btcentralplus.com) (Input/output error)
  1533. # [10:35] <NeilAway> glandium: I have two builds in which I can at least connect... I see other players moving but I get no response when I click
  1534. # [10:35] <glandium> NeilAway: same here
  1535. # [10:35] * Quits: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net) (Quit: Leaving.)
  1536. # [10:35] * Joins: davidillsley (chatzilla@moz-DBDD9545.range86-145.btcentralplus.com)
  1537. # [10:35] <glandium> NeilAway: bz has the same problem, and he has it in chrome, too
  1538. # [10:36] * Joins: robhawkes (robhawkes@F299C025.FDC40FC.2326E556.IP)
  1539. # [10:40] <glazou> glandium: not provided by default with Win7 and impossible to find
  1540. # [10:40] * Joins: Ms2ger (Ms2ger@1C9C24ED.CDE7FB6E.37724B0D.IP)
  1541. # [10:44] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1542. # [10:45] <glandium> glazou: did you check in the ime settings?
  1543. # [10:45] <glazou> yes
  1544. # [10:47] <glazou> oooh found it
  1545. # [10:47] <glazou> holly cow, that's too well hidden in windows
  1546. # [10:48] * Joins: kaze (kaze@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1547. # [10:49] <@roc> mapsGL is working really well for me these days
  1548. # [10:50] <glandium> glazou: where was it?
  1549. # [10:50] * Quits: redfive (redfive@moz-9EB2FC6A.dsl.pltn13.sbcglobal.net) (Quit: redfive)
  1550. # [10:51] <glazou> when you select a keyboard : Korean > Microsoft IME then select that Microsoft IME and open the properties ; they call it 3 Beolsik 390 or Final btw
  1551. # [10:52] <glazou> btw, that's not qty on 3bul but ntw apparently
  1552. # [10:52] * Joins: jviereck (Adium@moz-DC804E24.ethz.ch)
  1553. # [10:53] <glandium> glazou: ah yeah, i read the layout wrong
  1554. # [10:53] * Quits: jviereck (Adium@moz-DC804E24.ethz.ch) (Quit: Leaving.)
  1555. # [10:54] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
  1556. # [10:54] <glandium> glazou: fwiw, 3 is se in korean, and eo and u are different transcriptions for the same korean character, so it can be called 3bul, 3bulsik, sebulsik, sebul, sebeol, sebeolsik, etc.
  1557. # [10:55] * Joins: Stan_ (Stan@moz-AD2C319D.dip.t-dialin.net)
  1558. # [10:55] * Joins: decoder (quassel@45737F17.411DB1E9.95550721.IP)
  1559. # [10:56] * Quits: Stan (Stan@moz-FAA16627.dip.t-dialin.net) (Ping timeout)
  1560. # [11:01] * Quits: protz (protz@moz-E29D2A15.inria.fr) (Quit: Leaving)
  1561. # [11:02] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  1562. # [11:04] * Joins: harth (harth@moz-23AAB47.bb.sky.com)
  1563. # [11:06] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Ping timeout)
  1564. # [11:06] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1565. # [11:07] * Quits: robhawkes (robhawkes@F299C025.FDC40FC.2326E556.IP) (Quit: Leaving...)
  1566. # [11:07] * Joins: victorporof (victorporo@6E310045.8E4D8E22.4A6B528C.IP)
  1567. # [11:07] * Parts: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1568. # [11:10] * Joins: andreasn (andreasn@moz-8A84C28A.bredband.comhem.se)
  1569. # [11:12] * Quits: dao (dao@moz-321A6060.superkabel.de) (Ping timeout)
  1570. # [11:13] * Joins: dao (dao@moz-321A6060.superkabel.de)
  1571. # [11:16] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1572. # [11:17] * Joins: jviereck (Adium@moz-2D81006A.ethz.ch)
  1573. # [11:19] * Quits: grubshka (grubshka@7D428DFC.7F75B59F.B3F72630.IP) (Ping timeout)
  1574. # [11:20] <Ms2ger> dao, ping
  1575. # [11:21] * Quits: jviereck (Adium@moz-2D81006A.ethz.ch) (Quit: Leaving.)
  1576. # [11:22] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1577. # [11:24] * Joins: KaiRo (robert@moz-BD54578B.adsl.highway.telekom.at)
  1578. # [11:31] * Quits: dao (dao@moz-321A6060.superkabel.de) (Quit: Leaving.)
  1579. # [11:33] * Quits: Ami_Ty (Amie@moz-7D22EB0A.dsl.static.sonic.net) (Quit: Ami_Ty)
  1580. # [11:34] * Joins: nrc (nrc@moz-5DAE2951.bitstream.orcon.net.nz)
  1581. # [11:35] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  1582. # [11:38] * Joins: vsrao (quassel@E57AFAA0.32217E0F.26A7EDE3.IP)
  1583. # [11:38] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/8ebd1b1aede1 - Dão Gottwald - Backed out changeset 36d7b3b02016
  1584. # [11:39] * Joins: catalinb (ethereal@4E447836.C72268BF.89C0DD0D.IP)
  1585. # [11:39] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  1586. # [11:40] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
  1587. # [11:40] * Quits: KaiRo (robert@moz-BD54578B.adsl.highway.telekom.at) (Connection reset by peer)
  1588. # [11:41] * Joins: KaiRo (robert@moz-BD54578B.adsl.highway.telekom.at)
  1589. # [11:42] <NeilAway> oops, his new test failed ;-)
  1590. # [11:43] * Quits: vsrao (quassel@E57AFAA0.32217E0F.26A7EDE3.IP) (Client exited)
  1591. # [11:43] * Joins: vsrao (quassel@E57AFAA0.32217E0F.26A7EDE3.IP)
  1592. # [11:44] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/d045d693568a - Dão Gottwald - Bug 739574 - Set the tabsontop attribute on the navigation toolbar and simplify CSS selectors. r=felipe
  1593. # [11:44] <firebot> http://hg.mozilla.org/mozilla-central/rev/93f86e0dd442 - Dão Gottwald - Bug 724599 - r=gavin,neil
  1594. # [11:45] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  1595. # [11:46] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1596. # [11:49] * glob is now known as glob|away
  1597. # [11:49] <Ms2ger> "Firefox is not loading addons at this destination, Iowa City, Iowa, USA."
  1598. # [11:49] <Ms2ger> Nice
  1599. # [11:50] <hsivonen> Ms2ger: ???
  1600. # [11:50] <Ms2ger> http://krijnhoetmer.nl/irc-logs/developers/20120328#l-2933
  1601. # [11:50] <Ms2ger> webmaster@m.o email
  1602. # [11:51] <hsivonen> I see
  1603. # [11:52] * Joins: mak (chatzilla@moz-AEDC8074.retail.telecomitalia.it)
  1604. # [11:53] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  1605. # [11:54] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1606. # [11:54] * Joins: pvivek_ (quassel@DE5AEF35.783E19DB.B84D4DA2.IP)
  1607. # [12:01] * Joins: dao (dao@moz-321A6060.superkabel.de)
  1608. # [12:01] * Quits: nrc (nrc@moz-5DAE2951.bitstream.orcon.net.nz) (Ping timeout)
  1609. # [12:02] * Quits: surkov (surkov@63B29222.1B02155B.34044A7F.IP) (Quit: surkov)
  1610. # [12:04] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1611. # [12:04] * Quits: cpearce (chatzilla@moz-CAF4778E.xdsl.xnet.co.nz) (Ping timeout)
  1612. # [12:07] * Quits: tchevalier (tchevalier@26DF2FEE.76D180ED.C47D5415.IP) (Quit: Instantbird 1.1)
  1613. # [12:09] * Quits: dao (dao@moz-321A6060.superkabel.de) (Ping timeout)
  1614. # [12:09] * Joins: dao (dao@moz-321A6060.superkabel.de)
  1615. # [12:10] * Quits: karl (karl@moz-33A9EDF3.dialup.xtra.co.nz) (Ping timeout)
  1616. # [12:11] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  1617. # [12:14] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Ping timeout)
  1618. # [12:15] * Joins: necolas (necolas@94C20D7E.CE2B3A1E.BEB97BB0.IP)
  1619. # [12:17] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1620. # [12:17] * ewong is now known as ewong|afk
  1621. # [12:27] * Quits: vikram360 (vikram360@733BA6AB.FA85B561.2A068A5E.IP) (Ping timeout)
  1622. # [12:27] * Quits: harth (harth@moz-23AAB47.bb.sky.com) (Input/output error)
  1623. # [12:27] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird -- http://www.instantbird.com)
  1624. # [12:28] * Quits: mijia (mijia@DC4232F0.766373FB.C3A57E70.IP) (Client exited)
  1625. # [12:29] * Joins: UCC (UCC@9AACA0EC.4075AD7B.FB866788.IP)
  1626. # [12:30] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1627. # [12:31] * Quits: UCC (UCC@9AACA0EC.4075AD7B.FB866788.IP) (Quit: Leaving)
  1628. # [12:31] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Ping timeout)
  1629. # [12:32] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  1630. # [12:35] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  1631. # [12:36] * Joins: dseif (dseif@moz-A454AD78.dsl.teksavvy.com)
  1632. # [12:37] * Joins: robhawkes (robhawkes@89E728B9.C181C765.20F9FC3E.IP)
  1633. # [12:38] * Quits: vsrao (quassel@E57AFAA0.32217E0F.26A7EDE3.IP) (Client exited)
  1634. # [12:38] * Quits: dseif (dseif@moz-A454AD78.dsl.teksavvy.com) (Input/output error)
  1635. # [12:41] * Joins: edmorley (edmorley@moz-CA0328CD.range86-145.btcentralplus.com)
  1636. # [12:41] <edmorley> Ms2ger: good morning :-)
  1637. # [12:41] <Ms2ger> Good afternoon, edmorley :)
  1638. # [12:43] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Ping timeout)
  1639. # [12:43] <Ms2ger> gfxAtoms? :'(
  1640. # [12:43] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1641. # [12:58] * davehunt is now known as davehunt|away
  1642. # [13:01] * Quits: catalinb (ethereal@4E447836.C72268BF.89C0DD0D.IP) (Ping timeout)
  1643. # [13:04] <@roc> I'm leaking 4 instances of nsTArray_base
  1644. # [13:04] <@roc> :-(
  1645. # [13:04] * Quits: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP) (Ping timeout)
  1646. # [13:04] <@roc> how on earth am I going to find this?
  1647. # [13:05] * Joins: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP)
  1648. # [13:05] * Joins: jviereck (Adium@moz-35B36FA2.ethz.ch)
  1649. # [13:05] * Fallen is now known as Fallen|away
  1650. # [13:09] * Quits: wolfiR (wolfiR@moz-26E770F5.dip0.t-ipconnect.de) (Quit: Leaving)
  1651. # [13:15] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Ping timeout)
  1652. # [13:15] * mak is now known as mak|afk
  1653. # [13:18] * Joins: harth (harth@40018561.F684631.21A4E96A.IP)
  1654. # [13:20] * Joins: wolfiR (wolfiR@moz-26E770F5.dip0.t-ipconnect.de)
  1655. # [13:21] * Joins: db48x` (user@moz-83319934.dsl.static.sonic.net)
  1656. # [13:21] * Quits: db48x (user@moz-83319934.dsl.static.sonic.net) (Ping timeout)
  1657. # [13:22] * Joins: pascalc (chatzilla@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1658. # [13:24] * Joins: Jan (Jan@moz-E22D5F94.ias.bredband.telia.com)
  1659. # [13:24] * Quits: robhawkes (robhawkes@89E728B9.C181C765.20F9FC3E.IP) (Quit: Leaving...)
  1660. # [13:24] * Joins: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com)
  1661. # [13:25] * Quits: harth (harth@40018561.F684631.21A4E96A.IP) (Input/output error)
  1662. # [13:26] * Joins: janv (varga@A0505678.6E78B65D.CDBA6951.IP)
  1663. # [13:30] * Joins: harth (harth@40018561.F684631.21A4E96A.IP)
  1664. # [13:32] * Quits: darktrojan (geoff@moz-30B3CCFD.telstraclear.net) (Quit: darktrojan)
  1665. # [13:35] * Joins: sr (chatzilla@91BC8839.F442218F.88FACCAA.IP)
  1666. # [13:35] * Parts: sr (chatzilla@91BC8839.F442218F.88FACCAA.IP)
  1667. # [13:36] * Joins: vsrao (quassel@7AF1F749.14DD97C8.9FEB19E.IP)
  1668. # [13:36] <edmorley> Ms2ger: context?
  1669. # [13:37] <Ms2ger> Some patch that used it
  1670. # [13:37] * Quits: nli (nli@moz-99690620.hinet-ip.hinet.net) (Quit: nli)
  1671. # [13:38] * Quits: db48x` (user@moz-83319934.dsl.static.sonic.net) (Connection reset by peer)
  1672. # [13:38] * Joins: db48x` (user@moz-83319934.dsl.static.sonic.net)
  1673. # [13:40] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  1674. # [13:41] * Quits: past (past@moz-9D677A1D.dsl.dyn.forthnet.gr) (Ping timeout)
  1675. # [13:41] <@roc> r+ to remove
  1676. # [13:42] * Quits: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP) (Ping timeout)
  1677. # [13:42] * Quits: pvivek_ (quassel@DE5AEF35.783E19DB.B84D4DA2.IP) (Client exited)
  1678. # [13:43] * Joins: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP)
  1679. # [13:44] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  1680. # [13:44] * Joins: pvivek_ (quassel@DE5AEF35.783E19DB.B84D4DA2.IP)
  1681. # [13:46] <Ms2ger> I'll take you up on that
  1682. # [13:48] * Quits: ircloggr (nodebot@moz-D947AC78.compute-1.amazonaws.com) (Client exited)
  1683. # [13:49] * Joins: ircloggr (nodebot@moz-E00A8716.compute-1.amazonaws.com)
  1684. # [13:50] <edmorley> ha http://krijnhoetmer.nl/irc-logs/developers/20120329#l-649
  1685. # [13:50] * Quits: necolas (necolas@94C20D7E.CE2B3A1E.BEB97BB0.IP) (Client exited)
  1686. # [13:51] * Quits: lht (elihait@moz-722A94AD.dreamhost.com) (Client exited)
  1687. # [13:53] <@roc> hmm
  1688. # [13:53] <@roc> reading Agatha Christie puts me in the right frame of mind for debugging
  1689. # [13:53] * Joins: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  1690. # [13:53] * mak|afk is now known as mak
  1691. # [13:54] * NeilAway wonders why layout will only show half a screen, but if he clicks stop it will then show the whole document
  1692. # [13:55] * Joins: past (past@moz-9D677A1D.dsl.dyn.forthnet.gr)
  1693. # [13:57] * Quits: db48x` (user@moz-83319934.dsl.static.sonic.net) (Connection reset by peer)
  1694. # [13:57] * Joins: db48x` (user@moz-83319934.dsl.static.sonic.net)
  1695. # [13:57] <Ms2ger> roc, ... the butler leaked your TArrays?
  1696. # [13:59] * Quits: asac (asac@moz-93BA7F9E.pppoe.wtnet.de) (Ping timeout)
  1697. # [13:59] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1698. # [13:59] * Joins: sheppy (sheppy@moz-4992DE6D.static.kgpt.tn.charter.com)
  1699. # [13:59] * Quits: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp) (Quit: Leaving...)
  1700. # [14:01] * Joins: vikram360 (vikram360@288EAC99.D49FD144.2A068A5E.IP)
  1701. # [14:01] * Quits: past (past@moz-9D677A1D.dsl.dyn.forthnet.gr) (Ping timeout)
  1702. # [14:01] * Quits: dao (dao@moz-321A6060.superkabel.de) (Quit: Leaving.)
  1703. # [14:02] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  1704. # [14:03] * Joins: past (past@moz-9D677A1D.dsl.dyn.forthnet.gr)
  1705. # [14:04] * Quits: bsmith (bsmith@moz-6BB70391.hsd1.ca.comcast.net) (Ping timeout)
  1706. # [14:05] * Quits: db48x` (user@moz-83319934.dsl.static.sonic.net) (Connection reset by peer)
  1707. # [14:05] * Joins: db48x` (user@moz-83319934.dsl.static.sonic.net)
  1708. # [14:06] * bhearsum|afk is now known as bhearsum
  1709. # [14:07] * Quits: kdc (chatzilla@moz-6176CD61.no.shawcable.net) (Ping timeout)
  1710. # [14:07] * Joins: kdc (chatzilla@moz-6176CD61.no.shawcable.net)
  1711. # [14:08] * Joins: hvq (HVQ@moz-3A65C637.dynip.nus.edu.sg)
  1712. # [14:13] * Joins: grubshka (grubshka@moz-C2DE5B40.w86-216.abo.wanadoo.fr)
  1713. # [14:14] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Ping timeout)
  1714. # [14:14] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  1715. # [14:15] * Joins: kaie (kaie@71B162A0.F91FFC87.3D479ACE.IP)
  1716. # [14:15] * Joins: surkov (surkov@63B29222.1B02155B.34044A7F.IP)
  1717. # [14:16] * Quits: surkov (surkov@63B29222.1B02155B.34044A7F.IP) (Quit: surkov)
  1718. # [14:18] * Quits: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Quit: Miranda IM - Multi protocol instant messenger @ www.miranda-im.org)
  1719. # [14:21] <kaie> I want to test something around automatic update. How can I force FF to automatically soon after start? Should it be sufficient to set app.update.lastUpdateTime.background-update-timer to a lower value?
  1720. # [14:22] * Quits: Wevah (Wevah@moz-5435D49F.stcd.qwest.net) (Quit: Wevah)
  1721. # [14:23] * sheeri-afk is now known as sheeri
  1722. # [14:24] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  1723. # [14:25] * Joins: asac (asac@moz-93BA7F9E.pppoe.wtnet.de)
  1724. # [14:25] <kaie> ok that seems to work
  1725. # [14:26] * Quits: pranavrc (pranavrc@AAA73098.A3DB4D3F.520CDC98.IP) (Quit: Ping timeout: ∞)
  1726. # [14:27] <Ms2ger> !seen mayhemer
  1727. # [14:27] <firebot> mayhemer was last seen 36 hours, 18 minutes and 16 seconds ago, saying 'RyanVM: ok' in #developers.
  1728. # [14:28] * Joins: mib_3doayk (Mibbit@39395E85.6EAD4E63.580A4284.IP)
  1729. # [14:29] * Quits: mib_3doayk (Mibbit@39395E85.6EAD4E63.580A4284.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1730. # [14:30] <Ms2ger> Who knows about the mfbt hashish stuff? jlebar|away?
  1731. # [14:31] * Joins: anky (anky@EF585B86.817468B9.A3D1B221.IP)
  1732. # [14:31] * Quits: asac (asac@moz-93BA7F9E.pppoe.wtnet.de) (Ping timeout)
  1733. # [14:31] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
  1734. # [14:31] <bhearsum> mfbt hashish?
  1735. # [14:31] * Quits: anky (anky@EF585B86.817468B9.A3D1B221.IP) (Quit: Leaving...)
  1736. # [14:31] <Ms2ger> Nice
  1737. # [14:31] <Ms2ger> Hashing
  1738. # [14:31] <bhearsum> aaaaaah
  1739. # [14:31] <johanc> Is it possible to disable the "reset" menuitem under about:config for a complexValue pref somehow? I'm guessing no but, just asking in case :)
  1740. # [14:32] <bhearsum> freudian slip?
  1741. # [14:32] <Ms2ger> A rather strange one for mother
  1742. # [14:32] <Ms2ger> *sure
  1743. # [14:32] <bhearsum> hehe
  1744. # [14:33] <Ms2ger> johanc, it's software, it can be fixed ;)
  1745. # [14:34] * NeilAway wonders what johanc is trying to do
  1746. # [14:34] * Joins: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  1747. # [14:35] * Quits: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Client exited)
  1748. # [14:36] <johanc> I'm building a sumersible rocket.
  1749. # [14:36] <johanc> or otherwise hide the preferences
  1750. # [14:36] <Ms2ger> Fascinating
  1751. # [14:36] <johanc> Isn't it :)
  1752. # [14:37] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Connection reset by peer)
  1753. # [14:37] * Quits: past (past@moz-9D677A1D.dsl.dyn.forthnet.gr) (Ping timeout)
  1754. # [14:37] * Quits: jviereck (Adium@moz-35B36FA2.ethz.ch) (Quit: Leaving.)
  1755. # [14:38] * Joins: past (past@moz-9D677A1D.dsl.dyn.forthnet.gr)
  1756. # [14:38] * Joins: jviereck (Adium@moz-35B36FA2.ethz.ch)
  1757. # [14:39] <johanc> NeilAway: I'm storing nsILocalFiles in complexValues, if a pref is reset it causes some headache.
  1758. # [14:39] <johanc> as*
  1759. # [14:39] * Quits: jviereck (Adium@moz-35B36FA2.ethz.ch) (Quit: Leaving.)
  1760. # [14:40] * Quits: sheppy (sheppy@moz-4992DE6D.static.kgpt.tn.charter.com) (Quit: DISK VOLUME 254)
  1761. # [14:42] * bwinton_away is now known as bwinton
  1762. # [14:44] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  1763. # [14:45] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  1764. # [14:45] * Quits: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
  1765. # [14:45] * Joins: jviereck (Adium@moz-35B36FA2.ethz.ch)
  1766. # [14:46] * Joins: asac (asac@moz-93BA7F9E.pppoe.wtnet.de)
  1767. # [14:46] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1768. # [14:47] * khuey|away is now known as khuey
  1769. # [14:48] * Quits: asac (asac@moz-93BA7F9E.pppoe.wtnet.de) (Ping timeout)
  1770. # [14:49] * Joins: surkov (surkov@63B29222.1B02155B.34044A7F.IP)
  1771. # [14:49] * Joins: tchevalier (tchevalier@26DF2FEE.76D180ED.C47D5415.IP)
  1772. # [14:51] * Quits: ferongr (ferongr@45B46F38.D74FCC86.F5160715.IP) (Ping timeout)
  1773. # [14:51] * Joins: asac (asac@moz-93BA7F9E.pppoe.wtnet.de)
  1774. # [14:52] <@bsmedberg> checking for application to build... none
  1775. # [14:52] <@bsmedberg> configure: error: --enable-application value not recognized (i386/build.mk does not exist).
  1776. # [14:52] * Quits: past (past@moz-9D677A1D.dsl.dyn.forthnet.gr) (Input/output error)
  1777. # [14:52] <@khuey> --enable-application=i386 is not good :-P
  1778. # [14:53] * Quits: asac (asac@moz-93BA7F9E.pppoe.wtnet.de) (Ping timeout)
  1779. # [14:53] <@bsmedberg> I'm trying to use the in-tree mozconfigs, I think!
  1780. # [14:53] * Joins: dao (dao@moz-321A6060.superkabel.de)
  1781. # [14:54] <@bsmedberg> MOZ_OBJDIR=/builds/mozilla-central/ff-universal MOZ_MAKE_FLAGS=-j6 MOZCONFIG=/builds/mozilla-central/src/build/macosx/universal/mozconfig make -f client.mk
  1782. # [14:54] * Fallen|away is now known as Fallen
  1783. # [14:54] * Joins: sheppy (sheppy@moz-4992DE6D.static.kgpt.tn.charter.com)
  1784. # [14:55] * Fallen is now known as Fallen|away
  1785. # [14:55] * Joins: ferongr (ferongr@73D167FB.44DEC0CF.F5160715.IP)
  1786. # [14:55] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1787. # [14:57] * Quits: victorporof (victorporo@6E310045.8E4D8E22.4A6B528C.IP) (Connection reset by peer)
  1788. # [14:57] * Standard8 is now known as Standard8Away
  1789. # [14:58] * Joins: past (past@moz-9D677A1D.dsl.dyn.forthnet.gr)
  1790. # [14:59] * Joins: wlach (wlach@moz-A132B4.vif.net)
  1791. # [14:59] * Quits: Standard8Away (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  1792. # [15:00] * Joins: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net)
  1793. # [15:01] * Joins: armenzg (armenzg@moz-EAD2852F.acanac.net)
  1794. # [15:03] * Joins: asac (asac@moz-93BA7F9E.pppoe.wtnet.de)
  1795. # [15:04] * Joins: scrambledeggs (chatzilla@moz-B7AA8740.dhcp.embarqhsd.net)
  1796. # [15:04] * Joins: SeoZ (DanielJuyu@E9B5BAA5.F5246840.EAF0BD7A.IP)
  1797. # [15:05] * Quits: vsrao (quassel@7AF1F749.14DD97C8.9FEB19E.IP) (Client exited)
  1798. # [15:07] * joduinn-afk is now known as joduinn
  1799. # [15:07] * Joins: mib_wcv6a3 (Mibbit@39395E85.6EAD4E63.580A4284.IP)
  1800. # [15:07] * Quits: mib_wcv6a3 (Mibbit@39395E85.6EAD4E63.580A4284.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1801. # [15:07] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Connection reset by peer)
  1802. # [15:08] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1803. # [15:08] * Joins: AaronMT (AaronMT@moz-DB17C53A.cpe.net.cable.rogers.com)
  1804. # [15:08] * Joins: ibarlow (ibarlow@F2D29657.F60B0462.67AC9B1.IP)
  1805. # [15:08] * Quits: Jan (Jan@moz-E22D5F94.ias.bredband.telia.com) (NickServ (GHOST command used by Jan_))
  1806. # [15:08] * Joins: espindola (espindola@moz-4C019830.dsl.teksavvy.com)
  1807. # [15:09] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  1808. # [15:10] * Quits: andreasn (andreasn@moz-8A84C28A.bredband.comhem.se) (Quit: Ex-Chat)
  1809. # [15:10] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  1810. # [15:11] * Joins: Jan_ (Jan@moz-E22D5F94.ias.bredband.telia.com)
  1811. # [15:12] * Quits: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP) (Ping timeout)
  1812. # [15:12] * Joins: pranavrc (pranavrc@B6353DAF.D65816C7.520CDC98.IP)
  1813. # [15:13] * Quits: sheppy (sheppy@moz-4992DE6D.static.kgpt.tn.charter.com) (Quit: DISK VOLUME 254)
  1814. # [15:13] * Joins: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP)
  1815. # [15:13] * Joins: sheppy (sheppy@moz-4992DE6D.static.kgpt.tn.charter.com)
  1816. # [15:14] * Joins: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net)
  1817. # [15:17] * Joins: timdream (timdream@2C56D2C7.2D3125E3.74E0D10F.IP)
  1818. # [15:17] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  1819. # [15:17] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  1820. # [15:21] * Quits: timdream (timdream@2C56D2C7.2D3125E3.74E0D10F.IP) (Quit: timdream)
  1821. # [15:21] * Quits: AaronMT (AaronMT@moz-DB17C53A.cpe.net.cable.rogers.com) (Ping timeout)
  1822. # [15:22] * Joins: Cwiiis (cwiiis@40018561.F684631.21A4E96A.IP)
  1823. # [15:23] * Joins: ajuma (ajuma@F2D29657.F60B0462.67AC9B1.IP)
  1824. # [15:23] * khuey is now known as khuey|away
  1825. # [15:23] * khuey|away is now known as khuey
  1826. # [15:24] * Joins: josh (josh@moz-88E8BF4D.meeting.ietf.org)
  1827. # [15:24] * Quits: kaze (kaze@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  1828. # [15:26] * coop|afk is now known as coop
  1829. # [15:26] * Joins: AaronMT (AaronMT@moz-DB17C53A.cpe.net.cable.rogers.com)
  1830. # [15:27] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1831. # [15:27] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  1832. # [15:28] * Quits: harth (harth@40018561.F684631.21A4E96A.IP) (Ping timeout)
  1833. # [15:28] * Quits: loadbang (loadbang@moz-6E6E4DEE.range86-168.btcentralplus.com) (Quit: loadbang)
  1834. # [15:28] * coop is now known as coop|buildduty
  1835. # [15:29] * Joins: pyro (Mibbit@ECB54E1C.15C6DF7B.1551A00F.IP)
  1836. # [15:29] * Joins: prazuber (PraZuBeR@moz-8FDA4E25.savvy.volia.net)
  1837. # [15:30] * glob|away is now known as glob
  1838. # [15:32] * Joins: givanica (chatzilla@97D1680F.7E118222.89C0DD0D.IP)
  1839. # [15:32] <Optimizer> ttaubert: Hi
  1840. # [15:33] * Joins: harth (harth@40018561.F684631.21A4E96A.IP)
  1841. # [15:33] <ttaubert> Optimizer: hey
  1842. # [15:33] * Parts: heeen (heeen@moz-1FF56D44.org) (WeeChat 0.3.7-rc3)
  1843. # [15:35] <Optimizer> Can both the behaviors be implemented ? inserting is there, but the way it is implemented, it should really be replacing. So a proper replacing behavior needs to be implemented
  1844. # [15:35] * Joins: smaug (chatzilla@A0505678.6E78B65D.CDBA6951.IP)
  1845. # [15:35] * ChanServ sets mode: +o smaug
  1846. # [15:35] * Joins: Wevah (Wevah@moz-5435D49F.stcd.qwest.net)
  1847. # [15:36] * Quits: givanica (chatzilla@97D1680F.7E118222.89C0DD0D.IP) (Client exited)
  1848. # [15:36] * Joins: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP)
  1849. # [15:36] * Joins: statix|- (statix@moz-AE3C0771.zone12.bethere.co.uk)
  1850. # [15:36] <ttaubert> Optimizer: it's definitely possible to implement both but it's hard to tell when to insert and when to replace sites
  1851. # [15:37] <Optimizer> I replied in the comment
  1852. # [15:37] <Optimizer> if the drag is in between two thumbnails, then its inserting, if it is on some thumbnail, then it is replacing
  1853. # [15:37] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
  1854. # [15:39] <Optimizer> and we can have some visual indicator to hint the user that whether his action will replace or insert the being dropped link
  1855. # [15:39] <ttaubert> Optimizer: hmm that sounds hard to communicate from the UX side, that would be a lot of sites jumping around based on just a few pixels different drag position
  1856. # [15:39] <Optimizer> inserting hint is as of now well implemented, replacing hint can be a subtle highlight of red color on the would be replaced thumb
  1857. # [15:39] * Quits: josh (josh@moz-88E8BF4D.meeting.ietf.org) (Quit: josh)
  1858. # [15:40] <Optimizer> no, currently, the inserting behavior is implemented
  1859. # [15:40] <Optimizer> we would not touch it
  1860. # [15:40] * Joins: givanica (chatzilla@97D1680F.7E118222.89C0DD0D.IP)
  1861. # [15:40] <Optimizer> just that when the dropped link mouse coordinates are inside a thumb, then perform replacing action
  1862. # [15:42] <ttaubert> I'm not sure I like choosing the action based on the cursor position. we could add something like a shift/strg/cmd/opt modifier but that's really not discoverable at all...
  1863. # [15:43] <glandium> is there an env variable that makes the main process not drop listening on the pipe to the plugin container after a while ?
  1864. # [15:43] <sheppy> Anybody know (or happen to be) a good WordPress plugin author? I have need of one for devmo.
  1865. # [15:43] * joduinn is now known as joduinn-mtg
  1866. # [15:44] <Optimizer> ttaubert: look at how bookmarks dragging is implemented, if you drag a link/folder over another folder, it would mean to go inside it,
  1867. # [15:44] * Quits: ewong|afk (chatzilla@moz-3CBEA671.ctinets.com) (Ping timeout)
  1868. # [15:44] <Optimizer> and when beside it, then it would mean inserting besides the folder
  1869. # [15:44] * Joins: krit (Adium@moz-3AE657AD.hsd1.ca.comcast.net)
  1870. # [15:45] <ttaubert> Optimizer: but that's only possible because they don't have static positions. that's more dynamic than the nine places the new tab page offers
  1871. # [15:45] * Quits: ohsix (ohsix@E6E9ACEC.B59296AB.15ED1FDC.IP) (Ping timeout)
  1872. # [15:45] * Quits: mike5w3c (MikeS@moz-DAFE1A45.tokyo.ocn.ne.jp) (Ping timeout)
  1873. # [15:45] <Optimizer> hmm, but replacing action is pretty much important action
  1874. # [15:45] * Joins: JeroenDeDauw (jeroen@78BC37A7.A2A83FB2.704C3406.IP)
  1875. # [15:45] * Joins: ohsix (ohsix@E6E9ACEC.B59296AB.15ED1FDC.IP)
  1876. # [15:45] <Optimizer> suppose some page needs to be replaced with an updated one
  1877. # [15:45] * Quits: kanru (user@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1878. # [15:45] * Joins: roc_ (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1879. # [15:46] * Quits: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP) (Ping timeout)
  1880. # [15:46] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1881. # [15:46] * roc_ is now known as roc
  1882. # [15:46] * Joins: kredik (chatzilla@moz-7BF4BFBD.w80-11.abo.wanadoo.fr)
  1883. # [15:46] * Joins: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP)
  1884. # [15:46] * Joins: ewong|afk (chatzilla@moz-3CBEA671.ctinets.com)
  1885. # [15:47] * edransch-away is now known as edransch
  1886. # [15:47] * catlee-away is now known as catlee
  1887. # [15:47] * Joins: kaze (kaze@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1888. # [15:48] * Joins: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP)
  1889. # [15:49] * Joins: jfkthame (jfkthame@A0505678.6E78B65D.CDBA6951.IP)
  1890. # [15:50] * Quits: mjessome|away (mjessome@moz-B77DEAEB.mozilla.org) (Ping timeout)
  1891. # [15:50] * Quits: Dagger (Dagger@moz-C46A7175.cable.virginmedia.com) (Connection reset by peer)
  1892. # [15:50] <givanica> hy. I have a question. So in order to modify the interface of the browser, the XUL , javascript, and what else i need, i have to compile the browser ?
  1893. # [15:51] * Joins: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP)
  1894. # [15:51] <ttaubert> Optimizer: I know, both actions are important. some people expect "replace" to be the default. some expect "insert". I'd like to offer both.
  1895. # [15:52] * Joins: mjschranz_ (mjschranz@F1451709.44D93D66.1139E686.IP)
  1896. # [15:52] <ttaubert> givanica: XUL pages, the javascript and CSS files are stored assembled into an "omni.ja" file. So you might need to re-compile only some parts of the browser (depends on what you modified).
  1897. # [15:52] * Quits: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP) (Ping timeout)
  1898. # [15:52] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  1899. # [15:53] <givanica> and for every new change to the code i have to recompile ...
  1900. # [15:53] * Quits: surkov (surkov@63B29222.1B02155B.34044A7F.IP) (Ping timeout)
  1901. # [15:53] <Optimizer> ttaubert: So can something be done to integrate replacing action as well ?
  1902. # [15:53] <ttaubert> givanica: what files did you modify?
  1903. # [15:54] <Optimizer> givanica: subsequent recompilations take only 5-10 minutes
  1904. # [15:54] * Quits: jviereck (Adium@moz-35B36FA2.ethz.ch) (Ping timeout)
  1905. # [15:54] * Joins: surkov (surkov@63B29222.1B02155B.34044A7F.IP)
  1906. # [15:54] <ttaubert> I'm almost sure though givanica doesn't need to recompile everything :)
  1907. # [15:54] * Joins: mjessome|away (mjessome@moz-B77DEAEB.mozilla.org)
  1908. # [15:54] * Quits: givanica (chatzilla@97D1680F.7E118222.89C0DD0D.IP) (Ping timeout)
  1909. # [15:55] <Optimizer> what i do sometimes is find the exact file and just edit it, restart the browser
  1910. # [15:55] * armenzg is now known as armenzg_brb
  1911. # [15:55] <ttaubert> Optimizer: sure, let's discuss your suggestion in the bug. I may not like it too much (for now) but I want to hear some more opinions on this. I'm open to implement replacing sites if we can offer this with a clear UI and/or a clear behavior.
  1912. # [15:55] * Joins: anant (anant@D4CF8E06.793D065B.FAF22AF7.IP)
  1913. # [15:56] * Joins: givanica (chatzilla@97D1680F.7E118222.89C0DD0D.IP)
  1914. # [15:56] <Optimizer> ttaubert: in that bug only ? maybe change the name then
  1915. # [15:56] <ttaubert> Optimizer: or on the mailing list or wherever :) but something more persistent than IRC
  1916. # [15:58] <Optimizer> we can discuss on the bug itself, lets change the name to something which hints to add a replacing feature in new tab page
  1917. # [15:58] * Joins: Dagger (Dagger@moz-C46A7175.cable.virginmedia.com)
  1918. # [15:58] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  1919. # [15:58] * Joins: jviereck (Adium@moz-35B36FA2.ethz.ch)
  1920. # [15:59] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1921. # [16:00] <ttaubert> Optimizer: done
  1922. # [16:00] <Optimizer> ttaubert: great, lets see what shorlander , Asa have to say in it
  1923. # [16:00] * mcote|afk is now known as mcote
  1924. # [16:01] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  1925. # [16:01] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  1926. # [16:03] * Quits: mjschranz_ (mjschranz@F1451709.44D93D66.1139E686.IP) (Client exited)
  1927. # [16:03] * Joins: victorporof (victorporo@C2FFDDFC.B0D0881A.79933D60.IP)
  1928. # [16:05] * Quits: mcote (mcote@moz-FD8EB826.mc.videotron.ca) (Quit: leaving)
  1929. # [16:08] * Quits: JeroenDeDauw (jeroen@78BC37A7.A2A83FB2.704C3406.IP) (Ping timeout)
  1930. # [16:08] * Joins: mcote (mcote@moz-FD8EB826.mc.videotron.ca)
  1931. # [16:08] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  1932. # [16:10] * Joins: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP)
  1933. # [16:11] * Quits: anant (anant@D4CF8E06.793D065B.FAF22AF7.IP) (Quit: anant)
  1934. # [16:13] * Quits: pyro (Mibbit@ECB54E1C.15C6DF7B.1551A00F.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1935. # [16:15] * Quits: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1936. # [16:15] * Joins: timdream (timdream@moz-4B9BEE5F.dynamic.kbtelecom.net)
  1937. # [16:16] * Joins: mike5w3c (MikeS@moz-DAFE1A45.tokyo.ocn.ne.jp)
  1938. # [16:16] * Quits: florian (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  1939. # [16:16] * rail_away is now known as rail
  1940. # [16:16] * Joins: mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1941. # [16:17] * Quits: asac (asac@moz-93BA7F9E.pppoe.wtnet.de) (Ping timeout)
  1942. # [16:17] * Quits: RemusPop (remuspop@601F3B17.33662590.A5830293.IP) (Client exited)
  1943. # [16:17] * Joins: asac (asac@moz-93BA7F9E.pppoe.wtnet.de)
  1944. # [16:17] * mdas is now known as mdas|afk
  1945. # [16:18] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  1946. # [16:18] * mjessome|away is now known as mjessome
  1947. # [16:21] * padenot is now known as padenot|away
  1948. # [16:21] * armenzg_brb is now known as armenzg
  1949. # [16:21] * Quits: jfkthame (jfkthame@A0505678.6E78B65D.CDBA6951.IP) (Quit: jfkthame)
  1950. # [16:22] * Quits: jviereck (Adium@moz-35B36FA2.ethz.ch) (Quit: Leaving.)
  1951. # [16:23] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  1952. # [16:23] <NeilAway> bah, my mozillaquest sounds aren't loading because they're being served as text/html
  1953. # [16:24] * Parts: pranavrc (pranavrc@B6353DAF.D65816C7.520CDC98.IP) (Leaving)
  1954. # [16:24] * Joins: pranavrc (pranavrc@B6353DAF.D65816C7.520CDC98.IP)
  1955. # [16:25] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1956. # [16:25] * Joins: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net)
  1957. # [16:25] <Ms2ger> paul, ^
  1958. # [16:26] <paul> NeilAway: awesome!
  1959. # [16:26] <paul> NeilAway: we didn't get the time to figure out what was going on
  1960. # [16:26] <paul> NeilAway: thank you :)
  1961. # [16:27] * Joins: jfkthame (jfkthame@A0505678.6E78B65D.CDBA6951.IP)
  1962. # [16:27] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1963. # [16:28] <glandium> paul: it's clearly written in the web console, that text/html is not supported for audio ;)
  1964. # [16:28] <glandium> NeilAway: can you move now ?
  1965. # [16:29] <NeilAway> glandium: actually my browser has frozen this time, I can't even load it
  1966. # [16:29] <paul> glandium: we didn't get the time to actually look at the problem
  1967. # [16:30] * Quits: scrambledeggs (chatzilla@moz-B7AA8740.dhcp.embarqhsd.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1968. # [16:31] * ctalbert|afk is now known as ctalbert
  1969. # [16:31] * Parts: statix|- (statix@moz-AE3C0771.zone12.bethere.co.uk) (Leaving)
  1970. # [16:31] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1971. # [16:31] <NeilAway> glandium: heh, there's four of us just standing in the same area ;-)
  1972. # [16:31] * Joins: JeroenDeDauw (jeroen@78BC37A7.A2A83FB2.704C3406.IP)
  1973. # [16:32] <glandium> NeilAway: i'm not trying
  1974. # [16:32] * Quits: JeroenDeDauw (jeroen@78BC37A7.A2A83FB2.704C3406.IP) (Quit: Leaving.)
  1975. # [16:32] * Joins: JeroenDeDauw (jeroen@78BC37A7.A2A83FB2.704C3406.IP)
  1976. # [16:32] * mdas|afk is now known as mdas
  1977. # [16:32] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
  1978. # [16:33] <jesup> glandium: were you working on jemalloc?
  1979. # [16:33] <glandium> jesup: i still am, why?
  1980. # [16:33] <jesup> Could be due to soemthing random, but: #2 0x000000000041280f in arena_run_reg_dalloc (run=0x7fffe3d20000, bin=0x7ffff7ed7838, ptr=0x7fffe3d23570, size=256) at ../../../memory/jemalloc/jemalloc.c:3291
  1981. # [16:33] <jesup> 3291 assert(diff == regind * size);
  1982. # [16:33] <Ms2ger> WebRTC is pulling in another copy?
  1983. # [16:34] * Joins: jviereck (Adium@moz-35B36FA2.ethz.ch)
  1984. # [16:34] <jesup> Ms2ger: nah, we don't want to go over 1m lines :-)
  1985. # [16:35] <Ms2ger> Too late for that, no? :)
  1986. # [16:35] * Joins: smagnin (pike@moz-DEF53BC9.fbx.proxad.net)
  1987. # [16:35] <glandium> jesup: a common problem with jemalloc is when you try to free() a pointer that is not exactly what malloc returned
  1988. # [16:35] <glandium> like free((char *)malloc(2) + 2) is likely to break
  1989. # [16:35] * Quits: jviereck (Adium@moz-35B36FA2.ethz.ch) (Connection reset by peer)
  1990. # [16:35] * Joins: jviereck1 (Adium@moz-35B36FA2.ethz.ch)
  1991. # [16:36] * Quits: Hendikins (wolfox@moz-16899DFF.hhui4.ken.bigpond.net.au) (Ping timeout)
  1992. # [16:36] <@smaug> hey, where did that 30min go
  1993. # [16:36] <KaiRo> paul: on my tablet's XUL Nightly, I cannot move unless I tap at the very border of the map - things worked fine with the internal prototype, so I guess it's some kind of regression - could be a regression of Nightly, though
  1994. # [16:36] <jesup> diff = 13424 regind = 52 size = 256 elm = 32767 regind*size = 13312
  1995. # [16:37] <jesup> glandium: yes - I should check the bt. If that's the 'normal' cause of this, should we promote that assertion to something more descriptive?
  1996. # [16:38] <Ms2ger> smaug, man, where did this 5 hours go? :)
  1997. # [16:38] <jesup> even a comment on the line will show up in GDB :-)
  1998. # [16:38] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  1999. # [16:38] * Joins: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  2000. # [16:39] * Joins: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP)
  2001. # [16:39] <jesup> glandium: Well, it's deleting 'this' at the end of a ~foo(). Seems unlikely to be modified...
  2002. # [16:39] <glandium> jesup: the problem is that it's not an assertion about that specifically. the fact is jemalloc assumes things about pointers it is passed, and depending on that, it may fail in different ways
  2003. # [16:39] <@khuey> wait, you're deleting this in a dtor?
  2004. # [16:39] <@khuey> that's ... undesirable
  2005. # [16:39] <glandium> jesup: then another likely possibility is mismatched allocator.
  2006. # [16:39] <Ms2ger> What khuey said
  2007. # [16:39] * Joins: Hendikins (wolfox@moz-16899DFF.hhui4.ken.bigpond.net.au)
  2008. # [16:40] <jesup> no, automatic delete operator
  2009. # [16:40] <@khuey> oh
  2010. # [16:40] <jesup> not explicit
  2011. # [16:40] <@khuey> ok
  2012. # [16:41] * Joins: mcot (mcot@C4B02.F3C4E8F3.C8444B8.IP)
  2013. # [16:41] <Ms2ger> virtual dtor?
  2014. # [16:41] <glandium> is there any, really, any easy way i can stop the main process screwing with the child process when i'm debugging it (like, not killing it)
  2015. # [16:41] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2016. # [16:42] * Joins: hub (hub@83874EA1.EB7C1AF9.6F478678.IP)
  2017. # [16:42] <jesup> ok, WTF: http://pastebin.mozilla.org/1543440
  2018. # [16:42] <jesup> I am so changing this....
  2019. # [16:44] * jesup didn't write that
  2020. # [16:44] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  2021. # [16:44] <Ms2ger> That's what they all say, dear
  2022. # [16:44] <@khuey> heh
  2023. # [16:45] <@khuey> and people think refcounting is bad
  2024. # [16:45] <Ms2ger> I believe khuey would claim he didn't write dom/workers
  2025. # [16:46] <@khuey> I didn't
  2026. # [16:46] <Ms2ger> :)
  2027. # [16:46] <@khuey> bent is responsible for that
  2028. # [16:46] <@khuey> blame will tell you so
  2029. # [16:46] <Ms2ger> Sure
  2030. # [16:46] * Quits: givanica (chatzilla@97D1680F.7E118222.89C0DD0D.IP) (Client exited)
  2031. # [16:47] * Ms2ger twiddles thumbs while pushing to try
  2032. # [16:47] * Joins: askalski (akuda@moz-6A36EC49.ip.abpl.pl)
  2033. # [16:47] * Quits: JeroenDeDauw (jeroen@78BC37A7.A2A83FB2.704C3406.IP) (Ping timeout)
  2034. # [16:48] * Quits: waschtl (waschtl@moz-1C4E90A4.hsi.kabelbw.de) (Ping timeout)
  2035. # [16:49] * Joins: hashken (hashken@moz-90D7D72.nowhere-else.org)
  2036. # [16:49] * Joins: cpearce (chatzilla@moz-CAF4778E.xdsl.xnet.co.nz)
  2037. # [16:49] <froydnj> jesup: wtf is that code
  2038. # [16:49] <glandium> the ipc code is such a mess
  2039. # [16:49] * Joins: Joeh (joe@5A3923AA.BC22908.C7CEC4ED.IP)
  2040. # [16:50] * Quits: tchevalier (tchevalier@26DF2FEE.76D180ED.C47D5415.IP) (Ping timeout)
  2041. # [16:50] * jmaher is now known as jmaher|afk
  2042. # [16:50] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Connection reset by peer)
  2043. # [16:50] <NeilAway> glandium: well, at the time, there were for players who appeared to be unable to move
  2044. # [16:51] <NeilAway> paul: do you try to assign to the data of a canvas rendering context at all?
  2045. # [16:51] <Ms2ger> s/ipc//
  2046. # [16:51] * Joins: tchevalier (tchevalier@26DF2FEE.76D180ED.C47D5415.IP)
  2047. # [16:52] <jesup> froydnj: part of sipcc (media/webrtc/signaling), open-sourced MPL SIP stack from Cisco. We have the Cisco engineers to fix it, though :-)
  2048. # [16:52] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  2049. # [16:52] <froydnj> jesup: lovely
  2050. # [16:53] * @khuey makes a note to review that stuff extra hard
  2051. # [16:53] <Ms2ger> Enjoy the million lines of semi-working code
  2052. # [16:53] * NeilAway hates the way game.js is all on one line
  2053. # [16:53] * froydnj is thinking a yarr merge may be a better bet than a straight import
  2054. # [16:53] <@khuey> yeah ... webrtc is going to be fun
  2055. # [16:53] <Ms2ger> NeilAway, but that's what the cool kids do!
  2056. # [16:53] * Quits: edmorley (edmorley@moz-CA0328CD.range86-145.btcentralplus.com) (Quit: Leaving.)
  2057. # [16:54] <jesup> yes
  2058. # [16:54] <NeilAway> Ms2ger: yeah, but makes JS stacks useless :-(
  2059. # [16:54] <jesup> froydnj: ?
  2060. # [16:54] * Joins: ahal (ahal@moz-21E37A5C.uwaterloo.ca)
  2061. # [16:54] <froydnj> jesup: bug 740015
  2062. # [16:54] * Joins: jimm (jmathies@moz-7F164CA1.pn.at.cox.net)
  2063. # [16:55] <jesup> I'm much more worried about the webrtc.org code which is under fast changes. The Cisco code is mature and used in a ton of things; not that it can't have (and does have) bugs, given the complexity of SIP
  2064. # [16:55] * Joins: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP)
  2065. # [16:55] <Ms2ger> I hate this storage stuff
  2066. # [16:55] * BenWa|sms is now known as BenWa
  2067. # [16:56] * Joins: nhirata (nhirata.bu@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2068. # [16:56] * Joins: dveditz (dveditz@moz-34991AF4.dhcp.cruzio.com)
  2069. # [16:56] * ChanServ sets mode: +o dveditz
  2070. # [16:56] <glandium> bsmedberg: ping
  2071. # [16:56] <Ms2ger> So nsDOMStorage2 has a nsDOMStorage
  2072. # [16:57] <jesup> froydnj: sipcc is static (thrown over the wall, no updates from upstream expected). webrtc: I wrote an automatic import script that even handles directory moves (which they do)
  2073. # [16:57] <@bsmedberg> glandium: pong
  2074. # [16:57] * davehunt|away is now known as davehunt
  2075. # [16:57] * joduinn-mtg is now known as joduinn-brb
  2076. # [16:57] <Ms2ger> An nsDOMStorage has a DOMStorageBase
  2077. # [16:58] <Ms2ger> I wonder what DOMStorageBase has
  2078. # [16:58] <glandium> bsmedberg: how can i stop the main process from killing the child process while i'm debugging it? relatedly, how do i stop the main process from giving up on waiting for ipc messages from the child while i'm debugging it?
  2079. # [16:58] * Quits: hashken (hashken@moz-90D7D72.nowhere-else.org) (Client exited)
  2080. # [16:58] * AutomatedTester is now known as AutomatedTester|AFK
  2081. # [16:58] * Quits: espindola (espindola@moz-4C019830.dsl.teksavvy.com) (Ping timeout)
  2082. # [16:58] <Ms2ger> Oh, an nsTHashtable, even
  2083. # [16:58] * Joins: hashken (hashken@moz-90D7D72.nowhere-else.org)
  2084. # [16:58] * Joins: espindola (espindola@C8758007.5F4C6DA3.AE2B2F80.IP)
  2085. # [16:58] * Quits: espindola (espindola@C8758007.5F4C6DA3.AE2B2F80.IP) (Connection reset by peer)
  2086. # [16:59] * Joins: espindola (espindola@C8758007.5F4C6DA3.AE2B2F80.IP)
  2087. # [16:59] <@bsmedberg> glandium: I think those are the same question. Is this a plugin process?
  2088. # [16:59] <glandium> bsmedberg: yes, it's flash
  2089. # [17:00] * Joins: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com)
  2090. # [17:00] <@bsmedberg> dom.ipc.plugins.timeoutSecs = 0
  2091. # [17:00] * Ziggy|AWAY is now known as Ziggy_Maes
  2092. # [17:00] <glandium> bsmedberg: thanks
  2093. # [17:00] * Quits: tchevalier (tchevalier@26DF2FEE.76D180ED.C47D5415.IP) (Quit: Instantbird 1.1)
  2094. # [17:00] <froydnj> jesup: are you importing the webrtc and leaving it alone, or are there mozilla-side changes to it being made that are not contributed upstream?
  2095. # [17:00] * Quits: espindola (espindola@C8758007.5F4C6DA3.AE2B2F80.IP) (Ping timeout)
  2096. # [17:01] * Joins: espindola (espindola@BD783E2E.76055385.971E19F6.IP)
  2097. # [17:01] <jesup> We're making changes to get it to work in our system. We contribute back non-mozilla-specific stuff
  2098. # [17:01] <jesup> My update script also strips the 40MB video test files, etc :-)
  2099. # [17:02] <froydnj> heh. do you just keep a patch queue which is applied on imports, then?
  2100. # [17:02] * Joins: evilpie_ (evilpie@moz-58EFCDDD.pools.arcor-ip.net)
  2101. # [17:02] * Quits: @smaug (chatzilla@A0505678.6E78B65D.CDBA6951.IP) (Ping timeout)
  2102. # [17:02] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  2103. # [17:03] <froydnj> wow, webkit's changelogs-in-commit-messages are even more useless than straight changelogs
  2104. # [17:03] * Quits: espindola (espindola@BD783E2E.76055385.971E19F6.IP) (Ping timeout)
  2105. # [17:03] <glandium> bsmedberg: I'm still getting SIGPIPE on sendmsg in the child
  2106. # [17:04] * Joins: dbradley (dbradley@moz-B94E1A81.ipnetworksinc.net)
  2107. # [17:04] * ewong|sleep is now known as ewong
  2108. # [17:05] * Quits: fabrice (fabrice@moz-104CC309.mv.mozilla.com) (Ping timeout)
  2109. # [17:05] * Joins: espindola (espindola@moz-44A9CBDF.dsl.teksavvy.com)
  2110. # [17:05] <jesup> No, I have a sequence of merges in an import repo, but the final merge is to pull that repo into media/webrtc/trunk and handle any conflicts. The design was to include that, but in practice we've landed changes directly on media/webrtc/trunk. We could redo it before actual import, however, and overall changes to their code are minor if you discount added files (like the gyp->mozilla-makefile bac
  2111. # [17:05] <jesup> kend)
  2112. # [17:06] * philor|away is now known as philor
  2113. # [17:06] <jesup> "include that" -> include a tag in the import repo with our patches only to merge onto imported (and stripped of junk) code
  2114. # [17:06] <jesup> grand plans, and all that. :-/
  2115. # [17:07] <glandium> bsmedberg: okay, got it to be helpful with dom.ipc.plugins.processLaunchTimeoutSecs too
  2116. # [17:07] * Quits: hashken (hashken@moz-90D7D72.nowhere-else.org) (Client exited)
  2117. # [17:07] * jesup goes to check the amount of divergence from the imported code
  2118. # [17:08] * Joins: hashken (hashken@moz-90D7D72.nowhere-else.org)
  2119. # [17:08] * Quits: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP) (Client exited)
  2120. # [17:09] * Joins: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP)
  2121. # [17:09] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  2122. # [17:09] * armenzg is now known as armenzg_mtg
  2123. # [17:10] * Joins: automata (automata@8D23278A.C27CA109.16867D26.IP)
  2124. # [17:10] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Ping timeout)
  2125. # [17:11] * Joins: smaug (chatzilla@93B4174C.6E78B65D.CDBA6951.IP)
  2126. # [17:11] * ChanServ sets mode: +o smaug
  2127. # [17:11] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  2128. # [17:12] * ctalbert is now known as ctalbert|afk
  2129. # [17:13] * Joins: coyotebush (corey@moz-4E046E7E.cabrillo.reshall.calpoly.edu)
  2130. # [17:14] * Quits: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net) (Quit: mccr8)
  2131. # [17:14] * Joins: espindol_ (espindola@moz-6E82CD36.dsl.teksavvy.com)
  2132. # [17:15] * Quits: espindola (espindola@moz-44A9CBDF.dsl.teksavvy.com) (Ping timeout)
  2133. # [17:16] * Quits: kaze (kaze@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  2134. # [17:17] <glandium> yay, i think i found a libc bug
  2135. # [17:18] <jesup> froydnj: 90% are gyp file changes. A few minor bugfixes, and we rewrote the video capture stuff to not use example code from MS
  2136. # [17:18] * Quits: harth (harth@40018561.F684631.21A4E96A.IP) (Ping timeout)
  2137. # [17:18] * Joins: harth_ (harth@40018561.F684631.21A4E96A.IP)
  2138. # [17:19] * Joins: ahal_ (ahal@moz-21E37A5C.uwaterloo.ca)
  2139. # [17:19] * Quits: jprmc (jprmc@A0505678.6E78B65D.CDBA6951.IP) (Quit: Leaving)
  2140. # [17:20] * Joins: harth (harth@40018561.F684631.21A4E96A.IP)
  2141. # [17:20] * Quits: harth_ (harth@40018561.F684631.21A4E96A.IP) (Connection reset by peer)
  2142. # [17:20] * Quits: ahal (ahal@moz-21E37A5C.uwaterloo.ca) (Ping timeout)
  2143. # [17:20] * Quits: cpearce (chatzilla@moz-CAF4778E.xdsl.xnet.co.nz) (Ping timeout)
  2144. # [17:20] * Quits: MarcoZ (Daily@moz-1610DB8F.dip.t-dialin.net) (Quit: Restarting Thunderbird for Daily update.)
  2145. # [17:20] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  2146. # [17:21] * Joins: MarcoZ (Daily@moz-1610DB8F.dip.t-dialin.net)
  2147. # [17:22] * Quits: janv (varga@A0505678.6E78B65D.CDBA6951.IP) (Quit: This computer has gone to sleep)
  2148. # [17:22] * Quits: ahal_ (ahal@moz-21E37A5C.uwaterloo.ca) (Ping timeout)
  2149. # [17:22] * Joins: ehsan (ehsan@A0505678.6E78B65D.CDBA6951.IP)
  2150. # [17:22] * ChanServ sets mode: +o ehsan
  2151. # [17:22] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Ping timeout)
  2152. # [17:23] * joduinn-brb is now known as joduinn
  2153. # [17:23] * Quits: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP) (Ping timeout)
  2154. # [17:23] * Joins: ahal (ahal@moz-21E37A5C.uwaterloo.ca)
  2155. # [17:23] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  2156. # [17:24] * NeilAway sighs
  2157. # [17:24] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  2158. # [17:25] <NeilAway> hsivonen: if there's some script halfway down the page that's taking an age to load, then the page just has to wait, doesn't it?
  2159. # [17:25] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  2160. # [17:28] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  2161. # [17:29] * khuey is now known as khuey|away
  2162. # [17:30] * Joins: janv (varga@93B4174C.6E78B65D.CDBA6951.IP)
  2163. # [17:31] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Ping timeout)
  2164. # [17:31] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  2165. # [17:31] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  2166. # [17:33] * sheppy is now known as sheppy-afk
  2167. # [17:33] * sheppy-afk is now known as sheppy-lunch
  2168. # [17:33] * Joins: jprmc (jprmc@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2169. # [17:34] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  2170. # [17:35] * Quits: ericb2 (X@moz-9C4C3DED.fbx.proxad.net) (Quit: Success !!)
  2171. # [17:36] * Joins: kdcw (kdc@moz-F7413045.pk.shawcable.net)
  2172. # [17:36] * Joins: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net)
  2173. # [17:36] <mak> philor: is there a reason to not merge?
  2174. # [17:36] <mak> or just it didn't happen?
  2175. # [17:37] * Quits: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net) (Quit: Leaving.)
  2176. # [17:37] * wlach is now known as wlach|biab
  2177. # [17:37] * Joins: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net)
  2178. # [17:37] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2179. # [17:37] * Quits: KaiRo (robert@moz-BD54578B.adsl.highway.telekom.at) (Ping timeout)
  2180. # [17:38] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  2181. # [17:38] * Quits: dao (dao@moz-321A6060.superkabel.de) (Quit: Leaving.)
  2182. # [17:38] * Joins: KaiRo (robert@moz-BD54578B.adsl.highway.telekom.at)
  2183. # [17:39] * Joins: vsrao (quassel@C83F9324.BFE050D.26A7EDE3.IP)
  2184. # [17:39] <philor> mak: there's one unstarred unknown unfiled failure, which is one of the ones I'd hoped I'd backed out last night, but other than that and the Android bustage at the tip, I don't know of a reason not to
  2185. # [17:39] * Joins: TheLink (TheLink@moz-183F7DCD.pools.arcor-ip.net)
  2186. # [17:40] * Quits: @ehsan (ehsan@A0505678.6E78B65D.CDBA6951.IP) (Input/output error)
  2187. # [17:40] * Quits: dbradley (dbradley@moz-B94E1A81.ipnetworksinc.net) (Ping timeout)
  2188. # [17:40] <mak> "one" unstarred unknown failure? hey, it's an improvement then :)
  2189. # [17:40] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Ping timeout)
  2190. # [17:41] * Quits: vsrao (quassel@C83F9324.BFE050D.26A7EDE3.IP) (Ping timeout)
  2191. # [17:41] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  2192. # [17:41] * philor backspaces through his venereal disease analogy
  2193. # [17:41] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Ping timeout)
  2194. # [17:41] * jhford-work-away is now known as jhford-work
  2195. # [17:42] <mbrubeck> mak: I was just about to ask the same thing. d3cc19901240 looks reasonable to merge...
  2196. # [17:42] <mak> mbrubeck: agree
  2197. # [17:42] <mak> you do, me do? we can then cooperate on marking
  2198. # [17:43] <mbrubeck> sure... can you push the merge? I'll mark starting from the tip
  2199. # [17:43] <mak> ok
  2200. # [17:43] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  2201. # [17:43] * Quits: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP) (Ping timeout)
  2202. # [17:44] * Quits: Gentlecat (Roman@33372638.3934400D.8FB52CB8.IP) (Quit: Leaving)
  2203. # [17:44] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2204. # [17:45] * jhford-work is now known as jhford-buildduty
  2205. # [17:46] * Joins: Gentlecat (Roman@33372638.3934400D.8FB52CB8.IP)
  2206. # [17:46] <mak> mbrubeck: done, starting from bottom
  2207. # [17:46] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Ping timeout)
  2208. # [17:47] * Quits: ahal (ahal@moz-21E37A5C.uwaterloo.ca) (Ping timeout)
  2209. # [17:47] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  2210. # [17:48] <ewong> does anyone know if Neil Deakin frequents irc, and if so, what his nick is?
  2211. # [17:48] <mak> ewong: Enn
  2212. # [17:48] * Joins: sheppy (sheppy@moz-807F96AA.sub-166-248-70.myvzw.com)
  2213. # [17:48] <ewong> mak thanks!
  2214. # [17:49] <ewong> !seen enn
  2215. # [17:49] <firebot> enn was last seen 2 days, 19 hours, 6 minutes and 14 seconds ago, saying 'don't know. that's what I'm asking' in #fx-team.
  2216. # [17:49] <mbrubeck> mak: done!
  2217. # [17:49] * Joins: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2218. # [17:50] <mak> mbrubeck: wt.... do you have a script?
  2219. # [17:50] <philor> mbrubeck: I actually filed a separate bug for robopan non-zero return code
  2220. # [17:50] <mbrubeck> mak: nope!
  2221. # [17:50] <mbrubeck> philor: oh, okay
  2222. # [17:50] <mak> mbrubeck: so, are you a bugzilla bot?
  2223. # [17:50] * Joins: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP)
  2224. # [17:50] <philor> ninja, not bot
  2225. # [17:50] <mbrubeck> I think I can mark merged bugs in my sleep by now...
  2226. # [17:50] * mak feels it's time to retire
  2227. # [17:51] <mak> philor: we may go fishing, do you know some good river?
  2228. # [17:51] <philor> indeed I do
  2229. # [17:51] <mbrubeck> Hit the "(edit)" link next to the Status field at the top, press "R", middle-click in the comment box to paste (I'm on Linux), click Save
  2230. # [17:51] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  2231. # [17:51] <Ms2ger> Maybe fish in the rice fields?
  2232. # [17:52] <mak> Ms2ger: I did once, nice catfishes
  2233. # [17:52] <mak> and some small carp
  2234. # [17:52] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Ping timeout)
  2235. # [17:52] <jhammel> a load of carp?
  2236. # [17:53] <Ms2ger> Just some
  2237. # [17:53] <Ms2ger> OTOH, he gets to fish enough carp in inbound
  2238. # [17:53] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  2239. # [17:53] * Joins: vsrao (quassel@FDD8FE40.3FDB0780.9FEB19E.IP)
  2240. # [17:53] * Quits: vsrao (quassel@FDD8FE40.3FDB0780.9FEB19E.IP) (Quit: vsrao)
  2241. # [17:54] * jmaher|afk is now known as jmaher
  2242. # [17:54] <mak> mbrubeck: yeah, you have the record, I spend to much time checking if the bug is in a sane state :)
  2243. # [17:54] <mbrubeck> mak: Oh wait, I didn't notice that the change to elide on TBPL is deployed (!)
  2244. # [17:54] <mbrubeck> no wonder the merge looked so short
  2245. # [17:54] <mak> disqualified!
  2246. # [17:54] <mbrubeck> looks like I have more work to do. :D
  2247. # [17:55] <gcp_> https://testpilot.mozillalabs.com/testcases/firefox-plugin-memory-consumption.html
  2248. # [17:55] <gcp_> (the page seems to misrender in nightly)
  2249. # [17:55] <gcp_> do I read this correctly that google updater boosts our memory usage by 150M?
  2250. # [17:56] * Joins: kaze (kaze@moz-D1275BA5.w90-46.abo.wanadoo.fr)
  2251. # [17:56] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  2252. # [17:56] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Ping timeout)
  2253. # [17:57] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  2254. # [17:57] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  2255. # [17:57] <derf> So, what happens if a webpage with a (non-mixed-content) https origin opens a WebSocket via http?
  2256. # [17:58] * Joins: myk (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2257. # [17:58] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  2258. # [17:58] <Ms2ger> derf, mitm
  2259. # [17:58] <Ms2ger> Or an error
  2260. # [17:58] * Quits: jfkthame (jfkthame@A0505678.6E78B65D.CDBA6951.IP) (Ping timeout)
  2261. # [17:58] * fabrice|afk is now known as fabrice
  2262. # [17:59] <derf> Ms2ger: Yes, that is the question.
  2263. # [18:00] <Ms2ger> "If secure is false but the origin of the entry script has a scheme component that is itself a secure protocol, e.g. HTTPS, then throw a SecurityError exception."
  2264. # [18:00] * Joins: beaufour (beaufour@18D5CC88.C7EE4FB2.ECED8BE3.IP)
  2265. # [18:00] <Ms2ger> There you go
  2266. # [18:00] <derf> Thanks.
  2267. # [18:01] * Joins: gwagner (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  2268. # [18:01] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  2269. # [18:02] <mbrubeck> mak: Okay, looks like we're done for real now. :)
  2270. # [18:02] * Quits: kaze (kaze@moz-D1275BA5.w90-46.abo.wanadoo.fr) (Quit: WeeChat 0.3.5)
  2271. # [18:02] * ewong is now known as ewong|sleep
  2272. # [18:02] <mak> yes, just have to send a mail
  2273. # [18:02] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: Eaten by grue.)
  2274. # [18:02] * Joins: kaze (kaze@moz-D1275BA5.w90-46.abo.wanadoo.fr)
  2275. # [18:02] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  2276. # [18:03] * Joins: ehsan (ehsan@moz-11807947.sub-166-250-44.myvzw.com)
  2277. # [18:03] * ChanServ sets mode: +o ehsan
  2278. # [18:04] * Quits: kaze (kaze@moz-D1275BA5.w90-46.abo.wanadoo.fr) (Ping timeout)
  2279. # [18:05] * Joins: madhava_ (madhava@F2D29657.F60B0462.67AC9B1.IP)
  2280. # [18:05] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  2281. # [18:05] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2282. # [18:05] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2283. # [18:05] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  2284. # [18:06] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2285. # [18:06] * Quits: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2286. # [18:06] * madhava_ is now known as madhava
  2287. # [18:06] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Ping timeout)
  2288. # [18:07] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  2289. # [18:07] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  2290. # [18:08] * Quits: gabor (gabor@moz-FD4AA196.pool.digikabel.hu) (Ping timeout)
  2291. # [18:08] * Quits: SeoZ (DanielJuyu@E9B5BAA5.F5246840.EAF0BD7A.IP) (Quit: Leaving)
  2292. # [18:09] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  2293. # [18:10] * Quits: hvq (HVQ@moz-3A65C637.dynip.nus.edu.sg) (Ping timeout)
  2294. # [18:11] * Joins: ahal (ahal@moz-21E37A5C.uwaterloo.ca)
  2295. # [18:11] * edransch is now known as edransch-lunch
  2296. # [18:11] * Quits: Jan_ (Jan@moz-E22D5F94.ias.bredband.telia.com) (Ping timeout)
  2297. # [18:11] * Quits: automata (automata@8D23278A.C27CA109.16867D26.IP) (Ping timeout)
  2298. # [18:11] * Joins: Gentlecat_ (Roman@33372638.3934400D.8FB52CB8.IP)
  2299. # [18:11] * Quits: Gentlecat_ (Roman@33372638.3934400D.8FB52CB8.IP) (Connection reset by peer)
  2300. # [18:11] * Quits: joey (chatzilla@moz-EFCB4CBF.princetowncable.com) (Input/output error)
  2301. # [18:11] * catlee is now known as catlee-lunch
  2302. # [18:12] * rail is now known as rail-lunch
  2303. # [18:12] * mjessome is now known as mjessome|lunch
  2304. # [18:12] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Ping timeout)
  2305. # [18:13] * khuey|away is now known as khuey
  2306. # [18:13] * Joins: maikmerten (maikmerten@moz-93169EC4.dynamic.qsc.de)
  2307. # [18:13] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  2308. # [18:15] * Joins: rohan (Mibbit@A6B342FE.2C2BFB59.35E0727C.IP)
  2309. # [18:16] * Joins: redfive (redfive@moz-B94E1A81.ipnetworksinc.net)
  2310. # [18:16] * Quits: mak (chatzilla@moz-AEDC8074.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  2311. # [18:16] * padenot|away is now known as padenot
  2312. # [18:16] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Ping timeout)
  2313. # [18:17] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  2314. # [18:18] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2315. # [18:18] * Quits: gwagner (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  2316. # [18:18] * Quits: @bz_sleep (bzbarsky@A0505678.6E78B65D.CDBA6951.IP) (Ping timeout)
  2317. # [18:19] * Quits: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net) (Quit: Leaving...)
  2318. # [18:19] <askalski> hi
  2319. # [18:19] <askalski> is there something like ccache for windows, or should I just remove this line from .mozconfig?
  2320. # [18:19] <askalski> I am doing tests on windows
  2321. # [18:19] * Joins: smontagu (chatzilla@93B4174C.6E78B65D.CDBA6951.IP)
  2322. # [18:19] * Joins: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com)
  2323. # [18:20] * armenzg_mtg is now known as armenzg
  2324. # [18:20] * joduinn is now known as joduinn-food
  2325. # [18:22] * Joins: dbaron (dbaron@93B4174C.6E78B65D.CDBA6951.IP)
  2326. # [18:22] * ChanServ sets mode: +o dbaron
  2327. # [18:22] * Joins: priya (Adium@moz-BBE3ABD.mv.mozilla.com)
  2328. # [18:22] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Quit: faramarz)
  2329. # [18:22] <avih> roc: hey :) could you please have a look at my aurora approval request (but 737758 comment 34), and see if my risk assessment is reasonable?
  2330. # [18:22] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Ping timeout)
  2331. # [18:23] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  2332. # [18:24] * Quits: davidillsley (chatzilla@moz-DBDD9545.range86-145.btcentralplus.com) (Client exited)
  2333. # [18:24] * Joins: bent (chatzilla@moz-691E95BB.sub-166-250-48.myvzw.com)
  2334. # [18:24] * Joins: davidillsley (chatzilla@moz-DBDD9545.range86-145.btcentralplus.com)
  2335. # [18:25] * Joins: kaze (kaze@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  2336. # [18:25] <smontagu> ehsan: public-i18n-bidi@w3.org
  2337. # [18:26] <@ehsan> smontagu: oh that one I had not CCed
  2338. # [18:26] <@ehsan> just did
  2339. # [18:26] <smontagu> ta
  2340. # [18:26] * Joins: jet (junglecode@moz-11807947.sub-166-250-44.myvzw.com)
  2341. # [18:26] * Joins: kumar (kmcmillan@moz-1B6109EC.hsd1.wa.comcast.net)
  2342. # [18:26] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Ping timeout)
  2343. # [18:27] * glob is now known as glob|away
  2344. # [18:27] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  2345. # [18:27] * Quits: jprmc (jprmc@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  2346. # [18:30] * Joins: fxa90id (fxa90id@moz-57B0F0F7.neoplus.adsl.tpnet.pl)
  2347. # [18:30] * philor is now known as philor|away
  2348. # [18:34] * philor|away is now known as philor
  2349. # [18:34] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  2350. # [18:34] * Joins: jgriffin (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net)
  2351. # [18:35] * Quits: sfink (chatzilla@moz-9B3B02C7.dsl.pltn13.sbcglobal.net) (Client exited)
  2352. # [18:36] * Quits: hashken (hashken@moz-90D7D72.nowhere-else.org) (Client exited)
  2353. # [18:36] * Joins: automata (automata@moz-1CE7A56D.ifsc.usp.br)
  2354. # [18:36] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  2355. # [18:37] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  2356. # [18:37] * Quits: pascalc (chatzilla@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  2357. # [18:38] * Quits: sheppy (sheppy@moz-807F96AA.sub-166-248-70.myvzw.com) (Ping timeout)
  2358. # [18:39] * Joins: tn (tn@A0505678.6E78B65D.CDBA6951.IP)
  2359. # [18:39] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Connection reset by peer)
  2360. # [18:40] * Joins: sheppy (sheppy@moz-807F96AA.sub-166-248-70.myvzw.com)
  2361. # [18:40] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Ping timeout)
  2362. # [18:41] * wlach|biab is now known as wlach
  2363. # [18:41] * AutomatedTester|AFK is now known as AutomatedTester
  2364. # [18:41] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2365. # [18:41] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  2366. # [18:41] * Quits: jet (junglecode@moz-11807947.sub-166-250-44.myvzw.com) (Quit: jet)
  2367. # [18:42] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  2368. # [18:42] * Quits: sheppy (sheppy@moz-807F96AA.sub-166-248-70.myvzw.com) (Ping timeout)
  2369. # [18:43] * Quits: florian (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird -- http://www.instantbird.com)
  2370. # [18:43] * Joins: bsmith (bsmith@moz-6BB70391.hsd1.ca.comcast.net)
  2371. # [18:43] * armenzg is now known as armenzg_lunch
  2372. # [18:44] * Joins: joey (chatzilla@moz-E31CD2CB.mozilla.org)
  2373. # [18:44] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2374. # [18:44] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  2375. # [18:44] * edransch-lunch is now known as edransch
  2376. # [18:45] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  2377. # [18:45] * rail-lunch is now known as rail
  2378. # [18:45] * Joins: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com)
  2379. # [18:45] * Joins: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net)
  2380. # [18:45] * Quits: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net) (Quit: damons)
  2381. # [18:45] * mjessome|lunch is now known as mjessome
  2382. # [18:45] * Joins: dcamp (dave@9E727688.17C2F9C.163DC5C6.IP)
  2383. # [18:47] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2384. # [18:49] * Quits: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net) (Quit: Leaving.)
  2385. # [18:49] * philor is now known as philor|away
  2386. # [18:49] * Quits: ahal (ahal@moz-21E37A5C.uwaterloo.ca) (Connection reset by peer)
  2387. # [18:50] * Joins: pike_ (pike@moz-DEF53BC9.fbx.proxad.net)
  2388. # [18:50] * Quits: pike_ (pike@moz-DEF53BC9.fbx.proxad.net) (Quit: Quitte)
  2389. # [18:51] * Quits: jgriffin (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net) (Ping timeout)
  2390. # [18:53] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Client exited)
  2391. # [18:53] * Joins: mwu (mwu@moz-BBE3ABD.mv.mozilla.com)
  2392. # [18:54] <Ms2ger> !summon gerv
  2393. # [18:54] * Joins: knelson (Adium@moz-BBE3ABD.mv.mozilla.com)
  2394. # [18:54] * Joins: jgriffin_ (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net)
  2395. # [18:55] * Joins: mccr8 (mccr8@93B4174C.6E78B65D.CDBA6951.IP)
  2396. # [18:55] * Parts: knelson (Adium@moz-BBE3ABD.mv.mozilla.com)
  2397. # [18:55] <jwir3> how do I go about requesting approval for a backout of a patch from beta?
  2398. # [18:55] * Joins: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk)
  2399. # [18:56] <Ms2ger> Prepare a backout patch, put it on bugzilla, set the flag?
  2400. # [18:56] * Quits: jviereck1 (Adium@moz-35B36FA2.ethz.ch) (Quit: Leaving.)
  2401. # [18:56] * Joins: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp)
  2402. # [18:57] * Quits: Wevah (Wevah@moz-5435D49F.stcd.qwest.net) (Quit: HARR)
  2403. # [18:57] * Joins: KWierso (chatzilla@moz-D7FBF114.client.mchsi.com)
  2404. # [18:57] * Joins: Wevah (Wevah@moz-5435D49F.stcd.qwest.net)
  2405. # [18:58] * Quits: hub (hub@83874EA1.EB7C1AF9.6F478678.IP) (Ping timeout)
  2406. # [18:58] * Joins: JeroenDeDauw (jeroen@C72A005F.91A2CC96.6D5952B2.IP)
  2407. # [18:58] * sheppy-lunch is now known as sheppy
  2408. # [18:59] * Joins: terrence (terrence@F471FC4.BA5D982D.ED954971.IP)
  2409. # [18:59] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2410. # [19:00] * Joins: jviereck (Adium@moz-35B36FA2.ethz.ch)
  2411. # [19:00] * Quits: MarcoZ (Daily@moz-1610DB8F.dip.t-dialin.net) (Quit: See you tomorrow!)
  2412. # [19:01] <@bsmedberg> what's up with the inbound test bustage?
  2413. # [19:02] <@bsmedberg> Resolving ftp.mozilla.org... failed: Temporary failure in name resolution.
  2414. # [19:02] <@bsmedberg> wget: unable to resolve host address `ftp.mozilla.org'
  2415. # [19:02] * Joins: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2416. # [19:02] <@bsmedberg> heh
  2417. # [19:02] <Ms2ger> https://wiki.mozilla.org/images/5/56/Land_patch_-_go_home.jpg
  2418. # [19:02] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  2419. # [19:02] <gcp_> niice
  2420. # [19:02] <@bsmedberg> jhford-buildduty: ^^ should I worry you?
  2421. # [19:02] <jhford-buildduty> bsmedberg: hmm, that's a problem
  2422. # [19:03] <jhford-buildduty> bsmedberg: on i
  2423. # [19:03] <jhford-buildduty> t
  2424. # [19:05] * Quits: kaze (kaze@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  2425. # [19:07] * Joins: Lucas_ (Lucas@moz-BBE3ABD.mv.mozilla.com)
  2426. # [19:07] * joduinn-food is now known as joduinn-mtg
  2427. # [19:07] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jet)
  2428. # [19:09] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  2429. # [19:09] * Quits: redfive (redfive@moz-B94E1A81.ipnetworksinc.net) (Quit: redfive)
  2430. # [19:09] * Joins: jlebar|mac (~jlebarmac@F471FC4.BA5D982D.ED954971.IP)
  2431. # [19:10] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2432. # [19:11] * Quits: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP) (Client exited)
  2433. # [19:11] * Quits: bkero (bkero2@moz-ED825A1B.members.linode.com) (sand.mozilla.org gravel.mozilla.org)
  2434. # [19:11] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2435. # [19:12] * AutomatedTester is now known as AutomatedTester|AFK
  2436. # [19:12] * Joins: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP)
  2437. # [19:12] * Joins: biesi (cbiesinger@moz-7BB2E24D.corp.tfbnw.net)
  2438. # [19:13] * Quits: JeroenDeDauw (jeroen@C72A005F.91A2CC96.6D5952B2.IP) (Ping timeout)
  2439. # [19:13] * Joins: bkero (bkero2@moz-ED825A1B.members.linode.com)
  2440. # [19:13] * Joins: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com)
  2441. # [19:13] * Quits: espindol_ (espindola@moz-6E82CD36.dsl.teksavvy.com) (Ping timeout)
  2442. # [19:13] * Quits: Lucas_ (Lucas@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2443. # [19:13] * Quits: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP) (Client exited)
  2444. # [19:13] * Joins: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com)
  2445. # [19:15] * Quits: bkero (bkero2@moz-ED825A1B.members.linode.com) (Ping timeout)
  2446. # [19:15] * Joins: espindola (espindola@moz-8444AD66.dsl.teksavvy.com)
  2447. # [19:15] * Quits: kutsurak (pex@moz-CD418CD.w90-46.abo.wanadoo.fr) (Client exited)
  2448. # [19:15] * Quits: timdream (timdream@moz-4B9BEE5F.dynamic.kbtelecom.net) (Quit: timdream)
  2449. # [19:16] * mattwoodrow|away is now known as mattwoodrow
  2450. # [19:16] * Joins: JeroenDeDauw (jeroen@211F5B7B.60045273.6D5952B2.IP)
  2451. # [19:16] * philor|away is now known as philor
  2452. # [19:17] * Quits: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  2453. # [19:17] * Joins: bkero (bkero2@moz-ED825A1B.members.linode.com)
  2454. # [19:17] * Joins: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com)
  2455. # [19:17] * Quits: kaie (kaie@71B162A0.F91FFC87.3D479ACE.IP) (Quit: Leaving)
  2456. # [19:20] * Joins: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP)
  2457. # [19:20] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  2458. # [19:20] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  2459. # [19:21] * Joins: timA (Instantbir@moz-535753DA.hsd1.or.comcast.net)
  2460. # [19:21] * Joins: kaze (kaze@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  2461. # [19:22] <joe> bent: https://bugzilla.mozilla.org/show_bug.cgi?id=636870
  2462. # [19:23] <joe> bjacob: ^^
  2463. # [19:23] <joe> we blacklist opengl now right?
  2464. # [19:23] <joe> bjacob: perhaps bug https://bugzilla.mozilla.org/show_bug.cgi?id=650479 should be reenabled?
  2465. # [19:23] <joe> er reopened
  2466. # [19:23] * Joins: jprmc (jprmc@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2467. # [19:25] * Joins: pnemsak (Miranda@80CFE454.10D9684B.4F33160D.IP)
  2468. # [19:25] * Quits: JeroenDeDauw (jeroen@211F5B7B.60045273.6D5952B2.IP) (Ping timeout)
  2469. # [19:25] * Joins: nattokirai (nattokirai@93B4174C.6E78B65D.CDBA6951.IP)
  2470. # [19:25] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  2471. # [19:25] * Joins: yuan_ (ywang@moz-BBE3ABD.mv.mozilla.com)
  2472. # [19:26] * rail is now known as rail_away
  2473. # [19:27] * Quits: mwu (mwu@moz-BBE3ABD.mv.mozilla.com) (Quit: This computer has gone to sleep)
  2474. # [19:27] * catlee-lunch is now known as catlee
  2475. # [19:27] <bjacob> joe: we dont block opengl;
  2476. # [19:27] <bjacob> jeff talkign to me, sorry
  2477. # [19:27] <joe> wha really?
  2478. # [19:27] <joe> i thought we did
  2479. # [19:28] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  2480. # [19:28] * Joins: gozala (gozala@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2481. # [19:28] <joe> definitely bent's laptop has webgl disabled
  2482. # [19:29] * Joins: sicking (chatzilla@93B4174C.6E78B65D.CDBA6951.IP)
  2483. # [19:29] <bjacob> joe: no. on optimus, we can't use angle rendering because that uses d3d9 which uses the intel card, while d3d10 rendering uses the nvidia card, iirc
  2484. # [19:29] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  2485. # [19:29] <joe> yep
  2486. # [19:29] <joe> instacrash
  2487. # [19:29] <bjacob> joe: the solution to fix that will be:
  2488. # [19:29] <bjacob> joe: angle d3d11 backend
  2489. # [19:29] * Joins: redfive (redfive@moz-B94E1A81.ipnetworksinc.net)
  2490. # [19:29] <joe> well
  2491. # [19:29] <joe> people can force on newer drivers
  2492. # [19:29] <joe> so if we use those newer drivers
  2493. # [19:29] <joe> err if we can test and detect
  2494. # [19:29] <joe> we can use angle d3d9
  2495. # [19:29] <jwir3> should I request review for a backout patch? or just approval?
  2496. # [19:29] * Joins: cdiehl_ (cdiehl@moz-74C57263.pool.mediaways.net)
  2497. # [19:30] <bjacob> joe: are you saying that on newer drivers we could force d3d9 to use nvidia?
  2498. # [19:30] * Quits: cdiehl (cdiehl@moz-BB0021A0.pool.mediaways.net) (Ping timeout)
  2499. # [19:30] * cdiehl_ is now known as cdiehl
  2500. # [19:30] <joe> bjacob: all I'm saying is that people can force-enable webgl
  2501. # [19:30] <joe> and it works
  2502. # [19:30] * Joins: hub (hub@21B7B9F2.B87E9213.6E712CE2.IP)
  2503. # [19:30] <joe> whereas it used to crash immediately
  2504. # [19:30] <Ms2ger> jwir3, did someone sign off your m-c backout?
  2505. # [19:30] <bent> s/people/bent at least/
  2506. # [19:30] <joe> heh
  2507. # [19:30] <joe> bent + vlad
  2508. # [19:30] <bjacob> joe: i prefer the current solution of using opengl
  2509. # [19:30] <joe> end of exhaustive list
  2510. # [19:30] <bjacob> joe: we want to do more of that, anyway
  2511. # [19:30] <joe> bjacob: i wonder why bent's laptop won't use native GL
  2512. # [19:30] * armenzg_lunch is now known as armenzg
  2513. # [19:31] <joe> bent: can you pastebin your about:support?
  2514. # [19:31] <bjacob> joe: does it have optimus?
  2515. # [19:31] <Ms2ger> joe, += me
  2516. # [19:31] <jwir3> Ms2ger: No, I'm just going to back out of beta. Because it's too late to get a fix in. Other releases will remain with the patch in
  2517. # [19:31] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jet)
  2518. # [19:31] <bent> joe, one sec
  2519. # [19:31] <Ms2ger> jwir3, I'd r?, then
  2520. # [19:31] * Quits: sicking (chatzilla@93B4174C.6E78B65D.CDBA6951.IP) (Ping timeout)
  2521. # [19:31] <jwir3> Ms2ger: Just to clarify, noone has approved it yet - that's the plan, to request approval for beta
  2522. # [19:31] <BenWa> The MOZ_COUNT_CTOR stuff is checked in debug tinderbox test runs correct?
  2523. # [19:31] <jwir3> ms2ger: ok
  2524. # [19:31] <Ms2ger> BenWa, sure should
  2525. # [19:31] <jwir3> Ms2ger: Thanks
  2526. # [19:31] <Ms2ger> Np
  2527. # [19:31] <bjacob> joe: opengl is the future anyway :) we should do the nvx interop to make the opengl path fast
  2528. # [19:31] <BenWa> ok great, I suspect an object may be leaking so I'm going to add MOZ_COUNT_CTOR to it
  2529. # [19:32] * rail_away is now known as rail
  2530. # [19:32] * Quits: evilpie_ (evilpie@moz-58EFCDDD.pools.arcor-ip.net) (Connection reset by peer)
  2531. # [19:32] <bent> joe, BenWa, http://pastebin.mozilla.org/1543788
  2532. # [19:32] <bent> er
  2533. # [19:32] <bent> BenWa, sorry
  2534. # [19:32] <bent> bjacob, ^
  2535. # [19:33] * Joins: bonnie (bbsurender@93B4174C.6E78B65D.CDBA6951.IP)
  2536. # [19:34] * Joins: timdream (timdream@moz-4B9BEE5F.dynamic.kbtelecom.net)
  2537. # [19:34] <bjacob> bent: do you have any gfx.blacklist.* prefs? if yes, reset them. if no, i guess that's a bug in our blacklisting code with dual gpus
  2538. # [19:35] * Joins: TheOne (one@moz-17F7855C.dip.t-dialin.net)
  2539. # [19:35] <bjacob> oh
  2540. # [19:35] <bjacob> i think i know
  2541. # [19:35] <bent> bjacob, no, no blacklist prefs
  2542. # [19:35] <bjacob> so
  2543. # [19:35] * Quits: rohan (Mibbit@A6B342FE.2C2BFB59.35E0727C.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2544. # [19:35] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  2545. # [19:35] <bjacob> we want to use OpenGL because of Optimus, but we detect a Intel GPU and therefore blacklist OpenGL
  2546. # [19:36] <bjacob> i'd have to verify this, at this point that's just a theory
  2547. # [19:36] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2548. # [19:36] * Joins: cadecairos (cadecairos@EDDEAA06.33EE9F8A.1139E686.IP)
  2549. # [19:36] <joe> bent: so! welcome to the life of the graphics team :)
  2550. # [19:37] <bent> heh
  2551. # [19:37] <bent> so this is something new?
  2552. # [19:37] <bjacob> yep
  2553. # [19:37] <bjacob> bent: can you webgl.force-enable and re-post about:support?
  2554. # [19:37] <bent> i do have two prefs that are custom somehow
  2555. # [19:37] * Joins: gakiwate (Gautam@3AD1CBD5.809D2ACB.314AAB94.IP)
  2556. # [19:37] <bent> gfx.content.azure.enabled;false
  2557. # [19:37] <bent> gfx.direct3d.prefer_10_1;true
  2558. # [19:37] <bent> dunno why
  2559. # [19:37] <bjacob> not relevant
  2560. # [19:37] <bent> ok
  2561. # [19:38] <bjacob> me neither
  2562. # [19:38] <bent> i'll force and repost
  2563. # [19:38] <bjacob> if my theory is true, you'll get WebGL Renderer = your NVIDIA OpenGL driver
  2564. # [19:38] * Joins: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net)
  2565. # [19:39] <bent> bjacob, http://pastebin.mozilla.org/1543792
  2566. # [19:39] <joe> yeah, and if bjacob's theory is incorrect, we should all quit and become bricklayers
  2567. # [19:39] <joe> aaahhhh angle
  2568. # [19:39] <joe> noooo
  2569. # [19:39] <bjacob> joe: on the Intel GPU!!!
  2570. # [19:39] <bent> bricklayers!
  2571. # [19:39] <joe> bricklayers it is
  2572. # [19:39] <bjacob> so
  2573. # [19:40] * Joins: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP)
  2574. # [19:40] * mdas is now known as mdas|afk
  2575. # [19:40] * Quits: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net) (Quit: Leaving...)
  2576. # [19:40] <bjacob> bent: looks like you're completely on the Intel GPU atm?
  2577. # [19:40] <bjacob> bent: how does Optimus decide to switch GPUs?
  2578. # [19:41] <joe> by sacrificing goats I believe
  2579. # [19:41] * Quits: automata (automata@moz-1CE7A56D.ifsc.usp.br) (Ping timeout)
  2580. # [19:41] <bent> bjacob, nvidia has a control panel that lets you choose which adapter is used, i think
  2581. # [19:41] <bent> but it has some internal smarts to pick itself
  2582. # [19:41] * Quits: redfive (redfive@moz-B94E1A81.ipnetworksinc.net) (Quit: redfive)
  2583. # [19:41] <bent> in "default" mode
  2584. # [19:41] <bent> er, "auto-select"
  2585. # [19:42] <bjacob> how does it auto select?
  2586. # [19:42] <bjacob> can we influence it?
  2587. # [19:42] <bent> i have no idea
  2588. # [19:42] * Quits: mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  2589. # [19:42] <bjacob> we just figured it out on Mac...
  2590. # [19:43] * jaws is now known as jaws|afk
  2591. # [19:43] <bent> it has the ability to download configuration data from nvidia for specific programs i think
  2592. # [19:43] <askalski> hi everyone, can someone assist me with a dumb windows compile problem?
  2593. # [19:43] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  2594. # [19:43] <bent> but it doesn't seem to have any special config for firefox
  2595. # [19:43] * Quits: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP) (Ping timeout)
  2596. # [19:43] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  2597. # [19:44] * Joins: mixedpuppy (mixedpuppy@21B7B9F2.B87E9213.6E712CE2.IP)
  2598. # [19:44] <@khuey> askalski: hi
  2599. # [19:44] <askalski> khuey, hi
  2600. # [19:44] * Joins: mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  2601. # [19:44] <bjacob> bent: that's confirming that it's as crappy as I feared :/
  2602. # [19:45] <bjacob> i guess we'll have to content ourselves with not crashing on optimus
  2603. # [19:45] * Joins: WeirdAl (chatzilla@moz-D461843.ask.info)
  2604. # [19:45] <askalski> khuey, can @obj-dir be used in windows build?
  2605. # [19:46] * Joins: dvander_ (dvander@93B4174C.6E78B65D.CDBA6951.IP)
  2606. # [19:46] <askalski> khuey, mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-ff-dbg
  2607. # [19:46] <@khuey> yes
  2608. # [19:47] * mdas|afk is now known as mdas
  2609. # [19:48] * Joins: redfive (redfive@moz-B94E1A81.ipnetworksinc.net)
  2610. # [19:48] <@bsmedberg> oh god, I hate it when packager.mk is my enemy
  2611. # [19:48] * Joins: bmoss (bmoss@moz-54D507F.hsd1.ca.comcast.net)
  2612. # [19:49] * Quits: bmoss (bmoss@moz-54D507F.hsd1.ca.comcast.net) (Quit: bmoss)
  2613. # [19:49] * jhford-buildduty is now known as jhford-work
  2614. # [19:49] * Quits: jlebar|mac (~jlebarmac@F471FC4.BA5D982D.ED954971.IP) (Ping timeout)
  2615. # [19:49] * Quits: terrence (terrence@F471FC4.BA5D982D.ED954971.IP) (Ping timeout)
  2616. # [19:49] * Quits: @ehsan (ehsan@moz-11807947.sub-166-250-44.myvzw.com) (Ping timeout)
  2617. # [19:49] * Quits: bent (chatzilla@moz-691E95BB.sub-166-250-48.myvzw.com) (Ping timeout)
  2618. # [19:49] * Joins: willy1234x1|2 (willy1234x@moz-73D1737B.slkc.qwest.net)
  2619. # [19:49] * Joins: bent (chatzilla@moz-11807947.sub-166-250-44.myvzw.com)
  2620. # [19:50] <philor> you had me at hate it when packager.mk
  2621. # [19:50] * Quits: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2622. # [19:50] * Joins: jlebar|mac (~jlebarmac@moz-11807947.sub-166-250-44.myvzw.com)
  2623. # [19:50] * Joins: hvq (HVQ@moz-3A65C637.dynip.nus.edu.sg)
  2624. # [19:50] * Quits: willy1234x1 (willy1234x@moz-A8411F.slkc.qwest.net) (Ping timeout)
  2625. # [19:50] * Joins: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com)
  2626. # [19:50] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jet)
  2627. # [19:51] <joe> you had me at "you"
  2628. # [19:52] <bjacob> you
  2629. # [19:52] <mbrubeck> me
  2630. # [19:52] * Quits: gakiwate (Gautam@3AD1CBD5.809D2ACB.314AAB94.IP) (Client exited)
  2631. # [19:52] * Joins: willy1234x1 (willy1234x@moz-89962691.slkc.qwest.net)
  2632. # [19:52] * Quits: willy1234x1|2 (willy1234x@moz-73D1737B.slkc.qwest.net) (Ping timeout)
  2633. # [19:52] * Quits: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2634. # [19:52] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2635. # [19:53] * Joins: supreet (quassel@755C83A.A46A0F38.DF11F364.IP)
  2636. # [19:53] * Quits: tn (tn@A0505678.6E78B65D.CDBA6951.IP) (Ping timeout)
  2637. # [19:53] * Joins: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2638. # [19:54] * Quits: supreet (quassel@755C83A.A46A0F38.DF11F364.IP) (Client exited)
  2639. # [19:54] * Quits: pranavrc (pranavrc@B6353DAF.D65816C7.520CDC98.IP) (Ping timeout)
  2640. # [19:55] * mdas is now known as mdas|afk
  2641. # [19:55] * jaws|afk is now known as jaws
  2642. # [19:55] <bent> bjacob,
  2643. # [19:55] <bent> Specifically, it sends a signal to power-on the GPU when it finds the following three call types:
  2644. # [19:55] <bent> - DX Calls: Any 3D game engine or DirectX application will trigger these calls
  2645. # [19:55] <bent> - DXVA Calls: Video playback will trigger these calls (DXVA = DirectX Video Acceleration)
  2646. # [19:55] <bent> - CUDA Calls: CUDA applications will trigger these calls
  2647. # [19:56] * Joins: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com)
  2648. # [19:56] <bjacob> bent: that contradicts our facts: about:support says you have layers acceleration working using d3d10 calls, so according to this, it should use the discrete GPU
  2649. # [19:57] <bjacob> oh
  2650. # [19:57] <bjacob> so
  2651. # [19:57] <bent> well, i think this doc is saying that it magically does this behind the scenes
  2652. # [19:57] * Quits: mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  2653. # [19:57] <bjacob> it's using the discrete GPU for layers accel and Intel for WebGL/angle/d3d9. makes sense, that's consistent with our experience
  2654. # [19:58] <bjacob> yeah i see
  2655. # [19:58] <bjacob> sp
  2656. # [19:58] <bjacob> so
  2657. # [19:58] * Joins: ehsan (ehsan@moz-11807947.sub-166-250-44.myvzw.com)
  2658. # [19:58] * ChanServ sets mode: +o ehsan
  2659. # [19:58] <bjacob> we need to choose the OpenGL path as soon as we see optimus
  2660. # [19:58] <bjacob> please file a bug, assign to me
  2661. # [19:58] <bent> btw, reading from http://www.nvidia.com/object/LO_optimus_whitepapers.html
  2662. # [19:58] * Quits: willy1234x1 (willy1234x@moz-89962691.slkc.qwest.net) (Ping timeout)
  2663. # [19:59] <bent> bjacob, that also talks about the 'profile' things, config files
  2664. # [19:59] <bjacob> title "WebGL disabled on optimus, and force-enabling doesn't use OpenGL"
  2665. # [19:59] <bjacob> thanks
  2666. # [19:59] * Quits: joe_walker (joe_walker@moz-15405DDA.cable.virginmedia.com) (Quit: Leaving)
  2667. # [19:59] <bjacob> link to that from the bug
  2668. # [19:59] <bent> you want my about:support things in there too?
  2669. # [19:59] <bent> or is the summary enough?
  2670. # [19:59] <bjacob> about:support with and without webgl force-enable
  2671. # [19:59] <bjacob> from your pastebins
  2672. # [19:59] * Joins: dao (dao@moz-2C9B5958.superkabel.de)
  2673. # [20:00] * Joins: bz (bzbarsky@93B4174C.6E78B65D.CDBA6951.IP)
  2674. # [20:00] * ChanServ sets mode: +o bz
  2675. # [20:00] * Parts: dvander_ (dvander@93B4174C.6E78B65D.CDBA6951.IP) (Linkinus - http://linkinus.com)
  2676. # [20:01] * Quits: timdream (timdream@moz-4B9BEE5F.dynamic.kbtelecom.net) (Quit: timdream)
  2677. # [20:01] * Joins: davidb (davidb@471D72E.2257F909.F30C9E9E.IP)
  2678. # [20:01] * Joins: willy1234x1 (willy1234x@moz-C5681849.slkc.qwest.net)
  2679. # [20:02] * Joins: rs (rs@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2680. # [20:03] * bjacob goes back to the scary world of mobile
  2681. # [20:03] * Joins: gwagner_ (idefix@moz-E329B079.sub-166-250-44.myvzw.com)
  2682. # [20:03] <Ms2ger> Morning, bz
  2683. # [20:04] * Joins: dpells (Mibbit@359474EB.B26786F4.36798E3A.IP)
  2684. # [20:05] * Joins: tchevalier (tchevalier@moz-A6887E1F.w90-48.abo.wanadoo.fr)
  2685. # [20:05] * Joins: terrence (terrence@5516EF0D.20949D15.ED954971.IP)
  2686. # [20:06] * Joins: Boriss_ (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2687. # [20:06] * Quits: jviereck (Adium@moz-35B36FA2.ethz.ch) (Quit: Leaving.)
  2688. # [20:07] * Quits: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  2689. # [20:07] * Boriss_ is now known as Boriss
  2690. # [20:07] * Joins: sfink (chatzilla@5516EF0D.20949D15.ED954971.IP)
  2691. # [20:08] * Parts: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  2692. # [20:08] * Joins: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP)
  2693. # [20:08] * armenzg is now known as armenzg_mtg
  2694. # [20:08] * Joins: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net)
  2695. # [20:09] * Quits: smagnin (pike@moz-DEF53BC9.fbx.proxad.net) (Quit: Quitte)
  2696. # [20:09] * Joins: smagnin (pike@moz-DEF53BC9.fbx.proxad.net)
  2697. # [20:10] * Quits: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
  2698. # [20:10] <gavin> let's say that I had an imap mailbox large enough that both mail.app and thunderbird fail to open it
  2699. # [20:11] * davehunt is now known as davehunt|away
  2700. # [20:11] <gavin> what other client might I try?
  2701. # [20:11] * Joins: jviereck (Adium@moz-35B36FA2.ethz.ch)
  2702. # [20:11] * Joins: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2703. # [20:11] * Quits: jlebar|mac (~jlebarmac@moz-11807947.sub-166-250-44.myvzw.com) (Quit: jlebar|mac)
  2704. # [20:11] <Ms2ger> emacs
  2705. # [20:12] * Joins: davidillsley_ (chatzilla@moz-DBDD9545.range86-145.btcentralplus.com)
  2706. # [20:12] * Quits: maikmerten (maikmerten@moz-93169EC4.dynamic.qsc.de) (Client exited)
  2707. # [20:13] * Quits: bonnie (bbsurender@93B4174C.6E78B65D.CDBA6951.IP) (Ping timeout)
  2708. # [20:13] * Joins: karl (karl@DB518D0C.8998A38C.C8A09C26.IP)
  2709. # [20:13] * Quits: davidillsley (chatzilla@moz-DBDD9545.range86-145.btcentralplus.com) (Ping timeout)
  2710. # [20:13] * davidillsley_ is now known as davidillsley
  2711. # [20:14] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  2712. # [20:15] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2713. # [20:15] <jhammel> mutt
  2714. # [20:16] * Joins: bonnie (bbsurender@93B4174C.6E78B65D.CDBA6951.IP)
  2715. # [20:16] * Joins: Boriss_ (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2716. # [20:16] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  2717. # [20:17] <armenzg_mtg> khuey: is this work from Larch?
  2718. # [20:17] * Quits: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  2719. # [20:17] * Boriss_ is now known as Boriss
  2720. # [20:17] <@khuey> armenzg_mtg: it will be, yes
  2721. # [20:18] <armenzg_mtg> khuey: I replied on the thread. I can keep it running the old tp in mozilla-central and larch
  2722. # [20:18] <armenzg_mtg> I said mozilla-inbound if that helps
  2723. # [20:18] <@khuey> armenzg_mtg: ok, awesome
  2724. # [20:18] <armenzg_mtg> khuey: sweet :)
  2725. # [20:19] * Joins: jviereck1 (Adium@moz-35B36FA2.ethz.ch)
  2726. # [20:19] * Quits: jviereck (Adium@moz-35B36FA2.ethz.ch) (Ping timeout)
  2727. # [20:19] * Joins: jlebar|mac (~jlebarmac@moz-11807947.sub-166-250-44.myvzw.com)
  2728. # [20:20] * Joins: tn (tn@93B4174C.6E78B65D.CDBA6951.IP)
  2729. # [20:20] * Joins: bmoss (bmoss@moz-54D507F.hsd1.ca.comcast.net)
  2730. # [20:21] * Quits: bmoss (bmoss@moz-54D507F.hsd1.ca.comcast.net) (Quit: bmoss)
  2731. # [20:21] * Joins: jduell (jduell@moz-45E8A7A2.airbears.berkeley.edu)
  2732. # [20:21] * Joins: sicking (chatzilla@93B4174C.6E78B65D.CDBA6951.IP)
  2733. # [20:22] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  2734. # [20:23] * Joins: necolas (necolas@moz-20AA4BAE.bb.sky.com)
  2735. # [20:24] <bent> bjacob, did i leave anything out? bug 740503
  2736. # [20:24] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/92fe907ddac8 - Serge Gautherie - Bug 735810. (Cv3) Stop trying to package MSVC dlls when WIN32_REDIST_DIR isn't set. r=(khuey, ted.mielczarek).
  2737. # [20:24] <bjacob> bent: perfect, thanks
  2738. # [20:25] <bent> thank you!
  2739. # [20:25] * Joins: jgilbert (jgilbert@moz-2B3CF81C.hsd1.ca.comcast.net)
  2740. # [20:26] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Ping timeout)
  2741. # [20:27] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  2742. # [20:28] <bjacob> bent: can you run with MOZ_WEBGL_FORCE_OPENGL=1 and webgl.force-enabled and show me the about:support?
  2743. # [20:28] * Quits: vikram360 (vikram360@288EAC99.D49FD144.2A068A5E.IP) (Ping timeout)
  2744. # [20:28] * Quits: jviereck1 (Adium@moz-35B36FA2.ethz.ch) (Connection reset by peer)
  2745. # [20:28] <bjacob> oh wait
  2746. # [20:28] * Joins: jviereck (Adium@moz-35B36FA2.ethz.ch)
  2747. # [20:29] <bjacob> only MOZ_WEBGL_FORCE_OPENGL=1
  2748. # [20:29] <bjacob> no webgl.force-enabled
  2749. # [20:29] <bent> ok, one sec
  2750. # [20:29] <mbrubeck> dao: Looks like something is crashing on inbound...
  2751. # [20:29] * Joins: vikram360 (vikram360@BA247519.5CE7E5D4.2A068A5E.IP)
  2752. # [20:29] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2753. # [20:29] <gavin> mutt seems to be doing better
  2754. # [20:29] <gavin> Fetching message headers... [1100/126680]
  2755. # [20:29] * zpao|detached is now known as zpao
  2756. # [20:30] <jhammel> heh, i was semi joking but...it is a nice client :) if you like CLI
  2757. # [20:30] * Quits: jviereck (Adium@moz-35B36FA2.ethz.ch) (Ping timeout)
  2758. # [20:31] <bjacob> bent: also, is this a recent regression? it would make sense for it to be a regression from bug 713369
  2759. # [20:31] * Quits: krit (Adium@moz-3AE657AD.hsd1.ca.comcast.net) (Quit: Leaving.)
  2760. # [20:31] <bent> bjacob, i don't think this is recent
  2761. # [20:31] <bent> i've never had webgl
  2762. # [20:31] <bent> afaik
  2763. # [20:32] <bjacob> ok
  2764. # [20:32] * Joins: jviereck (Adium@moz-35B36FA2.ethz.ch)
  2765. # [20:32] * Quits: jgilbert (jgilbert@moz-2B3CF81C.hsd1.ca.comcast.net) (Ping timeout)
  2766. # [20:32] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Ping timeout)
  2767. # [20:32] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  2768. # [20:33] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  2769. # [20:33] <bent> bjacob, http://pastebin.mozilla.org/1543865
  2770. # [20:33] <bent> intel
  2771. # [20:33] <bent> but no angle
  2772. # [20:34] * mcote is now known as mcote|lunch
  2773. # [20:34] <bjacob> argh... that means that it's using Intel for OpenGL :/
  2774. # [20:34] <bent> woo
  2775. # [20:34] <bent> and that crashed instantly
  2776. # [20:34] * mdas|afk is now known as mdas
  2777. # [20:34] <bjacob> yep
  2778. # [20:34] <bent> when i went to a webgl site
  2779. # [20:35] <bjacob> bent: if OpenGL doesn't switch on the discrete GPU, i dont know what to do. reading the document.
  2780. # [20:36] <bent> bjacob, surely we have a contact at nvidia we could email?
  2781. # [20:36] * Joins: sourabh912 (Mibbit@E8B353CC.762B6D43.9C072EFC.IP)
  2782. # [20:36] <bjacob> bent: we do. will cc him on this bug.
  2783. # [20:36] * Quits: pnemsak (Miranda@80CFE454.10D9684B.4F33160D.IP) (Ping timeout)
  2784. # [20:37] * Joins: Waldo (waldo@moz-537BCF9.hsd1.ca.comcast.net)
  2785. # [20:38] <dao> mbrubeck: seems to be caused by 6cb9adc02c12
  2786. # [20:38] * Joins: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com)
  2787. # [20:39] <dao> mbrubeck: I'll back it out
  2788. # [20:40] * Joins: stefanh|away (stefanh@moz-3EED0162.customers.ownit.se)
  2789. # [20:40] <sourabh912> jaws:hi
  2790. # [20:40] <bent> bjacob, if i use that env variable, and select the high performance option in nvidia control panel (not auto-select) then it works correctly
  2791. # [20:40] * Quits: dao (dao@moz-2C9B5958.superkabel.de) (Quit: Leaving.)
  2792. # [20:40] <azakai> is it better to do 100 XHRs, or to do a single XHR of a single big file? (assuming i have a simple js way to split it up after receiving etc.) does the browser handle tons of simultaneous XHRs well?
  2793. # [20:40] <bent> bjacob, WebGL RendererNVIDIA Corporation -- Quadro 2000M/PCI/SSE2 -- 4.1.0
  2794. # [20:40] * Quits: dpells (Mibbit@359474EB.B26786F4.36798E3A.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2795. # [20:40] <bjacob> bent: thanks for that info. the question is how can we programatically select that option in gecko code
  2796. # [20:40] <bent> right
  2797. # [20:40] <NeilAway> there are no zip releases of Firefox any more are there?
  2798. # [20:40] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Ping timeout)
  2799. # [20:41] <Mook_as> NeilAway: for win32, correct; unpacking the full update mar _might_ be close enough though?
  2800. # [20:41] <bjacob> bent: i have a patch to automatically choose opengl when optimus is detected
  2801. # [20:41] * stefanh|away is now known as stefanh
  2802. # [20:41] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  2803. # [20:42] * Quits: terrence (terrence@5516EF0D.20949D15.ED954971.IP) (Ping timeout)
  2804. # [20:42] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2805. # [20:42] <bent> ok
  2806. # [20:42] * Quits: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  2807. # [20:42] <NeilAway> Mook_as: that would involve software installation, which would defeat the point of using a zip...
  2808. # [20:42] * Quits: smontagu (chatzilla@93B4174C.6E78B65D.CDBA6951.IP) (Input/output error)
  2809. # [20:42] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
  2810. # [20:43] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  2811. # [20:43] <NeilAway> gavin: telnet
  2812. # [20:43] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  2813. # [20:43] <Mook_as> NeilAway: oh, I typically use unwrap_full_update.pl
  2814. # [20:43] <Mossop> Wow, is it just impossible to do universal builds from OSX Lion?
  2815. # [20:44] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  2816. # [20:44] * Quits: gkw (gkw@moz-7CD88B0C.hsd1.ca.comcast.net) (Quit: Instantbird 1.2a1pre)
  2817. # [20:44] <gavin> Mossop: the new mac builders run lion afaik, so I presume releng figured out how to do it?
  2818. # [20:45] <Mossop> Maybe they use an old version of Xcode?
  2819. # [20:45] <jbuck> azakai: single XHR for sure
  2820. # [20:45] * Quits: Cwiiis (cwiiis@40018561.F684631.21A4E96A.IP) (Quit: Ex-Chat)
  2821. # [20:45] <gavin> Mossop: ask jhford
  2822. # [20:45] <askalski> hi, can anybody help me?
  2823. # [20:46] <azakai> jbuck: thanks, i will do that then
  2824. # [20:46] * Joins: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com)
  2825. # [20:46] <askalski> I can't compile on windows, and I really need it now
  2826. # [20:46] <jbuck> browser is limited to... 8 simultaneous connections?
  2827. # [20:46] <jbuck> to the same server
  2828. # [20:46] <jhford-work> Mossop: we are in fact building 10.5 compatible builds on lion :)
  2829. # [20:46] * Quits: jlebar|mac (~jlebarmac@moz-11807947.sub-166-250-44.myvzw.com) (Ping timeout)
  2830. # [20:46] <Mossop> jhford-work: Do tell how?
  2831. # [20:46] <azakai> ok
  2832. # [20:46] * Quits: gwagner_ (idefix@moz-E329B079.sub-166-250-44.myvzw.com) (Ping timeout)
  2833. # [20:46] * Quits: bent (chatzilla@moz-11807947.sub-166-250-44.myvzw.com) (Ping timeout)
  2834. # [20:46] <Mossop> I just fresh installed Lion on a laptop and so far I keep hitting problems. Latest is I can't get the 10.5 SDK installed
  2835. # [20:46] * Quits: @ehsan (ehsan@moz-11807947.sub-166-250-44.myvzw.com) (Ping timeout)
  2836. # [20:47] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  2837. # [20:47] <jhford-work> we don't have the 10.5 sdk
  2838. # [20:47] * Quits: sfink (chatzilla@5516EF0D.20949D15.ED954971.IP) (Ping timeout)
  2839. # [20:47] * Quits: past (past@moz-9D677A1D.dsl.dyn.forthnet.gr) (Input/output error)
  2840. # [20:47] <Mossop> Then how do you build 10.5 compatible builds?
  2841. # [20:47] * Joins: jlebar|mac (~jlebarmac@moz-691E95BB.sub-166-250-48.myvzw.com)
  2842. # [20:47] <jhford-work> espindola figured out how to do that
  2843. # [20:47] * Joins: bent (chatzilla@moz-E329B079.sub-166-250-44.myvzw.com)
  2844. # [20:48] * Quits: surkov (surkov@63B29222.1B02155B.34044A7F.IP) (Quit: surkov)
  2845. # [20:48] * Joins: dao (dao@moz-2C9B5958.superkabel.de)
  2846. # [20:48] <espindola> Mossop: You can build targeting 10.5
  2847. # [20:48] <Mook_as> -mmacosx-version-min or something?
  2848. # [20:48] * Quits: paolo (paolo@10AB3E68.E9A4527E.2CA42CD4.IP) (Client exited)
  2849. # [20:48] <espindola> with a newer sdk
  2850. # [20:48] <espindola> yes
  2851. # [20:48] <Mossop> Oh wait, it's the 10.6 SDK it's looking for ... but mine is in a completely different place on my system :s
  2852. # [20:48] <espindola> our configure sets the environment variable
  2853. # [20:49] <bjacob> bent: that's all i'm able to do for now, waiting for nvidia response.
  2854. # [20:49] * Mossop wonders why xcode didn't install into /Developer like normal
  2855. # [20:49] * Quits: jlebar|mac (~jlebarmac@moz-691E95BB.sub-166-250-48.myvzw.com) (Quit: jlebar|mac)
  2856. # [20:49] * Joins: gwagner_ (idefix@moz-691E95BB.sub-166-250-48.myvzw.com)
  2857. # [20:49] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2858. # [20:49] <bent> bjacob, thanks!
  2859. # [20:50] <bjacob> bent: we've gone through pretty much the same on Mac, except there we could figure how to stay on discrete
  2860. # [20:50] <Mossop> I bet because I installed through the damned app store
  2861. # [20:50] <mcpherrin> /win 10
  2862. # [20:50] <mcpherrin> Oh, sorry.
  2863. # [20:50] * Joins: jlebar|mac (~jlebarmac@moz-E329B079.sub-166-250-44.myvzw.com)
  2864. # [20:51] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Ping timeout)
  2865. # [20:51] <espindola> Do we have an asserting version of nsCOMPtr?
  2866. # [20:51] * Quits: askalski (akuda@moz-6A36EC49.ip.abpl.pl) (Quit: Wychodzi)
  2867. # [20:51] * Joins: faramarz (faramarz@moz-7B0110AD.mv.mozilla.com)
  2868. # [20:51] * Joins: givanica (chatzilla@A13AD76.2E7E5149.FB866788.IP)
  2869. # [20:51] * Joins: mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  2870. # [20:52] <Ms2ger> espindola, asserting what?
  2871. # [20:52] <@khuey> nsCOMPtr asserts lots of things
  2872. # [20:52] <Ms2ger> assert(pony)
  2873. # [20:52] <philor> dao: bustage, maybe double bustage
  2874. # [20:53] * jgriffin_ is now known as jgriffin
  2875. # [20:53] <philor> or triple, depending on who the crashtest one is
  2876. # [20:53] <espindola> my idea is that I have a case where the pointed object should outlive the current one
  2877. # [20:53] <espindola> so it would be nice to have a smart pointer that asserted that
  2878. # [20:53] * Joins: askalski (akuda@moz-6A36EC49.ip.abpl.pl)
  2879. # [20:54] * Joins: pnemsak (Miranda@80CFE454.10D9684B.4F33160D.IP)
  2880. # [20:54] * Joins: akeybl_ (akeybl@moz-7B0110AD.mv.mozilla.com)
  2881. # [20:54] <gavin> mutt might actually only be better at this because it's actually telling me what it's doing
  2882. # [20:54] * @khuey doesn't understand what that means
  2883. # [20:54] <espindola> something like: when being deleted, check that the pointed object still has another reference
  2884. # [20:54] <gavin> it's still taking forever (83700/126680 now)
  2885. # [20:54] <espindola> khuey: a -> b
  2886. # [20:54] * Joins: smontagu (chatzilla@93B4174C.6E78B65D.CDBA6951.IP)
  2887. # [20:54] <espindola> and we "know" that when a is deleted, b still has another reference
  2888. # [20:55] <espindola> in a opt build, this could be just a plain pointer
  2889. # [20:55] * Quits: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2890. # [20:55] <espindola> but in a debug build it would be nice to assert it
  2891. # [20:55] * Joins: ehsan (ehsan@moz-E329B079.sub-166-250-44.myvzw.com)
  2892. # [20:55] * ChanServ sets mode: +o ehsan
  2893. # [20:55] * Quits: hvq (HVQ@moz-3A65C637.dynip.nus.edu.sg) (Quit: Instantbird 1.1)
  2894. # [20:55] * Joins: hvq (HVQ@moz-3A65C637.dynip.nus.edu.sg)
  2895. # [20:55] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Quit: sworkman)
  2896. # [20:55] * Joins: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com)
  2897. # [20:55] <jduell> cjones: ping
  2898. # [20:56] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  2899. # [20:56] <@khuey> if you know that you're never the last reference to something, why do you need to hold a strong reference to it at all?
  2900. # [20:56] * Quits: harth (harth@40018561.F684631.21A4E96A.IP) (Input/output error)
  2901. # [20:56] * Quits: faramarz (faramarz@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  2902. # [20:57] * Quits: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2903. # [20:57] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  2904. # [20:57] <jduell> khuey: if you know for sure, you don't
  2905. # [20:57] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Quit: faramarz)
  2906. # [20:57] <@khuey> jduell: this is a rhetorical question directed at espindola ;-)
  2907. # [20:58] <bent> bjacob, what was the solution on mac? dome driver call? or some env variable or something?
  2908. # [20:58] <cjones> hey jduell
  2909. # [20:58] <espindola> khuey: do we have a weak pointer implementation?
  2910. # [20:58] <Waldo> T* ;-)
  2911. # [20:58] <jduell> cjones: hey. so B2G is using e10s?
  2912. # [20:58] <cjones> yes
  2913. # [20:58] <Mossop> khuey: I wonder how much time we waste by ref-counting things from do_GetService
  2914. # [20:58] <espindola> Waldo: that doesn't go to null :-)
  2915. # [20:58] * sheeri is now known as sheeri-lunch
  2916. # [20:59] * Joins: faramarz (faramarz@moz-7B0110AD.mv.mozilla.com)
  2917. # [20:59] * Quits: karl (karl@DB518D0C.8998A38C.C8A09C26.IP) (Ping timeout)
  2918. # [20:59] <jduell> cjones: ok, I'll reprioritize bug 664163
  2919. # [20:59] <Waldo> espindola: if the object in question's being deleted/deallocated, does it matter whether it goes to null? (trees in forests and sounds, and all that)
  2920. # [20:59] <cjones> you asked in the other bug and i commented there ...
  2921. # [20:59] <@khuey> we do, but it's all XPCOMy
  2922. # [20:59] <Ms2ger> espindola, nsIWeakReference
  2923. # [20:59] * Quits: jviereck (Adium@moz-35B36FA2.ethz.ch) (Quit: Leaving.)
  2924. # [20:59] <Waldo> although, there is nsWeakPtr as well, if you want a pointer which will be nulled out if its referent is destroyed
  2925. # [20:59] <Waldo> er, yes, that
  2926. # [20:59] * Quits: yuan_ (ywang@moz-BBE3ABD.mv.mozilla.com) (Quit: yuan_)
  2927. # [21:00] <bjacob> bent: on mac, we stay on discrete GPU as long as we have any PixelFormat object alive without the flag that allows GPU switching. The solution is to create one such dummy object, held by the WebGL context object.
  2928. # [21:00] <espindola> Ms2ger: thanks!
  2929. # [21:00] * Quits: bsmith (bsmith@moz-6BB70391.hsd1.ca.comcast.net) (Ping timeout)
  2930. # [21:00] <Ms2ger> Np
  2931. # [21:00] <bent> bjacob, neat
  2932. # [21:00] * Joins: fantasai (fantasai@moz-B8B22C00.org)
  2933. # [21:00] <bent> bjacob, i bet we end up doing something similar on windows
  2934. # [21:01] <bjacob> yes, probably
  2935. # [21:01] <@khuey> jlebar|mac: ping?
  2936. # [21:01] * armenzg_mtg is now known as armenzg
  2937. # [21:02] <ddahl> khuey: https://bugzilla.mozilla.org/show_bug.cgi?id=665057#c57
  2938. # [21:02] <ddahl> i should have asked for a feedback req
  2939. # [21:02] * Joins: dseif (dseif@moz-677971A2.dsl.teksavvy.com)
  2940. # [21:03] * AutomatedTester|AFK is now known as AutomatedTester
  2941. # [21:03] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  2942. # [21:03] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jet)
  2943. # [21:03] * Quits: jlebar|mac (~jlebarmac@moz-E329B079.sub-166-250-44.myvzw.com) (Quit: jlebar|mac)
  2944. # [21:03] <@khuey> ddahl: what's wrong with nsNSSModule.cpp?
  2945. # [21:03] * Joins: sfink (chatzilla@moz-691E95BB.sub-166-250-48.myvzw.com)
  2946. # [21:04] * Joins: jviereck (Adium@moz-35B36FA2.ethz.ch)
  2947. # [21:04] * philor is now known as philor|away
  2948. # [21:04] <ddahl> khuey: i guess i was conflating putting things there with the implementation also in nsNSSComponent - now I get it
  2949. # [21:05] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  2950. # [21:05] * jhammel is now known as jhammel|lunch
  2951. # [21:05] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2952. # [21:05] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2953. # [21:05] * Quits: @ehsan (ehsan@moz-E329B079.sub-166-250-44.myvzw.com) (Ping timeout)
  2954. # [21:05] * Quits: bent (chatzilla@moz-E329B079.sub-166-250-44.myvzw.com) (Ping timeout)
  2955. # [21:05] * Joins: bent_ (chatzilla@moz-691E95BB.sub-166-250-48.myvzw.com)
  2956. # [21:06] * Quits: gwagner_ (idefix@moz-691E95BB.sub-166-250-48.myvzw.com) (Ping timeout)
  2957. # [21:06] * Quits: sfink (chatzilla@moz-691E95BB.sub-166-250-48.myvzw.com) (Ping timeout)
  2958. # [21:06] * bent_ is now known as bent
  2959. # [21:06] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  2960. # [21:06] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  2961. # [21:07] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jet)
  2962. # [21:07] * Quits: dseif (dseif@moz-677971A2.dsl.teksavvy.com) (Input/output error)
  2963. # [21:07] <sourabh912> jaws:hi
  2964. # [21:08] <jaws> sourabh912: hey
  2965. # [21:08] * akeybl_ is now known as akeybl
  2966. # [21:08] <givanica> hy. for GSoC with version of the browser should i download, Hg repository ...
  2967. # [21:09] <jaws> givanica: mozilla-central
  2968. # [21:09] <Mossop> All development work happens in the mozilla-central repository
  2969. # [21:09] <givanica> thx
  2970. # [21:09] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  2971. # [21:09] <sourabh912> jaws:How will we use javascript to implement the clock? i think this can be done by using "timers".
  2972. # [21:09] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  2973. # [21:10] * Joins: gwagner_ (idefix@moz-11807947.sub-166-250-44.myvzw.com)
  2974. # [21:10] * Quits: faramarz (faramarz@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  2975. # [21:10] <jaws> sourabh912: the main focus should be first how to implement the theme, we'll leave the clock/widget work until the end if there is time left
  2976. # [21:11] * AaronMT is now known as AaronMT|MTG
  2977. # [21:11] <blassey> cjones: meeting ping
  2978. # [21:11] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  2979. # [21:11] <cjones> emailed
  2980. # [21:11] <blassey> my vidyo room
  2981. # [21:12] * Joins: jlebar|mac (~jlebarmac@moz-11807947.sub-166-250-44.myvzw.com)
  2982. # [21:12] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  2983. # [21:12] <cjones> ugh, vidyo
  2984. # [21:12] <blassey> if you need to dial in, its x95589
  2985. # [21:12] <cjones> be there in 5
  2986. # [21:12] <cjones> ok
  2987. # [21:12] <cjones> yeah that's easier
  2988. # [21:12] <blassey> if you're in SF, jonas has a room
  2989. # [21:12] <sourabh912> jaws:ok
  2990. # [21:13] * Quits: kdcw (kdc@moz-F7413045.pk.shawcable.net) (Quit: HydraIRC -> http://www.hydrairc.com <- Chicks dig it)
  2991. # [21:13] * Joins: diogogmt (kvirc@moz-4D628198.cpe.net.cable.rogers.com)
  2992. # [21:13] * Quits: Ms2ger (Ms2ger@1C9C24ED.CDE7FB6E.37724B0D.IP) (Ping timeout)
  2993. # [21:13] <givanica> jaws: about that , the svg, images, or what format are those, that must be used for the theme, are they already created or should we make them too ...
  2994. # [21:13] * Joins: Ms2ger (Ms2ger@1C9C24ED.CDE7FB6E.37724B0D.IP)
  2995. # [21:13] * Joins: magsout (magsout@moz-E559D13.fbx.proxad.net)
  2996. # [21:14] * Joins: ehsan (ehsan@moz-691E95BB.sub-166-250-48.myvzw.com)
  2997. # [21:14] * ChanServ sets mode: +o ehsan
  2998. # [21:14] <cjones> blassey, slience
  2999. # [21:14] <jaws> givanica: you won't have to create the images. they'll likely either be PNG or created using CSS like box-shadow and border-radius
  3000. # [21:14] <ericjung> givanica: if the images are SVG, you can change the DOM of the SVG to change the clock
  3001. # [21:15] <blassey> cjones x92, conf# 9312
  3002. # [21:15] <blassey> my bad
  3003. # [21:15] <blassey> gave you the wrong number
  3004. # [21:15] * Quits: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP) (Connection reset by peer)
  3005. # [21:16] * Quits: wolfiR (wolfiR@moz-26E770F5.dip0.t-ipconnect.de) (Quit: Leaving)
  3006. # [21:16] * Quits: kaze (kaze@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  3007. # [21:16] <NeilAway> paul: can't get browserquest to work in chrome either :-(
  3008. # [21:17] <givanica> jaws: sorry, i didn't realize that all the icons are the same - that are used right know... that part about the css I knaw
  3009. # [21:17] <Ms2ger> NeilAway, isn't this part of our efforts to make Chrome look bad, then?
  3010. # [21:17] <jaws> np
  3011. # [21:17] <NeilAway> Ms2ger: given that I tried and failed miserably in Firefox...
  3012. # [21:18] <biesi> someone said it's supposed to work in chrome
  3013. # [21:18] <Ms2ger> Well, we also love making ourselves look bad
  3014. # [21:18] * Quits: jlebar|mac (~jlebarmac@moz-11807947.sub-166-250-44.myvzw.com) (Quit: jlebar|mac)
  3015. # [21:18] * biesi hasn't tried it in any browser yet
  3016. # [21:18] * Joins: ehsan_ (ehsan@93B4174C.6E78B65D.CDBA6951.IP)
  3017. # [21:18] * Quits: @ehsan (ehsan@moz-691E95BB.sub-166-250-48.myvzw.com) (Ping timeout)
  3018. # [21:19] * Joins: kaze (kaze@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  3019. # [21:19] * Quits: WeirdAl (chatzilla@moz-D461843.ask.info) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643])
  3020. # [21:19] * Quits: bent (chatzilla@moz-691E95BB.sub-166-250-48.myvzw.com) (Ping timeout)
  3021. # [21:19] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  3022. # [21:19] * Quits: gwagner_ (idefix@moz-11807947.sub-166-250-44.myvzw.com) (Ping timeout)
  3023. # [21:19] <givanica> jaws: so all we get right now, is just that image, any other information about what effects are needed, additional chrome overlays , how menu's should appear ...
  3024. # [21:19] * Joins: bent_ (chatzilla@moz-A0CC7AC1.sub-166-250-48.myvzw.com)
  3025. # [21:20] * bent_ is now known as bent
  3026. # [21:21] * Joins: sfink (chatzilla@moz-691E95BB.sub-166-250-48.myvzw.com)
  3027. # [21:21] <Waldo> it worked in chrome a bit ago during beta-testing
  3028. # [21:21] <jaws> givanica: i'll write up a blog post today/tonight that goes through more details of the project
  3029. # [21:21] <Waldo> didn't try the final version in chrome, tho
  3030. # [21:22] <jaws> comments on reddit made it sound like it worked in all browsers
  3031. # [21:22] <@khuey> heh
  3032. # [21:22] <@khuey> never trust reddit
  3033. # [21:22] <jaws> http://www.reddit.com/r/programming/comments/rfvd7/browserquest_an_mmo_using_html5_websockets_and/c45hj39
  3034. # [21:22] <givanica> jaws: thanks, it should be really helpful
  3035. # [21:22] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  3036. # [21:23] * Joins: ahal (ahal@moz-7759ABDD.cpe.net.cable.rogers.com)
  3037. # [21:23] * sheeri-lunch is now known as sheeri
  3038. # [21:24] * Joins: gwagner_ (idefix@moz-691E95BB.sub-166-250-48.myvzw.com)
  3039. # [21:24] * Quits: Waldo (waldo@moz-537BCF9.hsd1.ca.comcast.net) (Quit: bbiab)
  3040. # [21:24] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  3041. # [21:25] * Joins: mwu (mwu@moz-44FD88B0.googlewifi.com)
  3042. # [21:26] <paul> NeilAway: it's supposed to work everywhere (besides some problems with IE10)
  3043. # [21:29] <Ms2ger> Ah, but timing
  3044. # [21:29] <NeilAway> paul: well, I've tried Firefox and chrome... what do you recommend I try next?
  3045. # [21:29] <Ms2ger> Opera
  3046. # [21:30] <paul> NeilAway: I don't understand. glandium, you and bz all have the same problem
  3047. # [21:30] <paul> NeilAway: and we got some other reports. But not a lot
  3048. # [21:30] * Quits: mccr8 (mccr8@93B4174C.6E78B65D.CDBA6951.IP) (Quit: mccr8)
  3049. # [21:30] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  3050. # [21:31] * Quits: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Quit: Ex-Chat)
  3051. # [21:31] * Quits: @dbaron (dbaron@93B4174C.6E78B65D.CDBA6951.IP) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  3052. # [21:31] * Quits: @smaug (chatzilla@93B4174C.6E78B65D.CDBA6951.IP) (Ping timeout)
  3053. # [21:32] * Quits: ahal (ahal@moz-7759ABDD.cpe.net.cable.rogers.com) (Client exited)
  3054. # [21:32] * Quits: janv (varga@93B4174C.6E78B65D.CDBA6951.IP) (Quit: This computer has gone to sleep)
  3055. # [21:32] * Quits: kaze (kaze@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  3056. # [21:32] * Quits: gwagner_ (idefix@moz-691E95BB.sub-166-250-48.myvzw.com) (Ping timeout)
  3057. # [21:34] * Quits: mwu (mwu@moz-44FD88B0.googlewifi.com) (Ping timeout)
  3058. # [21:35] * Joins: UCC (UCC@83973BA3.A91C7028.A5830293.IP)
  3059. # [21:35] * Joins: Goldorak (chatzilla@78B1310F.474ADEAF.187A1082.IP)
  3060. # [21:36] * Quits: armenzg (armenzg@moz-EAD2852F.acanac.net) (Input/output error)
  3061. # [21:36] * Joins: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  3062. # [21:37] * joduinn-mtg is now known as joduinn
  3063. # [21:38] * Quits: bkero (bkero2@moz-ED825A1B.members.linode.com) (sand.mozilla.org gravel.mozilla.org)
  3064. # [21:39] * Joins: bkero (bkero2@moz-ED825A1B.members.linode.com)
  3065. # [21:41] * Quits: florian (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  3066. # [21:41] * yvan is now known as yvan|lunch
  3067. # [21:42] * Quits: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  3068. # [21:42] * Joins: jet (junglecode@93B4174C.6E78B65D.CDBA6951.IP)
  3069. # [21:42] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  3070. # [21:43] * bholley is now known as bholley_lunch
  3071. # [21:45] <Callek> NeilAway: fennec
  3072. # [21:46] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  3073. # [21:46] <Callek> KaiRo: ooo btw, I looked into it last night, I can't install Fennec on B&N's Nook without "rooting" the device.... We would have to be available via the Nook store
  3074. # [21:46] * mcote|lunch is now known as mcote
  3075. # [21:46] * Joins: armenzg (armenzg@moz-DBD74FB0.home1.cgocable.net)
  3076. # [21:47] <NeilAway> Callek: for windows xp?
  3077. # [21:47] <Callek> APK does bring up a dialog of two different ways to try installing, both fail, and the apk file doesn't even appear on the device as still there after I try to install, so its probably some sort of security thing (security by obscurity)
  3078. # [21:47] <KaiRo> Callek: interesting - sounds like something to bring up with the mobile team
  3079. # [21:48] * Joins: janv (varga@93B4174C.6E78B65D.CDBA6951.IP)
  3080. # [21:48] <Callek> yea I probably will soonish, just mentioning since you suggested that ADU/Crashes make it seem like it was possible
  3081. # [21:48] <Callek> ;-)
  3082. # [21:48] * Joins: jfkthame (jfkthame@93B4174C.6E78B65D.CDBA6951.IP)
  3083. # [21:48] * Quits: smagnin (pike@moz-DEF53BC9.fbx.proxad.net) (Quit: Quitte)
  3084. # [21:48] <Callek> (which it is, but only if you void warranty/do hackish/geekish things to it)
  3085. # [21:48] * Joins: smaug (chatzilla@93B4174C.6E78B65D.CDBA6951.IP)
  3086. # [21:48] * ChanServ sets mode: +o smaug
  3087. # [21:48] * Quits: @smaug (chatzilla@93B4174C.6E78B65D.CDBA6951.IP) (Quit: Reconnecting…)
  3088. # [21:49] * Joins: smaug (chatzilla@93B4174C.6E78B65D.CDBA6951.IP)
  3089. # [21:49] * ChanServ sets mode: +o smaug
  3090. # [21:50] * Joins: bsmith (bsmith@moz-6BB70391.hsd1.ca.comcast.net)
  3091. # [21:51] <NeilAway> since when did setting a property that has only a getter stop being an error?
  3092. # [21:52] * rail is now known as rail-mtg
  3093. # [21:52] <@bz> NeilAway: per spec it's not an error except in strinct mode
  3094. # [21:52] <@bz> NeilAway: so since we fixed the spec bug, I think
  3095. # [21:52] <@bz> s/strinct/strict/
  3096. # [21:53] <NeilAway> bz: so, browserquest setting lots of properties that have only getters is probably not the reason it won't play for me?
  3097. # [21:53] <avih> tn: re your bug 728153 (smooth scroll only starts after 16ms), can be solved pretty simply by setting the start time to now-16ms. regardless of the refresh driver. want me to post a patch?
  3098. # [21:53] * Quits: hvq (HVQ@moz-3A65C637.dynip.nus.edu.sg) (Quit: Instantbird 1.1)
  3099. # [21:53] * Joins: hvq (HVQ@moz-3A65C637.dynip.nus.edu.sg)
  3100. # [21:54] <avih> tn: and triggering a one-shot of 0ms for the first time.
  3101. # [21:54] * Joins: nrc (nrc@moz-5DAE2951.bitstream.orcon.net.nz)
  3102. # [21:54] * Joins: yuan (ywang@moz-BBE3ABD.mv.mozilla.com)
  3103. # [21:55] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
  3104. # [21:56] <tn> avih, which makes the code more complicated, and if we are just going to get rid of that code anyway, why bother?
  3105. # [21:57] * heycam|away is now known as heycam
  3106. # [21:57] * Joins: edmorley (edmorley@moz-CA0328CD.range86-145.btcentralplus.com)
  3107. # [21:57] * AaronMT|MTG is now known as AaronMT
  3108. # [21:57] <tn> avih, using the refresh driver isnt hard to do
  3109. # [21:58] <avih> tn: merely 2-3 lines changes IMO, and that's it. and it seems no one takes the refresh driver bug..
  3110. # [21:58] * Quits: Ms2ger (Ms2ger@1C9C24ED.CDE7FB6E.37724B0D.IP) (Ping timeout)
  3111. # [21:58] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Connection reset by peer)
  3112. # [21:59] <avih> tn: also, the refresh driver is far from perfect too, since it uses timers itself.
  3113. # [21:59] <avih> (instead of somehow hooking up to vsync/paints)
  3114. # [21:59] * Joins: Ms2ger (Ms2ger@1C9C24ED.CDE7FB6E.37724B0D.IP)
  3115. # [22:00] * NeilAway wonders what all the requests to track.reinvigorate.net are for
  3116. # [22:00] * Quits: ferongr (ferongr@73D167FB.44DEC0CF.F5160715.IP) (Ping timeout)
  3117. # [22:00] <NeilAway> ok, well I now have a third failure mode
  3118. # [22:00] * Joins: geoffbrown_ (geoffbrown@moz-E63016E2.vc.shawcable.net)
  3119. # [22:00] * Joins: ferongr (ferongr@73D167FB.44DEC0CF.F5160715.IP)
  3120. # [22:00] * Joins: janv_ (varga@moz-691E95BB.sub-166-250-48.myvzw.com)
  3121. # [22:00] <NeilAway> this browser appears to have connected, but I just get the background, and no sprites
  3122. # [22:00] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  3123. # [22:00] * Joins: krit (Adium@moz-3AE657AD.hsd1.ca.comcast.net)
  3124. # [22:00] * Quits: xakz (XaMaD@moz-34FBE388.fbx.proxad.net) (Ping timeout)
  3125. # [22:01] * Quits: jviereck (Adium@moz-35B36FA2.ethz.ch) (Ping timeout)
  3126. # [22:01] * Quits: geoffbrown (geoffbrown@moz-E63016E2.vc.shawcable.net) (Ping timeout)
  3127. # [22:01] * geoffbrown_ is now known as geoffbrown
  3128. # [22:01] * Quits: janv (varga@93B4174C.6E78B65D.CDBA6951.IP) (Ping timeout)
  3129. # [22:01] * janv_ is now known as janv
  3130. # [22:02] * Joins: karl (karl@DB518D0C.8998A38C.C8A09C26.IP)
  3131. # [22:02] * Quits: DeathWolf (DeathWolf@moz-7EDF16F7.ovh.net) (Ping timeout)
  3132. # [22:03] * Quits: myk (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Instantbird -- http://www.instantbird.com)
  3133. # [22:03] * Joins: myk (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3134. # [22:03] * Joins: DeathWolf (DeathWolf@moz-7EDF16F7.ovh.net)
  3135. # [22:03] <tn> avih, right now we know we want to use the refresh driver, if we have a different solution we can look at that, but i haven't heard one yet, and using the refresh driver doesn't prevent that
  3136. # [22:04] <tn> avih, 716793 is an example of switching something from its own event to using the refresh driver
  3137. # [22:05] <avih> tn: the refresh driver approach is, of course, generally better, but 1: no one has taken it for a while and 2: it's dead easy to solve with the approach i suggested.
  3138. # [22:05] <tn> avih, pretty easy to solve it with the refresh driver too
  3139. # [22:05] <avih> tn: regardless, i'll just post my thoughts at that bug, and leave it be.
  3140. # [22:06] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  3141. # [22:06] <avih> tn: fwiw, even if we added a oneshot right after handling the event, it would still start after 16ms, because position (now+0) == no movement started anyway
  3142. # [22:07] <tn> avih, yes, i've been thinking where we should 'start' the animation
  3143. # [22:07] * Joins: i01000001 (Mibbit@DAF9FBB9.E79BBF51.D216A595.IP)
  3144. # [22:07] <avih> tn: so the "now-16ms" approach might be, afterall, the correct solution for tis problem
  3145. # [22:08] <i01000001> I am using js-ctypes to call functions from my shared lib.. the C code in lib needs access a sqlite DB in profile directory.. right now I am compiling the whole sqlite source into my shared library which is adding burden of extra 300KB.. I want to know is there a way to use internal sqlite functions in Firefox to avoid extra burden ?
  3146. # [22:10] * jhammel|lunch is now known as jhammel
  3147. # [22:10] <tn> avih, yeah, something like that
  3148. # [22:10] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  3149. # [22:10] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  3150. # [22:10] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  3151. # [22:10] <Mook_as> i01000001: poking into sqlite dbs that firefox may otherwise be using (assuming that's what you're doing; it's unclear) may not be a good idea?
  3152. # [22:11] <avih> tn: i'll just post my thoughts at that bug
  3153. # [22:11] * Joins: mccr8 (mccr8@93B4174C.6E78B65D.CDBA6951.IP)
  3154. # [22:11] * Quits: jduell (jduell@moz-45E8A7A2.airbears.berkeley.edu) (Ping timeout)
  3155. # [22:13] <i01000001> Mook_as: I can understand.. but that DB is specific to my extension and I want to only read.. the writing part is being handled within normal JS.. I read on sqlite docs that multiple processes can read.. only write should be a prob.. let me knw if I understood it wrong !
  3156. # [22:13] * Joins: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  3157. # [22:14] * jmaher is now known as jmaher|afk
  3158. # [22:14] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
  3159. # [22:16] * Quits: curiousjohn (John@moz-4C1C7342.gar.clearwire-wmx.net) (Quit: curiousjohn)
  3160. # [22:16] * Quits: sicking (chatzilla@93B4174C.6E78B65D.CDBA6951.IP) (Ping timeout)
  3161. # [22:16] * timA is now known as timA|mtg
  3162. # [22:17] * Joins: sicking (chatzilla@93B4174C.6E78B65D.CDBA6951.IP)
  3163. # [22:18] <ericjung> i01000001: use https://developer.mozilla.org/en/Storage
  3164. # [22:18] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  3165. # [22:19] <Mossop> jhford: Which version of Xcode do the OSX Lion builders use?
  3166. # [22:19] <jhford> 4.1
  3167. # [22:20] <Mossop> Ok, I'll give up trying with 4.3 then
  3168. # [22:20] <i01000001> ericjung: That option would mean a C++ based extension.. right ? but my code is in a shared library.. are you suggesting me to move it into a C++ extension ? won't that need a re-compilation with every release ?
  3169. # [22:21] <i01000001> ericjung: with js-ctypes I am at safe distance from that re-compilation thing.. did I get you right ?
  3170. # [22:23] <ericjung> i01000001: if you want to use firefox interfaces, you should be an extension (either C++ or JS or whatever), yes.
  3171. # [22:23] * Quits: ferongr (ferongr@73D167FB.44DEC0CF.F5160715.IP) (NickServ (GHOST command used by `ferongr))
  3172. # [22:23] * Quits: givanica (chatzilla@A13AD76.2E7E5149.FB866788.IP) (Ping timeout)
  3173. # [22:23] * Joins: ferongr (ferongr@73D167FB.44DEC0CF.F5160715.IP)
  3174. # [22:23] <ericjung> i01000001: you should be running within the firefox process, IOW
  3175. # [22:23] * philor|away is now known as philor
  3176. # [22:24] * Joins: mwu (mwu@moz-B5049124.tmodns.net)
  3177. # [22:25] * Quits: ferongr (ferongr@73D167FB.44DEC0CF.F5160715.IP) (Ping timeout)
  3178. # [22:25] <i01000001> ericjung: Yes, I am a JS extension which is calling the shared lib thru js-ctypes.. the lib instantiates a web server in separate thread but in same Firefox process.. now this webserver needs to respond with specific details stored within the sqlite DB
  3179. # [22:26] <i01000001> ericjung: right now I am doing it by having the whole sqlite lib within my shared lib.. just want to know if there is a way I can avoid that and speak to Firefox internals from the shared lib ?
  3180. # [22:26] * Joins: ferongr (ferongr@73D167FB.44DEC0CF.F5160715.IP)
  3181. # [22:27] * Joins: smagnin (pike@moz-DEF53BC9.fbx.proxad.net)
  3182. # [22:27] * Joins: roc (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  3183. # [22:27] * ChanServ sets mode: +o roc
  3184. # [22:28] * Joins: janv_ (varga@moz-C15AB8D8.sub-166-250-45.myvzw.com)
  3185. # [22:28] * Quits: sfink (chatzilla@moz-691E95BB.sub-166-250-48.myvzw.com) (Ping timeout)
  3186. # [22:28] * Quits: bent (chatzilla@moz-A0CC7AC1.sub-166-250-48.myvzw.com) (Ping timeout)
  3187. # [22:28] * Quits: janv (varga@moz-691E95BB.sub-166-250-48.myvzw.com) (Ping timeout)
  3188. # [22:28] * Joins: gwagner_ (idefix@moz-691E95BB.sub-166-250-48.myvzw.com)
  3189. # [22:29] <Mook_as> i01000001: sounds like you want some sort of JS to talk to your shared lib (on the main thread), instead? do the queries on the JS side and send the results back.
  3190. # [22:29] * Joins: artur_ (artur@moz-DE1DE682.c3-0.nmex-ubr1.lnh-nmex.md.cable.rcn.com)
  3191. # [22:29] <NeilAway> smaug: do mouseover events fire for every move?
  3192. # [22:29] * Joins: dbaron (dbaron@93B4174C.6E78B65D.CDBA6951.IP)
  3193. # [22:29] * ChanServ sets mode: +o dbaron
  3194. # [22:29] * Joins: bent (chatzilla@moz-C15AB8D8.sub-166-250-45.myvzw.com)
  3195. # [22:30] * Quits: artur (artur@moz-DE1DE682.c3-0.nmex-ubr1.lnh-nmex.md.cable.rcn.com) (Ping timeout)
  3196. # [22:30] * Joins: curiousjohn (John@moz-4C1C7342.gar.clearwire-wmx.net)
  3197. # [22:30] * Joins: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP)
  3198. # [22:31] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: gwagner)
  3199. # [22:31] * Quits: nrc (nrc@moz-5DAE2951.bitstream.orcon.net.nz) (Ping timeout)
  3200. # [22:31] * Quits: tonymec (tonymec@A71F5531.4D24F3F6.277517C1.IP) (Ping timeout)
  3201. # [22:32] <@smaug> NeilAway: no
  3202. # [22:32] <@smaug> you want mousemove
  3203. # [22:32] <NeilAway> smaug: oh wait a second
  3204. # [22:33] <@smaug> or have you found a bug :)
  3205. # [22:33] <i01000001> Mook_as: let me explain u.. the extension enables a webserver on every machine running firefox.. then each machine tries to find out other machines running the same web server.. kind of peer discovery.. now JS creates a XmlHttpRequest to webserver in shared lib.. and webserver responds with alive HTTP based msg
  3206. # [22:33] <i01000001> so u r right the JS talks to shared lib.. but both are on diff machines..
  3207. # [22:33] <NeilAway> smaug: this app is rewriting the innerHTML of the element
  3208. # [22:33] * Quits: msucan (msucan-@E52374FB.B8F2BA96.699550A1.IP) (Quit: .)
  3209. # [22:33] * philor is now known as philor|away
  3210. # [22:33] * Joins: tonymec (tonymec@A71F5531.4D24F3F6.277517C1.IP)
  3211. # [22:33] <NeilAway> smaug: so, when you move the mouse, it sees that it's over a different node, since the mouseover blew away the old node
  3212. # [22:34] <@smaug> sounds right
  3213. # [22:34] * Joins: terrence (terrence@moz-C15AB8D8.sub-166-250-45.myvzw.com)
  3214. # [22:34] <ericjung> i01000001: why not implement the webserver is JS instead of a shared lib
  3215. # [22:34] * Joins: espindola_ (espindola@moz-8444AD66.dsl.teksavvy.com)
  3216. # [22:35] * Quits: espindola_ (espindola@moz-8444AD66.dsl.teksavvy.com) (Quit: Ex-Chat)
  3217. # [22:35] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Ping timeout)
  3218. # [22:35] * Joins: espindola__ (espindola@moz-8444AD66.dsl.teksavvy.com)
  3219. # [22:35] * Joins: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3220. # [22:36] * Quits: sheppy (sheppy@moz-4992DE6D.static.kgpt.tn.charter.com) (Quit: DISK VOLUME 254)
  3221. # [22:36] * artur_ is now known as artur
  3222. # [22:36] * Quits: espindola (espindola@moz-8444AD66.dsl.teksavvy.com) (Client exited)
  3223. # [22:36] * espindola__ is now known as espindola
  3224. # [22:36] * Quits: a-865 (fmcz@moz-A5D13CA.cable.mindspring.com) (Quit: ChatZilla 0.9.88.1 [SeaMonkey 2.8/20120306000137])
  3225. # [22:37] * Quits: sourabh912 (Mibbit@E8B353CC.762B6D43.9C072EFC.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  3226. # [22:37] <i01000001> actually I did not want to implement.. just wanted to use something existing.. all JS implementation either were complex or did not work with latest version of firefox.. moreover the web server half of the extension will also do hashing of files and serve regular HTML pages.. micro web apps.. which I think will take a toll in case of JS version
  3227. # [22:37] <NeilAway> smaug: so what's the easy way to do mouseover for the target but not any of its children?
  3228. # [22:37] <i01000001> ericjung: actually I did not want to implement.. just wanted to use something existing.. all JS implementation either were complex or did not work with latest version of firefox.. moreover the web server half of the extension will also do hashing of files and serve regular HTML pages.. micro web apps.. which I think will take a toll in case of JS version
  3229. # [22:38] <ericjung> i01000001: ok
  3230. # [22:38] * Quits: ferongr (ferongr@73D167FB.44DEC0CF.F5160715.IP) (Ping timeout)
  3231. # [22:38] <ericjung> i01000001: but if the shared lib and JS are in different processes and on different machines, you need some kind of remote IPC/RPC communication
  3232. # [22:38] <avih> tn: i think my suggestion at the last paragraph is optimal and cannot be improved (from responsiveness POV)
  3233. # [22:39] <ericjung> i01000001: there are lots of those to choose from
  3234. # [22:39] <@smaug> NeilAway: er, hmm
  3235. # [22:39] <@smaug> what?
  3236. # [22:39] <NeilAway> smaug: was that for me?
  3237. # [22:39] * Joins: janv (varga@moz-11807947.sub-166-250-44.myvzw.com)
  3238. # [22:39] <ddahl> khuey: classic errors: http://pastebin.mozilla.org/1544034
  3239. # [22:39] * Quits: bent (chatzilla@moz-C15AB8D8.sub-166-250-45.myvzw.com) (Ping timeout)
  3240. # [22:39] <ericjung> i01000001: and no, you won't be able to use the interface i pointed to from the shared lib (directly)
  3241. # [22:39] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  3242. # [22:39] <@smaug> NeilAway: yes
  3243. # [22:39] * Quits: janv_ (varga@moz-C15AB8D8.sub-166-250-45.myvzw.com) (Ping timeout)
  3244. # [22:39] * Quits: gwagner_ (idefix@moz-691E95BB.sub-166-250-48.myvzw.com) (Ping timeout)
  3245. # [22:39] * Quits: terrence (terrence@moz-C15AB8D8.sub-166-250-45.myvzw.com) (Ping timeout)
  3246. # [22:40] * Quits: magsout (magsout@moz-E559D13.fbx.proxad.net) (Ping timeout)
  3247. # [22:40] * joduinn is now known as joduinn-mtg
  3248. # [22:40] <@smaug> NeilAway: I'm not sure what you're asking
  3249. # [22:40] <ddahl> khuey: I cannever seem to get the module to link because of the Module constructor gunk or whatever
  3250. # [22:40] <NeilAway> smaug: so, in CSS, you can just use div:hover and it will change whatever it needs based on whether the mouse is over the div or not
  3251. # [22:40] <NeilAway> smaug: but how would you determine that the mouse is only moving from out to over the div itself without caring about child nodes
  3252. # [22:40] * Joins: harth (harth@40018561.F684631.21A4E96A.IP)
  3253. # [22:40] * khuey is now known as khuey|away
  3254. # [22:40] * khuey|away is now known as khuey
  3255. # [22:41] <@bz> NeilAway: mouseenter/mouseleave events?
  3256. # [22:41] <i01000001> ericjung: for that reason only.. I am running a webserver in shared lib half of it... and JS is interacting with HTTP request/ responses.. so that I can keep things simple.. and extension can keep evolving without changing much of shared lib or JS part
  3257. # [22:41] <NeilAway> bz: aha!
  3258. # [22:41] * philor|away is now known as philor
  3259. # [22:41] <@bz> NeilAway: pretty new in Gecko, but if you don't need it for old Geckos.....
  3260. # [22:41] <@smaug> NeilAway: I guess you want mouseenter
  3261. # [22:41] <NeilAway> smaug: yeah, thanks
  3262. # [22:42] * NeilAway thanks bz too
  3263. # [22:42] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Quit: Jesse)
  3264. # [22:42] * Joins: gwagner_ (idefix@moz-691E95BB.sub-166-250-48.myvzw.com)
  3265. # [22:42] <@smaug> you can achieve the same with mouseover
  3266. # [22:42] * Quits: akeybl (akeybl@moz-7B0110AD.mv.mozilla.com) (Connection reset by peer)
  3267. # [22:42] <@smaug> just check the parent chain
  3268. # [22:42] * Joins: akeybl (akeybl@moz-7B0110AD.mv.mozilla.com)
  3269. # [22:43] * Joins: cpearce (chatzilla@moz-CAF4778E.xdsl.xnet.co.nz)
  3270. # [22:43] <tn> avih, sounds good, we should implement something like that
  3271. # [22:43] <Ms2ger> What's that, Gecko2? :)
  3272. # [22:45] * Quits: janv (varga@moz-11807947.sub-166-250-44.myvzw.com) (Ping timeout)
  3273. # [22:45] * Quits: gwagner_ (idefix@moz-691E95BB.sub-166-250-48.myvzw.com) (Ping timeout)
  3274. # [22:45] <i01000001> ericjung: was I able to make myself clear ? are you there ? any hint on my initial question about interacting with Firefox internals from the shared lib ?
  3275. # [22:45] * Joins: sfink (chatzilla@moz-691E95BB.sub-166-250-48.myvzw.com)
  3276. # [22:46] <@khuey> ddahl: yeah XPCOM objects' ctors can't take arguments
  3277. # [22:46] * Joins: ferongr (ferongr@73D167FB.44DEC0CF.F5160715.IP)
  3278. # [22:46] * Joins: a-865 (fmcz@moz-A5D13CA.cable.mindspring.com)
  3279. # [22:46] <Mook_as> but they can have .init methods on them (useful for JS callers using Components.Constructor)
  3280. # [22:47] <ericjung> i01000001: i am here
  3281. # [22:47] <@bz> or more precisely objects you want to create via createInstance need to have no-argument constructors
  3282. # [22:48] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  3283. # [22:48] <Ms2ger> Or even, bah, XPCOM
  3284. # [22:48] * Quits: mwu (mwu@moz-B5049124.tmodns.net) (Quit: This computer has gone to sleep)
  3285. # [22:48] * gregglind_away is now known as gregglind
  3286. # [22:48] * Joins: givanica (chatzilla@A13AD76.2E7E5149.FB866788.IP)
  3287. # [22:48] <biesi> you could make a service that serves as a factory for your objects
  3288. # [22:49] <ddahl> ok, cool
  3289. # [22:49] <i01000001> ericjung: since the webserver and Firefox are in same process just in diff threads.. does that open a possibility for some kind of interactions ?
  3290. # [22:49] <ddahl> in the previous patch the constructor was called in native code only
  3291. # [22:49] <Ms2ger> biesi, yay, document.implementation.createDocument() :)
  3292. # [22:49] <ericjung> i01000001: you told me they are on different machines
  3293. # [22:49] * Quits: jprmc (jprmc@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  3294. # [22:50] * Joins: janv (varga@moz-11807947.sub-166-250-44.myvzw.com)
  3295. # [22:51] * Quits: sfink (chatzilla@moz-691E95BB.sub-166-250-48.myvzw.com) (Ping timeout)
  3296. # [22:51] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  3297. # [22:51] * Joins: janv_ (varga@moz-11807947.sub-166-250-44.myvzw.com)
  3298. # [22:51] * Quits: janv (varga@moz-11807947.sub-166-250-44.myvzw.com) (Ping timeout)
  3299. # [22:52] <i01000001> ericjung: see the webserver is running within Firefox on two different machines.. same is the case with JS which can be considered as webclient.. now webclient of one machine interacts with webserver of other machine.. asking questions for which answers reside in sqlite DB
  3300. # [22:53] * Joins: klug3 (Mibbit@moz-6880A40F.iitk.ac.in)
  3301. # [22:53] <i01000001> now the webserver queries DB on the same machine while running within Firefox process
  3302. # [22:53] * Joins: doktor5000 (doktor5000@moz-3E5D74B1.pools.arcor-ip.net)
  3303. # [22:53] <ericjung> i01000001: sounds like a solution to me if you are unwilling to make everything JS
  3304. # [22:54] * Joins: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com)
  3305. # [22:54] <ericjung> i01000001: (or, at least, a native C++ extension)
  3306. # [22:54] * Joins: jduell (jduell@moz-5E9C8381.airbears.berkeley.edu)
  3307. # [22:54] <ericjung> i01000001: i don't really have anything else to say on this, sorry. perhaps someone else does.
  3308. # [22:54] <doktor5000> anyone knows if Kev Needham is around?
  3309. # [22:56] * philor is now known as philor|away
  3310. # [22:57] * Quits: joey (chatzilla@moz-E31CD2CB.mozilla.org) (Quit: ChatZilla 0.9.88.1 [Firefox 13.0a2/20120329042012])
  3311. # [22:57] * Joins: terrence (terrence@moz-3BF4CD3D.sub-166-250-46.myvzw.com)
  3312. # [22:57] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  3313. # [22:58] <davidb> who handles blacklisting bugs?
  3314. # [22:59] <Mook_as> doktor5000: when he is, he's known as "kev". I don't know which channels he hangs out in.
  3315. # [22:59] <davidb> blocklisting
  3316. # [22:59] <i01000001> ericjung: I initially planned for C++ extension only but I was thrashed like hell on other channels as if I was insane :D anyway I will wait to see if someone else has something to say :) thanks for giving time :)
  3317. # [22:59] <@khuey> davidb: https://wiki.mozilla.org/Blocklisting#How_to_request_a_block
  3318. # [22:59] * timA|mtg is now known as timA
  3319. # [23:00] <davidb> khuey: that's more than I wanted :)
  3320. # [23:00] <Mook_as> i01000001: this seems more appropriate for #extdev, but... JS talks to Places/Storage/whatever, it talks to (same process) C++ http server, that talks to whoever it wants?
  3321. # [23:00] * Quits: KWierso (chatzilla@moz-D7FBF114.client.mchsi.com) (Ping timeout)
  3322. # [23:00] * Joins: mcsmurf (mcsmurf@moz-476F4F40.dip.t-dialin.net)
  3323. # [23:00] * Quits: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP) (Client exited)
  3324. # [23:00] <doktor5000> Mook_as: thanks, just mailed him via his web site :)
  3325. # [23:00] * Joins: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP)
  3326. # [23:00] <ericjung> Mook_as: that's the 2nd time you've said that to him :)
  3327. # [23:01] <ericjung> Mook_as: and he's not picking up and running with it
  3328. # [23:01] * Quits: jet (junglecode@93B4174C.6E78B65D.CDBA6951.IP) (Quit: jet)
  3329. # [23:01] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Quit: Instantbird 1.2a1pre)
  3330. # [23:02] <Mook_as> ah, I just thought my first time was unclear (he thought the JS was all on the out-of-process end). I'm shutting up now, though ;)
  3331. # [23:02] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  3332. # [23:02] * Joins: jet (junglecode@93B4174C.6E78B65D.CDBA6951.IP)
  3333. # [23:02] * Quits: artur (artur@moz-DE1DE682.c3-0.nmex-ubr1.lnh-nmex.md.cable.rcn.com) (Input/output error)
  3334. # [23:03] * janv_ is now known as janv
  3335. # [23:03] * Joins: artur (artur@moz-DE1DE682.c3-0.nmex-ubr1.lnh-nmex.md.cable.rcn.com)
  3336. # [23:03] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  3337. # [23:03] * Quits: askalski (akuda@moz-6A36EC49.ip.abpl.pl) (Quit: Wychodzi)
  3338. # [23:04] * Quits: klug3 (Mibbit@moz-6880A40F.iitk.ac.in) (Quit: http://www.mibbit.com ajax IRC Client)
  3339. # [23:04] * Quits: terrence (terrence@moz-3BF4CD3D.sub-166-250-46.myvzw.com) (Ping timeout)
  3340. # [23:04] <ericjung> Mook_as: no need to quiet down on my behalf. perhaps i01000001 wants more on it.
  3341. # [23:04] * Joins: mayhemer (Miranda@B3D46202.F87A741B.F23860FD.IP)
  3342. # [23:04] <ericjung> Mook_as: it's just bytes over the wire.
  3343. # [23:04] <ericjung> (to type more)
  3344. # [23:04] * Joins: janv_ (varga@moz-C15AB8D8.sub-166-250-45.myvzw.com)
  3345. # [23:04] <mcsmurf> hrm, Gecko needs quite a lot of memory lately (and/or Session Restore in SeaMonkey is broken (unlikely :P))
  3346. # [23:04] <mcsmurf> trying to restore a session with ~30 tabs
  3347. # [23:04] * Quits: janv (varga@moz-11807947.sub-166-250-44.myvzw.com) (Ping timeout)
  3348. # [23:04] * Quits: smagnin (pike@moz-DEF53BC9.fbx.proxad.net) (Client exited)
  3349. # [23:05] <mcsmurf> virtual memory usage jumps to over 2GB over a minute and I have to kill it (or the OS crashes SeaMonkey)
  3350. # [23:05] <hub> mcsmurf: I do that all the time
  3351. # [23:05] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  3352. # [23:05] <mcsmurf> yeah, not sure what's wrong this time
  3353. # [23:05] <mcsmurf> insane memory usage on restore
  3354. # [23:05] * Joins: nrc (nrc@538BABFE.A073F3E.97BBD552.IP)
  3355. # [23:05] <ericjung> mcsmurf: that's what she said?
  3356. # [23:05] <mcsmurf> the "other" memory usage in task manager (not sure what it's called)
  3357. # [23:06] <mcsmurf> is at about ~20MB
  3358. # [23:06] * Quits: stefanh (stefanh@moz-3EED0162.customers.ownit.se) (Quit: ChatZilla 0.9.88.1 [SeaMonkey 2.8/20120312221231])
  3359. # [23:06] * Quits: janv_ (varga@moz-C15AB8D8.sub-166-250-45.myvzw.com) (Ping timeout)
  3360. # [23:06] <avih> tn: i think you're not correct. with the refresh driver hookup, you would still have vsync-interval/2 on average between the scroll trigger and firstpage move. with current approach you have 6ms + vsync/2, and with the added 0ms oneshot, u get vsync/2 till first page move, identical to refresh driver hook.
  3361. # [23:07] * Joins: janv_ (varga@93B4174C.6E78B65D.CDBA6951.IP)
  3362. # [23:07] * Joins: eflores (eflores@538BABFE.A073F3E.97BBD552.IP)
  3363. # [23:07] <ericjung> i01000001: maybe people in #extdev have more ideas for you. i'd try there.
  3364. # [23:07] <avih> 16ms+vsync/2 *
  3365. # [23:07] * Joins: sfink (chatzilla@moz-A9C72347.sub-166-250-45.myvzw.com)
  3366. # [23:07] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  3367. # [23:07] <tn> avih, i'm not talking about vsync
  3368. # [23:08] <tn> avih, i am talking about delay between smooth scroll timer firing and refresh driver
  3369. # [23:08] <avih> tn: i understand
  3370. # [23:08] <tn> if they are the same there is no delay
  3371. # [23:08] <avih> when i say vsync, i mean refresh driver trigger, because that's what it represents, ultimately
  3372. # [23:09] * rail-mtg is now known as rail
  3373. # [23:09] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  3374. # [23:09] <tn> avih, i don't know exactly how vsync works, but i don't think there is any guarantee they are the same or similar or even ultimately so
  3375. # [23:10] <avih> tn: well, et's leave it aside then, just s/vsync/refresh-trigger/
  3376. # [23:10] <mcsmurf> huh, what's stored in sessionrestore.json I thought it only stores tabs/URLs?
  3377. # [23:10] <mcsmurf> as I see a lot of HTML in there
  3378. # [23:10] * Quits: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3379. # [23:10] <i01000001> Mook_as: you were right.. I did not get what you said then.. I just read it once more.. but feels like I am wasting your and others time :) so would end it here :) ericjung: have tried #extdev
  3380. # [23:10] <Ms2ger> mcsmurf, form data?
  3381. # [23:10] <zpao> mcsmurf: could be hitting a sessionstorage issues
  3382. # [23:10] * Joins: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net)
  3383. # [23:11] * Quits: kennyluck (kennyluck@moz-F0B596BF.dynamic.hinet.net) (Ping timeout)
  3384. # [23:11] <zpao> some sites (google search) will store big chunks of html in there
  3385. # [23:11] <avih> tn: from scroll trigger to first refresh trigger is refresh/2 on average, which is the same as with the oneshot of 0ms.
  3386. # [23:11] <mcsmurf> I see
  3387. # [23:11] <mcsmurf> my sessionrestore.js is 8MB
  3388. # [23:11] <mcsmurf> not sure if that is much
  3389. # [23:11] * Joins: kennyluck (kennyluck@moz-33FEB35F.dynamic.hinet.net)
  3390. # [23:11] <avih> tn to first page move*
  3391. # [23:11] <mcsmurf> +on
  3392. # [23:11] <zpao> mcsmurf: that's very big
  3393. # [23:12] * Joins: John-Galt (kris@FACBEC9F.1DC3B5D1.24939243.IP)
  3394. # [23:12] <zpao> i've seen bigger, but still
  3395. # [23:12] <jhammel> twss
  3396. # [23:12] <Mossop> Wow, so the Xcode installer you download from apple installs an installer for Xcode...
  3397. # [23:12] * Quits: ferongr (ferongr@73D167FB.44DEC0CF.F5160715.IP) (NickServ (GHOST command used by `ferongr))
  3398. # [23:12] * Joins: ferongr (ferongr@73D167FB.44DEC0CF.F5160715.IP)
  3399. # [23:12] <mcsmurf> well, I'll store it somewhere else for later analysis ;)
  3400. # [23:12] <ddahl> Mossop: makes perfect sense
  3401. # [23:13] <Mossop> They should have called it Xcode installer installer
  3402. # [23:13] <ddahl> how else can you install an installer?
  3403. # [23:13] <ddahl> lulz
  3404. # [23:13] <Mossop> I wonder how I uninstall the installer from my machine
  3405. # [23:13] * Quits: doktor5000 (doktor5000@moz-3E5D74B1.pools.arcor-ip.net) (Input/output error)
  3406. # [23:13] <mcsmurf> with an compiler compiler
  3407. # [23:13] * sheeri is now known as sheeri-afk
  3408. # [23:13] <jhammel> Mossop: you have to download the uninstaller
  3409. # [23:13] <mcsmurf> which then compiles an installer
  3410. # [23:13] <jhammel> unfortunately, there is no uninstaller for the uninstaller
  3411. # [23:13] <ddahl> really, Apple has reached the absurdity of Microsoft in its day
  3412. # [23:13] <tn> avih, the reason i left that comment is that your long comment made it shound like your approach had "we can start moving the page immediately, with zero deterioration in smoothness, and with added responsiveness of 16ms" whereas refresh driver approach had "the gained responsiveness would average 1/2 of refresh driver intervals" which makes it sound like the refresh driver approach is inferior
  3413. # [23:13] <jhammel> ddahl: but sexier! :P
  3414. # [23:14] <ddahl> jhammel: no doubt
  3415. # [23:14] <tn> avih, because the refresh driver is usually 17ms
  3416. # [23:14] * Quits: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net) (Ping timeout)
  3417. # [23:14] <avih> tn: oh, i wasn't insinuating that at all..
  3418. # [23:14] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  3419. # [23:14] <avih> i can see it can sound that way,
  3420. # [23:14] <tn> avih, good. i think we agree. we don't need to argue. someone just needs to code.
  3421. # [23:14] * Quits: dao (dao@moz-2C9B5958.superkabel.de) (Quit: Leaving.)
  3422. # [23:14] <Ms2ger> ddahl, only more evil
  3423. # [23:14] <avih> heh
  3424. # [23:15] <sfink> I just added the 15th parameter to a method signature. Do I get a badge?
  3425. # [23:15] <ddahl> Ms2ger: sadly, true
  3426. # [23:15] <@bz> sfink: time for a struct argument?
  3427. # [23:15] <sfink> nope, it's OpenGL, they like it like that
  3428. # [23:15] * Joins: mwu (mwu@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3429. # [23:15] <Ms2ger> sfink, no, you get to join Hixie to work on canvas :)
  3430. # [23:15] <@bz> sfink: heh
  3431. # [23:15] <mbrubeck> rhelmer: I get an NFS error when using "vagrant up" with your TBPL Vagrantfile from bug 682591: http://pastebin.mozilla.org/1544113
  3432. # [23:16] * Joins: jlebar|mac (~jlebarmac@moz-11807947.sub-166-250-44.myvzw.com)
  3433. # [23:16] * Joins: lsumar (lsumar@59E5D51.793B015F.11F528CC.IP)
  3434. # [23:16] <rhelmer> mbrubeck: what OS?
  3435. # [23:16] * Quits: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP) (Quit: madhava)
  3436. # [23:16] * janv_ is now known as janv
  3437. # [23:16] <mbrubeck> rhelmer: Debian "testing" host
  3438. # [23:16] <rhelmer> mbrubeck: quick fix is to set :nfs false in Vagrantfile
  3439. # [23:16] <rhelmer> mbrubeck: do you have nfs-server installed?
  3440. # [23:17] <mbrubeck> rhelmer: Hmm, probably not.
  3441. # [23:17] <avih> tn: my bottom line is that the 0ms oneshot will not be worse than refresh driver. the gained advantage of 16ms is only because we start with something bad. the refresh approach is better, so we can only improve it in refresh/2. my point was that we can improve the refresh approach too if we start "in the past"
  3442. # [23:17] <rhelmer> mbrubeck: the host acts as nfs server and vm as client
  3443. # [23:17] * Ms2ger tires of ap
  3444. # [23:17] <mbrubeck> okay, installing nfs-server in the host. thanks.
  3445. # [23:17] <rhelmer> mbrubeck: setting nfs false in Vagrantfile uses VirtualBox sharing, which is pretty slow but probably won't matter much for tbpl tbh
  3446. # [23:17] <rhelmer> mbrubeck: cool
  3447. # [23:18] <ehsan_> dbaron: is nsIFrame::GetContainingBlock the right call for getting the CB for a frame outside of the reflow process?
  3448. # [23:18] * Quits: davidb (davidb@471D72E.2257F909.F30C9E9E.IP) (Quit: davidb)
  3449. # [23:19] <@dbaron> ehsan_, yes, see how nsHTMLReflowState::InitCBReflowState sets up mCBReflowState
  3450. # [23:19] * Quits: lsumar (lsumar@59E5D51.793B015F.11F528CC.IP) (Quit: This computer has gone to sleep)
  3451. # [23:20] * Joins: jprmc (jprmc@93B4174C.6E78B65D.CDBA6951.IP)
  3452. # [23:20] * Quits: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Quit: Miranda IM - Multi protocol instant messenger @ www.miranda-im.org)
  3453. # [23:20] <@dbaron> ehsan_, though probably we should fix the thing that function has for inner table frames to be in nsIFrame::GetContainingBlock
  3454. # [23:20] * Quits: tonymec (tonymec@A71F5531.4D24F3F6.277517C1.IP) (Ping timeout)
  3455. # [23:21] * Joins: terrence (terrence@moz-C15AB8D8.sub-166-250-45.myvzw.com)
  3456. # [23:21] <ehsan_> dbaron: what do you meam?
  3457. # [23:21] <tn> avih, yes, the refresh driver approach alone isn't the perfect solution to this problem. it improves it.
  3458. # [23:21] <ehsan_> dbaron: also, fwiw, it seems like nsHTMLReflowState::InitAbsoluteConstraints depends on the reflow state chain
  3459. # [23:21] <rhelmer> mbrubeck: this has the basic info about vagrant and nfs http://vagrantup.com/docs/nfs.html
  3460. # [23:21] <ehsan_> so I'm not sure how practical it is to do its work outside of reflow :(
  3461. # [23:21] <avih> tn: that's the only thing i was saying regarding it. wasn't comparing it with the other approach.
  3462. # [23:21] * Joins: darktrojan (geoff@moz-30B3CCFD.telstraclear.net)
  3463. # [23:21] <@dbaron> ehsan_, if that one thing were in nsIFrame::GetContaninigBlock (which I don't see why it couldn't be), then it would be the right thing for getting a cb
  3464. # [23:21] <jorendorff> Is extensions/pref/autoconfig Proxy Auto-Config?
  3465. # [23:22] <tn> avih, ok, i didn't write that down anywhere, but i was aware of it already.
  3466. # [23:22] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  3467. # [23:22] <@dbaron> ehsan_, where is the dependency on the reflow state change?
  3468. # [23:22] <@dbaron> chain
  3469. # [23:22] <ddahl> khuey: so the new failure is /home/ddahl/code/moz/mozilla-valgrind/src/security/manager/ssl/src/nsNSSModule.cpp:249: undefined reference to `nsIdentityServiceKeyPair::nsIdentityServiceKeyPair()' - line 249 is NS_NSS_GENERIC_FACTORY_CONSTRUCTOR(nssEnsure, nsIdentityServiceKeyPair)
  3470. # [23:22] * Quits: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  3471. # [23:22] <mbrubeck> rhelmer: It's working now! This is awesome, thanks.
  3472. # [23:22] <avih> tn: cool :)
  3473. # [23:23] <avih> tn: u intend to take it? otherwise i might have a look at it.
  3474. # [23:23] <rhelmer> mbrubeck: great!
  3475. # [23:23] <ddahl> hmmm
  3476. # [23:23] <ehsan_> dbaron: nsHTMLReflowState::GetHypotheticalBoxContainer
  3477. # [23:23] * Quits: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP) (Client exited)
  3478. # [23:23] * Quits: grubshka (grubshka@moz-C2DE5B40.w86-216.abo.wanadoo.fr) (Input/output error)
  3479. # [23:24] <@dbaron> ehsan_, it has codepaths for in-reflow andnot-in-reflow
  3480. # [23:24] <@khuey> ddahl: isn't that the old error?
  3481. # [23:24] <ehsan_> right
  3482. # [23:24] <ehsan_> well
  3483. # [23:24] <ddahl> khuey: it was during linking
  3484. # [23:24] <ehsan_> the use of the parentReflowState member confused me
  3485. # [23:24] <ddahl> it is similar
  3486. # [23:24] <ehsan_> so let's see what I can do
  3487. # [23:25] <ddahl> khuey: i did forget to add the cpp file to the Makefile
  3488. # [23:25] * Joins: Lucas_ (Lucas@moz-BBE3ABD.mv.mozilla.com)
  3489. # [23:25] <jaws> vladan: have you heard of the SPS profiler taking a long time to analyze results ( > 10 minutes)
  3490. # [23:25] <tn> avih, feel free to take it. i'm not working on it right now.
  3491. # [23:25] * Quits: givanica (chatzilla@A13AD76.2E7E5149.FB866788.IP) (Ping timeout)
  3492. # [23:25] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  3493. # [23:26] <avih> tn: i'll have a look at it, haven't used observers before.. so i have a bit of a learning curve.
  3494. # [23:26] <vladan> jaws: haven't heard of that, but I'm not really the SPS guy. BenWa would know more about that. Which platform are you running on?
  3495. # [23:26] <@khuey> ddahl: so you still have the same problem I told you you have last time?
  3496. # [23:26] <ddahl> khuey: no, this is different
  3497. # [23:26] <BenWa> jaws: We've landed huge improvements to the UI
  3498. # [23:26] <jaws> BenWa: i'm on windows
  3499. # [23:27] <jaws> vladan: ^
  3500. # [23:27] <ddahl> i think there are things that nsNSSComponent provided that I have yet to add to the new source files
  3501. # [23:27] <tn> avih, ok, well i'm not working on it now. if i intend to start on it i'll make sure to ask if you still want it.
  3502. # [23:27] <BenWa> Then it shouldn't be trying to symbolicate the data (yet)
  3503. # [23:27] <BenWa> is it hung?
  3504. # [23:27] <jaws> BenWa: i started the profiler, opened a website, stopped the profiler, then clicked analyze and it is just sitting there at a progress bar
  3505. # [23:27] <vladan> jaws: it's probably not the symbolication stuff I added (very) recently
  3506. # [23:27] <BenWa> so likely it hit a JS error
  3507. # [23:27] * sheeri-afk is now known as sheeri
  3508. # [23:28] <@khuey> ddahl: if nsIdentityServiceKeyPair is supposed to be constructible through XPCOM, the C++ class needs a constructor that takes no arguments
  3509. # [23:28] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3510. # [23:28] <vladan> jaws: run firefox with the -console option and check the JavaScript error console
  3511. # [23:28] <ddahl> khuey: yeah I fixed that
  3512. # [23:28] <ddahl> khuey: something else is not right
  3513. # [23:28] <ddahl> i should be able to get a better clue in a few minutes
  3514. # [23:28] * Joins: jgilbert (jgilbert@moz-7B0110AD.mv.mozilla.com)
  3515. # [23:29] <@khuey> ddahl: does nsNSSModule include the header for your thing?
  3516. # [23:30] <ddahl> khuey: yep
  3517. # [23:30] <@khuey> ok so that error means that this constructor doesn't exist ...
  3518. # [23:30] <jaws> vladan: no errors in the Error Console related to the add-on. the bash console has a lot of noise in it. i'll try to restart and see if i notice anything
  3519. # [23:30] <MattN> Should the Win64 PGO brokenness on inbound stop me from pushing?
  3520. # [23:30] * Joins: RyanVM (RyanVM@moz-D04D3C77.phlapa.fios.verizon.net)
  3521. # [23:30] * Joins: jimb (user@9E727688.17C2F9C.163DC5C6.IP)
  3522. # [23:30] <RyanVM> hooboy, a series of parser patches that don't appear to have ever gone on Try
  3523. # [23:31] * RyanVM readies his flamesuit
  3524. # [23:31] * Quits: cpearce (chatzilla@moz-CAF4778E.xdsl.xnet.co.nz) (Ping timeout)
  3525. # [23:31] * Quits: nrc (nrc@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  3526. # [23:32] <jaws> vladan, BenWa: i'm not seeing any js errors
  3527. # [23:32] * Joins: jgilbert_ (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  3528. # [23:33] * Quits: jgilbert (jgilbert@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  3529. # [23:33] <BenWa> jaws: Have you tried toggling the feature in the extension?
  3530. # [23:33] <BenWa> jaws: close the tab thats froozen, disable stackwalking, and try again
  3531. # [23:33] * Quits: jlebar|mac (~jlebarmac@moz-11807947.sub-166-250-44.myvzw.com) (Quit: jlebar|mac)
  3532. # [23:33] <jaws> ok i'll try that
  3533. # [23:34] * Joins: nrc (nrc@538BABFE.A073F3E.97BBD552.IP)
  3534. # [23:34] <jaws> should i stop the profiler before analyzing?
  3535. # [23:34] <jaws> BenWa: ^
  3536. # [23:34] <BenWa> jaws: no
  3537. # [23:34] * Quits: jfkthame (jfkthame@93B4174C.6E78B65D.CDBA6951.IP) (Quit: jfkthame)
  3538. # [23:35] <jaws> whoops, ok maybe that's why it's been failing
  3539. # [23:35] * Quits: Ms2ger (Ms2ger@1C9C24ED.CDE7FB6E.37724B0D.IP) (Ping timeout)
  3540. # [23:36] <jaws> BenWa: progress...: Could not connect to symbolication server at http://127.0.0.1:8000. Please verify that you are connected to the Internet.
  3541. # [23:36] <jaws> do i have to run the symbolication server locally? i built with --enable-profiling
  3542. # [23:36] * Quits: cadecairos (cadecairos@EDDEAA06.33EE9F8A.1139E686.IP) (Input/output error)
  3543. # [23:36] <jaws> oh, i hit OK and now i'm seeing something :)
  3544. # [23:37] * Quits: prazuber (PraZuBeR@moz-8FDA4E25.savvy.volia.net) (Quit: )
  3545. # [23:37] * Joins: jlebar|mac (~jlebarmac@moz-11807947.sub-166-250-44.myvzw.com)
  3546. # [23:38] * Quits: ibarlow (ibarlow@F2D29657.F60B0462.67AC9B1.IP) (Quit: ibarlow)
  3547. # [23:39] * Quits: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP) (Client exited)
  3548. # [23:40] * Quits: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
  3549. # [23:40] <zpao> glandium: are there any known issues with the about startup extension? or recently fixed but not on AMO? (specifically, about:startup not being registerd)
  3550. # [23:40] <avih> tn: looking at the bug u pointed to (that uses refresh driver hookup), if mPresShell!=0, does it guarantee that mPresShell->GetPresContext()->RefreshDriver() is valid and non 0?
  3551. # [23:41] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Quit: bye)
  3552. # [23:41] * Joins: givanica (chatzilla@A13AD76.2E7E5149.FB866788.IP)
  3553. # [23:42] * Quits: givanica (chatzilla@A13AD76.2E7E5149.FB866788.IP) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643])
  3554. # [23:42] * armenzg is now known as armenzg_away
  3555. # [23:43] <tn> avih, i think you can usually make that assumption
  3556. # [23:44] * Quits: armenzg_away (armenzg@moz-DBD74FB0.home1.cgocable.net) (Input/output error)
  3557. # [23:44] <jaws> avih: from my understanding, if a function name has Get, then it could return null, but if it doesn't then it won't return null
  3558. # [23:44] <jaws> in other words, Get implies that null may be returned
  3559. # [23:45] <avih> jaws: which means i cannot assume it's guaranteed to be valid...
  3560. # [23:45] <jaws> avih: tn has more experience in this code then i do, so you should take his words over mine
  3561. # [23:45] * Quits: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP) (Client exited)
  3562. # [23:45] * Joins: sheppy (sheppy@moz-9BBFFB06.sub-166-248-70.myvzw.com)
  3563. # [23:46] <avih> jaws: his words: "usually yes" ;)
  3564. # [23:46] * sheeri is now known as sheeri-afk
  3565. # [23:46] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  3566. # [23:46] <avih> i prefer to err on the safe side, checking null is cheap ;)
  3567. # [23:46] <jaws> me too, much cheaper than a crash :)
  3568. # [23:46] * Joins: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP)
  3569. # [23:47] * Quits: Lucas_ (Lucas@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3570. # [23:48] * Joins: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com)
  3571. # [23:48] * Joins: Lucas_ (Lucas@moz-BBE3ABD.mv.mozilla.com)
  3572. # [23:49] <zpao> glandium: figured it out... you should push 0.1.10 to AMO (thanks!)
  3573. # [23:49] <RyanVM> *sigh*
  3574. # [23:49] <RyanVM> I'm doing a pgo build and I'm getting this on the second pass (after profiling)
  3575. # [23:49] <RyanVM> No rule to make target '../../../xpcom/idl-parser/xpidllex.py'
  3576. # [23:49] <RyanVM> i deleted all .pyc files before starting the build
  3577. # [23:50] <mcsmurf> hehehe
  3578. # [23:50] <RyanVM> not sure what more I can do
  3579. # [23:50] <RyanVM> delete them all again while it's profilng?
  3580. # [23:50] * Joins: JeroenDeDauw (jeroen@C10EA9FC.9481ED7.9F9A2DA2.IP)
  3581. # [23:50] <mcsmurf> I think I've seen that error
  3582. # [23:51] * joduinn-mtg is now known as joduinn
  3583. # [23:51] * joduinn is now known as joduinn-brb
  3584. # [23:51] <mcsmurf> maybe I'll even remember the solution
  3585. # [23:52] * Quits: TheOne (one@moz-17F7855C.dip.t-dialin.net) (Input/output error)
  3586. # [23:52] <mcsmurf> RyanVM: delete during profile is probably a good workaround..
  3587. # [23:52] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3588. # [23:53] <mcsmurf> I wonder what the official build machines do?
  3589. # [23:53] <mcsmurf> to prevent this
  3590. # [23:53] <RyanVM> i don't think it typically happens this frequently for others
  3591. # [23:53] <RyanVM> I have no idea why it hits me so regularly
  3592. # [23:54] * davehunt|away is now known as davehunt
  3593. # [23:56] <mcsmurf> RyanVM: I also had to delete two .py files in that folder a few days ago, but that was because of a different error message
  3594. # [23:56] * joduinn-brb is now known as joduinn-mtg
  3595. # [23:56] <mcsmurf> (xpidlyacc.py and xpidllex.py)
  3596. # [23:57] * Quits: terrence (terrence@moz-C15AB8D8.sub-166-250-45.myvzw.com) (Ping timeout)
  3597. # [23:57] * Quits: sfink (chatzilla@moz-A9C72347.sub-166-250-45.myvzw.com) (Ping timeout)
  3598. # [23:57] * Joins: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3599. # [23:57] <avih> jaws: btw, even is such null check succeeds, it can still fail after a context switch ;)
  3600. # [23:57] <avih> even if*
  3601. # [23:57] * Quits: jlebar|mac (~jlebarmac@moz-11807947.sub-166-250-44.myvzw.com) (Ping timeout)
  3602. # [23:58] * Joins: lsumar (lsumar@645A616.5D31212A.B149194D.IP)
  3603. # [23:58] * Joins: jlebar|mac (~jlebarmac@moz-C15AB8D8.sub-166-250-45.myvzw.com)
  3604. # [23:58] * Quits: UCC (UCC@83973BA3.A91C7028.A5830293.IP) (Quit: Leaving)
  3605. # [23:58] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3606. # [23:59] * Joins: tonymec (tonymec@A71F5531.4D24F3F6.277517C1.IP)
  3607. # [23:59] * Quits: lsumar (lsumar@645A616.5D31212A.B149194D.IP) (Client exited)
  3608. # [23:59] * Joins: Waldo (waldo@moz-537BCF9.hsd1.ca.comcast.net)
  3609. # Session Close: Fri Mar 30 00:00:00 2012

The end :)