/irc-logs / mozilla / #developers / 2012-04-05 / end

Options:

  1. # Session Start: Thu Apr 05 00:00:00 2012
  2. # Session Ident: #developers
  3. # [00:00] <anant> so, in that script, I make an iframe, append it to a hidden window, load the URI of the page I want to access, import my callback and then call Cu.evalInSandbox with the code I want to run
  4. # [00:00] <@khuey> oh boy
  5. # [00:01] <anant> my callback is never called, and based on my debugging so far, it seems like the web page doesn't like the values I'm passing it in the scriptText (complaining that a string is not a string). I've seen this before, where types of objects passed from Chrome to Content get messed up.
  6. # [00:01] <@khuey> so, uh, what are we actually trying to do here?
  7. # [00:01] <anant> I need to run some JS code in the context of a web page and get a value back
  8. # [00:01] <anant> so, like, Greasemonkey? :)
  9. # [00:01] * Quits: sheppy-afk (sheppy@moz-F39D62DA.dhcp.kgpt.tn.charter.com) (Ping timeout)
  10. # [00:02] * Quits: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Quit: Ex-Chat)
  11. # [00:02] <@khuey> by "in the context of a web page" you mean "with the privileges of that webpage"?
  12. # [00:02] * Quits: coyotebush (corey@moz-5FFD3791.wireless.calpoly.edu) (Ping timeout)
  13. # [00:02] * Quits: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.19/2010030105])
  14. # [00:02] <anant> khuey: correct
  15. # [00:03] <@khuey> anant: I would ask the devtools people how Scratchpad works then
  16. # [00:03] <anant> specifically, the methods I am calling behave a certain way when the user is logged in to that website
  17. # [00:03] <@khuey> since you basically want to do the same thing
  18. # [00:03] <anant> ah, of course, will do!
  19. # [00:03] <@khuey> anant: out of curiosity, what is this for?
  20. # [00:03] * Quits: mcot (mcot@C4B02.F3C4E8F3.C8444B8.IP) (Ping timeout)
  21. # [00:04] * Quits: smontagu (chatzilla@moz-D32AE7DD.red.bezeqint.net) (Ping timeout)
  22. # [00:04] <anant> khuey: app-sync. if the user is already signed in to browserID we automagically also sign them in to the app-sync server by getting an assertion for it
  23. # [00:04] * Joins: nrc (nrc@538BABFE.A073F3E.97BBD552.IP)
  24. # [00:04] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  25. # [00:04] <@khuey> mm
  26. # [00:04] <@khuey> fun
  27. # [00:05] * davehunt|mtg is now known as davehunt|away
  28. # [00:05] * philor is now known as philor|away
  29. # [00:05] * Joins: Gentlecat (Roman@E92145AA.CF9BE6BE.8FB52CB8.IP)
  30. # [00:06] * Quits: priya (Adium@5B12D16A.7D870227.95C682D2.IP) (Quit: Leaving.)
  31. # [00:06] * stephend|bbiab is now known as stephend|mtg
  32. # [00:07] * Joins: billm (billm@moz-BBE3ABD.mv.mozilla.com)
  33. # [00:08] * Joins: efes (efes@moz-929D2974.dynamic.chello.pl)
  34. # [00:08] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  35. # [00:09] * Parts: aleth (Instantbir@moz-C0928D09.ictp.it)
  36. # [00:09] * Quits: ejpbruel (ejpbruel@moz-5EE20326.adsl2.static.versatel.nl) (Quit: Calling it a day)
  37. # [00:09] * mcote is now known as mcote|afk
  38. # [00:09] * Joins: davidb (davidb@471D72E.2257F909.F30C9E9E.IP)
  39. # [00:09] * Joins: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  40. # [00:09] * Joins: ddahl (ddahl@moz-976797D6.hsd1.il.comcast.net)
  41. # [00:09] <sfink> wtf? can dd really be that dumb?
  42. # [00:09] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  43. # [00:10] <sfink> I was copying a partition from one disk to another and noticed that the destination disk was doing a ton of reads
  44. # [00:10] * Waldo reads .governance after a few weeks and prepares to be depressed
  45. # [00:10] <dholbert> sfinkoh no...
  46. # [00:10] <sfink> turns out dd was still doing 512 byte reads
  47. # [00:10] <sfink> this disk has 4096 byte sectors
  48. # [00:10] <sfink> so I reran with bs=4K
  49. # [00:10] * Quits: TheLink (TheLink@moz-183F7DCD.pools.arcor-ip.net) (Client exited)
  50. # [00:10] <Mossop> Yes, dd is pretty fumb by default
  51. # [00:10] <sfink> that made it switch to 4000-byte reads :(
  52. # [00:11] <dholbert> sfink, oh phew, I thought you were gonna say you accidentally had destination & src switched
  53. # [00:11] * Joins: priya (Adium@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  54. # [00:11] * Quits: smagnin (pike@moz-DEF53BC9.fbx.proxad.net) (Ping timeout)
  55. # [00:12] <sfink> bs=4096 goes 5x faster :)
  56. # [00:12] * Quits: davidb (davidb@471D72E.2257F909.F30C9E9E.IP) (Quit: davidb)
  57. # [00:12] * Joins: smagnin (pike@moz-DEF53BC9.fbx.proxad.net)
  58. # [00:12] * Joins: smontagu (chatzilla@moz-D32AE7DD.red.bezeqint.net)
  59. # [00:12] <sfink> dholbert: I guess that's what it sounded like I was leading up to
  60. # [00:13] * Quits: tchevalier (tchevalier@moz-5830F2F3.w90-48.abo.wanadoo.fr) (Quit: Instantbird 1.1)
  61. # [00:13] * Joins: eflores (eflores@538BABFE.A073F3E.97BBD552.IP)
  62. # [00:13] * Quits: Mossop (mossop@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  63. # [00:13] <sfink> it probably wouldn't have been a complete disaster, since I still have the original source data. In my fridge. (Long story.)
  64. # [00:14] * gregglind is now known as gregglind_afk
  65. # [00:14] <dholbert> delicious
  66. # [00:15] * Quits: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP) (Quit: madhava)
  67. # [00:15] * armenzg is now known as armenzg_afk
  68. # [00:15] * philor|away is now known as philor
  69. # [00:16] * Quits: ajuma (ajuma@F2D29657.F60B0462.67AC9B1.IP) (Quit: ajuma)
  70. # [00:16] <jwir3> tn, were you able to get your android build to work?
  71. # [00:16] <Waldo> sfink: cool
  72. # [00:16] * Joins: Jesse_ (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  73. # [00:16] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Connection reset by peer)
  74. # [00:17] <tn> jwir3, we'll see
  75. # [00:17] <jwir3> sfink: Everyone loves week-old hard drive leftovers for a midnight snack
  76. # [00:17] <sfink> I'm gonna bring my angry bird stuff animals into work so I have something to throw at Waldo
  77. # [00:17] <sicking> fantasai: are there any documents from the CSSWG officially stating anything regarding if profiles are a good thing or not?
  78. # [00:17] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  79. # [00:17] <Waldo> sfink: I must say, that sounds like a pretty birdbrain idea
  80. # [00:18] * jwir3 groans
  81. # [00:18] * armenzg_afk is now known as armenzg_away
  82. # [00:18] * Quits: armenzg_away (armenzg@5F622FDB.5BCEC6DB.DA78B690.IP) (Input/output error)
  83. # [00:18] * Joins: mayhemer__ (Miranda@B3D46202.F87A741B.F23860FD.IP)
  84. # [00:18] <sfink> or rocks. Maybe I'll bring rocks to work.
  85. # [00:18] * Quits: twi (Adium@moz-647AF740.cust.dsl.vodafone.it) (Quit: Leaving.)
  86. # [00:19] <sfink> Did I just violate the upcoming CoC?
  87. # [00:19] <@roc> yes, I think so
  88. # [00:20] <jhammel> sfink: only if you don't bring enough to throw at everyone
  89. # [00:20] <Waldo> cc-sharealike rocks?
  90. # [00:20] <jhammel> ++
  91. # [00:21] * Quits: wolfiR (wolfiR@moz-9F2DACD5.dip0.t-ipconnect.de) (Quit: Leaving)
  92. # [00:22] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  93. # [00:22] * Quits: pnemsak (Miranda@80CFE454.10D9684B.4F33160D.IP) (Quit: pnemsak)
  94. # [00:23] * Quits: Dagger (Dagger@moz-C46A7175.cable.virginmedia.com) (Input/output error)
  95. # [00:23] * mkelly|teef_doctuh is now known as mkelly
  96. # [00:23] * bwinton is now known as bwinton_away
  97. # [00:24] <@roc> l've discovered that if I cut down on sleep enough, I can get way more work done primarily because there's no backlog of email to reply to in the morning
  98. # [00:24] * Joins: Dagger (Dagger@moz-C46A7175.cable.virginmedia.com)
  99. # [00:24] * Joins: cadecairos (cadecairos@moz-632B4208.cpe.net.cable.rogers.com)
  100. # [00:24] * Joins: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  101. # [00:25] <@khuey> lol
  102. # [00:25] <@khuey> I don't think that's sustainable
  103. # [00:25] * Quits: kumar (kmcmillan@moz-E31CD2CB.mozilla.org) (Quit: kumar)
  104. # [00:25] <jhammel> neither is a email ;)
  105. # [00:26] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  106. # [00:26] * Quits: supreet (quassel@780E8960.D5D84BD7.DF11F364.IP) (Client exited)
  107. # [00:30] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Ping timeout)
  108. # [00:31] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  109. # [00:33] * Quits: beaufour (beaufour@18D5CC88.C7EE4FB2.ECED8BE3.IP) (Quit: beaufour)
  110. # [00:33] * Quits: drice (derice@1606D15F.E628B196.8E155D4E.IP) (Quit: Leaving.)
  111. # [00:34] * Quits: nrc (nrc@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  112. # [00:34] * Quits: automata (automata@21672CAB.EF70936A.E0F4401A.IP) (Ping timeout)
  113. # [00:35] * philor is now known as philor|away
  114. # [00:35] * Joins: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  115. # [00:37] * bz is now known as bz_dinner
  116. # [00:37] <jaws> khuey: i'm still getting build errors after pulling your backout. do i need to delete things within my srcdir?
  117. # [00:37] <jaws> khuey: i've clobbered my objdir multiple times now
  118. # [00:37] * Joins: nrc (nrc@538BABFE.A073F3E.97BBD552.IP)
  119. # [00:37] * Quits: nrc (nrc@538BABFE.A073F3E.97BBD552.IP) (Quit: ChatZilla 0.9.88.1 [Firefox 12.0/20120328051619])
  120. # [00:38] * catlee is now known as catlee-away
  121. # [00:43] * Joins: pcwalton (pcwalton@moz-14B53B6A.hsd1.ca.comcast.net)
  122. # [00:43] * Quits: enda (chatzilla@moz-797AFB4F.cisco.com) (Connection reset by peer)
  123. # [00:43] <jaws> is hg down for anybody else? i can't load hg.mozilla.org or tbpl
  124. # [00:44] * philor|away is now known as philor
  125. # [00:45] <gavin> yeah it's having issues
  126. # [00:45] <jaws> just loaded for me now
  127. # [00:46] <@roc> Microsoft Symbol Server, why are you so slow?
  128. # [00:47] * Joins: mdas (mdas@8CB764BC.D30B51A1.412CF160.IP)
  129. # [00:48] * Quits: efes (efes@moz-929D2974.dynamic.chello.pl) (Client exited)
  130. # [00:48] * Joins: KWierso_ (chatzilla@moz-B1ECE26A.desm.qwest.net)
  131. # [00:49] * Quits: evilpie_ (evilpie@moz-C2D89AEE.pools.arcor-ip.net) (Input/output error)
  132. # [00:49] * Quits: KWierso (chatzilla@moz-B1ECE26A.desm.qwest.net) (Ping timeout)
  133. # [00:49] * Joins: evilpie_ (evilpie@moz-C2D89AEE.pools.arcor-ip.net)
  134. # [00:49] * KWierso_ is now known as KWierso
  135. # [00:50] * Waldo jumps into the .governance slough of despond
  136. # [00:50] * Quits: pcwalton (pcwalton@moz-14B53B6A.hsd1.ca.comcast.net) (Quit: pcwalton)
  137. # [00:50] * philor is now known as philor|away
  138. # [00:52] * Joins: nrc (nrc@538BABFE.A073F3E.97BBD552.IP)
  139. # [00:52] * Quits: smagnin (pike@moz-DEF53BC9.fbx.proxad.net) (Quit: Quitte)
  140. # [00:52] * stephend|mtg is now known as stephend
  141. # [00:54] * Joins: josh (josh@moz-A64506F9.cm-4-4c.dynamic.ziggo.nl)
  142. # [00:55] <gavin> Waldo: fwiw that thread has been replaced by a new proposal from mitchell...
  143. # [00:55] <bent> roc, the real question is why i can't have some kind of symbol blacklist so i don't sit here waiting for NVIDIA symbols to magically appear
  144. # [00:55] <Waldo> good times
  145. # [00:55] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  146. # [00:56] * Joins: dseif (dseif@moz-60C0A97C.dsl.teksavvy.com)
  147. # [00:56] * Waldo jumps ahead a bit
  148. # [00:56] * jlebar wonders how much slower his build will be in his Windows VM if he puts the srcdir on his host machine.
  149. # [00:57] * philor|away is now known as philor
  150. # [00:57] * Quits: dseif (dseif@moz-60C0A97C.dsl.teksavvy.com) (Input/output error)
  151. # [00:58] <@roc> is there any way to active a javascript: bookmark from the URL bar?
  152. # [00:58] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  153. # [00:58] * bear is now known as bear-afk
  154. # [00:59] <mbrubeck> roc: Toggle browser.urlbar.filter.javascript in about:config
  155. # [00:59] <mbrubeck> I think
  156. # [00:59] * Joins: sworkman (sworkman@moz-1F6D1718.static-ip.telepacific.net)
  157. # [01:00] <mbrubeck> nevermind, doesn't seem to work
  158. # [01:00] <mbrubeck> oh, a bookmark
  159. # [01:00] <mbrubeck> Actually I think my answer does work.
  160. # [01:01] <mbrubeck> roc: Also if you type out "javascript:" in full in the URL bar then it will start matching javascript: bookmarks
  161. # [01:01] * philor is now known as philor|away
  162. # [01:01] <mbrubeck> or you can add a keyword to your bookmark.
  163. # [01:02] * Quits: PopolonY2k (PopolonY2k@moz-D57CA4EF.claro.net.br) (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
  164. # [01:02] * Quits: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Client exited)
  165. # [01:05] * Quits: Polynomial-C (Poly-C@moz-A20FA2DD.dip.t-dialin.net) (Quit: GNU/Linux, because I'd rather own a free OS than steal one that's not worth paying for.)
  166. # [01:05] <@roc> thanks
  167. # [01:06] * Joins: AaronMT (AaronMT@moz-DB17C53A.cpe.net.cable.rogers.com)
  168. # [01:06] * Quits: evilpie_ (evilpie@moz-C2D89AEE.pools.arcor-ip.net) (Quit: ChatZilla 0.9.88.1 [Firefox 14.0a1/20120404031301])
  169. # [01:06] * Joins: birtles (chatzilla@moz-348F61F0.mozilla.or.jp)
  170. # [01:06] * Joins: njn (chatzilla@moz-2FD59503.dyn.iinet.net.au)
  171. # [01:07] * philor|away is now known as philor
  172. # [01:08] * Joins: brendan (brendaneic@11B1236C.5B209293.746E7A12.IP)
  173. # [01:08] <@khuey> jaws: make -C objdir/dom/bindings clean?
  174. # [01:09] * nical is now known as nical|away
  175. # [01:11] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  176. # [01:11] * Joins: flx (flx@moz-BB1A0269.uwaterloo.ca)
  177. # [01:11] * Quits: flx (flx@moz-BB1A0269.uwaterloo.ca) (Quit: Changing server)
  178. # [01:11] * Quits: florian (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird -- http://www.instantbird.com)
  179. # [01:12] <smontagu> ehsan: still around?
  180. # [01:12] <jaws> khuey: no luck...
  181. # [01:12] <@ehsan> yeo
  182. # [01:12] <@ehsan> *yep
  183. # [01:12] <smontagu> ehsan: so, I finished the static part and I'm looking at the published tests
  184. # [01:12] <smontagu> http://www.w3.org/International/tests/html-css/generate?test=bidi-html5-028&format=html5
  185. # [01:13] <@ehsan> ok
  186. # [01:13] <@khuey> jaws: what error are you getting?
  187. # [01:13] <jaws> khuey: http://pastebin.mozilla.org/1554049
  188. # [01:13] <smontagu> and what happens is that the first two divs are ltr and all the rest are rtl
  189. # [01:13] <gps> zpao: let me know if you think I'm on crack
  190. # [01:14] <smontagu> but the reference says they should all be ltr
  191. # [01:14] <@khuey> jaws: oh, that's a different issue
  192. # [01:14] <@khuey> that's 741248
  193. # [01:14] * Quits: nsilva (androirc@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  194. # [01:14] * Joins: nsilva (androirc@F2D29657.F60B0462.67AC9B1.IP)
  195. # [01:15] <smontagu> ehsan: is it guaranteed that text nodes are appended in order?
  196. # [01:15] <@ehsan> hmm
  197. # [01:15] <jaws> hm, so rebuilding in a dirty obj-dir would fix it then...
  198. # [01:15] <smontagu> if not, that would explain the issue
  199. # [01:15] <@ehsan> smontagu: I'm not sure if they are
  200. # [01:16] <@ehsan> you can easily verify that in the debugger though
  201. # [01:16] <smontagu> I guess
  202. # [01:16] <smontagu> 2 am :(
  203. # [01:16] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
  204. # [01:16] * Quits: nsilva (androirc@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  205. # [01:17] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  206. # [01:17] <@ehsan> ouch
  207. # [01:18] <@khuey> jaws: usually, yes
  208. # [01:19] * Parts: Joeh (joe@5A3923AA.BC22908.C7CEC4ED.IP)
  209. # [01:19] * reuben is now known as Guest
  210. # [01:20] * Quits: c0smikdebris (c0smikdebr@F6AD3556.982C2CD4.BE90E62C.IP) (Quit: Computer has gone to sleep.)
  211. # [01:20] <smontagu> ehsan: all the other tests seem to pas though :)
  212. # [01:22] <@ehsan> cool
  213. # [01:24] * Guest is now known as reuben
  214. # [01:26] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  215. # [01:27] * Quits: mdas (mdas@8CB764BC.D30B51A1.412CF160.IP) (Quit: mdas)
  216. # [01:27] * jhford-buildduty is now known as jhford-work
  217. # [01:28] * heycam|away is now known as heycam
  218. # [01:29] <markh> sfink / bholley: let me know if I can/should push the patches from bug 737245 to inbound
  219. # [01:29] * Quits: jamesr (jamesr@moz-D74FB05B.hfc.comcastbusiness.net) (Quit: jamesr)
  220. # [01:29] <jaws> khuey: it looks to be progressing well now, thanks for your help
  221. # [01:30] <@khuey> jaws: np
  222. # [01:30] <sfink> markh: I was going to do it soon, but if you want to do it now, be my guest. I tryservered them yesterday, and they looked good.
  223. # [01:30] * Quits: nrc (nrc@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  224. # [01:30] * Quits: anant (anant@moz-BBE3ABD.mv.mozilla.com) (Quit: anant)
  225. # [01:30] <markh> sfink: so did I :)
  226. # [01:30] <markh> and I tested it against the dupe bug we were running into
  227. # [01:30] * Quits: kaze (Daily@moz-94556EDC.w82-123.abo.wanadoo.fr) (Client exited)
  228. # [01:31] <markh> one procedural question: there are 3 patches - is it OK to just push 3 different changesets or should they be merged or something?
  229. # [01:31] * Parts: Mavericks (Mibbit@2AA5A756.9632B610.FDEA3160.IP)
  230. # [01:31] * Quits: josh (josh@moz-A64506F9.cm-4-4c.dynamic.ziggo.nl) (Quit: josh)
  231. # [01:32] <sfink> Push them as 3 changesets. Everything still builds after each one, so it's fine, and smaller is better for bisecting.
  232. # [01:35] * Joins: mjschranz (mjschranz@6954B5F0.531FD64C.630E4E47.IP)
  233. # [01:35] * Joins: coyotebush (corey@moz-4E046E7E.cabrillo.reshall.calpoly.edu)
  234. # [01:35] * Joins: Mossop (mossop@moz-AF120492.dsl.dynamic.sonic.net)
  235. # [01:36] * Joins: birtles_ (chatzilla@moz-348F61F0.mozilla.or.jp)
  236. # [01:36] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Ping timeout)
  237. # [01:36] * birtles_ is now known as birtles
  238. # [01:36] * joduinn-mtg is now known as joduinn
  239. # [01:37] * Quits: Pike (Pike@moz-E31CD2CB.mozilla.org) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643])
  240. # [01:38] <@roc> argh, random xperf "no, I will not show you call stacks today"
  241. # [01:39] <@khuey> thats every day for me
  242. # [01:39] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Quit: faramarz)
  243. # [01:40] * Waldo wonders if the "x" in that stands for "awesome"
  244. # [01:40] <Waldo> because of course it must stand for something!
  245. # [01:41] <jhammel> eXtreme!
  246. # [01:41] * Waldo sighs at how impossible it is to read newsgroups through a newsreader given how the mirroring totally destroys thread continuity and reply-to annotations
  247. # [01:41] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  248. # [01:41] <zpao> gps: you're not on crack!
  249. # [01:42] <@roc> khuey: have you tried the "Very Sleepy" profiler?
  250. # [01:42] <@roc> if xperf doesn't work for you, maybe that's worth a try
  251. # [01:42] <markh> Waldo: yeah, that drives me nuts!
  252. # [01:42] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  253. # [01:42] <Waldo> there's been a bug on file for years. and years. and years.
  254. # [01:42] <Waldo> wish I had a way to get it prioritized higher, or something
  255. # [01:43] * Quits: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com) (Quit: Mardak)
  256. # [01:43] * Joins: xsergio (sergio@E9FB470.EB7C486C.5FA960DF.IP)
  257. # [01:44] * Quits: Ami_Ty_ (Amie@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Ami_Ty_)
  258. # [01:45] <@roc> khuey: xperf usually does work for me with --enable-profiling --enable-debug-symbols
  259. # [01:46] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  260. # [01:46] <@khuey> roc: I have not tried that
  261. # [01:46] <@khuey> maybe I should
  262. # [01:46] * Quits: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  263. # [01:46] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  264. # [01:47] * jhford-work is now known as jhford-work-away
  265. # [01:48] <@roc> in the past I have found that incremental linking confuses it, and forcing a full link fixed the problem
  266. # [01:48] <@roc> not sure about this time yet
  267. # [01:48] <Waldo> oh, sigh, bug 334171 got wontfixed :-(
  268. # [01:48] <Waldo> er, no, that's different
  269. # [01:48] * Joins: dbaron (dbaron@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  270. # [01:48] * ChanServ sets mode: +o dbaron
  271. # [01:50] * Quits: jduell (jduell@moz-89639EB7.airbears.berkeley.edu) (Ping timeout)
  272. # [01:50] * Joins: sheppy (sheppy@moz-F39D62DA.dhcp.kgpt.tn.charter.com)
  273. # [01:50] <markh> sfink: pushed, thanks!
  274. # [01:50] * Quits: brendan (brendaneic@11B1236C.5B209293.746E7A12.IP) (Quit: brendan)
  275. # [01:50] <sfink> markh: thank you!
  276. # [01:51] <markh> well - thanking bholley makes the most sense - they were his patches after all :)
  277. # [01:51] * Parts: stephend (stephend@moz-BBE3ABD.mv.mozilla.com)
  278. # [01:51] * Joins: anky (anky@EA3CE527.588DE6B1.A3D1B221.IP)
  279. # [01:52] * Joins: jimb (user@moz-529C7E2D.hfc.comcastbusiness.net)
  280. # [01:54] * Joins: pvivek_ (quassel@50B18FC4.E2C15B5F.2A068A5E.IP)
  281. # [01:54] <reuben> Waldo, yea, it's pretty bad. and you have to subscribe to the newsgroup anyway if you want to post (or else it gets caught by spamassassin). I wish there was a "mailman helper" add-on for Thunderbird that would automatically detect and filter messages by list, it would make managing the lists in email much easier
  282. # [01:55] <Waldo> reuben: subscribing anyway depends on the newsgroup, which is arguably even worse
  283. # [01:55] * Joins: nrc (nrc@538BABFE.A073F3E.97BBD552.IP)
  284. # [01:55] <NeilAway> aleth needed the command event
  285. # [01:55] <markh> reuben: mailman does ad a list-id header so adding filters is easy, even if laborious...
  286. # [01:56] * jhford-work-away is now known as jhford-work
  287. # [01:57] <smontagu> ehsan: the texts are poorly designed :(
  288. # [01:57] <@ehsan> how so?
  289. # [01:57] <smontagu> I had a lot of serious bugs and 90%+ of the tests passed
  290. # [01:57] <smontagu> so just defaulting to LTR passes a lot of the time
  291. # [01:58] * Quits: jkc (segfault@moz-ECCC080F.rootnode.net) (Ping timeout)
  292. # [01:58] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  293. # [01:58] * Joins: Mardak (Mardak@moz-9D4EA709.sfo4.dsl.speakeasy.net)
  294. # [01:58] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  295. # [01:58] <smontagu> luckily I"m on the working group that wrote the tests and we have a meeting the week after next
  296. # [01:58] <gps> PSA: expect ci.mozilla.org build failures
  297. # [01:59] <markh> reuben: oh, and thunderbird has bug 716551 which will add the list-id to the standard filter UI instead of needing to add it as a "custom header"
  298. # [02:00] * Joins: jkc (segfault@moz-ECCC080F.rootnode.net)
  299. # [02:02] * Quits: louisremi (louisremi@moz-381A2210.dsl.sta.abo.bbox.fr) (Ping timeout)
  300. # [02:04] <fantasai> sicking: No, I don't think so.
  301. # [02:04] <fantasai> sicking: In general, browser vendors agree that they're not useful.
  302. # [02:04] <fantasai> sicking: But other industries have used them
  303. # [02:04] <fantasai> jwir3: http://davidseah.com/blog/2006/05/the-printable-ceo-iv-task-order-up/
  304. # [02:05] * jhford-work is now known as jhford-work-away
  305. # [02:06] * Parts: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  306. # [02:06] * Joins: Callek_Away (chatzilla@moz-76B555A8.bstnma.east.verizon.net)
  307. # [02:06] <Callek_Away> ....so am I imagining things, or is android actually much more stable/sane this evening now?
  308. # [02:06] <reuben> markh, yea, it's just too time consuming, subscribing, confirming, creating a folder, adding the filter. as opposed to simply subscribing on nntp
  309. # [02:07] <markh> yeah
  310. # [02:07] * Joins: pranavrc (pranavrc@5B857322.B488EF51.C28326FD.IP)
  311. # [02:08] <dholbert> OMG I want "before 376832, after 376832, break 057ff000" to disappear so hard, in reftest logs
  312. # [02:08] * Quits: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: leaving)
  313. # [02:08] <dholbert> interrupting a data URI midline = fail
  314. # [02:08] * Quits: Callek_Away (chatzilla@moz-76B555A8.bstnma.east.verizon.net) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643])
  315. # [02:09] <philor> but, but, *nothing* is more important than knowing about httpd.js doing GC, *nothing*!
  316. # [02:10] <@khuey> dholbert: does it happen on non-android platforms?
  317. # [02:10] <dholbert> khuey, I've only seen it on android
  318. # [02:10] * Quits: harth (harth@moz-C2C235AC.bb.sky.com) (Input/output error)
  319. # [02:10] <@khuey> yeah
  320. # [02:10] <dholbert> khuey, recently at least
  321. # [02:10] <@khuey> there's some ancient xpcshell being used there
  322. # [02:10] <dholbert> really? we're not building fresh?
  323. # [02:10] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  324. # [02:11] <@khuey> idk
  325. # [02:11] <@khuey> but I removed the xpcshell printfs months ago
  326. # [02:11] <@khuey> so ...
  327. # [02:11] <dholbert> khuey, so did I...
  328. # [02:11] <philor> it comes from http://bm-remote.build.mozilla.org/tegra/tegra-host-utils.zip
  329. # [02:12] * Joins: jduell (jduell@moz-579EDBCF.airbears.berkeley.edu)
  330. # [02:12] <dholbert> but yeah, an ancient xpcshell would explain why it's still happening
  331. # [02:12] <@khuey> dholbert: lol
  332. # [02:12] <@khuey> interesting that we both removed them
  333. # [02:12] <dholbert> khuey, I think those lines were copypasted in a few places
  334. # [02:12] <@khuey> that I would believe
  335. # [02:12] <dholbert> khuey, you and I probably removed different chunks
  336. # [02:13] <dholbert> my removal was https://bugzilla.mozilla.org/show_bug.cgi?id=669412#c10
  337. # [02:13] <dholbert> ah, and yours was http://hg.mozilla.org/mozilla-central/rev/16c077af20cf
  338. # [02:13] * Quits: hub (hub@21B7B9F2.B87E9213.6E712CE2.IP) (Ping timeout)
  339. # [02:13] <dholbert> (vs mine in http://hg.mozilla.org/integration/mozilla-inbound/rev/4f686c29a28e )
  340. # [02:13] <philor> someone with a good memory of Mac packaging could say how old it is from things like it including nsMicrosummaryService.js
  341. # [02:13] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Ping timeout)
  342. # [02:14] <dholbert> philor, that URL is only accessible via buildvpn, I take it?
  343. # [02:14] * Quits: damons (gnubeard@moz-7B0110AD.mv.mozilla.com) (Quit: damons)
  344. # [02:14] <philor> dholbert: I imagine, and no idea if it lives anywhere elsewhere
  345. # [02:14] * Joins: arron (arron@moz-BBE3ABD.mv.mozilla.com)
  346. # [02:14] * Joins: panchot (panchot@moz-289EDA7E.telecom.net.ar)
  347. # [02:14] * Joins: birtles (chatzilla@moz-348F61F0.mozilla.or.jp)
  348. # [02:15] * Quits: myk (Instantbir@moz-64D96850.dsl.dynamic.sonic.net) (Quit: Instantbird -- http://www.instantbird.com)
  349. # [02:15] * Quits: jimb (user@moz-529C7E2D.hfc.comcastbusiness.net) (Ping timeout)
  350. # [02:16] * Quits: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com) (Quit: ChatZilla 0.9.87-4.1450hg.fc15 [XULRunner 10.0.1/20120216115618])
  351. # [02:16] * Quits: sworkman (sworkman@moz-1F6D1718.static-ip.telepacific.net) (Quit: sworkman)
  352. # [02:16] * Parts: panchot (panchot@moz-289EDA7E.telecom.net.ar) (Leaving...)
  353. # [02:17] * Joins: Yousuf (Mibbit@31CC06DB.C7369FCF.FCC3D93C.IP)
  354. # [02:17] * Quits: Yousuf (Mibbit@31CC06DB.C7369FCF.FCC3D93C.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  355. # [02:18] * dholbert files a RelEng bug on being sure that xpcshell is at least as up-to-date as my GC-spew-fix
  356. # [02:18] <dholbert> philor / khuey (^ )
  357. # [02:18] <arron> question: How can I read this file 'chrome://builder/content/js/index.js' synchronously from a Firefox Addon?
  358. # [02:19] <arron> I was trying to use FileUtils.getFile , but I can't find the correct prefix key
  359. # [02:20] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  360. # [02:21] * Quits: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.1/2008072406])
  361. # [02:21] * Joins: brendan (brendaneic@14066D16.3E547E06.43362C16.IP)
  362. # [02:23] * Quits: mjschranz (mjschranz@6954B5F0.531FD64C.630E4E47.IP) (Ping timeout)
  363. # [02:23] * Quits: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP) (Ping timeout)
  364. # [02:24] * Joins: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP)
  365. # [02:25] * Joins: irving (irving@23C23632.F51BC621.60212E94.IP)
  366. # [02:25] * Quits: coyotebush (corey@moz-4E046E7E.cabrillo.reshall.calpoly.edu) (Client exited)
  367. # [02:26] <WG9s> arron: not knowing that much about what you are trying to do, or what the issue you are running into is, it would seem you are trying to use something designed to read a file yet you are passing it a URI and not a file descriptor.
  368. # [02:27] <bent> also, "synchronously" should be banned from everyone's vocabulary
  369. # [02:27] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  370. # [02:28] * Quits: pranavrc (pranavrc@5B857322.B488EF51.C28326FD.IP) (Client exited)
  371. # [02:28] <WG9s> bent: Yet I am from Ashland Massachusetts where the synchronous motor was invented, so I might object to that.
  372. # [02:28] <bent> s/vocabulary/mozilla-vocabulary/ :)
  373. # [02:28] * Joins: Boriss (FlyingToas@A56C7BF9.E5D7038F.799F721.IP)
  374. # [02:29] * Joins: jprmc (jprmc@78CFC4BC.5BCEC6DB.DA78B690.IP)
  375. # [02:29] * Quits: irving (irving@23C23632.F51BC621.60212E94.IP) (Ping timeout)
  376. # [02:29] * Quits: sheppy (sheppy@moz-F39D62DA.dhcp.kgpt.tn.charter.com) (Quit: sheppy)
  377. # [02:31] <WG9s> bent: but it is a technology whose time has passed actully.
  378. # [02:31] * Joins: Mavericks (Mibbit@2AA5A756.9632B610.FDEA3160.IP)
  379. # [02:31] <WG9s> Origianlly used for electric clocks that plugged into the wall to time off the US 60 hertz power cycle to keep time.
  380. # [02:31] * Joins: sworkman (sworkman@495CC20C.C853119A.43362C16.IP)
  381. # [02:32] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  382. # [02:33] <WG9s> The other use was not sure if this happened in the 1960's or 1970's but was to true the rotation of turntables to the 33RPM 45 PRM etc. back b4 there were even DC's (and does anyone even still use CDs now?)
  383. # [02:33] <WG9s> s/DC's/CD's/
  384. # [02:33] * Quits: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  385. # [02:34] * Quits: sicking (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  386. # [02:35] * coop|afk is now known as coop
  387. # [02:36] * Joins: sicking (chatzilla@moz-BBE3ABD.mv.mozilla.com)
  388. # [02:36] <arron> WG9s: ya, so the url that I'm using works when I use NetUtil.asyncFetch, but I need to fetch it synchronously, so I started looking into FileUtils.getFile
  389. # [02:36] <WG9s> Back in the old times we used to try to time things off the 60 hertz (at that time was called cycles per second because it was before the hertz term was defined) of of the AC power form the local power comapny becuase it was th most accurate source of interval timing.
  390. # [02:36] * Joins: coyotebush (corey@moz-4E046E7E.cabrillo.reshall.calpoly.edu)
  391. # [02:37] <arron> but it requires a 'key' that makes the passed path relative to some location on the users computer. I can't find the correct 'key' that will allow me to reach that location
  392. # [02:37] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  393. # [02:37] <WG9s> arron: but loking for things that say they accdess data from files is not what you want if what you are providing as the source location of the data is a URL. you need to find something that says it will load a URL>
  394. # [02:37] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  395. # [02:38] * Joins: mjschranz (mjschranz@6954B5F0.531FD64C.630E4E47.IP)
  396. # [02:38] * Quits: sicking (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  397. # [02:39] <arron> WG9s: correct, or I need to find the equivalent file path
  398. # [02:39] * Quits: bent (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  399. # [02:40] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  400. # [02:40] * Quits: Boriss (FlyingToas@A56C7BF9.E5D7038F.799F721.IP) (Quit: Boriss)
  401. # [02:41] <arron> WG9s: so I need to turn chrome://[some-addon]/content/somefile.js URL into a relative to path to load it via FileUtils.getFile
  402. # [02:41] * Quits: brendan (brendaneic@14066D16.3E547E06.43362C16.IP) (Quit: brendan)
  403. # [02:41] <arron> I'm looking here
  404. # [02:41] <arron> https://developer.mozilla.org/en/Code_snippets/File_I%2F%2FO#Getting_special_files
  405. # [02:42] * Joins: davidb (davidb@471D72E.2257F909.F30C9E9E.IP)
  406. # [02:42] <WG9s> arron: weel either that or you need a way to do what you want veia an interface that takes a URI rather than a file as an argument.
  407. # [02:42] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Quit: bmoss)
  408. # [02:42] <WG9s> you dont; want to limit yourself to one solution here.
  409. # [02:42] <WG9s> either way would do what youwant correct?
  410. # [02:43] * Joins: pcwalton (pcwalton@moz-14B53B6A.hsd1.ca.comcast.net)
  411. # [02:43] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  412. # [02:43] <WG9s> I have no answer for either way just saying that picking one soilution when 2 seem to be still active cuts in half the probabiltiy of you being aboe to get an answer.
  413. # [02:44] * Joins: nattokirai (nattokirai@moz-348F61F0.mozilla.or.jp)
  414. # [02:44] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  415. # [02:45] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  416. # [02:46] <jtcranmer> hey
  417. # [02:47] * Quits: smontagu (chatzilla@moz-D32AE7DD.red.bezeqint.net) (Ping timeout)
  418. # [02:47] <jtcranmer> I like Eyjafjallajökull
  419. # [02:47] * Joins: Boriss (FlyingToas@A56C7BF9.E5D7038F.799F721.IP)
  420. # [02:48] * khuey is now known as khuey|away
  421. # [02:48] <philor> ITYM E13l
  422. # [02:49] <WG9s> Hmm I like sztibawm (that is what i got when I sat on the keyboard ;-) )
  423. # [02:49] * Quits: jprmc (jprmc@78CFC4BC.5BCEC6DB.DA78B690.IP) (Ping timeout)
  424. # [02:49] * Quits: coyotebush (corey@moz-4E046E7E.cabrillo.reshall.calpoly.edu) (Quit: Leaving.)
  425. # [02:49] <jtcranmer> WG9s: were you trying to teach your butt to program?
  426. # [02:49] * Joins: coyotebush (corey@moz-4E046E7E.cabrillo.reshall.calpoly.edu)
  427. # [02:49] * Joins: Boriss_ (FlyingToas@A56C7BF9.E5D7038F.799F721.IP)
  428. # [02:49] * Quits: Boriss (FlyingToas@A56C7BF9.E5D7038F.799F721.IP) (Connection reset by peer)
  429. # [02:49] * Boriss_ is now known as Boriss
  430. # [02:49] * Quits: akeybl (akeybl@moz-7B0110AD.mv.mozilla.com) (Quit: Leaving...)
  431. # [02:51] <@dolske> that would be assembly?
  432. # [02:51] <WG9s> jcranmer|away: just sayin' I didn't understand your post in my normally sarcastic manner. ;-)
  433. # [02:52] * Quits: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net) (Quit: Leaving.)
  434. # [02:52] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: gone)
  435. # [02:53] <WG9s> jtcranmer: (guess I sent that to the wrong person, ooops) just sayin' I didn't understand your post in my normally sarcastic manner. ;-)
  436. # [02:53] * Joins: rniwa_ (rniwa@60A74940.D6CCE4AE.77834EAA.IP)
  437. # [02:53] * zpao is now known as zpao|detached
  438. # [02:54] <njn> why doesn't my Windows installation of Firefox want to update? I'm on 10.0.1 and if I got to "about firefox" it just says "Updates available at http://www.firefox.com"
  439. # [02:54] * Quits: rniwa (rniwa@moz-D74FB05B.hfc.comcastbusiness.net) (Ping timeout)
  440. # [02:54] * rniwa_ is now known as rniwa
  441. # [02:55] <nthomas> njn: please flip app.update.log to true, restart firefox, and then monitor the error console to catch the query to aus3.mozilla.org
  442. # [02:55] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  443. # [02:56] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  444. # [02:56] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  445. # [02:57] * Joins: rniwa_ (rniwa@moz-D74FB05B.hfc.comcastbusiness.net)
  446. # [02:57] * Quits: coyotebush (corey@moz-4E046E7E.cabrillo.reshall.calpoly.edu) (Quit: Leaving.)
  447. # [02:58] * Quits: rniwa (rniwa@60A74940.D6CCE4AE.77834EAA.IP) (Ping timeout)
  448. # [02:58] * rniwa_ is now known as rniwa
  449. # [02:58] * Joins: coyotebush (corey@moz-4E046E7E.cabrillo.reshall.calpoly.edu)
  450. # [02:58] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  451. # [02:59] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  452. # [02:59] * Quits: coyotebush (corey@moz-4E046E7E.cabrillo.reshall.calpoly.edu) (Quit: Leaving.)
  453. # [02:59] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  454. # [03:00] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  455. # [03:00] * Joins: coyotebush (corey@moz-4E046E7E.cabrillo.reshall.calpoly.edu)
  456. # [03:00] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Quit: Instantbird 1.2a1pre)
  457. # [03:01] * Quits: Mardak (Mardak@moz-9D4EA709.sfo4.dsl.speakeasy.net) (Quit: Mardak)
  458. # [03:01] * Quits: coyotebush (corey@moz-4E046E7E.cabrillo.reshall.calpoly.edu) (Quit: Leaving.)
  459. # [03:01] <jgilbert> we have a header for <stdint> types, don't we?
  460. # [03:01] <KWierso> njn: do you have admin privs in that account?
  461. # [03:03] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  462. # [03:04] * Joins: coyotebush (corey@moz-4E046E7E.cabrillo.reshall.calpoly.edu)
  463. # [03:05] * Joins: KWierso_ (chatzilla@moz-B1ECE26A.desm.qwest.net)
  464. # [03:05] * Quits: coyotebush (corey@moz-4E046E7E.cabrillo.reshall.calpoly.edu) (Quit: Leaving.)
  465. # [03:05] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
  466. # [03:05] * Joins: coyotebush (corey@moz-4E046E7E.cabrillo.reshall.calpoly.edu)
  467. # [03:06] * Quits: jgriffin (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net) (Quit: jgriffin)
  468. # [03:06] * Quits: KWierso (chatzilla@moz-B1ECE26A.desm.qwest.net) (Ping timeout)
  469. # [03:06] * KWierso_ is now known as KWierso
  470. # [03:06] * Quits: rniwa (rniwa@moz-D74FB05B.hfc.comcastbusiness.net) (Quit: rniwa)
  471. # [03:07] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  472. # [03:07] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  473. # [03:08] * Quits: mascondante (kvirc@AD13EB4A.BBC03DF0.9A06DD32.IP) (Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/)
  474. # [03:08] * Quits: mjschranz (mjschranz@6954B5F0.531FD64C.630E4E47.IP) (Ping timeout)
  475. # [03:09] <njn> KWierso: no
  476. # [03:09] * Joins: mdas (mdas@8CB764BC.D30B51A1.412CF160.IP)
  477. # [03:10] * Quits: necolas (necolas@moz-20AA4BAE.bb.sky.com) (Client exited)
  478. # [03:10] * Quits: jduell (jduell@moz-579EDBCF.airbears.berkeley.edu) (Ping timeout)
  479. # [03:10] * Quits: biesi_ (cbiesinger@EE9A5AA8.6B10AC3.E2F59BBC.IP) (Ping timeout)
  480. # [03:11] <njn> KWierso: will silent update work in non-admin accounts?
  481. # [03:12] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  482. # [03:12] <KWierso> njn: it installs a windows service that runs with the needed privileges, as I understand it
  483. # [03:12] * Joins: asac_ (asac@moz-E38F4262.pppoe.wtnet.de)
  484. # [03:13] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 11.0/20120313114517])
  485. # [03:13] * Quits: KWierso (chatzilla@moz-B1ECE26A.desm.qwest.net) (Client exited)
  486. # [03:13] * Joins: ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP)
  487. # [03:13] * ChanServ sets mode: +o ehsan
  488. # [03:13] * Joins: KWierso (chatzilla@moz-B1ECE26A.desm.qwest.net)
  489. # [03:14] * Quits: asac (asac@moz-A19544AA.pppoe.wtnet.de) (Ping timeout)
  490. # [03:14] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  491. # [03:15] * Joins: mijia (mijia@DC4232F0.766373FB.C3A57E70.IP)
  492. # [03:16] * Joins: gandalf (zbraniecki@moz-3366040B.neoplus.adsl.tpnet.pl)
  493. # [03:16] <@roc> njn: you'd better file a bug!
  494. # [03:16] <@roc> and debug it!
  495. # [03:17] * heycam is now known as heycam|away
  496. # [03:21] * Quits: Boriss (FlyingToas@A56C7BF9.E5D7038F.799F721.IP) (Ping timeout)
  497. # [03:22] * Joins: Boriss (FlyingToas@A56C7BF9.E5D7038F.799F721.IP)
  498. # [03:23] * Quits: Boriss (FlyingToas@A56C7BF9.E5D7038F.799F721.IP) (Quit: Boriss)
  499. # [03:24] * Joins: Boriss (FlyingToas@A56C7BF9.E5D7038F.799F721.IP)
  500. # [03:25] * Joins: biesi_ (cbiesinger@moz-49E8DCC9.tmodns.net)
  501. # [03:26] * Quits: Boriss (FlyingToas@A56C7BF9.E5D7038F.799F721.IP) (Ping timeout)
  502. # [03:26] * Joins: Boriss (FlyingToas@A56C7BF9.E5D7038F.799F721.IP)
  503. # [03:27] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  504. # [03:27] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  505. # [03:28] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  506. # [03:30] * khuey|away is now known as khuey
  507. # [03:30] * mcote|afk is now known as mcote
  508. # [03:33] * catlee-away is now known as catlee
  509. # [03:35] <@khuey> lol
  510. # [03:35] <@khuey> fantasai++
  511. # [03:37] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  512. # [03:38] <fantasai> khuey: ??
  513. # [03:38] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: Eaten by grue.)
  514. # [03:38] * fantasai doesn't remember saying something funny
  515. # [03:38] <@khuey> fantasai: "4. Unless otherwise specified, trim quotes and interleave your replies."
  516. # [03:38] * Joins: jprmc (jprmc@moz-7F2FF3EB.cpe.net.cable.rogers.com)
  517. # [03:38] <fantasai> oh, heh
  518. # [03:39] * Joins: kanru (user@moz-99690620.hinet-ip.hinet.net)
  519. # [03:39] * Quits: AaronMT (AaronMT@moz-DB17C53A.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  520. # [03:41] <@roc> khuey: FWIW, clobbering my build fixed the xperf problem
  521. # [03:41] * Quits: priya (Adium@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Leaving.)
  522. # [03:41] * Quits: billm (billm@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  523. # [03:42] <@khuey> roc: interesting
  524. # [03:42] * Quits: chewey (chewey@moz-42B22C94.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  525. # [03:42] * Joins: chewey (chewey@moz-DA1C3108.dip0.t-ipconnect.de)
  526. # [03:43] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
  527. # [03:45] * Quits: gandalf (zbraniecki@moz-3366040B.neoplus.adsl.tpnet.pl) (Quit: Computer has gone to sleep.)
  528. # [03:47] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  529. # [03:54] * Quits: sworkman (sworkman@495CC20C.C853119A.43362C16.IP) (Quit: sworkman)
  530. # [03:54] * Quits: sewardj (sewardj@moz-BFF2397E.dip.t-dialin.net) (Ping timeout)
  531. # [03:55] <nigelb> hah, khuey's right fantasai++
  532. # [03:55] * nthomas is now known as nthomas|away
  533. # [03:55] <nigelb> Also, by the time I actually see a thread, everything I want to say is almost always already said :/
  534. # [03:56] * Joins: terrence (terrence@moz-7109B35.lightspeed.sntcca.sbcglobal.net)
  535. # [03:57] * Joins: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net)
  536. # [03:57] <@khuey> you should change timezones
  537. # [03:57] <nigelb> possibly.
  538. # [03:58] <nigelb> Actually, if things work out well, I should be changing timezones in the not-so-distant future.
  539. # [04:01] * Joins: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  540. # [04:03] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  541. # [04:03] * ctalbert is now known as ctalbert|afk
  542. # [04:03] * Quits: @dbaron (dbaron@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  543. # [04:06] * Joins: jdm (jdm@moz-15BB5FE6.cable.teksavvy.com)
  544. # [04:06] * Joins: NhanTDN (human_torc@DABF93C9.319B7742.85184009.IP)
  545. # [04:07] * Quits: @ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP) (Input/output error)
  546. # [04:08] * joduinn is now known as joduinn-afk
  547. # [04:09] * Quits: mdas (mdas@8CB764BC.D30B51A1.412CF160.IP) (Quit: mdas)
  548. # [04:10] * Quits: biesi_ (cbiesinger@moz-49E8DCC9.tmodns.net) (Ping timeout)
  549. # [04:10] <Mossop> nigelb: I wish that were true for me, then I could not bother responding
  550. # [04:11] * Quits: espindola (espindola@moz-AA4D9958.dsl.teksavvy.com) (Ping timeout)
  551. # [04:11] * Quits: terrence (terrence@moz-7109B35.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  552. # [04:12] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  553. # [04:14] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  554. # [04:14] * Quits: njn (chatzilla@moz-2FD59503.dyn.iinet.net.au) (Ping timeout)
  555. # [04:14] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  556. # [04:15] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  557. # [04:15] * Quits: davidb (davidb@471D72E.2257F909.F30C9E9E.IP) (Quit: davidb)
  558. # [04:16] <Mavericks> is there no other way for a tool to prompt a user that conflicts will occur and leave it to the user to apply or not so that whole fixing up bits can be done away with as mentioned @ http://mibpaste.com/TpBwxT
  559. # [04:16] * Parts: arron (arron@moz-BBE3ABD.mv.mozilla.com)
  560. # [04:17] <JonathanS> Mavericks, that looks like standard error message for merging.
  561. # [04:17] * Quits: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net) (Quit: mccr8)
  562. # [04:17] * Joins: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net)
  563. # [04:19] * Joins: njn (chatzilla@moz-2FD59503.dyn.iinet.net.au)
  564. # [04:19] <KWierso> Mavericks: if you use the patch tool to apply the patch, you can use the --dry-run flag to just do a trial run
  565. # [04:19] * Quits: Boriss (FlyingToas@A56C7BF9.E5D7038F.799F721.IP) (Connection reset by peer)
  566. # [04:20] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/ed9cbe6a817e - Kyle Huey - Bug 741248: Attempt a fix by twiddling the makefile a bit. r=me
  567. # [04:20] * Joins: Boriss (FlyingToas@A56C7BF9.E5D7038F.799F721.IP)
  568. # [04:21] <KWierso> there's also --backup and/or --backup-if-mismatch that might be helpful
  569. # [04:22] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  570. # [04:23] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  571. # [04:24] * Joins: ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP)
  572. # [04:24] * ChanServ sets mode: +o ehsan
  573. # [04:24] * Quits: Boriss (FlyingToas@A56C7BF9.E5D7038F.799F721.IP) (Quit: Boriss)
  574. # [04:25] * Quits: NhanTDN (human_torc@DABF93C9.319B7742.85184009.IP) (Quit: quit quit quit)
  575. # [04:29] * Joins: njn_ (chatzilla@moz-2FD59503.dyn.iinet.net.au)
  576. # [04:31] * Quits: darktrojan (geoff@moz-30B3CCFD.telstraclear.net) (Quit: darktrojan)
  577. # [04:31] * Joins: jamesr (jamesr@moz-C40B3BE3.hfc.comcastbusiness.net)
  578. # [04:31] * Joins: nli (nli@moz-99690620.hinet-ip.hinet.net)
  579. # [04:33] * Joins: lht (elihait@moz-722A94AD.dreamhost.com)
  580. # [04:33] * Joins: CuriousJohn (John@moz-B263DFDC.hsd1.ga.comcast.net)
  581. # [04:35] * Joins: espindola (espindola@moz-5E2C9899.eng.wind.ca)
  582. # [04:36] * Quits: xsergio (sergio@E9FB470.EB7C486C.5FA960DF.IP) (Ping timeout)
  583. # [04:38] * Joins: surkov (surkov@B9538DF7.B7015738.33A1AC3C.IP)
  584. # [04:38] * Quits: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  585. # [04:38] * Joins: KaIRC (robert@moz-93472792.adsl.highway.telekom.at)
  586. # [04:38] * Quits: KaiRo (robert@moz-F6B94C.adsl.highway.telekom.at) (Ping timeout)
  587. # [04:39] * lsblakk is now known as lsblakk|afk
  588. # [04:40] * Joins: glob (glob@moz-DF237567.glob.com.au)
  589. # [04:41] * Quits: espindola (espindola@moz-5E2C9899.eng.wind.ca) (Ping timeout)
  590. # [04:41] * Quits: njn (chatzilla@moz-2FD59503.dyn.iinet.net.au) (Quit: ChatZilla 0.9.88.1 [Firefox 12.0/20120328051619])
  591. # [04:42] * Quits: KaIRC (robert@moz-93472792.adsl.highway.telekom.at) (Input/output error)
  592. # [04:43] * Joins: espindola (espindola@moz-5E2C9899.eng.wind.ca)
  593. # [04:46] * Quits: mwu (mwu@moz-78C039D6.ph.ph.cox.net) (Ping timeout)
  594. # [04:49] * Joins: automata (automata@21672CAB.EF70936A.E0F4401A.IP)
  595. # [04:50] * Joins: xsergio (sergio@E9FB470.EB7C486C.5FA960DF.IP)
  596. # [04:51] * nthomas|away is now known as nthomas
  597. # [04:51] * Quits: jamesr (jamesr@moz-C40B3BE3.hfc.comcastbusiness.net) (Quit: jamesr)
  598. # [04:52] * Joins: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP)
  599. # [04:53] * Quits: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  600. # [04:54] * Quits: espindola (espindola@moz-5E2C9899.eng.wind.ca) (Ping timeout)
  601. # [04:54] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  602. # [04:55] * Quits: masayuki (Daily@moz-911CC660.zaq.ne.jp) (Quit: masayuki)
  603. # [04:56] * Joins: masayuki (Daily@moz-911CC660.zaq.ne.jp)
  604. # [04:56] * philor is now known as philor|away
  605. # [04:56] * Quits: anky (anky@EA3CE527.588DE6B1.A3D1B221.IP) (Client exited)
  606. # [04:59] <@roc> oh I wish xperf would display "percentage of one core" instead of "percentage over all cores"
  607. # [04:59] <@roc> YES I KNOW MY APPLICATION IS SINGLE-THREADED THANKS
  608. # [05:00] * Quits: mayhemer__ (Miranda@B3D46202.F87A741B.F23860FD.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  609. # [05:01] * Joins: Hughman (Mibbit@80D39027.2028720C.A3B82EC7.IP)
  610. # [05:03] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  611. # [05:03] * Quits: CuriousJohn (John@moz-B263DFDC.hsd1.ga.comcast.net) (Quit: CuriousJohn)
  612. # [05:04] * Joins: anky (anky@EA3CE527.588DE6B1.A3D1B221.IP)
  613. # [05:04] <nigelb> heh
  614. # [05:07] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird -- http://www.instantbird.com)
  615. # [05:08] <Mavericks> jlebar: looking at comment #33 on bug 15007
  616. # [05:08] <Mavericks> *bug 150073
  617. # [05:09] <Mavericks> jlebar: got a q regarding null check
  618. # [05:10] <jlebar> Mavericks, Okay...
  619. # [05:10] * Quits: xsergio (sergio@E9FB470.EB7C486C.5FA960DF.IP) (Client exited)
  620. # [05:11] <Mavericks> jlebar: i need to check something- NS_strlen if it checks null properly . if i still have a q,be back.
  621. # [05:12] * Quits: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Client exited)
  622. # [05:14] * Quits: anky (anky@EA3CE527.588DE6B1.A3D1B221.IP) (Client exited)
  623. # [05:15] <jdm> huh
  624. # [05:15] <jdm> I feel like the Udacity courses must be suggesting that people contribute to open source projects like Firefox
  625. # [05:15] * Joins: espindola (espindola@moz-5E2C9899.eng.wind.ca)
  626. # [05:15] <jdm> I've had emails from about eight different people today saying that they've finished the Udacity course and want to contribute
  627. # [05:17] * padenot is now known as padenot|away
  628. # [05:19] * Joins: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp)
  629. # [05:21] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  630. # [05:22] * Quits: pvivek_ (quassel@50B18FC4.E2C15B5F.2A068A5E.IP) (Client exited)
  631. # [05:22] * Quits: espindola (espindola@moz-5E2C9899.eng.wind.ca) (Ping timeout)
  632. # [05:23] * Joins: cjones_ (cjones@moz-45913895.socal.res.rr.com)
  633. # [05:23] * Quits: cjones_ (cjones@moz-45913895.socal.res.rr.com) (Input/output error)
  634. # [05:24] * Joins: espindola (espindola@moz-5E2C9899.eng.wind.ca)
  635. # [05:24] * Joins: CuriousJohn (John@moz-B263DFDC.hsd1.ga.comcast.net)
  636. # [05:25] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  637. # [05:25] * Joins: twi (Adium@moz-647AF740.cust.dsl.vodafone.it)
  638. # [05:26] * Quits: automata (automata@21672CAB.EF70936A.E0F4401A.IP) (Ping timeout)
  639. # [05:26] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  640. # [05:26] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  641. # [05:29] * Joins: mwu (mwu@moz-78C039D6.ph.ph.cox.net)
  642. # [05:30] * Quits: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  643. # [05:31] * timA is now known as timA|away
  644. # [05:31] * Joins: espindol_ (espindola@moz-52C306.dsl.teksavvy.com)
  645. # [05:32] * Quits: espindola (espindola@moz-5E2C9899.eng.wind.ca) (Ping timeout)
  646. # [05:32] * Quits: dbradley (dbradley@moz-80450F75.fuse.net) (Ping timeout)
  647. # [05:33] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  648. # [05:33] * coop is now known as coop|away
  649. # [05:33] * Joins: dbradley (dbradley@moz-80450F75.fuse.net)
  650. # [05:36] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  651. # [05:36] * Joins: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  652. # [05:37] <jlebar> To our x86 hackers (derf? glandium?): It looks like there are two ways to encode |mov edi, edi| -- 0x8bff and 0x89ff -- corresponding to |mov reg, mem/reg| and |mov mem/reg, reg|.
  653. # [05:37] <jlebar> I just want to be sure that there's no hidden difference between these two encodings.
  654. # [05:43] * padenot|away is now known as padenot
  655. # [05:43] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  656. # [05:45] * Joins: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  657. # [05:47] * jlebar wonders if potch's bugzilla UI is supposed to do something when I type in the box and press enter, or if the fact that it's a textbox which does nothing is a commentary on the current Bugzilla UI.
  658. # [05:47] <glob> lol
  659. # [05:48] * Quits: CuriousJohn (John@moz-B263DFDC.hsd1.ga.comcast.net) (Quit: CuriousJohn)
  660. # [05:48] <nigelb> Don't say bad about bugzilla, glob is watching. Always.
  661. # [05:48] * Joins: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net)
  662. # [05:49] * Joins: espindola (espindola@moz-4EBD532B.dsl.teksavvy.com)
  663. # [05:49] <glob> oh, the bugzilla UI is bad; it would be wrong to not say that
  664. # [05:49] * Quits: espindol_ (espindola@moz-52C306.dsl.teksavvy.com) (Ping timeout)
  665. # [05:49] * Joins: automata (automata@21672CAB.EF70936A.E0F4401A.IP)
  666. # [05:49] <nigelb> what happened to the big plans for bugzilla UI re-design?
  667. # [05:50] * Joins: Mardak (Mardak@moz-9509DFBB.hsd1.ca.comcast.net)
  668. # [05:50] <glob> nigelb, stalled; not many people interested in working on bugzilla
  669. # [05:50] * philor|away is now known as philor
  670. # [05:50] <glob> my focus right now is more on performance than making the UI pretty
  671. # [05:52] <nigelb> rewrite in python xD
  672. # [05:52] <jlebar> We're all going to be using github in a year anyway...
  673. # [05:53] <@khuey> lies
  674. # [05:53] <nigelb> github's bugtracker is primitive. Works great for small projects. Sucks for everything else.
  675. # [05:53] <jlebar> Let's be honest, the octocat is a much better mascot than the bug.
  676. # [05:53] <@khuey> heh
  677. # [05:53] <nigelb> we can make our bug cuter...
  678. # [05:59] <mwu> hmmmm where is mcmanus
  679. # [05:59] <Mavericks> jlebar: i feel null check still needs to be there as per comment #33. NS_strlen @ http://miburl.com/MV4e8D doesn't do it. Am I missing i.e, if it's getting checked elsewhere ?
  680. # [06:01] <jlebar> Mavericks, You should specifically ask in the bug if the null check should stay. I honestly don't know.
  681. # [06:01] <jlebar> Mavericks, However, I don't think comment 33 is about the null check.
  682. # [06:01] <jlebar> Mavericks, Comment 33 is about the strlen function which takes PRUnichar (16-bit char)
  683. # [06:01] <jlebar> Oh, I see...
  684. # [06:01] * Quits: Hughman (Mibbit@80D39027.2028720C.A3B82EC7.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  685. # [06:02] <jlebar> Mavericks, I think Serge was confused about the null check. It's not right that one of those functions calls the other.
  686. # [06:04] * Joins: jduell (jduell@moz-2D9EDA98.lightspeed.sntcca.sbcglobal.net)
  687. # [06:04] * Joins: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP)
  688. # [06:05] * Quits: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  689. # [06:05] * Joins: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP)
  690. # [06:07] * Quits: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  691. # [06:07] * Joins: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP)
  692. # [06:07] <Mavericks> jlebar: ok
  693. # [06:07] <derf> jlebar: AFAIK, there is no practical difference between the two encodings.
  694. # [06:08] * Quits: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  695. # [06:08] * Joins: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP)
  696. # [06:09] * Quits: @roc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Connection reset by peer)
  697. # [06:10] * Joins: roc (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  698. # [06:10] * ChanServ sets mode: +o roc
  699. # [06:12] * Quits: @roc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  700. # [06:12] * dcamp is now known as campout
  701. # [06:12] * Joins: roc (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  702. # [06:12] * ChanServ sets mode: +o roc
  703. # [06:13] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  704. # [06:14] * Quits: nrc (nrc@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  705. # [06:16] * Joins: nrc (nrc@538BABFE.A073F3E.97BBD552.IP)
  706. # [06:17] * Quits: @roc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Connection reset by peer)
  707. # [06:18] * Joins: roc (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  708. # [06:18] * ChanServ sets mode: +o roc
  709. # [06:18] * Quits: jdm (jdm@moz-15BB5FE6.cable.teksavvy.com) (Client exited)
  710. # [06:18] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  711. # [06:19] * Joins: jdm (jdm@moz-15BB5FE6.cable.teksavvy.com)
  712. # [06:19] * Joins: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  713. # [06:21] * Quits: jdm (jdm@moz-15BB5FE6.cable.teksavvy.com) (Client exited)
  714. # [06:22] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  715. # [06:22] * Quits: Mardak (Mardak@moz-9509DFBB.hsd1.ca.comcast.net) (Quit: Mardak)
  716. # [06:22] <mfinkle> rhelmer, how much stuff is in front of that Ts android native bug? :)
  717. # [06:23] <mfinkle> just looking at a Ts regression and missing a nice chart
  718. # [06:24] * Quits: AryehGregor (AryehGrego@9EF8C145.F045C4CE.CB858787.IP) (Ping timeout)
  719. # [06:24] * Joins: Mardak (Mardak@moz-9509DFBB.hsd1.ca.comcast.net)
  720. # [06:24] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  721. # [06:25] * nthomas is now known as nthomas|away
  722. # [06:25] * cjones is now known as cjones-dinner
  723. # [06:26] * Quits: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  724. # [06:27] * Joins: sr (chatzilla@91BC8839.F442218F.88FACCAA.IP)
  725. # [06:28] * Joins: pvivek_ (quassel@80790378.E7947FA9.2A068A5E.IP)
  726. # [06:28] * sr is now known as smya
  727. # [06:30] * Joins: AryehGregor (AryehGrego@9EF8C145.F045C4CE.CB858787.IP)
  728. # [06:32] <aerowolf> I'm watching a build of the last buildable version of Thunderbird. It's linking xul.(lib|exp), and giving me a bunch of LNK4049 warnings, "locally defined symbol _NS_LogAddRef_P imported in function[...]". I'm on Windows 7/Visual Studio Pro 10. What's going on here?
  729. # [06:35] * Quits: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net) (Input/output error)
  730. # [06:37] * edransch is now known as edransch-zzz
  731. # [06:37] * Joins: priya (Adium@moz-5843392D.hsd1.ca.comcast.net)
  732. # [06:38] * aerowolf is now known as IRCMonkey1458
  733. # [06:41] * Quits: IRCMonkey1458 (kyanha@moz-4AF49F74.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643])
  734. # [06:42] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  735. # [06:42] * Quits: mreavy (chatzilla@moz-6380AF60.phlapa.fios.verizon.net) (Ping timeout)
  736. # [06:42] * Quits: jesup (chatzilla@moz-6380AF60.phlapa.fios.verizon.net) (Ping timeout)
  737. # [06:43] * Joins: mreavy (chatzilla@moz-6380AF60.phlapa.fios.verizon.net)
  738. # [06:43] * Joins: jesup (chatzilla@moz-6380AF60.phlapa.fios.verizon.net)
  739. # [06:43] * Quits: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  740. # [06:46] * Quits: pcwalton (pcwalton@moz-14B53B6A.hsd1.ca.comcast.net) (Quit: nbvcx)
  741. # [06:48] * khuey is now known as khuey|away
  742. # [06:51] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  743. # [06:52] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  744. # [06:53] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  745. # [06:54] * Joins: sicking (chatzilla@moz-67285255.hsd1.ca.comcast.net)
  746. # [06:54] * Joins: jfkthame (jfkthame@42653AA7.90783722.9542EC20.IP)
  747. # [06:55] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  748. # [06:55] * cjones-dinner is now known as cjones
  749. # [06:57] <jduell> anyone know how I can do a diff in hg between different firefox releases? Do we have a list of release tags/commit#s somewhere?
  750. # [06:57] * jduell suspects cjones might know
  751. # [06:58] <jduell> Aha--I think I've found them
  752. # [06:59] * Quits: dbradley (dbradley@moz-80450F75.fuse.net) (Quit: )
  753. # [06:59] * Quits: @roc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  754. # [06:59] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  755. # [07:00] * Quits: eflores (eflores@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  756. # [07:00] * Joins: eflores (eflores@538BABFE.A073F3E.97BBD552.IP)
  757. # [07:00] * Joins: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  758. # [07:00] * Joins: roc (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  759. # [07:00] * ChanServ sets mode: +o roc
  760. # [07:00] * Joins: CuriousJohn (John@moz-B263DFDC.hsd1.ga.comcast.net)
  761. # [07:01] * mcote is now known as mcote|afk
  762. # [07:02] * Quits: ashish (ashish@moz-B77DEAEB.mozilla.org) (Ping timeout)
  763. # [07:03] * Joins: ashish (ashish@moz-B77DEAEB.mozilla.org)
  764. # [07:04] * Joins: kryophrost94 (Mibbit@6547DBC2.359A3FD2.9FEB19E.IP)
  765. # [07:06] <jduell> hmm--I've found the official release tags for hg, but they only seem to exist on release branch, not in central. Do we have a known way to do a diff on central from a given release, or at least when the tree was forked for the release?
  766. # [07:06] * Quits: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP) (Ping timeout)
  767. # [07:07] * Quits: mreavy (chatzilla@moz-6380AF60.phlapa.fios.verizon.net) (Ping timeout)
  768. # [07:07] * Quits: jesup (chatzilla@moz-6380AF60.phlapa.fios.verizon.net) (Ping timeout)
  769. # [07:09] * Joins: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net)
  770. # [07:10] * Joins: bnicholson (bnicholson@moz-F08A2DE.hsd1.ca.comcast.net)
  771. # [07:12] * Quits: espindola (espindola@moz-4EBD532B.dsl.teksavvy.com) (Client exited)
  772. # [07:13] * Quits: sicking (chatzilla@moz-67285255.hsd1.ca.comcast.net) (Ping timeout)
  773. # [07:13] * Joins: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP)
  774. # [07:14] * Quits: automata (automata@21672CAB.EF70936A.E0F4401A.IP) (Quit: Saindo)
  775. # [07:14] * Joins: mreavy (chatzilla@moz-6380AF60.phlapa.fios.verizon.net)
  776. # [07:14] * Joins: vikash (vikash@DABACF8B.9B552DFD.5D9ABA9F.IP)
  777. # [07:15] <Cork> jduell: you would prob have to check in the release tree for the last merge before the release and use that revision
  778. # [07:15] <Cork> never seen another way at least
  779. # [07:15] * Joins: jesup (chatzilla@moz-6380AF60.phlapa.fios.verizon.net)
  780. # [07:15] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  781. # [07:15] * ChanServ sets mode: +o smaug
  782. # [07:15] * Joins: espindola (espindola@moz-4EBD532B.dsl.teksavvy.com)
  783. # [07:15] * Quits: Mardak (Mardak@moz-9509DFBB.hsd1.ca.comcast.net) (Quit: Mardak)
  784. # [07:15] <jduell> Cork: thanks--I'm just using date range for now, which is close enough for my purposes, hopefully
  785. # [07:16] * Joins: bsmith (bsmith@moz-6BB70391.hsd1.ca.comcast.net)
  786. # [07:20] * Quits: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net) (Input/output error)
  787. # [07:20] * Joins: anky (anky@EA3CE527.588DE6B1.A3D1B221.IP)
  788. # [07:20] * Joins: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net)
  789. # [07:24] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  790. # [07:25] * Quits: pvivek_ (quassel@80790378.E7947FA9.2A068A5E.IP) (Ping timeout)
  791. # [07:25] * Joins: tchevalier (tchevalier@moz-5830F2F3.w90-48.abo.wanadoo.fr)
  792. # [07:25] * Quits: tchevalier (tchevalier@moz-5830F2F3.w90-48.abo.wanadoo.fr) (Quit: tchevalier)
  793. # [07:27] * Joins: hub (hub@moz-E2FCA694.figuiere.net)
  794. # [07:27] * Joins: pvivek_ (quassel@80790378.E7947FA9.2A068A5E.IP)
  795. # [07:28] * Joins: MarcoZ (Daily@moz-C3875970.dip.t-dialin.net)
  796. # [07:28] * Quits: pvivek_ (quassel@80790378.E7947FA9.2A068A5E.IP) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
  797. # [07:28] * Joins: pvivek_ (quassel@80790378.E7947FA9.2A068A5E.IP)
  798. # [07:31] * Joins: gkw (gkw@moz-7CD88B0C.hsd1.ca.comcast.net)
  799. # [07:32] * Joins: catalinb (ethereal@590D2376.7E118222.89C0DD0D.IP)
  800. # [07:33] * Joins: smontagu (chatzilla@moz-D32AE7DD.red.bezeqint.net)
  801. # [07:34] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  802. # [07:35] <rhelmer> mfinkle: hmm is that scaling the y-axis appropriately, or a different one?
  803. # [07:37] <rhelmer> mfinkle: if so it's on stage (graphs.allizom.org) which runs a nightly db import
  804. # [07:37] * Quits: CuriousJohn (John@moz-B263DFDC.hsd1.ga.comcast.net) (Quit: CuriousJohn)
  805. # [07:37] <rhelmer> mfinkle: if you need more recent data you can clone the graphs repo and just open the index.html in a browser, it'll pull data from prod
  806. # [07:39] <Cork> does anyone here have access to bug 737388 ?
  807. # [07:39] <Cork> (could they check if ff11 is marked as affected)
  808. # [07:39] * Joins: CuriousJohn (John@moz-B263DFDC.hsd1.ga.comcast.net)
  809. # [07:40] <Cork> bp-0d4e45d4-1bbc-4595-98be-6a38a2120405 points to bug 736830 but its only for ff14+
  810. # [07:40] * Joins: Honza (chatzilla@C62E2FAA.23B79DE4.D0083327.IP)
  811. # [07:41] * Quits: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner_)
  812. # [07:42] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  813. # [07:42] * Quits: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP) (Ping timeout)
  814. # [07:43] * Joins: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP)
  815. # [07:44] * Quits: espindola (espindola@moz-4EBD532B.dsl.teksavvy.com) (Client exited)
  816. # [07:45] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  817. # [07:45] <@smaug> Cork: Bug 737388 was some m-c only thing
  818. # [07:45] <@smaug> FF14 only
  819. # [07:45] <Cork> ok, good
  820. # [07:45] <Cork> thx
  821. # [07:45] * Quits: firebot (firebot@moz-67BF9FE6.carolina.res.rr.com) (Ping timeout)
  822. # [07:49] * Quits: catalinb (ethereal@590D2376.7E118222.89C0DD0D.IP) (Quit: Leaving)
  823. # [07:49] * Quits: gkw (gkw@moz-7CD88B0C.hsd1.ca.comcast.net) (Quit: Instantbird 1.2a1pre)
  824. # [07:50] * Quits: CuriousJohn (John@moz-B263DFDC.hsd1.ga.comcast.net) (Quit: CuriousJohn)
  825. # [07:52] * Quits: jfkthame (jfkthame@42653AA7.90783722.9542EC20.IP) (Ping timeout)
  826. # [07:53] * Joins: jfkthame (jfkthame@42653AA7.90783722.9542EC20.IP)
  827. # [07:54] * Joins: stransky (stransky@moz-BA3F7E46.net.upcbroadband.cz)
  828. # [07:54] * Quits: vikash (vikash@DABACF8B.9B552DFD.5D9ABA9F.IP) (Ping timeout)
  829. # [07:54] * Joins: pallanikumaran (pallanikum@moz-2175048C.dynip.nus.edu.sg)
  830. # [07:54] * Quits: coyotebush (corey@moz-4E046E7E.cabrillo.reshall.calpoly.edu) (Ping timeout)
  831. # [07:55] <pallanikumaran> hello people
  832. # [07:55] <pallanikumaran> i need some help with htis bug https://bugzilla.mozilla.org/show_bug.cgi?id=739866
  833. # [07:56] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  834. # [07:57] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  835. # [07:59] <pallanikumaran> i need to store the current time in the new field that i created? any help on how i would go about tdoing that?
  836. # [08:00] * Joins: firebot (firebot@moz-67BF9FE6.carolina.res.rr.com)
  837. # [08:01] * Quits: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net) (Input/output error)
  838. # [08:02] <Cork> smaug: just to fill in some blanks, looks like its a crash caused by firebug console so false alarm :)
  839. # [08:03] * Joins: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net)
  840. # [08:04] <@smaug> firebug console shouldn't probably be able to crash FF
  841. # [08:04] <Cork> https://bugzilla.mozilla.org/show_bug.cgi?id=742629
  842. # [08:04] <Cork> not sure if the reporter get it from the same but its how i was able to reproduce it
  843. # [08:04] * Joins: RemusPop (remuspop@601F3B17.33662590.A5830293.IP)
  844. # [08:05] * Joins: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com)
  845. # [08:06] * Quits: robarnold (rob@moz-59F6B5.hfc.comcastbusiness.net) (Ping timeout)
  846. # [08:07] * Quits: anky (anky@EA3CE527.588DE6B1.A3D1B221.IP) (Quit: Leaving...)
  847. # [08:07] * Joins: robarnold (rob@moz-59F6B5.hfc.comcastbusiness.net)
  848. # [08:09] * Quits: bnicholson (bnicholson@moz-F08A2DE.hsd1.ca.comcast.net) (Quit: Leaving)
  849. # [08:10] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  850. # [08:10] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  851. # [08:10] * Quits: jduell (jduell@moz-2D9EDA98.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  852. # [08:11] * Quits: @roc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  853. # [08:14] * Quits: kryophrost94 (Mibbit@6547DBC2.359A3FD2.9FEB19E.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  854. # [08:14] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  855. # [08:19] * Quits: rail_away (rail@moz-E6144DC3.iqchoice.com) (Ping timeout)
  856. # [08:20] * heycam|away is now known as heycam
  857. # [08:20] * Joins: rail_away (rail@moz-E6144DC3.iqchoice.com)
  858. # [08:22] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  859. # [08:23] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  860. # [08:23] * Joins: gkw (gkw@moz-7CD88B0C.hsd1.ca.comcast.net)
  861. # [08:24] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  862. # [08:24] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  863. # [08:27] * Quits: fxa90id (fxa90id@moz-829BEFC9.neoplus.adsl.tpnet.pl) (Quit: Leaving)
  864. # [08:31] * padenot is now known as padenot|away
  865. # [08:32] * Joins: CuriousJohn (John@moz-4C1C7342.gar.clearwire-wmx.net)
  866. # [08:33] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  867. # [08:35] * Quits: hub (hub@moz-E2FCA694.figuiere.net) (Ping timeout)
  868. # [08:39] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  869. # [08:40] * Joins: victorporof (victorporo@AAF12FE3.67CDC207.79933D60.IP)
  870. # [08:40] * Quits: Mossop (mossop@moz-AF120492.dsl.dynamic.sonic.net) (Ping timeout)
  871. # [08:40] * Quits: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net) (Quit: Leaving.)
  872. # [08:41] * Quits: victorporof (victorporo@AAF12FE3.67CDC207.79933D60.IP) (Ping timeout)
  873. # [08:41] * Quits: Hendikins (wolfox@moz-16899DFF.hhui4.ken.bigpond.net.au) (Ping timeout)
  874. # [08:44] * Quits: nrc (nrc@538BABFE.A073F3E.97BBD552.IP) (Quit: ChatZilla 0.9.88.1 [Firefox 12.0/20120328051619])
  875. # [08:45] * Joins: m_kato (Daily@moz-348F61F0.mozilla.or.jp)
  876. # [08:51] * Joins: sewardj (sewardj@moz-4F396C34.dip.t-dialin.net)
  877. # [08:54] * Joins: xakz (XaMaD@moz-34FBE388.fbx.proxad.net)
  878. # [08:54] * joduinn-afk is now known as joduinn-home
  879. # [08:55] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  880. # [08:58] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  881. # [08:59] * Quits: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP) (Ping timeout)
  882. # [08:59] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  883. # [08:59] * Quits: stransky (stransky@moz-BA3F7E46.net.upcbroadband.cz) (Quit: Connection reset by beer)
  884. # [09:00] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  885. # [09:00] * Joins: squeakytoy (squeakytoy@moz-9E84F244.netset.se)
  886. # [09:01] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  887. # [09:01] * Joins: Ms2ger (Ms2ger@3D429861.2FFB4560.37724B0D.IP)
  888. # [09:02] * Quits: priya (Adium@moz-5843392D.hsd1.ca.comcast.net) (Quit: Leaving.)
  889. # [09:03] * philor is now known as philor|away
  890. # [09:03] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  891. # [09:06] * Quits: kutsurak (pex@moz-C350D81A.w90-46.abo.wanadoo.fr) (Client exited)
  892. # [09:06] * Quits: romaxa (romashin@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  893. # [09:08] * Quits: eflores (eflores@538BABFE.A073F3E.97BBD552.IP) (Quit: Bye)
  894. # [09:08] * Joins: kutsurak (pex@moz-C350D81A.w90-46.abo.wanadoo.fr)
  895. # [09:08] <pallanikumaran> exit
  896. # [09:08] <pallanikumaran> quit
  897. # [09:08] * Quits: pallanikumaran (pallanikum@moz-2175048C.dynip.nus.edu.sg) (Quit: leaving)
  898. # [09:10] * Quits: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  899. # [09:11] * Joins: Hendikins (wolfox@moz-16899DFF.hhui4.ken.bigpond.net.au)
  900. # [09:11] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  901. # [09:11] <jdm> there is no escape
  902. # [09:11] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  903. # [09:13] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  904. # [09:13] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  905. # [09:15] * Joins: romaxa (romashin@670ACB81.66590CC0.4A6948F8.IP)
  906. # [09:16] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  907. # [09:16] * Joins: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP)
  908. # [09:16] * Joins: kaze (Daily@moz-CB189C31.w80-11.abo.wanadoo.fr)
  909. # [09:18] <Ms2ger> Wow, I got a mail "Hello from Kristina.", sent on 2013-04-03 05:09 PM
  910. # [09:19] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  911. # [09:20] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  912. # [09:20] <KWierso> Ms2ger: ask her for next week's lottery numbers
  913. # [09:20] * Quits: CuriousJohn (John@moz-4C1C7342.gar.clearwire-wmx.net) (Quit: CuriousJohn)
  914. # [09:21] <Ms2ger> Do you reckon she'd still remember those?
  915. # [09:21] <KWierso> I would hope the internet still exists a year from now, she can look it up for us
  916. # [09:22] * One is now known as TheOtherOne
  917. # [09:22] * TheOtherOne is now known as TheOne
  918. # [09:23] * Joins: c0smikdebris (c0smikdebr@F6AD3556.982C2CD4.BE90E62C.IP)
  919. # [09:25] * heycam is now known as heycam|away
  920. # [09:26] <nigelb> KWierso: It's easiser just to ask Unfocused.
  921. # [09:27] <@smaug> although I just read The Sands of Sarasvati, I do expect internet to still exists a year from now
  922. # [09:36] * Joins: timdream (timdream@moz-EBB6E761.rev.numericable.fr)
  923. # [09:38] * Quits: timdream (timdream@moz-EBB6E761.rev.numericable.fr) (Ping timeout)
  924. # [09:39] * Joins: timdream (timdream@moz-104CC309.mv.mozilla.com)
  925. # [09:40] * Joins: enda (chatzilla@moz-797AFB4F.cisco.com)
  926. # [09:41] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  927. # [09:41] * Quits: bsmith (bsmith@moz-6BB70391.hsd1.ca.comcast.net) (Quit: Leaving)
  928. # [09:42] * Joins: Stan_ (Stan@moz-1F9AACA1.dip.t-dialin.net)
  929. # [09:42] * Quits: Stan (Stan@moz-536F63D6.dip.t-dialin.net) (Ping timeout)
  930. # [09:43] * Quits: kutsurak (pex@moz-C350D81A.w90-46.abo.wanadoo.fr) (Client exited)
  931. # [09:44] <glazou> bonjour
  932. # [09:44] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  933. # [09:49] <glob> happy bmo update day! https://bugzil.la/738732,672841,705474
  934. # [09:49] * glob points to gerv's excellent work to enable browserid on bmo!
  935. # [09:50] <NeilAway> jlebar: fyi 0x89ff seems to be the preferred version here
  936. # [09:50] * Joins: gakiwate (Gautam@CCAA586A.5927968B.372B258F.IP)
  937. # [09:51] * Quits: gakiwate (Gautam@CCAA586A.5927968B.372B258F.IP) (Quit: Leaving)
  938. # [09:51] * Joins: gakiwate (Gautam@CCAA586A.5927968B.372B258F.IP)
  939. # [09:51] * Quits: mwu (mwu@moz-78C039D6.ph.ph.cox.net) (Quit: This computer has gone to sleep)
  940. # [09:53] * Quits: cadecairos (cadecairos@moz-632B4208.cpe.net.cable.rogers.com) (Quit: Konversation terminated!)
  941. # [09:54] <glazou> note to self: don't open #developers links in bluegriffon...
  942. # [09:55] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  943. # [09:56] <Ms2ger> glob, I sure hope we won't require Persona...
  944. # [09:56] <glob> Ms2ger, i doubt that'll happen
  945. # [09:57] <Ms2ger> Also, while you're here
  946. # [09:57] <glob> yesssss
  947. # [09:57] * Quits: mreavy (chatzilla@moz-6380AF60.phlapa.fios.verizon.net) (Ping timeout)
  948. # [09:57] * Joins: mreavy (chatzilla@moz-6380AF60.phlapa.fios.verizon.net)
  949. # [09:57] <Ms2ger> I get both "[Bug XXX] (Secure bug updated)" and "[Bug XXX] (Secure bug XXX updated)"
  950. # [09:58] <Ms2ger> Is that known?
  951. # [09:58] <nigelb> Ms2ger: Pretty sure most mozilla@ folk can't use Persona.
  952. # [09:58] <nigelb> err, I mean... @mozilla
  953. # [09:58] <Ms2ger> nigelb, well, duh, it's unusable
  954. # [09:58] <nigelb> Ms2ger: Actually, it is anyone above editbugs.
  955. # [09:58] <nigelb> (AFAIK, glob can confirm)
  956. # [09:59] <glob> nigelb, that was changed; we now have a blacklist instead of > editbugs
  957. # [09:59] <Unfocused> no, anyone with editbugs can confirm
  958. # [09:59] <nigelb> glob: ah
  959. # [09:59] <nigelb> Unfocused: *stab*
  960. # [09:59] <Unfocused> ;)
  961. # [09:59] * Joins: smagnin (pike@moz-DEF53BC9.fbx.proxad.net)
  962. # [09:59] <@smaug> ahaa, if I build FF, while still using the build from the same objdir, we end up invalidating some caches (XBL/XUL/?) and that leads to worse CC times in some cases
  963. # [09:59] <glob> Ms2ger, yes, one of the changes pushed was to include the redundant bug number
  964. # [10:00] <glob> Ms2ger, because gmail
  965. # [10:00] <Ms2ger> glob, not everywhere, then
  966. # [10:00] <glob> Ms2ger, oh, it should be everywhere
  967. # [10:00] * Joins: Goldorak (chatzilla@5A8038A8.138B9D4B.187A1082.IP)
  968. # [10:00] <glob> Ms2ger, do you have it for emails sent less than 10 minutes ago?
  969. # [10:01] <Ms2ger> I haven't got any bugmail in the last ten minutes, so, no :)
  970. # [10:01] * Quits: gakiwate (Gautam@CCAA586A.5927968B.372B258F.IP) (Client exited)
  971. # [10:01] <glob> hrm, maybe i got my bug numbers mixed up
  972. # [10:01] <Unfocused> everyone CC Ms2ger
  973. # [10:01] * Fallen|away is now known as Fallen
  974. # [10:01] <Ms2ger> Last without was Date: Tue, 03 Apr 2012 19:02:31 +0000
  975. # [10:01] <Unfocused> for science!
  976. # [10:01] <glob> i blame holiday mode
  977. # [10:02] <Ms2ger> Hmm
  978. # [10:02] * Joins: tonymec__ (tonymec@5AAF12FB.65031E94.277517C1.IP)
  979. # [10:02] * tonymec__ is now known as tonymec|away
  980. # [10:02] <glob> bug 741996 may be related
  981. # [10:02] <Ms2ger> Also, glob, you know all the X-Bugzilla- headers are still sent?
  982. # [10:02] <glob> Ms2ger, yup
  983. # [10:03] <glob> Ms2ger, the goal isn't to remove all useful info from the email :P
  984. # [10:03] <Ms2ger> Oh, I thought it was ;)
  985. # [10:03] <nigelb> heh
  986. # [10:03] <Ms2ger> At least for people like me who have no key set up
  987. # [10:04] <glob> here's where i spent the last 5 days: http://dl.dropbox.com/u/16292140/broome-pool.jpg
  988. # [10:04] <Ms2ger> Boo.
  989. # [10:04] <Ms2ger> Is that the sea?
  990. # [10:05] <glob> no, the sea looks like http://dl.dropbox.com/u/16292140/broome-sunset.jpg
  991. # [10:05] <Ms2ger> I sea.
  992. # [10:07] * Ms2ger wanders off
  993. # [10:07] <glob> \o/
  994. # [10:07] * Quits: cviecco_ (cviecco@moz-2D8CF2BF.hsd1.ca.comcast.net) (Input/output error)
  995. # [10:09] * Quits: Hendikins (wolfox@moz-16899DFF.hhui4.ken.bigpond.net.au) (Ping timeout)
  996. # [10:09] * Joins: Hendikins (wolfox@moz-16899DFF.hhui4.ken.bigpond.net.au)
  997. # [10:10] * Quits: timdream (timdream@moz-104CC309.mv.mozilla.com) (Ping timeout)
  998. # [10:13] * Quits: nattokirai (nattokirai@moz-348F61F0.mozilla.or.jp) (Quit: nattokirai)
  999. # [10:14] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  1000. # [10:16] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Input/output error)
  1001. # [10:16] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  1002. # [10:16] * ChanServ sets mode: +o smaug
  1003. # [10:18] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1004. # [10:20] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1005. # [10:20] <NeilAway> glob: "enable"?
  1006. # [10:21] <glob> NeilAway, ?
  1007. # [10:21] <NeilAway> glob: nm, Ms2ger++
  1008. # [10:21] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  1009. # [10:21] * Joins: msucan (msucan-@E52374FB.B8F2BA96.699550A1.IP)
  1010. # [10:22] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  1011. # [10:22] <NeilAway> although that was before his incredibly lame pun
  1012. # [10:22] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1013. # [10:23] * Joins: bsmith (bsmith@moz-6BB70391.hsd1.ca.comcast.net)
  1014. # [10:25] * Joins: harth (harth@moz-C2C235AC.bb.sky.com)
  1015. # [10:27] * Joins: cpearce (chatzilla@moz-CAF4778E.xdsl.xnet.co.nz)
  1016. # [10:29] * Joins: JeroenDeDauw (j@moz-9355DBC.dip.t-dialin.net)
  1017. # [10:30] * Quits: @dveditz (dveditz@moz-34991AF4.dhcp.cruzio.com) (Quit: dveditz)
  1018. # [10:31] * Joins: timdream (timdream@moz-104CC309.mv.mozilla.com)
  1019. # [10:31] * Joins: mauke_ (mauke@moz-6A01E0D8.superkabel.de)
  1020. # [10:31] * Quits: znhxr (mauke@moz-6A01E0D8.superkabel.de) (Ping timeout)
  1021. # [10:35] * Quits: njn_ (chatzilla@moz-2FD59503.dyn.iinet.net.au) (Quit: ChatZilla 0.9.88.1 [Firefox 14.0a1/20120403215251])
  1022. # [10:35] * Fallen is now known as Fallen|away
  1023. # [10:36] * Quits: JeroenDeDauw (j@moz-9355DBC.dip.t-dialin.net) (Input/output error)
  1024. # [10:36] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1025. # [10:37] * Quits: rillian (giles@21B7B9F2.B87E9213.6E712CE2.IP) (Ping timeout)
  1026. # [10:38] * mauke_ is now known as znhxr
  1027. # [10:38] * Quits: harth (harth@moz-C2C235AC.bb.sky.com) (Input/output error)
  1028. # [10:38] * Joins: JeroenDeDauw (j@moz-9355DBC.dip.t-dialin.net)
  1029. # [10:41] <jdm> bring out your memes
  1030. # [10:42] <jdm> I will pay top dollar for them
  1031. # [10:44] <nigelb> hah
  1032. # [10:48] * Quits: enda (chatzilla@moz-797AFB4F.cisco.com) (Ping timeout)
  1033. # [10:49] * Joins: rillian (giles@21B7B9F2.B87E9213.6E712CE2.IP)
  1034. # [10:50] * Joins: victorporof (victorporo@622F294A.8E4D8E22.4A6B528C.IP)
  1035. # [10:52] * Quits: Wevah (Wevah@moz-5435D49F.stcd.qwest.net) (Quit: Wevah)
  1036. # [10:53] * davehunt|away is now known as davehunt
  1037. # [10:54] * Fallen|away is now known as Fallen
  1038. # [10:54] * Joins: NhanTDN (human_torc@DABF93C9.319B7742.85184009.IP)
  1039. # [10:58] * Quits: tonymec|away (tonymec@5AAF12FB.65031E94.277517C1.IP) (Quit: Konversation terminated!)
  1040. # [11:00] * Joins: tonymec__ (tonymec@5AAF12FB.65031E94.277517C1.IP)
  1041. # [11:01] * tonymec__ is now known as tonymec|away
  1042. # [11:02] <glazou> nsISelection, why do you hate me...
  1043. # [11:02] <Ms2ger> It hates us all
  1044. # [11:04] * Quits: Hendikins (wolfox@moz-16899DFF.hhui4.ken.bigpond.net.au) (Ping timeout)
  1045. # [11:05] <glazou> does not consolate me :-)
  1046. # [11:05] <glazou> sorry bad translation
  1047. # [11:05] <Ms2ger> Console? That sounds even worse
  1048. # [11:05] <glazou> does not confort me
  1049. # [11:05] <glazou> lol
  1050. # [11:06] * glazou just had trouble switching from spanish to english thinking in french :-/
  1051. # [11:07] <Ms2ger> Why can't we all speak C++... :)
  1052. # [11:07] <gcp> what's the easiest way to find the m-c changeset corresponding to a release?
  1053. # [11:07] <gcp> (I know there isn't a direct correspondence due to branching)
  1054. # [11:07] <Ms2ger> Something_AURORA_BASE?
  1055. # [11:08] <Ms2ger> AURORA_BASE_20120131
  1056. # [11:08] <Ms2ger> Though, huh
  1057. # [11:08] <Ms2ger> 13 has FIREFOX_AURORA_13_BASE for some reason
  1058. # [11:09] <Mavericks> or esperanto
  1059. # [11:09] * Quits: GPHemsley (GPHemsley@moz-A2DF0FC4.hfc.comcastbusiness.net) (Ping timeout)
  1060. # [11:09] <gcp> thanks
  1061. # [11:09] * Quits: bsmith (bsmith@moz-6BB70391.hsd1.ca.comcast.net) (Ping timeout)
  1062. # [11:11] * Joins: mak|afk (chatzilla@moz-8C087C3D.retail.telecomitalia.it)
  1063. # [11:18] * Joins: TheLink (TheLink@moz-183F7DCD.pools.arcor-ip.net)
  1064. # [11:19] * Mark_Capella is now known as Mark_Capella|naptime
  1065. # [11:19] <@smaug> Honza: ping
  1066. # [11:21] * Joins: vikash (vikash@DABACF8B.9B552DFD.5D9ABA9F.IP)
  1067. # [11:32] * Joins: louisremi (louisremi@moz-381A2210.dsl.sta.abo.bbox.fr)
  1068. # [11:32] * Joins: dao (dao@moz-2F6F2556.superkabel.de)
  1069. # [11:33] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
  1070. # [11:33] * Joins: tonymec (tonymec@5AAF12FB.65031E94.277517C1.IP)
  1071. # [11:33] * Joins: harth (harth@40018561.F684631.21A4E96A.IP)
  1072. # [11:36] * Joins: paolo (paolo@moz-FCECBC2B.retail.telecomitalia.it)
  1073. # [11:40] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Ping timeout)
  1074. # [11:41] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Ping timeout)
  1075. # [11:41] * Quits: karl (karl@moz-17042FAA.jetstream.xtra.co.nz) (Ping timeout)
  1076. # [11:41] <Ms2ger> !summon khuey|away
  1077. # [11:43] <NeilAway> Ms2ger: surely that should be !banish
  1078. # [11:43] <Ms2ger> Well...
  1079. # [11:44] <Ms2ger> I need help with burning builds on tbpl
  1080. # [11:44] <Ms2ger> I gathered khuey|away could help e
  1081. # [11:44] <Ms2ger> me, even
  1082. # [11:44] <NeilAway> Ms2ger: well, not while he's away :-P
  1083. # [11:44] <Ms2ger> :(
  1084. # [11:54] * Joins: edmorley (edmorley@moz-CA0328CD.range86-145.btcentralplus.com)
  1085. # [11:55] * mattwoodrow is now known as mattwoodrow|away
  1086. # [11:55] * Quits: tonymec (tonymec@5AAF12FB.65031E94.277517C1.IP) (Ping timeout)
  1087. # [11:57] * Joins: tonymec (tonymec@5AAF12FB.65031E94.277517C1.IP)
  1088. # [12:00] * Joins: GPHemsley (GPHemsley@moz-A2DF0FC4.hfc.comcastbusiness.net)
  1089. # [12:04] * glob is now known as glob|away
  1090. # [12:04] * Joins: gandalf (zbraniecki@moz-3366040B.neoplus.adsl.tpnet.pl)
  1091. # [12:06] * Joins: adoria0000 (Mibbit@moz-B6C2C62F.osaka.ocn.ne.jp)
  1092. # [12:07] * Quits: ehoogeveen (emanuel.ho@moz-B95F3766.chello.nl) (Quit: )
  1093. # [12:09] * Joins: re588 (RE@E9A639C3.E46D361A.8F339A2F.IP)
  1094. # [12:09] * Quits: mijia (mijia@DC4232F0.766373FB.C3A57E70.IP) (Client exited)
  1095. # [12:10] * Quits: dao (dao@moz-2F6F2556.superkabel.de) (Quit: Leaving.)
  1096. # [12:11] * Joins: fxa90id (fxa90id@moz-83BBC510.neoplus.adsl.tpnet.pl)
  1097. # [12:13] <re588> What happens if one submits two or more proposals to mozilla for GSoC, are they reviewed independently or? There are quite a few interesting projects
  1098. # [12:15] * Quits: cpearce (chatzilla@moz-CAF4778E.xdsl.xnet.co.nz) (Ping timeout)
  1099. # [12:15] * Quits: philipp64|laptop (chatzilla@moz-B40B9015.ctcweb.net) (Connection reset by peer)
  1100. # [12:15] <gerv> re588: you are encouraged to submit a couple.
  1101. # [12:15] * Joins: philipp64|laptop (chatzilla@moz-B40B9015.ctcweb.net)
  1102. # [12:15] <gerv> If there is more than 1 thing that interests you.
  1103. # [12:15] <gerv> We review all proposals, and then pick the best ones,
  1104. # [12:16] <gerv> with an eye to spreading the slots across the project.
  1105. # [12:16] <gerv> So if you apply for something where the competition is fierce,
  1106. # [12:16] <gerv> you may not win, but you may instead get a slot for an idea which is less popular.
  1107. # [12:16] * Joins: graememcc (chatzilla@moz-790B72CA.range86-148.btcentralplus.com)
  1108. # [12:18] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1109. # [12:18] * ChanServ sets mode: +o roc
  1110. # [12:19] * Quits: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1111. # [12:19] * Joins: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP)
  1112. # [12:20] * Joins: pranavrc (pranavrc@C4939F71.9EDE08CF.C28326FD.IP)
  1113. # [12:20] <re588> gerv: Thanks
  1114. # [12:21] * Quits: janv (varga@moz-DE50E089.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1115. # [12:22] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
  1116. # [12:22] * Joins: janv (varga@moz-DE50E089.flarion.as5628.telecom.sk)
  1117. # [12:23] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  1118. # [12:24] * Quits: janv (varga@moz-DE50E089.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1119. # [12:24] * mak|afk is now known as mak
  1120. # [12:26] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1121. # [12:26] * Joins: KaiRo (robert@moz-93472792.adsl.highway.telekom.at)
  1122. # [12:28] * Joins: Wevah (Wevah@moz-5435D49F.stcd.qwest.net)
  1123. # [12:31] * Quits: vikash (vikash@DABACF8B.9B552DFD.5D9ABA9F.IP) (Ping timeout)
  1124. # [12:32] * Quits: jkc (segfault@moz-ECCC080F.rootnode.net) (Ping timeout)
  1125. # [12:32] * Joins: jkc (segfault@moz-ECCC080F.rootnode.net)
  1126. # [12:34] * Quits: tonymec (tonymec@5AAF12FB.65031E94.277517C1.IP) (Ping timeout)
  1127. # [12:35] * Joins: janv (varga@moz-DE50E089.flarion.as5628.telecom.sk)
  1128. # [12:35] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird -- http://www.instantbird.com)
  1129. # [12:35] * Joins: tonymec (tonymec@5AAF12FB.65031E94.277517C1.IP)
  1130. # [12:35] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1131. # [12:36] * Quits: lht (elihait@moz-722A94AD.dreamhost.com) (Ping timeout)
  1132. # [12:36] * Joins: supreet (quassel@780E8960.D5D84BD7.DF11F364.IP)
  1133. # [12:39] <Ms2ger> smontagu, yt?
  1134. # [12:41] * Joins: harsh (Mibbit@CE8DD343.2C2BFB59.35E0727C.IP)
  1135. # [12:41] * Joins: Jagannath (Mibbit@CE8DD343.2C2BFB59.35E0727C.IP)
  1136. # [12:46] * Joins: gabor (gabor@moz-9735527E.pool.digikabel.hu)
  1137. # [12:47] * Joins: vikash_ (vikash@DABACF8B.9B552DFD.5D9ABA9F.IP)
  1138. # [12:50] * NeilAway noms more planet xhtml
  1139. # [12:51] * Quits: pranavrc (pranavrc@C4939F71.9EDE08CF.C28326FD.IP) (Quit: Ping timeout: ∞)
  1140. # [12:56] * Joins: pranavrc (pranavrc@C4939F71.9EDE08CF.C28326FD.IP)
  1141. # [12:57] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird -- http://www.instantbird.com)
  1142. # [12:59] * Quits: nli (nli@moz-99690620.hinet-ip.hinet.net) (Quit: nli)
  1143. # [12:59] * Quits: victorporof (victorporo@622F294A.8E4D8E22.4A6B528C.IP) (Connection reset by peer)
  1144. # [13:00] * Quits: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com) (Client exited)
  1145. # [13:00] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  1146. # [13:01] * Quits: shorlander (shorlander@moz-853043D6.dhcp.insightbb.com) (Connection reset by peer)
  1147. # [13:01] * Joins: shorlander (shorlander@moz-853043D6.dhcp.insightbb.com)
  1148. # [13:02] * Parts: Mavericks (Mibbit@2AA5A756.9632B610.FDEA3160.IP)
  1149. # [13:02] <smontagu> Ms2ger: just arrived
  1150. # [13:03] <Ms2ger> I was looking at nsIWordBreaker, and wondering if it really needs to be an XPCOM interface
  1151. # [13:04] * Joins: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  1152. # [13:04] * Parts: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  1153. # [13:04] * Joins: pascalc (chatzilla@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1154. # [13:06] * Joins: necolas (necolas@moz-20AA4BAE.bb.sky.com)
  1155. # [13:07] <smontagu> Ms2ger: probably not
  1156. # [13:08] * smontagu doubts it even needs to be a class
  1157. # [13:09] * mak is now known as mak|afk
  1158. # [13:09] <Ms2ger> I was thinking a class with static functions, but that's so 2010
  1159. # [13:09] <smontagu> does it save state anywhere?
  1160. # [13:10] <Ms2ger> Nowhere I can see
  1161. # [13:10] <smontagu> I thought we fixed the JISx4051/4501 type
  1162. # [13:10] <smontagu> typo, even
  1163. # [13:10] * Quits: louisremi (louisremi@moz-381A2210.dsl.sta.abo.bbox.fr) (Ping timeout)
  1164. # [13:10] * smontagu doesn't remember off the top of his head which one is right
  1165. # [13:11] <smontagu> but nsJISx4051LineBreaker is defined in nsJISx4501LineBreaker.h
  1166. # [13:11] <Ms2ger> Heh
  1167. # [13:12] <Ms2ger> Google claims 4051
  1168. # [13:12] * Quits: NhanTDN (human_torc@DABF93C9.319B7742.85184009.IP) (Ping timeout)
  1169. # [13:13] <Ms2ger> // need to call Thai word breaker from here
  1170. # [13:13] <Ms2ger> Always nice to find comments that were added by ftang
  1171. # [13:14] * Joins: Polynomial-C (Poly-C@moz-27B3BC81.dip.t-dialin.net)
  1172. # [13:15] * Quits: Jagannath (Mibbit@CE8DD343.2C2BFB59.35E0727C.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1173. # [13:20] * Quits: mkelly (mkelly@moz-99CF8925.members.linode.com) (Ping timeout)
  1174. # [13:20] * Quits: mburns (mburns@moz-42D3ADBA.members.linode.com) (Ping timeout)
  1175. # [13:20] * Quits: qDot (qDot@moz-4548DE5D.members.linode.com) (Ping timeout)
  1176. # [13:20] * Quits: bkero (bkero2@moz-ED825A1B.members.linode.com) (Ping timeout)
  1177. # [13:20] * Joins: qDot (qDot@moz-4548DE5D.members.linode.com)
  1178. # [13:20] * Quits: adoria0000 (Mibbit@moz-B6C2C62F.osaka.ocn.ne.jp) (Ping timeout)
  1179. # [13:20] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  1180. # [13:20] * Joins: bkero (bkero2@moz-ED825A1B.members.linode.com)
  1181. # [13:20] * Quits: janv (varga@moz-DE50E089.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1182. # [13:21] * Quits: ferongr (ferongr@CF8EE14F.F831E23E.F5160715.IP) (Ping timeout)
  1183. # [13:21] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  1184. # [13:21] * ChanServ sets mode: +o smaug
  1185. # [13:22] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  1186. # [13:23] * Quits: qDot (qDot@moz-4548DE5D.members.linode.com) (Ping timeout)
  1187. # [13:23] * Quits: bkero (bkero2@moz-ED825A1B.members.linode.com) (Ping timeout)
  1188. # [13:24] * Joins: Archae|Daily (Daily@moz-756328DB.cust.telecolumbus.net)
  1189. # [13:24] * Joins: Yoric (Yoric@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1190. # [13:25] * davehunt is now known as davehunt|away
  1191. # [13:26] * Quits: sgreenlay (sgreenlay@E17A855D.16AD8761.971E19F6.IP) (Ping timeout)
  1192. # [13:26] * Joins: sgreenlay (sgreenlay@E17A855D.16AD8761.971E19F6.IP)
  1193. # [13:28] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1194. # [13:31] * catlee is now known as catlee-away
  1195. # [13:35] * Joins: dbradley (dbradley@moz-80450F75.fuse.net)
  1196. # [13:37] * Joins: louisremi (louisremi@moz-381A2210.dsl.sta.abo.bbox.fr)
  1197. # [13:38] * Joins: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  1198. # [13:38] * Parts: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  1199. # [13:40] * Fallen is now known as Fallen|away
  1200. # [13:40] * Joins: jviereck (Adium@moz-26045BE5.dclient.hispeed.ch)
  1201. # [13:41] * Quits: harsh (Mibbit@CE8DD343.2C2BFB59.35E0727C.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1202. # [13:43] * Joins: Jagannath (Mibbit@CE8DD343.2C2BFB59.35E0727C.IP)
  1203. # [13:43] * Joins: bkero (bkero2@moz-ED825A1B.members.linode.com)
  1204. # [13:43] * Joins: mkelly (mkelly@moz-99CF8925.members.linode.com)
  1205. # [13:44] * Joins: qDot (qDot@moz-4548DE5D.members.linode.com)
  1206. # [13:45] * Joins: janv (varga@moz-DE50E089.flarion.as5628.telecom.sk)
  1207. # [13:49] * Quits: jviereck (Adium@moz-26045BE5.dclient.hispeed.ch) (Quit: Leaving.)
  1208. # [13:51] * Joins: enda (chatzilla@4EC9BEF8.679532CF.2500F951.IP)
  1209. # [13:55] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  1210. # [13:56] * Quits: supreet (quassel@780E8960.D5D84BD7.DF11F364.IP) (Ping timeout)
  1211. # [13:59] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1212. # [13:59] * Quits: c0smikdebris (c0smikdebr@F6AD3556.982C2CD4.BE90E62C.IP) (Ping timeout)
  1213. # [14:00] * mak|afk is now known as mak
  1214. # [14:00] * Quits: doublec (doublec@moz-55CD7EAB.pn) (Ping timeout)
  1215. # [14:02] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1216. # [14:02] * Joins: sheppy (sheppy@moz-4992DE6D.static.kgpt.tn.charter.com)
  1217. # [14:04] * Joins: adoria0000 (Mibbit@moz-B6C2C62F.osaka.ocn.ne.jp)
  1218. # [14:04] * Quits: graememcc (chatzilla@moz-790B72CA.range86-148.btcentralplus.com) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120310193349])
  1219. # [14:04] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1220. # [14:04] * ChanServ sets mode: +o roc
  1221. # [14:04] * Quits: adoria0000 (Mibbit@moz-B6C2C62F.osaka.ocn.ne.jp) (Quit: http://www.mibbit.com ajax IRC Client)
  1222. # [14:04] * Joins: adoria0000 (Mibbit@moz-B6C2C62F.osaka.ocn.ne.jp)
  1223. # [14:07] * Quits: Jagannath (Mibbit@CE8DD343.2C2BFB59.35E0727C.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1224. # [14:07] * Joins: Jagannath (Mibbit@CE8DD343.2C2BFB59.35E0727C.IP)
  1225. # [14:07] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Input/output error)
  1226. # [14:08] * Joins: jviereck (Adium@moz-26045BE5.dclient.hispeed.ch)
  1227. # [14:08] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  1228. # [14:08] * ChanServ sets mode: +o smaug
  1229. # [14:08] * Joins: garnacho_ (carlos@moz-95A0FF70.red-83-51-77.dynamicip.rima-tde.net)
  1230. # [14:09] * Joins: c0smikdebris (c0smikdebr@F8E893F9.CADDDC1.D2D1FAF0.IP)
  1231. # [14:10] * Joins: harsh (Mibbit@CE8DD343.2C2BFB59.35E0727C.IP)
  1232. # [14:11] * Joins: micadeyeye (micadeyeye@moz-A4DFD73A.dynamic.wa.co.za)
  1233. # [14:14] * Joins: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP)
  1234. # [14:14] * Quits: necolas (necolas@moz-20AA4BAE.bb.sky.com) (Client exited)
  1235. # [14:16] * Mark_Capella|naptime is now known as Mark_Capella
  1236. # [14:17] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  1237. # [14:17] * Quits: smontagu (chatzilla@moz-D32AE7DD.red.bezeqint.net) (Ping timeout)
  1238. # [14:18] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  1239. # [14:21] * bhearsum|afk is now known as bhearsum
  1240. # [14:23] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  1241. # [14:23] * Quits: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net) (Ping timeout)
  1242. # [14:23] * Joins: ferongr (ferongr@CF8EE14F.F831E23E.F5160715.IP)
  1243. # [14:23] * Joins: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net)
  1244. # [14:24] * Quits: Archae|Daily (Daily@moz-756328DB.cust.telecolumbus.net) (Quit: Archae|Daily)
  1245. # [14:25] * Joins: dao (dao@moz-B1D98078.superkabel.de)
  1246. # [14:27] * Quits: dao (dao@moz-B1D98078.superkabel.de) (Quit: Leaving.)
  1247. # [14:27] * Joins: ehoogeveen (emanuel.ho@moz-B95F3766.chello.nl)
  1248. # [14:27] * Joins: KdeeQ (chatzilla@moz-EDB3EEB6.haaga-helia.fi)
  1249. # [14:27] * Quits: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net) (Ping timeout)
  1250. # [14:28] * Joins: Boriss (FlyingToas@A56C7BF9.E5D7038F.799F721.IP)
  1251. # [14:29] * Quits: jviereck (Adium@moz-26045BE5.dclient.hispeed.ch) (Quit: Leaving.)
  1252. # [14:29] * Joins: jviereck (Adium@moz-26045BE5.dclient.hispeed.ch)
  1253. # [14:29] * Quits: jviereck (Adium@moz-26045BE5.dclient.hispeed.ch) (Client exited)
  1254. # [14:32] * merike|away is now known as merike
  1255. # [14:32] * Joins: graememcc (chatzilla@moz-790B72CA.range86-148.btcentralplus.com)
  1256. # [14:37] * Quits: KdeeQ (chatzilla@moz-EDB3EEB6.haaga-helia.fi) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643])
  1257. # [14:37] * Joins: armenzg (armenzg@2E5B7F44.5BCEC6DB.DA78B690.IP)
  1258. # [14:37] * Quits: Boriss (FlyingToas@A56C7BF9.E5D7038F.799F721.IP) (Quit: Boriss)
  1259. # [14:38] <Ms2ger> lxr-1998-06-10: http://lxr.linux.no
  1260. # [14:38] <Ms2ger> Yay, MXR
  1261. # [14:39] * Quits: re588 (RE@E9A639C3.E46D361A.8F339A2F.IP) (Ping timeout)
  1262. # [14:41] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  1263. # [14:42] * Joins: Pike (Pike@moz-E31CD2CB.mozilla.org)
  1264. # [14:42] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  1265. # [14:44] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1266. # [14:46] * Quits: janv (varga@moz-DE50E089.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1267. # [14:47] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  1268. # [14:47] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  1269. # [14:47] * Joins: supreet (quassel@780E8960.D5D84BD7.DF11F364.IP)
  1270. # [14:48] * edransch-zzz is now known as edransch-afk
  1271. # [14:49] * Joins: espindola (espindola@E3F5259F.AEE431CB.287A8ADE.IP)
  1272. # [14:49] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  1273. # [14:50] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1274. # [14:50] * Joins: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1275. # [14:51] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  1276. # [14:51] * Joins: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  1277. # [14:51] * Parts: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  1278. # [14:52] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  1279. # [14:52] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1280. # [14:52] * ChanServ sets mode: +o roc
  1281. # [14:53] * armenzg is now known as armenzg_brb
  1282. # [14:53] <glandium> jlebar: ping
  1283. # [14:53] * Quits: armenzg_brb (armenzg@2E5B7F44.5BCEC6DB.DA78B690.IP) (Input/output error)
  1284. # [14:54] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1285. # [14:55] * Joins: Cwiiis (cwiiis@40018561.F684631.21A4E96A.IP)
  1286. # [14:55] * Joins: dao (dao@moz-B1D98078.superkabel.de)
  1287. # [14:56] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  1288. # [14:57] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  1289. # [14:58] * Quits: fxa90id (fxa90id@moz-83BBC510.neoplus.adsl.tpnet.pl) (Quit: Leaving)
  1290. # [14:58] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Ping timeout)
  1291. # [14:59] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  1292. # [14:59] * Joins: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com)
  1293. # [15:00] * Joins: drice (derice@1606D15F.E628B196.8E155D4E.IP)
  1294. # [15:01] * Joins: AaronMT (AaronMT@moz-DB17C53A.cpe.net.cable.rogers.com)
  1295. # [15:02] * Joins: ibarlow (ibarlow@moz-D5CDF301.cpe.net.cable.rogers.com)
  1296. # [15:03] * Quits: m_kato (Daily@moz-348F61F0.mozilla.or.jp) (Quit: m_kato)
  1297. # [15:04] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1298. # [15:04] * ChanServ sets mode: +o roc
  1299. # [15:04] * Joins: mats (chatzilla@E8A3702C.D5022173.8500CC29.IP)
  1300. # [15:04] <hsivonen> How do I make https://hg.mozilla.org/mozilla-central/log?rev=hsivonen%40iki.fi show more results?
  1301. # [15:05] * Quits: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com) (Client exited)
  1302. # [15:07] <glandium> hsivonen: did you try "user(hsivonen@iki.fi)" ?
  1303. # [15:08] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1304. # [15:08] <glandium> doesn't quite work, apparently
  1305. # [15:09] <sheppy> Hm... I have a friend whose Fx11 is freezing when closing tabs, very frequently. He eventually gets an unresponsive script warning, at line 1644 in tabbrowser.xul. Looks like it thinks he's closing the last tab in the window, but he's not.
  1306. # [15:09] <sheppy> any thoughts?
  1307. # [15:10] <glandium> sheppy: how many tabs does he have?
  1308. # [15:10] <sheppy> glandium: 2-3
  1309. # [15:10] <Unfocused> safe-mode
  1310. # [15:10] * Quits: dao (dao@moz-B1D98078.superkabel.de) (Ping timeout)
  1311. # [15:10] * Joins: dao (dao@moz-B1D98078.superkabel.de)
  1312. # [15:10] <glandium> times 1000, i would have understood...
  1313. # [15:10] * Unfocused bets it's an addon
  1314. # [15:11] * Quits: masayuki (Daily@moz-911CC660.zaq.ne.jp) (Quit: masayuki)
  1315. # [15:11] <sheppy> How do you do safe mode? shift key on startup?
  1316. # [15:11] <reuben> alt
  1317. # [15:11] <Unfocused> Help -> Restart with addons disabled
  1318. # [15:12] <hsivonen> glandium: the full contents of my user field didn't work, either
  1319. # [15:13] * hsivonen solved it by local copying and pasting
  1320. # [15:13] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  1321. # [15:14] * Joins: davidb (davidb@471D72E.2257F909.F30C9E9E.IP)
  1322. # [15:14] <sheppy> He can only reproduce the problem if he uses the "Open all in Tabs" option in a tab's drop-down.
  1323. # [15:15] <sheppy> He can't reproduce with add-ons off though, so we'll proceed from there. I thought I'd had him do that already but apparently not :)
  1324. # [15:15] <sheppy> thanks all
  1325. # [15:16] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  1326. # [15:16] * Joins: tomer (tomer@7AF4670C.A2C54A10.FC30AC02.IP)
  1327. # [15:17] * Quits: dao (dao@moz-B1D98078.superkabel.de) (Ping timeout)
  1328. # [15:17] <tomer> I really like the idea that commit messages on github can be added as comments in their issues tracker automatically. Let's do the same on Bugzilla. ☺
  1329. # [15:18] <Ms2ger> Sure
  1330. # [15:18] <Ms2ger> Let me know when your patch is finished
  1331. # [15:18] * Joins: dao (dao@moz-B1D98078.superkabel.de)
  1332. # [15:18] * Joins: ajuma (ajuma@moz-CDCFE118.home.cgocable.net)
  1333. # [15:18] <tomer> Basically it's the same logic we already have for linkifying Bugzilla comments.
  1334. # [15:19] * Quits: tonymec (tonymec@5AAF12FB.65031E94.277517C1.IP) (Input/output error)
  1335. # [15:19] * Quits: nhirata (nhirata.bu@moz-585D5EFC.hsd1.ca.comcast.net) (Quit: nhirata)
  1336. # [15:19] * Joins: armenzg (armenzg@2E5B7F44.5BCEC6DB.DA78B690.IP)
  1337. # [15:19] <tomer> I don't think that it require anything more than adding such script as post-commit hook on Subversion and Mercurial.
  1338. # [15:20] * Quits: ajuma (ajuma@moz-CDCFE118.home.cgocable.net) (Quit: ajuma)
  1339. # [15:20] * Joins: ajuma (ajuma@moz-CDCFE118.home.cgocable.net)
  1340. # [15:20] <Ms2ger> Excellent
  1341. # [15:20] <Ms2ger> Good luck!
  1342. # [15:21] <reuben> http://hg.alliedmods.net/hg-extensions/file/c9623bc6368f/bugzilla.py
  1343. # [15:21] <reuben> does something similar
  1344. # [15:21] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1345. # [15:21] * ChanServ sets mode: +o roc
  1346. # [15:22] <reuben> it creates comments like those: https://bugs.alliedmods.net/show_bug.cgi?id=5101#c3
  1347. # [15:22] * Quits: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1348. # [15:22] * Quits: tonymec|away (tonymec@5AAF12FB.65031E94.277517C1.IP) (Quit: Konversation terminated!)
  1349. # [15:22] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  1350. # [15:22] * Joins: mjschranz (mjschranz@A71CC449.33EE9F8A.1139E686.IP)
  1351. # [15:23] <sheppy> Yep, found the "Facebook Purity" extension is causing it.
  1352. # [15:23] * edransch-afk is now known as edransch
  1353. # [15:23] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  1354. # [15:26] <nigelb> sheppy: Seems to be impure ;-)
  1355. # [15:26] <sheppy> nigelb: indeed!
  1356. # [15:27] <jfkthame> bugzilla seems to be having an erratic day…. or is it just me?
  1357. # [15:28] <jair> hello guys!
  1358. # [15:28] <jair> hello guys, I am pulling my hair because I can not make firefox 11.0 in linux to handle the magnet torrent link/file... Believe me I did the gnome configuration and the about:config tool as well all just as indicated but still not work...
  1359. # [15:28] <jair> when I use google chrome it opens and ask me what application to use all good and nice but what is going on with firefox?
  1360. # [15:28] <nigelb> jfkthame: I think there was an upgrade. Not sure if it was today. glob|away would know.
  1361. # [15:28] <JesperHansen> hmm... The textarea is 2px wider than it is suppose to be?
  1362. # [15:29] <AryehGregor> The bot set [autoland-in-queue] here, but didn't post a link to the try. https://bugzilla.mozilla.org/show_bug.cgi?id=316447
  1363. # [15:29] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  1364. # [15:30] <jfkthame> glob|away: for when you're back, know anything about bugzilla oddities today? it's intermittently showing me obsolete stuff in my request queue
  1365. # [15:30] * Joins: janv (varga@moz-DE50E089.flarion.as5628.telecom.sk)
  1366. # [15:31] * Quits: @ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP) (Input/output error)
  1367. # [15:31] * nigelb is now known as nigel_no_longer_bot_b
  1368. # [15:32] <Ms2ger> AryehGregor, doesn't look like it made it to try... mjessome, lsblakk|afk ^
  1369. # [15:32] * jmaher|afk is now known as jmaher
  1370. # [15:32] <AryehGregor> Doesn't seem so, no.
  1371. # [15:32] <JesperHansen> wait, no the textareas has a 2px offset from top left :o
  1372. # [15:33] * Quits: pvivek_ (quassel@80790378.E7947FA9.2A068A5E.IP) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
  1373. # [15:34] * Quits: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1374. # [15:34] * Quits: smya (chatzilla@91BC8839.F442218F.88FACCAA.IP) (Quit: ChatZilla 0.9.88.1 [Firefox 13.0a1/20120303192654])
  1375. # [15:34] * Joins: anky (anky@923327FC.33B42AB0.A3D1B221.IP)
  1376. # [15:35] <Ms2ger> AryehGregor, also, I ended up wasting the last twenty minutes browsing anime forums I hang around on half a decade ago :)
  1377. # [15:35] * Quits: garnacho_ (carlos@moz-95A0FF70.red-83-51-77.dynamicip.rima-tde.net) (Ping timeout)
  1378. # [15:35] * Joins: anky_ (anky@CB606F70.6C91B022.A3D1B221.IP)
  1379. # [15:36] * Quits: anky (anky@923327FC.33B42AB0.A3D1B221.IP) (Ping timeout)
  1380. # [15:37] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  1381. # [15:38] * coop|away is now known as coop|buildduty
  1382. # [15:39] * Joins: nli (nli@F803B951.C9260D23.51315CC9.IP)
  1383. # [15:39] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1384. # [15:39] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  1385. # [15:40] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  1386. # [15:40] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  1387. # [15:40] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1388. # [15:40] * ChanServ sets mode: +o roc
  1389. # [15:41] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Connection reset by peer)
  1390. # [15:41] * Ziggy_Maes is now known as Ziggy|AWAY
  1391. # [15:42] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  1392. # [15:42] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1393. # [15:42] * ChanServ sets mode: +o roc
  1394. # [15:42] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1395. # [15:42] * Quits: glob|away (glob@moz-DF237567.glob.com.au) (Connection reset by peer)
  1396. # [15:43] * Joins: glob (glob@moz-DF237567.glob.com.au)
  1397. # [15:43] * Joins: lht (elihait@moz-722A94AD.dreamhost.com)
  1398. # [15:43] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Ping timeout)
  1399. # [15:45] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  1400. # [15:48] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  1401. # [15:48] <glazou> investigated a bit why the editor can't get rid of <br/>s
  1402. # [15:48] <glazou> a lot of its code rely on it
  1403. # [15:49] <glazou> even for detection of lines inside a <pre>
  1404. # [15:49] <glazou> the original author of the code, Joe Francis, probably found it easier AND compatible with the standard
  1405. # [15:50] <glazou> (html4 at that time)
  1406. # [15:50] * Joins: tchevalier (tchevalier@moz-5830F2F3.w90-48.abo.wanadoo.fr)
  1407. # [15:51] <glazou> kaze: are you an editor peer?
  1408. # [15:52] <glazou> or did you entirely switch to mobile?
  1409. # [15:52] * Quits: supreet (quassel@780E8960.D5D84BD7.DF11F364.IP) (Ping timeout)
  1410. # [15:54] * Joins: supreet (quassel@F8651007.CCFB0DCE.DF11F364.IP)
  1411. # [15:54] * Quits: dao (dao@moz-B1D98078.superkabel.de) (Connection reset by peer)
  1412. # [15:54] * Joins: dao (dao@moz-B1D98078.superkabel.de)
  1413. # [15:56] * Quits: Pike (Pike@moz-E31CD2CB.mozilla.org) (Ping timeout)
  1414. # [15:56] * Quits: dao (dao@moz-B1D98078.superkabel.de) (Ping timeout)
  1415. # [15:57] * Joins: dao (dao@moz-B1D98078.superkabel.de)
  1416. # [15:58] * Quits: TheLink (TheLink@moz-183F7DCD.pools.arcor-ip.net) (Client exited)
  1417. # [15:59] * Joins: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1418. # [15:59] * Joins: mjschranz_ (mjschranz@F1451709.44D93D66.1139E686.IP)
  1419. # [15:59] * Quits: c0smikdebris (c0smikdebr@F8E893F9.CADDDC1.D2D1FAF0.IP) (Quit: Computer has gone to sleep.)
  1420. # [16:00] * Quits: mjschranz_ (mjschranz@F1451709.44D93D66.1139E686.IP) (Client exited)
  1421. # [16:00] * Quits: mjschranz (mjschranz@A71CC449.33EE9F8A.1139E686.IP) (Ping timeout)
  1422. # [16:01] * Joins: mib_injihv (Mibbit@FE4B77E3.1E98AF39.79C24D08.IP)
  1423. # [16:01] * Joins: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP)
  1424. # [16:01] * Quits: mib_injihv (Mibbit@FE4B77E3.1E98AF39.79C24D08.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1425. # [16:02] * Quits: pranavrc (pranavrc@C4939F71.9EDE08CF.C28326FD.IP) (Quit: Ping timeout: ∞)
  1426. # [16:02] * mrbkap notes that those two things are mutually independant.
  1427. # [16:03] * armenzg is now known as armenzg_brb
  1428. # [16:03] <glazou> yeah
  1429. # [16:03] * Joins: jimm (jmathies@moz-7F164CA1.pn.at.cox.net)
  1430. # [16:03] * Joins: Boriss (FlyingToas@moz-10902A55.telecom.net.ar)
  1431. # [16:03] <glazou> but editor consumes a lot of time
  1432. # [16:03] * Quits: enda (chatzilla@4EC9BEF8.679532CF.2500F951.IP) (Ping timeout)
  1433. # [16:03] <glazou> so you can rarely do editor and something else
  1434. # [16:04] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  1435. # [16:04] * Joins: enda (chatzilla@4EC9BEF8.679532CF.2500F951.IP)
  1436. # [16:04] * Quits: harsh (Mibbit@CE8DD343.2C2BFB59.35E0727C.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1437. # [16:05] * Quits: vikash_ (vikash@DABACF8B.9B552DFD.5D9ABA9F.IP) (Ping timeout)
  1438. # [16:05] * Joins: Pike (Pike@moz-E31CD2CB.mozilla.org)
  1439. # [16:05] * Joins: Wes (chatzilla@moz-BEF0C255.page.ca)
  1440. # [16:06] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  1441. # [16:06] * Quits: davehunt|away (davehunt@moz-E2929564.dsl.in-addr.zen.co.uk) (Client exited)
  1442. # [16:07] * Quits: armenzg_brb (armenzg@2E5B7F44.5BCEC6DB.DA78B690.IP) (Ping timeout)
  1443. # [16:08] * Joins: Joeh (joe@5A3923AA.BC22908.C7CEC4ED.IP)
  1444. # [16:08] * Joins: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP)
  1445. # [16:09] * Joins: davehunt (davehunt@moz-E2929564.dsl.in-addr.zen.co.uk)
  1446. # [16:09] * Quits: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Client exited)
  1447. # [16:10] * Quits: davehunt (davehunt@moz-E2929564.dsl.in-addr.zen.co.uk) (Client exited)
  1448. # [16:10] * Joins: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1449. # [16:10] * rail_away is now known as rail
  1450. # [16:11] * Joins: davehunt (davehunt@moz-E2929564.dsl.in-addr.zen.co.uk)
  1451. # [16:11] * Quits: enda (chatzilla@4EC9BEF8.679532CF.2500F951.IP) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643])
  1452. # [16:13] * Quits: supreet (quassel@F8651007.CCFB0DCE.DF11F364.IP) (Ping timeout)
  1453. # [16:13] * Quits: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP) (Ping timeout)
  1454. # [16:13] * Joins: dseif (dseif@C080F02E.33EE9F8A.1139E686.IP)
  1455. # [16:13] * Quits: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP) (Client exited)
  1456. # [16:13] * bz_dinner is now known as bz
  1457. # [16:14] * Joins: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP)
  1458. # [16:14] * Joins: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP)
  1459. # [16:14] * Joins: ewong|sleep (chatzilla@F536648C.E5F17347.51F738FB.IP)
  1460. # [16:14] * Quits: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP) (Client exited)
  1461. # [16:14] * bwinton_away is now known as bwinton
  1462. # [16:16] * Joins: garnacho_ (carlos@moz-95A0FF70.red-83-51-77.dynamicip.rima-tde.net)
  1463. # [16:17] * Joins: re588 (RE@E9A639C3.E46D361A.8F339A2F.IP)
  1464. # [16:17] <louisremi> roc: I'm interested in your opinion regarding this improvement to CSS Transforms interpolation: http://lists.w3.org/Archives/Public/www-style/2012Apr/0092.html
  1465. # [16:17] * Joins: mjschranz (mjschranz@A71CC449.33EE9F8A.1139E686.IP)
  1466. # [16:18] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1467. # [16:18] * philor|away is now known as philor
  1468. # [16:18] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  1469. # [16:18] * Joins: stefanh (stefanh@moz-3EED0162.customers.ownit.se)
  1470. # [16:19] * Joins: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com)
  1471. # [16:19] <kaze> glazou: I'm afraid I switched to mobile, unfortunately
  1472. # [16:20] <kaze> mrbkap: I still hope I'll do some editor back-end from time to time, as I see a lot of easy-to-fix-bugs in my bugmail these days
  1473. # [16:20] * Joins: vikash_ (vikash@7DDAF549.9B552DFD.5D9ABA9F.IP)
  1474. # [16:20] * Quits: garnacho_ (carlos@moz-95A0FF70.red-83-51-77.dynamicip.rima-tde.net) (Ping timeout)
  1475. # [16:20] <sheppy> I use the editor a lot, so I'm very eager to see bugs fixed. :)
  1476. # [16:20] <sheppy> I practically spend my entire day in it.
  1477. # [16:22] <KaiRo> hmm, there we go, hiring one of the best editor folks we know in kaze, and then we make him work on non-editor stuff so much that he says he's not even a peer for it
  1478. # [16:22] <sheppy> Argh!
  1479. # [16:22] <@bz> louisremi: you should probably ping dbaron about that, not roc
  1480. # [16:23] <glazou> sheppy: as a user you mean?
  1481. # [16:23] <louisremi> bz: ok thanks.
  1482. # [16:23] <sheppy> glazou: yes
  1483. # [16:23] <@bz> louisremi: also, it's 2:176am where roc is now
  1484. # [16:23] <@bz> louisremi: I'll bet money he's asleep
  1485. # [16:23] <@bz> er, 2:16am
  1486. # [16:24] <sheppy> glazou: since I write pretty much all day, right in the browser, bugs and deficiencies in the editor affect me. :)
  1487. # [16:24] <sheppy> A lot.
  1488. # [16:24] <glazou> sheppy: sure thing
  1489. # [16:24] * Joins: beaufour (beaufour@18D5CC88.C7EE4FB2.ECED8BE3.IP)
  1490. # [16:24] * Joins: mcot (mcot@C4B02.F3C4E8F3.C8444B8.IP)
  1491. # [16:25] <glazou> sheppy: but please note some bugs you may qualify as "editor" really come from "selection/caret"
  1492. # [16:25] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  1493. # [16:25] * ChanServ sets mode: +o ehsan
  1494. # [16:25] <sheppy> glazou: yeah
  1495. # [16:25] <louisremi> bz: sorry, I thought platform developers never slept.
  1496. # [16:25] <@bz> louisremi: heh
  1497. # [16:25] <glazou> on the editor's side, the most painful ones are (a) invalid nested lists (b) <pre> creating <br> instead of CRs (c) trailing <br>s
  1498. # [16:26] <glazou> I'm on (b) right now
  1499. # [16:26] <sheppy> nice
  1500. # [16:26] <KaiRo> glazou: I'm still pretty unhappy that in developer tools we ended up importing orion instead of improving our own editor far enough that it can do what we need easily enough :(
  1501. # [16:26] <glazou> KaiRo: "our own editor" has no meta-parser bultin..
  1502. # [16:26] * nigel_no_longer_bot_b is now known as nigelb
  1503. # [16:27] <KaiRo> and Thunderbird is thinking about importing FCKEditor to replace our own stuff :(
  1504. # [16:27] <glazou> well
  1505. # [16:27] <sheppy> FCKEditor wraps around our editor though. :)
  1506. # [16:27] <ddahl> KaiRo: the decision was do we want to ship something this decade, hence Orion
  1507. # [16:27] <glazou> all editors of that kind raise I18N issues
  1508. # [16:27] * mcote|afk is now known as mcote
  1509. # [16:27] <glob> back
  1510. # [16:27] <KaiRo> glazou: sure, would be nice a parser/highlighter could be plugged into our editor easily enough, for example
  1511. # [16:27] <glazou> ddahl: perfectly understood, bluegriffon uses codemirror for same reason
  1512. # [16:28] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1513. # [16:28] * coop|buildduty is now known as coop|afk
  1514. # [16:28] <KaiRo> ddahl: well, I understand that, but we are constantly papering over shortcomings in editor instead of paying developers to actually work on it
  1515. # [16:28] <glob> jfkthame, while there was an update today, the request queue wasn't touched
  1516. # [16:28] <glazou> KaiRo: that's not recent...
  1517. # [16:28] <reuben> ugh, the canvas-based editor on appmanifest.org is pretty, but you can't even copy text off it :/
  1518. # [16:28] <reuben> not the best decision
  1519. # [16:29] <KaiRo> ddahl: and next to that, given all the code that orion has to deal with other browsers, we imported quite a bit of "dead" code as well
  1520. # [16:29] <glazou> reuben: canvas-based was Bespin's original direction
  1521. # [16:29] <ddahl> glazou, KaiRo: I know the devtools guys had several discussions with ehsan about it
  1522. # [16:29] <KaiRo> glazou: I didn't say "recent", I said "constantly"
  1523. # [16:29] <ddahl> KaiRo: yeah, that sucks
  1524. # [16:29] <glazou> :)
  1525. # [16:30] <mkaply> KaiRo: that's because once an HTML editor was removed from the browser, it moved down the totem pole.
  1526. # [16:30] <glazou> times change ; not too long ago, developer tools were almost abandoned
  1527. # [16:30] <glazou> see now ?
  1528. # [16:30] <kaze> glazou: +1, a lot of so-called "editor bugs" are layout bugs (caret)
  1529. # [16:30] <mkaply> KaiRo: I had these same discussion years and years ago when we were doing midas
  1530. # [16:30] <glazou> I remember that
  1531. # [16:30] <kaze> glazou: and decent <pre> blocks would be good to see!
  1532. # [16:30] <mkaply> https://developer.mozilla.org/en/Midas
  1533. # [16:30] <jfkthame> glob: it's strange…. what's happened is that several times today (but not every time), i've loaded the request queue and - in addition to correctly showing review requests - it has listed several approval requests that were dealt with a few days ago
  1534. # [16:31] <glazou> mkaply: I still remember I am the one who found the Midas name...
  1535. # [16:31] <KaiRo> ddahl: still, I don't want to paint devtools negatively, of course, but I feel that in a world where we now try to tell people how editable the web is, it's questionable to neglect the editor component in investment for so long
  1536. # [16:31] <sheppy> KaiRo: agreed
  1537. # [16:31] <mkaply> We lost a lot of the core people. Kathy Brade comes to mind
  1538. # [16:31] * Quits: gandalf (zbraniecki@moz-3366040B.neoplus.adsl.tpnet.pl) (Quit: Computer has gone to sleep.)
  1539. # [16:31] <jfkthame> glob: are you aware of any weirdness like that? should i file a bug on it? (although i can't reliably reproduce)
  1540. # [16:31] <KaiRo> mkaply: I have been leading the SeaMonkey project for 5 years, I know the HTML editor story pretty well ;-)
  1541. # [16:32] <ddahl> KaiRo: i know. I spent many hours building an app at my last gig with an editor - it sucked
  1542. # [16:32] <glazou> KaiRo: so why "Midas" ? ;-)
  1543. # [16:32] * gregglind_afk is now known as gregglind
  1544. # [16:32] <KaiRo> actually, that's probably wrong English, as it implies I'd still lead it which I don't
  1545. # [16:32] <mkaply> KaiRo: So would you say that because there's no editor as a truly exposed feature in Firefox, it get's less exposure (It's there in thunderbird, but I would argue not as important).
  1546. # [16:33] <KaiRo> mkaply: there's editor exposed in many areas in Firefox and in the web - from textboxes via devtools to contentEditable
  1547. # [16:33] <glazou> ann <iinput> fields ?
  1548. # [16:33] <mkaply> KaiRo: So then why isn't it getting any love?
  1549. # [16:33] <sheppy> Yeah, my problems are in contentEditable.
  1550. # [16:34] <glazou> sheppy: sure they are
  1551. # [16:34] <sheppy> It works but has so many weird glitches that crop up from time to time that it gets frustrating.
  1552. # [16:34] <mkaply> Stop new features and fix what we already have :)
  1553. # [16:34] <KaiRo> mkaply: it's just that many people probably don't want to think about that as "editor" so much because they have "editor" == "the bad old boring Composer that we so rightfully threw out the window" in their heads
  1554. # [16:34] <sheppy> :)
  1555. # [16:35] <glob> jfkthame, you're the first to report any oddness; i guess you could file a bug, but that does sound like a hard one to diagnose :(
  1556. # [16:35] <glazou> well..
  1557. # [16:35] <glazou> I have to tell you a story about our "lame" editor
  1558. # [16:35] <glazou> another member of the editor team was kin blas
  1559. # [16:35] <glazou> left to macromedoa when netscape collapsed
  1560. # [16:35] <glazou> ended up in Dreamweaver team with manager ex-netscape Crhis Saari
  1561. # [16:36] <KaiRo> glazou: I know a lot of stories about it, and I even disagree that it's lame or boring or that we threw it out rightfully, but that's the general sentiment I hear everywhere
  1562. # [16:36] <glazou> saari pinged me once to tell me "now I've seen DW's internals, I understand why you said our editor is a jewel"
  1563. # [16:36] <KaiRo> lol
  1564. # [16:36] <davidb> :)
  1565. # [16:36] <sheppy> KaiRo: it's not so much that it's lame or bad, it's just glitchy and doesn't get any love to fix the glitches.
  1566. # [16:36] * bear-afk is now known as bear
  1567. # [16:36] <sheppy> Its performance also is not very good, especially on larger or more complicated content (like large tables).
  1568. # [16:37] <KaiRo> well, I always was sure that Dreamweaver and Frontpage must be sucky compared to ours, as we still produced easier and nicer to work with stuff
  1569. # [16:37] * Joins: armenzg (armenzg@F2D29657.F60B0462.67AC9B1.IP)
  1570. # [16:37] <glazou> DW's problem is that it has grown in circles
  1571. # [16:37] <glazou> unmaintainable any more, as some adobe person told me
  1572. # [16:37] <KaiRo> sheppy: we had such problems, both glitches and perf, in all kinds of other components, and we invested into them and now they are much better
  1573. # [16:37] <sheppy> KaiRo: yes, but not in the editor, at least not yet.
  1574. # [16:38] <KaiRo> exactly
  1575. # [16:38] <sheppy> And we need to do that.
  1576. # [16:38] <KaiRo> fully with you on that
  1577. # [16:38] <glazou> sheppy: can you believe the code of the editor is almost unchanged since 2003... what can you expect without people paid to work on it ?
  1578. # [16:38] <sheppy> glazou: agreed; and that needs to change.
  1579. # [16:38] <glazou> send my name to HR ? :-)
  1580. # [16:38] <sheppy> Especially if we're trying to encourage creation of web apps, which are going to need decent editor support.
  1581. # [16:38] <jfkthame> glob: i guess i'll file something if it happens again, otherwise pretend i didn't notice it
  1582. # [16:38] <KaiRo> well, maybe we need to rewrite it once we have rewritten Gecko
  1583. # [16:39] <KaiRo> and this is not a joke
  1584. # [16:39] <glazou> KaiRo: that would require probably a year of work
  1585. # [16:39] * Joins: gandalf (zbraniecki@moz-3366040B.neoplus.adsl.tpnet.pl)
  1586. # [16:39] <glandium> kaze was doing editor work recently, but he now works on b2g
  1587. # [16:39] <KaiRo> glazou: I expect the gecko, or better rendering engine, rewrite to take more than a year
  1588. # [16:39] <KaiRo> glandium: that's what I was complaining about earlier on ;-)
  1589. # [16:40] * Quits: RemusPop (remuspop@601F3B17.33662590.A5830293.IP) (Client exited)
  1590. # [16:40] <sheppy> we need someone to spend some serious time really digging into the editor and improving it. sigh.
  1591. # [16:40] <KaiRo> not that I think B2G would be less important, though
  1592. # [16:40] <glazou> sheppy: maybe I should send my resume :-D
  1593. # [16:41] <KaiRo> sheppy: agreed, but editor is not seen as sexy in management, I guess, and it's also not obvious on how it would improve our overall picture
  1594. # [16:41] <mkaply> Well if we're bringing an outside editor anyway, we could use webkit :)
  1595. # [16:41] * armenzg is now known as armenzg_mtg
  1596. # [16:41] * joduinn-home is now known as joduinn-commute
  1597. # [16:41] * Joins: supreet (quassel@F8651007.CCFB0DCE.DF11F364.IP)
  1598. # [16:41] <glazou> mkaply: too-big-troll alert
  1599. # [16:41] <mkaply> glazou: ha
  1600. # [16:41] <KaiRo> mkaply: I don't think their editor would be too much better than ours - I don't trust code written at Google or Apple too much
  1601. # [16:42] <KaiRo> and yes, I know it was a joke
  1602. # [16:42] <glazou> I tested all implementations of contenteditable in all browsers
  1603. # [16:42] * Quits: gandalf (zbraniecki@moz-3366040B.neoplus.adsl.tpnet.pl) (Quit: Computer has gone to sleep.)
  1604. # [16:42] <glazou> all are plagued by severe bugs
  1605. # [16:42] <glazou> different across browsers but all severe
  1606. # [16:42] * catlee-away is now known as catlee
  1607. # [16:43] <glazou> and that's normal
  1608. # [16:43] <sheppy> Sad.
  1609. # [16:43] <sheppy> Very sad.
  1610. # [16:43] <glazou> there is no spec for "what happens when you press CR twice at the end of a list item"
  1611. # [16:43] * Joins: jhopkins_ (jhopkins@moz-216F9986.tb.shawcable.net)
  1612. # [16:43] <glazou> maybe I should write it
  1613. # [16:43] <mkaply> glazou: that's actually not a bad idea. There really is a missinc spec here
  1614. # [16:44] <glazou> yes I know
  1615. # [16:44] <glandium> i think at the moment, more than an editor, we need a tool to create web apps
  1616. # [16:44] <mkaply> Then there's the simple stuff too. Like when you insert a table and it's impossible to place the cursor before or after the table.
  1617. # [16:44] * Quits: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net) (Ping timeout)
  1618. # [16:44] <glazou> so all implementations did their best guess at that, and when I say "they did" it's usually one engineer without control
  1619. # [16:45] <sheppy> mkaply: OMG yes; that drives me freaking crazy.
  1620. # [16:45] * Joins: catalinb (ethereal@moz-7443FA19.eregie.pub.ro)
  1621. # [16:45] <glazou> mkaply: right ; because inserting a table in wysiwyg is not enough ; you need to insert a blank line after it !
  1622. # [16:45] * Quits: dseif (dseif@C080F02E.33EE9F8A.1139E686.IP) (Input/output error)
  1623. # [16:45] <sheppy> And it can be tricky to copy and paste parts or all of a table; sometimes you don't get the right parts, or you paste a few rows you copied and it all comes out on one row instead, stuff like that.
  1624. # [16:46] * jhford-work-away is now known as jhford-work
  1625. # [16:46] <mkaply> But this is a standard issue in all development. Build new versus fix old.
  1626. # [16:46] <mkaply> And right now all the focus is on build new.
  1627. # [16:46] <glazou> sheppy: this is different issue caused by the model of tables in html
  1628. # [16:46] * Quits: catalinb (ethereal@moz-7443FA19.eregie.pub.ro) (Ping timeout)
  1629. # [16:46] <mkaply> And all the people that even understand the old stuff have drifted away
  1630. # [16:46] <sheppy> mkaply: agreed
  1631. # [16:47] <robcee> we considered using the gecko editor but felt it wasn't quite ready for prime-time
  1632. # [16:47] <mkaply> except glazou :)
  1633. # [16:47] <glazou> mkaply: nope, I'm still here, but a bit busy :)
  1634. # [16:47] <glazou> right
  1635. # [16:47] * Quits: anky_ (anky@CB606F70.6C91B022.A3D1B221.IP) (Quit: Leaving...)
  1636. # [16:47] <glazou> robcee: using it for... ?
  1637. # [16:47] * Joins: kaie2 (kaie@moz-6B58B3D2.dip.t-dialin.net)
  1638. # [16:47] <robcee> the source editor for the developer tools
  1639. # [16:48] <glazou> ok
  1640. # [16:48] <mkaply> Not ready for primetime? But it's shipped since the very beginning. That's a very sad statement.
  1641. # [16:48] <glazou> so you speak of the plaintext editor
  1642. # [16:48] * Quits: kaie (kaie@moz-D39A87C4.dip.t-dialin.net) (Ping timeout)
  1643. # [16:48] * kaie2 is now known as kaie
  1644. # [16:48] <glazou> mkaply: he's right
  1645. # [16:48] <glazou> no syntax highlight easily possible
  1646. # [16:48] <glazou> no workers-based
  1647. # [16:48] <glazou> not extensible easily
  1648. # [16:48] <glazou> he's right
  1649. # [16:48] * Joins: dseif (dseif@C080F02E.33EE9F8A.1139E686.IP)
  1650. # [16:48] * nical|away is now known as nical
  1651. # [16:49] <glazou> BUT there is one point where the editor is the best available...
  1652. # [16:49] <glazou> I18N
  1653. # [16:49] * glazou waves at smagnin
  1654. # [16:49] <glazou> er
  1655. # [16:49] <robcee> "primetime" was a bit of an over-simplification. I really meant "for our purposes".
  1656. # [16:49] * glazou waves at smontagu
  1657. # [16:49] <glazou> robcee: understood perfectly
  1658. # [16:49] <robcee> but yes. We certainly considered building a code-editor on top of it.
  1659. # [16:50] <glazou> I did one
  1660. # [16:50] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1661. # [16:51] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1662. # [16:51] * ChanServ sets mode: +o roc
  1663. # [16:51] <glazou> robcee: see entries in http://www.glazman.org/weblog/dotclear/index.php?q=diavolo
  1664. # [16:53] * Quits: glob (glob@moz-DF237567.glob.com.au) (Quit: Leaving...)
  1665. # [16:53] * Joins: glob (glob@moz-DF237567.glob.com.au)
  1666. # [16:53] <Ms2ger> glazou, isn't "what happens when you press CR twice at the end of a list item" answered in AryehGregor's spec?
  1667. # [16:54] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1668. # [16:54] <glazou> which one ? :-D
  1669. # [16:54] <Ms2ger> https://dvcs.w3.org/hg/editing/raw-file/tip/editing.html#the-insertparagraph-command ?
  1670. # [16:55] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  1671. # [16:55] * Joins: lmandel (lmandel@F2D29657.F60B0462.67AC9B1.IP)
  1672. # [16:56] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1673. # [16:56] * ChanServ sets mode: +o roc
  1674. # [16:56] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  1675. # [16:57] <Ms2ger> "Including dt/dd here follows Firefox 5.0a2"
  1676. # [16:57] <Ms2ger> Heh
  1677. # [16:57] * khuey|away is now known as khuey
  1678. # [16:58] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1679. # [16:58] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  1680. # [16:59] <glazou> Ms2ger: yeah, that document has a lot, relly a lot of good things
  1681. # [16:59] <glazou> but not all of them
  1682. # [16:59] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1683. # [16:59] <glazou> for instance, the table insertion case
  1684. # [16:59] <glazou> if you insert the table alone, placing the caret after it is difficult
  1685. # [16:59] <Ms2ger> Well, no, HTML5 is the only spec that can have *all* the good things :)
  1686. # [17:00] * wlach|afk is now known as wlach
  1687. # [17:00] <glazou> I dispute that from time to time, you know ;-)
  1688. # [17:00] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1689. # [17:00] <Ms2ger> Also, I'm happy to know very little about editor :)
  1690. # [17:00] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  1691. # [17:01] * padenot|away is now known as padenot
  1692. # [17:01] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1693. # [17:01] * ChanServ sets mode: +o roc
  1694. # [17:01] * Joins: catalinb (ethereal@C504E99C.9F328403.5BC07656.IP)
  1695. # [17:02] * Joins: nhirata (nhirata.bu@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1696. # [17:03] <mkaply> glazou: look at this 7 year old editor bug getting fixed - https://bugzilla.mozilla.org/show_bug.cgi?id=317093
  1697. # [17:03] * Joins: kumar (kmcmillan@moz-F2D05B8.c3-0.stk-ubr1.chi-stk.il.cable.rcn.com)
  1698. # [17:03] * Joins: fxa90id (fxa90id@moz-83BBC510.neoplus.adsl.tpnet.pl)
  1699. # [17:03] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1700. # [17:05] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1701. # [17:05] <glazou> mkaply: well
  1702. # [17:05] <glazou> b and strong are different
  1703. # [17:05] <glazou> should the B button apply to both ?
  1704. # [17:05] <glazou> why do you think bluegriffon has a B and a !! buttons ?
  1705. # [17:06] * Joins: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com)
  1706. # [17:06] * davehunt is now known as davehunt|away
  1707. # [17:08] <mkaply> glazou: jump in :)
  1708. # [17:08] * ted2 wonders how many other people complaining about the java blocklist actually *need* the old version of java
  1709. # [17:08] <ted2> vs. how many just think they do
  1710. # [17:08] * @bz thinks the B button should apply both
  1711. # [17:08] <@bz> just for kicks
  1712. # [17:08] <@bz> ted2: probably quite a number
  1713. # [17:09] * Quits: Cwiiis (cwiiis@40018561.F684631.21A4E96A.IP) (Ping timeout)
  1714. # [17:09] <ted2> yeah?
  1715. # [17:09] <@bz> ted2: apparently, "write once, run on only one version" is common in the intranet Java space
  1716. # [17:09] <ted2> nice
  1717. # [17:09] <ted2> we should figure out how to block java from the internet
  1718. # [17:09] <ted2> if people want to use it on their intranet, fine
  1719. # [17:09] <ted2> but it's just a gaping hole on the internet
  1720. # [17:10] * Joins: coyotebush (corey@moz-4E046E7E.cabrillo.reshall.calpoly.edu)
  1721. # [17:10] <@bz> ted2: yeah, if we could tell intranets and internet apart, that would be awesome
  1722. # [17:10] <@bz> ted2: we need it for other things too
  1723. # [17:11] <ted2> although from the comments on the bug, danish banks require java :-(
  1724. # [17:11] <mkaply> ted2: in enterprises, it's apparently a big issue. Apps tied to older versions of java.
  1725. # [17:11] <ted2> it's horrifying
  1726. # [17:11] <ted2> i would bet people don't use a special intranet browser
  1727. # [17:12] <mkaply> ted2: Well Sun screwed that up. Claiming a write once run anywhere language and then not actually doing that.
  1728. # [17:12] <ted2> true
  1729. # [17:12] <ted2> and their update story sucks
  1730. # [17:12] <ted2> they have an updater, but nobody is up-to-date
  1731. # [17:13] <@khuey> that sounds familiar :-P
  1732. # [17:13] <ted2> true!
  1733. # [17:13] <KaiRo> ted2: I've known of Java application that actually would run fine in newer updates but have checks in them to exit with a warning if they don't run on a specific patch level release that has been signed off by the company
  1734. # [17:13] <mkaply> and when you throw on top of that the fact that they designed different Java VMs to coexist (including allowing specifying a specific Java version in a plugin/applet tag) you have chaos
  1735. # [17:13] <ted2> just another symptom of third-party software that gets loaded in your process being horrible
  1736. # [17:14] <KaiRo> so true
  1737. # [17:14] * KaiRo would love us to completely deny any loading of third-party software (but also knows that's impossible to get done)
  1738. # [17:14] * Quits: paolo (paolo@moz-FCECBC2B.retail.telecomitalia.it) (Ping timeout)
  1739. # [17:15] * Joins: NhanTDN (human_torc@DABF93C9.319B7742.85184009.IP)
  1740. # [17:15] * jhopkins_ is now known as jhopkins
  1741. # [17:15] <KaiRo> thrid-party binary software, that is. I'm OK with XUL+JS add-ons
  1742. # [17:15] <jdm> jlebar: unfinished sentence in your comment in bug 741540?
  1743. # [17:16] <jlebar> jdm, Thanks.
  1744. # [17:17] * Joins: paolo (paolo@moz-FCECBC2B.retail.telecomitalia.it)
  1745. # [17:17] * Joins: askalski (akuda@moz-6A36EC49.ip.abpl.pl)
  1746. # [17:18] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1747. # [17:18] * ChanServ sets mode: +o roc
  1748. # [17:19] * Quits: nli (nli@F803B951.C9260D23.51315CC9.IP) (Quit: nli)
  1749. # [17:19] * Joins: Cwiiis (cwiiis@40018561.F684631.21A4E96A.IP)
  1750. # [17:19] * Joins: smya (chatzilla@91BC8839.F442218F.88FACCAA.IP)
  1751. # [17:20] * Joins: hub (hub@moz-E2FCA694.figuiere.net)
  1752. # [17:20] * padenot is now known as padenot|away
  1753. # [17:20] * Fallen|away is now known as Fallen
  1754. # [17:21] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1755. # [17:22] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1756. # [17:22] * ChanServ sets mode: +o roc
  1757. # [17:23] * Joins: kanru` (user@moz-A42CA4A4.dynamic.hinet.net)
  1758. # [17:24] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1759. # [17:24] * Joins: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net)
  1760. # [17:24] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Client exited)
  1761. # [17:25] * Joins: dveditz (dveditz@moz-34991AF4.dhcp.cruzio.com)
  1762. # [17:25] * ChanServ sets mode: +o dveditz
  1763. # [17:25] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1764. # [17:25] * ChanServ sets mode: +o roc
  1765. # [17:26] * Fallen is now known as Fallen|away
  1766. # [17:27] * Joins: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  1767. # [17:27] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1768. # [17:27] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Client exited)
  1769. # [17:28] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  1770. # [17:28] * Joins: victorporof (victorporo@40A61E2F.70F4578F.79933D60.IP)
  1771. # [17:29] * Quits: Mark_Capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Quit: ChatZilla 0.9.88.1 [Firefox 13.0a2/20120402042010])
  1772. # [17:29] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  1773. # [17:29] * Parts: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  1774. # [17:29] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1775. # [17:29] * ChanServ sets mode: +o roc
  1776. # [17:31] * Joins: automata (automata@8D23278A.C27CA109.16867D26.IP)
  1777. # [17:31] * Joins: knelson (Adium@moz-BBE3ABD.mv.mozilla.com)
  1778. # [17:32] * Quits: ibarlow (ibarlow@moz-D5CDF301.cpe.net.cable.rogers.com) (Quit: ibarlow)
  1779. # [17:32] * Parts: knelson (Adium@moz-BBE3ABD.mv.mozilla.com)
  1780. # [17:33] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1781. # [17:34] * Joins: Mark_Capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  1782. # [17:37] * Quits: fabrice (fabrice@moz-104CC309.mv.mozilla.com) (Ping timeout)
  1783. # [17:38] * Joins: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1784. # [17:38] * Joins: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com)
  1785. # [17:39] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  1786. # [17:41] * Joins: necolas (necolas@moz-20AA4BAE.bb.sky.com)
  1787. # [17:41] * Quits: Cwiiis (cwiiis@40018561.F684631.21A4E96A.IP) (Ping timeout)
  1788. # [17:42] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  1789. # [17:42] * Quits: smya (chatzilla@91BC8839.F442218F.88FACCAA.IP) (Ping timeout)
  1790. # [17:43] * Quits: mjschranz (mjschranz@A71CC449.33EE9F8A.1139E686.IP) (Client exited)
  1791. # [17:43] <@bz> ma
  1792. # [17:43] <@bz> er, man
  1793. # [17:43] * mdas is now known as mdas|lunch
  1794. # [17:43] <@bz> writing chrome tests is such a huge PITA. :(
  1795. # [17:43] * Joins: pranavrc (pranavrc@A5728371.5B86C286.C28326FD.IP)
  1796. # [17:44] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Quit: leaving)
  1797. # [17:44] <NeilAway> $bz =~ s/chrome //;
  1798. # [17:44] * Joins: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP)
  1799. # [17:44] * Quits: supreet (quassel@F8651007.CCFB0DCE.DF11F364.IP) (Ping timeout)
  1800. # [17:45] <@bz> no
  1801. # [17:45] <@bz> writing your typical mochitest or reftest is fine
  1802. # [17:45] <@bz> but writing a chrome test is like a constant reminder of how completely busted the harness is
  1803. # [17:46] * Quits: dseif (dseif@C080F02E.33EE9F8A.1139E686.IP) (Input/output error)
  1804. # [17:46] * Joins: jduell (jduell@moz-2D9EDA98.lightspeed.sntcca.sbcglobal.net)
  1805. # [17:47] * Joins: dseif (dseif@C080F02E.33EE9F8A.1139E686.IP)
  1806. # [17:47] * Quits: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP) (Client exited)
  1807. # [17:48] * Joins: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net)
  1808. # [17:48] * bwinton is now known as bwinton_away
  1809. # [17:49] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  1810. # [17:49] * Quits: dseif (dseif@C080F02E.33EE9F8A.1139E686.IP) (Ping timeout)
  1811. # [17:49] * bwinton_away is now known as bwinton
  1812. # [17:49] * Quits: bwinton (bwinton@moz-B77DEAEB.mozilla.org) (Connection reset by peer)
  1813. # [17:49] * Joins: cadecairos (cadecairos@F1451709.44D93D66.1139E686.IP)
  1814. # [17:51] <@bz> it's like the harness is designed around the concept "hard things should be possible and all things should be very difficult"
  1815. # [17:51] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  1816. # [17:52] * @bz is not bitter, not at all
  1817. # [17:52] * Quits: michal (michal@F8B4DDD2.FC749DA6.F23860FD.IP) (Ping timeout)
  1818. # [17:52] * Quits: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net) (Ping timeout)
  1819. # [17:52] * armenzg_mtg is now known as armenzg_lunch
  1820. # [17:52] * sheppy is now known as sheppy-lunch
  1821. # [17:52] <Yoric> remote: /repo/hg/scripts/purgeurl: line 7: /tmp/pushlog_purge.1541: Permission denied
  1822. # [17:53] <Yoric> That doesn't sound good.
  1823. # [17:53] * Joins: bwinton_away (bwinton@moz-B77DEAEB.mozilla.org)
  1824. # [17:54] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  1825. # [17:54] * bwinton_away is now known as bwinton
  1826. # [17:54] <bhearsum> Yoric: it's ignorable
  1827. # [17:54] <Yoric> ok
  1828. # [17:54] <Yoric> Thanks.
  1829. # [17:55] * lsblakk|afk is now known as lsblakk
  1830. # [17:55] <bhearsum> https://bugzilla.mozilla.org/show_bug.cgi?id=739940
  1831. # [17:55] <bhearsum> np
  1832. # [17:55] <Ms2ger> ehsan, http://mxr.mozilla.org/mozilla-central/source/editor/composer/src/nsComposerCommands.cpp?mark=391-394#377
  1833. # [17:55] <@bz> Anyone know how I can get back to having an Xray after I get something through a wrappedJSObject?
  1834. # [17:55] <Ms2ger> You?
  1835. # [17:56] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  1836. # [17:56] * Joins: Cwiiis (cwiiis@40018561.F684631.21A4E96A.IP)
  1837. # [17:57] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  1838. # [17:58] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1839. # [17:58] * ChanServ sets mode: +o roc
  1840. # [17:59] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Connection reset by peer)
  1841. # [17:59] * Joins: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP)
  1842. # [18:00] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1843. # [18:00] * ChanServ sets mode: +o roc
  1844. # [18:00] * Joins: hvq (HVQ@5122728C.E2166CF0.428E23B0.IP)
  1845. # [18:01] * Joins: smya (chatzilla@91BC8839.F442218F.88FACCAA.IP)
  1846. # [18:01] * Quits: hvq (HVQ@5122728C.E2166CF0.428E23B0.IP) (Quit: Instantbird 1.1)
  1847. # [18:01] * Joins: hvq (HVQ@5122728C.E2166CF0.428E23B0.IP)
  1848. # [18:02] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1849. # [18:03] * Joins: jorendorff (jorendorff@moz-1747FB68.hsd1.tn.comcast.net)
  1850. # [18:04] * Quits: smya (chatzilla@91BC8839.F442218F.88FACCAA.IP) (Quit: ChatZilla 0.9.88.1 [Firefox 13.0a1/20120303192654])
  1851. # [18:04] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  1852. # [18:04] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  1853. # [18:05] * Quits: Bas (chatzilla@moz-DF3CA35A.ftth.concepts.nl) (Ping timeout)
  1854. # [18:05] * Quits: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  1855. # [18:06] * Quits: JeroenDeDauw (j@moz-9355DBC.dip.t-dialin.net) (Ping timeout)
  1856. # [18:06] * Joins: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com)
  1857. # [18:06] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1858. # [18:07] * Joins: squib (squib-@moz-415BAA34.engr.wisc.edu)
  1859. # [18:07] * Joins: JeroenDeDauw (j@moz-A7939EAB.dip.t-dialin.net)
  1860. # [18:07] * Quits: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1861. # [18:08] * Joins: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com)
  1862. # [18:08] <@ehsan> Ms2ger: nice!
  1863. # [18:08] * Joins: michal (michal@18728636.D0F82CD8.32697916.IP)
  1864. # [18:08] * Quits: florian (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  1865. # [18:08] * Quits: JeroenDeDauw (j@moz-A7939EAB.dip.t-dialin.net) (Quit: Leaving.)
  1866. # [18:08] <@ehsan> Ms2ger: fix it ;)
  1867. # [18:08] * Joins: JeroenDeDauw (j@moz-A7939EAB.dip.t-dialin.net)
  1868. # [18:09] * Joins: sheppy (sheppy@moz-FD5E5D00.static.kgpt.tn.charter.com)
  1869. # [18:09] * Joins: jviereck (Adium@moz-3A2E2122.dip.t-dialin.net)
  1870. # [18:10] <@bsmedberg> jlebar: did you mean to move bug 741540 to XSLT?
  1871. # [18:10] * joduinn-commute is now known as joduinn
  1872. # [18:10] <jlebar> bsmedberg, No, thanks.
  1873. # [18:10] * davehunt|away is now known as davehunt|mtg
  1874. # [18:11] <jviereck> can someone tell me how an nsHTMLCanvasElement is actually painted to the output/browser window? I know about the context implementation and such, but I can't find the "draw the canvas element" at this position code
  1875. # [18:11] * Joins: mconley_ (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1876. # [18:11] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1877. # [18:12] <sheppy> jviereck: the render fairies do it.
  1878. # [18:12] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  1879. # [18:12] <@khuey> jviereck: nsHTMLCanvasFrame.cpp
  1880. # [18:12] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  1881. # [18:12] <@bz> jviereck: http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsHTMLCanvasFrame.cpp#103
  1882. # [18:12] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1883. # [18:12] <@bz> jviereck: and whatever is involved in layer compositing?
  1884. # [18:13] * @bz is not quite sure what makes sure that the BuildLayer call happens, but bets a breakpoint might answer that question
  1885. # [18:14] * Joins: roc_ (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1886. # [18:14] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  1887. # [18:14] * Quits: @dveditz (dveditz@moz-34991AF4.dhcp.cruzio.com) (Quit: dveditz)
  1888. # [18:14] * Quits: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP) (Ping timeout)
  1889. # [18:14] * Quits: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1890. # [18:14] * roc_ is now known as roc
  1891. # [18:14] * Joins: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com)
  1892. # [18:15] * Joins: jviereck1 (Adium@moz-3A2E2122.dip.t-dialin.net)
  1893. # [18:16] * Joins: bbondy (bbondy@moz-E9264327.home.cgocable.net)
  1894. # [18:16] * Quits: jviereck (Adium@moz-3A2E2122.dip.t-dialin.net) (Ping timeout)
  1895. # [18:18] <jviereck1> bz: I think I found what I was looking for, thanks :)
  1896. # [18:18] <@bz> jviereck1: you're welcome
  1897. # [18:18] <@bz> jviereck1: sorry for the somewhat vagueness, btw; I don't know the painting stuff that well anymore. :(
  1898. # [18:18] * Joins: priya (Adium@moz-BBE3ABD.mv.mozilla.com)
  1899. # [18:19] <jviereck1> you still know way more then I do ;)
  1900. # [18:19] <@bz> well, fix that. ;)
  1901. # [18:19] * Joins: gakiwate (gautam@3AD1CBD5.809D2ACB.314AAB94.IP)
  1902. # [18:19] * ajuma is now known as ajuma|lunch
  1903. # [18:19] <glazou> Ms2ger: ping
  1904. # [18:19] * Quits: gakiwate (gautam@3AD1CBD5.809D2ACB.314AAB94.IP) (Quit: Leaving)
  1905. # [18:20] * Joins: gakiwate (gautam@3AD1CBD5.809D2ACB.314AAB94.IP)
  1906. # [18:20] * Quits: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1907. # [18:20] <glazou> or AryehGregor fwiw
  1908. # [18:21] * Ziggy|AWAY is now known as Ziggy_Maes
  1909. # [18:21] * rail is now known as rail-lunch
  1910. # [18:21] <jviereck1> bz, working hard on it
  1911. # [18:21] * Joins: anant (anant@moz-BBE3ABD.mv.mozilla.com)
  1912. # [18:21] * @khuey grumbles
  1913. # [18:21] <@khuey> I hate shoeboxed
  1914. # [18:21] * Quits: gmoro (guilherme@84484EC9.1F1093E8.D159334F.IP) (Ping timeout)
  1915. # [18:21] * Quits: hvq (HVQ@5122728C.E2166CF0.428E23B0.IP) (Ping timeout)
  1916. # [18:22] * Quits: Pike (Pike@moz-E31CD2CB.mozilla.org) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643])
  1917. # [18:23] * Joins: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1918. # [18:23] <@bz> jviereck1: indeed. ;)
  1919. # [18:23] * Quits: JeroenDeDauw (j@moz-A7939EAB.dip.t-dialin.net) (Quit: Leaving.)
  1920. # [18:23] <@bz> khuey: would you prefer dealing with paper receipts? ;)
  1921. # [18:23] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  1922. # [18:23] * Quits: dao (dao@moz-B1D98078.superkabel.de) (Quit: Leaving.)
  1923. # [18:23] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  1924. # [18:23] <@bz> khuey: if it were not for their braindead data-entry (esp. when exchange rates are concerned).....
  1925. # [18:23] * bear is now known as bear-afk
  1926. # [18:24] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  1927. # [18:24] * Quits: pascalc (chatzilla@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Input/output error)
  1928. # [18:24] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
  1929. # [18:26] * Joins: mayhemer__ (Miranda@B3D46202.F87A741B.F23860FD.IP)
  1930. # [18:26] <KaiRo> jlebar: you are doing quite a bit of component moving in bug 742491 and bug bug 741540, I guess you should make sure they are in the right places (and I think you did some unassign as well)
  1931. # [18:26] <@khuey> bz: honestly I'm not sure
  1932. # [18:26] * Joins: gozala (gozala@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1933. # [18:26] * Joins: JeroenDeDauw (j@moz-A7939EAB.dip.t-dialin.net)
  1934. # [18:27] <jlebar> KaiRo, Bugzilla and I had a bit of a fight.
  1935. # [18:27] <jlebar> KaiRo, It won.
  1936. # [18:27] <jlebar> wtf?
  1937. # [18:27] * Joins: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com)
  1938. # [18:27] <jlebar> Maybe there's some (new?) hotkey for selecting the component field?
  1939. # [18:28] * Quits: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Reconnecting…)
  1940. # [18:28] <glob> jlebar, nothing new there
  1941. # [18:28] * Joins: hvq (HVQ@moz-3BBB9F1C.dynip.nus.edu.sg)
  1942. # [18:28] * Quits: hvq (HVQ@moz-3BBB9F1C.dynip.nus.edu.sg) (Client exited)
  1943. # [18:28] * Joins: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1944. # [18:28] <KaiRo> jlebar: hmm, something changed for sure, as I've seen such component changes a couple of times, usually one down in the list or so
  1945. # [18:28] * stefanh is now known as stefanh|away
  1946. # [18:28] <jlebar> KaiRo, Well, it's good to know it's not just me...
  1947. # [18:28] <KaiRo> glob: at least people are more likely recently to change components without meaning it, and usually it's off-by-one in the list
  1948. # [18:29] <jlebar> Oh jeez, and when I change the component, I unassign myself by default.
  1949. # [18:29] <glob> KaiRo, weird... we haven't touched that for quite some time
  1950. # [18:29] * Joins: Mossop (mossop@moz-AF120492.dsl.dynamic.sonic.net)
  1951. # [18:29] <jlebar> Doing it once is one thing, but three times in two separate bug?
  1952. # [18:29] <glob> KaiRo, i know on some o/s's using the mouse wheel while over a select will cause it to change, which gets me sometimes
  1953. # [18:29] * campout is now known as dcamp
  1954. # [18:30] * Quits: lht (elihait@moz-722A94AD.dreamhost.com) (Quit: Ex-Chat)
  1955. # [18:30] * Joins: myk (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1956. # [18:31] <ted2> jlebar: i thiunk components just got hanged
  1957. # [18:31] <jlebar> ted2, ?
  1958. # [18:31] * Quits: gabor (gabor@moz-9735527E.pool.digikabel.hu) (Ping timeout)
  1959. # [18:31] <jlebar> oh, changed.
  1960. # [18:31] <ted2> Embedding: AcitveX Wraper and Embedding: GTK Widget both got nuked
  1961. # [18:31] <ted2> wonder if that upsets bugzilla somehow when you're trying to change a bug?
  1962. # [18:32] <@khuey> they deserved a good hanging
  1963. # [18:32] <ted2> hah
  1964. # [18:32] <ted2> appropriate typo
  1965. # [18:32] <Daeken> jlebar: so, i just had an idea...
  1966. # [18:32] <@bz> hanging embedding:Activex seems reasonable
  1967. # [18:32] * Joins: bsmith (bsmith@moz-6BB70391.hsd1.ca.comcast.net)
  1968. # [18:32] <glob> ted2, oh, nice catch
  1969. # [18:32] <@bz> so do other forms of execution
  1970. # [18:32] <KaiRo> jlebar: well, make sure you check for this and maybe we catch the flow of how this happens - if we do, glob might know how we can improve to not make it happen unintentionally again :)
  1971. # [18:32] <jlebar> ted2, Well, that makes me feel much better about my ability to use this software. :)
  1972. # [18:32] <glob> ted2, it shouldn't, but, it's bugzilla..
  1973. # [18:32] * @khuey wonders if advocating violence against bugzilla components is permitted in the new code of conduct
  1974. # [18:32] <ted2> glob: i literally read those bugmails and jlebar's in series
  1975. # [18:33] * Joins: pascalc (chatzilla@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1976. # [18:33] <jlebar> KaiRo, Check for what? Accidentally changing components every time I submit a bug comment?
  1977. # [18:33] <@bz> khuey: I did wonder that myself
  1978. # [18:33] <jlebar> Daeken, Uh oh. :)
  1979. # [18:33] <Daeken> jlebar: if we know that the first instruction in VirtualAlloc is no fewer than two bytes, we can do this: replace the first two bytes with EB FE, flush the cache, possibly wait a beat, then put in the trampoline
  1980. # [18:33] <KaiRo> hmm, actually, that might make sense, yes
  1981. # [18:33] <@bz> khuey: then decided that they're not people, and the CoC focuses on people
  1982. # [18:33] <ted2> glob: worth investigating
  1983. # [18:33] <KaiRo> jlebar: well, ted2 might have found a smoking gun anyhow
  1984. # [18:33] <jlebar> Daeken, One step ahead of you: https://tbpl.mozilla.org/?tree=Try&rev=c132e62bb097
  1985. # [18:33] <ted2> glob: bugzilla uses IDs internally, right?
  1986. # [18:33] <ted2> (for components)
  1987. # [18:33] * Joins: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP)
  1988. # [18:33] <@khuey> bz: wfm
  1989. # [18:33] <@bz> And before someone starts an argument about whether the CoC allows advocating violence against 15-week-old fetuses...
  1990. # [18:33] <@bz> Don't
  1991. # [18:33] <KaiRo> jlebar: and yes, I meant checking for accidental change
  1992. # [18:33] * Quits: jviereck1 (Adium@moz-3A2E2122.dip.t-dialin.net) (Quit: Leaving.)
  1993. # [18:34] <Daeken> jlebar: haha, nice :D
  1994. # [18:34] <glob> ted2, no, that would be way too smart
  1995. # [18:34] <glob> ted2, it uses names, which is slightly better
  1996. # [18:34] <ted2> heh
  1997. # [18:34] <@bz> wait
  1998. # [18:34] <glob> ted2, well, name --> object, and then from there it's just working with the object
  1999. # [18:34] <@bz> so what happens when a component is renamed?
  2000. # [18:34] * Quits: fxa90id (fxa90id@moz-83BBC510.neoplus.adsl.tpnet.pl) (Ping timeout)
  2001. # [18:34] <@bz> we walk a few tables doing UPDATEs?
  2002. # [18:34] <KaiRo> <option value="Data request" id="v1348_component" selected="selected">Data request</option>
  2003. # [18:35] <KaiRo> doesn't sound like HTML that would too easily fall over when the list of components changes
  2004. # [18:35] <ted2> yeah
  2005. # [18:35] <ted2> odd
  2006. # [18:35] <glob> bz, oh, sorry, the FKs are ids
  2007. # [18:35] * mdas|lunch is now known as mdas
  2008. # [18:35] <KaiRo> esp. as the id values sounds like actual DB IDs of the components
  2009. # [18:35] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  2010. # [18:35] * ChanServ sets mode: +o roc
  2011. # [18:35] <Daeken> jlebar: wait, how does this prevent the issue where something could be executing in the middle of the patch?
  2012. # [18:35] <glob> bz, but generally for mapping from user facing UI to an object is done via the name
  2013. # [18:36] <@bz> ok
  2014. # [18:36] <jlebar> Daeken, So we're only patching one instruction, and substituting a two-byte nop with a two-byte jump.
  2015. # [18:36] * @bz goes back to his nice simple cycle collector issues
  2016. # [18:37] <davidb> jst: \o/
  2017. # [18:37] <davidb> congrats
  2018. # [18:37] * rail-lunch is now known as rail
  2019. # [18:38] <@bz> sicking: ping
  2020. # [18:38] * Joins: jgriffin (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net)
  2021. # [18:39] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2022. # [18:39] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  2023. # [18:39] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  2024. # [18:39] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  2025. # [18:40] <glob> well, deleting a component does not trigger a component change when updating a bug
  2026. # [18:41] * Quits: Cwiiis (cwiiis@40018561.F684631.21A4E96A.IP) (Ping timeout)
  2027. # [18:41] <Daeken> jlebar: oh! missed that the long jump was above it. gotcha
  2028. # [18:41] * Joins: Cwiiis (cwiiis@40018561.F684631.21A4E96A.IP)
  2029. # [18:41] * Quits: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  2030. # [18:41] * Joins: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP)
  2031. # [18:41] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  2032. # [18:42] * Quits: mayhemer__ (Miranda@B3D46202.F87A741B.F23860FD.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2033. # [18:42] <ted2> BenWa: ping
  2034. # [18:43] * coop|afk is now known as coop|buildduty
  2035. # [18:43] <Daeken> jlebar: do we have enough space to do it the same way on x64?
  2036. # [18:44] <jlebar> Daeken, I have not tested, but I believe not.
  2037. # [18:44] * Joins: mayhemer__ (Miranda@B3D46202.F87A741B.F23860FD.IP)
  2038. # [18:44] * Quits: sheppy (sheppy@moz-FD5E5D00.static.kgpt.tn.charter.com) (Quit: Leaving)
  2039. # [18:44] <NeilAway> bz: XPCNativeWrapper(wrappedJSObject) ?
  2040. # [18:44] <@bz> NeilAway: ah, thanks
  2041. # [18:44] * fabrice is now known as fabrice|afk
  2042. # [18:45] <Daeken> jlebar: hmm, maybe my idea may still come in handy. i didn't think about trying to enforce synchronization before, but i can't see a reason why it wouldn't work perfectly.
  2043. # [18:45] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: glazou)
  2044. # [18:45] <jlebar> Daeken, Which idea in particular?
  2045. # [18:45] * NeilAway wonders (bug#?) why jlebar is patching VirtualAlloc
  2046. # [18:45] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
  2047. # [18:46] <sicking> mayhemer__: ping?
  2048. # [18:46] <jlebar> NeilAway, bug 741540, bug 742491
  2049. # [18:46] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  2050. # [18:46] <Daeken> jlebar: basically, you insert an infinite loop at the beginning of the function, wait a moment, and then patch in the full instruction. what that does is allow you to enforce that either the code is outside the patch space (hence the wait) or that it's spinning at the very beginning.
  2051. # [18:46] * Quits: Yoric (Yoric@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Input/output error)
  2052. # [18:47] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  2053. # [18:47] * Quits: Boriss (FlyingToas@moz-10902A55.telecom.net.ar) (Ping timeout)
  2054. # [18:47] * Joins: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com)
  2055. # [18:47] * Joins: kdeeq (chatzilla@moz-937443ED.elisa-laajakaista.fi)
  2056. # [18:48] <Daeken> that'll prevent you from ending up patching something while it's executing in the middle of your instruction.
  2057. # [18:48] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  2058. # [18:48] <jlebar> Daeken, You can do that only if the loop code is no larger than the first instruction in the function, right?
  2059. # [18:49] <@bz> NeilAway: because it's there?
  2060. # [18:49] <Daeken> yep, which is why i was wondering if the first instruction was always 2+ bytes
  2061. # [18:49] <NeilAway> bz: yeah, jlebar's bug#s weren't enlightening as to the requirement to hook VirtualAlloc
  2062. # [18:50] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  2063. # [18:51] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  2064. # [18:51] * ChanServ sets mode: +o roc
  2065. # [18:51] <jlebar> NeilAway, Well, one of them mentioned "AvailableMemoryTracker", which could have been a hint...
  2066. # [18:51] * Joins: bonnie (bbsurender@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2067. # [18:51] <@bz> but more importantly
  2068. # [18:51] <jlebar> Daeken, On x86-32 it is. I don't know about x86-64. Might it be "push"?
  2069. # [18:51] <@bz> PATCH ALL THE FUNCTIONS
  2070. # [18:51] <@bz> MS put hooks there for a reason
  2071. # [18:51] <@bz> shame to have them go to waste. ;)
  2072. # [18:51] <@khuey> heh
  2073. # [18:52] <Daeken> jlebar: let me take a look at some binaries real quick
  2074. # [18:52] * @bz needs a faster computer
  2075. # [18:52] <@bz> then I'd finish builds faster and spend less time kibbitzing on irc..
  2076. # [18:52] * Quits: automata (automata@8D23278A.C27CA109.16867D26.IP) (Ping timeout)
  2077. # [18:53] * Joins: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com)
  2078. # [18:53] * davehunt|mtg is now known as davehunt|away
  2079. # [18:53] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  2080. # [18:53] * armenzg_lunch is now known as armenzg
  2081. # [18:54] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  2082. # [18:54] * ChanServ sets mode: +o roc
  2083. # [18:54] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  2084. # [18:54] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  2085. # [18:55] * philor is now known as philor|away
  2086. # [18:55] * Joins: roc_ (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  2087. # [18:55] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2088. # [18:55] * Joins: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2089. # [18:56] * Quits: sfink (chatzilla@moz-9B3B02C7.dsl.pltn13.sbcglobal.net) (Client exited)
  2090. # [18:56] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  2091. # [18:56] <jfkthame> bz: iirc, you were looking at our hash functions recently…. in bug 710727, jdaggett is proposing to use zlib's adler32() to create a hash - just wondered if you know how that compares to our other options?
  2092. # [18:56] <@khuey> jlebar: ^
  2093. # [18:57] <jlebar> jfkthame, adler32 is probably fine.
  2094. # [18:57] <jlebar> jfkthame, We already have at least three general-purpose non-cryptographic hash functions in the tree.
  2095. # [18:57] <jlebar> What's one more?
  2096. # [18:57] * Quits: roc_ (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  2097. # [18:57] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2098. # [18:58] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2099. # [18:58] * Joins: rniwa (rniwa@60A74940.D6CCE4AE.77834EAA.IP)
  2100. # [18:58] * Joins: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  2101. # [18:58] <jfkthame> jlebar: ok - if you don't see any reason to prefer our HashBytes or whatever, then i don't really care
  2102. # [18:58] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  2103. # [18:59] <jlebar> jfkthame, I'm commenting in the bug, but yeah, so long as they're not using |h ^= rol(bytes[i], 4)|, I'm happy.
  2104. # [18:59] * Joins: cdiehl_ (cdiehl@moz-19852EBD.pool.mediaways.net)
  2105. # [18:59] * Quits: cdiehl (cdiehl@moz-74C57263.pool.mediaways.net) (Ping timeout)
  2106. # [18:59] <jfkthame> jlebar: ok, thanks
  2107. # [18:59] * cdiehl_ is now known as cdiehl
  2108. # [18:59] * Parts: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  2109. # [19:00] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  2110. # [19:00] * Joins: Bas (chatzilla@moz-DF3CA35A.ftth.concepts.nl)
  2111. # [19:00] * jmaher is now known as jmaher|bbiab
  2112. # [19:01] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  2113. # [19:01] * ChanServ sets mode: +o roc
  2114. # [19:01] * Quits: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2115. # [19:01] * Joins: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2116. # [19:02] * Quits: hub (hub@moz-E2FCA694.figuiere.net) (Ping timeout)
  2117. # [19:02] * davehunt|away is now known as davehunt
  2118. # [19:02] <bhearsum> anyone here have an os x 10.8 machine?
  2119. # [19:02] <Ms2ger> s/machine/work of art/
  2120. # [19:02] <Ms2ger> Don't hurt its feelings
  2121. # [19:03] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2122. # [19:03] * armenzg is now known as armenzg_brb
  2123. # [19:03] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  2124. # [19:03] * Joins: roc_ (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  2125. # [19:03] * roc_ is now known as roc
  2126. # [19:04] <NeilAway> jlebar: what's wrong with just checking for low memory every 10 seconds on a timer?
  2127. # [19:04] * ajuma|lunch is now known as ajuma
  2128. # [19:04] <Daeken> jlebar: huh, interesting... VirtualAlloc on here is just a jmp to another trampoline.
  2129. # [19:04] <jlebar> NeilAway, That it's a timer, for one thing.
  2130. # [19:04] <jlebar> NeilAway, And that it doesn't respond quickly enough, for another.
  2131. # [19:04] <jlebar> NeilAway, You want to disable said timer when you're idle -- how do you know?
  2132. # [19:05] * Joins: victorporo (victorporo@E25721DF.A00C134E.79933D60.IP)
  2133. # [19:05] * Joins: Ami_Ty (Amie@F022929C.45C7AA64.DC443CCD.IP)
  2134. # [19:05] * Quits: victorporof (victorporo@40A61E2F.70F4578F.79933D60.IP) (Ping timeout)
  2135. # [19:06] * Quits: necolas (necolas@moz-20AA4BAE.bb.sky.com) (Client exited)
  2136. # [19:06] * Quits: re588 (RE@E9A639C3.E46D361A.8F339A2F.IP) (Ping timeout)
  2137. # [19:06] <@bz> http://bemasc.net/wordpress/2012/04/04/dissertation-copyright/ is somewhat depressing
  2138. # [19:07] * Joins: Boriss (FlyingToas@moz-10902A55.telecom.net.ar)
  2139. # [19:08] * Quits: mak (chatzilla@moz-8C087C3D.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  2140. # [19:08] <jlebar> Daeken, Well, that certainly makes our life easy...
  2141. # [19:10] <Mossop> glandium: Do you care about where in dependentlibs.list mozglue appears? Putting it right at the start makes for a slightly cheaper patch
  2142. # [19:10] * khuey is now known as khuey|away
  2143. # [19:10] * Quits: edmorley (edmorley@moz-CA0328CD.range86-145.btcentralplus.com) (Quit: Leaving.)
  2144. # [19:11] * Joins: smya (chatzilla@E8DDE205.E706A4B3.F44414AF.IP)
  2145. # [19:12] <jlebar> Daeken, What about MapViewOfFile and CreateDIBSection (Gdi32.dll)?
  2146. # [19:12] * Quits: paolo (paolo@moz-FCECBC2B.retail.telecomitalia.it) (Client exited)
  2147. # [19:13] * Joins: rohan (chatzilla@CE8DD343.2C2BFB59.35E0727C.IP)
  2148. # [19:13] * Joins: bmoss|2 (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2149. # [19:14] <glandium> Mossop: now that you mention it, it needs to be placed before all the libraries that depend on it, so first is actually better
  2150. # [19:14] * Joins: joe_walker (joe_walker@moz-15405DDA.cable.virginmedia.com)
  2151. # [19:14] * ctalbert|afk is now known as ctalbert
  2152. # [19:14] * Quits: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP) (Client exited)
  2153. # [19:14] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2154. # [19:14] <Mossop> glandium: Ok, will do
  2155. # [19:14] * Joins: dseif (dseif@F1451709.44D93D66.1139E686.IP)
  2156. # [19:15] <Daeken> jlebar: mapviewoffile starts with sub rsp, 38h (4 bytes)
  2157. # [19:15] * Joins: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP)
  2158. # [19:15] * Quits: dseif (dseif@F1451709.44D93D66.1139E686.IP) (Input/output error)
  2159. # [19:16] * Joins: garnacho_ (carlos@moz-95A0FF70.red-83-51-77.dynamicip.rima-tde.net)
  2160. # [19:16] <Daeken> jlebar: and CreateDIBSection starts with a 2-byte push rbx
  2161. # [19:16] <jlebar> Daeken, Well, this is looking pretty good for you...
  2162. # [19:16] <Daeken> so in either of those cases, we can use the infinite loop
  2163. # [19:16] <mkaply> Is there something else besides z-index that controls whether or not a panel appears above another panel? I've changed the autocomplete panel to have a z-index of 0 and my panel has a z-index of > 0, but the autocomplete is still on top
  2164. # [19:17] * bear-afk is now known as bear
  2165. # [19:17] * joduinn is now known as joduinn-mtg
  2166. # [19:17] * padenot|away is now known as padenot
  2167. # [19:17] * bmoss|2 is now known as bmoss
  2168. # [19:17] <jlebar> Daeken, I'm going to keep going forward with the x86-32-specific patch I have, but once we get that figured out, we can try your idea?
  2169. # [19:18] <Daeken> sure, sounds good
  2170. # [19:18] <Daeken> i'll whip up a patch once we get there if you want. i kinda want to try it out for my own purposes anyway
  2171. # [19:18] <jlebar> Daeken, That sounds fantastic to me.
  2172. # [19:20] * Quits: cadecairos (cadecairos@F1451709.44D93D66.1139E686.IP) (Ping timeout)
  2173. # [19:20] * philor|away is now known as philor
  2174. # [19:20] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  2175. # [19:21] * Joins: logiclord (Gaurav@3A4FC803.FA33C058.35E3DDC8.IP)
  2176. # [19:21] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2177. # [19:21] * Quits: surkov (surkov@B9538DF7.B7015738.33A1AC3C.IP) (Quit: surkov)
  2178. # [19:22] * Quits: garnacho_ (carlos@moz-95A0FF70.red-83-51-77.dynamicip.rima-tde.net) (Ping timeout)
  2179. # [19:22] <BenWa> ted2: pong
  2180. # [19:22] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2181. # [19:22] * Joins: mixedpuppy (mixedpuppy@21B7B9F2.B87E9213.6E712CE2.IP)
  2182. # [19:22] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
  2183. # [19:23] * @bz is disappointed
  2184. # [19:23] <@bz> I added checkin-needed like 2 days ago, but no takers!
  2185. # [19:23] * Joins: dseif (dseif@C080F02E.33EE9F8A.1139E686.IP)
  2186. # [19:24] <ted2> BenWa: hey, re: bug 719536
  2187. # [19:24] * Joins: mjschranz (mjschranz@A71CC449.33EE9F8A.1139E686.IP)
  2188. # [19:24] <ted2> it was my understanding that you did all the symbolication server-side
  2189. # [19:24] <jlebar> bz, I'll vouch for your L3 access! :)
  2190. # [19:24] * armenzg_brb is now known as armenzg
  2191. # [19:24] <ted2> is that not the case?
  2192. # [19:25] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  2193. # [19:25] * Quits: MarcoZ (Daily@moz-C3875970.dip.t-dialin.net) (Quit: MarcoZ)
  2194. # [19:25] * Joins: automata (automata@21672CAB.EF70936A.E0F4401A.IP)
  2195. # [19:25] <jlebar> glob, If I want enter_bug.cgi to auto-fill-in the bug's whiteboard, what's the querystring parameter for that?
  2196. # [19:25] * Joins: hub (hub@21B7B9F2.B87E9213.6E712CE2.IP)
  2197. # [19:25] <@bz> jlebar: yeah, I just didn't have time to push 2 days ago!
  2198. # [19:25] * sheppy-lunch is now known as sheppy
  2199. # [19:26] * Quits: Gentlecat (Roman@E92145AA.CF9BE6BE.8FB52CB8.IP) (Quit: Leaving)
  2200. # [19:26] <glob> jlebar, status_whiteboard
  2201. # [19:26] <jlebar> Ah, underscore.
  2202. # [19:26] <@bz> jlebar: but thank you for the vote of confidence anyway. ;)
  2203. # [19:26] <jlebar> Thanks.
  2204. # [19:26] * glob is now known as glob|away
  2205. # [19:27] * Joins: jamesr (jamesr@9D646D74.D6CCE4AE.77834EAA.IP)
  2206. # [19:28] * KaiRo needs to see a few patches and positive bugzilla conduct from bz before vouching for L3 access :p
  2207. # [19:29] <BenWa> ted2: Only on windows because PDBs are slow
  2208. # [19:29] <ted2> ah
  2209. # [19:29] * @bz has lots of negative bugzilla conduct under his belt
  2210. # [19:29] * Joins: montezuma (Mibbit@FE4B77E3.1E98AF39.79C24D08.IP)
  2211. # [19:29] <ted2> BenWa: so on mac you're just using the symbols we ship
  2212. # [19:29] * Quits: montezuma (Mibbit@FE4B77E3.1E98AF39.79C24D08.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2213. # [19:29] <ted2> BenWa: so
  2214. # [19:29] * davehunt is now known as davehunt|away
  2215. # [19:29] <ted2> we ship our mac nightlies --disable-install-strip
  2216. # [19:30] <ted2> which works there because apple's toolchain doesn't stick all the DWARF in the binaries
  2217. # [19:30] <ted2> so they're big, but not ridiculously so
  2218. # [19:30] <BenWa> ohh
  2219. # [19:30] <ted2> if we --disable-install-strip your linux nightlies they're going to get huge
  2220. # [19:30] <BenWa> Can't we get only symbol names but not dawf debug?
  2221. # [19:30] <ted2> like 700MB libxul huge
  2222. # [19:30] <ted2> it's possible!
  2223. # [19:31] <ted2> there may be an option to strip that lets you get what you want
  2224. # [19:31] <ted2> glandium would probably know
  2225. # [19:31] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  2226. # [19:31] <ted2> our build system has a STRIP_FLAGS variable it uses while stripping
  2227. # [19:31] <BenWa> Right, the symbol server is best to side step
  2228. # [19:31] * timA|away is now known as timA
  2229. # [19:31] <BenWa> also symbol server doesn't work for local builds
  2230. # [19:31] <ted2> it looks like it's a little...broken though, since you can't currently specify it in a mozconfig
  2231. # [19:31] <ted2> local builds should be fine, no? as long as you run from dist/bin your binaries won't be stripped
  2232. # [19:32] <ted2> anyway
  2233. # [19:32] * Quits: louisremi (louisremi@moz-381A2210.dsl.sta.abo.bbox.fr) (Ping timeout)
  2234. # [19:32] <glandium> there are options to strip to selectively delete things. what are you after?
  2235. # [19:32] <BenWa> Right, so we could support local symbolication for local builds and symbol server for non
  2236. # [19:32] <ted2> you should find out if there's a way to make strip produce the output you want from an unstripped binary
  2237. # [19:32] * Quits: askalski (akuda@moz-6A36EC49.ip.abpl.pl) (Ping timeout)
  2238. # [19:32] <ted2> if there is, then we should fix STRIP_FLAGS so you can specify it in your mozconfig, and that should do the trick
  2239. # [19:32] <BenWa> glandium: Yes, I want to be able to call addr2line type address to symbol name mapper, but don't care about line information
  2240. # [19:32] <jlebar> glob|away, When you're back: How do I get it to auto show-advanced-fields?
  2241. # [19:32] * Joins: smontagu (chatzilla@moz-DEDDC26B.red.bezeqint.net)
  2242. # [19:33] <BenWa> or debug. I want libxul to be reasonably sized like on mac
  2243. # [19:33] <glandium> BenWa: wouldn't it make sense to use the crash-reporter data, then?
  2244. # [19:33] <BenWa> glandium: Well what we have on mac is great. We ship the symbol info and we can just addr2line when symbolicating
  2245. # [19:34] * Joins: clokep_work (Mibbit@moz-F3A1C2D7.mitre.org)
  2246. # [19:34] <BenWa> crash-reporter means downloading data that isn't on public FTP for every builds, that is 20MB+ and that is slow to parse out
  2247. # [19:34] <glandium> BenWa: line info is quite big, in dwarf
  2248. # [19:34] <BenWa> glandium: I dont want line info. I want symbol names
  2249. # [19:34] <glandium> BenWa: ah, so you just want the symbol table
  2250. # [19:35] <BenWa> like foo::bar(int)+17
  2251. # [19:35] <BenWa> yes
  2252. # [19:35] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Connection reset by peer)
  2253. # [19:35] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2254. # [19:35] <glandium> BenWa: i think strip -d will do what you want
  2255. # [19:35] * jmaher|bbiab is now known as jmaher
  2256. # [19:35] <glandium> BenWa: if STRIP_FLAGS doesn't work, setting STRIP="strip -d" may work
  2257. # [19:36] <BenWa> Thanks! That's enough to get me started :D
  2258. # [19:36] <ted2> we should fix STRIP_FLAGS
  2259. # [19:36] <ted2> it's not useful in its current form
  2260. # [19:36] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Connection reset by peer)
  2261. # [19:36] <ted2> (you have to make package STRIP_FLAGS=...)
  2262. # [19:36] <BenWa> ted2: If STRIP_FLAGS doesn't work I'll submit a patch in that bug thanks :)
  2263. # [19:36] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2264. # [19:36] <ted2> cool
  2265. # [19:36] * Joins: cadecairos (cadecairos@EDDEAA06.33EE9F8A.1139E686.IP)
  2266. # [19:36] <BenWa> ill update the bug and maybe look at this this weekend
  2267. # [19:36] <ted2> it just needs 1) an AC_SUBST(STRIP_FLAGS) in configure.in, and b) a STRIP_FLAGS line in config/autoconf.mk.in
  2268. # [19:37] <bjacob> bz: is there a bug # for your webgl dom bindings work?
  2269. # [19:39] <BenWa> Update bug 719536 with this discussing. Thanks guys
  2270. # [19:40] <ted2> np
  2271. # [19:40] * Quits: florian (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird -- http://www.instantbird.com)
  2272. # [19:41] <glandium> ted2: seriously, we should generate autoconf.mk like we do mozilla-config
  2273. # [19:41] <glandium> +.h
  2274. # [19:41] <ted2> just everything that gets AC_SUBSTed gets a line?
  2275. # [19:41] <ted2> works for me
  2276. # [19:42] <ted2> you'd have to fiddle with the guts of autoconf, i'm sure
  2277. # [19:42] * Joins: askalski (akuda@moz-6A36EC49.ip.abpl.pl)
  2278. # [19:42] * Quits: andreasn_ (andreasn@moz-436FB3D1.a336.priv.bahnhof.se) (Quit: Ex-Chat)
  2279. # [19:42] * Joins: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com)
  2280. # [19:42] <glandium> ted2: there are also a couple things in autoconf.mk.in with ifdefs that should really be in config.mk, too
  2281. # [19:43] * jimm is now known as jimm-lunch
  2282. # [19:44] <ted2> yeah
  2283. # [19:44] <Waldo> bholley: I laughed at your suggestion in 737559 :-D
  2284. # [19:44] <Waldo> and a pox upon you for it :-D
  2285. # [19:44] <ted2> having to add things in two places is definitely a pain
  2286. # [19:44] <ted2> glandium: i'll file it, we can sort out the details later
  2287. # [19:44] * Joins: dveditz (dveditz@moz-BBE3ABD.mv.mozilla.com)
  2288. # [19:44] * ChanServ sets mode: +o dveditz
  2289. # [19:44] * Parts: gakiwate (gautam@3AD1CBD5.809D2ACB.314AAB94.IP) (Leaving)
  2290. # [19:44] <askalski> hi everyone, I have a following problem
  2291. # [19:45] <glandium> ted2: awesome
  2292. # [19:45] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  2293. # [19:46] <askalski> I am compiling Nightly on vbox1 (win 7 64) and testing on vbox2 (win xp). I copied out only "dist" folder from obj-dbg. vbox2 complains: MSVCR100D.dll not found. what to do?
  2294. # [19:47] * wlach is now known as wlach|lunch
  2295. # [19:47] <ted2> askalski: you need to install a compiler (or something else that provides you with the debug CRT)
  2296. # [19:47] <Ms2ger> Waldo, what a devious suggestion that was
  2297. # [19:47] <ted2> or find it on your dev machine and copy it over to your test machine
  2298. # [19:47] <ted2> it's probably under the install dir in a non-redistributable folder
  2299. # [19:48] <Waldo> Ms2ger: it was, wasn't it? and the way he managed to sneak the monkey with the figs into it was especially clever
  2300. # [19:48] * zpao|detached is now known as zpao
  2301. # [19:49] * Joins: rs (rs@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2302. # [19:50] <rohan> hi mcote
  2303. # [19:50] <rohan> i am uploading the patch now
  2304. # [19:50] <@bz> khuey: at least shoeboxed uses filepickers that let you upload multiple files!
  2305. # [19:50] * Parts: clokep_work (Mibbit@moz-F3A1C2D7.mitre.org)
  2306. # [19:51] * Quits: pascalc (chatzilla@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  2307. # [19:51] * Joins: smya_ (chatzilla@E8DDE205.E706A4B3.F44414AF.IP)
  2308. # [19:52] <rohan> hi gerv
  2309. # [19:52] * Quits: smya (chatzilla@E8DDE205.E706A4B3.F44414AF.IP) (Ping timeout)
  2310. # [19:52] * smya_ is now known as smya
  2311. # [19:52] * khuey|away is now known as khuey
  2312. # [19:52] <@khuey> bz: I just email everything to them
  2313. # [19:52] * Quits: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com) (Quit: damons)
  2314. # [19:52] <@bz> khuey: yeah, I can never recall the address for that. ;)
  2315. # [19:53] <@khuey> I have it saved as a contact in zimbra
  2316. # [19:54] <taras> dolske: snappy meeting in 10min
  2317. # [19:55] * Quits: Goldorak (chatzilla@5A8038A8.138B9D4B.187A1082.IP) (Ping timeout)
  2318. # [19:55] * Joins: Goldorak (chatzilla@5A8038A8.138B9D4B.187A1082.IP)
  2319. # [19:57] * Quits: NhanTDN (human_torc@DABF93C9.319B7742.85184009.IP) (Quit: )
  2320. # [19:59] * Joins: smya_ (chatzilla@E8DDE205.E706A4B3.F44414AF.IP)
  2321. # [19:59] * Quits: smya (chatzilla@E8DDE205.E706A4B3.F44414AF.IP) (Ping timeout)
  2322. # [19:59] * smya_ is now known as smya
  2323. # [20:00] <Ms2ger> ehsan, http://mxr.mozilla.org/mozilla-central/source/editor/libeditor/html/nsHTMLEditRules.cpp#699
  2324. # [20:00] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2325. # [20:00] <dholbert> Looks like windows builds are busted on inbound
  2326. # [20:00] <dholbert> and dougt needs a backout
  2327. # [20:00] <Ms2ger> ehoogeveen, that's just going out of its way to get the parent the hard way, right?
  2328. # [20:00] * Quits: Jagannath (Mibbit@CE8DD343.2C2BFB59.35E0727C.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2329. # [20:01] <Ms2ger> ehsan, I mean
  2330. # [20:01] <@ehsan> I can't see the problem
  2331. # [20:01] <dholbert> error LNK2019: unresolved external symbol __imp_PR_Now referenced in function "void __cdecl NS_MakeRandomString(
  2332. # [20:01] <Ms2ger> What's it getting 'offset' for?
  2333. # [20:01] <dholbert> [/me was expecting a snide comment from khuey -- he must not be watching IRC :) ]
  2334. # [20:01] <@ehsan> well GetNodeLocation returns both
  2335. # [20:02] <Ms2ger> rIGHT
  2336. # [20:02] <Ms2ger> Er
  2337. # [20:02] <Ms2ger> Right
  2338. # [20:02] <Ms2ger> So why use it?
  2339. # [20:02] <@ehsan> hmm
  2340. # [20:02] * Quits: rniwa (rniwa@60A74940.D6CCE4AE.77834EAA.IP) (Quit: rniwa)
  2341. # [20:02] <@ehsan> I guess you could just use GetParent
  2342. # [20:02] <@ehsan> can you file this?
  2343. # [20:02] <Ms2ger> I'll just fix it instead
  2344. # [20:02] <@ehsan> (and the other one you showed me earlier)
  2345. # [20:02] <@ehsan> sounds great
  2346. # [20:02] <@ehsan> r=me!
  2347. # [20:02] <@khuey> dholbert: hmm?
  2348. # [20:02] * Joins: dao (dao@moz-B1D98078.superkabel.de)
  2349. # [20:02] <@khuey> ah
  2350. # [20:03] * Quits: Jesse_ (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Quit: Jesse_)
  2351. # [20:03] * Quits: adoria0000 (Mibbit@moz-B6C2C62F.osaka.ocn.ne.jp) (Quit: http://www.mibbit.com ajax IRC Client)
  2352. # [20:04] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2353. # [20:04] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  2354. # [20:04] <dholbert> [backed him out]
  2355. # [20:05] <@khuey> ah, ok
  2356. # [20:05] * @khuey puts down his tree
  2357. # [20:05] * catlee is now known as catlee-afk
  2358. # [20:05] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2359. # [20:06] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2360. # [20:07] * Joins: billm (billm@moz-BBE3ABD.mv.mozilla.com)
  2361. # [20:07] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jet)
  2362. # [20:08] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2363. # [20:08] * Quits: joey (chatzilla@moz-EFCB4CBF.princetowncable.com) (Ping timeout)
  2364. # [20:09] * Quits: automata (automata@21672CAB.EF70936A.E0F4401A.IP) (Ping timeout)
  2365. # [20:10] * Joins: mburns_ (mburns@moz-42D3ADBA.members.linode.com)
  2366. # [20:10] * Quits: kdeeq (chatzilla@moz-937443ED.elisa-laajakaista.fi) (Quit: ChatZilla 0.9.88.1 [Firefox 14.0a1/20120403063158])
  2367. # [20:11] * coop|buildduty is now known as coop|afk
  2368. # [20:11] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  2369. # [20:11] * armenzg is now known as armenzg_mtg
  2370. # [20:13] <taras> jst: you coming to snappy?
  2371. # [20:13] * fabrice|afk is now known as fabrice
  2372. # [20:13] * Quits: ircloggr (nodebot@moz-F2373125.compute-1.amazonaws.com) (Client exited)
  2373. # [20:13] * Joins: prazuber (prazuber@moz-8FDA4E25.savvy.volia.net)
  2374. # [20:14] * Joins: ircloggr (nodebot@moz-1E453AAC.compute-1.amazonaws.com)
  2375. # [20:14] * Quits: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  2376. # [20:15] * Quits: timdream (timdream@moz-104CC309.mv.mozilla.com) (Quit: timdream)
  2377. # [20:16] * Quits: gkw (gkw@moz-7CD88B0C.hsd1.ca.comcast.net) (Quit: Instantbird 1.2a1pre)
  2378. # [20:18] * Joins: SidharthChugh (Mibbit@moz-5F4B9361.pool.mediaways.net)
  2379. # [20:20] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2380. # [20:21] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  2381. # [20:22] * Joins: damons (gnubeard@moz-7B0110AD.mv.mozilla.com)
  2382. # [20:22] * Quits: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com) (Client exited)
  2383. # [20:24] * Joins: pvivek_ (quassel@DADB3753.F35258C7.2A068A5E.IP)
  2384. # [20:24] * Joins: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net)
  2385. # [20:24] * Quits: damons (gnubeard@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  2386. # [20:24] * jimm-lunch is now known as jimm
  2387. # [20:25] * Joins: automata (automata@21672CAB.EF70936A.E0F4401A.IP)
  2388. # [20:25] * Quits: dao (dao@moz-B1D98078.superkabel.de) (Quit: Leaving.)
  2389. # [20:25] * Quits: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  2390. # [20:26] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  2391. # [20:26] * ChanServ sets mode: +o roc
  2392. # [20:26] <@khuey> Kyle Huey@KYLEHUEY-PC /c/dev/mozilla-beta
  2393. # [20:26] <@khuey> $ hg push ssh://hg.mozilla.org/releases/mozilla-beta
  2394. # [20:26] <@khuey> pushing to ssh://hg.mozilla.org/releases/mozilla-beta
  2395. # [20:26] <@khuey> searching for changes
  2396. # [20:26] <@khuey> remote: adding changesets
  2397. # [20:26] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/1da11a2bc5db - Rail Aliiev - Bug 738349 - PGP signature file missing http://releases.mozilla.org/pub/mozilla.org/firefox/releases/11.0/mac/en-US/. r=ted
  2398. # [20:26] <@khuey> remote: adding manifests
  2399. # [20:26] <@khuey> remote: adding file changes
  2400. # [20:26] <@khuey> remote: added 1 changesets with 0 changes to 0 files (+1 heads)
  2401. # [20:26] <@khuey> remote: Trying to insert into pushlog.
  2402. # [20:26] <@khuey> remote: Please do not interrupt...
  2403. # [20:26] <@khuey> remote: Inserted into the pushlog db successfully.
  2404. # [20:27] <@khuey> +1 heads?
  2405. # [20:27] <@bz> khuey: mmmm
  2406. # [20:27] * Joins: WeirdAl (chatzilla@moz-D461843.ask.info)
  2407. # [20:27] * Quits: dseif (dseif@C080F02E.33EE9F8A.1139E686.IP) (Input/output error)
  2408. # [20:27] <Ms2ger> I found the 0 changes to 0 files more interesting
  2409. # [20:27] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  2410. # [20:27] <@khuey> bz: hmm, looks like the tip was a relbranch before
  2411. # [20:28] * Quits: logiclord (Gaurav@3A4FC803.FA33C058.35E3DDC8.IP) (Quit: Leaving.)
  2412. # [20:28] <@bz> khuey: yeah, that's possible
  2413. # [20:28] <jair> hello guys have you figure the correct way to make firefox ask or use the magnet torrent protocol?
  2414. # [20:28] <jair> hello guys, I am pulling my hair because I can not make firefox 11.0 in linux to handle the magnet torrent link/file... Believe me I did the gnome configuration and the about:config tool as well all just as indicated but still not work...
  2415. # [20:29] <@bz> so btw...
  2416. # [20:29] <@bz> is there a plan for webidlifying svg?
  2417. # [20:29] <@bz> complete with its multiple inheritance crap?
  2418. # [20:29] <@khuey> bz: sounds like a job heycam|away was born for
  2419. # [20:29] * Joins: biesi (cbiesinger@EE9A5AA8.6B10AC3.E2F59BBC.IP)
  2420. # [20:29] <jair> my torrent client is deluge but it should not have anything to do with the torrent client that's why I brought it here ;)
  2421. # [20:30] <gcp> jair: this belongs in #firefox
  2422. # [20:30] <@bz> khuey: heh
  2423. # [20:30] * Quits: myk (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  2424. # [20:30] <jair> gcp: alright, thank you :(
  2425. # [20:30] * Quits: kaze (Daily@moz-CB189C31.w80-11.abo.wanadoo.fr) (Client exited)
  2426. # [20:31] * Quits: harth (harth@40018561.F684631.21A4E96A.IP) (Input/output error)
  2427. # [20:32] <Ms2ger> "Will be rewritten with the WebIDL syntax."
  2428. # [20:32] <Ms2ger> (http://www.w3.org/Graphics/SVG/WG/wiki/SVG2_Spec_structure)
  2429. # [20:32] * Joins: c0smikdebris (c0smikdebr@F8E893F9.CADDDC1.D2D1FAF0.IP)
  2430. # [20:32] <@bz> bah
  2431. # [20:32] <@bz> why is NS_IMPL_STRING_ATTR HTML-only?
  2432. # [20:32] <Ms2ger> Who else needs it?
  2433. # [20:32] <@bz> SVG?
  2434. # [20:32] <@bz> in my case
  2435. # [20:33] <Ms2ger> Don't they have weirder stuff?
  2436. # [20:33] <Ms2ger> With animVal and stuff
  2437. # [20:33] <@bz> esp. as we align <svg:script> and <svg:style> with the HTML versions
  2438. # [20:33] <@bz> for some things
  2439. # [20:33] <@bz> not other
  2440. # [20:33] * Quits: ferongr (ferongr@CF8EE14F.F831E23E.F5160715.IP) (NickServ (GHOST command used by `ferongr))
  2441. # [20:33] * Joins: ferongr (ferongr@CF8EE14F.F831E23E.F5160715.IP)
  2442. # [20:33] <@bz> .type on <script> is the same, say
  2443. # [20:33] <Ms2ger> But sure, move it up
  2444. # [20:33] * Quits: c0smikdebris (c0smikdebr@F8E893F9.CADDDC1.D2D1FAF0.IP) (Quit: Computer has gone to sleep.)
  2445. # [20:33] * @bz nukes GetAttrHelper in the process
  2446. # [20:34] * Joins: c0smikdebris (c0smikdebr@F8E893F9.CADDDC1.D2D1FAF0.IP)
  2447. # [20:34] <Ms2ger> But, codesighs!
  2448. # [20:34] <@bz> uh
  2449. # [20:34] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  2450. # [20:34] <@bz> how would it help codesighs?
  2451. # [20:34] <Ms2ger> No idea
  2452. # [20:34] <@bz> I guess it would a tiny bit
  2453. # [20:34] <@bz> a very tiny bit
  2454. # [20:34] <@bz> screw it
  2455. # [20:34] * Joins: anant_ (anant@moz-BBE3ABD.mv.mozilla.com)
  2456. # [20:34] * Quits: anant (anant@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  2457. # [20:34] * anant_ is now known as anant
  2458. # [20:35] <@bz> SetAttrHelper we have more uses of
  2459. # [20:35] <Ms2ger> Do it while landing our next paris bindings batch :)
  2460. # [20:35] * Joins: myk (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2461. # [20:35] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  2462. # [20:35] * Joins: dao (dao@moz-B1D98078.superkabel.de)
  2463. # [20:35] * Quits: c0smikdebris (c0smikdebr@F8E893F9.CADDDC1.D2D1FAF0.IP) (Ping timeout)
  2464. # [20:35] * Quits: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp) (Quit: Leaving...)
  2465. # [20:36] * Joins: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP)
  2466. # [20:36] * Quits: catalinb (ethereal@C504E99C.9F328403.5BC07656.IP) (Ping timeout)
  2467. # [20:36] * Joins: c0smikdebris (c0smikdebr@D709B41D.DF6EC051.274D17D6.IP)
  2468. # [20:37] * catlee-afk is now known as catlee
  2469. # [20:40] <@bz> ok
  2470. # [20:40] <@bz> so how does this reflect.js thing work?
  2471. # [20:41] <Mossop> What on earth does *** No rule to make target `.mkdir.done', needed by `configure' mean?
  2472. # [20:41] <catlee> joey: ^^
  2473. # [20:41] <luke> anyone know how to find the buildid from a running FF?
  2474. # [20:42] <biesi> luke, isn't it in the about dialog?
  2475. # [20:42] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  2476. # [20:42] <biesi> maybe not
  2477. # [20:42] <dao> it is
  2478. # [20:42] <WeirdAl> about:buildconfig maybe
  2479. # [20:43] <luke> WeirdAl: i can find the cset from buildconfig
  2480. # [20:43] <luke> WeirdAl: but i don't see buildid
  2481. # [20:43] <joey> Mossop: do you have the latest patches for config/makefiles ?
  2482. # [20:44] <gavin> luke: about:
  2483. # [20:44] <gavin> (the URL)
  2484. # [20:44] <luke> gavin: haha, ah, there it is. thanks!
  2485. # [20:45] <joey> Mossop: have you updated config/makefiles/* since yesterday ? specifically makeutils.mk and autotargets.mk
  2486. # [20:45] <WeirdAl> not sure that's helpful, since it says 20100101 in production builds
  2487. # [20:45] <gavin> luke: or top.opener.Services.appinfo.platformBuildID in the error console, if oyu want the non-truncated one
  2488. # [20:45] <WeirdAl> bah, I'm just trolling :(
  2489. # [20:45] <dholbert> WeirdAl, seriously, who runs production builds anyway?
  2490. # [20:45] * Joins: jdm (jdm@moz-6964083D.uwaterloo.ca)
  2491. # [20:46] <Mossop> joey: I'm building against a clean inbound as of about an hour ago
  2492. # [20:46] <Mossop> Clobbered objdir
  2493. # [20:47] * jhammel is now known as jhammel|lunch
  2494. # [20:47] * Quits: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: yuan)
  2495. # [20:47] <joey> Mossop: in config/makefiles/autotargets.mk near the bottom add: .mkdir.done:<ret><tab>@true and see if that fixes it
  2496. # [20:47] <joey> there might be a line missing from one of the merges
  2497. # [20:48] <dao> luke: the about dialog contains the build date in those builds that also display it in about:. as WeirdAl said, about: won't have the date in release builds
  2498. # [20:48] <Mossop> joey: That looks to be working better now
  2499. # [20:49] <luke> dao: ah, thanks
  2500. # [20:49] <joey> Mossop: ok I'll see about having that added back in
  2501. # [20:50] <gavin> dao: my about: has a date in a release build
  2502. # [20:51] * Joins: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2503. # [20:51] <gavin> "Build identifier: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:11.0) Gecko/20100101 Firefox/11.0"
  2504. # [20:51] <gavin> or do you mean a separate date entry?
  2505. # [20:51] <dao> that's the user agent string
  2506. # [20:51] <WeirdAl> gavin - uh, FF11 didn't exist in 2010; that's my point (and that change was deliberate)
  2507. # [20:51] <dao> (20:38:09) WeirdAl: not sure that's helpful, since it says 20100101 in production builds
  2508. # [20:51] <dao> the date is frozen
  2509. # [20:52] <gavin> er, yes, I knew that
  2510. # [20:52] <gavin> but I didn't think we had a separate entry in about: for the date depending on version
  2511. # [20:52] <gavin> I guess we don't, but the UA is useful there?
  2512. # [20:52] <gavin> (not frozen)
  2513. # [20:52] <dao> right
  2514. # [20:55] * Quits: mats (chatzilla@E8A3702C.D5022173.8500CC29.IP) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643])
  2515. # [20:56] * jhford-work is now known as jhford-lunch
  2516. # [20:58] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
  2517. # [20:59] <Ms2ger> bz, what's up with reflect.js?
  2518. # [21:00] <nemo> hum. I'm kind of embarassed w/ how easily unc0rr, a pascal coder w/ almost no C exposure, came up w/ this solution to the issue of returning an array from a function in C (for simulating pascal short string)
  2519. # [21:00] <nemo> struct string{char s[256];};
  2520. # [21:00] <nemo> man. now I feel dumb :(
  2521. # [21:01] * Joins: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net)
  2522. # [21:02] * wlach|lunch is now known as wlach
  2523. # [21:03] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
  2524. # [21:03] * Quits: pranavrc (pranavrc@A5728371.5B86C286.C28326FD.IP) (Quit: Ping timeout: ∞)
  2525. # [21:03] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2526. # [21:04] * Joins: kaze (Daily@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  2527. # [21:06] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2528. # [21:07] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2529. # [21:07] * Quits: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: clee)
  2530. # [21:07] * Quits: Cwiiis (cwiiis@40018561.F684631.21A4E96A.IP) (Quit: Ex-Chat)
  2531. # [21:07] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  2532. # [21:07] * armenzg_mtg is now known as armenzg
  2533. # [21:07] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2534. # [21:08] * cjones is now known as cjones-lunch
  2535. # [21:08] * Joins: smya_ (chatzilla@E8DDE205.E706A4B3.F44414AF.IP)
  2536. # [21:09] * Joins: Gentlecat (Roman@E92145AA.CF9BE6BE.8FB52CB8.IP)
  2537. # [21:09] * Quits: smya (chatzilla@E8DDE205.E706A4B3.F44414AF.IP) (Ping timeout)
  2538. # [21:09] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/b7adf1bde2f6 - Serge Gautherie - Bug 637101. (Bv1) Add a 1 second delay before calling killTest(), Fix bug 647323 regression, Remove extra ';' and spaces. r=ted.mielczarek.
  2539. # [21:09] * smya_ is now known as smya
  2540. # [21:11] * Joins: damons (gnubeard@moz-7B0110AD.mv.mozilla.com)
  2541. # [21:12] * Joins: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2542. # [21:12] * Quits: espindola (espindola@E3F5259F.AEE431CB.287A8ADE.IP) (Client exited)
  2543. # [21:12] * Joins: espindola (espindola@moz-4EBD532B.dsl.teksavvy.com)
  2544. # [21:13] * armenzg is now known as armenzg_mtg
  2545. # [21:13] * mdas is now known as mdas|afk
  2546. # [21:14] * @bz wonders whether non-mitchell posters should have a limit of one post a day on .governance
  2547. # [21:14] <@bz> temporarily
  2548. # [21:14] * Joins: harsh (Mibbit@CE8DD343.2C2BFB59.35E0727C.IP)
  2549. # [21:14] <@bz> or some other means of reducing the flow... ;)
  2550. # [21:14] <JonathanS> in http://mozillamemes.tumblr.com/post/20510199924/how-do-you-scare-off-a-flock-of-web-developers, java is communism?
  2551. # [21:15] <davidb> bz: that is a good idea
  2552. # [21:15] <davidb> but problematic no doubt
  2553. # [21:15] <philor> you should start a thread in .governance proposing it
  2554. # [21:15] <@bz> heh
  2555. # [21:15] <@bz> philor: can I do that via hg gvexport?
  2556. # [21:16] * joduinn-mtg is now known as joduinn
  2557. # [21:16] * NeilAway finds a bug in the bugzilla activity display
  2558. # [21:17] <NeilAway> glob|away: look at the inline activity on bug 631007 ;-)
  2559. # [21:18] * joduinn is now known as joduinn-food
  2560. # [21:19] * Quits: kaze (Daily@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Client exited)
  2561. # [21:19] <Ms2ger> NeilAway, nice
  2562. # [21:20] * padenot is now known as padenot|away
  2563. # [21:21] * mcote is now known as mcote|bbiab
  2564. # [21:21] <Ms2ger> innerHTML, I guess
  2565. # [21:22] * Joins: smaug (chatzilla@moz-937443ED.elisa-laajakaista.fi)
  2566. # [21:22] * ChanServ sets mode: +o smaug
  2567. # [21:23] <@smaug> how do I bookmark all the pin'ed tabs?
  2568. # [21:23] * Quits: Goldorak (chatzilla@5A8038A8.138B9D4B.187A1082.IP) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  2569. # [21:24] * Quits: squib (squib-@moz-415BAA34.engr.wisc.edu) (Quit: Leaving)
  2570. # [21:24] * Quits: JeroenDeDauw (j@moz-A7939EAB.dip.t-dialin.net) (Ping timeout)
  2571. # [21:25] <Ms2ger> Unfocused, yo
  2572. # [21:26] * mdas|afk is now known as mdas
  2573. # [21:26] * Joins: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  2574. # [21:27] * Parts: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  2575. # [21:34] <bhearsum> smaug: load the page, bookmark as usual?
  2576. # [21:34] * Joins: bent (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2577. # [21:35] <bhearsum> looks like you can drag them to a toolbar, too
  2578. # [21:35] <@smaug> bhearsum: I mean, something like "bookmark all"
  2579. # [21:35] <Ms2ger> All at once?
  2580. # [21:35] * Joins: efes (efes@moz-929D2974.dynamic.chello.pl)
  2581. # [21:35] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Quit: leaving)
  2582. # [21:35] * Joins: sfink (chatzilla@moz-9B3B02C7.dsl.pltn13.sbcglobal.net)
  2583. # [21:35] <bhearsum> oh, no idea
  2584. # [21:35] <@smaug> for some reason "bookmark all" is disabled for pin'ed tabs
  2585. # [21:36] <@bsmedberg> because the impl doesn't bookmark pinned tabs, only regular tabs
  2586. # [21:37] * Quits: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
  2587. # [21:37] <msucan> Mossop: ping?
  2588. # [21:37] <Mossop> msucan: pong
  2589. # [21:38] * Quits: efes (efes@moz-929D2974.dynamic.chello.pl) (Client exited)
  2590. # [21:38] * Quits: mjschranz (mjschranz@A71CC449.33EE9F8A.1139E686.IP) (Client exited)
  2591. # [21:38] <msucan> Mossop: firebug and other projects would like us to move the source editor project from browser to toolkit. before i make a patch and ask for super-review (perhaps from you, if it's fine with you), do you have in mind any specific requirements we need to meet?
  2592. # [21:39] * Joins: catalinb (ethereal@C504E99C.9F328403.5BC07656.IP)
  2593. # [21:39] <Mossop> msucan: Is the source editor something we maintain or is it directly imported from somewhere else?
  2594. # [21:39] <Ms2ger> Mossop, hey, you do addons manager stuff too, right?
  2595. # [21:39] <Mossop> Ms2ger: It has been known
  2596. # [21:39] <Ms2ger> '"Check for Updates" to addons does not mean automatically download and install if there are newer versions'
  2597. # [21:39] <Ms2ger> Known? Wontfixed?
  2598. # [21:39] <msucan> Mossop: the source editor currently lives in browser/devtools/sourceeditor/ and it is something we maintain (the devtools team)
  2599. # [21:40] <@smaug> the problem is that pin'ed tabs get lost occasionally
  2600. # [21:40] <Mossop> Ms2ger: Yes it does (unless you've disabled automatic update installation)
  2601. # [21:40] <msucan> Mossop: but keep in mind that the source editor uses the Orion upstream project for the implementation
  2602. # [21:40] <jimm> can anyone suggest thebest way to go about doing more advanced regexp type string parsing in a makefile? Was looking at the standard make string functions and none of them really seem to do what I need to do.
  2603. # [21:40] <gavin> smaug: huh? how do they get lost?
  2604. # [21:40] <Mossop> msucan: Why does firebug want it in toolkit?
  2605. # [21:41] <@smaug> gavin: like, after crash or something
  2606. # [21:41] <msucan> we abstract the Orion API, and we only use a small subset of features. we do regression testing before we update, and we don't do blind-updates (just pull from upstream)
  2607. # [21:41] <gavin> smaug: that should never happen...
  2608. # [21:41] <@smaug> gavin: or, if you close first FF window and then Chatzilla
  2609. # [21:41] <msucan> our policy is generally to avoid forking the upstream project - we always submit patches upstream for inclusion
  2610. # [21:41] <gavin> Mossop: because it'd be useful to them, presumably
  2611. # [21:41] <msucan> Mossop: firebug needs it to allow firebug to use the source editor in seamonkey
  2612. # [21:41] <msucan> (erm, engrish)
  2613. # [21:42] <Mossop> msucan: I assume the APIs you provide have been through an sr pass already right?
  2614. # [21:42] <gavin> smaug: you can configure firefox to always save your session...
  2615. # [21:42] <msucan> Mossop: the initial landing of the source editor went through sr, yes
  2616. # [21:42] * @smaug checks his friend's configuration
  2617. # [21:42] <Ms2ger> Dragons don't have friends
  2618. # [21:43] <msucan> but since then we've been doing the run-of-the-mill typical work on improving the source editor, making fixes, and adding features (which meant new api as well)
  2619. # [21:43] * Quits: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  2620. # [21:43] <biesi> Ms2ger, do you know the song "puff the magic dragon"?
  2621. # [21:43] <Ms2ger> No
  2622. # [21:43] * spartan|away is now known as spartan
  2623. # [21:43] <Ms2ger> Do I want to?
  2624. # [21:43] * Joins: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP)
  2625. # [21:43] <msucan> each change was, obviously, reviewed by a devtools peer (most often by rob)
  2626. # [21:43] <biesi> Ms2ger, seems relevant to the "dragons don't have friends" comment :)
  2627. # [21:43] <@smaug> gavin: something else than "show my windows and tabs from last time" ?
  2628. # [21:43] <biesi> I like the song, too, but obviously it depends on your taste
  2629. # [21:43] <Ms2ger> msucan, that sounds like DOM code
  2630. # [21:43] <Mossop> msucan: And those API changes didn't get sr? I'll have stern words with your reviewer ;)
  2631. # [21:43] * Joins: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  2632. # [21:43] <Ms2ger> (Being reviewed by a devtools peer)
  2633. # [21:43] * Parts: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  2634. # [21:44] <WeirdAl> msucan: can you cc me on the source editor move bug? That's the sort of project I'm quite interested in.
  2635. # [21:44] <msucan> WeirdAl: please see https://bugzilla.mozilla.org/show_bug.cgi?id=717384
  2636. # [21:45] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  2637. # [21:45] <gavin> smaug: no, that's it
  2638. # [21:45] <WeirdAl> ooh, I like the bug it blocks even more :)
  2639. # [21:45] <msucan> Mossop: hehe, no sr. would every api change in the source editor jsm's need actual sr?
  2640. # [21:45] <Ms2ger> Yes
  2641. # [21:45] <msucan> we do that often, in many devtools projects
  2642. # [21:45] <Mossop> msucan: Yes, all API changes are meant to have additional sr
  2643. # [21:45] <Ms2ger> It's like starring oranges when landing on m-c
  2644. # [21:45] <msucan> and we don't go through sr
  2645. # [21:46] <msucan> are doing it all wrong? :) awww
  2646. # [21:46] <gavin> changes to sourceeditor aren't currently "API changes"
  2647. # [21:46] <gavin> because sourceeditor isn't really exposed to other consumers
  2648. # [21:46] <msucan> *are we
  2649. # [21:46] <Mossop> gavin: They have a JSM which is an API no?
  2650. # [21:46] <gavin> obviously that would change if it were in toolkit...
  2651. # [21:46] <gavin> I don't think it follows that "all JSM changes require SR"
  2652. # [21:46] * WeirdAl wants it, my precious
  2653. # [21:47] <Mossop> It's an API exposed to extensions in Firefox at the least
  2654. # [21:47] <gavin> sure, by that measure all code in Firefox needs SR
  2655. # [21:47] <msucan> Mossop: but that's the same for the js debugger, inspector, highlighter, style inspector, style editor, tilt and so on
  2656. # [21:47] <msucan> gavin: exactly!
  2657. # [21:47] * Joins: framalex (chatzilla@moz-ACD37DE6.dars-ip.ru)
  2658. # [21:47] <Mossop> msucan: Correct
  2659. # [21:47] <Ms2ger> gavin, indeed it does!
  2660. # [21:47] <gavin> no, it doesn't
  2661. # [21:47] <msucan> this is fun :)
  2662. # [21:48] <gavin> putting code into a JSM doesn't automatically make it an "API"
  2663. # [21:48] <WeirdAl> msucan: seriously, if I can lend a hand to helping with sourceeditor in toolkit, I'm interested
  2664. # [21:48] <Mossop> SR is required for "Any change to any API or pseudo-API" including "global JS utility functions and the like"
  2665. # [21:48] * jhammel|lunch is now known as jhammel
  2666. # [21:48] <msucan> now, back to the source editor: if we move it to toolkit does it mean we'll have a strict sr policy for every single change in the source editor code?
  2667. # [21:48] <msucan> (every single change that affects api)
  2668. # [21:48] <Mossop> msucan: When are you looking to do this?
  2669. # [21:49] <msucan> Mossop: we'd like to put it in toolkit/devtools/sourceeditor
  2670. # [21:49] <mconnor> msucan: where does it live that you don't think it has an SR requirement for API changes?
  2671. # [21:49] <gavin> Mossop: putting something in a JSM does not make it a "global JS utility function"
  2672. # [21:49] <WeirdAl> msucan: actually, module owners can waive sr...
  2673. # [21:49] <WeirdAl> for very well owned modules
  2674. # [21:49] * Quits: victorporo (victorporo@E25721DF.A00C134E.79933D60.IP) (Quit: Linkinus - http://linkinus.com)
  2675. # [21:49] <WeirdAl> iirc
  2676. # [21:49] <mconnor> WeirdAl: well, SRs can globally waive SR for a module
  2677. # [21:49] <gavin> mconnor: browser/
  2678. # [21:50] <mconnor> I thought we killed the "SR isn't required for /browser" rule a few years ago
  2679. # [21:50] <Mossop> We did
  2680. # [21:50] <gavin> *sigh*
  2681. # [21:50] * jhford-lunch is now known as jhford-work
  2682. # [21:51] <WeirdAl> msucan: so all you need really is a written exemption :)
  2683. # [21:51] <gavin> I'm not saying "SR isn't required because it lives in browser/"
  2684. # [21:51] <WeirdAl> with regards to source editor
  2685. # [21:51] <gavin> I'm saying "SR isn't required because it isn't an "API" in any real sense, in part because it lives in browser/"
  2686. # [21:51] <mconnor> right
  2687. # [21:51] <msucan> WeirdAl: aha. thanks, btw for your offer to help me/us to get the source editor into toolkit
  2688. # [21:51] <gavin> we don't need any "written exceptions"
  2689. # [21:51] <framalex> Hi! I have a problem getting Firefox source code. I run "hg clone hg.mozilla.org/..." and it runs for hours and then my internet connection breaks down and hg rolls all changes back. Is there any way to get sources faster (preferrably archived)?
  2690. # [21:51] <gavin> we need to start using common sense and not get all tied up in policy interpretation BS :)
  2691. # [21:51] <mconnor> indeed!
  2692. # [21:51] * Joins: adev (Instantbir@moz-CDF69D58.ictp.it)
  2693. # [21:51] <msucan> thanks gavin
  2694. # [21:52] <mconnor> define what is an API :)
  2695. # [21:52] <Ms2ger> EVERYTHING
  2696. # [21:52] <jdm> framalex: you probably want a bundle instead
  2697. # [21:52] <jdm> framalex: https://developer.mozilla.org/en/Mozilla_Source_Code_%28Mercurial%29#Bundles
  2698. # [21:52] <Mossop> gavin: I think it's valuable for it to go through an SR pass. The SR can just sign off on it if they think it doesn't need one, but it can still be useful anyway
  2699. # [21:52] <gavin> Mossop: it did go through an SR pass, as mentioend by msucan
  2700. # [21:52] <WeirdAl> there's a meme for you: define all the terms!
  2701. # [21:52] <framalex> jdm: thanks!
  2702. # [21:52] <mconnor> msucan: basically, as a guideline: treat stuff that consumers will depend on in API-like ways as an API
  2703. # [21:52] <gavin> it's possible that there have been subsequent non-SRed changes
  2704. # [21:52] <Mossop> Regardless
  2705. # [21:52] * Quits: automata (automata@21672CAB.EF70936A.E0F4401A.IP) (Ping timeout)
  2706. # [21:53] <gavin> if we move it to toolkit, it makes sense to take a fresh look at the API
  2707. # [21:53] <mconnor> msucan: note "will" rather than "could possibly if you squint hard enough"
  2708. # [21:53] <dao> unfortunately most JSMs, private or not, are available the same way: resource:///modules/foo.jsm. so I keep telling people to at least add a sub folder for their private stuff (like resource:///modules/devtools/)
  2709. # [21:53] <Mossop> msucan: Yes, once you have other consumers relying on sourceeditor API changes will require SR passes
  2710. # [21:53] <gavin> and it may mean that future API-affecting changes should get SR
  2711. # [21:53] <Mossop> msucan: When are you looking to do this?
  2712. # [21:53] <msucan> fancy
  2713. # [21:54] <msucan> Mossop: we already had reports of addons that broke due to api changes
  2714. # [21:54] <msucan> (people started using the sourceeditor from the early days, in autumn)
  2715. # [21:54] <mconnor> dao: maybe resource://modules/devtools/privateAPIs/ :)
  2716. # [21:54] <msucan> Mossop: when? firebug wants this "asap" (now/whenever we can)
  2717. # [21:54] <Mossop> resource://private/... quick set it up!
  2718. # [21:54] <mconnor> msucan: in that case, is the SR requirement still onerous?
  2719. # [21:54] * Quits: rs (rs@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  2720. # [21:55] <@bsmedberg> if you're adding something that firebug will depend on, then we should definitely be making we understand the compatibility requirements of the API...
  2721. # [21:55] * Quits: harsh (Mibbit@CE8DD343.2C2BFB59.35E0727C.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2722. # [21:55] <msucan> gavin: Mossop: but i have one worry: the source editor api is still under flux - we are still adjusting to feature-needs. do you believe we should just wait longer before committing to a move into toolkit?
  2723. # [21:56] * Joins: harsh (Mibbit@CE8DD343.2C2BFB59.35E0727C.IP)
  2724. # [21:56] <msucan> (irrespective of how "badly" projects like firebug need it?)
  2725. # [21:56] <WeirdAl> msucan: what if we simply moved that sourceeditor code to another hg.m.o repo, a la ipccode?
  2726. # [21:56] <gavin> moving things to other repos doesn't help anything
  2727. # [21:56] <msucan> mconnor: the problem with SR is not the actual reviewing process - it's more of a problem that it would make progress even slower for us, for the source editor
  2728. # [21:57] <Ms2ger> WeirdAl, then I'm happy to break it every other week :)
  2729. # [21:57] <Mossop> msucan: Are you expecting to be needing to make breaking changes often?
  2730. # [21:57] <gavin> msucan: that's a tradeoff that needs to be evaluated carefully, yeah
  2731. # [21:57] <gavin> you can't have it both ways :)
  2732. # [21:57] <msucan> true :)
  2733. # [21:57] <Mook_as> msucan: it sounds like that ship has sailed, people _already_ depend on your APIs, where it lives doesn't matter?
  2734. # [21:57] * Quits: catalinb (ethereal@C504E99C.9F328403.5BC07656.IP) (Ping timeout)
  2735. # [21:57] <mconnor> msucan: the SR requirement mostly acts as a check against continuous breaking changes :)
  2736. # [21:58] <msucan> Mossop: i expect we won't make huge breaking changes, often. we didn't do huge changes for a few releases already, *but* we do incremental/small "itchy"/"breaking" changes
  2737. # [21:58] <msucan> mostly "fallout"
  2738. # [21:58] <dao> Mook_as: more people will depend on it if encouraged...
  2739. # [21:58] <Mossop> SR should generally be fast for incremental changes. It's the new giant components (ahem debugger) that take up the time
  2740. # [21:58] * Quits: framalex (chatzilla@moz-ACD37DE6.dars-ip.ru) (Ping timeout)
  2741. # [21:58] <mconnor> msucan: if you're changing stuff often enough that the SR requirement will be a significant drag on development I would assert that you may want to rethink your approach :)
  2742. # [21:58] <msucan> (as was the case with some of the existing addons that broke approximately a release ago)
  2743. # [21:59] <msucan> mconnor: ok, thanks! well, at this point i obviously don't expect (as mentioned) often big changes. we are in the course of stabilizing
  2744. # [21:59] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  2745. # [21:59] <mconnor> msucan: excellent
  2746. # [22:00] * Joins: rs (rs@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2747. # [22:00] * Joins: harth (harth@moz-C2C235AC.bb.sky.com)
  2748. # [22:00] <msucan> thank you all for your input
  2749. # [22:00] <mconnor> msucan: but it sounds like you're already past the big scary stuff, so shouldn't be a big deal. also, happy to jump in if you're blocked. ;)
  2750. # [22:00] * Quits: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: clee)
  2751. # [22:00] <msucan> mconnor: thank you!
  2752. # [22:01] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  2753. # [22:01] * Joins: framalex (chatzilla@moz-B01FCF56.dars-ip.ru)
  2754. # [22:04] <Mossop> msucan: Do you know of any particular breaking changes that might be happening in the future, and is there a way to make the API changes now even if the features they support aren't implemented yet?
  2755. # [22:05] * Quits: adev (Instantbir@moz-CDF69D58.ictp.it) (Quit: Instantbird -- http://www.instantbird.com)
  2756. # [22:05] * Quits: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
  2757. # [22:06] * gregglind is now known as gregglind_afk
  2758. # [22:06] * Quits: @smaug (chatzilla@moz-937443ED.elisa-laajakaista.fi) (Ping timeout)
  2759. # [22:07] <Mossop> msucan: And if we're not aware of any coming breaking changes then we might as well just move it now and hope to minimize them in the future. We're never going to be able to completely avoid breaking stuff
  2760. # [22:07] <msucan> Mossop: i don't have a list now, but i certainly see us adding stuff for autocomplete, for marking errors/warnings in the code and more stuff
  2761. # [22:08] <msucan> incremental find, replace, etc
  2762. # [22:08] <Mossop> Note that adding methods etc. isn't a breaking change. Changing existing method signatures or removing stuff is
  2763. # [22:09] * Joins: kutsurak (pex@moz-C350D81A.w90-46.abo.wanadoo.fr)
  2764. # [22:09] <msucan> Mossop: do additions also need sr then? or just breaking changes?
  2765. # [22:10] <@bz> who here is interested in fixing a bug on main-thread file access stuff?
  2766. # [22:10] <@bz> (as in, the fact that we end up doing it)
  2767. # [22:10] * Quits: graememcc (chatzilla@moz-790B72CA.range86-148.btcentralplus.com) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120310193349])
  2768. # [22:10] <Mossop> msucan: They still need sr, to get a second pair of eyes to look at the proposed API and consider whether alternates might be more resilient
  2769. # [22:10] <msucan> Mossop: cool. thank you!
  2770. # [22:11] * Quits: bsmith (bsmith@moz-6BB70391.hsd1.ca.comcast.net) (Ping timeout)
  2771. # [22:11] * Quits: rohan (chatzilla@CE8DD343.2C2BFB59.35E0727C.IP) (Quit: ChatZilla 0.9.88.1 [Firefox 7.0.1/20111008085056])
  2772. # [22:11] * Joins: givanica (chatzilla@90EE8FC3.2E7E5149.FB866788.IP)
  2773. # [22:12] * Joins: karl (karl@moz-479F88C2.jetstream.xtra.co.nz)
  2774. # [22:12] * Joins: kaze (Daily@moz-94556EDC.w82-123.abo.wanadoo.fr)
  2775. # [22:14] * rail is now known as rail-brb
  2776. # [22:15] * timA is now known as timA|mtg
  2777. # [22:15] * Quits: givanica (chatzilla@90EE8FC3.2E7E5149.FB866788.IP) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643])
  2778. # [22:16] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.10/20100914130356])
  2779. # [22:16] <Mossop> Bleh, toolkit is a mess. I wonder how many people would be upset if I moved everything around
  2780. # [22:16] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  2781. # [22:16] * ChanServ sets mode: +o roc
  2782. # [22:16] * Joins: TheLink (TheLink@moz-7E63266B.hsi5.kabel-badenwuerttemberg.de)
  2783. # [22:17] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
  2784. # [22:17] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2785. # [22:18] * mattwoodrow|away is now known as mattwoodrow
  2786. # [22:19] * Quits: sheppy (sheppy@moz-4992DE6D.static.kgpt.tn.charter.com) (Quit: DISK VOLUME 254)
  2787. # [22:19] <nemo> so there's this weird bug in about:newtab previews
  2788. # [22:19] <nemo> (minor bug)
  2789. # [22:19] * joduinn-food is now known as joduinn-triage
  2790. # [22:19] * cjones-lunch is now known as cjones
  2791. # [22:19] <nemo> the preview of our minecraft world (google map api) has white seam lines along all the map tiles.
  2792. # [22:20] * Joins: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com)
  2793. # [22:20] <nemo> sort of how our 2D GLES game looks if texture clamping is not enabled
  2794. # [22:20] * Joins: edmorley (edmorley@moz-CA0328CD.range86-145.btcentralplus.com)
  2795. # [22:20] <nemo> hm. regular google maps has same look in preview
  2796. # [22:20] * Quits: harsh (Mibbit@CE8DD343.2C2BFB59.35E0727C.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2797. # [22:21] <nemo> odd
  2798. # [22:21] * armenzg_mtg is now known as armenzg_brb
  2799. # [22:21] * Joins: doc (Mibbit@5ED8CF60.2C8C9EFC.5039E5EA.IP)
  2800. # [22:21] * merike is now known as merike|away
  2801. # [22:21] * Quits: Gentlecat (Roman@E92145AA.CF9BE6BE.8FB52CB8.IP) (Quit: Leaving)
  2802. # [22:22] <Ms2ger> Hi edmorley!
  2803. # [22:22] * Quits: jdm (jdm@moz-6964083D.uwaterloo.ca) (Client exited)
  2804. # [22:22] <edmorley> Good evening Ms2ger :-)
  2805. # [22:22] * Joins: damons_ (gnubeard@moz-BBE3ABD.mv.mozilla.com)
  2806. # [22:22] <edmorley> and how are you?
  2807. # [22:22] <Ms2ger> Good good, you?
  2808. # [22:23] <edmorley> Likewise, thank you
  2809. # [22:23] * Quits: damons (gnubeard@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  2810. # [22:23] * damons_ is now known as damons
  2811. # [22:23] <edmorley> about ready to stab my eyes out after dealing with acrobat and pdf forms, but hey
  2812. # [22:24] <Ms2ger> You missed my editor jibes earlier :(
  2813. # [22:24] * Quits: @dveditz (dveditz@moz-BBE3ABD.mv.mozilla.com) (Quit: dveditz)
  2814. # [22:24] <edmorley> I'll be going through the logs soon, so don't worry :-)
  2815. # [22:24] <Ms2ger> Oshi-
  2816. # [22:25] <Ms2ger> Then you'll read what I said about you...
  2817. # [22:25] <edmorley> heh
  2818. # [22:25] * Ms2ger tries to remember if he said anything bad
  2819. # [22:25] <edmorley> still no editor related posts on mozillamemes, you've been slipping up :P
  2820. # [22:26] * padenot|away is now known as padenot
  2821. # [22:26] * coop|afk is now known as coop|buildduty
  2822. # [22:26] * Joins: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2823. # [22:27] * Joins: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2824. # [22:29] * Quits: aja (chatzilla@31F97AFA.71C78C16.7880DB15.IP) (Ping timeout)
  2825. # [22:30] * Joins: cpearce (chatzilla@moz-CAF4778E.xdsl.xnet.co.nz)
  2826. # [22:31] * davehunt|away is now known as davehunt
  2827. # [22:32] <WeirdAl> edmorley - if someone does one, include a glazou reference
  2828. # [22:33] <askalski> hi everyone
  2829. # [22:34] <askalski> quick question: windows build rebuilds entire firefox everytime I do "make -f client.mk", right? Is there a way to re-compile only modified files?
  2830. # [22:36] <Ms2ger> Not right
  2831. # [22:37] <Mossop> askalski: It mostly does just recompile only the modified files, it just takes a long time to figure out which are modified
  2832. # [22:37] * Joins: aja (chatzilla@31F97AFA.71C78C16.7880DB15.IP)
  2833. # [22:37] <Mossop> You can in some cases be smarter than the machine
  2834. # [22:37] * Quits: pvivek_ (quassel@DADB3753.F35258C7.2A068A5E.IP) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
  2835. # [22:38] <edmorley> askalski: it shouldn't do; though 0-change builds win builds still take 8-9 mins for me
  2836. # [22:38] <askalski> ok, it might be the case I haven
  2837. # [22:38] <edmorley> s/builds//
  2838. # [22:38] <askalski> haven't check out for a long time, and just a lot of stuff changed
  2839. # [22:38] <Mossop> Any change to a file like configure.in say will cause everything to be rebuilt of course
  2840. # [22:39] <Mossop> (configure.in was last changed today)
  2841. # [22:39] <askalski> right. ok, thanks. I just thought I might miss some addition (like ccache in Linux), but if that's not the case, then I'll just wait :)
  2842. # [22:40] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2843. # [22:41] <kaie> is tomorrow a public holiday in california?
  2844. # [22:41] * davehunt is now known as davehunt|mtg
  2845. # [22:41] <biesi> kaie, nope
  2846. # [22:41] <biesi> maybe for banks
  2847. # [22:41] * Quits: asac_ (asac@moz-E38F4262.pppoe.wtnet.de) (Quit: leaving)
  2848. # [22:41] <kaie> ok thx. I guess Monday is a working day, too.
  2849. # [22:42] <biesi> yeah
  2850. # [22:42] <@khuey> yep
  2851. # [22:42] <kaie> I'm a lucky guy
  2852. # [22:43] * Joins: Mano (mano@moz-1C39291E.red.bezeqint.net)
  2853. # [22:43] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Quit: ChatZilla 0.9.88.1 [Firefox 10.0.2/20120215223356])
  2854. # [22:43] <Mano> bholley: ping
  2855. # [22:44] <aja> dholbert: ping
  2856. # [22:44] <dholbert> aja, pong
  2857. # [22:44] <dholbert> aja, I have a TryServer build that you can play with if you like :)
  2858. # [22:44] <aja> dholbert: no flex-flow ?
  2859. # [22:44] <dholbert> aja, flex-direction: row & row-reverse
  2860. # [22:44] * aja is trying it now
  2861. # [22:45] <dholbert> flex-flow is a shorthand
  2862. # [22:45] <aja> ah....indded it is....will try individual properties
  2863. # [22:46] * Quits: cpearce (chatzilla@moz-CAF4778E.xdsl.xnet.co.nz) (Ping timeout)
  2864. # [22:46] <dholbert> aja, yup -- s/properties/property/ (no wrapping yet)
  2865. # [22:46] <aja> dholbert: see my msg re chromium win nightlies ?
  2866. # [22:46] <jlebar> dolske, ping?
  2867. # [22:46] <dholbert> so just the flex-direction component of flex-flow (not the flex-wrap component)
  2868. # [22:47] <dholbert> aja, where/which?
  2869. # [22:47] * Quits: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  2870. # [22:48] * jmaher is now known as jmaher|afk
  2871. # [22:48] <aja> sec.... will get you url for builds....basically since yesterday morning
  2872. # [22:48] * Joins: adeel (chatzilla@8F8046D6.CBBE8902.59D8DB68.IP)
  2873. # [22:49] <aja> http://commondatastorage.googleapis.com/chromium-browser-snapshots/index.html?path=Win/
  2874. # [22:50] <aja> takes a while to load that page ^
  2875. # [22:50] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  2876. # [22:50] * Quits: Bas (chatzilla@moz-DF3CA35A.ftth.concepts.nl) (Ping timeout)
  2877. # [22:51] <dholbert> aja, what should I be looking for? (Still loading, but it looks like a folder listing)
  2878. # [22:51] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  2879. # [22:51] * Joins: Bas (chatzilla@moz-DF3CA35A.ftth.concepts.nl)
  2880. # [22:52] <aja> https://bugs.webkit.org/showdependencytree.cgi?id=62048&hide_resolved=1 <-- is dep tree for their flex metabug
  2881. # [22:53] <aja> they've landed most all their flex stuff over last few days. implementing latest draft
  2882. # [22:53] * Parts: jlebar (jlebar@moz-B77DEAEB.mozilla.org) (Leaving)
  2883. # [22:53] <dholbert> aja, gotcha, good to know
  2884. # [22:53] * Joins: gandalf (zbraniecki@moz-2E335593.neoplus.adsl.tpnet.pl)
  2885. # [22:54] <aja> godd for comparison sake
  2886. # [22:54] * Quits: Bas (chatzilla@moz-DF3CA35A.ftth.concepts.nl) (Ping timeout)
  2887. # [22:54] <aja> good
  2888. # [22:54] <dholbert> yup
  2889. # [22:54] * Joins: Bas (chatzilla@moz-DF3CA35A.ftth.concepts.nl)
  2890. # [22:54] <aja> maybe you can trade some tests
  2891. # [22:55] * Joins: jdm (jdm@moz-6964083D.uwaterloo.ca)
  2892. # [22:55] <dholbert> perhaps! I haven't looked at webkit's tests before; not sure how the formats compare
  2893. # [22:55] <Ms2ger> Badly for webkit
  2894. # [22:56] <dholbert> but I'll give (vendor-prefix-munged versions of) their tests a try at some point
  2895. # [22:56] * jhford-work is now known as jhford-work-away
  2896. # [22:57] * Quits: Joeh (joe@5A3923AA.BC22908.C7CEC4ED.IP) (Quit: Joeh)
  2897. # [22:57] <akeybl> Ms2ger: where do we stand with bug 734019? Are you ready to land on Aurora/Beta?
  2898. # [22:57] <Ms2ger> I need to check beta
  2899. # [22:58] <Ms2ger> And I guess I'll need reviews
  2900. # [22:58] * Quits: smagnin (pike@moz-DEF53BC9.fbx.proxad.net) (Quit: Quitte)
  2901. # [22:58] * Quits: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  2902. # [22:58] * Quits: adeel (chatzilla@8F8046D6.CBBE8902.59D8DB68.IP) (Quit: ChatZilla 0.9.88.1 [SeaMonkey 2.8/20120312220748])
  2903. # [22:59] * Quits: smya (chatzilla@E8DDE205.E706A4B3.F44414AF.IP) (Quit: ChatZilla 0.9.88.1 [Firefox 9.0.1/20111220165912])
  2904. # [22:59] * Joins: knelson1 (Adium@moz-BBE3ABD.mv.mozilla.com)
  2905. # [23:00] * Parts: knelson1 (Adium@moz-BBE3ABD.mv.mozilla.com)
  2906. # [23:01] * Joins: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2907. # [23:01] * Quits: c0smikdebris (c0smikdebr@D709B41D.DF6EC051.274D17D6.IP) (Ping timeout)
  2908. # [23:02] * Joins: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP)
  2909. # [23:03] * Quits: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  2910. # [23:03] * Joins: fxa90id (fxa90id@moz-83BBC510.neoplus.adsl.tpnet.pl)
  2911. # [23:04] * bsmedberg is now known as bsmedberg-away
  2912. # [23:04] <bholley> Mano: hi
  2913. # [23:04] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  2914. # [23:04] <Mano> bholley: hey, working on the places-xpc bug
  2915. # [23:05] * Quits: TheLink (TheLink@moz-7E63266B.hsi5.kabel-badenwuerttemberg.de) (Client exited)
  2916. # [23:05] <Mano> figured my problem there, so, unping :)
  2917. # [23:05] <bholley> Mano: awesome! :-)
  2918. # [23:05] <Mano> bholley: how can i test this?
  2919. # [23:06] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jet)
  2920. # [23:06] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  2921. # [23:06] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  2922. # [23:07] <bholley> Mano: do git clone git://github.com/bholley/mozilla-central.git -b cpgtrain
  2923. # [23:07] <bholley> Mano: that will check out my compartment-per-global repo
  2924. # [23:07] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Client exited)
  2925. # [23:07] <bholley> Mano: then just build and do make mochitest-browser-chrome
  2926. # [23:07] <espindola> decoder, you normally use asan on linux or os X?
  2927. # [23:07] <bholley> Mano: and you should see the places failures
  2928. # [23:07] * Quits: davidb (davidb@471D72E.2257F909.F30C9E9E.IP) (Quit: davidb)
  2929. # [23:07] <bholley> Mano: the commit stack has one of your old patches in it - not sure what the status is
  2930. # [23:07] * Parts: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2931. # [23:08] * Quits: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com) (Quit: damons)
  2932. # [23:08] <bholley> Mano: ok, I'm going to be offline for about an hour, and then I'll be back (around 3PM pst) if there's anything else I can do to help you out
  2933. # [23:08] <@bz> dholbert: ping
  2934. # [23:08] <dholbert> bz, pong
  2935. # [23:09] <@bz> dholbert: got your flexbox build handy?
  2936. # [23:09] <dholbert> bz, yup, one sec
  2937. # [23:09] * joduinn-triage is now known as joduinn-mtg
  2938. # [23:09] <@bz> <div style="display: flexbox"><span>x</span> <span>y</span></div>
  2939. # [23:09] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2940. # [23:09] <@bz> Is that rendering "xy" in your build, as I suspect?
  2941. # [23:09] * Quits: joe_walker (joe_walker@moz-15405DDA.cable.virginmedia.com) (Ping timeout)
  2942. # [23:10] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/da0d07b5ca1e - Serge Gautherie - Bug 740769. (Av1) Fix multiple issues in test_bug325418.js. r=bzbarsky.
  2943. # [23:10] <dholbert> bz, nope, it shows the space
  2944. # [23:10] <@bz> huh
  2945. # [23:10] <@bz> why?
  2946. # [23:10] <dholbert> bz, oh
  2947. # [23:10] <dholbert> -moz-flexbox
  2948. # [23:10] <@bz> my read of your code says it should be dropping the space
  2949. # [23:11] <@bz> (incorrectly, imo)
  2950. # [23:11] <dholbert> bz, yup, now we do
  2951. # [23:11] <@bz> ah
  2952. # [23:11] <dholbert> bz, "xy"
  2953. # [23:11] <@bz> with -moz-flexbox it's xy?
  2954. # [23:11] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  2955. # [23:11] <dholbert> correct
  2956. # [23:11] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  2957. # [23:11] * ChanServ sets mode: +o roc
  2958. # [23:11] * Joins: c0smikdebris (c0smikdebr@5E3B04C1.BA9C3500.274D17D6.IP)
  2959. # [23:11] <@bz> ok
  2960. # [23:11] <@bz> thanks
  2961. # [23:11] * Quits: jdm (jdm@moz-6964083D.uwaterloo.ca) (Broken pipe)
  2962. # [23:11] <dholbert> and yeah, I think you're right that we shouldn't
  2963. # [23:11] <@bz> do you want to rejigger this yourself and have me review the result, or have me suggest an approach and have you sanity-check it?
  2964. # [23:11] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2965. # [23:12] <@bz> (either way, one of us comes up with a plan, and the other should make sure it's not nuts)
  2966. # [23:12] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  2967. # [23:12] <@bz> this stuff is way too complicated. :(
  2968. # [23:12] * Joins: evilpie_ (evilpie@moz-8AFE1101.pools.arcor-ip.net)
  2969. # [23:12] <dholbert> bz, let me take a crack at it. The idea is that we're supposed to preserve at least one space between consecutive inline items, correct?
  2970. # [23:12] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2971. # [23:12] <@bz> yes
  2972. # [23:13] <@bz> I was thinking of it more that we should only drop whitespace between things that don't need the wrapper
  2973. # [23:13] * Joins: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net)
  2974. # [23:13] * Joins: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2975. # [23:13] <aja> dholbert: seeing some possible issues with a horizontal nav bar....will look into it more latest tonite
  2976. # [23:13] <@bz> as opposed to inside the loop when we're collecting up things that _do_ need the wrapper
  2977. # [23:13] <dholbert> aja, thanks! yeah, let me know
  2978. # [23:13] * Quits: jorendorff (jorendorff@moz-1747FB68.hsd1.tn.comcast.net) (Quit: jorendorff)
  2979. # [23:14] <dholbert> bz, ah, right - makes sense
  2980. # [23:14] <aja> <nav><menu><li><a></li></menu></nav> style, fwiw
  2981. # [23:14] * Quits: cadecairos (cadecairos@EDDEAA06.33EE9F8A.1139E686.IP) (Input/output error)
  2982. # [23:14] * Joins: louisremi (louisremi@moz-381A2210.dsl.sta.abo.bbox.fr)
  2983. # [23:14] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
  2984. # [23:16] * Quits: msucan (msucan-@E52374FB.B8F2BA96.699550A1.IP) (Quit: .)
  2985. # [23:16] * Joins: re588 (RE@E9A639C3.E46D361A.8F339A2F.IP)
  2986. # [23:16] * Quits: Ms2ger (Ms2ger@3D429861.2FFB4560.37724B0D.IP) (Quit: nn)
  2987. # [23:16] * Quits: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: clee)
  2988. # [23:16] * Quits: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  2989. # [23:17] * Quits: re588 (RE@E9A639C3.E46D361A.8F339A2F.IP) (Quit: )
  2990. # [23:18] * Joins: jdm (jdm@moz-6964083D.uwaterloo.ca)
  2991. # [23:18] * Joins: jviereck (Adium@moz-3A2E2122.dip.t-dialin.net)
  2992. # [23:19] <espindola> is there a way on linux to stop all other threads in the same process?
  2993. # [23:19] <espindola> or do I have to use fork and ptrace?
  2994. # [23:20] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2995. # [23:20] * Joins: kkdeep (kkdeep@AEC3AC64.EDB92836.E3E2C386.IP)
  2996. # [23:20] * edransch is now known as edransch-away
  2997. # [23:21] * Quits: kkdeep (kkdeep@AEC3AC64.EDB92836.E3E2C386.IP) (Quit: )
  2998. # [23:21] * Joins: dveditz (dveditz@moz-BBE3ABD.mv.mozilla.com)
  2999. # [23:21] * ChanServ sets mode: +o dveditz
  3000. # [23:21] * Quits: askalski (akuda@moz-6A36EC49.ip.abpl.pl) (Quit: Wychodzi)
  3001. # [23:22] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  3002. # [23:22] * Joins: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net)
  3003. # [23:23] * Joins: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP)
  3004. # [23:23] * Quits: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP) (Quit: madhava)
  3005. # [23:24] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  3006. # [23:25] <biesi> espindola, stopping threads is generally a bad idea
  3007. # [23:25] <biesi> coz that has a high risk of deadlocks
  3008. # [23:25] * khuey is now known as khuey|away
  3009. # [23:25] * catlee is now known as catlee-away
  3010. # [23:26] * bz is now known as bz_diner
  3011. # [23:26] <espindola> biesi, np, this is for self modifying code, so stopping the threads is probably to the worst :-)
  3012. # [23:27] <@dolske> self-modifying threaded code? what could go wrong?!
  3013. # [23:27] * bz_diner is now known as bz_dinner
  3014. # [23:27] * Joins: timA|mth (Instantbir@moz-535753DA.hsd1.or.comcast.net)
  3015. # [23:27] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  3016. # [23:28] * Joins: timA|mti (Instantbir@moz-535753DA.hsd1.or.comcast.net)
  3017. # [23:28] * Quits: prazuber (prazuber@moz-8FDA4E25.savvy.volia.net) (Quit: )
  3018. # [23:28] <espindola> the intel manual is not clear. I can read it as saying that a locked swap will make sure every thread sees only the new or old instructions
  3019. # [23:28] * Quits: timA|mtg (Instantbir@moz-535753DA.hsd1.or.comcast.net) (Ping timeout)
  3020. # [23:29] <espindola> or if that only applies to each instruction
  3021. # [23:29] * timA|mti is now known as timA
  3022. # [23:29] * Quits: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP) (Quit: Leaving)
  3023. # [23:29] * davehunt|mtg is now known as davehunt
  3024. # [23:29] * Quits: timA|mth (Instantbir@moz-535753DA.hsd1.or.comcast.net) (Ping timeout)
  3025. # [23:29] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  3026. # [23:30] * Quits: Boriss (FlyingToas@moz-10902A55.telecom.net.ar) (Quit: Boriss)
  3027. # [23:30] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  3028. # [23:30] * ChanServ sets mode: +o roc
  3029. # [23:31] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3030. # [23:31] * Quits: xakz (XaMaD@moz-34FBE388.fbx.proxad.net) (Ping timeout)
  3031. # [23:31] * Joins: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3032. # [23:31] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Quit: bye)
  3033. # [23:32] * Quits: mconley_ (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3034. # [23:33] * Quits: smontagu (chatzilla@moz-DEDDC26B.red.bezeqint.net) (Ping timeout)
  3035. # [23:35] * Quits: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: clee)
  3036. # [23:35] * Joins: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  3037. # [23:36] <BenWa> ted2: glandium: Alright so doing STRIP_FLAGS="--strip-debug" on linux does the following: keeps our 250k symbols (nm libxul.so | wc -l). Increases the .gz from 22MB to 25MB, increase the decompressed libxul.so from 49MB to 69MB
  3038. # [23:36] <BenWa> strip-debug == -d (just more descriptive)
  3039. # [23:37] * Quits: gandalf (zbraniecki@moz-2E335593.neoplus.adsl.tpnet.pl) (Quit: Computer has gone to sleep.)
  3040. # [23:37] * bhearsum is now known as bhearsum|afk
  3041. # [23:37] <BenWa> So we want to do it at a minimum in nightly-profiling. Do we want to do it under any other settings?
  3042. # [23:40] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.88.1 [SeaMonkey 2.7/20120129174238])
  3043. # [23:41] * armenzg_brb is now known as armenzg_afk
  3044. # [23:41] * Quits: armenzg_afk (armenzg@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3045. # [23:41] * Joins: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3046. # [23:42] * Joins: jlebar (jlebar@moz-B77DEAEB.mozilla.org)
  3047. # [23:42] <jlebar> With window.open, you can set the window's name using the second argument. What's the equivalent way to do that with iframes?
  3048. # [23:43] * Quits: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: clee)
  3049. # [23:45] * Quits: dao (dao@moz-B1D98078.superkabel.de) (Quit: Leaving.)
  3050. # [23:45] <jlebar> Oh, it's apparently just |name|.
  3051. # [23:45] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  3052. # [23:46] * Joins: catalinb (ethereal@moz-7443FA19.eregie.pub.ro)
  3053. # [23:46] * Joins: clee (clee@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3054. # [23:47] * Quits: stux (stux@moz-FD6B9EC6.hfc.comcastbusiness.net) (Ping timeout)
  3055. # [23:47] <espindola> what is the memory management of nsACString?
  3056. # [23:47] <espindola> it copies the const char * passed to the constructor?
  3057. # [23:47] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  3058. # [23:47] * ChanServ sets mode: +o roc
  3059. # [23:47] <jdm> espindola: dependends on the implementation, since A is abstract
  3060. # [23:47] <espindola> looking at dxr, but it seems confused with the forwarding to NS_CStringSetData
  3061. # [23:48] <jdm> espindola: nsCString/nsCAutoString duplicate the string
  3062. # [23:48] * Quits: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: yuan)
  3063. # [23:48] <jdm> nsDependentCString shares it
  3064. # [23:48] <espindola> Interesting
  3065. # [23:48] <espindola> thanks!
  3066. # [23:49] <jlebar> espindola, In case you don't have the link: https://developer.mozilla.org/en/xpcom_string_guide
  3067. # [23:49] <espindola> cool
  3068. # [23:49] <espindola> thanks
  3069. # [23:49] * timA is now known as timA|lunch
  3070. # [23:50] * Quits: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3071. # [23:51] * Joins: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3072. # [23:51] * jgriffin is now known as jgriffin-afk
  3073. # [23:51] * Quits: mayhemer__ (Miranda@B3D46202.F87A741B.F23860FD.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  3074. # [23:53] * Quits: louisremi (louisremi@moz-381A2210.dsl.sta.abo.bbox.fr) (Ping timeout)
  3075. # [23:54] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  3076. # [23:54] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  3077. # [23:57] * Joins: stux (stux@moz-FD6B9EC6.hfc.comcastbusiness.net)
  3078. # [23:58] * Quits: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: )
  3079. # [23:59] * Quits: sgreenlay (sgreenlay@E17A855D.16AD8761.971E19F6.IP) (Quit: Bye!)
  3080. # Session Close: Fri Apr 06 00:00:01 2012

The end :)