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

Options:

  1. # Session Start: Wed Apr 11 00:00:01 2012
  2. # Session Ident: #developers
  3. # [00:00] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  4. # [00:00] <Waldo> Bas: I'd say just replace it with a call to the current impl function; you don't need to go all the way to understanding it to adjust it sufficient to the current task, and I don't think it's that important that the issue must be forced
  5. # [00:01] * Quits: ehugg (chatzilla@5B617238.C5EAED67.6CD50604.IP) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643])
  6. # [00:02] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  7. # [00:02] <Bas> Waldo: The assert seems silly anyway, as the -only- caller does ((n) <= 1 ? 0 : 1 + , right?
  8. # [00:03] <Bas> I guess there could be more callers in theory
  9. # [00:04] * Quits: wlach (wlach@moz-14AFFC14.vif.net) (Quit: Leaving)
  10. # [00:04] * Joins: jviereck (Adium@moz-BBE3ABD.mv.mozilla.com)
  11. # [00:05] <Waldo> Bas: yeah, potential future callers
  12. # [00:05] <@ehsan> fantasai: ok, I'm currently building, will update the crashtest when the build is finished
  13. # [00:05] <Waldo> JS has a policy of asserting everything, regardless whether it's obviously correct for the uses at the instant
  14. # [00:05] <Bas> Waldo: But just to make sure I understand, you're saying kill the assert for now?
  15. # [00:05] <Bas> Not a bad policy per se.
  16. # [00:05] <fantasai> ehsan: Did that make sense, about the crashtest?
  17. # [00:06] * Joins: wlach (wlach@moz-14AFFC14.vif.net)
  18. # [00:06] <@ehsan> fantasai: yep
  19. # [00:07] <Waldo> Bas: http://pastebin.mozilla.org/1562955
  20. # [00:07] * Quits: kaie (kaie@moz-76F27ECD.dip.t-dialin.net) (Quit: Leaving)
  21. # [00:07] * Quits: tonymec|away (tonymec@A8303978.3124D314.277517C1.IP) (Ping timeout)
  22. # [00:07] <Bas> Waldo: Ok, that's what I had now, excellent.
  23. # [00:07] * Waldo is really not sure how this communication is proceeding so confusedly :-)
  24. # [00:07] <Waldo> but thankfully pastebins speak louder than words
  25. # [00:08] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  26. # [00:08] <Bas> Waldo: Probably the vagueness of the terms inlining and impls when related to Macro's vs functions
  27. # [00:08] <Waldo> could be!
  28. # [00:08] <fantasai> ehsan: ok, r=fantasai for when the crashtest actually runs your code and doesn't crash ;)
  29. # [00:08] * Joins: tonymec|away (tonymec@A8303978.3124D314.277517C1.IP)
  30. # [00:09] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  31. # [00:09] * Fallen is now known as Fallen|away
  32. # [00:09] <Waldo> fantasai: tall order there
  33. # [00:09] * philor|away is now known as philor
  34. # [00:10] * Quits: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.19/2010030105])
  35. # [00:10] <hvq> Hi, if I want to add an event to a list item, use addevent "click", what if I want to add the event only on double click?
  36. # [00:11] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  37. # [00:11] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  38. # [00:11] <hvq> is there alist of all supported events in firefox?
  39. # [00:11] <@ehsan> fantasai: do you also want me to double the dynamic heights?
  40. # [00:11] * @ehsan thinks yes
  41. # [00:12] <Mossop> hvq: For XUL or HTML?
  42. # [00:12] <hvq> Mossop: for XUL
  43. # [00:12] * Quits: beaufour (beaufour@18D5CC88.C7EE4FB2.ECED8BE3.IP) (Quit: beaufour)
  44. # [00:12] * Quits: dseif (dseif@C080F02E.33EE9F8A.1139E686.IP) (Input/output error)
  45. # [00:12] <Mossop> hvq: https://developer.mozilla.org/en/XUL/Events
  46. # [00:12] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  47. # [00:12] <Mossop> See dblclick
  48. # [00:12] * bwinton is now known as bwinton_away
  49. # [00:12] * Joins: fantasai- (yaaic@moz-D20B8BAF.tmodns.net)
  50. # [00:13] * Joins: nrc (nrc@E2F7352.56080C53.97BBD552.IP)
  51. # [00:13] * AaronMT is now known as AaronMT|afk
  52. # [00:13] * bz is now known as bz_away
  53. # [00:13] <hvq> Mossop: thanx a lot
  54. # [00:13] * Joins: adev (Instantbir@moz-24EE697D.ictp.it)
  55. # [00:14] <@ehsan> fantasai: (no crashes on the testcase)
  56. # [00:14] * Quits: wlach (wlach@moz-14AFFC14.vif.net) (Quit: Leaving)
  57. # [00:15] * Joins: WeirdAl (chatzilla@moz-5BDC219.hsd1.ca.comcast.net)
  58. # [00:15] <WeirdAl> Is there any reason why building nsDOMClassInfo should take more than 5 minutes on VC2010?
  59. # [00:15] * Quits: adev (Instantbir@moz-24EE697D.ictp.it) (Input/output error)
  60. # [00:16] * Quits: nattokirai (nattokirai@moz-6A258170.dynamic.ppp.asahi-net.or.jp) (Quit: nattokirai)
  61. # [00:16] * Joins: tonymec (tonymec@A8303978.3124D314.277517C1.IP)
  62. # [00:16] <philor> hmm, an OOM shutdown crash?
  63. # [00:16] * Quits: Ally_ (textual@moz-C1B02E68.range86-174.btcentralplus.com) (Quit: Computer has gone to sleep.)
  64. # [00:16] * philor back slowly away from the log
  65. # [00:18] * Quits: jorendorff (jorendorff@moz-FAB36621.hsd1.tn.comcast.net) (Ping timeout)
  66. # [00:18] <@ehsan> fantasai: submitted a new patch with the updated test
  67. # [00:20] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  68. # [00:20] * Joins: dseif (dseif@522589E3.531FD64C.630E4E47.IP)
  69. # [00:21] <philor> huh, what bz_away pushed to aurora in https://hg.mozilla.org/releases/mozilla-aurora/rev/40e45c33965c was not actually all of that patch, that's sort of worrisome
  70. # [00:21] <gavin> o_O
  71. # [00:22] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  72. # [00:22] <WeirdAl> aggh, that was more like 10-15 mins
  73. # [00:22] <philor> maybe just a busted merge, since the last hunk wouldn't apply to beta
  74. # [00:23] <philor> but a busted merge leaving permaorange behind
  75. # [00:23] * padenot is now known as padenot|away
  76. # [00:23] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  77. # [00:23] * Joins: rclick (rclick@EE915ED2.DAE515C7.CDFD6498.IP)
  78. # [00:24] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Quit: Instantbird 1.2a1pre)
  79. # [00:24] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  80. # [00:26] * Quits: pnemsak (Miranda@80CFE454.10D9684B.4F33160D.IP) (Quit: pnemsak)
  81. # [00:26] * @khuey grubmles
  82. # [00:26] <@khuey> why can't gmail find this bug from two years ago that I'm looking for
  83. # [00:27] <jhammel> google hates you?
  84. # [00:27] * Quits: WeirdAl (chatzilla@moz-5BDC219.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88.2 [Firefox 11.0/20120312181643])
  85. # [00:27] <@khuey> possible
  86. # [00:27] <jhammel> its probably nothing personal
  87. # [00:27] * Joins: adev (Instantbir@moz-24EE697D.ictp.it)
  88. # [00:28] <@khuey> google is too big to hate me personally
  89. # [00:29] * Quits: adev (Instantbir@moz-24EE697D.ictp.it) (Input/output error)
  90. # [00:29] * padenot|away is now known as padenot
  91. # [00:29] * Joins: adev (Instantbir@moz-24EE697D.ictp.it)
  92. # [00:29] * Quits: logbot (logbot@moz-622AFC27.glob.com.au) (Ping timeout)
  93. # [00:29] <hub> khuey: because it can't display relevant ads for it, so it does not want to show it?
  94. # [00:29] <hub> ;-)
  95. # [00:31] * Quits: adev (Instantbir@moz-24EE697D.ictp.it) (Quit: Instantbird -- http://www.instantbird.com)
  96. # [00:31] * Joins: adev (Instantbir@moz-24EE697D.ictp.it)
  97. # [00:31] * Quits: squib (squib-@moz-3F6F2A9C.ep.wisc.edu) (Quit: Leaving)
  98. # [00:31] * Joins: wlach (wlach@moz-14AFFC14.vif.net)
  99. # [00:31] * Joins: logbot (logbot@moz-622AFC27.glob.com.au)
  100. # [00:31] * Quits: adev (Instantbir@moz-24EE697D.ictp.it) (Quit: Instantbird -- http://www.instantbird.com)
  101. # [00:32] * Quits: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com) (Quit: Mardak)
  102. # [00:33] * edransch is now known as edransch-away
  103. # [00:34] <Bas> waldo: Updated bug 719776, it compiles on Windows, hopefully it matches your idea this time :)
  104. # [00:35] <Waldo> lookifying
  105. # [00:35] * Quits: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  106. # [00:35] * coop is now known as coop|afk
  107. # [00:35] <jhford> hey everyone running mac nightlies on mozilla-central
  108. # [00:35] <jhford> pleaes check for updates now
  109. # [00:36] <jhford> and let me know if your update doesn't wokr
  110. # [00:37] * Joins: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com)
  111. # [00:37] * Joins: ehugg (chatzilla@moz-44D86B1E.cisco.com)
  112. # [00:38] * Quits: tonymec (tonymec@A8303978.3124D314.277517C1.IP) (Ping timeout)
  113. # [00:38] * jwir3 is now known as jwir3|away
  114. # [00:39] * Quits: espindola (espindola@moz-E3C907E0.dsl.teksavvy.com) (Quit: Ex-Chat)
  115. # [00:39] * Joins: tonymec (tonymec@A8303978.3124D314.277517C1.IP)
  116. # [00:40] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  117. # [00:41] * Joins: bat (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  118. # [00:41] * Quits: jgilbert_ (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  119. # [00:41] * Quits: mascondante (kvirc@AD13EB4A.BBC03DF0.9A06DD32.IP) (Connection reset by peer)
  120. # [00:41] * bat is now known as jgilbert
  121. # [00:41] * Joins: mascondante (kvirc@AD13EB4A.BBC03DF0.9A06DD32.IP)
  122. # [00:43] * Quits: drice (derice@1606D15F.E628B196.8E155D4E.IP) (Quit: Leaving.)
  123. # [00:44] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  124. # [00:44] * mattwoodrow is now known as mattwoodrow|away
  125. # [00:44] * Quits: ajuma (ajuma@F2D29657.F60B0462.67AC9B1.IP) (Quit: ajuma)
  126. # [00:45] * Quits: dseif (dseif@522589E3.531FD64C.630E4E47.IP) (Ping timeout)
  127. # [00:45] * padenot is now known as padenot|away
  128. # [00:45] * padenot|away is now known as padenot
  129. # [00:46] * Joins: sheeri-iphone (sheeriipho@moz-85B610E6.mycingular.net)
  130. # [00:46] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  131. # [00:46] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  132. # [00:48] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  133. # [00:48] * mcote is now known as mcote|afk
  134. # [00:48] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse)
  135. # [00:49] <taras> jet: do you know about mozRequestAnimationFrame?
  136. # [00:49] <taras> or can you point me to someone who isn't roc who knows about it?
  137. # [00:49] <taras> in particular when you do setTimeout(...,0) vs mozRequestAnimationFrame... the event scheduling seems to be different
  138. # [00:50] <taras> is that correct?
  139. # [00:50] * bhearsum is now known as bhearsum|afk
  140. # [00:51] * Joins: aja (chatzilla@31F97AFA.71C78C16.7880DB15.IP)
  141. # [00:52] * Quits: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  142. # [00:52] <jet> yes, it's different due to how the callback fires before/after painting. bz will likely know more about the internals
  143. # [00:52] <biesi> taras, the theory is that mozRequestAnimationFrame is linked to screen refresh rate. I have no idea if that's what we implement, though
  144. # [00:52] * Joins: WeirdAl (chatzilla@moz-5BDC219.hsd1.ca.comcast.net)
  145. # [00:52] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  146. # [00:52] <@dolske> yeah, aiui it's hooked up tothe refresh driver?
  147. # [00:52] <taras> jet: in particular from my experience
  148. # [00:52] <taras> it seems to run sooner the first time
  149. # [00:52] <@dolske> and for content is supposed to be throttled in background tabs
  150. # [00:52] <taras> like it bypasses the event queue
  151. # [00:52] * Joins: dseif (dseif@DD4946AC.531FD64C.630E4E47.IP)
  152. # [00:53] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Quit: Leaving.)
  153. # [00:54] <@dolske> not sure how the event queue and refresh driver interact... dbaron / dholbert might know?
  154. # [00:54] <taras> jet: in particular can i replace the setTimeout with mozRequestAnimationFrame for http://blog.mozilla.com/tglek/2012/04/10/argh-at-our-unresponsive-tab-strip-settimeoutfoo-0-can-be-very-harmful and expect things to be less bad?
  155. # [00:54] <taras> dholbert: ^
  156. # [00:54] <WeirdAl> Hey, folks - I'm trying to launch about:addons in a XULRunner app, and it's complaining that the addons.windowTitle entity is undefined... but it should be picking that up from toolkit's extensions.dtd. Any ideas?
  157. # [00:54] <dholbert> taras, I don't think so
  158. # [00:54] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  159. # [00:55] <Mossop> WeirdAl: Possibly relies on the branding dtds being correct
  160. # [00:55] <@dbaron> dolske, the refresh driver runs off a timer
  161. # [00:55] <@dolske> ah, so you might run sooner than a new setTimeout if the refresh driver's timer is already in the Q?
  162. # [00:56] <taras> dholbert: in particular if there is already a repaint scheduled, seemed that requesting mozrequestanimation did right thing(tm)
  163. # [00:56] <taras> right
  164. # [00:56] * @dolske has to run
  165. # [00:56] <dholbert> taras, ah, possibly... I'm fuzzy on how soon mozRequestAnimationFrame can get you a callback
  166. # [00:56] <WeirdAl> bah, you're right, Mossop
  167. # [00:56] <@dbaron> taras, doesn't sound like it would help this particular case
  168. # [00:57] * WeirdAl feels really stupid
  169. # [00:57] <@dbaron> taras, though I could be missing something
  170. # [00:57] <@dbaron> taras, bz is probably better at modeling that sort of thing in his head than I am
  171. # [00:57] <taras> bz_away: :(
  172. # [00:57] <taras> i guess i can do this experimentally
  173. # [00:57] <taras> schedule both and see what happens
  174. # [00:57] * Quits: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  175. # [00:58] <dholbert> taras, so the scenario is basically "add a bunch of events to the event queue; [asynchronously request a paint somehow]"
  176. # [00:58] * Joins: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  177. # [00:58] <dholbert> taras, and the question is whether mozRequestAnimationFrame (or anything) is better at requesting that repaint, as compared to setTimeout(0)
  178. # [00:58] <dholbert> taras, correct?
  179. # [00:58] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  180. # [00:59] * mattwoodrow|away is now known as mattwoodrow
  181. # [00:59] <dholbert> s/is better at requesting that repaint/will get us an earlier callback/
  182. # [00:59] <taras> dholber basically the idea is [my code][stuff that will request repaint]
  183. # [00:59] * Quits: CuriousJohn (John@moz-4C1C7342.gar.clearwire-wmx.net) (Quit: CuriousJohn)
  184. # [00:59] <taras> dholber basically the idea is [my code][invalidate that will get requested irrelevant of my code]
  185. # [01:00] <taras> so with setTimeout..my handler ends up [my code][invalidate that will get requested irrelevant of my code][setTimeoutHandler]
  186. # [01:00] <Waldo> Bas: why is OutputAssertMessage an always-inlined function? any reason why it shouldn't be defined out-of-line, with the normal sort of symbol?
  187. # [01:00] <taras> dholbert: does that make sense?
  188. # [01:00] * Quits: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  189. # [01:01] <dholbert> taras, yeah
  190. # [01:02] <dholbert> taras, and you're wondering if you can get your setTimeoutHandler to be called before that [invalidate] chunk
  191. # [01:02] <taras> right
  192. # [01:03] <taras> well
  193. # [01:03] <taras> i want it to be called within the [invalidate] chunk
  194. # [01:03] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  195. # [01:03] <dholbert> ah right
  196. # [01:03] <dholbert> taras, you might be onto something with the "if there's already a refresh queued" idea
  197. # [01:03] <dholbert> (hooking onto that)
  198. # [01:03] * Joins: njn (chatzilla@moz-2AA9F828.dyn.iinet.net.au)
  199. # [01:03] * Joins: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  200. # [01:03] <taras> ok
  201. # [01:03] <taras> i'll do some experiments(easier than reading code at this time of day)
  202. # [01:04] * Quits: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp) (Quit: Leaving...)
  203. # [01:04] <dholbert> taras, also -- at one point, we imposed a minimum timeout value on setTimeout, so setTimeout(0) was really setTimeout(10) or something
  204. # [01:05] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  205. # [01:05] <dholbert> taras, if that's still the case, you might be able to find a turbo Internal-Only-Exposed-To-Chrome alternative
  206. # [01:05] * Quits: WeirdAl (chatzilla@moz-5BDC219.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88.2 [Firefox 11.0/20120312181643])
  207. # [01:05] <taras> yeah i mainly just need to jump the event queue
  208. # [01:05] <dholbert> but that probably won't make too much of a difference here
  209. # [01:05] <dholbert> yeah
  210. # [01:05] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  211. # [01:06] <taras> to avoid randoms stuff slowing me down
  212. # [01:06] <dholbert> wait your turn!
  213. # [01:06] <taras> but ok
  214. # [01:07] <jgilbert> taras: we don't throttle the postMessage 'setTimeout zero hole', last I heard
  215. # [01:08] * Quits: priya (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  216. # [01:08] <taras> jgilbert: i'm not sure what zero hole refers to
  217. # [01:08] * Quits: sheeri-iphone (sheeriipho@moz-85B610E6.mycingular.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  218. # [01:09] <jgilbert> taras: setTimeout has a floor of 4-10ms, whereas using postMessage (or something) you can effectively get a setTimeout(0)
  219. # [01:09] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  220. # [01:09] * Quits: njn (chatzilla@moz-2AA9F828.dyn.iinet.net.au) (Client exited)
  221. # [01:10] * Joins: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  222. # [01:10] <jgilbert> taras: http://dbaron.org/log/20100309-faster-timeouts
  223. # [01:10] * Quits: fantasai- (yaaic@moz-D20B8BAF.tmodns.net) (Ping timeout)
  224. # [01:10] * Quits: eflores_ (eflores@538BABFE.A073F3E.97BBD552.IP) (Connection reset by peer)
  225. # [01:10] * Joins: eflores (eflores@538BABFE.A073F3E.97BBD552.IP)
  226. # [01:11] * AaronMT|afk is now known as AaronMT
  227. # [01:12] * gregglind_afk is now known as gregglind
  228. # [01:12] * Joins: njn (chatzilla@moz-2AA9F828.dyn.iinet.net.au)
  229. # [01:13] <cpearce> uh, did someone move the profile dir in nightly builds without telling me? Firefox can't find my profile dirs, but they're totally still there...
  230. # [01:13] <taras> jgilbert: thanks
  231. # [01:13] <taras> cpearce: is the ini file still pointing at them/
  232. # [01:14] <cpearce> taras: where's the ini?
  233. # [01:14] <taras> same dir level as the profiles
  234. # [01:14] <taras> in C:\Users\taras\AppData\Roaming\Mozilla\Firefox here
  235. # [01:14] <cpearce> ho hum, it is not.
  236. # [01:14] <cpearce> wonder how that happened...
  237. # [01:15] <taras> some .mozilla/firefox on linux i think
  238. # [01:15] <cpearce> taras: thanks!
  239. # [01:15] * Joins: fantasai2 (yaaic@moz-D20B8BAF.tmodns.net)
  240. # [01:15] * Quits: hipokrit (hipokrit@81016825.8DB70AE8.839F6EC0.IP) (Quit: Leaving)
  241. # [01:16] <cpearce> maybe it was that windows update I just installed... That would be bad...
  242. # [01:16] * Joins: mburst (mburst@C5B03ED4.15EE8362.5379700C.IP)
  243. # [01:17] * Quits: mburst (mburst@C5B03ED4.15EE8362.5379700C.IP) (Quit: Leaving)
  244. # [01:17] * Quits: prazuber (prazuber@moz-8FDA4E25.savvy.volia.net) (Quit: )
  245. # [01:18] * Joins: priya (Adium@moz-BBE3ABD.mv.mozilla.com)
  246. # [01:19] * Quits: dseif (dseif@DD4946AC.531FD64C.630E4E47.IP) (Input/output error)
  247. # [01:20] * heycam|away is now known as heycam
  248. # [01:21] <taras> dholbert: no dice
  249. # [01:22] <dholbert> taras, sad
  250. # [01:22] <taras> it seems to run on a different schedule than setTimeout
  251. # [01:22] <taras> sometimes faster, sometimes slower
  252. # [01:22] <taras> which is weird
  253. # [01:22] <dholbert> taras, sort of makes sense. it's just getting an event stuck in the event queue, ~60 times per second
  254. # [01:22] <taras> why would it run faster?
  255. # [01:23] <taras> itcould be in slower case we aren't actually painting until later :(
  256. # [01:23] <dholbert> it's your "if there's already a refresh scheduled" case
  257. # [01:23] * Quits: askalski (akuda@moz-6A36EC49.ip.abpl.pl) (Quit: Wychodzi)
  258. # [01:23] <taras> i'm saying it might not matter for my case if it runs later then
  259. # [01:23] <taras> since there is no paint
  260. # [01:23] <taras> hmm
  261. # [01:23] <jgilbert> is this re:requestAnimationFrame?
  262. # [01:23] * Quits: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  263. # [01:23] <taras> yeah
  264. # [01:23] <dholbert> (yeah)
  265. # [01:24] <jgilbert> bug 731974 may be of interest
  266. # [01:25] <taras> postmessage might be overkill for this
  267. # [01:25] <taras> hehe
  268. # [01:25] <taras> i see that all the time
  269. # [01:28] <taras> i thought they were on purpose
  270. # [01:28] * Quits: geoffbrown (geoffbrown@moz-E63016E2.vc.shawcable.net) (Input/output error)
  271. # [01:28] <taras> some gfx wisdom
  272. # [01:28] * Joins: geoffbrown (geoffbrown@moz-E63016E2.vc.shawcable.net)
  273. # [01:28] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  274. # [01:30] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  275. # [01:32] * davehunt is now known as davehunt|away
  276. # [01:35] * Joins: jlebar|mac (~jlebarmac@moz-3F3A6302.dyn.columbia.edu)
  277. # [01:36] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  278. # [01:37] * Quits: zzzzz (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net) (Ping timeout)
  279. # [01:37] * Joins: zzzzz (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net)
  280. # [01:39] * Quits: fantasai2 (yaaic@moz-D20B8BAF.tmodns.net) (Connection reset by peer)
  281. # [01:39] * Joins: fantasai3 (yaaic@moz-D20B8BAF.tmodns.net)
  282. # [01:39] * Joins: faramarz (faramarz@5AAE35B2.5EFFC0B8.24454B25.IP)
  283. # [01:41] * Joins: darktrojan (geoff@moz-30B3CCFD.telstraclear.net)
  284. # [01:41] * Quits: IanN (chatzilla@moz-3F5A461C.cable.virginmedia.com) (Quit: ChatZilla 0.9.88.2 [SeaMonkey 2.11a1/20120409095641])
  285. # [01:42] * Joins: jprmc (jprmc@94F4F1F1.5BCEC6DB.DA78B690.IP)
  286. # [01:42] * Quits: zzzzz (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net) (Ping timeout)
  287. # [01:42] * Joins: zzzzz (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net)
  288. # [01:43] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving.)
  289. # [01:43] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  290. # [01:44] * Joins: mwu (mwu@5AAE35B2.5EFFC0B8.24454B25.IP)
  291. # [01:45] * Quits: faramarz (faramarz@5AAE35B2.5EFFC0B8.24454B25.IP) (Quit: faramarz)
  292. # [01:45] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  293. # [01:51] * jhammel is now known as jgriffin_
  294. # [01:51] * jgriffin_ is now known as jhammel
  295. # [01:51] * Quits: jviereck (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  296. # [01:52] * Joins: harth (harth@moz-C2C235AC.bb.sky.com)
  297. # [01:52] <fantasai> ehsan: replied
  298. # [01:52] * Quits: dcamp (dave@9E727688.17C2F9C.163DC5C6.IP) (Quit: Leaving...)
  299. # [01:53] * Quits: nhirata (nhirata.bu@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: nhirata)
  300. # [01:53] * Quits: Mossop (mossop@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  301. # [01:54] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  302. # [01:55] * Quits: mixedpuppy (mixedpuppy@21B7B9F2.B87E9213.6E712CE2.IP) (Quit: mixedpuppy)
  303. # [01:55] * Quits: jlebar|mac (~jlebarmac@moz-3F3A6302.dyn.columbia.edu) (Quit: jlebar|mac)
  304. # [01:56] * Joins: mixedpuppy (mixedpuppy@21B7B9F2.B87E9213.6E712CE2.IP)
  305. # [01:57] <darktrojan> hmmm 1.3 Product Status Updates (voice updates)
  306. # [01:57] <darktrojan> 1.3.1 Firefox Future (9, 10, 11)
  307. # [01:58] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse)
  308. # [01:58] <darktrojan> looks like the meeting notes template is stuck in a time warp
  309. # [01:59] <jhammel> its just a jump to the left
  310. # [01:59] <darktrojan> and a step to the right
  311. # [02:00] * Joins: dcamp (dave@9E727688.17C2F9C.163DC5C6.IP)
  312. # [02:00] <Callek> :-P
  313. # [02:00] * Callek skips to the pelvic thrust and smiles
  314. # [02:01] * zpao is now known as zpao|detached
  315. # [02:01] * Joins: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  316. # [02:02] * Joins: kanru`` (user@moz-EF4A3E58.dynamic.hinet.net)
  317. # [02:04] <Waldo> ah, rocky horror...good stuff. once.
  318. # [02:05] <jhammel> Waldo: pfff, you're probably one of those people who thinks All Your Base has gotten old
  319. # [02:05] * Joins: gwagner_ (idefix@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  320. # [02:05] * Joins: faramarz (faramarz@5AAE35B2.5EFFC0B8.24454B25.IP)
  321. # [02:06] <Waldo> I mean "once" in the sense of "worth being exposed to, so not worth seeing more than once" :-P
  322. # [02:06] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  323. # [02:06] <Waldo> jhammel: ha ha ha
  324. # [02:06] * Joins: hatman (Mibbit@moz-D711133E.allocated.csupomona.edu)
  325. # [02:06] <philor> terrence: busted
  326. # [02:07] * Joins: mjschranz_ (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  327. # [02:07] <philor> woo, new Mac build slaves can burn in only a minute!
  328. # [02:07] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  329. # [02:07] <jhammel> now *that's* fast!
  330. # [02:07] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  331. # [02:07] * Joins: bsmith (bsmith@moz-BBE3ABD.mv.mozilla.com)
  332. # [02:08] <Waldo> er, hm, maybe that should have been "ha ha ha ha" (was I miming the text, or miming the voice?)
  333. # [02:08] * Quits: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Ping timeout)
  334. # [02:08] <jhammel> What you say?!?
  335. # [02:09] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  336. # [02:09] * padenot is now known as padenot|away
  337. # [02:10] * Waldo knows what he doing
  338. # [02:11] * Joins: ibarlow (ibarlow@moz-D5CDF301.cpe.net.cable.rogers.com)
  339. # [02:12] * Quits: ddahl (ddahl@moz-4FFA5540.hsd1.il.comcast.net) (Ping timeout)
  340. # [02:15] * Quits: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: leaving)
  341. # [02:16] * jaws is now known as jaws|brb
  342. # [02:18] * Quits: asac (asac@moz-EBC24484.pppoe.wtnet.de) (Quit: leaving)
  343. # [02:19] * Joins: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  344. # [02:20] <Bas> Waldo: I can make it simply static? I would like to keep it inline so we can use it anywhere without worrying, if you want me to put it in a separate file that's fine though I suppose.
  345. # [02:21] * Quits: sfink (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  346. # [02:22] * Quits: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com) (Quit: Mardak)
  347. # [02:22] <Waldo> Bas: if you're using mfbt, I think you're going to have to accept the dependency on the library, and on compiled files
  348. # [02:23] <Waldo> Bas: although, maybe I'd benefit from a little more explanation of what's being solved, I guess
  349. # [02:24] * Quits: harth (harth@moz-C2C235AC.bb.sky.com) (Input/output error)
  350. # [02:24] <Bas> Waldo: Azure can be built stand-alone, my new testing framework does that for example, result, I can recompile in 3 seconds and run testst in seconds as well, as well as allowing people to develop for Azure without needing a mozilla build environment.
  351. # [02:24] * Quits: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: yuan)
  352. # [02:24] * Joins: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net)
  353. # [02:25] * Quits: hvq (HVQ@moz-D214B62B.dynip.nus.edu.sg) (Quit: Instantbird 1.1)
  354. # [02:25] * Quits: eflores (eflores@538BABFE.A073F3E.97BBD552.IP) (Client exited)
  355. # [02:25] * Quits: kumar (kmcmillan@moz-F2D05B8.c3-0.stk-ubr1.chi-stk.il.cable.rcn.com) (Quit: kumar)
  356. # [02:25] <Waldo> Bas: is this people compiling from a full mozilla checkout, just gfx/azure (or whatever the directory is) and mfbt/, or what?
  357. # [02:26] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Quit: Leaving...)
  358. # [02:26] * Joins: eflores (eflores@538BABFE.A073F3E.97BBD552.IP)
  359. # [02:26] <Waldo> perhaps the answer here is to streamline building/linking against mfbt
  360. # [02:26] <Bas> Waldo: Right now it's primarily me, and some people expressing interest (but not being able to, that's what I'm fixing :))
  361. # [02:26] <Waldo> although that perhaps should be followup-land
  362. # [02:26] <Bas> Waldo: Yes, that would certainly be a better long term solution :)
  363. # [02:26] <Bas> If mfbt was something that -could- be simply built stand-alone without mozilla build-cruft, I would have no issue depending on it :)
  364. # [02:27] * Quits: eflores (eflores@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  365. # [02:27] * Quits: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: anant)
  366. # [02:27] * hwine is now known as hwine-ooo
  367. # [02:27] <Waldo> Bas: okay; how about we go with what you have for now (but stick a |static| in front of MOZ_ALWAYS_INLINE, because C files do depend on this header), and file a followup to make mfbt's build/link stuff easier to work with? glandium is the build expert for mfbt, I really know next to nothing about it
  368. # [02:28] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  369. # [02:28] * Joins: eflores (eflores@538BABFE.A073F3E.97BBD552.IP)
  370. # [02:28] <Waldo> build stuff is deep hoodoo voodoo as far as I'm concerned, for anything but the simplest argument tweaking and such
  371. # [02:28] <Bas> Exactly why I want to stay away from it ;)
  372. # [02:28] <Bas> Waldo: Sounds fine with me! BTW, while I'm at it want me to correct the modeline of Assertions.h then? If it is indeed supposed to have c-basic-offset: 4? My editor just respects the modeline.
  373. # [02:29] <Waldo> Bas: yes, please correct it; modeline stuff was inconsistently applied originally, prior to mfbt/STYLE existing, and I have not had time to go and clean up everything to conform to it exactly :-(
  374. # [02:30] <Bas> Waldo: Excellent, other than that all your review comments sound perfectly reasonable, I'll have a new patch up later tonight. Thanks again!
  375. # [02:30] <Waldo> no problem
  376. # [02:30] <Waldo> I'll try to keep an eye out for it
  377. # [02:30] <Bas> Sure thing, thanks!
  378. # [02:31] * Quits: mcot (mcot@C4B02.F3C4E8F3.C8444B8.IP) (Ping timeout)
  379. # [02:31] * Joins: fantasai2 (yaaic@moz-D20B8BAF.tmodns.net)
  380. # [02:31] * Quits: fantasai3 (yaaic@moz-D20B8BAF.tmodns.net) (Connection reset by peer)
  381. # [02:32] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Quit: juanb)
  382. # [02:34] * Quits: aja (chatzilla@31F97AFA.71C78C16.7880DB15.IP) (Ping timeout)
  383. # [02:35] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  384. # [02:35] * Quits: tonymec (tonymec@A8303978.3124D314.277517C1.IP) (Ping timeout)
  385. # [02:36] * Quits: darktrojan (geoff@moz-30B3CCFD.telstraclear.net) (Client exited)
  386. # [02:37] * AaronMT is now known as AaronMT|AFK
  387. # [02:37] * Joins: aja (chatzilla@31F97AFA.71C78C16.7880DB15.IP)
  388. # [02:38] * Joins: tonymec (tonymec@A8303978.3124D314.277517C1.IP)
  389. # [02:40] * Joins: harth (harth@moz-C2C235AC.bb.sky.com)
  390. # [02:40] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  391. # [02:41] * Ziggy_Maes is now known as Ziggy|AWAY
  392. # [02:41] * jaws|brb is now known as jaws
  393. # [02:41] * Quits: priya (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  394. # [02:42] * Quits: harth (harth@moz-C2C235AC.bb.sky.com) (Input/output error)
  395. # [02:42] * bz_away is now known as bz
  396. # [02:43] * joduinn-mtg is now known as joduinn
  397. # [02:43] * Joins: darktrojan (geoff@moz-30B3CCFD.telstraclear.net)
  398. # [02:44] <felipe> does indexedDB do anything special to handle permissions for domain.com and www.domain.com together? or are they considered separate?
  399. # [02:45] * Quits: mwu (mwu@5AAE35B2.5EFFC0B8.24454B25.IP) (Quit: This computer has gone to sleep)
  400. # [02:45] * Quits: faramarz (faramarz@5AAE35B2.5EFFC0B8.24454B25.IP) (Quit: faramarz)
  401. # [02:45] * Joins: ddahl (ddahl@moz-4FFA5540.hsd1.il.comcast.net)
  402. # [02:46] * Quits: aja (chatzilla@31F97AFA.71C78C16.7880DB15.IP) (Ping timeout)
  403. # [02:47] * Joins: aja (chatzilla@31F97AFA.71C78C16.7880DB15.IP)
  404. # [02:48] * jhford-work is now known as jhford-work-away
  405. # [02:48] * Quits: gwagner (gwagner@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: gwagner)
  406. # [02:48] * Joins: mib_zatz5c (Mibbit@moz-D711133E.allocated.csupomona.edu)
  407. # [02:48] * Parts: mib_zatz5c (Mibbit@moz-D711133E.allocated.csupomona.edu)
  408. # [02:49] * gregglind is now known as gregglind_away
  409. # [02:50] * Quits: mjschranz_ (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Client exited)
  410. # [02:51] * Quits: gwagner_ (idefix@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Client exited)
  411. # [02:54] <fabrice> felipe: I think so, since they are different origins
  412. # [02:55] * Joins: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  413. # [02:56] * Quits: jprmc (jprmc@94F4F1F1.5BCEC6DB.DA78B690.IP) (Quit: Leaving)
  414. # [02:59] * Quits: Lucas (Lucas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  415. # [03:00] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Quit: Instantbird 1.2a1pre)
  416. # [03:00] * Quits: jduell (jduell@moz-2D9EDA98.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  417. # [03:00] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  418. # [03:00] * mdas is now known as mdas|afk
  419. # [03:00] <hatman> How did killer get his name, did he kill someone?
  420. # [03:02] * Quits: zzzzz (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net) (Ping timeout)
  421. # [03:02] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  422. # [03:03] * Joins: zzzzz (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net)
  423. # [03:03] * Joins: faramarz (faramarz@5AAE35B2.5EFFC0B8.24454B25.IP)
  424. # [03:04] <Waldo> he's a bot who kicks people who say too much in the channel in too short a time (think copying fifteen-line code snippets), so there's a certain analogy of operation
  425. # [03:04] <Waldo> other than that, I don't think there's much to it
  426. # [03:04] * Joins: mr_sticky (Mibbit@moz-D711133E.allocated.csupomona.edu)
  427. # [03:04] <mr_sticky> I was wondering the same thing
  428. # [03:05] <hatman> too bad, i was hoping for a good story
  429. # [03:05] * Quits: @dbaron (dbaron@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  430. # [03:05] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  431. # [03:05] * Quits: zzzzz (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.87 [Firefox 11.0/20120312181643])
  432. # [03:05] * nthomas is now known as nthomas|away
  433. # [03:06] <mr_sticky> We have many tasks and projects that don't require you to know C++. Check out our alternate introduction. Step 1 - Build Firefox, Thunderbird or another application Follow our set of simple instructions to build Firefox, or to build Thunderbird. This is straightforward, but may take some time, so you may want to move on to the next steps while it builds. M
  434. # [03:06] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  435. # [03:06] * Quits: mr_sticky (Mibbit@moz-D711133E.allocated.csupomona.edu) (Quit: http://www.mibbit.com ajax IRC Client)
  436. # [03:07] * Quits: kanru`` (user@moz-EF4A3E58.dynamic.hinet.net) (Ping timeout)
  437. # [03:08] * Quits: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com) (Quit: ->apt)
  438. # [03:11] * rclick is now known as rclick|away
  439. # [03:12] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
  440. # [03:12] * Joins: mjschranz_ (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  441. # [03:13] * Quits: AaronMT|AFK (AaronMT@moz-DB17C53A.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  442. # [03:13] * Quits: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  443. # [03:14] * Quits: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Ping timeout)
  444. # [03:14] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  445. # [03:14] * Quits: @khuey (khuey@moz-B77DEAEB.mozilla.org) (Ping timeout)
  446. # [03:14] * Joins: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  447. # [03:14] * padenot|away is now known as padenot
  448. # [03:15] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  449. # [03:15] * Joins: khuey (khuey@moz-B77DEAEB.mozilla.org)
  450. # [03:15] * ChanServ sets mode: +o khuey
  451. # [03:15] * Quits: mjschranz_ (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Ping timeout)
  452. # [03:15] * Joins: roc (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  453. # [03:15] * ChanServ sets mode: +o roc
  454. # [03:15] * Quits: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Client exited)
  455. # [03:18] * Joins: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net)
  456. # [03:18] * Joins: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  457. # [03:24] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  458. # [03:24] * Quits: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com) (Quit: Linkinus - http://linkinus.com)
  459. # [03:26] * Joins: jprmc (jprmc@moz-7F2FF3EB.cpe.net.cable.rogers.com)
  460. # [03:28] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  461. # [03:29] * lsblakk is now known as lsblakk|afk
  462. # [03:29] * Quits: faramarz (faramarz@5AAE35B2.5EFFC0B8.24454B25.IP) (Quit: faramarz)
  463. # [03:29] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jet)
  464. # [03:31] * Quits: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  465. # [03:31] * Joins: ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP)
  466. # [03:31] * ChanServ sets mode: +o ehsan
  467. # [03:32] * Joins: mijia (mijia@DC4232F0.766373FB.C3A57E70.IP)
  468. # [03:32] * Joins: c0smikdebris (c0smikdebr@4FD9A180.A87BCC64.274D17D6.IP)
  469. # [03:33] * Joins: Mossop (mossop@moz-79BD0281.dsl.dynamic.sonic.net)
  470. # [03:33] * Joins: Waldo (waldo@moz-537BCF9.hsd1.ca.comcast.net)
  471. # [03:33] * Quits: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net) (Quit: mccr8)
  472. # [03:34] * Quits: ibarlow (ibarlow@moz-D5CDF301.cpe.net.cable.rogers.com) (Quit: ibarlow)
  473. # [03:34] <@bz> philor: sorry for the aurora snafu
  474. # [03:35] <philor> bz: no worries, crashtests are mostly pretty quiet so it wasn't masking anything
  475. # [03:36] * Quits: chewey (chewey@moz-3A99A2A.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  476. # [03:36] * Joins: chewey (chewey@moz-76E1F206.dip0.t-ipconnect.de)
  477. # [03:37] <@bz> sure
  478. # [03:37] <@bz> I meant in terms of extra work for you
  479. # [03:37] * Joins: surkov (surkov@B9538DF7.B7015738.33A1AC3C.IP)
  480. # [03:37] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  481. # [03:39] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  482. # [03:40] <hatman> IE for life
  483. # [03:41] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 10.0.2/20120215223356])
  484. # [03:41] <njn> dammit
  485. # [03:42] <@bz> are we having a ballot to elect a "life"?
  486. # [03:42] * Joins: masayuki (Daily@moz-911CC660.zaq.ne.jp)
  487. # [03:43] * njn is backing out
  488. # [03:43] * njn forgot to commit that last little change
  489. # [03:43] * Joins: cjones (cjones@moz-F789BBB4.dynamic.hinet.net)
  490. # [03:45] * Quits: hatman (Mibbit@moz-D711133E.allocated.csupomona.edu) (Quit: http://www.mibbit.com ajax IRC Client)
  491. # [03:45] * Quits: gozala (gozala@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Leaving.)
  492. # [03:47] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird -- http://www.instantbird.com)
  493. # [03:47] * Quits: jgriffin (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net) (Quit: jgriffin)
  494. # [03:48] * Quits: fantasai2 (yaaic@moz-D20B8BAF.tmodns.net) (Ping timeout)
  495. # [03:48] * Joins: fantasai2 (yaaic@moz-D20B8BAF.tmodns.net)
  496. # [03:49] * Joins: fantasai3 (yaaic@moz-D20B8BAF.tmodns.net)
  497. # [03:49] * Quits: fantasai2 (yaaic@moz-D20B8BAF.tmodns.net) (Connection reset by peer)
  498. # [03:50] * Joins: bbondy (bbondy@moz-E9264327.home.cgocable.net)
  499. # [03:52] <njn> is it possible to star multiple failiures on TBPL with the same message in a single operation?
  500. # [03:52] * Quits: KaiRo_away (robert@moz-49E9E6EE.adsl.highway.telekom.at) (Input/output error)
  501. # [03:54] * Quits: bbondy (bbondy@moz-E9264327.home.cgocable.net) (Client exited)
  502. # [03:55] * Quits: sewardj (sewardj@moz-3FA2AB48.dip.t-dialin.net) (Ping timeout)
  503. # [03:55] * Joins: sewardj (sewardj@moz-767CFCCD.dip.t-dialin.net)
  504. # [03:55] * Quits: garnacho_ (carlos@moz-B27B0825.dyn.user.ono.com) (Ping timeout)
  505. # [03:55] <@bz> yes
  506. # [03:55] <@bz> njn: ^
  507. # [03:56] <@bz> njn: just click one, click the "add a comment link", type the comment, then drag the other ones into the window
  508. # [03:56] <@bz> njn: or, without clicking the add comment button, click other builds and click the "add a comment" link on them
  509. # [03:56] * Joins: gwagner (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  510. # [03:56] * @bz hopes that made some sense
  511. # [03:56] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  512. # [03:57] <philor> click one, ctrl+click the rest, or for the least clicking, click the first, hit space, N, space, N, space, N until you get to the last (and don't hit space on it)
  513. # [03:58] * philor is now known as philor|away
  514. # [03:58] * Joins: brendan (brendaneic@F772F2A0.1F5FC489.43362C16.IP)
  515. # [03:58] * Joins: mwu (mwu@5AAE35B2.5EFFC0B8.24454B25.IP)
  516. # [03:59] <@bz> ah, nice
  517. # [03:59] <@bz> zero discoverability, but very nice
  518. # [03:59] <@bz> explains how you can start things so fast!
  519. # [03:59] <@bz> though the 'N' thing doesn't seem to work, unless I'm missing something
  520. # [04:00] <@bz> (seems to just do the normal typeahead find for me)
  521. # [04:02] * Joins: nattokirai (nattokirai@moz-348F61F0.mozilla.or.jp)
  522. # [04:03] * Quits: gwagner (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  523. # [04:04] * Joins: gwagner (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  524. # [04:07] * Joins: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP)
  525. # [04:09] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
  526. # [04:14] * Quits: hub (hub@21B7B9F2.B87E9213.6E712CE2.IP) (Ping timeout)
  527. # [04:14] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  528. # [04:15] <joe> bz: if (strcmp(getenv("USER"), "philor") == 0) mozilla::MakeFirefoxAwesome();
  529. # [04:16] * Joins: anky (anky@A69F1242.DD3D46AE.A3D1B221.IP)
  530. # [04:17] <@ehsan> joe: use std::string
  531. # [04:17] <joe> ehsan: yeah, that'd have been smarter
  532. # [04:17] * Quits: myk (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  533. # [04:18] <@ehsan> joe: also, I don't think we should put firefox specific names under namespace mozilla
  534. # [04:18] <@ehsan> how about MakeGeckoAwesome?
  535. # [04:18] <joe> gecko is already awesome
  536. # [04:18] * Quits: mdas|afk (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: mdas|afk)
  537. # [04:18] <@ehsan> false
  538. # [04:18] <joe> so that'd be a no-op
  539. # [04:18] <@ehsan> r-
  540. # [04:18] <@ehsan> joe: if we rip out the editor, then maybe...
  541. # [04:18] * @ehsan dardreams
  542. # [04:18] <joe> well you should've r-'d before I pushed this code
  543. # [04:19] <@ehsan> daydreams, even
  544. # [04:19] * Joins: nli (nli@moz-99690620.hinet-ip.hinet.net)
  545. # [04:19] * @ehsan files a bug to revoke joe's commit access
  546. # [04:19] * Quits: nli (nli@moz-99690620.hinet-ip.hinet.net) (Quit: nli)
  547. # [04:19] * joe revokes own access, vanishes in a puff of logic
  548. # [04:20] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  549. # [04:20] <@ehsan> see, if firefox would shutdown faster, I'd go do something productive :/
  550. # [04:20] <joe> espindola's working on that!
  551. # [04:20] * @ehsan gets impatient and kills firefox
  552. # [04:20] <@ehsan> yeah I know
  553. # [04:20] <@ehsan> ok back to work!
  554. # [04:21] * Joins: jdm (jdm@moz-15BB5FE6.cable.teksavvy.com)
  555. # [04:21] <@bz> I don't get it
  556. # [04:21] <@bz> why do people still program things like in-website calculators as Java applets?
  557. # [04:21] <@bz> I mean....
  558. # [04:22] <@bz> why did they _ever_ do them as Java applets?
  559. # [04:22] <@ehsan> bz: to make sure that it runs on every platform?
  560. # [04:22] * @ehsan docks
  561. # [04:22] <@bz> ehsan: clearly
  562. # [04:22] <@bz> ehsan: with what? ;)
  563. # [04:22] <@ehsan> java running in a search engine
  564. # [04:22] <@ehsan> hrm
  565. # [04:22] <@ehsan> a browser
  566. # [04:22] <@ehsan> don't know which is which
  567. # [04:22] <nattokirai> joe: ping
  568. # [04:22] <@bz> ehsan: I meant to ask what you're docking with
  569. # [04:23] * @ehsan goes to do something productive for realz this time!
  570. # [04:23] <@bz> ehsan: heh
  571. # [04:23] * @bz should consider that
  572. # [04:23] <@ehsan> bz: *duck :P
  573. # [04:23] <@bz> ehsan: aha!
  574. # [04:23] <@ehsan> bz: don't give me a hard time, this is only my 3rd language!
  575. # [04:23] <@bz> ehsan: oh? What's your second?
  576. # [04:23] <@ehsan> C++ ;)
  577. # [04:23] <@bz> ehsan: (and yeah, sorry; it's the sort of day when nitpicking English spelling seems like a good idea)
  578. # [04:23] <@bz> ehsan: heh
  579. # [04:24] <@ehsan> bz: isn't that everyday?!
  580. # [04:24] <@bz> ehsan: nah, usually I accept that it's all just completely messed up and move on with life
  581. # [04:24] <@ehsan> bz: but where's the fun in that?!
  582. # [04:25] <@bz> ehsan: mmm
  583. # [04:25] <@bz> ehsan: I'm actually in the middle of trying to teach Arlan to read in English
  584. # [04:25] <@ehsan> bz: now, that's fun :)
  585. # [04:25] <@bz> ehsan: there ends up being a lot of "you just have to memorize that in _this_ word this letter is pronounced like _so_" going on. :(
  586. # [04:25] <@ehsan> yeah
  587. # [04:25] <@bz> ehsan: Russian, as currently practiced, is more or less phonetic
  588. # [04:26] <@ehsan> the people who designed the english language spelling were...
  589. # [04:26] <@ehsan> erm
  590. # [04:26] <@ehsan> not wise!
  591. # [04:26] <@bz> ehsan: one thing we can thank the 1917 revolution for
  592. # [04:26] <@ehsan> lol
  593. # [04:26] <@bz> ehsan: it didn't use to be, see.
  594. # [04:26] <njn> ehsan: you should write a letter of complaint to those people :P
  595. # [04:26] <@bz> ehsan: It was closer than English, but not quite there
  596. # [04:27] <@bz> ehsan: Part of the major literacy push in the 20s included language reforms to make teaching easier
  597. # [04:27] <@ehsan> njn: what post service provides services across the 4th dimension? ;)
  598. # [04:27] <@bz> ehsan: got rid of a silent letter and a letter that had the same sound as another already-existing letter
  599. # [04:27] <njn> ehsan: hyperpost.com
  600. # [04:27] <@bz> ehsan: and a few other minor changes
  601. # [04:27] <@ehsan> bz: that makes so much sense to me
  602. # [04:27] <@bz> ehsan: granted, _reading_ wasn't an issue even with those, but they caused a bit of trouble for writing.
  603. # [04:27] <@ehsan> but there's always a group of people who would oppose this
  604. # [04:27] <@bz> ehsan: right
  605. # [04:27] <@ehsan> in the name of purity
  606. # [04:27] <@ehsan> or nostalgia
  607. # [04:27] <@ehsan> or both
  608. # [04:28] <@bz> ehsan: That's where it helped that any such groups could be labeled enemies of the state and summarily shot.
  609. # [04:28] * Joins: sworkman_ (sworkman@moz-BBE3ABD.mv.mozilla.com)
  610. # [04:28] * @bz does not advocate this as a normal modus operandi
  611. # [04:28] * Quits: sworkman_ (sworkman@moz-BBE3ABD.mv.mozilla.com) (Quit: sworkman_)
  612. # [04:28] <@ehsan> exactly
  613. # [04:28] <@bz> I'd rather live with English spelling, warts and all
  614. # [04:28] <@ehsan> turns out that shooting the people who disagree is a very effective way of getting to a consensus!
  615. # [04:28] <@ehsan> ouch
  616. # [04:29] <@ehsan> this joke wasn't even a bit funny
  617. # [04:29] <@bz> heh
  618. # [04:29] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  619. # [04:29] <@bz> Sometimes I feel that way in htmlwg, yeah.
  620. # [04:30] <@ehsan> heh
  621. # [04:30] <@bz> Then I realize that they're disagreeing about longdesc or something again and I can tune it out
  622. # [04:30] <@ehsan> oh god longdesc
  623. # [04:30] <@bz> it's at least 20% of the mail
  624. # [04:31] <@ehsan> what a good use of everybody's time!
  625. # [04:32] <@ehsan> bjacob: ping
  626. # [04:33] * khuey is now known as khuey|away
  627. # [04:33] * khuey|away is now known as khuey
  628. # [04:34] * Joins: faramarz (faramarz@moz-99690620.hinet-ip.hinet.net)
  629. # [04:36] <@bz> Could be worse
  630. # [04:36] * Quits: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  631. # [04:36] <@bz> when the HTMLWG does "real" work it's things like "Add DRM to video"
  632. # [04:36] * Quits: vingtetun (vingtetun@moz-13E039D1.games-host.eu) (Ping timeout)
  633. # [04:36] * nthomas|away is now known as nthomas
  634. # [04:36] * Joins: pranavrc (pranavrc@EBA60606.4DA35B3F.520CDC98.IP)
  635. # [04:37] * Quits: bonnie (bbsurender@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  636. # [04:37] <@khuey> heh
  637. # [04:38] * @bz is not bitter
  638. # [04:38] <@bz> really
  639. # [04:38] <@bz> not at all
  640. # [04:38] <@bz> It's not like the topic of video on the web depresses me any time it comes up. :(
  641. # [04:39] * Joins: yuan (ywang@70D85187.C853119A.43362C16.IP)
  642. # [04:39] <bjacob> ehsan: sorry, doing taxes and then offline. only time for a quick question!
  643. # [04:39] <Waldo> longdesc is long
  644. # [04:40] * Waldo decides he absolutely must nom now, else disaster will strike
  645. # [04:42] * Joins: nli (nli@moz-99690620.hinet-ip.hinet.net)
  646. # [04:42] * Quits: brendan (brendaneic@F772F2A0.1F5FC489.43362C16.IP) (Quit: brendan)
  647. # [04:43] * Joins: dzbarsky (Mibbit@moz-A65CC450.wireless-resnet.upenn.edu)
  648. # [04:43] * Quits: pranavrc (pranavrc@EBA60606.4DA35B3F.520CDC98.IP) (Quit: Ping timeout: ∞)
  649. # [04:45] * Quits: Mossop (mossop@moz-79BD0281.dsl.dynamic.sonic.net) (Ping timeout)
  650. # [04:46] * Joins: vingtetun_away (vingtetun@moz-13E039D1.games-host.eu)
  651. # [04:46] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  652. # [04:46] * Joins: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net)
  653. # [04:46] * Joins: Mossop (mossop@moz-79BD0281.dsl.dynamic.sonic.net)
  654. # [04:47] <@ehsan> bjacob: quick question, is there a good library which implements the opengl matrix routines?
  655. # [04:47] * Joins: pranavrc (pranavrc@EBA60606.4DA35B3F.520CDC98.IP)
  656. # [04:47] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  657. # [04:48] * Quits: fantasai3 (yaaic@moz-D20B8BAF.tmodns.net) (Ping timeout)
  658. # [04:48] <jtcranmer> bz: the real problem with phonetic spelling in English is that there are too many dialects
  659. # [04:48] * Joins: fantasai2 (yaaic@moz-D20B8BAF.tmodns.net)
  660. # [04:48] <jtcranmer> the "toe-may-toe/toe-mah-toe" problem
  661. # [04:49] <bjacob> ehsan: any matrix library would do
  662. # [04:49] * Quits: anky (anky@A69F1242.DD3D46AE.A3D1B221.IP) (Client exited)
  663. # [04:49] <jtcranmer> that one may be a bit artifical, but in the midwest, "bag" and "vague" sound the same (to my ears, they're completely different)
  664. # [04:50] <@bz> jtcranmer: I'll take phonemic too
  665. # [04:50] <bjacob> ehsan: since all there is is "load 4x4 identity matrix" and "multiply 4x4 identity matrices"
  666. # [04:50] <@ehsan> bjacob: I'm interested in a matrix library which provides the same APIs and interfaces
  667. # [04:50] <bjacob> ehsan: my advice is do your own trivial impl
  668. # [04:50] <@ehsan> (out of laziness!)
  669. # [04:50] <@bz> jtcranmer: it wouldn't be perfect, but it'd be better
  670. # [04:50] <bjacob> ehsan: sorry, i dont know any
  671. # [04:50] <@ehsan> ok
  672. # [04:50] <@ehsan> bjacob: thanks!
  673. # [04:50] <bjacob> ehsan: but its' really trivial. i can do it for you in 5 min tomorrow
  674. # [04:50] * Quits: philipp64|laptop (chatzilla@A6C4D8D3.8A899716.289A8017.IP) (Ping timeout)
  675. # [04:51] <@bz> jtcranmer: but yeah, that wouldn't help tomato or apricot
  676. # [04:51] <@bz> jtcranmer: or sprinkles. ;)
  677. # [04:51] <njn> mwu: you have a red B2G
  678. # [04:51] * Quits: ehugg (chatzilla@moz-44D86B1E.cisco.com) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120310010446])
  679. # [04:51] <jtcranmer> bz: an interesting example Wikipedia has
  680. # [04:51] <@ehsan> bjacob: lol ok :)
  681. # [04:51] <jtcranmer> "electric" and "electricity" would look quite different from each other
  682. # [04:52] * @khuey wonders how many code generators we have these days
  683. # [04:52] * Joins: gmoro__ (guilherme@84484EC9.1F1093E8.D159334F.IP)
  684. # [04:52] <@bz> jtcranmer: other than in the final letter?
  685. # [04:52] * Joins: pc_ (pc@6A76DED6.66C99B12.3A3B20C7.IP)
  686. # [04:52] <mwu> njn: yeah I'm working on it
  687. # [04:52] * Quits: vikash (vikash@79B228F8.2905CAEE.5D9ABA9F.IP) (Quit: Leaving)
  688. # [04:52] * Joins: Lucas (Lucas@moz-92C28224.hsd1.ca.comcast.net)
  689. # [04:52] * Quits: gmoro (guilherme@84484EC9.1F1093E8.D159334F.IP) (Ping timeout)
  690. # [04:53] <pc_> can any one help on this: i am trying to use ccache for
  691. # [04:53] <pc_> building the nightly. According to
  692. # [04:53] <pc_> https://developer.mozilla.org/en/ccache , I have to
  693. # [04:53] <pc_> configure .mozconfig, but from another document, it says
  694. # [04:53] <pc_> currently we dont need to configure the .mozconfig file.
  695. # [04:53] <pc_> Am I right?
  696. # [04:54] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  697. # [04:54] <Mossop> As long as your gcc etc. are linked to your ccache binaries then you don't need to do anything to mozconfig I think. If they aren't then you do
  698. # [04:54] <njn> mwu: cool
  699. # [04:55] <pc_> Mossop: how do I config this linkage?
  700. # [04:55] <Mossop> Usually it's done with symlinks from gcc somewhere in your path. Everytime I've installed ccache through package managers its already done it for me
  701. # [04:56] * philor|away is now known as philor
  702. # [04:56] * Joins: Wei_o_o (Wei@212A6CEB.4F4B4250.FAA9ED67.IP)
  703. # [04:56] * Quits: tchevalier (Instantbir@moz-4D6C1F5C.w90-48.abo.wanadoo.fr) (Connection reset by peer)
  704. # [04:56] <pc_> i did apt-get install ccache
  705. # [04:56] <pc_> Is that ok?
  706. # [04:56] <Mossop> Depends on the package that installed
  707. # [04:57] <Mossop> What does |which gcc| say and is that a file or a symlink or something?
  708. # [04:57] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  709. # [04:57] <pc_> Mossop: a symlink
  710. # [04:57] <Mossop> To what?
  711. # [04:58] <pc_> gcc-4.6
  712. # [04:58] <Mossop> Suggests it isn't set up right, but I could be wrong
  713. # [04:58] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  714. # [04:58] <pc_> gcc-4.6 -> hardened-cc
  715. # [04:59] <pc_> anyway thanks a lot :)
  716. # [04:59] <Mossop> Either way, setting it in mozconfig is probably the surefire way to make it work regardless of whether your package installed the links to make it the default
  717. # [04:59] <pc_> gread, if mozconfig works, I will do this.
  718. # [05:01] * Quits: pcwalton (pcwalton@moz-BBE3ABD.mv.mozilla.com) (Quit: pcwalton)
  719. # [05:01] <philor> mwu: y u hate b2g and make it burn?
  720. # [05:02] <mwu> philor: it's a config we're trying to move away from
  721. # [05:02] <mwu> but apparently the buildmachines still use it
  722. # [05:02] <mwu> going to land a fix soon
  723. # [05:02] * Parts: pc_ (pc@6A76DED6.66C99B12.3A3B20C7.IP)
  724. # [05:03] * Quits: cadecairos[afk] (cadecairos@moz-632B4208.cpe.net.cable.rogers.com) (Input/output error)
  725. # [05:03] <philor> yeah, that happens a lot, try to get rid of something stale, but because the buildbot builds have been around for 8 days, they're outdated :)
  726. # [05:03] * Quits: darktrojan (geoff@moz-30B3CCFD.telstraclear.net) (Quit: darktrojan)
  727. # [05:03] * Quits: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net) (Quit: raccettura)
  728. # [05:04] <mwu> there is moving fast and then there is b2g
  729. # [05:04] * Joins: darktrojan (geoff@moz-30B3CCFD.telstraclear.net)
  730. # [05:05] * Quits: cjones (cjones@moz-F789BBB4.dynamic.hinet.net) (Quit: Leaving)
  731. # [05:08] * Joins: cjones (cjones@moz-F789BBB4.dynamic.hinet.net)
  732. # [05:12] * heycam is now known as heycam|away
  733. # [05:15] * Quits: Mossop (mossop@moz-79BD0281.dsl.dynamic.sonic.net) (Quit: Fleeing the scene)
  734. # [05:17] * Joins: Mossop (mossop@moz-79BD0281.dsl.dynamic.sonic.net)
  735. # [05:19] * Joins: gkw (gkw@moz-7CD88B0C.hsd1.ca.comcast.net)
  736. # [05:21] * Joins: Gentlecat (Roman@4805F184.7D1F96C3.8FB52CB8.IP)
  737. # [05:21] <mwu> man. frickin red
  738. # [05:24] * Joins: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net)
  739. # [05:25] * glob|away is now known as glob
  740. # [05:27] * Joins: cadecairos[afk] (cadecairos@moz-632B4208.cpe.net.cable.rogers.com)
  741. # [05:27] * Quits: John-Galt (kris@FACBEC9F.1DC3B5D1.24939243.IP) (Ping timeout)
  742. # [05:28] * Parts: Mavericks (Mibbit@5D6A6581.1498CB7.FDEA3160.IP)
  743. # [05:29] * Joins: John-Galt (kris@FACBEC9F.1DC3B5D1.24939243.IP)
  744. # [05:29] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  745. # [05:31] * jhford-work-away is now known as jhford_
  746. # [05:31] * jhford_ is now known as jhford-work
  747. # [05:31] * Quits: dcamp (dave@9E727688.17C2F9C.163DC5C6.IP) (Quit: Leaving...)
  748. # [05:31] * cadecairos[afk] is now known as cadecairos
  749. # [05:32] <Callek> bsmedberg: ping?
  750. # [05:33] <Callek> bsmedberg: did/do you have [or have ever had] access to the mozillabuild builder VM?
  751. # [05:34] * Joins: twi (Adium@moz-A7353053.cust.dsl.vodafone.it)
  752. # [05:46] * Joins: jviereck (Adium@moz-BBE3ABD.mv.mozilla.com)
  753. # [05:48] * Quits: artur (artur@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  754. # [05:50] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
  755. # [05:53] * Quits: Wevah (Wevah@moz-5435D49F.stcd.qwest.net) (Quit: Wevah)
  756. # [05:53] * heycam|away is now known as heycam
  757. # [05:53] * Joins: philipp64|laptop (chatzilla@moz-764C1742.hfc.comcastbusiness.net)
  758. # [05:54] * Quits: mwu (mwu@5AAE35B2.5EFFC0B8.24454B25.IP) (Quit: This computer has gone to sleep)
  759. # [05:56] * Quits: jviereck (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  760. # [06:00] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  761. # [06:00] * Quits: gkw (gkw@moz-7CD88B0C.hsd1.ca.comcast.net) (Quit: Instantbird 1.2a1pre)
  762. # [06:03] * Quits: dzbarsky (Mibbit@moz-A65CC450.wireless-resnet.upenn.edu) (Quit: http://www.mibbit.com ajax IRC Client)
  763. # [06:04] <nigelb> heh http://mozillamemes.tumblr.com/post/20887336830/we-also-have-coincidental-blues-and-isochronal
  764. # [06:06] * Quits: yuan (ywang@70D85187.C853119A.43362C16.IP) (Quit: yuan)
  765. # [06:08] * Quits: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Client exited)
  766. # [06:08] * Quits: gmoro__ (guilherme@84484EC9.1F1093E8.D159334F.IP) (Connection reset by peer)
  767. # [06:09] * Quits: Poly-C (Poly-C@moz-30CD9D8A.dip.t-dialin.net) (Ping timeout)
  768. # [06:09] * Joins: Poly-C (Poly-C@moz-3CDF9822.dip.t-dialin.net)
  769. # [06:10] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  770. # [06:10] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  771. # [06:12] * Joins: mwu (mwu@moz-F789BBB4.dynamic.hinet.net)
  772. # [06:13] * Quits: mreavy (chatzilla@moz-6380AF60.phlapa.fios.verizon.net) (Ping timeout)
  773. # [06:13] * Joins: NhanTDN (human_torc@1A60CFFB.511FD5DE.85184009.IP)
  774. # [06:14] * Quits: jesup (chatzilla@moz-6380AF60.phlapa.fios.verizon.net) (Ping timeout)
  775. # [06:14] * Joins: mreavy (chatzilla@moz-6380AF60.phlapa.fios.verizon.net)
  776. # [06:14] * Joins: jesup (chatzilla@moz-6380AF60.phlapa.fios.verizon.net)
  777. # [06:17] * joduinn is now known as joduinn-afk
  778. # [06:18] * Joins: artur (artur@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  779. # [06:18] * Quits: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com) (Quit: cilias)
  780. # [06:19] * Joins: jduell (jduell@moz-2D9EDA98.lightspeed.sntcca.sbcglobal.net)
  781. # [06:19] * Quits: markh (markh@moz-25D681DF.cxzr1.win.bigpond.net.au) (Ping timeout)
  782. # [06:20] * Joins: markh (markh@moz-25D681DF.cxzr1.win.bigpond.net.au)
  783. # [06:23] * Quits: Bas (chatzilla@moz-DF3CA35A.ftth.concepts.nl) (Quit: ChatZilla 0.9.88.1 [Firefox 10.0.2/20120215223356])
  784. # [06:23] * Joins: gmoro__ (guilherme@84484EC9.1F1093E8.D159334F.IP)
  785. # [06:24] * Quits: jduell (jduell@moz-2D9EDA98.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  786. # [06:24] * Quits: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP) (Quit: lmandel)
  787. # [06:24] * Joins: janv (varga@moz-6D58DC19.flarion.as5628.telecom.sk)
  788. # [06:24] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  789. # [06:24] * khuey is now known as khuey|away
  790. # [06:25] <KWierso> nigelb: whoa
  791. # [06:26] * Joins: dseif_ (dseif@moz-F5A47DFB.dsl.teksavvy.com)
  792. # [06:26] <nigelb> KWierso: that's a very well done meme :)
  793. # [06:27] * Quits: mreavy (chatzilla@moz-6380AF60.phlapa.fios.verizon.net) (Ping timeout)
  794. # [06:27] * Quits: jesup (chatzilla@moz-6380AF60.phlapa.fios.verizon.net) (Ping timeout)
  795. # [06:27] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  796. # [06:28] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  797. # [06:28] * Joins: jviereck (Adium@moz-BBE3ABD.mv.mozilla.com)
  798. # [06:28] * Joins: dseif (dseif@moz-87462F9E.dsl.teksavvy.com)
  799. # [06:29] * Quits: dseif_ (dseif@moz-F5A47DFB.dsl.teksavvy.com) (Ping timeout)
  800. # [06:29] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
  801. # [06:30] * Joins: dseif_ (dseif@moz-1F538E6E.dsl.teksavvy.com)
  802. # [06:30] * Quits: dseif (dseif@moz-87462F9E.dsl.teksavvy.com) (Ping timeout)
  803. # [06:31] * Joins: mreavy (chatzilla@moz-6380AF60.phlapa.fios.verizon.net)
  804. # [06:31] <jgilbert> is there any known problem with MacOS builds that would cause optimized builds to SEGFAULT on startup?
  805. # [06:31] * Quits: Waldo (waldo@moz-537BCF9.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc15 [XULRunner 10.0.1/20120216115618])
  806. # [06:32] <jgilbert> fresh moz-central clone, full-clobber build
  807. # [06:32] * Joins: jesup (chatzilla@moz-6380AF60.phlapa.fios.verizon.net)
  808. # [06:32] <jgilbert> gcc appears to be 4.2.1
  809. # [06:33] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  810. # [06:33] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  811. # [06:34] * glob is now known as glob|away
  812. # [06:35] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  813. # [06:36] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  814. # [06:40] * Joins: qheaden (qheaden@moz-67E02157.nrflva.fios.verizon.net)
  815. # [06:41] * Joins: sheeri-iphone (sheeriipho@moz-85B610E6.mycingular.net)
  816. # [06:41] * Quits: gmoro__ (guilherme@84484EC9.1F1093E8.D159334F.IP) (Ping timeout)
  817. # [06:42] * glob|away is now known as glob
  818. # [06:43] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  819. # [06:44] * Joins: fir4fox (chatzilla@moz-54AB8307.lsanca.fios.verizon.net)
  820. # [06:44] * Quits: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  821. # [06:45] * Quits: cadecairos (cadecairos@moz-632B4208.cpe.net.cable.rogers.com) (Input/output error)
  822. # [06:46] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  823. # [06:47] * Parts: fir4fox (chatzilla@moz-54AB8307.lsanca.fios.verizon.net)
  824. # [06:47] <Callek> jgilbert: what XCode ver?
  825. # [06:48] <njn> in |try { ... } catch (e) { ... }| what is the scope of |e|?
  826. # [06:48] <jgilbert> Callek: 4.3.2 (4E2002)
  827. # [06:49] <Callek> jgilbert: also what OSX ver do you have?
  828. # [06:49] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  829. # [06:49] <@bz> njn: scope in what sense?
  830. # [06:49] <jgilbert> Callek: 10.7.3
  831. # [06:49] <njn> bz: er, scope as in scope?
  832. # [06:50] <njn> bz: is it a global variable? local to the enclosing function? local to the catch block?
  833. # [06:50] <Callek> jgilbert: interesting, m-c is now using 10.7 as its primary mac build system
  834. # [06:50] * Callek looks for info on what XCode ver we are using
  835. # [06:50] <@bz> njn: ah
  836. # [06:50] <@bz> njn: looking
  837. # [06:50] <jgilbert> Callek: only think in system update is a java patch
  838. # [06:50] <jgilbert> trying that, but it seems unlikely to help with builds
  839. # [06:51] <@bz> njn: looks spec says....
  840. # [06:51] <Callek> yea I'd be *shocked* if that helps
  841. # [06:51] <@bz> take LexicalEnvironment of the running execution context
  842. # [06:51] <jgilbert> Callek: according to http://blog.johnford.org/we-have-new-fast-mac-build-machines-in-production/
  843. # [06:51] <Callek> jgilbert: of course actually -- it could have just been a bad cset you checked out
  844. # [06:51] <jgilbert> we're running gcc-4.2 from xcode 4.1 on 10.7.2
  845. # [06:51] <@bz> Call NewDeclarativeEnvironment inheriting from it
  846. # [06:51] <@bz> bind the identifier to the exception object
  847. # [06:52] <jgilbert> Callek: this has been a problem the last three times I have pulled (re-cloned today, even) over the last week
  848. # [06:52] <Callek> jgilbert: so yea, that blog entry had more info than I thought it would
  849. # [06:52] <@bz> So basically a new scope object is created for the execution of the catch block
  850. # [06:52] <Callek> jgilbert: did you ever try clobbering your objectdir?
  851. # [06:52] <jgilbert> Callek: every time
  852. # [06:52] <@bz> whose parent is the scope you were in before
  853. # [06:52] <@bz> and the only thing in this new scope is the "e" in your case
  854. # [06:52] <jgilbert> Callek: stranger is that debug builds seem to run fine
  855. # [06:52] <Callek> jgilbert: are you building against the 10.7 SDK or 10.6 sdk like "we" are?
  856. # [06:53] <@bz> njn: so effectively local to the catch block
  857. # [06:53] <Callek> jgilbert: and is *anything* non-standard in your mozconfig
  858. # [06:53] <@bz> njn: though obviously you could create closures that close over it and whatnot
  859. # [06:53] <njn> bz: cool, thanks
  860. # [06:53] <@bz> njn: no problem
  861. # [06:54] <@bz> njn: at least this stuff _has_ a useful spec. ;)
  862. # [06:54] * Joins: vladan (vladan@E984A762.BF9D67A0.57F33CED.IP)
  863. # [06:54] * nthomas is now known as nthomas|away
  864. # [06:54] * bz is now known as bz_sleep
  865. # [06:55] * vladan is now known as vladan_
  866. # [06:55] <jgilbert> Callek: --enable-optimize --disable-debug, and -j8 -s
  867. # [06:55] * vladan_ is now known as vladan
  868. # [06:55] <jgilbert> Callek: I don't know which SDK, where do I find that?
  869. # [06:56] <Callek> jgilbert: |ls /Developer/SDKs/| ?
  870. # [06:56] * Callek is a windows user, so I can try and help for some of this finer details, but giving the ultimate specifics is harder
  871. # [06:57] * Quits: jesup (chatzilla@moz-6380AF60.phlapa.fios.verizon.net) (Ping timeout)
  872. # [06:57] * Quits: mreavy (chatzilla@moz-6380AF60.phlapa.fios.verizon.net) (Ping timeout)
  873. # [06:57] * Quits: sheeri-iphone (sheeriipho@moz-85B610E6.mycingular.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  874. # [06:57] <jgilbert> Callek: no such dir
  875. # [06:57] * Joins: mreavy (chatzilla@moz-6380AF60.phlapa.fios.verizon.net)
  876. # [06:57] * Joins: jesup (chatzilla@moz-6380AF60.phlapa.fios.verizon.net)
  877. # [06:58] <jgilbert> |sdk| is not anywhere in the configure spew, either
  878. # [06:58] * Callek does some digging
  879. # [07:00] <jgilbert> I hit 'checking bad gcc versions... Apple build 5658', but that just seems to disable theora's ASM inlining
  880. # [07:01] <Callek> jgilbert: I found https://developer.apple.com/library/mac/#documentation/developertools/conceptual/cross_development/Configuring/configuring.html
  881. # [07:01] <jgilbert> 'checking for GLIB - version >= 1.2.0... no'?
  882. # [07:01] <qheaden> Unfocused: You said I should change onAddonDragStart and onAddonDragEnd to onDragStart and onDragEnd in the gListView. Wouldn't that be confusing since it makes it look like the entire list view will be dragged?
  883. # [07:01] <Callek> jgilbert: which suggests that /Developer/SDKs/ should exist
  884. # [07:01] <jgilbert> indeed
  885. # [07:02] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  886. # [07:02] * Joins: SeoZ (DanielJuyu@E9B5BAA5.F5246840.EAF0BD7A.IP)
  887. # [07:03] <Unfocused> qheaden: well, we're never going to let the whole listview be dragged. plenty of methods on that object act on only one addon
  888. # [07:03] <qheaden> Unfocused: In that case, I'll change it then.
  889. # [07:04] <jviereck> roc: *ping*
  890. # [07:04] <@roc> hi
  891. # [07:04] <jviereck> hi Rob :)
  892. # [07:04] <jviereck> I was wondering how to continue with teh printing stuff
  893. # [07:04] <jviereck> the patch is done, but I can't run the test on my machine, so I will install linux tomorrow for this
  894. # [07:04] <Callek> jgilbert: unfortunately I don't think I will personally be able to help you further though
  895. # [07:04] * Callek would better suggest a real mac dev to assist
  896. # [07:04] <Callek> and/or you file a bug on your startup crash
  897. # [07:05] <@roc> what test?
  898. # [07:05] <jviereck> roc: should we get some standalization process going for the `mozPrintCallback` stuff? What's the best for it?
  899. # [07:05] <@roc> WHATWG
  900. # [07:05] * zpao|detached is now known as zpao
  901. # [07:05] <jviereck> roc: the current tests under /content/canvas/test crash my browser :(
  902. # [07:05] <@roc> ah
  903. # [07:05] <@roc> only on Linux?
  904. # [07:05] <@roc> why can't you run those tests on your machine?
  905. # [07:05] <@roc> what's your platform?
  906. # [07:06] <jviereck> I talked to dholbert and jeff and they couldn't figure it out. That's running on my mac with OSX
  907. # [07:06] <jgilbert> alright, thanks anyways, Callek
  908. # [07:06] <jviereck> roc: that's how I run the tests: TEST_PATH=content/canvas/ make mochitest-plain
  909. # [07:06] * Quits: eflores (eflores@538BABFE.A073F3E.97BBD552.IP) (Connection reset by peer)
  910. # [07:06] <@roc> you mean you can't run the canvas tests at all on your machine? or they run, but don't crash?
  911. # [07:06] * Joins: eflores (eflores@538BABFE.A073F3E.97BBD552.IP)
  912. # [07:06] <jviereck> roc: they run, and then FF crashes, one sec
  913. # [07:07] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  914. # [07:07] * ChanServ sets mode: +o smaug
  915. # [07:07] <jgilbert> jviereck: did you isolate which test is crashing
  916. # [07:07] <jgilbert> ?
  917. # [07:07] <jgilbert> also, pastebin your about:support
  918. # [07:07] * Quits: dseif_ (dseif@moz-1F538E6E.dsl.teksavvy.com) (Input/output error)
  919. # [07:07] <@roc> are you having difficulty debugging the crash?
  920. # [07:07] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  921. # [07:07] <jviereck> roc: that's something I got doing a debug build without optimazations:
  922. # [07:07] <jviereck> 8:31:12 PM jviereck: 4166 ERROR TEST-UNEXPECTED-FAIL | /tests/content/canvas/test/webgl/test_webgl_conformance_test_suite.html | an unexpected uncaught JS exception reported through window.onerror - WebGLTestHarnessModule is not defined at http://mochi.test:8888/tests/content/canvas/test/webgl/test_webgl_conformance_test_suite.html:126
  923. # [07:07] <jviereck> JavaScript error: http://mochi.test:8888/tests/content/canvas/test/webgl/test_webgl_conformance_test_suite.html, line 126: WebGLTestHarnessModule is not defined
  924. # [07:07] <jviereck> 4167 INFO TEST-END | /tests/content/canvas/test/webgl/test_webgl_conformance_test_suite.html | finished in 3679ms
  925. # [07:08] * Quits: c0smikdebris (c0smikdebr@4FD9A180.A87BCC64.274D17D6.IP) (Ping timeout)
  926. # [07:08] <jviereck> I was talking to khuey and bjacob yesterday about this, and they couldn't figure out what's going from these lines
  927. # [07:08] * Parts: artur (artur@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  928. # [07:09] <jviereck> roc: I'm not really sure how to debug this crash :/
  929. # [07:09] <jgilbert> jviereck: I thought that was fixed when running with /test/, is it not?
  930. # [07:09] * Joins: Honza (chatzilla@C62E2FAA.23B79DE4.D0083327.IP)
  931. # [07:09] <jviereck> jgilbert: nope
  932. # [07:10] <jgilbert> and there's no crash dump?
  933. # [07:10] <jviereck> jgilbert: http://pastebin.mozilla.org/1563531
  934. # [07:10] <jviereck> jgilbert: let me run it again
  935. # [07:11] * Quits: Stan (Stan@moz-868F82E2.dip.t-dialin.net) (Quit: KVIrc KVIrc Equilibrium 4.1.3, revision: 6109, sources date: 20120101, built on: 2012-03-27 22:01:16 UTC - http://www.kvirc.net/)
  936. # [07:12] <jviereck> roc: if I make a mail to the WHATWG mailing list, how much should I go into detail when making the post. Just scratch the basic idea or lay out the entire idea brainstorming about how to handle put/getImageData as well
  937. # [07:12] * Quits: NhanTDN (human_torc@1A60CFFB.511FD5DE.85184009.IP) (Quit: )
  938. # [07:12] * Joins: bonnie (bbsurender@moz-431F5290.dsl.pltn13.pacbell.net)
  939. # [07:13] <jgilbert> jviereck: you can run the webgl tests at https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/conformance-suites/1.0.1/webgl-conformance-tests.html also
  940. # [07:13] * Quits: bonnie (bbsurender@moz-431F5290.dsl.pltn13.pacbell.net) (Quit: Ex-Chat)
  941. # [07:13] <jgilbert> they should be the same, more or less
  942. # [07:14] <@roc> jviereck: first thing is to lay out your use case
  943. # [07:14] <jgilbert> and they come in blocks, which helps with isolating problematic tests
  944. # [07:14] <@roc> explain the problem you're trying to solve as concretely as possible
  945. # [07:14] <@roc> e.g. "I'm rendering PDF content to a canvas and I want to get a high-res version output when printing"
  946. # [07:15] <@roc> then, after that, explain your proposed solution
  947. # [07:15] * Joins: yuan (ywang@moz-6A0DF30E.hsd1.ca.comcast.net)
  948. # [07:17] * Joins: Wevah (Wevah@moz-5435D49F.stcd.qwest.net)
  949. # [07:18] * Quits: NeilZZZ (neil@moz-7E027EE5.cable.virginmedia.com) (Ping timeout)
  950. # [07:20] <qheaden> Unfocused: Well, I made all of the changes you suggested. :)
  951. # [07:20] <Unfocused> qheaden: great :)
  952. # [07:20] <qheaden> Unfocused: I forget. Are there any more feature that need adding?
  953. # [07:20] * Quits: Gentlecat (Roman@4805F184.7D1F96C3.8FB52CB8.IP) (Connection reset by peer)
  954. # [07:22] * Quits: Honza (chatzilla@C62E2FAA.23B79DE4.D0083327.IP) (Quit: ChatZilla 0.9.88.1 [Firefox 11.0/20120312181643])
  955. # [07:25] * Quits: glob (glob@moz-DF237567.glob.com.au) (Quit: Leaving...)
  956. # [07:26] <qheaden> Unfocused: The patch I am working on now already has the ability to uninstall search engines. So the only thing that remains is to provide the correct value for SearchEngineAddon.scope.
  957. # [07:26] <qheaden> After that, we should be feature complete.
  958. # [07:26] <Unfocused> qheaden: enable/disable/uninstall, correctly calculating the scope property, need a new checkbox to enable/disable search suggestions (not sure where that should go, better ask UX)
  959. # [07:26] <Unfocused> oh yea? cool
  960. # [07:27] * Joins: glob (glob@moz-DF237567.glob.com.au)
  961. # [07:27] <qheaden> About the enabling and disabling. That basically shows and hides the engine in the dropdown search selection?
  962. # [07:27] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  963. # [07:28] <Unfocused> yep
  964. # [07:28] <qheaden> ok
  965. # [07:28] <qheaden> I should be able to clean that stuff up this week. Hopefully. :)
  966. # [07:28] * Quits: janv (varga@moz-6D58DC19.flarion.as5628.telecom.sk) (Ping timeout)
  967. # [07:29] <jviereck> roc: how much details for the solution? Explain all the details I thought about and edge cases or just say "I have more but I want to get your first reaction to it"?
  968. # [07:29] * Joins: janv (varga@moz-6D58DC19.flarion.as5628.telecom.sk)
  969. # [07:29] <qheaden> Well, I must go to bed. Later everyone.
  970. # [07:30] <qheaden> Unfocused: I'll be in touch about my progress throughout this week.
  971. # [07:30] * Quits: qheaden (qheaden@moz-67E02157.nrflva.fios.verizon.net) (Quit: I've got to go. See ya!)
  972. # [07:30] <Unfocused> qheaden: great :)
  973. # [07:30] <Unfocused> .. bah
  974. # [07:30] <jviereck> roc: would you mind if I send you what I would write to the WHATWG first?
  975. # [07:31] <jviereck> jgilbert: I just ran the tests in my normal nightly browser and it crashed...?
  976. # [07:31] <jviereck> (that means the URL you gave me)
  977. # [07:31] <jviereck> doing again
  978. # [07:31] <jgilbert> jviereck: yeah, sounds a graphics bug
  979. # [07:32] <jviereck> jgilbert: grrr. Should I fill a bug?
  980. # [07:32] <jgilbert> jviereck: yes. I can track down what it is tomorrow
  981. # [07:33] * Quits: rclick|away (rclick@EE915ED2.DAE515C7.CDFD6498.IP) (Ping timeout)
  982. # [07:33] <jviereck> jgilbert: your jeff, right?
  983. # [07:33] <jgilbert> jviereck: correct
  984. # [07:33] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  985. # [07:33] <jviereck> jgilbert: should I come upstares to you?
  986. # [07:33] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  987. # [07:33] <jgilbert> jviereck: if you're still here, yeah
  988. # [07:34] <jviereck> k
  989. # [07:34] <jviereck> then I will do that tomorrow ;)
  990. # [07:34] <jviereck> and go for sleep then
  991. # [07:34] <jgilbert> ok
  992. # [07:36] <@roc> jviereck: sure, ehterpad it?
  993. # [07:37] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  994. # [07:37] <jviereck> roc: awesome idea. thanks :)
  995. # [07:37] * Quits: kanru (user@moz-99690620.hinet-ip.hinet.net) (Client exited)
  996. # [07:37] * Joins: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  997. # [07:37] * Joins: kanru (user@moz-99690620.hinet-ip.hinet.net)
  998. # [07:39] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  999. # [07:39] * Joins: xakz (XaMaD@moz-34FBE388.fbx.proxad.net)
  1000. # [07:41] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  1001. # [07:42] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  1002. # [07:42] <jgilbert> Callek: for the record, using clang instead of gcc fixed it
  1003. # [07:43] <jgilbert> also a 25% reduction in build time \o/
  1004. # [07:44] * Joins: micadeyeye (micadeyeye@moz-E01F8670.dynamic.wa.co.za)
  1005. # [07:45] * Joins: rclick|away (rclick@moz-4212D349.dsl.covlil.sbcglobal.net)
  1006. # [07:45] * Parts: yuan (ywang@moz-6A0DF30E.hsd1.ca.comcast.net)
  1007. # [07:45] * Quits: dbradley (dbradley@moz-80450F75.fuse.net) (Ping timeout)
  1008. # [07:46] * Quits: rclick|away (rclick@moz-4212D349.dsl.covlil.sbcglobal.net) (Quit: )
  1009. # [07:47] * Quits: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP) (Ping timeout)
  1010. # [07:47] * Quits: gwagner (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  1011. # [07:49] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  1012. # [07:50] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  1013. # [07:51] * Quits: jviereck (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  1014. # [07:54] * Quits: faramarz (faramarz@moz-99690620.hinet-ip.hinet.net) (Quit: faramarz)
  1015. # [07:55] * Joins: myk (Instantbir@moz-64D96850.dsl.dynamic.sonic.net)
  1016. # [07:55] * Joins: faramarz (faramarz@moz-99690620.hinet-ip.hinet.net)
  1017. # [07:56] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/e636439e342f - Olli Pettay - Bug 742482 - Add support for MutationObserver.takeRecords(), r=sicking
  1018. # [07:58] * Quits: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  1019. # [07:59] * Joins: gcp (gpascutto@moz-D0E475EA.access.telenet.be)
  1020. # [07:59] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  1021. # [08:00] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1022. # [08:02] * Joins: sicking (chatzilla@moz-903915C1.hsd1.ca.comcast.net)
  1023. # [08:03] * Quits: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net) (Quit: Leaving.)
  1024. # [08:04] * philor is now known as philor|away
  1025. # [08:04] * Joins: gkw (gkw@moz-7CD88B0C.hsd1.ca.comcast.net)
  1026. # [08:06] * Quits: Wei_o_o (Wei@212A6CEB.4F4B4250.FAA9ED67.IP) (Ping timeout)
  1027. # [08:10] * Joins: Yoric|Poor (David@moz-920DB13B.fbx.proxad.net)
  1028. # [08:10] * jhford-work is now known as jhford-work-away
  1029. # [08:15] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  1030. # [08:16] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  1031. # [08:18] * Quits: nrc (nrc@E2F7352.56080C53.97BBD552.IP) (Ping timeout)
  1032. # [08:19] * Joins: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz)
  1033. # [08:20] * Quits: sstangl (sstangl@748344B9.A22D542B.1C5878CF.IP) (Ping timeout)
  1034. # [08:22] * Quits: Yoric|Poor (David@moz-920DB13B.fbx.proxad.net) (Ping timeout)
  1035. # [08:22] * Joins: jviereck (Adium@3C1BAA78.541DA6A2.66281533.IP)
  1036. # [08:23] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  1037. # [08:23] * Joins: Yoric|Poor (David@moz-920DB13B.fbx.proxad.net)
  1038. # [08:24] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  1039. # [08:25] * Quits: eflores (eflores@538BABFE.A073F3E.97BBD552.IP) (Quit: Bye)
  1040. # [08:25] * Quits: myk (Instantbir@moz-64D96850.dsl.dynamic.sonic.net) (Quit: Instantbird -- http://www.instantbird.com)
  1041. # [08:29] * Parts: jair (jair@moz-E2465683.hfc.comcastbusiness.net)
  1042. # [08:30] * Quits: pranavrc (pranavrc@EBA60606.4DA35B3F.520CDC98.IP) (Quit: Ping timeout: ∞)
  1043. # [08:33] * heycam is now known as heycam|away
  1044. # [08:33] * heycam|away is now known as heycam
  1045. # [08:34] <@smaug> interesting. looks like there is something good at waking up early. builds are ready fast and running tests doesn't take much time either
  1046. # [08:36] * Joins: sstangl (sstangl@748344B9.A22D542B.1C5878CF.IP)
  1047. # [08:37] * Joins: anky (anky@2407C9F6.893192DD.A3D1B221.IP)
  1048. # [08:40] * Quits: Mossop (mossop@moz-79BD0281.dsl.dynamic.sonic.net) (Ping timeout)
  1049. # [08:42] <KWierso> smaug: still not worth getting up early, imo
  1050. # [08:43] * Joins: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net)
  1051. # [08:43] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  1052. # [08:45] * Joins: smagnin (pike@moz-DEF53BC9.fbx.proxad.net)
  1053. # [08:46] * Quits: jviereck (Adium@3C1BAA78.541DA6A2.66281533.IP) (Quit: Leaving.)
  1054. # [08:48] * Joins: past (past@moz-EA81DA75.dsl.dyn.forthnet.gr)
  1055. # [08:52] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  1056. # [08:52] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1057. # [08:52] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1058. # [08:52] <glazou> bonjour
  1059. # [08:53] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  1060. # [08:53] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1061. # [08:54] * Joins: TheLink (TheLink@moz-C76AC80E.pools.arcor-ip.net)
  1062. # [08:54] * SeoZ is now known as SeoZ-home[AWAY]
  1063. # [08:54] <@smaug> huomenta
  1064. # [08:58] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  1065. # [09:00] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  1066. # [09:04] * Quits: micadeyeye (micadeyeye@moz-E01F8670.dynamic.wa.co.za) (Ping timeout)
  1067. # [09:11] * Quits: smagnin (pike@moz-DEF53BC9.fbx.proxad.net) (Quit: Quitte)
  1068. # [09:16] * Quits: @dveditz (dveditz@moz-34991AF4.dhcp.cruzio.com) (Quit: dveditz)
  1069. # [09:19] * Quits: Yoric|Poor (David@moz-920DB13B.fbx.proxad.net) (Ping timeout)
  1070. # [09:19] * Joins: Stan (Stan@moz-868F82E2.dip.t-dialin.net)
  1071. # [09:19] * Joins: victorporof (victorporo@47B71CE6.7E2AA079.79933D60.IP)
  1072. # [09:19] * Joins: Ms2ger (Ms2ger@moz-997EEB55.access.telenet.be)
  1073. # [09:21] * Quits: TheLink (TheLink@moz-C76AC80E.pools.arcor-ip.net) (Client exited)
  1074. # [09:27] * Joins: kaze (kaze@moz-CB189C31.w80-11.abo.wanadoo.fr)
  1075. # [09:27] * Quits: mreavy (chatzilla@moz-6380AF60.phlapa.fios.verizon.net) (Input/output error)
  1076. # [09:27] * Joins: Yoric|Poor (David@moz-920DB13B.fbx.proxad.net)
  1077. # [09:28] * Quits: anky (anky@2407C9F6.893192DD.A3D1B221.IP) (Ping timeout)
  1078. # [09:28] * Joins: anky (anky@F9B87AAF.E88ABCD5.A3D1B221.IP)
  1079. # [09:30] * Quits: KLB (Kenneth_Ba@moz-CB90BBF2.maine.res.rr.com) (Client exited)
  1080. # [09:33] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Input/output error)
  1081. # [09:33] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  1082. # [09:33] * ChanServ sets mode: +o smaug
  1083. # [09:35] * Joins: Stan_ (Stan@moz-3C6378B1.dip.t-dialin.net)
  1084. # [09:36] * Quits: Stan (Stan@moz-868F82E2.dip.t-dialin.net) (Ping timeout)
  1085. # [09:37] * Joins: joe_walker (joe_walker@moz-15405DDA.cable.virginmedia.com)
  1086. # [09:38] * Quits: ddahl (ddahl@moz-4FFA5540.hsd1.il.comcast.net) (Ping timeout)
  1087. # [09:40] * Joins: NeilZZZ (neil@moz-7E027EE5.cable.virginmedia.com)
  1088. # [09:41] * Joins: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP)
  1089. # [09:42] * Quits: anky (anky@F9B87AAF.E88ABCD5.A3D1B221.IP) (Client exited)
  1090. # [09:42] * Joins: c0smikdebris (c0smikdebr@A3C00883.779AB39C.BE90E62C.IP)
  1091. # [09:43] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1092. # [09:44] * Quits: faramarz (faramarz@moz-99690620.hinet-ip.hinet.net) (Quit: faramarz)
  1093. # [09:44] * Joins: faramarz (faramarz@moz-99690620.hinet-ip.hinet.net)
  1094. # [09:45] * Quits: c0smikdebris (c0smikdebr@A3C00883.779AB39C.BE90E62C.IP) (Quit: Computer has gone to sleep.)
  1095. # [09:54] * Quits: janv (varga@moz-6D58DC19.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  1096. # [09:55] * Quits: jcranmer|away (jcranmer@moz-A8039BFC.csl.tjhsst.edu) (Ping timeout)
  1097. # [09:56] * Joins: jfkthame (jfkthame@CBB4DF31.90783722.9542EC20.IP)
  1098. # [09:57] <Ms2ger> Mark_Capella++ :)
  1099. # [09:57] * Joins: c0smikdebris (c0smikdebr@A3C00883.779AB39C.BE90E62C.IP)
  1100. # [09:57] <Mark_Capella> B)
  1101. # [09:58] * Joins: jcranmer|away (jcranmer@moz-A8039BFC.csl.tjhsst.edu)
  1102. # [10:00] * Quits: Yoric|Poor (David@moz-920DB13B.fbx.proxad.net) (Ping timeout)
  1103. # [10:00] * Joins: MarcoZ (Daily@moz-891A6849.dip.t-dialin.net)
  1104. # [10:01] * Joins: Goldorak (chatzilla@DB0DC03.2B595181.187A1082.IP)
  1105. # [10:03] * Quits: Lucas (Lucas@moz-92C28224.hsd1.ca.comcast.net) (Ping timeout)
  1106. # [10:04] * Quits: nattofriends (tsutsumi@moz-A369A791.warosu.org) (Ping timeout)
  1107. # [10:04] * Quits: pascalc (chatzilla@moz-446F98C8.fbxo.proxad.net) (Ping timeout)
  1108. # [10:05] * Joins: RemusPop (remuspop@601F3B17.33662590.A5830293.IP)
  1109. # [10:05] * Fallen|away is now known as Fallen
  1110. # [10:05] * Joins: nattofriends (tsutsumi@moz-A369A791.warosu.org)
  1111. # [10:08] * heycam is now known as heycam|away
  1112. # [10:08] * Joins: Yoric|Poor (David@moz-920DB13B.fbx.proxad.net)
  1113. # [10:09] <glob> 'text'.match(/?/) --> syntax error: invalid quantifier
  1114. # [10:09] <glob> 'text'.match('?') --> NS_ERROR_OUT_OF_MEMORY
  1115. # [10:09] * Joins: janv (varga@moz-6D58DC19.flarion.as5628.telecom.sk)
  1116. # [10:11] * Joins: dao (dao@moz-B9CF1FA5.superkabel.de)
  1117. # [10:14] * Joins: garnacho_ (carlos@moz-B27B0825.dyn.user.ono.com)
  1118. # [10:14] <Yoric> cjones: ping
  1119. # [10:14] <Yoric> glob: That's not nice.
  1120. # [10:16] * Joins: asac (asac@moz-917E2EC3.pppoe.wtnet.de)
  1121. # [10:16] <cjones> hey Yoric
  1122. # [10:17] <Yoric> cjones: Hi
  1123. # [10:17] <Yoric> How are you?
  1124. # [10:18] <Yoric> cjones: Regarding bug 728171, what do you suggest?
  1125. # [10:18] <Yoric> Should I try and divide the bug in as many components as possible?
  1126. # [10:19] <Yoric> (and the patch, too)
  1127. # [10:20] <cjones> looking
  1128. # [10:21] * Fallen is now known as Fallen|away
  1129. # [10:21] <cjones> looks mechanical, i can review
  1130. # [10:21] <cjones> anything subtle in code i don't know i'll delegate
  1131. # [10:21] * nthomas|away is now known as nthomas
  1132. # [10:22] * Quits: ferongr (ferongr@CF8EE14F.F831E23E.F5160715.IP) (Ping timeout)
  1133. # [10:22] <Yoric> Thanks.
  1134. # [10:22] * Quits: nli (nli@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1135. # [10:22] <Yoric> And yes, it is basically mechanical.
  1136. # [10:22] * Joins: nli (nli@moz-99690620.hinet-ip.hinet.net)
  1137. # [10:23] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1138. # [10:23] * Quits: nli (nli@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1139. # [10:23] * Joins: Gentlecat (Roman@4805F184.7D1F96C3.8FB52CB8.IP)
  1140. # [10:24] * Joins: ddahl (ddahl@moz-4FFA5540.hsd1.il.comcast.net)
  1141. # [10:24] * Quits: jdm (jdm@moz-15BB5FE6.cable.teksavvy.com) (Client exited)
  1142. # [10:24] * Joins: lht (elihait@moz-722A94AD.dreamhost.com)
  1143. # [10:25] * Joins: msucan (msucan-@754ABC71.319ADCBF.D7B372F7.IP)
  1144. # [10:25] * Joins: imphil (philipp@moz-55513EF0.rad.med.uni-muenchen.de)
  1145. # [10:27] * Joins: imphil_ (philipp@moz-55513EF0.rad.med.uni-muenchen.de)
  1146. # [10:27] * Quits: imphil_ (philipp@moz-55513EF0.rad.med.uni-muenchen.de) (Quit: Verlassend)
  1147. # [10:28] * Quits: jfkthame (jfkthame@CBB4DF31.90783722.9542EC20.IP) (Quit: jfkthame)
  1148. # [10:28] * Quits: nattokirai (nattokirai@moz-348F61F0.mozilla.or.jp) (Quit: nattokirai)
  1149. # [10:29] * Quits: c0smikdebris (c0smikdebr@A3C00883.779AB39C.BE90E62C.IP) (Client exited)
  1150. # [10:29] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  1151. # [10:29] * Quits: dvander`home (dvander@moz-EC56C22F.hsd1.ca.comcast.net) (Ping timeout)
  1152. # [10:34] <Ms2ger> http://mozillamemes.tumblr.com/post/20887336830/we-also-have-coincidental-blues-and-isochronal
  1153. # [10:35] <mounir> sicking: ping
  1154. # [10:36] * Joins: nli (nli@moz-99690620.hinet-ip.hinet.net)
  1155. # [10:36] * Quits: surkov (surkov@B9538DF7.B7015738.33A1AC3C.IP) (Quit: surkov)
  1156. # [10:37] <Ms2ger> Hah
  1157. # [10:37] <@smaug> Ms2ger: heh
  1158. # [10:39] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Input/output error)
  1159. # [10:39] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  1160. # [10:39] * ChanServ sets mode: +o smaug
  1161. # [10:39] * Quits: masayuki (Daily@moz-911CC660.zaq.ne.jp) (Quit: masayuki)
  1162. # [10:40] * Joins: masayuki (Daily@moz-911CC660.zaq.ne.jp)
  1163. # [10:40] * Quits: victorporof (victorporo@47B71CE6.7E2AA079.79933D60.IP) (Quit: Linkinus - http://linkinus.com)
  1164. # [10:42] <sicking> mounir: pong
  1165. # [10:42] * Joins: anky (anky@427121C2.588DE6B1.A3D1B221.IP)
  1166. # [10:42] * Joins: ferongr (ferongr@BFDD10AF.DDEAD33F.F5160715.IP)
  1167. # [10:43] * Joins: victorporof (victorporo@FA2F31BF.A00C134E.79933D60.IP)
  1168. # [10:45] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1169. # [10:45] * Quits: bsmith (bsmith@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1170. # [10:45] * Joins: Wei_o_o (Wei@212A6CEB.4F4B4250.FAA9ED67.IP)
  1171. # [10:46] <mounir> sicking: do you think you could attend the WebIntent F2F in May?
  1172. # [10:46] <mounir> at least, were you planned to?
  1173. # [10:46] <mounir> that would be awesome to have someone from Mozilla
  1174. # [10:46] <sicking> i didn't know about it
  1175. # [10:46] <sicking> where is it?
  1176. # [10:46] <mounir> I was going to shoot you an email about that actually
  1177. # [10:46] <sicking> and what days?
  1178. # [10:46] <mounir> 1st and 2nd of May in MV
  1179. # [10:47] <mounir> really close to you ;)
  1180. # [10:47] <Ms2ger> The WebApps F2F, you mean
  1181. # [10:47] <mounir> Ms2ger: there will be a WebIntents F2F during the WebApps F2F
  1182. # [10:47] <Ms2ger> WebIntents are on the agenda of the WebApps F2F
  1183. # [10:48] <sicking> mounir: oh, isn't that the webapps f2f?
  1184. # [10:48] <sicking> mounir: i'll be at that yeah
  1185. # [10:48] <Yoric> cjones: So, can I just mark it as checkin-needed?
  1186. # [10:48] <mounir> sicking: cool
  1187. # [10:49] <mounir> sicking: I will still send you an email as a reminder ;)
  1188. # [10:49] <sicking> mounir: please don't, it's in my calendar
  1189. # [10:49] <mounir> sicking: ok
  1190. # [10:49] * Ms2ger isn't sure if anything useful will happen there
  1191. # [10:49] <mounir> Ms2ger: I think they will kill all specs to have them done with WebIntents
  1192. # [10:50] <mounir> but that might be a spoiler
  1193. # [10:50] <Ms2ger> Let's just rename it XBL2
  1194. # [10:50] * Joins: harth (harth@moz-C2C235AC.bb.sky.com)
  1195. # [10:51] <@smaug> I can hope File System API will be killed
  1196. # [10:54] <darktrojan> kill all the apis
  1197. # [10:55] * Joins: pascalc (chatzilla@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1198. # [10:56] <cjones> Yoric, sure
  1199. # [10:56] <Yoric> ok
  1200. # [10:56] <Yoric> Thanks
  1201. # [10:56] <Yoric> Maybe I'll launch one last TryServer, though.
  1202. # [10:56] * Joins: garnacho (carlos@moz-B27B0825.dyn.user.ono.com)
  1203. # [10:57] * Quits: garnacho_ (carlos@moz-B27B0825.dyn.user.ono.com) (Ping timeout)
  1204. # [10:58] * davehunt|away is now known as davehunt
  1205. # [10:59] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  1206. # [11:00] * Quits: Yoric|Poor (David@moz-920DB13B.fbx.proxad.net) (Ping timeout)
  1207. # [11:03] <glazou> <troll_alert> who needs an API when everything is "native" :-) </troll_alert>
  1208. # [11:04] <darktrojan> native like html5?
  1209. # [11:04] <glazou> eheh
  1210. # [11:05] * tbsaunde is now known as tbsaunde|busy
  1211. # [11:05] * Joins: jfkthame (jfkthame@CBB4DF31.90783722.9542EC20.IP)
  1212. # [11:06] <Ms2ger> glazou, CSS Regions? :)
  1213. # [11:10] * Quits: GPHemsley (GPHemsley@moz-A2DF0FC4.hfc.comcastbusiness.net) (Ping timeout)
  1214. # [11:11] <glazou> all is natively regioned
  1215. # [11:12] <mounir> jlebar: ping
  1216. # [11:15] * glob is now known as glob|away
  1217. # [11:17] * Joins: cpearce (chatzilla@moz-CAF4778E.xdsl.xnet.co.nz)
  1218. # [11:20] * Joins: surkov (surkov@B9538DF7.B7015738.33A1AC3C.IP)
  1219. # [11:21] * Quits: sicking (chatzilla@moz-903915C1.hsd1.ca.comcast.net) (Input/output error)
  1220. # [11:23] * Quits: @roc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  1221. # [11:26] * Quits: harth (harth@moz-C2C235AC.bb.sky.com) (Input/output error)
  1222. # [11:31] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
  1223. # [11:35] * Quits: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  1224. # [11:36] * glob|away is now known as glob
  1225. # [11:37] * Quits: njn (chatzilla@moz-2AA9F828.dyn.iinet.net.au) (Client exited)
  1226. # [11:37] * vingtetun_away is now known as vingtetun
  1227. # [11:38] * Joins: Yoric|Poor (David@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1228. # [11:38] * Joins: Yoric (Yoric@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1229. # [11:38] <glazou> hmmm if I use McCoy to sign an update.rdf then Nightly complains about that update.rdf saying it misses an <updates> section
  1230. # [11:38] <glazou> is there a version of McCoy more recent than 0.5 from 2008 ?
  1231. # [11:38] <glazou> or what do you guys use instead ?
  1232. # [11:41] * Joins: Metapioca (lg@moz-7E8F244A.rev.sfr.net)
  1233. # [11:42] * Quits: tonymec (tonymec@A8303978.3124D314.277517C1.IP) (Ping timeout)
  1234. # [11:42] * Quits: tonymec|away (tonymec@A8303978.3124D314.277517C1.IP) (Ping timeout)
  1235. # [11:49] * zpao is now known as zpao|detached
  1236. # [11:49] * Joins: harth (harth@moz-C2C235AC.bb.sky.com)
  1237. # [11:52] <glandium> Looks like I haven't broken the tree, yet
  1238. # [11:52] * Joins: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP)
  1239. # [11:53] * Quits: imphil (philipp@moz-55513EF0.rad.med.uni-muenchen.de) (Ping timeout)
  1240. # [11:56] * Quits: jfkthame (jfkthame@CBB4DF31.90783722.9542EC20.IP) (Quit: jfkthame)
  1241. # [11:58] * Joins: timdream (timdream@moz-104CC309.mv.mozilla.com)
  1242. # [11:58] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1243. # [12:00] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1244. # [12:01] * Quits: anky (anky@427121C2.588DE6B1.A3D1B221.IP) (Ping timeout)
  1245. # [12:02] * Joins: anky (anky@1D5B93D9.33B42AB0.A3D1B221.IP)
  1246. # [12:06] * Quits: faramarz (faramarz@moz-99690620.hinet-ip.hinet.net) (Quit: faramarz)
  1247. # [12:07] * Joins: thelodger (thelodger@3F6B379F.C9F9DC3E.C2E02DEF.IP)
  1248. # [12:07] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1249. # [12:10] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1250. # [12:10] * Quits: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net) (Connection reset by peer)
  1251. # [12:10] * Joins: crussell (colby@moz-6E56C1D9.dfw.dsl-w.verizon.net)
  1252. # [12:11] <glazou> Unfocused: ping
  1253. # [12:12] * Quits: joe_walker (joe_walker@moz-15405DDA.cable.virginmedia.com) (Quit: Leaving)
  1254. # [12:12] * Joins: mak (chatzilla@moz-45611EB5.retail.telecomitalia.it)
  1255. # [12:12] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1256. # [12:12] <glandium> i like how when tech press talks about new features in FF, they like to say it's copied from chrome, but not the other way around
  1257. # [12:17] <nthomas> opera had it first
  1258. # [12:18] * Joins: joe_walker (joe_walker@moz-15405DDA.cable.virginmedia.com)
  1259. # [12:19] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1260. # [12:21] * Joins: graememcc (chatzilla@moz-77A8A989.range86-147.btcentralplus.com)
  1261. # [12:22] * Fallen|away is now known as Fallen
  1262. # [12:22] * Joins: c0smikdebris (c0smikdebr@A3C00883.779AB39C.BE90E62C.IP)
  1263. # [12:22] * Quits: kdc (chatzilla@moz-6176CD61.no.shawcable.net) (Connection reset by peer)
  1264. # [12:23] * Joins: JeroenDeDauw (j@moz-2D197778.dip.t-dialin.net)
  1265. # [12:23] * Quits: @ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP) (Input/output error)
  1266. # [12:24] * Quits: Yoric (Yoric@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Input/output error)
  1267. # [12:25] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1268. # [12:25] * Quits: aja (chatzilla@31F97AFA.71C78C16.7880DB15.IP) (Ping timeout)
  1269. # [12:25] * Quits: Yoric|Poor (David@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  1270. # [12:26] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Quit: )
  1271. # [12:26] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1272. # [12:27] <glazou> Unfocused: nevermind
  1273. # [12:28] * Quits: cjones (cjones@moz-F789BBB4.dynamic.hinet.net) (Quit: Leaving)
  1274. # [12:29] <gcp> inbound seems to hav permaorange on mochitest-4 after mozilla-inbound/rev/986091dac358
  1275. # [12:30] * Quits: dao (dao@moz-B9CF1FA5.superkabel.de) (Quit: Leaving.)
  1276. # [12:32] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Ping timeout)
  1277. # [12:33] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1278. # [12:34] * Quits: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP) (Input/output error)
  1279. # [12:36] * Joins: dao (dao@moz-B9CF1FA5.superkabel.de)
  1280. # [12:36] * Joins: jfkthame (jfkthame@CBB4DF31.90783722.9542EC20.IP)
  1281. # [12:36] * Joins: KaiRo (robert@moz-AABD5C40.adsl.highway.telekom.at)
  1282. # [12:37] * Joins: andreasn (andreasn@moz-8A84C28A.bredband.comhem.se)
  1283. # [12:38] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
  1284. # [12:39] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1285. # [12:39] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  1286. # [12:40] * Joins: vikash (vikash@639798CC.38F0169.5D9ABA9F.IP)
  1287. # [12:40] <Ms2ger> kennyluck, please mention https://hg.mozilla.org/integration/mozilla-inbound/rev/46eacf64298a in the correct bug
  1288. # [12:40] <Ms2ger> kennyluck, and please fix the commit message for your next try
  1289. # [12:41] * nthomas is now known as nthomas|away
  1290. # [12:42] * Quits: victorporof (victorporo@FA2F31BF.A00C134E.79933D60.IP) (Quit: Linkinus - http://linkinus.com)
  1291. # [12:42] <kennyluck> Ms2ger, huh? Do we mind telling me what happened?
  1292. # [12:42] * Quits: Ms2ger (Ms2ger@moz-997EEB55.access.telenet.be) (Ping timeout)
  1293. # [12:43] * Joins: gandalf (zbraniecki@moz-220BBC47.neoplus.adsl.tpnet.pl)
  1294. # [12:43] <kennyluck> gcp, how do I get to know the complier message?
  1295. # [12:45] <kennyluck> Ah, I typed in the bug number wrong.
  1296. # [12:46] <mwu> l
  1297. # [12:46] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1298. # [12:46] * ChanServ sets mode: +o roc
  1299. # [12:46] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1300. # [12:50] * Joins: fer (fherrera@moz-75DF37E9.dynamic.jazztel.es)
  1301. # [12:51] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Connection reset by peer)
  1302. # [12:52] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1303. # [12:53] * hsivonen is still not a fan of DOM3 Load&Save
  1304. # [12:54] * Joins: NhanTDN (human_torc@1A60CFFB.511FD5DE.85184009.IP)
  1305. # [12:54] * Joins: Cwiiis (cwiiis@40018561.F684631.21A4E96A.IP)
  1306. # [12:55] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Ping timeout)
  1307. # [12:56] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  1308. # [12:56] * ChanServ sets mode: +o smaug
  1309. # [12:56] <hsivonen> we have surprisingly many tests that use xmlDoc.load(...)
  1310. # [12:56] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1311. # [12:56] <hsivonen> maybe it has had a lot of bugs!
  1312. # [12:59] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1313. # [13:00] * glazou is now known as glazou_lunch
  1314. # [13:00] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird -- http://www.instantbird.com)
  1315. # [13:04] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1316. # [13:04] <darktrojan> pretty sure it shouldn't look like this http://i.imgur.com/Vbxh3.png?1
  1317. # [13:05] <kennyluck> Ah, I know what's going on now.
  1318. # [13:06] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  1319. # [13:06] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1320. # [13:07] * mak is now known as mak|afk
  1321. # [13:07] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1322. # [13:08] * glob is now known as glob|away
  1323. # [13:10] * Quits: dao (dao@moz-B9CF1FA5.superkabel.de) (Quit: Leaving.)
  1324. # [13:11] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1325. # [13:12] * Quits: mijia (mijia@DC4232F0.766373FB.C3A57E70.IP) (Client exited)
  1326. # [13:16] * Joins: pranavrc (pranavrc@A5C1B6E2.86BDF78C.520CDC98.IP)
  1327. # [13:16] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Max SendQ exceeded)
  1328. # [13:17] <hsivonen> hmm. xmlDoc.load() is interesting when the doc containing the script is script-created
  1329. # [13:17] * Joins: askalski (akuda@moz-6A36EC49.ip.abpl.pl)
  1330. # [13:18] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  1331. # [13:19] * Joins: dao (dao@moz-B9CF1FA5.superkabel.de)
  1332. # [13:22] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  1333. # [13:23] * Quits: pranavrc (pranavrc@A5C1B6E2.86BDF78C.520CDC98.IP) (Quit: Ping timeout: ∞)
  1334. # [13:23] * Quits: JeroenDeDauw (j@moz-2D197778.dip.t-dialin.net) (Ping timeout)
  1335. # [13:26] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1336. # [13:29] * Quits: anky (anky@1D5B93D9.33B42AB0.A3D1B221.IP) (Client exited)
  1337. # [13:30] * davehunt is now known as davehunt|away
  1338. # [13:31] * Quits: vikash (vikash@639798CC.38F0169.5D9ABA9F.IP) (Quit: Leaving)
  1339. # [13:31] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  1340. # [13:32] * Quits: dao (dao@moz-B9CF1FA5.superkabel.de) (Quit: Leaving.)
  1341. # [13:32] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Max SendQ exceeded)
  1342. # [13:33] * Quits: Wei_o_o (Wei@212A6CEB.4F4B4250.FAA9ED67.IP) (Client exited)
  1343. # [13:34] <Cwiiis> where does the docshell of a browser get set?
  1344. # [13:35] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1345. # [13:37] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1346. # [13:38] * Quits: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  1347. # [13:38] * Joins: dao (dao@moz-B9CF1FA5.superkabel.de)
  1348. # [13:38] * Joins: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP)
  1349. # [13:38] * Joins: mayhemer__ (Miranda@B3D46202.F87A741B.F23860FD.IP)
  1350. # [13:41] * Quits: jprmc (jprmc@moz-7F2FF3EB.cpe.net.cable.rogers.com) (Ping timeout)
  1351. # [13:41] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1352. # [13:42] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1353. # [13:43] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1354. # [13:45] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1355. # [13:46] * Joins: Davidw93 (Davidw93@moz-7478EA27.zone14.bethere.co.uk)
  1356. # [13:46] * Quits: harth (harth@moz-C2C235AC.bb.sky.com) (Input/output error)
  1357. # [13:46] * Quits: c0smikdebris (c0smikdebr@A3C00883.779AB39C.BE90E62C.IP) (Ping timeout)
  1358. # [13:50] * Joins: prazuber (prazuber@moz-8FDA4E25.savvy.volia.net)
  1359. # [13:50] * Quits: mwu (mwu@moz-F789BBB4.dynamic.hinet.net) (Ping timeout)
  1360. # [13:51] * Joins: vikash (vikash@639798CC.38F0169.5D9ABA9F.IP)
  1361. # [13:52] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1362. # [13:56] * Joins: c0smikdebris (c0smikdebr@7050DD38.779AB39C.BE90E62C.IP)
  1363. # [13:56] * Quits: past (past@moz-EA81DA75.dsl.dyn.forthnet.gr) (Ping timeout)
  1364. # [13:57] * Quits: dao (dao@moz-B9CF1FA5.superkabel.de) (Quit: Leaving.)
  1365. # [13:57] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Max SendQ exceeded)
  1366. # [13:58] * Joins: past (past@moz-EA81DA75.dsl.dyn.forthnet.gr)
  1367. # [13:58] * mattwoodrow is now known as mattwoodrow|away
  1368. # [13:59] * Quits: darktrojan (geoff@moz-30B3CCFD.telstraclear.net) (Quit: darktrojan)
  1369. # [13:59] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1370. # [14:00] * glob|away is now known as glob
  1371. # [14:01] * Joins: rohan (chatzilla@CE8DD343.2C2BFB59.35E0727C.IP)
  1372. # [14:01] * Quits: jfkthame (jfkthame@CBB4DF31.90783722.9542EC20.IP) (Quit: jfkthame)
  1373. # [14:02] * glob is now known as glob|away
  1374. # [14:04] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1375. # [14:04] * Joins: mreavy (chatzilla@moz-6380AF60.phlapa.fios.verizon.net)
  1376. # [14:05] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  1377. # [14:05] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1378. # [14:05] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  1379. # [14:06] * Quits: nli (nli@moz-99690620.hinet-ip.hinet.net) (Quit: nli)
  1380. # [14:06] * Joins: zzzzz (chatzilla@moz-B7AA8740.dhcp.embarqhsd.net)
  1381. # [14:06] * bhearsum|afk is now known as bhearsum
  1382. # [14:09] <rohan> hi jdm
  1383. # [14:09] * Joins: jprmc (jprmc@88D845D1.5BCEC6DB.DA78B690.IP)
  1384. # [14:09] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  1385. # [14:13] * Quits: vikash (vikash@639798CC.38F0169.5D9ABA9F.IP) (Ping timeout)
  1386. # [14:16] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Max SendQ exceeded)
  1387. # [14:19] * Joins: tchevalier (Instantbir@moz-4D6C1F5C.w90-48.abo.wanadoo.fr)
  1388. # [14:19] * Quits: tchevalier (Instantbir@moz-4D6C1F5C.w90-48.abo.wanadoo.fr) (Quit: Instantbird -- http://www.instantbird.com)
  1389. # [14:19] * Joins: tchevalier (Instantbir@moz-4D6C1F5C.w90-48.abo.wanadoo.fr)
  1390. # [14:19] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1391. # [14:20] * Joins: mreid_ (mark@moz-6494C845.eastlink.ca)
  1392. # [14:20] * hwine-ooo is now known as hwine
  1393. # [14:21] * Quits: mreid (mreid@moz-5F4A70CA.yipyip.com) (NickServ (GHOST command used by mreid_))
  1394. # [14:21] * Quits: mreid_ (mark@moz-6494C845.eastlink.ca) (Quit: Bye!)
  1395. # [14:21] * Joins: mreid (mreid@moz-5F4A70CA.yipyip.com)
  1396. # [14:22] * Joins: mreid_ (mark@moz-6494C845.eastlink.ca)
  1397. # [14:23] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1398. # [14:23] * Quits: mreid (mreid@moz-5F4A70CA.yipyip.com) (NickServ (GHOST command used by mreid_))
  1399. # [14:23] * Joins: mreid (mreid@moz-5F4A70CA.yipyip.com)
  1400. # [14:24] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1401. # [14:28] * Joins: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP)
  1402. # [14:28] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1403. # [14:31] * Joins: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com)
  1404. # [14:32] * Quits: masayuki (Daily@moz-911CC660.zaq.ne.jp) (Quit: masayuki)
  1405. # [14:34] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1406. # [14:34] * Quits: past (past@moz-EA81DA75.dsl.dyn.forthnet.gr) (Ping timeout)
  1407. # [14:35] * Joins: past (past@moz-EA81DA75.dsl.dyn.forthnet.gr)
  1408. # [14:36] * catlee-away is now known as catlee
  1409. # [14:36] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1410. # [14:38] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Max SendQ exceeded)
  1411. # [14:38] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1412. # [14:38] * Joins: drice (derice@1606D15F.E628B196.8E155D4E.IP)
  1413. # [14:39] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  1414. # [14:40] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1415. # [14:40] * Joins: GPHemsley (GPHemsley@moz-A2DF0FC4.hfc.comcastbusiness.net)
  1416. # [14:41] * Joins: Enn (enn@F2D29657.F60B0462.67AC9B1.IP)
  1417. # [14:41] <avih> hi, anyone familiar enough with the build system to help me fix the android build on windows? it currently stops with:
  1418. # [14:41] <avih> export_tier_base
  1419. # [14:41] <avih> make[5]: Entering directory `/d/mozilla-build/mozilla-central/objdir-droid/config'
  1420. # [14:41] <avih> make[5]: execvp: /d/mozilla-build/mozilla-central/objdir-droid/config/nsinstall.exe: Bad file number
  1421. # [14:41] <avih> make[5]: *** [export] Error 127
  1422. # [14:41] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1423. # [14:42] <avih> what's nsinstall, and is it required for building firefox mobile on windows?
  1424. # [14:42] <mfinkle> not required for firefox mobile
  1425. # [14:43] <avih> ok, good start... where should i look to change it then?
  1426. # [14:44] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1427. # [14:45] <jdm> mfinkle: really? nsinstall isn't required?
  1428. # [14:45] <avih> i've already added the mingw bin dir to the path (requires a native c compiler for something with freetype2, and it doesn't try to use msvc, but goes on when i point it to gcc of mingw)
  1429. # [14:45] <mfinkle> jdm, hmm - i guess we use it in make files to make dirs and copy files
  1430. # [14:45] <rohan> anyone here familiar with HUDService.jsm?
  1431. # [14:45] <jdm> right
  1432. # [14:45] <mfinkle> avih, i am wrong about nsinstall
  1433. # [14:46] <glandium> mfinkle: yeah we use it everywhere
  1434. # [14:46] <avih> mfinkle: when i try to execute it directly, it appears it requires administrative permissions
  1435. # [14:46] <mfinkle> the makefiles need it mto move files around
  1436. # [14:46] <jdm> avih: ohhh, that's the silly *install* heuristic that windows uses :(
  1437. # [14:46] <mfinkle> avih, make sure you start the console window as "run as administrator"
  1438. # [14:46] * Joins: Yoric|Poor (David@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1439. # [14:46] <glandium> seriously?
  1440. # [14:46] <glandium> i've never had to do that
  1441. # [14:47] * Joins: Yoric (Yoric@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1442. # [14:47] <mfinkle> i always do
  1443. # [14:47] <avih> mfinkle: i start it with the batch file provided with the mozilla tools for windows (msvc10.bat iirc)
  1444. # [14:47] <glandium> avih: that's what i do
  1445. # [14:47] * mak|afk is now known as mak
  1446. # [14:47] <mfinkle> avih, yeah, i usually right click on that bat file and "run as administrator"
  1447. # [14:47] <avih> glandium: yes, and it works for building firefox for windows, but fails, as i described, when trying to build firefox for android
  1448. # [14:48] <mfinkle> oh, then something else must be busted
  1449. # [14:48] <glandium> avih: do we really support building for android on windows?
  1450. # [14:48] <avih> yes, and i'm trying to figure out what
  1451. # [14:48] <mfinkle> if it works for desktop but not mobile
  1452. # [14:48] <avih> glandium: not that i know of, but thought of giving it a go. it goes quite a while before it fails
  1453. # [14:48] * Joins: JeroenDeDauw (j@moz-2D197778.dip.t-dialin.net)
  1454. # [14:48] <mfinkle> glandium, i don't know of anyone building for android on windows
  1455. # [14:48] <glandium> avih: for instance, what compiler does it use to build the host tools ?
  1456. # [14:49] <avih> glandium: i pointed it to a local mingw bin dir
  1457. # [14:49] <avih> and it accepted it
  1458. # [14:49] * Joins: kaie (kaie@moz-76F27ECD.dip.t-dialin.net)
  1459. # [14:49] <glandium> avih: yeah well, i wouldn't bet too much on that actually working
  1460. # [14:50] <avih> glandium: for now, it fails on something else it seems
  1461. # [14:50] <znhxr> I googled the error message
  1462. # [14:50] <avih> configure at least was satisfied with the mingw dir
  1463. # [14:50] <znhxr> possible cause: command line and/or environment is too big
  1464. # [14:50] <glandium> avih: yeah, but nsinstall.exe is somehow borked
  1465. # [14:50] <avih> znhxr: that's for the nsinstall error?
  1466. # [14:51] <znhxr> execvp "bad file number"
  1467. # [14:51] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1468. # [14:51] <avih> oh
  1469. # [14:51] * glob|away is now known as glob
  1470. # [14:51] <avih> maybe i should try it at a shorter path then?
  1471. # [14:52] <avih> like /d/m instead of /d/mozilla-tools/mozilla-central ?
  1472. # [14:52] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1473. # [14:52] <glandium> avih: what if you run the failing command line "by hand"?
  1474. # [14:52] * Quits: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1475. # [14:53] <glandium> or even just nsinstall.exe
  1476. # [14:53] <avih> glandium: i don't know the full command line... hmm.. maybe due to the -s flag.. ?
  1477. # [14:53] <glandium> without any arguments
  1478. # [14:53] <avih> glandium: asks for administrator approval, then just exits. and from command line, it doesn't output anything. tried also with -h, --help and /?
  1479. # [14:54] <glandium> avih: that could be a problem with binaries produced by mingw
  1480. # [14:54] <avih> glandium: yes. possible
  1481. # [14:54] <glandium> (any of them)
  1482. # [14:54] <avih> though mingw is generally quite solid..
  1483. # [14:55] <avih> well.. i'll first try it with a shorter path...
  1484. # [14:55] <glandium> avih: that could be one of the build flags, too.
  1485. # [14:56] <avih> glandium: "that"?
  1486. # [14:56] <glandium> avih: the problem
  1487. # [14:56] <glandium> flags given to mingw
  1488. # [14:56] * Joins: armenzg (armenzg@moz-8555CE12.cable.teksavvy.com)
  1489. # [14:56] <avih> indeed
  1490. # [14:57] <glandium> avih: at least, you're trying the "easy" way. Using MSVC to build host tools would just be impossible
  1491. # [14:57] * Joins: dbradley (dbradley@moz-80450F75.fuse.net)
  1492. # [14:57] * Quits: joey (chatzilla@moz-EFCB4CBF.princetowncable.com) (Quit: ChatZilla 0.9.88.2 [Firefox 13.0a2/20120409042017])
  1493. # [14:58] <glandium> (because our cross-compiling kind of sucks)
  1494. # [14:58] <avih> glandium: yes, trying for minimum hussles right now, let's first get it finish compiling with what i can ;)
  1495. # [14:59] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  1496. # [15:00] <avih> how do i make tee take everything? i'm using make -f client.mk | tee build.log but it seels it doesn't take all output...
  1497. # [15:01] * Joins: jviereck (Adium@3C1BAA78.541DA6A2.66281533.IP)
  1498. # [15:01] <znhxr> make -f client.mk 2>&1 | tee build.log # dunno if that works on windows
  1499. # [15:01] <avih> znhxr: thx, it should, it's bash
  1500. # [15:01] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1501. # [15:01] <jviereck> is there a way to tell hg to put rejects in the failing file and not create a new .rej one?
  1502. # [15:01] <jviereck> like git is doing it
  1503. # [15:02] * Quits: jprmc (jprmc@88D845D1.5BCEC6DB.DA78B690.IP) (Quit: Leaving)
  1504. # [15:02] * Joins: mkaply (Earlybird@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  1505. # [15:02] * Joins: pranavrc (pranavrc@6251205C.354534F.C28326FD.IP)
  1506. # [15:02] * Joins: victorporof (victorporo@B419277E.6BD22D89.79933D60.IP)
  1507. # [15:03] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1508. # [15:03] * Quits: Davidw93 (Davidw93@moz-7478EA27.zone14.bethere.co.uk) (Quit: Leaving)
  1509. # [15:03] <avih> ok, running clean build with a short path and logging output, i'll post it when it stops
  1510. # [15:04] <Fallen> gerv: the call with ludovic and cikey needs to be postponed 15-20 minutes, ludovic is not ready
  1511. # [15:04] * Joins: lmandel (lmandel@FE1F74.86ED00A7.971E19F6.IP)
  1512. # [15:04] <gerv> OK, no problem.
  1513. # [15:04] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  1514. # [15:04] <Fallen> gerv: make it 30, so lets say 14:30 your time
  1515. # [15:04] <gerv> OK.
  1516. # [15:05] * Joins: jfkthame (jfkthame@CBB4DF31.90783722.9542EC20.IP)
  1517. # [15:05] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1518. # [15:07] * ewong|sleep is now known as ewong
  1519. # [15:07] * jmaher|afk is now known as jmaher
  1520. # [15:07] <avih> hmm.. log is too big for pastebin.mozilla...
  1521. # [15:07] <glandium> jviereck: i guess you're asking for hg qpush
  1522. # [15:07] <jdm> glandium: qpush drops .rej files for me
  1523. # [15:08] * Joins: kdc (chatzilla@moz-6176CD61.no.shawcable.net)
  1524. # [15:08] <jviereck> glandium: I used qpush
  1525. # [15:08] * Joins: tH (Rob@adsl-77-86-58-134.karoo.kcom.com)
  1526. # [15:09] <glandium> jviereck: makes sense, then, because hg merge does like git
  1527. # [15:09] * mcote|afk is now known as mcote
  1528. # [15:09] <glandium> jviereck: quick google search yielded http://mercurial.selenic.com/wiki/MqMergePatches
  1529. # [15:09] * Joins: wadey (Mibbit@moz-EE557F3B.tmbsystems.managedbroadband.co.uk)
  1530. # [15:09] <avih> glandium: here's the end of the log, i also removed the -s flag, so more verbose output, including the full command line with nsinstall (where it fails again). might be due to the -m644 file permission thingy. but there's also a prior failure, whete it looks for the some sdk at onjdir...: http://pastebin.mozilla.org/1563991
  1531. # [15:10] <avih> just above the nsinstall failure
  1532. # [15:11] <avih> i'm missing nspr-config...
  1533. # [15:11] * tbsaunde|busy is now known as tbsaunde
  1534. # [15:11] <jviereck> glandium: I don't want the merge to be done automatic. I just want the rejected hunks to show up wihin the file that fails to apply the patch agains
  1535. # [15:11] * Parts: wadey (Mibbit@moz-EE557F3B.tmbsystems.managedbroadband.co.uk)
  1536. # [15:12] <glandium> jviereck: presumably, if there are conflicts, it will do that
  1537. # [15:12] <glandium> avih: not a problem. that usually happens
  1538. # [15:12] * Joins: bbondy (bbondy@moz-E9264327.home.cgocable.net)
  1539. # [15:12] <jviereck> glandium: ahh, I think I see now what you're up to. Thanks a lot :)
  1540. # [15:12] <avih> glandium: ok, can u tell what might be going wrong from the log?
  1541. # [15:13] <avih> it really runs quite a long time before failing...
  1542. # [15:13] <glandium> avih: from that log, all that could go wrong is the build of nsinstall.exe
  1543. # [15:13] <avih> maybe i can take nsinstall.exe built properly from someplace else, and let it go on?
  1544. # [15:14] <glandium> avih: that could work, but you'll probably have problems with other host tools
  1545. # [15:14] <avih> possibly indeed
  1546. # [15:14] <glandium> avih: it would be interesting to try building a dumb test program with the same flags, and see how it runs
  1547. # [15:15] <avih> glandium: in your opinion, what would be the major hurdle for building mobile on windows?
  1548. # [15:15] * Joins: ibarlow (ibarlow@F2D29657.F60B0462.67AC9B1.IP)
  1549. # [15:15] <glandium> avih: if using mingw, it might actually work
  1550. # [15:15] <avih> glandium: if you give me an example "dumb test program" and instruction, i'll gladly follow it and report back
  1551. # [15:15] <glandium> avih: int main() {}
  1552. # [15:16] <avih> :)
  1553. # [15:16] * Quits: andreasn (andreasn@moz-8A84C28A.bredband.comhem.se) (Quit: Ex-Chat)
  1554. # [15:16] <avih> and how would you like to build it?
  1555. # [15:16] <avih> via client.mk??
  1556. # [15:16] <glandium> avih: just build it manually by copy/pasting the relevant bits of the command lines you have in your log
  1557. # [15:17] <avih> nsinstall.exe itself build, and i do get an executable, and the log doesn't show any warnings when building it...
  1558. # [15:17] <glandium> avih: yeah, but the problem could well be that your mingw is just on crack and does that for just everything
  1559. # [15:17] <avih> you mean this? gcc -o host_nsinstall_win.o -c -mwindows -DXP_WIN32 -DXP_WIN -DWIN32 -D_WIN32 -DNO_X11 -D_CRT_SECURE_NO_WARNINGS -O2 -DUNICODE -D_UNICODE -I/d/m/config -I. -I../dist/include -I../dist/include/nsprpub `/d/m/objdir-droid/dist/sdk/bin/nspr-config --prefix=/d/m/objdir-droid/dist --includedir=/d/m/objdir-droid/dist/include/nspr --cflags` -I/d/m/objdir-droid/dist/include/nss `/d/m/objdir-droid/dist/sdk/bin/nspr-config --
  1560. # [15:17] <avih> prefix=/d/m/objdir-droid/dist --includedir=/d/m/objdir-droid/dist/include/nspr --cflags` /d/m/config/nsinstall_win.c
  1561. # [15:17] * Joins: Jake (Jake@moz-E7151317.dhcp.drexel.edu)
  1562. # [15:18] * Quits: tchevalier (Instantbir@moz-4D6C1F5C.w90-48.abo.wanadoo.fr) (Ping timeout)
  1563. # [15:18] <glandium> avih: yeah, and the other one that takes the object and creates the executable
  1564. # [15:19] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  1565. # [15:19] <avih> glandium: ok, pls take a look at line 358 of the log, should i do that from /m/d/objdir-droid/config ?
  1566. # [15:19] <avih> or from objdir?
  1567. # [15:19] <glandium> avih: preferably
  1568. # [15:19] <glandium> the former
  1569. # [15:19] <avih> ok, will try
  1570. # [15:20] <avih> and keep all the other flags as is?
  1571. # [15:20] * Joins: dria (dria@moz-3DF5D93E.cpe.distributel.net)
  1572. # [15:20] * Quits: NhanTDN (human_torc@1A60CFFB.511FD5DE.85184009.IP) (Quit: )
  1573. # [15:20] * Joins: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP)
  1574. # [15:21] * Joins: ew (chatzilla@moz-5B0EF77B.static.netvigator.com)
  1575. # [15:21] * Joins: andreasn (andreasn@moz-8A84C28A.bredband.comhem.se)
  1576. # [15:22] <glandium> avih: yes, except the file names, obviously :)
  1577. # [15:22] <avih> :P
  1578. # [15:22] <glandium> so, for once, it looks like I didn't break the tree
  1579. # [15:22] <glandium> (but yoric did)
  1580. # [15:22] <Yoric> /o\
  1581. # [15:23] <Yoric> My apologies.
  1582. # [15:23] * hwine is now known as hwine-away
  1583. # [15:23] <glandium> Yoric: that's what you get for using %i for size_t :)
  1584. # [15:23] <Yoric> %i ?
  1585. # [15:24] <Yoric> You mean int?
  1586. # [15:24] <glandium> ah no, it's not a formatting error, it's a struct initialization error
  1587. # [15:24] * Joins: ajuma (ajuma@F2D29657.F60B0462.67AC9B1.IP)
  1588. # [15:24] <glandium> (read the error too quickly)
  1589. # [15:25] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  1590. # [15:25] <Yoric> Yeah, I initialize a struct containing PRInt32 fields using values of type size_t.
  1591. # [15:25] <Yoric> Which happen to be between 0 and 100, but try telling that to the compiler :)
  1592. # [15:26] <glandium> heh
  1593. # [15:28] <avih> glandium: :/ i compiled a hello world program successfully, but when i run it it doesn't print anything (missing include dirs? but it didn't error on #include <stdio.h>...
  1594. # [15:28] <avih> so yes, the gcc setup might be b0rked..
  1595. # [15:29] <glandium> avih: something else you can try is to do a desktop build with mingw (NOT msvc)
  1596. # [15:29] <glandium> it should fail the same way, but at least, it's a setup that's already supposed to work
  1597. # [15:29] * Joins: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP)
  1598. # [15:30] <avih> glandium: yes, that was next on my tryouts list... (or at least combining paths from msys to the mozilla batch)
  1599. # [15:30] <glandium> (i know we have people building for mingw)
  1600. # [15:31] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1601. # [15:31] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1602. # [15:32] <avih> well.. trying to build from msys. at least configure doesn't stop instantly (still running)
  1603. # [15:33] * coop|afk is now known as coop
  1604. # [15:33] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  1605. # [15:34] * jviereck is now known as jviereck_breakfast
  1606. # [15:34] * Joins: imphil (philipp@moz-4FAD558C.dfn.mwn.de)
  1607. # [15:35] * bear-afk is now known as bear
  1608. # [15:35] <avih> glandium: interesting, it stopped at exactly the same place with the nsinstall.exe thingy, but i don't see any error at the log...
  1609. # [15:36] <avih> (built from msys)
  1610. # [15:36] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  1611. # [15:36] <glandium> avih: now the question is, what's wrong with your mingw :)
  1612. # [15:36] * Joins: harth (harth@40018561.F684631.21A4E96A.IP)
  1613. # [15:36] <avih> glandium: probably nothing. i use it to build big qt apps...
  1614. # [15:37] * Quits: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net) (Ping timeout)
  1615. # [15:37] <avih> it just aborted.. no errors whatsoever...
  1616. # [15:39] <avih> oh.. same error (accidentally used make -f client.mk 2>%1 |tee log, so the errors are on "%1" file :)
  1617. # [15:40] * Joins: Bas (chatzilla@moz-DF3CA35A.ftth.concepts.nl)
  1618. # [15:41] * edransch-away is now known as edransch
  1619. # [15:42] * Joins: tchevalier (Instantbir@moz-4D6C1F5C.w90-48.abo.wanadoo.fr)
  1620. # [15:42] * Quits: dria (dria@moz-3DF5D93E.cpe.distributel.net) (Quit: dria)
  1621. # [15:42] * Quits: SeoZ-home[AWAY] (DanielJuyu@E9B5BAA5.F5246840.EAF0BD7A.IP) (Quit: Leaving)
  1622. # [15:43] <avih> glandium: well, when i compile test.c with gcc test.c, i get a working a.exe, but when i compile it with the command line which mozilla uses (with the intermediate .o file), it doesn't output everything, but otherwise seems to compile without errors
  1623. # [15:43] * Joins: anky (anky@1D5B93D9.33B42AB0.A3D1B221.IP)
  1624. # [15:43] <avih> it's a plain hello world c program
  1625. # [15:44] <glandium> avih: could be a problem with -mwindows ?
  1626. # [15:44] <avih> i'm not familiar enough with gcc to know the meaning of most flags...
  1627. # [15:45] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  1628. # [15:45] <glandium> avih: that
  1629. # [15:45] <avih> ?
  1630. # [15:45] <glandium> 's about the only one that I'd expect to have some actual effect
  1631. # [15:45] <avih> ok, i can try to build test.c, and later nsinstall without -mwindows...
  1632. # [15:46] <avih> glandium: that's when linking, yes?
  1633. # [15:46] <glandium> avih: both when compiling and linking
  1634. # [15:47] <avih> right. missed the first one.. k. sec
  1635. # [15:47] * Joins: imphil_ (philipp@9BF90B6F.C9D3A6D5.478CFEE9.IP)
  1636. # [15:47] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  1637. # [15:47] * Joins: sheppy (sheppy@moz-F39D62DA.dhcp.kgpt.tn.charter.com)
  1638. # [15:47] * Joins: gmoro (guilherme@84484EC9.1F1093E8.D159334F.IP)
  1639. # [15:47] <avih> glandium: well, it fixed my hello world app to now print. let's see now with nsinstall.
  1640. # [15:48] <glandium> avih: interesting
  1641. # [15:48] * khuey|away is now known as khuey
  1642. # [15:48] * Quits: imphil (philipp@moz-4FAD558C.dfn.mwn.de) (Ping timeout)
  1643. # [15:49] <jacek> avih: what kind of mingw do you use?
  1644. # [15:49] * Quits: Jake (Jake@moz-E7151317.dhcp.drexel.edu) (Quit: Leaving.)
  1645. # [15:49] <avih> the plain one, with msys
  1646. # [15:50] <avih> (iirc, been a while since i downloaded it. few months at least)
  1647. # [15:50] <jacek> mingw-w64 is required for mozilla compilation, plain mingw.org is not enough (although I'd expect it to be capable to compile nsinstall alone)
  1648. # [15:50] <avih> jacek: i get an nsinstall.exe without errors, but using it seems to fail
  1649. # [15:51] <avih> jacek: :
  1650. # [15:51] <avih> gcc -o nsinstall.exe -mwindows -DXP_WIN32 -DXP_WIN -DWIN32 -D_WIN32 -DNO_X11 -D_CRT_SECURE_NO_WARNINGS -O2 -DUNICODE -D_UNICODE host_nsinstall_win.o
  1651. # [15:51] <avih> /d/m/objdir-droid/config/nsinstall.exe -R -m 644 ../mozilla-config.h /d/m/config/nsStaticComponents.h ../dist/include
  1652. # [15:51] <avih> make[5]: execvp: /d/m/objdir-droid/config/nsinstall.exe: Bad file number
  1653. # [15:51] <glandium> jacek: hey, do you have problems with %llu in printf format strings with mingw64, building for x64?
  1654. # [15:51] <avih> i'm suspecting the 644 thingy. windows filesystem supports less permission properties than *nix
  1655. # [15:52] * Joins: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP)
  1656. # [15:52] * Quits: jviereck_breakfast (Adium@3C1BAA78.541DA6A2.66281533.IP) (Quit: Leaving.)
  1657. # [15:52] <glandium> avih: the 644 thingy is an option *to* nsinstall, you don't even execute it
  1658. # [15:52] * Joins: kanru`` (user@moz-EF4A3E58.dynamic.hinet.net)
  1659. # [15:52] <avih> but what if nsinstall tries to use it?
  1660. # [15:53] <glandium> avih: point is, nsinstall fails without options, right?
  1661. # [15:53] <avih> and then fails on some filesystem call?
  1662. # [15:53] <avih> glandium: i don't think so
  1663. # [15:53] * Quits: c0smikdebris (c0smikdebr@7050DD38.779AB39C.BE90E62C.IP) (Quit: Computer has gone to sleep.)
  1664. # [15:54] <glandium> avih: anyways, the make error message explicitely says it can't execute nsinstall.exe
  1665. # [15:54] <avih> previously it requested administartive permissions, but then did nothing (no crash). now, when i manually compiled it without the -mwindows, and i run it from command loine, i get: nsinstall: not enough arguments
  1666. # [15:54] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
  1667. # [15:54] <avih> but when i try the full command line of the build, i get the same error as the build gets
  1668. # [15:54] * Quits: anky (anky@1D5B93D9.33B42AB0.A3D1B221.IP) (Ping timeout)
  1669. # [15:54] <jacek> glandium: I mostly do cross compilation, so I didn't test nsinstall for a while, but wouldn't expect problems there (it just uses msvcrt by default, like msvc except plain generic version)
  1670. # [15:54] <avih> glandium: it never refused to execute nsinstall
  1671. # [15:55] * Quits: mayhemer__ (Miranda@B3D46202.F87A741B.F23860FD.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  1672. # [15:55] * Quits: Yoric|Poor (David@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  1673. # [15:56] * Joins: ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP)
  1674. # [15:56] * ChanServ sets mode: +o ehsan
  1675. # [15:56] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  1676. # [15:56] <glandium> avih: is d a local drive ?
  1677. # [15:56] <avih> yes
  1678. # [15:57] * Joins: Yoric|Poor (David@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1679. # [15:57] * Joins: kumar (kmcmillan@moz-F2D05B8.c3-0.stk-ubr1.chi-stk.il.cable.rcn.com)
  1680. # [15:58] * Joins: anky (anky@A089C2E9.8A2966FD.A3D1B221.IP)
  1681. # [15:58] * bear is now known as bear|buildduty
  1682. # [15:59] <avih> meh.. i'm giving up on this... i'll build it inside a linux vm...
  1683. # [16:00] * Joins: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net)
  1684. # [16:00] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1685. # [16:00] * rail_away is now known as rail
  1686. # [16:01] * Quits: thelodger (thelodger@3F6B379F.C9F9DC3E.C2E02DEF.IP) (Quit: Leaving.)
  1687. # [16:01] * Quits: Enn (enn@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1688. # [16:02] * Joins: Enn (enn@F2D29657.F60B0462.67AC9B1.IP)
  1689. # [16:04] * Quits: Enn (enn@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1690. # [16:05] * Joins: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP)
  1691. # [16:05] * Quits: imphil_ (philipp@9BF90B6F.C9D3A6D5.478CFEE9.IP) (Ping timeout)
  1692. # [16:06] <gcp> should websites we allowed to block firefox keybiard shortcuts? notably the one to close a page...
  1693. # [16:06] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1694. # [16:08] * Quits: @ehsan (ehsan@F0B20A8D.8458880F.57F33CED.IP) (Input/output error)
  1695. # [16:09] * Joins: Enn (enn@F2D29657.F60B0462.67AC9B1.IP)
  1696. # [16:09] <edransch> Is anyone on Mac Firefox Nightly having trouble getting updates? (April 9th Nightly)
  1697. # [16:10] <sheppy> edransch: not here
  1698. # [16:10] * Joins: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP)
  1699. # [16:11] * Joins: automata (automata@9D8DBC89.5187E7FE.3DAF2526.IP)
  1700. # [16:11] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1701. # [16:11] * Joins: dao (dao@moz-B9CF1FA5.superkabel.de)
  1702. # [16:12] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1703. # [16:12] * bwinton_away is now known as bwinton
  1704. # [16:13] * Joins: Honza (chatzilla@C62E2FAA.23B79DE4.D0083327.IP)
  1705. # [16:15] * Joins: dria (dria@F2D29657.F60B0462.67AC9B1.IP)
  1706. # [16:16] * Joins: driia (dria@F2D29657.F60B0462.67AC9B1.IP)
  1707. # [16:17] * Quits: dria (dria@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1708. # [16:17] * Joins: hub (hub@moz-E2FCA694.figuiere.net)
  1709. # [16:17] * Quits: dao (dao@moz-B9CF1FA5.superkabel.de) (Quit: Leaving.)
  1710. # [16:19] * Quits: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  1711. # [16:21] * Joins: artur (artur@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  1712. # [16:22] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Max SendQ exceeded)
  1713. # [16:22] * driia is now known as dria
  1714. # [16:22] <bhearsum> bbondy: do you know if any updater changes landed on m-c recently?
  1715. # [16:22] <bhearsum> recently == this week
  1716. # [16:23] <bbondy> not that I know of
  1717. # [16:23] * hwine-away is now known as hwine-commuting
  1718. # [16:23] <bhearsum> hm, ok
  1719. # [16:23] <bhearsum> thanks
  1720. # [16:23] <bbondy> check the hg log though on toolkit/mozapps/update
  1721. # [16:23] <bbondy> revision history
  1722. # [16:23] <bhearsum> yeah
  1723. # [16:23] <bbondy> why what's going on?
  1724. # [16:23] <bhearsum> edransch has been hitting an issue on his 10.7 machine where the mar looks like it's not applying correctly
  1725. # [16:24] <bhearsum> i just repro'ed, and ended up with a Contents/MacOS/Contents folder
  1726. # [16:24] <bhearsum> it's starting to smell like it might be a problem with the client side updater, and i was thinking that ehsan's work may have landed recently
  1727. # [16:24] <bbondy> probably post a new bug and put in your last update log file
  1728. # [16:24] <bhearsum> yeah
  1729. # [16:25] * Joins: jviereck (Adium@moz-7B0110AD.mv.mozilla.com)
  1730. # [16:25] * Quits: joe_walker (joe_walker@moz-15405DDA.cable.virginmedia.com) (Ping timeout)
  1731. # [16:25] * Joins: jviereck1 (Adium@moz-A802872C.ethz.ch)
  1732. # [16:25] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1733. # [16:26] * Quits: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  1734. # [16:26] * Joins: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP)
  1735. # [16:26] <catlee> I'm on 10.5 and didn't hit it
  1736. # [16:26] * Fallen is now known as Fallen|away
  1737. # [16:26] * Quits: jviereck (Adium@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  1738. # [16:26] <catlee> bhearsum: did you have a fresh install?
  1739. # [16:26] <bhearsum> yup
  1740. # [16:26] <catlee> edransch: did you repo with a fresh install?
  1741. # [16:27] <edransch> yes
  1742. # [16:27] <catlee> so I started with http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2012/04/2012-04-09-03-12-40-mozilla-central/firefox-14.0a1.en-US.mac.dmg
  1743. # [16:27] * rail is now known as rail-brb
  1744. # [16:27] <bhearsum> yup, same here
  1745. # [16:27] <edransch> likewise
  1746. # [16:28] <catlee> and applied http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2012/04/2012-04-11-03-07-16-mozilla-central/firefox-14.0a1.en-US.mac.complete.mar according to updates.xml
  1747. # [16:28] <bhearsum> same
  1748. # [16:29] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1749. # [16:29] <catlee> which is http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/2012/04/2012-04-11-03-07-16-mozilla-central/firefox-14.0a1.en-US.mac.complete.mar
  1750. # [16:29] <catlee> yes
  1751. # [16:29] <catlee> hash matches
  1752. # [16:29] * Quits: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1753. # [16:29] * Joins: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP)
  1754. # [16:29] * Joins: mayhemer__ (Miranda@B3D46202.F87A741B.F23860FD.IP)
  1755. # [16:31] * Joins: dseif (dseif@F2D29657.F60B0462.67AC9B1.IP)
  1756. # [16:31] <bhearsum> https://bugzilla.mozilla.org/show_bug.cgi?id=739958 landed on the 5th
  1757. # [16:31] <bhearsum> doesn't seem a likely candidate for bustage though
  1758. # [16:31] <jviereck1> can we use GLP2 license code in Firefox?
  1759. # [16:31] * jviereck1 is now known as jviereck
  1760. # [16:32] * Joins: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP)
  1761. # [16:32] <glandium> jviereck: no
  1762. # [16:32] <catlee> bhearsum: huh
  1763. # [16:32] <catlee> Contents/MacOS/updater.app/Contents/MacOS/updater
  1764. # [16:32] <catlee> in the complete mar
  1765. # [16:32] <catlee> I don't have that file here though
  1766. # [16:32] <catlee> or is that normal for the updater?
  1767. # [16:33] <bhearsum> catlee: that's normal
  1768. # [16:33] <jviereck> glandium: thanks!
  1769. # [16:34] * Joins: mconnor|m (mconnorm@743D2268.5BCEC6DB.DA78B690.IP)
  1770. # [16:34] * Quits: joey (chatzilla@moz-EFCB4CBF.princetowncable.com) (Ping timeout)
  1771. # [16:34] <bhearsum> i've got htat file in both of the Contents directories' here
  1772. # [16:35] * Joins: necolas (necolas@moz-20AA4BAE.bb.sky.com)
  1773. # [16:36] * Quits: Elen (El@moz-749635E7.hsd1.ut.comcast.net) (Quit: )
  1774. # [16:37] * Joins: wesk (Instantbir@moz-135A9FA9.hsd1.ca.comcast.net)
  1775. # [16:37] * khuey is now known as khuey|away
  1776. # [16:37] * Joins: beaufour (beaufour@18D5CC88.C7EE4FB2.ECED8BE3.IP)
  1777. # [16:38] * khuey|away is now known as khuey
  1778. # [16:38] <bhearsum> ok, so this mar from march 25 has a similar structure
  1779. # [16:38] <bhearsum> so i don't think there's an issue with mar creation
  1780. # [16:39] * Joins: Elen (El@moz-749635E7.hsd1.ut.comcast.net)
  1781. # [16:40] * Quits: ew (chatzilla@moz-5B0EF77B.static.netvigator.com) (Quit: Closedown)
  1782. # [16:41] * Joins: dveditz (dveditz@moz-34991AF4.dhcp.cruzio.com)
  1783. # [16:41] * ChanServ sets mode: +o dveditz
  1784. # [16:41] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  1785. # [16:41] * ChanServ sets mode: +o ehsan
  1786. # [16:42] <bhearsum> ehsan!
  1787. # [16:43] * Quits: dRdR (dsherk@F8A0E546.DE9A83BF.6DCF1F73.IP) (Client exited)
  1788. # [16:43] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1789. # [16:43] * Joins: Joeh (joe@5A3923AA.BC22908.C7CEC4ED.IP)
  1790. # [16:44] * joey is now known as IRCMonkey60185
  1791. # [16:44] * Quits: IRCMonkey60185 (chatzilla@moz-EFCB4CBF.princetowncable.com) (Quit: ChatZilla 0.9.88.2 [Firefox 13.0a2/20120410042610])
  1792. # [16:44] * Joins: joey_ (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1793. # [16:44] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1794. # [16:45] * joey_ is now known as joey
  1795. # [16:45] * Joins: mcot (mcot@C4B02.F3C4E8F3.C8444B8.IP)
  1796. # [16:47] * Joins: pnemsak (Miranda@80CFE454.10D9684B.4F33160D.IP)
  1797. # [16:48] * Joins: kaie2 (kaie@moz-DFA7C8A2.dip.t-dialin.net)
  1798. # [16:48] * rail-brb is now known as rail
  1799. # [16:49] <bhearsum> ehsan and i are looking at this irl now
  1800. # [16:49] * Quits: kaie (kaie@moz-76F27ECD.dip.t-dialin.net) (Ping timeout)
  1801. # [16:49] * kaie2 is now known as kaie
  1802. # [16:51] * Joins: c0smikdebris (c0smikdebr@7050DD38.779AB39C.BE90E62C.IP)
  1803. # [16:52] * Quits: mcot (mcot@C4B02.F3C4E8F3.C8444B8.IP) (Ping timeout)
  1804. # [16:54] * Quits: mconnor|m (mconnorm@743D2268.5BCEC6DB.DA78B690.IP) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  1805. # [16:55] <bhearsum> edransch: your updates were definitely working before that?
  1806. # [16:55] * philor|away is now known as philor
  1807. # [16:56] * Joins: Pike (Pike@moz-E31CD2CB.mozilla.org)
  1808. # [16:56] <edransch> not definitely, I'm not religious about updating and sometimes I'll just wipe the .app directory and replace it. So I can't tell you exactly when it started
  1809. # [16:57] * Quits: glazou_lunch (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: bbl)
  1810. # [16:57] <bhearsum> catlee: did you start firefox from the console
  1811. # [16:57] <catlee> bhearsum: no
  1812. # [16:57] <bhearsum> aha!
  1813. # [16:58] <bhearsum> apparently there's some logic in the updater that fails when you start firefox on mac with "./firefox"
  1814. # [16:58] <bhearsum> (according to ehsan)
  1815. # [16:58] <catlee> ok, let me try
  1816. # [16:59] <catlee> from which directory?
  1817. # [16:59] <bhearsum> MacOS
  1818. # [16:59] <catlee> /Applications/Firefoxnightly.app/Contents/MacOS
  1819. # [16:59] * Quits: c0smikdebris (c0smikdebr@7050DD38.779AB39C.BE90E62C.IP) (Connection reset by peer)
  1820. # [16:59] <bhearsum> yeah
  1821. # [16:59] <catlee> fails to launch
  1822. # [16:59] <bhearsum> huh
  1823. # [16:59] <catlee> dyld: unknown required load command 0x80000022
  1824. # [17:00] <bhearsum> huh
  1825. # [17:00] * jhford-work-away is now known as jhford-work
  1826. # [17:00] <catlee> works from finder
  1827. # [17:00] * Joins: nhirata (nhirata.bu@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1828. # [17:00] <Pike> interesting, full path works for me
  1829. # [17:00] <glandium> catlee: what version of OSX?
  1830. # [17:00] <bhearsum> Pike: yeah, apparently the problem is the "."
  1831. # [17:00] <bhearsum> bug 696891
  1832. # [17:01] <catlee> glandium: 10.5.8
  1833. # [17:01] <bhearsum> edransch: ^
  1834. # [17:01] <glandium> catlee: x64?
  1835. # [17:01] * Quits: lht (elihait@moz-722A94AD.dreamhost.com) (Quit: Ex-Chat)
  1836. # [17:01] <catlee> glandium: I think i386...
  1837. # [17:01] <bhearsum> edransch: looks like you can dupe your bug over!
  1838. # [17:01] <catlee> that's what uname -m sez
  1839. # [17:01] <edransch> o.O So what's the solution? do 'firefox' instead of './firefox' ?
  1840. # [17:01] <bhearsum> catlee: i bet there's some crazy preload stuff that happens to make that work, that you don't get when launching directly =\
  1841. # [17:02] <bhearsum> edransch: `pwd`/firefox should work too
  1842. # [17:02] <glandium> catlee: weird
  1843. # [17:02] <edransch> alright
  1844. # [17:02] * Quits: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  1845. # [17:03] * Joins: fabrice (fabrice@moz-104CC309.mv.mozilla.com)
  1846. # [17:03] <glandium> catlee: can you pastebin the output of otool -l firefox ?
  1847. # [17:03] <@ehsan> bhearsum: do you have that bug number handy?
  1848. # [17:04] <@ehsan> catlee: I had filed that bug before :)
  1849. # [17:04] <@ehsan> it's been broken since the beginning of time
  1850. # [17:04] <bhearsum> https://bugzilla.mozilla.org/show_bug.cgi?id=744400
  1851. # [17:04] <@ehsan> bhearsum: no, the one that I had filed
  1852. # [17:04] <catlee> glandium: http://pastebin.mozilla.org/1564125
  1853. # [17:05] <bhearsum> oh
  1854. # [17:05] * Joins: rohan_ (chatzilla@CE8DD343.2C2BFB59.35E0727C.IP)
  1855. # [17:05] <bhearsum> bug 696891
  1856. # [17:05] <@ehsan> thanks!
  1857. # [17:05] <@ehsan> I'll comment on it again
  1858. # [17:05] * Joins: c0smikdebris (c0smikdebr@7050DD38.779AB39C.BE90E62C.IP)
  1859. # [17:05] * Quits: rohan_ (chatzilla@CE8DD343.2C2BFB59.35E0727C.IP) (Quit: ChatZilla 0.9.88.2 [Firefox 11.0/20120312181643])
  1860. # [17:06] * Quits: c0smikdebris (c0smikdebr@7050DD38.779AB39C.BE90E62C.IP) (Connection reset by peer)
  1861. # [17:06] * Quits: rohan (chatzilla@CE8DD343.2C2BFB59.35E0727C.IP) (Ping timeout)
  1862. # [17:07] <bhearsum> thanks again for your time ehsan
  1863. # [17:07] <@ehsan> np!
  1864. # [17:08] * Joins: c0smikdebris (c0smikdebr@7050DD38.779AB39C.BE90E62C.IP)
  1865. # [17:08] <glandium> catlee: lines 207 and 208 don't smell too good
  1866. # [17:08] * Quits: jviereck (Adium@moz-A802872C.ethz.ch) (Quit: Leaving.)
  1867. # [17:08] * Joins: dcamp (dave@moz-8EBEC133.hsd1.wa.comcast.net)
  1868. # [17:09] * Quits: pascalc (chatzilla@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Quit: bye)
  1869. # [17:09] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1870. # [17:09] * Joins: knelson (Adium@moz-BBE3ABD.mv.mozilla.com)
  1871. # [17:09] * Quits: mike5w3c (MikeS@moz-DAFE1A45.tokyo.ocn.ne.jp) (Quit: mike5w3c)
  1872. # [17:09] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Client exited)
  1873. # [17:09] * Parts: knelson (Adium@moz-BBE3ABD.mv.mozilla.com)
  1874. # [17:10] * Joins: vikram360 (vikram360@CDC8E09F.6E88BEBA.2A068A5E.IP)
  1875. # [17:10] <glandium> catlee: my guess is that the builds we get from building on 10.7 with Xcode 4.1 don't run on 10.5 because they use the new relocation type
  1876. # [17:10] * Quits: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1877. # [17:11] <glandium> catlee: do we build with -mmacosx-version-min=10.5?
  1878. # [17:11] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  1879. # [17:11] * joduinn-afk is now known as joduinn-coffee
  1880. # [17:11] <glandium> (or MACOSX_DEPLOYMENT_TARGET=10.5)
  1881. # [17:12] <catlee> glandium: it runs if I launch it from finder
  1882. # [17:12] <catlee> glandium: just not the cmdline
  1883. # [17:12] <glandium> catlee: that doesn't make sense
  1884. # [17:12] <edransch> bhearsum: Yepp the trick turned out to be `pwd`/firefox. Thanks ehsan!
  1885. # [17:12] <glandium> catlee: because otool says it can't
  1886. # [17:13] <@ehsan> "_
  1887. # [17:13] <@ehsan> that is, :)
  1888. # [17:13] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  1889. # [17:13] * armenzg is now known as armenzg_mtg
  1890. # [17:13] * Quits: c0smikdebris (c0smikdebr@7050DD38.779AB39C.BE90E62C.IP) (Ping timeout)
  1891. # [17:14] <glandium> catlee: can you pastebin otool -l -arch all firefox?
  1892. # [17:14] * Joins: pascalc (chatzilla@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1893. # [17:14] * Joins: c0smikdebris (c0smikdebr@7050DD38.779AB39C.BE90E62C.IP)
  1894. # [17:14] * Joins: jviereck (Adium@moz-BBE3ABD.mv.mozilla.com)
  1895. # [17:14] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  1896. # [17:14] * Quits: artur (artur@moz-9CE00FC0.holiday-inn-express.mozilla.hq) (Input/output error)
  1897. # [17:14] <jfkthame> edransch: is there some reason you're cd'ing deep into the package, etc? why not just launch with "open /Applications/FirefoxNightly.app" (or whatever .app package you want to run)?
  1898. # [17:15] * Quits: asac (asac@moz-917E2EC3.pppoe.wtnet.de) (Ping timeout)
  1899. # [17:15] * bear|buildduty is now known as bear-afk
  1900. # [17:16] * Joins: kdcw (kdc@moz-F7413045.pk.shawcable.net)
  1901. # [17:16] * Joins: asac (asac@moz-4130C11A.pppoe.wtnet.de)
  1902. # [17:16] <edransch> I want output on the command line, and to pass arguments to firefox. I wasn't aware of a way to do that with 'open', but if there is then that would simplify things.
  1903. # [17:16] * shorlander is now known as shorlander-away
  1904. # [17:16] <edransch> jfkthame: ^
  1905. # [17:16] * Quits: shorlander-away (shorlander@moz-853043D6.dhcp.insightbb.com) (Quit: Quit)
  1906. # [17:16] <glandium> edransch: --args
  1907. # [17:17] <ted2> edransch: you can also use arch -i386 /path/to/firefox
  1908. # [17:17] <ted2> which is what all our test suites do
  1909. # [17:17] <edransch> ahhh cool! Thanks!
  1910. # [17:18] <philor> Bas: burning
  1911. # [17:18] <Bas> philor: Bah, I was worried about this patch.
  1912. # [17:19] <jfkthame> Bas: heard of try server? :)
  1913. # [17:19] <ted2> the osx 10.5 kernel wants to run 64-bit binaries even though the userland is painfully unequipped to do so
  1914. # [17:19] <catlee> grr
  1915. # [17:19] <catlee> I hate osx
  1916. # [17:19] * Joins: mike5w3c (MikeS@moz-DAFE1A45.tokyo.ocn.ne.jp)
  1917. # [17:20] <Bas> jfkthame: The turnaround times lately have been horrible for me.,
  1918. # [17:20] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  1919. # [17:20] <Bas> I decided to take a chance :p
  1920. # [17:21] <Bas> philor: Would you consider letting me try landing one attempt for a fix on top of the burning?
  1921. # [17:21] <catlee> glandium: http://pastebin.mozilla.org/1564143
  1922. # [17:21] <Bas> Or do you want me to backout right away.
  1923. # [17:21] * Joins: CuriousJohn (John@moz-4C1C7342.gar.clearwire-wmx.net)
  1924. # [17:22] <philor> it's always better to ask forgiveness than permission
  1925. # [17:22] <froydnj> especially from philor
  1926. # [17:23] <philor> it's also always better to go fast than to wait
  1927. # [17:23] <Bas> philor: Ok, coming.
  1928. # [17:23] * Joins: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP)
  1929. # [17:23] <glandium> catlee: there's clearly a problem with that binary, and I don't see how it can run *at all*
  1930. # [17:24] <glandium> catlee: both x86 and x64 binaries have LC_DYLD_INFO_ONLY commands, and that's only supported by 10.6
  1931. # [17:24] <catlee> magic!
  1932. # [17:24] * coop is now known as coop|afk
  1933. # [17:25] * Quits: askalski (akuda@moz-6A36EC49.ip.abpl.pl) (Quit: Wychodzi)
  1934. # [17:25] <glandium> catlee: do you happen to have a build from before the buildbot switch?
  1935. # [17:26] <glandium> catlee: if you do, can you pastebin the same thing for that one?
  1936. # [17:27] <catlee> sure
  1937. # [17:27] <Bas> philor: Pushing now, if it doesn't work I'll back the offending patches out.
  1938. # [17:27] <catlee> glandium: oh, that is from before the switch
  1939. # [17:27] <catlee> I'll get one from after
  1940. # [17:27] <glandium> catlee: O_o
  1941. # [17:28] * Joins: shorlander (shorlander@moz-853043D6.dhcp.insightbb.com)
  1942. # [17:28] * Joins: kredik (chatzilla@moz-7BF4BFBD.w80-11.abo.wanadoo.fr)
  1943. # [17:29] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  1944. # [17:29] * joduinn-coffee is now known as joduinn-commute
  1945. # [17:31] <catlee> what's the cmdline tool on osx to get stuff into the clipboard?
  1946. # [17:31] <bhearsum> bwinton: ^
  1947. # [17:31] <bhearsum> (he modified your pastebin script at one point to do it...)
  1948. # [17:32] * Quits: fer (fherrera@moz-75DF37E9.dynamic.jazztel.es) (Quit: Saliendo)
  1949. # [17:33] <catlee> glandium: http://pastebin.mozilla.org/1564148 is the new one
  1950. # [17:34] * Joins: tonymec__ (tonymec@moz-1CDF5E3B.adsl-dyn.isp.belgacom.be)
  1951. # [17:34] * tonymec__ is now known as tonymec|away
  1952. # [17:35] * Quits: vikram360 (vikram360@CDC8E09F.6E88BEBA.2A068A5E.IP) (Ping timeout)
  1953. # [17:35] <catlee> glandium: maybe something in the manifest makes it work?
  1954. # [17:36] * Joins: vikram360 (vikram360@F9D4C18.C88A9F57.2A068A5E.IP)
  1955. # [17:36] <catlee> LSMinimumSystemVersionByArchitecture
  1956. # [17:37] <glandium> catlee: this is interesting: the new binary is fine wrt LC_DYLD_INFO
  1957. # [17:37] <bwinton> catlee: Oh, uh, something…
  1958. # [17:38] <glandium> catlee: and the old wasn't
  1959. # [17:38] <bwinton> catlee: pbcopy
  1960. # [17:38] <bwinton> catlee: catlee (Sorry, just wanted to continue the highlight chain…)
  1961. # [17:39] * Quits: kennyluck (kennyluck@moz-9C309CF3.dynamic.hinet.net) (Quit: kennyluck)
  1962. # [17:39] * Joins: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net)
  1963. # [17:39] * Joins: kennyluck (kennyluck@moz-9C309CF3.dynamic.hinet.net)
  1964. # [17:40] * Quits: philipp64|laptop (chatzilla@moz-764C1742.hfc.comcastbusiness.net) (Ping timeout)
  1965. # [17:40] * Joins: gozala1 (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net)
  1966. # [17:40] * Quits: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net) (Connection reset by peer)
  1967. # [17:41] * edransch is now known as edransch-lunch
  1968. # [17:42] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  1969. # [17:42] <jlebar> mounir, ack
  1970. # [17:42] <glandium> catlee: ah, the old was good too, actually. so, in the end, the problem was that your system was trying to run the x64 binary, which it can't load
  1971. # [17:43] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Ping timeout)
  1972. # [17:44] <catlee> glandium: is there a way around that on the cmdline?
  1973. # [17:44] <glandium> catlee: running with arch -i386, like ted said
  1974. # [17:44] * Quits: florian (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird -- http://www.instantbird.com)
  1975. # [17:44] <catlee> ah, I missed that
  1976. # [17:44] * Quits: RemusPop (remuspop@601F3B17.33662590.A5830293.IP) (Client exited)
  1977. # [17:45] <mbrubeck> I think bug 677122 needs to come out...
  1978. # [17:46] * jwir3|away is now known as jwir3
  1979. # [17:46] * Quits: surkov (surkov@B9538DF7.B7015738.33A1AC3C.IP) (Quit: surkov)
  1980. # [17:46] * Quits: gozala1 (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net) (Quit: Leaving.)
  1981. # [17:46] * Joins: gozala (gozala@moz-D5BED6F9.dsl.dynamic.sonic.net)
  1982. # [17:47] * Quits: bbondy (bbondy@moz-E9264327.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1983. # [17:47] * hwine-commuting is now known as hwine
  1984. # [17:47] * Quits: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP) (Ping timeout)
  1985. # [17:48] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  1986. # [17:48] <Bas> philor: So far so good, sorry again :p
  1987. # [17:49] * Quits: Stan_ (Stan@moz-3C6378B1.dip.t-dialin.net) (Quit: KVIrc KVIrc Equilibrium 4.1.3, revision: 6109, sources date: 20120101, built on: 2012-03-27 22:01:16 UTC - http://www.kvirc.net/)
  1988. # [17:49] <philor> Bas: busted on android debug :(
  1989. # [17:49] * Joins: bbondy (bbondy@moz-E9264327.home.cgocable.net)
  1990. # [17:50] <jwir3> were some csets skipped on the last merge from m-i to m-c?
  1991. # [17:50] * Quits: armenzg_mtg (armenzg@moz-8555CE12.cable.teksavvy.com) (Input/output error)
  1992. # [17:50] * ewong is now known as ewong|sleep
  1993. # [17:50] <jwir3> I can't seem to find https://hg.mozilla.org/integration/mozilla-inbound/rev/ce4cfbc091dc and https://hg.mozilla.org/integration/mozilla-inbound/rev/866777368827 on m-c
  1994. # [17:50] <Bas> philor: Huh, that doesn't look like me, but how can it not be :s
  1995. # [17:50] * Joins: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  1996. # [17:50] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  1997. # [17:51] * Quits: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1998. # [17:51] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  1999. # [17:51] * Joins: Optimize (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  2000. # [17:51] <mbrubeck> jwir3: Those haven't been merged yet.
  2001. # [17:51] * Quits: anky (anky@A089C2E9.8A2966FD.A3D1B221.IP) (Client exited)
  2002. # [17:52] * Joins: Stan (Stan@moz-3C6378B1.dip.t-dialin.net)
  2003. # [17:52] <jwir3> mbrubeck: So when the m-i to m-c merge happens, it doesn't take everything on m-i up to the time of the merge?
  2004. # [17:52] <jwir3> (I'm probably just not clear on what happens during the merge)
  2005. # [17:52] <mbrubeck> jwir3: No, we only merge up to the latest changeset that has all builds (including PGO) and tests completed and no known bustage.
  2006. # [17:52] <jwir3> ah
  2007. # [17:53] <jwir3> ok, thx for the clarification
  2008. # [17:53] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  2009. # [17:53] * Joins: armenzg (armenzg@moz-8555CE12.cable.teksavvy.com)
  2010. # [17:53] * Quits: Optimize (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2011. # [17:53] <mbrubeck> I'm looking to do a merge right now, just need to identify a non-busted changeset....
  2012. # [17:53] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  2013. # [17:54] * Quits: Stan (Stan@moz-3C6378B1.dip.t-dialin.net) (Ping timeout)
  2014. # [17:54] * zzzzz doesn't understand how times on tbpl are calculated - Bas's android debug alleged fail took 15 mins, yet matts push 19 mins later shows android debug buildding for 53 mins ?
  2015. # [17:54] <mounir> cpearce: ping
  2016. # [17:54] * Joins: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  2017. # [17:54] * Parts: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  2018. # [17:54] <Bas> I'm very confused, I don't understand how any of my patches could cause this failure.
  2019. # [17:55] <mbrubeck> zzzzz: The estimated times are the average of all previous *green* jobs that are visible.
  2020. # [17:55] <Bas> Hell I'm not sure I understand how that dom bindings stuff gets generated.
  2021. # [17:55] <Bas> And why did B2G pass :s
  2022. # [17:55] <zzzzz> heh!
  2023. # [17:55] <mbrubeck> b2g is awesome like that.
  2024. # [17:55] <glandium> Bas: that one could be me, let me check
  2025. # [17:55] * Quits: Yoric (Yoric@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Input/output error)
  2026. # [17:55] * Joins: Stan (Stan@moz-3C6378B1.dip.t-dialin.net)
  2027. # [17:55] <Bas> glandium: But there was a green run on Android debug before my push.
  2028. # [17:56] * Joins: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2029. # [17:56] <glandium> Bas: I'm VERY good at introducing corner cases on incremental builds
  2030. # [17:56] * Joins: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP)
  2031. # [17:56] <Bas> glandium: Hah :)
  2032. # [17:56] <Bas> Let me know if it's not be because I'm pretty puzzled myself.
  2033. # [17:57] <Bas> *not me
  2034. # [17:57] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Quit: juanb)
  2035. # [17:58] * Quits: Yoric|Poor (David@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  2036. # [17:58] <glandium> Bas: that one would seem not to be me
  2037. # [17:59] * davehunt|away is now known as davehunt
  2038. # [17:59] * Joins: gwagner (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  2039. # [17:59] <Bas> glandium: Do you have any idea how this could be android specific and be related to my patch?
  2040. # [17:59] <Bas> I mean, where should I look for these functions and why they're failing.
  2041. # [18:00] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  2042. # [18:00] <glandium> Bas: let me update my tree
  2043. # [18:01] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2044. # [18:01] * Joins: artur (artur@moz-BBE3ABD.mv.mozilla.com)
  2045. # [18:01] * Quits: logbot (logbot@moz-622AFC27.glob.com.au) (Ping timeout)
  2046. # [18:02] <Bas> Linux appears fine too
  2047. # [18:02] <jfkthame> Bas: your patch introduces calls to abort()
  2048. # [18:02] * zzzzz once heard if all else fails clobber the droid
  2049. # [18:03] <Bas> jfkthame: Oh noes! Namespace aliasing?
  2050. # [18:03] <jfkthame> Bas: but there's a local ….::abort() that's hiding the global one
  2051. # [18:03] <Bas> jfkthame: So a simple :: in front of the abort should fix, agreed?
  2052. # [18:03] <jfkthame> i dunno
  2053. # [18:03] <glandium> Bas: i'd say yes
  2054. # [18:03] <jfkthame> sounds plausible but in a maze of twisty macros, who can tell? :)
  2055. # [18:04] * Joins: anky (anky@A089C2E9.8A2966FD.A3D1B221.IP)
  2056. # [18:04] <Bas> jfkthame: I wonder why this only bother android.
  2057. # [18:04] <mbrubeck> Bas: and OS X
  2058. # [18:04] <jfkthame> because it's in #elif defined(ANDROID)
  2059. # [18:04] <Bas> Doh
  2060. # [18:04] * Joins: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp)
  2061. # [18:04] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  2062. # [18:04] <glandium> Bas: but :: will fail in C
  2063. # [18:04] <Bas> Of course.
  2064. # [18:04] <mbrubeck> oh, OS X error is different
  2065. # [18:04] * Joins: myk (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2066. # [18:04] * Joins: anant (Anant@moz-D3725328.dsl.dynamic.sonic.net)
  2067. # [18:05] <Bas> glandium: Yes, I was thinking the same thing..
  2068. # [18:05] <jfkthame> i see some tryserver pushes in bas's future….
  2069. # [18:05] <mbrubeck> "Assertion failure: r == 0, at ../../../xpcom/base/nsStackWalk.cpp:160" in make package
  2070. # [18:05] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2071. # [18:05] <Bas> I'm going to backout.
  2072. # [18:05] <jfkthame> good call
  2073. # [18:05] * Joins: dvander`home (dvander@moz-EC56C22F.hsd1.ca.comcast.net)
  2074. # [18:05] * Quits: anky (anky@A089C2E9.8A2966FD.A3D1B221.IP) (Ping timeout)
  2075. # [18:05] * Joins: philipp64|laptop (chatzilla@A6C4D8D3.8A899716.289A8017.IP)
  2076. # [18:06] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  2077. # [18:06] * Joins: rstrong (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2078. # [18:07] <Bas> jfkthame glandium: I'll #ifdef __cplusplus I suppose.
  2079. # [18:07] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  2080. # [18:07] <glandium> Bas: obviously :)
  2081. # [18:07] <mbrubeck> jwir3: So, for a good example, I just did a merge but I had to go back about 20 hours to find a non-busted changeset on inbound. :P
  2082. # [18:08] * Joins: pvivek_ (quassel@944B6BB1.346661AA.2A068A5E.IP)
  2083. # [18:09] <jwir3> mbrubeck: ah.
  2084. # [18:09] * Joins: logbot (logbot@moz-622AFC27.glob.com.au)
  2085. # [18:09] <Bas> glandium philor: Ugh, I ruined my backout, how do I backout multiple changesets? :(
  2086. # [18:09] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  2087. # [18:09] <Bas> In my current state I'd need to two-step merge.
  2088. # [18:09] * Quits: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP) (Client exited)
  2089. # [18:09] * Joins: anky (anky@9C316819.29EC65C0.A3D1B221.IP)
  2090. # [18:10] <philor> other people are fancier, but I just hg qnew, hg backout -r top, hg qref, hg backout -r nextdown, hg qref, hg backout -r thirddown
  2091. # [18:11] <mbrubeck> I use "hg diff -r<tipmost changeset to back out> -r<last good changeset> | hg qimport - -n backout"
  2092. # [18:12] * Joins: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP)
  2093. # [18:12] <jwir3> hm, so sometimes I get this craziness: y.tab.c: In function ‘Pk11Install_yyparse’:
  2094. # [18:12] <jwir3> y.tab.c:1442:7: error: implicit declaration of function ‘Pk11Install_yyerror’
  2095. # [18:12] <jwir3> but only when I pop a patch from my queue, pull, then update, then push the patch again and recompile. If I pop the patch, recompile, and then push the patch and recompile, it works fine.
  2096. # [18:12] <hub> Bas: yesterday I used this to backout http://ehsanakhgari.org/blog/2010-09-09/backing-out-multiple-consecutive-changesets-mercurial
  2097. # [18:12] * Joins: Mossop (mossop@moz-79BD0281.dsl.dynamic.sonic.net)
  2098. # [18:13] * Joins: mats (chatzilla@E8A3702C.D5022173.8500CC29.IP)
  2099. # [18:14] * Quits: fantasai2 (yaaic@moz-D20B8BAF.tmodns.net) (Ping timeout)
  2100. # [18:14] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2101. # [18:14] * Joins: fantasai2 (yaaic@moz-D20B8BAF.tmodns.net)
  2102. # [18:15] <philor> Bas: backout pushed
  2103. # [18:15] * davehunt is now known as davehunt|away
  2104. # [18:15] <philor> the advantage of my brute force method is that it doesn't require thinking or remembering or deciding, just doing
  2105. # [18:15] * coop|afk is now known as coop
  2106. # [18:16] <Bas> philor: I was just backing out the offending patch :p
  2107. # [18:16] <Bas> Now I have to push the others again, hehe :)
  2108. # [18:17] * Joins: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP)
  2109. # [18:17] * joduinn-commute is now known as joduinn-mtg
  2110. # [18:18] * Quits: fantasai2 (yaaic@moz-D20B8BAF.tmodns.net) (Ping timeout)
  2111. # [18:18] * Joins: fantasai2 (yaaic@moz-D20B8BAF.tmodns.net)
  2112. # [18:19] <jfkthame> philor: fwiw, it looks like you missed some bug numbers in the commit msg
  2113. # [18:20] <philor> ah, they all looked alike to me
  2114. # [18:20] <jhammel> that's racist
  2115. # [18:21] <jwir3> haha
  2116. # [18:21] <mbrubeck> darnit, typo in the commit message of the patch I just landed. :P
  2117. # [18:21] <jwir3> mbrubeck: Guh. I hate it when that happens.
  2118. # [18:21] * Quits: fantasai2 (yaaic@moz-D20B8BAF.tmodns.net) (Ping timeout)
  2119. # [18:21] * Joins: fantasai2 (yaaic@moz-D20B8BAF.tmodns.net)
  2120. # [18:21] * Quits: fantasai2 (yaaic@moz-D20B8BAF.tmodns.net) (Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org)
  2121. # [18:23] * Joins: tonymec (tonymec@moz-1CDF5E3B.adsl-dyn.isp.belgacom.be)
  2122. # [18:23] * Quits: mreid_ (mark@moz-6494C845.eastlink.ca) (Quit: Bye!)
  2123. # [18:23] * Joins: gakiwate (gautam@3AD1CBD5.809D2ACB.314AAB94.IP)
  2124. # [18:24] * mcote is now known as mcote|lunch
  2125. # [18:25] * Quits: anky (anky@9C316819.29EC65C0.A3D1B221.IP) (Client exited)
  2126. # [18:25] * wlach is now known as wlach|lunch
  2127. # [18:26] * Joins: Ms2ger (Ms2ger@1F115E4F.1658FAE5.37724B0D.IP)
  2128. # [18:27] * Quits: jfkthame (jfkthame@CBB4DF31.90783722.9542EC20.IP) (Quit: jfkthame)
  2129. # [18:28] * edransch-lunch is now known as edransch
  2130. # [18:29] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2131. # [18:30] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  2132. # [18:31] <humph> ehsan: does the view source syntax checking happen in js, or is it relying on c++?
  2133. # [18:31] <humph> i.e., can I rip it out and use it on the web?
  2134. # [18:31] <Ms2ger> humph, C++
  2135. # [18:31] * Quits: gakiwate (gautam@3AD1CBD5.809D2ACB.314AAB94.IP) (Connection reset by peer)
  2136. # [18:31] <Ms2ger> Translated from Java
  2137. # [18:31] <humph> shame
  2138. # [18:31] <humph> OK, thanks
  2139. # [18:31] * Joins: smagnin (pike@moz-DEF53BC9.fbx.proxad.net)
  2140. # [18:31] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2141. # [18:31] * Joins: ehugg (chatzilla@5B617238.C5EAED67.6CD50604.IP)
  2142. # [18:32] * Joins: gakiwate (gautam@3AD1CBD5.809D2ACB.314AAB94.IP)
  2143. # [18:33] <mbrubeck> Is there a JS backend for that translator?
  2144. # [18:33] <@bsmedberg> I'm sure we can translate java bytecode to JS somehow! ;-)
  2145. # [18:33] * Joins: squib (squib-@moz-415BAA34.engr.wisc.edu)
  2146. # [18:33] <ted2> you can always compile the C++ to JS with emscripten
  2147. # [18:33] <ted2> java->C++->JS
  2148. # [18:33] <humph> bsmedberg: not with jit
  2149. # [18:33] <Ms2ger> Or use GWT
  2150. # [18:33] * Joins: faramarz (faramarz@5AAE35B2.5EFFC0B8.24454B25.IP)
  2151. # [18:33] * Parts: gakiwate (gautam@3AD1CBD5.809D2ACB.314AAB94.IP) (Leaving)
  2152. # [18:33] <humph> gwt doesn't do what people think
  2153. # [18:34] * Joins: priya (Adium@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2154. # [18:34] <@smaug> mbrubeck: ask hsivonen
  2155. # [18:34] <humph> bsmedberg: https://github.com/notmasteryet/jvm-js is without jit
  2156. # [18:34] <@smaug> I think hsivonen is looking at how to translate that code to Rust
  2157. # [18:34] <Bas> Hrm, that mac assertion failure on my patch is pretty weird.
  2158. # [18:34] <Ms2ger> Well, gwt is capable of doing http://livedom.validator.nu/
  2159. # [18:35] <humph> Ms2ger: mmm, thanks for that link
  2160. # [18:35] <Bas> Oh, maybe it makes sense.
  2161. # [18:36] <jdm> humph: https://github.com/toolness/slowparse
  2162. # [18:36] <humph> yeah, we're discussing that now
  2163. # [18:36] <jdm> ah, I see
  2164. # [18:36] <humph> (with atul :)
  2165. # [18:37] <jdm> hah
  2166. # [18:37] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  2167. # [18:38] * Quits: pranavrc (pranavrc@6251205C.354534F.C28326FD.IP) (Quit: Ping timeout: ∞)
  2168. # [18:39] * ted2 is now known as ted
  2169. # [18:39] * Joins: joe_walker (joe_walker@moz-15405DDA.cable.virginmedia.com)
  2170. # [18:39] * Ms2ger is now known as Ms22ger
  2171. # [18:39] * Joins: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net)
  2172. # [18:40] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Quit: bmoss)
  2173. # [18:40] * Quits: gwagner (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Ping timeout)
  2174. # [18:41] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  2175. # [18:41] * Joins: gwagner (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  2176. # [18:41] * padenot is now known as padenot|away
  2177. # [18:41] * padenot|away is now known as padenot
  2178. # [18:41] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  2179. # [18:41] * Quits: c0smikdebris (c0smikdebr@7050DD38.779AB39C.BE90E62C.IP) (Ping timeout)
  2180. # [18:41] * Quits: squib (squib-@moz-415BAA34.engr.wisc.edu) (Quit: Leaving)
  2181. # [18:42] <Bas> jfkthame: There, I pushed to try :p
  2182. # [18:43] * Joins: jgriffin (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net)
  2183. # [18:43] * Joins: squib (squib-@moz-415BAA34.engr.wisc.edu)
  2184. # [18:43] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  2185. # [18:43] * Quits: Cwiiis (cwiiis@40018561.F684631.21A4E96A.IP) (Ping timeout)
  2186. # [18:44] * khuey is now known as khuey|away
  2187. # [18:46] <glandium> Looks like 644608 is finally here to stick...
  2188. # [18:47] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2189. # [18:47] * Joins: Cwiiis (cwiiis@40018561.F684631.21A4E96A.IP)
  2190. # [18:48] * Joins: espindola (espindola@moz-E18F2D81.threembb.co.uk)
  2191. # [18:49] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2192. # [18:49] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2193. # [18:50] * Fallen|away is now known as Fallen
  2194. # [18:51] * Quits: jviereck (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  2195. # [18:51] * Quits: rstrong (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Client exited)
  2196. # [18:51] * Joins: robstrong (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2197. # [18:51] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  2198. # [18:51] * Quits: Enn (enn@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2199. # [18:52] * bear-afk is now known as bear|buildduty
  2200. # [18:52] * lsblakk|afk is now known as lsblakk
  2201. # [18:53] * Quits: cdiehl (cdiehl@moz-86718E5F.pool.mediaways.net) (Ping timeout)
  2202. # [18:53] <froydnj> ted: did you mean to r+ the patch in bug 743988?
  2203. # [18:53] <ted> probably
  2204. # [18:53] * Joins: cdiehl (cdiehl@moz-E44B87B8.pool.mediaways.net)
  2205. # [18:54] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  2206. # [18:54] <ted> froydnj: sorry, r+ed now
  2207. # [18:54] <froydnj> ted: thanks
  2208. # [18:55] * Joins: bonnie (bbsurender@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2209. # [18:56] <froydnj> bug 744444 filed as followup too
  2210. # [18:56] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  2211. # [18:56] <Ms22ger> Nice number!
  2212. # [18:56] * bear|buildduty changes topic to 'HG downtime 12 April 2012 0600-0900 PST || Trees OPEN || Next uplift: 24th April || New/want to help? See irc://irc.mozilla.org/#introduction || http://krijnhoetmer.nl/irc-logs/'
  2213. # [18:57] * Parts: Joeh (joe@5A3923AA.BC22908.C7CEC4ED.IP)
  2214. # [18:57] <jhammel> Ms222ger: just because its evenly divisible by 4?
  2215. # [18:57] <Ms22ger> bear|buildduty, do you mean PDT?
  2216. # [18:57] * Joins: mwu (mwu@5AAE35B2.5EFFC0B8.24454B25.IP)
  2217. # [18:58] * Joins: jviereck (Adium@moz-BBE3ABD.mv.mozilla.com)
  2218. # [18:58] <bear|buildduty> isn't this PST time now?
  2219. # [18:58] <catlee> D
  2220. # [18:58] <catlee> I gave up
  2221. # [18:58] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  2222. # [18:58] <catlee> I use ET/PT now
  2223. # [18:59] <ted> i think you mean PTSD
  2224. # [18:59] <catlee> MUT
  2225. # [18:59] <ted> which is what we all have from dealing with timezones
  2226. # [18:59] <catlee> mountainview universal time
  2227. # [18:59] <Ms22ger> catlee, MVT
  2228. # [18:59] <bear|buildduty> according to http://wwp.greenwichmeantime.com/time-zone/usa/pacific-time/ the spring/summer part of the year is PST
  2229. # [19:00] <bear|buildduty> or i'm wrong
  2230. # [19:00] <bear|buildduty> either way it's 0600 to 0900 tomorrow
  2231. # [19:00] <catlee> -> % date
  2232. # [19:00] <catlee> Wed Apr 11 12:52:34 EDT 2012
  2233. # [19:00] * mdas is now known as mdas|afk
  2234. # [19:00] <catlee> that's how I always check :)
  2235. # [19:01] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  2236. # [19:01] * bear|buildduty tends to use UTC but figured that would confuse most americans
  2237. # [19:01] * khuey|away is now known as khuey
  2238. # [19:01] * Quits: mjschranz (mjschranz@F1451709.44D93D66.1139E686.IP) (Client exited)
  2239. # [19:01] * Quits: dria (dria@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2240. # [19:01] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
  2241. # [19:01] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  2242. # [19:01] * Joins: dria (dria@F2D29657.F60B0462.67AC9B1.IP)
  2243. # [19:01] * Quits: pascalc (chatzilla@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Quit: bye)
  2244. # [19:01] <philor> snorp: you made XUL angry
  2245. # [19:02] * Ms22ger changes topic to 'HG downtime 12 April 2012 0600-0900 PDT (1300-1600 UTC) || Trees OPEN || Next uplift: 24th April || New/want to help? See irc://irc.mozilla.org/#introduction || http://krijnhoetmer.nl/irc-logs/'
  2246. # [19:02] * bear|buildduty changes topic to 'HG downtime 12 April 2012 0600-0900 MVT || Trees OPEN || Next uplift: 24th April || New/want to help? See irc://irc.mozilla.org/#introduction || http://krijnhoetmer.nl/irc-logs/'
  2247. # [19:02] <snorp> philikon: oh.
  2248. # [19:02] <snorp> philor: oh.
  2249. # [19:02] <snorp> indeed, shit.
  2250. # [19:02] <bear|buildduty> doh! sorry ms22ger - do yours again
  2251. # [19:02] * Ms22ger changes topic to 'HG downtime 12 April 2012 0600-0900 PDT (1300-1600 UTC) || Trees OPEN || Next uplift: 24th April || New/want to help? See irc://irc.mozilla.org/#introduction || http://krijnhoetmer.nl/irc-logs/'
  2252. # [19:02] * snorp can fix quickly
  2253. # [19:02] * bear|buildduty thanks ms22ger for the assist
  2254. # [19:02] <Ms22ger> Np
  2255. # [19:02] <Ms22ger> snorp, backout, please
  2256. # [19:02] <snorp> Ms22ger: yeah
  2257. # [19:03] * Joins: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP)
  2258. # [19:03] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  2259. # [19:03] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2260. # [19:04] * Quits: espindola (espindola@moz-E18F2D81.threembb.co.uk) (Client exited)
  2261. # [19:04] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2262. # [19:05] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Connection reset by peer)
  2263. # [19:05] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2264. # [19:05] * Joins: bsmith (bsmith@moz-BBE3ABD.mv.mozilla.com)
  2265. # [19:06] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2266. # [19:07] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2267. # [19:07] * Quits: gwagner (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  2268. # [19:08] * Joins: rillian (giles@21B7B9F2.B87E9213.6E712CE2.IP)
  2269. # [19:09] * Joins: mcot (mcot@C4B02.F3C4E8F3.C8444B8.IP)
  2270. # [19:09] * Ms22ger is now known as Ms2ger
  2271. # [19:10] <mbrubeck> these new mac minis are awesome
  2272. # [19:10] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  2273. # [19:10] * ChanServ sets mode: +o smaug
  2274. # [19:10] * armenzg is now known as armenzg_brb
  2275. # [19:11] <mcot> "new" as in the ones that came out a while ago?
  2276. # [19:11] * Quits: cindy_rubio (cindy.rubi@moz-F1D53ECD.cs.wisc.edu) (Connection timed out)
  2277. # [19:11] <Ms2ger> The ones we just installed into the build pool
  2278. # [19:12] <Ms2ger> And are blazingly fast
  2279. # [19:12] * Joins: vikash (vikash@33537044.80425CF2.5D9ABA9F.IP)
  2280. # [19:13] * Quits: hub (hub@moz-E2FCA694.figuiere.net) (Ping timeout)
  2281. # [19:13] * davidb is now known as davidb|mtg
  2282. # [19:14] * Quits: kaze (kaze@moz-CB189C31.w80-11.abo.wanadoo.fr) (Ping timeout)
  2283. # [19:18] * Parts: priya (Adium@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2284. # [19:19] * Joins: adoria0000 (Mibbit@moz-B6C2C62F.osaka.ocn.ne.jp)
  2285. # [19:20] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  2286. # [19:20] * Joins: c0smikdebris (c0smikdebr@7050DD38.779AB39C.BE90E62C.IP)
  2287. # [19:22] * Joins: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP)
  2288. # [19:22] * Joins: Lucas (Lucas@moz-92C28224.hsd1.ca.comcast.net)
  2289. # [19:22] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Ping timeout)
  2290. # [19:23] * Joins: anant_ (Anant@moz-D3725328.dsl.dynamic.sonic.net)
  2291. # [19:23] * Joins: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2292. # [19:23] <Ms2ger> Bas, were you going to ask something about the codegen for DOM bindings?
  2293. # [19:23] * Joins: jfkthame (jfkthame@CBB4DF31.90783722.9542EC20.IP)
  2294. # [19:23] * mak is now known as mak|afk
  2295. # [19:23] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  2296. # [19:23] * ChanServ sets mode: +o smaug
  2297. # [19:23] * Quits: anant (Anant@moz-D3725328.dsl.dynamic.sonic.net) (Ping timeout)
  2298. # [19:23] * Quits: jhk (jigneshhk1@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  2299. # [19:23] * bz_sleep is now known as bz
  2300. # [19:23] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Quit: Reconnecting…)
  2301. # [19:24] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  2302. # [19:24] * ChanServ sets mode: +o smaug
  2303. # [19:24] * Quits: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP) (Ping timeout)
  2304. # [19:26] * Quits: c0smikdebris (c0smikdebr@7050DD38.779AB39C.BE90E62C.IP) (Ping timeout)
  2305. # [19:26] * Quits: vladan (vladan@E984A762.BF9D67A0.57F33CED.IP) (Quit: Leaving.)
  2306. # [19:26] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Ping timeout)
  2307. # [19:27] * Quits: necolas (necolas@moz-20AA4BAE.bb.sky.com) (Client exited)
  2308. # [19:27] * Joins: kaze (kaze@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  2309. # [19:28] * bc is now known as bc|afk
  2310. # [19:28] * Quits: Honza (chatzilla@C62E2FAA.23B79DE4.D0083327.IP) (Ping timeout)
  2311. # [19:28] * Joins: c0smikdebris (c0smikdebr@7050DD38.779AB39C.BE90E62C.IP)
  2312. # [19:28] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  2313. # [19:28] * ChanServ sets mode: +o smaug
  2314. # [19:28] * Joins: cadecairos (cadecairos@moz-57B23647.senecac.on.ca)
  2315. # [19:28] * Joins: Enn (enn@F2D29657.F60B0462.67AC9B1.IP)
  2316. # [19:29] * Joins: timdream_ (timdream@moz-CB189C31.w80-11.abo.wanadoo.fr)
  2317. # [19:30] * Quits: timdream (timdream@moz-104CC309.mv.mozilla.com) (Ping timeout)
  2318. # [19:30] * timdream_ is now known as timdream
  2319. # [19:31] * Quits: MarcoZ (Daily@moz-891A6849.dip.t-dialin.net) (Quit: Night all!)
  2320. # [19:32] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2321. # [19:32] * Quits: Cwiiis (cwiiis@40018561.F684631.21A4E96A.IP) (Quit: Ex-Chat)
  2322. # [19:32] * Quits: faramarz (faramarz@5AAE35B2.5EFFC0B8.24454B25.IP) (Quit: faramarz)
  2323. # [19:33] * Joins: hvq (HVQ@moz-ECE45469.dynip.nus.edu.sg)
  2324. # [19:34] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2325. # [19:36] * jwir3 is now known as jwir3|lunch
  2326. # [19:36] * Joins: jduell (jduell@moz-EC48FF2B.airbears.berkeley.edu)
  2327. # [19:36] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Input/output error)
  2328. # [19:36] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  2329. # [19:36] * ChanServ sets mode: +o smaug
  2330. # [19:36] * Quits: nhirata (nhirata.bu@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
  2331. # [19:37] * armenzg_brb is now known as armenzg_mtg
  2332. # [19:37] * Joins: nhirata (nhirata.bu@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2333. # [19:37] * Joins: vladan (vladan@E984A762.BF9D67A0.57F33CED.IP)
  2334. # [19:37] * Quits: myk (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Instantbird -- http://www.instantbird.com)
  2335. # [19:37] * Joins: myk (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2336. # [19:38] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  2337. # [19:38] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Max SendQ exceeded)
  2338. # [19:39] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2339. # [19:39] * Quits: bbondy (bbondy@moz-E9264327.home.cgocable.net) (Ping timeout)
  2340. # [19:39] * Joins: dao (dao@moz-1533EB80.superkabel.de)
  2341. # [19:40] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  2342. # [19:41] * Quits: garnacho (carlos@moz-B27B0825.dyn.user.ono.com) (Ping timeout)
  2343. # [19:41] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  2344. # [19:41] * Quits: wesk (Instantbir@moz-135A9FA9.hsd1.ca.comcast.net) (Connection reset by peer)
  2345. # [19:41] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  2346. # [19:42] * Quits: janv (varga@moz-6D58DC19.flarion.as5628.telecom.sk) (Ping timeout)
  2347. # [19:43] * Joins: hub (hub@21B7B9F2.B87E9213.6E712CE2.IP)
  2348. # [19:43] * Quits: tH (Rob@adsl-77-86-58-134.karoo.kcom.com) (Client exited)
  2349. # [19:44] * Joins: tH (Rob@adsl-77-86-58-134.karoo.kcom.com)
  2350. # [19:46] * Joins: bbondy (bbondy@moz-E9264327.home.cgocable.net)
  2351. # [19:47] * Joins: wesk (Instantbir@moz-135A9FA9.hsd1.ca.comcast.net)
  2352. # [19:48] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  2353. # [19:49] * Quits: dria (dria@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  2354. # [19:49] * Joins: dria (dria@F2D29657.F60B0462.67AC9B1.IP)
  2355. # [19:50] * Joins: sfink (chatzilla@moz-BBE3ABD.mv.mozilla.com)
  2356. # [19:50] * Quits: jfkthame (jfkthame@CBB4DF31.90783722.9542EC20.IP) (Quit: jfkthame)
  2357. # [19:50] <ted> huh
  2358. # [19:50] <ted> https://github.com/wdas
  2359. # [19:51] <ted> Walt Disney Animation Studios has stuff on github
  2360. # [19:51] * wlach|lunch is now known as wlach
  2361. # [19:51] * Joins: gwagner (idefix2@moz-3C384357.tmodns.net)
  2362. # [19:51] <Ms2ger> More surprisingly, so does the UK government
  2363. # [19:52] * Joins: janv (varga@moz-6D58DC19.flarion.as5628.telecom.sk)
  2364. # [19:52] <ted> i dunno, i think of disney as the place where copyright goes to die
  2365. # [19:52] * Quits: automata (automata@9D8DBC89.5187E7FE.3DAF2526.IP) (Quit: Saindo)
  2366. # [19:52] <jhammel> so by using github one supports white supremacy and bureaucracy
  2367. # [19:52] * philor is now known as philor|away
  2368. # [19:53] <Ms2ger> Correct
  2369. # [19:53] * Quits: gkw (gkw@moz-7CD88B0C.hsd1.ca.comcast.net) (Quit: Instantbird 1.2a1pre)
  2370. # [19:53] <ted> hah
  2371. # [19:53] * Quits: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net) (Ping timeout)
  2372. # [19:53] <ted> also the disney OSX admins hate our updates: http://managingosx.wordpress.com/2012/02/28/firefox-10-esr-and-cck-notes/
  2373. # [19:55] <@bz> disney does produce some public domain stuff
  2374. # [19:55] <jhammel> the court proceedings of their lawsuits, for one ;)
  2375. # [19:56] * @bz was thinking http://en.wikipedia.org/wiki/Copyright_Term_Extension_Act
  2376. # [19:56] <@bz> (the act, not the wiki page about the act)
  2377. # [19:56] <jhammel> they should copyright the act! that would be the ultimate coup de grace
  2378. # [19:57] <@bz> 'the web browser is slow and costs many memories'
  2379. # [19:57] * mdas|afk is now known as mdas
  2380. # [19:57] * Quits: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net) (Quit: Linkinus - http://linkinus.com)
  2381. # [19:57] * @bz imagines web developers with ptsd blocking things out
  2382. # [19:58] * Joins: Waldo (waldo@moz-537BCF9.hsd1.ca.comcast.net)
  2383. # [19:58] <ted> heh
  2384. # [19:59] * Quits: timdream (timdream@moz-CB189C31.w80-11.abo.wanadoo.fr) (Quit: timdream)
  2385. # [19:59] <cpearce> mounir: pong
  2386. # [20:02] * Joins: timA (Instantbir@moz-535753DA.hsd1.or.comcast.net)
  2387. # [20:02] <timA> Mossop: ping
  2388. # [20:03] <@bz> hmm
  2389. # [20:03] <@bz> we don't cycle-collect docshells?
  2390. # [20:03] * Joins: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net)
  2391. # [20:04] <@smaug> we don't
  2392. # [20:05] * jhford-work is now known as pineapple
  2393. # [20:05] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2394. # [20:05] <@smaug> so far there hasn't been really any reason for that, and it was impossible until recently
  2395. # [20:05] <@bz> right
  2396. # [20:05] <@bz> but we want to, right?
  2397. # [20:05] * @bz is looking at some code that wants to refcount docshells on the socket thread
  2398. # [20:06] <Waldo> you had me til those last four words, although I could be wrong there
  2399. # [20:06] <@smaug> bz: we want only if there is some reason
  2400. # [20:06] * Joins: jimm (jmathies@moz-7F164CA1.pn.at.cox.net)
  2401. # [20:06] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
  2402. # [20:06] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  2403. # [20:07] * Quits: myk (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Instantbird -- http://www.instantbird.com)
  2404. # [20:07] * Joins: myk (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2405. # [20:07] <@smaug> bz: if we make it possible to move iframes in DOM without reloading, then we probably should add docshells to CC
  2406. # [20:07] * jhammel is now known as jhomkins
  2407. # [20:07] * jhomkins is now known as jhammel
  2408. # [20:08] * Joins: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP)
  2409. # [20:08] * rail is now known as rail-lunch
  2410. # [20:08] <@bz> smaug: yeah
  2411. # [20:08] * jhammel is now known as trollface
  2412. # [20:08] <Ms2ger> 4581 // looks like I forgot to finish this. Wonder what I was going to do?
  2413. # [20:08] * Quits: anant_ (Anant@moz-D3725328.dsl.dynamic.sonic.net) (Quit: Leaving)
  2414. # [20:08] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2415. # [20:09] * mcote|lunch is now known as mcote
  2416. # [20:09] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2417. # [20:09] * Joins: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com)
  2418. # [20:10] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  2419. # [20:13] * Quits: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
  2420. # [20:13] * Joins: shorlander- (shorlander@moz-853043D6.dhcp.insightbb.com)
  2421. # [20:13] * pineapple is now known as jhford-work
  2422. # [20:14] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  2423. # [20:16] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2424. # [20:16] * armenzg_mtg is now known as armenzg
  2425. # [20:18] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2426. # [20:20] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  2427. # [20:20] * Quits: mwu (mwu@5AAE35B2.5EFFC0B8.24454B25.IP) (Quit: Leaving)
  2428. # [20:20] * Quits: Optimizer (Mibbit@6BCF5DE2.2E81CE6D.89AC0F27.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2429. # [20:21] * Joins: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2430. # [20:21] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  2431. # [20:21] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  2432. # [20:22] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  2433. # [20:22] <Mossop> timA: pong
  2434. # [20:22] * trollface is now known as jhammel
  2435. # [20:22] <jrmuizel> ehsan: ping
  2436. # [20:23] <jhford-work> ehsan: ping
  2437. # [20:23] <Ms2ger> ehsan, ping
  2438. # [20:24] <joe> ehsan: ping
  2439. # [20:24] * Quits: past (past@moz-EA81DA75.dsl.dyn.forthnet.gr) (Ping timeout)
  2440. # [20:24] <timA> Mossop: hey, after commenting on bug 738500 I had an idea. If there's a way to pass arguments to an xpcshell script then we could reimplement redit as a .js file and consumers could just run "xpcshell redit.js icoFile exeFile"
  2441. # [20:24] <timA> Mossop: but I'm not sure if that's possible
  2442. # [20:24] <Ms2ger> timA, C-C-C-COMBO BREAKER
  2443. # [20:25] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2444. # [20:25] <jhford-work> wow, i didn't realise someone already just pinged him :(
  2445. # [20:25] <jhford-work> sorry ehsan
  2446. # [20:25] <Mossop> timA: There might be, I'm not sure it is worth the effort to share the implementation though. I'm guessing there won't be much ongoing maintenance
  2447. # [20:25] <jhford-work> (see what i did there?)
  2448. # [20:26] <@khuey> lol http://mozillamemes.tumblr.com/post/20899646420/not-just-a-peer-but-peer-support-as-well
  2449. # [20:26] <gps> timA: you could implement that in testing/xpcshell/xpcshelltestrunner.py if you really wanted
  2450. # [20:26] <Ms2ger> jhford-work, aww, poor ehsan
  2451. # [20:26] <gps> I would talk to ted about it
  2452. # [20:26] * Quits: gandalf (zbraniecki@moz-220BBC47.neoplus.adsl.tpnet.pl) (Quit: Computer has gone to sleep.)
  2453. # [20:26] * Joins: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net)
  2454. # [20:27] * Joins: past (past@moz-EA81DA75.dsl.dyn.forthnet.gr)
  2455. # [20:27] <Mossop> gps: This isn't for an xpcshell tests
  2456. # [20:27] * jhammel is now known as jhammel|lunch
  2457. # [20:27] <timA> right, this is for xpcshell... the shell
  2458. # [20:27] <gps> ugh
  2459. # [20:27] <gps> I looked at that code once. never again
  2460. # [20:28] * glob is now known as glob|away
  2461. # [20:28] <jdm> raaargh
  2462. # [20:28] <jdm> why isn't this test failing theway I expect
  2463. # [20:28] <jdm> this is awful
  2464. # [20:28] <timA> Mossop: mmk, I'll go ahead and write-once, read-never-again and maybe file a followup for consolidating the two implementations
  2465. # [20:28] <Ms2ger> Because code sucks
  2466. # [20:29] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Connection reset by peer)
  2467. # [20:29] * davidb|mtg is now known as davidb
  2468. # [20:31] <@khuey> jdm: who submitted the meme about me?
  2469. # [20:31] <jdm> khuey: that was me
  2470. # [20:31] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  2471. # [20:31] <@khuey> ah
  2472. # [20:31] <@khuey> did you get the help you needed?
  2473. # [20:31] * Quits: JeroenDeDauw (j@moz-2D197778.dip.t-dialin.net) (Quit: Leaving.)
  2474. # [20:32] <jdm> khuey: I didn't actually need help; I just noticed how everybody always turns to you if it's not something immediately obvious.
  2475. # [20:32] * Quits: Enn (enn@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2476. # [20:32] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2477. # [20:32] <@khuey> heh, ok
  2478. # [20:32] * Fallen is now known as Fallen|away
  2479. # [20:33] * Quits: cadecairos (cadecairos@moz-57B23647.senecac.on.ca) (Ping timeout)
  2480. # [20:35] * Quits: mak|afk (chatzilla@moz-45611EB5.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  2481. # [20:35] * Joins: biesi (cbiesinger@EE9A5AA8.6B10AC3.E2F59BBC.IP)
  2482. # [20:35] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/3930e47f14ae - Kyle Huey - Bug 744498: Fix some java warnings. r=kats
  2483. # [20:37] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  2484. # [20:37] * Joins: dbaron (dbaron@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2485. # [20:37] * ChanServ sets mode: +o dbaron
  2486. # [20:38] <mbrubeck> None of my bookmarklets are working in Nightly...
  2487. # [20:38] * philor|away is now known as philor
  2488. # [20:38] * Quits: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2489. # [20:39] * Quits: janv (varga@moz-6D58DC19.flarion.as5628.telecom.sk) (Quit: Leaving)
  2490. # [20:40] * Quits: avih (quassel@moz-A50C1A5E.red.bezeqint.net) (Connection reset by peer)
  2491. # [20:40] * Joins: avih (quassel@moz-A50C1A5E.red.bezeqint.net)
  2492. # [20:41] * Quits: chrisccoulson (chr1s@CF62D2D6.FC921812.EE27BB8D.IP) (Quit: Ex-Chat)
  2493. # [20:41] * Joins: Enn (enn@F2D29657.F60B0462.67AC9B1.IP)
  2494. # [20:41] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Ping timeout)
  2495. # [20:41] <@bz> IsSitePermAllow is such a broken API
  2496. # [20:42] * Joins: xsergio (sergio@DAEF1255.9C8843EE.A4F23BCE.IP)
  2497. # [20:42] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  2498. # [20:42] * ChanServ sets mode: +o smaug
  2499. # [20:42] * Quits: nhirata (nhirata.bu@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: nhirata)
  2500. # [20:43] <@khuey> good thing there's only one consumer!
  2501. # [20:43] * @bz is reviewing a patch that tried adding a second one
  2502. # [20:43] <@bz> incorrectly, of course
  2503. # [20:43] * Joins: nhirata (nhirata.bu@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2504. # [20:43] <@bz> because the API is BROKEN
  2505. # [20:43] <@khuey> I blame jonas
  2506. # [20:43] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2507. # [20:44] <@bz> indeed
  2508. # [20:44] <Ms2ger> I blame Canada
  2509. # [20:44] <@bz> who should totally know better
  2510. # [20:44] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  2511. # [20:44] <catlee> sorry
  2512. # [20:44] <Waldo> timA: there's a bug on unifying the two implementations, it's one of those things that'd be nice in theory but is hard to get done in practice
  2513. # [20:45] * Joins: sheeri-iphone (sheeriipho@moz-C6EA08E6.mycingular.net)
  2514. # [20:45] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2515. # [20:45] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2516. # [20:45] * Quits: dao (dao@moz-1533EB80.superkabel.de) (Ping timeout)
  2517. # [20:45] * coop is now known as coop|lunch
  2518. # [20:46] * joduinn-mtg is now known as joduinn-coffee
  2519. # [20:46] <@smaug> bz: good that you're reviewing that patch
  2520. # [20:46] <@smaug> I apparently did horrible review again :)
  2521. # [20:47] * Joins: dao (dao@moz-1533EB80.superkabel.de)
  2522. # [20:48] * Joins: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  2523. # [20:48] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  2524. # [20:48] * Quits: dao (dao@moz-1533EB80.superkabel.de) (Quit: Leaving.)
  2525. # [20:49] * Quits: tonymec (tonymec@moz-1CDF5E3B.adsl-dyn.isp.belgacom.be) (Ping timeout)
  2526. # [20:49] * tbsaunde is now known as tbsaunde|afk
  2527. # [20:49] * Joins: Jesfre (AnthonyS@moz-25B25285.war.clearwire-wmx.net)
  2528. # [20:49] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2529. # [20:49] * Joins: tonymec (tonymec@moz-1CDF5E3B.adsl-dyn.isp.belgacom.be)
  2530. # [20:49] * tbsaunde|afk is now known as tbsaunde
  2531. # [20:50] <Ms2ger> smaug, hey, horrible reviews are my job :)
  2532. # [20:50] <@bz> man
  2533. # [20:50] <@bz> jQuery is such a footgun
  2534. # [20:50] <@bz> var form = $('<form />').attr('method', 'POST');
  2535. # [20:50] <@bz> $(document).append(form);
  2536. # [20:50] <@bz> What do you think that does?
  2537. # [20:50] * Quits: sheeri-iphone (sheeriipho@moz-C6EA08E6.mycingular.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  2538. # [20:50] <@smaug> Ms2ger: I can give some reviews to you then ;)
  2539. # [20:51] <Ms2ger> Look for the first element whose ID is '<form />'?
  2540. # [20:51] <jhammel|lunch> bz: i know what it looks like it does
  2541. # [20:51] <biesi> bz, appends a <form method=POST> element to the <html> element?
  2542. # [20:51] <@bz> biesi: nope
  2543. # [20:51] <@bz> Ms2ger: nope
  2544. # [20:51] <@bz> Creates a <form> with @method set to POST
  2545. # [20:51] <@bz> and then silently does nothing
  2546. # [20:51] <@smaug> I would have guessed the same as biesi
  2547. # [20:51] * Quits: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: yuan)
  2548. # [20:51] * Quits: Jesfre (AnthonyS@moz-25B25285.war.clearwire-wmx.net) (Quit: Jesfre)
  2549. # [20:51] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  2550. # [20:51] <@bz> quoting the append() function:
  2551. # [20:52] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2552. # [20:52] <@bz> if ( this.nodeType === 1 ) {
  2553. # [20:52] <@bz> this.appendChild( elem );
  2554. # [20:52] <@bz> }
  2555. # [20:52] * Ms2ger looks at his spec for the constant
  2556. # [20:52] * @bz points to "footgun"
  2557. # [20:52] <@bz> that's ELEMENT_NODE
  2558. # [20:53] <ted> they wanted $(document.documentElement) or $(document.body) presumably
  2559. # [20:53] <@bz> ted: or $("body")
  2560. # [20:53] * Joins: anky (anky@9C316819.29EC65C0.A3D1B221.IP)
  2561. # [20:53] <@bz> ted: yeah
  2562. # [20:53] * Joins: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com)
  2563. # [20:53] * Quits: anky (anky@9C316819.29EC65C0.A3D1B221.IP) (Client exited)
  2564. # [20:53] <@bz> ted: of course in some UAs forms not in a document submit, and in others they do not... ;)
  2565. # [20:53] <Ms2ger> At least my spec throws! :)
  2566. # [20:54] * Joins: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP)
  2567. # [20:54] * tbsaunde is now known as tbsaunde|zzz
  2568. # [20:54] * Ms2ger shoots some more patches at ehsan
  2569. # [20:54] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Quit: Leaving.)
  2570. # [20:55] * Quits: kaze (kaze@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Quit: WeeChat 0.3.5)
  2571. # [20:55] * Quits: avih (quassel@moz-A50C1A5E.red.bezeqint.net) (Connection reset by peer)
  2572. # [20:55] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/e9bfc7255afd - Richard Newman - Merge m-c to s-c.
  2573. # [20:55] * Joins: avih (quassel@moz-A50C1A5E.red.bezeqint.net)
  2574. # [20:55] <firebot> http://hg.mozilla.org/mozilla-central/rev/98efc3eca3d7 - Jonathan Griffin - Bug 743872 - update TPS to use latest pulsebuildmonitor, a=testonly, DONTBUILD, npotb
  2575. # [20:55] <firebot> http://hg.mozilla.org/mozilla-central/rev/b2cb9c43964e - Gregory Szorc - Bug 743413 - Move some utility functions from sync to common; r=rnewman
  2576. # [20:55] <firebot> http://hg.mozilla.org/mozilla-central/rev/eecb4cf4c45d - Gregory Szorc - Bug 727210 - Implement client for Services' token server; r=rnewman
  2577. # [20:55] <firebot> http://hg.mozilla.org/mozilla-central/rev/1711e06ca9f7 - Gregory Szorc - Merge services-central into mozilla-central
  2578. # [20:56] <firebot> http://hg.mozilla.org/mozilla-central/rev/cf6ac3f55a41 - Richard Newman - Merge m-c to s-c.
  2579. # [20:56] <firebot> http://hg.mozilla.org/mozilla-central/rev/579f1d93491c - Gregory Szorc - Bug 731494 - Refactor generic code from services/sync into services/common; r=rnewman
  2580. # [20:56] * Joins: avih_ (quassel@moz-A50C1A5E.red.bezeqint.net)
  2581. # [20:56] * Quits: tonymec (tonymec@moz-1CDF5E3B.adsl-dyn.isp.belgacom.be) (Ping timeout)
  2582. # [20:56] * Quits: CuriousJohn (John@moz-4C1C7342.gar.clearwire-wmx.net) (Quit: CuriousJohn)
  2583. # [20:57] * Quits: robstrong (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Client exited)
  2584. # [20:57] * Joins: robstrong (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2585. # [20:57] * Quits: robstrong (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Client exited)
  2586. # [20:57] * Quits: avih (quassel@moz-A50C1A5E.red.bezeqint.net) (Ping timeout)
  2587. # [20:57] * Joins: robstrong (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2588. # [20:57] * jwir3|lunch is now known as jwir3
  2589. # [20:58] <taras> gcp: so tell me about those long queries
  2590. # [20:58] * Quits: andreasn (andreasn@moz-8A84C28A.bredband.comhem.se) (Connection reset by peer)
  2591. # [20:58] <gcp> I'm innocent, but I was in CC somewhere, lemme dig... :P
  2592. # [20:58] * Joins: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com)
  2593. # [20:58] * Quits: mjschranz (mjschranz@C7D326F2.33EE9F8A.1139E686.IP) (Client exited)
  2594. # [20:59] * timA is now known as timA|lunch
  2595. # [20:59] <taras> gcp: i find it hard to imagine, doing this query is better than doing a temp table + some sort of join
  2596. # [20:59] * Quits: DeathWolf (DeathWolf@moz-7EDF16F7.ovh.net) (Ping timeout)
  2597. # [20:59] * Quits: avih_ (quassel@moz-A50C1A5E.red.bezeqint.net) (Connection reset by peer)
  2598. # [20:59] * Joins: avih (quassel@moz-A50C1A5E.red.bezeqint.net)
  2599. # [20:59] <@bsmedberg> Wow, lots of snow
  2600. # [20:59] <@khuey> what is "snow"?
  2601. # [21:00] * Joins: DeathWolf (DeathWolf@moz-7EDF16F7.ovh.net)
  2602. # [21:00] <Ms2ger> Softer than hail
  2603. # [21:00] <jwir3> khuey: It's like rain, but colder.
  2604. # [21:00] <derf> khuey: It's FFmpeg's experimental wavelet video codec.
  2605. # [21:00] * Joins: andreasn (andreasn@moz-8A84C28A.bredband.comhem.se)
  2606. # [21:00] <@khuey> derf: finally an answer that makes sense!
  2607. # [21:00] * rail-lunch is now known as rail
  2608. # [21:00] * jhford-work is now known as jhford-work-away
  2609. # [21:01] <@bz> khuey: you know when you have an analog tv?
  2610. # [21:01] <@bz> khuey: and you don't hook it up to an antenna?
  2611. # [21:01] * Quits: jviereck (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  2612. # [21:01] <taras> bz: he's not old enough
  2613. # [21:01] * Joins: tonymec (tonymec@moz-1CDF5E3B.adsl-dyn.isp.belgacom.be)
  2614. # [21:01] <@bz> taras: I _did_ wonder that, yes. ;)
  2615. # [21:01] * Joins: sheeri-iphone (sheeriipho@moz-C6EA08E6.mycingular.net)
  2616. # [21:02] <Ms2ger> taras, he is
  2617. # [21:02] <Ms2ger> Unless you guys in the US got rid of snow earlier than here
  2618. # [21:02] <jhammel|lunch> bz: what is analog? what is tv?
  2619. # [21:02] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Input/output error)
  2620. # [21:02] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  2621. # [21:02] * ChanServ sets mode: +o smaug
  2622. # [21:02] <taras> Ms2ger: they did in florida
  2623. # [21:02] <Ms2ger> jhammel|lunch, analog : tv :: manual : car
  2624. # [21:03] <Ms2ger> (For mcote)
  2625. # [21:03] <froydnj> analog tells you how to use the tv?
  2626. # [21:03] <@bz> jhammel|lunch: ;)
  2627. # [21:03] <Ms2ger> froydnj, should be around in #ateam more
  2628. # [21:04] <@smaug> bz: so should we change IsSitePermAllow to take nsIPrincipal and not url
  2629. # [21:04] * merike|away is now known as merike
  2630. # [21:05] * Quits: mreavy (chatzilla@moz-6380AF60.phlapa.fios.verizon.net) (Ping timeout)
  2631. # [21:05] * Joins: mreavy_ (chatzilla@moz-6380AF60.phlapa.fios.verizon.net)
  2632. # [21:05] * mreavy_ is now known as mreavy
  2633. # [21:05] <@smaug> it is way too easy to misuse the API which takes url
  2634. # [21:05] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  2635. # [21:07] <@bz> smaug: agreed
  2636. # [21:07] * Joins: avih_ (quassel@moz-A50C1A5E.red.bezeqint.net)
  2637. # [21:07] * Joins: pnemsak_ (Miranda@80CFE454.10D9684B.4F33160D.IP)
  2638. # [21:07] * Quits: pnemsak (Miranda@80CFE454.10D9684B.4F33160D.IP) (Ping timeout)
  2639. # [21:08] * Quits: avih (quassel@moz-A50C1A5E.red.bezeqint.net) (Ping timeout)
  2640. # [21:08] * NeilAway wonders why we would want to cycle collect docshells
  2641. # [21:08] <Ms2ger> For pyxpcom
  2642. # [21:09] <@khuey> for sanity
  2643. # [21:09] <ted> heh
  2644. # [21:09] * Quits: kdcw (kdc@moz-F7413045.pk.shawcable.net) (Quit: I love my HydraIRC -> http://www.hydrairc.com <-)
  2645. # [21:09] <ted> bsmedberg: we got a little bit of snow, but nothing stuck
  2646. # [21:09] <gcp> taras: hmmm, too much bugmail
  2647. # [21:10] <@smaug> NeilAway: if we allow moving iframes without reloading the page
  2648. # [21:10] <taras> gcp: lets discuss this later, i gotta do lunch
  2649. # [21:10] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2650. # [21:10] * lsblakk is now known as lsblakk|lunch
  2651. # [21:10] <@smaug> NeilAway: in such case cycles may happen
  2652. # [21:10] * NeilAway fails to see how
  2653. # [21:10] <@smaug> NeilAway: if we can avoid adding docshells to CC, that is good
  2654. # [21:10] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2655. # [21:11] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
  2656. # [21:11] * Joins: Joeh (joe@5A3923AA.BC22908.C7CEC4ED.IP)
  2657. # [21:12] * Quits: Enn (enn@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2658. # [21:12] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2659. # [21:12] * jhford-work-away is now known as jhford-work
  2660. # [21:12] * Quits: sheeri-iphone (sheeriipho@moz-C6EA08E6.mycingular.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  2661. # [21:15] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Max SendQ exceeded)
  2662. # [21:16] * Quits: robstrong (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Connection reset by peer)
  2663. # [21:16] * Joins: robstrong (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2664. # [21:16] * Joins: avih (quassel@moz-A50C1A5E.red.bezeqint.net)
  2665. # [21:17] * Quits: avih_ (quassel@moz-A50C1A5E.red.bezeqint.net) (Ping timeout)
  2666. # [21:17] * Quits: avih (quassel@moz-A50C1A5E.red.bezeqint.net) (Connection reset by peer)
  2667. # [21:17] * Joins: avih (quassel@moz-A50C1A5E.red.bezeqint.net)
  2668. # [21:18] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Quit: Jesse)
  2669. # [21:18] * Quits: wesk (Instantbir@moz-135A9FA9.hsd1.ca.comcast.net) (Ping timeout)
  2670. # [21:19] * Quits: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving...)
  2671. # [21:19] * Joins: akeybl (akeybl@moz-7B0110AD.mv.mozilla.com)
  2672. # [21:21] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Connection reset by peer)
  2673. # [21:21] * Joins: cadecairos (cadecairos@EDDEAA06.33EE9F8A.1139E686.IP)
  2674. # [21:21] * Joins: skammer (Mibbit@moz-4D419285.pppoe.spdop.ru)
  2675. # [21:21] <skammer> hello everyone
  2676. # [21:22] <skammer> I'd like to apply for GSOC12, but I can't find the right email to send my application form
  2677. # [21:22] * Joins: smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi)
  2678. # [21:22] * ChanServ sets mode: +o smaug
  2679. # [21:22] * Quits: Mossop (mossop@moz-79BD0281.dsl.dynamic.sonic.net) (Ping timeout)
  2680. # [21:22] * Joins: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP)
  2681. # [21:22] <skammer> do I use the one specified in sidebar link>
  2682. # [21:22] <Ms2ger> jlebar--
  2683. # [21:23] * timA|lunch is now known as timA
  2684. # [21:23] <skammer> I guess I should use dev-planning one
  2685. # [21:23] * juanb is now known as juanb|lunch
  2686. # [21:23] <zzzzz> snow ? Didn't even get enough to get the shovel's out of the shed this yr
  2687. # [21:24] <catlee> bwinton: also, have you seen http://oduinn.com/blog/2012/04/03/infrastructure-load-for-march-2012/
  2688. # [21:24] * Quits: adoria0000 (Mibbit@moz-B6C2C62F.osaka.ocn.ne.jp) (Quit: http://www.mibbit.com ajax IRC Client)
  2689. # [21:24] * joduinn-coffee is now known as joduinn
  2690. # [21:25] <catlee> bwinton: or e.g. https://secure.pub.build.mozilla.org/buildapi/reports/pushes?int_size=86400&endtime=1333166400&starttime=1330578000
  2691. # [21:25] <bwinton> catlee: Nah. Are those also available for comm-central?
  2692. # [21:26] <@ehsan> jhford-work: pong
  2693. # [21:26] <bwinton> (Also, I'm getting a cert error on that second one.)
  2694. # [21:27] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2695. # [21:27] * Quits: mike5w3c (MikeS@moz-DAFE1A45.tokyo.ocn.ne.jp) (Quit: mike5w3c)
  2696. # [21:27] <catlee> bwinton: accept the cert! it's good!
  2697. # [21:28] <catlee> or install https://wiki.mozilla.org/MozillaRootCertificate
  2698. # [21:28] * Quits: gwagner (idefix2@moz-3C384357.tmodns.net) (Ping timeout)
  2699. # [21:28] <jrmuizel> ehsan: http://pastebin.mozilla.org/1564451
  2700. # [21:29] <bwinton> catlee: I totally trust you! Not! ;)
  2701. # [21:29] * Joins: supreet (quassel@8EC7AB92.E390D0EF.DF11F364.IP)
  2702. # [21:30] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Connection reset by peer)
  2703. # [21:30] * Quits: skammer (Mibbit@moz-4D419285.pppoe.spdop.ru) (Quit: http://www.mibbit.com ajax IRC Client)
  2704. # [21:30] * Joins: janv (varga@moz-6D58DC19.flarion.as5628.telecom.sk)
  2705. # [21:31] <philor> real cert's on order, you could just keep refreshing until it's installed
  2706. # [21:31] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2707. # [21:31] * Joins: billm (billm@moz-BBE3ABD.mv.mozilla.com)
  2708. # [21:32] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Quit: Leaving.)
  2709. # [21:32] * jhford-work is now known as jhford-work-away
  2710. # [21:33] * Quits: bsmith (bsmith@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2711. # [21:33] <jhammel|lunch> philor: screw that, i'll install the autorefresh extension and have it do it for me
  2712. # [21:34] * jhammel|lunch is now known as jhammel
  2713. # [21:36] * Joins: stefanh (stefanh@moz-3EED0162.customers.ownit.se)
  2714. # [21:36] * Joins: wesk (Instantbir@moz-135A9FA9.hsd1.ca.comcast.net)
  2715. # [21:37] * Joins: timdream (timdream@moz-6644F61A.static-ip.oleane.fr)
  2716. # [21:38] <gcp> taras: https://bugzilla.mozilla.org/show_bug.cgi?id=736348
  2717. # [21:38] * Quits: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP) (Quit: madhava)
  2718. # [21:38] * Joins: dao (dao@moz-1533EB80.superkabel.de)
  2719. # [21:39] * Quits: pnemsak_ (Miranda@80CFE454.10D9684B.4F33160D.IP) (Ping timeout)
  2720. # [21:39] * Joins: pnemsak (Miranda@80CFE454.10D9684B.4F33160D.IP)
  2721. # [21:40] * Joins: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP)
  2722. # [21:40] * Quits: supreet (quassel@8EC7AB92.E390D0EF.DF11F364.IP) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
  2723. # [21:41] * davehunt|away is now known as davehunt
  2724. # [21:43] * Joins: TheLink (TheLink@moz-C76AC80E.pools.arcor-ip.net)
  2725. # [21:44] * Quits: @smaug (chatzilla@moz-AE444E5A.gprs.sl-laajakaista.fi) (Ping timeout)
  2726. # [21:44] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  2727. # [21:44] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  2728. # [21:45] * Quits: dao (dao@moz-1533EB80.superkabel.de) (Quit: Leaving.)
  2729. # [21:46] * Joins: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net)
  2730. # [21:47] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  2731. # [21:48] * Quits: pvivek_ (quassel@944B6BB1.346661AA.2A068A5E.IP) (Quit: http://quassel-irc.org - Chat comfortably. Anywhere.)
  2732. # [21:49] * Joins: Hessam (hxm@2BE2B9D4.9EEE8F83.610F0005.IP)
  2733. # [21:50] * Joins: Mossop (mossop@moz-69D0FE2F.dsl.dynamic.sonic.net)
  2734. # [21:50] * merike is now known as merike|away
  2735. # [21:51] * Quits: Hessam (hxm@2BE2B9D4.9EEE8F83.610F0005.IP) (Ping timeout)
  2736. # [21:51] * Joins: Hessam (hxm@2BE2B9D4.9EEE8F83.610F0005.IP)
  2737. # [21:52] * Quits: avih (quassel@moz-A50C1A5E.red.bezeqint.net) (Connection reset by peer)
  2738. # [21:52] * Joins: avih (quassel@moz-A50C1A5E.red.bezeqint.net)
  2739. # [21:54] * Quits: juanb|lunch (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  2740. # [21:54] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  2741. # [21:54] * Joins: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP)
  2742. # [21:54] * Joins: anky (anky@9C316819.29EC65C0.A3D1B221.IP)
  2743. # [21:55] * Quits: Hessam (hxm@2BE2B9D4.9EEE8F83.610F0005.IP) (Ping timeout)
  2744. # [21:57] * Joins: Hessam (hxm@2BE2B9D4.9EEE8F83.610F0005.IP)
  2745. # [21:57] * Quits: avih (quassel@moz-A50C1A5E.red.bezeqint.net) (Connection reset by peer)
  2746. # [21:57] * Joins: avih (quassel@moz-A50C1A5E.red.bezeqint.net)
  2747. # [21:59] * Quits: Mossop (mossop@moz-69D0FE2F.dsl.dynamic.sonic.net) (Ping timeout)
  2748. # [21:59] * Joins: anant_ (anant@moz-104CC309.mv.mozilla.com)
  2749. # [21:59] * Joins: Mossop (mossop@moz-69D0FE2F.dsl.dynamic.sonic.net)
  2750. # [22:00] * Quits: Lucas (Lucas@moz-92C28224.hsd1.ca.comcast.net) (Ping timeout)
  2751. # [22:00] * Quits: artur (artur@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2752. # [22:00] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  2753. # [22:00] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  2754. # [22:00] * Quits: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  2755. # [22:00] * anant_ is now known as anant
  2756. # [22:00] * jhford-work-away is now known as jhford-work
  2757. # [22:02] * Quits: Hessam (hxm@2BE2B9D4.9EEE8F83.610F0005.IP) (Ping timeout)
  2758. # [22:02] * Quits: xsergio (sergio@DAEF1255.9C8843EE.A4F23BCE.IP) (Quit: Saindo)
  2759. # [22:02] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  2760. # [22:03] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  2761. # [22:03] * Joins: bsmith (bsmith@moz-BBE3ABD.mv.mozilla.com)
  2762. # [22:03] * Quits: harth (harth@40018561.F684631.21A4E96A.IP) (Input/output error)
  2763. # [22:04] * Joins: dao (dao@moz-1533EB80.superkabel.de)
  2764. # [22:04] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2765. # [22:04] * lsblakk|lunch is now known as lsblakk
  2766. # [22:04] * Joins: Hessam (hxm@2BE2B9D4.9EEE8F83.610F0005.IP)
  2767. # [22:04] <jhford-work> ehsan: did you see my comment regarding the profiling branch?
  2768. # [22:05] <jhford-work> ahh, you did
  2769. # [22:05] * robstrong is now known as rs
  2770. # [22:06] <dholbert> jaws++ for fixing https://bugzilla.mozilla.org/show_bug.cgi?id=713487
  2771. # [22:06] * Quits: Hessam (hxm@2BE2B9D4.9EEE8F83.610F0005.IP) (Ping timeout)
  2772. # [22:06] * jhammel is now known as jhammel|mtg
  2773. # [22:07] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  2774. # [22:08] * Joins: artur (artur@moz-BBE3ABD.mv.mozilla.com)
  2775. # [22:08] <jaws> dholbert: thanks!
  2776. # [22:08] * Quits: andreasn (andreasn@moz-8A84C28A.bredband.comhem.se) (Ping timeout)
  2777. # [22:09] * joduinn is now known as joduinn-mtg
  2778. # [22:09] * Quits: past (past@moz-EA81DA75.dsl.dyn.forthnet.gr) (Ping timeout)
  2779. # [22:10] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Max SendQ exceeded)
  2780. # [22:10] * Joins: past (past@moz-EA81DA75.dsl.dyn.forthnet.gr)
  2781. # [22:10] * nthomas|away is now known as nthomas
  2782. # [22:11] <taras> gcp: so the question remains
  2783. # [22:11] <taras> do we really need to make extremely long queries?
  2784. # [22:11] <taras> dividing them in half or whatever doesn't really clean it up
  2785. # [22:12] * Joins: Hessam (hxm@2BE2B9D4.9EEE8F83.610F0005.IP)
  2786. # [22:13] * Quits: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net) (Quit: Leaving...)
  2787. # [22:13] * Joins: Boriss (FlyingToas@B71B7FC7.6ED6973E.55B09B25.IP)
  2788. # [22:13] * Quits: Boriss (FlyingToas@B71B7FC7.6ED6973E.55B09B25.IP) (Client exited)
  2789. # [22:13] <gcp> I have no idea why it works like that.
  2790. # [22:13] <gcp> I just remembered the "too many SQL variables" thing
  2791. # [22:13] * Quits: Hessam (hxm@2BE2B9D4.9EEE8F83.610F0005.IP) (Ping timeout)
  2792. # [22:13] <gcp> which sounded likely to correlate to your complaint
  2793. # [22:15] * Joins: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2794. # [22:16] <@ehsan> jhford-work: yeah replied
  2795. # [22:17] <taras> gcp: k, thanks
  2796. # [22:17] <gcp> taras: maybe its an easy way to avoid having to deal with transactions
  2797. # [22:18] <gcp> taras: everything in 1 statement is a single transaction, after all
  2798. # [22:18] <taras> seems weak
  2799. # [22:19] <gcp> its inside the contentprovider, so yeah
  2800. # [22:20] <gcp> now, to the gist of the matter: why do you care? :P
  2801. # [22:21] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  2802. # [22:21] <gcp> because slowSQL gets 64k output in about:telemetry? :P
  2803. # [22:21] * Joins: jviereck (Adium@moz-BBE3ABD.mv.mozilla.com)
  2804. # [22:22] * Quits: bonnie (bbsurender@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  2805. # [22:22] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2806. # [22:23] <gcp> do things like jemalloc work on sparc?
  2807. # [22:23] <stuart> yeah
  2808. # [22:24] * Quits: dria (dria@F2D29657.F60B0462.67AC9B1.IP) (Quit: dria)
  2809. # [22:24] * Joins: nrc (nrc@E2F7352.56080C53.97BBD552.IP)
  2810. # [22:24] * coop|lunch is now known as coop
  2811. # [22:24] * Quits: jhammel|mtg (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: leaving)
  2812. # [22:25] <gcp> https://mxr.mozilla.org/mozilla-central/source/storage/src/mozStorageService.cpp#611
  2813. # [22:25] <gcp> I'd like to turn that MOZ_MEMORY into SPARC then :)
  2814. # [22:25] <ddahl> in adding a new interface to nsLayoutModule, I am getting an error while linking: http://pastebin.mozilla.org/1564487 - anyone know what I have left out, etc?
  2815. # [22:26] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  2816. # [22:28] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  2817. # [22:28] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2818. # [22:29] * jmaher is now known as jmaher|afk
  2819. # [22:30] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  2820. # [22:31] * Quits: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP) (Quit: Leaving)
  2821. # [22:32] * Quits: drice (derice@1606D15F.E628B196.8E155D4E.IP) (Quit: Leaving.)
  2822. # [22:32] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  2823. # [22:33] * Joins: jfkthame (jfkthame@CBB4DF31.90783722.9542EC20.IP)
  2824. # [22:34] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  2825. # [22:35] * Quits: jduell (jduell@moz-EC48FF2B.airbears.berkeley.edu) (Ping timeout)
  2826. # [22:35] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  2827. # [22:36] * bc|afk is now known as bc
  2828. # [22:37] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  2829. # [22:37] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2830. # [22:37] * Joins: jduell (jduell@moz-EC48FF2B.airbears.berkeley.edu)
  2831. # [22:38] * Quits: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net) (Quit: sworkman)
  2832. # [22:38] * Quits: ircloggr (nodebot@moz-6006D42C.compute-1.amazonaws.com) (Client exited)
  2833. # [22:38] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  2834. # [22:39] * Joins: ircloggr (nodebot@moz-BC518DEF.compute-1.amazonaws.com)
  2835. # [22:39] <gcp> stuart: you don't happen to know if jemalloc guarantees 8-byte alignment on sparc and x64, by any chance?
  2836. # [22:39] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  2837. # [22:39] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  2838. # [22:40] <derf> gcp: It doesn't on x64, at least not for small allocations.
  2839. # [22:40] <gcp> darn
  2840. # [22:40] * Quits: artur (artur@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2841. # [22:40] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  2842. # [22:40] * Quits: jviereck (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  2843. # [22:41] * Quits: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Quit: Ex-Chat)
  2844. # [22:42] * Joins: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  2845. # [22:42] * Quits: timdream (timdream@moz-6644F61A.static-ip.oleane.fr) (Quit: timdream)
  2846. # [22:43] * Joins: jviereck (Adium@moz-7B0110AD.mv.mozilla.com)
  2847. # [22:43] * Joins: artur (artur@moz-BBE3ABD.mv.mozilla.com)
  2848. # [22:43] * Quits: artur (artur@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2849. # [22:44] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  2850. # [22:45] * Joins: artur (artur@moz-BBE3ABD.mv.mozilla.com)
  2851. # [22:45] * Parts: josh (josh@moz-2EE66546.nyc.res.rr.com)
  2852. # [22:45] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: davidb)
  2853. # [22:45] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2854. # [22:47] * Joins: bonnie (bbsurender@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2855. # [22:48] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2856. # [22:48] * armenzg is now known as armenzg_brb
  2857. # [22:49] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2858. # [22:50] * Quits: tonymec (tonymec@moz-1CDF5E3B.adsl-dyn.isp.belgacom.be) (Ping timeout)
  2859. # [22:52] * Joins: harth (harth@moz-C2C235AC.bb.sky.com)
  2860. # [22:54] * Quits: tonymec|away (tonymec@moz-1CDF5E3B.adsl-dyn.isp.belgacom.be) (Ping timeout)
  2861. # [22:54] * Quits: kaie (kaie@moz-DFA7C8A2.dip.t-dialin.net) (Quit: Leaving)
  2862. # [22:55] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2863. # [22:55] * Joins: tonymec|away (tonymec@moz-1CDF5E3B.adsl-dyn.isp.belgacom.be)
  2864. # [22:56] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2865. # [22:56] * Quits: anky (anky@9C316819.29EC65C0.A3D1B221.IP) (Client exited)
  2866. # [22:57] * Quits: dao (dao@moz-1533EB80.superkabel.de) (Connection reset by peer)
  2867. # [22:57] * Joins: tonymec (tonymec@moz-1CDF5E3B.adsl-dyn.isp.belgacom.be)
  2868. # [22:57] * Quits: cadecairos (cadecairos@EDDEAA06.33EE9F8A.1139E686.IP) (Quit: )
  2869. # [22:58] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2870. # [22:58] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  2871. # [22:59] * Joins: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net)
  2872. # [22:59] * Quits: wesk (Instantbir@moz-135A9FA9.hsd1.ca.comcast.net) (Input/output error)
  2873. # [23:00] * Quits: davidillsley (chatzilla@moz-DBDD9545.range86-145.btcentralplus.com) (Client exited)
  2874. # [23:00] * Quits: msucan (msucan-@754ABC71.319ADCBF.D7B372F7.IP) (Quit: .)
  2875. # [23:00] * Joins: Lucas (Lucas@moz-92C28224.hsd1.ca.comcast.net)
  2876. # [23:00] * Joins: davidillsley (chatzilla@moz-DBDD9545.range86-145.btcentralplus.com)
  2877. # [23:00] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Max SendQ exceeded)
  2878. # [23:01] * Joins: dao (dao@moz-1533EB80.superkabel.de)
  2879. # [23:02] * Quits: rs (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Client exited)
  2880. # [23:02] * Joins: rs (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2881. # [23:02] * Quits: rs (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Client exited)
  2882. # [23:02] * Joins: rs (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2883. # [23:02] * Quits: rs (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Client exited)
  2884. # [23:02] * Joins: rs (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2885. # [23:03] * armenzg_brb is now known as armenzg_dinner
  2886. # [23:04] * Quits: jduell (jduell@moz-EC48FF2B.airbears.berkeley.edu) (Ping timeout)
  2887. # [23:04] * Joins: espindola (espindola@moz-AD4D9643.threembb.co.uk)
  2888. # [23:05] * Quits: cpeterson (cpeterson@moz-175D1473.hsd1.ca.comcast.net) (Input/output error)
  2889. # [23:05] * Quits: ibarlow (ibarlow@F2D29657.F60B0462.67AC9B1.IP) (Quit: ibarlow)
  2890. # [23:05] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  2891. # [23:05] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
  2892. # [23:06] * Joins: cilias (cilias@moz-D65C0C74.cpe.net.cable.rogers.com)
  2893. # [23:06] * zpao|detached is now known as zpao
  2894. # [23:07] * Quits: prazuber (prazuber@moz-8FDA4E25.savvy.volia.net) (Quit: )
  2895. # [23:08] * Joins: davidillsley_ (chatzilla@moz-DBDD9545.range86-145.btcentralplus.com)
  2896. # [23:09] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2897. # [23:10] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  2898. # [23:10] * Quits: davidillsley (chatzilla@moz-DBDD9545.range86-145.btcentralplus.com) (Ping timeout)
  2899. # [23:10] * davidillsley_ is now known as davidillsley
  2900. # [23:12] * bhearsum is now known as bhearsum|afk
  2901. # [23:12] <Bas> Ms2ger: I was, but I figured it out, thanks though!
  2902. # [23:12] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  2903. # [23:12] <Ms2ger> Excellent
  2904. # [23:12] * Quits: myk (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
  2905. # [23:14] <Bas> Does anyone know of anything that might cause a string of failures in Android XUL opt tests on try?
  2906. # [23:14] * Quits: cpearce (chatzilla@moz-CAF4778E.xdsl.xnet.co.nz) (Ping timeout)
  2907. # [23:14] <Bas> Because the log says 'No errors or warnings found', but tbpl seems to believe differently.
  2908. # [23:15] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  2909. # [23:17] * Joins: rob_strong (rs@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2910. # [23:17] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  2911. # [23:17] * armenzg_dinner is now known as armenzg_away
  2912. # [23:17] <Ms2ger> Link?
  2913. # [23:18] <philor> Bas: bad parentage, pushing from inbound?
  2914. # [23:18] <Bas> philor: Oh? I shouldn't push from inbound? bah, I don't even have a current m-c tree :)
  2915. # [23:18] <philor> https://hg.mozilla.org/integration/mozilla-inbound/rev/2cd7a0d63346 or above to get clear
  2916. # [23:19] <philor> pushing from inbound is fine, you just have to not have a busted parent
  2917. # [23:20] <Bas> philor: Doh, I was searchin on m-c for existing bustage.
  2918. # [23:20] <Bas> Thanks!
  2919. # [23:20] <Bas> Ms2ger: Philor got it right! :)
  2920. # [23:20] <ddahl> Ms2ger: any idea what I am forgetting to do here: http://pastebin.mozilla.org/1564487
  2921. # [23:21] <Ms2ger> No
  2922. # [23:21] <Ms2ger> khuey, ^
  2923. # [23:21] <ddahl> Ms2ger: ok
  2924. # [23:21] * Quits: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP) (Quit: rniwa)
  2925. # [23:21] * Joins: myk (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2926. # [23:22] <ddahl> I am making the mistake of trying to understand nsLayoutModule and the module making macros
  2927. # [23:22] <Mossop> That is foolish
  2928. # [23:22] * NeilAway doesn't know offhand, but if you were using gold you would get the error more quickly ;-)
  2929. # [23:22] * Quits: armenzg_away (armenzg@moz-8555CE12.cable.teksavvy.com) (Broken pipe)
  2930. # [23:22] <ddahl> Mossop: indeed
  2931. # [23:22] <gavin> just copy something that works
  2932. # [23:22] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2933. # [23:22] <ddahl> gavin: i did. :(
  2934. # [23:22] * mattwoodrow|away is now known as mattwoodrow
  2935. # [23:22] <gavin> copy it better!
  2936. # [23:23] <NeilAway> gavin++
  2937. # [23:23] <@khuey> ddahl: do you have a macro laying around in nsStaticXULComponents somewhere?
  2938. # [23:23] * Quits: Pike (Pike@moz-E31CD2CB.mozilla.org) (Quit: ChatZilla 0.9.88.2 [Firefox 11.0/20120312181643])
  2939. # [23:23] <ddahl> khuey: no
  2940. # [23:23] <@khuey> you sure?
  2941. # [23:23] <ddahl> i don't think I edited that file
  2942. # [23:23] <ddahl> lemme see
  2943. # [23:23] * Quits: xakz (XaMaD@moz-34FBE388.fbx.proxad.net) (Ping timeout)
  2944. # [23:24] <ddahl> khuey: you are amazing
  2945. # [23:24] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  2946. # [23:24] <Ms2ger> Ah, makefile.win
  2947. # [23:24] * Quits: bsmith (bsmith@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  2948. # [23:25] * ddahl thought he removed the gunk
  2949. # [23:25] * Quits: graememcc (chatzilla@moz-77A8A989.range86-147.btcentralplus.com) (Quit: ChatZilla 0.9.88.2 [Firefox 11.0/20120310193349])
  2950. # [23:25] * rob_strong is now known as robstrong
  2951. # [23:25] * Joins: wesk (Instantbir@moz-135A9FA9.hsd1.ca.comcast.net)
  2952. # [23:26] * Quits: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
  2953. # [23:26] <NeilAway> ddahl: ah, you moved to to nsLayoutModule without removing it from that list?
  2954. # [23:26] * @khuey goes back to reading the DOJ complaint against apple
  2955. # [23:26] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
  2956. # [23:26] <jdm> interesting, I'm apparently stuck on the april 8th nightly
  2957. # [23:26] <jdm> the updater doesn't run from the about box
  2958. # [23:26] * robstrong is now known as rstrong
  2959. # [23:26] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  2960. # [23:26] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2961. # [23:26] * Quits: espindola (espindola@moz-AD4D9643.threembb.co.uk) (Client exited)
  2962. # [23:26] <jdm> psyke, I had an update pending
  2963. # [23:26] <jdm> the about box just wasn't telling me
  2964. # [23:26] <ddahl> NeilAway: I had my own module which was dumb, then forgot to police each file in the patch for gunk
  2965. # [23:27] * Joins: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net)
  2966. # [23:28] * Quits: nthomas (chatzilla@moz-44A3CDB8.dsl.telstraclear.net) (Ping timeout)
  2967. # [23:28] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  2968. # [23:28] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2969. # [23:28] * Quits: jwir3 (In@moz-FA942C67.com) (Input/output error)
  2970. # [23:29] * Quits: stefanh (stefanh@moz-3EED0162.customers.ownit.se) (Quit: ChatZilla 0.9.88.2 [SeaMonkey 2.8/20120312221231])
  2971. # [23:29] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2972. # [23:30] * Joins: nthomas (chatzilla@moz-44A3CDB8.dsl.telstraclear.net)
  2973. # [23:30] * Quits: Ms2ger (Ms2ger@1F115E4F.1658FAE5.37724B0D.IP) (Quit: nn)
  2974. # [23:31] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2975. # [23:31] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  2976. # [23:31] * Joins: askalski (akuda@moz-6A36EC49.ip.abpl.pl)
  2977. # [23:32] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  2978. # [23:32] * rstrong is now known as rstrong2
  2979. # [23:33] * Joins: xakz (XaMaD@moz-34FBE388.fbx.proxad.net)
  2980. # [23:33] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2981. # [23:33] * Quits: rs (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
  2982. # [23:34] * Quits: jfkthame (jfkthame@CBB4DF31.90783722.9542EC20.IP) (Quit: jfkthame)
  2983. # [23:34] * Joins: rstrong (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2984. # [23:37] * Joins: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net)
  2985. # [23:37] * Quits: shorlander- (shorlander@moz-853043D6.dhcp.insightbb.com) (Quit: Bye!)
  2986. # [23:37] * Quits: rstrong (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (NickServ (GHOST command used by rstrong2))
  2987. # [23:37] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  2988. # [23:37] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Quit: Leaving.)
  2989. # [23:38] * Joins: rstrong (androirc@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2990. # [23:38] * Joins: eflores (eflores@538BABFE.A073F3E.97BBD552.IP)
  2991. # [23:38] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2992. # [23:39] * Quits: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2993. # [23:39] * Joins: jviereck1 (Adium@moz-BBE3ABD.mv.mozilla.com)
  2994. # [23:40] <jaws> has anyone else been seeing weird video decoding issues with flash video today? http://screencast.com/t/YbIlWQgYq
  2995. # [23:40] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  2996. # [23:40] * Joins: RyanVM (chatzilla@moz-D179D8C2.pitbpa.fios.verizon.net)
  2997. # [23:40] * Quits: jviereck1 (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  2998. # [23:40] <RyanVM> Yoric: ping
  2999. # [23:40] * Quits: jviereck (Adium@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  3000. # [23:41] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  3001. # [23:41] * Quits: rstrong2 (rs@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  3002. # [23:42] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  3003. # [23:42] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  3004. # [23:43] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  3005. # [23:43] * Quits: kanru`` (user@moz-EF4A3E58.dynamic.hinet.net) (Ping timeout)
  3006. # [23:43] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  3007. # [23:44] * Quits: pnemsak (Miranda@80CFE454.10D9684B.4F33160D.IP) (Quit: pnemsak)
  3008. # [23:44] * Joins: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP)
  3009. # [23:44] * Joins: espindola (espindola@moz-AD4D9643.threembb.co.uk)
  3010. # [23:45] * gregglind_away is now known as gregglind
  3011. # [23:45] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  3012. # [23:48] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  3013. # [23:48] * Joins: jviereck (Adium@moz-BBE3ABD.mv.mozilla.com)
  3014. # [23:49] <taras> jaws: accelerated flash does that sometimes
  3015. # [23:49] <taras> turning off flash acceleration helps
  3016. # [23:49] * Joins: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  3017. # [23:49] <taras> doesn't seem to be related to firefox here
  3018. # [23:49] * bz is now known as bz_away
  3019. # [23:49] <jaws> it doesn't but it does unfortunately
  3020. # [23:49] <jaws> i guess we just need to replace Flash with native support even sooner :)
  3021. # [23:51] * Quits: bbondy (bbondy@moz-E9264327.home.cgocable.net) (Ping timeout)
  3022. # [23:52] <@khuey> we're really using bugs to collect stuff for security reviews now?
  3023. # [23:52] <jaws> taras: thanks, turning of acceleration in flash fixed it
  3024. # [23:52] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  3025. # [23:52] * Quits: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP) (Quit: madhava)
  3026. # [23:53] <jaws> khuey: yeah, https://wiki.mozilla.org/Security/Reviews/Review_Request_Form
  3027. # [23:53] * Quits: twi (Adium@moz-A7353053.cust.dsl.vodafone.it) (Quit: Leaving.)
  3028. # [23:53] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Quit: Instantbird 1.2a1pre)
  3029. # [23:54] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  3030. # [23:54] * Quits: askalski (akuda@moz-6A36EC49.ip.abpl.pl) (Quit: Wychodzi)
  3031. # [23:57] * Quits: joey (chatzilla@moz-EFCB4CBF.princetowncable.com) (Quit: ChatZilla 0.9.88.2 [Firefox 13.0a2/20120410042610])
  3032. # [23:57] <Yoric> RyanVM: pong
  3033. # [23:58] * rail is now known as rail_away
  3034. # [23:58] <RyanVM> Yoric: sorry about the confusion this morning
  3035. # [23:58] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: pcwalton)
  3036. # [23:58] <RyanVM> checking in your patches now
  3037. # [23:58] <Yoric> RyanVM: sorry about the bogus patches.
  3038. # [23:58] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  3039. # [23:58] <RyanVM> looks like your CTypes.cpp changes made it into both patches, though
  3040. # [23:58] <RyanVM> I'm taking care of that :P
  3041. # [23:58] <Yoric> RyanVM: ...
  3042. # [23:58] * Quits: victorporof (victorporo@B419277E.6BD22D89.79933D60.IP) (Connection reset by peer)
  3043. # [23:59] * Yoric should make sure that he gets at least 4 hours of sleep before marking something as checkin-needed.
  3044. # [23:59] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  3045. # [23:59] <Yoric> I have to leave for a few minutes.
  3046. # [23:59] <Yoric> I'll be back.
  3047. # [23:59] <RyanVM> Yoric: hah, it's cool
  3048. # [23:59] <yvan> khuey: to file a security review, yes, and to track action items that resutl from secreviews.
  3049. # [23:59] * Joins: gregglind_ (glind@8A846ECB.208B7524.B602C522.IP)
  3050. # Session Close: Thu Apr 12 00:00:00 2012

The end :)