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

Options:

  1. # Session Start: Wed Jan 18 00:00:00 2012
  2. # Session Ident: #developers
  3. # [00:00] <gcp> espindola: if they're both volatile, the stores are guaranteed to keep order
  4. # [00:00] <espindola> I don't think so
  5. # [00:00] <gcp> its pretty much the *only* thing volatile guarantees
  6. # [00:00] * Quits: sfink (chatzilla@moz-7B0110AD.mv.mozilla.com) (Client exited)
  7. # [00:00] <espindola> no, volatile tells the compiler that the store can have side effects
  8. # [00:00] <gcp> you wouldn't be able to use register-programmed hardware if it weren't true
  9. # [00:00] <jrmuizel> espindola: http://mxr.mozilla.org/mozilla-central/source/tools/profiler/sps/sps_sampler.h#78
  10. # [00:00] <espindola> and there is no volatile at the assembly level
  11. # [00:00] <mauke> is there an appropriate channel for questions about the AVM2 / the ABC format?
  12. # [00:00] <espindola> so the cpu can still reorder
  13. # [00:01] <jrmuizel> having decent barriers in mfbt would be good though
  14. # [00:01] * philor is now known as philor|away
  15. # [00:01] <@bz> dholbert: ack
  16. # [00:02] * Joins: gcp_ (gpascutto@moz-D0E475EA.access.telenet.be)
  17. # [00:02] * Quits: gcp (gpascutto@moz-D0E475EA.access.telenet.be) (Ping timeout)
  18. # [00:02] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
  19. # [00:03] <dholbert> bz, actually sorry, un-ping - mats has hg blame on the code I'm curious about, so I'll ask him :)
  20. # [00:03] <dholbert> mats, ping? :)
  21. # [00:04] <espindola> jrmuizel, thanks
  22. # [00:04] <@bz> ok
  23. # [00:04] * @bz is about to disappear anyway
  24. # [00:04] <dholbert> cool
  25. # [00:04] <jaws> mats: ping?
  26. # [00:04] <dholbert> jaws, me first! :)
  27. # [00:04] <jaws> hehe
  28. # [00:05] * Quits: caillon (caillon@moz-359E39FC.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  29. # [00:05] <jaws> dholbert: i'm confused about this comment? it seems to contradict the code, or am i reading it wrong? http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsGfxScrollFrame.cpp#2427
  30. # [00:05] * Joins: sfink (chatzilla@moz-BBE3ABD.mv.mozilla.com)
  31. # [00:05] * bhearsum is now known as bhearsum|afk
  32. # [00:05] * heycam|away is now known as heycam
  33. # [00:05] <mats> dholbert, jaws: pong
  34. # [00:05] * Standard8 is now known as Standard8Away
  35. # [00:06] <dholbert> mats, I'd like to be able to call nsContainerFrame::StealFramesAfter on a nsBlockFrame, but that method asserts ("unexpected call") when called on a nsBlockFrame. However, repeated calls to StealFrame (for each frame) appears to work fine (aside from being inefficient).... so -- why doesn't StealFramesAfter work for block frames?
  36. # [00:06] <jaws> shouldn't that check see if it is a textarea, then to return at that point. but instead it looks like if it *isn't* a textarea then it returns at that point
  37. # [00:06] <mats> iirc, nsBlockFrame has its own variant...
  38. # [00:06] * mats checks...
  39. # [00:07] * Joins: davida (davida@21B7B9F2.B87E9213.6E712CE2.IP)
  40. # [00:07] <dholbert> mats, nope
  41. # [00:07] * Quits: Standard8Away (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  42. # [00:07] <dholbert> mats, (I hit the assertion in the nsContainerFrame impl, when I called it on a nsBlockFrame)
  43. # [00:07] <dholbert> (hence, nsBlockFrame inherits the nsContainerFrame impl)
  44. # [00:07] <jaws> oh lol, i thought dholbert was volunteering to answer my question hehe
  45. # [00:07] * Quits: mdas (mdas@8CB764BC.D30B51A1.412CF160.IP) (Quit: mdas)
  46. # [00:07] * philor|away is now known as philor
  47. # [00:07] <dholbert> jaws, oh heh :)
  48. # [00:08] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  49. # [00:08] <dholbert> jaws, that comment makes sense to me, though, I think
  50. # [00:09] * heycam is now known as heycam|away
  51. # [00:09] * gregglind is now known as gregglind_away
  52. # [00:09] <dholbert> jaws, basically that chunk of code is to exclude scrollbars from <input> elements (but not <textareas>)
  53. # [00:09] <jaws> oh i see
  54. # [00:09] <dholbert> jaws, presumably both of thsoe have a nsITextControlFrame as their parent
  55. # [00:09] <jaws> dholbert: yeah, it's more so saying if it is not a textarea then it assumes it is an input
  56. # [00:09] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  57. # [00:09] <dholbert> jaws, yup, I think so
  58. # [00:10] * jaws wishes it didn't make assumptions
  59. # [00:10] <fryn> jorendorff: if you didn't figure out yet, the <a/> inside #what-is-a-rootstriker has padding: 15px and width: 100% and that's causing the width problem on http://rootstrikers.org/mailings/help-us-fight-sopa/
  60. # [00:10] <jorendorff> yeah, someone said so, thanks
  61. # [00:10] * Quits: pnemsak (Miranda@moz-7409BD53.orange.sk) (Connection reset by peer)
  62. # [00:11] <jorendorff> I wonder what UI would have made it easier to figure that out
  63. # [00:11] <jorendorff> i mean, the obvious would be
  64. # [00:11] <jorendorff> "o hai your web page is always 30px wider than the screen no matter what size your user's screen is"
  65. # [00:11] <jorendorff> "this is usually a mistake"
  66. # [00:11] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  67. # [00:11] <jorendorff> "in this case caused by this rule on this line of this stylesheet kthxbye"
  68. # [00:12] * Joins: pnemsak (Miranda@moz-7409BD53.orange.sk)
  69. # [00:12] <jorendorff> but short of that …?
  70. # [00:12] <jaws> jorendorff: the CSS doctor may fix that
  71. # [00:12] <jorendorff> is there a CSS doctor?
  72. # [00:12] <jaws> jorendorff: https://wiki.mozilla.org/DevTools/Features/CSSDoctor
  73. # [00:13] <jorendorff> this is serious expert system territory
  74. # [00:13] <jorendorff> who is joe walker?
  75. # [00:14] <jaws> he works on dev tools
  76. # [00:14] * Joins: mw22_ (chatzilla@moz-FB753258.adsl.wanadoo.nl)
  77. # [00:14] * Quits: RobertClaypool (RobertClay@moz-417FE9D.nwcsinaa.cinergymetronet.net) (Client exited)
  78. # [00:14] <jaws> jorendorff: http://tuxradar.com/content/interview-mozilla-bespins-joe-walker
  79. # [00:15] <mats> dholbert: in that case I think you need to make it virtual and write nsBlockFrame::StealFramesAfter that takes care of fixing up line lists and such...
  80. # [00:15] <jorendorff> oh i know that guy!
  81. # [00:15] * Quits: ajuma (ajuma@F2D29657.F60B0462.67AC9B1.IP) (Quit: ajuma)
  82. # [00:15] * Joins: josh (josh@moz-93871A37.dlth.qwest.net)
  83. # [00:15] <dholbert> mats, gotcha, ok
  84. # [00:16] * Joins: jfkthame (jfkthame@B74C8744.90783722.9542EC20.IP)
  85. # [00:16] * Quits: jfkthame (jfkthame@B74C8744.90783722.9542EC20.IP) (Quit: jfkthame)
  86. # [00:17] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  87. # [00:17] <mbrubeck> jrmuizel: Hate to have to say this, but...
  88. # [00:17] * bz is now known as bz_dinner
  89. # [00:17] <mbrubeck> Win debug is burning on your inbound push.
  90. # [00:17] * Quits: merike|away (quassel@moz-339D0C93.cable.starman.ee) (Ping timeout)
  91. # [00:17] * Joins: merike|away (quassel@moz-339D0C93.cable.starman.ee)
  92. # [00:18] <mbrubeck> err, hmm, might not be jrmuizel's fault
  93. # [00:18] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  94. # [00:18] <mbrubeck> When was the last green Windows build?
  95. # [00:19] <dholbert> mats, ok, thanks
  96. # [00:19] <mbrubeck> Looks like the other pushes were all Android-only...
  97. # [00:19] <philor> the push right before him
  98. # [00:19] <mbrubeck> ah yes, opt is burning too
  99. # [00:20] <dholbert> mats, so right now, as a hackaround, I'm just taking a given frame and calling parent->StealFrame() on it & its GetNextSibling() (and the chain of nextSiblings after that) -- aside from being inefficient, should that generally work?
  100. # [00:20] <mbrubeck> Let's load up the backout gun.
  101. # [00:20] * Quits: int3 (int3@moz-4D482C55.singnet.com.sg) (Ping timeout)
  102. # [00:20] <espindola> jrmuizel, is the intent of STORE_SEQUENCER to be a memory barrier?
  103. # [00:21] <espindola> if so, can't you just use sync_synchronize with gcc in every platform?
  104. # [00:21] * Quits: victorporof (victorporo@42388712.7E2AA079.79933D60.IP) (Ping timeout)
  105. # [00:21] <dholbert> mats, (I'm guessing that will probably break for "special" content, but I'm not sure what flavors of "special" -- I think (a) frames with continuations, but not sure what else)
  106. # [00:22] <mats> dholbert: yes, that should work
  107. # [00:22] * Quits: @mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  108. # [00:22] <philor> we should have some sort of a repo where you can, like, "try" patches out
  109. # [00:22] <dholbert> mats, ok, thanks
  110. # [00:22] <dholbert> philor, I see what you did there...
  111. # [00:24] * Joins: int3 (int3@moz-603330C.singnet.com.sg)
  112. # [00:24] * Quits: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.19/2010030105])
  113. # [00:25] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  114. # [00:25] * khuey is now known as khuey|away
  115. # [00:25] * Joins: jdm (jdm@moz-CCE33622.uwaterloo.ca)
  116. # [00:26] * dholbert is now known as dholbert|afk
  117. # [00:27] <mats> dholbert: you would have to stitch up the sibling chain again of course...
  118. # [00:27] * Quits: int3 (int3@moz-603330C.singnet.com.sg) (Client exited)
  119. # [00:27] * Joins: int3 (int3@moz-603330C.singnet.com.sg)
  120. # [00:29] * Quits: pnemsak (Miranda@moz-7409BD53.orange.sk) (Connection reset by peer)
  121. # [00:30] * heycam|away is now known as heycam
  122. # [00:30] <jhammel> scrolling is so smooth in nightly its almost disconcerting ;)
  123. # [00:30] * Quits: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP) (Ping timeout)
  124. # [00:30] * Joins: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP)
  125. # [00:30] * Joins: RobertClaypool (RobertClay@moz-417FE9D.nwcsinaa.cinergymetronet.net)
  126. # [00:31] * Joins: pnemsak (Miranda@moz-7409BD53.orange.sk)
  127. # [00:31] * Quits: c0smikdebris (c0smikdebr@39CE4B98.DCDD255.BE90E62C.IP) (Quit: Computer has gone to sleep.)
  128. # [00:31] * Quits: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP) (Quit: madhava)
  129. # [00:32] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  130. # [00:32] <jrmuizel> espindola: perhaps, I'm not sure
  131. # [00:33] <hub> when I do a push to our project hg repository I get "remote: abort: Permission denied: /repo/hg/mozilla/projects/accessibility/.hg/store/00changelog.i"
  132. # [00:33] <hub> does that mean I don't have the permissions?
  133. # [00:33] * Quits: AaronMT (AaronMT@moz-DB17C53A.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  134. # [00:34] <hub> I have L-2 commit access now
  135. # [00:34] * Quits: pnemsak (Miranda@moz-7409BD53.orange.sk) (Quit: pnemsak)
  136. # [00:35] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  137. # [00:36] * Quits: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net) (Ping timeout)
  138. # [00:38] * jlebar is now known as jlebar|dinner
  139. # [00:39] * sfleiter is now known as sfleiter|away
  140. # [00:40] * coop is now known as coop|mtg
  141. # [00:40] * Quits: cmr (kb1pkl@42C7096.F347CC13.1C123DFE.IP) (Quit: My irc client doesn't advertise)
  142. # [00:40] * Quits: yuan (ywang@moz-BBE3ABD.mv.mozilla.com) (Quit: yuan)
  143. # [00:40] * Quits: TheLink (TheLink@moz-F16CD8D.pools.arcor-ip.net) (Ping timeout)
  144. # [00:40] * Quits: sfleiter|away (stfl@moz-22F37930.hsi7.kabel-badenwuerttemberg.de) (Ping timeout)
  145. # [00:41] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  146. # [00:41] * Joins: rbgray (chatzilla@moz-DB556ADC.woh.res.rr.com)
  147. # [00:42] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  148. # [00:42] * Quits: nthomas (chatzilla@moz-97F7329.dsl.telstraclear.net) (Ping timeout)
  149. # [00:43] <jrmuizel> mbrubeck: I need to stop pushing
  150. # [00:44] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  151. # [00:45] * Joins: nthomas (chatzilla@moz-97F7329.dsl.telstraclear.net)
  152. # [00:47] * Joins: yuan (ywang@moz-7B0110AD.mv.mozilla.com)
  153. # [00:47] <jaws> if i make a change to \layout\generic\nsGfxScrollFrame.cpp, which directories should i rebuild?
  154. # [00:48] <jaws> rebuilding the whole browser is taking too long :P
  155. # [00:48] * Quits: dao (dao@moz-26066AEC.superkabel.de) (Quit: Leaving.)
  156. # [00:49] * Joins: cadecairos (cadecairos@moz-632B4208.cpe.net.cable.rogers.com)
  157. # [00:49] * Quits: slowpoke (slowpoke@moz-AE67AB45.gigabit.perfect-privacy.com) (Ping timeout)
  158. # [00:50] * Quits: flx (flx@moz-F4992FEC.uwaterloo.ca) (Ping timeout)
  159. # [00:50] * shorlander is now known as shorlander-away
  160. # [00:50] * Joins: askalski (akuda@moz-6A36EC49.ip.abpl.pl)
  161. # [00:50] * Quits: askalski (akuda@moz-6A36EC49.ip.abpl.pl) (Quit: Wychodzi)
  162. # [00:50] * Quits: artpar (artpar@B19625A3.3982A6B0.48ADE194.IP) (Quit: Leaving)
  163. # [00:52] <taras> jaws: i think layout+toolkit/library
  164. # [00:52] <jdm> could somebody push bug 713172 to aurora for me?
  165. # [00:52] <jdm> jaws: just use my smartmake: http://hg.mozilla.org/users/josh_joshmatthews.net/smartmake
  166. # [00:52] <jdm> never think about directories again
  167. # [00:53] * heycam is now known as heycam|away
  168. # [00:53] <jaws> jdm, taras: thanks!
  169. # [00:53] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  170. # [00:54] * Quits: redfive (chatzilla@moz-B94E1A81.ipnetworksinc.net) (Ping timeout)
  171. # [00:54] * Quits: mjschranz (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com) (Client exited)
  172. # [00:54] * Quits: ejpbruel (ejpbruel@933E3A2E.83A511AD.F413BF4D.IP) (Ping timeout)
  173. # [00:54] * Quits: florian (florian@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.2a1pre)
  174. # [00:55] <dougt> bent: did that guy get back to you?
  175. # [00:55] <jhammel> def echo(s): print s ?!?
  176. # [00:55] <bent> dougt, well, at first yes, then no :-/
  177. # Session Close: Wed Jan 18 00:56:50 2012
  178. #
  179. # Session Start: Wed Jan 18 00:56:50 2012
  180. # Session Ident: #developers
  181. # [00:56] * Disconnected
  182. # [00:59] * Attempting to rejoin channel #developers
  183. # [00:59] * Rejoined channel #developers
  184. # [00:59] * Topic is 'm-c: OPEN m-i: OPEN try: OPEN || Next aurora uplift: January 31st || If you are new or want to help, see irc://irc.mozilla.org/#introduction || logs: http://krijnhoetmer.nl/irc-logs/'
  185. # [00:59] * Set by mbrubeck on Tue Jan 17 21:36:16
  186. # [00:59] <mbrubeck> jdm: The surrounding code has changed so the patch does not apply cleanly, but it looks trivial to resolve...
  187. # [00:59] <jdm> bleah
  188. # [00:59] <mbrubeck> the two lines you changed are still there
  189. # [01:00] <mbrubeck> jdm: Could you just eyeball this and double-check that the change is still valid? http://pastebin.mozilla.org/1452745
  190. # [01:01] * Quits: josh (josh@moz-93871A37.dlth.qwest.net) (Quit: josh)
  191. # [01:01] <jdm> mbrubeck: what observer notification is that inside?
  192. # [01:01] <mbrubeck> jdm: else if (strcmp(aTopic, "quit-application") == 0)
  193. # [01:01] * Quits: smaugIC (u4156@moz-160C58C6.com) (Input/output error)
  194. # [01:02] * Joins: smaugIC (u4156@moz-160C58C6.com)
  195. # [01:02] <mbrubeck> jdm: Oh, wait
  196. # [01:02] <mbrubeck> jdm: I didn't see there were two pushes
  197. # [01:02] <jdm> mbrubeck: I just want the patch that got approval
  198. # [01:02] <jdm> mbrubeck: ignore the pushe
  199. # [01:02] <jdm> the patch is the rollup
  200. # [01:02] <mbrubeck> got it.
  201. # [01:03] <jdm> whoops, class in four minutes
  202. # [01:03] <jdm> gotta jet
  203. # [01:03] * Quits: jdm (jdm@moz-CCE33622.uwaterloo.ca) (Client exited)
  204. # [01:03] <mbrubeck> np, will push
  205. # [01:03] <mbrubeck> (normally I grab the pushes out of "hg export" in case there were review comments addressed between bugzilla and hg)
  206. # [01:04] * Quits: gcp_ (gpascutto@moz-D0E475EA.access.telenet.be) (Quit: Make a new plan, Stan!)
  207. # [01:04] * Joins: dseif (dseif@ACC45F74.531FD64C.630E4E47.IP)
  208. # [01:04] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  209. # [01:05] * Quits: Pike (Pike@moz-E31CD2CB.mozilla.org) (Quit: ChatZilla 0.9.88 [Firefox 9.0.1/20111220165912])
  210. # [01:05] * Joins: slowpoke (slowpoke@moz-AE67AB45.gigabit.perfect-privacy.com)
  211. # [01:05] * Quits: timA (tim@moz-535753DA.hsd1.or.comcast.net) (Quit: Instantbird 1.2a1pre)
  212. # [01:05] * Quits: darktrojan (geoff@moz-57EC95C5.dsl.telstraclear.net) (Ping timeout)
  213. # [01:06] * Quits: dseif (dseif@ACC45F74.531FD64C.630E4E47.IP) (Input/output error)
  214. # [01:06] * ctalbert is now known as ctalbert|afk
  215. # [01:06] * Joins: timA (tim@moz-535753DA.hsd1.or.comcast.net)
  216. # [01:06] * Joins: darktrojan (geoff@moz-57EC95C5.dsl.telstraclear.net)
  217. # [01:06] * dholbert|afk is now known as dholbert
  218. # [01:07] * davida is now known as davida_otp
  219. # [01:07] <mbrubeck> Is smichaud on IRC?
  220. # [01:07] <gavin> yes
  221. # [01:07] <gavin> with that nick
  222. # [01:07] <mbrubeck> ah, on #macdev
  223. # [01:07] * Quits: bb10 (bb10@moz-C7B05616.org) (Ping timeout)
  224. # [01:07] * Joins: bb10 (bb10@moz-C7B05616.org)
  225. # [01:09] * Quits: smooney (smooney@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: smooney)
  226. # [01:09] * Quits: damons (gnubeard@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: damons)
  227. # [01:09] * Quits: int3 (int3@moz-603330C.singnet.com.sg) (Ping timeout)
  228. # [01:10] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  229. # [01:11] * Quits: bmoss (bmoss@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  230. # [01:11] <philor> the backout script we really need is one that's wired to a poller watching the pushlog
  231. # [01:12] <mbrubeck> philor: If you would just get those neural jacks implanted already...
  232. # [01:12] * Joins: damons (gnubeard@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  233. # [01:12] <jhammel> mbrubeck: i know i'm not planning on them until they run b2g :P
  234. # [01:12] * Quits: Cameron (Cameron@moz-E8994C03.range86-131.btcentralplus.com) (Ping timeout)
  235. # [01:13] <philor> I wave my hands Minority Report style, but it just doesn't seem to work
  236. # [01:13] * Joins: davidb_ (davidb@moz-6F9F653A.dsl.bell.ca)
  237. # [01:13] * Quits: davidb_ (davidb@moz-6F9F653A.dsl.bell.ca) (Quit: davidb_)
  238. # [01:14] * Joins: bmoss (bmoss@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  239. # [01:14] * Joins: davidb_ (davidb@moz-6F9F653A.dsl.bell.ca)
  240. # [01:14] * Quits: bmoss (bmoss@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: bmoss)
  241. # [01:14] * Joins: nrc (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  242. # [01:14] * Quits: smaugIC (u4156@moz-160C58C6.com) (Input/output error)
  243. # [01:14] * Quits: MSU_Mozilla (u5234@moz-160C58C6.com) (Client exited)
  244. # [01:14] * Quits: sid0 (u2934@moz-160C58C6.com) (Input/output error)
  245. # [01:14] * Quits: timeless (u4015@moz-160C58C6.com) (Input/output error)
  246. # [01:14] * Quits: felipe (u2734@moz-160C58C6.com) (Input/output error)
  247. # [01:14] * Quits: ttaubert (u2620@moz-160C58C6.com) (Input/output error)
  248. # [01:14] * Quits: jaws (u2871@moz-160C58C6.com) (Input/output error)
  249. # [01:15] * Quits: Unfocused (u2622@moz-160C58C6.com) (Input/output error)
  250. # [01:15] * Joins: MSU_Mozilla (u5234@moz-160C58C6.com)
  251. # [01:15] * Joins: ttaubert (u2620@moz-160C58C6.com)
  252. # [01:15] * Quits: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  253. # [01:15] * Joins: sid0 (u2934@moz-160C58C6.com)
  254. # [01:16] * Joins: felipe (u2734@moz-160C58C6.com)
  255. # [01:16] * mjessome is now known as mjessome|away
  256. # [01:16] * Joins: int3 (int3@moz-D134A91A.singnet.com.sg)
  257. # [01:17] * Quits: davidillsley (chatzilla@moz-CF96CCA3.range109-157.btcentralplus.com) (Ping timeout)
  258. # [01:17] * Joins: jaws (u2871@moz-160C58C6.com)
  259. # [01:18] * Joins: smaugIC (u4156@moz-160C58C6.com)
  260. # [01:18] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  261. # [01:18] * Joins: timeless (u4015@moz-160C58C6.com)
  262. # [01:19] * nthomas is now known as nthomas|away
  263. # [01:20] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse)
  264. # [01:20] * Joins: Unfocused (u2622@moz-160C58C6.com)
  265. # [01:20] <WG9s> Waldo: ping
  266. # [01:20] * Joins: davidillsley (chatzilla@moz-CF96CCA3.range109-157.btcentralplus.com)
  267. # [01:21] * Joins: bretr (bret_recka@moz-BBE3ABD.mv.mozilla.com)
  268. # [01:21] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  269. # [01:21] * Joins: redfive (chatzilla@moz-B94E1A81.ipnetworksinc.net)
  270. # [01:21] * Quits: AutomatedTester (AutomatedT@moz-B88F5CF9.as13285.net) (Quit: AutomatedTester)
  271. # [01:23] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  272. # [01:25] * Joins: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  273. # [01:26] <Waldo> WG9s: pong
  274. # [01:27] * Quits: sid0 (u2934@moz-160C58C6.com) (Input/output error)
  275. # [01:27] * Quits: ttaubert (u2620@moz-160C58C6.com) (Input/output error)
  276. # [01:27] * Quits: felipe (u2734@moz-160C58C6.com) (Input/output error)
  277. # [01:27] * Quits: Unfocused (u2622@moz-160C58C6.com) (Broken pipe)
  278. # [01:27] * Quits: timeless (u4015@moz-160C58C6.com) (Input/output error)
  279. # [01:27] * Quits: jaws (u2871@moz-160C58C6.com) (Input/output error)
  280. # [01:27] * Quits: smaugIC (u4156@moz-160C58C6.com) (Broken pipe)
  281. # [01:27] * Joins: timeless (u4015@moz-160C58C6.com)
  282. # [01:27] * Joins: Unfocused (u2622@moz-160C58C6.com)
  283. # [01:27] * Joins: felipe (u2734@moz-160C58C6.com)
  284. # [01:27] * Joins: roc (chatzilla@834057B.2E64E3E4.A8CFA1A8.IP)
  285. # [01:28] * Joins: cmr (mozilla@moz-C6CC555B.me)
  286. # [01:29] <edmorley> philor++
  287. # [01:29] * Joins: smaugIC (u4156@moz-160C58C6.com)
  288. # [01:29] * Joins: ttaubert (u2620@moz-160C58C6.com)
  289. # [01:29] * Joins: sid0 (u2934@moz-160C58C6.com)
  290. # [01:30] <WG9s> Waldo: sorry to blame your patch for something seemingly not your fault.
  291. # [01:30] <edmorley> philor: or we need firebot to ping in channel if m-c or inbound go red
  292. # [01:31] * coop|mtg is now known as coop
  293. # [01:31] <WG9s> I wish I had a clue what was really going on here. seems to be a compiler issue. Oddly though everyone who has identified what kidn of system they are running on is not only using the same compiler but on a 64-bit platform.
  294. # [01:32] * Joins: jaws (u2871@moz-160C58C6.com)
  295. # [01:32] * Quits: Polynomial-C (Poly-C@moz-CE0D5864.dip.t-dialin.net) (Ping timeout)
  296. # [01:32] <WG9s> I wonder if they are all on AMD platforms because I know MSVC works differently on Intel and AMDS platforms.
  297. # [01:33] <mwu> I'd expect more 64bit systems to have intel processors though
  298. # [01:33] * Joins: ejpbruel (ejpbruel@933E3A2E.83A511AD.F413BF4D.IP)
  299. # [01:33] <WG9s> Waldo: I am also testing a different (still would not understand issue) because iI noticed all the systems where I am filing are running version 7.0 of WIN7 SDK which is out of date.
  300. # [01:34] * davida_otp is now known as davida
  301. # [01:34] * Quits: davidb_ (davidb@moz-6F9F653A.dsl.bell.ca) (Quit: davidb_)
  302. # [01:34] * Quits: mw22_ (chatzilla@moz-FB753258.adsl.wanadoo.nl) (Ping timeout)
  303. # [01:34] * Quits: RobertClaypool (RobertClay@moz-417FE9D.nwcsinaa.cinergymetronet.net) (Connection reset by peer)
  304. # [01:35] <WG9s> mwu: perhasp now that microsoft has actually embraced 64-bit when it was just the brain damaged 64-bit XP that really did not work, most people who had 64-bit processors bought them for a dual boot Linux Windows/XP and systems had AMD processors.
  305. # [01:35] <jhford> is silent update landed on aurora?
  306. # [01:36] * Quits: yuan (ywang@moz-7B0110AD.mv.mozilla.com) (Quit: yuan)
  307. # [01:36] * Joins: smooney (smooney@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  308. # [01:36] * Quits: mak (chatzilla@moz-30C3057.retail.telecomitalia.it) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 2.0/20110318052756])
  309. # [01:36] <rs> jhford: not yet
  310. # [01:36] * Quits: roc (chatzilla@834057B.2E64E3E4.A8CFA1A8.IP) (Ping timeout)
  311. # [01:36] <jhford> i tried to launch aurora just now and was told that it was damaged. i tried a second later and it started just fine, but with the generic app icon with a circle+line 'no sign' over it
  312. # [01:36] <jhford> ok
  313. # [01:36] * Quits: davidillsley (chatzilla@moz-CF96CCA3.range109-157.btcentralplus.com) (Ping timeout)
  314. # [01:37] * ewong|away is now known as ewong
  315. # [01:38] * Quits: smooney (smooney@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: smooney)
  316. # [01:38] * Joins: mconley (mconley@moz-9C0F4EBF.cable.teksavvy.com)
  317. # [01:39] * Quits: priya (priya@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  318. # [01:41] * Joins: roc (chatzilla@834057B.2E64E3E4.A8CFA1A8.IP)
  319. # [01:41] <mwu> WG9s: yeah I'm just guessing that people buying computers with 64bit windows vista/7 have outnumbered the amd 64bit early adopters by now
  320. # [01:41] * Joins: jimb (user@moz-51B190AA.ptld.qwest.net)
  321. # [01:42] <WG9s> mwu: but in this channel that is not necessarily the case.
  322. # [01:42] <mwu> yeah I'd have no idea for this channel
  323. # [01:43] <gavin> ehsan: when is the "undo add to dictionary" item supposed to go away?
  324. # [01:43] * Joins: mjschranz (mjschranz@C1FFC78F.531FD64C.630E4E47.IP)
  325. # [01:44] <WG9s> besides some of us avoid Intel hardware if we are trying to do virtual madchines because it is hard to tell (unless you are overpaying for an enterprise server class system) if the processor you are geting for your home use is one of those Intel things that did not work correcly with vmware
  326. # [01:44] <ehsan> gavin: is it supposed to go away?
  327. # [01:44] <WG9s> THey have to sell them to someone.
  328. # [01:44] * nthomas|away is now known as nthomas
  329. # [01:44] <WG9s> are not jsut going to throw them all away.
  330. # [01:44] <ehsan> gavin: (I was about to leave btw :/)
  331. # [01:45] <lurking_work> doesn't 'undo' imply take it away ?
  332. # [01:45] * Joins: faramarz_ (faramarz@moz-BBE3ABD.mv.mozilla.com)
  333. # [01:45] * Quits: faramarz_ (faramarz@moz-BBE3ABD.mv.mozilla.com) (Quit: faramarz_)
  334. # [01:45] <ehsan> gavin: I think we are supposed to hide it when there are no more items in the undo stack
  335. # [01:45] * Joins: RobertClaypool (RobertClay@moz-417FE9D.nwcsinaa.cinergymetronet.net)
  336. # [01:45] <biesi> bz_dinner, is this "s/mime for security bugs" thing supposed to work already?
  337. # [01:45] <biesi> coz I still got plaintext :)
  338. # [01:45] <gavin> ehsan: I just noticed it stick around across page loads, and that surprised me
  339. # [01:46] <gavin> anyways, don't let me stop you from leaving :)
  340. # [01:46] * Quits: mjschranz (mjschranz@C1FFC78F.531FD64C.630E4E47.IP) (Client exited)
  341. # [01:46] <Waldo> biesi: that's getting switched on now?
  342. # [01:46] <ehsan> gavin: it should only appear after you add something to the personal dict
  343. # [01:46] <ehsan> if not, file a bug please
  344. # [01:46] <biesi> Waldo, bz sounded like it is
  345. # [01:46] * heycam|away is now known as heycam
  346. # [01:46] * Joins: jprmc (jprmc@3AF07A2B.5BCEC6DB.DA78B690.IP)
  347. # [01:46] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  348. # [01:47] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  349. # [01:49] * Quits: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  350. # [01:49] <Waldo> huh
  351. # [01:50] <Dagger> as a user of 64-bit XP, I'd like to point out that it apparently does work just fine
  352. # [01:51] <Dagger> in case anybody gets the bright idea to drop support for it in 64-bit versions of Firefox :/
  353. # [01:51] * Quits: redfive (chatzilla@moz-B94E1A81.ipnetworksinc.net) (Quit: ChatZilla 0.9.88 [Firefox 6.0.2/20110902133214])
  354. # [01:52] <WG9s> Dagger: I was only trying to make a comment about Micorsofts level of support for 64-bit XP.
  355. # [01:52] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Quit: faramarz)
  356. # [01:52] * Parts: Joeh (joe@5A3923AA.BC22908.C7CEC4ED.IP)
  357. # [01:52] <WG9s> The real problem with 64-bit Firefox (from mhy understanding, and I could be wrong) is that it is slower and bigger.
  358. # [01:53] <Dagger> ah, that probably wasn't so great... although I believe it gets all patches that 2003 Server gets
  359. # [01:54] * Quits: anant (anant@moz-BBE3ABD.mv.mozilla.com) (Quit: anant)
  360. # [01:54] <Dagger> xul.dll is 23.3 MB. can't comment on speed
  361. # [01:55] <Dagger> having the process not crash on hitting the 32-bit address space limit is, to me, worth whatever minor speed drop is involved
  362. # [01:56] * Joins: cpearce (chatzilla@moz-56BC07D4.xdsl.xnet.co.nz)
  363. # [01:56] * Joins: ajuma (ajuma@moz-CDCFE118.home.cgocable.net)
  364. # [01:56] <WG9s> Dagger: but one would thing your browser using enough memory so it hits the 32-bit address space limit is kind of an issue in and of itself.
  365. # [01:56] * Quits: roc (chatzilla@834057B.2E64E3E4.A8CFA1A8.IP) (Ping timeout)
  366. # [01:57] * Joins: smooney (smooney@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  367. # [01:57] * Quits: sfink (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  368. # [01:59] * Quits: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net) (Ping timeout)
  369. # [02:00] * Quits: graememcc (chatzilla@moz-641EFD3A.range86-147.btcentralplus.com) (Quit: ChatZilla 0.9.88 [Firefox 9.0.1/20111221233052])
  370. # [02:00] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  371. # [02:00] <Dagger> WG9s: 898 tabs
  372. # [02:00] * Joins: Ledm (Ledm@moz-5F15DD5E.gprs.claro.net.br)
  373. # [02:00] <Dagger> which admittedly is a bit of an issue, but a non-technical one
  374. # [02:01] <RobertClaypool> Well IE would hit the limit too, probably, if it was just as easy to open as many tabs as I do if Firefox... any other browser would hit the limit too.
  375. # [02:01] * Quits: vikram360 (vikram360@30BACEDD.B8EDB1A7.2A068A5E.IP) (Ping timeout)
  376. # [02:01] <RobertClaypool> how do you get a count of how many tabs you have open?
  377. # [02:02] <Ledm> How make money with addons?
  378. # [02:02] <Dagger> it's also easier to bump into the limit opening large images, since a single image requires a contiguous block of memory, and fragmentation is an issue
  379. # [02:02] <WG9s> Dagger: That is a layer 8 problem. ;-)
  380. # [02:02] <RobertClaypool> layer 8?
  381. # [02:02] <Dagger> RobertClaypool: https://addons.mozilla.org/en-US/firefox/addon/tabhunter/ has a count
  382. # [02:02] <WG9s> There are 7 layers of the OSI model.
  383. # [02:03] <WG9s> model
  384. # [02:03] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  385. # [02:03] * Quits: Ledm (Ledm@moz-5F15DD5E.gprs.claro.net.br) (Quit: used jmIrc)
  386. # [02:03] <WG9s> SO people amde up a lyer 8 for user issues.
  387. # [02:03] <Dagger> I also have "Tab Counter" installed, but that's only per-window
  388. # [02:03] * Joins: Ledm (Ledm@moz-8162E2D4.gprs.claro.net.br)
  389. # [02:04] <WG9s> Dagger: Of course withour tab couner, how would you ever know you had 898 tabs?
  390. # [02:04] * Quits: Ledm (Ledm@moz-8162E2D4.gprs.claro.net.br) (Quit: jmIrc destroyed by the OS)
  391. # [02:04] <WG9s> is this a Guiness book of world records attempt?
  392. # [02:04] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  393. # [02:04] * Joins: yuan (ywang@moz-AF206170.hsd1.ca.comcast.net)
  394. # [02:05] <Dagger> in principle I could just count them myself
  395. # [02:05] <Dagger> no, I'm clearly just mixing up bookmarks and tabs a bit :-)
  396. # [02:05] * rail_away is now known as rail
  397. # [02:06] * Joins: Ledm (Ledm@moz-9B6A27A5.gprs.claro.net.br)
  398. # [02:06] * Quits: RobertClaypool (RobertClay@moz-417FE9D.nwcsinaa.cinergymetronet.net) (Ping timeout)
  399. # [02:06] <Ledm> how make money with addons?
  400. # [02:07] * Joins: mijia (mijia@DC4232F0.766373FB.C3A57E70.IP)
  401. # [02:07] <Ledm> I Have ahard addon...
  402. # [02:07] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  403. # [02:08] <jhammel> open source it and reap the good karma that accrues? :)
  404. # [02:08] <WG9s> Dagger: yes i try to manage to organize my bookmarks into a hierarchical menu system but I do star them and organize later rather than keep a tab open that i really might never go back to. I guess it is 2 different ways of working.
  405. # [02:08] * Quits: yuan (ywang@moz-AF206170.hsd1.ca.comcast.net) (Ping timeout)
  406. # [02:08] * Quits: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: leaving)
  407. # [02:09] * coop is now known as coop|away
  408. # [02:10] * Joins: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net)
  409. # [02:10] <WG9s> I figure the computer is a tool to help me so trying to work in a way that does not tax the resources of the tool permits it to help me even more.
  410. # [02:10] * Quits: asac (asac@77BE00ED.8B41D250.B3DDC20A.IP) (Ping timeout)
  411. # [02:10] * Joins: RobertClaypool (RobertClay@moz-417FE9D.nwcsinaa.cinergymetronet.net)
  412. # [02:11] * Quits: michal (michal@18728636.D0F82CD8.32697916.IP) (Ping timeout)
  413. # [02:11] * Quits: Ledm (Ledm@moz-9B6A27A5.gprs.claro.net.br) (Quit: used jmIrc)
  414. # [02:11] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  415. # [02:13] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  416. # [02:13] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  417. # [02:13] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  418. # [02:14] <Dagger> on the other hand, why spend time organizing bookmarks when I could just stick 16 GB of RAM in and not care how much the browser is using
  419. # [02:14] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  420. # [02:14] * Quits: Mardak (Mardak@moz-AE3BD0F4.dynamic.hinet.net) (Quit: Mardak)
  421. # [02:14] * Quits: jprmc (jprmc@3AF07A2B.5BCEC6DB.DA78B690.IP) (Quit: Leaving)
  422. # [02:15] <Dagger> though that could be counter-productive... I guess one of the reasons I avoid bookmarks is that tabs are more irritating, and thus more likely to be dealt with at some point. if I relegate this stuff to bookmarks, I'll never look at it again
  423. # [02:15] * Quits: slowpoke (slowpoke@moz-AE67AB45.gigabit.perfect-privacy.com) (Ping timeout)
  424. # [02:15] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  425. # [02:15] * Joins: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net)
  426. # [02:16] * Quits: damons (gnubeard@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: damons)
  427. # [02:16] <WG9s> Dagger: are not really organized so you have to do something but then it would seem that if you have 898 of them, that is not really working for you either. Glad to meet someone even less organized than I am ;-)
  428. # [02:18] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  429. # [02:18] <WG9s> Almost sounds like you are arguing against yourself here. You should be using the 32-bit browser to force you to do something about organizing the things you have in tabs into bookmarks. ;-)
  430. # [02:18] * Quits: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com) (Ping timeout)
  431. # [02:19] <Dagger> it's not that it's not working, I'm just an excellent procrastinator
  432. # [02:19] * Quits: andreasn (andreasn@moz-D8A35C52.a199.priv.bahnhof.se) (Ping timeout)
  433. # [02:20] <bent> huh, do we not package the executable tests?
  434. # [02:21] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  435. # [02:22] <WG9s> Dagger: KInd of what I figured, but find it just odd that you can work that way. I am the most unorganized procrastinating person I know. Not sure I could ever deal with 898 tabs though.
  436. # [02:22] <WG9s> I am actaully impressed that you can actually work this way.
  437. # [02:22] <WG9s> and that Firefox is flexible enough to permit you to do so.
  438. # [02:23] * Quits: jimb (user@moz-51B190AA.ptld.qwest.net) (Ping timeout)
  439. # [02:23] * heycam is now known as heycam|away
  440. # [02:23] <Dagger> I have actually bent the truth a little up there... the 898 tab session is in 3.6 (so 32-bit), and I use BarTab to unload unused tabs. but still; if it wasn't for BarTab the session would crash due to address space limits
  441. # [02:23] * Joins: asac (asac@77BE00ED.8B41D250.B3DDC20A.IP)
  442. # [02:25] <Dagger> I also omitted that I set /LARGEADDRESSAWARE to up the limit to 4 GB, which helps a lot (and Fx ~5 do that by default)... but as the build team discovered the other week, you can't just set that and expect it to fix your problems forever :-)
  443. # [02:26] * Joins: RyanVM (chatzilla@moz-D04D3C77.phlapa.fios.verizon.net)
  444. # [02:26] * Joins: davidb_ (davidb@moz-6F9F653A.dsl.bell.ca)
  445. # [02:26] * Quits: davidb_ (davidb@moz-6F9F653A.dsl.bell.ca) (Input/output error)
  446. # [02:27] * Joins: Ledm (Ledm@moz-929628D6.gprs.claro.net.br)
  447. # [02:28] <RyanVM> njn: i tagged the sqlite bug with [MemShrink] due to the new memory releasing behavior, FWIW
  448. # [02:28] * Quits: rjohnson19 (rjohnson19@moz-9148485F.hsd1.ma.comcast.net) (Connection reset by peer)
  449. # [02:28] <njn> RyanVM: yep, but we have another bug for that, and the sqlite upgrade bug blocks that bug
  450. # [02:29] <RyanVM> fair enough
  451. # [02:29] * Quits: rs (rs@1F5020FD.7601F370.A282603C.IP) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  452. # [02:29] * Quits: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net) (Quit: Leaving...)
  453. # [02:29] <Dagger> WG9s: I basically just ignore the first n tabs in each window. although, even if I closed all of them... I still find it pretty easy to open >100 tabs temporarily if I'm programming or researching something
  454. # [02:29] <mike5w3c> ddahl: Ms2ger says maybe you want a new dvcs.w3.org repo to be added?
  455. # [02:29] <edmorley> WG9s: is this the same as you are seeing? https://groups.google.com/forum/#!topic/mozilla.dev.builds/6drSGoMYbvU
  456. # [02:29] * Joins: michal (michal@F8B4DDD2.FC749DA6.F23860FD.IP)
  457. # [02:30] <Dagger> WG9s: and if I then get distracted and start programming/researching something else without bothering to close the previous tabs...
  458. # [02:30] * Quits: dcamp (dave@moz-8EBEC133.hsd1.wa.comcast.net) (Quit: Leaving...)
  459. # [02:31] * Joins: slowpoke (slowpoke@moz-AE67AB45.gigabit.perfect-privacy.com)
  460. # [02:31] <WG9s> edmorley: as far as i know everyone seeing this versionis runing MSVC9 express
  461. # [02:31] <edmorley> ah
  462. # [02:31] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: gone)
  463. # [02:31] * jhopkins is now known as jhopkins|away
  464. # [02:31] <WG9s> this report is running MSVC 10 so sounds different from at least that perspective.
  465. # [02:32] <WG9s> edmorley: but the fact that the issue is in mozjs.dll sounds a lot like the same thing.
  466. # [02:33] * mbrubeck prepares to back out himself on Aurora
  467. # [02:34] * Quits: ejpbruel (ejpbruel@933E3A2E.83A511AD.F413BF4D.IP) (Ping timeout)
  468. # [02:35] * Joins: jduell (jduell@moz-E3AECA12.spl.org)
  469. # [02:36] * Quits: Ledm (Ledm@moz-929628D6.gprs.claro.net.br) (Quit: used jmIrc)
  470. # [02:36] * Joins: regen (Miller@moz-AC5D4F09.adsl.dynamic.seed.net.tw)
  471. # [02:36] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  472. # [02:36] * shorlander-away is now known as shorlander
  473. # [02:38] * Quits: edmorley (edmorley@moz-6980EE34.range86-166.btcentralplus.com) (Connection reset by peer)
  474. # [02:38] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Connection reset by peer)
  475. # [02:38] * Quits: bretr (bret_recka@moz-BBE3ABD.mv.mozilla.com) (Quit: bretr)
  476. # [02:38] * Joins: squib (squib@moz-F5CA0CFB.dhcp.mdsn.wi.charter.com)
  477. # [02:38] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  478. # [02:38] <dolske> "Enable Azure canvas on OS X" ooooohhhhhh....
  479. # [02:39] * Joins: edmorley (edmorley@moz-6980EE34.range86-166.btcentralplus.com)
  480. # [02:44] * KaiRo_away is now known as KaiRo
  481. # [02:45] * Quits: timA (tim@moz-535753DA.hsd1.or.comcast.net) (Quit: Instantbird 1.2a1pre)
  482. # [02:46] * Quits: squib (squib@moz-F5CA0CFB.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  483. # [02:47] <dholbert> bz_dinner, hopefully https://bugzilla.mozilla.org/show_bug.cgi?id=718877#c7 makes more sense than my previous comments -- if not, let me know if I'm still missing something (definitely possible) or if something's fuzzy
  484. # [02:48] <jbuck> WG9s: now that you mention mozjs.dll, a friend of mine had a similar problem
  485. # [02:48] <jbuck> using VS2010, no .mozconfig
  486. # [02:48] <jbuck> once I added the .mozconfig, it did work though..
  487. # [02:49] <WG9s> I just changed the severity, once again, from critical to blocker we shall see how long this lasts.
  488. # [02:49] <jbuck> hm, I don't see an image attachment though..
  489. # [02:50] <WG9s> jbuck: oh so adding a .mozconfig helped might be nice to know what was in that .mozconfig
  490. # [02:50] <WG9s> but builds are supposed to work without one.
  491. # [02:50] <jbuck> lemme see if he's online, so he can comment in the bug
  492. # [02:51] <Tobbi> Question: Are flash objects supposed to be zoomed with the rest of the page when you press Ctrl+ + ?
  493. # [02:51] * Joins: squib (squib@moz-F5CA0CFB.dhcp.mdsn.wi.charter.com)
  494. # [02:51] <WG9s> Using one that mimics what the official nighties do has NOT worked for me though.
  495. # [02:52] <RyanVM> jlebar_: ping
  496. # [02:52] * lsblakk is now known as lsblakk|afk
  497. # [02:52] * Joins: ejpbruel (ejpbruel@933E3A2E.83A511AD.F413BF4D.IP)
  498. # [02:52] * Joins: kaie2 (kaie@moz-B87FD1F5.dip.t-dialin.net)
  499. # [02:53] * heycam|away is now known as heycam
  500. # [02:53] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  501. # [02:53] * Quits: kaie (kaie@moz-D820340C.dip.t-dialin.net) (Ping timeout)
  502. # [02:53] * kaie2 is now known as kaie
  503. # [02:55] <jlebar_> RyanVM: ack
  504. # [02:55] * jlebar_ is now known as jlebar|mac
  505. # [02:55] * Quits: Unfocused (u2622@moz-160C58C6.com) (Max SendQ exceeded)
  506. # [02:55] <RyanVM> hah
  507. # [02:55] * Quits: Ami_Ty (Amie@moz-BBE3ABD.mv.mozilla.com) (Quit: Ami_Ty)
  508. # [02:55] * Joins: Unfocused (u2622@moz-160C58C6.com)
  509. # [02:55] <RyanVM> I dno't get it
  510. # [02:55] <RyanVM> the log clearly shows LIBJPEG_TURBO_ARM_ASM as being set to 1
  511. # [02:55] <RyanVM> yet somehow not only is the makefile not seeing it, the no-simd logic also isn't being triggered
  512. # [02:56] <RyanVM> so even the no-simd file doesn't get built
  513. # [02:56] <WG9s> edmorley: anyway I also have 2 builds running to look at this from another angle. I noticed that both system I have used to produce the bad builds have an out of date WIN7 SDK.
  514. # [02:56] <jlebar|mac> RyanVM: O.o
  515. # [02:56] <WG9s> 7.0 vs latest version which is 7.1.
  516. # [02:56] <jlebar|mac> RyanVM: You're probably missing an AC_DEFINE or AC_SUBST or something of LIBJPEG_TURBO_ARM_ASM?
  517. # [02:56] <RyanVM> jlebar|mac: funny thing is that for awhile, I had missed the autoconf.mk.in change, and then the no-simd case was at least being hit
  518. # [02:57] <RyanVM> but when I added it, then it started failing worse
  519. # [02:57] <RyanVM> but I can't see anything I'm missing vs. what's used (and works) for x86 and x64
  520. # [02:57] <jlebar|mac> RyanVM: There's a make echo-variable-VAR target which may be helpful.
  521. # [02:57] <jlebar|mac> At least, I think that's the target.
  522. # [02:58] <RyanVM> yes, I would love to be able to have the makefile echo the value it's seeing
  523. # [02:58] * Quits: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  524. # [02:58] * Quits: rbgray (chatzilla@moz-DB556ADC.woh.res.rr.com) (Quit: aloha)
  525. # [02:58] <jlebar|mac> RyanVM: It sounds like $(LIBJPEG_TURBO_X86_ASM)$(LIBJPEG_TURBO_X64_ASM)$(LIBJPEG_TURBO_ARM_ASM) is not the empty string!
  526. # [02:58] <RyanVM> or at least echo *something* if a block of logic is hit
  527. # [02:59] <jlebar|mac> let's see if that echo target works.
  528. # [02:59] * Joins: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com)
  529. # [02:59] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  530. # [03:00] <RyanVM> just saw your reply to the bug
  531. # [03:00] <RyanVM> IIUC, gcc does the assembling for ARM code
  532. # [03:00] <RyanVM> not yasm
  533. # [03:01] <jlebar|mac> RyanVM: But you're seeing a more basic problem.
  534. # [03:01] <RyanVM> yeah
  535. # [03:01] <RyanVM> it's not even getting that far
  536. # [03:01] <jlebar|mac> RyanVM: Sure, but then you still need to set gcc as the assembler. I suspect that once you fix the problem you're seeing, the compilation will die because it'll try to invoke the empty assembler.
  537. # [03:01] <jlebar|mac> But maybe not!
  538. # [03:01] * Quits: regen (Miller@moz-AC5D4F09.adsl.dynamic.seed.net.tw) (Quit: regen)
  539. # [03:01] * aki|buildduty is now known as aki
  540. # [03:02] * Joins: mjschranz (mjschranz@C1FFC78F.531FD64C.630E4E47.IP)
  541. # [03:03] * Quits: edmorley (edmorley@moz-6980EE34.range86-166.btcentralplus.com) (Quit: nn)
  542. # [03:04] <RyanVM> i don't see how LIBJPEG_TURBO_AS is being set
  543. # [03:04] <jlebar|mac> RyanVM: It should get set to yasm.
  544. # [03:05] <RyanVM> i don't see where
  545. # [03:05] <RyanVM> i see where it's checking if it is yasm
  546. # [03:05] <jlebar|mac> RyanVM: Second-to-last occurrence of LIBJPEG_TURBO_AS in configure.in?
  547. # [03:05] <jlebar|mac> AC_CHECK_PROGS
  548. # [03:06] <RyanVM> how does that work?
  549. # [03:06] * Quits: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com) (Quit: ChatZilla 0.9.87-4.1450hg.fc15 [XULRunner 8.0/20111108090029])
  550. # [03:06] <jlebar|mac> RyanVM: I think it sets the variable if the program exists.
  551. # [03:06] <ewong> can someone explain to me why there doesn't explain why "bin/libmozglue.so" doesn't get made for Linux but "bin/mozglue.dll" is created in Windows?
  552. # [03:06] <RyanVM> ok
  553. # [03:06] <mjschranz> firebot uuid
  554. # [03:06] <firebot> d7cdd08e-1bfd-4bc3-9742-d66586781ee2 (/msg firebot cid for CID form)
  555. # [03:06] <RyanVM> so if true, yasm, if false, ""
  556. # [03:06] <jlebar|mac> RyanVM: http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.68/html_node/Generic-Programs.html
  557. # [03:06] <jlebar|mac> yes
  558. # [03:07] <RyanVM> ok, libvpx' logic will probably help in that case
  559. # [03:07] <jbuck> ewong: shared library vs static library
  560. # [03:07] <jbuck> it has to do with jemalloc, I think?
  561. # [03:07] * Joins: dcamp (dave@moz-7A3337E6.hsd1.wa.comcast.net)
  562. # [03:08] <ewong> jbuck: so in linux it's made as a static library (thus no need for shared) and in windows it's a shared
  563. # [03:08] <jbuck> yeah, OS X, Windows, and Android it's a shared lib
  564. # [03:08] * Quits: Mossop (mossop@moz-69188DA4.dsl.dynamic.sonic.net) (Ping timeout)
  565. # [03:08] <ewong> ooooh thanks jbuck
  566. # [03:08] * jmaher|afk is now known as jmaher
  567. # [03:09] <jduell> biesi: ping
  568. # [03:09] <biesi> jduell, pong
  569. # [03:10] <jduell> biesi: so in bug 688345 folks want a necko error to show up in the web log. AFAICT we don't ever log to the web console within necko, and i assume I should keep it that way (i.e. the necko client would need to do this)
  570. # [03:10] <jduell> right?
  571. # [03:10] <jduell> biesi: Or we could try to crank out an error page that explains the error, but I assume localization would make that a pain
  572. # [03:11] <biesi> the logging service is in xpcom
  573. # [03:11] <biesi> logging to it from necko seems fine to me
  574. # [03:11] * biesi goes to look at the bug
  575. # [03:11] <RyanVM> jlebar|mac: looks like @echo $(Foo) shoudl work
  576. # [03:12] <biesi> right
  577. # [03:12] <biesi> jduell, yeah logging from necko seems fine
  578. # [03:13] <jduell> biesi: ok, thanks
  579. # [03:13] * lsblakk|afk is now known as lsblakk
  580. # [03:13] <jduell> biesi: is there an easy way to get the HTTP header name from an atom?
  581. # [03:14] <biesi> ->ToString()?
  582. # [03:14] <jduell> aha!
  583. # [03:14] * Quits: fabrice1 (fabrice@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  584. # [03:14] * Quits: sewardj (sewardj@moz-D79A0796.dip.t-dialin.net) (Ping timeout)
  585. # [03:14] <biesi> jduell, why do you need that?
  586. # [03:15] * Quits: nhirata (nhirata.bu@moz-BBE3ABD.mv.mozilla.com) (Quit: nhirata)
  587. # [03:15] * Joins: sewardj (sewardj@moz-15EF750E.dip.t-dialin.net)
  588. # [03:15] * Quits: lurking_work (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.87 [Firefox 9.0.1/20111220165912])
  589. # [03:15] <jduell> biesi: well, I need to log a message to the web console saying "you had two content-length headers", etc, and all I've got is the atom
  590. # [03:15] <jduell> at least where I'm at in the cod.
  591. # [03:15] <jduell> e
  592. # [03:15] * Quits: RobertClaypool (RobertClay@moz-417FE9D.nwcsinaa.cinergymetronet.net) (Connection reset by peer)
  593. # [03:16] * Joins: slowbro (slowpoke@moz-48A23628.pools.arcor-ip.net)
  594. # [03:16] * Quits: helix (saffron@moz-43E1394C.heapspace.net) (Ping timeout)
  595. # [03:16] * Joins: helix (saffron@moz-43E1394C.heapspace.net)
  596. # [03:16] <biesi> jduell, you're doing this in a way that doesn't just require if (atom == nsHttp::Content_Length)?
  597. # [03:17] <jduell> biesi, yeah I'm using functions like "IsSingletonHeader", so it could be one of many headers
  598. # [03:17] <joe> ehsan: omg the find behaviour is so much better now
  599. # [03:17] * Joins: sworkman_ (sworkman@moz-BBE3ABD.mv.mozilla.com)
  600. # [03:18] * Quits: KaiRo (robert@moz-C1860326.adsl.highway.telekom.at) (Input/output error)
  601. # [03:18] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  602. # [03:18] <biesi> jduell, ahh, ok
  603. # [03:19] * Quits: sworkman_ (sworkman@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  604. # [03:19] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Quit: juanb)
  605. # [03:19] * Joins: m_kato (m_kato@moz-348F61F0.mozilla.or.jp)
  606. # [03:20] * Quits: dmb (dmb@moz-3565FEE9.da4.org) (Ping timeout)
  607. # [03:21] * Joins: dmb (dmb@moz-3565FEE9.da4.org)
  608. # [03:21] * Quits: KLB (Kenneth_Ba@moz-CB90BBF2.maine.res.rr.com) (Ping timeout)
  609. # [03:21] <ewong> ted ping
  610. # [03:21] * Joins: cl (cl@9C8FEE6F.B950727.926C56D8.IP)
  611. # [03:22] <cl> bz_dinner: ping
  612. # [03:22] <dholbert> mats, ping?
  613. # [03:22] * Quits: ejpbruel (ejpbruel@933E3A2E.83A511AD.F413BF4D.IP) (Ping timeout)
  614. # [03:22] * Joins: KLB (Kenneth_Ba@moz-CB90BBF2.maine.res.rr.com)
  615. # [03:22] <dholbert> mats, nevermind (un-ping)
  616. # [03:24] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  617. # [03:24] <Kwan> WG9s: I think I just hit that Windows build problem
  618. # [03:25] <Kwan> If I use your backout patch, do i just need to build from objdir/js to do an incremental?
  619. # [03:25] <ewong> Kwan doesn't matter.. it works either way
  620. # [03:26] <WG9s> i had trouble gettign anthign other than clobbgering the objdir to build but that may have been cause I was doing a bisect to find the issue and could have been related to a different checkin.
  621. # [03:27] <WG9s> So I relly don;t have an answer I did a clobber.
  622. # [03:27] * Joins: Mossop (mossop@moz-69188DA4.dsl.dynamic.sonic.net)
  623. # [03:27] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
  624. # [03:27] <Kwan> Okay, thanks
  625. # [03:28] * Quits: chewey (chewey@moz-572B1347.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  626. # [03:28] * Joins: chewey (chewey@moz-B62A49FF.dip0.t-ipconnect.de)
  627. # [03:28] <WG9s> Kwan: BTW what version ov MSVC are you using?
  628. # [03:29] * shorlander is now known as shorlander-away
  629. # [03:29] * Quits: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving...)
  630. # [03:30] <ewong> actually I tried both.. and both worked..
  631. # [03:30] * Quits: necolas (necolas@moz-C8C6D8F3.bb.sky.com) (Client exited)
  632. # [03:30] * Quits: shorlander-away (shorlander@moz-853043D6.dhcp.insightbb.com) (Quit: Quit)
  633. # [03:31] <Kwan> Wouldn't install properly, but MDN said I could just use the command line compiler in the Win 7 SDK, implying it's equivalent to VC9/2008
  634. # [03:31] <Kwan> so that
  635. # [03:31] <WG9s> I just had a lot of trouble trying to track down the regression using hg bisect I think becuase fo other things checked in near the bug causing the regression that required a clobber.
  636. # [03:32] <WG9s> or at least a pratial clobber.
  637. # [03:32] * Quits: mjschranz (mjschranz@C1FFC78F.531FD64C.630E4E47.IP) (Client exited)
  638. # [03:32] <RyanVM> jlebar|mac: https://tbpl.mozilla.org/?tree=Try&rev=5d7faac79788 - we'll see what happens
  639. # [03:32] <jlebar|mac> RyanVM: You don't have a local setup?
  640. # [03:32] <RyanVM> for android? no
  641. # [03:32] * Joins: mjschranz (mjschranz@C1FFC78F.531FD64C.630E4E47.IP)
  642. # [03:33] <RyanVM> builds fine on Windows :P
  643. # [03:33] <jlebar|mac> heh
  644. # [03:33] <RyanVM> 4.12 +test-arm-asm:
  645. # [03:33] <RyanVM> 4.13 + @echo "LIBJPEG_TURBO_ARM_ASM is set to $(LIBJPEG_TURBO_ARM_ASM)"
  646. # [03:33] <jduell> biesi: hmm, looks like we localize error console messages, too, from looking at the websockets code. If we're going to go through all that fuss, might as well actually spit out HTML with the error instead of hiding it in the web console?
  647. # [03:33] <RyanVM> that's what I added to Makefile.in
  648. # [03:33] <biesi> jduell, we do, yeah. necko already has localization files
  649. # [03:33] <gps> bug 711300 is calling on me to check it in. can I just check in a checkin-needed bug like that?
  650. # [03:33] * Quits: ajuma (ajuma@moz-CDCFE118.home.cgocable.net) (Quit: ajuma)
  651. # [03:33] <biesi> jduell, that works too
  652. # [03:34] <biesi> I thought we already show an error page for this
  653. # [03:34] <biesi> but maybe I skimmed the bug too much
  654. # [03:34] <jduell> biesi: so what do I have to do to spit out an HTML page with an error description on it?
  655. # [03:34] <WG9s> Kwan: I was doing 2 builds to see if the issue is SDK related so far all the failed builds I have used version 7.0 of the WIN7 SDK and I see there is a version 7.1 available so doing a build using that. Don't have mush hope that it will maek a difference, but you never know unless you try.
  656. # [03:34] <jduell> We just spit out some sort of generic "this page has corrupted content" error: as opposed to saying "Error: server replied with two Content-Length headers"
  657. # [03:34] * Quits: slowbro (slowpoke@moz-48A23628.pools.arcor-ip.net) (Quit: The world is not beautiful - but that in itself lends it a kind of beauty.)
  658. # [03:35] * Parts: cl (cl@9C8FEE6F.B950727.926C56D8.IP)
  659. # [03:35] <jduell> biesi: I'm just wondering how much work it is to customize the HTML error page
  660. # [03:36] <biesi> jduell, that's all kinda messy
  661. # [03:36] <biesi> jduell, so basically the error message to show is passed as a ?foo=bar param to the error page
  662. # [03:36] <biesi> one sec
  663. # [03:37] <biesi> http://mxr.mozilla.org/mozilla-central/source/docshell/base/nsDocShell.cpp#4110
  664. # [03:37] <jduell> oh boy, docshell!
  665. # [03:37] * Quits: espindola (espindola@moz-6B1B47B1.dsl.teksavvy.com) (Quit: Ex-Chat)
  666. # [03:37] <biesi> jduell, and the entire horrible if at http://mxr.mozilla.org/mozilla-central/source/docshell/base/nsDocShell.cpp#3831
  667. # [03:38] <biesi> jduell, yep, that's where error pages live
  668. # [03:38] <biesi> not sure I like everything about how they were designed, but I only fixed them up, not designed them :)
  669. # [03:38] <jduell> biesi: so does this support Unicode? Any way to localize message?
  670. # [03:38] <biesi> jduell, of course
  671. # [03:38] <biesi> http://mxr.mozilla.org/mozilla-central/source/b2g/locales/en-US/chrome/overrides/appstrings.properties
  672. # [03:38] <biesi> wait wrong file
  673. # [03:39] <biesi> http://mxr.mozilla.org/mozilla-central/source/b2g/locales/en-US/chrome/overrides/appstrings.properties
  674. # [03:39] <biesi> c&p error
  675. # [03:39] * Joins: ThinkVision (someone3@C70599AD.36F60673.77EF871E.IP)
  676. # [03:39] <biesi> http://mxr.mozilla.org/mozilla-central/source/browser/locales/en-US/chrome/overrides/appstrings.properties#40
  677. # [03:39] <biesi> jduell, ^
  678. # [03:39] <jduell> biesi: so how do I pass the error string from necko to the docshell?
  679. # [03:39] <biesi> http://mxr.mozilla.org/mozilla-central/source/dom/locales/en-US/chrome/netError.dtd#49
  680. # [03:39] <biesi> jduell, don't do that
  681. # [03:39] <biesi> oh I see
  682. # [03:39] <biesi> yeah good luck with that
  683. # [03:40] <jduell> Well how are we doing it now? Just mapping nsresult error codes to error pages?
  684. # [03:40] * Quits: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  685. # [03:40] <biesi> right
  686. # [03:40] * Parts: ThinkVision (someone3@C70599AD.36F60673.77EF871E.IP) (Leaving)
  687. # [03:40] <jduell> biesi: ugh
  688. # [03:40] <biesi> we do substitute certain values into the strings (host, port, etc)
  689. # [03:40] <biesi> but it's basically that
  690. # [03:41] <biesi> extending that in a localizable way without coupling docshell and necko too much might be tricky
  691. # [03:41] <jduell> biesi: we should really be able to do better than that. meh
  692. # [03:41] * Quits: davida (davida@21B7B9F2.B87E9213.6E712CE2.IP) (Input/output error)
  693. # [03:41] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: pcwalton)
  694. # [03:42] <jduell> biesi: well, we could always do something hokey like do the localization in necko, and have the channel have an accessor method that allows any client (docshell, whatev) to fetch it
  695. # [03:42] * Quits: @dbaron (dbaron@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  696. # [03:42] * Joins: asac_ (asac@moz-EB51AD02.pppoe.wtnet.de)
  697. # [03:42] * Joins: jprmc (jprmc@moz-7F2FF3EB.cpe.net.cable.rogers.com)
  698. # [03:42] * rail is now known as rail_away
  699. # [03:42] <biesi> jduell, yeah, that'd be an option
  700. # [03:43] <biesi> jduell, like a "AString statusDescription" property next to the "nsresult status" on nsIREquest
  701. # [03:43] <jduell> biesi: meanwhile I guess I could do something like spit up a fairly generic error page that tells the user to look in the web console.
  702. # [03:43] * Quits: asac (asac@77BE00ED.8B41D250.B3DDC20A.IP) (Ping timeout)
  703. # [03:43] <biesi> jduell, yeah, maybe consult with UX on that too :)
  704. # [03:44] <jduell> biesi: is the code that maps from nsresult to HTML boilerplate page in the mxr links you sent me?
  705. # [03:44] <jduell> What do I have to do to add a new error code and page?
  706. # [03:44] <jduell> Be good for me to know that. (I might even document it!)
  707. # [03:45] <biesi> jduell, yes, that's the code. to add a new one all you have to do is to add to that if statement and add the string in the dtd/properties file
  708. # [03:45] <biesi> all half-dozen copies of the file
  709. # [03:45] * Joins: Boriss_ (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  710. # [03:46] <jduell> biesi: lovely. Thanks.
  711. # [03:46] <biesi> np
  712. # [03:46] * Quits: smooney (smooney@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: smooney)
  713. # [03:46] * Quits: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  714. # [03:47] * Quits: Boriss_ (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  715. # [03:47] * Quits: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  716. # [03:48] * Quits: taras (taras@moz-8E045071.hsd1.wa.comcast.net) (Ping timeout)
  717. # [03:50] * Joins: taras (taras@moz-8E045071.hsd1.wa.comcast.net)
  718. # [03:51] * philor is now known as philor|away
  719. # [03:52] * heycam is now known as heycam|away
  720. # [03:52] * Quits: mwu (mwu@moz-59435430.hsd1.nj.comcast.net) (Ping timeout)
  721. # [03:54] * Quits: hub (hub@21B7B9F2.B87E9213.6E712CE2.IP) (Input/output error)
  722. # [03:55] <jduell> biesi: umm, so the various appstrings.properties files don't override each other? We just pick one? I'm seeing the exact same string (for corruptedContentError at least) in all of them, which would seem superfluous otherwise
  723. # [03:56] <biesi> jduell, ah, well
  724. # [03:56] <biesi> so
  725. # [03:56] <biesi> jduell, there is one of them for core, which avoids product-specific text
  726. # [03:56] <biesi> jduell, and then there is one per app, which does have product-specific text
  727. # [03:57] <jduell> biesi: huh. I thought we handles that elsewhere by making the product name a format specifier in the string.
  728. # [03:57] <biesi> jduell, there's more product-specific stuff in there
  729. # [03:57] <biesi> although I don't recall now which one
  730. # [03:57] <jduell> biesi: ok
  731. # [04:00] <ewong> anyone familiar with the package-manifest.in file?
  732. # [04:01] * Quits: Mossop (mossop@moz-69188DA4.dsl.dynamic.sonic.net) (Ping timeout)
  733. # [04:01] * Quits: jamesr (jamesr@D18589DC.D6CCE4AE.77834EAA.IP) (Quit: jamesr)
  734. # [04:02] * Quits: dbradley (dbradley@moz-8FACAA93.fuse.net) (Ping timeout)
  735. # [04:02] * Joins: dbradley (dbradley@moz-8FACAA93.fuse.net)
  736. # [04:02] * Joins: mdas (mdas@8CB764BC.D30B51A1.412CF160.IP)
  737. # [04:03] <jbuck> ewong: I've been dealing with it recently
  738. # [04:03] <jbuck> trying to fix a package error? :)
  739. # [04:03] <ewong> jbuck yeah.
  740. # [04:04] <ewong> jbuck specifically bug #717493 but I can't tell if proxyObject.xpt is a needed file on some platforms or it's not needed at all..
  741. # [04:04] * Quits: darktrojan (geoff@moz-57EC95C5.dsl.telstraclear.net) (Quit: darktrojan)
  742. # [04:04] <jbuck> oh
  743. # [04:04] <jbuck> that was something that got removed I think
  744. # [04:04] <ewong> jbuck I looked at the build results for the OSX and it's not present.. while it's present in linux and Windows
  745. # [04:05] * Quits: mdas (mdas@8CB764BC.D30B51A1.412CF160.IP) (Quit: mdas)
  746. # [04:05] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Quit: faramarz)
  747. # [04:05] <ewong> 'by present, I mean the warning is present'
  748. # [04:05] <jbuck> hmm, https://bugzilla.mozilla.org/show_bug.cgi?id=675221 was the bug that nuked it I think, but I'm not sure if it landed...
  749. # [04:06] <ewong> jbuck thanks! similiarly, bug #716397, this one looks like a platform dependent issue that I asked earlier
  750. # [04:06] <jbuck> yeah, I think it's gone for good, from looking at https://bug675221.bugzilla.mozilla.org/attachment.cgi?id=549394
  751. # [04:07] <jbuck> lets double check that assertion..
  752. # [04:07] * Joins: rwaldron (rwaldron@moz-71B3012E.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com)
  753. # [04:07] <jbuck> interesting how it only throws an error on one platform though
  754. # [04:07] * Joins: Mossop (mossop@moz-69188DA4.dsl.dynamic.sonic.net)
  755. # [04:08] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 9.0.1/20111223083612])
  756. # [04:09] * Joins: Mook (mook@moz-D4B2E3F9.dsl.teksavvy.com)
  757. # [04:09] <ewong> jbuck you're looking at the build logs right?
  758. # [04:10] <jbuck> yeah, I ahve some from when I was testing my patch
  759. # [04:11] <ewong> I don't get it.. I see the error in the Linux and Windows platform.. but none in the OSX one..
  760. # [04:11] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  761. # [04:11] <jbuck> huh, I see it in my log
  762. # [04:11] <ewong> but that line is clearly in the package-manifest.in file
  763. # [04:12] <jbuck> http://pastebin.mozilla.org/1452828
  764. # [04:13] <ewong> oooh.. I see it.. it's generated elsewhere
  765. # [04:13] <ewong> jbuck: that's neat! so I guess I can junk that line then
  766. # [04:14] * bear-afk is now known as bear
  767. # [04:14] <jbuck> Yeah, I think it's safe to get rid of proxyObject.xpt
  768. # [04:14] * Joins: se (DS@moz-B62ECC33.wi.res.rr.com)
  769. # [04:16] <ewong> jbuck thanks! Very much appreciate the help with this..
  770. # [04:16] * Joins: By-Tor (bytor@moz-46974D0B.dyn.optonline.net)
  771. # [04:16] <jbuck> I'm happy to help, after banging my head with fixing the mozglue.dll error :)
  772. # [04:19] <ewong> jbuck ahh so you're the person who's doing bug #716397! wicked! I'm considering porting your change to SeaMonkey!
  773. # [04:19] <jbuck> haha, I was just going to ask about that
  774. # [04:19] <jbuck> how do you port changes between c-c and m-c?
  775. # [04:19] * Quits: rwaldron (rwaldron@moz-71B3012E.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com) (Quit: Leaving...)
  776. # [04:20] <ewong> jbuck without a patch in m-c, it's very difficult for me.. as I'm not particularly good at this.. but with a patch in m-c, I can at least figure out which files I need to consider..
  777. # [04:20] <ewong> jbuck I know it's 'copy and paste', but I consider the m-c patch as a mentor
  778. # [04:20] <jbuck> heh
  779. # [04:21] <dolske> ehsan: quickish ping?
  780. # [04:21] <ewong> jbuck so I thank you for your help in understanding this package-manifest.in file. like Makefiles, it's hard to figure out alone.. (well.. the package-manifest.in is *easier* than Makefiles)
  781. # [04:23] <jbuck> np
  782. # [04:23] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  783. # [04:25] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  784. # [04:25] <jbuck> to port over my patch, looks like you want to edit http://mxr.mozilla.org/comm-central/source/suite/installer/package-manifest.in and http://mxr.mozilla.org/comm-central/source/suite/installer/Makefile.in I think?
  785. # [04:25] <jbuck> (I'm assuming suite==seamonkey, I've never worked with c-c before)
  786. # [04:27] * Joins: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com)
  787. # [04:28] * Joins: rwaldron (rwaldron@moz-71B3012E.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com)
  788. # [04:30] <ewong> jbuck: yeah.. I tried your patch and it seems to work..
  789. # [04:30] <ewong> jbuck yup suite == seamonkey
  790. # [04:31] * Joins: jamesr (jamesr@moz-C40B3BE3.hfc.comcastbusiness.net)
  791. # [04:31] * Quits: jhammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
  792. # [04:33] * Quits: jgriffin (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net) (Quit: jgriffin)
  793. # [04:33] * Quits: diogogmt (kvirc@C75E470E.3B63BE3F.5F8B00E7.IP) (Quit: KVIrc 4.1.1 Equilibrium http://www.kvirc.net/)
  794. # [04:34] * Quits: Mossop (mossop@moz-69188DA4.dsl.dynamic.sonic.net) (Ping timeout)
  795. # [04:34] * Joins: regen (Miller@moz-AC5D4F09.adsl.dynamic.seed.net.tw)
  796. # [04:34] * Quits: regen (Miller@moz-AC5D4F09.adsl.dynamic.seed.net.tw) (Input/output error)
  797. # [04:35] * Quits: brendan (brendaneic@moz-BBE3ABD.mv.mozilla.com) (Quit: brendan)
  798. # [04:35] * glob|away is now known as glob
  799. # [04:35] * Quits: jamesr (jamesr@moz-C40B3BE3.hfc.comcastbusiness.net) (Quit: jamesr)
  800. # [04:36] * cjones is now known as cjones-dinner
  801. # [04:38] * Quits: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.2a1pre)
  802. # [04:40] * Joins: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net)
  803. # [04:43] * Quits: kumar (kmcmillan@moz-F2D05B8.c3-0.stk-ubr1.chi-stk.il.cable.rcn.com) (Quit: kumar)
  804. # [04:43] * Quits: ericjung (Mibbit@moz-C6B344D.bstnma.fios.verizon.net) (Quit: http://www.mibbit.com ajax IRC Client)
  805. # [04:45] * Quits: helix (saffron@moz-43E1394C.heapspace.net) (Ping timeout)
  806. # [04:45] * Joins: helix (saffron@moz-43E1394C.heapspace.net)
  807. # [04:46] * philor|away is now known as philor
  808. # [04:50] * Quits: By-Tor (bytor@moz-46974D0B.dyn.optonline.net) (Connection reset by peer)
  809. # [04:55] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Quit: Instantbird 1.1)
  810. # [04:57] * Joins: jamesr (jamesr@moz-C40B3BE3.hfc.comcastbusiness.net)
  811. # [04:58] * Quits: peregrino (peregrino@moz-A7A9A607.telecom.net.ar) (Quit: peregrino)
  812. # [04:59] * Quits: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  813. # [04:59] <philor> I wonder, if we broke nsIProcess.kill on Linux, would anyone notice?
  814. # [05:00] <cmr> When does firefox kill a process?
  815. # [05:00] <cmr> Plugins?
  816. # [05:00] * Joins: Mossop (mossop@moz-69188DA4.dsl.dynamic.sonic.net)
  817. # [05:01] * Quits: mijia (mijia@DC4232F0.766373FB.C3A57E70.IP) (Ping timeout)
  818. # [05:01] * Joins: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net)
  819. # [05:02] * Quits: Mossop (mossop@moz-69188DA4.dsl.dynamic.sonic.net) (Ping timeout)
  820. # [05:04] * Quits: jduell (jduell@moz-E3AECA12.spl.org) (Ping timeout)
  821. # [05:05] <philor> for nsIFoo, http://mxr.mozilla.org/mozilla-central/find?string=nsiprocess is usually a good bet, since there'll mostly be an idl with that name that will sort of roughly tell you what it does
  822. # [05:06] * Quits: RyanVM (chatzilla@moz-D04D3C77.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.88 [Firefox 12.0a1/20120116172617])
  823. # [05:07] * Quits: richardus (richardus@moz-9C44B6ED.xen.prgmr.com) (Ping timeout)
  824. # [05:08] * Quits: biesi (cbiesinger@moz-76ED95A4.corp.tfbnw.net) (Ping timeout)
  825. # [05:10] * Joins: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP)
  826. # [05:12] * Quits: romeo (romeo@moz-18AD2F99.k744.webspeed.dk) (Quit: Leaving)
  827. # [05:12] * nthomas is now known as nthomas|away
  828. # [05:13] * Quits: dcamp (dave@moz-7A3337E6.hsd1.wa.comcast.net) (Quit: Leaving...)
  829. # [05:13] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  830. # [05:13] * Quits: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com) (Ping timeout)
  831. # [05:14] * Joins: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com)
  832. # [05:14] * mattwoodrow is now known as mattwoodrow|away
  833. # [05:15] * Joins: sfink (chatzilla@moz-5175E49F.dsl.pltn13.sbcglobal.net)
  834. # [05:17] * Joins: gkw (gkw@moz-A7D8CA2A.hsd1.ca.comcast.net)
  835. # [05:18] * Quits: gerv (gerv@moz-8E68CF56.in-addr.arpa) (Quit: Leaving.)
  836. # [05:18] <Mook> nsIProcess.kill probably doesn't work cross-platform anyway, right? so probably not as much...
  837. # [05:18] * Joins: bretr (bret_recka@65A6E877.19C82445.38499D49.IP)
  838. # [05:20] * juanb is now known as juanb|afk
  839. # [05:21] * Quits: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net) (Quit: Leaving...)
  840. # [05:22] <philor> I can neither confirm nor deny that any part of nsIProcess has ever worked
  841. # [05:23] * Quits: anky (anky@2CC4514.AE3A1173.A3D1B221.IP) (Ping timeout)
  842. # [05:23] * Quits: jlebar|mac (jlebar@moz-3F3A6302.dyn.columbia.edu) (Quit: jlebar|mac)
  843. # [05:23] * Joins: anky (anky@A996F148.AD228C1F.A3D1B221.IP)
  844. # [05:25] * jlebar|dinner is now known as jlebar
  845. # [05:26] * cjones-dinner is now known as cjones
  846. # [05:27] <Mook> I can confirm that synchronously running things on the main thread, blocking all user interaction, has worked at one point.
  847. # [05:27] * Joins: richardus (richardus@moz-9C44B6ED.xen.prgmr.com)
  848. # [05:28] * Quits: squib (squib@moz-F5CA0CFB.dhcp.mdsn.wi.charter.com) (Connection reset by peer)
  849. # [05:28] * Joins: squib (squib@moz-F5CA0CFB.dhcp.mdsn.wi.charter.com)
  850. # [05:29] * Quits: squib (squib@moz-F5CA0CFB.dhcp.mdsn.wi.charter.com) (Connection reset by peer)
  851. # [05:30] * Quits: mjschranz (mjschranz@C1FFC78F.531FD64C.630E4E47.IP) (Client exited)
  852. # [05:33] * Joins: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk)
  853. # [05:34] <jdm> huh, I updated macports and upgraded the out of date ports, and hg disappeared from under me D:
  854. # [05:34] <philor> they probably thought you should install it directly, instead of messing with and waiting for them
  855. # [05:34] <ewong> who do I get for review for code/line changes in browser/installer? Is it defaulted to the Firefox(browser) peers?
  856. # [05:36] <ewong> oh wait.. it's a buildconfig bug...
  857. # [05:37] * Quits: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net) (Quit: raccettura)
  858. # [05:38] <ewong> guess t_ed's the best person to ask..
  859. # [05:38] <ewong> er I mean ted
  860. # [05:39] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  861. # [05:39] <Mook> and if it wasn't, probably :rs for actual installer changes.
  862. # [05:39] <philor> mbrubeck: I think I've figured out your pattern of M3 failures: the pattern is that workers and editor have their tests in M3
  863. # [05:45] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  864. # [05:49] * Quits: rwaldron (rwaldron@moz-71B3012E.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com) (Quit: Leaving...)
  865. # [05:50] * Quits: bretr (bret_recka@65A6E877.19C82445.38499D49.IP) (Quit: bretr)
  866. # [05:51] * Joins: flx (flx@moz-D5BA190D.uwaterloo.ca)
  867. # [05:55] * Quits: dbradley (dbradley@moz-8FACAA93.fuse.net) (Quit: )
  868. # [05:57] <jdm> grr, I can't figure out why my download manager patch bounced on aurora
  869. # [06:01] <jdm> aha!
  870. # [06:01] * Joins: yuan (ywang@moz-6A0DF30E.hsd1.ca.comcast.net)
  871. # [06:02] * Joins: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk)
  872. # [06:02] <philor> Jesse: I don' t think I've ever dealt with a shortage of crashtest assertions - do I just say "yay, sometimes we're better" and adjust the range down?
  873. # [06:02] * Quits: int3 (int3@moz-D134A91A.singnet.com.sg) (Client exited)
  874. # [06:03] * Quits: anky (anky@A996F148.AD228C1F.A3D1B221.IP) (Client exited)
  875. # [06:04] * Quits: lsumar (lsumar@E2F7352.56080C53.97BBD552.IP) (Quit: This computer has gone to sleep)
  876. # [06:10] * Joins: rshetty (quassel@A96419A9.31DD3D7A.E28C2422.IP)
  877. # [06:12] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  878. # [06:16] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  879. # [06:17] * Joins: Kwan_ (chatzilla@moz-2402E6E3.zone11.bethere.co.uk)
  880. # [06:17] * philor wonders how people expect "nobody is ever responsible for starring or filing orange, anywhere, at all" to work
  881. # [06:17] * Quits: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk) (Ping timeout)
  882. # [06:17] * Kwan_ is now known as Kwan
  883. # [06:18] <jdm> la la la, I can't hear you
  884. # [06:21] <philor> yeah, true
  885. # [06:21] * Joins: squib (squib@moz-F5CA0CFB.dhcp.mdsn.wi.charter.com)
  886. # [06:22] <philor> the systems are pretty illustrative: Chrome has some algo where tests that intermittently fail are automatically retried and eventually automatically marked as flaky; we let two or three people trick themselves into being the only ones who will ever do it
  887. # [06:23] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  888. # [06:23] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  889. # [06:25] * lsblakk is now known as lsblakk|afk
  890. # [06:26] * Quits: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com) (Client exited)
  891. # [06:28] * Joins: Mavericks (Mibbit@2DBDD5F7.D836008B.FDEA3160.IP)
  892. # [06:29] <Mavericks> hello all,
  893. # [06:29] * Quits: nrc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  894. # [06:29] <Mavericks> Is anyone here planning to attend the pycon 2012 conference from march. 7-15?
  895. # [06:29] <Mavericks> please let me know
  896. # [06:30] * Joins: regen (Miller@moz-AC5D4F09.adsl.dynamic.seed.net.tw)
  897. # [06:32] * Joins: whimboo (whimboo@moz-216F9AFA.superkabel.de)
  898. # [06:32] * Parts: whimboo (whimboo@moz-216F9AFA.superkabel.de)
  899. # [06:33] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  900. # [06:34] * Joins: jhammink (textual@moz-BBE3ABD.mv.mozilla.com)
  901. # [06:36] * Joins: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net)
  902. # [06:39] * Joins: fabrice1 (fabrice@moz-104CC309.mv.mozilla.com)
  903. # [06:39] * dholbert is now known as dholbert|afk
  904. # [06:40] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  905. # [06:41] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  906. # [06:41] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  907. # [06:42] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  908. # [06:46] * Joins: int3 (int3@moz-D134A91A.singnet.com.sg)
  909. # [06:46] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  910. # [06:46] * Joins: Polynomial-C (Poly-C@moz-16154BB8.dip.t-dialin.net)
  911. # [06:49] * Quits: regen (Miller@moz-AC5D4F09.adsl.dynamic.seed.net.tw) (Ping timeout)
  912. # [06:50] * Joins: hub (hub@83874EA1.EB7C1AF9.6F478678.IP)
  913. # [06:51] * Quits: c0smikdebris (c0smikdebr@39CE4B98.DCDD255.BE90E62C.IP) (Quit: Computer has gone to sleep.)
  914. # [06:52] * Joins: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net)
  915. # [06:53] * Quits: gkw (gkw@moz-A7D8CA2A.hsd1.ca.comcast.net) (Quit: Instantbird 1.1)
  916. # [06:54] <jesup> This is funny for so many reasons.... ;-) (from trying to load a Slashdot comment): Error 503 Service Unavailable \n Service Unavailable \n Guru Meditation: XID: 408155818
  917. # [06:55] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Ping timeout)
  918. # [06:58] * Quits: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net) (Quit: damons)
  919. # [06:59] * Quits: flx (flx@moz-D5BA190D.uwaterloo.ca) (Quit: leaving)
  920. # [07:00] <glob> oh man, haven't seen a guru meditation error for _some time_ :)
  921. # [07:06] <glob> bmo has just been updated: bugzil.la/715424,715771,714335,712141,718593,718626,686184
  922. # [07:12] * Quits: Mook (mook@moz-D4B2E3F9.dsl.teksavvy.com) (Quit: ChatZilla 0.9.87-rdmsoft [XULRunner 6.0/20110811165603])
  923. # [07:12] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  924. # [07:13] * Quits: mconley (mconley@moz-9C0F4EBF.cable.teksavvy.com) (Input/output error)
  925. # [07:13] <Yoric> hi
  926. # [07:13] <Mavericks> hi
  927. # [07:14] * Quits: yury (yury@moz-E1A05497.ok.ok.cox.net) (Ping timeout)
  928. # [07:16] * mattwoodrow|away is now known as mattwoodrow
  929. # [07:17] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  930. # [07:18] * Mavericks is now known as Mavericks|lunch
  931. # [07:19] * Quits: cadecairos (cadecairos@moz-632B4208.cpe.net.cable.rogers.com) (Ping timeout)
  932. # [07:22] * Quits: robarnold (rob@moz-59F6B5.hfc.comcastbusiness.net) (Ping timeout)
  933. # [07:22] * Joins: robarnold (rob@moz-59F6B5.hfc.comcastbusiness.net)
  934. # [07:26] * Quits: njn (chatzilla@moz-67BF6169.dyn.iinet.net.au) (Quit: ChatZilla 0.9.88 [Firefox 12.0a1/20120108173212])
  935. # [07:29] <bsmith> what is the name of the bugzilla link shortener and/or how can I get bugzilla to spit out a shortened link?
  936. # [07:29] <glob> http://bugzil.la/ i guess
  937. # [07:29] * Quits: bnicholson (bnicholson@moz-D1AB96C1.hsd1.ca.comcast.net) (Quit: Leaving)
  938. # [07:30] <glob> usage depends on the original bugzilla url
  939. # [07:30] <bsmith> https://bugzilla.mozilla.org/buglist.cgi?list_id=2087812&field0-0-0=status_whiteboard&type0-0-1=substring&field0-0-1=keywords&classification=Components&value0-0-2=psm-startup&query_format=advanced&field0-0-2=status_whiteboard&value0-0-1=perf&type0-0-0=substring&value0-0-0=[ts]&component=Security%3A%20PSM&product=Core&type0-0-2=substring
  940. # [07:31] <glob> i don't think it supports advanced searches, just quick search. reed?
  941. # [07:33] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  942. # [07:33] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  943. # [07:34] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Ping timeout)
  944. # [07:35] <glob> bsmith, note that's already a shortened link (they used to be much longer!)
  945. # [07:35] * glob adds bug 473426 to his not-short todo list
  946. # [07:37] <tn> philor, does the orange on mozilla-beta look decidedly random to you?
  947. # [07:37] <bsmith> glob: thanks for your help!
  948. # [07:37] <philor> looking
  949. # [07:38] <philor> tn: decidedly non-random, it's clearly very concentrated in the Android regions ;)
  950. # [07:38] <tn> philor, heh, like usual :)
  951. # [07:40] <philor> tn: but that R2 has a suggestion of "near-permaorange" because it was near-permaorange before it got fixed, one train-car behind that one
  952. # [07:40] * beltzner grumbles about "random"
  953. # [07:40] <beltzner> glob: effin' hot today
  954. # [07:40] <philor> just pound on the retrigger button is generally a somewhat-expensive but workable solution, but in that case, someone at some point has to actually look at the suggestion
  955. # [07:40] <glob> beltzner, i guess :)
  956. # [07:40] * Quits: bsmith (bsmith@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  957. # [07:41] <philor> beltzner: thanks to you, I can type "intermittent" perfectly correctly with one hand
  958. # [07:41] <beltzner> tmi
  959. # [07:43] <glob> beltzner, tip: don't go outside :)
  960. # [07:43] <beltzner> yeah, walking for lunch today was ... poor
  961. # [07:43] <KWierso> beltzner: trade ya. currently 8F here
  962. # [07:44] <glob> KWierso, 97F here
  963. # [07:44] <KWierso> nevermind
  964. # [07:44] <glob> lol
  965. # [07:44] * jcranmer is now known as jcranmer|away
  966. # [07:44] * Joins: dao (dao@moz-C40EE4F8.superkabel.de)
  967. # [07:44] * KWierso actually prefers winter coldness over summer heat
  968. # [07:45] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  969. # [07:46] * Quits: jamesr (jamesr@moz-C40B3BE3.hfc.comcastbusiness.net) (Quit: jamesr)
  970. # [07:47] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  971. # [07:47] <philor> tn: your Android b-c is my favorite of the lot, though, because it failed because someone killed an Android test run on try
  972. # [07:47] <philor> nobody wears bigger clownshoes than us, *nobody*
  973. # [07:49] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  974. # [07:50] * Quits: lmandel (lmandel@moz-113D7D7C.cable.teksavvy.com) (Quit: lmandel)
  975. # [07:50] * bear is now known as bear-afk
  976. # [07:50] <Callek> bz_dinner: off topic, I know... BUT even if you're not republican, Scott Brown voting NO on PIPA and SOPA oughta make you smile :-)
  977. # [07:51] * Joins: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net)
  978. # [07:51] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  979. # [07:51] <tn> philor, wow, i have no idea how you would figure out that causal relationship existed in the first place
  980. # [07:51] <@bz_dinner> callek: mmm
  981. # [07:52] <@bz_dinner> callek: his office's response to me back when was somewhat noncommital
  982. # [07:52] <@bz_dinner> callek: and fwiw, no I'm not republican and yes, I voted for Brown
  983. # [07:52] * Quits: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP) (Ping timeout)
  984. # [07:52] <Callek> bz_dinner: well he posted on Facebook his stance on it today
  985. # [07:52] <@bz_dinner> good, good
  986. # [07:52] <Callek> bz_dinner: to quote: "I’m going to vote NO on PIPA and SOPA. The Internet is too important to our economy."
  987. # [07:52] * Joins: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP)
  988. # [07:53] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Ping timeout)
  989. # [07:54] <tn> philor, thanks
  990. # [07:54] <philor> tn: np, thanks for the reminder to look down there, shout if it oranges up again
  991. # [07:55] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  992. # [07:55] <philor> my connection is sucking more than usual, so I can't keep five open at once
  993. # [07:57] * Joins: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net)
  994. # [07:59] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Ping timeout)
  995. # [07:59] <eflores> Say, is there anything on a document or pres shell that needs to be called to clean up?
  996. # [07:59] <eflores> I'm leaking memory out the wazoo and they all seem to be from event listeners
  997. # [08:00] * eflores is on a silly question roll this week
  998. # [08:00] * Quits: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net) (Quit: smooney)
  999. # [08:00] * Quits: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net) (Quit: Leaving...)
  1000. # [08:02] * Joins: RemusPop (remuspop@601F3B17.33662590.A5830293.IP)
  1001. # [08:04] * philor curses tbpl, the generic cluster, media tests, and his connection, and stars them manually, like an animal
  1002. # [08:06] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  1003. # [08:09] <gaston> an user reported a crash of his machine going to google.com/nexus with 10.0b4
  1004. # [08:09] <gaston> might it be 702651, even if it's on openbsd and not on arm/android ?
  1005. # [08:10] * jaws is now known as jaws|censoredBySOPA
  1006. # [08:11] * Quits: sgimeno (santiago.g@A922400D.48362F18.BCC03455.IP) (Ping timeout)
  1007. # [08:12] * Joins: sgimeno (santiago.g@A922400D.48362F18.BCC03455.IP)
  1008. # [08:12] * Quits: hub (hub@83874EA1.EB7C1AF9.6F478678.IP) (Input/output error)
  1009. # [08:19] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  1010. # [08:20] * Joins: Ammiel (ammiel@moz-87DF4B77.wi.res.rr.com)
  1011. # [08:21] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Connection reset by peer)
  1012. # [08:21] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  1013. # [08:21] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1014. # [08:22] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  1015. # [08:24] * Quits: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP) (Ping timeout)
  1016. # [08:25] * Joins: past (past@moz-7A4B0599.dsl.dyn.forthnet.gr)
  1017. # [08:27] * Quits: @dveditz (dveditz@moz-34991AF4.dhcp.cruzio.com) (Quit: dveditz)
  1018. # [08:29] * Joins: dalsh (dalsh@51E11DC6.8916245C.163E2FB.IP)
  1019. # [08:31] * Parts: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1020. # [08:32] * glob is now known as glob|away
  1021. # [08:34] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1022. # [08:34] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1023. # [08:35] * Quits: juanb|afk (jbecerra@moz-F1012875.hsd1.ca.comcast.net) (Quit: juanb|afk)
  1024. # [08:35] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1025. # [08:38] <philor> tn: I can get the rest, but could you do me one favor on aurora, load https://tbpl.mozilla.org/php/getParsedLog.php?id=8629412&tree=Mozilla-Aurora and tell me that it ends in 50MB of repeated test_writer_starvation.html lines?
  1026. # [08:38] <tn> philor, ok
  1027. # [08:39] <philor> they're a little hard on your browser, but not as hard as they are to load over 3G with barely one bar :)
  1028. # [08:39] <philor> and yes, it is pretty sick that I know from the way it fails to load what the failure will be
  1029. # [08:41] <philor> oh, actually, tbpl's been choking on those lately, might have to take the long way around to a direct link to the log on ftp.m.o
  1030. # [08:42] <philor> which would be http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-aurora-win32-pgo/1326850300/mozilla-aurora_win7_test_pgo-mochitests-2-build238.txt.gz
  1031. # [08:42] * Joins: MarcoZ (marco.zehe@moz-F719AE6A.dip.t-dialin.net)
  1032. # [08:43] <philor> which even I can load down to the infinite loop, I need to start remembering that instead of looking for a victim
  1033. # [08:43] <philor> tn: sorry, I got it
  1034. # [08:44] <tn> philor, ok, cause it wasn't loading at all for me
  1035. # [08:44] <tn> 3G only??
  1036. # [08:44] <Yoric> And now comes that painful time when the patch works, the tests work, and all that remains to do is 1/ cleaning-up code 2/ dividing into tiny patches.
  1037. # [08:44] * Parts: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1038. # [08:45] <philor> tn: yeah, if you're ever stuck with one of those, the secret is to load the log for the xpcshell (because it's small), get the link to "download full log" from it, trim off the filename, to get the directory on ftp.m.o, then you can load them without having to deal with tbpl's inefficient parsing
  1039. # [08:46] <@bz_dinner> tn: thanks for setting me straight in bug 713427
  1040. # [08:46] * Joins: tonymec__ (tonymec@BC6DF557.BD2F4AC.277517C1.IP)
  1041. # [08:46] * tonymec__ is now known as tonymec|away
  1042. # [08:47] <tn> bz_dinner, oh, awesome, thanks for patching that.
  1043. # [08:48] <tn> bz_dinner, this does change my understanding of the lazy bits, so we might want to look over the frame constructor code with this in mind
  1044. # [08:48] <@bz_dinner> tn: sorry for the crappy code to start with
  1045. # [08:48] <@bz_dinner> tn: and for you getting stuck with the review.. ;)
  1046. # [08:48] <@bz_dinner> tn: fwiw, this does match the understanding I had when I reviewed those patches
  1047. # [08:48] <@bz_dinner> tn: it's just been a while
  1048. # [08:50] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  1049. # [08:51] * Joins: dalsh_ (dalsh@51E11DC6.8916245C.163E2FB.IP)
  1050. # [08:52] * Joins: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net)
  1051. # [08:52] * Quits: dalsh (dalsh@51E11DC6.8916245C.163E2FB.IP) (Ping timeout)
  1052. # [08:53] * @bz_dinner wonders how usable a PIN-less swipe card is in France
  1053. # [08:53] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1054. # [08:54] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1055. # [08:54] * Quits: clee (clee@moz-E3C0B5D0.hsd1.ca.comcast.net) (Quit: clee)
  1056. # [08:55] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1057. # [08:55] <glazou> bonjour
  1058. # [08:56] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1059. # [08:59] <@bz_dinner> speaking of people in France... ;)
  1060. # [08:59] <@bz_dinner> good morning
  1061. # [08:59] <@bz_dinner> or more precisely in my case good night. ;)
  1062. # [08:59] * glob|away is now known as glob
  1063. # [09:00] <@bz_dinner> do have a question, though
  1064. # [09:00] <@bz_dinner> say I hypothetically visit France and have a typical US magnetic-stripe credit card
  1065. # [09:00] <@bz_dinner> no PIN, just swipe+sign
  1066. # [09:00] * Joins: necolas (necolas@moz-C8C6D8F3.bb.sky.com)
  1067. # [09:00] <@bz_dinner> how much of a problem is that in practice?
  1068. # [09:00] <@bz_dinner> (outside of automated machines of various sorts, where I understand it's a serious problem)
  1069. # [09:01] <felipe> philor: so the patch in bug 706897 fixed the orange. what's the usual procedure to orange that made into aurora? leave it there for 6 weeks, or get approval-aurora for test-only?
  1070. # [09:01] <philor> felipe: oh, get approval, get it get it get it, approval
  1071. # [09:01] * Joins: mib (Mibbit@moz-96F88F45.just.ee)
  1072. # [09:02] * Quits: dao (dao@moz-C40EE4F8.superkabel.de) (Quit: Leaving.)
  1073. # [09:02] * Joins: stransky (stransky@moz-6F10C81D.net.upcbroadband.cz)
  1074. # [09:02] * @bz_dinner imagines philor with those pom-pom things
  1075. # [09:02] * bz_dinner is now known as bz
  1076. # [09:02] <philor> (because that failure is really hard to persuade tbpl to actually load, for some unknown reason)
  1077. # [09:02] <philor> little kid in the cereal aisle, pulling on your pants leg, was what I was going for
  1078. # [09:04] <glazou> bz: not a problem at all
  1079. # [09:04] <glazou> of course, transactions are less secure
  1080. # [09:04] <philor> felipe: they're really good about granting test-only approval, I think we just don't ask for it much because we still surprised by the idea of test-only not having automatic approval
  1081. # [09:05] <glazou> bz: please understand zillions of tourists have same issue and they still can visit the country :-)
  1082. # [09:05] <felipe> done, have your cereal!
  1083. # [09:05] * Mavericks|lunch is now known as Mavericks
  1084. # [09:05] <felipe> but no more chocolate until the end of the week
  1085. # [09:06] * Joins: whimboo (whimboo@moz-216F9AFA.superkabel.de)
  1086. # [09:06] <philor> chocolate! chocolate frosted sugar bombs, that's what I wanted!
  1087. # [09:06] * Mavericks is now known as Mavericks|lunch
  1088. # [09:07] <felipe> http://o5.com/wp-content/uploads/2010/07/ucsi009245.jpg
  1089. # [09:07] * Joins: pascalc (chatzilla@moz-E7225198.rev.sfr.net)
  1090. # [09:07] <philor> hahaha
  1091. # [09:07] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Ping timeout)
  1092. # [09:07] * Quits: whimboo (whimboo@moz-216F9AFA.superkabel.de) (Quit: Leaving.)
  1093. # [09:08] * Joins: whimboo (whimboo@moz-216F9AFA.superkabel.de)
  1094. # [09:10] * Quits: squib (squib@moz-F5CA0CFB.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1095. # [09:12] <philor> huh. I'm actually caught up, for the first time since sometime Sunday
  1096. # [09:15] * Quits: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net) (Ping timeout)
  1097. # [09:17] * Quits: tonymec|away (tonymec@BC6DF557.BD2F4AC.277517C1.IP) (Quit: Konversation terminated!)
  1098. # [09:19] <eflores> Event listeners are jerks
  1099. # [09:19] <eflores> OH HAI, I'M IN UR REFCOUNTER LEAKIN UR MEMORY
  1100. # [09:20] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  1101. # [09:20] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  1102. # [09:20] * glob is now known as glob|away
  1103. # [09:21] * Joins: jfkthame_afk (jfkthame@B74C8744.90783722.9542EC20.IP)
  1104. # [09:21] * jfkthame_afk is now known as jfkthame
  1105. # [09:21] * Joins: darktrojan (geoff@moz-57EC95C5.dsl.telstraclear.net)
  1106. # [09:22] * Joins: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net)
  1107. # [09:22] * Joins: tonymec__ (tonymec@C2E3FCD.D32D8EFB.277517C1.IP)
  1108. # [09:23] <@bz> glazou: the secure thing doesn't bother me
  1109. # [09:23] * tonymec__ is now known as tonymec|away
  1110. # [09:23] <glazou> bz: so no problem
  1111. # [09:23] <@bz> glazou: whether I can buy stuff with the credit card is more important. ;)
  1112. # [09:23] <glazou> yeah you can, but be ready to show your passport
  1113. # [09:23] <@bz> glazou: I assume my understanding that I'm likely to be SOL for automated machines is correct?
  1114. # [09:23] <@bz> glazou: heh
  1115. # [09:23] <@bz> glazou: yeah, I got that part too
  1116. # [09:23] <glazou> I don't know
  1117. # [09:24] <glazou> all ATMs will work for you
  1118. # [09:24] <@bz> glazou: fwiw, I'll be in Paris from Fri morning to next Sat
  1119. # [09:24] <@bz> glazou: yeah, I have a non-credit-card ATM card anyway
  1120. # [09:24] <glazou> too bad you'll miss the CSS WG ftf right after that
  1121. # [09:24] <@bz> glazou: All I have to do is find a BNP Paribas ATM
  1122. # [09:24] * Joins: nrc (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  1123. # [09:24] <glazou> you should extend your trip
  1124. # [09:24] <@bz> glazou: which looks like it should be easy once I get out of CDG
  1125. # [09:24] <@bz> glazou: not an option
  1126. # [09:25] <glazou> BNP atms are all over the place
  1127. # [09:25] <glazou> too bad
  1128. # [09:25] <@bz> glazou: well, all over the place outside CDG. ;)
  1129. # [09:25] <glazou> why do you need only BNP?
  1130. # [09:25] <@bz> glazou: because Bank of America has a no-atm-charges setup with them
  1131. # [09:25] <@bz> glazou: so I don't _need_ them
  1132. # [09:25] <glazou> I see
  1133. # [09:26] <@bz> glazou: but it means I can withdraw money as needed, not as much as I can at once
  1134. # [09:26] <glazou> yep
  1135. # [09:26] <glazou> then I suggest you get a few euros while in the US
  1136. # [09:26] <hsivonen> bz: you won't be able to buy tram tickets from a vending machine
  1137. # [09:26] <@bz> glazou: my last trip to Europe I ended up with about 150 euros left over
  1138. # [09:26] <glazou> so you don't need to get cash at CDG
  1139. # [09:26] * philor is now known as philor|away
  1140. # [09:26] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1141. # [09:26] * hsivonen bought tickets for Americans in Lyons during TPAC there
  1142. # [09:26] <@bz> glazou: which I can't locate now, of course. ;)
  1143. # [09:26] <glazou> here you are
  1144. # [09:26] <glazou> lol
  1145. # [09:26] <glazou> of course
  1146. # [09:26] <glazou> happens to me all the time with my US$
  1147. # [09:27] <@bz> glazou: it _has_ been 7 years and I think 3 moves
  1148. # [09:27] <@bz> glazou: iirc
  1149. # [09:27] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1150. # [09:27] <@bz> hsivonen: the vending machines don't take cash?
  1151. # [09:27] <@bz> hsivonen: I figure my vending machine problems are solved once I find an ATM....
  1152. # [09:28] <hsivonen> bz: I don't recall. I tend not to carry cash in the eurozone
  1153. # [09:28] <hsivonen> (except Germany. German merchants severely dislike Visa and MasterCard)
  1154. # [09:28] * Joins: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
  1155. # [09:28] <hsivonen> bz: does your card support Visa Debit?
  1156. # [09:29] <hsivonen> bz: there are two classes of ATMs: those that support Visa Credit and those that support both Debit and Credit
  1157. # [09:29] <hsivonen> bz: ATM withdrawal from Credit is more expensive than from Debit
  1158. # [09:29] <@bz> hsivonen: Again, separate ATM card
  1159. # [09:30] * @bz is really only worried about being able to get a ticket on http://www.ratp.fr/en/ratp/c_22211/roissybus/
  1160. # [09:30] <@bz> well, and any expensive dinners that end up costing more than I have cash on me.... ;)
  1161. # [09:30] <hsivonen> bz: now that I think about it, it's possible that the tram ticket machine took coins
  1162. # [09:31] <hsivonen> but everyone had cards and paper money
  1163. # [09:31] * Joins: Goldorak (chatzilla@6D8B6BEE.7BE2E8BA.187A1082.IP)
  1164. # [09:31] <@bz> hsivonen: heh
  1165. # [09:31] <@bz> hsivonen: anyway
  1166. # [09:32] <@bz> hsivonen: I'll worry about this when it comes to it, I guess
  1167. # [09:32] * @bz wishes there were some more uniformity of payment methods
  1168. # [09:32] <@bz> or that the travelex cards were not insane
  1169. # [09:32] * Joins: tonymec (tonymec@C2E3FCD.D32D8EFB.277517C1.IP)
  1170. # [09:33] <hsivonen> looks like the best uniformity available today is a credit card that supports 3 generations of tech for getting the number from the card and the merchant also supporting 3 generations of tech
  1171. # [09:33] <hsivonen> though it seems that more and more often mechants are supporting only 2 generations of tech
  1172. # [09:34] * Joins: Standard8Away (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1173. # [09:34] * Standard8Away is now known as Standard8
  1174. # [09:34] <@bz> hsivonen: getting a chipped card in the US is rocket science
  1175. # [09:34] <hsivonen> so why don't U.S. cards have chips yet? patent royalties to French companies?
  1176. # [09:34] <@bz> hsivonen: there are something like two banks offering them
  1177. # [09:35] <@bz> hsivonen: no idea...
  1178. # [09:35] <@bz> hsivonen: third generation being the physical impression method?
  1179. # [09:35] <hsivonen> bz: yes (or the first generation, rather)
  1180. # [09:35] <@bz> sure
  1181. # [09:35] <glazou> hsivonen: I know the story
  1182. # [09:35] <@bz> yeah, that one is pretty much uniformly obsolete
  1183. # [09:36] <glazou> because the chip on a bank card was invented by a french
  1184. # [09:36] <darktrojan> EFTPOS FTW
  1185. # [09:36] <glazou> and because US banks in fact make a lot of money on fraudulous card transactions...
  1186. # [09:36] * Joins: protz (protz@moz-E29D2A15.inria.fr)
  1187. # [09:37] <eflores> darktrojan++
  1188. # [09:37] * Parts: mib (Mibbit@moz-96F88F45.just.ee)
  1189. # [09:37] * Joins: gcp (gpascutto@moz-D0E475EA.access.telenet.be)
  1190. # [09:37] <glazou> rate of frauds in france is between 1 and 2%
  1191. # [09:37] <glazou> *much* higher in the US
  1192. # [09:37] <eflores> ?!
  1193. # [09:38] <eflores> glazou: 1-2% of ALL card transactions?
  1194. # [09:38] * Joins: lsumar (lsumar@moz-7691825E.adsl.xtra.co.nz)
  1195. # [09:39] * Quits: jesup (chatzilla@moz-DECFDD00.phlapa.fios.verizon.net) (Ping timeout)
  1196. # [09:39] <hsivonen> glazou: the security of the chip is rather snake oily, though, since there are non-chip fallbacks for compatibility
  1197. # [09:39] * Quits: mdr (chatzilla@moz-DECFDD00.phlapa.fios.verizon.net) (Ping timeout)
  1198. # [09:40] * Joins: pnemsak (Miranda@moz-3D67D819.rainside.sk)
  1199. # [09:40] <hsivonen> glazou: also, I prefer a system that is so obviously insecure that banks have to take the liability for fraud
  1200. # [09:40] <hsivonen> glazou: over a system that seems so secure that legislators are ok with putting the fraud liability burden on the consumer
  1201. # [09:40] <glazou> it does not
  1202. # [09:40] <hsivonen> (who is supposedly negligient if defrauded)
  1203. # [09:41] * Joins: Mano (chatzilla@moz-7E1DCE13.red.bezeqint.net)
  1204. # [09:41] <glazou> I got two attempts in 20 years
  1205. # [09:41] <glazou> all detected by the bank
  1206. # [09:41] <glazou> all fully covered
  1207. # [09:41] * jfkthame is now known as jfkthame_afk
  1208. # [09:41] * Quits: int3 (int3@moz-D134A91A.singnet.com.sg) (Client exited)
  1209. # [09:41] <glazou> here, the bank must prove you're the source of the fraud
  1210. # [09:41] <glazou> if they can't you just have to open a file at the bank to be reimbursed
  1211. # [09:42] <hsivonen> glazou: IIRC, in Canada, the banks managed to use a PIN as an excuse to shift the liability burden
  1212. # [09:44] <hsivonen> glazou: over here, so banks make customers to breach the contract when making a purchase from Amazon
  1213. # [09:45] <hsivonen> glazou: but I don't know if they've ever used that as an excuse to shift liability to the customer
  1214. # [09:45] <hsivonen> s/to breach/breach/
  1215. # [09:45] * Joins: ek (Mibbit@moz-DCA76171.adsl.dynamic.totbb.net)
  1216. # [09:46] * Quits: ek (Mibbit@moz-DCA76171.adsl.dynamic.totbb.net) (Quit: http://www.mibbit.com ajax IRC Client)
  1217. # [09:46] * Quits: lsumar (lsumar@moz-7691825E.adsl.xtra.co.nz) (Quit: This computer has gone to sleep)
  1218. # [09:46] <hsivonen> In my experience, the customer-facing personnel at banks get confused when you tell them you don't want to switch to their bank because you actually read their card terms and saw how crazy the terms were
  1219. # [09:47] * Quits: necolas (necolas@moz-C8C6D8F3.bb.sky.com) (Client exited)
  1220. # [09:47] <hsivonen> one bank that tried to get me to switch had terms that banned credit card number transfer via the Internet and only allowed fax
  1221. # [09:47] * Joins: kanru`` (user@moz-57D01ED1.hinet-ip.hinet.net)
  1222. # [09:47] * Quits: cpearce (chatzilla@moz-56BC07D4.xdsl.xnet.co.nz) (Ping timeout)
  1223. # [09:47] * Joins: graememcc (chatzilla@moz-641EFD3A.range86-147.btcentralplus.com)
  1224. # [09:49] <glazou> ROFL
  1225. # [09:49] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  1226. # [09:49] <@bz> hsivonen: heh
  1227. # [09:49] <@bz> hsivonen: yeah, it seems somewhat common for salespeople to say things like "oh, just ignore that part of the piece of paper you're signing"
  1228. # [09:49] <glazou> hsivonen: and what was the name of that bank? :-)
  1229. # [09:50] * Quits: Mitch (chatzilla@moz-FA99DC5F.sbr802.nsw.optusnet.com.au) (Quit: ChatZilla 0.9.88 [SeaMonkey 2.6.1/20111221001913])
  1230. # [09:50] * khuey|away is now known as khuey
  1231. # [09:50] <@bz> hsivonen: and they aren't even being malicious; it's what they'd do themselves
  1232. # [09:51] * Quits: tehbaut (tehbaut@92CBC785.8D31FED3.5BF6FB8E.IP) (Ping timeout)
  1233. # [09:51] * bz is now known as bz_sleep
  1234. # [09:51] <@bz_sleep> oddly enough, investment brokerage customer service people are way more sane
  1235. # [09:51] <@bz_sleep> also more competent
  1236. # [09:51] <@bz_sleep> and the hold times are shorter
  1237. # [09:52] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Ping timeout)
  1238. # [09:52] <@bz_sleep> almost like they spend money on customer service
  1239. # [09:53] <@bz_sleep> but then, they explicitly charge you a $10-$15/year fee
  1240. # [09:53] <@bz_sleep> which people would dislike in bank accounts
  1241. # [09:53] * Quits: ewong|afk (chatzilla@moz-83240463.belfordhk.com) (Ping timeout)
  1242. # [09:53] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1243. # [09:53] * Joins: tehbaut (tehbaut@92CBC785.8D31FED3.5BF6FB8E.IP)
  1244. # [09:53] * Quits: yuan (ywang@moz-6A0DF30E.hsd1.ca.comcast.net) (Quit: yuan)
  1245. # [09:54] * Joins: ewong|afk (chatzilla@moz-B5A86794.com)
  1246. # [09:55] * jfkthame_afk is now known as jfkthame
  1247. # [09:57] * Joins: aja (chatzilla@6B0B5BD1.913604E4.7880DB15.IP)
  1248. # [09:58] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
  1249. # [09:58] * Quits: past (past@moz-7A4B0599.dsl.dyn.forthnet.gr) (Ping timeout)
  1250. # [09:59] * Quits: cpeterson (cpeterson@moz-18338A6E.hsd1.ca.comcast.net) (Input/output error)
  1251. # [10:00] * Quits: rshetty (quassel@A96419A9.31DD3D7A.E28C2422.IP) (Ping timeout)
  1252. # [10:01] * Joins: past (past@moz-247213D.dsl.dyn.forthnet.gr)
  1253. # [10:02] <hsivonen> glazou: the bank was Tapiola
  1254. # [10:03] * Quits: rniwa (rniwa@60A74940.D6CCE4AE.77834EAA.IP) (Quit: rniwa)
  1255. # [10:03] <hsivonen> glazou: even with the less crazy banks, it's possible that the card terms prohibit purchases from e.g. Amazon
  1256. # [10:03] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1257. # [10:05] <hsivonen> (because Amazon's purchase flow doesn't bounce the browser to the credit card issuer's site)
  1258. # [10:05] <hsivonen> fortunately, banks can't affort to actually start denying payments to Amazon, Paypal, Apple, etc.
  1259. # [10:05] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1260. # [10:06] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1261. # [10:06] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1262. # [10:06] <hsivonen> (denying technically that is)
  1263. # [10:11] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  1264. # [10:11] * Joins: Ms2ger (Ms2ger@A653F2E5.FD5F6C95.37724B0D.IP)
  1265. # [10:11] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1266. # [10:11] * Quits: tehbaut (tehbaut@92CBC785.8D31FED3.5BF6FB8E.IP) (Ping timeout)
  1267. # [10:12] * Joins: tehbaut (tehbaut@92CBC785.8D31FED3.5BF6FB8E.IP)
  1268. # [10:13] * Joins: lsumar (lsumar@moz-7691825E.adsl.xtra.co.nz)
  1269. # [10:15] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1270. # [10:19] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  1271. # [10:20] * Quits: dalsh_ (dalsh@51E11DC6.8916245C.163E2FB.IP) (Ping timeout)
  1272. # [10:21] * Joins: daim (David_Mart@779E3E00.1773D26C.C0FF2207.IP)
  1273. # [10:24] * Joins: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp)
  1274. # [10:27] * Joins: msucan (msucan-@CA197AEE.3A7AD384.699550A1.IP)
  1275. # [10:28] * Quits: eflores (eflores@538BABFE.A073F3E.97BBD552.IP) (Quit: Bye)
  1276. # [10:28] * Joins: dalsh (dalsh@51E11DC6.8916245C.163E2FB.IP)
  1277. # [10:31] * Quits: nrc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  1278. # [10:31] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1279. # [10:34] * Joins: kaze (kaze@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1280. # [10:34] * CwiiisAway is now known as Cwiiis
  1281. # [10:34] * Joins: rshetty (quassel@A96419A9.31DD3D7A.E28C2422.IP)
  1282. # [10:35] <Ms2ger> So, is jrmuizel burning the tree this morning?
  1283. # [10:37] * Joins: gabor (gabor@moz-6CCF339F.pool.t-online.hu)
  1284. # [10:37] * Quits: kanru`` (user@moz-57D01ED1.hinet-ip.hinet.net) (Ping timeout)
  1285. # [10:40] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Ping timeout)
  1286. # [10:41] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Ping timeout)
  1287. # [10:44] * Quits: aja (chatzilla@6B0B5BD1.913604E4.7880DB15.IP) (Ping timeout)
  1288. # [10:45] * Joins: aja (chatzilla@6B0B5BD1.913604E4.7880DB15.IP)
  1289. # [10:48] * Joins: regen (Miller@moz-53DD72E5.adsl.dynamic.seed.net.tw)
  1290. # [10:52] * Joins: chrisccoulson_ (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  1291. # [10:52] * Joins: gerv (gerv@moz-8E68CF56.in-addr.arpa)
  1292. # [10:53] * Quits: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Ping timeout)
  1293. # [10:53] * Quits: stransky (stransky@moz-6F10C81D.net.upcbroadband.cz) (Quit: Connection reset by beer)
  1294. # [10:54] * Joins: bjarne (bjarne@moz-46A85847.nextgentel.com)
  1295. # [10:54] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1296. # [10:54] * ChanServ sets mode: +o smaug
  1297. # [10:56] * Joins: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com)
  1298. # [10:57] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  1299. # [10:59] <glazou> hmmm why is my mac build failing because of @MOZ_GLUE_LDFLAGS@ ?
  1300. # [11:03] * Quits: lsumar (lsumar@moz-7691825E.adsl.xtra.co.nz) (Quit: This computer has gone to sleep)
  1301. # [11:06] <Callek> glazou: is @MOZ_GLUE_LDFLAGS@ actually expanded or is it trying to use that string as-is?
  1302. # [11:06] <Callek> glazou: also, any pastebin of where/how you are erroring?
  1303. # [11:07] * chrisccoulson_ is now known as chrisccoulson
  1304. # [11:07] * Joins: askalski (akuda@moz-6A36EC49.ip.abpl.pl)
  1305. # [11:08] * Joins: c0smikdebris (c0smikdebr@39CE4B98.DCDD255.BE90E62C.IP)
  1306. # [11:10] * Joins: vikram360 (vikram360@A71186CF.B0351687.2A068A5E.IP)
  1307. # [11:10] <glazou> Callek: http://pastebin.mozilla.org/1453314
  1308. # [11:11] <Callek> glazou: interesting, |grep "MOZ_GLUE_LDFLAGS" /Users/glazou/bin/opt/univ/i386/config/autoconf.mk| ?
  1309. # [11:11] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1310. # [11:13] <Callek> glazou: it looks almost like your configure for the i386 branch of your universal binary compile didn't run, if I had to guess
  1311. # [11:13] <Callek> which is interesting in and of itself
  1312. # [11:13] <Callek> (since if you didn't configure, how did you build ;-) )
  1313. # [11:15] * davehunt|away is now known as davehunt
  1314. # [11:15] * Quits: Mano (chatzilla@moz-7E1DCE13.red.bezeqint.net) (Ping timeout)
  1315. # [11:19] * Quits: Mavericks|lunch (Mibbit@2DBDD5F7.D836008B.FDEA3160.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1316. # [11:20] * Joins: victorporof (victorporo@42388712.7E2AA079.79933D60.IP)
  1317. # [11:22] * Joins: florian (florian@moz-87C33FDA.kimsufi.com)
  1318. # [11:22] <glazou> Callek: |MOZ_GLUE_LDFLAGS = @MOZ_GLUE_LDFLAGS@|
  1319. # [11:23] <Callek> glazou: can you peek at that file, is there a LOT of @FOO@ lines, or is most stuff expanded
  1320. # [11:23] <glazou> looking
  1321. # [11:23] <Callek> glazou: also do you have any local (not in m-c) patches to configure.in
  1322. # [11:23] * Quits: firebot (firebot@moz-67BF9FE6.carolina.res.rr.com) (Ping timeout)
  1323. # [11:23] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Input/output error)
  1324. # [11:24] <glazou> Callek: yeah, there are a few
  1325. # [11:24] <glazou> Callek: no, not a single patch to configure.in
  1326. # [11:24] <glazou> I meant a few @...@ still undefined
  1327. # [11:25] <Callek> glazou: my first guess was that you have a stray if ... fi; pair that is surrounding the AC_SUBST(MOZ_GLUE_LDFLAGS) in configure
  1328. # [11:25] * Quits: aja (chatzilla@6B0B5BD1.913604E4.7880DB15.IP) (Client exited)
  1329. # [11:26] <Callek> glazou: are you able/willing to pastebin your whole autoconf.mk?
  1330. # [11:26] <glazou> I am going to try a fresh tree, not a problem, I always work on local clones
  1331. # [11:26] * Joins: KaiRo (robert@moz-C1860326.adsl.highway.telekom.at)
  1332. # [11:26] * Callek isn't exactly sure what was the cause here, but happy to help try and solve it for you
  1333. # [11:27] <glazou> Callek: before wasting your time, let me try from a fresh tree
  1334. # [11:27] <Callek> but sure, a fresh-clone/objectdir is a nuclear option that if it works, and is fine for you, should be fine
  1335. # [11:27] <Callek> :-)
  1336. # [11:27] <Callek> glazou: I should be around for quite a few more hours, so ping me if you need more help here
  1337. # [11:27] <glazou> thanks a lot Callek
  1338. # [11:28] <Callek> np
  1339. # [11:28] * glazou goes back to bluegriffon user's manual while it tries to build
  1340. # [11:30] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1341. # [11:31] * Joins: andreasn (andreasn@moz-D8A35C52.a199.priv.bahnhof.se)
  1342. # [11:31] * Joins: necolas (necolas@moz-C8C6D8F3.bb.sky.com)
  1343. # [11:36] * Joins: edmorley (edmorley@moz-6980EE34.range86-166.btcentralplus.com)
  1344. # [11:36] <gabor> mrbkap: Hey, I'd like to book a flight soon to Paris, do you have a sec?
  1345. # [11:38] * ewong is now known as ewong|away
  1346. # [11:40] * Quits: vikram360 (vikram360@A71186CF.B0351687.2A068A5E.IP) (Ping timeout)
  1347. # [11:42] <glazou> Callek: seems to build ok now
  1348. # [11:42] <glazou> a hickup probably ;-)
  1349. # [11:42] * Parts: whimboo (whimboo@moz-216F9AFA.superkabel.de)
  1350. # [11:42] <Callek> glazou: good to hear
  1351. # [11:46] * Joins: dao (dao@moz-5FA75352.superkabel.de)
  1352. # [11:48] * Joins: pranavrc (pranavrc@EC6A4E00.175EDA21.C28326FD.IP)
  1353. # [11:48] * Joins: arovij (chatzilla@6AF5DE1C.ABF31D37.16D50D90.IP)
  1354. # [11:52] * Joins: mak (chatzilla@moz-30C3057.retail.telecomitalia.it)
  1355. # [11:53] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1356. # [11:54] * Quits: Cwiiis (cwiiis@moz-F15E698.croy.cable.virginmedia.com) (Ping timeout)
  1357. # [11:55] <edmorley> mounir: I'll mark the bugs if you like?
  1358. # [11:56] * Quits: dalsh (dalsh@51E11DC6.8916245C.163E2FB.IP) (Ping timeout)
  1359. # [11:56] <Ms2ger> https://tbpl.mozilla.org/?tree=Try&rev=122abba4c7f2
  1360. # [11:56] <Ms2ger> bz even fails better than the rest of us
  1361. # [11:56] <darktrojan> boomski
  1362. # [11:57] <darktrojan> not good enough, some tests pass
  1363. # [11:58] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1364. # [11:58] * Joins: smaug (chatzilla@moz-78A86AC.pp.htv.fi)
  1365. # [11:58] * ChanServ sets mode: +o smaug
  1366. # [12:01] * Quits: @smaug (chatzilla@moz-78A86AC.pp.htv.fi) (Ping timeout)
  1367. # [12:01] * darktrojan wonders what sort of response time he'll get from bsmedberg
  1368. # [12:01] <jdm> ugh, I don't understand what's caused this sudden surge of test_socks.js failures
  1369. # [12:01] <jdm> I can't find anything of relevance in the regression range
  1370. # [12:02] <darktrojan> do they need darning?
  1371. # [12:03] <jdm> wah wah waaaah
  1372. # [12:03] <darktrojan> sorry, had to :/
  1373. # [12:04] * Joins: Mano (chatzilla@moz-7E1DCE13.red.bezeqint.net)
  1374. # [12:06] * Joins: vikram360 (vikram360@4A1AB4D0.50BD3F0.B84D4DA2.IP)
  1375. # [12:07] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1376. # [12:08] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1377. # [12:09] <Ms2ger> mounir, you can mark your own bugs
  1378. # [12:10] * Joins: samliu (samliu@moz-3C6187D3.urh.uiuc.edu)
  1379. # [12:10] * Quits: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP) (Input/output error)
  1380. # [12:11] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1381. # [12:12] <edmorley> Ms2ger: don't worry about sending mail for 718311, done
  1382. # [12:12] <Ms2ger> Heh, thanks
  1383. # [12:12] * Ms2ger closes those tabs
  1384. # [12:13] * Joins: smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi)
  1385. # [12:13] * ChanServ sets mode: +o smaug
  1386. # [12:13] * Joins: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP)
  1387. # [12:14] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1388. # [12:15] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1389. # [12:15] * Joins: Cwiiis (cwiiis@moz-F15E698.croy.cable.virginmedia.com)
  1390. # [12:16] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1391. # [12:17] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Ping timeout)
  1392. # [12:18] * Quits: arovij (chatzilla@6AF5DE1C.ABF31D37.16D50D90.IP) (Client exited)
  1393. # [12:18] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1394. # [12:21] <hsivonen> I wonder why makefiles use tabs for indent when everything else in the codebase uses spaces
  1395. # [12:22] <darktrojan> we all wonder that
  1396. # [12:22] * Quits: pascalc (chatzilla@moz-E7225198.rev.sfr.net) (Ping timeout)
  1397. # [12:22] <mounir> edmorley: I can mark the bugs
  1398. # [12:22] <mounir> at least mine
  1399. # [12:22] <mounir> s
  1400. # [12:22] <mounir> if I don't die in the meantime
  1401. # [12:23] * Joins: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1402. # [12:23] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  1403. # [12:23] <Ms2ger> hsivonen, some parts actually need to be tabs
  1404. # [12:24] <Ms2ger> The variable assignments should be two spaces
  1405. # [12:24] * Quits: vikram360 (vikram360@4A1AB4D0.50BD3F0.B84D4DA2.IP) (Ping timeout)
  1406. # [12:25] * Quits: @smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi) (Ping timeout)
  1407. # [12:26] <edmorley> mounir: it's ok I don't mind doing :-) (Ms2ger did all the others)
  1408. # [12:26] * Quits: KaiRo (robert@moz-C1860326.adsl.highway.telekom.at) (Ping timeout)
  1409. # [12:26] <mounir> edmorley: thanks for the mid-air collision :)
  1410. # [12:27] <edmorley> oh sorry :-)
  1411. # [12:27] <mounir> edmorley: no worry, that means I can do something else like trying to feel better
  1412. # [12:27] * Quits: nthomas|away (chatzilla@moz-97F7329.dsl.telstraclear.net) (Ping timeout)
  1413. # [12:28] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1414. # [12:28] <edmorley> mounir: sorry you don't feel well :-(
  1415. # [12:29] <edmorley> I've marked the rest of your bugs, Ms2ger has done the all the others in the merge
  1416. # [12:29] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  1417. # [12:29] <mounir> Ms2ger++
  1418. # [12:29] <mounir> edmorley++
  1419. # [12:30] <mounir> wonder what we would be doing without our volunteers...
  1420. # [12:30] <Ms2ger> Marking bugs
  1421. # [12:30] <Unfocused> cursing a lot more
  1422. # [12:30] <nigelb> Ms2ger++
  1423. # [12:30] <edmorley> Ms2ger++
  1424. # [12:30] <Ms2ger> If only firebot was here and still had karma, this would be a good day for me
  1425. # [12:30] * Joins: nthomas|away (chatzilla@moz-97F7329.dsl.telstraclear.net)
  1426. # [12:31] <edmorley> ha
  1427. # [12:31] <nigelb> heh
  1428. # [12:31] * Joins: KaiRo (robert@moz-63EC10D0.adsl.highway.telekom.at)
  1429. # [12:31] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1430. # [12:32] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1431. # [12:33] * KaiRo wonders if he should be concerned when a try push of some XUL/JS/browser-only-XBL cleanup on Monday ended up with strange a11y test failures on all Linux and Win boxes (https://tbpl.mozilla.org/?tree=Try&rev=6cee962b4235 if you want to know details) - should I re-try or push to inbound?
  1432. # [12:33] * Joins: smaug (chatzilla@moz-7FAF50CB.gprs.sl-laajakaista.fi)
  1433. # [12:33] * ChanServ sets mode: +o smaug
  1434. # [12:33] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
  1435. # [12:36] <Callek> KaiRo: if you expect its weird, just the retry button for that one test ;-)
  1436. # [12:36] <edmorley> Callek: multiple tests
  1437. # [12:36] <Callek> of course, actually that is a lot lot of orange
  1438. # [12:36] <Callek> KaiRo: maybe best to rebase onto current m-c and re-push to try
  1439. # [12:37] <jfkthame> KaiRo: i'd re-try and include debug builds, if it were me
  1440. # [12:37] <edmorley> KaiRo: was the tree green for the parent cset? (I'm loading tbpl as far back as monday to see)
  1441. # [12:37] <Ms2ger> No, that was good
  1442. # [12:37] <KaiRo> Callek: the fun things is that all a11y tests fail the same way there and my patches basically can't cause this failure to my knowledge
  1443. # [12:38] <jfkthame> that's why i'd do a tryserver run with debug - maybe you'll get an assertion or something that'll give a clue why they're all failing
  1444. # [12:38] <KaiRo> edmorley: good question - I saw that I basically pulled in a backout that I pulled from m-c already but tbpl/try thought was part of my push
  1445. # [12:39] <Ms2ger> KaiRo, re-try, please
  1446. # [12:39] <Callek> KaiRo: yea, I would re-try on a current m-c tip
  1447. # [12:39] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  1448. # [12:39] <KaiRo> jfkthame: I can do that, I just thought I only want to see if I break any tests so opt would be enough, no need to strain machines with too many builds
  1449. # [12:39] <Callek> KaiRo: try reports whatever is new to it as "part of your push" means that no-one pushed that backout before you pushed ;-)
  1450. # [12:40] <edmorley> KaiRo: tbpl for try shows anything that it hasn't seen yet, so just means no-one had pushed that cset yet. parent was https://tbpl.mozilla.org/?rev=b3b8d62e0d92 and was green - so either you've got a really strange random orange (across multiple platforms), or more likely your mq caused it, sorry!
  1451. # [12:40] <KaiRo> Callek: ah, nobody pushed that cset to *try* before myself then?
  1452. # [12:40] <Callek> KaiRo: but yea, there is a *chance* you mucking with this stuff could expose an a11y bug or some such
  1453. # [12:40] <Callek> and yes, no-one pushed that cset to *try* before you
  1454. # [12:40] <jfkthame> KaiRo: that's fair enough, but given that you got lots of unexplained failures, i'd ask for debug builds next time in the hope that they'll give you more information
  1455. # [12:40] <KaiRo> ok
  1456. # [12:41] <Callek> its normal to get extra changes on the try tree when you push based on a relatively new tree
  1457. # [12:41] <KaiRo> jfkthame: yes, good diea
  1458. # [12:41] <KaiRo> idea
  1459. # [12:41] * KaiRo did a pull -u on m-c just before pushing to try, so that sounds reasonable
  1460. # [12:44] * Quits: @smaug (chatzilla@moz-7FAF50CB.gprs.sl-laajakaista.fi) (Ping timeout)
  1461. # [12:45] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1462. # [12:45] * Joins: smaug (chatzilla@moz-7FAF50CB.gprs.sl-laajakaista.fi)
  1463. # [12:45] * ChanServ sets mode: +o smaug
  1464. # [12:45] <Ms2ger> Hmm, someone is enjoying spamming bmo
  1465. # [12:45] <glob|away> Ms2ger, oh?
  1466. # [12:45] * glob|away is now known as glob
  1467. # [12:45] <Ms2ger> 718974/718975/718977
  1468. # [12:45] <Ms2ger> 718967
  1469. # [12:46] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1470. # [12:46] <KaiRo> ouch... first a tried DoS on bmo, now spamming
  1471. # [12:46] <glob> KaiRo, meh, these sorts of bugs are very common
  1472. # [12:47] <ttaubert> KaiRo: google contractors? ;)
  1473. # [12:47] <KaiRo> glob: I've seen a couple, yes - I guess someone's testing their new shiny and kool skripting engine
  1474. # [12:47] <KaiRo> ttaubert: who knows... :p
  1475. # [12:48] <glob> KaiRo, i've seen "bugzilla training" which says to file test bugs on bmo
  1476. # [12:48] <nigelb> o_O
  1477. # [12:49] <nigelb> I liked the bit from laura's talk the other day
  1478. # [12:49] <nigelb> The "You can quit your job in Mozilla by filing a bug" bit ;)
  1479. # [12:49] * Joins: aja (aja@6B0B5BD1.913604E4.7880DB15.IP)
  1480. # [12:50] <KaiRo> glob: ouch. what do we have landfill for then?
  1481. # [12:50] <glob> KaiRo, that's exactly what landfill is for. this isn't material we have any control over
  1482. # [12:50] <nigelb> :|
  1483. # [12:50] <KaiRo> nigelb: oh, sure - we file bugs for everything. which is ok if it's useful bugs
  1484. # [12:51] <KaiRo> glob: I know
  1485. # [12:52] <KaiRo> nigelb: you even can get jobs at Mozilla by filing, triaging, etc. bugs ;-)
  1486. # [12:52] <nigelb> KaiRo: "fixing"? ;)
  1487. # [12:52] <Callek> nigelb: no, filing :-P
  1488. # [12:52] <Callek> fixing too yes, but filing just as well
  1489. # [12:52] <Callek> if they are useful bugs
  1490. # [12:52] <nigelb> :)
  1491. # [12:52] <KaiRo> nigelb: as Callek says
  1492. # [12:53] <nigelb> I was, of course, kidding.
  1493. # [12:53] <nigelb> I know how important filing bugs are :)
  1494. # [12:53] <KaiRo> Mozilla is interesting this way
  1495. # [12:53] <nigelb> heh. Interestingly, I spent today making it easier to file bugs :)
  1496. # [12:53] <KaiRo> nigelb++
  1497. # [12:54] <jdm> that sounds like a worthy activity
  1498. # [12:54] <nigelb> Input's Tell Us More bit
  1499. # [12:54] <jdm> agh why is it 6:47am
  1500. # [12:54] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1501. # [12:54] * jdm -> bed
  1502. # [12:54] <nigelb> lol
  1503. # [12:54] <nigelb> I was working on this https://wiki.mozilla.org/Firefox/TellUsMore
  1504. # [12:55] <nigelb> Lots more work to do, but omg so exciting :)
  1505. # [12:55] * aja files bug about all the 503 errors i am seeing today
  1506. # [12:55] * KaiRo has a period of time every work day that is just called "bugmail" ;-)
  1507. # [12:55] <glob> aja, haha :)
  1508. # [12:55] <KaiRo> aja: hehe
  1509. # [12:55] <@smaug> KaiRo: you don't read bugmail all the time ?
  1510. # [12:55] <Callek> aja++
  1511. # [12:56] <Callek> aja: what I would be amazed about is if whitehouse.gov went 503 today
  1512. # [12:56] <nigelb> glob: haha, you just gave me a warning for my test bugs :P
  1513. # [12:56] <Callek> after all Obama did say he was against the bill, if only in a wishy-washy "i have an out" way
  1514. # [12:56] <nigelb> (i see the reply as well)
  1515. # [12:56] <KaiRo> smaug: I'm usually packing it into slots or else I wouldn't get anything else done
  1516. # [12:56] <glob> nigelb, copypasta into the wrong window :)
  1517. # [12:57] <nigelb> heh
  1518. # [12:57] * Quits: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com) (Client exited)
  1519. # [12:58] * Quits: @smaug (chatzilla@moz-7FAF50CB.gprs.sl-laajakaista.fi) (Ping timeout)
  1520. # [12:58] * Joins: smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi)
  1521. # [12:58] * ChanServ sets mode: +o smaug
  1522. # [12:59] * Quits: gcp (gpascutto@moz-D0E475EA.access.telenet.be) (Connection reset by peer)
  1523. # [13:00] * Joins: Mitch (chatzilla@moz-FA99DC5F.sbr802.nsw.optusnet.com.au)
  1524. # [13:00] * Quits: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.2a1pre)
  1525. # [13:01] * Joins: gcp (gpascutto@moz-D0E475EA.access.telenet.be)
  1526. # [13:02] <Ms2ger> xkcd++
  1527. # [13:03] * glob is now known as glob|away
  1528. # [13:03] <Callek> xkcd++
  1529. # [13:03] <Callek> yes I can support that kharma
  1530. # [13:04] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Connection reset by peer)
  1531. # [13:04] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1532. # [13:04] <NeilAway> hmm, my feed didn't pull a new xkcd today
  1533. # [13:05] <Ms2ger> NeilAway, there's a reason for that, see the website :)
  1534. # [13:06] <Callek> Ms2ger: ooo I would have thought he woulda had it in feed
  1535. # [13:06] <Callek> but either way HAPPY :-)
  1536. # [13:06] <nigelb> It isn't a post though.
  1537. # [13:06] <nigelb> Best sopa response is theoatmeal.
  1538. # [13:07] <Callek> NeilAway: also feel free to look at what happened to our wikipedia article, THOSE VANDLES! http://en.wikipedia.org/wiki/SeaMonkey
  1539. # [13:07] * Quits: dao (dao@moz-5FA75352.superkabel.de) (Quit: Leaving.)
  1540. # [13:07] <nigelb> haha
  1541. # [13:08] <Callek> http://theoatmeal.com/ ++
  1542. # [13:08] <Ms2ger> Callek, I love the flash of actual content :)
  1543. # [13:08] <Callek> Ms2ger: was thinking that as well when I loaded it :-)
  1544. # [13:09] <Ms2ger> Also, boo, kitten bbq
  1545. # [13:09] * Quits: @smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi) (Ping timeout)
  1546. # [13:10] * rail_away is now known as rail
  1547. # [13:11] * Joins: peregrino (peregrino@moz-A7A9A607.telecom.net.ar)
  1548. # [13:11] <Mitch> Also they didn't block this page: https://secure.wikimedia.org/wikipedia/en/wiki/Stop_Online_Piracy_Act
  1549. # [13:11] <Mitch> They must have been paid off.
  1550. # [13:12] <nigelb> lol. I'm guessing they link to that page.
  1551. # [13:12] * Quits: KaiRo (robert@moz-63EC10D0.adsl.highway.telekom.at) (Ping timeout)
  1552. # [13:13] <Ms2ger> http://i.imgur.com/GMNL3.jpg
  1553. # [13:13] * Joins: gmoro (guilherme@3DCBFB93.F520FC74.D159334F.IP)
  1554. # [13:13] <nigelb> heh, Ms2ger++
  1555. # [13:13] * glazou is now known as glazou_food
  1556. # [13:14] * Joins: KaiRo (robert@moz-3208DCEF.adsl.highway.telekom.at)
  1557. # [13:14] <Callek> Ms2ger: also http://en.wikipedia.org/wiki/Stop_Online_Piracy_Act works fine
  1558. # [13:14] <Callek> no need for the https:// link
  1559. # [13:14] <Callek> :-)
  1560. # [13:14] <Callek> foresight FTW
  1561. # [13:15] <Mitch> Waiting for the "List of sites that took the piss out off SOPA".
  1562. # [13:15] <glazou_food> just disable JS and wikipedia becomes readable again
  1563. # [13:16] <Ms2ger> Yeah
  1564. # [13:16] <hsivonen> unfortunately, if SOPA/PIPA passes, one won't be able to work around it be disabling JS
  1565. # [13:16] * Joins: smaug (chatzilla@moz-9F371460.gprs.sl-laajakaista.fi)
  1566. # [13:16] * ChanServ sets mode: +o smaug
  1567. # [13:16] <nigelb> hsivonen++
  1568. # [13:16] <Mitch> SOPA will work around us by disabling the internet. :(
  1569. # [13:17] <nigelb> I like the factswithoutwikipedia hastag
  1570. # [13:17] <darktrojan> disable ALL the sites
  1571. # [13:17] <glazou_food> in the meantime, they won't have my lunch :-) bbl
  1572. # [13:17] <nigelb> reminds me of times when looking up stuff wasn't easy.
  1573. # [13:17] <Ms2ger> nigelb, you mean, like, books? *gasp*
  1574. # [13:18] <darktrojan> what's a book?
  1575. # [13:18] <nigelb> Ms2ger: No, I mean even finding validated content on the internet.
  1576. # [13:19] * Ms2ger is disappointed in Google
  1577. # [13:19] * Mitch imagines Ms2ger has his own stylesheet for blocking Google's logo regardless
  1578. # [13:19] <nigelb> Microsoft Encarta Ecyclopedia? Encyclopedia Britanica? :)
  1579. # [13:19] <hsivonen> Ms2ger: because they didn't black out search?
  1580. # [13:19] <Ms2ger> Oh, it's better from the US, apparently
  1581. # [13:20] <nigelb> I want to tunnel through my US server just for the experience.
  1582. # [13:21] <Ms2ger> > Don't see it on google.com.au nor on google.com if accessed from Sydney.
  1583. # [13:21] <Ms2ger> > oh god! you're already being censored!
  1584. # [13:23] * Quits: @smaug (chatzilla@moz-9F371460.gprs.sl-laajakaista.fi) (Ping timeout)
  1585. # [13:25] * Mitch confirms that the SOPA link isn't there :<
  1586. # [13:25] * Quits: Hendikins (wolfox@moz-9A361C95.static.internode.on.net) (Ping timeout)
  1587. # [13:26] <Ms2ger> There is a link on Google.com in English
  1588. # [13:26] <nigelb> wtf. This is weird routing.
  1589. # [13:26] <nigelb> My US IP didn't help me see the sopa thing. I saw some chineese or japanese doodle.
  1590. # [13:27] <Mitch> Google's always showing you Chinese or Japanese doodle, right?
  1591. # [13:27] <nigelb> yeah
  1592. # [13:27] <nigelb> wow. the proxy service I use is also protesting :)
  1593. # [13:27] * Joins: Hendikins (wolfox@moz-9A361C95.static.internode.on.net)
  1594. # [13:28] <nigelb> "Our web proxy service will be blacked out until Thursday 19th January in protest of two new bills; SOPA (Stop Online Piracy Act) and PIPA (Protect IP Act)."
  1595. # [13:29] <Callek> haha http://www.bittorrent.com/ is not blacked
  1596. # [13:29] <Mitch> nigelb: Context for above. (NSFW) http://www.urbandictionary.com/define.php?term=doodle&defid=1488423
  1597. # [13:29] <Callek> neither is http://www.vuze.com/
  1598. # [13:29] <nigelb> neither is pirate bay.
  1599. # [13:29] <nigelb> or rapid share :|
  1600. # [13:30] <nigelb> Mitch: hah
  1601. # [13:30] * Quits: rshetty (quassel@A96419A9.31DD3D7A.E28C2422.IP) (Ping timeout)
  1602. # [13:30] * Joins: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  1603. # [13:30] <Callek> yea ironically the sites that actually have a LOT to do with pirating copyrighted stuff, aren't fighting the SOPA/PIPA bills
  1604. # [13:30] * Joins: slowbro (slowpoke@moz-74E633C7.congress.uni-heidelberg.de)
  1605. # [13:30] <Callek> iow, they are not worried about them at all
  1606. # [13:30] <Callek> need I say more
  1607. # [13:30] <KaiRo> "To promote prosperity, creativity, entrepreneurship, and innovation by combating the theft of U.S. property, and for other purposes." lol
  1608. # [13:30] * Parts: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1609. # [13:30] <Mitch> Or worried that it'll make them look "guilty".
  1610. # [13:31] <Callek> Mitch: no more guilty than google or wikipedia at least
  1611. # [13:31] * KaiRo still wonders how theft nowadays seems to mean taking something that the other party still keeps
  1612. # [13:31] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1613. # [13:32] * Quits: darktrojan (geoff@moz-57EC95C5.dsl.telstraclear.net) (Quit: darktrojan)
  1614. # [13:32] <Mitch> Except Rapidshare is "sometimes" host to "copyrighted" "content", although they don't encourage it.
  1615. # [13:32] <KaiRo> (and how stopping information flow is innovative, but that's too obvious)
  1616. # [13:32] * Mitch copyrights the word "stealright"
  1617. # [13:32] * Joins: smaug (chatzilla@moz-7FAF50CB.gprs.sl-laajakaista.fi)
  1618. # [13:32] * ChanServ sets mode: +o smaug
  1619. # [13:32] <Callek> heh even http://phaze.hk/ (which was one of the top results for Warez, so questionable in nature)
  1620. # [13:33] * KaiRo should go creative today and do nothing online but still send a bill for his work time to this US-based organization he has a contract with (just kidding)
  1621. # [13:33] * Quits: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP) (Ping timeout)
  1622. # [13:33] <Callek> KaiRo: well #developers has turned into a break-room entirely so far
  1623. # [13:33] * Joins: Honza (chatzilla@E07BF19C.5BB5597D.D0083327.IP)
  1624. # [13:34] <Callek> though it is too early yet for most of the real enforcers to be awake
  1625. # [13:34] <@smaug> KaiRo: you have still contract with MoCo? I just got a new contract and it is with MZ Denmark
  1626. # [13:34] <KaiRo> Callek: true
  1627. # [13:34] <Ms2ger> Denmark, of all places
  1628. # [13:34] <KaiRo> smaug: I always had my contract with MZ Denmark but the money comes from MoCo ;-)
  1629. # [13:35] <@smaug> oh, I used to have contract with MoCo but the money came from MZ Denmark
  1630. # [13:35] <@smaug> perhaps this time the contract is with Mz Denmark and money comes from... Mozilla China ?
  1631. # [13:36] * KaiRo found it funny in the first months that he has a contract with MZ Denmark but the bank transactions with the money come from "Mozilla Corporation, Mountain View, CA"
  1632. # [13:36] <ttaubert> same here :)
  1633. # [13:36] * Joins: dalsh (dalsh@B05E8336.B3D15CEC.163E2FB.IP)
  1634. # [13:36] <Mitch> <snide tax evasion remark>
  1635. # [13:37] <KaiRo> actually, "MOZILLA CORPORATION 650 CASTRO ST SUITE 300" is what the bank account says ;-)
  1636. # [13:37] <Mitch> Cuban?
  1637. # [13:37] <ttaubert> yes, because America loves Cuba
  1638. # [13:37] <KaiRo> sure
  1639. # [13:38] * Quits: jprmc (jprmc@moz-7F2FF3EB.cpe.net.cable.rogers.com) (Ping timeout)
  1640. # [13:38] * Quits: dalsh (dalsh@B05E8336.B3D15CEC.163E2FB.IP) (Ping timeout)
  1641. # [13:38] * @smaug has always preferred the red star as a Mozilla logo
  1642. # [13:38] <ttaubert> heh
  1643. # [13:39] <Ms2ger> They love Cuba so much they want to invade it?
  1644. # [13:39] <khuey> Callek: "enforcers"?
  1645. # [13:40] <khuey> Ms2ger: if we really wanted to invade cuba we would have done it
  1646. # [13:40] * Joins: dalsh (dalsh@58B7F069.84944627.163E2FB.IP)
  1647. # [13:40] * Quits: dalsh (dalsh@58B7F069.84944627.163E2FB.IP) (Connection reset by peer)
  1648. # [13:40] <Callek> khuey: lol
  1649. # [13:40] <Mitch> Callek: We're protesting SOPA by block legitimate development discussion.
  1650. # [13:40] <Mitch> *blocking
  1651. # [13:41] <Callek> Mitch: thats a poor way to do SOPA protesting
  1652. # [13:41] <Callek> Mitch: unless you're doing it in a courtroom/government meeting
  1653. # [13:41] <Callek> Mitch: I encourage you to try :-)
  1654. # [13:41] <Callek> let me know how it goes after your contempt/disorderly-conduct hearing goes
  1655. # [13:41] <nigelb> Is the usual patch workflow to ask for feedback first, before reivew?
  1656. # [13:41] <Mitch> Aww. Now I'll have to do real things like post to dev.platform and hound people for reviews. khuey...
  1657. # [13:41] <nigelb> (for newish people)
  1658. # [13:42] * Quits: ericb2 (X@moz-9C4C3DED.fbx.proxad.net) (Quit: Success !!)
  1659. # [13:42] <ttaubert> nigelb: not necessarily
  1660. # [13:42] * Quits: m_kato (m_kato@moz-348F61F0.mozilla.or.jp) (Quit: Leaving...)
  1661. # [13:42] <nigelb> I just end up getting r- most of my first times
  1662. # [13:42] * khuey wonders if he should take PTO today
  1663. # [13:42] <khuey> to avoid reviewing Ms2ger's patch
  1664. # [13:43] <nigelb> hah
  1665. # [13:43] <ttaubert> nigelb: I usually do if I'm not sure about the overall approach or if the patch is huge
  1666. # [13:43] <Callek> khuey: you know we could ask glob|away to black out bugzilla in the nuclear option of wikipedia if we really want everyone to PTO today
  1667. # [13:43] <Callek> :-)
  1668. # [13:44] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1669. # [13:44] <nigelb> ttaubert: Ah. Ok. :)
  1670. # [13:44] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1671. # [13:44] <ttaubert> I read that as 'back out bugzilla'. made no sense
  1672. # [13:45] <nigelb> haha
  1673. # [13:45] <Callek> lol
  1674. # [13:45] * Mitch too
  1675. # [13:45] <khuey> Callek: I think glob|away likes his job
  1676. # [13:46] * Quits: mauke (mauke@moz-6A01E0D8.superkabel.de) (Ping timeout)
  1677. # [13:46] * Quits: @smaug (chatzilla@moz-7FAF50CB.gprs.sl-laajakaista.fi) (Ping timeout)
  1678. # [13:46] * Joins: smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi)
  1679. # [13:46] * ChanServ sets mode: +o smaug
  1680. # [13:47] * Joins: Yoric (Yoric@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1681. # [13:48] <KaiRo> Callek: hmm, if both wikipedia and bugzilla would be blacked out, what would there be to do that's interesting, with the two largest information databases lost?
  1682. # [13:48] * Joins: evilpie (evilpie@moz-82F87974.pools.arcor-ip.net)
  1683. # [13:48] <Mitch> bsmedberg: I plan on posting to dev.platform when that #pragma once stuff is landable.
  1684. # [13:48] <Callek> KaiRo: I could dig for my encarta CD set and see if it installs on Win7
  1685. # [13:48] <Callek> though it was a win98 designed app
  1686. # [13:49] <Mitch> You'd only play MindMaze within it.
  1687. # [13:49] <Callek> Mitch: he was more looking for "path forward" as in, "all headers" "only largely used headers", etc. type plan with regard to it
  1688. # [13:49] * Ms2ger kicks khuey
  1689. # [13:49] <Mitch> Callek: Oh? I guess I'll need to read the chat log.
  1690. # [13:50] <Callek> Mitch: my vague memory on the history of me filing that was, "probably helpful for all, but don't waste time trying to account for all, no need to codify it as a requirement, but we should definitely do it in at least the major ones, and all if we have time/inclination" give or take
  1691. # [13:50] * Joins: espindola (espindola@moz-6B1B47B1.dsl.teksavvy.com)
  1692. # [13:50] <Callek> Mitch: p.s. you're right, I would only play the maze, thats all I really used it for, except 1 or 2 reports anyway.
  1693. # [13:50] <Ms2ger> I love how khuey is too lazy to review a two-line patch
  1694. # [13:52] <khuey> I'm pretty lazy
  1695. # [13:53] <Callek> Mitch: patch SIZE has nothing to do with review complexity
  1696. # [13:53] <Callek> in practice
  1697. # [13:53] <Mitch> khuey: And working. :P
  1698. # [13:53] <khuey> Callek: they're generally somewhat correlated
  1699. # [13:53] <Mitch> Callek: Rage at the wrong person moar.
  1700. # [13:54] * Ms2ger rages at Callek
  1701. # [13:54] <Callek> khuey: I can name a 1 line change that causes 20 regressions, all hard to spot, if its rs'ed... and a 200k+ line change that is remarkably simple and scriptable
  1702. # [13:54] * Joins: vikram360 (vikram360@C9C5E6C6.60746C98.2A068A5E.IP)
  1703. # [13:54] <khuey> grant gallitz's gameboy color emulator is pretty awesome
  1704. # [13:54] <Ms2ger> Not as awesome as reviewing
  1705. # [13:54] <Ms2ger> Or my actual game boy color
  1706. # [13:54] <Callek> Ms2ger++
  1707. # [13:54] <Mitch> Callek: I'd probably go for adding #pragma once to the most included header directories. If I'm already messing around in there...
  1708. # [13:55] <Callek> khuey: you can play mega man AFTER your reviews
  1709. # [13:55] <Ms2ger> /homework
  1710. # [13:55] <khuey> I'm playing pokemon, actually ;-)
  1711. # [13:55] <Mitch> cat /homework > /dev/null
  1712. # [13:55] <Ms2ger> khuey, alright, go ahead and ply pokémon
  1713. # [13:56] <Ms2ger> khuey, which version? :)
  1714. # [13:57] * glazou_food is now known as glazou
  1715. # [13:58] <khuey> red
  1716. # [13:58] <khuey> I reviewed your patch btw
  1717. # [13:58] <khuey> at least the first one I saw
  1718. # [13:58] <Ms2ger> Yeah
  1719. # [13:58] <Mitch> Pokémon Blackout.
  1720. # [13:58] <Ms2ger> Crystal, in my case
  1721. # [13:58] <Ms2ger> Silver's battery ran out
  1722. # [13:58] * khuey didn't play it as a child
  1723. # [13:59] <Ms2ger> You're still a child
  1724. # [14:00] * Quits: @smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi) (Ping timeout)
  1725. # [14:01] <khuey> lol
  1726. # [14:01] <khuey> I'm 22
  1727. # [14:01] <khuey> pretty sure I'm not a child anymore
  1728. # [14:01] <Ms2ger> Indeed
  1729. # [14:01] * Joins: mauke (mauke@moz-6A01E0D8.superkabel.de)
  1730. # [14:02] <gabor> could anyone here help me how to set up rsa key for mozilla-build tools on windows to have hg with ssh work?
  1731. # [14:02] <Ms2ger> Windows? No :)
  1732. # [14:02] <Ms2ger> Except moving to unix
  1733. # [14:02] <gabor> Ms2ger: as soon as there will be a decent debugger on unix you can count on me
  1734. # [14:03] <gabor> please dont even mention gdb :)
  1735. # [14:03] <Ms2ger> If "decent" is all you need, gdb :)
  1736. # [14:03] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1737. # [14:04] * Joins: smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi)
  1738. # [14:04] * ChanServ sets mode: +o smaug
  1739. # [14:05] <khuey> yeah windows really is light years ahead on debugging
  1740. # [14:05] <khuey> gabor: put it in ~/.ssh, just like you would on *nix?
  1741. # [14:05] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1742. # [14:06] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1743. # [14:06] <KaiRo> heh, the music from "flight of the navigator" doesn't stop playing on my tablet even though I closed the tab
  1744. # [14:06] <gabor> khuey: do I have to specify the location of the keys in mercurial somewhere?
  1745. # [14:07] <khuey> KaiRo: that's a feature
  1746. # [14:07] <khuey> gabor: no
  1747. # [14:07] <gabor> right I'll try it then
  1748. # [14:07] <Callek> khuey: really good feature :-)
  1749. # [14:07] <KaiRo> khuey: heh - displaying the demo itself as only black probably as well ;-)
  1750. # [14:08] <Ms2ger> Shouldn't m.o be down by now?
  1751. # [14:08] <bjacob> KaiRo: #audio might be interested, maybe file a bug
  1752. # [14:10] <KaiRo> bjacob: I'l look into it later, need to finish going through my own bugmail first (and only tried because I had reported a crash on loading the demo some time ago and it's been marked WFM and I have my repaired tablet back)
  1753. # [14:11] <KaiRo> bjacob: also, this is on XUL Fennec - while it's still what we'll ship to tablets for 12, it's probably not the main focus for anyone
  1754. # [14:12] * KaiRo wonders how well he could install native in addition to XUL to have it for testing, and how those two would step on each other's toes profile-wise
  1755. # [14:12] * Joins: davidb (davidb@moz-6F9F653A.dsl.bell.ca)
  1756. # [14:14] <bjacob> KaiRo: if it's specific to XUL fennec, then indeed it's not worth fixing; but audio being unrelated to that, i'm afraid it might not be
  1757. # [14:14] * Quits: tonymec (tonymec@C2E3FCD.D32D8EFB.277517C1.IP) (Ping timeout)
  1758. # [14:14] * bjacob didn't know we were keeping XUL fennec as late as 12
  1759. # [14:14] * Quits: @smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi) (Ping timeout)
  1760. # [14:15] * Quits: tonymec|away (tonymec@C2E3FCD.D32D8EFB.277517C1.IP) (Ping timeout)
  1761. # [14:16] <Callek> https://developer.mozilla.org/en-US/demos/detail/romeo-juliet
  1762. # [14:16] <Callek> is bad link
  1763. # [14:16] <Callek> linked from "next" of https://developer.mozilla.org/en-US/demos/detail/trex-a-flock-devouring-carnivore
  1764. # [14:16] <bjacob> pretty ironical that romeo-juliet is a bad link
  1765. # [14:16] <bjacob> i think the internet is trying to tell us something about human nature
  1766. # [14:17] * Joins: tonymec|away (tonymec@C2E3FCD.D32D8EFB.277517C1.IP)
  1767. # [14:18] * Joins: tonymec (tonymec@C2E3FCD.D32D8EFB.277517C1.IP)
  1768. # [14:19] <hsivonen> glazou: the S3 bucket hosting the BlueGriffon add-ons has some weird config. Firefox tells me the .zip is an MPEG-4 file.
  1769. # [14:20] * Quits: Ammiel (ammiel@moz-87DF4B77.wi.res.rr.com) (Connection reset by peer)
  1770. # [14:20] <KaiRo> bjacob: yes, I'll try at least on desktop as well, not sure how to test native without disturbing XUL on Android (and yes, we don't have any tablet UI for native yet at all, which means we need to keep shipping the XUL tablet UI for what we have now, which is 12 - and as XUL works fine on tablet, we really ought to focus native on phones until it's really good there)
  1771. # [14:22] <gcp> http://eprint.iacr.org/2012/021
  1772. # [14:22] * Joins: dao (dao@moz-5FA75352.superkabel.de)
  1773. # [14:22] <gcp> used in the Mozilla Firefox's Sync mechanism...in this paper, we show that it is in fact vulnerable to an undetectable online dictionary attack, an offline dictionary attack, and a password compromise impersonation attack. It also has other shortcomings with respect to replay attacks and the Unknown Key-Share (UKS) attack.
  1774. # [14:23] <bjacob> gcp: you should take this to the security group, instead of this IRC channel (the right people may not be around now)
  1775. # [14:23] <bjacob> gcp: there is also a public security mailing list, i think
  1776. # [14:23] <gcp> is this known?
  1777. # [14:23] <gcp> I mean, this paper
  1778. # [14:23] <bjacob> gcp: they would know, i have no idea
  1779. # [14:23] * Quits: peregrino (peregrino@moz-A7A9A607.telecom.net.ar) (Quit: peregrino)
  1780. # [14:25] <KaiRo> Ms2ger: I think 8am or 9am PST is where we start the blackout
  1781. # [14:25] <Ms2ger> I thought the announcement said 8am Eastern
  1782. # [14:26] <aja> I read 9am et
  1783. # [14:26] <bjacob> gcp: http://www.mozilla.org/projects/security/secgrouplist.html
  1784. # [14:26] * Joins: int3 (int3@moz-D134A91A.singnet.com.sg)
  1785. # [14:26] <Ms2ger> Starting at 8:00 am Eastern tomorrow, Mozilla will join with other sites in a virtual stri...
  1786. # [14:26] <gcp> yeah, already emailed there
  1787. # [14:26] <Ms2ger> http://blog.mozilla.com/blog/2012/01/17/mozilla-to-join-tomorrows-virtual-protests-of-pipasopa/
  1788. # [14:26] <aja> Err..8am
  1789. # [14:26] * KaiRo wonders how many outraged people will mail to webmaster@m.o this time, claiming they are swuitching to a different browser because we support piracy, etc.
  1790. # [14:26] <gcp> people do that?
  1791. # [14:27] <Ms2ger> Always
  1792. # [14:27] <Ms2ger> People will switch to Chrome because we increment our version number too quickly
  1793. # [14:27] <bjacob> KaiRo: in this case, switching browsers won't help :)
  1794. # [14:27] <Yoric> !seen gal
  1795. # [14:27] * Joins: pascalc (chatzilla@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1796. # [14:28] <Ms2ger> Yoric, no firebot, I'm afraid
  1797. # [14:28] <Yoric> Arf :/
  1798. # [14:28] <Yoric> Is Andreas present online these days?
  1799. # [14:29] <bjacob> Yoric: check the PTO app? ask on #b2g?
  1800. # [14:29] <Mitch> I protested SOPA and all I got was this Loyus T-shirt.
  1801. # [14:29] <Ms2ger> Probably later, isn't he MVT?
  1802. # [14:29] <mrbkap> Yoric: Yes, but he's been traveling a ton recently.
  1803. # [14:29] <Yoric> ok
  1804. # [14:29] <mrbkap> Yoric: He'll actually be in Paris a couple of days next week.
  1805. # [14:29] <mak> Ms2ger: actually my friends switch to chrome because flash hangs, they don't care about the version number :)
  1806. # [14:29] <Yoric> I have sent him an e-mail a few days ago and I was pressing for an answer.
  1807. # [14:30] <Yoric> mrbkap: that will simplify stuff.
  1808. # [14:30] <Yoric> Thanks.
  1809. # [14:30] <Ms2ger> Then you can deprive him from food until he answers :)
  1810. # [14:30] <mrbkap> Yoric: don't thank me yet... he might be hard to get a hold of either way.
  1811. # [14:30] <mrbkap> Ms2ger: That's hard in Paris :)
  1812. # [14:30] <Ms2ger> I hear it works with peterv
  1813. # [14:31] * Joins: smaug (chatzilla@moz-7FAF50CB.gprs.sl-laajakaista.fi)
  1814. # [14:31] * ChanServ sets mode: +o smaug
  1815. # [14:31] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1816. # [14:31] <ttaubert> "The link at the bottom of the page at mozilla.com that says: trying to download Firefox - do that here - Does NOT work..."
  1817. # [14:31] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1818. # [14:31] <ttaubert> who can fix this?
  1819. # [14:32] <Ms2ger> Yeah, doesn't work here either
  1820. # [14:33] <Ms2ger> #webdev?
  1821. # [14:33] <hsivonen> no SOPA/PIPA blackout on www.microsoft.com or www.apple.com
  1822. # [14:33] <hsivonen> at least not from a Finnish network perspective
  1823. # [14:34] * Joins: mdr (chatzilla@moz-DECFDD00.phlapa.fios.verizon.net)
  1824. # [14:34] <Ms2ger> /. not either
  1825. # [14:34] <ttaubert> they're BSI members, right?
  1826. # [14:34] <ttaubert> er, BSA
  1827. # [14:34] <Yoric> No Google blackout from France either.
  1828. # [14:35] * Joins: ejpbruel (ejpbruel@933E3A2E.83A511AD.F413BF4D.IP)
  1829. # [14:36] <@smaug> google.com has just tiny "Tell Congress: Please don't censor the web!"
  1830. # [14:36] * Joins: jprmc (jprmc@743D2268.5BCEC6DB.DA78B690.IP)
  1831. # [14:36] <Ms2ger> smaug, it's got a black rectangle over the logo from the US
  1832. # [14:36] <KaiRo> bjacob: well, it might help because people don't hear the message as much in-your-face from other browser vendors - it's not like people have any real clue
  1833. # [14:37] <@smaug> Ms2ger: ah
  1834. # [14:37] <bjacob> KaiRo: i thought you were referring to the wikipedia blackout
  1835. # [14:37] <Ms2ger> smaug, I'd show you a picture, but the link is on reddit, and they're blacked out
  1836. # [14:38] <KaiRo> bjacob: no, I'm referring to our blackout - people already have been sending us a message or two in the last days that they read we are taking action against SOPA and that means they'll switch browsers as it's a scandal that we support online piracy
  1837. # [14:38] * Quits: jprmc (jprmc@743D2268.5BCEC6DB.DA78B690.IP) (Quit: Leaving)
  1838. # [14:38] <bjacob> that's .. intersting
  1839. # [14:39] <bjacob> e
  1840. # [14:39] <bjacob> i must have missed something, but last i checked, piracy meant hijacking ships on the sea
  1841. # [14:39] <Callek> bjacob: well media moguls/companies are fighting STRONGLY
  1842. # [14:40] <Callek> news stations I've been watching have had the anchors doing "commentary" basically trying to discredit wikipedia, "you know its not entirely accurate" type of commentary
  1843. # [14:40] <KaiRo> bjacob: and we did get messages about the home page snippets like "I'll switch because you drop politics in my eye and I don't want politics on the home page" or even (with the fundraising stuff) "I moved to chrome because you're advertising Barabara Streisand on the home page and I don't want stuff like that in my eyes there"
  1844. # [14:40] <Callek> its a matter of the corps in control trying to control the public response
  1845. # [14:40] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Max SendQ exceeded)
  1846. # [14:41] <KaiRo> bjacob: hey, SOPA means "Stop Online Piracy Act", right? so anyone against that support online piracy, it's so easy.
  1847. # [14:41] <Callek> BUT the mere fact that this was done nuclear-option is causing discussion/commentary about it
  1848. # [14:41] <Ms2ger> bjacob, and that's exactly what wikipedia stands for, obviously :)
  1849. # [14:41] * tbsaunde is now known as tbsaunde|afk
  1850. # [14:41] <KaiRo> the full title of the law is even more ridiculous though
  1851. # [14:41] * mattwoodrow is now known as mattwoodrow|away
  1852. # [14:41] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1853. # [14:42] <mak> may we convert the "You can't dereference a NULL nsCOMPtr with operator" to an aborting assertion and get decent stacks out of it?
  1854. # [14:42] <ttaubert> these people can just stop using Firefox, Wikipedia, Google, Reddit, ...
  1855. # [14:42] <Ms2ger> rs=me
  1856. # [14:42] <mak> I was expecting more opposition :D
  1857. # [14:42] <mak> will file a bug, if one doesn't exist
  1858. # [14:43] <Ms2ger> OH: "In opposition to SOPA we've decided to shut down the entire Chinese Internet. Actually, has nothing to do with SOPA, but what the hell."
  1859. # [14:43] * Joins: rshetty (quassel@A96419A9.31DD3D7A.E28C2422.IP)
  1860. # [14:43] <bjacob> mak: we should totally do that
  1861. # [14:44] <bjacob> mak: anyway, this assertion is almost always followed by a crash
  1862. # [14:44] <Ms2ger> Which may or may not give you a stack
  1863. # [14:44] <mak> bjacob: almost, I have a failure where it causes a segfault and no stack
  1864. # [14:44] * Joins: yury (yury@moz-E1A05497.ok.ok.cox.net)
  1865. # [14:44] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Input/output error)
  1866. # [14:45] <@smaug> mak: at least on linux you get the "attach to gdb" and you get the stack
  1867. # [14:45] <KaiRo> mak: if it means making crashes that already happen be more diagnosable, I'm all for it - would be nice to have a mention of it on crash bugs that might be shifted there though
  1868. # [14:45] <KaiRo> if we know which those could be
  1869. # [14:45] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1870. # [14:45] <mak> smaug: yes, unless it happens on tinderbox and I can't reproduce locally :)
  1871. # [14:45] * Quits: int3 (int3@moz-D134A91A.singnet.com.sg) (Client exited)
  1872. # [14:46] <@smaug> ah, true
  1873. # [14:46] * aja half expects to see mpaa site dns rerouted to pirate bay
  1874. # [14:46] <@smaug> shouldn't tinderbox always give stacks when there is a crash
  1875. # [14:46] <KaiRo> signatures shifting somewhere else tend to leave orphaned bugs around
  1876. # [14:46] <Ms2ger> KaiRo, we should be ignoring the top frames of assertions already, no?
  1877. # [14:48] * Quits: evilpie (evilpie@moz-82F87974.pools.arcor-ip.net) (Input/output error)
  1878. # [14:48] <KaiRo> Ms2ger: well, if it's just assertions, I think those are only fatal in debug, and therefore not apparent in crash reports (debug build have the "default" channel and might not have symbols on our server, so get ignored in most reports)
  1879. # [14:48] <KaiRo> Ms2ger: if it's anything fatal in opt, then I care ;-)
  1880. # [14:48] * glob|away is now known as glob
  1881. # [14:48] <Ms2ger> Wouldn't be anything in opt, I don't think :)
  1882. # [14:49] <espindola> dolske, ping on 714960
  1883. # [14:49] * Joins: evilpie (evilpie@moz-82F87974.pools.arcor-ip.net)
  1884. # [14:49] <Ms2ger> Especially because having a null-check on all smart pointer dereferences would probably be a perf hit we'd not be willing to take
  1885. # [14:49] <KaiRo> ok
  1886. # [14:50] <gcp> status-firefoxZ flags <- who updates those? if a driver suggested a patch wont be taken, can I put the versions on "wontfix"?
  1887. # [14:52] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  1888. # [14:53] * Joins: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP)
  1889. # [14:54] * Joins: jimm (jmathies@moz-7F164CA1.pn.at.cox.net)
  1890. # [14:54] * Joins: Pike (Pike@moz-E31CD2CB.mozilla.org)
  1891. # [14:56] <Ms2ger> smaug, http://torrentfreak.com/images/google-strike.jpg
  1892. # [14:56] * Quits: @smaug (chatzilla@moz-7FAF50CB.gprs.sl-laajakaista.fi) (Input/output error)
  1893. # [14:56] <glob> Callek, no.
  1894. # [14:56] * Quits: gabor (gabor@moz-6CCF339F.pool.t-online.hu) (Ping timeout)
  1895. # [14:56] <Callek> lolol
  1896. # [14:57] <Callek> glob: was just a suggestion phrased as a "if we want to..." I agree its not really helpful, since most of us who need to access bmo are already against SOPA/PIPA
  1897. # [14:58] * rail is now known as rail-coffee
  1898. # [14:59] * Quits: slowbro (slowpoke@moz-74E633C7.congress.uni-heidelberg.de) (Ping timeout)
  1899. # [15:00] <glob> i wonder if i can do it without a code push...
  1900. # [15:00] * davehunt is now known as davehunt|away
  1901. # [15:02] <Ms2ger> Hah, http://whitehouse.gov1.info/
  1902. # [15:05] <gcp> http://xbmc.org/blackout <- this one is nice too
  1903. # [15:05] <glob> that is nice
  1904. # [15:05] * Quits: pascalc (chatzilla@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Connection reset by peer)
  1905. # [15:06] * Joins: pascalc (chatzilla@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1906. # [15:09] * Quits: dao (dao@moz-5FA75352.superkabel.de) (Ping timeout)
  1907. # [15:09] * rail-coffee is now known as rail
  1908. # [15:10] * Joins: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP)
  1909. # [15:10] * Joins: dao (dao@moz-5FA75352.superkabel.de)
  1910. # [15:12] * Joins: mw22_ (chatzilla@moz-FB753258.adsl.wanadoo.nl)
  1911. # [15:13] * Quits: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1912. # [15:13] * Quits: dao (dao@moz-5FA75352.superkabel.de) (Ping timeout)
  1913. # [15:14] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1914. # [15:14] * bhearsum|afk is now known as bhearsum
  1915. # [15:14] * Joins: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP)
  1916. # [15:14] * Joins: dao (dao@moz-5FA75352.superkabel.de)
  1917. # [15:18] * Joins: firebot (firebot@moz-67BF9FE6.carolina.res.rr.com)
  1918. # [15:18] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  1919. # [15:21] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1920. # [15:21] * Quits: dao (dao@moz-5FA75352.superkabel.de) (Ping timeout)
  1921. # [15:21] * Quits: regen (Miller@moz-53DD72E5.adsl.dynamic.seed.net.tw) (Quit: regen)
  1922. # [15:22] * Joins: peregrino (peregrino@moz-746FA8A3.telecom.net.ar)
  1923. # [15:24] <KaiRo> OK, looks like I won't be spreading the word about anything on Diaspora* today
  1924. # [15:24] * Joins: ajuma (ajuma@F2D29657.F60B0462.67AC9B1.IP)
  1925. # [15:24] <Ms2ger> "The page http://www.google.com/url?sa=t&rct=j&q=diaspora&source=web&cd=1&ved=0CDQQFjAA&url=https%3A%2F%2Fjoindiaspora.com%2F&ei=odQWT4P9CI704QSLkeX2Aw&usg=AFQjCNGqnnoThQoDk6SepcrsaA9BHAR9tA is on strike today to fight the Stop Online Piracy Act."
  1926. # [15:24] * Joins: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net)
  1927. # [15:25] * Joins: dao (dao@moz-5FA75352.superkabel.de)
  1928. # [15:25] <KaiRo> Ms2ger: something like that - only that it's https://joindiaspora.com/stream for me
  1929. # [15:26] * KaiRo doesn't need a google redirect to get there ;-)
  1930. # [15:28] <hsivonen> why does peptest or U show up on try but not inbound?
  1931. # [15:28] <hsivonen> is it expected to be permaorange on try?
  1932. # [15:28] <Ms2ger> It's new
  1933. # [15:28] <Ms2ger> You can ignore it for now
  1934. # [15:28] <hsivonen> Ms2ger: ok.
  1935. # [15:29] * Quits: dao (dao@moz-5FA75352.superkabel.de) (Ping timeout)
  1936. # [15:30] * Joins: int3 (int3@moz-D134A91A.singnet.com.sg)
  1937. # [15:32] * coop|away is now known as coop
  1938. # [15:32] * Quits: ajuma (ajuma@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1939. # [15:32] * Joins: dao (dao@moz-5FA75352.superkabel.de)
  1940. # [15:32] * Joins: ajuma (ajuma@F2D29657.F60B0462.67AC9B1.IP)
  1941. # [15:34] * Joins: armenzg (armenzg@moz-11631A2F.acanac.net)
  1942. # [15:34] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  1943. # [15:34] * Joins: mayhemer (Miranda@B3D46202.F87A741B.F23860FD.IP)
  1944. # [15:37] * Quits: dao (dao@moz-5FA75352.superkabel.de) (Ping timeout)
  1945. # [15:38] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1946. # [15:39] * Joins: smaug (chatzilla@moz-9F371460.gprs.sl-laajakaista.fi)
  1947. # [15:39] * ChanServ sets mode: +o smaug
  1948. # [15:40] * Joins: Suresh (chatzilla@670A6409.2DA5D7F5.EB06F97B.IP)
  1949. # [15:40] * Joins: dao (dao@moz-5FA75352.superkabel.de)
  1950. # [15:41] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1951. # [15:41] * mjessome|away is now known as mjessome
  1952. # [15:42] <lurking> whoa! check out about:home
  1953. # [15:42] <glob> lurking, looks the same to me
  1954. # [15:43] * Quits: Yoric (Yoric@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Input/output error)
  1955. # [15:43] <glob> ah, on aurora it doesn't :)
  1956. # [15:43] * Quits: @smaug (chatzilla@moz-9F371460.gprs.sl-laajakaista.fi) (Ping timeout)
  1957. # [15:43] * Joins: Yoric (Yoric@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net)
  1958. # [15:44] * Joins: smaug (chatzilla@moz-9F371460.gprs.sl-laajakaista.fi)
  1959. # [15:44] * Joins: mccr8 (mccr8@moz-795DD8B1.dsl.sntc01.pacbell.net)
  1960. # [15:44] * ChanServ sets mode: +o smaug
  1961. # [15:44] * Quits: c0smikdebris (c0smikdebr@39CE4B98.DCDD255.BE90E62C.IP) (Quit: Computer has gone to sleep.)
  1962. # [15:46] * Joins: whimboo (whimboo@moz-216F9AFA.superkabel.de)
  1963. # [15:46] * Parts: whimboo (whimboo@moz-216F9AFA.superkabel.de)
  1964. # [15:47] * Joins: lmandel (lmandel@7F36F6DF.1D61B048.412CF160.IP)
  1965. # [15:49] * jhopkins|away is now known as jhopkins
  1966. # [15:50] * NeilAway wonders why he got a slow script warning in the content pref service
  1967. # [15:51] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1968. # [15:52] <KaiRo> hmm, what has been done with about:home looks nice :)
  1969. # [15:52] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1970. # [15:53] <jorendorff> yeah
  1971. # [15:54] <aja> pastebin a pic? not seeing on mobile
  1972. # [15:54] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  1973. # [15:54] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1974. # [15:55] * Quits: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1975. # [15:55] * Quits: Mano (chatzilla@moz-7E1DCE13.red.bezeqint.net) (Ping timeout)
  1976. # [15:56] <glob> aja, http://i.imgur.com/ISznP.png
  1977. # [15:56] * Joins: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP)
  1978. # [15:57] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  1979. # [15:57] * catlee-away is now known as catlee
  1980. # [15:58] <KaiRo> aja: note that it softly transforms from the usual state to this when loading
  1981. # [15:58] <KaiRo> cool effect
  1982. # [15:58] * Joins: smontagu (chatzilla@moz-E7FAB332.red.bezeqint.net)
  1983. # [15:58] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  1984. # [15:58] <jfkthame> KaiRo: interesting, your a11y failures don't seem to happen on debug builds, only opt - i wonder if there's a timing-related issue (race?) that doesn't show up on slower runs
  1985. # [15:59] <aja> nice
  1986. # [15:59] * Joins: shorlander (shorlander@moz-853043D6.dhcp.insightbb.com)
  1987. # [16:00] <KaiRo> jfkthame: interesting
  1988. # [16:00] * Quits: daim (David_Mart@779E3E00.1773D26C.C0FF2207.IP) (Client exited)
  1989. # [16:01] * Joins: AutomatedTester (AutomatedT@98B9A05D.648B0C34.5EFB9497.IP)
  1990. # [16:01] <KaiRo> Ah, and Gary's post on SOPS/PIPA is really good. Finally someone who talks about both working against piracy and why those are the wrong means. We need to put thing this way in more places.
  1991. # [16:02] <KaiRo> jfkthame: makes it sound to me though like my patches are, as expected, not the fault in the end - but now I wonder if others are seeing this on try as well
  1992. # [16:03] * Quits: mayhemer (Miranda@B3D46202.F87A741B.F23860FD.IP) (Ping timeout)
  1993. # [16:03] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1994. # [16:04] * bwinton_away is now known as bwinton
  1995. # [16:04] * Quits: mccr8 (mccr8@moz-795DD8B1.dsl.sntc01.pacbell.net) (Quit: mccr8)
  1996. # [16:04] <KaiRo> jfkthame: hmm, doesn't look like other try pushes are seeing the same :-/
  1997. # [16:04] <jfkthame> KaiRo: it doesn't look like it's happening to other people - so i fear that your patches are triggering the problem, even if it's really a latent bug or bad assumption or something in existing code
  1998. # [16:05] * Quits: @smaug (chatzilla@moz-9F371460.gprs.sl-laajakaista.fi) (Input/output error)
  1999. # [16:05] <jfkthame> have you tried running mochitest locally to see if you can reproduce?
  2000. # [16:06] * Joins: smaug (chatzilla@moz-9F371460.gprs.sl-laajakaista.fi)
  2001. # [16:06] * ChanServ sets mode: +o smaug
  2002. # [16:06] <KaiRo> jfkthame: I haven't, esp. as all that patching is free-time stuff only so I barely have any time to work with it
  2003. # [16:07] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2004. # [16:07] * Quits: aja (aja@6B0B5BD1.913604E4.7880DB15.IP) (Ping timeout)
  2005. # [16:07] <KaiRo> (and this is also the first time in a long time that I'm trying to get anything pushed at all)
  2006. # [16:08] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
  2007. # [16:08] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2008. # [16:09] * Joins: hub (hub@moz-E2FCA694.figuiere.net)
  2009. # [16:10] <jfkthame> the primary problem you're hitting seems to be "gA11yEventListeners is undefined at chrome://mochitests/content/a11y/accessible/events.js:1438" .....
  2010. # [16:11] * jfkthame is guessing that your patches are somehow influencing a11y initialization order, or something like that
  2011. # [16:11] <mak> is is expected that on linking I get a hundreds warning on graphite?
  2012. # [16:11] * Joins: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP)
  2013. # [16:11] <jfkthame> mak: on windows? yes, known issue
  2014. # [16:11] <mak> jfkthame: yes win
  2015. # [16:11] <mak> ok
  2016. # [16:12] <jfkthame> we'll do something to fix it - hoping to get upstream to make a change
  2017. # [16:14] * jfkthame is now known as jfkthame_afk
  2018. # [16:14] * Joins: mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  2019. # [16:14] * ChanServ sets mode: +o mkaply
  2020. # [16:15] * Joins: aja (aja@6B0B5BD1.913604E4.7880DB15.IP)
  2021. # [16:15] * Joins: baduseragentsniffing (blah@696C7311.B346161B.79496794.IP)
  2022. # [16:15] * Quits: int3 (int3@moz-D134A91A.singnet.com.sg) (Client exited)
  2023. # [16:15] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/79e5d0b77d10 - Mark Finkle - Backout 60eb0da71cdb as suspected crash cause (bug 718765)
  2024. # [16:16] <baduseragentsniffing> hey guys, still too many websites say Firefox 10.0 is an "outdated" browser and Firefox 10.0 is releasing in 2 weeks time, https://bugzilla.mozilla.org/show_bug.cgi?id=690287
  2025. # [16:16] <stransky> glandium, you may know, have you filed a bug for missing jstl.h? It fails to build on ppc and maybe other arches
  2026. # [16:16] * Quits: @smaug (chatzilla@moz-9F371460.gprs.sl-laajakaista.fi) (Ping timeout)
  2027. # [16:16] * Joins: timeless_xchat (timeless@moz-5E2C9899.eng.wind.ca)
  2028. # [16:16] <glandium> stransky: there's one already, let me find it
  2029. # [16:17] * Joins: dbradley (dbradley@moz-8FACAA93.fuse.net)
  2030. # [16:17] * Joins: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP)
  2031. # [16:17] <stransky> glandium, I have it, thanks
  2032. # [16:17] <stransky> https://bugzilla.mozilla.org/show_bug.cgi?id=691898
  2033. # [16:17] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  2034. # [16:17] <glandium> stransky: 691898]
  2035. # [16:18] <KaiRo> jfkthame_afk: I have no idea why my patches would influence that order at all, that's my problem - they're not doing anything big to anything exposed in the UI
  2036. # [16:18] <Mitch> I'm surprised the Sony website isn't recommending IE6.
  2037. # [16:18] <stransky> glandium, are you going for review for the patch?
  2038. # [16:19] <glandium> stransky: it doesn't apply on trunk
  2039. # [16:19] <glandium> nor on 11
  2040. # [16:19] <stransky> glandium, Well I need it for 10 for now :)
  2041. # [16:19] * Joins: smaug (chatzilla@moz-9F371460.gprs.sl-laajakaista.fi)
  2042. # [16:19] * ChanServ sets mode: +o smaug
  2043. # [16:19] <glandium> stransky: then apply it ;)
  2044. # [16:20] <stransky> hehe, thx :)
  2045. # [16:22] <Ms2ger> gaston was also looking for that bug
  2046. # [16:22] <lurking> Mitch: sony is just being stupid with 10.0 works fine on 12.0a1
  2047. # [16:23] * armenzg is now known as armenzg_mtg
  2048. # [16:24] <baduseragentsniffing> err I'm running the latest 12.0 nightly build and I still see the message saying my browser is "outdated" on Sony Store
  2049. # [16:24] * Joins: jrmuizel_ (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2050. # [16:24] <baduseragentsniffing> dump Sony website developers
  2051. # [16:24] * Joins: mayhemer (Miranda@B3D46202.F87A741B.F23860FD.IP)
  2052. # [16:25] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2053. # [16:26] <lurking> baduseragentsniffing: yeah, if I click 'shop now' I get the page telling me its outdated, but the rest of page displays - strange
  2054. # [16:27] <Ms2ger> If you're a Sony customer, you're better placed than us to contact them
  2055. # [16:28] <baduseragentsniffing> oh, I'm not a Sony customer, I'm just going through all the sites reported in the bug
  2056. # [16:28] <lurking> I'm not a Sony customer either
  2057. # [16:28] <khuey> sony has customers?
  2058. # [16:28] * Ms2ger kicks khuey
  2059. # [16:28] <baduseragentsniffing> probably no, but who knows
  2060. # [16:28] * khuey goes back under his bridge
  2061. # [16:28] <baduseragentsniffing> :D
  2062. # [16:29] <Ms2ger> Fortunately German bridges are very well built
  2063. # [16:29] * Quits: andreasn (andreasn@moz-D8A35C52.a199.priv.bahnhof.se) (Ping timeout)
  2064. # [16:29] * Quits: dbradley (dbradley@moz-8FACAA93.fuse.net) (Connection reset by peer)
  2065. # [16:29] * Joins: dbradley (dbradley@moz-8FACAA93.fuse.net)
  2066. # [16:30] * davehunt|away is now known as davehunt
  2067. # [16:32] * Joins: andreasn (andreasn@moz-D8A35C52.a199.priv.bahnhof.se)
  2068. # [16:32] * Joins: _KAMI_ (kami@moz-C9E9F5ED.ceudata.com)
  2069. # [16:32] * Quits: peregrino (peregrino@moz-746FA8A3.telecom.net.ar) (Ping timeout)
  2070. # [16:32] <_KAMI_> Hi!
  2071. # [16:32] <Ms2ger> mak, why can't you use MOZ_ASSERT?
  2072. # [16:32] <@mkaply> They are probably just using string compares for the version.
  2073. # [16:32] * Joins: peregrino (peregrino@moz-746FA8A3.telecom.net.ar)
  2074. # [16:32] <mak> Ms2ger: the glue doesn't link to mozjs
  2075. # [16:32] <_KAMI_> ping KaiRo
  2076. # [16:33] <mak> Ms2ger: and moz_assert is just an alias for JS_ASSERT
  2077. # [16:33] <Ms2ger> I know
  2078. # [16:33] * Quits: dao (dao@moz-5FA75352.superkabel.de) (Ping timeout)
  2079. # [16:33] <mak> Ms2ger: btw, abort_if_false in this case would bring the same adv, so I may probably just go for it
  2080. # [16:33] <Ms2ger> Good
  2081. # [16:34] * Joins: dao (dao@moz-5FA75352.superkabel.de)
  2082. # [16:34] <_KAMI_> Few users complained about Flash related instability related to Firefox 9
  2083. # [16:34] <baduseragentsniffing> Flash is dead, no one cares about Flash anymore since even Adobe gave up and said HTML5 is the way to go
  2084. # [16:34] * Joins: kumar (kmcmillan@moz-F2D05B8.c3-0.stk-ubr1.chi-stk.il.cable.rcn.com)
  2085. # [16:35] * Quits: bjarne (bjarne@moz-46A85847.nextgentel.com) (Quit: Leaving.)
  2086. # [16:35] * Quits: dao (dao@moz-5FA75352.superkabel.de) (Ping timeout)
  2087. # [16:36] * Joins: dao (dao@moz-5FA75352.superkabel.de)
  2088. # [16:38] * Quits: Yoric (Yoric@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Input/output error)
  2089. # [16:39] * Quits: askalski (akuda@moz-6A36EC49.ip.abpl.pl) (Quit: Wychodzi)
  2090. # [16:39] * Quits: @smaug (chatzilla@moz-9F371460.gprs.sl-laajakaista.fi) (Ping timeout)
  2091. # [16:40] * Joins: askalski (akuda@moz-6A36EC49.ip.abpl.pl)
  2092. # [16:40] * Quits: timeless_xchat (timeless@moz-5E2C9899.eng.wind.ca) (Ping timeout)
  2093. # [16:40] * KaiRo separates his patches for the two bugs and does separate try pushes for each set
  2094. # [16:42] * ewong|sleep is now known as ewong
  2095. # [16:44] * Quits: RemusPop (remuspop@601F3B17.33662590.A5830293.IP) (Client exited)
  2096. # [16:45] * Joins: TheLink (TheLink@moz-740F34B0.pools.arcor-ip.net)
  2097. # [16:45] <chewey> Hm... Connecting to IPv6 over an IPv4 SOCKS5 proxy connection works - shouldn't the opposite work as well?
  2098. # [16:45] * Joins: smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi)
  2099. # [16:45] * ChanServ sets mode: +o smaug
  2100. # [16:45] <Ms2ger> So, what was the bug for the test_socks.js failure that needed darning?
  2101. # [16:45] <chewey> (the proxy itself has both v4 and v6 connectivity)
  2102. # [16:45] * Joins: josh (josh@moz-93871A37.dlth.qwest.net)
  2103. # [16:46] <@smaug> KaiRo: do you happen to know the problem _KAMI_ is talking about?
  2104. # [16:47] * philor|away is now known as philor
  2105. # [16:47] * Joins: sylar (sylar@moz-861A8E5.red.bezeqint.net)
  2106. # [16:48] * jfkthame_afk is now known as jfkthame
  2107. # [16:48] <sylar> what is the way today for installing extension for multiple users on linux, without that the user will need to do anything ?
  2108. # [16:48] <sylar> in firefox
  2109. # [16:49] <jfkthame> KaiRo: sorry, i really don't have any idea what's wrong, but the failures do seem awfully persistent, so there must be _some_ connection to your patches
  2110. # [16:49] * ctalbert|afk is now known as ctalbert
  2111. # [16:49] <mreid> I just updated from moz-central and got this:
  2112. # [16:49] <mreid> note: possible conflict - memory/mozutils/Makefile.in was renamed multiple times to:
  2113. # [16:49] <mreid> anything to be concerned about?
  2114. # [16:49] <Ms2ger> That's fine
  2115. # [16:49] <jfkthame> no, that's normal
  2116. # [16:49] <mreid> k, thanks
  2117. # [16:50] <TheOne> NeilAway: sorry to bother you again with this tree row height changing thing. I just noticed that the scrollbar is not updated. Any chance to tell "something" to update the scrollbar?
  2118. # [16:51] <sylar> i tried everything on the web and nonthing worked
  2119. # [16:51] <Mitch> bsmedberg: There are thousands of headers, so changing the popular ones (and maybe their containing dirs) is my idea.
  2120. # [16:53] * armenzg_mtg is now known as armenzg_brb
  2121. # [16:53] <florian> In JS, if I have a string and a byte offset indicating the position of a word in that string, is there an easy way to get the character index usable with String methods from the byte offset?
  2122. # [16:53] * ewong is now known as ewong|sleep
  2123. # [16:53] * Joins: jlebar_ (jlebar@moz-3F3A6302.dyn.columbia.edu)
  2124. # [16:54] <florian> obviously when the string contains only plain ASCII characters the character index is the same value as the byte offset, but with non-ascii characters in the string they don't match.
  2125. # [16:54] * Quits: coop (Chris@moz-E8A55B70.dsl.bell.ca) (Quit: coop)
  2126. # [16:54] <Callek> to stay off-topic here, |"It is an irresponsible response and a disservice to people who rely on them for information [and] use their services," Dodd said in a statement. "It's a dangerous and troubling development when the platforms that serve as gateways to information intentionally skew the facts to incite their users in order to further their corporate interests."|
  2127. # [16:54] <Ms2ger> Nope
  2128. # [16:55] <Ms2ger> Callek, that guy is an irony MASTER!
  2129. # [16:55] <Callek> quote an interesting quote after hearing MULTIPLE news stations today cite the SOPA blackout and wikipedia and then immediately attempt at discrediting wikipedia on a form of "often has questionable information" type of comments
  2130. # [16:55] * Joins: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net)
  2131. # [16:55] <Callek> my cite for that quote, btw http://www.infoworld.com/d/networking/sopa-hearing-resume-even-in-the-face-opposition-184352
  2132. # [16:56] <Mitch> Yeah. Think about poor widdle big content. :(
  2133. # [16:56] * Quits: @smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi) (Input/output error)
  2134. # [16:56] <chewey> German news report it as "protesting legislation that is designed to prevent pirating"
  2135. # [16:56] <Mitch> Designed to prevent information.
  2136. # [16:57] * Joins: dveditz (dveditz@moz-34991AF4.dhcp.cruzio.com)
  2137. # [16:57] * ChanServ sets mode: +o dveditz
  2138. # [16:57] * Joins: coop (Chris@moz-A6FE435.build.sjc1.mozilla.com)
  2139. # [16:58] * Quits: Suresh (chatzilla@670A6409.2DA5D7F5.EB06F97B.IP) (Client exited)
  2140. # [16:58] <bsmedberg> does anyone know why some of the listings in my review queue are red and some aren't?
  2141. # [16:59] <Ms2ger> bsmedberg, cri/nor?
  2142. # [16:59] <bsmedberg> blech, we're making UI decisions on mostly-useless metadata?
  2143. # [16:59] <Ms2ger> Maybe people want you to review crashers first
  2144. # [16:59] <espindola> I am getting "MINIDUMP_STACKWALK not set"
  2145. # [17:00] <espindola> on try runs
  2146. # [17:00] <espindola> know problem with try?
  2147. # [17:00] * armenzg_brb is now known as armenzg
  2148. # [17:00] <Ms2ger> That sounds unfortunate
  2149. # [17:00] * Joins: smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi)
  2150. # [17:00] * ChanServ sets mode: +o smaug
  2151. # [17:02] <josh> Happy to see that we now get a respectable score in IE Fish Tank on Mac with tonight's nightly!
  2152. # [17:02] <khuey> bsmedberg: yes, yes we are
  2153. # [17:03] <bhearsum> robcee: is the little help menu that pops up when i open the web console new? either way, it's nice
  2154. # [17:03] <Ms2ger> Btw, ddahl, https://dvcs.w3.org/hg/domcrypt/
  2155. # [17:03] <@smaug> first below 10ms CC in this 100+ tabs setup
  2156. # [17:03] * Quits: peregrino (peregrino@moz-746FA8A3.telecom.net.ar) (Quit: peregrino)
  2157. # [17:03] <robcee> bhearsum: yeah, that's part of the new command line feature
  2158. # [17:04] <robcee> we're likely going to be turning that off, just wanted to try it out in nightlies for a bit
  2159. # [17:04] <bhearsum> ahhhh
  2160. # [17:04] <robcee> if it gets annoying, set devtools.gcli.enable to false in about:config
  2161. # [17:04] <bhearsum> sure
  2162. # [17:04] <bhearsum> it's fine so far, maybe a tad buggy
  2163. # [17:04] <bhearsum> should i file the bug where hitting "up" scrolls up as well as shows my last run statement?
  2164. # [17:05] * Quits: askalski (akuda@moz-6A36EC49.ip.abpl.pl) (Quit: Wychodzi)
  2165. # [17:05] * tbsaunde|afk is now known as tbsaunde
  2166. # [17:06] <robcee> yes please!
  2167. # [17:06] <bhearsum> k
  2168. # [17:06] <robcee> I don't remember seeing that yet
  2169. # [17:06] * Joins: Joeh (joe@5A3923AA.BC22908.C7CEC4ED.IP)
  2170. # [17:06] * Quits: @smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi) (Ping timeout)
  2171. # [17:07] * Joins: smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi)
  2172. # [17:07] * ChanServ sets mode: +o smaug
  2173. # [17:09] * Quits: fabrice1 (fabrice@moz-104CC309.mv.mozilla.com) (Ping timeout)
  2174. # [17:09] * Joins: dcamp (dave@moz-8EBEC133.hsd1.wa.comcast.net)
  2175. # [17:10] <bhearsum> robcee: i can reproduce 100%, i threw the STR in https://bugzilla.mozilla.org/show_bug.cgi?id=719044
  2176. # [17:10] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  2177. # [17:11] * coop is now known as coop|afk
  2178. # [17:11] <espindola> rail, any idea why MINIDUMP_STACKWALK is not being set on try?
  2179. # [17:11] * Joins: anky (anky@A996F148.AD228C1F.A3D1B221.IP)
  2180. # [17:11] * Quits: @dveditz (dveditz@moz-34991AF4.dhcp.cruzio.com) (Quit: dveditz)
  2181. # [17:12] <rail> espindola: probably because we don't upload symbols, let me check
  2182. # [17:13] <espindola> it is on the build directory....
  2183. # [17:13] * Joins: nhirata (nhirata.bu@moz-BBE3ABD.mv.mozilla.com)
  2184. # [17:13] <espindola> (the zip with the symbols)
  2185. # [17:13] <rail> ah
  2186. # [17:13] <espindola> rail, https://tbpl.mozilla.org/php/getParsedLog.php?id=8635866&tree=Try&full=1
  2187. # [17:13] <espindola> for an example
  2188. # [17:13] * Quits: aja (aja@6B0B5BD1.913604E4.7880DB15.IP) (Ping timeout)
  2189. # [17:14] * Joins: slowbro (slowpoke@moz-74E633C7.congress.uni-heidelberg.de)
  2190. # [17:14] * Joins: surkov (surkov@moz-D9A1E2B0.static.mundo-r.com)
  2191. # [17:14] * Quits: baduseragentsniffing (blah@696C7311.B346161B.79496794.IP) (Quit: )
  2192. # [17:15] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2193. # [17:16] * Joins: int3 (int3@moz-D134A91A.singnet.com.sg)
  2194. # [17:16] * Joins: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk)
  2195. # [17:16] <KaiRo> _KAMI_: sorry, didn't see your question before, what kind of instability are they talking about?
  2196. # [17:16] * Quits: KLB (Kenneth_Ba@moz-CB90BBF2.maine.res.rr.com) (Quit: ChatZilla 0.9.88 [Firefox 9.0.1/20111220165912])
  2197. # [17:17] <rail> espindola: I'm on it
  2198. # [17:17] <espindola> thanks!
  2199. # [17:18] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  2200. # [17:18] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  2201. # [17:19] * Parts: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  2202. # [17:19] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  2203. # [17:20] * Joins: grubshka (grubshka@moz-10172F4.w86-216.abo.wanadoo.fr)
  2204. # [17:21] * Joins: kdcw (kdc@moz-F7413045.pk.shawcable.net)
  2205. # [17:21] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  2206. # [17:21] * Quits: @smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi) (Ping timeout)
  2207. # [17:22] * Joins: smaug (chatzilla@moz-EB2F19BB.gprs.sl-laajakaista.fi)
  2208. # [17:22] * ChanServ sets mode: +o smaug
  2209. # [17:22] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  2210. # [17:23] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  2211. # [17:25] * Joins: Kwan_ (chatzilla@moz-2402E6E3.zone11.bethere.co.uk)
  2212. # [17:25] * Quits: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk) (Ping timeout)
  2213. # [17:25] * Kwan_ is now known as Kwan
  2214. # [17:27] * Quits: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk) (Ping timeout)
  2215. # [17:28] <ted> anyone around who knows how NS_StackWalk works on Linux?
  2216. # [17:28] * Joins: Kwan (chatzilla@moz-2402E6E3.zone11.bethere.co.uk)
  2217. # [17:28] * Quits: @smaug (chatzilla@moz-EB2F19BB.gprs.sl-laajakaista.fi) (Ping timeout)
  2218. # [17:29] * Joins: smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi)
  2219. # [17:29] * ChanServ sets mode: +o smaug
  2220. # [17:29] * Quits: dao (dao@moz-5FA75352.superkabel.de) (Quit: Leaving.)
  2221. # [17:30] <mounir> where could I find the new MPL 2 boilerplate in use?
  2222. # [17:30] * Quits: surkov (surkov@moz-D9A1E2B0.static.mundo-r.com) (Quit: surkov)
  2223. # [17:31] <mak> mounir: http://www.mozilla.org/MPL/headers/
  2224. # [17:31] <ted> espindola: ping
  2225. # [17:31] <mounir> mak: thanks
  2226. # [17:31] <mounir> 3 lines... *SO* lovely :)
  2227. # [17:32] * Joins: KLB (Kenneth_Ba@moz-CB90BBF2.maine.res.rr.com)
  2228. # [17:32] <espindola> ted, pong
  2229. # [17:32] <espindola> ted, one sec
  2230. # [17:33] <espindola> ted, pong 2
  2231. # [17:33] <ted> espindola: just curious, do you remember if we have frame pointers in our optimized debug builds now?
  2232. # [17:33] <espindola> ted, we have them
  2233. # [17:34] <espindola> we should have
  2234. # [17:34] <ted> okay
  2235. # [17:34] <espindola> maybe one file or anther has a bug
  2236. # [17:34] <ted> not sure
  2237. # [17:34] <espindola> both debug and profiling forces frame pointers
  2238. # [17:34] <ted> just trying to figure out why we don't get good assertion stacks from our C++ unit tests: https://bugzilla.mozilla.org/show_bug.cgi?id=673017#c829
  2239. # [17:34] * ted lunch, bbiaf
  2240. # [17:34] * Joins: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net)
  2241. # [17:35] <espindola> ted, -O3 -fno-omit-frame-pointer
  2242. # [17:35] <espindola> from https://tbpl.mozilla.org/php/getParsedLog.php?id=8636171&tree=Try&full=1
  2243. # [17:35] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  2244. # [17:36] * Quits: akeybl (akeybl@moz-52D39FF6.hsd1.ca.comcast.net) (Quit: Leaving...)
  2245. # [17:37] <gavin> hsivonen: for bug 713810, isn't there a better test for "isHTML" than the createElement("div") thing?
  2246. # [17:38] <gavin> can't you e.g. check the namespaceURI or somthing?
  2247. # [17:38] * Quits: florian (florian@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.2a1pre)
  2248. # [17:38] * Quits: firebot (firebot@moz-67BF9FE6.carolina.res.rr.com) (Connection reset by peer)
  2249. # [17:38] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  2250. # [17:38] <hsivonen> gavin: you can't check the namespace URI
  2251. # [17:39] <hsivonen> gavin: it's been unified since Firefox 3.6
  2252. # [17:39] <gavin> so there's really no better exposed way? hrm
  2253. # [17:39] <hsivonen> gavin: the tagName test is what we recommend on MDN
  2254. # [17:39] <hsivonen> gavin: it's the most obvious test
  2255. # [17:40] <hsivonen> gavin: can't think of a "better" one off the top of my head
  2256. # [17:40] <gavin> ok
  2257. # [17:40] * Joins: surkov (surkov@moz-D9A1E2B0.static.mundo-r.com)
  2258. # [17:40] * Joins: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2259. # [17:41] <_KAMI_> KaiRo: I sent a letter to you
  2260. # [17:41] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Ping timeout)
  2261. # [17:42] * Quits: @smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi) (Ping timeout)
  2262. # [17:42] * Joins: firebot (firebot@moz-67BF9FE6.carolina.res.rr.com)
  2263. # [17:42] * Joins: smaug (chatzilla@moz-9F371460.gprs.sl-laajakaista.fi)
  2264. # [17:42] * ChanServ sets mode: +o smaug
  2265. # [17:43] * lsblakk|afk is now known as lsblakk
  2266. # [17:44] * Joins: aja (aja@6B0B5BD1.913604E4.7880DB15.IP)
  2267. # [17:44] * Quits: wesj (wesj@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Instantbird 1.2a1pre)
  2268. # [17:44] * Joins: wesj (wesj@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2269. # [17:44] * Joins: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net)
  2270. # [17:45] * wlach|biab is now known as wlach
  2271. # [17:48] * Quits: jrmuizel_ (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2272. # [17:48] <KaiRo> _KAMI_: ok... I'm a bit drowned in stuff and things are going slower than usual today
  2273. # [17:48] <mak> our win64 builds use msvc2010, right?
  2274. # [17:49] * Quits: pnemsak (Miranda@moz-3D67D819.rainside.sk) (Quit: pnemsak)
  2275. # [17:49] * Quits: protz (protz@moz-E29D2A15.inria.fr) (Quit: Leaving)
  2276. # [17:49] <AryehGregor> What component is correct for a bug in 3D transform rendering? Specifically, scaleZ(0) makes everything vanish, which is probably not correct.
  2277. # [17:49] <AryehGregor> Both the rendering and getBoundingClientRect() look to be incorrect.
  2278. # [17:50] <Ms2ger> Core::Layout something
  2279. # [17:50] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  2280. # [17:50] * Joins: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com)
  2281. # [17:51] * Quits: slowbro (slowpoke@moz-74E633C7.congress.uni-heidelberg.de) (Quit: The world is not beautiful - but that in itself lends it a kind of beauty.)
  2282. # [17:51] * Quits: @smaug (chatzilla@moz-9F371460.gprs.sl-laajakaista.fi) (Quit: Reconnecting…)
  2283. # [17:51] * Joins: smaug (chatzilla@moz-9F371460.gprs.sl-laajakaista.fi)
  2284. # [17:51] * ChanServ sets mode: +o smaug
  2285. # [17:51] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2286. # [17:51] * Parts: _KAMI_ (kami@moz-C9E9F5ED.ceudata.com)
  2287. # [17:52] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2288. # [17:53] * Quits: espindola (espindola@moz-6B1B47B1.dsl.teksavvy.com) (Ping timeout)
  2289. # [17:54] <khuey> AryehGregor: CC :mattwoodrow
  2290. # [17:54] <AryehGregor> khuey, okay.
  2291. # [17:54] * Joins: espindola (espindola@BB8D75D9.1B49AB10.971E19F6.IP)
  2292. # [17:54] <khuey> mmm fresh croissants
  2293. # [17:54] <AryehGregor> Ms2ger, any ideas on the "something"?
  2294. # [17:54] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2295. # [17:54] <BenWa> WHERE!?
  2296. # [17:54] * khuey is going to miss those when he gets back to the US
  2297. # [17:54] <khuey> BenWa: Europe
  2298. # [17:54] <BenWa> :(
  2299. # [17:55] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2300. # [17:55] <Ms2ger> AryehGregor, just Layout, I think
  2301. # [17:55] * Quits: Polynomial-C (Poly-C@moz-16154BB8.dip.t-dialin.net) (Quit: GNU/Linux, because I'd rather own a free OS than steal one that's not worth paying for.)
  2302. # [17:55] <NeilAway> TheOne: try calling ensureRowIsVisible(firstVisibleRow)
  2303. # [17:55] <@smaug> khuey: and good wine and beer and good cheese...you'll miss Europe
  2304. # [17:56] <khuey> smaug: haven't tried much of the wine yet
  2305. # [17:56] <AryehGregor> Ms2ger, okay.
  2306. # [17:56] <khuey> been waiting until I get to france
  2307. # [17:56] <khuey> the beer and the cheese are quite good though
  2308. # [17:56] <Ms2ger> khuey, I hear Germany has nice wine too
  2309. # [17:57] <Ms2ger> I'd tell you more, but Wikipedia is down
  2310. # [17:57] <khuey> I think if I lived in Europe I'd be a good deal fatter than I already am :-P
  2311. # [17:57] <Ms2ger> Wait, you're not a fat American?
  2312. # [17:57] <jfkthame> wasn't it the americans who invented "super-size me"?
  2313. # [17:58] <khuey> Ms2ger: oh I am
  2314. # [17:58] <khuey> but I'd be worse if I lived here
  2315. # [17:58] <ted> khuey: where are you now?
  2316. # [17:58] <khuey> ted: at the moment, dusseldorf germany
  2317. # [17:58] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  2318. # [17:58] <ted> ah
  2319. # [17:58] <Ms2ger> khuey, not really, you'd eat healthier food :)
  2320. # [17:59] <khuey> Ms2ger: yeah but I'd eat so much more of it that it'd cancel out the healthy part
  2321. # [17:59] * Quits: @smaug (chatzilla@moz-9F371460.gprs.sl-laajakaista.fi) (Ping timeout)
  2322. # [18:01] <jfkthame> i suppose that's the wurst problem
  2323. # [18:01] <jhammel> wokka wokka
  2324. # [18:01] * Quits: grubshka (grubshka@moz-10172F4.w86-216.abo.wanadoo.fr) (Ping timeout)
  2325. # [18:01] <Ms2ger> jfkthame, I see what you did there
  2326. # [18:01] * Joins: nattokirai (nattokirai@moz-6A258170.dynamic.ppp.asahi-net.or.jp)
  2327. # [18:02] <khuey> ha
  2328. # [18:03] * Quits: aja (aja@6B0B5BD1.913604E4.7880DB15.IP) (Client exited)
  2329. # [18:03] * Joins: smaug (chatzilla@moz-EB2F19BB.gprs.sl-laajakaista.fi)
  2330. # [18:03] * ChanServ sets mode: +o smaug
  2331. # [18:04] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2332. # [18:04] <khuey> who wants to review generic cleanup to unowned code?
  2333. # [18:04] <ted> glandium: ping
  2334. # [18:04] * khuey sees bholley just logged on
  2335. # [18:05] <bholley> khuey: hi
  2336. # [18:05] <Ms2ger> khuey, sounds like bz :)
  2337. # [18:05] <khuey> Ms2ger: sounds like bholley ;-)
  2338. # [18:05] <bholley> khuey: sounds like Ms2ger
  2339. # [18:05] <bholley> khuey: I'm already up to my neck in reviews :-(
  2340. # [18:05] <Ms2ger> Alright
  2341. # [18:05] <Ms2ger> r-
  2342. # [18:06] * Joins: aja (aja@6B0B5BD1.913604E4.7880DB15.IP)
  2343. # [18:06] * Joins: faramarz_ (faramarz@moz-BBE3ABD.mv.mozilla.com)
  2344. # [18:06] <khuey> Ms2ger: you'll like it when you see it
  2345. # [18:08] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/19af1aac33ac - Wes Johnston - Bug 713922 - Don't allow empty password for master password. r=mfinkle
  2346. # [18:08] <mfinkle> catlee, can I get a respin on mobile nightlies?
  2347. # [18:08] <firebot> http://hg.mozilla.org/mozilla-central/rev/e29329299573 - Wes Johnston - Bug 716161 - Don't allow clicking disabled selects. r=mfinkle
  2348. # [18:08] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2349. # [18:08] * faramarz_ is now known as faramarz
  2350. # [18:09] * Joins: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net)
  2351. # [18:09] <glandium> ted: pong
  2352. # [18:09] <ted> glandium: hey, i'm trying to figure out why we don't get useful stack traces from assertions in C++ unit tests on debug builds
  2353. # [18:09] * aki is now known as aki|buildduty
  2354. # [18:09] <ted> https://bugzilla.mozilla.org/show_bug.cgi?id=673017#c829
  2355. # [18:09] <ted> for example
  2356. # [18:10] <ted> is it because our symbols are hidden, and we're trying to use dladdr to find the symbol names?
  2357. # [18:10] * Quits: smontagu (chatzilla@moz-E7FAB332.red.bezeqint.net) (Ping timeout)
  2358. # [18:10] <NeilAway> hsivonen: which parser do we use for view-source of xml?
  2359. # [18:10] <Ms2ger> HTML?
  2360. # [18:10] * Ms2ger seems to remember such a thing
  2361. # [18:10] <khuey> Ms2ger: https://bugzilla.mozilla.org/attachment.cgi?id=589536&action=edit :-)
  2362. # [18:11] <Ms2ger> Ugh, I don't want to own nsFind
  2363. # [18:11] <glandium> ted: don't we run c++ unit tests from dist/bin ?
  2364. # [18:11] <ted> glandium: yes, AFAIK
  2365. # [18:11] <ted> they're unstripped
  2366. # [18:11] <khuey> who said anything about owning it
  2367. # [18:11] <khuey> if anything, I'm the one taking that risk :-/
  2368. # [18:11] <ted> glandium: but where does dladdr get its info?
  2369. # [18:11] * jmaher is now known as jmaher|lunch
  2370. # [18:11] <ted> http://mxr.mozilla.org/mozilla-central/source/xpcom/base/nsStackWalk.cpp#1507
  2371. # [18:12] <khuey> firebot: uuid
  2372. # [18:12] <firebot> fe23c99e-693d-4ce0-a603-6ee84267fa3a (/msg firebot cid for CID form)
  2373. # [18:12] * Quits: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk) (Client exited)
  2374. # [18:12] <glandium> ted: i doubt it gets it from debug info. but isn't fix-linux-stack.pl supposed to fix these?
  2375. # [18:12] <KaiRo> post of the day: "sir please send me tools link for make easy and fast web browser" (mozilla.tools)
  2376. # [18:13] * Joins: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk)
  2377. # [18:13] <ted> glandium: good point
  2378. # [18:13] <ted> but seems silly to not have it work at all
  2379. # [18:13] <ted> i guess we can just run all our C++ unit tests through fix-*stack?
  2380. # [18:14] * Joins: mjschranz (chatzilla@moz-6FE6B833.cpe.net.cable.rogers.com)
  2381. # [18:14] * lsblakk is now known as lsblakk-mtg
  2382. # [18:14] <jdm> mayhemer: any idea when you'll be able to review that mochitest for anonymous request proxy authentication?
  2383. # [18:15] <mayhemer> jdm: very soon, I think I can do it tomorrow
  2384. # [18:15] <jdm> mayhemer: ok, no problem
  2385. # [18:15] <bholley> khuey: so, what do you think this is about: https://tbpl.mozilla.org/php/getParsedLog.php?id=8557108&tree=Mozilla-Inbound
  2386. # [18:15] <sid0> http://eprint.iacr.org/2012/021
  2387. # [18:15] <sid0> interesting: j-pake vulnerable to a bunch of attacks
  2388. # [18:15] * ted will file a bug
  2389. # [18:16] <bholley> khuey: my DOM bindings patch bounced because of this happening on windows PGO profiling runs
  2390. # [18:16] <glandium> ted: i think that would solve the problem
  2391. # [18:17] * Quits: jfkthame (jfkthame@B74C8744.90783722.9542EC20.IP) (Quit: jfkthame)
  2392. # [18:17] <khuey> bholley: access violation during the profiling run is my guess
  2393. # [18:17] <glandium> ted: now if you could take care of my nspr bug ;)
  2394. # [18:17] <ted> i know, i know
  2395. # [18:17] <bholley> khuey: on the part of MSVC?
  2396. # [18:17] <khuey> bholley: on the part of the browser, presumably
  2397. # [18:17] * Joins: Cameron (Cameron@moz-E8994C03.range86-131.btcentralplus.com)
  2398. # [18:18] <bholley> khuey: oh, that's different than I understood
  2399. # [18:18] * Joins: cdiehl_ (cdiehl@moz-F37055B2.pool.mediaways.net)
  2400. # [18:18] <sid0> I assume there's a bug on http://eprint.iacr.org/2012/021 ?
  2401. # [18:18] * Quits: rshetty (quassel@A96419A9.31DD3D7A.E28C2422.IP) (Ping timeout)
  2402. # [18:18] * Quits: cdiehl (cdiehl@moz-47006D48.pool.mediaways.net) (Ping timeout)
  2403. # [18:18] * cdiehl_ is now known as cdiehl
  2404. # [18:19] <bholley> khuey: is there any simple way to do a profiling run on a non-windows machine?
  2405. # [18:19] * Joins: smontagu (chatzilla@moz-49965C7A.red.bezeqint.net)
  2406. # [18:19] * Joins: paolo (paolo@moz-1BE3BD14.retail.telecomitalia.it)
  2407. # [18:19] <gcp> sid0: no idea, reported it to security@ earlier today
  2408. # [18:19] <khuey> bholley: the profiling stuff is the same on linux, I think
  2409. # [18:19] <khuey> bholley: glandium could confirm
  2410. # [18:19] <sid0> gcp: cool. no reason to make the bug confidential though I guess
  2411. # [18:21] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  2412. # [18:21] * Joins: rshetty (quassel@D5FBDE0E.4159823.D30E9BEF.IP)
  2413. # [18:21] * Quits: @smaug (chatzilla@moz-EB2F19BB.gprs.sl-laajakaista.fi) (Ping timeout)
  2414. # [18:21] * Joins: smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi)
  2415. # [18:21] * ChanServ sets mode: +o smaug
  2416. # [18:22] <mcpherrin> i
  2417. # [18:22] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  2418. # [18:23] * Quits: hub (hub@moz-E2FCA694.figuiere.net) (Input/output error)
  2419. # [18:23] * Joins: Mossop (mossop@moz-69188DA4.dsl.dynamic.sonic.net)
  2420. # [18:24] * Quits: @smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi) (Ping timeout)
  2421. # [18:24] * Quits: aja (aja@6B0B5BD1.913604E4.7880DB15.IP) (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
  2422. # [18:24] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2423. # [18:24] * Joins: smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi)
  2424. # [18:24] * ChanServ sets mode: +o smaug
  2425. # [18:25] * Quits: KaiRo (robert@moz-3208DCEF.adsl.highway.telekom.at) (Ping timeout)
  2426. # [18:25] * Quits: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk) (Ping timeout)
  2427. # [18:26] * mdas is now known as mdas|lunch
  2428. # [18:26] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2429. # [18:26] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  2430. # [18:26] <glandium> khuey, bholley: iirc the profileserver is the same for linux and windows, but your error is weird
  2431. # [18:26] * Joins: KaiRo (robert@moz-636A0B7D.adsl.highway.telekom.at)
  2432. # [18:27] * Quits: ashish (ashish@moz-B77DEAEB.mozilla.org) (Ping timeout)
  2433. # [18:27] * Joins: imphil (philipp@moz-655EF802.customer.m-online.net)
  2434. # [18:28] * Joins: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk)
  2435. # [18:28] <bholley> glandium: ugh, yeah. Looks like it only appeared on windows...
  2436. # [18:29] * Quits: pranavrc (pranavrc@EC6A4E00.175EDA21.C28326FD.IP) (Quit: Ping timeout: ∞)
  2437. # [18:30] * Quits: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk) (Ping timeout)
  2438. # [18:30] * Joins: ashish (ashish@moz-B77DEAEB.mozilla.org)
  2439. # [18:30] <glandium> bholley: and it could be a bug in the profileserver triggered by a failure to run firefox properly
  2440. # [18:30] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  2441. # [18:31] <bholley> glandium: this should be something I can reproduce locally on a windows VM though, right?
  2442. # [18:31] * Joins: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk)
  2443. # [18:32] <glandium> bholley: if you build with pgo
  2444. # [18:32] <bholley> glandium: right
  2445. # [18:32] * Joins: jgriffin (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net)
  2446. # [18:32] * Quits: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net) (Quit: damons)
  2447. # [18:33] * Quits: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk) (Ping timeout)
  2448. # [18:33] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2449. # [18:34] * Joins: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk)
  2450. # [18:34] * Joins: aja (aja@6B0B5BD1.913604E4.7880DB15.IP)
  2451. # [18:34] * Quits: anky (anky@A996F148.AD228C1F.A3D1B221.IP) (Client exited)
  2452. # [18:35] * Quits: aja (aja@6B0B5BD1.913604E4.7880DB15.IP) (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
  2453. # [18:35] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  2454. # [18:35] * Joins: AaronMT_ (AaronMT@F2D29657.F60B0462.67AC9B1.IP)
  2455. # [18:35] * Quits: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2456. # [18:35] * AaronMT_ is now known as AaronMT
  2457. # [18:37] * Quits: IanN (chatzilla@moz-B607EE4F.dsl.eclipse.net.uk) (Ping timeout)
  2458. # [18:37] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2459. # [18:37] * mjessome is now known as mjessome|food
  2460. # [18:37] * Joins: mjschranz_ (mjschranz@moz-6FE6B833.cpe.net.cable.rogers.com)
  2461. # [18:38] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
  2462. # [18:38] <Callek> fabrice: ping
  2463. # [18:38] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  2464. # [18:38] <fabrice> Callek: pong
  2465. # [18:38] * Quits: @smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi) (Ping timeout)
  2466. # [18:38] <Callek> fabrice: Bug 717975 --- dom_apps.xpt gets built currently even in Firefox builds
  2467. # [18:38] * Quits: ircloggr_beta (nodebot@moz-B9225BDE.compute-1.amazonaws.com) (Client exited)
  2468. # [18:39] <Callek> fabrice: the point was that if its built and not in package-manifest.in theres a problem with one of the two things
  2469. # [18:39] * Joins: ircloggr_beta (nodebot@moz-BC518DEF.compute-1.amazonaws.com)
  2470. # [18:39] * Quits: dbradley (dbradley@moz-8FACAA93.fuse.net) (Ping timeout)
  2471. # [18:39] <fabrice> Callek: ok, I will ifdef more aggressively
  2472. # [18:39] <Callek> in this case, if you need to remove it from firefox's package-manifest.in you should turn it off from being built in Firefox (or other apps really, as in, only build it where necessary)
  2473. # [18:40] <Callek> fabrice: so, if I am correct, and from my limited understanding on that, you'd ifdef in dom/Makefile.in around the DIRS+= line for dom/interfaces/apps
  2474. # [18:40] * Joins: dbradley (dbradley@moz-8FACAA93.fuse.net)
  2475. # [18:40] <fabrice> Callek: yep
  2476. # [18:40] * Joins: IanN (iann@4837CDFE.2ECE621A.E5F36E28.IP)
  2477. # [18:41] * Quits: mayhemer (Miranda@B3D46202.F87A741B.F23860FD.IP) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  2478. # [18:41] * Joins: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com)
  2479. # [18:41] * bwinton is now known as bwinton_away
  2480. # [18:41] * Joins: avsaro (avsaro42@737B6063.11EF3723.47C6695C.IP)
  2481. # [18:42] * Joins: smaug (chatzilla@moz-9F371460.gprs.sl-laajakaista.fi)
  2482. # [18:42] * ChanServ sets mode: +o smaug
  2483. # [18:42] * Joins: artpar (artpar@64D0DAB5.3417A52F.2C7B20EF.IP)
  2484. # [18:42] <Callek> fabrice: fyi as well, I'm not a reviewer here (for the m-c side)
  2485. # [18:42] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2486. # [18:42] <bsmedberg> If I have an ArrayBuffer in a JS module, is there a non-sucky way to make it into a JS string assuming that it's UTF8?
  2487. # [18:43] * Joins: yuan (ywang@moz-A7F450FF.sfba.hfc.comcastbusiness.net)
  2488. # [18:43] <fabrice> Callek: thanks anyway
  2489. # [18:43] <Callek> fabrice: I don't mind peeking, but I can't r+ for a real checkin of it
  2490. # [18:43] * bwinton_away is now known as bwinton
  2491. # [18:43] * Joins: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP)
  2492. # [18:44] <Ms2ger> khuey, though I wonder why you're touching that code
  2493. # [18:44] * Quits: @smaug (chatzilla@moz-9F371460.gprs.sl-laajakaista.fi) (Ping timeout)
  2494. # [18:44] <philor> a desire to own it, why else would you?
  2495. # [18:45] <ted> bsmedberg: nsIScriptableUnicodeConverter?
  2496. # [18:46] <ted> not sure how you'd get it into a form that that can take
  2497. # [18:46] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2498. # [18:46] * Quits: mjschranz (chatzilla@moz-6FE6B833.cpe.net.cable.rogers.com) (Ping timeout)
  2499. # [18:46] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2500. # [18:46] <Ms2ger> XPConnect can take typed arrays for array arguments now
  2501. # [18:46] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  2502. # [18:47] <Ms2ger> So an 8-byte array buffer can go into convertFromByteArray
  2503. # [18:47] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  2504. # [18:47] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  2505. # [18:47] <khuey> Ms2ger: fixing a leak in it
  2506. # [18:47] * jmaher|lunch is now known as jmaher
  2507. # [18:47] <ted> http://mxr.mozilla.org/mozilla-central/source/intl/uconv/idl/nsIScriptableUConv.idl#76
  2508. # [18:47] <ted> ah, nice
  2509. # [18:47] <rail> espindola: found the issue, waiting for review and reconfig, fyi
  2510. # [18:48] <Ms2ger> Wait, did you fix a leak in that patch?
  2511. # [18:48] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2512. # [18:48] <espindola> rail, awesome
  2513. # [18:48] <espindola> thanks
  2514. # [18:48] <rail> np
  2515. # [18:48] <espindola> rail, what was it?
  2516. # [18:48] * Quits: MarcoZ (marco.zehe@moz-F719AE6A.dip.t-dialin.net) (Quit: l8er)
  2517. # [18:48] <Callek> khuey: fixing a leak in a collendar is a bit of a pointless endeavor no? you want a bowl instead
  2518. # [18:48] <rail> espindola: I landed a huge patch which broke it :/
  2519. # [18:48] <espindola> heh
  2520. # [18:49] * khuey is now known as khuey|away
  2521. # [18:49] * jimm is now known as jimm-lunch
  2522. # [18:49] <imphil> !seen sicking
  2523. # [18:49] <firebot> sicking was last seen 8 days, 16 hours, 16 minutes and 25 seconds ago, saying 'except that AT&Ts new thing is not webby :)' in #b2g.
  2524. # [18:49] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  2525. # [18:50] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  2526. # [18:50] <imphil> hm, is he on vacation or hiding somewhere?
  2527. # [18:50] <Ms2ger> Hiding
  2528. # [18:50] * khuey|away is now known as khuey
  2529. # [18:50] <Ms2ger> As usual
  2530. # [18:50] <khuey> imphil: he's kind of sort of on vacation
  2531. # [18:50] <bent> imphil, we can probably steer your question to the right place
  2532. # [18:50] <khuey> it's a long story
  2533. # [18:50] <espindola> rail, can you ping me when it is done? Will I have to do a new push?
  2534. # [18:50] <espindola> or just running that test again should work?
  2535. # [18:51] * Joins: jesup (chatzilla@moz-DECFDD00.phlapa.fios.verizon.net)
  2536. # [18:51] <Ms2ger> khuey, if you fixed a leak in that patch, I should probably retract my r+, because I didn't spot it ;)
  2537. # [18:51] * Quits: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net) (Quit: Linkinus - http://linkinus.com)
  2538. # [18:51] <khuey> Ms2ger: there's another patch
  2539. # [18:51] <bent> mak++ (sqlite mutex_
  2540. # [18:51] <rail> espindola: I'll ping you, rerunning the tests should help
  2541. # [18:51] * Joins: jamesr (jamesr@moz-C40B3BE3.hfc.comcastbusiness.net)
  2542. # [18:51] <Ms2ger> Good
  2543. # [18:51] <espindola> cool
  2544. # [18:51] <mak> bent: I'm not expert in jemalloc things, but I think sqlite tries to use windows _msize instead of ours and this confuses jemalloc
  2545. # [18:52] * Joins: bz_irccloud (u5255@moz-160C58C6.com)
  2546. # [18:52] * Joins: stefanh (stefanh@moz-3EED0162.customers.ownit.se)
  2547. # [18:52] <khuey> Ms2ger: 669845
  2548. # [18:52] * Joins: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com)
  2549. # [18:52] <bent> mak, sounds entirely possible
  2550. # [18:52] <imphil> I see... so I guess bz will get my review request then ...
  2551. # [18:52] * @bz_sleep waits for lots of people to comment
  2552. # [18:52] <mak> bent: btw, now testing win64 on try, the other issue (crash on je_free) is still open for now
  2553. # [18:52] <@bz_sleep> imphil: hmm?
  2554. # [18:52] <Ms2ger> Ah, yes
  2555. # [18:52] <bent> mak, which is that?
  2556. # [18:53] <Waldo> mak: regarding bug 718999, was the original dependence on the mfbt-not-using-JS_Assert because nsCOMPtr gets built before JS?
  2557. # [18:53] * Joins: smaug (chatzilla@moz-EB2F19BB.gprs.sl-laajakaista.fi)
  2558. # [18:53] * ChanServ sets mode: +o smaug
  2559. # [18:53] * bz_sleep is now known as bz
  2560. # [18:53] <smaugIC> ah, bz_irccloud needs some data...
  2561. # [18:53] <@bz> smaugIC: yep
  2562. # [18:53] <@bz> But I'm working on that. ;)
  2563. # [18:53] * @bz will just talk and talk.....
  2564. # [18:53] <imphil> bz, bug 694754
  2565. # [18:53] <@smaug> foobar foobar
  2566. # [18:53] <mak> bent: all mochitests on win PGO crash in je_free trying to free up a string... related to some change done in 3.7.9 (the _msize change was in 3.7.10)
  2567. # [18:53] * Joins: peregrino (peregrino@moz-746FA8A3.telecom.net.ar)
  2568. # [18:53] * Joins: hub (hub@21B7B9F2.B87E9213.6E712CE2.IP)
  2569. # [18:54] * @bz should have just used a different channel, but this is more fun
  2570. # [18:54] <khuey> Waldo: nsCOMPtr does not get built before js
  2571. # [18:54] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2572. # [18:54] <khuey> and never has
  2573. # [18:54] <Ms2ger> Waldo, for glue
  2574. # [18:54] <Ms2ger> Which doesn't link with mozjs
  2575. # [18:54] <imphil> bz, is it ok if I set r? to you? I just want to make sure it gets in before the uplift :)
  2576. # [18:54] <Ms2ger> Or that is what he told me
  2577. # [18:54] <@bz> imphil: good question
  2578. # [18:55] <@bz> imphil: when is uplift again?
  2579. # [18:55] <imphil> end of january
  2580. # [18:55] <bent> mak, hm, do we have a bug on that too?
  2581. # [18:55] <Waldo> Ms2ger: ah; and hrm
  2582. # [18:55] <Waldo> khuey: yeah, that's what confused me, but Ms2ger makes sense
  2583. # [18:55] * Joins: squib (squib-@moz-415BAA34.engr.wisc.edu)
  2584. # [18:55] <imphil> bz, or will sicking return in time?
  2585. # [18:55] <mak> bent: the 3.7.9 upgrade bug has all the info so far (even if it's wontfix)
  2586. # [18:55] <bent> ok
  2587. # [18:55] * @bz has no idea what sicking's plans are
  2588. # [18:56] <@bz> I can get to this before end of Jan, I guess
  2589. # [18:56] <@bz> or you could mail sicking....
  2590. # [18:56] <@bz> see whether he's answering
  2591. # [18:56] * bz_irccloud has data
  2592. # [18:56] <Waldo> Ms2ger, khuey: is there some technical reason why glue couldn't link against mozjs?
  2593. # [18:56] <bent> mak, those crashes happened before the msize change though, right? so there's no chance your try patch will fix them?
  2594. # [18:56] <Ms2ger> Waldo, > khuey
  2595. # [18:56] * Waldo knows next to nothing about linking, but his knowledge would have him think there is none
  2596. # [18:56] <khuey> Waldo: the point of the glue is not to link to things like that
  2597. # [18:57] <Waldo> hmm
  2598. # [18:57] <@bz> smaug: so one note that jumps out: as I scroll there's the text that says how long ago the stuff I'm looking at was
  2599. # [18:57] <@bz> smaug: that might well be the source of the flushes
  2600. # [18:57] <khuey> Waldo: but Ms2ger really meant to redirect you to bsmedberg
  2601. # [18:57] <mak> bent: well, looking at this I now wonder if 3.7.9 had some other memory change that may confuse our allocator, so I'll check that as next step
  2602. # [18:58] <mak> bent: but yes, the je_free issue existed before the _msize change
  2603. # [18:58] <@bz> another test
  2604. # [18:58] * Quits: @smaug (chatzilla@moz-EB2F19BB.gprs.sl-laajakaista.fi) (Ping timeout)
  2605. # [18:58] * Joins: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com)
  2606. # [18:58] <smaugIC> bz: right
  2607. # [18:59] <bsmedberg> well, that really depends on *which* glue
  2608. # [18:59] <bsmedberg> standalone glue isn't supposed to link against anything
  2609. # [18:59] * Quits: yuan (ywang@moz-A7F450FF.sfba.hfc.comcastbusiness.net) (Quit: yuan)
  2610. # [18:59] <bsmedberg> the dependent glue is a bit... trickier
  2611. # [18:59] * Joins: anky (anky@EBD4E11F.A034B897.A3D1B221.IP)
  2612. # [18:59] <@bz> smaugIC: ok, so I have a profile
  2613. # [18:59] <Waldo> nsCOMPtr is...dependent glue?
  2614. # [18:59] * Quits: surkov (surkov@moz-D9A1E2B0.static.mundo-r.com) (Quit: surkov)
  2615. # [18:59] <mak> hm, how do I trychoose win64?
  2616. # [18:59] * Joins: smaug (chatzilla@moz-9F371460.gprs.sl-laajakaista.fi)
  2617. # [18:59] <@bz> smaugIC: want it here, or in the bug?
  2618. # [18:59] * ChanServ sets mode: +o smaug
  2619. # [19:00] <bsmedberg> we could require linking against JS for the dependent glue... we already require linking against mozutils, don't we?
  2620. # [19:00] * Waldo is wildly guessing about that ;-)
  2621. # [19:00] <khuey> Waldo: nsCOMPtr is build 4 separate times
  2622. # [19:00] <smaugIC> bz: in the bug. My network connection is very bad today
  2623. # [19:00] <Waldo> khuey: *golfclap*
  2624. # [19:00] <bsmedberg> khuey: 4? I only remember 3
  2625. # [19:00] <@bz> waldo: did it live with you at least 6 months last year?
  2626. # [19:00] <khuey> bsmedberg: internal, external, external no mozalloc, external no nspr, right?
  2627. # [19:00] <@bz> waldo: and did you provide at least half of its upkeep?
  2628. # [19:00] <bsmedberg> oh, do we still do the nomozalloc version?
  2629. # [19:01] <khuey> think so
  2630. # [19:01] * bsmedberg wonders whyy
  2631. # [19:01] <khuey> we probably shouldn't bother
  2632. # [19:01] <bsmedberg> wasn't that for FF3.6/4 compatibility
  2633. # [19:01] <khuey> yeah
  2634. # [19:01] <bsmedberg> I thought I reviewed a patch to remove it
  2635. # [19:02] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  2636. # [19:02] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  2637. # [19:02] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2638. # [19:03] <Waldo> bz: how do you answer those questions for Heinlein-style community families?
  2639. # [19:04] <deLta30> jdm: for - https://bugzilla.mozilla.org/show_bug.cgi?id=697781#c15
  2640. # [19:04] <deLta30> will this work? - caName = ToNewUnicode(NS_LITERAL_CSTRING("Verisign, Inc."));
  2641. # [19:04] * Quits: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP) (Quit: Textual IRC Client: http://www.textualapp.com/)
  2642. # [19:04] * Quits: peregrino (peregrino@moz-746FA8A3.telecom.net.ar) (Ping timeout)
  2643. # [19:04] * Quits: @smaug (chatzilla@moz-9F371460.gprs.sl-laajakaista.fi) (Ping timeout)
  2644. # [19:04] <Ms2ger> Waldo, I would look that up, but Wikipedia...
  2645. # [19:04] * Joins: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP)
  2646. # [19:04] <Ms2ger> deLta30, ugh :/
  2647. # [19:04] * stefanh is now known as stefanh|away
  2648. # [19:05] * Quits: waschtl (waschtl@moz-A4ECE553.hsi4.kabel-badenwuerttemberg.de) (Client exited)
  2649. # [19:05] * Joins: camd (camerondaw@moz-D00736A2.hsd1.ca.comcast.net)
  2650. # [19:05] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  2651. # [19:05] <khuey> Ms2ger: is the dutch wikipedia offline?
  2652. # [19:06] <Ms2ger> Dunno
  2653. # [19:06] * Quits: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2654. # [19:06] <Callek> Ms2ger: m.wikipedia.org
  2655. # [19:06] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Input/output error)
  2656. # [19:06] * Quits: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2657. # [19:06] <Callek> Ms2ger: or View->Style->No Style
  2658. # [19:07] * Joins: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP)
  2659. # [19:07] * bear-afk is now known as bear
  2660. # [19:07] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  2661. # [19:07] * Joins: peregrino (peregrino@moz-746FA8A3.telecom.net.ar)
  2662. # [19:08] * Joins: surkov (surkov@moz-D9A1E2B0.static.mundo-r.com)
  2663. # [19:08] * Joins: vladan (vladan@F2D29657.F60B0462.67AC9B1.IP)
  2664. # [19:09] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  2665. # [19:09] <deLta30> jdm: ping
  2666. # [19:09] * Joins: faramarz_ (faramarz@moz-BBE3ABD.mv.mozilla.com)
  2667. # [19:09] * Joins: gandalf (zbraniecki@moz-1D348815.internetdsl.tpnet.pl)
  2668. # [19:10] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  2669. # [19:10] <ddahl> Ms2ger: THANK YOU!
  2670. # [19:10] * Joins: smaug (chatzilla@moz-8A4A96AB.gprs.sl-laajakaista.fi)
  2671. # [19:10] * ChanServ sets mode: +o smaug
  2672. # [19:10] <Waldo> heh
  2673. # [19:10] * Joins: protz (jonathan@moz-7F6750F6.xulforum.org)
  2674. # [19:10] * Ms2ger forwards thanks to mike5w3c
  2675. # [19:11] <ddahl> Ms2ger: will do
  2676. # [19:11] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2677. # [19:11] * faramarz_ is now known as faramarz
  2678. # [19:11] <Waldo> that really is impressive that wikipedia is completely gone, without a site-sanctioned workaround at all
  2679. # [19:11] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  2680. # [19:11] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  2681. # [19:12] <khuey> yep
  2682. # [19:12] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  2683. # [19:12] * mjessome|food is now known as mjessome
  2684. # [19:12] * Quits: jlebar_ (jlebar@moz-3F3A6302.dyn.columbia.edu) (Quit: jlebar_)
  2685. # [19:13] * Joins: Ami_Ty (Amie@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2686. # [19:13] * Joins: waschtl (waschtl@moz-A4ECE553.hsi4.kabel-badenwuerttemberg.de)
  2687. # [19:13] <jlebar> doublec, ping?
  2688. # [19:13] <jlebar> or bholley would work too.
  2689. # [19:13] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2690. # [19:14] <Ms2ger> hsivonen, oh, so only the old tokenizer is still used outside about:blank, and the content sink is dead already?
  2691. # [19:14] * Ms2ger starts to get ir
  2692. # [19:14] <Ms2ger> it, even
  2693. # [19:14] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  2694. # [19:14] * Joins: bmoss|2 (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2695. # [19:15] * Quits: AutomatedTester (AutomatedT@98B9A05D.648B0C34.5EFB9497.IP) (Quit: AutomatedTester)
  2696. # [19:15] <@bz> Waldo: the US tax code is not so compatible with those
  2697. # [19:15] <Waldo> no, not so much!
  2698. # [19:15] * Joins: stevee_ (Miranda@moz-BEBDF855.cable.virginmedia.com)
  2699. # [19:15] <Ms2ger> Next up, removing tests
  2700. # [19:15] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2701. # [19:15] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2702. # [19:15] * Quits: jamesr (jamesr@moz-C40B3BE3.hfc.comcastbusiness.net) (Quit: jamesr)
  2703. # [19:16] * stevee_ is now known as steveee
  2704. # [19:16] * Quits: nattokirai (nattokirai@moz-6A258170.dynamic.ppp.asahi-net.or.jp) (Quit: nattokirai)
  2705. # [19:16] <@bz> waldo: e.g. "married, filing jointly" presupposes there are only two of you
  2706. # [19:16] * Quits: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Ping timeout)
  2707. # [19:16] * Quits: bmoss|2 (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2708. # [19:17] * Waldo reads "filing jointly" and immediately thinks "so much for the war on drugs"
  2709. # [19:17] <Ms2ger> bz, not even with exceptions for the Latter Days?
  2710. # [19:17] * Joins: bmoss|2 (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2711. # [19:17] <Ms2ger> I guess those aren't actually married according to IRS
  2712. # [19:18] * Quits: waschtl (waschtl@moz-A4ECE553.hsi4.kabel-badenwuerttemberg.de) (Client exited)
  2713. # [19:18] <wesj> smaug: review ping?
  2714. # [19:18] <@smaug> wesj: ah, yes
  2715. # [19:18] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2716. # [19:18] <@smaug> sorry
  2717. # [19:18] * Joins: dveditz (dveditz@moz-BBE3ABD.mv.mozilla.com)
  2718. # [19:18] * ChanServ sets mode: +o dveditz
  2719. # [19:18] <wesj> smaug: no problem. just asking. i actually realized i probably don't need any of those ifdefs in nsPresShell.cpp
  2720. # [19:19] <wesj> smaug: and curious if you'd rather have some sort of MOZ_TOUCH ifdef (if any ifdefs at all)
  2721. # [19:19] <bholley> jlebar: hi
  2722. # [19:19] * Joins: bernd (chatzilla@moz-461277E8.superkabel.de)
  2723. # [19:19] <jlebar> bholley, Do you know how to translate a git rev to an hg rev?
  2724. # [19:19] <Ms2ger> Not
  2725. # [19:20] <jlebar> bholley, Without, say, comparing commit messages, or something? :)
  2726. # [19:20] <bholley> jlebar: I usually just need the bug
  2727. # [19:20] <jlebar> bholley, I'd like to do it automatically.
  2728. # [19:20] <bholley> jlebar: rnewman might know
  2729. # [19:20] * dholbert|afk is now known as dholbert
  2730. # [19:20] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
  2731. # [19:21] <jlebar> bholley, Then I can write a push-to-try script which automatically updates my hg repository to the right revision.
  2732. # [19:21] <jlebar> Which would be sweet.
  2733. # [19:21] * Joins: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2734. # [19:21] <bholley> jlebar: you mean the parent revision of your changes?
  2735. # [19:21] <jlebar> bholley, yes.
  2736. # [19:22] * Quits: gmoro (guilherme@3DCBFB93.F520FC74.D159334F.IP) (Ping timeout)
  2737. # [19:22] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Connection reset by peer)
  2738. # [19:22] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2739. # [19:22] <@smaug> wesj: MOZ_TOUCH could make sense
  2740. # [19:22] <bholley> jlebar: interesting. Do you often run into that problem?
  2741. # [19:22] <jlebar> bholley, All the time. :-/
  2742. # [19:22] * Joins: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2743. # [19:22] <jlebar> bholley, Usually it's a trivial merge, like #includes at the top of a file.
  2744. # [19:23] <mbrubeck> does TBPL suck for everyone or just me?
  2745. # [19:23] <bholley> jlebar: I bet the b2g code moves faster than XPConnect
  2746. # [19:23] * Parts: Ms2ger (Ms2ger@A653F2E5.FD5F6C95.37724B0D.IP) (Leaving)
  2747. # [19:23] * Joins: Ms2ger (Ms2ger@A653F2E5.FD5F6C95.37724B0D.IP)
  2748. # [19:23] <jlebar> bholley, The main advantage of git for me is that I never have to merge my patches until I want to.
  2749. # [19:23] * davehunt is now known as davehunt|away
  2750. # [19:23] <philor> mbrubeck: I've been waiting two hours for this summary to load
  2751. # [19:23] * Quits: JPeterson (JPeterson@moz-B2998FD7.cust.tele2.se) (Ping timeout)
  2752. # [19:23] <mbrubeck> yeah, thought so.
  2753. # [19:24] <bholley> jlebar: right, me too. But for me that's mostly expressed in "not having to merge patches I'm not working on too much"
  2754. # [19:24] <mbrubeck> tempted to close inbound since I have no real way to tell if breakage is checked in.
  2755. # [19:24] <bholley> jlebar: usually I push to try right before pushing to m-i, so I rebase it anyway
  2756. # [19:24] <jlebar> bholley, I see.
  2757. # [19:25] * Quits: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com) (Quit: battery :-\)
  2758. # [19:25] * Quits: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Client exited)
  2759. # [19:25] * Joins: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2760. # [19:25] * Quits: peregrino (peregrino@moz-746FA8A3.telecom.net.ar) (Ping timeout)
  2761. # [19:26] * Joins: peregrino (peregrino@moz-746FA8A3.telecom.net.ar)
  2762. # [19:26] <khuey> "Talos Regression :( SunSpider NoChrome increase 57.2% on Android 2.2 mobile"
  2763. # [19:26] <khuey> nice
  2764. # [19:26] <Ms2ger> I say close
  2765. # [19:27] <philor> tbpl.swatinem.de doesn't seem able to retrieve summaries either, so maybe bzapi or the bugzilla api is busted
  2766. # [19:27] * philor blames glob, moves on
  2767. # [19:27] <glob> :(
  2768. # [19:28] * Joins: biesi (cbiesinger@moz-76ED95A4.corp.tfbnw.net)
  2769. # [19:28] <glob> philor, STR required
  2770. # [19:28] <philor> uh oh, it actually did fetch one, after a really long time
  2771. # [19:28] <philor> thus confusing the issue even more
  2772. # [19:29] * Quits: camd (camerondaw@moz-D00736A2.hsd1.ca.comcast.net) (Ping timeout)
  2773. # [19:29] * Joins: JPeterson (JPeterson@moz-B2998FD7.cust.tele2.se)
  2774. # [19:29] * Joins: camd (camerondaw@moz-D00736A2.hsd1.ca.comcast.net)
  2775. # [19:30] * Joins: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP)
  2776. # [19:30] * Quits: Asa (asa@F259CFB7.9EF26CBA.EB5E51FC.IP) (Ping timeout)
  2777. # [19:31] <philor> yep, and I have about 45 seconds before I need to shower and get dressed and go to work
  2778. # [19:32] * mdas|lunch is now known as mdas
  2779. # [19:33] <bernd> philor: still not hired by mozilla ?
  2780. # [19:34] * Quits: camd (camerondaw@moz-D00736A2.hsd1.ca.comcast.net) (Quit: camd)
  2781. # [19:34] <jdm> deLta30: pong
  2782. # [19:34] * Joins: camd (camerondaw@moz-D00736A2.hsd1.ca.comcast.net)
  2783. # [19:34] <deLta30> jdm: for - https://bugzilla.mozilla.org/show_bug.cgi?id=697781#c15
  2784. # [19:34] <deLta30> will this work? - caName = ToNewUnicode(NS_LITERAL_CSTRING("Verisign, Inc."));
  2785. # [19:34] <jdm> hmm
  2786. # [19:35] <glob> bernd, are you implying that if you work for mozilla, you don't shower and/or dress? :P
  2787. # [19:35] * Quits: jaws|censoredBySOPA (u2871@moz-160C58C6.com) (Max SendQ exceeded)
  2788. # [19:35] <jdm> I'm not sure what ToNewUnicode does
  2789. # [19:35] * Quits: sid0 (u2934@moz-160C58C6.com) (Max SendQ exceeded)
  2790. # [19:35] * Quits: felipe (u2734@moz-160C58C6.com) (Max SendQ exceeded)
  2791. # [19:35] * Quits: Unfocused (u2622@moz-160C58C6.com) (Max SendQ exceeded)
  2792. # [19:35] * Joins: jaws|censoredBySOPA (u2871@moz-160C58C6.com)
  2793. # [19:35] * Joins: felipe (u2734@moz-160C58C6.com)
  2794. # [19:35] * Joins: sid0 (u2934@moz-160C58C6.com)
  2795. # [19:35] <deLta30> jdm: https://developer.mozilla.org/En/Mozilla_internal_string_guide
  2796. # [19:35] <bernd> glob: a lot of people work from home
  2797. # [19:35] <khuey> woah
  2798. # [19:35] * Quits: camd (camerondaw@moz-D00736A2.hsd1.ca.comcast.net) (Quit: camd)
  2799. # [19:35] <khuey> about:home is crazy
  2800. # [19:36] * khuey likes it
  2801. # [19:36] <deLta30> jdm: "ToNewUnicode(nsACString) - Creates a new PRUnichar* string which contains the inflated value."
  2802. # [19:36] <jdm> deLta30: that sounds good to me
  2803. # [19:36] <khuey> glob: some days I have to remind myself to put on pants
  2804. # [19:36] * Joins: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net)
  2805. # [19:36] * Quits: IanN (iann@4837CDFE.2ECE621A.E5F36E28.IP) (Quit: ChatZilla 0.9.88 [SeaMonkey 2.7/20120105141124])
  2806. # [19:36] <deLta30> jdm: ok, I will update the patch
  2807. # [19:37] * Joins: brendan (brendaneic@moz-B07EB408.cfw-a-gci.greatamerica.corp.yahoo.com)
  2808. # [19:37] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2809. # [19:37] * Joins: jfkthame (jfkthame@B74C8744.90783722.9542EC20.IP)
  2810. # [19:37] * Joins: Unfocused (u2622@moz-160C58C6.com)
  2811. # [19:37] * Quits: anky (anky@EBD4E11F.A034B897.A3D1B221.IP) (Client exited)
  2812. # [19:37] * Quits: bmoss|2 (bmoss@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  2813. # [19:38] * Joins: bmoss|2 (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2814. # [19:38] * armenzg is now known as armenzg_lunch
  2815. # [19:38] * zpao|detached is now known as zpao
  2816. # [19:38] <taras> i'd like to open up the telemetry dashboard to community, but i'd like to keep it behind auth so we can limit it to reasonable people who wont overload our server
  2817. # [19:38] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  2818. # [19:39] <taras> anybody have suggestions on what auth source to use?
  2819. # [19:39] <bwinton> browserid? ;)
  2820. # [19:39] <Mossop> browserid!
  2821. # [19:39] <taras> can you vet people with browser id?
  2822. # [19:39] <catlee> you have to build that yourself
  2823. # [19:39] * Joins: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP)
  2824. # [19:39] <Mossop> Can you piggy-back of mozillians?
  2825. # [19:39] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/c461f057fcff - Joel Maher - Bug 718795 - deploy new talos.zip. r=armenzg
  2826. # [19:39] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
  2827. # [19:39] <taras> Mossop: that's my question
  2828. # [19:39] <catlee> and then hope they don't break the assertion validation again
  2829. # [19:39] <taras> Mossop: do you know who is behind that site?
  2830. # [19:39] <Ms2ger> OpenID
  2831. # [19:40] <taras> any people i can email?
  2832. # [19:40] <Mossop> taras: Aakash
  2833. # [19:40] <taras> ok, thanks
  2834. # [19:41] <khuey> does gavin really not havea bugzilla shortname?
  2835. # [19:41] <taras> khuey: i think we should make about:home always have a black background :)
  2836. # [19:41] * Quits: past (past@moz-247213D.dsl.dyn.forthnet.gr) (Input/output error)
  2837. # [19:41] <khuey> taras: sold
  2838. # [19:41] <jlebar> khuey, yes, I think so.
  2839. # [19:42] * Quits: jfkthame (jfkthame@B74C8744.90783722.9542EC20.IP) (Quit: jfkthame)
  2840. # [19:44] <Mossop> khuey: vin.sha!
  2841. # [19:44] * Joins: timA (tim@moz-535753DA.hsd1.or.comcast.net)
  2842. # [19:45] <jdm> there's no public API for mozillians, at least
  2843. # [19:45] <edmorley> philor, mbrubeck: has been timing out for me for a lot of the day too, thought it was issues my end
  2844. # [19:45] <AryehGregor> jet, davidb: http://aryeh.name/tmp/css-test/contributors/aryehgregor/incoming/2d-transforms.html http://aryeh.name/tmp/css-test/contributors/aryehgregor/incoming/3d-transforms.html
  2845. # [19:46] * Quits: glob (glob@moz-DF237567.glob.com.au) (Ping timeout)
  2846. # [19:46] <davidb> AryehGregor: probably wanted dbaron
  2847. # [19:46] <Ms2ger> khuey, he does
  2848. # [19:46] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  2849. # [19:46] <AryehGregor> Oh, oops.
  2850. # [19:46] <Ms2ger> It's vin.sha
  2851. # [19:46] <AryehGregor> davidb, thanks.
  2852. # [19:47] <davidb> AryehGregor: np (nice to see those passes anyways)
  2853. # [19:47] * Joins: jamesr (jamesr@moz-C40B3BE3.hfc.comcastbusiness.net)
  2854. # [19:47] <@bz> AryehGregor: so...
  2855. # [19:47] * Joins: glob (glob@moz-DF237567.glob.com.au)
  2856. # [19:47] <@bz> AryehGregor: for getBoundingClientRect with singular transforms, things are fun
  2857. # [19:47] <@bz> AryehGregor: no?
  2858. # [19:47] * Joins: caillon (caillon@moz-359E39FC.lightspeed.sntcca.sbcglobal.net)
  2859. # [19:47] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  2860. # [19:47] <@bz> AryehGregor: maybe there's no inversion required, though.....
  2861. # [19:47] <AryehGregor> bz, in a meeting right now.
  2862. # [19:48] <khuey> Ms2ger: wtf?
  2863. # [19:48] <Ms2ger> Sup
  2864. # [19:48] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
  2865. # [19:48] <khuey> oh, I get it
  2866. # [19:48] <khuey> :gavin would be much nicer though
  2867. # [19:48] * bz is now known as bz_awat
  2868. # [19:49] <froydnj> jduell: do you have a timeframe for reviewing 704848?
  2869. # [19:49] <gavin> I refuse to add :gavin on religious grounds
  2870. # [19:49] <gavin> khuey: why did you ask for superreview
  2871. # [19:49] <Callek> gavin: afraid of the colon?
  2872. # [19:49] <gavin> oh you changed an interface
  2873. # [19:50] * Quits: jamesr (jamesr@moz-C40B3BE3.hfc.comcastbusiness.net) (Quit: jamesr)
  2874. # [19:50] <Callek> gavin: though I agree it would be good to have mozillians tied into bmo and search based on irc-nick as set there, and prioritize for anyone there, who has a group, say of "reviewer" ;-)
  2875. # [19:50] <jduell> froydnj: hey, I've been burning through my reviews--yours is one of the last ones left. Should be this week. Sorry for the delay
  2876. # [19:50] * jwir3 is now known as jwir3|lunch
  2877. # [19:50] <philor> glob: if it's bugzilla, STR: time wget https://api-dev.bugzilla.mozilla.org/latest/bug?whiteboard=orange&summary=541714-2.html
  2878. # [19:51] <froydnj> jduell: no worries. thanks!
  2879. # [19:51] <glob> philor, the ongoing issue i emailed about is still happening :(
  2880. # [19:51] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  2881. # [19:52] * Joins: By-Tor (bytor@moz-46974D0B.dyn.optonline.net)
  2882. # [19:52] * gregglind_away is now known as gregglind
  2883. # [19:52] * gregglind is now known as gregglind_cranky
  2884. # [19:52] * philor must not read wherever that mail went
  2885. # [19:53] * Joins: dbaron (dbaron@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2886. # [19:53] * ChanServ sets mode: +o dbaron
  2887. # [19:53] <philor> though from mentions, I suspect that would be the same reason I'm going to work instead of already at it, not being part of all@
  2888. # [19:53] * lsblakk-mtg is now known as lsblakk
  2889. # [19:53] <jdm> bsmedberg: ping
  2890. # [19:54] <khuey> gavin: yeah there's an interface change
  2891. # [19:54] <khuey> gavin: and the changes might effect extensions too
  2892. # [19:56] <bsmedberg> jdm: pong
  2893. # [19:56] <gavin> khuey: I commented in the bug
  2894. # [19:56] <espindola> ted, can you take a look at 715397?
  2895. # [19:56] <jdm> bsmedberg: do you have any opinion on my test patch for the test_sock.js orange?
  2896. # [19:57] * philor is now known as philor|away
  2897. # [19:57] <bsmedberg> I have not looked at it.
  2898. # [19:57] <bsmedberg> Should I?
  2899. # [19:57] <jdm> bsmedberg: well, my patch relates to nsIProcess use, and the original author of the test was a one-off contributor as far as I can tell
  2900. # [19:58] <jdm> I'm quite mystified as to why the test has suddenly sparked up
  2901. # [19:58] * Quits: bmoss|2 (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2902. # [19:59] <bsmedberg> what's the bug#?
  2903. # [19:59] * jimm-lunch is now known as jimm
  2904. # [19:59] <jdm> bsmedberg: bug 649564
  2905. # [20:00] * Joins: mwu (mwu@moz-59435430.hsd1.nj.comcast.net)
  2906. # [20:00] * Joins: adeubank (Mibbit@moz-D711133E.allocated.csupomona.edu)
  2907. # [20:01] <bsmedberg> jdm: well, I really don't know anything about socks or the test
  2908. # [20:01] <bsmedberg> but the implementation of .kill() seems to intentionally throw if the process is already dead
  2909. # [20:01] <jdm> yeah
  2910. # [20:01] <bsmedberg> (or at least if the thread waiting on the process is dead, which is roughly the same thing)
  2911. # [20:03] * Joins: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com)
  2912. # [20:03] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2913. # [20:03] * glob is now known as glob|away
  2914. # [20:04] * Joins: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com)
  2915. # [20:04] <jdm> ted: ping
  2916. # [20:04] * Parts: avsaro (avsaro42@737B6063.11EF3723.47C6695C.IP)
  2917. # [20:04] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  2918. # [20:04] * Quits: @mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Ping timeout)
  2919. # [20:04] <ted> jdm: pong
  2920. # [20:04] <jdm> ted: got any opinions about my patch for bug 649564?
  2921. # [20:05] <ted> i uh
  2922. # [20:05] <ted> dunno? :)
  2923. # [20:05] <ted> looks pretty sane
  2924. # [20:06] <ted> your theory is just that some things aren't being cleaned up in time, so we try to kill a process that's already dead, and throw an error?
  2925. # [20:07] * Joins: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP)
  2926. # [20:07] <jdm> ted: yeah. I wish I could explain why it's suddenly happening now, though :/
  2927. # [20:07] <ted> yeah, blem
  2928. # [20:07] <ted> bleh
  2929. # [20:07] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2930. # [20:08] <AryehGregor> bz_awat, getBoundingClientRect() should work fine for a singular transform. A box will get mapped to either a point, or part of a line (in the 2D case). Should be no problem finding the bounding rect in either case, and in fact IIRC Gecko finds it just fine.
  2931. # [20:08] <AryehGregor> IE gets confused, I think.
  2932. # [20:09] * Quits: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2933. # [20:09] * Joins: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net)
  2934. # [20:10] <AryehGregor> I can't think why you'd want to invert anything.
  2935. # [20:10] * Joins: ericb2 (X@moz-9C4C3DED.fbx.proxad.net)
  2936. # [20:11] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  2937. # [20:11] * Quits: dvander`home (dvander@moz-EC56C22F.hsd1.ca.comcast.net) (Quit: Leaving...)
  2938. # [20:11] * Joins: dvander`home (dvander@moz-EC56C22F.hsd1.ca.comcast.net)
  2939. # [20:12] * Joins: grubshka (grubshka@moz-7E99E63E.w86-216.abo.wanadoo.fr)
  2940. # [20:12] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  2941. # [20:13] * Quits: dvander`home (dvander@moz-EC56C22F.hsd1.ca.comcast.net) (Input/output error)
  2942. # [20:13] * Joins: dvander`home (dvander@moz-EC56C22F.hsd1.ca.comcast.net)
  2943. # [20:13] * Quits: peregrino (peregrino@moz-746FA8A3.telecom.net.ar) (Ping timeout)
  2944. # [20:13] * Joins: akeybl_ (akeybl@moz-BBE3ABD.mv.mozilla.com)
  2945. # [20:13] * Quits: akeybl (akeybl@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  2946. # [20:13] * Quits: smooney (smooney@moz-3C7A0050.hsd1.ca.comcast.net) (Quit: smooney)
  2947. # [20:14] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  2948. # [20:14] * Ziggy|AWAY is now known as Ziggy_Maes
  2949. # [20:14] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2950. # [20:15] <jdm> why is brasstacks.mozilla.com not responding?
  2951. # [20:15] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  2952. # [20:15] * Joins: peregrino (peregrino@moz-746FA8A3.telecom.net.ar)
  2953. # [20:15] <jhammel> jdm: brasstacks is down
  2954. # [20:15] <jdm> ;_;
  2955. # [20:15] <jdm> just as I was getting curious about the major oranges these days
  2956. # [20:15] <jhammel> has been for awhile; anything in particular you want/need?
  2957. # [20:16] <jhammel> yeah :/
  2958. # [20:16] <gandalf> is there any stylistic prefference in HTML5 DOM API between node.attr and node.getAttribute('attr') ?
  2959. # [20:16] <KaiRo> "[webmaster] Why I am deleting Firefox, in favor of Opera" "Because you are boycotting SOPA for one day, it tells me that you are in favor of piracy and copyright theft, and against policing same. Therefore I am permanently boycotting Mozilla, and all other organizations who are in favor of piracy and theft. Switching out browsers is easy, switching e-mail addresses is harder, but by the end of the week I will no longer be
  2960. # [20:16] <KaiRo> using any products or websites assocaited with people who are for piracy."
  2961. # [20:16] * Joins: nrc (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  2962. # [20:17] <KaiRo> so predicatble that some emails like this are coming in :(
  2963. # [20:17] <jhammel> i hope they don't use youtube!
  2964. # [20:17] <gandalf> stop feeding trolls
  2965. # [20:17] <bwinton> KaiRo: Please tell me they sent that with Thunderbird… :)
  2966. # [20:18] * Joins: jamesr (jamesr@9D646D74.D6CCE4AE.77834EAA.IP)
  2967. # [20:18] <Callek> bwinton: I almost wished Microsoft would have a SOPA public statement at this point
  2968. # [20:19] <jhammel> Callek: i would guess they will actively avoid saying anything
  2969. # [20:19] <Callek> bwinton: as, that e-mail would have been more amusing if they could not use Windows
  2970. # [20:19] <KaiRo> bwinton: X-Mailer: IncrediMail (6274927)
  2971. # [20:19] <Callek> jhammel: I bet its practiced political clout thinking, since the people hurt most are those who would be direct competition with Microsoft's current business direction/plans
  2972. # [20:20] * Joins: mkaply (chatzilla@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  2973. # [20:20] * ChanServ sets mode: +o mkaply
  2974. # [20:20] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2975. # [20:20] * Joins: TheOne (one@moz-5B5254B1.dip.t-dialin.net)
  2976. # [20:20] <Callek> so MS doesn't want to publically say they are against SOPA, ... and they don't want to say they are FOR it due to so many people/tech-saavy people who are strongly against it [just look at the go-daddy fiasco]
  2977. # [20:20] <KaiRo> gandalf: I'm not feeding them, I just pasted an email from webmaster@m.o here, I won't reply anhow, we have someone else who replies to every email there
  2978. # [20:21] <Callek> _every_ mail????
  2979. # [20:21] * Callek is now tempted to troll webmaster@ ;-)
  2980. # [20:21] <Callek> "Why I'm switching to SeaMonkey instead of Firefox"
  2981. # [20:21] <Ms2ger> Callek++
  2982. # [20:22] <Ms2ger> Where can I send SeaMonkey hatemail? :)
  2983. # [20:22] <Callek> Ms2ger: /dev/null
  2984. # [20:22] <rail> espindola: looks like it's fixed now, I retriggered one of the tests (waiting in queue)
  2985. # [20:22] <Callek> I have filters for that purpose too
  2986. # [20:22] <gandalf> Callek: why would you do this to Tomcat? :)
  2987. # [20:22] <Callek> gandalf: ooo tomcat replies to them -- ok, trolling redacted... tomcats nice
  2988. # [20:23] * Joins: cadecairos (cadecairos@moz-57B23647.senecac.on.ca)
  2989. # [20:23] * philor|away is now known as philor
  2990. # [20:23] * Quits: adeubank (Mibbit@moz-D711133E.allocated.csupomona.edu) (Quit: http://www.mibbit.com ajax IRC Client)
  2991. # [20:23] <nemo> KaiRo: hm. well. good thing about webmaster, is that the SNR ratio on wikipedia will improve if others like him follow his lead
  2992. # [20:23] <nemo> ugh. why did I type SNR ratio - I hate it when I do that. like ATM machine
  2993. # [20:23] <Ms2ger> MPL license?
  2994. # [20:24] <nemo> :)
  2995. # [20:24] <nemo> Ms2ger: you know though, it does serve to disambiguate
  2996. # [20:24] <nemo> and calling it AT machine would make me think of starwars
  2997. # [20:24] <KaiRo> hehe
  2998. # [20:24] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2999. # [20:24] <Ms2ger> I hear the wikimedia blog post got OVER NINE THOUSAND comments
  3000. # [20:25] <nemo> I didn't realise wikipedia was boycotting at first
  3001. # [20:25] <espindola> rail, awesome. Thanks!
  3002. # [20:25] <nemo> I had to whitelist them in NoScript to get the full effect
  3003. # [20:25] <rail> np
  3004. # [20:26] <nemo> I guess they wanted it easy to circumvent or they would have added a meta refresh or done it at the webserver level
  3005. # [20:27] <Ms2ger> Well, mediawiki makes it really easy to add some JS code
  3006. # [20:27] <Ms2ger> The others take rather more work
  3007. # [20:27] <nemo> Ms2ger: huh. accessing <head> is difficult?
  3008. # [20:27] <Ms2ger> Yes
  3009. # [20:28] <Ms2ger> This is a wiki, not a website
  3010. # [20:28] <nemo> yeah, but I figured it had some templating mechanism
  3011. # [20:28] <nemo> that to do it generically, they'd slapped it into that
  3012. # [20:28] <ehsan> jdm: do we have good docs on how to create a patch and attach it to a bug?
  3013. # [20:28] <ehsan> jdm: starting from hg diff perhaps?
  3014. # [20:28] <jdm> ehsan: I believe so; let me check
  3015. # [20:29] <ehsan> ty
  3016. # [20:29] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  3017. # [20:29] <jdm> ehsan: there's https://developer.mozilla.org/En/Developer_Guide/How_to_Submit_a_Patch, which is a decent overview
  3018. # [20:31] <ehsan> jdm: that looks good, thanks :)
  3019. # [20:32] * merike|away is now known as merike
  3020. # [20:32] * lsblakk is now known as lsblakk-mtg
  3021. # [20:32] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  3022. # [20:33] * coop|afk is now known as coop
  3023. # [20:33] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  3024. # [20:33] * Quits: kaie (kaie@moz-B87FD1F5.dip.t-dialin.net) (Quit: Leaving)
  3025. # [20:33] * Joins: lsumar (lsumar@E2F7352.56080C53.97BBD552.IP)
  3026. # [20:34] * Quits: grubshka (grubshka@moz-7E99E63E.w86-216.abo.wanadoo.fr) (Ping timeout)
  3027. # [20:34] * Joins: anant_ (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3028. # [20:35] <bernd> nemo: did you file the bug http://krijnhoetmer.nl/irc-logs/developers/20120116#l-9
  3029. # [20:36] * jhammel is now known as jhammel|lunch
  3030. # [20:36] * Quits: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  3031. # [20:36] * anant_ is now known as anant
  3032. # [20:36] * fabrice is now known as fabrice|afk
  3033. # [20:36] <ehsan> smaug: ping
  3034. # [20:37] <@smaug> ehsan: pong
  3035. # [20:37] <ehsan> smaug: I'd like to send you a new log, which code snippet on the wiki page should I use?
  3036. # [20:37] <@smaug> ehsan: the first one is ok
  3037. # [20:38] * Quits: surkov (surkov@moz-D9A1E2B0.static.mundo-r.com) (Quit: surkov)
  3038. # [20:38] * Quits: jamesr (jamesr@9D646D74.D6CCE4AE.77834EAA.IP) (Ping timeout)
  3039. # [20:39] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  3040. # [20:40] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  3041. # [20:40] <sylar> what is the way today for installing extension for multiple users on linux, without that the user will need to do anything ?
  3042. # [20:42] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  3043. # [20:43] <Callek> sylar: if you control the install location/method of Firefox you can place it in @app-install-loc@/distribution/extensions/*.xpi (for each addon for varying .xpi's)
  3044. # [20:43] <Callek> sylar: there is another way, but I can't remember it, nor think on the right MDC search string
  3045. # [20:43] * Quits: jaws|censoredBySOPA (u2871@moz-160C58C6.com) (Max SendQ exceeded)
  3046. # [20:43] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  3047. # [20:44] * Quits: felipe (u2734@moz-160C58C6.com) (Max SendQ exceeded)
  3048. # [20:44] * Joins: jaws|censoredBySOPA (u2871@moz-160C58C6.com)
  3049. # [20:44] * Joins: smooney (smooney@moz-BBE3ABD.mv.mozilla.com)
  3050. # [20:44] * Joins: yuan (ywang@moz-7B0110AD.mv.mozilla.com)
  3051. # [20:44] * Joins: felipe (u2734@moz-160C58C6.com)
  3052. # [20:45] * Joins: kaie (kaie@moz-B87FD1F5.dip.t-dialin.net)
  3053. # [20:46] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3054. # [20:46] * Joins: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com)
  3055. # [20:46] * merike is now known as merike|away
  3056. # [20:47] * Joins: jamesr (jamesr@9D646D74.D6CCE4AE.77834EAA.IP)
  3057. # [20:47] <bhearsum> is it valid for an HTTP DELETE to have a data in the request body?
  3058. # [20:47] * Quits: nhirata (nhirata.bu@moz-BBE3ABD.mv.mozilla.com) (Quit: nhirata)
  3059. # [20:47] <Ms2ger> Where's Julian when you need him?
  3060. # [20:48] * Quits: glob|away (glob@moz-DF237567.glob.com.au) (Connection reset by peer)
  3061. # [20:49] <jhammel|lunch> bhearsum: afaik, no
  3062. # [20:49] <bhearsum> ahh
  3063. # [20:49] <bhearsum> thanks jhammel|lunch
  3064. # [20:50] * Joins: yuan_ (ywang@moz-BBE3ABD.mv.mozilla.com)
  3065. # [20:50] * jaws|censoredBySOPA is now known as jaws
  3066. # [20:50] * jaws is now known as jaws|censoredBySOPA
  3067. # [20:50] <sylar> Callek: I am the admin, so I could control, but is it the method mentioned at: http://kb.mozillazine.org/Installing_extensions ?
  3068. # [20:50] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3069. # [20:51] * Quits: yuan (ywang@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  3070. # [20:51] * yuan_ is now known as yuan
  3071. # [20:51] <jhammel|lunch> bhearsum: OTOH, this doesn't seem to be indicated explicitly in http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html
  3072. # [20:51] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  3073. # [20:51] <sylar> Callek: if yes it say that - When you start your Mozilla application again, it displays an installation dialog, asking "The following items were found in your Extensions folder. Do you want to install them?"
  3074. # [20:51] <Callek> sylar: actually that linked to the best doc
  3075. # [20:51] <Callek> https://developer.mozilla.org/en/Installing_extensions
  3076. # [20:51] <bhearsum> jhammel|lunch: hmm, and i just found some things saying that some proxies will remove them, and some web servers will ignore them...
  3077. # [20:52] <bhearsum> so...seems unsupported for practical purposes!
  3078. # [20:52] <Callek> sylar: and yes, it asks that on newest Firefox's iirc
  3079. # [20:52] <Callek> but I'm no expert here
  3080. # [20:52] <jhammel|lunch> bhearsum: wfm :)
  3081. # [20:52] <sylar> Callek: the thing is that I don't want to involve the users in the extension installation
  3082. # [20:53] <Callek> sylar: I think your best bet given that is to set it in distribution/extensions/*
  3083. # [20:53] <sylar> Callek, so I don't want FF to ask if to install the extension. I just want it to be installed for all users on the system
  3084. # [20:53] * Quits: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP) (Quit: Leaving)
  3085. # [20:54] <sylar> Callek: I tried putting it in /usr/share/mozilla/extensions/
  3086. # [20:55] <sylar> Callek, sorry I tried in /usr/share/iceweasel/extensions/
  3087. # [20:55] * Quits: By-Tor (bytor@moz-46974D0B.dyn.optonline.net) (Quit: Leaving)
  3088. # [20:55] <sylar> Callek, but then it openned disabled at the users, and each user would have to manually enable it
  3089. # [20:55] * Joins: gmoro (guilherme@3DCBFB93.F520FC74.D159334F.IP)
  3090. # [20:55] <Callek> sylar: without trying to be rude (in fact trying NOT to be) I am literally falling asleep at the comp, I got up at 11 pm last night and its 3pm now... can't hang around much longer and even less-able to think on this
  3091. # [20:56] <sylar> Callek: k, thanks
  3092. # [20:56] * Quits: @smaug (chatzilla@moz-8A4A96AB.gprs.sl-laajakaista.fi) (Ping timeout)
  3093. # [20:57] * Joins: smaug (chatzilla@moz-8A4A96AB.gprs.sl-laajakaista.fi)
  3094. # [20:57] * ChanServ sets mode: +o smaug
  3095. # [20:57] * armenzg_lunch is now known as armenzg
  3096. # [20:57] * Quits: Goldorak (chatzilla@6D8B6BEE.7BE2E8BA.187A1082.IP) (Ping timeout)
  3097. # [20:59] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3098. # [20:59] * Joins: Goldorak (chatzilla@6D8B6BEE.7BE2E8BA.187A1082.IP)
  3099. # [20:59] * Joins: nhirata (nhirata.bu@moz-BBE3ABD.mv.mozilla.com)
  3100. # [21:00] * Joins: By-Tor (bytor@moz-46974D0B.dyn.optonline.net)
  3101. # [21:00] * Quits: merike|away (quassel@moz-339D0C93.cable.starman.ee) (Ping timeout)
  3102. # [21:00] * Quits: Unfocused (u2622@moz-160C58C6.com) (Max SendQ exceeded)
  3103. # [21:00] * Quits: jaws|censoredBySOPA (u2871@moz-160C58C6.com) (Max SendQ exceeded)
  3104. # [21:00] * Joins: Unfocused (u2622@moz-160C58C6.com)
  3105. # [21:01] * Joins: jaws|censoredBySOPA (u2871@moz-160C58C6.com)
  3106. # [21:01] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3107. # [21:01] * Quits: Cameron (Cameron@moz-E8994C03.range86-131.btcentralplus.com) (Ping timeout)
  3108. # [21:01] * jaws|censoredBySOPA is now known as jaws
  3109. # [21:01] * jaws is now known as jaws|censoredBySOPA
  3110. # [21:01] * Quits: nhirata (nhirata.bu@moz-BBE3ABD.mv.mozilla.com) (Quit: nhirata)
  3111. # [21:02] * juanb is now known as juanb|lunch
  3112. # [21:04] * zpao is now known as zpao|detached
  3113. # [21:04] * Joins: merike|away (quassel@moz-2867FE2F.cable.starman.ee)
  3114. # [21:05] * Quits: mcpherrin (mimcpher@moz-21D6B3DE.csclub.uwaterloo.ca) (Ping timeout)
  3115. # [21:05] * merike|away is now known as merike
  3116. # [21:05] * Joins: grubshka (grubshka@moz-84161F50.w86-216.abo.wanadoo.fr)
  3117. # [21:06] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3118. # [21:07] * Quits: yuan (ywang@moz-BBE3ABD.mv.mozilla.com) (Quit: yuan)
  3119. # [21:07] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3120. # [21:07] * Quits: artpar (artpar@64D0DAB5.3417A52F.2C7B20EF.IP) (Ping timeout)
  3121. # [21:07] <gavin> khuey: seems like your patch would be a lot simpler if you kept the nsFind caching
  3122. # [21:07] <gavin> is it really that hard to get right? is it really OK to start having 1-per-tab?
  3123. # [21:07] * Quits: peregrino (peregrino@moz-746FA8A3.telecom.net.ar) (Connection reset by peer)
  3124. # [21:08] <Ms2ger> \o/
  3125. # [21:08] * Joins: peregrino (peregrino@moz-746FA8A3.telecom.net.ar)
  3126. # [21:08] <Ms2ger> 2 SOPA supporters down
  3127. # [21:08] <jhammel|lunch> ?
  3128. # [21:08] * jhammel|lunch is now known as jhammel
  3129. # [21:08] <gavin> (I hate when the first thing I comment about on a patch is some trivial thing, and then later realize the patch is fundamentally wrong)
  3130. # [21:09] * Quits: kdcw (kdc@moz-F7413045.pk.shawcable.net) (Quit: HydraIRC -> http://www.hydrairc.com <- Like it? Visit #hydrairc on EFNet)
  3131. # [21:09] <khuey> gavin: nsFind instances also hold pointers into the content document
  3132. # [21:10] <khuey> so we either need to explicitly reset them or drop them
  3133. # [21:10] <khuey> dropping them is easier, imo
  3134. # [21:10] * Joins: chrisccoulson_ (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  3135. # [21:10] * Joins: ogl_es (blah@E93014DF.803C9B5B.79496794.IP)
  3136. # [21:10] * Quits: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Ping timeout)
  3137. # [21:10] * Quits: jamesr (jamesr@9D646D74.D6CCE4AE.77834EAA.IP) (Ping timeout)
  3138. # [21:10] <ogl_es> hi, will Firefox take advantage of Ice Cream Sandwich's OpenGL ES rendering? http://www.anandtech.com/show/5310/samsung-galaxy-nexus-ice-cream-sandwich-review/2
  3139. # [21:10] * Quits: chrisccoulson_ (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Connection reset by peer)
  3140. # [21:11] <gavin> khuey: what do you mean "drop them"?
  3141. # [21:11] <@smaug> ogl_es: better to ask #mobile
  3142. # [21:11] * Joins: jamesr (jamesr@9D646D74.D6CCE4AE.77834EAA.IP)
  3143. # [21:11] * Quits: rhelmer (rhelmer@moz-B77DEAEB.mozilla.org) (Ping timeout)
  3144. # [21:11] <gavin> the nsFind's still have the same lifetime as the browser, right?
  3145. # [21:11] * Joins: mcpherrin (mimcpher@moz-21D6B3DE.csclub.uwaterloo.ca)
  3146. # [21:11] <khuey> gavin: no ...
  3147. # [21:11] * davidb is now known as davidb|afk
  3148. # [21:11] <khuey> gavin: are you confusing nsTypeAheadFinds and nsFinds here?
  3149. # [21:11] <gavin> maybe
  3150. # [21:12] <khuey> gavin: the browser binding only sees the nsTypeAheadFind
  3151. # [21:12] <khuey> the underlying nsFind is an implementation detail
  3152. # [21:12] <gavin> just assume everything I said above was nsTypeAheadFinds
  3153. # [21:12] <gavin> you're removing the re-use of nsTypeAheadFinds
  3154. # [21:12] <gavin> can we not do that?
  3155. # [21:12] * Quits: gandalf (zbraniecki@moz-1D348815.internetdsl.tpnet.pl) (Ping timeout)
  3156. # [21:12] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  3157. # [21:13] <khuey> gavin: er, no I'm not
  3158. # [21:13] <khuey> I'm very explicitly not doing that
  3159. # [21:13] <khuey> even though I think it's the right thing to do
  3160. # [21:13] <gavin> before your patch, tabbrowser would have one nsTypeAheadFinds and each browser would use it. after your patch, each browser has its own nsTypeAheadFinds
  3161. # [21:13] <khuey> we do move from having one nsTypeAheadFind per tabbrowser to having one per browser though
  3162. # [21:13] <gavin> right?
  3163. # [21:13] <gavin> yes, that's what I mean
  3164. # [21:14] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  3165. # [21:14] * Joins: cstipkovic (Clauber@577D0465.9B9E357F.1CD09D20.IP)
  3166. # [21:14] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3167. # [21:14] * Quits: jaws|censoredBySOPA (u2871@moz-160C58C6.com) (Max SendQ exceeded)
  3168. # [21:14] * Quits: jamesr (jamesr@9D646D74.D6CCE4AE.77834EAA.IP) (Ping timeout)
  3169. # [21:14] <khuey> gavin: ok, so now that we're on the same page, what's the question?
  3170. # [21:14] <gavin> having 1 nsTypeAheadFind per tab seems like it could negatively impact memory usage
  3171. # [21:15] * Joins: jaws|censoredBySOPA (u2871@moz-160C58C6.com)
  3172. # [21:15] * jaws|censoredBySOPA is now known as jaws
  3173. # [21:15] <gavin> and it doesn't seem hard to keep the sharing
  3174. # [21:15] * Quits: gmoro (guilherme@3DCBFB93.F520FC74.D159334F.IP) (Ping timeout)
  3175. # [21:15] <gavin> so can you fix that bug by just fixing the bad references, and keep the sharing of nsTypeAheadFinds?
  3176. # [21:15] * Joins: jamesr (jamesr@9D646D74.D6CCE4AE.77834EAA.IP)
  3177. # [21:15] * Joins: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  3178. # [21:16] * Joins: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  3179. # [21:17] * Quits: Ms2ger (Ms2ger@A653F2E5.FD5F6C95.37724B0D.IP) (Quit: nn)
  3180. # [21:17] * Joins: gandalf (zbraniecki@moz-1D348815.internetdsl.tpnet.pl)
  3181. # [21:17] <khuey> gavin: if we have one nsTypeAheadFind per tabbrowser we need to reset the nsTypeAheadFind's state in more places
  3182. # [21:17] <khuey> like whenever we switch tabs
  3183. # [21:17] <khuey> etc
  3184. # [21:18] <gavin> we already call setDocShell
  3185. # [21:18] <gavin> is that not sufficient?
  3186. # [21:18] <khuey> hmm
  3187. # [21:18] <khuey> there was a reason I did this ...
  3188. # [21:18] <khuey> but I'll be damned if I can remember what it was
  3189. # [21:18] * Joins: gmoro (guilherme@3DCBFB93.F520FC74.D159334F.IP)
  3190. # [21:19] <gavin> i.e. isn't your one-line change to reset mEndPointRange in setDocShell sufficient to fix the leak?
  3191. # [21:19] <khuey> no
  3192. # [21:19] <gavin> oh maybe also the mFind re-set?
  3193. # [21:19] <khuey> because the nsTypeAheadFind has an nsFind
  3194. # [21:19] <khuey> which itself holds other things alive
  3195. # [21:19] <gavin> ok
  3196. # [21:19] * Quits: gandalf (zbraniecki@moz-1D348815.internetdsl.tpnet.pl) (Ping timeout)
  3197. # [21:19] <gavin> so those two things then
  3198. # [21:19] * Joins: rhelmer (rhelmer@moz-B77DEAEB.mozilla.org)
  3199. # [21:19] * Joins: cl (cl@D9ED3E3D.50D9D952.93286526.IP)
  3200. # [21:19] * Quits: peregrino (peregrino@moz-746FA8A3.telecom.net.ar) (Ping timeout)
  3201. # [21:20] <khuey> yeah, maybe
  3202. # [21:20] * khuey needs to retest
  3203. # [21:20] * Parts: cl (cl@D9ED3E3D.50D9D952.93286526.IP)
  3204. # [21:20] * rhelmer is now known as IRCMonkey16974
  3205. # [21:20] * Joins: peregrino (peregrino@moz-746FA8A3.telecom.net.ar)
  3206. # [21:20] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Quit: mdas)
  3207. # [21:21] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  3208. # [21:21] * IRCMonkey16974 is now known as rhelmonkey
  3209. # [21:21] * rhelmonkey is now known as rhelmer
  3210. # [21:22] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  3211. # [21:22] * Quits: tonymec (tonymec@C2E3FCD.D32D8EFB.277517C1.IP) (Ping timeout)
  3212. # [21:22] * Quits: tonymec|away (tonymec@C2E3FCD.D32D8EFB.277517C1.IP) (Ping timeout)
  3213. # [21:24] <jdm> woohoo, a university prof reached out to me
  3214. # [21:24] <jdm> contributor engagement is the bomb
  3215. # [21:25] <khuey> better than writing code? :-P
  3216. # [21:26] <jhammel> depends on if the contributor writes code you don't want to write ;)
  3217. # [21:26] * Quits: cadecairos (cadecairos@moz-57B23647.senecac.on.ca) (Ping timeout)
  3218. # [21:26] * Joins: florian (florian@moz-87C33FDA.kimsufi.com)
  3219. # [21:27] * Joins: tonymec__ (tonymec@FB26067D.A2D6977D.277517C1.IP)
  3220. # [21:27] * Quits: evilpie (evilpie@moz-82F87974.pools.arcor-ip.net) (Quit: ChatZilla 0.9.88 [Firefox 12.0a1/20120117031056])
  3221. # [21:27] <bernd> mats: ?
  3222. # [21:27] <edmorley> gps: did you mean it to be |FAIL_ON_WARNINGS := 1| ?
  3223. # [21:27] <mats> bernd: hey
  3224. # [21:28] * tonymec__ is now known as tonymec|away
  3225. # [21:28] <bernd> I implemented special code to prevent tables splitting in columns so if you can't do it I was succesfull
  3226. # [21:29] * Joins: romeo (romeo@moz-18AD2F99.k744.webspeed.dk)
  3227. # [21:29] <mats> bernd: heh, ok. so I gather it's not possible at all in galley mode?
  3228. # [21:30] <bernd> the problem is that we can't pull frames back
  3229. # [21:30] * jwir3|lunch is now known as jwir3
  3230. # [21:30] <bernd> its not a technical problem just there is no code that does it
  3231. # [21:30] * Joins: dseif (dseif@F1451709.44D93D66.1139E686.IP)
  3232. # [21:31] <bernd> but for column balancing it is essential
  3233. # [21:31] <jdm> khuey: sometimes! I was surprised when I realized that.
  3234. # [21:31] <khuey> ha
  3235. # [21:31] <khuey> nothing wrong with that
  3236. # [21:32] <jaws> bz_awat: do you think you could take bug 702463? it involves the refresh driver like bug 598482.
  3237. # [21:32] * Quits: anant (anant@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: anant)
  3238. # [21:32] * zpao|detached is now known as zpao
  3239. # [21:32] <mats> bernd: I see; it's not important I just wanted to test something...
  3240. # [21:33] <bernd> mats: the bit that does the trick is mTableIsSplittable at http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsHTMLReflowState.cpp#104
  3241. # [21:33] * mccr8 is now known as mccr8|lunch
  3242. # [21:33] * Joins: tonymec (tonymec@FB26067D.A2D6977D.277517C1.IP)
  3243. # [21:33] <bernd> if you block this at http://mxr.mozilla.org/mozilla-central/source/layout/generic/nsColumnSetFrame.cpp#659
  3244. # [21:33] <mats> bernd: ok, thanks.
  3245. # [21:33] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/58e933465c36 - Serge Gautherie - Bug 694353. (Av2-FF) Stop explicitly packaging NSS .chk files which are now created in the staging directory directly, Reorder PSM files. r=ted.mielczarek.
  3246. # [21:33] <bernd> we will split in print preview
  3247. # [21:35] <bernd> mats: but it will crash rather soon as the column will reflow us multiple times and the table splitting code can't handle it
  3248. # [21:36] * armenzg is now known as armenzg_mtg
  3249. # [21:36] * Quits: Goldorak (chatzilla@6D8B6BEE.7BE2E8BA.187A1082.IP) (Ping timeout)
  3250. # [21:36] * nthomas|away is now known as nthomas
  3251. # [21:36] * Joins: Goldorak_ (chatzilla@DEE3C3E.75296F88.187A1082.IP)
  3252. # [21:36] * Goldorak_ is now known as Goldorak
  3253. # [21:37] <mats> bernd: yeah, I know PP splits tables but I wanted to test some incremental reflow which doesn't seem possible in PP
  3254. # [21:38] <mats> bernd: ok, nevermind then. We'll revisit this in the future I suspect ;-)
  3255. # [21:38] * coop is now known as coop|mtg
  3256. # [21:38] * cjones is now known as cjones-high-latency
  3257. # [21:38] <jhammel> mats: it would be if you rewrote Firefox in PostScript :P
  3258. # [21:39] * Quits: jhk (jiggy@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  3259. # [21:39] * Joins: eflores (eflores@538BABFE.A073F3E.97BBD552.IP)
  3260. # [21:41] * Joins: jfkthame (jfkthame@B74C8744.90783722.9542EC20.IP)
  3261. # [21:42] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3262. # [21:42] * Joins: anant (Anant@moz-271479F2.hsd1.ca.comcast.net)
  3263. # [21:43] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3264. # [21:44] * Joins: Boriss__ (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3265. # [21:45] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  3266. # [21:45] * Quits: dcamp (dave@moz-8EBEC133.hsd1.wa.comcast.net) (Quit: Linkinus - http://linkinus.com)
  3267. # [21:45] <jlebar> bholley, https://github.com/jlebar/moz-git-tools
  3268. # [21:45] * Joins: camd (camerondaw@moz-D00736A2.hsd1.ca.comcast.net)
  3269. # [21:45] * Quits: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  3270. # [21:45] * Boriss__ is now known as Boriss
  3271. # [21:46] <bholley> jlebar: nice
  3272. # [21:46] * Joins: dcamp (dave@moz-8EBEC133.hsd1.wa.comcast.net)
  3273. # [21:46] * Quits: peregrino (peregrino@moz-746FA8A3.telecom.net.ar) (Connection reset by peer)
  3274. # [21:47] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3275. # [21:47] * Joins: pnemsak (Miranda@moz-7409BD53.orange.sk)
  3276. # [21:47] * @smaug never remembers the name... requestAnimation something
  3277. # [21:48] * Quits: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  3278. # [21:48] <gavin> ugh bugzilla so slow :(
  3279. # [21:49] * Joins: peregrino (peregrino@moz-746FA8A3.telecom.net.ar)
  3280. # [21:49] * bear is now known as bear-afk
  3281. # [21:50] <tbsaunde> jlebar: couldn't you do git-purge better with git-clean?
  3282. # [21:50] <jlebar> tbsaunde, probably!
  3283. # [21:50] * jlebar is not very good at git.
  3284. # [21:50] <jlebar> tbsaunde, send me a pull request?
  3285. # [21:51] <tbsaunde> jlebar: ok
  3286. # [21:52] <jlebar> tbsaunde, Oh, git clean is exactly the command I want, isn't it? :-/
  3287. # [21:53] * Joins: yuan (ywang@moz-7B0110AD.mv.mozilla.com)
  3288. # [21:54] <jbuck> jlebar: that looks awesome
  3289. # [21:54] <tbsaunde> jlebar: yeah, I think so
  3290. # [21:54] * davehunt|away is now known as davehunt
  3291. # [21:54] <jlebar> jbuck, Yay. :) It's mostly stuff I got from bholley.
  3292. # [21:54] <tbsaunde> jlebar: I had to check what exactly hg purge did to know that ;)
  3293. # [21:55] * Quits: peregrino (peregrino@moz-746FA8A3.telecom.net.ar) (Quit: peregrino)
  3294. # [21:55] * Quits: sfink (chatzilla@moz-5175E49F.dsl.pltn13.sbcglobal.net) (Quit: ChatZilla 0.9.86-rdmsoft [XULRunner 1.9.2.24/20111108102743])
  3295. # [21:55] * Joins: sfink (chatzilla@moz-5175E49F.dsl.pltn13.sbcglobal.net)
  3296. # [21:56] * Joins: peregrino (peregrino@moz-746FA8A3.telecom.net.ar)
  3297. # [21:56] * Quits: dseif (dseif@F1451709.44D93D66.1139E686.IP) (Ping timeout)
  3298. # [21:57] * Quits: peregrino (peregrino@moz-746FA8A3.telecom.net.ar) (Quit: peregrino)
  3299. # [21:57] * tan is now known as [censored]
  3300. # [21:58] <@bz_awat> woohoo!
  3301. # [21:58] * bz_awat is now known as bz
  3302. # [21:58] <KWierso> awat
  3303. # [21:58] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  3304. # [21:58] * @bz does the "transform changes no longer need to reflow" dance
  3305. # [21:58] <@bz> KWierso: a tyop it was. ;)
  3306. # [21:58] * mattwoodrow|away is now known as mattwoodrow
  3307. # [21:58] <mreid> Can anyone point me to the place in the code where we prompted 3.6 users to upgrade?
  3308. # [21:58] * Quits: @smaug (chatzilla@moz-8A4A96AB.gprs.sl-laajakaista.fi) (Ping timeout)
  3309. # [21:59] <nthomas> mreid: can you be more specific ?
  3310. # [21:59] <mreid> nthomas, I'm told we displayed this to users: https://www.mozilla.org/en-US/firefox/latest/details/from-3.6.html
  3311. # [22:00] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3312. # [22:00] <nthomas> mreid: modulo the locale yes, it's part of the update offer the app gets when it does a query - eg https://aus3.mozilla.org/update/1/Firefox/3.6.25/20111212142243/WINNT_x86-msvc/en-US/release/update.xml?force=1 (that's not quite the right url, but is the right content)
  3313. # [22:01] * Quits: By-Tor (bytor@moz-46974D0B.dyn.optonline.net) (Quit: Leaving)
  3314. # [22:01] <nthomas> that didn't get offered to all requests yet, just the ones where the users is initiating the check
  3315. # [22:01] <khuey> looks like bmo is gone
  3316. # [22:01] * Joins: bsmith (bsmith@moz-364A0C3E.hsd1.ca.comcast.net)
  3317. # [22:02] <khuey> or maybe just super slow
  3318. # [22:02] <gaston> yes, super slow
  3319. # [22:02] <mreid> nthomas, thanks. What I'm really looking for is an example where a regular web page is displayed within a privileged context
  3320. # [22:03] * Quits: rshetty (quassel@D5FBDE0E.4159823.D30E9BEF.IP) (Ping timeout)
  3321. # [22:03] * juanb|lunch is now known as juanb
  3322. # [22:04] * @bz wonders why bugzilla won't talk to him
  3323. # [22:04] <nthomas> the phx half of it is getting ddos'd again
  3324. # [22:04] <KWierso> bugzilla talks to me
  3325. # [22:04] <Mossop> Don't you wish it wouldn't though
  3326. # [22:04] <KWierso> Mossop: at times
  3327. # [22:04] <jdm> anybody know if there's a way for non-MoCo folk to access vidyo?
  3328. # [22:05] * Joins: berkerpeksag (berkerpeks@BB43B6B6.EE74F123.2058B3BB.IP)
  3329. # [22:05] * Joins: jlebar_ (jlebar@moz-3F3A6302.dyn.columbia.edu)
  3330. # [22:05] <KWierso> jdm: I think you can make guest URLs
  3331. # [22:05] <khuey> sounds like a good time to call it a night
  3332. # [22:05] * Joins: artpar (artpar@DB539B92.3B426BF.48ADE194.IP)
  3333. # [22:05] * Quits: Goldorak (chatzilla@DEE3C3E.75296F88.187A1082.IP) (Quit: ChatZilla 0.9.88 [Firefox 9.0.1/20111220165912])
  3334. # [22:05] <@bz> Service Unavailable
  3335. # [22:05] <@bz> not useful
  3336. # [22:05] * Joins: rshetty (quassel@65382742.4EFE8F37.C842849F.IP)
  3337. # [22:05] * Quits: bsmith (bsmith@moz-364A0C3E.hsd1.ca.comcast.net) (Ping timeout)
  3338. # [22:05] * khuey is now known as khuey|away
  3339. # [22:06] <nthomas> mreid: I don't recall where in browser/ the UI for updates is, but http://hg.mozilla.org/mozilla-central/file/58e933465c36/toolkit/mozapps/update/nsUpdateService.js is the backend and might help you find it
  3340. # [22:06] <KWierso> bz: the datacenter just wants to support the sopa protest
  3341. # [22:06] <mreid> nthomas, awesome, thank you
  3342. # [22:06] <@bz> KWierso: mmhm
  3343. # [22:06] <nthomas> mreid: rob strong (rs) is the code owner if you need help
  3344. # [22:07] <mreid> k, I'll see what I can find from this lead before pestering others :)
  3345. # [22:07] * davidb|afk is now known as davidb
  3346. # [22:08] * Joins: Polynomial-C (Poly-C@moz-16154BB8.dip.t-dialin.net)
  3347. # [22:08] * Quits: camd (camerondaw@moz-D00736A2.hsd1.ca.comcast.net) (Quit: camd)
  3348. # [22:09] * merike is now known as merike|away
  3349. # [22:10] * armenzg_mtg is now known as armenzg
  3350. # [22:10] * Quits: grubshka (grubshka@moz-84161F50.w86-216.abo.wanadoo.fr) (Ping timeout)
  3351. # [22:10] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  3352. # [22:10] * coop|mtg is now known as coop
  3353. # [22:11] <mats> bernd: fwiw, I tested an Opera labs build - it splits a big table in both columns mode and "overflow: -o-paged-x" mode
  3354. # [22:12] * Quits: damons (gnubeard@moz-BBE3ABD.mv.mozilla.com) (Quit: damons)
  3355. # [22:12] * Quits: smooney (smooney@moz-BBE3ABD.mv.mozilla.com) (Quit: smooney)
  3356. # [22:12] * Quits: yuan (ywang@moz-7B0110AD.mv.mozilla.com) (Quit: yuan)
  3357. # [22:13] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3358. # [22:13] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  3359. # [22:15] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3360. # [22:15] * Quits: ogl_es (blah@E93014DF.803C9B5B.79496794.IP) (Quit: )
  3361. # [22:16] * Joins: smooney (smooney@moz-BBE3ABD.mv.mozilla.com)
  3362. # [22:17] * Joins: yuan (ywang@moz-7B0110AD.mv.mozilla.com)
  3363. # [22:18] * Joins: smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi)
  3364. # [22:18] * ChanServ sets mode: +o smaug
  3365. # [22:19] * Joins: nhirata (nhirata.bu@moz-BBE3ABD.mv.mozilla.com)
  3366. # [22:19] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3367. # [22:20] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Client exited)
  3368. # [22:22] <cpearce> uh, is the "Trying to Download Firefox? You can still do that here" link working for anybody? It's not working for me...
  3369. # [22:22] <cpearce> on getfirefox.com
  3370. # [22:22] * Quits: smontagu (chatzilla@moz-49965C7A.red.bezeqint.net) (Ping timeout)
  3371. # [22:23] <KWierso> cpearce: giving me a HTTP 503 response
  3372. # [22:23] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  3373. # [22:23] * cpearce files a bug...
  3374. # [22:23] * Quits: @smaug (chatzilla@moz-6A6906EA.gprs.sl-laajakaista.fi) (Ping timeout)
  3375. # [22:23] * Quits: rshetty (quassel@65382742.4EFE8F37.C842849F.IP) (Ping timeout)
  3376. # [22:24] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: pcwalton)
  3377. # [22:24] * Quits: jlebar_ (jlebar@moz-3F3A6302.dyn.columbia.edu) (Quit: jlebar_)
  3378. # [22:24] * Joins: jet (junglecode@moz-BBE3ABD.mv.mozilla.com)
  3379. # [22:25] <Cww> cpearce: you may want to ping in #webdev
  3380. # [22:26] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  3381. # [22:26] * Joins: roc (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  3382. # [22:27] * Joins: rshetty (quassel@6C57A26D.D11D2130.C842849F.IP)
  3383. # [22:28] * Quits: paolo (paolo@moz-1BE3BD14.retail.telecomitalia.it) (Quit: Leaving)
  3384. # [22:29] * Joins: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP)
  3385. # [22:29] * jmaher is now known as jmaher|afk
  3386. # [22:29] * Joins: camd (camerondaw@moz-D00736A2.hsd1.ca.comcast.net)
  3387. # [22:31] * Joins: smontagu (chatzilla@moz-661844B.red.bezeqint.net)
  3388. # [22:31] <bernd> mats: ff would also do this if I would understand how to unsplit table cells
  3389. # [22:33] * Joins: jlebar_ (jlebar@moz-3F3A6302.dyn.columbia.edu)
  3390. # [22:33] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
  3391. # [22:34] * davehunt is now known as davehunt|away
  3392. # [22:35] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  3393. # [22:37] * Joins: smaug (chatzilla@moz-1B24438.gprs.sl-laajakaista.fi)
  3394. # [22:37] * ChanServ sets mode: +o smaug
  3395. # [22:38] * Quits: artpar (artpar@DB539B92.3B426BF.48ADE194.IP) (Ping timeout)
  3396. # [22:39] * davehunt|away is now known as davehunt|mtg
  3397. # [22:40] * Joins: eflores_ (eflores@538BABFE.A073F3E.97BBD552.IP)
  3398. # [22:40] * Quits: eflores (eflores@538BABFE.A073F3E.97BBD552.IP) (Connection reset by peer)
  3399. # [22:40] * Joins: bsmith (bsmith@moz-364A0C3E.hsd1.ca.comcast.net)
  3400. # [22:40] * eflores_ is now known as eflores
  3401. # [22:41] * Quits: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com) (Ping timeout)
  3402. # [22:41] * Quits: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP) (Ping timeout)
  3403. # [22:42] * Quits: victorporof (victorporo@42388712.7E2AA079.79933D60.IP) (Connection reset by peer)
  3404. # [22:43] * jlebar_ is now known as jlebar|mac
  3405. # [22:43] * bear-afk is now known as bear
  3406. # [22:43] * Quits: Ami_Ty (Amie@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Ami_Ty)
  3407. # [22:44] * mccr8|lunch is now known as mccr8
  3408. # [22:46] * Quits: kaze (kaze@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Quit: WeeChat 0.3.5)
  3409. # [22:47] * Quits: jhammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
  3410. # [22:48] * Joins: Ami_Ty (Amie@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3411. # [22:48] * Joins: jhammink (textual@moz-BBE3ABD.mv.mozilla.com)
  3412. # [22:48] <cpearce> Damn that DDOS on b.m.o!
  3413. # [22:48] * Quits: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net) (NickServ (GHOST command used by rick))
  3414. # [22:48] * Joins: rick (rwaldron@moz-CE27855E.hfc.comcastbusiness.net)
  3415. # [22:48] * rick is now known as rwaldron
  3416. # [22:49] * Quits: bernd (chatzilla@moz-461277E8.superkabel.de) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.4/2008111312])
  3417. # [22:50] * Quits: msucan (msucan-@CA197AEE.3A7AD384.699550A1.IP) (Quit: .)
  3418. # [22:50] * Quits: pascalc (chatzilla@moz-A2A3C9E6.vlan402.asr1.cdg3.gblx.net) (Ping timeout)
  3419. # [22:50] * Joins: RobertClaypool (RobertClay@moz-417FE9D.nwcsinaa.cinergymetronet.net)
  3420. # [22:51] * Joins: victorporof (victorporo@42388712.7E2AA079.79933D60.IP)
  3421. # [22:51] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3422. # [22:52] <philor> damn people starring the oranges that I finally get a summary for out from under me before I get back to that tab!
  3423. # [22:53] * Quits: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Client exited)
  3424. # [22:53] * Joins: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3425. # [22:53] * Joins: cdleary (cdleary@moz-BBE3ABD.mv.mozilla.com)
  3426. # [22:53] <cdleary> anybody know if it's possible to get a minidump off of try?
  3427. # [22:54] * Quits: jfkthame (jfkthame@B74C8744.90783722.9542EC20.IP) (Quit: jfkthame)
  3428. # [22:54] * Joins: jfkthame (jfkthame@B74C8744.90783722.9542EC20.IP)
  3429. # [22:55] * mbrubeck attempts to star more oranges out from under philor
  3430. # [22:56] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3431. # [22:56] * Joins: rs (rs@moz-129E71C.dsl.scrm01.sbcglobal.net)
  3432. # [22:57] <nthomas> cdleary: pretty hard, unless the slave hasn't already got another job
  3433. # [22:57] * Joins: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP)
  3434. # [22:57] <cdleary> nthomas: okay, thanks for the info
  3435. # [22:58] <fryn> smaug: ping
  3436. # [22:58] * Joins: dseif (dseif@32D971AB.33EE9F8A.1139E686.IP)
  3437. # [22:58] * Joins: tH (Rob@cpc16-seac19-2-0-cust234.7-2.cable.virginmedia.com)
  3438. # [22:58] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  3439. # [22:58] * Parts: berkerpeksag (berkerpeks@BB43B6B6.EE74F123.2058B3BB.IP) (Leaving)
  3440. # [22:58] <mbrubeck> Why are Android opt C1/C2/R1 unhidden on inbound?
  3441. # [22:59] * Quits: timeless (u4015@moz-160C58C6.com) (Input/output error)
  3442. # [22:59] * Quits: MSU_Mozilla (u5234@moz-160C58C6.com) (Client exited)
  3443. # [22:59] * Quits: ttaubert (u2620@moz-160C58C6.com) (Broken pipe)
  3444. # [22:59] * Quits: bz_irccloud (u5255@moz-160C58C6.com) (Client exited)
  3445. # [22:59] * Quits: sid0 (u2934@moz-160C58C6.com) (Input/output error)
  3446. # [22:59] * Quits: felipe (u2734@moz-160C58C6.com) (Broken pipe)
  3447. # [22:59] * Quits: smaugIC (u4156@moz-160C58C6.com) (Broken pipe)
  3448. # [22:59] * Joins: MSU_Mozilla (u5234@moz-160C58C6.com)
  3449. # [22:59] * Joins: bz_irccloud (u5255@moz-160C58C6.com)
  3450. # [22:59] * Joins: ttaubert (u2620@moz-160C58C6.com)
  3451. # [22:59] * gregglind_cranky is now known as gregglind
  3452. # [22:59] <@smaug> fryn: pong
  3453. # [23:00] * Joins: davidillsley (chatzilla@moz-CF96CCA3.range109-157.btcentralplus.com)
  3454. # [23:01] * Joins: smaugIC (u4156@moz-160C58C6.com)
  3455. # [23:01] * mbrubeck re-hides permarange native Android tests
  3456. # [23:01] <fryn> smaug: how do i make an event chrome-only? gavin suggested that you would know https://bugzilla.mozilla.org/show_bug.cgi?id=611553#c6
  3457. # [23:01] <romaxa> mbrubeck: ping
  3458. # [23:01] <mbrubeck> romaxa: pong
  3459. # [23:02] * Joins: felipe (u2734@moz-160C58C6.com)
  3460. # [23:02] * stefanh|away is now known as stefanh
  3461. # [23:02] * Joins: sid0 (u2934@moz-160C58C6.com)
  3462. # [23:03] * Quits: jfkthame (jfkthame@B74C8744.90783722.9542EC20.IP) (Quit: jfkthame)
  3463. # [23:03] * Quits: RST-J (RST-J@moz-343E9EC3.net) (Ping timeout)
  3464. # [23:03] * Quits: yuan (ywang@moz-7B0110AD.mv.mozilla.com) (Quit: yuan)
  3465. # [23:04] * Joins: sfleiter|away (stfl@moz-22F37930.hsi7.kabel-badenwuerttemberg.de)
  3466. # [23:04] * Quits: biesi (cbiesinger@moz-76ED95A4.corp.tfbnw.net) (Quit: Leaving)
  3467. # [23:05] * Joins: timeless (u4015@moz-160C58C6.com)
  3468. # [23:05] <@smaug> fryn: looking
  3469. # [23:06] * Joins: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP)
  3470. # [23:06] <rnewman> jlebar: fgrep the git_mapfile in your git-hg dir
  3471. # [23:07] <rnewman> it maps commits to commits
  3472. # [23:07] <jlebar|mac> rnewman: But I have to get that file and keep it updated, no?
  3473. # [23:07] * Quits: brendan (brendaneic@moz-B07EB408.cfw-a-gci.greatamerica.corp.yahoo.com) (Ping timeout)
  3474. # [23:07] * Joins: RST-J (RST-J@moz-343E9EC3.net)
  3475. # [23:07] <rnewman> hg-git does exactly that
  3476. # [23:07] * Quits: smontagu (chatzilla@moz-661844B.red.bezeqint.net) (Ping timeout)
  3477. # [23:08] <jlebar|mac> rnewman: …assuming I'm using hg-git?
  3478. # [23:08] <@smaug> fryn: so if chrome opens modal dialog, it should still get the event itself?
  3479. # [23:08] * Quits: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP) (Ping timeout)
  3480. # [23:08] <fryn> smaug: yes.
  3481. # [23:08] <rnewman> if you're not, then you'll have to explain the situation to me :)
  3482. # [23:08] <@smaug> if so, add NS_EVENT_FLAG_ONLY_CHROME_DISPATCH to the event
  3483. # [23:08] * jhammel is now known as MCHammel
  3484. # [23:09] <jlebar|mac> rnewman: :) I'm using doublec's mc git repository, and a vanilla m-c hg clone.
  3485. # [23:09] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  3486. # [23:09] <jlebar|mac> rnewman: I understand that the git repository was created with hg-git, but I'm not using it...
  3487. # [23:10] <jlebar|mac> rnewman: (If you want to see the hack I ended up with: https://github.com/jlebar/moz-git-tools/blob/master/git-to-hg-commit)
  3488. # [23:10] <jlebar|mac> rnewman: (Search hg for matching user and date, then search by commit message.)
  3489. # [23:10] * Joins: rjohnson19 (rjohnson19@moz-9148485F.hsd1.ma.comcast.net)
  3490. # [23:10] * Quits: rjohnson19 (rjohnson19@moz-9148485F.hsd1.ma.comcast.net) (Connection reset by peer)
  3491. # [23:11] * Quits: smooney (smooney@moz-BBE3ABD.mv.mozilla.com) (Quit: smooney)
  3492. # [23:11] <philor> mbrubeck: I think jmaher fixed them, and forgot he needed to star the rest of the page after unhiding them
  3493. # [23:11] * Joins: biesi (cbiesinger@moz-76ED95A4.corp.tfbnw.net)
  3494. # [23:11] <philor> but then I got distracted from looking because someone starred all the stuff I'd gotten summaries for out from under me!
  3495. # [23:11] <jlebar|mac> rnewman: Maybe you're saying I *should* be using it?
  3496. # [23:12] <mbrubeck> philor: Oh, nice.
  3497. # [23:12] <fryn> smaug: can that be done from javascript? for example, we fire it in JS here https://mxr.mozilla.org/mozilla-central/source/toolkit/components/prompts/src/nsPrompter.js#415
  3498. # [23:12] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  3499. # [23:12] * Joins: brendan (brendaneic@moz-B07EB408.cfw-a-gci.greatamerica.corp.yahoo.com)
  3500. # [23:12] * Quits: timeless (u4015@moz-160C58C6.com) (Input/output error)
  3501. # [23:12] * Quits: felipe (u2734@moz-160C58C6.com) (Input/output error)
  3502. # [23:13] <@smaug> fryn: it is C++ only thing
  3503. # [23:13] <@smaug> fryn: you need to add something to JS
  3504. # [23:14] <@smaug> perhaps to nsIEventListenerService
  3505. # [23:14] * Quits: RobertClaypool (RobertClay@moz-417FE9D.nwcsinaa.cinergymetronet.net) (Ping timeout)
  3506. # [23:14] <@smaug> some helper method which can dispatch chrome only events
  3507. # [23:14] * Joins: felipe (u2734@moz-160C58C6.com)
  3508. # [23:15] <rnewman> jlebar|mac: IIRC, doublec publishes his git-mapfile
  3509. # [23:15] * Quits: sfleiter|away (stfl@moz-22F37930.hsi7.kabel-badenwuerttemberg.de) (Ping timeout)
  3510. # [23:15] * Quits: samliu (samliu@moz-3C6187D3.urh.uiuc.edu) (Quit: samliu)
  3511. # [23:15] <rnewman> I can provide you one
  3512. # [23:15] <rnewman> but not right now over USB tethering
  3513. # [23:15] <rnewman> (~25MB)
  3514. # [23:15] <fryn> smaug: oh boy, i don't trust myself to write production C++, but i'll give it a shot. thanks for the pointers.
  3515. # [23:16] * rnewman is now known as rnewman|offsite
  3516. # [23:16] <jlebar|mac> rnewman: I've heard of this file. So when I have hg-git initialized, when I pull from m-c in hg, that file will be updated?
  3517. # [23:16] * Joins: RobertClaypool (RobertClay@moz-417FE9D.nwcsinaa.cinergymetronet.net)
  3518. # [23:16] * Quits: @smaug (chatzilla@moz-1B24438.gprs.sl-laajakaista.fi) (Ping timeout)
  3519. # [23:17] * Joins: smooney (smooney@moz-BBE3ABD.mv.mozilla.com)
  3520. # [23:18] * bhearsum is now known as bhearsum|afk
  3521. # [23:18] * Joins: timeless (u4015@moz-160C58C6.com)
  3522. # [23:18] * fabrice|afk is now known as fabrice
  3523. # [23:20] * Joins: darktrojan (geoff@moz-57EC95C5.dsl.telstraclear.net)
  3524. # [23:21] * Quits: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  3525. # [23:23] * Joins: rjohnson19 (rjohnson19@moz-9148485F.hsd1.ma.comcast.net)
  3526. # [23:23] * Quits: rjohnson19 (rjohnson19@moz-9148485F.hsd1.ma.comcast.net) (Connection reset by peer)
  3527. # [23:24] * Quits: stefanh (stefanh@moz-3EED0162.customers.ownit.se) (Quit: ChatZilla 0.9.88 [SeaMonkey 2.6.1/20111221002025])
  3528. # [23:24] * Quits: steveee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Quit: Miranda IM - Multi protocol instant messenger @ www.miranda-im.org)
  3529. # [23:25] * Joins: njn (chatzilla@moz-67BF6169.dyn.iinet.net.au)
  3530. # [23:26] * Quits: AaronMT (AaronMT@F2D29657.F60B0462.67AC9B1.IP) (Quit: Textual IRC Client: http://www.textualapp.com/)
  3531. # [23:26] * davehunt|mtg is now known as davehunt
  3532. # [23:27] * Joins: rjohnson19 (rjohnson19@moz-9148485F.hsd1.ma.comcast.net)
  3533. # [23:27] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3534. # [23:28] * Parts: ejpbruel (ejpbruel@933E3A2E.83A511AD.F413BF4D.IP)
  3535. # [23:29] * Quits: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net) (Ping timeout)
  3536. # [23:31] * Joins: madhava_ (madhava@F2D29657.F60B0462.67AC9B1.IP)
  3537. # [23:31] * Quits: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  3538. # [23:32] * madhava_ is now known as madhava
  3539. # [23:32] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  3540. # [23:33] * Quits: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.19/2010030105])
  3541. # [23:34] * jhopkins is now known as jhopkins|away
  3542. # [23:34] * Joins: faramarz_ (faramarz@moz-BBE3ABD.mv.mozilla.com)
  3543. # [23:35] <Waldo> anyone know anything about when the mpl2 switch is expected to happen?
  3544. # [23:35] * bwinton is now known as bwinton_away
  3545. # [23:36] * Quits: faramarz (faramarz@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3546. # [23:36] * faramarz_ is now known as faramarz
  3547. # [23:36] * Joins: c0smikdebris (c0smikdebr@56C13F75.E998EF1.BE90E62C.IP)
  3548. # [23:37] * Joins: clokep (clokep@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  3549. # [23:38] * fabrice is now known as fabrice|afk
  3550. # [23:38] * Quits: armenzg (armenzg@moz-11631A2F.acanac.net) (Input/output error)
  3551. # [23:39] * Quits: RobertClaypool (RobertClay@moz-417FE9D.nwcsinaa.cinergymetronet.net) (Connection reset by peer)
  3552. # [23:39] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  3553. # [23:39] * Quits: madhava (madhava@F2D29657.F60B0462.67AC9B1.IP) (Quit: madhava)
  3554. # [23:40] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3555. # [23:41] * Parts: cdleary (cdleary@moz-BBE3ABD.mv.mozilla.com) (Leaving)
  3556. # [23:41] * Quits: joey (chatzilla@moz-EFCB4CBF.princetowncable.com) (Input/output error)
  3557. # [23:41] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Max SendQ exceeded)
  3558. # [23:42] * Quits: brendan (brendaneic@moz-B07EB408.cfw-a-gci.greatamerica.corp.yahoo.com) (Ping timeout)
  3559. # [23:42] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3560. # [23:43] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Max SendQ exceeded)
  3561. # [23:44] * Joins: yuan (ywang@moz-7B0110AD.mv.mozilla.com)
  3562. # [23:44] <sfink> What's the future of OS X 10.5? I have a patch for a new feature that only breaks there. Should I track it down, or twiddle my thumbs until 10.5 goes away?
  3563. # [23:45] * bear is now known as bear-afk
  3564. # [23:45] <nthomas> josh would be a good person to ask, he broached dropping support on the newsgroups a while back
  3565. # [23:46] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3566. # [23:47] <josh> sfink: I'm probably going to follow up in support of my original suggestion to drop support in Firefox 13 but I need to verify that my user predictions are holding up before I post again. What feature are you adding?
  3567. # [23:47] * heycam|away is now known as heycam
  3568. # [23:48] <josh> In addition to the argument I laid out before, 10.5 users now have an LTS release to use for a while.
  3569. # [23:49] <sfink> Nothing the least bit critical. It's a combined C++/JS stack walker, and in the initial landing it'll only get JS stacks anyway. (The full feature requires libunwind, which will need to be installed onto slaves or imported into our tree.) I could ifdef it out on 10.5.
  3570. # [23:49] <darktrojan> Mossop, ping?
  3571. # [23:52] <Waldo> sfink: ifdefs seem the smart path forward here
  3572. # [23:52] * Waldo has no idea what those ifdefs would be, tho
  3573. # [23:53] * Joins: cadecairos (cadecairos@moz-632B4208.cpe.net.cable.rogers.com)
  3574. # [23:53] <Mossop> darktrojan: pong
  3575. # [23:53] <darktrojan> this db schema bug, I should try to get it fixed on beta, yes?
  3576. # [23:55] <doublec> jlebar|mac: pong
  3577. # [23:56] <jlebar|mac> doublec: it's ok; rnewman|offsite helped me out with it. https://github.com/jlebar/moz-git-tools
  3578. # [23:56] <doublec> ah ok
  3579. # [23:56] * jlebar|mac likes tools. :)
  3580. # [23:56] <Mossop> darktrojan: I'm not sure I'd rush it really. Unless you can think of a plausible common way where we can get into that state in the first place seems like just protecting against fluke conditions so not too critical
  3581. # [23:57] <darktrojan> Mossop, I had the ESR in mind, but I guess not that many people will be upgrading from 4-8 to ESR
  3582. # [23:57] <darktrojan> anyway, patch is there
  3583. # [23:58] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3584. # [23:59] * Quits: Pike (Pike@moz-E31CD2CB.mozilla.org) (Ping timeout)
  3585. # Session Close: Thu Jan 19 00:00:01 2012

The end :)