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

Options:

  1. # Session Start: Sat Aug 04 00:00:04 2012
  2. # Session Ident: #developers
  3. # [00:00] * Quits: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  4. # [00:00] <tn> bent, if you can break on one of the calls the js stack and the frame tree would be helpful to see what is happening
  5. # [00:00] <bent> it's an opt build...
  6. # [00:01] <bent> but maybe!
  7. # [00:01] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  8. # [00:01] * mcote is now known as mcote|afk
  9. # [00:02] * jmaher is now known as jmaher|afk
  10. # [00:03] * gregglind is now known as gregglind_away
  11. # [00:03] * gregglind_away is now known as gregglind
  12. # [00:04] * Joins: jedp (jed@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  13. # [00:04] * Joins: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org)
  14. # [00:06] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  15. # [00:06] * Quits: tantek (tantek@moz-934E25A8.tmodns.net) (Quit: tantek)
  16. # [00:07] * Quits: jimb (user@9E727688.17C2F9C.163DC5C6.IP) (Ping timeout)
  17. # [00:09] * Joins: sewardj_ (sewardj@moz-D70A1320.dip.t-dialin.net)
  18. # [00:09] * Joins: bc_ (bc@moz-E31CD2CB.mozilla.org)
  19. # [00:09] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Ping timeout)
  20. # [00:10] <decoder> gotta love "UnknownError" in the webconsole
  21. # [00:11] <decoder> -.-
  22. # [00:13] * Joins: smooney (smooney@moz-3718ADC1.dsl.bell.ca)
  23. # [00:13] * Joins: jwilde1 (Earlybird@moz-BBE3ABD.mv.mozilla.com)
  24. # [00:13] * Quits: jwilde (Earlybird@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  25. # [00:14] <RealRaven> a question, what does !review mean?
  26. # [00:14] <@gavin> where have you seen that?
  27. # [00:14] * Joins: davehunt (davehunt@moz-E2929564.dsl.in-addr.zen.co.uk)
  28. # [00:14] <khuey> decoder: indexedDB doesn't know what you did wrong :-P
  29. # [00:15] * Quits: jwilde1 (Earlybird@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  30. # [00:15] <RealRaven> I mean: r=mkmelin!
  31. # [00:15] <RealRaven> I thought there is r+, r- and r?
  32. # [00:15] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  33. # [00:15] * Joins: atuljangra (Mibbit@339BABE4.21313670.110F01C1.IP)
  34. # [00:16] * Joins: jwilde (Earlybird@moz-BBE3ABD.mv.mozilla.com)
  35. # [00:16] * gregglind is now known as gregglind_away
  36. # [00:16] <bent> tn, http://mxr.mozilla.org/mozilla-central/source/toolkit/content/widgets/scrollbox.xml#646
  37. # [00:16] <bent> tn, it's on the animation timer
  38. # [00:16] <dolske> RealRaven: sounds like someone was simply excited. :)
  39. # [00:16] <dolske> r=foo implies "r+ by foo"
  40. # [00:16] <decoder> khuey: and I also cant catch the error? :P
  41. # [00:17] * Quits: sheppy (sheppy@moz-5E616B97.sub-166-248-80.myvzw.com) (Quit: Leaving)
  42. # [00:17] <khuey> decoder: those are error events, not exceptions
  43. # [00:17] <khuey> decoder: if you don't preventDefault on them, they bubble up to window.onerror
  44. # [00:17] * Quits: kaiecar (AndChat173@D215B6C9.1A74981.943C3C9C.IP) (Quit: Bye)
  45. # [00:17] <decoder> khuey: ah ok thx
  46. # [00:18] * Quits: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Quit: Miranda IM - Multi protocol instant messenger @ www.miranda-im.org)
  47. # [00:18] <RealRaven> dolske: aha does that mean I can add r+ for mkmelin in my next patch? the last patch was mainly style nits : https://bugzilla.mozilla.org/show_bug.cgi?id=450302 (comment 74 at the top)
  48. # [00:18] <joe> ted: ping
  49. # [00:18] <RealRaven> dolske: or should I still r? ?
  50. # [00:19] <tn> bent, you'd think that animation would finish at some point and so stopped being called, does that not happen?
  51. # [00:19] <bent> tn, apparently not :)
  52. # [00:20] <dolske> RealRaven: you don't have to, unless you find that in fixing those comments you actually need to make bigger changes
  53. # [00:20] <mccr8> jlebar|afk: ping
  54. # [00:20] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  55. # [00:21] <dolske> RealRaven: it's common practice for someone to r+ a patch pending small changes. The asusmption being if the changes are small/obvious as suggested, there's not really any point in "reviewing" the patch again.
  56. # [00:21] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  57. # [00:21] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  58. # [00:21] <RealRaven> dolske: cool. so I will do that. who is then deciding to land it and how is it done?
  59. # [00:22] * Quits: smooney (smooney@moz-3718ADC1.dsl.bell.ca) (Quit: smooney)
  60. # [00:22] * Quits: Tyler (chatzilla@moz-967A85FA.hlrn.qwest.net) (Quit: ChatZilla 0.9.88.2 [Firefox 17.0a1/20120802030533])
  61. # [00:22] <dolske> RealRaven: do you have commit access?
  62. # [00:22] <RealRaven> no, I don't. Also it is my first patch.
  63. # [00:22] <dolske> (I assume not, since this is apparently your first patch :)
  64. # [00:23] * Quits: mikeperry (mikeperry@C0A15A51.CC39ED62.A6B143F1.IP) (Ping timeout)
  65. # [00:23] <tn> bent, so is it a problem with the js doing the animation or the scroll code that makes it keep going forever?
  66. # [00:23] <dolske> right. so you can either ask someone to land it for you, or put checkin-needed in the keywords field.
  67. # [00:23] <edmorley|away> !seen bholley
  68. # [00:23] <firebot> bholley was last seen 6 hours, 10 minutes and 29 seconds ago, saying 'billm: awesome! :-)' in #jsapi.
  69. # [00:24] <dolske> At least, I assume checkin-needed is good for comm-central... Callek?
  70. # [00:24] <RealRaven> hmm, cool.
  71. # [00:24] <bent> tn, hard to say
  72. # [00:24] <bent> i guess it's both
  73. # [00:24] <Callek> dolske: checkin-needed works for c-c yes
  74. # [00:24] <Callek> RyanVM at the least does some of those run-throughs
  75. # [00:24] <dolske> RealRaven: there you go. :)
  76. # [00:25] <RealRaven> ok, it also has uiwanted, which I will leave in there as well.
  77. # [00:25] <dolske> RealRaven: there's a set of people who watch for bugs with "checkin-needed" set, and will land the patch for you. Usually in a day or so.
  78. # [00:25] <dolske> If the ui's been sorted out (which I assume it has, since you've got code), then you could remove uiwanted.
  79. # [00:25] * Joins: mikeperry (mikeperry@moz-63865A26.torservers.net)
  80. # [00:25] * Quits: ahurle (ahurle@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  81. # [00:25] <Callek> RealRaven: thanks for the patch btw
  82. # [00:26] <RealRaven> your welcome. Hopefully more to come ...
  83. # [00:26] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  84. # [00:26] * ChanServ sets mode: +o roc
  85. # [00:27] * Joins: gakiwate (gautam@E237B708.8F025556.8D85FBA3.IP)
  86. # [00:27] <RealRaven> dolske: yes UI is sorted as it was r+ by bwinton
  87. # [00:28] * khuey is now known as khuey|away
  88. # [00:28] <RealRaven> by the way, the menu in Tb daily looks weird in XP. it is cut off at the top
  89. # [00:28] * Joins: ahurle (ahurle@moz-BBE3ABD.mv.mozilla.com)
  90. # [00:28] * Quits: ferongr (ferongr@moz-E9C23EFA.dsl.dyn.forthnet.gr) (Ping timeout)
  91. # [00:28] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: mdas)
  92. # [00:29] * mjschranz is now known as mjschranz_away
  93. # [00:30] * Quits: mwu (mwu@moz-59435430.hsd1.nj.comcast.net) (Ping timeout)
  94. # [00:30] * Quits: RealRaven (Daily@moz-2E62F9BF.threembb.ie) (Client exited)
  95. # [00:30] * Parts: gakiwate (gautam@E237B708.8F025556.8D85FBA3.IP) (Leaving)
  96. # [00:31] * Joins: RealRaven (Daily@moz-2E62F9BF.threembb.ie)
  97. # [00:32] <@smaug> RealRaven: bug filed?
  98. # [00:33] <RealRaven> no. I guess I won't because it is an "edge case" (boom boom)
  99. # [00:33] * Joins: ferongr (ferongr@moz-6AE14838.dsl.dyn.forthnet.gr)
  100. # [00:34] <RealRaven> I am using windowblinds. that doesn't take kindly to apps that overwrite the windows caption bar. Looks like Thunderbird has now been added to that list. And in a worse way than Firefox. (in Firefox, you could simply display the menu and would have a normal caption bar)
  101. # [00:34] * jcranmer|away is now known as jcranmer
  102. # [00:34] * Quits: davehunt (davehunt@moz-E2929564.dsl.in-addr.zen.co.uk) (Client exited)
  103. # [00:35] * sheppy-afk is now known as sheppy
  104. # [00:35] * ajuma|away is now known as ajuma
  105. # [00:35] * Joins: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net)
  106. # [00:35] * Quits: ajuma (ajuma@moz-CDCFE118.home.cgocable.net) (Quit: ajuma)
  107. # [00:35] * Quits: jwilde (Earlybird@moz-BBE3ABD.mv.mozilla.com) (Quit: jwilde)
  108. # [00:35] * Joins: jwilde (Earlybird@moz-BBE3ABD.mv.mozilla.com)
  109. # [00:37] * Joins: masayuki (Daily@moz-86D7F6E4.zaq.ne.jp)
  110. # [00:37] * Parts: Austin__ (austin@B65F78B7.1356EECA.2170E5F.IP)
  111. # [00:37] * mjschranz_away is now known as mjschranz
  112. # [00:38] <espadrine> Does anyone know what happens when Components.utils.import tries to resolve a cyclic dependency?
  113. # [00:38] * Quits: masayuki (Daily@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  114. # [00:38] * Joins: masayuki (Daily@moz-86D7F6E4.zaq.ne.jp)
  115. # [00:39] <firebot> Check-in:
  116. # [00:40] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/22badde74fb9 - Ed Morley - Backout 14245bf85a3d (bug 778420), b9f603d3eef4 (bug 778420), e9bc27234022 (bug 72964), d5aa53121d29 (bug 778420), 959cc7ef5f5a (bug 726053) for m1 failures in
  117. # [00:40] <firebot> test_offline_gzip.html
  118. # [00:40] <decoder> khuey|away: im getting that error when doing deleteDatabase..
  119. # [00:40] <decoder> that does sound wrong :(
  120. # [00:41] <dolske> espadrine: how would it be cyclic?
  121. # [00:41] <dolske> you mean like foo.jsm importing bar.jsm which imports foo.jsm?
  122. # [00:41] * Parts: biesi (cbiesinger@2BD6B525.6B10AC3.E2F59BBC.IP) (Leaving)
  123. # [00:41] * Joins: biesi (cbiesinger@2BD6B525.6B10AC3.E2F59BBC.IP)
  124. # [00:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bc1c8194da40 - Shane Caraveo - Bug 777177 - Keep the social sidebar loaded, and dispatch events when it is opened/closed, r=gavin
  125. # [00:42] <biesi> my guess is a "too much recursion" exception
  126. # [00:42] <biesi> but maybe you'll get a crash instead!
  127. # [00:42] <espadrine> dolske: I have A that imports B, and B extends an object in A. I am C, which A needs, and I need the extension that B builds.
  128. # [00:42] <espadrine> (A, B, C being all js modules)
  129. # [00:42] <dolske> I would assume it just works. aiui Cu.import is basically a no-op when the import's already been done (ie, it already exists), and so you'd simply get a reference as expceted.
  130. # [00:43] <RealRaven> smaug: https://bugzilla.mozilla.org/show_bug.cgi?id=780303 - Main Menu truncated in Windows XP
  131. # [00:43] * Quits: brendan (brendaneic@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: brendan)
  132. # [00:43] <RealRaven> there is a screenshot that shows what I mean
  133. # [00:44] <dolske> espadrine: seems like it would just depend on the order of execution for the Cu.imports().
  134. # [00:44] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  135. # [00:44] <espadrine> dolske: the strange part is that I get a "EXPORTED_SYMBOLS is not an array"
  136. # [00:44] * Quits: hipokrit (hipokrit@81016825.8DB70AE8.839F6EC0.IP) (Client exited)
  137. # [00:44] <RealRaven> smaug: https://bug780303.bugzilla.mozilla.org/attachment.cgi?id=648878
  138. # [00:44] <RealRaven> (screenshot)
  139. # [00:44] <espadrine> I wish I had the reference which was evaluated the first timeā€¦
  140. # [00:45] <dolske> espadrine: does that get evaluated before the import?
  141. # [00:46] <espadrine> dolske: you mean, does the EXPORTED_SYMBOLS get evaluated?
  142. # [00:46] <espadrine> hmm, I don't think so
  143. # [00:46] <dolske> you may have to reorder some stuff in your JSMs.
  144. # [00:47] * Joins: WG9s (bill@moz-D750CC69.maine.res.rr.com)
  145. # [00:48] <@gavin> you do need to be careful about import loops
  146. # [00:48] <@gavin> if two modules import each other the second import will fail silently, IIRC
  147. # [00:49] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  148. # [00:49] <dolske> that seems surprising
  149. # [00:50] <dolske> oh, hmm, well
  150. # [00:50] * jlebar|afk is now known as jlebar
  151. # [00:50] <jlebar> mccr8, ack
  152. # [00:50] <@gavin> modules rarely need to access other modules while they're being initialized, so you can usually work aroudn it with a lazy module getter
  153. # [00:51] * Quits: smagnin (pike@moz-46D3832F.w92-144.abo.wanadoo.fr) (Quit: Quitte)
  154. # [00:51] <dolske> seems like it would just depend on when EXPORTED_SYMBOLS gets set.
  155. # [00:51] <espadrine> gavin: oh, ok
  156. # [00:51] <espadrine> that explains it
  157. # [00:52] * Quits: mmc (mmc@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
  158. # [00:54] * Quits: andreasn (andreasn@moz-74A5E37.a336.priv.bahnhof.se) (Ping timeout)
  159. # [00:56] * Joins: bholley (anonymous@moz-DDC01DC1.superkabel.de)
  160. # [00:57] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  161. # [00:59] * Joins: sheppy_ (sheppy@moz-104CC309.mv.mozilla.com)
  162. # [00:59] * Quits: sheppy (sheppy@moz-F39D62DA.dhcp.kgpt.tn.charter.com) (Connection reset by peer)
  163. # [01:00] * Joins: sheppy (sheppy@moz-F39D62DA.dhcp.kgpt.tn.charter.com)
  164. # [01:00] * Quits: biesi (cbiesinger@2BD6B525.6B10AC3.E2F59BBC.IP) (Quit: Leaving)
  165. # [01:01] * Quits: RealRaven (Daily@moz-2E62F9BF.threembb.ie) (Client exited)
  166. # [01:01] * Quits: sheppy_ (sheppy@moz-104CC309.mv.mozilla.com) (Ping timeout)
  167. # [01:01] * Joins: RealRaven (Daily@moz-2E62F9BF.threembb.ie)
  168. # [01:02] * Quits: masayuki (Daily@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  169. # [01:02] * sheppy is now known as sheppy-dinnertime
  170. # [01:03] <Callek> de-facto-sheriff: sorry for the android tegra delay right now, should be back up soon
  171. # [01:04] * Joins: brendan (brendaneic@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  172. # [01:05] <edmorley|away> Callek: mbrubeck is away until sunday, philor's 3 week vacation ends sunday/monday and i'm pretty much falling asleep... so I fear you are somewhat talking to yourself :-)
  173. # [01:05] <Callek> edmorley|away: yea thats why I said "de-facto-sheriff"
  174. # [01:05] <Callek> ;-)
  175. # [01:05] * Quits: RealRaven (Daily@moz-2E62F9BF.threembb.ie) (Client exited)
  176. # [01:05] <Callek> edmorley|away: *someone* will care, when or who I have no idea
  177. # [01:06] * Joins: RealRaven (Daily@moz-2E62F9BF.threembb.ie)
  178. # [01:07] * Joins: automata (automata@3E0AB089.8DDD1F9.16867D26.IP)
  179. # [01:07] <WG9s> Callek: I care, I have not been starring android builds becuase powerw that be seem to think it is better to just retrigger.
  180. # [01:08] <WG9s> I maight try to star builds that map to known orange issues.
  181. # [01:08] <WG9s> in the interim.
  182. # [01:08] * mjschranz is now known as mjschranz_away
  183. # [01:09] <Callek> WG9s: yea, we're trying to get into a situation where "retrigger on orange" is NOT the de-facto solution
  184. # [01:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/83c9437ff26d - Eric Faust - Bug 742188 - Implement ToInt64 and ToUint64 per the WebIDL standard. (r=jorendorff)
  185. # [01:09] * Quits: bholley (anonymous@moz-DDC01DC1.superkabel.de) (Quit: bholley)
  186. # [01:09] <Callek> WG9s: and I'd much prefer we get star/comments when a certain known-orange/issue is happening so it can help me/releng/ateam identify the current larger pain points here, and actually triage/fix them in a most-impact way
  187. # [01:09] * Quits: vikash (vikash@76072BDA.2905CAEE.5D9ABA9F.IP) (Ping timeout)
  188. # [01:10] <Callek> rather than going with what we *think* is the larger pain points/solutions and tackling those
  189. # [01:10] <Callek> but the hard part is some of these "known orange" cases are harder to identify properly
  190. # [01:10] <Callek> but thank you
  191. # [01:11] <WG9s> callek: yes but issue is in the past the mobile deveoplers seemed to be adverse3 to getting orange builds to map to test failures on mobild.
  192. # [01:11] <WG9s> not sure why, but if that has cahnged that would be great.
  193. # [01:11] <Callek> WG9s: I think that adverse was a factor of how flakey some of the harness/releng code was.... we're MUCH better than we once were there
  194. # [01:12] <WG9s> I can probalby try to star builds if they map to a known orange issue.
  195. # [01:12] <WG9s> i tend to not do that becuase everyone else just seems to retrigger.
  196. # [01:12] <WG9s> if it is an android issue
  197. # [01:12] * Callek admits to the "just retrigger" hell on occassion too, fwiw so I don't fault anyone for it
  198. # [01:13] <WG9s> or just star it with a it is android so we are ignoring.
  199. # [01:13] <WG9s> tretrigger builds are starrted with r*
  200. # [01:14] * Quits: automata (automata@3E0AB089.8DDD1F9.16867D26.IP) (Quit: Saindo)
  201. # [01:14] <WG9s> but we also have issues starred with a* which as far as i know means we ignore all android oranges
  202. # [01:14] <WG9s> and builods have been starred with a* even today.
  203. # [01:14] <edmorley|away> WG9s: no; I am using 'a' for both
  204. # [01:14] <edmorley|away> it's just easier not to type something different
  205. # [01:15] <WG9s> edmorley|away: fopr both sahat?
  206. # [01:15] * Joins: imphil (philipp@moz-655EF802.customer.m-online.net)
  207. # [01:15] * khuey|away is now known as khuey
  208. # [01:15] <edmorley|away> WG9s: for both retriggers and "don;t need to since next push green or load is high so just going to star and see"
  209. # [01:15] <WG9s> edmorley|away: what does strrring with a as the reason mean?
  210. # [01:16] <edmorley|away> WG9s: 'a' for android
  211. # [01:16] <WG9s> so why is that a and not r?
  212. # [01:16] <edmorley|away> it might as well be 'sausages' for all it matters
  213. # [01:16] * Quits: ahal (ahal@moz-FE8BA07F.cable.teksavvy.com) (Input/output error)
  214. # [01:16] <WG9s> exactly why is android treated differnetly?
  215. # [01:16] <edmorley|away> I'll let you guess
  216. # [01:16] <WG9s> we dont;l star things as w if windows only
  217. # [01:17] <dolske> mmmm. sausage.
  218. # [01:17] <WG9s> or m if mac only
  219. # [01:18] * Quits: RealRaven (Daily@moz-2E62F9BF.threembb.ie) (Client exited)
  220. # [01:18] <WG9s> or l if linux only
  221. # [01:19] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  222. # [01:19] <dolske> or s if sausage only
  223. # [01:20] <WG9s> we need to get all the random failures on android to have bugs filed and star builds ot those bugs
  224. # [01:20] <WG9s> just like we do with other platforms
  225. # [01:20] <dolske> we should get started right now!
  226. # [01:20] * Quits: @smaug (chatzilla@moz-3C907DEA.elisa-laajakaista.fi) (Ping timeout)
  227. # [01:20] <dolske> I'm busy with a patch, you start.
  228. # [01:21] <edmorley|away> WG9s: off the top of my head: (a) complete and utter unreliability & has been for a year, (b) 95% of items requiring manual starring so a PITA and a complete time sink, (c) the main faults were already identified months ago, so continually manually starring when we knew the top 5 priority items was pointless, (d) even people who looked at failures multiple times a day struggling to tell the different failure condition
  229. # [01:21] * Joins: knelson (Adium@moz-BBE3ABD.mv.mozilla.com)
  230. # [01:22] <WG9s> edmorley|away: tes those are all issues we need to fix
  231. # [01:22] <WG9s> not a reason to jsut star things as it is android so we dont care.
  232. # [01:22] <edmorley|away> WG9s: I agree, see the bugs I've filed
  233. # [01:22] <WG9s> edmore
  234. # [01:22] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  235. # [01:22] * Quits: anant (anant@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  236. # [01:23] <WG9s> edmorley|away: i wil lok at those bugs.
  237. # [01:23] * Parts: knelson (Adium@moz-BBE3ABD.mv.mozilla.com)
  238. # [01:23] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  239. # [01:23] <edmorley|away> ok
  240. # [01:23] * Quits: kmoir (chatzilla@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Ping timeout)
  241. # [01:24] <WG9s> me pint was that we need to treat android failures the same way we do other platform test failures.
  242. # [01:24] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  243. # [01:24] * dolske has no pint. :(
  244. # [01:25] <WG9s> and i realize the last time we tried to do that the mobile developers were the issue in getting this to be done.
  245. # [01:25] <edmorley|away> WG9s: until now, many of the failures have been infra/hardware/not test related (so very much not like the other platforms), but hopefully post bug 771626 and bug 779871, that will change (progress is being made on those two as we speak)
  246. # [01:26] <edmorley|away> WG9s: I think we are in the unfortunate position where for some time, a number of problems have been infra/hardware/?? so product has understandably punted elsewhere; however as the 20+ disabled OOMing tests show (in bug 775227 and friends), the problem is in-product too
  247. # [01:26] * NeilAway thwaps bz for miscorrecting Ms2ger
  248. # [01:26] * Parts: devd (Name@moz-59682A1.dmz.scl3.mozilla.com)
  249. # [01:26] * Joins: devd (Name@moz-59682A1.dmz.scl3.mozilla.com)
  250. # [01:26] <WG9s> edmorley|away: I hope you understand I am really not trying to criticise stuff done in the the past here, I really want to have a better way to have stuff going forward. Even though (because people asked) I pointed out issues from the past.
  251. # [01:27] <edmorley|away> I'm thankful for you wanting to improve the current situation (I would like it improved too)
  252. # [01:27] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: pcwalton)
  253. # [01:27] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  254. # [01:27] <WG9s> edmorley|away: andi realize we have issues with hardware in the USB to device stuff
  255. # [01:28] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  256. # [01:28] <edmorley|away> it just seems that you think no-one is working on this, when that is the opposite of the truth
  257. # [01:28] <WG9s> i thinki it might be nice to have devices that sust download the build fom a build system, kind of the wsay my build tests work.
  258. # [01:28] <WG9s> so to be independednt on stupid hardwware issues.
  259. # [01:28] <jhammel> WG9s: as long as we're bringing up history that was tried before too
  260. # [01:28] * jwir3 is now known as jwir3|away
  261. # [01:29] <jhammel> it had "other issues" though i can't recall the details
  262. # [01:29] <edmorley|away> WG9s: eg https://bugzilla.mozilla.org/showdependencytree.cgi?id=775227&hide_resolved=0 and https://bugzilla.mozilla.org/showdependencytree.cgi?id=777436&hide_resolved=0 and https://bugzilla.mozilla.org/buglist.cgi?quicksearch=android_tier
  263. # [01:30] * Quits: espindola (espindola@moz-DDF66043.dsl.teksavvy.com) (Ping timeout)
  264. # [01:31] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
  265. # [01:31] * jaws is now known as jaws|brb
  266. # [01:31] * Joins: espindola (espindola@moz-5116B5BD.dsl.teksavvy.com)
  267. # [01:31] * Joins: PopolonY2k (PopolonY2k@moz-8E5E1801.claro.net.br)
  268. # [01:32] * edmorley|away will star with 'bacon' from now on, just to vary things up a bit (and keep dolske happy :-D)
  269. # [01:32] <jhammel> edmorley|away++
  270. # [01:32] * Joins: Havvy (Mibbit@moz-96CB8E6.ptld.qwest.net)
  271. # [01:32] * cadecairos is now known as cadecairos_away
  272. # [01:33] * NeilAway sighs
  273. # [01:33] <NeilAway> invoking pymake on a missing target is not an error :-(
  274. # [01:34] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  275. # [01:34] * ctalbert is now known as ctalbert|afk
  276. # [01:34] * Quits: nrc (nrc@moz-5DAE2951.bitstream.orcon.net.nz) (Quit: ChatZilla 0.9.88.2 [Firefox 15.0/20120724191344])
  277. # [01:35] <WG9s> edmorley|away: bacon is always good! ;-)
  278. # [01:35] * Joins: kmoir (chatzilla@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  279. # [01:36] <WG9s> my issue was i actually had a build i was going to star with a real bug it matched up with adn found it already starred with just "a" and was not sure at all that was usefull.
  280. # [01:36] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Connection reset by peer)
  281. # [01:36] * Joins: Leidson (PopolonY2k@2D0A43A0.1C7B0E74.5D655BBD.IP)
  282. # [01:37] <edmorley|away> WG9s: you can star again
  283. # [01:37] * Quits: Leidson (PopolonY2k@2D0A43A0.1C7B0E74.5D655BBD.IP) (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
  284. # [01:37] <edmorley|away> WG9s: orangefactor still counts it for stats
  285. # [01:37] <WG9s> I had actually wated a lot of time finding the exadct issue this hsould have been mapped to but by the timne i figured it out it has already been stgarred with a useless "a"
  286. # [01:37] <edmorley|away> WG9s: on the plus side, I am very excited to see what the anti-spontaneous reboot patches (that have landed in the last 24 hours) do for android reliability :-)
  287. # [01:38] <WG9s> wel maybe wil help
  288. # [01:38] * Quits: PopolonY2k (PopolonY2k@moz-8E5E1801.claro.net.br) (Ping timeout)
  289. # [01:38] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  290. # [01:38] <WG9s> i tend to not star builds related top merges unless the person doing the merge had not already starred.
  291. # [01:38] <edmorley|away> WG9s: oh and other issue, is that until failures are starred, they completely disrupt the j/k key workflow (so it isn't as simple as just saying "oh lets not star any android failures and leave them half a day until someone who can interpret the tea leaves is around"
  292. # [01:39] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Quit: ChatZilla 0.9.88.2 [Firefox 15.0a2/20120622042007])
  293. # [01:39] <WG9s> but iot seems if others jhuist retrigger or star as it is android so we don;t dare.
  294. # [01:40] <WG9s> not much incentive for me to try to find the real issue.
  295. # [01:40] <WG9s> s/dare/care/
  296. # [01:41] * Quits: wlach (wlach@moz-54AABC1.vif.net) (Quit: Ex-Chat)
  297. # [01:42] * Quits: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP) (Quit: rniwa)
  298. # [01:42] * Quits: jwilde (Earlybird@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  299. # [01:47] * Joins: RealRaven (Daily@moz-2E62F9BF.threembb.ie)
  300. # [01:47] * edmorley|away is now known as edmorley|sleep
  301. # [01:49] * Joins: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net)
  302. # [01:50] <eeejay> if PR_Now() is returning 1344036944114511
  303. # [01:50] <eeejay> isn't that a bug?
  304. # [01:51] <Mook> eeejay: Fri Aug 03 2012 16:35:44 GMT-0700 (Pacific Daylight Time) ?
  305. # [01:51] * Joins: Boriss (FlyingToas@6748FAF5.A8E6DA2D.217C7FCC.IP)
  306. # [01:51] <Mook> (well, thereabouts, time zone differences)
  307. # [01:51] <eeejay> Mook, how did you parse that?
  308. # [01:51] <Mook> eeejay: from JS: new Date(1344036944114511/1000)
  309. # [01:52] <eeejay> Mook, oooh, it does say microseconds
  310. # [01:52] <eeejay> i misread it as milliseconds, thanks
  311. # [01:54] * Joins: PopolonY2k (PopolonY2k@2D0A43A0.1C7B0E74.5D655BBD.IP)
  312. # [01:56] * nli|afk is now known as nli
  313. # [01:56] * Parts: markg (chatzilla@moz-3CD2F733.dsl.mindspring.com)
  314. # [01:56] * Quits: PopolonY2k (PopolonY2k@2D0A43A0.1C7B0E74.5D655BBD.IP) (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
  315. # [01:56] * Quits: espindola (espindola@moz-5116B5BD.dsl.teksavvy.com) (Quit: Ex-Chat)
  316. # [01:57] * Quits: Goldorak (chatzilla@F350FBA7.DD3F6E8D.187A1082.IP) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  317. # [01:57] * Parts: priya (Adium@moz-BBE3ABD.mv.mozilla.com)
  318. # [01:59] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  319. # [01:59] * Quits: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: yuan)
  320. # [01:59] * Quits: TheLink (TheLink@moz-45ED2356.pools.arcor-ip.net) (Client exited)
  321. # [02:00] * Quits: tchevalier (Daily@moz-ED7546AF.w109-210.abo.wanadoo.fr) (Quit: tchevalier)
  322. # [02:01] * Joins: darktrojan (geoff@moz-30B3CCFD.telstraclear.net)
  323. # [02:01] * Quits: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: leaving)
  324. # [02:05] * Quits: Optimizer (Optimizer@702DE3C0.AF6B21DA.BE90E62C.IP) (Ping timeout)
  325. # [02:07] * Quits: ekr (ekr@moz-992861E0.meeting.ietf.org) (Quit: ekr)
  326. # [02:11] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Leaving...)
  327. # [02:12] * Quits: edmorley|sleep (edmorley@moz-8FE6B13C.range109-152.btcentralplus.com) (Quit: Instantbird 1.2a1pre -- http://www.instantbird.com)
  328. # [02:15] * Quits: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org) (Ping timeout)
  329. # [02:15] * jedp is now known as jedp|pto
  330. # [02:15] * Quits: brendan (brendaneic@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: brendan)
  331. # [02:16] * Quits: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net) (Quit: mccr8)
  332. # [02:17] * Quits: jedp|pto (jed@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  333. # [02:17] * catlee-buildduty is now known as catlee
  334. # [02:21] * Quits: cpeterson (cpeterson@moz-4792CC93.hsd1.ca.comcast.net) (Input/output error)
  335. # [02:21] * Joins: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  336. # [02:21] * Quits: samliu (samliu@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  337. # [02:21] * Joins: tantek (tantek@moz-934E25A8.tmodns.net)
  338. # [02:22] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  339. # [02:25] * Quits: wesj1 (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
  340. # [02:28] * Quits: WG9s (bill@moz-D750CC69.maine.res.rr.com) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 14.0.1/20120717123646])
  341. # [02:31] * Joins: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net)
  342. # [02:31] * Quits: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net) (Input/output error)
  343. # [02:31] * Joins: bapat (chatzilla@F122FE8A.A2B4CB9E.3B788C77.IP)
  344. # [02:33] * Joins: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org)
  345. # [02:33] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jet)
  346. # [02:37] * Joins: zwol (zack@moz-A5165AC6.lightspeed.sntcca.sbcglobal.net)
  347. # [02:38] * Quits: fitzgen (fitzgen@moz-BBE3ABD.mv.mozilla.com) (Quit: zzzzzzzzz)
  348. # [02:40] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  349. # [02:40] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  350. # [02:41] * Joins: jwilde (Earlybird@moz-BBE3ABD.mv.mozilla.com)
  351. # [02:42] * Quits: tantek (tantek@moz-934E25A8.tmodns.net) (Quit: tantek)
  352. # [02:42] * Quits: florian (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  353. # [02:43] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
  354. # [02:45] * Quits: jwilde (Earlybird@moz-BBE3ABD.mv.mozilla.com) (Max SendQ exceeded)
  355. # [02:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1a7e9878a9d6 - Matt Woodrow - Bug 778036 - Add Has function to gfx::UserData and use it in Layers to correctly check for existance of user data. r=roc
  356. # [02:48] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6609595c84eb - Matt Woodrow - Bug 780260 - Add serial numbers to Images and use it to check if an image has been painted to its BasicShadowableImageLayer already. r=cjones
  357. # [02:48] * Joins: fitzgen (fitzgen@moz-BBE3ABD.mv.mozilla.com)
  358. # [02:49] * Quits: vingtetun (vingtetun@moz-64E1A8DA.fbx.proxad.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.9.1.16/20110701103042])
  359. # [02:50] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  360. # [02:51] * Quits: kmoir (chatzilla@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Ping timeout)
  361. # [02:52] * jaws|brb is now known as jaws
  362. # [02:53] * Quits: sriram (sriramr@moz-BBE3ABD.mv.mozilla.com) (Quit: sriram)
  363. # [02:55] * Joins: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net)
  364. # [02:56] * Quits: sewardj_ (sewardj@moz-D70A1320.dip.t-dialin.net) (Ping timeout)
  365. # [02:56] * ewong|away is now known as ewong
  366. # [02:57] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  367. # [03:00] * Quits: Havvy (Mibbit@moz-96CB8E6.ptld.qwest.net) (Quit: http://www.mibbit.com ajax IRC Client)
  368. # [03:03] * Quits: fitzgen (fitzgen@moz-BBE3ABD.mv.mozilla.com) (Quit: zzzzzzzzz)
  369. # [03:03] * Joins: kmoir (chatzilla@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  370. # [03:05] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jet)
  371. # [03:06] * Quits: sicking (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  372. # [03:07] * Quits: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Instantbird 1.2a1pre -- http://www.instantbird.com)
  373. # [03:07] * Quits: JeroenDeDauw (j@moz-4B1BE95D.dip.t-dialin.net) (Quit: Leaving.)
  374. # [03:07] * Joins: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  375. # [03:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fce1836888b4 - Justin Dolske - Bug 778608 - Move SafeBrowsing.jsm to toolkit. r=gavin
  376. # [03:09] * Quits: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Instantbird 1.2a1pre -- http://www.instantbird.com)
  377. # [03:11] * Quits: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  378. # [03:13] * Joins: AaronMT (AaronMT@moz-DEDA283.cpe.net.cable.rogers.com)
  379. # [03:13] * Quits: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com) (Quit: Mardak)
  380. # [03:14] * Quits: sewardj (sewardj@moz-D70A1320.dip.t-dialin.net) (Ping timeout)
  381. # [03:14] * Quits: rillian (giles@A5087023.2354C43D.D8E68FF6.IP) (Quit: Ex-Chat)
  382. # [03:19] * Quits: bapat (chatzilla@F122FE8A.A2B4CB9E.3B788C77.IP) (Client exited)
  383. # [03:22] * joduinn-mtg is now known as joduinn-afk
  384. # [03:22] * Quits: coop (Chris@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Quit: coop)
  385. # [03:23] * rail|teamweek is now known as rail_away
  386. # [03:23] * Quits: kmoir (chatzilla@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Input/output error)
  387. # [03:24] * Quits: nthomas (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.13/20101203074337])
  388. # [03:25] * catlee is now known as catlee-away
  389. # [03:25] * bhearsum|teamweek is now known as bhearsum|afk
  390. # [03:25] * Quits: Callek (chatzilla@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  391. # [03:25] * Quits: Pike (Pike@moz-E31CD2CB.mozilla.org) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347])
  392. # [03:25] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  393. # [03:26] * fabrice is now known as fabrice|afk
  394. # [03:28] * sheppy-dinnertime is now known as sheppy
  395. # [03:29] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
  396. # [03:30] * Quits: atuljangra (Mibbit@339BABE4.21313670.110F01C1.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  397. # [03:31] * Joins: fitzgen (fitzgen@moz-85EBB8A.dia.static.qwest.net)
  398. # [03:33] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  399. # [03:34] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Quit: Ex-Chat)
  400. # [03:34] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Quit: juanb)
  401. # [03:37] * Joins: damons (gnubeard@moz-37F0FA87.hsd1.ca.comcast.net)
  402. # [03:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5d7b0289ccc7 - Blair McBride - Bug 780313 - Remove unnecessary preprocessing of Toolkit files. r=gavin
  403. # [03:37] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Quit: jgriffin)
  404. # [03:38] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  405. # [03:39] * Quits: RealRaven (Daily@moz-2E62F9BF.threembb.ie) (Quit: RealRaven)
  406. # [03:43] * Joins: cpeterson (cpeterson@moz-4792CC93.hsd1.ca.comcast.net)
  407. # [03:45] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  408. # [03:46] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  409. # [03:49] * Quits: khuey (khuey@moz-59682A1.dmz.scl3.mozilla.com) (Ping timeout)
  410. # [03:50] * Joins: jwilde (Earlybird@moz-BBE3ABD.mv.mozilla.com)
  411. # [03:50] * Joins: khuey (khuey@moz-59682A1.dmz.scl3.mozilla.com)
  412. # [03:50] * ChanServ sets mode: +o khuey
  413. # [03:51] * Quits: fitzgen (fitzgen@moz-85EBB8A.dia.static.qwest.net) (Quit: zzzzzzzzz)
  414. # [03:51] * Joins: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp)
  415. # [03:51] * Quits: damons (gnubeard@moz-37F0FA87.hsd1.ca.comcast.net) (Quit: damons)
  416. # [03:53] * Quits: cpeterson (cpeterson@moz-4792CC93.hsd1.ca.comcast.net) (Input/output error)
  417. # [03:55] * Quits: billm (billm@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  418. # [03:56] * Joins: cpeterson (cpeterson@moz-4792CC93.hsd1.ca.comcast.net)
  419. # [03:56] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  420. # [03:59] * heycam|away is now known as heycam
  421. # [04:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/460e23aef181 - Dao Gottwald - Bug 779302 - Speed up arrow panel opening animation. r=shorlander
  422. # [04:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0a329df2f15e - Adam Dane [:hobophobe] - Bug 769791 - Optimize adding ranges to the end of mRanges in nsSelection. r=smaug
  423. # [04:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/cb6de405463b - Jared Wein - Bug 774174 - Linux styling for Social toolbar UI. r=gavin
  424. # [04:01] * Joins: kaie (kaie@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net)
  425. # [04:01] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  426. # [04:04] * Quits: cpeterson (cpeterson@moz-4792CC93.hsd1.ca.comcast.net) (Input/output error)
  427. # [04:05] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Ping timeout)
  428. # [04:05] * Quits: Boriss (FlyingToas@6748FAF5.A8E6DA2D.217C7FCC.IP) (Quit: Boriss)
  429. # [04:06] * Quits: kaie (kaie@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving)
  430. # [04:07] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  431. # [04:07] * Quits: chewey (chewey@moz-ECBB2FB4.dip0.t-ipconnect.de) (Ping timeout)
  432. # [04:08] * Quits: @dbaron (dbaron@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  433. # [04:09] * Joins: chewey (chewey@moz-8181C555.dip0.t-ipconnect.de)
  434. # [04:11] * Quits: imphil (philipp@moz-655EF802.customer.m-online.net) (Ping timeout)
  435. # [04:12] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  436. # [04:14] <darktrojan> Unfocused, http://hg.mozilla.org/integration/mozilla-inbound/rev/5d7b0289ccc7#l18.93
  437. # [04:15] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  438. # [04:16] <Unfocused> damnit!
  439. # [04:16] * Joins: brendan (brendaneic@moz-39F53396.public.wayport.net)
  440. # [04:16] <Unfocused> thought i had the indenting right :\
  441. # [04:17] <darktrojan> no cigar
  442. # [04:17] <Unfocused> i'll blame saturday and being ill
  443. # [04:18] <darktrojan> again?
  444. # [04:18] * Joins: kaie (kaie@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net)
  445. # [04:18] <Unfocused> think it was something i ate :\
  446. # [04:19] * Quits: hub (hub@A5087023.2354C43D.D8E68FF6.IP) (Ping timeout)
  447. # [04:19] <darktrojan> you've got to stop chewing on shrooms
  448. # [04:19] <Unfocused> being gluten intolerant is a minefield when you're away from home
  449. # [04:19] <Unfocused> :P
  450. # [04:20] <kaie> does ssh://hg.mozilla.org listen on any additional port besides 22? my hotel blocks port 22 :/
  451. # [04:20] <bkero> no
  452. # [04:20] <kaie> ok thx. time for evil port forwarding.
  453. # [04:21] <bkero> I would suggest port forwarding something :)
  454. # [04:21] <kaie> :)
  455. # [04:21] <bkero> ssh -L0.0.0.0:80:hg.mozilla.org:22 yourbox.com
  456. # [04:21] <kaie> well
  457. # [04:21] <kaie> my hotel blocks port 22 to any destinations
  458. # [04:21] <bkero> do that from somewhere else :P
  459. # [04:22] <bkero> I can set up a temporary non-22 ssh forward for you to somewhere if you'd like
  460. # [04:22] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  461. # [04:22] <kaie> Oh, I see I can connect to port 22 to hosts that are inside the red hat vpn
  462. # [04:23] <kaie> thanks for the offer, I guess I found another solution
  463. # [04:24] <Unfocused> file an it bug? having an alternate port seems generally useful
  464. # [04:24] <darktrojan> you can get on irc but not ssh? wth
  465. # [04:24] * Quits: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  466. # [04:25] <bkero> blocking port 22
  467. # [04:26] <kaie> yeah, I suggest to use port 21 in addition. I used to do that on my own server, but forgot when I restinalled it :/
  468. # [04:26] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  469. # [04:26] <kaie> will file
  470. # [04:28] * Quits: KaiRo (robert@moz-FD98C9C4.adsl.highway.telekom.at) (Input/output error)
  471. # [04:28] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  472. # [04:29] * @bz always used port 23 for ssh
  473. # [04:29] <@bz> since the alternative is too frightening to contemplate
  474. # [04:29] <@bz> (in terms of port 23 use)
  475. # [04:30] <dolske> 443 is convienent too, unless you're some place that requires usage of a proxy. :)
  476. # [04:30] <kaie> well hg.mozilla.org already offers 443
  477. # [04:30] <kaie> so that's not an option
  478. # [04:31] <kaie> I filed https://bugzilla.mozilla.org/show_bug.cgi?id=780334
  479. # [04:31] <kaie> (443 is for https)
  480. # [04:31] * Quits: kaie (kaie@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving)
  481. # [04:32] * Quits: sheppy (sheppy@moz-F39D62DA.dhcp.kgpt.tn.charter.com) (Quit: NO CARRIER)
  482. # [04:34] * Quits: ahurle (ahurle@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  483. # [04:39] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  484. # [04:42] * Joins: kaie (kaie@moz-85D020D2.members.linode.com)
  485. # [04:44] <jaws> lotza leaks on inbound...
  486. # [04:44] * jaws is now known as jaws|brb
  487. # [04:44] * Quits: brendan (brendaneic@moz-39F53396.public.wayport.net) (Quit: brendan)
  488. # [04:45] <zwol> gonna ask this again here, just in case:
  489. # [04:45] <zwol> Is anyone here who's going to USENIX Security and/or FOCI next week? I need someone with registered-attendee access to their webpage to look something up for me.
  490. # [04:45] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  491. # [04:46] * Quits: AaronMT (AaronMT@moz-DEDA283.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  492. # [04:47] * Quits: himsin (x@DBFA170F.3E31E221.BE3C3C1D.IP) (Ping timeout)
  493. # [04:52] * Quits: shorlander (shorlander@moz-853043D6.dhcp.insightbb.com) (Ping timeout)
  494. # [04:53] * Quits: kaie (kaie@moz-85D020D2.members.linode.com) (Ping timeout)
  495. # [04:55] * Joins: shorlander (shorlander@moz-853043D6.dhcp.insightbb.com)
  496. # [04:59] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: nbvcx)
  497. # [05:01] * Quits: bonnie (bbsurender@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  498. # [05:04] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  499. # [05:05] * Joins: mccr8 (mccr8@moz-2C19AC8A.dslextreme.com)
  500. # [05:06] * Joins: MarcosS (Mibbit@moz-64E7E963.dsl.irvnca.pacbell.net)
  501. # [05:07] * Joins: kaie (kaie@moz-85D020D2.members.linode.com)
  502. # [05:11] * Quits: shorlander (shorlander@moz-853043D6.dhcp.insightbb.com) (Ping timeout)
  503. # [05:13] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  504. # [05:13] * Quits: MarcosS (Mibbit@moz-64E7E963.dsl.irvnca.pacbell.net) (Quit: http://www.mibbit.com ajax IRC Client)
  505. # [05:16] * Joins: tantek (tantek@moz-CE125A50.tmodns.net)
  506. # [05:19] * Joins: bbondy (bbondy@moz-BE76EF7A.home.cgocable.net)
  507. # [05:20] * Quits: rkd (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  508. # [05:21] * Quits: mccr8 (mccr8@moz-2C19AC8A.dslextreme.com) (Quit: mccr8)
  509. # [05:23] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  510. # [05:25] * Joins: rkd (Adium@moz-7B0110AD.mv.mozilla.com)
  511. # [05:26] * Quits: tantek (tantek@moz-CE125A50.tmodns.net) (Quit: tantek)
  512. # [05:27] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  513. # [05:28] * Joins: dbaron (dbaron@moz-9221B6DD.dsl.dynamic.sonic.net)
  514. # [05:28] * ChanServ sets mode: +o dbaron
  515. # [05:28] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  516. # [05:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b97b846f6c3c - Chris Jones - Bug 780346: Add a sample label to refresh driver. irl-r=mattwoodrow
  517. # [05:34] * Quits: cjones (cjones@moz-6827FA7A.tmodns.net) (Quit: Leaving)
  518. # [05:36] * Joins: willy1234x1 (willy1234x@moz-1F7F9517.slkc.qwest.net)
  519. # [05:36] * Quits: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com) (Connection reset by peer)
  520. # [05:37] * Quits: dzbarsky1 (chatzilla@moz-6600A3D3.compute-1.amazonaws.com) (Ping timeout)
  521. # [05:37] * mattwoodrow is now known as mattwoodrow|away
  522. # [05:38] * Quits: bbondy (bbondy@moz-BE76EF7A.home.cgocable.net) (Ping timeout)
  523. # [05:38] * Quits: rkd (Adium@moz-7B0110AD.mv.mozilla.com) (Quit: Leaving.)
  524. # [05:39] * Quits: kanru (kanru@79E6271C.120775F3.B7D4332.IP) (Ping timeout)
  525. # [05:39] * Joins: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com)
  526. # [05:40] * Quits: zwol (zack@moz-A5165AC6.lightspeed.sntcca.sbcglobal.net) (Quit: Ex-Chat)
  527. # [05:42] * Joins: shorlander (shorlander@moz-853043D6.dhcp.insightbb.com)
  528. # [05:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fd329615ef3e - Benjamin Peterson - backout 6609595c84eb for leaking mutex
  529. # [05:45] <espadrine> can anyone confirm that the dump() function doesn't support unicode?
  530. # [05:46] * Quits: jdm (jdm@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  531. # [05:47] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  532. # [05:47] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  533. # [05:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d19bc0ab5a98 - Andres Hernandez - Bug 621564. Use Map in nsContentPrefService's cache. r=felipe
  534. # [05:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/01f85b0fe9fc - Felipe Gomes - Bug 775803. Move WebappsInstaller to toolkit. r=glandium
  535. # [05:53] * devd is now known as devd_afk
  536. # [05:55] * Quits: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  537. # [05:55] * Quits: lmandel (lmandel@moz-75D32EF.dsl.bell.ca) (Quit: lmandel)
  538. # [05:58] * heycam is now known as heycam|away
  539. # [05:59] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  540. # [05:59] * ChanServ sets mode: +o roc
  541. # [06:00] * Quits: kaie (kaie@moz-85D020D2.members.linode.com) (Quit: Leaving)
  542. # [06:09] * Quits: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net) (Connection reset by peer)
  543. # [06:11] * Joins: kaie (kaie@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net)
  544. # [06:11] * Quits: ketas (ketas@195.20.191.90.dyn.estpak.ee) (Ping timeout)
  545. # [06:11] * Quits: hub_lime (hub@A5087023.2354C43D.D8E68FF6.IP) (Input/output error)
  546. # [06:11] * Joins: ketas (ketas@195.20.191.90.dyn.estpak.ee)
  547. # [06:14] * mjschranz_away is now known as mjschranz
  548. # [06:15] * Quits: kaie (kaie@moz-2C5514D1.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving)
  549. # [06:17] * Joins: Havvy (Mibbit@moz-96CB8E6.ptld.qwest.net)
  550. # [06:24] * Joins: smooney (smooney@moz-3718ADC1.dsl.bell.ca)
  551. # [06:27] * jaws|brb is now known as jaws
  552. # [06:28] * khuey is now known as khuey|away
  553. # [06:31] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  554. # [06:34] * Quits: smooney (smooney@moz-3718ADC1.dsl.bell.ca) (Ping timeout)
  555. # [06:46] * mjschranz is now known as mjschranz_away
  556. # [06:48] * Quits: jwilde (Earlybird@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  557. # [06:49] * Joins: bonnie (bbsurender@3035F4A5.3753335A.B66DD36E.IP)
  558. # [06:51] * heycam|away is now known as heycam
  559. # [06:53] * Quits: Havvy (Mibbit@moz-96CB8E6.ptld.qwest.net) (Quit: Restarting computer to get Java on PATH.)
  560. # [06:55] * Joins: Havvy (Mibbit@moz-96CB8E6.ptld.qwest.net)
  561. # [06:57] * Quits: bonnie (bbsurender@3035F4A5.3753335A.B66DD36E.IP) (Quit: Ex-Chat)
  562. # [06:58] * Joins: hub (hub@moz-E2FCA694.figuiere.net)
  563. # [06:58] * Quits: gfritzsche (gfritzsche@moz-4071397F.dynamic.qsc.de) (Connection reset by peer)
  564. # [07:01] * Joins: NimeshNeema (u2689@moz-160C58C6.com)
  565. # [07:03] * Quits: janv_ (varga@moz-81B11050.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  566. # [07:05] * Joins: janv (varga@moz-81B11050.flarion.as5628.telecom.sk)
  567. # [07:06] * Joins: rkd (Adium@moz-7B0110AD.mv.mozilla.com)
  568. # [07:06] * Quits: rkd (Adium@moz-7B0110AD.mv.mozilla.com) (Input/output error)
  569. # [07:10] * Joins: jwilde (Earlybird@moz-23E1A364.aton.com)
  570. # [07:13] <@dbaron> espadrine, it does if your console expects UTF-8
  571. # [07:13] <@dbaron> espadrine, if you're talking about window.dump() in the browser, anyway
  572. # [07:18] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  573. # [07:19] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  574. # [07:19] * Joins: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  575. # [07:20] * Quits: glob|away (glob@moz-DF237567.glob.com.au) (Quit: Leaving...)
  576. # [07:22] * mattwoodrow|away is now known as mattwoodrow
  577. # [07:24] * Quits: lerc (quassel@121-74-246-157.telstraclear.net) (Connection reset by peer)
  578. # [07:24] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.2a1pre -- http://www.instantbird.com)
  579. # [07:24] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  580. # [07:32] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Connection reset by peer)
  581. # [07:32] * Joins: vikash (vikash@76072BDA.2905CAEE.5D9ABA9F.IP)
  582. # [07:32] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  583. # [07:39] * Joins: kanru (kanru@A6CBEE60.C366FB5A.13A8CA36.IP)
  584. # [07:43] * Joins: tchevalier (Daily@moz-ED7546AF.w109-210.abo.wanadoo.fr)
  585. # [07:45] * Joins: teoli (teoli@EDB1D55.195E6A26.F1085784.IP)
  586. # [07:47] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  587. # [07:48] * Joins: jesup|laptop (chatzilla@moz-9073736F.phlapa.fios.verizon.net)
  588. # [07:48] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  589. # [07:49] * Joins: Callek (chatzilla@moz-BDD802ED.hfc.comcastbusiness.net)
  590. # [07:50] * mattwoodrow is now known as mattwoodrow|away
  591. # [07:54] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: Eaten by grue.)
  592. # [07:55] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  593. # [07:57] * Joins: cpeterson (cpeterson@moz-4792CC93.hsd1.ca.comcast.net)
  594. # [07:58] * Quits: db48x (user@moz-D461843.ask.info) (Quit: ERC Version 5.3 (IRC client for Emacs))
  595. # [07:59] * Joins: db48x (user@moz-83319934.dsl.static.sonic.net)
  596. # [08:04] * mattwoodrow|away is now known as mattwoodrow
  597. # [08:04] * Joins: Optimizer (Optimizer@702DE3C0.AF6B21DA.BE90E62C.IP)
  598. # [08:05] * Quits: db48x (user@moz-83319934.dsl.static.sonic.net) (Quit: ERC Version 5.3 (IRC client for Emacs))
  599. # [08:06] * Quits: Optimizer (Optimizer@702DE3C0.AF6B21DA.BE90E62C.IP) (Ping timeout)
  600. # [08:09] * Joins: db48x (user@moz-83319934.dsl.static.sonic.net)
  601. # [08:10] <db48x> hmm
  602. # [08:11] <dolske> hmmmm </harmony>
  603. # [08:13] <benjamin> actually, <harmony>ES6....
  604. # [08:13] <dolske> oh no
  605. # [08:13] <dolske> you've reversed the tags
  606. # [08:13] <benjamin> that's because it hasn't finished
  607. # [08:14] <dolske> now everything is ES6 except for "\nactually, "
  608. # [08:14] <db48x> :)
  609. # [08:14] <benjamin> it's in the middle of a cdata bikeshedding section
  610. # [08:14] * dolske mumbles something about being outside the asylum
  611. # [08:16] <auscompgeek> <!-- *evil laughter*
  612. # [08:16] * mattwoodrow is now known as mattwoodrow|away
  613. # [08:16] * db48x feels ineffectual
  614. # [08:17] <dolske> <![CDATA[ *eviler laughter*
  615. # [08:18] <auscompgeek> but your CDATA is in my comment
  616. # [08:18] <heycam> document.createCDATASection("]]>"); // computer explodes
  617. # [08:19] <dolske> <blink> I'm so, so, so, sorry.
  618. # [08:19] <dolske> (somewhere, an irc log is becoming terribly malformed)
  619. # [08:19] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  620. # [08:19] <db48x> dolske: lol
  621. # [08:20] * rail_away is now known as rail
  622. # [08:20] <auscompgeek> <marquee> try to catch me
  623. # [08:20] <Mook> the most content-breaking HTML (tag soup) tag I've found was an open <object> tag; that basically ends up discarding the rest of the page :D
  624. # [08:21] * Quits: glandium (glandium@moz-6CEC22A8.fbx.proxad.net) (Quit: Coyote finally caught me)
  625. # [08:23] * dolske whispers "e4x" and runs away
  626. # [08:25] * Quits: crowder (crowder@moz-CA4803C9.sd.sd.cox.net) (Ping timeout)
  627. # [08:26] <auscompgeek> console.log = <><something version=3.1></>;
  628. # [08:27] * rail is now known as rail_away
  629. # [08:27] <espadrine> dbaron: I believe this isn't my terminalā€¦ http://farm9.staticflickr.com/8162/7708718818_4ae942926e_m.jpg
  630. # [08:28] <@dbaron> espadrine, window.dump() != js shell print() ?
  631. # [08:29] * Joins: crowder (crowder@moz-CA4803C9.sd.sd.cox.net)
  632. # [08:29] <espadrine> dbaron: is it? It seems to work the same way
  633. # [08:30] <@dbaron> espadrine, nsGlobalWindow::Dump calls ToNewUTF8String on its UTF-16 input and sends that to stdout
  634. # [08:31] <@dbaron> espadrine, PrintInternal in js/src/shell/js.cpp calls JS_EncodeString
  635. # [08:32] <@dbaron> espadrine, which apparently depends on whether JS has been told strings are UTF-8
  636. # [08:32] <@dbaron> espadrine, which defaults to off, based on my reading of jsapi.h
  637. # [08:32] <@dbaron> espadrine, so it compresses to ISO-8859-1 or ASCII
  638. # [08:32] <@dbaron> espadrine, by just knocking off the high byte
  639. # [08:32] * Joins: glandium (glandium@moz-6CEC22A8.fbx.proxad.net)
  640. # [08:35] <espadrine> dbaron: huh, so dump() *should* print unicode strings, and the files are encoded in utf-8, but my terminal doesn't show unicode characters rightā€¦
  641. # [08:35] <espadrine> I need to test this further
  642. # [08:35] <heycam> dbaron, btw let me know if my response to your (1) in https://bugzilla.mozilla.org/show_bug.cgi?id=780337#c3 is fine (since you gave conditional r+)
  643. # [08:36] <db48x> espadrine: pipe the output through hexdump -C to check that assumption
  644. # [08:37] * Quits: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net) (Quit: raccettura)
  645. # [08:37] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  646. # [08:40] * ewong is now known as ewong|away
  647. # [08:41] <@dbaron> heycam, sounds fine
  648. # [08:42] <@dbaron> heycam, looks like the only thing you disagreed with was not creating another test that you already had ;-)
  649. # [08:42] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  650. # [08:42] <heycam> dbaron, right, I'm just trying to follow the r+ conditions precisely. :)
  651. # [08:46] * Quits: tchevalier (Daily@moz-ED7546AF.w109-210.abo.wanadoo.fr) (Quit: tchevalier)
  652. # [08:47] * Quits: gerv (gerv@moz-8E68CF56.in-addr.arpa) (Quit: Leaving.)
  653. # [08:47] * Joins: tchevalier (Daily@moz-ED7546AF.w109-210.abo.wanadoo.fr)
  654. # [08:47] <espadrine> db48x: well, the output that dump() generates seems wrong
  655. # [08:48] <espadrine> for the leftwards arrow, I get c3 a2 c2 86 c2 90
  656. # [08:48] <db48x> double-encoded utf8
  657. # [08:48] <espadrine> it's puzzling
  658. # [08:51] <db48x> check that the input is correct
  659. # [08:51] <db48x> echo the arrow straight into hexdump -C and make sure it's utf-8
  660. # [08:51] * Quits: cpeterson (cpeterson@moz-4792CC93.hsd1.ca.comcast.net) (Input/output error)
  661. # [08:52] * Joins: xakz (XaMaD@moz-34FBE388.fbx.proxad.net)
  662. # [08:52] <espadrine> db48x: e2 86 90, unsurprisingly
  663. # [08:52] <espadrine> what is double-encoded utf8?
  664. # [08:53] * Fallen|away is now known as Fallen
  665. # [08:53] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  666. # [08:54] * Joins: cpeterson (cpeterson@moz-4792CC93.hsd1.ca.comcast.net)
  667. # [08:54] <db48x> that's when you take some string that has utf-8 in it, but thinking that it is ascii or iso-8859-1 (or whatever), you then convert it to utf-8
  668. # [08:55] <@dbaron> $ echo Ƥ | iconv -fiso-8859-1 -tutf-8
  669. # [08:55] <@dbaron> ƃĀ¤
  670. # [08:56] <db48x> hixie's utf8-decoder has a mode you can use to undo that kind of damage
  671. # [08:57] <db48x> http://software.hixie.ch/utilities/cgi/unicode-decoder/utf8-decoder
  672. # [08:57] <@dbaron> so does iconv :-)
  673. # [08:57] <db48x> yes, but if you suspect that your terminal is mangling your bytes, then using iconv is tricky :)
  674. # [08:58] * Quits: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  675. # [08:59] <espadrine> does that mean that dump() believes the input is latin-1 (which would indeed give the bytes I got)?
  676. # [08:59] <espadrine> I'll try with a different terminalā€¦
  677. # [09:00] <db48x> espadrine: probably
  678. # [09:00] <glandium> let's see if i can break the tree /o\
  679. # [09:00] <KWierso|Home> you have my sword
  680. # [09:00] <Mook> hg rm client.mk ?
  681. # [09:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ad1693a9b908 - Mike Hommey - Bug 774032 part 4 - Add check-sync-dirs exception for *.pyc under build/. r=ted
  682. # [09:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c3f1d6b6cd63 - Mike Hommey - Bug 774032 part 1 - Avoid Preprocessor.py replacing undefined variables with the attemptSubstitution filter. r=ted
  683. # [09:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b4218536a9e6 - Mike Hommey - Bug 774032 part 5 - Use explicit _NON_GLOBAL_ACDEFINES, and rely less on pattern matching. r=ted
  684. # [09:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4440a3d03b51 - Mike Hommey - Bug 774032 part 3 - Remove variables with no AC_SUBST in autoconf.mk.in. r=ted
  685. # [09:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c65fa0ee6e28 - Mike Hommey - Bug 776968 - Avoid modifying autoconf.mk after running nspr configure. r=ted
  686. # [09:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/21c3069ddc4a - Mike Hommey - Bug 774032 part 6 - Replace autoconf handling of config files and headers with our own. r=ted
  687. # [09:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2ef51674316a - Mike Hommey - Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
  688. # [09:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/75ac79f11192 - Mike Hommey - Bug 774032 part 7 - Remove make-makefile and acoutput-fast.pl. r=ted
  689. # [09:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bc06248ee601 - Mike Hommey - Bug 774032 part 2 - Allow to disable markers in Preprocessor.py. r=ted
  690. # [09:03] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
  691. # [09:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/47b9642f6f1b - Mike Hommey - Bug 778259 - Fix fallback relpath implementation for python 2.5- in manifestparser.py. r=jhammel
  692. # [09:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a8c1c8501141 - Mike Hommey - Bug 780159 - Remove obsolete REGCHROME. r=ted
  693. # [09:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ea718abec95c - Mike Hommey - Bug 776561 - Avoid OS_LIBS containing -lrt when there is no config.cache. r=khuey
  694. # [09:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/040c3b5a99d0 - Mike Hommey - Bug 778740 - Allow to use Linux kernel headers for perf events. r=khuey
  695. # [09:11] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Quit: ChatZilla 0.9.88.2 [Firefox 17.0a1/20120803050440])
  696. # [09:13] <Fallen> glandium: do you have a bug for comm-central to catch up filed, or should I do that?
  697. # [09:13] <Fallen> or does Standard8 already know about these changes?
  698. # [09:14] <glandium> Fallen: you should probably do that
  699. # [09:14] <Fallen> ok, thanks
  700. # [09:15] <glandium> Fallen: note i'm not sure how comm-central will react to these changes
  701. # [09:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c9564834bfe1 - Cameron McCormack - Bug 780337 - @supports rule should not parse if property value is empty. r=dbaron
  702. # [09:17] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/efe20b02bab1 - Cameron McCormack - Bug 778600 - Indent closing brace when listing GroupRules. r=dbaron
  703. # [09:18] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  704. # [09:18] * ChanServ sets mode: +o roc
  705. # [09:18] * Quits: Bas (chatzilla@FD47FD10.82C3F5CE.6E749025.IP) (Ping timeout)
  706. # [09:19] <Fallen> glandium: how so? Anything specific I should write into the bug?
  707. # [09:20] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  708. # [09:21] <glandium> Fallen: looking into it, besides the lack of Preprocessor.py in c-c, it should be fine
  709. # [09:21] <glandium> Fallen: you should only need bug 774032 and bug 780159
  710. # [09:22] * Joins: Ms2ger (Ms2ger@AE42FA8.502F5C07.37724B0D.IP)
  711. # [09:22] * Joins: sewardj (sewardj@moz-333713C8.dip.t-dialin.net)
  712. # [09:24] * Quits: @dbaron (dbaron@moz-9221B6DD.dsl.dynamic.sonic.net) (Ping timeout)
  713. # [09:25] * Quits: hub (hub@moz-E2FCA694.figuiere.net) (Ping timeout)
  714. # [09:25] * Quits: darktrojan (geoff@moz-30B3CCFD.telstraclear.net) (Ping timeout)
  715. # [09:25] <Fallen> glandium: ok, thanks. bug 776968 would probably avoid some reconfigs, for developers, right?
  716. # [09:26] <glandium> Fallen: it changes nothing, actually, because there was a workaround to avoid them
  717. # [09:26] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  718. # [09:27] <glandium> Fallen: ah, looking at configure.in in c-c, bug 774032 is definitely going to break it, because it removes acoutput-fast.pl
  719. # [09:28] <glandium> although, actually, it might still work if it doesn't error out
  720. # [09:29] <glandium> likewise with make-makefile
  721. # [09:30] <Fallen> well, its probably better to port those bugs to keep the files in sync
  722. # [09:31] <glandium> Fallen: it's not like you have much choice :-p
  723. # [09:33] <Fallen> yeah ;-) Anyway, I filed bug 780357 if you want to put yourself on CC
  724. # [09:34] * Quits: jwilde (Earlybird@moz-23E1A364.aton.com) (Ping timeout)
  725. # [09:43] * Quits: @dveditz (dveditz@moz-5051E786.dhcp.cruzio.com) (Quit: dveditz)
  726. # [09:44] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  727. # [09:51] * Ms2ger goes and lands
  728. # [09:51] * Joins: msucan (mihai@C5D88F81.430E6FCD.699550A1.IP)
  729. # [09:54] <Ms2ger> glandium, looks like you managed to bust M3
  730. # [09:55] <glandium> Ms2ger: and m5
  731. # [09:55] * Quits: kanru (kanru@A6CBEE60.C366FB5A.13A8CA36.IP) (Ping timeout)
  732. # [09:55] <Ms2ger> And android xul opt, but that looks like a clobber issue
  733. # [09:56] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  734. # [09:56] <glandium> the crazy thing is that i've made absolutely sure this patch set was *not* changing anything meaningful in the objdir
  735. # [09:57] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  736. # [10:03] <glandium> i'm trying a rebuild with clobber
  737. # [10:03] * Joins: twi (Adium@moz-87047FBA.cust.dsl.vodafone.it)
  738. # [10:05] * Joins: Bas (chatzilla@FD47FD10.82C3F5CE.6E749025.IP)
  739. # [10:09] <glandium> heycam: you broke M4
  740. # [10:09] * Joins: tantek (tantek@moz-17B51346.dsl.dynamic.sonic.net)
  741. # [10:10] <heycam> glandium, so I did
  742. # [10:11] * Quits: cpeterson (cpeterson@moz-4792CC93.hsd1.ca.comcast.net) (Input/output error)
  743. # [10:12] * Quits: tonymec (tonymec@AF3D19D.1F6B23CD.277517C1.IP) (Input/output error)
  744. # [10:14] * Quits: tonymec|away (tonymec@AF3D19D.1F6B23CD.277517C1.IP) (Quit: Konversation terminated!)
  745. # [10:14] * heycam has a simple fix but it's going to take half on hour for my local build to be done before I can verify it, wonders if he should just land it
  746. # [10:16] * sheeri-afk is now known as sheeri
  747. # [10:18] * Joins: smagnin (pike@moz-46D3832F.w92-144.abo.wanadoo.fr)
  748. # [10:18] <glandium> heycam: you can wait, i'm still waiting to see if i need to backout or not
  749. # [10:18] <glandium> (for mine)
  750. # [10:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/92e7a70cc292 - Cameron McCormack - Bug 780337 - CSSSupportsRule serialization test fixup. r=burning
  751. # [10:18] <heycam> glandium, oops I just landed :)
  752. # [10:21] * Joins: edmorley (edmorley@moz-8FE6B13C.range109-152.btcentralplus.com)
  753. # [10:22] * Joins: tonymec__ (tonymec@88EC2F4F.D0042529.277517C1.IP)
  754. # [10:22] * tonymec__ is now known as tonymec|away
  755. # [10:23] * Quits: vikash (vikash@76072BDA.2905CAEE.5D9ABA9F.IP) (Ping timeout)
  756. # [10:23] <heycam> hmm how is it possible that my test failed on mac but not other platforms, that doesn't make sense
  757. # [10:24] <edmorley> holding it wrong? :-)
  758. # [10:24] * Quits: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net) (Ping timeout)
  759. # [10:25] <edmorley> glandium: is a clobber going to fix the failures?
  760. # [10:25] <Ms2ger> Morning, edmorley
  761. # [10:25] * sheeri is now known as sheeri-afk
  762. # [10:25] <glandium> edmorley: i hope so, that's what i'm currently trying
  763. # [10:25] <edmorley> Good morning Ms2ger (and everyone else :-))
  764. # [10:25] <edmorley> glandium: cool :-)
  765. # [10:26] <heycam> oh my test is in M5 on linux, but M4 on mac, helpful
  766. # [10:26] * Quits: Havvy (Mibbit@moz-96CB8E6.ptld.qwest.net) (Quit: http://www.mibbit.com ajax IRC Client)
  767. # [10:26] * Ms2ger stars some more leaks
  768. # [10:26] <glandium> edmorley: although i'm not too sure, because the patches were supposed to change nothing
  769. # [10:27] * Ms2ger would not mind seeing a backout
  770. # [10:28] * edmorley would not mind seeing Ms2ger backed out :P
  771. # [10:28] <Ms2ger> I would :)
  772. # [10:28] <edmorley> you and your massive mq dumps
  773. # [10:29] <glandium> and my re-validation of the patch queue on try agrees: no significant changes to the objdir
  774. # [10:29] <Ms2ger> What do you have against my massive mq dumps? :)
  775. # [10:29] <glandium> it might just be that our make dependencies are so completely f*cked up
  776. # [10:30] <Ms2ger> s/might be/is/?
  777. # [10:30] <edmorley> Ms2ger: not much! If it were anyone else they'd break everything, but I suspect your attention to detail (and actually testing stuff on try) saves you most of the time :-)
  778. # [10:30] * Quits: Mook (Daily@moz-8F011215.dsl.teksavvy.com) (Quit: Mook)
  779. # [10:31] <edmorley> glandium: have you clobbered, or would you like me to?
  780. # [10:31] <edmorley> presume former?
  781. # [10:31] <glandium> edmorley: i did
  782. # [10:31] <edmorley> cool
  783. # [10:31] <Ms2ger> Hey, be nice to dzbarsky, and nrc, and...
  784. # [10:31] <edmorley> lol
  785. # [10:32] <Ms2ger> And, I guess, glandium ;)
  786. # [10:33] <glandium> Ms2ger: i'm just touching things that can break in too any ways, especially when the tree is not clobbered
  787. # [10:33] <glandium> s/any/many/
  788. # [10:33] <Ms2ger> Sounds like me and editor :)
  789. # [10:33] <edmorley> Ms2ger: clobber issues are acceptable, given it can be green on try
  790. # [10:33] * Joins: Optimizer (Optimizer@702DE3C0.AF6B21DA.BE90E62C.IP)
  791. # [10:34] <Ms2ger> glandium, yeah, can't blame you, except for working on that horrible mess ;)
  792. # [10:34] <glandium> aha, it /might/ be the bonus patch
  793. # [10:35] <edmorley> Ms2ger: that and I'm really looking forward to seeing the results of the renewed pimp-my-buildsystem efforts, so am willing to be a bit more flexible
  794. # [10:36] <Ms2ger> Oh, me too :)
  795. # [10:37] * Fallen is now known as Fallen|away
  796. # [10:38] <Ms2ger> A crash in PresShell::RenderDocument... Ever seen that before?
  797. # [10:38] <edmorley> yes
  798. # [10:38] <edmorley> Ms2ger: bug 747602
  799. # [10:39] * Quits: heycam (cam@moz-1D84C1DF.mcc.id.au) (Ping timeout)
  800. # [10:39] <Ms2ger> Ah
  801. # [10:39] * edmorley carries on doing the we've-almost-got-pymake-on-tinderbox-dance
  802. # [10:39] <Ms2ger> It exited with code 1 in this case, actually
  803. # [10:39] * Joins: heycam (cam@moz-1D84C1DF.mcc.id.au)
  804. # [10:39] * Quits: teoli (teoli@EDB1D55.195E6A26.F1085784.IP) (Quit: L'ordinateurĀ  est en sommeil)
  805. # [10:39] <Ms2ger> nsGlobalWindow #10243 https://motown-dev.mozillalabs.com/social/sidebar
  806. # [10:40] <Ms2ger> I think I've seen it before, but apparently not blamed to this test
  807. # [10:40] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  808. # [10:40] * Joins: Havvy (Mibbit@moz-3B797B67.ptld.qwest.net)
  809. # [10:40] * Joins: tonymec (tonymec@88EC2F4F.D0042529.277517C1.IP)
  810. # [10:42] <Ms2ger> 776554
  811. # [10:46] * Joins: willy1234x1|2 (willy1234x@moz-B3F4E3B8.slkc.qwest.net)
  812. # [10:46] * Quits: willy1234x1 (willy1234x@moz-1F7F9517.slkc.qwest.net) (Ping timeout)
  813. # [10:46] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  814. # [10:49] <Ms2ger> remote: You can view the pushlog for your changes at the following URL:
  815. # [10:49] <Ms2ger> Neat
  816. # [10:51] <glandium> edmorley: there's a problem on tbpl: ctrl+click on oranges opens the logs in a new tab when adding a comment
  817. # [10:52] <edmorley> glandium: seems to only be with the comment window open and only occasionally
  818. # [10:53] <edmorley> I never open the comment window until I've selected builds which is why I guess I've never seen that before
  819. # [10:53] <glandium> edmorley: it just did it reliably for each ctrl+click i did
  820. # [10:53] <glandium> and yeah, it doesn't without the comment window
  821. # [10:53] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  822. # [10:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1fc17369c9a6 - Mike Hommey - Backout changeset 2ef51674316a (bug 774032 bonus) for various Mochitest bustages on a CLOSED TREE
  823. # [10:54] <Ms2ger> browser_webconsole_bug_595934_message_categories.js | Timed out while waiting for: test #6 succesful finish
  824. # [10:54] <Ms2ger> Is that new too?
  825. # [10:54] <edmorley> Ms2ger: yeah
  826. # [10:54] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  827. # [10:54] <edmorley> Ms2ger: just sifting through now
  828. # [10:54] <Ms2ger> Just on win debug... That's only slightly better than only on win pgo to debug :/
  829. # [10:55] * Joins: smaug (chatzilla@moz-3C907DEA.elisa-laajakaista.fi)
  830. # [10:55] * ChanServ sets mode: +o smaug
  831. # [10:56] <Ms2ger> Yep, it's dolske
  832. # [10:57] <Ms2ger> fce1836888b4
  833. # [10:59] <edmorley> bah, just seen his broken try push
  834. # [11:00] <glandium> edmorley: is it possible to cancel a clobber, so that builders that haven't already clobbered, don't?
  835. # [11:00] <Ms2ger> Yeah
  836. # [11:00] * Joins: evilpie_ (Mibbit@moz-572FEDE0.dip.t-dialin.net)
  837. # [11:00] <edmorley> glandium: unfortunately not, though given weekend less of an issue I guess
  838. # [11:00] <Optimizer> who is ncameron ?
  839. # [11:01] * Quits: schien-laptop__ (schien@moz-6AACF057.dynamic.hinet.net) (Ping timeout)
  840. # [11:02] <Ms2ger> Optimizer, nrc, a canvas guy working out of Auckland, IIRC
  841. # [11:02] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  842. # [11:02] <Optimizer> !seen nrc
  843. # [11:02] <firebot> nrc was last seen 28 hours, 49 minutes and 23 seconds ago, saying 'edwin ^^^ any ideas?' in #mobile.
  844. # [11:03] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Ping timeout)
  845. # [11:03] <Optimizer> thanks Ms2ger
  846. # [11:03] <evilpie_> mornin'
  847. # [11:03] <Ms2ger> Morgen
  848. # [11:03] <Ms2ger> Np
  849. # [11:04] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  850. # [11:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3d5d1daa2505 - Ed Morley - Backout fce1836888b4 (bug 778608) for failures in browser_webconsole_bug_595934_message_categories.js on a CLOSED TREE
  851. # [11:04] <evilpie_> yeah no problem at all
  852. # [11:04] * Joins: Goldorak (chatzilla@F350FBA7.DD3F6E8D.187A1082.IP)
  853. # [11:09] * Fallen|away is now known as Fallen
  854. # [11:09] * Joins: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net)
  855. # [11:16] * Joins: maikmerten (maikmerten@moz-BAF928D1.dynamic.qsc.de)
  856. # [11:18] * heycam is now known as heycam|away
  857. # [11:25] * Quits: evilpie_ (Mibbit@moz-572FEDE0.dip.t-dialin.net) (Quit: http://www.mibbit.com ajax IRC Client)
  858. # [11:26] * Quits: smagnin (pike@moz-46D3832F.w92-144.abo.wanadoo.fr) (Client exited)
  859. # [11:28] * Joins: smagnin (pike@moz-46D3832F.w92-144.abo.wanadoo.fr)
  860. # [11:28] * Joins: sewardj_ (sewardj@moz-333713C8.dip.t-dialin.net)
  861. # [11:31] <glandium> edmorley: you can reopen
  862. # [11:33] <Ms2ger> "CLOSED until tip is green"
  863. # [11:36] * Fallen is now known as Fallen|away
  864. # [11:38] * Fallen|away is now known as Fallen
  865. # [11:39] * Quits: @smaug (chatzilla@moz-3C907DEA.elisa-laajakaista.fi) (Input/output error)
  866. # [11:39] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  867. # [11:39] * Joins: smaug (chatzilla@moz-3C907DEA.elisa-laajakaista.fi)
  868. # [11:39] * ChanServ sets mode: +o smaug
  869. # [11:41] * Fallen is now known as Fallen|away
  870. # [11:43] * Quits: ferongr (ferongr@moz-6AE14838.dsl.dyn.forthnet.gr) (NickServ (GHOST command used by `ferongr))
  871. # [11:43] * Joins: ferongr (ferongr@moz-6AE14838.dsl.dyn.forthnet.gr)
  872. # [11:43] * Quits: ferongr (ferongr@moz-6AE14838.dsl.dyn.forthnet.gr) (Quit: ferongr)
  873. # [11:44] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  874. # [11:44] * Joins: ferongr (ferongr@moz-6AE14838.dsl.dyn.forthnet.gr)
  875. # [11:45] * Ms2ger sighs
  876. # [11:45] * Quits: ochameau (ochameau@moz-A33C217B.fbx.proxad.net) (Quit: WeeChat 0.3.5)
  877. # [11:48] <glandium> looks like the pre-existing R.java issue got more reliable
  878. # [11:50] <edmorley> glandium: when I merge, I'm just clobbering android xl & os x 10.7 opt riht?
  879. # [11:51] <edmorley> right
  880. # [11:51] <glandium> edmorley: no clobber for my bugs
  881. # [11:52] * Joins: graememcc (chatzilla@moz-715A11B7.range86-150.btcentralplus.com)
  882. # [11:52] <edmorley> glandium: so the two failures on your push are negated after the bonus patch was backed out?
  883. # [11:52] <glandium> edmorley: ah, the osx opt failure is from bug 778259
  884. # [11:53] <glandium> the android one is a pre-existing one
  885. # [11:53] * Quits: twi (Adium@moz-87047FBA.cust.dsl.vodafone.it) (Quit: Leaving.)
  886. # [11:53] <edmorley> glandium: so it does need a clobber?
  887. # [11:53] <glandium> edmorley: it might
  888. # [11:53] <glandium> android is a different story
  889. # [11:53] <edmorley> ok lol
  890. # [11:54] * Joins: twi (Adium@moz-87047FBA.cust.dsl.vodafone.it)
  891. # [11:54] * Quits: twi (Adium@moz-87047FBA.cust.dsl.vodafone.it) (Quit: twi)
  892. # [11:54] * Joins: twi (Adium@moz-87047FBA.cust.dsl.vodafone.it)
  893. # [11:55] <graememcc> Yay! My "print hg rev URL(s) when you push" hook was enabled.
  894. # [11:55] <glandium> the android one is a race condition that's been there for a while, and that happens depending on phases of the moon
  895. # [11:55] <glandium> it however looks like i made it more reliable
  896. # [11:56] * Joins: raphc (rc@moz-3A99E0D5.wb.wifirst.net)
  897. # [11:57] <edmorley> yeah I know it was pre-existing, I just simply wanted to know which platforms to clobber when I merge to m-c (given that I'm going to have to clobber m-c, birch, profiling and then likely fx-team/services-central when they pull next or at least warn them)
  898. # [11:58] <edmorley> guess we'll find out :-)
  899. # [11:58] * Joins: TheLink (TheLink@moz-45ED2356.pools.arcor-ip.net)
  900. # [11:59] * Joins: zzzzz_ (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net)
  901. # [12:00] * Quits: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Ping timeout)
  902. # [12:01] * Quits: espadrine (thaddee_ty@moz-85EBB8A.dia.static.qwest.net) (Ping timeout)
  903. # [12:05] * Quits: Havvy (Mibbit@moz-3B797B67.ptld.qwest.net) (Quit: http://www.mibbit.com ajax IRC Client)
  904. # [12:05] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Input/output error)
  905. # [12:07] * Parts: tchevalier (Daily@moz-ED7546AF.w109-210.abo.wanadoo.fr)
  906. # [12:09] * Quits: karl (karl@moz-6F022C32.jetstream.xtra.co.nz) (Ping timeout)
  907. # [12:10] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  908. # [12:22] * Joins: atuljangra (Mibbit@4F882FCC.4850A4DD.1957C0DA.IP)
  909. # [12:23] * Quits: @smaug (chatzilla@moz-3C907DEA.elisa-laajakaista.fi) (Ping timeout)
  910. # [12:27] * Joins: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com)
  911. # [12:30] <gaston> graememcc: oh sweet that
  912. # [12:30] * Joins: KaiRo (robert@moz-EF0759B6.adsl.highway.telekom.at)
  913. # [12:31] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  914. # [12:32] <edmorley> ttaubert: are you about?
  915. # [12:34] * Joins: TheOne (one@moz-49F0E6F6.dip.t-dialin.net)
  916. # [12:35] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/d75ca2cb6a2c - ffxbld - Automated blocklist update from host linux-ix-slave32
  917. # [12:35] * Joins: andreasn (andreasn@moz-74A5E37.a336.priv.bahnhof.se)
  918. # [12:36] * raphc is now known as raphc|away
  919. # [12:36] * Quits: raphc|away (rc@moz-3A99E0D5.wb.wifirst.net) (Quit: )
  920. # [12:42] * Quits: andreasn (andreasn@moz-74A5E37.a336.priv.bahnhof.se) (Ping timeout)
  921. # [12:44] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/8afa840d10da - Benjamin Peterson - Bug 722956: clear async io timer, so it doesn't run after shutdown has started. r=philkon a=lsblakk
  922. # [12:45] * Quits: mcomella (mcomella@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  923. # [12:46] * Joins: mcomella (mcomella@moz-BBE3ABD.mv.mozilla.com)
  924. # [12:46] * Quits: mcomella (mcomella@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  925. # [13:00] * edmorley is now known as edmorley|away
  926. # [13:27] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  927. # [13:27] * ChanServ sets mode: +o roc
  928. # [13:28] * Quits: Optimizer (Optimizer@702DE3C0.AF6B21DA.BE90E62C.IP) (Ping timeout)
  929. # [13:32] * Joins: Optimizer (Optimizer@702DE3C0.AF6B21DA.BE90E62C.IP)
  930. # [13:32] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
  931. # [13:34] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  932. # [13:41] * KaiRo is now known as KaiRo_away
  933. # [13:49] * Quits: ferongr (ferongr@moz-6AE14838.dsl.dyn.forthnet.gr) (Ping timeout)
  934. # [13:49] * Joins: ferongr (ferongr@moz-D481CFC3.dsl.dyn.forthnet.gr)
  935. # [13:53] * Quits: atuljangra (Mibbit@4F882FCC.4850A4DD.1957C0DA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  936. # [13:55] * Quits: sewardj_ (sewardj@moz-333713C8.dip.t-dialin.net) (Ping timeout)
  937. # [13:58] * Joins: smaug (chatzilla@moz-3C907DEA.elisa-laajakaista.fi)
  938. # [13:58] * ChanServ sets mode: +o smaug
  939. # [14:00] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
  940. # [14:05] * Joins: vikash (vikash@76072BDA.2905CAEE.5D9ABA9F.IP)
  941. # [14:13] * Quits: vikash (vikash@76072BDA.2905CAEE.5D9ABA9F.IP) (Quit: Leaving)
  942. # [14:14] * Joins: darktrojan (geoff@moz-30B3CCFD.telstraclear.net)
  943. # [14:26] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  944. # [14:34] * Quits: @smaug (chatzilla@moz-3C907DEA.elisa-laajakaista.fi) (Ping timeout)
  945. # [14:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7566f863512b - Robert O'Callahan - Bug 772679. Testcase.
  946. # [14:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6424adfb7ac2 - Robert O'Callahan - Bug 772679. RestrictToLayerPixels needs to accurately convert between appunits scroll offsets and ThebesLayer pixel coordinates. r=tnikkel
  947. # [14:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/313b5b97e7e3 - Robert O'Callahan - Bug 772679. Mark test as passing on Mac.
  948. # [14:43] <decoder> any people familiar with indexeddb here?
  949. # [14:47] * Joins: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP)
  950. # [14:47] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  951. # [14:49] * Joins: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net)
  952. # [14:52] * Quits: Goldorak (chatzilla@F350FBA7.DD3F6E8D.187A1082.IP) (Ping timeout)
  953. # [15:00] * Joins: tchevalier (Daily@moz-ED7546AF.w109-210.abo.wanadoo.fr)
  954. # [15:07] * Quits: xakz (XaMaD@moz-34FBE388.fbx.proxad.net) (Ping timeout)
  955. # [15:09] * Joins: Gossfunkel (Mibbit@moz-356323EA.london.02.net)
  956. # [15:10] <Ms2ger> decoder, a little
  957. # [15:10] <decoder> Ms2ger: I think I got it resolved thanks. it wasnt an indexeddb problem actually but a JS one
  958. # [15:10] <Ms2ger> Good :)
  959. # [15:11] <decoder> i was doing something like for (var n = 0; n < 2; n++) { // Create some function here that uses n internally and store it somewhere }
  960. # [15:11] <decoder> that breaks
  961. # [15:11] <decoder> I always forget how the bindings in JS work
  962. # [15:12] <decoder> i was under the impression that n would have the value at the time the function is created there. but it's actually 2 then
  963. # [15:12] <Ms2ger> Ah, yes
  964. # [15:12] <decoder> I tried doing var num = n in the loop and use num
  965. # [15:12] <decoder> but that also didnt give me the desired results
  966. # [15:13] <decoder> putting the stuff into a function itself and calling it, worked
  967. # [15:13] <decoder> JS.. not even once
  968. # [15:13] <Ms2ger> [0, 1].forEach(function(n) { ... ? :)
  969. # [15:14] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  970. # [15:14] * Joins: capella-SIII (capella-SI@moz-D1A8B21.pools.spcsdns.net)
  971. # [15:16] <decoder> Ms2ger: that looks like a good solution too, thanks! :)
  972. # [15:16] <decoder> btw
  973. # [15:16] <decoder> event driven APIs suck for fuzzing
  974. # [15:17] <Ms2ger> roc, ping
  975. # [15:17] <Ms2ger> I can imagine
  976. # [15:17] <Gossfunkel> Newbie q: what exactly is fuzzing?
  977. # [15:17] <Ms2ger> http://en.wikipedia.org/wiki/Fuzz_testing
  978. # [15:18] <Gossfunkel> Cheers :D I'm here to
  979. # [15:18] <Gossfunkel> Mooch info*
  980. # [15:18] <Ms2ger> roc, you're crashing in FrameLayerBuilder::GetThebesLayerScaleForFrame, I'm backing out
  981. # [15:19] <@roc> ok
  982. # [15:20] <decoder> Gossfunkel: essentially, random testing. randomly exercising some API for example. or randomly creating or mutating input (e.g. images to test an image decoder)
  983. # [15:20] * Joins: RyanVM (chatzilla@moz-403902F0.phlapa.fios.verizon.net)
  984. # [15:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e63fd4fc05a0 - Ms2ger - Back out bug 772679 for crashes.
  985. # [15:21] <db48x> decoder: all of the functions you were creating were closed over the same variable, whose value you were mutating
  986. # [15:21] <Gossfunkel> Ahh- makes sense :)
  987. # [15:21] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  988. # [15:22] <decoder> db48x: yea I realized that later too... but isnt it different if I create a variable inside the for loop (var num = n;) and then use num in the function?
  989. # [15:22] <db48x> no
  990. # [15:22] <db48x> you're just mutating num then
  991. # [15:23] <decoder> okay. I thought num would be recreated since it lives inside the loop
  992. # [15:23] <db48x> nope
  993. # [15:23] <decoder> but yea, JS is complicated sometimes^^
  994. # [15:23] <db48x> the var is actually hoisted to the top of the function
  995. # [15:23] <db48x> it's the same as saying var num; for (...) { num = n; }
  996. # [15:23] <decoder> oh ok.. that explains it then
  997. # [15:27] <Gossfunkel> Mibbit is drinking my battery, imma have to wait until I can charge before I watch this :P damn
  998. # [15:27] * Quits: Gossfunkel (Mibbit@moz-356323EA.london.02.net) (Quit: http://www.mibbit.com ajax IRC Client)
  999. # [15:28] <@roc> I like the new hg push messages
  1000. # [15:30] * Quits: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp) (Quit: Leaving...)
  1001. # [15:30] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1002. # [15:33] * Quits: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP) (Quit: Computer has gone to sleep.)
  1003. # [15:35] <Ms2ger> I guess for (n) { let num = n; } would work
  1004. # [15:37] * Fallen|away is now known as Fallen
  1005. # [15:38] * Fallen is now known as Fallen|away
  1006. # [15:40] * Quits: darktrojan (geoff@moz-30B3CCFD.telstraclear.net) (Quit: darktrojan)
  1007. # [15:41] * Quits: leo (leo@486F54EF.57F92810.68BA1CC8.IP) (Ping timeout)
  1008. # [15:41] * Joins: leo (leo@9CCD8A7B.8232ED17.3CA12E.IP)
  1009. # [15:48] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  1010. # [15:48] <RyanVM> Ms2ger: Is that osx orange on inbound real?
  1011. # [15:48] <Ms2ger> Which?
  1012. # [15:48] <RyanVM> the timeouts
  1013. # [15:48] * Ms2ger loads tbpl
  1014. # [15:48] <RyanVM> what's weird is that the m-c push was fine
  1015. # [15:49] <RyanVM> but M5 has timed out two pushes in a row on inbound
  1016. # [15:49] <Ms2ger> Oh, the identity stuff
  1017. # [15:49] <RyanVM> yeah
  1018. # [15:50] * Quits: ferongr (ferongr@moz-D481CFC3.dsl.dyn.forthnet.gr) (Ping timeout)
  1019. # [15:51] <Ms2ger> Not sure how that would be my fault
  1020. # [15:51] * Joins: ferongr (ferongr@moz-D1C6794.dsl.dyn.forthnet.gr)
  1021. # [15:51] <decoder> Ms2ger: do you know why I would be getting the "A mutation operation was attempted on a database that did not allow mutations." error when calling createObjectStore on the db?
  1022. # [15:51] <decoder> MDN says "But before you can create any object store or index, you must first call the setVersion() method."
  1023. # [15:51] <decoder> but that method is deprecated
  1024. # [15:52] <Ms2ger> Then MDN is wrong, there's no such as setVersion anymore :)
  1025. # [15:52] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.2a1pre -- http://www.instantbird.com)
  1026. # [15:54] <decoder> Ms2ger: yea I figured so. but should it work to simply call createObjectStore then after opening successfully?
  1027. # [15:58] <Ms2ger> Looks like you need to call it from a versionchange transaction callback
  1028. # [15:58] <Ms2ger> Whatever that is
  1029. # [15:59] <decoder> i dont even have transactions yet^^
  1030. # [16:00] * decoder goes to read the spec
  1031. # [16:00] <decoder> i hate specs
  1032. # [16:00] <RyanVM> what repo does releng use?
  1033. # [16:00] <RyanVM> i.e. bug 739030
  1034. # [16:01] <RyanVM> nvm
  1035. # [16:01] <RyanVM> *sigh* I love when I ask a question and see the answer to it 2 seconds later
  1036. # [16:02] <Ms2ger> decoder, we all do :)
  1037. # [16:03] <Ms2ger> RyanVM, I'm going to plead not guilty :)
  1038. # [16:03] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1039. # [16:03] * Joins: mreavy (chatzilla@moz-9073736F.phlapa.fios.verizon.net)
  1040. # [16:03] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Input/output error)
  1041. # [16:04] <RyanVM> OK, though that's somewhat disconcerting
  1042. # [16:06] * Joins: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com)
  1043. # [16:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8cddb8632cea - David Zbarsky - Bug 780340 - Allow compositor-driven animations of visibility r=mattwoodrow
  1044. # [16:15] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  1045. # [16:16] <Ms2ger> Just one commit in that push?
  1046. # [16:16] * Ms2ger raises an eyebrow
  1047. # [16:19] <sid0> hmm
  1048. # [16:19] <sid0> why am I not getting prompts for getUserMedia from http://neave.com/webcam/html5/?
  1049. # [16:20] <sid0> firefox nightly on windows
  1050. # [16:20] * Quits: joshmoz (josh@moz-6F3505DF.nyc.res.rr.com) (Quit: Leaving)
  1051. # [16:23] * rail_away is now known as rail
  1052. # [16:25] <sid0> oh, it's behind a pref
  1053. # [16:31] * Joins: WG9s (bill@moz-D750CC69.maine.res.rr.com)
  1054. # [16:34] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  1055. # [16:36] <RyanVM> Ms2ger: hrm, 3 pushes in a row now...
  1056. # [16:37] <Ms2ger> Not the M2, though...
  1057. # [16:37] * Quits: tonymec (tonymec@88EC2F4F.D0042529.277517C1.IP) (Input/output error)
  1058. # [16:39] * Quits: TheOne (one@moz-49F0E6F6.dip.t-dialin.net) (Input/output error)
  1059. # [16:39] <RyanVM> i mean, I guess it's possible that something from the push is interacting badly with something that's only on inbound right now?
  1060. # [16:40] <Ms2ger> I don't have the faintest idea what would :/
  1061. # [16:43] * Joins: tonymec (tonymec@88EC2F4F.D0042529.277517C1.IP)
  1062. # [16:44] <RyanVM> the screenshot's not showing anything odd afaict
  1063. # [16:44] <Ms2ger> Er
  1064. # [16:44] <Ms2ger> Did we all retrigger that M5? :)
  1065. # [16:46] <Ms2ger> Oh no, they're all yours
  1066. # [16:47] <RyanVM> yeah, I retrigged on inbound and m-c
  1067. # [16:49] <RyanVM> awesome, the green retrigger on your inbound push was on the same machine as the orange run even
  1068. # [16:49] <RyanVM> at least M5 runs fast
  1069. # [16:50] <RyanVM> and all green on m-c
  1070. # [16:51] <sid0> oh wow, my try push was 1 orange and 1 red away from all green
  1071. # [16:52] <sid0> how soon can we merge inbound to central? there are some important fixes I'm waiting for there
  1072. # [16:53] <RyanVM> sid0
  1073. # [16:53] <RyanVM> gah
  1074. # [16:53] * Joins: Stan (Stan@moz-40244ECA.dip.t-dialin.net)
  1075. # [16:53] <RyanVM> I'll probably do a merge in the next 10-15 minutes
  1076. # [16:53] <sid0> excellent, thanks!
  1077. # [16:53] <RyanVM> what are you waiting on?
  1078. # [16:53] * Quits: mreavy (chatzilla@moz-9073736F.phlapa.fios.verizon.net) (Ping timeout)
  1079. # [16:53] <sid0> the make-makefile conversion to python
  1080. # [16:54] <sid0> it's an important step to enabling pymake by default
  1081. # [16:54] <sid0> we're this close
  1082. # [16:54] <sid0> 5 patches away
  1083. # [16:57] * Quits: graememcc (chatzilla@moz-715A11B7.range86-150.btcentralplus.com) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713224749])
  1084. # [16:58] * rail is now known as rail_away
  1085. # [16:59] * jcranmer is now known as jcranmer|away
  1086. # [16:59] * rail_away is now known as rail
  1087. # [17:00] * Quits: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org) (Ping timeout)
  1088. # [17:00] * Quits: WG9s (bill@moz-D750CC69.maine.res.rr.com) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 14.0.1/20120717123646])
  1089. # [17:01] <RyanVM> sid0: out of curiosity, have you attempted a pgo build w/ pymake recently?
  1090. # [17:01] <RyanVM> because last time I tried it, it was broken
  1091. # [17:01] <RyanVM> xpidl pyc issues on the second pass
  1092. # [17:01] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  1093. # [17:02] * Quits: zzzzz_ (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net) (Ping timeout)
  1094. # [17:03] <RyanVM> Ms2ger: the push prior to yours is all green on the retriggers. Your push's retriggers are looking like they're going to timeout
  1095. # [17:03] <RyanVM> but all green on m-c
  1096. # [17:03] <Ms2ger> Bah
  1097. # [17:03] * Joins: zzzzz_ (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net)
  1098. # [17:03] <RyanVM> Ms2ger: I'm worried about merging inbound over to m-c
  1099. # [17:04] * Quits: Bas (chatzilla@FD47FD10.82C3F5CE.6E749025.IP) (Ping timeout)
  1100. # [17:05] <RyanVM> Ms2ger: especially because the inbound push prior to yours is the last PGO-green run :P
  1101. # [17:08] * Quits: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP) (Ping timeout)
  1102. # [17:08] <RyanVM> Ms2ger: I'm sorry to say it, but it looks like I'm going to have to back you out...
  1103. # [17:08] <sid0> RyanVM: Hmm, no, not really
  1104. # [17:08] <sid0> I don't even know how to do a PGO build
  1105. # [17:08] <sid0> heh
  1106. # [17:09] <RyanVM> sid0: you may want to look into it, since it's kind of important if it becomes enabled by default :P
  1107. # [17:09] <RyanVM> btw, it's pretty easy
  1108. # [17:09] <sid0> well, I was thinking we can disable pymake for PGO builds in the beginning
  1109. # [17:09] <RyanVM> mk_add_options MOZ_PGO=1
  1110. # [17:09] <RyanVM> mk_add_options PROFILE_GEN_SCRIPT='$(PYTHON) $(MOZ_OBJDIR)/_profile/pgo/profileserver.py'
  1111. # [17:10] <sid0> I went through all the steps in the B column for windows opt, btw
  1112. # [17:10] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Quit: Leaving.)
  1113. # [17:10] <RyanVM> the issue is on the second pass of the PGO build, so you wouldn't see it on a regular opt build
  1114. # [17:10] <sid0> how do you do the second pass?
  1115. # [17:10] <sid0> is it automatic?
  1116. # [17:10] <RyanVM> yes
  1117. # [17:11] <RyanVM> add the above lines to .mozconfig for a pgo build
  1118. # [17:11] <sid0> hm, what are PGO builds called on tbpl?
  1119. # [17:11] <RyanVM> win pgo
  1120. # [17:11] <RyanVM> you can't trigger pgo builds on try right now, though
  1121. # [17:11] <RyanVM> you have to manually add those lines with your push
  1122. # [17:12] <RyanVM> sid0: well, for the in-tree mozconfigs, you just need to add mk_add_options MOZ_PGO=1
  1123. # [17:13] <sid0> I have a loaner build machine I've been working on
  1124. # [17:13] <sid0> one of the win64 ones
  1125. # [17:13] <sid0> let me try it on that
  1126. # [17:18] * Joins: WG9s (bill@moz-D750CC69.maine.res.rr.com)
  1127. # [17:21] <sid0> RyanVM: btw, I love how quickly pymake builds happen :)
  1128. # [17:21] <RyanVM> yeah, I've not enjoyed going back to gmake for my personal builds!
  1129. # [17:22] <sid0> we should be able to halve win build times at the least
  1130. # [17:22] <sid0> *at the least*
  1131. # [17:23] <sid0> ok, time to write a blog post about how much python sucks
  1132. # [17:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/61ad814fab44 - Andrew McCreight - Bug 752764 - Nuke wrapped reflector during transplant. r=bholley
  1133. # [17:27] * Joins: automata (automata@3E0AB089.8DDD1F9.16867D26.IP)
  1134. # [17:30] * edmorley|away retracts earlier comment about Ms2ger's mq stack dumps as being ok most of the time... :P
  1135. # [17:30] <RyanVM> Ms2ger: edmorley|away: I just pushed a backout to try
  1136. # [17:30] <RyanVM> on top of inbound
  1137. # [17:30] * Joins: kaiecar (AndChat173@7126F28A.E2DB8D97.369F669D.IP)
  1138. # [17:31] <RyanVM> Ms2ger: edmorley|away: https://tbpl.mozilla.org/?tree=Try&rev=a68dc7bcfa7c
  1139. # [17:32] <kaiecar> can you recommend a good cafe with wifi anywhere around mountain view or surround? I want to work but dont want to sit in my hotel
  1140. # [17:33] <kaiecar> motel
  1141. # [17:33] <RyanVM> edmorley|away: If the try push is green, I'm going to push the backout to m-c and merge it back to inbound
  1142. # [17:33] <RyanVM> so I can do an inbound merge
  1143. # [17:34] <WG9s> but then why is this not orange on mozilla-central?
  1144. # [17:34] <WG9s> I am kind of starting to think this need a clobber.
  1145. # [17:35] <Ms2ger> Because it's not my push, but someone needs a scapegoat?
  1146. # [17:35] <RyanVM> i like torches and pitchforks
  1147. # [17:35] <RyanVM> i have some stuff to push to inbound
  1148. # [17:36] <RyanVM> i'll clobber and push it
  1149. # [17:36] <WG9s> becauxe a clobber would either fix it or make it fail more universally so that we understand shat is really going on.
  1150. # [17:36] <RyanVM> and we can see what happens
  1151. # [17:36] * Joins: victorporof (victorporo@251DA89D.BEB908B0.79933D60.IP)
  1152. # [17:37] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  1153. # [17:37] <WG9s> s/would/might/
  1154. # [17:38] <WG9s> s/shat/what/
  1155. # [17:38] * kaiecar is now known as kaie_mv
  1156. # [17:38] <edmorley|away> Ms2ger: there is a lot of inbound that isn't on m-c (79 changesets), so one would presume your patches are just not playing nicely with whatever hasn't yet been merged
  1157. # [17:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2ebe042fd624 - Tal Aloni - Bug 778413 - Fix table cell automatic width calculation when using box-sizing:border-box. r=dbaron
  1158. # [17:38] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  1159. # [17:38] <edmorley|away> one of the pitfalls of landing on m-c...
  1160. # [17:38] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/02cbcf0159fa - Etienne Segonzac - Bug 779793 - Properly send a NO_PROVIDER error when there is no options to handle a WebActivity. r=vingtetun
  1161. # [17:38] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7e7501faef12 - Etienne Segonzac - Bug 775638 - Set dom.send_after_paint_to_content to true in the gaia profile to ease compatibility when testing in nightly. r=vingtetun
  1162. # [17:38] <edmorley|away> RyanVM: worth closing inbound for now?
  1163. # [17:38] <RyanVM> was about to, yes
  1164. # [17:39] <RyanVM> i clobbered before my push
  1165. # [17:39] <edmorley|away> RyanVM: unrelated note: I've backported this lot to branches https://bugzil.la/770542,688897,649564,750241,773653,722956 and disabled these on trunk https://bugzil.la/661099,733848,760770,620598,661076,687972
  1166. # [17:39] <RyanVM> i saw!
  1167. # [17:39] <edmorley|away> RyanVM: so really hoping orangefactor going to be pretty good next week
  1168. # [17:40] <edmorley|away> + less annoying to star & mean easier to glance at the tree and see if there is real bustage :-)
  1169. # [17:41] * Joins: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org)
  1170. # [17:42] <RyanVM> :woowoo:
  1171. # [17:45] <RyanVM> edmorley|away: If things go green, I'll be sure to clobber m-c before merging :P
  1172. # [17:46] <RyanVM> apparently my backout patch is busted anyway, so fingers crossed...
  1173. # [17:46] <edmorley|away> there are a few needs-clobber from earlier too (os x 10.7 opt and android xul iirc)
  1174. # [17:49] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  1175. # [17:53] * Joins: Matti (chatzilla@moz-C7988560.dip.t-dialin.net)
  1176. # [17:53] * Quits: kaie_mv (AndChat173@7126F28A.E2DB8D97.369F669D.IP) (Quit: Bye)
  1177. # [17:59] * Joins: kanru (kanru@A6CBEE60.C366FB5A.13A8CA36.IP)
  1178. # [17:59] * Quits: victorporof (victorporo@251DA89D.BEB908B0.79933D60.IP) (Quit: Leaving...)
  1179. # [18:01] * Joins: WaltS (Earlybird@moz-42772AD6.pitt.east.verizon.net)
  1180. # [18:05] * Joins: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  1181. # [18:06] * Quits: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Client exited)
  1182. # [18:07] <sid0> RyanVM: is it normal for the xul.dll generation to take a long time on pgo builds?
  1183. # [18:07] <RyanVM> yes
  1184. # [18:07] <sid0> oh, it just got done
  1185. # [18:07] <RyanVM> sid0: you're still on the first pass I presume?
  1186. # [18:07] * Quits: capella-SIII (capella-SI@moz-D1A8B21.pools.spcsdns.net) (Ping timeout)
  1187. # [18:07] <sid0> well, the xul.dll took 7 minutes or so
  1188. # [18:07] <sid0> does that tell you anything?
  1189. # [18:07] <RyanVM> sid0: no
  1190. # [18:08] * rail is now known as rail_away
  1191. # [18:08] <RyanVM> if it gets to linking xul.dll on the second pass, that'll be saying something
  1192. # [18:08] <RyanVM> it'll probably die around linking js, which is early thankfully
  1193. # [18:08] <sid0> so yeah, I have no idea what pass I'm in
  1194. # [18:10] * Quits: avih (quassel@moz-4CCA9124.red.bezeqint.net) (Client exited)
  1195. # [18:10] * Joins: avih (quassel@moz-4CCA9124.red.bezeqint.net)
  1196. # [18:10] <RyanVM> there's only two
  1197. # [18:10] <RyanVM> did the browser window pop up yet?
  1198. # [18:11] <sid0> ok, it just died
  1199. # [18:11] <RyanVM> pyc issues?
  1200. # [18:11] <sid0> in packager.mk
  1201. # [18:11] <RyanVM> ah crap
  1202. # [18:11] <RyanVM> do you have the installer disabled?
  1203. # [18:12] <RyanVM> basic gist of a pgo build:
  1204. # [18:12] <sid0> I'm using the in-tree mozconfig with the MOZ_PGO line added
  1205. # [18:12] <RyanVM> it does a full build with instrumentation, packages the browser, runs the browser through a suite of pages (some css stuff and sunspider), and then re-links everything based on the profiling information
  1206. # [18:12] <sid0> note that this is on one of the build machines
  1207. # [18:13] <RyanVM> sid0: that doesn't sound good, anyway :P
  1208. # [18:14] <RyanVM> but that may be a different issue than the one I've hit
  1209. # [18:15] <sid0> RyanVM: http://pastebin.mozilla.org/1737408
  1210. # [18:15] * Joins: evilpie_ (AndChat426@12FE59B1.819D733C.8500CC29.IP)
  1211. # [18:17] * Quits: Honza (chatzilla@5AD2A1B9.23B79DE4.D0083327.IP) (Ping timeout)
  1212. # [18:19] <RyanVM> looks fine
  1213. # [18:20] * Quits: WaltS (Earlybird@moz-42772AD6.pitt.east.verizon.net) (Quit: WaltS)
  1214. # [18:20] <RyanVM> edmorley|away: I need to leave for ~2 hours in 20 minutes. Can you re-open the tree if things go green? I'll still do the inbound merge when I return unless sid0 badgers you into doing it sooner :P
  1215. # [18:21] * Joins: Honza (chatzilla@5AD2A1B9.23B79DE4.D0083327.IP)
  1216. # [18:21] <RyanVM> actually, the tests just started
  1217. # [18:23] <Optimizer> can I find + and - icon for zoom in zoom out within firefox (that matches with devtools theme)
  1218. # [18:23] * Joins: kaie (kaie@moz-4948311A.redhat.com)
  1219. # [18:23] * Joins: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  1220. # [18:25] <RyanVM> Optimizer: you mean the zoom controls when you right click on the toolbar and choose customize?
  1221. # [18:25] <Optimizer> yes
  1222. # [18:25] <Optimizer> for zoom controls only
  1223. # [18:26] <Optimizer> but those 2 are black, right ?
  1224. # [18:26] <Optimizer> I needed something to suite with devtools icons
  1225. # [18:26] <RyanVM> i guess
  1226. # [18:29] <RyanVM> edmorley|away: WG9s: Ms2ger: doesn't look like a clobber helped...
  1227. # [18:30] <Ms2ger> I don't see any that finished on your push
  1228. # [18:31] <RyanVM> Ms2ger: exactly. It's a 5 minute test
  1229. # [18:32] <WG9s> RyanVM, Ms2ger well did we do a clobbber on all builds?
  1230. # [18:32] <RyanVM> yes....
  1231. # [18:32] <RyanVM> i clobbered before I pushed
  1232. # [18:32] * Joins: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net)
  1233. # [18:32] <WG9s> I was really intgerested to see if a clobber either fixed the issaue onthe one failing platform or amde it fail on other platforms.
  1234. # [18:32] * mjschranz_away is now known as mjschranz
  1235. # [18:32] <WG9s> so really was trying to suggest an across the board clobber.
  1236. # [18:33] <WG9s> is that what was done?
  1237. # [18:33] <RyanVM> yes, I clobbered all of inbound
  1238. # [18:33] * Quits: mreid (mreid@moz-5F4A70CA.yipyip.com) (Ping timeout)
  1239. # [18:34] <RyanVM> Ms2ger: i may have to take it back. the two that finished are green
  1240. # [18:34] * Quits: evilpie_ (AndChat426@12FE59B1.819D733C.8500CC29.IP) (Quit: Bye)
  1241. # [18:35] * Quits: kanru (kanru@A6CBEE60.C366FB5A.13A8CA36.IP) (Ping timeout)
  1242. # [18:35] <RyanVM> hwoever, one that started 19 minutes ago isn't finished yet...
  1243. # [18:35] <Ms2ger> All good, then
  1244. # [18:35] <WG9s> OK cause the whole failing only on os 64-bit opt buids and not on OSX 64-bitdebug builds, or on any other platform does not make a great deal of sense.
  1245. # [18:35] <RyanVM> and another from 15
  1246. # [18:35] <RyanVM> and another from 14
  1247. # [18:35] <RyanVM> and a few more from 14 and 13
  1248. # [18:36] <RyanVM> the two green finished in 6 minutes
  1249. # [18:36] * Joins: dbaron (dbaron@moz-9221B6DD.dsl.dynamic.sonic.net)
  1250. # [18:36] * ChanServ sets mode: +o dbaron
  1251. # [18:36] <WG9s> I was hoping aclbber would either clear the issue on this platform, or cause it to show up on others.
  1252. # [18:37] <RyanVM> i've gtg now
  1253. # [18:37] <RyanVM> i'll be back a couple hours
  1254. # [18:37] <WG9s> you know trying to get it to a state that made more sense.
  1255. # [18:39] <RyanVM> i'm going to clobber m-c and trigger another round of dep builds there quick
  1256. # [18:40] * Joins: evilpie_ (AndChat426@12FE59B1.819D733C.8500CC29.IP)
  1257. # [18:40] <WG9s> OK
  1258. # [18:41] <WG9s> sounds like another good idea.
  1259. # [18:45] <WG9s> but oddly i fear it is still going to come down to al builds/tests work fine except for osx 64-bit/m5 adn if that is the result of what we find i have no idea how that makes any sense.
  1260. # [18:45] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1261. # [18:46] * Joins: JeroenDeDauw (j@moz-6024C40A.dip.t-dialin.net)
  1262. # [18:49] <edmorley|away> RyanVM: sorry was at the shop (buying food on an empty stomach, big mistake lol)
  1263. # [18:49] * Quits: evilpie_ (AndChat426@12FE59B1.819D733C.8500CC29.IP) (Quit: Bye)
  1264. # [18:51] <edmorley|away> RyanVM: i can keep an eye
  1265. # [18:51] * Joins: smaug (chatzilla@moz-3C907DEA.elisa-laajakaista.fi)
  1266. # [18:51] * ChanServ sets mode: +o smaug
  1267. # [18:53] * Quits: twi (Adium@moz-87047FBA.cust.dsl.vodafone.it) (Quit: Leaving.)
  1268. # [18:54] * Joins: sheppy (sheppy@moz-F39D62DA.dhcp.kgpt.tn.charter.com)
  1269. # [18:54] * Joins: WeirdAl (chatzilla@moz-857040DF.hsd1.ca.comcast.net)
  1270. # [18:55] <glandium> it looks like a focus problem. has there been focus changes recently?
  1271. # [18:56] * Quits: @smaug (chatzilla@moz-3C907DEA.elisa-laajakaista.fi) (Ping timeout)
  1272. # [18:56] <WeirdAl> AryehGregor, NeilAway: I'll write up a patch for bug 779910 and submit it.
  1273. # [18:59] <NeilAway> sid0: pymake by default everywhere, you mean, or just on Windows?
  1274. # [19:00] <NeilAway> sid0++
  1275. # [19:00] <NeilAway> (I haven't even read the blog post yet, I just like the description)
  1276. # [19:01] <WeirdAl> NeilAway: unless you care to beat me to it :)
  1277. # [19:01] * Joins: graememcc (chatzilla@moz-52733AC7.range86-150.btcentralplus.com)
  1278. # [19:02] <NeilAway> WeirdAl: be my guest ;-)
  1279. # [19:02] <WeirdAl> ok, it's gonna be a few hours
  1280. # [19:02] <glandium> NeilAway: on windows. on others, it's likely slower than gnu make
  1281. # [19:02] <WeirdAl> even though it's just one line, I want to see the bustage for myself
  1282. # [19:02] <Ms2ger> NeilAway, it isn't even written yet, is it?
  1283. # [19:03] <NeilAway> Ms2ger: what isn't?
  1284. # [19:03] <Ms2ger> The blog post
  1285. # [19:03] * Quits: sheppy (sheppy@moz-F39D62DA.dhcp.kgpt.tn.charter.com) (Quit: Leaving)
  1286. # [19:03] <NeilAway> Ms2ger: oh, fair enough
  1287. # [19:04] <NeilAway> Ms2ger: I hadn't even thought to check ;-)
  1288. # [19:04] <Ms2ger> Heh
  1289. # [19:06] <Ms2ger> Aw man, Cave Story exists for Linux?
  1290. # [19:06] <Ms2ger> How did I not know that?
  1291. # [19:08] * edmorley|away is just going to revert inbound to 3d5d1daa2505
  1292. # [19:08] <NeilAway> eek, maybe I shouldn't have commented on bug 115107
  1293. # [19:08] <NeilAway> the CC list is so big it doesn't even fit on my 1280x1024 screen
  1294. # [19:09] <edmorley|away> (given this could be anything from bad merge to who knows what; and the backout ryan tried was busted, so presumably not a clean backout)
  1295. # [19:09] <WeirdAl> :) been over three months since I did a trunk build
  1296. # [19:09] <Ms2ger> NeilAway, clearly you never commented on bug 78414
  1297. # [19:10] * Joins: abwillis (abwillis@moz-563528DE.hlrn.qwest.net)
  1298. # [19:10] <WeirdAl> on this machine anyway
  1299. # [19:11] <NeilAway> Ms2ger: indeed
  1300. # [19:15] * Quits: Optimizer (Optimizer@702DE3C0.AF6B21DA.BE90E62C.IP) (Ping timeout)
  1301. # [19:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c801b99d726f - Ed Morley - Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
  1302. # [19:18] <edmorley|away> Ms2ger: please may you mark the bugs for your changesets with https://hg.mozilla.org/integration/mozilla-inbound/rev/c801b99d726f
  1303. # [19:19] <edmorley|away> Ms2ger: I feel bad that there was so much backed out - but another time maybe split up into smaller batches and land a few times a week rather than in one go? :-)
  1304. # [19:21] * Joins: ircloggr (nodebot@moz-F0FD31EF.compute-1.amazonaws.com)
  1305. # [19:22] * Quits: Matti (chatzilla@moz-C7988560.dip.t-dialin.net) (Client exited)
  1306. # [19:22] <mccr8> edmorley|away: Ms2ger landed his patches on inbound initially, so they aren't really backed out. ;)
  1307. # [19:22] <mccr8> err on m-c, not inbound
  1308. # [19:23] <edmorley|away> ha true
  1309. # [19:23] <edmorley|away> :-)
  1310. # [19:24] <edmorley|away> whoops, must have pressed the retrigger dep builds not pgo on inbound tip
  1311. # [19:24] <edmorley|away> oh wel
  1312. # [19:25] * Joins: twi (Adium@moz-87047FBA.cust.dsl.vodafone.it)
  1313. # [19:25] * Quits: graememcc (chatzilla@moz-52733AC7.range86-150.btcentralplus.com) (Ping timeout)
  1314. # [19:26] * Joins: graememcc (chatzilla@moz-E6F9B237.range86-150.btcentralplus.com)
  1315. # [19:27] * Quits: gmoro (guilherme@AE7055F8.477861A3.A8479B91.IP) (Ping timeout)
  1316. # [19:29] * Joins: gmoro (guilherme@FD77EA10.AD2B059.8AF99142.IP)
  1317. # [19:31] * Joins: robhawkes|SF (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1318. # [19:31] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Linkinus - http://linkinus.com)
  1319. # [19:31] * graememcc pushes a quick fix to m-cMerge to catch edmorley's backout message
  1320. # [19:31] * Quits: robhawkes|SF (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Quit: Linkinus - http://linkinus.com)
  1321. # [19:31] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1322. # [19:32] * Joins: evilpie_ (Mibbit@moz-572FEDE0.dip.t-dialin.net)
  1323. # [19:34] * Joins: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net)
  1324. # [19:35] <sid0> interesting
  1325. # [19:35] * Quits: gwagner_ (idefix2@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner_)
  1326. # [19:35] <sid0> it's erroring out at that build step because xpcshell depends on pgort100.dll
  1327. # [19:36] * Joins: Optimizer (Optimizer@C4423EBB.28F7ABB7.BE90E62C.IP)
  1328. # [19:38] * Quits: trevorh (trevor@moz-97B10EBE.lns8.woo.bigpond.net.au) (Ping timeout)
  1329. # [19:39] * Joins: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net)
  1330. # [19:41] <edmorley|away> graememcc: yeah I couldn't remember what format I was supposed to be using for reverts like that (was just going to adjust manually in m-cMerge or else give it the cset before the last one backed out
  1331. # [19:41] <GPHemsley> Firebug really needs to knock it off with these auto-loading firstrun pages after a restartless update
  1332. # [19:43] * Quits: jet (junglecode@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1333. # [19:45] <graememcc> edmorley|away: I'd anticipated "Revert to" but not "Revert <treename> to". Just thought I'd save the next merger some pain!
  1334. # [19:45] <edmorley|away> graememcc: thank you :-)
  1335. # [19:45] <edmorley|away> graememcc++
  1336. # [19:46] * Quits: abwillis (abwillis@moz-563528DE.hlrn.qwest.net) (Quit: ChatZilla 0.9.88.2 [SeaMonkey 2.7.2/20120603120434])
  1337. # [19:46] * Quits: balrog (balrog@moz-186D3223.phlapa.east.verizon.net) (Ping timeout)
  1338. # [19:47] <glandium> edmorley|away: i don't know how you plan to merge m-c after that backout, but you'll have to be extra-careful, because hg is likely to consider m-c still being merged
  1339. # [19:47] * Quits: zzzzz_ (chatzilla@moz-107FCDBA.hfc.comcastbusiness.net) (Quit: ChatZilla 0.9.87 [Firefox 14.0.1/20120713134347])
  1340. # [19:48] <edmorley|away> glandium: how come? Ms2ger's csets have been merged in already?
  1341. # [19:48] * Quits: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  1342. # [19:48] <edmorley|away> so other than the blocklist, nothing left to merge surely?
  1343. # [19:48] <glandium> edmorley|away: "Revert inbound to 3d5d1daa2505"
  1344. # [19:49] <glandium> i'd expect that to mean that ms2ger's csets are not on inbound any more
  1345. # [19:49] <edmorley|away> yeah but it's only a diff the other way
  1346. # [19:49] <glandium> if you merge m-c again, hg may consider they *are* on inbound
  1347. # [19:49] <edmorley|away> and a diff applied to the already merged heads
  1348. # [19:50] <edmorley|away> revert only affects the working directory, it doesn't look like a merge or like anything other than yet just another landing as far as hg is concerned
  1349. # [19:51] <edmorley|away> I could be missing something obvious to be fair :_)
  1350. # [19:51] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  1351. # [19:53] <glandium> edmorley|away: anyways, just be careful on next merge
  1352. # [19:53] <edmorley|away> will do :-)
  1353. # [19:53] * Joins: bapat (chatzilla@F9118C07.BC575B74.3B788C77.IP)
  1354. # [19:53] * Quits: bapat (chatzilla@F9118C07.BC575B74.3B788C77.IP) (Quit: ChatZilla 0.9.88.2 [Firefox 3.6.3/20100423140709])
  1355. # [19:53] * Quits: evilpie_ (Mibbit@moz-572FEDE0.dip.t-dialin.net) (Quit: http://www.mibbit.com ajax IRC Client)
  1356. # [19:54] * Joins: trevorh (trevor@moz-391C5D1E.lns3.cha.bigpond.net.au)
  1357. # [19:55] * Quits: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP) (Quit: Leaving)
  1358. # [19:55] * Joins: mreid (mreid@moz-5F4A70CA.yipyip.com)
  1359. # [19:56] * Joins: Mook (Daily@moz-8F011215.dsl.teksavvy.com)
  1360. # [19:57] * Joins: ameya_bapat (chatzilla@F9118C07.BC575B74.3B788C77.IP)
  1361. # [19:57] <Optimizer> can someone point me to the file where long press on back button opens popup is defined ?
  1362. # [19:58] <bjacob> Optimizer: i would ask on the fx-team channel
  1363. # [19:58] <Optimizer> oh
  1364. # [19:58] <Optimizer> you also need to know ?
  1365. # [19:59] * Optimizer just kidding
  1366. # [19:59] <bjacob> Optimizer: :)
  1367. # [19:59] * Quits: ameya_bapat (chatzilla@F9118C07.BC575B74.3B788C77.IP) (Ping timeout)
  1368. # [19:59] <Optimizer> thanks :)
  1369. # [19:59] * Joins: ameya_bapat (chatzilla@F9118C07.BC575B74.3B788C77.IP)
  1370. # [20:00] * Joins: mconley (mconley@moz-7B22FBCF.eng.wind.ca)
  1371. # [20:01] <edmorley|away> Optimizer: http://mxr.mozilla.org/mozilla-central/source/browser/base/content/browser.js#253
  1372. # [20:01] <Optimizer> oh its not an xul attribute
  1373. # [20:02] <Optimizer> :|
  1374. # [20:02] * Quits: ameya_bapat (chatzilla@F9118C07.BC575B74.3B788C77.IP) (Ping timeout)
  1375. # [20:02] <Optimizer> thanks edmorley|away
  1376. # [20:02] * Joins: vikash (vikash@76072BDA.2905CAEE.5D9ABA9F.IP)
  1377. # [20:02] <edmorley|away> np
  1378. # [20:03] <Optimizer> i thought it would be a property like the search bar has a property to dispatch event every some time
  1379. # [20:03] * Joins: ameya_bapat (chatzilla@F9118C07.BC575B74.3B788C77.IP)
  1380. # [20:03] * Quits: @dbaron (dbaron@moz-9221B6DD.dsl.dynamic.sonic.net) (Ping timeout)
  1381. # [20:05] <Optimizer> is there a property for a button so that it sends the command fired event repeatedly on click hold ?
  1382. # [20:05] <WeirdAl> Any xpidl.py experts around? I just had an idea, about using xpidl.py to generate JSON-stringified interface info, so that it's readable by a JSM (solving the scriptable interface info problem)
  1383. # [20:06] * Joins: dbaron (dbaron@moz-9221B6DD.dsl.dynamic.sonic.net)
  1384. # [20:06] * ChanServ sets mode: +o dbaron
  1385. # [20:06] * Quits: ameya_bapat (chatzilla@F9118C07.BC575B74.3B788C77.IP) (Ping timeout)
  1386. # [20:06] <edmorley|away> sid0: ^
  1387. # [20:06] <glandium> edmorley|away: m5 is green :)
  1388. # [20:06] <edmorley|away> :-)
  1389. # [20:07] * edmorley|away is now known as edmorley
  1390. # [20:07] * Joins: ameya_bapat (chatzilla@F9118C07.BC575B74.3B788C77.IP)
  1391. # [20:08] <sid0> edmorley: I don't know anything about xpidl
  1392. # [20:08] <edmorley> sid0: oh, sorry I must be misremembering
  1393. # [20:08] <sid0> NeilAway: Windows
  1394. # [20:09] <sid0> NeilAway: Mac/Linux issues will be dealt with in their own time :)
  1395. # [20:10] * Quits: ameya_bapat (chatzilla@F9118C07.BC575B74.3B788C77.IP) (Ping timeout)
  1396. # [20:10] * Joins: ameya_bapat (chatzilla@F9118C07.BC575B74.3B788C77.IP)
  1397. # [20:10] * Quits: ferongr (ferongr@moz-D1C6794.dsl.dyn.forthnet.gr) (NickServ (GHOST command used by `ferongr))
  1398. # [20:11] * Joins: ferongr (ferongr@moz-70ABEF66.dsl.dyn.forthnet.gr)
  1399. # [20:12] * Quits: @dbaron (dbaron@moz-9221B6DD.dsl.dynamic.sonic.net) (Ping timeout)
  1400. # [20:16] * Quits: willy1234x1|2 (willy1234x@moz-B3F4E3B8.slkc.qwest.net) (Quit: KVIrc 4.0.4 Insomnia http://www.kvirc.net/)
  1401. # [20:16] * Joins: willy1234x1 (willy1234x@moz-B3F4E3B8.slkc.qwest.net)
  1402. # [20:16] * Quits: Callek (chatzilla@moz-BDD802ED.hfc.comcastbusiness.net) (Ping timeout)
  1403. # [20:16] * Joins: Callek_Away (chatzilla@moz-BDD802ED.hfc.comcastbusiness.net)
  1404. # [20:17] * Joins: evilpie_ (Mibbit@moz-572FEDE0.dip.t-dialin.net)
  1405. # [20:17] * Callek_Away is now known as Callek
  1406. # [20:18] * Quits: ameya_bapat (chatzilla@F9118C07.BC575B74.3B788C77.IP) (Quit: ChatZilla 0.9.88.2 [Firefox 3.6.3/20100423140709])
  1407. # [20:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0a48f2d0e2a0 - Andrew McCreight - Bug 752764 - Nuke wrapped reflector during transplant. r=bholley
  1408. # [20:21] <edmorley> added 83 changesets with 2950 changes to 1570 files (+1 heads)
  1409. # [20:21] <edmorley> (run 'hg heads' to see heads, 'hg merge' to merge)
  1410. # [20:21] <edmorley> 1565 files updated, 0 files merged, 140 files removed, 0 files unresolved
  1411. # [20:21] <edmorley> \o/
  1412. # [20:22] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1413. # [20:22] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Quit: Leaving.)
  1414. # [20:23] * Quits: vikash (vikash@76072BDA.2905CAEE.5D9ABA9F.IP) (Quit: Leaving)
  1415. # [20:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0a17cde2a4b6 - Ed Morley - Merge last PGO-green changeset of mozilla-inbound to mozilla-central
  1416. # [20:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ef314df10881 - Ed Morley - Merge mozilla-central to mozilla-inbound
  1417. # [20:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d75ca2cb6a2c - ffxbld - Automated blocklist update from host linux-ix-slave32
  1418. # [20:25] * devd_afk is now known as devd
  1419. # [20:25] * devd is now known as devd_afk
  1420. # [20:26] * Quits: zzzzz (chatzilla@moz-645A64B0.dhcp.embarqhsd.net) (Ping timeout)
  1421. # [20:27] * Joins: zzzzz (chatzilla@moz-645A64B0.dhcp.embarqhsd.net)
  1422. # [20:29] <glandium> edmorley: and what i was saying seems to have happened...
  1423. # [20:29] * Joins: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  1424. # [20:29] <glandium> edmorley: if I look at the tree in changeset ef314df10881, and look for one of the changes from ms2ger, say, 18f2ed71b591, well, it's not there
  1425. # [20:30] <edmorley> glandium: yes, I intentionally backed him out
  1426. # [20:30] <glandium> try to find "MaybeCreateDoc" in http://hg.mozilla.org/integration/mozilla-inbound/file/ef314df10881/dom/base/nsPIDOMWindow.h
  1427. # [20:30] <edmorley> I don't see what's wrong
  1428. # [20:31] <glandium> oh, so he's also backed out from m-c now
  1429. # [20:31] * Parts: evilpie_ (Mibbit@moz-572FEDE0.dip.t-dialin.net)
  1430. # [20:31] <edmorley> yes
  1431. # [20:32] <edmorley> I used hg revert to get us back to the state before he landed, before he merged and before the couple of checkins just before we closed the tree
  1432. # [20:33] <glandium> oooookay
  1433. # [20:33] <edmorley> ultimately what was on inbound had priority, if his and some as yet to be determined inbound cset doesn't play nicely, well then that's the risk of landing on m-c
  1434. # [20:35] <glandium> i'm almost ready to reland the bonus patch from bug 774032
  1435. # [20:35] <glandium> (fixed)
  1436. # [20:35] <glandium> just waiting for a windows result
  1437. # [20:35] <edmorley> sweet :-)
  1438. # [20:35] * mjschranz is now known as mjschranz_away
  1439. # [20:40] <edmorley> Ms2ger: bugs marked
  1440. # [20:40] <glandium> man, configure is taking forever
  1441. # [20:41] * Joins: gustavold (gustavold@AACA9B2.3CA89884.FBFF2E6D.IP)
  1442. # [20:41] <WeirdAl> glandium: pff, I usually see my CPU melt steel on DOMClassInfo
  1443. # [20:41] * Joins: victorporof (victorporo@251DA89D.BEB908B0.79933D60.IP)
  1444. # [20:42] <glandium> and here we go
  1445. # [20:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/162130598df0 - Mike Hommey - Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
  1446. # [20:44] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  1447. # [20:44] <bjacob> WeirdAl: that's why heatsinks are not made of steel
  1448. # [20:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/66f8a222e9bc - Benoit Jacob - Bug 778006 - reenable WebGL mochitest on Android - r=gbrown
  1449. # [20:44] <mccr8> obligatory: http://mozillamemes.tumblr.com/post/28145053527/https-bugzilla-mozilla-org-page-cgi-id-splinter-h
  1450. # [20:44] <glandium> and the awesome thing is that it even though it modifies 1282 makefiles, it will mostly be a noop build
  1451. # [20:45] <WeirdAl> :)
  1452. # [20:45] <mccr8> bugzilla should have a spot for linking to associated memes.
  1453. # [20:45] * Quits: biesi_ (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  1454. # [20:46] <glandium> mccr8: it's kind of not very nice to use a splinter review url for a meme, though... because they require to be logged on bugzilla
  1455. # [20:46] <mccr8> hah that's a good point.
  1456. # [20:46] * Quits: kaie (kaie@moz-4948311A.redhat.com) (Quit: Leaving)
  1457. # [20:46] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1458. # [20:47] <mccr8> though I expect most people who look at mozillamemes have bugzilla accounts anyways.
  1459. # [20:47] <glandium> looks like bjacob's push was coalesced
  1460. # [20:47] <glandium> mccr8: i don't always look mozillamemes with a browser that is logged on bugzilla
  1461. # [20:48] <glandium> as a matter of fact, that's how i figured splinter review requires to be logged in
  1462. # [20:48] <mccr8> yeah I've hit that a few times (not from the memes)
  1463. # [20:48] * Joins: smooney (smooney@moz-71D4D005.dsl.bell.ca)
  1464. # [20:49] <glandium> bjacob: with both pushes coalesced, it means if something breaks due to my push, you take the blame ;)
  1465. # [20:49] <glandium> anyways, i'm pretty confident this won't break, this time
  1466. # [20:50] <glandium> i'm so confident that i'm going afk
  1467. # [20:52] <bjacob> glandium: the bigger patch takes the blame, ok?
  1468. # [20:53] * Quits: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net) (Quit: mccr8)
  1469. # [20:54] <WeirdAl> not again...
  1470. # [20:54] * Joins: LenoirINT (Mibbit@moz-976DEE9F.hsd1.mn.comcast.net)
  1471. # [20:54] <WeirdAl> impossible to tell whether it's a real CPU churn, or if it's actually doing something
  1472. # [20:54] * Quits: mconley (mconley@moz-7B22FBCF.eng.wind.ca) (Input/output error)
  1473. # [20:55] * khuey|away is now known as khuey
  1474. # [20:55] * Joins: jwilde (Earlybird@moz-23E1A364.aton.com)
  1475. # [20:57] * Quits: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org) (Ping timeout)
  1476. # [20:58] <LenoirINT> I am getting this error when I try to build. Not sure what it means. http://mibpaste.com/YW5Ohn
  1477. # [20:58] * Quits: smooney (smooney@moz-71D4D005.dsl.bell.ca) (Quit: smooney)
  1478. # [21:00] <@khuey> remove the -s and maybe it'll tell you
  1479. # [21:01] * Joins: Kailas (patilkr@C12DF1BD.B497A1ED.4A949B84.IP)
  1480. # [21:02] <LenoirINT> khuey was that for me or someone else?
  1481. # [21:02] <@khuey> that was for you
  1482. # [21:02] <LenoirINT> Remove the s from where?
  1483. # [21:03] <Ms2ger> LenoirINT, $ pymake -sj4 -f client.mk --> $ pymake -j4 -f client.mk
  1484. # [21:03] <Kailas> Hi, Does anyone knows how to get origin of URI that generated request in http-on-examine-response?
  1485. # [21:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8f0244595d42 - Jonathan Kew - bug 721750 - reftests for text-shadow in ::-moz-selection. r=dbaron
  1486. # [21:03] <@khuey> also do you have a -s flag in your .mozconfig?
  1487. # [21:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d4084a5a23a5 - Jonathan Kew - bug 721750 - support text-shadow property on ::-moz-selection. r=dbaron
  1488. # [21:04] * Joins: catalinb (ethereal@307BEC06.D7044D45.9BEFC002.IP)
  1489. # [21:04] <LenoirINT> Ms2ger it says no make file found.
  1490. # [21:05] <LenoirINT> khuey yes I do.
  1491. # [21:05] <@khuey> yeah you should remove that too
  1492. # [21:06] <@khuey> -s is suppressing hte error message ,apparentyl
  1493. # [21:06] <@khuey> Kailas: yes
  1494. # [21:06] <@khuey> Kailas: the object you get with http-on-examine-response is the channel
  1495. # [21:06] <@khuey> Kailas: so just QI to nsIChannel and grab it's URI
  1496. # [21:06] <Kailas> khuey: var httpChannel = aSubject.QueryInterface(Ci.nsIHttpChannel);
  1497. # [21:06] <WeirdAl> finally
  1498. # [21:07] <WeirdAl> thirteen minutes on one file :(
  1499. # [21:07] <@khuey> Kailas: right
  1500. # [21:07] <Kailas> khuey: I used above command to get httpChannel
  1501. # [21:07] <RyanVM> my, what a good time I missed
  1502. # [21:07] <@khuey> Kailas: and then grab httpChannel.URI, and do whatever you want with that?
  1503. # [21:07] <Kailas> khuey: but how can get URI that generated request
  1504. # [21:08] <@khuey> oh, that generated the request
  1505. # [21:08] <Kailas> khuey: that gives URI for resource, but not the URI of Origin
  1506. # [21:08] <@khuey> right
  1507. # [21:09] * Quits: victorporof (victorporo@251DA89D.BEB908B0.79933D60.IP) (Quit: Leaving...)
  1508. # [21:09] <RyanVM> Ms2ger: I'm planning to push your patches to Try in blocks on top of inbound. I'll land said blocks as they go green
  1509. # [21:09] * Joins: kanru (kanru@E49413D4.2BE51E56.888BF55D.IP)
  1510. # [21:10] <LenoirINT> khuey I removed that from my .mozconfig and I am still getting the same error.
  1511. # [21:10] <edmorley> RyanVM: thank you :-)
  1512. # [21:10] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1513. # [21:11] <RyanVM> edmorley: thanks for taking care of things
  1514. # [21:11] <@khuey> Kailas: something like https://developer.mozilla.org/en-US/docs/Code_snippets/Tabbed_browser#Getting_the_browser_that_fires_the_http-on-modify-request_notification may work
  1515. # [21:11] <@khuey> but that might be out of date, I'm not sure
  1516. # [21:11] * Joins: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  1517. # [21:11] <Kailas> khuey: Thanks! I will try it out.
  1518. # [21:11] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1519. # [21:13] * Joins: Pike (Pike@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  1520. # [21:13] * Quits: tantek (tantek@moz-17B51346.dsl.dynamic.sonic.net) (Connection reset by peer)
  1521. # [21:13] * Joins: tantek (tantek@moz-17B51346.dsl.dynamic.sonic.net)
  1522. # [21:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/91e49679104c - Etienne Segonzac - Bug 779793 - Properly send a NO_PROVIDER error when there is no options to handle a WebActivity. r=vingtetun
  1523. # [21:14] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d802da5c4ed2 - Tal Aloni - Bug 778413 - Fix table cell automatic width calculation when using box-sizing:border-box. r=dbaron
  1524. # [21:14] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7366f3e37a53 - Etienne Segonzac - Bug 775638 - Set dom.send_after_paint_to_content to true in the gaia profile to ease compatibility when testing in nightly. r=vingtetun
  1525. # [21:17] * Joins: ameya_bapat (chatzilla@F9118C07.BC575B74.3B788C77.IP)
  1526. # [21:18] <Kailas> khuey: that codes gives - ReferenceError: gBrowser is not defined
  1527. # [21:19] <@khuey> Kailas: ah, this in a component?
  1528. # [21:19] <@khuey> or a jsm or something?
  1529. # [21:19] <@khuey> Kailas: regardless, it shouldn't matter, once you have the document you can get the URI from that
  1530. # [21:20] <@khuey> you don't need the actual <browser>
  1531. # [21:20] * Quits: ameya_bapat (chatzilla@F9118C07.BC575B74.3B788C77.IP) (Ping timeout)
  1532. # [21:21] <Kailas> khuey: thanks!
  1533. # [21:22] <Optimizer> does "td" element has "value" attribute ? so that I can do document.createElement("td").setAttribute("value", "cell content"); ?
  1534. # [21:23] <Mook> Optimizer: they have a .textContent... or you can poke its children
  1535. # [21:24] <Optimizer> td's children ?
  1536. # [21:24] <Optimizer> what children can a cell have ? daughter cells ? :P
  1537. # [21:24] <Mook> while (td.firstChild) td.removeChild(td.firstChild); td.appendChild(document.createTextNode("pants"));
  1538. # [21:24] * Joins: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org)
  1539. # [21:25] <Optimizer> so table's cells can also have any kind of html tags ?
  1540. # [21:25] <Optimizer> div or anything
  1541. # [21:26] <Kailas> khuey: its nsIDOMWindow interface. Do u know How to get URI from it?
  1542. # [21:26] <Mook> sure, within the limits of what the engine can cope with (what it does with a <body> may be nonsensical, but it will probably accept it)
  1543. # [21:26] <Optimizer> :D
  1544. # [21:26] * Quits: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org) (Ping timeout)
  1545. # [21:26] <Optimizer> thanks Mook
  1546. # [21:27] <RyanVM> edmorley: Ms2ger: FWIW, I've already had to un-bitrot 2 of the 5 patches I've applied. I'm wondering if it was indeed a bad merge.
  1547. # [21:27] * Joins: rkd (Adium@moz-85EBB8A.dia.static.qwest.net)
  1548. # [21:27] * Quits: rkd (Adium@moz-85EBB8A.dia.static.qwest.net) (Quit: Leaving.)
  1549. # [21:27] <edmorley> RyanVM: ah
  1550. # [21:28] <@khuey> Kailas: .location?
  1551. # [21:28] <edmorley> RyanVM: revert was a bit drastic, but I thought it would at least rule out the bad merge possibility (and also seeing as your test backout had burnt on try) and get us fixed quicker in the long run
  1552. # [21:28] <RyanVM> agreed 100%
  1553. # [21:29] <edmorley> RyanVM: thank you for relanding bits now
  1554. # [21:29] <RyanVM> and honestly, it doesn't take long to hg export changesets to the patch directory and re-apply
  1555. # [21:29] * Quits: Callek (chatzilla@moz-BDD802ED.hfc.comcastbusiness.net) (Ping timeout)
  1556. # [21:29] * Joins: smaug (chatzilla@moz-3C907DEA.elisa-laajakaista.fi)
  1557. # [21:29] * ChanServ sets mode: +o smaug
  1558. # [21:30] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1559. # [21:30] * Joins: smontagu (chatzilla@moz-ED87CF36.red.bezeqint.net)
  1560. # [21:30] * Joins: Bas (chatzilla@FD47FD10.82C3F5CE.6E749025.IP)
  1561. # [21:31] * Quits: tantek (tantek@moz-17B51346.dsl.dynamic.sonic.net) (Quit: tantek)
  1562. # [21:32] * Joins: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz)
  1563. # [21:33] * Quits: paulproteus (quassel@rose.makesad.us) (Ping timeout)
  1564. # [21:35] * Joins: paulproteus (quassel@moz-E86A3B42.makesad.us)
  1565. # [21:36] * Joins: imphil (philipp@moz-655EF802.customer.m-online.net)
  1566. # [21:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7abce15d1cb3 - Ed Morley - Bug 780373 - scrollbars-01.svg & scrollbars-02.svg are perma-orange on Android. r=mfinkle
  1567. # [21:43] * Joins: vikash (vikash@76072BDA.2905CAEE.5D9ABA9F.IP)
  1568. # [21:44] <@khuey> ugh
  1569. # [21:44] <@khuey> nsGlobalWindow::SetNewDocument is such a terrible place
  1570. # [21:45] * Quits: smontagu (chatzilla@moz-ED87CF36.red.bezeqint.net) (Ping timeout)
  1571. # [21:47] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  1572. # [21:48] * Joins: smontagu (chatzilla@moz-BD4880CB.red.bezeqint.net)
  1573. # [21:48] <RyanVM> edmorley: err https://tbpl.mozilla.org/php/getParsedLog.php?id=14132679&tree=Mozilla-Inbound
  1574. # [21:51] <edmorley> RyanVM: funky!
  1575. # [21:54] * Joins: qheaden (qheaden@moz-1196D060.nrflva.fios.verizon.net)
  1576. # [21:54] * Quits: vikash (vikash@76072BDA.2905CAEE.5D9ABA9F.IP) (Quit: Leaving)
  1577. # [21:58] <RyanVM> edmorley: I'm going to go ahead and call that python randomness
  1578. # [21:59] <edmorley> I'll file if needs be?
  1579. # [21:59] <edmorley> bugs are cheap :-)
  1580. # [21:59] * Quits: smontagu (chatzilla@moz-BD4880CB.red.bezeqint.net) (Ping timeout)
  1581. # [21:59] <RyanVM> i guess
  1582. # [21:59] <Optimizer> my cells in the table are not vertically aligning :(
  1583. # [22:00] <Optimizer> Mook:
  1584. # [22:00] <Optimizer> ^
  1585. # [22:00] <Optimizer> I am dynamically adding the rows and cells
  1586. # [22:01] * Quits: kanru (kanru@E49413D4.2BE51E56.888BF55D.IP) (Ping timeout)
  1587. # [22:02] * Quits: LenoirINT (Mibbit@moz-976DEE9F.hsd1.mn.comcast.net) (Quit: http://www.mibbit.com ajax IRC Client)
  1588. # [22:03] * Joins: jwilde1 (Earlybird@moz-23E1A364.aton.com)
  1589. # [22:03] * Quits: jwilde (Earlybird@moz-23E1A364.aton.com) (Connection reset by peer)
  1590. # [22:07] * Quits: jwilde1 (Earlybird@moz-23E1A364.aton.com) (Connection reset by peer)
  1591. # [22:09] * Quits: Kailas (patilkr@C12DF1BD.B497A1ED.4A949B84.IP) (Quit: Leaving)
  1592. # [22:11] * Joins: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se)
  1593. # [22:12] * Joins: ferjm (ferjm@moz-45CEBBA9.red-83-42-171.dynamicip.rima-tde.net)
  1594. # [22:13] * Joins: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1595. # [22:13] * Joins: sewardj_ (sewardj@moz-333713C8.dip.t-dialin.net)
  1596. # [22:13] * Quits: johanc (chatzilla@moz-8E1A9E8E.bredband.comhem.se) (Ping timeout)
  1597. # [22:16] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  1598. # [22:16] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  1599. # [22:16] * Joins: jwilde (Earlybird@moz-23E1A364.aton.com)
  1600. # [22:19] * Joins: mdas (mdas@50AE257C.D30B51A1.412CF160.IP)
  1601. # [22:19] * Quits: maikmerten (maikmerten@moz-BAF928D1.dynamic.qsc.de) (Client exited)
  1602. # [22:20] * Quits: mdas (mdas@50AE257C.D30B51A1.412CF160.IP) (Quit: mdas)
  1603. # [22:20] * edmorley has been going through the recent top unfixed (/not-since-disabled) oranges and is coming across the same components/modules again and again :-/
  1604. # [22:22] * Joins: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net)
  1605. # [22:23] <jlebar> ../config/autoconf.mk:668: ../src/config/baseconfig.mk: No such file or directory
  1606. # [22:23] <jlebar> I filed https://bugzilla.mozilla.org/show_bug.cgi?id=780414, in case anyone else hits this.
  1607. # [22:23] <edmorley> jlebar: glandium should be able to help
  1608. # [22:23] * Quits: sewardj_ (sewardj@moz-333713C8.dip.t-dialin.net) (Ping timeout)
  1609. # [22:24] <RyanVM> edmorley: No comment other than to say that I wish said module owners felt more of a need to see their tests run reliably
  1610. # [22:25] * Joins: AaronMT (AaronMT@moz-DEDA283.cpe.net.cable.rogers.com)
  1611. # [22:26] <edmorley> RyanVM: agreed
  1612. # [22:26] <Optimizer> do we have to do something special to vertically align the cells in a column in a table
  1613. # [22:26] <Optimizer> my first cell of each row is of diff width
  1614. # [22:26] <RyanVM> it's probably been a couple years now since the last major effort was made to reduce the amount of random orange
  1615. # [22:26] * Quits: WeirdAl (chatzilla@moz-857040DF.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347])
  1616. # [22:26] <Optimizer> and the second cell just comes after it, without any spacing, so basically its not in a vertical line
  1617. # [22:26] <RyanVM> I still remember one of roc's blog posts about using record and replay to track one down that only occurred once every 500 runs or so
  1618. # [22:26] <RyanVM> but it was a legitimate bug in the code
  1619. # [22:27] <edmorley> RyanVM: a couple of individuals are going to no doubt feel I'm singling out every test they have written; but I'm just going by orangefactor top oranges :-(
  1620. # [22:27] <RyanVM> can you CC me to whatever bug you're filing on this?
  1621. # [22:27] * jlebar whistles innocently
  1622. # [22:27] <RyanVM> indexeddb has to be close to the top
  1623. # [22:28] <edmorley> RyanVM: I'm replying to existing filed oranges, I don't wish to name names, my bugzilla activity is within your reach, were you curious
  1624. # [22:28] <edmorley> :-)
  1625. # [22:28] <jlebar> Actually, it looks like my tests are no longer in the top.
  1626. # [22:28] <jlebar> Yay.
  1627. # [22:28] <RyanVM> mediastream would have been another guess had you not just disabled the worst offenders
  1628. # [22:30] <RyanVM> btw, edmorley, I see no harm in publicly shaming people/module owners for not acting on randomorange bugs for months
  1629. # [22:31] <derf> RyanVM: Why should reducing random orange be a major effort, instead of a continuous effort?
  1630. # [22:31] <@khuey> edmorley: all in DOM? :-P
  1631. # [22:31] <RyanVM> derf: continuous implies that it's being done...
  1632. # [22:31] <derf> Yes.
  1633. # [22:31] <derf> That is what I was trying to imply.
  1634. # [22:31] <RyanVM> derf: try starring the trees for a few days and tell me how much continuous effort is being made
  1635. # [22:32] <derf> No, I agree with you it is not currently being done.
  1636. # [22:32] <RyanVM> I agree 100% that it shoudl be continuous
  1637. # [22:32] <Optimizer> anyone ?
  1638. # [22:32] <RyanVM> derf: but that doesn't seem to be how it ends up playing out
  1639. # [22:33] * RyanVM says that as he stars Bug 619623
  1640. # [22:34] <RyanVM> where the last non-tbpl commen was in december of last year
  1641. # [22:34] <RyanVM> with a "fix" being checked in
  1642. # [22:34] <RyanVM> 540 stars later...
  1643. # [22:35] <edmorley> khuey: http://brasstacks.mozilla.com/orangefactor/?display=OrangeFactor&includefiltertype=quicksearch&includefilterdetailsquicksearch=&includefilterdetailsexcludeResolved=true&includefilterdetailsnumbugs=15&includefilterdetailsresolvedIds=&excludefiltertype=ids&excludefilterdetailsbugids=778179,661099,759707,733848&excludefilterdetailsresolvedIds=778179,661099,759707,733848&tree=trunk&startday=2012-07-31&endday=2012-08-04
  1644. # [22:36] <@khuey> edmorley: ah, <video>
  1645. # [22:37] <@khuey> I should have known
  1646. # [22:38] * edmorley will just keep on disabling video tests on linux until people care enough to spend the time to look at the failures
  1647. # [22:38] <edmorley> s/video/video+audio/
  1648. # [22:39] * Joins: smontagu (chatzilla@moz-9CE001BC.red.bezeqint.net)
  1649. # [22:39] <edmorley> moaning about linux media failures... it's like I've turned into philor already :-)
  1650. # [22:40] <edmorley> khuey: thank you for taking a look at bug 774770
  1651. # [22:40] <edmorley> <3
  1652. # [22:40] * Joins: lerc (quassel@moz-70BE81E.telstraclear.net)
  1653. # [22:40] <@khuey> edmorley: yeah, I wish I had more time to do this stuff
  1654. # [22:41] * @khuey should probably try to catch 689328 too
  1655. # [22:41] * edmorley thinks it's about time to file the 'figure out how to clone our devs' bug
  1656. # [22:42] <KWierso|Home> | git clone people://mozilla.org/khuey
  1657. # [22:42] <capella> hmmm ... latest pull [Error 193] %1 is not a valid Win32 application
  1658. # [22:42] <KWierso|Home> |
  1659. # [22:42] <capella> clobber time ....?
  1660. # [22:43] <edmorley> it means your clone of khuey failed :-(
  1661. # [22:44] * Quits: smontagu (chatzilla@moz-9CE001BC.red.bezeqint.net) (Ping timeout)
  1662. # [22:46] * Quits: AaronMT (AaronMT@moz-DEDA283.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  1663. # [22:47] <capella> oic - could be Bug 780414 - Build failing with
  1664. # [22:47] * Quits: Ms2ger (Ms2ger@AE42FA8.502F5C07.37724B0D.IP) (Quit: nn)
  1665. # [22:47] <RyanVM> pretty sure I didn't touch the mouse or keyboard during the test, either
  1666. # [22:49] * Quits: ferjm (ferjm@moz-45CEBBA9.red-83-42-171.dynamicip.rima-tde.net) (Quit: Leaving)
  1667. # [22:53] * Fallen|away is now known as Fallen
  1668. # [22:55] * Quits: ferongr (ferongr@moz-70ABEF66.dsl.dyn.forthnet.gr) (Ping timeout)
  1669. # [22:58] * khuey is now known as khuey|away
  1670. # [23:00] * Quits: jwilde (Earlybird@moz-23E1A364.aton.com) (Ping timeout)
  1671. # [23:00] * jlebar is now known as jlebar|away
  1672. # [23:03] * Joins: smontagu (chatzilla@moz-9CE001BC.red.bezeqint.net)
  1673. # [23:08] * Quits: catalinb (ethereal@307BEC06.D7044D45.9BEFC002.IP) (Ping timeout)
  1674. # [23:09] * Parts: tchevalier (Daily@moz-ED7546AF.w109-210.abo.wanadoo.fr)
  1675. # [23:13] * Joins: berkerpeksag (berkerpeks@2487BB86.A0785369.D2FADA4.IP)
  1676. # [23:13] * Joins: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org)
  1677. # [23:14] <edmorley> RyanVM: are you sure? :p
  1678. # [23:14] * Quits: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org) (Ping timeout)
  1679. # [23:15] <edmorley> it very clearly says you did...
  1680. # [23:15] <RyanVM> actually, I probably was touching my mouse and keyboard while that test was running
  1681. # [23:15] <edmorley> see! :-)
  1682. # [23:19] <RyanVM> on the bright side, I should have Ms2ger relanded in the next half hour or so
  1683. # [23:21] * Joins: hub (hub@moz-E2FCA694.figuiere.net)
  1684. # [23:22] * Joins: sewardj_ (sewardj@moz-333713C8.dip.t-dialin.net)
  1685. # [23:24] * Joins: jduell (jduell@moz-F20EC42A.hfc.comcastbusiness.net)
  1686. # [23:25] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Ping timeout)
  1687. # [23:25] * Joins: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org)
  1688. # [23:27] * Quits: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org) (Ping timeout)
  1689. # [23:28] * Joins: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org)
  1690. # [23:29] * Quits: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org) (Input/output error)
  1691. # [23:30] * khuey|away is now known as khuey
  1692. # [23:33] <edmorley> RyanVM: cool :-)
  1693. # [23:34] * Joins: jgilbert (jgilbert@moz-61FE2955.hsd1.ca.comcast.net)
  1694. # [23:35] <capella> dang ... still getting [Error 193] %1 is not a valid Win32 application
  1695. # [23:36] * Joins: atuljangra (Mibbit@4F61608F.49A4DE4E.93E5B96C.IP)
  1696. # [23:41] * Quits: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Quit: Miranda IM - Multi protocol instant messenger @ www.miranda-im.org)
  1697. # [23:46] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1698. # [23:46] * ChanServ sets mode: +o roc
  1699. # [23:47] * Quits: Optimizer (Optimizer@C4423EBB.28F7ABB7.BE90E62C.IP) (Connection reset by peer)
  1700. # [23:47] * Joins: Optimizer (Optimizer@C4423EBB.28F7ABB7.BE90E62C.IP)
  1701. # [23:48] * Joins: pcwalton (pcwalton@moz-A0DE3586.hfc.comcastbusiness.net)
  1702. # [23:48] * Quits: pcwalton (pcwalton@moz-A0DE3586.hfc.comcastbusiness.net) (Quit: nbvcx)
  1703. # [23:50] * Joins: espadrine (thaddee_ty@moz-85EBB8A.dia.static.qwest.net)
  1704. # [23:53] * Quits: clokep (Instantbir@moz-69FB3955.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.2a1pre -- http://www.instantbird.com)
  1705. # [23:54] <@khuey> test_xhr_progressevents.html doesn't always run the same number of tests :-P
  1706. # [23:57] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  1707. # [23:57] <@khuey> I guess that's not too surprising
  1708. # [23:58] <@khuey> since the number of progress events can vary
  1709. # Session Close: Sun Aug 05 00:00:00 2012

The end :)