/irc-logs / mozilla / #developers / 2014-01-08 / end

Options:

  1. # Session Start: Wed Jan 08 00:00:00 2014
  2. # Session Ident: #developers
  3. # [00:00] * Quits: Pike (chatzilla@moz-3AB2E7C8.pool.mediaways.net) (Ping timeout)
  4. # [00:01] * Quits: kinetik (kinetik@24B52514.611C109.FC74E68.IP) (Quit: leaving)
  5. # [00:01] * Joins: Pike (chatzilla@moz-3AB2E7C8.pool.mediaways.net)
  6. # [00:01] * Joins: kinetik (kinetik@24B52514.611C109.FC74E68.IP)
  7. # [00:04] * Joins: bent (chatzilla@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  8. # [00:05] * philor|away is now known as philor
  9. # [00:08] * gregglind is now known as gregglind_away
  10. # [00:08] * Quits: maxli (maxli@moz-70F9251D.thefacebook.com) (Quit: Leaving.)
  11. # [00:08] * Joins: ehugg (chatzilla@E7B75940.29102B70.6CD50604.IP)
  12. # [00:09] <dmajor> ehsan: ping
  13. # [00:09] <@ehsan> dmajor: hi
  14. # [00:09] <tbsaunde> is try busted or something? https://tbpl.mozilla.org/?tree=Try&rev=1a4876c761c9 doesn't load for me
  15. # [00:09] <dmajor> ehsan: hi. do you know how many more unified build changes are still upcoming?
  16. # [00:09] <Callek> tbsaunde: wfm
  17. # [00:10] <@ehsan> dmajor: I'm not planning on doing much more at the moment
  18. # [00:10] <@ehsan> why do you ask?
  19. # [00:10] <@gavin> Pike: re: rdf module ownership, I think you should just go ahead and update the wiki and ask for forgiveness on governance, rather than blocking on it
  20. # [00:10] <@gavin> seems pretty straightforward and unobjectionable
  21. # [00:10] <dmajor> ehsan: for context, in bug 951863 it looks like relatively innocuous build changes are totally confusing windows PGO
  22. # [00:11] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  23. # [00:11] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  24. # [00:11] * @ehsan looks
  25. # [00:11] <tbsaunde> Callek: yeah, me too now...
  26. # [00:11] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  27. # [00:12] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  28. # [00:13] <@ehsan> hmm
  29. # [00:13] <@ehsan> dmajor: but there must be a reason for this...
  30. # [00:14] <Pike> gavin: yeah, but I'm also not under time pressure. A day or two, and I'll march ahead. There's enough stuff to do in the meantime coming back from the holidays ;-)
  31. # [00:14] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Client exited)
  32. # [00:14] <dmajor> ehsan: if(tooMuchCode) optimizer.GiveUp() ?
  33. # [00:14] <@ehsan> dmajor: also, I note that in https://bugzilla.mozilla.org/show_bug.cgi?id=951863#c7 you've run the talos tests only once on each build
  34. # [00:14] <@ehsan> you need to run them ~10 times or so to account for the noise in general
  35. # [00:15] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  36. # [00:15] <dmajor> ehsan: I didn't look at the talos numbers, I grabbed the bits and ran local tests
  37. # [00:15] <dmajor> under a profiler and everything
  38. # [00:16] <@ehsan> dmajor: I really doubt they have that code
  39. # [00:16] <@ehsan> plus
  40. # [00:16] <@ehsan> we've been adding/removing stuff from unified builds pretty loosely
  41. # [00:16] <@ehsan> this must be something special about nsDebugImpl.cpp
  42. # [00:16] <@ehsan> yeah, hence "in general" in my comment :)
  43. # [00:16] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  44. # [00:16] <@ehsan> dmajor: can you try "bisecting" nsDebugImpl.cpp?
  45. # [00:16] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  46. # [00:17] <@ehsan> i.e., adding half of it to the unified build, see what happens, etc?
  47. # [00:18] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Leaving...)
  48. # [00:18] * Quits: Optimizer (Optimizer@7957C212.9FD4CD32.BE4CF869.IP) (Ping timeout)
  49. # [00:18] <dmajor> ehsan: sounds pretty painful, in theory it could be 2^n in the number of functions
  50. # [00:18] * sheppy is now known as sheppy-offline
  51. # [00:18] * Joins: yene (yene@moz-F6A0769B.dclient.hispeed.ch)
  52. # [00:18] <@ehsan> dmajor: no, should be lg(n)
  53. # [00:19] * Joins: Optimizer (Optimizer@7957C212.9FD4CD32.BE4CF869.IP)
  54. # [00:19] * Quits: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  55. # [00:19] <dmajor> ehsan: I don't think you can expect to take contiguous chunks in the typical bisect manner. What if the problem arises only when you unify foo and bar, where they are from different parts of the file?
  56. # [00:20] <@ehsan> well
  57. # [00:20] <@ehsan> that _could_ be the case
  58. # [00:20] <@ehsan> but we don't know that yet...
  59. # [00:20] * Joins: spohl (Adium@moz-2F20595C.static.hvvc.us)
  60. # [00:20] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  61. # [00:20] * Quits: Pike (chatzilla@moz-3AB2E7C8.pool.mediaways.net) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  62. # [00:20] * Joins: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com)
  63. # [00:20] * Joins: rillian (giles@moz-29D892D2.osuosl.org)
  64. # [00:20] * mcote is now known as mcote|afk
  65. # [00:20] <@ehsan> dmajor: how about this, start to move some big funcs out of nsDebugImpl.cpp
  66. # [00:20] <@ehsan> ones that affect opt builds
  67. # [00:20] <@ehsan> such as Break()
  68. # [00:21] <@ehsan> NS_DebugBreak()
  69. # [00:21] <@ehsan> etc
  70. # [00:21] <dmajor> ehsan: the other thing is that we've seen transitions between good build and bad builds from changes besides nsdebugimpl
  71. # [00:21] <@ehsan> and unify the rest
  72. # [00:21] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  73. # [00:21] <@ehsan> oh wait
  74. # [00:21] <@ehsan> wut?
  75. # [00:22] <@ehsan> yeah
  76. # [00:23] <@ehsan> sorry I didn't read the bug closely enough
  77. # [00:23] <@ehsan> so the thing is, unification actually makes the obj files that the PGO compiler sees smaller
  78. # [00:24] <dmajor> smaller in total or smaller individually?
  79. # [00:25] <@ehsan> the former
  80. # [00:25] * Quits: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP) (Client exited)
  81. # [00:25] <dmajor> ok, yeah, I believe that. but individually they get much larger, right?
  82. # [00:26] <@ehsan> yes
  83. # [00:26] * Quits: vichen (vichen@moz-C88BEACE.dynamic.hinet.net) (Quit: vichen)
  84. # [00:26] * nthomas is now known as nthomas|away
  85. # [00:28] <dmajor> I wonder if that causes problems. We push the linker's limits in other ways already :)
  86. # [00:29] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  87. # [00:29] <@ehsan> dmajor: but can you think of a plausible edge case we might be hitting?
  88. # [00:29] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: computer sleep)
  89. # [00:30] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  90. # [00:30] <@ehsan> inlining decisions are usually made based on the functions under consideration, not the object file
  91. # [00:30] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  92. # [00:31] * jhopkins|bbiab is now known as jhopkins
  93. # [00:32] <dmajor> I would hope so, yes
  94. # [00:32] <dmajor> but this whole bug is about pgo not behaving as we would hope :)
  95. # [00:32] <@ehsan> hmm
  96. # [00:32] <@ehsan> I don't know what to say! :)
  97. # [00:33] <dmajor> well in the best case, this issue never flares up again, and we're all happy
  98. # [00:33] * Quits: Optimizer (Optimizer@7957C212.9FD4CD32.BE4CF869.IP) (Ping timeout)
  99. # [00:33] <dmajor> I was just wondering how likely it is to come back
  100. # [00:34] * Quits: dew (Instantbir@moz-9D36B7B6.static.stls.mo.charter.com) (Ping timeout)
  101. # [00:34] * Joins: dew (Instantbir@moz-9D36B7B6.static.stls.mo.charter.com)
  102. # [00:35] <@ehsan> given that we don't really know what caused it, who can say? :(
  103. # [00:37] <@ted> sounds like we're just hovering near some threshold
  104. # [00:37] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  105. # [00:37] <@ted> but all of PGO is a big black box :-/
  106. # [00:37] * Quits: dew (Instantbir@moz-9D36B7B6.static.stls.mo.charter.com) (Connection reset by peer)
  107. # [00:37] * Joins: dew (Instantbir@moz-9D36B7B6.static.stls.mo.charter.com)
  108. # [00:37] * Joins: milan (milan@DCCB19B.4BDAEB58.49ACD689.IP)
  109. # [00:38] <dmajor> input: magical incantations, animal sacrifices. output: slightly faster code
  110. # [00:38] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/6f4005142a90 - Lukas Blakk - Post Beta 4 disable EARLY_BETA_OR_EARLIER a=release-mgmt
  111. # [00:39] <NeilAway> RyanVM|afk: hmm, that reftest failure is interesting... it looks like the test was compared before it had finished loading :s
  112. # [00:42] * Joins: Optimizer (Optimizer@7957C212.9FD4CD32.BE4CF869.IP)
  113. # [00:42] <NeilAway> RyanVM|afk: the dead giveaway is that the failure is different from a failure from not having the C++ changes
  114. # [00:43] <glandium> lsblakk: you didn't disable EARLY_BETA_OR_EARLIER with that change
  115. # [00:43] <lsblakk> glandium: no?
  116. # [00:43] <glandium> lsblakk: no
  117. # [00:43] <lsblakk> oh, there's a mozconfig component?
  118. # [00:43] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  119. # [00:43] <glandium> lsblakk: hint: the 1 could be "early_beta_or_earlier"
  120. # [00:44] <NeilAway> RyanVM|afk: who can I talk to about troubleshooting?
  121. # [00:44] <glandium> lsblakk: that is, having a value, even 0, is positive
  122. # [00:44] <lsblakk> oh i see
  123. # [00:44] <lsblakk> it needs to be EARLY_BETA_OR_EARLIER=
  124. # [00:44] <lsblakk> not 0 or 1
  125. # [00:45] <glandium> or delete the like
  126. # [00:45] <glandium> line
  127. # [00:45] <lsblakk> hm
  128. # [00:45] <lsblakk> k
  129. # [00:45] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  130. # [00:46] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  131. # [00:46] * Quits: mgol (m_gol@moz-6EC8A93B.neoplus.adsl.tpnet.pl) (Quit: Linkinus - http://linkinus.com)
  132. # [00:46] * jorendorff is now known as jorendorff_away
  133. # [00:47] * coop is now known as coop|afk
  134. # [00:47] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  135. # [00:47] * Joins: m_gol (m_gol@moz-6EC8A93B.neoplus.adsl.tpnet.pl)
  136. # [00:48] * kats|away is now known as kats
  137. # [00:48] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/eb135653c9c4 - Lukas Blakk - Removes the value for define EARLY_BETA_OR_EARLIER a=release-mgmt
  138. # [00:48] * Quits: jgriffin (jgriffin@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  139. # [00:48] * Joins: jgriffin (jgriffin@moz-ACDE7EEC.mozilla.com)
  140. # [00:48] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  141. # [00:49] * Quits: Optimizer (Optimizer@7957C212.9FD4CD32.BE4CF869.IP) (Ping timeout)
  142. # [00:50] * Joins: ekr (ekr@moz-7B0110AD.mv.mozilla.com)
  143. # [00:50] * Quits: milan (milan@DCCB19B.4BDAEB58.49ACD689.IP) (Input/output error)
  144. # [00:50] * Joins: maxli (maxli@moz-70F9251D.thefacebook.com)
  145. # [00:52] <glandium> lsblakk: now, the problem you'll have is that unless there's someone putting the value back to something after the 28 merge, it's going to stay empty
  146. # [00:52] * Quits: Bas (chatzilla@moz-DCAF14EF.ftth.concepts.nl) (Input/output error)
  147. # [00:52] <lsblakk> glandium: how's that - isn't it set to 1 on Aurora?
  148. # [00:52] * lsblakk checks
  149. # [00:53] * Joins: Bas (chatzilla@moz-DCAF14EF.ftth.concepts.nl)
  150. # [00:53] <glandium> lsblakk: depends how we merge
  151. # [00:53] <lsblakk> it's on central and aurora
  152. # [00:53] <heycam> tree looks good to open now?
  153. # [00:53] <lsblakk> afaik we will overwrite m-b with the aurora version of this file
  154. # [00:53] <glandium> with a standard hg merge, since the file hasn't changed, it will stay with what is on beta
  155. # [00:53] <lsblakk> since at merge time i know i have to revert changes to l10n files
  156. # [00:53] <lsblakk> it's not a standard merge
  157. # [00:53] <lsblakk> we pull in from a tag
  158. # [00:54] <lsblakk> pretty sure we overwrite
  159. # [00:54] <lsblakk> that's how many changes have bubbled up in the past
  160. # [00:55] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  161. # [00:55] * Quits: jgriffin (jgriffin@moz-ACDE7EEC.mozilla.com) (Ping timeout)
  162. # [00:55] * Joins: briansmith (briansmith@moz-FFF8FA4C.hawaii.res.rr.com)
  163. # [00:55] * Joins: rmkoesters (Thunderbir@moz-DEBA6627.hsd1.in.comcast.net)
  164. # [00:55] * Joins: dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  165. # [00:55] * ChanServ sets mode: +ao dbaron dbaron
  166. # [00:55] <glandium> lsblakk: then it should be fine
  167. # [00:56] * Joins: jgriffin (jgriffin@125EF623.B2666F0E.66399531.IP)
  168. # [00:56] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  169. # [00:57] * BenWa is now known as BenWa|email
  170. # [00:57] * Quits: dew (Instantbir@moz-9D36B7B6.static.stls.mo.charter.com) (Connection reset by peer)
  171. # [00:58] * Joins: dew (Instantbir@moz-9D36B7B6.static.stls.mo.charter.com)
  172. # [01:01] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Connection reset by peer)
  173. # [01:01] <lsblakk> :)
  174. # [01:01] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  175. # [01:02] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  176. # [01:03] * Joins: masayuki2 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  177. # [01:03] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Connection reset by peer)
  178. # [01:03] * geekboy|afk is now known as geekboy
  179. # [01:03] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  180. # [01:05] * Quits: grobinson|laptop (grob_@moz-728FE2B5.snydernet.net) (Quit: Leaving)
  181. # [01:06] <KWierso|sheriffduty> heycam: promise you won't break it? :)
  182. # [01:06] * Joins: sworkman (sworkman@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  183. # [01:06] <heycam> KWierso|sheriffduty, landing a DONTBUILD patch, so I can't break it :)
  184. # [01:06] * Joins: bbondy (bbondy@8F761026.B5EF4AF6.E96CA9D8.IP)
  185. # [01:06] <KWierso|sheriffduty> heycam: challenge accepted :P
  186. # [01:06] * Joins: gandalf (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  187. # [01:07] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  188. # [01:07] * Joins: milan (milan@DCCB19B.4BDAEB58.49ACD689.IP)
  189. # [01:07] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  190. # [01:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c23f0d94ba4b - Cameron McCormack - Add command to lldbinit to print objects using their concrete type; no bug. (NPOTB, DONTBUILD) rs=ehsan
  191. # [01:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2e7e2de7b13e - David Keeler - bug 948574 - remote nsISiteSecurityService::IsSecureURI r=bz
  192. # [01:09] * Quits: briansmith (briansmith@moz-FFF8FA4C.hawaii.res.rr.com) (Quit: Leaving)
  193. # [01:10] * Quits: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  194. # [01:10] * geekboy is now known as geekboy|afk
  195. # [01:11] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  196. # [01:11] * Quits: @khuey (khuey@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  197. # [01:12] * Quits: maxli (maxli@moz-70F9251D.thefacebook.com) (Quit: Leaving.)
  198. # [01:13] * Joins: khuey (khuey@moz-DB4A9C19.scl3.mozilla.com)
  199. # [01:13] * ChanServ sets mode: +o khuey
  200. # [01:13] * Quits: dew (Instantbir@moz-9D36B7B6.static.stls.mo.charter.com) (Ping timeout)
  201. # [01:13] * wlach is now known as wlach|afk
  202. # [01:13] * Quits: geo (geo@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving...)
  203. # [01:14] * ewong|away is now known as ewong
  204. # [01:14] * Joins: maxli (maxli@moz-70F9251D.thefacebook.com)
  205. # [01:14] * Joins: dew (Instantbir@moz-9D36B7B6.static.stls.mo.charter.com)
  206. # [01:14] * Joins: jduell_ (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  207. # [01:14] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Connection reset by peer)
  208. # [01:15] * Quits: maxli (maxli@moz-70F9251D.thefacebook.com) (Ping timeout)
  209. # [01:16] * Quits: mt (mt@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  210. # [01:19] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  211. # [01:19] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  212. # [01:19] * Joins: mt (mt@moz-BBE3ABD.mv.mozilla.com)
  213. # [01:20] * Quits: jduell_ (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  214. # [01:21] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  215. # [01:23] * Joins: geo (geo@moz-BBE3ABD.mv.mozilla.com)
  216. # [01:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/495387c38734 - Patrick McManus - bug 957093 - namespace consistency for netwerk/protocol/http r=sworkman
  217. # [01:25] * Joins: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net)
  218. # [01:26] <@smaug> roc: thanks for fixing Bug 946065
  219. # [01:26] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  220. # [01:27] * Quits: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  221. # [01:27] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  222. # [01:27] * Quits: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  223. # [01:28] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  224. # [01:28] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  225. # [01:28] * Joins: Optimizer (Optimizer@7957C212.9FD4CD32.BE4CF869.IP)
  226. # [01:30] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  227. # [01:30] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  228. # [01:31] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  229. # [01:31] <@smaug> dbaron: curious, is Bug 915832 still an issue for you ?
  230. # [01:32] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  231. # [01:32] * Joins: maxli (maxli@moz-70F9251D.thefacebook.com)
  232. # [01:32] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Connection reset by peer)
  233. # [01:32] * Joins: jrm2k6_ (jrm2k6@moz-876091EF.sd.sd.cox.net)
  234. # [01:32] * Quits: jrm2k6_ (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  235. # [01:33] * Quits: Optimizer (Optimizer@7957C212.9FD4CD32.BE4CF869.IP) (Ping timeout)
  236. # [01:34] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  237. # [01:34] * Quits: mt (mt@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  238. # [01:37] * Joins: mt (mt@moz-BBE3ABD.mv.mozilla.com)
  239. # [01:37] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  240. # [01:37] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  241. # [01:39] * Quits: sworkman (sworkman@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sworkman)
  242. # [01:43] * Quits: geo (geo@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving...)
  243. # [01:43] * BenWa|email is now known as BenWa
  244. # [01:43] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  245. # [01:43] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  246. # [01:44] * Joins: nattokirai (nattokirai@moz-C286AD9A.bitcat.net)
  247. # [01:44] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  248. # [01:44] * Joins: ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com)
  249. # [01:44] * ChanServ sets mode: +o ehsan
  250. # [01:45] <jhopkins> in case someone has suggestions re: VS2010 and VS2012 coexisting on the same machine: https://bugzilla.mozilla.org/show_bug.cgi?id=946859#c6
  251. # [01:47] * Joins: geo (geo@moz-BBE3ABD.mv.mozilla.com)
  252. # [01:47] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  253. # [01:49] * jhopkins is now known as jhopkins|afk
  254. # [01:49] * bz is now known as bz_away
  255. # [01:49] * Quits: ckitching (ckitching@moz-C0166612.plus.com) (Ping timeout)
  256. # [01:49] * Quits: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP) (Quit: This computer has gone to sleep)
  257. # [01:49] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  258. # [01:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/db68ac22b042 - Boris Zbarsky - Bug 932837 part 1. Make FrameDescription compute the line number lazily. r=jandem
  259. # [01:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8e95a6fcee23 - Boris Zbarsky - Bug 932837 part 5. Don't eagerly grab file/line info when constructing an Exception. r=khuey
  260. # [01:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b6d1eaed0807 - Boris Zbarsky - Bug 932837 part 4. Allocate the caller JSStackFrames lazily. r=khuey
  261. # [01:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a3427a45608d - Boris Zbarsky - Bug 932837 part 2. Create a refcounted object to manage the lifetime of a JS::StackDescription. r=mccr8, terrence
  262. # [01:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e0de03b97222 - Boris Zbarsky - Bug 932837 part 3. Make JSStackFrame get information from the JS stack lazily. r=khuey
  263. # [01:51] * Quits: TimAbraldes (quassel@moz-7FD19BDC.hsd1.or.comcast.net) (Connection reset by peer)
  264. # [01:51] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  265. # [01:53] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Leaving...)
  266. # [01:53] * Joins: Kailas (patilkr@A28AD565.42C92819.48ADE194.IP)
  267. # [01:54] * Callek is now known as Callek_disconnected
  268. # [01:54] * jlund is now known as jlund|afk
  269. # [01:54] * Joins: bholley (bholley@moz-3EBD3656.hsd1.ca.comcast.net)
  270. # [01:54] * nthomas|away is now known as nthomas
  271. # [01:54] * Quits: Kailas (patilkr@A28AD565.42C92819.48ADE194.IP) (Quit: Leaving)
  272. # [01:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/acb5541fdea6 - Nicholas Cameron - Bug 933549. Change PaintState to use a DrawTarget instead of a gfxContext. r=mattwoodrow
  273. # [01:55] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/aa070938b018 - Nicholas Cameron - Bug 933549. Preqrequisites - Matrix::HasNonIntegerTranslation and SetAntialiasingFlags. r=mattwoodrow
  274. # [01:55] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  275. # [01:55] * kats is now known as kats|away
  276. # [01:55] * Quits: aklotz (Thunderbir@FD1E68D2.64455FB.F97ED6F2.IP) (Quit: aklotz)
  277. # [01:55] * Joins: ckitching (ckitching@moz-C0166612.plus.com)
  278. # [01:57] * Quits: dew (Instantbir@moz-9D36B7B6.static.stls.mo.charter.com) (Ping timeout)
  279. # [01:58] * Joins: dew (Instantbir@moz-9D36B7B6.static.stls.mo.charter.com)
  280. # [01:59] * Quits: maxli (maxli@moz-70F9251D.thefacebook.com) (Quit: Leaving.)
  281. # [01:59] * hwine is now known as hwine-ooo
  282. # [02:02] * jdm is now known as jdm|away
  283. # [02:03] * Quits: heftig (heftig@moz-C2A68214.dip0.t-ipconnect.de) (Ping timeout)
  284. # [02:05] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Input/output error)
  285. # [02:05] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  286. # [02:05] * Joins: heftig (heftig@moz-B29C59B9.dip0.t-ipconnect.de)
  287. # [02:05] * Joins: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  288. # [02:06] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  289. # [02:06] * jchen is now known as jchen|away
  290. # [02:06] * Quits: till (till@moz-D54CFA0D.adsl.alicedsl.de) (Client exited)
  291. # [02:07] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  292. # [02:08] * Joins: mwargers (mwargers@moz-F74FC034.hinet-ip.hinet.net)
  293. # [02:08] * Quits: ehugg (chatzilla@E7B75940.29102B70.6CD50604.IP) (Connection reset by peer)
  294. # [02:08] * KaiRo_away is now known as KaiRo
  295. # [02:08] * Joins: ehugg (chatzilla@E7B75940.29102B70.6CD50604.IP)
  296. # [02:09] * Quits: mwargers (mwargers@moz-F74FC034.hinet-ip.hinet.net) (No route to host)
  297. # [02:09] * Joins: mwargers (mwargers@moz-F74FC034.hinet-ip.hinet.net)
  298. # [02:10] * Quits: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP) (Ping timeout)
  299. # [02:10] * Quits: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  300. # [02:11] <KWierso|sheriffduty> nrc: looks like bustage :(
  301. # [02:11] * Quits: mwargers (mwargers@moz-F74FC034.hinet-ip.hinet.net) (Ping timeout)
  302. # [02:11] <nrc> :-( I just backed that out, fixed a bug and checked it built
  303. # [02:12] <@gavin> khuey: NS_WARN_IF(NS_FAILED()) isn't short enough for you?
  304. # [02:12] <KWierso|sheriffduty> nrc: ../../../../gfx/layers/Layers.cpp:1504:34: error: use of undeclared identifier 'permitSubpixelAA'
  305. # [02:12] * Quits: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Boriss)
  306. # [02:12] * Joins: Optimizer (Optimizer@7957C212.9FD4CD32.BE4CF869.IP)
  307. # [02:12] <nrc> What? I fixed that :-(
  308. # [02:12] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Quit: bmoss)
  309. # [02:12] * Quits: RyanVM|afk (Thunderbir@moz-4C953DE7.phlapa.fios.verizon.net) (Quit: RyanVM|afk)
  310. # [02:13] <nrc> I bet I forgot to qref or something dumb
  311. # [02:13] <nrc> yep
  312. # [02:13] <nrc> KWierso|sheriffduty: can I have a few minutes to push a fix please?
  313. # [02:13] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  314. # [02:13] <KWierso|sheriffduty> tree's closed, have at it :)
  315. # [02:14] <nrc> thanks
  316. # [02:14] * Joins: WG9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net)
  317. # [02:14] * Quits: masayuki2 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki2)
  318. # [02:14] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  319. # [02:15] * Joins: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  320. # [02:15] <@khuey> gavin: well if (NS_WARN_IF(NS_FAILED(rv))) {
  321. # [02:16] <@khuey> return rv;
  322. # [02:16] <@khuey> }
  323. # [02:16] <@khuey> is kind of annoying
  324. # [02:16] * Quits: Optimizer (Optimizer@7957C212.9FD4CD32.BE4CF869.IP) (Ping timeout)
  325. # [02:17] * Quits: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  326. # [02:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b668ebb1d700 - Nicholas Cameron - Fix bustage from bug 933549 because I am an idiot who forgot to qref, on a CLOSED TREE
  327. # [02:18] * Joins: maxli (maxli@moz-70F9251D.thefacebook.com)
  328. # [02:18] <@gavin> khuey: get over it
  329. # [02:18] <@gavin> you crazy
  330. # [02:18] <@khuey> heh
  331. # [02:19] * Joins: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net)
  332. # [02:19] <sfink> Hm. I just got a message from a site I recognize saying their user database was hacked and the password hashes stolen. The message contained an HTTP link to a login page where you give both your username and password, which of course would be sent back in the clear. I'm feeling like it's reasonable for me to be paranoid.
  333. # [02:23] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  334. # [02:23] <Waldo> precog hacking
  335. # [02:29] * Quits: Waldo (waldo@A4C1D51D.88834108.72F12571.IP) (Quit: ChatZilla 0.9.87-7.1450hg.fc19 [XULRunner 26.0/20131209183133])
  336. # [02:29] * Quits: tantek (tantek@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: tantek)
  337. # [02:30] * heycam is now known as heycam|away
  338. # [02:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ad56055fac4d - Andrew McCreight - Bug 957370 - Make 'total time' measure total time actually running the CC. r=smaug
  339. # [02:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/67acf04ff8d5 - Andrew McCreight - Bug 956080 - Rename BeginCycleCollection to TraverseRoots. r=smaug
  340. # [02:30] * Quits: maxli (maxli@moz-70F9251D.thefacebook.com) (Quit: Leaving.)
  341. # [02:31] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  342. # [02:31] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  343. # [02:32] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  344. # [02:33] * ctalbert is now known as ctalbert|afk
  345. # [02:33] * Quits: gwagner_ (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner_)
  346. # [02:34] * bc|bbl is now known as bc
  347. # [02:38] <josh> cpearce: I build mozilla-central debug on ubuntu and I have no webm support
  348. # [02:38] <josh> is that the default?
  349. # [02:38] <doublec> josh: webm should work fine
  350. # [02:38] <cpearce> josh no
  351. # [02:39] * Joins: mwargers (mwargers@moz-F74FC034.hinet-ip.hinet.net)
  352. # [02:39] <cpearce> josh: what doublec said.
  353. # [02:39] <doublec> josh: how are you testing that it doesn't work?
  354. # [02:39] <@njn> Has Firefox recently become more aggressive about doing ligatures, such as "fi"
  355. # [02:39] <@njn> ?
  356. # [02:39] <cpearce> josh: test that the pref media.webm.enabled is true?
  357. # [02:39] <josh> doublec: just went to the popcorn main page, where this is a webm video on the front page
  358. # [02:39] * Quits: tessarakt3 (jens@moz-F400B058.dip0.t-ipconnect.de) (Ping timeout)
  359. # [02:40] <josh> cpearce: works in ubuntu stock browser, just not the browser I built
  360. # [02:40] <doublec> josh: link to page?
  361. # [02:40] * cpearce wonders if ubuntu stock is shipping with gstreamer support enabled...
  362. # [02:40] <josh> doublec: http://popcornjs.org/
  363. # [02:40] * Quits: mwargers (mwargers@moz-F74FC034.hinet-ip.hinet.net) (Ping timeout)
  364. # [02:40] <doublec> I get an mp4 on that page
  365. # [02:40] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  366. # [02:41] <KWierso|sheriffduty> .ogv for me
  367. # [02:41] <cpearce> I wonder if the capital 'M' in type="video/webM" is confusing our canplaytype logic
  368. # [02:41] <doublec> are the 'type' attrbiutes of 'source' case sensitive?
  369. # [02:42] <doublec> yeah that's what I was wondering
  370. # [02:42] <cpearce> yeah, looks like it is
  371. # [02:43] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: )
  372. # [02:45] * BenWa is now known as BenWa|email
  373. # [02:46] * Quits: bent (chatzilla@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  374. # [02:47] <josh> cpearce, doublec: I figured out the problem. thanks
  375. # [02:48] * Quits: jgriffin (jgriffin@125EF623.B2666F0E.66399531.IP) (Quit: jgriffin)
  376. # [02:48] <josh> not an issue with the webM capitalization on the site, a self-inflicted issue
  377. # [02:48] <jcranmer> now
  378. # [02:49] <jcranmer> how many people are going to murder me for a self-demonstrating post?
  379. # [02:50] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/5163bf6b21b2 - Luke Wagner - Bug 944821 - Support more than 1 cached asm.js module per origin (r=janv)
  380. # [02:50] <firebot> http://hg.mozilla.org/mozilla-central/rev/32b6a69436de - Patrick McManus - bug 956890 - nshttpconnectioninfo should use ns_inline_decl_refcounting r=sworkman
  381. # [02:50] <firebot> http://hg.mozilla.org/mozilla-central/rev/de68c6ddc8fd - Andrea Marchesini - Bug 949488 - postMessage's targetOrigin argument should accept /, r=bholley
  382. # [02:51] <firebot> http://hg.mozilla.org/mozilla-central/rev/d1b5408d946f - Neil Rashbrook - Bug 952087 Anchor scroll fails if the anchor is created between DOMContentLoaded and onload r=smaug
  383. # [02:51] <firebot> http://hg.mozilla.org/mozilla-central/rev/2a48cbedec72 - Wes Kocher - Merge inbound to m-c
  384. # [02:51] <firebot> http://hg.mozilla.org/mozilla-central/rev/91002487d440 - Terrence Cole - Bug 955660 - Fix an exact rooting hazard in CallSetup; r=bz
  385. # [02:51] * Quits: shorlander (shorlander@moz-93A7049A.dhcp.insightbb.com) (Quit: )
  386. # [02:56] * Quits: mt (mt@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  387. # [02:56] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  388. # [02:57] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  389. # [02:57] * Quits: bholley (bholley@moz-3EBD3656.hsd1.ca.comcast.net) (Quit: bholley)
  390. # [02:57] * Joins: bnicholson (bnicholson@moz-46A94A2D.hsd1.ca.comcast.net)
  391. # [02:57] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  392. # [02:58] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  393. # [02:58] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  394. # [02:58] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/fd45df1d768b - Wes Kocher - Merge b2g-inbound to m-c
  395. # [02:58] <firebot> http://hg.mozilla.org/mozilla-central/rev/549748b5bead - Gaia Pushbot - Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
  396. # [02:59] <firebot> http://hg.mozilla.org/mozilla-central/rev/2441ce158097 - Gaia Pushbot - Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
  397. # [02:59] * Quits: billm (billm@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  398. # [02:59] * Joins: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net)
  399. # [03:00] * BenWa|email is now known as BenWa
  400. # [03:01] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  401. # [03:02] * Quits: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP) (Quit: Leaving.)
  402. # [03:02] * Quits: ehugg (chatzilla@E7B75940.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  403. # [03:02] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  404. # [03:03] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  405. # [03:03] * Quits: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP) (Quit: Leaving.)
  406. # [03:04] * Quits: naveed (nihsanulla@moz-3CA42256.bstnma.fios.verizon.net) (Input/output error)
  407. # [03:04] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  408. # [03:04] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  409. # [03:04] * Joins: sewardj_ (sewardj@moz-3D46A48F.dip0.t-ipconnect.de)
  410. # [03:05] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  411. # [03:05] * Quits: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  412. # [03:05] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  413. # [03:05] * Quits: sewardj (sewardj@moz-85270F46.dip0.t-ipconnect.de) (Ping timeout)
  414. # [03:06] * Quits: @bz_away (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  415. # [03:08] * jchen|away is now known as jchen
  416. # [03:08] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  417. # [03:10] * Joins: jduell (jduell@moz-A8B34C44.hsd1.wa.comcast.net)
  418. # [03:11] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  419. # [03:12] * catlee is now known as catlee-away
  420. # [03:12] * joshua-s is now known as joshua-s|zzz
  421. # [03:13] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/5b9009fc551a - Brian Grinstead - Bug 957160 - DevTools Themes: Use 2x icon for split console on tab bar - part 2;r=pbrosset
  422. # [03:14] <firebot> http://hg.mozilla.org/mozilla-central/rev/5c548fcd09f9 - Wes Kocher - Merge fx-team to m-c
  423. # [03:14] <firebot> http://hg.mozilla.org/mozilla-central/rev/ce93390b4fce - Anton Kovalyov - Bug 951975 - Expose Editor.setOption and Editor.getOption. r=msucan
  424. # [03:14] * Quits: jonasfj (jonasfj@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  425. # [03:15] * Joins: Optimizer (Optimizer@7957C212.9FD4CD32.BE4CF869.IP)
  426. # [03:17] * Quits: @ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com) (Quit: vanished into thin air...)
  427. # [03:19] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  428. # [03:19] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  429. # [03:19] * Joins: alfredo_ (alfredo@moz-99690620.hinet-ip.hinet.net)
  430. # [03:19] * Joins: bz_away (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  431. # [03:20] * Joins: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net)
  432. # [03:21] * Joins: mwu (mwu@moz-246D7070.adsl.dynamic.seed.net.tw)
  433. # [03:21] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  434. # [03:24] * Quits: jduell (jduell@moz-A8B34C44.hsd1.wa.comcast.net) (Ping timeout)
  435. # [03:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2441ce158097 - Gaia Pushbot - Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
  436. # [03:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fd45df1d768b - Wes Kocher - Merge b2g-inbound to m-c
  437. # [03:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5c548fcd09f9 - Wes Kocher - Merge fx-team to m-c
  438. # [03:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ce93390b4fce - Anton Kovalyov - Bug 951975 - Expose Editor.setOption and Editor.getOption. r=msucan
  439. # [03:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fae95974f0fd - Wes Kocher - Merge m-c to inbound
  440. # [03:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/549748b5bead - Gaia Pushbot - Bumping gaia.json for 2 gaia-central revision(s) a=gaia-bump
  441. # [03:25] * Quits: KaiRo (robert@moz-3DF5F344.adsl.highway.telekom.at) (Input/output error)
  442. # [03:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5b9009fc551a - Brian Grinstead - Bug 957160 - DevTools Themes: Use 2x icon for split console on tab bar - part 2;r=pbrosset
  443. # [03:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2a48cbedec72 - Wes Kocher - Merge inbound to m-c
  444. # [03:27] * Joins: glob (glob@FF473684.40C51FFD.D1377FB.IP)
  445. # [03:27] * Quits: tn (tim@moz-2E73ACE4.wp.shawcable.net) (Ping timeout)
  446. # [03:27] * Quits: yene (yene@moz-F6A0769B.dclient.hispeed.ch) (Quit: Family. Duty. Hodor.)
  447. # [03:28] * Joins: yene (yene@moz-F6A0769B.dclient.hispeed.ch)
  448. # [03:28] * Joins: tn (tim@moz-2E73ACE4.wp.shawcable.net)
  449. # [03:28] * Joins: phoebe (phoebe@moz-99690620.hinet-ip.hinet.net)
  450. # [03:28] * Quits: bz_away (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  451. # [03:28] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  452. # [03:29] * Quits: azakai_ (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  453. # [03:31] * Quits: mwu (mwu@moz-246D7070.adsl.dynamic.seed.net.tw) (Quit: mwu)
  454. # [03:33] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  455. # [03:33] * KWierso|sheriffduty is now known as KWierso|afk
  456. # [03:33] * Joins: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP)
  457. # [03:34] * Quits: fabrice1 (fabrice@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  458. # [03:35] * Quits: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP) (Ping timeout)
  459. # [03:35] * BenWa is now known as BenWa|email
  460. # [03:35] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  461. # [03:36] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  462. # [03:37] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  463. # [03:37] * Quits: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy)
  464. # [03:38] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  465. # [03:38] * heycam|away is now known as heycam
  466. # [03:40] * Joins: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP)
  467. # [03:41] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  468. # [03:41] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  469. # [03:41] * Joins: jduell (jduell@moz-A8B34C44.hsd1.wa.comcast.net)
  470. # [03:41] * philor is now known as philor|away
  471. # [03:41] * Quits: glob (glob@FF473684.40C51FFD.D1377FB.IP) (Quit: Leaving...)
  472. # [03:42] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  473. # [03:42] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  474. # [03:43] <froydnj> njn: https://tbpl.mozilla.org/php/getParsedLog.php?id=32670110&tree=Try :(
  475. # [03:44] * Quits: {V} (V@moz-F9CA6B1C.on.nl) (Ping timeout)
  476. # [03:44] <@njn> froydnj: I got a couple of them too, but they went away after re-triggering
  477. # [03:44] * Joins: {V} (V@moz-F9CA6B1C.on.nl)
  478. # [03:45] <@njn> froydnj: but feel free to file a bug in case others have the same problem, so that one's on file
  479. # [03:45] <@njn> froydnj: BTW, I take it to mean you haven't frozen to death
  480. # [03:45] <@njn> froydnj: this is a good thing
  481. # [03:45] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  482. # [03:45] <nthomas> I wonder why that never tried a bundle
  483. # [03:45] <froydnj> njn: not yet!
  484. # [03:46] <froydnj> cold seems to be doing funny things to the internet connection, though
  485. # [03:46] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Quit: Leaving.)
  486. # [03:47] <@njn> it's sunny and 75 F here, and the internet appears to be fine
  487. # [03:47] <@njn> :P
  488. # [03:47] <@njn> no vertices in sight
  489. # [03:47] * Quits: chewey (chewey@moz-18D8663D.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  490. # [03:47] * Quits: rmkoesters (Thunderbir@moz-DEBA6627.hsd1.in.comcast.net) (Ping timeout)
  491. # [03:48] <@njn> I read that Chicago airport was colder on Monday morning than the South Pole
  492. # [03:48] <@njn> though, to be fair, it's summer at the South Pole
  493. # [03:48] * Joins: chewey (chewey@moz-6C68FF73.dip0.t-ipconnect.de)
  494. # [03:50] <benjamin> stop rubbing it in :)
  495. # [03:50] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  496. # [03:51] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  497. # [03:52] * Joins: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com)
  498. # [03:53] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  499. # [03:54] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  500. # [03:54] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  501. # [03:54] <nigelb> lol
  502. # [03:55] * BenWa|email is now known as BenWa
  503. # [03:57] * jlund|afk is now known as jlund
  504. # [03:59] * Joins: bz_away (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  505. # [03:59] * bz_away is now known as bz
  506. # [03:59] * Quits: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Quit: ejpbruel)
  507. # [04:01] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar)
  508. # [04:02] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  509. # [04:02] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  510. # [04:04] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  511. # [04:06] * Quits: gandalf (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  512. # [04:06] * Joins: gandalf (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  513. # [04:06] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  514. # [04:07] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  515. # [04:07] * Joins: m_kato (m_kato@moz-C286AD9A.bitcat.net)
  516. # [04:11] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  517. # [04:11] <@roc> no vertices in sight? do you live in an igloo?
  518. # [04:12] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  519. # [04:12] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  520. # [04:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/07a4682a75f2 - Ehsan Akhgari - Bug 956507 - Remove the PRUnichar typedef from Char16.h; r=jcranmer
  521. # [04:14] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  522. # [04:14] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  523. # [04:15] * Joins: mwu (mwu@moz-99690620.hinet-ip.hinet.net)
  524. # [04:15] * Quits: gandalf (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  525. # [04:15] <mwu> jchen: ping
  526. # [04:15] <jchen> mwu: pong
  527. # [04:16] <mwu> jchen: hey, do you remember much about bug 694325 ?
  528. # [04:16] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  529. # [04:16] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  530. # [04:16] <mwu> I was trying to figure out which commit android fixed this in
  531. # [04:17] * Quits: mchang (mchang@BE99BE02.84BCE52A.BCAEBB33.IP) (Quit: mchang)
  532. # [04:17] <jchen> mwu: oh yeah that one was fun. i think it was fixed with whatever synchronization android added to bionic file functions (fopen, etc.)
  533. # [04:17] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  534. # [04:18] <mwu> oh.
  535. # [04:18] <jchen> mwu: the assumption was there was a race on opening the hosts file
  536. # [04:18] * philor|away is now known as philor
  537. # [04:18] <jchen> but that could be a wrong assumption
  538. # [04:18] <mwu> well, that makes me feel less bad about not being able to find the commit
  539. # [04:18] * Quits: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com) (Quit: Leaving)
  540. # [04:18] <mwu> but we're fairly sure it's fixed post honeycomb, right?
  541. # [04:19] * Joins: darkowlzz (sunny@7401BEEE.7CCA7CC2.F44414AF.IP)
  542. # [04:19] <jchen> mwu: heh. yeah i think 3.0+ fixed it. are you just checking or is it causing problems?
  543. # [04:19] <mwu> just making sure
  544. # [04:19] <mwu> wanted a commit to be really sure, but I'll also take your word for it
  545. # [04:20] <mwu> jchen: basically our hacked version of this doesn't build anymore on kitkat based gonk, and I'd rather just stop building it than fix the build
  546. # [04:21] * Quits: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP) (Quit: Leaving.)
  547. # [04:21] <jchen> mwu: makes sense. i think you also need to revert whatever linker wrap flags we're using?
  548. # [04:21] <mwu> yup
  549. # [04:23] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  550. # [04:24] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  551. # [04:25] * Quits: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131211142747])
  552. # [04:25] * Joins: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com)
  553. # [04:26] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  554. # [04:28] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  555. # [04:28] * Joins: maxli (maxli@moz-78AD779D.hsd1.ca.comcast.net)
  556. # [04:28] * terrence is now known as terrence-afk
  557. # [04:29] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  558. # [04:29] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse)
  559. # [04:30] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  560. # [04:30] * Quits: automata (automata@790517F7.D25D0FF3.10054EA3.IP) (Quit: This computer has gone to sleep)
  561. # [04:37] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  562. # [04:37] * Quits: serge (Thunderbir@AD4890C8.6987D90E.971E19F6.IP) (Ping timeout)
  563. # [04:37] * Joins: Mook (mook@moz-1819E53A.dsl.teksavvy.com)
  564. # [04:38] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  565. # [04:39] * Joins: centurion (ashickur-n@56E0E426.C507E338.1E0D1E74.IP)
  566. # [04:42] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  567. # [04:42] * Joins: masayuki2 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  568. # [04:43] <philor> urghl
  569. # [04:44] <@njn> lotsa red on inboudn
  570. # [04:44] <philor> indeed
  571. # [04:45] * @njn holds his fire
  572. # [04:46] <philor> fortunately, most of it is just because we don't understand how the intertubes work
  573. # [04:46] * Parts: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  574. # [04:46] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  575. # [04:46] <benjamin> if we don't, who does?
  576. # [04:46] <bz> Or don't work?
  577. # [04:46] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  578. # [04:47] <bz> benjamin: You just made an assumption.... ;)
  579. # [04:47] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  580. # [04:47] <benjamin> existence
  581. # [04:47] <philor> generally, people who lose money when things aren't retried understand it better than people who ignore the bugmail generated by me manually retriggering jobs
  582. # [04:48] <benjamin> who loses money when things aren't retried?
  583. # [04:48] <benjamin> (amazon?)
  584. # [04:48] <KWierso|afk> philor: shouldn't we close all trees at this point?
  585. # [04:48] <philor> there are other trees?
  586. # [04:49] <philor> and closing b2g-inbound is pointless
  587. # [04:49] <philor> closing try, which would be a very strong benefit for its users, will result in nothing but bitching
  588. # [04:50] * KWierso|afk was more talking about m-c and fx-team and aurora/beta
  589. # [04:50] * Joins: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP)
  590. # [04:50] * Quits: kanru (kanru@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  591. # [04:50] <philor> nor will closing trees actually benefit me, since the builds which will trigger tests which I will have to retrigger are all already running
  592. # [04:50] <philor> so, meh
  593. # [04:50] <KWierso|afk> okay
  594. # [04:50] * KWierso|afk resumes |afk
  595. # [04:51] * philor checks who the IT oncall is
  596. # [04:51] <philor> since I might close everything for "Infra failiures" just for fun :)
  597. # [04:51] <benjamin> is that fun?
  598. # [04:51] <philor> it is if it's a certain oncall
  599. # [04:52] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  600. # [04:52] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Quit: Leaving.)
  601. # [04:52] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  602. # [04:52] <nthomas> one of the nodes behind ftp.m.o went down about 19:18 pacific
  603. # [04:53] <philor> huh, does ec2 only hit one node?
  604. # [04:53] <nthomas> it really shouldn't
  605. # [04:53] <philor> I was beginning to notice that all these hundred things I'm retriggering are Linux and b2g
  606. # [04:54] <nthomas> on high numbered ec2 instances ?
  607. # [04:54] * Quits: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  608. # [04:54] <philor> spots and 300s
  609. # [04:55] <philor> mostly spots, but then, most things are
  610. # [04:55] <nthomas> looks like it's just usw2 then
  611. # [04:57] * Quits: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Ping timeout)
  612. # [04:57] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  613. # [04:57] <philor> amusingly, Amazon is actually who *makes* money from this situation
  614. # [04:58] * heycam is now known as heycam|away
  615. # [04:58] <philor> we pay for 21 minute jobs, even when they are test jobs that wouldn't have taken that much total, and then I retrigger a rather large share of them and we pay again
  616. # [04:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/15f55912548a - Ehsan Akhgari - Backed out changeset 07a4682a75f2 (bug 956507) because it has bitrotten
  617. # [05:00] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  618. # [05:00] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  619. # [05:00] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  620. # [05:00] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  621. # [05:02] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  622. # [05:03] <philor> bz: bustage, https://tbpl.mozilla.org/php/getParsedLog.php?id=32672472&tree=Mozilla-Inbound
  623. # [05:03] * Quits: centurion (ashickur-n@56E0E426.C507E338.1E0D1E74.IP) (Quit: Konversation terminated!)
  624. # [05:04] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  625. # [05:06] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  626. # [05:06] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  627. # [05:06] * jorendorff_away is now known as jorendorff
  628. # [05:06] * Quits: phoebe (phoebe@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  629. # [05:06] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  630. # [05:07] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  631. # [05:08] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  632. # [05:08] * Joins: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP)
  633. # [05:09] <philor> nthomas: is http://runtime-binaries.pvt.build.mozilla.org/tooltool in the same place as ftp.m.o?
  634. # [05:09] <nthomas> no
  635. # [05:10] <philor> android builds on m-c
  636. # [05:10] <philor> maybe I will close every tree after all
  637. # [05:11] * Joins: nicklebedev (androirc@moz-29D843ED.net151.n37.ru)
  638. # [05:11] <nthomas> usw2 slaves again
  639. # [05:11] <philor> "Trying to use bundle http://ftp.mozilla.org/pub/mozilla.org/firefox/bundles/fx-team.hg"
  640. # [05:11] <philor> now that's an unfortunate optimization :)
  641. # [05:12] <philor> and fx-team has code bustage which I've been misstarring
  642. # [05:12] <philor> unless browser_codemirror.js has a dependency on ftp.m.o
  643. # [05:13] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  644. # [05:14] <nthomas> gotta run, bbl
  645. # [05:14] * nthomas is now known as nthomas|away
  646. # [05:15] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  647. # [05:15] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  648. # [05:16] * khuey is now known as khuey|away
  649. # [05:16] * Quits: milan (milan@DCCB19B.4BDAEB58.49ACD689.IP) (Input/output error)
  650. # [05:18] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  651. # [05:18] * Joins: crypt (chatzilla@moz-701A992B.hsd1.ca.comcast.net)
  652. # [05:19] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  653. # [05:19] * baku|away is now known as baku
  654. # [05:19] * Quits: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP) (Quit: rniwa)
  655. # [05:21] * Quits: ckitching (ckitching@moz-C0166612.plus.com) (Input/output error)
  656. # [05:21] * Joins: lpy (lpy@7360AA58.F09091A8.1348A864.IP)
  657. # [05:22] <ewong> wooo boy.. that treeherder ui looks spiffy..
  658. # [05:23] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  659. # [05:23] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  660. # [05:23] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  661. # [05:24] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  662. # [05:26] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  663. # [05:26] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  664. # [05:26] <philor> though I have to admit that the filename of "browser_dbg_aaa_run_first_leaktest.js" doesn't give me much faith in its robustness
  665. # [05:26] * heycam|away is now known as heycam
  666. # [05:27] <philor> browser_dbg_I_have_clearly_got_interdependent_tests_which_should_not_be_interdependent.js
  667. # [05:27] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  668. # [05:28] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  669. # [05:29] * Joins: mconley (mconley@moz-B1B9330C.dsl.ovh.fr)
  670. # [05:30] * Joins: sbeta (Thunderbir@5DDAC4F0.811BF74A.3B788C77.IP)
  671. # [05:30] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  672. # [05:30] * Quits: Miranda (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  673. # [05:30] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  674. # [05:30] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  675. # [05:30] * Quits: jdm|away (jdm@moz-AC9499B2.cable.teksavvy.com) (Quit: Lost terminal)
  676. # [05:30] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  677. # [05:31] * Quits: mconley (mconley@moz-B1B9330C.dsl.ovh.fr) (Ping timeout)
  678. # [05:31] <ewong> whoa..
  679. # [05:32] <philor> why did I ever enjoy this hobby?
  680. # [05:33] <ewong> masochism!
  681. # [05:34] * Quits: pnkfelix (pnkfelix@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  682. # [05:36] * Quits: jduell (jduell@moz-A8B34C44.hsd1.wa.comcast.net) (Ping timeout)
  683. # [05:36] * Quits: spohl (Adium@moz-2F20595C.static.hvvc.us) (Quit: Leaving.)
  684. # [05:36] * Joins: arky (arky@CCA3AA65.64F2AF40.7AB896E.IP)
  685. # [05:36] * jorendorff is now known as jorendorff_away
  686. # [05:37] * Quits: @njn (chatzilla@moz-CFE5DE3D.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 29.0a1/20140101123947])
  687. # [05:38] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  688. # [05:38] * Joins: njn (chatzilla@moz-CFE5DE3D.dyn.iinet.net.au)
  689. # [05:38] * ChanServ sets mode: +o njn
  690. # [05:38] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  691. # [05:41] * Quits: bbondy (bbondy@8F761026.B5EF4AF6.E96CA9D8.IP) (Client exited)
  692. # [05:43] <philor> bz: am I going to have to take you out, or are you going to come back and tell me that test is utterly bogus and should clearly be killed?
  693. # [05:44] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  694. # [05:45] * Quits: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com) (Client exited)
  695. # [05:45] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  696. # [05:45] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  697. # [05:46] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  698. # [05:46] <philor> dkee
  699. # [05:47] <philor> yeah, you're coming out, aren't you?
  700. # [05:49] * Joins: janv (varga@83EC60FA.176ADDEC.4F33160D.IP)
  701. # [05:51] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  702. # [05:51] * Quits: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP) (Quit: Leaving.)
  703. # [05:51] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  704. # [05:53] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  705. # [05:53] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  706. # [05:55] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  707. # [05:55] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Client exited)
  708. # [05:56] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Leaving...)
  709. # [05:57] * Quits: Matti (Matti@moz-480B07FE.dip0.t-ipconnect.de) (Ping timeout)
  710. # [06:01] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  711. # [06:01] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  712. # [06:01] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  713. # [06:01] * Joins: Matti_away (Matti@moz-9EA7DB41.dip0.t-ipconnect.de)
  714. # [06:01] * Matti_away is now known as Matti
  715. # [06:02] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  716. # [06:02] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  717. # [06:03] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  718. # [06:05] * Quits: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  719. # [06:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b1c39a3405ce - Phil Ringnalda - Back out 2e7e2de7b13e (bug 948574) for b2g mochitest crashes
  720. # [06:08] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  721. # [06:09] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  722. # [06:10] * Joins: Dwight_Stegall (info@moz-3088615F.client.mchsi.com)
  723. # [06:10] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  724. # [06:11] * Joins: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net)
  725. # [06:11] * Joins: timdream (timdream@moz-99690620.hinet-ip.hinet.net)
  726. # [06:11] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Connection reset by peer)
  727. # [06:11] * Joins: jrmuizel_ (jrmuizel@D87BD8D8.86AAE5E.9A8C35B4.IP)
  728. # [06:11] * Joins: developers707 (bzlandfill@moz-7F7554EC.per800.wa.optusnet.com.au)
  729. # [06:11] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  730. # [06:12] * Joins: spohl (Adium@8F761026.B5EF4AF6.E96CA9D8.IP)
  731. # [06:12] <philor> huh, how did we merge reftest bustage to m-c?
  732. # [06:13] <philor> oh, I see
  733. # [06:13] <philor> BY MERGING PERMAORANGE BELOW A BACKOUT
  734. # [06:13] * Quits: developers707 (bzlandfill@moz-7F7554EC.per800.wa.optusnet.com.au) (Quit: CGI:IRC)
  735. # [06:14] * Quits: spohl (Adium@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  736. # [06:14] * philor looks for a puppy to kick
  737. # [06:14] <dholbert> d'oh
  738. # [06:14] * Joins: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP)
  739. # [06:16] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  740. # [06:16] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  741. # [06:17] <philor> I'd really like to know how we wound up deciding that merge-and-go-home was such a great idea
  742. # [06:17] <bz> Greatness is in the eyes of the beholder
  743. # [06:17] <bz> or the gohomer, in this case?
  744. # [06:18] * Joins: Pike (chatzilla@moz-16CB894E.pool.mediaways.net)
  745. # [06:18] <philor> everybody seems to end their sheriffing day by merging
  746. # [06:18] <philor> in *my* day, when you pushed something to m-c, you watched it!
  747. # [06:18] <philor> </canewaving>
  748. # [06:20] <philor> bz: anyway, about your browser_dbg_aaa_run_first_leaktest.js crashes, backout?
  749. # [06:21] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/cf2d1bd796ea - Ryan VanderMeulen - Backed out changeset d1b5408d946f (bug 952087) for Android reftest failures.
  750. # [06:21] * Quits: arky (arky@CCA3AA65.64F2AF40.7AB896E.IP) (Quit: Leaving)
  751. # [06:23] * Quits: Mook (mook@moz-1819E53A.dsl.teksavvy.com) (Quit: Mook)
  752. # [06:24] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  753. # [06:24] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  754. # [06:28] <glandium> what does tbpl use to know the paths to the build directories?
  755. # [06:28] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  756. # [06:28] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: leaving)
  757. # [06:28] <philor> builds-4hr.js.gz, or totally outdated reverse-engineering for the rare times when it isn't in the json
  758. # [06:29] <glandium> philor: is that file available publically?
  759. # [06:29] <philor> http://builddata.pub.build.mozilla.org/buildjson/builds-4hr.js.gz
  760. # [06:29] <glandium> thanks
  761. # [06:30] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  762. # [06:31] <glandium> philor: i guess that as the name suggests, this is only the last 4 hours of pushes, right?
  763. # [06:31] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  764. # [06:31] <philor> glandium: yeah, but daily files are in the same directory
  765. # [06:31] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  766. # [06:31] <philor> last 4 hours of job-finishes, actually
  767. # [06:32] <glandium> ooooh
  768. # [06:32] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  769. # [06:32] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  770. # [06:34] * philor takes silence to mean "yeah, please back me out"
  771. # [06:35] * Quits: @njn (chatzilla@moz-CFE5DE3D.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 29.0a1/20140107203509])
  772. # [06:35] * Quits: schien (anonymous@moz-99690620.hinet-ip.hinet.net) (Quit: schien)
  773. # [06:36] <philor> and who would like the blame for the 10.8 debug crashtest @ mozilla::AutoJSContext::Init(bool, mozilla::detail::GuardObjectNotifier const&)?
  774. # [06:37] * philor looks at nrc
  775. # [06:37] * Quits: Pike (chatzilla@moz-16CB894E.pool.mediaways.net) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  776. # [06:37] * Joins: schien (anonymous@moz-99690620.hinet-ip.hinet.net)
  777. # [06:37] <nrc> :-(
  778. # [06:38] <nrc> would be a first for causing JS orange
  779. # [06:38] <philor> maybe I can shove it down onto bz, let's see
  780. # [06:38] * nrc crosses fingers
  781. # [06:39] <nrc> that definitely looks more like a bz thing than an nrc thing
  782. # [06:39] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  783. # [06:39] <nrc> still, first time for everything
  784. # [06:39] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  785. # [06:40] <bz> philor: looking
  786. # [06:40] <bz> philor: on which push do you see this orange?
  787. # [06:40] <bz> philor: and which tree?
  788. # [06:41] <bz> Ah, the merge, on inbound?
  789. # [06:41] <philor> bz: https://tbpl.mozilla.org/?showall=1&tree=Mozilla-Inbound&onlyunstarred=1&rev=8e95a6fcee23
  790. # [06:41] <bz> uh
  791. # [06:41] <philor> and all the browser-chrome above it, and maybe the crashtest, not sure
  792. # [06:42] <philor> the crashtest is down to https://tbpl.mozilla.org/?showall=1&tree=Mozilla-Inbound&onlyunstarred=1&rev=b668ebb1d700, and heading down toward you as I retrigger
  793. # [06:42] * bz _had_ run those patches through try
  794. # [06:42] <bz> but it's been a while
  795. # [06:42] <bz> looking
  796. # [06:43] <bz> The crashtest sure looks like me!
  797. # [06:43] <bz> one sec
  798. # [06:44] <bz> Oh, man
  799. # [06:44] <bz> yeah, this is not good. ;)
  800. # [06:44] <bz> One sec.
  801. # [06:44] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  802. # [06:44] * heycam is now known as heycam|away
  803. # [06:45] <bz> bholley!
  804. # [06:45] <bz> bholley: just the man I want
  805. # [06:45] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  806. # [06:45] * Quits: lmandel (lmandel@moz-60AD75.cable.teksavvy.com) (Input/output error)
  807. # [06:45] <bz> bholley: What is the correct replacement for AutoJSContext
  808. # [06:45] <bz> bholley: if it needs to work on workers and mainthread?
  809. # [06:46] * Joins: grobinson|laptop (grob_@moz-FAE3D4E6.torproxy-readme-arachnide-fr-35.fr)
  810. # [06:46] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  811. # [06:47] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  812. # [06:47] <bz> philor: yeah, the autojscontext bits there are me. Fixing.
  813. # [06:49] * Joins: phoebe (phoebe@moz-99690620.hinet-ip.hinet.net)
  814. # [06:52] * Quits: Optimizer (Optimizer@7957C212.9FD4CD32.BE4CF869.IP) (Ping timeout)
  815. # [06:53] * jcranmer is now known as jcranmer|away
  816. # [06:54] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  817. # [06:54] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  818. # [06:54] * Joins: Optimizer (Optimizer@7957C212.9FD4CD32.BE4CF869.IP)
  819. # [06:56] <bz> philor: ok if I land a followup orange fix?
  820. # [06:56] <philor> bz: sure, what's the worst that can... yeah, I don't want to know that, sure
  821. # [06:57] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Ping timeout)
  822. # [06:57] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Connection reset by peer)
  823. # [06:57] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  824. # [06:57] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  825. # [06:57] * nthomas|away is now known as nthomas
  826. # [06:58] <firebot> Check-in:
  827. # [06:58] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1ff331377910 - Boris Zbarsky - Bug 932837 followup. Don't use AutoJSContext in JSStackFrame, since we use that code on workers too. r=bholley pending, but landing now to fix the CLOSED TREE.
  828. # [06:59] <bz> philor: Sorry for the mess. :(
  829. # [06:59] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  830. # [07:00] <philor> bz: no worries, plenty of other messes around too, yours doesn't really stand out
  831. # [07:00] * Quits: Optimizer (Optimizer@7957C212.9FD4CD32.BE4CF869.IP) (Ping timeout)
  832. # [07:01] * Quits: darkowlzz (sunny@7401BEEE.7CCA7CC2.F44414AF.IP) (Ping timeout)
  833. # [07:02] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  834. # [07:02] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  835. # [07:03] * Joins: Optimizer (Optimizer@2AD3C6B6.3EA547DA.BE4CF869.IP)
  836. # [07:05] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  837. # [07:06] <nigelb> nthomas: I narrowed the issue I saw about restart popups to the following - my nightly is showing me restart warnings as soon as it starts downloading a new update. Yet to test with a new profile, I'll report back/file a bug once I've eliminated a corrupt profile.
  838. # [07:06] <nthomas> ok
  839. # [07:08] * Tomcat|afk is now known as Tomcat|sheriffduty
  840. # [07:09] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  841. # [07:09] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  842. # [07:10] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  843. # [07:10] * Joins: darkowlzz (sunny@7401BEEE.7CCA7CC2.F44414AF.IP)
  844. # [07:13] * Joins: spohl (Adium@8F761026.B5EF4AF6.E96CA9D8.IP)
  845. # [07:14] * Quits: spohl (Adium@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  846. # [07:17] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  847. # [07:17] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  848. # [07:19] * Quits: jrmuizel_ (jrmuizel@D87BD8D8.86AAE5E.9A8C35B4.IP) (Client exited)
  849. # [07:21] * whimboo|afk is now known as whimboo
  850. # [07:22] <sfink> wow, the tree seems to be afflicted with some sort of pox
  851. # [07:22] * nigelb peeks
  852. # [07:23] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Leaving...)
  853. # [07:24] * Joins: smontagu (chatzilla@moz-3F0DFB5E.red.bezeqint.net)
  854. # [07:24] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  855. # [07:24] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  856. # [07:24] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  857. # [07:25] <nigelb> oh wow
  858. # [07:25] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  859. # [07:25] <sfink> red and orange pustules appearing all over, quickly erupting into same-colored goopy asterisks
  860. # [07:26] <nigelb> ah, I see this was discussed in #it earlier.
  861. # [07:26] * Quits: grobinson|laptop (grob_@moz-FAE3D4E6.torproxy-readme-arachnide-fr-35.fr) (Z:lined (dronebot))
  862. # [07:26] * Joins: grobinson|laptop (grob_@moz-728FE2B5.snydernet.net)
  863. # [07:27] <ashish> stop tweeting what you "overhear" nigelb :P
  864. # [07:28] <nigelb> ashish: :D
  865. # [07:28] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  866. # [07:28] * Quits: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  867. # [07:28] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  868. # [07:29] <philor> it's the cheap-but-inferior pox, a rather common affliction
  869. # [07:30] <ashish> :)
  870. # [07:30] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  871. # [07:31] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  872. # [07:31] * Quits: maxli (maxli@moz-78AD779D.hsd1.ca.comcast.net) (Quit: Leaving.)
  873. # [07:32] * Quits: yene (yene@moz-F6A0769B.dclient.hispeed.ch) (Quit: Family. Duty. Hodor.)
  874. # [07:32] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  875. # [07:32] * Quits: grobinson|laptop (grob_@moz-728FE2B5.snydernet.net) (Ping timeout)
  876. # [07:32] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  877. # [07:32] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  878. # [07:34] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  879. # [07:35] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  880. # [07:35] <rhelmer> checkin pox?!
  881. # [07:36] * Quits: heftig (heftig@moz-B29C59B9.dip0.t-ipconnect.de) (Quit: Quitting)
  882. # [07:37] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Ping timeout)
  883. # [07:38] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  884. # [07:38] * Joins: grobinson|laptop (grob_@moz-6283D9E.torproject.afo-tm.org)
  885. # [07:40] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  886. # [07:40] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  887. # [07:40] <hsivonen> what's the mozconfig option that packages all XUL files under dist/bin/ so that there are no symlinks to the source dir?
  888. # [07:40] * Joins: bbondy (bbondy@8F761026.B5EF4AF6.E96CA9D8.IP)
  889. # [07:41] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  890. # [07:41] <glandium> hsivonen: why would you want that?
  891. # [07:42] * Quits: bbondy (bbondy@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  892. # [07:42] * Quits: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP) (Ping timeout)
  893. # [07:43] <hsivonen> glandium: so that when I change my source dir, the opt build that I use for browsing still launches without a YSoD
  894. # [07:43] * Quits: grobinson|laptop (grob_@moz-6283D9E.torproject.afo-tm.org) (Ping timeout)
  895. # [07:44] * Joins: yene (yene@moz-F6A0769B.dclient.hispeed.ch)
  896. # [07:44] * Quits: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP) (Quit: Leaving.)
  897. # [07:45] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  898. # [07:45] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
  899. # [07:45] <glandium> hsivonen: make stage-package and run the build from there instead of dist/bin?
  900. # [07:45] <glandium> (there being dist/firefox)
  901. # [07:46] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  902. # [07:46] <hsivonen> glandium: thanks. I'll try that
  903. # [07:46] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  904. # [07:46] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  905. # [07:46] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  906. # [07:47] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  907. # [07:47] * Joins: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net)
  908. # [07:47] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  909. # [07:48] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  910. # [07:48] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Ping timeout)
  911. # [07:49] * Quits: Optimizer (Optimizer@2AD3C6B6.3EA547DA.BE4CF869.IP) (Ping timeout)
  912. # [07:50] * Joins: wolfiR (wolfiR@moz-1E70684.dip0.t-ipconnect.de)
  913. # [07:50] * Joins: Optimizer (Optimizer@2AD3C6B6.3EA547DA.BE4CF869.IP)
  914. # [07:50] * Quits: darkowlzz (sunny@7401BEEE.7CCA7CC2.F44414AF.IP) (Ping timeout)
  915. # [07:51] * Joins: darkowlzz (sunny@7401BEEE.7CCA7CC2.F44414AF.IP)
  916. # [07:51] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  917. # [07:53] * Joins: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  918. # [07:54] * Joins: kanru (kanru@moz-99690620.hinet-ip.hinet.net)
  919. # [07:55] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  920. # [07:55] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  921. # [07:56] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  922. # [07:56] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  923. # [07:56] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  924. # [07:57] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  925. # [07:57] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  926. # [07:58] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  927. # [07:58] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  928. # [07:58] * Quits: nli-- (Linear-log@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  929. # [07:59] <hsivonen> glandium: no rule to make target 'stage-package' :-( (mach doesn't know it either)
  930. # [07:59] * Joins: tessarakt3 (jens@moz-4D68DAAF.dip0.t-ipconnect.de)
  931. # [07:59] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  932. # [07:59] * Joins: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net)
  933. # [07:59] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  934. # [07:59] <hsivonen> hmm ./mach package does something
  935. # [07:59] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  936. # [07:59] <glandium> hsivonen: mach package also creates a tarball, that's a waste of time
  937. # [08:00] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  938. # [08:00] <glandium> hsivonen: make -f client.mk stage-package doesn't work?
  939. # [08:00] * julienw_afk is now known as julienw
  940. # [08:00] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  941. # [08:00] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  942. # [08:00] <hsivonen> glandium: thanks. that one does something
  943. # [08:01] * Joins: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP)
  944. # [08:02] * baku is now known as baku|away
  945. # [08:03] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  946. # [08:03] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  947. # [08:04] * Quits: lpy (lpy@7360AA58.F09091A8.1348A864.IP) (Client exited)
  948. # [08:04] * Joins: jviereck (Adium@moz-56DDD13.dip0.t-ipconnect.de)
  949. # [08:06] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  950. # [08:08] * Joins: pnkfelix (pnkfelix@70A6E7A1.55ADD344.4C2245EF.IP)
  951. # [08:08] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  952. # [08:09] * Quits: terrence-afk (terrence@moz-B38D16E9.sb.sd.cox.net) (Ping timeout)
  953. # [08:10] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  954. # [08:10] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  955. # [08:11] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  956. # [08:12] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  957. # [08:12] * jchen is now known as jchen|away
  958. # [08:12] * Joins: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  959. # [08:13] * Joins: nli-- (Linear-log@moz-57D01ED1.hinet-ip.hinet.net)
  960. # [08:13] * bz is now known as bz_sleep
  961. # [08:13] * Joins: spohl (Adium@8F761026.B5EF4AF6.E96CA9D8.IP)
  962. # [08:15] * Quits: spohl (Adium@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  963. # [08:17] * Joins: Optimizer1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  964. # [08:18] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  965. # [08:18] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  966. # [08:18] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  967. # [08:18] * Joins: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP)
  968. # [08:18] * Joins: TheCrap (TheCrap@moz-71462BCA.unity-media.net)
  969. # [08:19] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  970. # [08:19] * Joins: tallowen_ (tallowen@moz-ACF23BB3.hsd1.wa.comcast.net)
  971. # [08:20] * Quits: Optimizer1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  972. # [08:20] * Quits: tallowen (tallowen@moz-ACF23BB3.hsd1.wa.comcast.net) (Ping timeout)
  973. # [08:22] * Joins: nicklebedev-m (nicklebede@moz-838152B8.net135.n37.ru)
  974. # [08:22] * Quits: nicklebedev-m (nicklebede@moz-838152B8.net135.n37.ru) (Quit: nicklebedev-m)
  975. # [08:22] * Joins: nicklebedev-m (nicklebede@moz-838152B8.net135.n37.ru)
  976. # [08:23] * julienw is now known as julienw_afk
  977. # [08:23] * Quits: tessarakt3 (jens@moz-4D68DAAF.dip0.t-ipconnect.de) (Ping timeout)
  978. # [08:23] * Quits: jviereck (Adium@moz-56DDD13.dip0.t-ipconnect.de) (Quit: Leaving.)
  979. # [08:24] * Quits: sbeta (Thunderbir@5DDAC4F0.811BF74A.3B788C77.IP) (Ping timeout)
  980. # [08:25] * Joins: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl)
  981. # [08:25] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  982. # [08:25] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  983. # [08:25] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Client exited)
  984. # [08:26] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  985. # [08:27] * Joins: victorporof (victorporo@5EC92F85.71368607.9B1E38F4.IP)
  986. # [08:27] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  987. # [08:27] * BenWa is now known as BenWa|email
  988. # [08:28] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  989. # [08:28] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  990. # [08:29] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  991. # [08:29] * Joins: sbeta (Thunderbir@5DDAC4F0.811BF74A.3B788C77.IP)
  992. # [08:29] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Client exited)
  993. # [08:30] * Quits: nicklebedev (androirc@moz-29D843ED.net151.n37.ru) (Ping timeout)
  994. # [08:30] * julienw_afk is now known as julienw
  995. # [08:30] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  996. # [08:31] * Joins: jhlin_ (jhlin@moz-99690620.hinet-ip.hinet.net)
  997. # [08:32] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  998. # [08:33] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  999. # [08:33] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1000. # [08:34] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  1001. # [08:35] * Joins: lpy (lpy@7360AA58.F09091A8.1348A864.IP)
  1002. # [08:36] * Joins: grobinson|laptop (grob_@F49637D2.805D75FF.5236DFBF.IP)
  1003. # [08:36] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Ping timeout)
  1004. # [08:37] * Joins: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1005. # [08:38] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1006. # [08:38] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1007. # [08:39] * Quits: matthewgertner (matthewger@E05025B2.7102BCB6.B7C3970A.IP) (Quit: matthewgertner)
  1008. # [08:41] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1009. # [08:41] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1010. # [08:41] * Joins: bbondy (bbondy@8F761026.B5EF4AF6.E96CA9D8.IP)
  1011. # [08:42] * Joins: Ms2ger (Ms2ger@125CFB8C.2C129564.3773EA9F.IP)
  1012. # [08:43] * Quits: lpy (lpy@7360AA58.F09091A8.1348A864.IP) (Ping timeout)
  1013. # [08:43] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  1014. # [08:43] * Quits: bbondy (bbondy@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1015. # [08:44] * Quits: jhlin_ (jhlin@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1016. # [08:45] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1017. # [08:46] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  1018. # [08:46] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  1019. # [08:48] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1020. # [08:49] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1021. # [08:50] * jlund is now known as jlund|afk
  1022. # [08:50] * Joins: Rik (rik@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1023. # [08:53] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1024. # [08:53] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  1025. # [08:54] * Joins: mak (chatzilla@moz-5014FA16.retail.telecomitalia.it)
  1026. # [08:54] * Quits: sewardj_ (sewardj@moz-3D46A48F.dip0.t-ipconnect.de) (Ping timeout)
  1027. # [08:55] * Quits: alfredo_ (alfredo@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1028. # [08:55] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1029. # [08:56] <Ms2ger> jcranmer++
  1030. # [08:56] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1031. # [08:56] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1032. # [08:57] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1033. # [08:57] * Joins: mconley (mconley@moz-B1B9330C.dsl.ovh.fr)
  1034. # [08:57] * Quits: mwu (mwu@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1035. # [08:58] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1036. # [08:59] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1037. # [09:01] <Tomcat|sheriffduty> ok trees are open again guys
  1038. # [09:01] * Joins: jkitch (Thunderbir@moz-B084FD63.lns20.adl6.internode.on.net)
  1039. # [09:01] * Quits: nattokirai (nattokirai@moz-C286AD9A.bitcat.net) (Quit: nattokirai)
  1040. # [09:01] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1041. # [09:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/80f53ccf4ce2 - Nicholas Nethercote - Bug 957021 - Fix messed-up memory reporter paths. r=khuey.
  1042. # [09:03] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  1043. # [09:03] * Joins: alfredo_ (alfredo@moz-99690620.hinet-ip.hinet.net)
  1044. # [09:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5469c3c3506d - Tomer Cohen - Bug 744659 - [about:home][rtl] Use dir=auto in search box to change direction if query is RTL, r=ehsan
  1045. # [09:04] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1046. # [09:04] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1047. # [09:04] <Ms2ger> ehsan++
  1048. # [09:05] * Joins: miketaylrrrr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  1049. # [09:05] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Connection reset by peer)
  1050. # [09:06] * Joins: robertbindar (Thunderbir@590D2376.7E118222.89C0DD0D.IP)
  1051. # [09:07] * Quits: miketaylrrrr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Ping timeout)
  1052. # [09:08] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  1053. # [09:09] * Joins: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP)
  1054. # [09:09] * Quits: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Ping timeout)
  1055. # [09:10] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1056. # [09:11] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1057. # [09:11] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1058. # [09:12] * Quits: TheCrap (TheCrap@moz-71462BCA.unity-media.net) (Ping timeout)
  1059. # [09:13] * Joins: glazou (glazou@D8B9C081.E820043D.D4C04133.IP)
  1060. # [09:13] <glazou> nattofriends, John?
  1061. # [09:13] * Quits: simo (simo@4B955FB1.93C0E214.330E81BB.IP) (Ping timeout)
  1062. # [09:14] * Joins: simo (simo@E4CFA581.34F6B270.B1865714.IP)
  1063. # [09:14] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1064. # [09:14] * philor is now known as philor|away
  1065. # [09:14] <glazou> oh, nattofriends is not nattokirai apparently :-) sorry
  1066. # [09:14] * Joins: spohl (Adium@8F761026.B5EF4AF6.E96CA9D8.IP)
  1067. # [09:14] <glazou> bonjour BTW and happy new year everyone
  1068. # [09:15] <Ms2ger> Bonne année
  1069. # [09:16] * Quits: spohl (Adium@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1070. # [09:16] * julienw is now known as julienw_afk
  1071. # [09:17] * Quits: mconley (mconley@moz-B1B9330C.dsl.ovh.fr) (Connection reset by peer)
  1072. # [09:17] * Joins: tzimmermann (tzimmerman@moz-1E94092D.pools.arcor-ip.net)
  1073. # [09:17] * Joins: mconley (mconley@moz-B1B9330C.dsl.ovh.fr)
  1074. # [09:17] <glazou> :)
  1075. # [09:18] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1076. # [09:18] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1077. # [09:18] <Ms2ger> Want to rebase createElementNS? :)
  1078. # [09:18] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  1079. # [09:19] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1080. # [09:19] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1081. # [09:19] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  1082. # [09:20] * Quits: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP) (Ping timeout)
  1083. # [09:21] * Quits: mconley (mconley@moz-B1B9330C.dsl.ovh.fr) (Ping timeout)
  1084. # [09:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0f5f6f400d97 - Steve Fink - Bug 956434 - Do not pass an internal pointer on the stack, r=terrence
  1085. # [09:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a443aaba92c0 - Steve Fink - Bug 956434 - Apply gczeal to object cache allocations, r=terrence
  1086. # [09:22] * Joins: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP)
  1087. # [09:23] <glazou> Ms2ger, yes but not right now since I have a hot potato in my inbox :-/
  1088. # [09:23] * Joins: mconley (mconley@moz-B1B9330C.dsl.ovh.fr)
  1089. # [09:23] <Ms2ger> Fun
  1090. # [09:23] <glazou> yeah
  1091. # [09:24] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1092. # [09:24] <glazou> that kind of things happen when you work on strategy...
  1093. # [09:24] * Joins: jaoo (user@moz-E7494030.red-81-44-212.dynamicip.rima-tde.net)
  1094. # [09:25] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  1095. # [09:26] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1096. # [09:27] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1097. # [09:27] * Quits: pnkfelix (pnkfelix@70A6E7A1.55ADD344.4C2245EF.IP) (Quit: rcirc on GNU Emacs 24.3.1)
  1098. # [09:28] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1099. # [09:32] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1100. # [09:32] * Joins: digitsm (digitsm@34B57CC4.7F0C72C5.C146C5E5.IP)
  1101. # [09:34] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1102. # [09:34] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1103. # [09:35] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1104. # [09:35] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1105. # [09:35] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  1106. # [09:36] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1107. # [09:36] * Quits: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP) (Ping timeout)
  1108. # [09:38] * Joins: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP)
  1109. # [09:38] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  1110. # [09:39] <gcp> export MOZ_PSEUDO_DERECURSE=no-pymake
  1111. # [09:39] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1112. # [09:39] <gcp> do I still need this for mach builds on windows?
  1113. # [09:42] * ericjung is now known as ericjung|sleep
  1114. # [09:42] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1115. # [09:42] * Joins: lpy (lpy@7360AA58.F09091A8.1348A864.IP)
  1116. # [09:42] * Joins: bbondy (bbondy@8F761026.B5EF4AF6.E96CA9D8.IP)
  1117. # [09:42] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1118. # [09:42] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1119. # [09:44] * Quits: Rik (rik@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1120. # [09:44] * Quits: bbondy (bbondy@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1121. # [09:44] * Joins: Rik (rik@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1122. # [09:44] * Quits: lpy (lpy@7360AA58.F09091A8.1348A864.IP) (Ping timeout)
  1123. # [09:45] * Joins: nicodel (Thunderbir@1F8C3CF4.81445FE4.1B3E68DA.IP)
  1124. # [09:46] * Quits: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1125. # [09:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/59b94799b064 - Karl Tomlinson - b=956604 optimize inverse FFT scaling during convolution r=padenot
  1126. # [09:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3555983eb8d2 - Karl Tomlinson - b=956604 Remove unnecessary channel count parameter from AudioBufferInPlaceScale r=padenot
  1127. # [09:47] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1128. # [09:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/02eca42adbbb - Karl Tomlinson - b=943461 don't move messages from mCurrentTaskMessageQueue after it has been emptied r=roc
  1129. # [09:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/61ba6198da7c - Karl Tomlinson - b=957468 don't unset mNonRealtimeProcessing after offline graph completion r=roc
  1130. # [09:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b73bf63d70c8 - Karl Tomlinson - b=956604 rename block version of AudioBufferInPlaceScale to AudioBlockInPlaceScale r=padenot
  1131. # [09:48] * Joins: edmorley (~edmorleys@moz-8F6F2E9.cable.virginm.net)
  1132. # [09:49] * Quits: grobinson|laptop (grob_@F49637D2.805D75FF.5236DFBF.IP) (Z:lined (dronebot))
  1133. # [09:49] * Joins: grobinson|laptop (grob_@216737EA.B44B8BCB.F6720131.IP)
  1134. # [09:49] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1135. # [09:50] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1136. # [09:50] * Joins: annevk (annevk@A50E10E.73AA1E80.F1DF8184.IP)
  1137. # [09:50] * Joins: Rik_ (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1138. # [09:51] * Joins: rednaks (rednaks@51AF5509.74C6FD40.360EF119.IP)
  1139. # [09:51] * Quits: Rik (rik@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1140. # [09:52] * Joins: mwu (mwu@moz-99690620.hinet-ip.hinet.net)
  1141. # [09:52] * Quits: mconley (mconley@moz-B1B9330C.dsl.ovh.fr) (Input/output error)
  1142. # [09:53] * Joins: AndreiVaida (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1143. # [09:53] * Quits: robertbindar (Thunderbir@590D2376.7E118222.89C0DD0D.IP) (Ping timeout)
  1144. # [09:55] * Joins: bruce (bruce@60265C45.ADEDB0EA.B3B3B7D.IP)
  1145. # [09:55] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  1146. # [09:55] <bruce> anybody there ?
  1147. # [09:55] <Ms2ger> No
  1148. # [09:55] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1149. # [09:56] <bruce> I am a new user
  1150. # [09:56] <bruce> I study the gecko for several months
  1151. # [09:57] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1152. # [09:57] <bruce> is there any documents ?
  1153. # [09:57] * Joins: robertbindar (Thunderbir@A64FDE7E.7E118222.89C0DD0D.IP)
  1154. # [09:57] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1155. # [09:57] <bruce> I wanna know how the gecko process a web app
  1156. # [09:57] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Ping timeout)
  1157. # [09:58] <bruce> how the gecko works .
  1158. # [09:58] <glandium> great, so now there's this valgrind thing that does its hg cloning on its own and guess what, that fails
  1159. # [09:59] <mwargers> when I remove test files from the mochitest.ini file, they are still run afterwards. How can I make certain mochitest test files stop running?
  1160. # [09:59] <glandium> mwargers: ask gps and/or file a bug
  1161. # [10:00] <nrc> bruce: https://wiki.mozilla.org/Gecko:Overview
  1162. # [10:00] <nrc> and welcome! :-)
  1163. # [10:00] <nthomas> glandium: see bug 957455
  1164. # [10:00] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  1165. # [10:00] <mwargers> glandium, thx
  1166. # [10:00] <Ms2ger> mwargers, rebuild, I guess
  1167. # [10:00] <Ms2ger> mwargers, or use skip-if = true instead of removing them
  1168. # [10:00] <bruce> nrc:thank you very much.
  1169. # [10:00] <mwargers> Ms2ger: I did rebuild that directory, or should I rebuild everything?
  1170. # [10:01] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  1171. # [10:01] <mwargers> Ms2ger: ah, that's a good idea!
  1172. # [10:01] <Ms2ger> Everything
  1173. # [10:01] * Joins: mgol (m_gol@moz-EF939EB2.neoplus.adsl.tpnet.pl)
  1174. # [10:01] <Ms2ger> I think only a top-level build purges _tests
  1175. # [10:01] <mwargers> ok, I see
  1176. # [10:01] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  1177. # [10:01] * Joins: sewardj_ (sewardj@moz-9C89BBCE.dip0.t-ipconnect.de)
  1178. # [10:02] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1179. # [10:02] * Quits: m_gol (m_gol@moz-6EC8A93B.neoplus.adsl.tpnet.pl) (Ping timeout)
  1180. # [10:02] <glandium> nthomas: btw, where is hgtool kept?
  1181. # [10:02] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  1182. # [10:03] <nthomas> glandium: the canonical location is the tools hit in http://mxr.mozilla.org/build/find?text=&string=hgtool.py
  1183. # [10:03] <nthomas> the valgrind script is at http://mxr.mozilla.org/build/source/tools/scripts/valgrind/valgrind.sh
  1184. # [10:03] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1185. # [10:04] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  1186. # [10:04] <nthomas> more helpful would be to say, look in http://hg.mozilla.org/build/tools/
  1187. # [10:05] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1188. # [10:05] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1189. # [10:07] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1190. # [10:07] * Joins: jackneill (jackneill@moz-8764DFF6.pool.digikabel.hu)
  1191. # [10:08] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1192. # [10:09] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1193. # [10:09] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  1194. # [10:09] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1195. # [10:11] * Quits: m_kato (m_kato@moz-C286AD9A.bitcat.net) (Quit: Leaving...)
  1196. # [10:11] * Joins: quiggle (Mibbit@6A57D896.D51F6CF8.79045CC5.IP)
  1197. # [10:11] * Quits: robertbindar (Thunderbir@A64FDE7E.7E118222.89C0DD0D.IP) (Ping timeout)
  1198. # [10:12] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1199. # [10:12] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1200. # [10:13] * Quits: masayuki2 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki2)
  1201. # [10:14] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Client exited)
  1202. # [10:15] * Joins: spohl (Adium@8F761026.B5EF4AF6.E96CA9D8.IP)
  1203. # [10:15] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1204. # [10:15] * sewardj_ is now known as sewardj
  1205. # [10:16] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1206. # [10:17] * Quits: spohl (Adium@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1207. # [10:17] * Quits: bruce (bruce@60265C45.ADEDB0EA.B3B3B7D.IP) (Quit: bruce)
  1208. # [10:17] * Quits: digitsm (digitsm@34B57CC4.7F0C72C5.C146C5E5.IP) (Ping timeout)
  1209. # [10:17] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  1210. # [10:17] * Quits: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP) (Ping timeout)
  1211. # [10:18] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1212. # [10:18] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  1213. # [10:18] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1214. # [10:18] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  1215. # [10:19] * Quits: Rik_ (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1216. # [10:19] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1217. # [10:20] * Quits: rednaks (rednaks@51AF5509.74C6FD40.360EF119.IP) (Ping timeout)
  1218. # [10:20] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1219. # [10:20] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1220. # [10:20] * Joins: kaze (kaze@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1221. # [10:20] * Joins: rednaks (rednaks@51AF5509.74C6FD40.360EF119.IP)
  1222. # [10:20] * Quits: rednaks (rednaks@51AF5509.74C6FD40.360EF119.IP) (Connection reset by peer)
  1223. # [10:22] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki1)
  1224. # [10:22] * Joins: mconley (mconley@moz-B1B9330C.dsl.ovh.fr)
  1225. # [10:23] * Joins: fredw (Icedove@moz-B9C110E2.fbx.proxad.net)
  1226. # [10:25] * Joins: mstange (markus@moz-F7CAEB1C.dip0.t-ipconnect.de)
  1227. # [10:25] * Quits: mconley (mconley@moz-B1B9330C.dsl.ovh.fr) (Input/output error)
  1228. # [10:25] * Gijs_away is now known as Gijs
  1229. # [10:26] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  1230. # [10:26] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1231. # [10:27] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1232. # [10:28] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1233. # [10:31] * Quits: erikvold (sid18003@moz-E77DEB21.irccloud.com) (Quit: )
  1234. # [10:31] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1235. # [10:32] <NeilAway> hsivonen: do we do any charset detection for documents that don't declare a charset?
  1236. # [10:32] * nthomas is now known as nthomas|away
  1237. # [10:32] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  1238. # [10:33] * Quits: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  1239. # [10:33] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1240. # [10:33] * Joins: glob (glob@FF473684.40C51FFD.D1377FB.IP)
  1241. # [10:33] * Joins: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw)
  1242. # [10:35] * Joins: Optimizer1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1243. # [10:35] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1244. # [10:35] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1245. # [10:36] * Quits: sbeta (Thunderbir@5DDAC4F0.811BF74A.3B788C77.IP) (Connection reset by peer)
  1246. # [10:36] * Quits: mwargers (mwargers@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1247. # [10:38] * Joins: arky (arky@9D5DC9CF.53BA259D.FA662B63.IP)
  1248. # [10:39] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  1249. # [10:40] * Joins: msucan (mihai@C966AC1C.FEBC3748.C0E37CF3.IP)
  1250. # [10:41] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  1251. # [10:42] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  1252. # [10:42] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  1253. # [10:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cb9c10bf3dd1 - Markus Stange - Bug 874792 - [Australis] Make the PanelUI popup slide instead of flip when it doesn't fit on the screen. r=Gijs
  1254. # [10:43] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1255. # [10:43] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1256. # [10:43] * Joins: lpy (lpy@7360AA58.F09091A8.1348A864.IP)
  1257. # [10:43] * Joins: bbondy (bbondy@8F761026.B5EF4AF6.E96CA9D8.IP)
  1258. # [10:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8b5fa5fb3a22 - Markus Stange - Bug 874792 - Remove the 3px offset between menus / panels and the screen edge. r=Enn
  1259. # [10:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9bbdc400dc1f - Markus Stange - Bug 957192 - Ignore unnecessary invalidations from NSView / NSWindow. Improves scrolling performance with plugins. r=smichaud
  1260. # [10:43] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1261. # [10:43] <mihaelav> hi. does anyone know any condition/property/etc that changes when you enter print preview mode? Or how I can check that print preview is open?
  1262. # [10:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1ff04cca465b - Markus Stange - Bug 956266 - Don't rebuffer quad vertex + texture coordinates when drawing simple quads in CompositorOGL. r=nrc
  1263. # [10:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2d0086188688 - Markus Stange - Bug 874792 - Make adjustment sign consistent and use a transform for moving the arrow. r=Enn
  1264. # [10:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ab6bc5637e29 - Markus Stange - Bug 957366 - Skip the temporary surface during filter drawing for DrawTarget-backed gfxContexts. r=roc
  1265. # [10:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/cb0f15374f4f - Markus Stange - Bug 951443 - Don't attempt to create 0x0-sized CGContexts when the UnboundnessFixer encounters an empty clip. r=jrmuizel
  1266. # [10:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1a31d585b193 - Markus Stange - Bug 941887. r=roc
  1267. # [10:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/50469056e5ab - Markus Stange - Bug 874792 - Allow panel sliding to work even if mPosition is POPUPPOSITION_UNKNOWN. r=Enn
  1268. # [10:44] * Quits: bbondy (bbondy@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1269. # [10:45] * Quits: lpy (lpy@7360AA58.F09091A8.1348A864.IP) (Ping timeout)
  1270. # [10:46] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1271. # [10:50] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1272. # [10:51] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1273. # [10:53] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  1274. # [10:54] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1275. # [10:58] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1276. # [10:58] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1277. # [10:59] * Joins: AlinT (AlinT@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1278. # [10:59] * ewong is now known as ewong|away
  1279. # [11:02] <mihaelav> hi. does anyone know any condition/property/etc that changes when you enter print preview mode? Or how I can check that print preview is open?
  1280. # [11:03] * Joins: digitsm (digitsm@34B57CC4.7F0C72C5.C146C5E5.IP)
  1281. # [11:05] * Joins: darkowlzzz (sunny@DB04531.B7CA1378.F44414AF.IP)
  1282. # [11:05] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  1283. # [11:05] * Quits: darkowlzz (sunny@7401BEEE.7CCA7CC2.F44414AF.IP) (Ping timeout)
  1284. # [11:05] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1285. # [11:05] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1286. # [11:06] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1287. # [11:06] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1288. # [11:07] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  1289. # [11:09] * jandem_away is now known as jandem
  1290. # [11:10] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1291. # [11:10] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1292. # [11:11] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  1293. # [11:12] * Joins: jonco (Adium@88F51059.F3BBB17D.144F44FA.IP)
  1294. # [11:13] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1295. # [11:13] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1296. # [11:16] * Joins: spohl (Adium@8F761026.B5EF4AF6.E96CA9D8.IP)
  1297. # [11:16] <jonco> mstange: I think you broke inbound :(
  1298. # [11:17] * Quits: spohl (Adium@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1299. # [11:19] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  1300. # [11:20] * Quits: darkowlzzz (sunny@DB04531.B7CA1378.F44414AF.IP) (Quit: This computer has gone to sleep)
  1301. # [11:20] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  1302. # [11:20] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1303. # [11:21] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1304. # [11:21] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  1305. # [11:21] * Joins: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net)
  1306. # [11:21] * Joins: mconley (mconley@moz-B1B9330C.dsl.ovh.fr)
  1307. # [11:21] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1308. # [11:24] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1309. # [11:25] * Quits: alfredo_ (alfredo@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1310. # [11:25] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  1311. # [11:25] * Quits: tallowen_ (tallowen@moz-ACF23BB3.hsd1.wa.comcast.net) (Input/output error)
  1312. # [11:27] * Joins: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP)
  1313. # [11:27] * Quits: Optimizer1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1314. # [11:28] * Quits: Boriss (Boriss@moz-1864B12F.public.monkeybrains.net) (Quit: Boriss)
  1315. # [11:28] <mstange> jonco: uh oh
  1316. # [11:29] <mstange> backing out...
  1317. # [11:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7c991409dc20 - Markus Stange - Backing out changeset 1ff04cca465b (bug 956266) due to compilation failures on Android.
  1318. # [11:33] * Quits: glob (glob@FF473684.40C51FFD.D1377FB.IP) (Quit: tiuq\)
  1319. # [11:38] * Joins: gabor (gabor@941349F4.F58C7D4D.F945DA.IP)
  1320. # [11:38] * Quits: cronco (cronco@5B9B77CF.6D6C3495.D1C04900.IP) (Broken pipe)
  1321. # [11:38] * Quits: nmatsakis (nmatsakis@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1322. # [11:39] <jonco> mstange: thanks for sorting that!
  1323. # [11:39] <mstange> jonco: sorry for breaking it
  1324. # [11:39] * Quits: mconley (mconley@moz-B1B9330C.dsl.ovh.fr) (Input/output error)
  1325. # [11:41] * Quits: atsai (atsai@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1326. # [11:43] * Quits: b10n1k (j0ni@moz-1AD305C9.dsl.dyn.forthnet.gr) (Ping timeout)
  1327. # [11:43] * Joins: bbondy (bbondy@8F761026.B5EF4AF6.E96CA9D8.IP)
  1328. # [11:44] * janv is now known as janv|lunch
  1329. # [11:45] * Quits: bbondy (bbondy@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1330. # [11:48] <whimboo> hi. anyone around who knows how to enable logging for NSS code?
  1331. # [11:48] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  1332. # [11:49] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  1333. # [11:49] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  1334. # [11:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/eda85da69267 - Jon Coppeard - Bug 951230 - Link test_IHistory against JS engine to fix link error with GGC r=glandium
  1335. # [11:51] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Ping timeout)
  1336. # [11:52] <mstange> whimboo: which logging messages do you want to see?
  1337. # [11:53] <mstange> whimboo: I'd suggest something like NSPR_LOG_MODULES=your_logging_module_here:5 mach run, but I don't see a PR_Log module that covers all of NSS
  1338. # [11:54] <whimboo> mstange: hey!
  1339. # [11:54] <whimboo> can you please have a look at https://bugzilla.mozilla.org/show_bug.cgi?id=956315#c8
  1340. # [11:54] <whimboo> its core NSPR
  1341. # [11:54] <whimboo> in this case for PR_BIND
  1342. # [11:54] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  1343. # [11:54] <whimboo> to identify the hang
  1344. # [11:56] * Joins: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1345. # [11:56] <mstange> whimboo: I don't know what kind of logging could be of help in that case
  1346. # [11:56] <mstange> whimboo: I think getting a stack from gdb would be much more helpful
  1347. # [11:57] <whimboo> mstange: that's what i'm trying to do now. getting xcode installed and getting this info
  1348. # [11:57] <whimboo> thanks anyway!
  1349. # [11:57] <mstange> whimboo: good luck!
  1350. # [11:57] <Yoric> ttaubert: For bug 942340, are you ok with me landing it as is, or do you want me to do the sync change?
  1351. # [11:58] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  1352. # [11:58] * Joins: cronco (cronco@5B9B77CF.6D6C3495.D1C04900.IP)
  1353. # [11:58] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  1354. # [11:58] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1355. # [11:59] * Quits: Jerry_ (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1356. # [12:00] * Joins: mwargers (mwargers@moz-F74FC034.hinet-ip.hinet.net)
  1357. # [12:01] * Joins: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  1358. # [12:02] * Joins: asuk_ (asuk@FA0B9315.D7D800CF.AF15F8E5.IP)
  1359. # [12:02] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  1360. # [12:03] * Quits: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP) (Ping timeout)
  1361. # [12:03] * Joins: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP)
  1362. # [12:04] * Joins: Sander (chatzilla@moz-43A23A06.red-88-2-46.staticip.rima-tde.net)
  1363. # [12:04] * Quits: grobinson|laptop (grob_@216737EA.B44B8BCB.F6720131.IP) (Ping timeout)
  1364. # [12:07] * Joins: lpy (lpy@7360AA58.F09091A8.1348A864.IP)
  1365. # [12:08] * Quits: digitsm (digitsm@34B57CC4.7F0C72C5.C146C5E5.IP) (Ping timeout)
  1366. # [12:11] * Joins: digitsm (digitsm@34B57CC4.7F0C72C5.C146C5E5.IP)
  1367. # [12:12] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  1368. # [12:12] * Quits: WG9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-8.1450hg.fc20 [XULRunner 26.0/20131213131436])
  1369. # [12:13] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1370. # [12:13] * Joins: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net)
  1371. # [12:14] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  1372. # [12:15] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  1373. # [12:16] * Joins: spohl (Adium@8F761026.B5EF4AF6.E96CA9D8.IP)
  1374. # [12:18] * Quits: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Quit: ejpbruel)
  1375. # [12:18] * Quits: spohl (Adium@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1376. # [12:20] * Joins: sbeta (Thunderbir@5DDAC4F0.811BF74A.3B788C77.IP)
  1377. # [12:21] * Quits: sbeta (Thunderbir@5DDAC4F0.811BF74A.3B788C77.IP) (Quit: sbeta)
  1378. # [12:22] * asuk_ is now known as asuk|afk
  1379. # [12:23] * Quits: asuk|afk (asuk@FA0B9315.D7D800CF.AF15F8E5.IP) (Quit: My iMac has gone to sleep. ZZZzzz…)
  1380. # [12:23] * Quits: mwu (mwu@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1381. # [12:24] * Joins: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP)
  1382. # [12:25] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1383. # [12:27] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1384. # [12:27] * Quits: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net) (Quit: vingtetun)
  1385. # [12:31] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Ping timeout)
  1386. # [12:32] * Joins: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1387. # [12:35] * deian is now known as deian|away
  1388. # [12:36] * Joins: tallowen (tallowen@moz-ACF23BB3.hsd1.wa.comcast.net)
  1389. # [12:36] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1390. # [12:38] * Quits: tallowen (tallowen@moz-ACF23BB3.hsd1.wa.comcast.net) (Ping timeout)
  1391. # [12:39] * Quits: schien (anonymous@moz-99690620.hinet-ip.hinet.net) (Quit: schien)
  1392. # [12:40] * Joins: schien (anonymous@moz-99690620.hinet-ip.hinet.net)
  1393. # [12:41] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1394. # [12:41] * ChanServ sets mode: +o smaug
  1395. # [12:42] * Quits: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP) (Ping timeout)
  1396. # [12:43] * Quits: mwargers (mwargers@moz-F74FC034.hinet-ip.hinet.net) (Client exited)
  1397. # [12:43] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  1398. # [12:44] * Quits: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP) (Connection reset by peer)
  1399. # [12:44] * Joins: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP)
  1400. # [12:44] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  1401. # [12:44] * Joins: bbondy (bbondy@8F761026.B5EF4AF6.E96CA9D8.IP)
  1402. # [12:46] * Quits: bbondy (bbondy@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1403. # [12:47] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1404. # [12:47] <gcp> It's insane how fast windows builds are now.
  1405. # [12:51] * Quits: digitsm (digitsm@34B57CC4.7F0C72C5.C146C5E5.IP) (Input/output error)
  1406. # [12:55] * @smaug wonders silly things. How many bugmails has bmo sent?
  1407. # [12:55] * Joins: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  1408. # [12:55] * Joins: darkowlzz (sunny@DB04531.B7CA1378.F44414AF.IP)
  1409. # [12:57] * Joins: till (till@moz-1A39E5A1.adsl.alicedsl.de)
  1410. # [12:57] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  1411. # [12:57] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Input/output error)
  1412. # [12:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/268795df42a1 - Markus Stange - Bug 956266 - Don't rebuffer quad vertex + texture coordinates when drawing simple quads in CompositorOGL. r=nrc
  1413. # [12:58] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  1414. # [12:59] * Quits: timdream (timdream@moz-99690620.hinet-ip.hinet.net) (Quit: timdream)
  1415. # [12:59] * Quits: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw) (Ping timeout)
  1416. # [13:00] * Joins: bruce (bruce@60265C45.ADEDB0EA.B3B3B7D.IP)
  1417. # [13:00] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1418. # [13:01] * Joins: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw)
  1419. # [13:02] * Quits: arky (arky@9D5DC9CF.53BA259D.FA662B63.IP) (Ping timeout)
  1420. # [13:02] <NeilAway> gcp: yeah, but my browser is still eating more CPU than any individual compilation :s
  1421. # [13:04] * Quits: schien (anonymous@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1422. # [13:04] <Yoric> Can anyone help me understand what's going on here? https://tbpl.mozilla.org/php/getParsedLog.php?id=32690916&tree=Try&full=1
  1423. # [13:05] <Yoric> I have an Android build error but no real error message.
  1424. # [13:05] <Yoric> Just "make[5]: *** [Unified_cpp_dom_system0.o] Error 1"
  1425. # [13:05] <mstange> Yoric: "invalid preprocessing directive #elseif"
  1426. # [13:06] <Yoric> Where did you see that error message?
  1427. # [13:06] <Yoric> Oh, seen it.
  1428. # [13:06] <Yoric> mstange: Thanks.
  1429. # [13:06] <mstange> Yoric: no problem, I didn't see it at first either
  1430. # [13:06] <mstange> Yoric: so much visual noise ;)
  1431. # [13:06] * Quits: darkowlzz (sunny@DB04531.B7CA1378.F44414AF.IP) (Ping timeout)
  1432. # [13:06] <Yoric> Yeah.
  1433. # [13:07] <mstange> I wonder why the "error:" line isn't highlighted, maybe we only highlight case-sensitive "Error:"?
  1434. # [13:07] * Quits: Sander (chatzilla@moz-43A23A06.red-88-2-46.staticip.rima-tde.net) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1435. # [13:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b289ebad63f9 - Jan de Mooij - Bug 950462 - Clear template object convert-double-elements flag if needed. r=h4writer
  1436. # [13:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8c26da1b05ba - Jan de Mooij - Bug 957075 - Add missing parentheses, silence an MSVC warning. r=shu
  1437. # [13:08] <mstange> oh, there's no general "Error:" rule in http://hg.mozilla.org/webtools/tbpl/annotate/tip/php/inc/GeneralErrorFilter.php
  1438. # [13:09] * Parts: jonco (Adium@88F51059.F3BBB17D.144F44FA.IP)
  1439. # [13:10] * Quits: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP) (Ping timeout)
  1440. # [13:10] * Joins: darkowlzz (sunny@DB04531.B7CA1378.F44414AF.IP)
  1441. # [13:10] * Joins: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP)
  1442. # [13:14] <gcp> is there a bug on file for session restore with no tabs restoring a random tab from history?
  1443. # [13:16] * Joins: arky (arky@444496EC.971C4AB4.B9D97DBA.IP)
  1444. # [13:17] * Quits: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP) (Connection reset by peer)
  1445. # [13:18] * Joins: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP)
  1446. # [13:18] * Quits: Jerry (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1447. # [13:19] <NeilAway> um, -t reftest doesn't work on B2G/Android?
  1448. # [13:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4d357af9c538 - Hannes Verschore - Bug 951947 - IonMonkey: Inline the call to str.replace(re, string), r=jandem
  1449. # [13:23] * Joins: serge (Thunderbir@AD4890C8.6987D90E.971E19F6.IP)
  1450. # [13:23] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1451. # [13:24] <mstange> NeilAway: looks like they're called plain-reftest-1,plain-reftest-2,plain-reftest-3,plain-reftest-4 - at least that's what trychooser gave me and it works
  1452. # [13:25] <mstange> NeilAway: oh wait, it actually goes up to plain-reftest-10, but my hg extension doesn't know about them
  1453. # [13:25] * Joins: KaiRo (robert@moz-9E91EEB.adsl.highway.telekom.at)
  1454. # [13:26] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1455. # [13:27] * Quits: bruce (bruce@60265C45.ADEDB0EA.B3B3B7D.IP) (Quit: bruce)
  1456. # [13:33] * Quits: lpy (lpy@7360AA58.F09091A8.1348A864.IP) (Quit: Leaving...)
  1457. # [13:33] * Quits: Optimizer (Optimizer@2AD3C6B6.3EA547DA.BE4CF869.IP) (Ping timeout)
  1458. # [13:33] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  1459. # [13:34] * Quits: shelly (shelly@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1460. # [13:35] * Joins: Optimizer (Optimizer@2AD3C6B6.3EA547DA.BE4CF869.IP)
  1461. # [13:36] * Joins: bruce (bruce@60265C45.ADEDB0EA.B3B3B7D.IP)
  1462. # [13:36] <Gijs> mstange: ping
  1463. # [13:36] <mstange> Gijs: pong
  1464. # [13:37] <Gijs> mstange: the effect of window.fullScreen on OS X is delayed
  1465. # [13:37] <Gijs> mstange: how can frontend know when we've actually reached fullscreen?
  1466. # [13:37] <Gijs> (specifically, I guess, OS X >= 10.7, because of the animation)
  1467. # [13:37] <mstange> Gijs: I don't know
  1468. # [13:37] <Gijs> :(
  1469. # [13:38] <mstange> Gijs: I'll need to find out if I want to fix your bug :)
  1470. # [13:38] * Quits: fredw (Icedove@moz-B9C110E2.fbx.proxad.net) (Quit: fredw)
  1471. # [13:38] * Gijs is staring at an intermittent test failure and can reproduce it no problem, but has no idea how to fix
  1472. # [13:38] <Gijs> (there's a new experience...)
  1473. # [13:38] <mstange> Gijs: oh wow
  1474. # [13:38] <Gijs> which bug is that?
  1475. # [13:38] <Gijs> mstange: the 'your bug', I mean - not sure which one you're talking about? :)
  1476. # [13:38] <mstange> Gijs: https://bugzilla.mozilla.org/show_bug.cgi?id=946768
  1477. # [13:39] <Gijs> ah, yeah...
  1478. # [13:39] <mstange> Gijs: actually, that bug doesn't really look related to timing
  1479. # [13:39] <Gijs> no, it just looks like brokenness
  1480. # [13:39] <Gijs> which is fascinating
  1481. # [13:39] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  1482. # [13:39] <mstange> Gijs: but I still want to fix the animation in general at some point... we always animate to a resized version of the original appearance, and then abruptly switch to the fullscreen appearance
  1483. # [13:39] <Gijs> possibly related to this issue
  1484. # [13:40] <Gijs> mm
  1485. # [13:40] * Joins: andreasn (andreasn@E48B9633.7004B858.13E18FD8.IP)
  1486. # [13:41] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  1487. # [13:41] * janv|lunch is now known as janv
  1488. # [13:41] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  1489. # [13:41] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  1490. # [13:41] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Connection reset by peer)
  1491. # [13:42] <mstange> Gijs: which bug is the intermittent failure?
  1492. # [13:42] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  1493. # [13:42] * Quits: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Quit: ejpbruel)
  1494. # [13:43] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  1495. # [13:43] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Ping timeout)
  1496. # [13:43] * julienw_afk is now known as julienw
  1497. # [13:43] * Quits: mstange (markus@moz-F7CAEB1C.dip0.t-ipconnect.de) (Ping timeout)
  1498. # [13:44] * Joins: mstange (markus@moz-F7CAEB1C.dip0.t-ipconnect.de)
  1499. # [13:44] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  1500. # [13:44] * Quits: andreasn (andreasn@E48B9633.7004B858.13E18FD8.IP) (Quit: Ex-Chat)
  1501. # [13:44] * Joins: andreasn (andreasn@E48B9633.7004B858.13E18FD8.IP)
  1502. # [13:47] * Joins: marcoz (marco.zehe@moz-B4F21514.dip0.t-ipconnect.de)
  1503. # [13:48] <gcp> oh you have got to be shitting me
  1504. # [13:48] * Joins: yener (yene@moz-F6A0769B.dclient.hispeed.ch)
  1505. # [13:48] * Quits: yene (yene@moz-F6A0769B.dclient.hispeed.ch) (Connection reset by peer)
  1506. # [13:48] <gcp> DOUGT
  1507. # [13:48] <gcp> GAVIN
  1508. # [13:49] * Quits: nicodel (Thunderbir@1F8C3CF4.81445FE4.1B3E68DA.IP) (Quit: nicodel)
  1509. # [13:49] * froydnj makes a note to never sign up gcp for his alarm clock
  1510. # [13:49] * Quits: smontagu (chatzilla@moz-3F0DFB5E.red.bezeqint.net) (Ping timeout)
  1511. # [13:49] <nigelb> heh
  1512. # [13:49] <gcp> our Firefox API keys are getting 403 Forbidden from Google for some security sensitive services
  1513. # [13:50] <gcp> to add insult, it works in developer builds, because those don't use API keys
  1514. # [13:50] <gcp> Official builds are fucked, though.
  1515. # [13:50] <nigelb> oh oh.
  1516. # [13:51] * Joins: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  1517. # [13:51] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  1518. # [13:52] <NeilAway> mstange: sure, but why should I have to know that my reftest is called different things on each platform?
  1519. # [13:52] <Standard8> gcp: maybe you could email release-drivers?
  1520. # [13:52] <gcp> Standard8: it's been broken since November
  1521. # [13:53] <Standard8> ouch
  1522. # [13:53] * Joins: gsvelto (gsvelto@moz-F2649357.clienti.tiscali.it)
  1523. # [13:53] <Tomcat|sheriffduty> gcp: yeah i agree with Standard8, not sure this was noticed
  1524. # [13:53] <mstange> NeilAway: I agree, I don't see a reason for them being called differently, but maybe there is one
  1525. # [13:53] <gcp> it's not catcheable with our tests
  1526. # [13:53] <gcp> we don't know what's in Google's DB, and obviously our infra can't test whether their server responds to our (hidden) api key
  1527. # [13:53] <Standard8> sounds like its something drivers should be notified about
  1528. # [13:53] <Tomcat|sheriffduty> yeah
  1529. # [13:54] <gcp> ok, I'll flag
  1530. # [13:54] <Tomcat|sheriffduty> thanks gcp
  1531. # [13:57] * Quits: bruce (bruce@60265C45.ADEDB0EA.B3B3B7D.IP) (Quit: bruce)
  1532. # [13:59] <gcp> yea, changing the update url and removing the API key makes it work in release
  1533. # [13:59] <gcp> jeez!
  1534. # [13:59] <gcp> at least this should be fixable without chemspill, I think, given that it's a settings change
  1535. # [13:59] <gcp> or, you know, have google unblock our key? :P
  1536. # [14:00] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  1537. # [14:00] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1538. # [14:00] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  1539. # [14:02] * Quits: andreasn (andreasn@E48B9633.7004B858.13E18FD8.IP) (Ping timeout)
  1540. # [14:02] <gcp> do releases use the same api key as nightlies?
  1541. # [14:05] * Joins: vichen (vichen@moz-C88BEACE.dynamic.hinet.net)
  1542. # [14:06] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  1543. # [14:07] * Quits: Dwight_Stegall (info@moz-3088615F.client.mchsi.com) (Quit: )
  1544. # [14:08] * Joins: mwu (mwu@moz-246D7070.adsl.dynamic.seed.net.tw)
  1545. # [14:08] * Quits: mwu (mwu@moz-246D7070.adsl.dynamic.seed.net.tw) (Quit: mwu)
  1546. # [14:08] <froydnj> does bzapi have bits for asking which reviewers are appropriate for files and/or parts of the tree?
  1547. # [14:08] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  1548. # [14:10] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  1549. # [14:11] * Joins: laurentj (laurentj@moz-234B5D94.fbx.proxad.net)
  1550. # [14:12] * Quits: yener (yene@moz-F6A0769B.dclient.hispeed.ch) (Quit: Family. Duty. Hodor.)
  1551. # [14:12] * Joins: yene (yene@moz-F6A0769B.dclient.hispeed.ch)
  1552. # [14:14] <gcp> Looks like it only affects Firefox 28 and up, yay.
  1553. # [14:14] * Quits: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP) (Input/output error)
  1554. # [14:14] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9022f0cacaed - Alexander Surkov - Bug 947170 - a testcase for getTextAtOffset when closing tag is preceeded by newline char, r=tbsaunde
  1555. # [14:16] * Quits: AlinT (AlinT@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Ping timeout)
  1556. # [14:17] * Joins: andreasn (andreasn@3357EDD1.E99C9E80.5A61BDDA.IP)
  1557. # [14:19] * Joins: AlinT (AlinT@moz-104CC309.mv.mozilla.com)
  1558. # [14:21] * Joins: spohl (Adium@moz-88D56B5E.static.hvvc.us)
  1559. # [14:22] <NeilAway> mstange: wait, my bad, it does run some reftests
  1560. # [14:22] * Quits: Optimizer (Optimizer@2AD3C6B6.3EA547DA.BE4CF869.IP) (Ping timeout)
  1561. # [14:23] <NeilAway> mstange: ah, so B2G is OK, because those are reftest-N, but Android wants plain-reftest
  1562. # [14:23] <mstange> NeilAway: good to know
  1563. # [14:23] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  1564. # [14:24] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  1565. # [14:24] * Quits: andreasn (andreasn@3357EDD1.E99C9E80.5A61BDDA.IP) (Quit: Ex-Chat)
  1566. # [14:24] * Joins: andreasn (andreasn@3357EDD1.E99C9E80.5A61BDDA.IP)
  1567. # [14:24] * Joins: timdream (timdream@moz-F2885CCE.dynamic-ip.hinet.net)
  1568. # [14:26] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Ping timeout)
  1569. # [14:27] * Quits: andreasn (andreasn@3357EDD1.E99C9E80.5A61BDDA.IP) (Quit: Ex-Chat)
  1570. # [14:27] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1571. # [14:28] * ewong|sleep is now known as ewong
  1572. # [14:28] * Joins: andreasn (andreasn@E48B9633.7004B858.13E18FD8.IP)
  1573. # [14:28] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  1574. # [14:28] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1575. # [14:28] * Joins: fredw (Icedove@moz-B9C110E2.fbx.proxad.net)
  1576. # [14:29] * Joins: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP)
  1577. # [14:30] * Joins: bbondy (bbondy@8F761026.B5EF4AF6.E96CA9D8.IP)
  1578. # [14:30] * Quits: timdream (timdream@moz-F2885CCE.dynamic-ip.hinet.net) (Ping timeout)
  1579. # [14:33] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  1580. # [14:33] * Quits: jkitch (Thunderbir@moz-B084FD63.lns20.adl6.internode.on.net) (Ping timeout)
  1581. # [14:34] * Joins: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com)
  1582. # [14:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6356fee7e8b8 - Paul Adenot - Bug 956201 - Null check the destination node when muting. r=karlt
  1583. # [14:38] * joshua-s|zzz is now known as joshua-s
  1584. # [14:38] * Joins: RyanVM (Thunderbir@moz-4C953DE7.phlapa.fios.verizon.net)
  1585. # [14:39] <RyanVM> padenot: ping
  1586. # [14:39] <padenot> RyanVM: hi
  1587. # [14:39] <RyanVM> padenot: seems we don't have very much faith in the webaudio tests if the answer to a perma-fail is to disable without taking any time to even understand *why* it's failing
  1588. # [14:40] * Quits: Ms2ger (Ms2ger@125CFB8C.2C129564.3773EA9F.IP) (Ping timeout)
  1589. # [14:40] <RyanVM> a perma-fail on *all* platforms
  1590. # [14:40] <padenot> RyanVM: my understanding is that jwwang's patch perma-oranges a couple tests that are not web audio related
  1591. # [14:40] <padenot> ah, on all platforms?
  1592. # [14:40] * Joins: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP)
  1593. # [14:40] <padenot> maybe I misread
  1594. # [14:40] <RyanVM> see my needinfo to you
  1595. # [14:40] <RyanVM> and comment 38
  1596. # [14:41] <RyanVM> and 36 where it started on Android
  1597. # [14:41] <padenot> ok, I misread
  1598. # [14:41] <padenot> I'll amend my previous message, thanks for the heads up
  1599. # [14:41] <RyanVM> thanks
  1600. # [14:42] * mak is now known as mak|afk
  1601. # [14:42] <jfkthame> anyone know how i can get "mach build check" to only run tests from a particular directory, not the whole tree?
  1602. # [14:42] * Quits: joshua-s (Thunderbir@moz-64744CC8.syrcny.east.verizon.net) (Quit: Try Firetext (https://marketplace.firefox.com/app/firetext), a word processor for Firefox OS!)
  1603. # [14:43] * Quits: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Quit: ejpbruel)
  1604. # [14:44] * Joins: armenzg (armenzg@moz-DC6D6B46.home1.cgocable.net)
  1605. # [14:45] * Joins: timdream (timdream@moz-9E1CA124.dynamic.hinet.net)
  1606. # [14:46] * Joins: Pike (chatzilla@moz-16CB894E.pool.mediaways.net)
  1607. # [14:46] <RyanVM> padenot: I guess my point is that "test is failing - must be the test's fault" is a scary assumption to make by default. Maybe the test is making a bad assumption and it is indeed. Maybe the test is legitimately catching a problem. I just get worried when decisions are made without knowing which of the two it is.
  1608. # [14:47] * Quits: bbondy (bbondy@8F761026.B5EF4AF6.E96CA9D8.IP) (Client exited)
  1609. # [14:48] * Joins: sbeta (Thunderbir@5DDAC4F0.811BF74A.3B788C77.IP)
  1610. # [14:48] <padenot> RyanVM: yes, I fully agree
  1611. # [14:49] <padenot> especially because those tests were working in the first place, and because this patch changes the test framework a bit
  1612. # [14:51] * Quits: ewong (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  1613. # [14:51] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  1614. # [14:52] * Joins: ewong (chatzilla@moz-772F27FF.netvigator.com)
  1615. # [14:53] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Ping timeout)
  1616. # [14:54] * Joins: vendo (chatzilla@A228D7A2.69EDD1E9.2B0D1E01.IP)
  1617. # [14:54] * Joins: Ms2ger (Ms2ger@D324D80C.3387515C.187A1082.IP)
  1618. # [14:55] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  1619. # [14:56] * Joins: nicodel (Thunderbir@D4371537.81445FE4.1B3E68DA.IP)
  1620. # [14:57] * Joins: Honza (chatzilla@F8BF899B.23B79DE4.D0083327.IP)
  1621. # [14:57] * Fallen|away is now known as Fallen
  1622. # [14:58] * Quits: nicodel (Thunderbir@D4371537.81445FE4.1B3E68DA.IP) (Quit: nicodel)
  1623. # [14:59] * baku|away is now known as baku
  1624. # [15:00] * armenzg is now known as armenzg_brb
  1625. # [15:01] * Joins: Optimizer (Optimizer@2AD3C6B6.3EA547DA.BE4CF869.IP)
  1626. # [15:01] * Quits: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com) (Input/output error)
  1627. # [15:05] * Joins: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP)
  1628. # [15:06] * Quits: Optimizer (Optimizer@2AD3C6B6.3EA547DA.BE4CF869.IP) (Ping timeout)
  1629. # [15:07] * Quits: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP) (Ping timeout)
  1630. # [15:09] * Quits: spohl (Adium@moz-88D56B5E.static.hvvc.us) (Quit: Leaving.)
  1631. # [15:10] * Joins: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  1632. # [15:10] * armenzg_brb is now known as armenzg_buildduty
  1633. # [15:12] * Joins: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com)
  1634. # [15:12] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  1635. # [15:14] <ttaubert> Yoric: I'd be fine with landing this as is. in the hopefully near future fillTabCachesAsynchronsously() will go away though. but we can just address this as well then
  1636. # [15:14] * ewong is now known as ewong|sleep
  1637. # [15:14] * Joins: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP)
  1638. # [15:16] * Quits: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP) (Ping timeout)
  1639. # [15:16] * Joins: emtwo (msamuel@13F2CEC5.7672369.D8E68FF6.IP)
  1640. # [15:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3b06d1997d8c - Ehsan Akhgari - Bug 956507 - Remove the PRUnichar typedef from Char16.h; r=jcranmer
  1641. # [15:18] * rail_away is now known as rail
  1642. # [15:19] * Joins: spohl1 (spohl@13F2CEC5.7672369.D8E68FF6.IP)
  1643. # [15:19] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  1644. # [15:19] * jhopkins|afk is now known as jhopkins
  1645. # [15:20] * Joins: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com)
  1646. # [15:20] * Joins: spohl (Adium@FCCEA34F.7672369.D8E68FF6.IP)
  1647. # [15:21] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1648. # [15:22] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1649. # [15:24] * bz_sleep is now known as bz
  1650. # [15:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/188d1e255d40 - Ehsan Akhgari - Bug 957431 - Remove support for Attr.ownerElement; r=bzbarsky
  1651. # [15:25] * Joins: Optimizer (Optimizer@2AD3C6B6.3EA547DA.BE4CF869.IP)
  1652. # [15:25] * Ms2ger dances on its grave
  1653. # [15:26] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  1654. # [15:26] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1655. # [15:29] * ctalbert|afk is now known as ctalbert
  1656. # [15:30] * Joins: bbondy (bbondy@FCCEA34F.7672369.D8E68FF6.IP)
  1657. # [15:31] * sheppy-offline is now known as sheppy
  1658. # [15:31] * Joins: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP)
  1659. # [15:31] <bz> Ms2ger: watch it turn out to be needed for web compat.
  1660. # [15:32] <Ms2ger> bz, why do you hate me? :)
  1661. # [15:32] <bz> I don't hate you.
  1662. # [15:32] <bz> I just have a realistic view of the web.
  1663. # [15:32] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  1664. # [15:32] <RyanVM> he just hates the web :P
  1665. # [15:32] <bz> Don't we all?
  1666. # [15:32] <Ms2ger> You could leave me in a positive mood until the bugs come back...
  1667. # [15:33] * bz points to mobify's use of document.open()
  1668. # [15:33] * Ms2ger covers his ears
  1669. # [15:33] <RyanVM> I liked the Citrix "well it broke in a Firefox update, so it must be their fault" line
  1670. # [15:33] * Quits: Optimizer (Optimizer@2AD3C6B6.3EA547DA.BE4CF869.IP) (Ping timeout)
  1671. # [15:33] * Ms2ger curses
  1672. # [15:33] * Quits: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Quit: ejpbruel)
  1673. # [15:33] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1674. # [15:34] * Joins: TimAbraldes (quassel@moz-7FD19BDC.hsd1.or.comcast.net)
  1675. # [15:35] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1676. # [15:35] * Quits: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1677. # [15:35] * Quits: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1678. # [15:36] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1679. # [15:37] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  1680. # [15:37] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1681. # [15:39] * Joins: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP)
  1682. # [15:41] * gregglind_away is now known as gregglind
  1683. # [15:42] * jorendorff_away is now known as jorendorff
  1684. # [15:43] <gcp> ttaubert: ping
  1685. # [15:43] <ttaubert> gcp: pong
  1686. # [15:43] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1687. # [15:44] * mak|afk is now known as mak
  1688. # [15:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fd1fc08e3f58 - Chuck Lee - Bug 948743 - Query interface stat directly. r=vchang, r=acperez
  1689. # [15:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b196fffee844 - Jed Davis - Bug 942407 - Fix breakpad signal handler's test for signal origin. r=ted
  1690. # [15:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f88ff4f85819 - Jan-Ivar Bruaroey - Bug 950855 - Spec-compliant enumeration of RTCStatsReport. r=bz
  1691. # [15:44] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  1692. # [15:45] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9e34b5a089e6 - Jan-Ivar Bruaroey - Bug 950855 - Create basic getStats mochitest. r=jsmith
  1693. # [15:45] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  1694. # [15:46] * catlee-away is now known as catlee
  1695. # [15:47] * coop|afk is now known as coop
  1696. # [15:49] * Quits: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  1697. # [15:49] * Quits: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP) (Ping timeout)
  1698. # [15:50] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  1699. # [15:50] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  1700. # [15:50] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  1701. # [15:51] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1702. # [15:51] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1703. # [15:51] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  1704. # [15:52] * Joins: miketaylrrrr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  1705. # [15:52] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  1706. # [15:52] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  1707. # [15:52] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Connection reset by peer)
  1708. # [15:52] * edmorley is now known as edmorley|sheriffduty
  1709. # [15:52] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1710. # [15:53] * Tomcat|sheriffduty is now known as Tomcat
  1711. # [15:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/796618164ade - Archana - Bug 414071 - Let escape key close crash reporter dialog. r=ted
  1712. # [15:53] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  1713. # [15:54] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1714. # [15:54] <RyanVM> froydnj: OOC, are you still looking at mochitest memory usage?
  1715. # [15:54] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1716. # [15:54] * Joins: Optimizer (Optimizer@5A33CF1F.9121CE7F.D2D1FAF0.IP)
  1717. # [15:54] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1718. # [15:54] * Quits: miketaylrrrr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Ping timeout)
  1719. # [15:54] <froydnj> RyanVM: yes...sort of. why?
  1720. # [15:55] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.21/20130916113438])
  1721. # [15:55] <RyanVM> just hadn't heard anything on the topic for awhile and was curious
  1722. # [15:55] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1723. # [15:55] <froydnj> I've been out for three weeks if that makes you feel better :)
  1724. # [15:55] * Quits: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  1725. # [15:55] * RyanVM isn't convinced that our shutdown timeout issues aren't related to GC/CC
  1726. # [15:55] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1727. # [15:55] <RyanVM> yay double negatives
  1728. # [15:55] * Joins: edmorley|sheriffduty1 (~edmorleys@moz-8F6F2E9.cable.virginm.net)
  1729. # [15:56] <RyanVM> froydnj: excuses excuses...
  1730. # [15:56] <froydnj> RyanVM: the code-writing bot is still a WIP
  1731. # [15:56] * Quits: bbondy (bbondy@FCCEA34F.7672369.D8E68FF6.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  1732. # [15:56] <froydnj> firebot: write my code
  1733. # [15:57] <firebot> froydnj: Sorry, I've no idea what 'write my code' might be.
  1734. # [15:57] * Quits: edmorley|sheriffduty (~edmorleys@moz-8F6F2E9.cable.virginm.net) (Ping timeout)
  1735. # [15:57] <RyanVM> firebot: botsnack
  1736. # [15:57] <firebot> :)
  1737. # [15:57] * Quits: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1738. # [15:57] * Quits: spohl1 (spohl@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  1739. # [15:58] * Joins: bbondy (bbondy@FCCEA34F.7672369.D8E68FF6.IP)
  1740. # [15:58] * Joins: bbondy_ (bbondy@FCCEA34F.7672369.D8E68FF6.IP)
  1741. # [15:59] * jorendorff is now known as jorendorff_away
  1742. # [15:59] * Tomcat is now known as Tomcat|afk
  1743. # [15:59] * Quits: cronco (cronco@5B9B77CF.6D6C3495.D1C04900.IP) (Client exited)
  1744. # [16:00] * Quits: bbondy (bbondy@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  1745. # [16:00] * bbondy_ is now known as bbondy
  1746. # [16:01] * edmorley|sheriffduty1 is now known as edmorley|sheriffduty
  1747. # [16:01] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  1748. # [16:01] <gcp> ttaubert: uh, did you reply to my ping? bad ISP here
  1749. # [16:02] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Client exited)
  1750. # [16:02] <ttaubert> gcp: yup :)
  1751. # [16:02] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1752. # [16:02] <gcp> ttaubert: so is there a bug for it?
  1753. # [16:03] <ttaubert> gcp: all I saw from you was "ping". what bug?
  1754. # [16:03] <gcp> ttaubert: https://bugzilla.mozilla.org/show_bug.cgi?id=918276#c40
  1755. # [16:03] <gcp> ttaubert: close firefox with only a blank tab -> get a random thing from history on restart'
  1756. # [16:04] * BenWa|email is now known as BenWa
  1757. # [16:04] <ttaubert> gcp: hm interesting. I think I saw something like that before?
  1758. # [16:05] * jorendorff_away is now known as jorendorff
  1759. # [16:05] <gcp> ttaubert: well I think so too, but I couldn't find a bug, so I wondered if you knew of one on file
  1760. # [16:05] <gcp> ttaubert: if not I'll file it
  1761. # [16:05] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  1762. # [16:06] * Quits: nicklebedev-m (nicklebede@moz-838152B8.net135.n37.ru) (Quit: )
  1763. # [16:06] <ttaubert> gcp: hmmmm. bug 495123
  1764. # [16:07] <gcp> that number is scarily low
  1765. # [16:07] <gcp> yeah, that's it.
  1766. # [16:07] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  1767. # [16:08] * Quits: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP) (Ping timeout)
  1768. # [16:08] <ttaubert> gcp: yes. and look I commented in there. thanks for bringing this to my attention again, I'll read it again
  1769. # [16:08] <ttaubert> again
  1770. # [16:08] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1771. # [16:08] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  1772. # [16:08] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1773. # [16:09] <gcp> must be very pleasant code
  1774. # [16:09] * Joins: wlach (wlach@moz-AB1F6F6C.vif.net)
  1775. # [16:09] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1776. # [16:11] * Joins: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP)
  1777. # [16:11] <Ms2ger> "Don't write features you can't test."
  1778. # [16:11] * Quits: vendo (chatzilla@A228D7A2.69EDD1E9.2B0D1E01.IP) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1779. # [16:11] * BenWa is now known as BenWa|email
  1780. # [16:11] * Parts: quiggle (Mibbit@6A57D896.D51F6CF8.79045CC5.IP)
  1781. # [16:12] <Ms2ger> Can we print that on huge banners and hang them all around the MoCo offices? :)
  1782. # [16:12] <gcp> In some cases the tests can be very hard to write, though.
  1783. # [16:12] <gcp> Like the sessionrestore thing involving quitting firefox, you can already imagine where the fail starts.
  1784. # [16:12] * kats|away is now known as kats
  1785. # [16:12] <Ms2ger> Marionette!
  1786. # [16:13] <ttaubert> Ms2ger: yes
  1787. # [16:13] <bz> Luiginette!
  1788. # [16:13] <gcp> I'm writing WebRTC code to reduce CPU usafe if *other* processes cause a high load average. This will be fun.
  1789. # [16:13] <ttaubert> bug 940954
  1790. # [16:13] <ttaubert> so we do almost have restart tests for firefox, I'll write another one for that bug if we need it
  1791. # [16:13] <gcp> And the SafeBrowsing thing: need to monitor third party service providers so we get alerted if they start failing :P
  1792. # [16:14] <bz> If other processes cause a high load average, shouldn't we respond by killing those other processes? ;)
  1793. # [16:14] <ttaubert> kill all the AVs
  1794. # [16:14] <gcp> bz: Android won't let you do that, though you can gobble up RAM and hope the OOM killer gets them!
  1795. # [16:14] <Ms2ger> bz, mm, that's another option for marionette-for-Servo
  1796. # [16:14] * Joins: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP)
  1797. # [16:14] * jorendorff is now known as jorendorff_away
  1798. # [16:15] <Ms2ger> bz, my idea was Serviette
  1799. # [16:15] <bz> gcp: man, why do we not run as root? ;)
  1800. # [16:15] * Joins: rednaks (rednaks@E208C000.9AEB82FE.55FFA9B4.IP)
  1801. # [16:15] * Joins: heftig (heftig@moz-D746319F.unitymedia.biz)
  1802. # [16:15] <gcp> I do so, but my phone is rooted :P
  1803. # [16:16] <gcp> Also killing the "other processes" on FirefoxOS might backfire.
  1804. # [16:16] <Ms2ger> gcp, include a rootkit into Fx? :)
  1805. # [16:16] <gcp> Already did.
  1806. # [16:16] <gcp> NSA paid for it!
  1807. # [16:16] * Quits: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP) (Ping timeout)
  1808. # [16:16] * bz wishes Firefox would stop popping up those "update ready to install" annoyances
  1809. # [16:17] <bz> Is there a way to turn those off? :(
  1810. # [16:17] <@smaug> there is
  1811. # [16:17] <@smaug> since I don't get them.
  1812. # [16:17] <@smaug> trying to remember how to disable
  1813. # [16:17] <gcp> I heard they're in nsEditor
  1814. # [16:17] <bz> I mean, short of turning off updates. ;)
  1815. # [16:17] <@smaug> oh, I have 'never check for updates'
  1816. # [16:17] <Ms2ger> gcp, ha
  1817. # [16:18] <@smaug> and manually do update
  1818. # [16:18] <bz> I mean, I want it to check for updates.
  1819. # [16:18] <bz> And download them.
  1820. # [16:18] <bz> And stage them.
  1821. # [16:18] <@smaug> but not notify
  1822. # [16:18] <bz> And not bother me about it, just install it the next time it restarts.
  1823. # [16:18] <bz> I thought that's what we do on Windows...
  1824. # [16:18] <@smaug> ok, then don't know
  1825. # [16:19] <@smaug> I think we still notify
  1826. # [16:19] * jcranmer|away is now known as jcranmer
  1827. # [16:19] <bz> sigh
  1828. # [16:20] <@smaug> it is not similar to linux
  1829. # [16:20] * Quits: arky (arky@444496EC.971C4AB4.B9D97DBA.IP) (Ping timeout)
  1830. # [16:20] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  1831. # [16:21] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1832. # [16:21] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/076d817a69f1 - Paul Adenot - Bug 950026 - Bail out when we don't get an expected return value from AudioClient::IsFormatSupported, instead of asserting. r=kinetik, a=lsblakk
  1833. # [16:21] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/869f12d5b4d6 - Robert O'Callahan - Bug 955889 - Restore caching in EnsureKeywordsHash. r=mano, a=lsblakk
  1834. # [16:21] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/47129122ecfc - Luke Wagner - Bug 924905 - Do a subsumes check inside the stack iterator. r=jandem, a=lsblakk
  1835. # [16:21] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/bbb29df330c5 - Jim Chen - Bug 953288 - Limit length of URLs for display. r=lucasr, a=bajaj
  1836. # [16:21] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/5f40681b58fe - Dongie Agnir - Bug 942356 - Fix up Flash version string on Linux. r=bsmedberg, a=bajaj
  1837. # [16:21] * ahal is now known as ahal|brb
  1838. # [16:21] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/3d79e4c4b354 - Karl Tomlinson - Bug 944851 - Don't consider AudioNode input when getting AudioParam values on the main thread. r=ehsan, a=lsblakk
  1839. # [16:22] * Joins: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP)
  1840. # [16:22] * Quits: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: AndreeaMatei)
  1841. # [16:23] * Joins: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  1842. # [16:24] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  1843. # [16:24] * Quits: rednaks (rednaks@E208C000.9AEB82FE.55FFA9B4.IP) (Ping timeout)
  1844. # [16:24] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  1845. # [16:25] * sheppy is now known as sheppy-afk
  1846. # [16:25] * Joins: automata (automata@790517F7.D25D0FF3.10054EA3.IP)
  1847. # [16:26] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  1848. # [16:26] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  1849. # [16:26] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  1850. # [16:26] * ChanServ sets mode: +o ehsan
  1851. # [16:26] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Ping timeout)
  1852. # [16:27] * ericjung|sleep is now known as ericjung
  1853. # [16:27] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  1854. # [16:28] * Joins: naveed_ (nihsanulla@5865BE73.3F46CA9A.AA745434.IP)
  1855. # [16:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d8a6bde76293 - Boris Zbarsky - Bug 956806 part 2. Share generic getters/setters/methods across all bindings. r=peterv
  1856. # [16:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0b28eaf5bde9 - Boris Zbarsky - Bug 956806 part 1. Output a list of interface names in PrototypeList.cpp. r=peterv
  1857. # [16:28] * ahal|brb is now known as ahal
  1858. # [16:28] <RyanVM> smaug: is it fair to say that a common orange pattern you've been finding is tests that assume a page has loaded and proceeding as if it has without knowing that for sure?
  1859. # [16:28] * naveed_ is now known as naveed
  1860. # [16:28] <RyanVM> smaug: seems like a lot of fixes have been adding checks to make sure the page is actually loaded
  1861. # [16:29] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1862. # [16:29] * Quits: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  1863. # [16:30] <@smaug> RyanVM: something like that. The issue seems to be that we have load event, and browser isn't quite ready then, it needs its delaydLoad thing to run too
  1864. # [16:31] <@smaug> in some cases, at least
  1865. # [16:31] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  1866. # [16:31] <RyanVM> ok
  1867. # [16:31] <RyanVM> smaug: I want to make sure that's covered in the test writing guidelines
  1868. # [16:31] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  1869. # [16:31] <RyanVM> best practices
  1870. # [16:31] <@smaug> ah
  1871. # [16:32] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  1872. # [16:33] * Quits: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw) (Ping timeout)
  1873. # [16:33] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1874. # [16:33] <ttaubert> if the page has frames it would be great to check that event.target == browser.contentWindow too
  1875. # [16:33] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1876. # [16:33] * Joins: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  1877. # [16:33] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  1878. # [16:34] <RyanVM> bz: no reply from peterv yet? :(
  1879. # [16:34] <bz> RyanVM: about which?
  1880. # [16:35] <peterv> reply to what?
  1881. # [16:35] <RyanVM> the mDoc uplift for beta
  1882. # [16:35] <bz> Ah
  1883. # [16:35] <RyanVM> for bug 936056
  1884. # [16:35] * yeukhon is now known as yeukhon|away
  1885. # [16:35] <bz> We talked about that
  1886. # [16:35] <bz> Uplifting that is scary; I'm working on another plan.
  1887. # [16:35] <bz> #content if you're interested in details. ;)
  1888. # [16:35] <RyanVM> ok
  1889. # [16:35] * peterv goes to comment
  1890. # [16:35] * NeilAway sighs
  1891. # [16:35] * Joins: pauly (paul@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1892. # [16:35] <NeilAway> can we do xhr with html?
  1893. # [16:35] <RyanVM> bz: I just see that bug mocking me in my queries :P
  1894. # [16:36] <RyanVM> NeilAway: I'm pretty sure I've seen similar reftest failures before, but I forgot what the solution is :(
  1895. # [16:36] * BenWa|email is now known as BenWa
  1896. # [16:36] <RyanVM> I think there's a way to tell it to wait a bit longer, but I don't remember how
  1897. # [16:36] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  1898. # [16:37] <bz> RyanVM: makes sense
  1899. # [16:37] <bz> RyanVM: I'm aiming to deal with this today
  1900. # [16:38] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  1901. # [16:38] <RyanVM> bz: cool, thanks :)
  1902. # [16:38] * Joins: rednaks (rednaks@E208C000.9AEB82FE.55FFA9B4.IP)
  1903. # [16:41] * Joins: Kailas (patilkr@EA8DC5BB.4DD38537.25742D89.IP)
  1904. # [16:42] * Joins: nicklebedev (androirc@moz-29D843ED.net151.n37.ru)
  1905. # [16:44] * sheppy-afk is now known as sheppy
  1906. # [16:45] <bz> RyanVM: red on inbound is from that checkin-needed thing
  1907. # [16:45] <RyanVM> lol
  1908. # [16:45] <RyanVM> just pushed the backout
  1909. # [16:46] <bz> error: 'GDK_KEY_Escape' was not declared in this scope
  1910. # [16:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ee31dadd0969 - Ryan VanderMeulen - Backed out changeset 796618164ade (bug 414071) for bustage.
  1911. # [16:46] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1912. # [16:46] * Joins: mconley (mconley@moz-B1B9330C.dsl.ovh.fr)
  1913. # [16:47] <bz> Looks like you may want GDK_Escape
  1914. # [16:47] <bz> depending on gdk version, yay
  1915. # [16:47] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  1916. # [16:47] * Quits: AlinT (AlinT@moz-104CC309.mv.mozilla.com) (Ping timeout)
  1917. # [16:48] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1918. # [16:50] <evilpie> also weird key_press_event vs delete-event
  1919. # [16:52] * armenzg_buildduty is now known as armenzg_brb
  1920. # [16:54] * jorendorff_away is now known as jorendorff
  1921. # [16:54] * Joins: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  1922. # [16:55] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  1923. # [16:55] <jgraham> gps: mach interferes with pdb :(
  1924. # [16:55] <jgraham> Specifically by catching all exceptions at the top level
  1925. # [16:56] <darkowlzz> RyanVM, hey, what just happened with that patch?
  1926. # [16:56] * Quits: jrgill (jrgill@moz-DEC99E33.stny.res.rr.com) (Ping timeout)
  1927. # [16:56] <RyanVM> darkowlzz: bustage
  1928. # [16:57] <RyanVM> see the log link posted in the bug
  1929. # [16:57] <darkowlzz> could I know and help in any way?
  1930. # [16:57] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  1931. # [16:57] <darkowlzz> I saw, but it worked fine on my computer
  1932. # [16:57] <RyanVM> bz's comments are probably relevant too
  1933. # [16:57] <bz> darkowlzz: What GDK version do you have installed? What versions do we support?
  1934. # [16:58] <NeilAway> RyanVM: waiting's not the problem
  1935. # [16:58] <NeilAway> RyanVM: the problem is that I do a DOM manipulation but there's no visible effect
  1936. # [16:58] <bz> And I guess more importantly, which header does it live in?
  1937. # [16:59] * Quits: vladan (vladan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1938. # [16:59] * Quits: wlach (wlach@moz-AB1F6F6C.vif.net) (Ping timeout)
  1939. # [17:00] <bz> I mean, in general GDK_KEY_Escape has been around since like 2010....
  1940. # [17:01] <darkowlzz> I am on my arch linux, so the latest version
  1941. # [17:01] <@ehsan> RyanVM: that crash may be my fault...
  1942. # [17:01] <@ehsan> RyanVM: let me push a follow-up
  1943. # [17:01] <RyanVM> ehsan: the asserts?
  1944. # [17:01] <@ehsan> the asserts?
  1945. # [17:01] <@ehsan> I'm talking about https://tbpl.mozilla.org/php/getParsedLog.php?id=32701581&tree=Mozilla-Inbound&full=1#error2
  1946. # [17:02] <RyanVM> ehsan: ah
  1947. # [17:02] <RyanVM> I assumed it was the usual dom-level test flakiness that nobody cares about
  1948. # [17:02] <@ehsan> no
  1949. # [17:02] <@ehsan> totally my fault in fact
  1950. # [17:02] * RyanVM will get around to disabling it on osx/windows one of these days
  1951. # [17:02] * Ms2ger whacks ehsan
  1952. # [17:02] <@ehsan> fix coming up
  1953. # [17:02] <@ehsan> Ms2ger: you nitted on the crashing code :P
  1954. # [17:03] <RyanVM> oh, and android
  1955. # [17:03] <Ms2ger> The AsElement?
  1956. # [17:03] <RyanVM> and maybe b2g
  1957. # [17:03] <Ms2ger> Well, my nit would have fixed it :)
  1958. # [17:03] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  1959. # [17:03] * Quits: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1960. # [17:04] <@ehsan> Ms2ger: I addressed your nit, but the bug was there regardless
  1961. # [17:04] * Joins: Standard8 (Standard8@moz-5E948804.threembb.co.uk)
  1962. # [17:05] <Ms2ger> Wait, which nit?
  1963. # [17:05] <@ehsan> Ms2ger: GetElement()
  1964. # [17:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ab12a8416a1d - Ehsan Akhgari - Bug 957431 follow-up - Handle the case where GetContent() returns null properly
  1965. # [17:05] <Ms2ger> Oh
  1966. # [17:05] <@ehsan> RyanVM: fix pushed, and sorry!
  1967. # [17:05] <Ms2ger> Why did you add that?
  1968. # [17:05] * Quits: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP) (Ping timeout)
  1969. # [17:05] * Joins: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP)
  1970. # [17:06] <@ehsan> Ms2ger: you asked me to!
  1971. # [17:06] <Ms2ger> I wanted you to replace GetContent()
  1972. # [17:06] <Ms2ger> Or at least its return type
  1973. # [17:06] <@ehsan> Ms2ger: GetContent() is a virtual method, can't replace it
  1974. # [17:07] <Ms2ger> The better fix would have been to just return GetContentInternal(), that already returns Element*
  1975. # [17:07] <@ehsan> well
  1976. # [17:07] * Gijs is now known as Gijs_away
  1977. # [17:07] <@ehsan> GetContentInternal() is private, as its name suggests
  1978. # [17:07] <Ms2ger> Sure, just needed to change nsIAttribute, which is why I said followup :)
  1979. # [17:07] <bz> nsIAttribute, ick
  1980. # [17:07] <Ms2ger> GetElement() { return GetContentInternal(); } then
  1981. # [17:08] <@ehsan> who else implements nsIAttribute?
  1982. # [17:08] <Ms2ger> Nothing
  1983. # [17:08] <@ehsan> so wouldn't a better fix be removing nsIAttribute::GetContent?
  1984. # [17:08] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Ping timeout)
  1985. # [17:08] * Joins: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP)
  1986. # [17:08] <Ms2ger> Embedders!
  1987. # [17:08] <@ehsan> who cares about them? ;)
  1988. # [17:08] <Ms2ger> Maybe someone
  1989. # [17:08] <@ehsan> ok!
  1990. # [17:09] <Ms2ger> Maybe editor/ uses it too
  1991. # [17:09] <@ehsan> Ms2ger: here's the deal, you file the follow-up for whatever you want to see done here and I'll do it
  1992. # [17:09] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  1993. # [17:09] * @ehsan doubts the editor does that
  1994. # [17:09] <Ms2ger> Only xpath
  1995. # [17:09] <@ehsan> yeah it doesn't
  1996. # [17:10] <edmorley|sheriffduty> ehsan: ty for the followup :-)
  1997. # [17:10] * Ms2ger files
  1998. # [17:10] <@ehsan> thanks
  1999. # [17:10] * Quits: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP) (Ping timeout)
  2000. # [17:10] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2001. # [17:10] * mcote|afk is now known as mcote
  2002. # [17:10] * NeilAway sighs
  2003. # [17:11] * Joins: mwargers (mwargers@moz-F74FC034.hinet-ip.hinet.net)
  2004. # [17:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/82cd92e10736 - Benoit Girard - Bug 952074 - Add configure option --enable-systrace to b2g. r=vlin,glandium
  2005. # [17:11] <NeilAway> RyanVM: ok, so it looks like on Android and B2G I was getting the onloads in the wrong order :-(
  2006. # [17:11] * Quits: timdream (timdream@moz-9E1CA124.dynamic.hinet.net) (Quit: timdream)
  2007. # [17:12] <RyanVM> NeilAway: interesting
  2008. # [17:12] <RyanVM> froydnj: related to my earlier question - should I be worried when I see mochitest-bc tests that have a DOMWINDOW count pushing 400?
  2009. # [17:12] <NeilAway> RyanVM: yeah, adding xhr.overrideMimeType("text/html") makes the bug reproducible on desktop
  2010. # [17:13] <froydnj> RyanVM: that sounds high, but I don't know what it's been historically
  2011. # [17:13] <froydnj> RyanVM: didn't we turn on the window leak detector?
  2012. # [17:14] <RyanVM> froydnj: yes
  2013. # [17:14] <RyanVM> was just wondering if that might contribute to high GC/CC times that might make a test timeout-prone
  2014. # [17:14] <RyanVM> (this was observed when filing a timeout bug)
  2015. # [17:15] <froydnj> RyanVM: I could believe that hypothesis
  2016. # [17:15] <RyanVM> I know that during the OOMpocalypse, we fixed other tests to not create so many
  2017. # [17:15] * catlee is now known as catlee-afk
  2018. # [17:15] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  2019. # [17:16] <Ms2ger> ehsan, bug 957652
  2020. # [17:16] <Ms2ger> And thanks
  2021. # [17:16] * Joins: vladan (vladan@13F2CEC5.7672369.D8E68FF6.IP)
  2022. # [17:17] <@ehsan> np
  2023. # [17:19] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Ping timeout)
  2024. # [17:20] * Quits: Kailas (patilkr@EA8DC5BB.4DD38537.25742D89.IP) (Ping timeout)
  2025. # [17:20] <NeilAway> RyanVM: what doesn't help is that the web inspector interfers with the test when I'm trying to run it locally :s
  2026. # [17:20] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2027. # [17:21] <RyanVM> ehsan: any other ideas on bug 924972? Still pretty timeout-prone on B2G
  2028. # [17:22] * armenzg_brb is now known as armenzg_buildduty
  2029. # [17:22] * Quits: jdm (jdm@moz-AC9499B2.cable.teksavvy.com) (Quit: Lost terminal)
  2030. # [17:23] <@ehsan> RyanVM: https://bugzilla.mozilla.org/show_bug.cgi?id=924972#c30 ?
  2031. # [17:23] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2032. # [17:23] * philor|away is now known as philor
  2033. # [17:24] <RyanVM> ehsan: we're seeing a lot of mochitest timeouts lately (see yesterday's OF update from the platform meeting), but no, that error predates those issues
  2034. # [17:24] <darkowlzz> RyanVM, bz okay, I got it, I have gdk 2.30
  2035. # [17:24] * Joins: Waldo (waldo@moz-6F1F155A.dsl.emhril.sbcglobal.net)
  2036. # [17:24] <@ehsan> hmm
  2037. # [17:24] <RyanVM> ehsan: that said, it's very annoying because it's also a big log bloater
  2038. # [17:24] * Quits: heftig (heftig@moz-D746319F.unitymedia.biz) (Quit: Quitting)
  2039. # [17:24] <RyanVM> would be really nice if we could figure out where it's coming from
  2040. # [17:25] <@ehsan> I can try running the test under the emulartor today
  2041. # [17:25] <RyanVM> but I haven't found any takers for that job yet
  2042. # [17:25] <@ehsan> but so far I've been unable to attach gdb to the emulator :(
  2043. # [17:25] <RyanVM> i belive you're not the first to have that problem
  2044. # [17:25] <@ehsan> but I know that many people don't have that problem
  2045. # [17:25] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2046. # [17:25] <@ehsan> not sure what's wrong with my setup
  2047. # [17:26] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2048. # [17:26] * hwine-ooo is now known as hwine
  2049. # [17:26] * Joins: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  2050. # [17:27] * Joins: bruce (bruce@60265C45.ADEDB0EA.B3B3B7D.IP)
  2051. # [17:27] * Joins: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP)
  2052. # [17:27] <darkowlzz> RyanVM, so we install new gdk in servers?
  2053. # [17:27] <NeilAway> hmm, tbpl needs some text-overflow love
  2054. # [17:27] <RyanVM> darkowlzz: I would expect you'd want a more robust situation than that
  2055. # [17:27] <RyanVM> darkowlzz: so you don't break random people trying to build too
  2056. # [17:27] <RyanVM> darkowlzz: I think you need some ifdef love
  2057. # [17:27] <bruce> I wanna know how the "show time to load" works in the firefox OS
  2058. # [17:28] <RyanVM> ehsan: I'm at least going to get that system JS error filed
  2059. # [17:28] <RyanVM> it's been annoying us for a long time
  2060. # [17:28] <RyanVM> and at best, it's VERY spammy
  2061. # [17:28] * Joins: shorlander (shorlander@moz-93A7049A.dhcp.insightbb.com)
  2062. # [17:29] * Quits: mak (chatzilla@moz-5014FA16.retail.telecomitalia.it) (Ping timeout)
  2063. # [17:29] * Quits: Standard8 (Standard8@moz-5E948804.threembb.co.uk) (Ping timeout)
  2064. # [17:29] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2065. # [17:29] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  2066. # [17:29] <bruce> anyone can help me please ?
  2067. # [17:30] <RyanVM> bruce: maybe in #b2g?
  2068. # [17:31] * jorendorff is now known as jorendorff_away
  2069. # [17:31] <bruce> OK , thank you
  2070. # [17:31] <darkowlzz> RyanVM, oh! I don't know much about GDK versions. Could you leave a comment on the bug?
  2071. # [17:31] * Joins: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP)
  2072. # [17:32] <RyanVM> darkowlzz: i'm probably not the right person to be answering that question, just guessing...
  2073. # [17:32] <darkowlzz> oh! okay
  2074. # [17:32] <darkowlzz> ted, ping!
  2075. # [17:32] <RyanVM> I know *nothing* about GDK versions :P
  2076. # [17:32] <darkowlzz> any module owner?
  2077. # [17:32] <darkowlzz> crashreporter
  2078. # [17:32] <bz> pavlov?
  2079. # [17:33] <darkowlzz> !seen pavlov
  2080. # [17:33] <firebot> pavlov was last seen 163 weeks, 4 days, 7 hours, 17 minutes and 40 seconds ago,
  2081. # [17:33] <RyanVM> ehsan: that error shows up in linux debug mochitest logs
  2082. # [17:33] <darkowlzz> eh!
  2083. # [17:33] <RyanVM> ehsan: I'm looking to see where else
  2084. # [17:33] <RyanVM> wow, there's a name I haven't seen in awhile
  2085. # [17:33] <bz> darkowlzz: it was _mostly_ a joke....
  2086. # [17:33] * Joins: timdream (timdream@moz-9E1CA124.dynamic.hinet.net)
  2087. # [17:34] <bz> Also, I think the gtk code used to be owned by blizzard.
  2088. # [17:34] <bz> Realistically, I think it might be karlt now
  2089. # [17:34] <darkowlzz> !seen karlt
  2090. # [17:34] <firebot> karlt was last seen 38 weeks, 13 hours, 36 minutes and 12 seconds ago, changing nick to karl.
  2091. # [17:34] * bz figures the gtk module owner is the right person to talk to here
  2092. # [17:34] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Quit: Leaving.)
  2093. # [17:34] <RyanVM> stransky may be a good option too
  2094. # [17:34] <RyanVM> he's done a lot of the 2-->3 work
  2095. # [17:34] <bz> so yeah, roc owns and karlt peers
  2096. # [17:35] <bz> for gtk widgetry
  2097. # [17:35] <bz> !seen karl
  2098. # [17:35] <@killer> I don't know who karl is.
  2099. # [17:35] <firebot> karl was last seen 13 hours, 42 minutes and 11 seconds ago, saying '* karl wonders how mTracksKnownTime becomes -1 on a ProcessedMediaStream' in #media.
  2100. # [17:35] <bz> It's kinda middle of the night in roc/karl land right now
  2101. # [17:36] * Joins: mt (mt@moz-BBE3ABD.mv.mozilla.com)
  2102. # [17:36] <darkowlzz> I should probably needinfo or mail them
  2103. # [17:37] * RyanVM switches to chrome so he can load tbpl logs en masse and still have a usable browser
  2104. # [17:37] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2105. # [17:37] <zzzzz> RyanVM: that's just sad :(
  2106. # [17:37] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  2107. # [17:37] <RyanVM> zzzzz: don't ask how old the bugs on file for it are :(
  2108. # [17:38] <zzzzz> ok
  2109. # [17:38] * Callek_disconnected is now known as Callek
  2110. # [17:38] <bz> darkowlzz: It's 5:42 in the morning there now
  2111. # [17:38] <bz> darkowlzz: So just give them a few hours....
  2112. # [17:38] * Parts: bruce (bruce@60265C45.ADEDB0EA.B3B3B7D.IP)
  2113. # [17:39] <darkowlzz> sure, will mail/needinfo them. It's gonna be late here
  2114. # [17:39] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Ping timeout)
  2115. # [17:39] * Joins: teoli_ (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  2116. # [17:39] <RyanVM> woah, chrome has a pretty cool find UI
  2117. # [17:40] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Ping timeout)
  2118. # [17:40] <RyanVM> ehsan: so basically, it happens on all platforms in debug mochitests and it happens on b2g desktop
  2119. # [17:41] <RyanVM> AFAICT, it doesn't happen on Android/B2G (though maybe it would if we ran debug there)
  2120. # [17:41] <RyanVM> interesting that it does happen on b2g desktop, which is opt
  2121. # [17:41] <RyanVM> and also conveniently, it starts in the same places
  2122. # [17:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/53aedd08699f - Daniel Holbert - Bug 940229 part 2: Update mochitest boilerplate, unprefix "initial", and test "unset". r=dbaron
  2123. # [17:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6ac178db3717 - L. David Baron - Bug 940229 part 1: Test extra inherit/-moz-initial at the start/end of property values. r=dholbert
  2124. # [17:42] <darkowlzz> bz, there are 2 Karls, karlt or karlcow?
  2125. # [17:42] <RyanVM> darkowlzz: karlt
  2126. # [17:42] <darkowlzz> okay
  2127. # [17:43] <bz> darkowlzz: karlt, like I said
  2128. # [17:43] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  2129. # [17:43] * Joins: briansmith (briansmith@C11351D5.AC8EC7EA.B4C748B5.IP)
  2130. # [17:43] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  2131. # [17:44] * Joins: lduros (user@moz-E56860A0.phlapa.fios.verizon.net)
  2132. # [17:44] * jlund|afk is now known as jlund
  2133. # [17:45] <darkowlzz> RyanVM, bz thanks a lot guys :) . Hope our new contributor doesn't get more frustrated :D
  2134. # [17:46] <RyanVM> darkowlzz: nobody said it would be easy I hope :P
  2135. # [17:46] * Joins: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP)
  2136. # [17:47] <wesj> can we get better clobber comments than "Bug 956240 requires clobber due to bug 956723"
  2137. # [17:47] <dougt> gcp: what is up, brother!
  2138. # [17:47] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  2139. # [17:47] * Quits: sewardj (sewardj@moz-9C89BBCE.dip0.t-ipconnect.de) (Ping timeout)
  2140. # [17:49] <gcp> dougt: check your emails :P
  2141. # [17:49] <dougt> yeah, i saw that
  2142. # [17:49] <dougt> so, from what I can tell, we are doing everything right.
  2143. # [17:49] <gcp> interesting
  2144. # [17:49] <dougt> that is, geolocation continues to work.
  2145. # [17:49] * Joins: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com)
  2146. # [17:50] <gcp> so, who in Google did you piss off? :)
  2147. # [17:50] <dougt> Google loves me.
  2148. # [17:50] * Quits: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  2149. # [17:50] <froydnj> that makes two people
  2150. # [17:50] <dougt> hmm. maybe i forgot darin's birthday.
  2151. # [17:50] <dougt> whois froydnj
  2152. # [17:50] <dougt> hah.
  2153. # [17:50] <dougt> was looking for your ip
  2154. # [17:51] * froydnj bunkers up
  2155. # [17:51] * Quits: glazou (glazou@D8B9C081.E820043D.D4C04133.IP) (Quit: glazou)
  2156. # [17:51] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  2157. # [17:52] <bz> RyanVM: Beta patch in bug 936056 should be good to go.
  2158. # [17:52] * Joins: WaltS48 (Thunderbir@moz-C2D9ED17.pitbpa.east.verizon.net)
  2159. # [17:52] <RyanVM> ok, thanks
  2160. # [17:52] <bz> RyanVM: Thank _you_
  2161. # [17:52] <RyanVM> does it need an r+ first?
  2162. # [17:53] <bz> I just got verbal r+ from jandem in #jsapi, if it matters
  2163. # [17:53] <RyanVM> wfm, just checking
  2164. # [17:53] <bz> RyanVM: makes sense
  2165. # [17:54] * Joins: hexman (hexman@moz-27F37946.net55.n37.ru)
  2166. # [17:54] * Joins: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2167. # [17:55] * KaiRo is now known as KaiRo_away
  2168. # [17:55] * Quits: AndreiVaida (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2169. # [17:55] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2170. # [17:55] * jchen|away is now known as jchen
  2171. # [17:55] <mrbkap> RyanVM: ping?
  2172. # [17:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9d728498c1e4 - Gregory Szorc - Bug 875562 - Part 1: Document existing crash reporter behavior; r=bsmedberg
  2173. # [17:56] <RyanVM> mrbkap: pong
  2174. # [17:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a556f789dc36 - Daniel Holbert - Bug 957442: Drop "register" keyword from rdf/base/src/nsInMemoryDataSource.cpp since it's deprecated in C++11 and clang warns about it. r=bsmedberg
  2175. # [17:57] * Quits: gabor (gabor@941349F4.F58C7D4D.F945DA.IP) (Ping timeout)
  2176. # [17:57] <mrbkap> RyanVM: Hey, if I'm making sure a patch applies to "b2g26" and "b2g18" does that mean "b2g26_v1_2" an "b2g18"?
  2177. # [17:57] <RyanVM> mrbkap: yes :)
  2178. # [17:57] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  2179. # [17:57] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2180. # [17:57] * Joins: centurion (ashickur-n@56E0E426.C507E338.1E0D1E74.IP)
  2181. # [17:57] <mrbkap> RyanVM: Do I dare ask what b2g26_v1_2f is? :)
  2182. # [17:58] * jhopkins is now known as jhopkins|afk
  2183. # [17:58] <jcranmer> the codename for the apocalypse?
  2184. # [17:58] <RyanVM> mrbkap: a partner-specific branch
  2185. # [17:58] <mrbkap> RyanVM: ah-ha, thanks.
  2186. # [17:58] <RyanVM> we merge b2g26 to it
  2187. # [17:58] <@ted> darkowlzz: pong?
  2188. # [17:58] <RyanVM> and that's about all we do for it :)
  2189. # [17:58] * Quits: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  2190. # [17:58] <mrbkap> RyanVM: hm, in git there is no "origin/b2g26", why?
  2191. # [17:59] * Joins: terrence-afk (terrence@moz-B38D16E9.sb.sd.cox.net)
  2192. # [17:59] * terrence-afk is now known as terrence
  2193. # [17:59] * Joins: asuk_ (asuk@FA0B9315.D7D800CF.AF15F8E5.IP)
  2194. # [17:59] * Quits: dria (dria@moz-372607F9.dsl.teksavvy.com) (Ping timeout)
  2195. # [17:59] <RyanVM> mrbkap: I no nothing about the git mirrors of gecko
  2196. # [17:59] <RyanVM> know*
  2197. # [17:59] <RyanVM> ask in #releng
  2198. # [18:00] <mrbkap> ok
  2199. # [18:00] <RyanVM> oh
  2200. # [18:00] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  2201. # [18:00] <RyanVM> but is it under b2g26_v1_2?
  2202. # [18:00] <mrbkap> RyanVM: yes
  2203. # [18:00] <RyanVM> that's the official branch name
  2204. # [18:00] <RyanVM> so that's right then
  2205. # [18:00] * Joins: aklotz (Thunderbir@FD1E68D2.64455FB.F97ED6F2.IP)
  2206. # [18:00] <RyanVM> (that'll be the convention going forward for future branches as well)
  2207. # [18:01] <RyanVM> b2g18 is the oddball
  2208. # [18:01] * Gijs_away is now known as Gijs
  2209. # [18:01] <gaston> b2g18_v1_1?
  2210. # [18:01] <darkowlzz> ted, hi, could you help with https://bugzilla.mozilla.org/show_bug.cgi?id=414071 ?
  2211. # [18:01] <RyanVM> gaston: yeah, the idea of putting the version number in the branch name happened way later than b2g18
  2212. # [18:02] <RyanVM> and it was made due to the confusion from b2g18
  2213. # [18:02] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  2214. # [18:02] * Quits: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP) (Client exited)
  2215. # [18:02] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2216. # [18:02] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Connection reset by peer)
  2217. # [18:03] * Joins: mcomella_ (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2218. # [18:03] * Quits: spohl (Adium@FCCEA34F.7672369.D8E68FF6.IP) (Quit: Leaving.)
  2219. # [18:03] * Joins: spohl (Adium@FCCEA34F.7672369.D8E68FF6.IP)
  2220. # [18:03] * mcomella_ is now known as mcomella
  2221. # [18:03] * Quits: marcoz (marco.zehe@moz-B4F21514.dip0.t-ipconnect.de) (Quit: Leaving.)
  2222. # [18:04] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  2223. # [18:05] * Quits: mstange (markus@moz-F7CAEB1C.dip0.t-ipconnect.de) (Quit: mstange)
  2224. # [18:05] * Joins: ehugg (ehugg@moz-D362FF27.cisco.com)
  2225. # [18:05] * Joins: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com)
  2226. # [18:05] * Joins: tonymec (tonymec@1ADF227B.96BCDF6E.277517C1.IP)
  2227. # [18:06] * Quits: briansmith (briansmith@C11351D5.AC8EC7EA.B4C748B5.IP) (Ping timeout)
  2228. # [18:06] * wlach|afk is now known as wlach
  2229. # [18:06] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2230. # [18:06] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  2231. # [18:06] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Input/output error)
  2232. # [18:06] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2233. # [18:07] * Joins: tessarakt3 (jens@moz-4D68DAAF.dip0.t-ipconnect.de)
  2234. # [18:07] * Quits: teoli_ (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Ping timeout)
  2235. # [18:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/83a0f631842d - Ryan VanderMeulen - Backed out changeset fd1fc08e3f58 (bug 948743) for B2G test failures.
  2236. # [18:07] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2237. # [18:07] * Quits: yene (yene@moz-F6A0769B.dclient.hispeed.ch) (Quit: Family. Duty. Hodor.)
  2238. # [18:07] * Joins: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net)
  2239. # [18:07] * Joins: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP)
  2240. # [18:08] * Parts: gluong (sid15144@moz-E77DEB21.irccloud.com)
  2241. # [18:08] * jedp is now known as jedp|transit
  2242. # [18:09] * Quits: jedp|transit (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  2243. # [18:09] * Joins: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP)
  2244. # [18:09] * Quits: hexman (hexman@moz-27F37946.net55.n37.ru) (Quit: Leaving)
  2245. # [18:10] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  2246. # [18:10] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/dad9fe3bf6ee - Ryan VanderMeulen - Bug 777574 - Skip quickCheckAPI-B2.html on Linux. r=bjacob, a=test-only
  2247. # [18:10] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/92703e5c84a0 - Boris Zbarsky - Bug 936056 - Be consistent about the thisobj we pass to getters. r=jorendorff, a=bajaj
  2248. # [18:11] * Quits: timdream (timdream@moz-9E1CA124.dynamic.hinet.net) (Quit: timdream)
  2249. # [18:11] * armenzg_buildduty is now known as armenzg_lunch
  2250. # [18:11] * Quits: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP) (Ping timeout)
  2251. # [18:13] * Quits: tzimmermann (tzimmerman@moz-1E94092D.pools.arcor-ip.net) (Quit: Ex-Chat)
  2252. # [18:13] <@ted> darkowlzz: looking
  2253. # [18:13] <darkowlzz> sure
  2254. # [18:13] * Quits: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Quit: ejpbruel)
  2255. # [18:13] * Joins: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com)
  2256. # [18:14] * Joins: hexman (Thunderbir@moz-27F37946.net55.n37.ru)
  2257. # [18:14] * Parts: hexman (Thunderbir@moz-27F37946.net55.n37.ru)
  2258. # [18:14] * khuey|away is now known as khuey
  2259. # [18:14] * Joins: hexman (Thunderbir@moz-27F37946.net55.n37.ru)
  2260. # [18:15] * Joins: nicodel (Icedove@moz-20FD88F4.fbx.proxad.net)
  2261. # [18:16] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  2262. # [18:16] * Quits: bbondy (bbondy@FCCEA34F.7672369.D8E68FF6.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  2263. # [18:16] * ahal is now known as ahal|lunch
  2264. # [18:17] * Joins: briansmith (briansmith@C11351D5.AC8EC7EA.B4C748B5.IP)
  2265. # [18:17] * Quits: ehugg (ehugg@moz-D362FF27.cisco.com) (Connection reset by peer)
  2266. # [18:18] <jcranmer> win 3
  2267. # [18:18] <darkowlzz> ted, thanks!
  2268. # [18:18] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  2269. # [18:19] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Quit: gbrown)
  2270. # [18:19] <@ted> np
  2271. # [18:20] <gcp> Callek: well sh--
  2272. # [18:20] <gcp> Callek: I obviously had no idea.
  2273. # [18:20] <Callek> gcp: sure, but thats why I wanted to e-mail that out
  2274. # [18:21] <gcp> The original bug quite trivially documented how to obtain that anyway.
  2275. # [18:21] <Callek> gcp: I don't think in this case its worth screaming and running for the hills for, but yea felt it needed to be pointed out none-the-less
  2276. # [18:21] <gcp> Still.
  2277. # [18:21] * Quits: nicodel (Icedove@moz-20FD88F4.fbx.proxad.net) (Quit: nicodel)
  2278. # [18:21] <gcp> It obviously wasn't meant to involve those other parties.
  2279. # [18:21] * Joins: ehugg (ehugg@moz-DE02BF97.public.wayport.net)
  2280. # [18:22] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
  2281. # [18:23] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2282. # [18:23] * Joins: mchang (mchang@BE99BE02.84BCE52A.BCAEBB33.IP)
  2283. # [18:23] * Joins: mixedpuppy_ (mixedpuppy@moz-78985667.vc.shawcable.net)
  2284. # [18:23] * Joins: jgriffin (jgriffin@125EF623.B2666F0E.66399531.IP)
  2285. # [18:23] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  2286. # [18:23] * mixedpuppy_ is now known as mixedpuppy
  2287. # [18:24] * Quits: jaoo (user@moz-E7494030.red-81-44-212.dynamicip.rima-tde.net) (Quit: ERC Version 5.3 (IRC client for Emacs))
  2288. # [18:24] * Joins: williecheong (Adium@moz-BBE3ABD.mv.mozilla.com)
  2289. # [18:24] * Parts: williecheong (Adium@moz-BBE3ABD.mv.mozilla.com)
  2290. # [18:24] * Joins: williecheong (Adium@moz-BBE3ABD.mv.mozilla.com)
  2291. # [18:24] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  2292. # [18:24] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  2293. # [18:25] * Quits: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  2294. # [18:25] <Waldo> froydnj, jcranmer: so according to that page whose information we shouldn't trust https://developer.mozilla.org/en-US/docs/Using_CXX_in_Mozilla_code enum foo : type is usable everywhere, and MOZ_ENUM_TYPE in TypedEnum.h uses C++11 syntax with all our supported compilers, so we can just kill off that macro totally, right?
  2295. # [18:25] * Joins: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP)
  2296. # [18:26] <Waldo> er, wait, that patch to be gcc 4.4 didn't land yet
  2297. # [18:26] * Quits: mgol (m_gol@moz-EF939EB2.neoplus.adsl.tpnet.pl) (Ping timeout)
  2298. # [18:26] <Waldo> but, that page still says gcc 4.4 has typed enums
  2299. # [18:26] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  2300. # [18:26] <botond> Waldo: gcc 4.4 does not have typed enums
  2301. # [18:26] <froydnj> Waldo: yes, that's my fault, I haven't reverted that bit of the page
  2302. # [18:27] <Waldo> sadfaces :-(
  2303. # [18:27] <botond> Waldo: when I build for b2g, I still get the old expansion of MOZ_ENUM_TYPE
  2304. # [18:27] <Waldo> boo-urns!
  2305. # [18:27] * Joins: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  2306. # [18:27] <Waldo> diaf b2g
  2307. # [18:27] <froydnj> botond: that's because TypedEnum.h has the wrong test for typed enums
  2308. # [18:27] <ejpbruel> terrence: ping
  2309. # [18:27] <froydnj> botond: but fixing that test causes reftest failures (!) on b2g
  2310. # [18:28] <botond> Waldo: er, sorry, I was talking about MOZ_BEGIN_ENUM_CLASS/MOZ_END_ENUM_CLASS
  2311. # [18:28] <Gijs> Err, anyone on today's mac nightly on retina seeing images not having the right size?
  2312. # [18:28] * Joins: mats (chatzilla@868A9748.A189EB51.4B330583.IP)
  2313. # [18:30] <botond> Waldo: it appears I'm also wrong about gcc 4.4 not having typed enums. it has everything except "enum forward declarations"
  2314. # [18:30] <botond> (that didn't come until 4.6)
  2315. # [18:30] <jcranmer> Waldo: http://gcc.gnu.org/projects/cxx0x.html claims that gcc has typed enums
  2316. # [18:30] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2317. # [18:30] <jcranmer> it's annoying in that they don't distinguish between enum class and enum : int32_t
  2318. # [18:31] * Parts: pauly (paul@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  2319. # [18:32] * geekboy|afk is now known as geekboy
  2320. # [18:32] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2321. # [18:33] * Parts: mt (mt@moz-BBE3ABD.mv.mozilla.com)
  2322. # [18:33] * Quits: hexman (Thunderbir@moz-27F37946.net55.n37.ru) (Quit: hexman)
  2323. # [18:34] * jhopkins|afk is now known as jhopkins
  2324. # [18:34] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  2325. # [18:34] * Joins: mt (mt@moz-BBE3ABD.mv.mozilla.com)
  2326. # [18:34] * Joins: hexman (Thunderbir@moz-27F37946.net55.n37.ru)
  2327. # [18:35] <nalexander> RyanVM: it's okay for me to merge s-c to m-i and have it merge out from there, yes?
  2328. # [18:35] * victorporof is now known as victorporof|away
  2329. # [18:35] * Quits: mt (mt@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  2330. # [18:35] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Quit: RealRaven)
  2331. # [18:36] <RyanVM> nalexander: any reason to not just merge to m-c directly?
  2332. # [18:36] <nalexander> RyanVM: not really; couldn't remember the protocol. Will merge to m-c.
  2333. # [18:36] * Joins: Archaeopteryx (itsme@AAF6E2CF.930CA6B4.2DB0BBA1.IP)
  2334. # [18:36] * RyanVM is now known as RyanVM|sheriffduty
  2335. # [18:37] * edmorley|sheriffduty is now known as edmorley
  2336. # [18:37] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Client exited)
  2337. # [18:37] * Waldo wonders how far he'd get if he tried to argue b2g should require 4.6 minimum
  2338. # [18:37] <RyanVM|sheriffduty> Waldo: not very
  2339. # [18:37] <RyanVM|sheriffduty> it's already been attempted
  2340. # [18:37] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2341. # [18:37] <jcranmer> Waldo: partner pushback
  2342. # [18:37] <RyanVM|sheriffduty> IIRC, the answer was "partners need 4.4"
  2343. # [18:37] <Waldo> guh
  2344. # [18:38] <Waldo> m-c barely even builds with 4.4, honestly
  2345. # [18:38] <jcranmer> if we ever bump up our msvc requirements, b2g will be the thing that holds us back
  2346. # [18:38] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2347. # [18:39] <froydnj> I wonder why they want to stick with 4.4
  2348. # [18:39] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2349. # [18:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d19f386b9061 - Marco Bonardo - Bug 953311 - nsIdleService.idl and .cpp comments are still suggesting a "back" notification. r=gsvelto
  2350. # [18:39] <gcp> but but my ubuntu dev VM is on 4.5
  2351. # [18:39] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4136cb9f3aef - Richard Newman - Bug 953313 - Fix idle observer notification, after Bug 715041 broke in-tree consumers. r=mak
  2352. # [18:39] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/140736b73655 - Marco Bonardo - Bug 957585 - Make jumplists listen for "active" idle topic instead of the defunct "back". r=jimm
  2353. # [18:40] <Waldo> 4.5 is broken on m-c, too
  2354. # [18:40] <gcp> But there's a patch for that.
  2355. # [18:40] <Waldo> at least, for --enable-tests builds, maybe plus --enable-debug
  2356. # [18:40] <Waldo> yes, a fugly one
  2357. # [18:40] * Joins: _hexman_ (hexman@moz-27F37946.net55.n37.ru)
  2358. # [18:41] <jcranmer> 4.5 is barely supported
  2359. # [18:41] <Waldo> jesup: you going to look at bug 938092 at some point? I'm holding off on landing until I understand how much we care about upstreaming, or landing upstream first, or just landing a fork change to gtest
  2360. # [18:41] <jcranmer> if we can bump up our gcc support, I'd rather move it up to at least 4.6 if not 4.7
  2361. # [18:41] * Quits: hexman (Thunderbir@moz-27F37946.net55.n37.ru) (Quit: hexman)
  2362. # [18:41] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2363. # [18:41] <Waldo> oh, certainly, I'd say kill 4.4 and 4.5 both
  2364. # [18:42] * Quits: annevk (annevk@A50E10E.73AA1E80.F1DF8184.IP) (Input/output error)
  2365. # [18:43] <jcranmer> minimum msvc 2012/gcc 4.6 gives us nullptr, enum class, enum forward-declares, range based-for
  2366. # [18:43] <gcp> Upgrading ubuntu. Oh boy :(
  2367. # [18:43] <gcp> I demand my convenience holds you all back.
  2368. # [18:43] <gcp> </every_firefox_user_complaining_about_upgrades>
  2369. # [18:44] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2370. # [18:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/30e591fc7153 - Richard Newman - Bug 953312 - Fix idle observer notification in Places expiration. r=mak DONTBUILD
  2371. # [18:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f23f0b5c59a5 - Marco Bonardo - Backout 4136cb9f3aef for wrong bug number in commit message.
  2372. # [18:45] * Joins: jonasfj (jonasfj@125EF623.B2666F0E.66399531.IP)
  2373. # [18:46] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2374. # [18:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d4d9bd399020 - Jonathan Kew - bug 951009 - update graphite2 library to upstream v1.2.4. r=jdaggett
  2375. # [18:47] * Joins: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP)
  2376. # [18:47] * Quits: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP) (Input/output error)
  2377. # [18:48] * Joins: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP)
  2378. # [18:48] * ahal|lunch is now known as ahal
  2379. # [18:51] * asuk_ is now known as asuk|afk
  2380. # [18:51] * Joins: bent (chatzilla@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2381. # [18:51] * Joins: grobinson|laptop (grob_@F15199F9.98E6256C.576FC204.IP)
  2382. # [18:51] <botond> does anyone know what a crash at http://mxr.mozilla.org/mozilla-central/source/xpcom/base/CycleCollectedJSRuntime.cpp#836 indicates?
  2383. # [18:51] * Quits: kyr0 (kyr0@moz-2F1D34F5.cm-7-2c.dynamic.ziggo.nl) (Ping timeout)
  2384. # [18:51] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2385. # [18:52] * Quits: asuk|afk (asuk@FA0B9315.D7D800CF.AF15F8E5.IP) (Quit: My iMac has gone to sleep. ZZZzzz…)
  2386. # [18:52] <grobinson|laptop> Who's a good person to talk to about HTMLMediaElement?
  2387. # [18:53] * Joins: darin (darin@3246441A.D6CCE4AE.77834EAA.IP)
  2388. # [18:53] <fabrice> grobinson|laptop: people in #media likely
  2389. # [18:53] * Joins: azakai_ (alon@moz-BBE3ABD.mv.mozilla.com)
  2390. # [18:53] <botond> gcp: you don't have to upgrade ubuntu to use a newer gcc. it's quite straightforward to build gcc from source
  2391. # [18:53] <grobinson|laptop> fabrice: thanks
  2392. # [18:53] <gcp> botond: yeah but I already had to hack python 2.7.5 in there, I think I have to cut my losses
  2393. # [18:53] <botond> gcp: e.g. for personal projects i use a development snapshot of gcc 4.9 on ubuntu 10.04, where the default gcc is 4.4
  2394. # [18:54] * Quits: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2395. # [18:55] * Joins: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP)
  2396. # [18:56] <bjacob_> botond: Waldo: so is this compiler check wrong? http://mxr.mozilla.org/mozilla-central/source/mfbt/TypedEnum.h#29 It requires GCC 4.6.3 for typed enums
  2397. # [18:56] <Waldo> bjacob_: we think so, yes, except there's a claim a reftest failure resulted from changing to enable for 4.4 or later
  2398. # [18:56] <gcp> I remember when that got added.
  2399. # [18:56] * Quits: grobinson|laptop (grob_@F15199F9.98E6256C.576FC204.IP) (Ping timeout)
  2400. # [18:56] * Quits: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  2401. # [18:56] * armenzg_lunch is now known as armenzg_buildduty
  2402. # [18:57] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  2403. # [18:57] <Waldo> which claim seems dubious, or at least worthy of closer investigation before giving up, at least to me
  2404. # [18:57] <gcp> I think 4.5 can't compile when you lower that.
  2405. # [18:57] <bjacob_> Waldo: a *reftest* failure o.O ?
  2406. # [18:57] <gcp> Waldo, bjacob_: give me 2 minutes
  2407. # [18:57] <Waldo> bjacob_: as I said, dubious
  2408. # [18:57] <gcp> https://bugzilla.mozilla.org/show_bug.cgi?id=923170
  2409. # [18:57] * Joins: grobinson|laptop (grob_@moz-611721D9.orange.fastwebserver.de)
  2410. # [18:57] * Joins: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2411. # [18:57] * Quits: gwagner (Gregor@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: gwagner)
  2412. # [18:58] * Quits: williecheong (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  2413. # [18:58] <bjacob_> Waldo: yeah, i would be *very* interested in using c++11 enums as MOZ_BEGIN_ENUM_CLASS on non-c++11-enums has some quirks
  2414. # [18:58] <Waldo> gcp: forcing a few casts for int/enum comparisons for 4.5 seems a worthwhile cost to allowing use of enum foo : T syntax
  2415. # [18:59] * Quits: jgriffin (jgriffin@125EF623.B2666F0E.66399531.IP) (Quit: jgriffin)
  2416. # [18:59] * Joins: bbondy (bbondy@FCCEA34F.7672369.D8E68FF6.IP)
  2417. # [19:00] <gcp> Waldo: it needs *both*
  2418. # [19:00] * Joins: grobinson|laptop_ (grob_@moz-A3B49392.tor-exit.calyxinstitute.org)
  2419. # [19:00] <gcp> it needs both the fallback path and the cast
  2420. # [19:01] * Quits: grobinson|laptop (grob_@moz-611721D9.orange.fastwebserver.de) (Ping timeout)
  2421. # [19:01] * Quits: rednaks (rednaks@E208C000.9AEB82FE.55FFA9B4.IP) (Quit: Téléportation !)
  2422. # [19:01] <@ehsan> RyanVM|sheriffduty: sorry, you pinged me, but I was in a meeting, and then I went to lunch, and my irc client is not capable of handling a sane amount of backscroll, so...
  2423. # [19:01] * Joins: heftig (heftig@moz-B29C59B9.dip0.t-ipconnect.de)
  2424. # [19:01] * Quits: mconley (mconley@moz-B1B9330C.dsl.ovh.fr) (Input/output error)
  2425. # [19:01] <RyanVM|sheriffduty> lol
  2426. # [19:02] <RyanVM|sheriffduty> ehsan: I went ahead and filed the bug with everything I was able to find out
  2427. # [19:02] <@ehsan> k, thanks
  2428. # [19:02] * Quits: grobinson|laptop_ (grob_@moz-A3B49392.tor-exit.calyxinstitute.org) (Ping timeout)
  2429. # [19:02] * Joins: dria (dria@14499B91.6EF5A46B.47C41102.IP)
  2430. # [19:02] <RyanVM|sheriffduty> ehsan: but I have no idea who can/will drive investigating it :(
  2431. # [19:02] * Joins: jgriffin (jgriffin@125EF623.B2666F0E.66399531.IP)
  2432. # [19:02] <RyanVM|sheriffduty> but I was counting 3000-6000 instances per log
  2433. # [19:02] <RyanVM|sheriffduty> so yeah, VERY spammy
  2434. # [19:02] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  2435. # [19:02] * Quits: WaltS48 (Thunderbir@moz-C2D9ED17.pitbpa.east.verizon.net) (Quit: WaltS48 has gone elsewhere)
  2436. # [19:02] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Ping timeout)
  2437. # [19:03] <@ehsan> RyanVM|sheriffduty: bug#?
  2438. # [19:03] <RyanVM|sheriffduty> ehsan: bug 957666
  2439. # [19:04] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2440. # [19:04] * Quits: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP) (Quit: Leaving.)
  2441. # [19:05] * Joins: darkowlzzz (sunny@D8C1C752.D3C95991.25B273F5.IP)
  2442. # [19:05] * rail is now known as rail-lunch
  2443. # [19:06] * Quits: jonasfj (jonasfj@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  2444. # [19:06] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/ec04925b2e81 - Nick Alexander - Bug 955808 - Follow-up: Fix bustage. r=me
  2445. # [19:06] * Quits: darkowlzz (sunny@DB04531.B7CA1378.F44414AF.IP) (Ping timeout)
  2446. # [19:06] <firebot> http://hg.mozilla.org/mozilla-central/rev/65d443d32bf6 - Nick Alexander - Bug 956935 - Follow-up: Fix bustage. r=me
  2447. # [19:06] * Joins: grobinson|laptop (grob_@moz-611721D9.orange.fastwebserver.de)
  2448. # [19:06] <firebot> http://hg.mozilla.org/mozilla-central/rev/bb178433abe3 - Richard Newman - Bug 956935 - Include supported Sync protocol versions in Android client records. r=nalexander
  2449. # [19:06] <gcp> mmc: ping
  2450. # [19:06] <firebot> http://hg.mozilla.org/mozilla-central/rev/6d5b0207c771 - Richard Newman - Bug 956442 - Include version in desktop Sync client records. r=gps
  2451. # [19:06] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  2452. # [19:06] <firebot> http://hg.mozilla.org/mozilla-central/rev/a30925f7f28e - Nick Alexander - Merge m-c to s-c
  2453. # [19:06] <firebot> http://hg.mozilla.org/mozilla-central/rev/d31244f88612 - Nick Alexander - Merge m-c to s-c
  2454. # [19:06] <firebot> http://hg.mozilla.org/mozilla-central/rev/19bd00ed4b48 - Nick Alexander - Bug 956816 - Implement (de)serializing Android BrowserIDKeyPair instances. r=rnewman
  2455. # [19:06] <firebot> http://hg.mozilla.org/mozilla-central/rev/6fbf42e15bb1 - Nick Alexander - Bug 955808 - Implement Android Firefox Account client that speaks "onepw" protocol. r=rnewman
  2456. # [19:06] * Joins: Optimizer1 (Instantbir@5A33CF1F.9121CE7F.D2D1FAF0.IP)
  2457. # [19:07] * Joins: bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net)
  2458. # [19:07] * ChanServ sets mode: +o bsmedberg
  2459. # [19:07] * Joins: bbondy_ (bbondy@FCCEA34F.7672369.D8E68FF6.IP)
  2460. # [19:08] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  2461. # [19:09] * catlee-afk is now known as catlee
  2462. # [19:09] <@ehsan> ted++ for the cpp unit test thing
  2463. # [19:09] * Quits: ehugg (ehugg@moz-DE02BF97.public.wayport.net) (Quit: ehugg)
  2464. # [19:09] * Joins: jonasfj (jonasfj@125EF623.B2666F0E.66399531.IP)
  2465. # [19:09] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving)
  2466. # [19:09] * Joins: mcomella_ (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2467. # [19:10] * mcomella_ is now known as mcomella
  2468. # [19:10] * Joins: gabor (gabor@moz-AE4FFECD.dip0.t-ipconnect.de)
  2469. # [19:10] <@ehsan> RyanVM|sheriffduty: I'll see if I can capture it under the debugger right now
  2470. # [19:10] <RyanVM|sheriffduty> ehsan: cool, thanks :)
  2471. # [19:11] <@ted> ehsan: dminor did all the work!
  2472. # [19:11] <@ehsan> dminor++
  2473. # [19:11] <@ted> i just filed some bugs and provided moral support
  2474. # [19:11] <dmajor> ehsan: RyanVM|sheriffduty: I see a lot of spam for its hex version too (0x80040111) and those look like they have more information and/or might be closer to the failure
  2475. # [19:11] <@ehsan> ted: and take the credit :P
  2476. # [19:11] * Joins: williecheong (Adium@moz-BBE3ABD.mv.mozilla.com)
  2477. # [19:11] <@ehsan> dmajor: how do I repro?
  2478. # [19:12] <dmajor> ehsan: no idea, I just took a peek at the log :)
  2479. # [19:12] <@khuey> ehsan: dminor and dmajor are different people :P
  2480. # [19:12] <@ted> ehsan: d'oh, i totally failed to name drop him in that post
  2481. # [19:12] <@ehsan> khuey: lol I know :)
  2482. # [19:12] <RyanVM|sheriffduty> ehsan: yes, I get to harass bholley now! :D
  2483. # [19:12] <RyanVM|sheriffduty> he *loves* when I do that
  2484. # [19:12] <bholley> RyanVM|sheriffduty: hm?
  2485. # [19:12] <@ehsan> RyanVM|sheriffduty: no wait
  2486. # [19:12] <RyanVM|sheriffduty> lol, noooo
  2487. # [19:12] <@ehsan> khuey: it's probably not his fault yet
  2488. # [19:12] <@ehsan> dammit
  2489. # [19:13] <@ehsan> RyanVM|sheriffduty: ^
  2490. # [19:13] <@ehsan> khuey: see, I confuse RyanVM|sheriffduty with you!
  2491. # [19:13] <RyanVM|sheriffduty> bholley: trying to figure out the cause of bug 957666
  2492. # [19:13] <RyanVM|sheriffduty> ehsan: I have to say, that's a new confusion for me
  2493. # [19:13] <RyanVM|sheriffduty> Asa's the usual one I get
  2494. # [19:13] <@ehsan> it's my irc client, jokes aside
  2495. # [19:13] * Quits: Optimizer1 (Instantbir@5A33CF1F.9121CE7F.D2D1FAF0.IP) (Ping timeout)
  2496. # [19:13] * Quits: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com) (Ping timeout)
  2497. # [19:13] <@ehsan> I just press tab
  2498. # [19:13] <RyanVM|sheriffduty> ehsan: TB?
  2499. # [19:13] <@ehsan> and it sometimes autocompletes the wrong name
  2500. # [19:13] <RyanVM|sheriffduty> oh
  2501. # [19:13] <@ehsan> no, LimeChat
  2502. # [19:14] * Joins: asuk_ (asuk@FA0B9315.D7D800CF.AF15F8E5.IP)
  2503. # [19:14] <@ehsan> now, the funny part is, I *wrote* that tab completion code! :D
  2504. # [19:14] <@ehsan> so...
  2505. # [19:14] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  2506. # [19:14] <froydnj> r-
  2507. # [19:14] <RyanVM|sheriffduty> lol
  2508. # [19:14] <RyanVM|sheriffduty> TB's IRC client allows you to double-click a line to put the person's name in front
  2509. # [19:14] <@ehsan> in my defence, I didn't even know the programming language!
  2510. # [19:14] * Joins: hurley (hurley@moz-BBE3ABD.mv.mozilla.com)
  2511. # [19:14] <@ehsan> but they took my patch anyways
  2512. # [19:14] <RyanVM|sheriffduty> which is great when you do it at the same time a new comment appears
  2513. # [19:15] <@ehsan> RyanVM|sheriffduty: thunderbird doesn't like to give me access to its main thread most of the time
  2514. # [19:15] <@ehsan> so it would be a terrible choice for me
  2515. # [19:15] <Mook_as> yeah, I just end up running two thunderbirds :(
  2516. # [19:15] <bholley> RyanVM|sheriffduty: well, ehsan pointed you to the error reporting machinery, which happens to be in XPConnect
  2517. # [19:16] <@ehsan> yes
  2518. # [19:16] <@ehsan> bholley: you're safe
  2519. # [19:16] <@ehsan> (for now)
  2520. # [19:16] <bholley> :-)
  2521. # [19:16] * Joins: mt (mt@moz-BBE3ABD.mv.mozilla.com)
  2522. # [19:16] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  2523. # [19:16] <RyanVM|sheriffduty> bholley: <3
  2524. # [19:16] * Joins: gwagner (gwagner@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2525. # [19:16] <bholley> <3
  2526. # [19:16] <@ehsan> bholley: can we improve the error reporting there to give us a stack etc?
  2527. # [19:17] * jorendorff_away is now known as jorendorff
  2528. # [19:17] <RyanVM|sheriffduty> greeeeat, mochitest-bc on linux debug is timing out again. Now even 150min isn't enough.
  2529. # [19:17] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Connection reset by peer)
  2530. # [19:17] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  2531. # [19:18] <bholley> ehsan: maybe. Improving error reporting is surprisingly time consuming. I just spent some days on it ;-)
  2532. # [19:18] <@ehsan> bholley: hmm, do you want me to file a bug at least?
  2533. # [19:18] * Quits: kaze (kaze@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2534. # [19:18] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2535. # [19:18] <@ehsan> RyanVM|sheriffduty: why have we not split that suite yet? :(
  2536. # [19:19] <RyanVM|sheriffduty> because we hit asserts when we do
  2537. # [19:19] <bz> Spiff
  2538. # [19:19] <RyanVM|sheriffduty> and mochitest-bc is such a clusterfuck that nobody wants to touch it
  2539. # [19:19] <bz> standalone? tests?
  2540. # [19:19] <bholley> ehsan: feel free
  2541. # [19:19] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  2542. # [19:19] <bz> s/mochitest-// ? ;)
  2543. # [19:19] <RyanVM|sheriffduty> bug 819963
  2544. # [19:19] * Joins: dholbert_ (dholbert@moz-BBE3ABD.mv.mozilla.com)
  2545. # [19:20] <bholley> ehsan: if you look at bug 895548, you'll see there's already quite a lot on this plate
  2546. # [19:20] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2547. # [19:20] <@ehsan> bholley: well if that bug covers this case then I won't file a new one
  2548. # [19:20] <bholley> ehsan: I don't know if it does or not
  2549. # [19:20] <bholley> ehsan: in general, I've sorta given up about responsively handling error reporting issues
  2550. # [19:20] <@ehsan> ok, I'll file one anyways :)
  2551. # [19:20] <bholley> ehsan: I'm just working on improving the architecture and making it sane
  2552. # [19:20] <@ehsan> oh :(
  2553. # [19:20] * Quits: dholbert_ (dholbert@moz-BBE3ABD.mv.mozilla.com) (Quit: Ex-Chat)
  2554. # [19:20] * Quits: grobinson|laptop (grob_@moz-611721D9.orange.fastwebserver.de) (Ping timeout)
  2555. # [19:20] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  2556. # [19:21] <bholley> ehsan: then, at some point, I'll go through all the bugs that weren't fixed by sanitizing the architecture and fix them
  2557. # [19:21] <@ehsan> bholley: are spot fixes hard?
  2558. # [19:21] <bholley> ehsan: depending on what they are. But often trying to spot-fix these things ends up breaking something else
  2559. # [19:22] <bholley> ehsan: so I don't want to sink time into it unless it's clear to me that it's a move in the right direction
  2560. # [19:22] <bholley> ehsan: like bug 872273, which I've spent the last few days on
  2561. # [19:22] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2562. # [19:22] * geekboy is now known as geekboy|afk
  2563. # [19:22] <@ehsan> ok, fair enough
  2564. # [19:23] * Quits: mwargers (mwargers@moz-F74FC034.hinet-ip.hinet.net) (Connection reset by peer)
  2565. # [19:23] * Joins: mwargers (mwargers@moz-F74FC034.hinet-ip.hinet.net)
  2566. # [19:24] * Quits: {V} (V@moz-F9CA6B1C.on.nl) (Ping timeout)
  2567. # [19:24] * Joins: {V} (V@moz-F9CA6B1C.on.nl)
  2568. # [19:25] * baku is now known as baku|away
  2569. # [19:25] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Ping timeout)
  2570. # [19:27] * rail-lunch is now known as rail
  2571. # [19:27] * Joins: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com)
  2572. # [19:28] * Quits: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Quit: ejpbruel)
  2573. # [19:28] * Quits: nicklebedev (androirc@moz-29D843ED.net151.n37.ru) (Ping timeout)
  2574. # [19:28] * Joins: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  2575. # [19:28] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2576. # [19:29] * coop is now known as coop|mtg
  2577. # [19:29] <gwagner> KWierso|afk: ping
  2578. # [19:29] * Quits: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  2579. # [19:29] * Joins: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP)
  2580. # [19:29] <RyanVM|sheriffduty> gwagner: fwiw, that bug is why IMO re-landings of big backouts should be handled by the developers who know the code
  2581. # [19:30] <gwagner> RyanVM|sheriffduty: fine with me. I just try to understand how this happened
  2582. # [19:30] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2583. # [19:30] <RyanVM|sheriffduty> I'm not sure how he did the re-landing
  2584. # [19:31] <gwagner> RyanVM|sheriffduty: maybe we should back out the re-landing and back out the original back out?
  2585. # [19:32] * Quits: darkowlzzz (sunny@D8C1C752.D3C95991.25B273F5.IP) (Quit: This computer has gone to sleep)
  2586. # [19:34] * Quits: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP) (Input/output error)
  2587. # [19:34] * Joins: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP)
  2588. # [19:34] <bz> I hear you like backouts so much, I backed out your backout?
  2589. # [19:34] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2590. # [19:34] * Joins: pnkfelix (pnkfelix@moz-7B0110AD.mv.mozilla.com)
  2591. # [19:36] * Quits: armenzg_buildduty (armenzg@moz-DC6D6B46.home1.cgocable.net) (Ping timeout)
  2592. # [19:36] * Quits: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP) (Ping timeout)
  2593. # [19:36] * Joins: erikvold (sid18003@moz-E77DEB21.irccloud.com)
  2594. # [19:36] * Joins: armenzg (armenzg@moz-DC6D6B46.home1.cgocable.net)
  2595. # [19:38] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2596. # [19:38] <RyanVM|sheriffduty> bz: something like that
  2597. # [19:39] * Joins: billm (billm@moz-BBE3ABD.mv.mozilla.com)
  2598. # [19:39] * BenWa is now known as BenWa|email
  2599. # [19:39] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2600. # [19:41] * Joins: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com)
  2601. # [19:41] * Joins: Dwight_Stegall (info@moz-3088615F.client.mchsi.com)
  2602. # [19:41] * philor is now known as philor|away
  2603. # [19:42] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  2604. # [19:42] * Quits: Dwight_Stegall (info@moz-3088615F.client.mchsi.com) (Quit: )
  2605. # [19:42] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  2606. # [19:42] * Joins: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com)
  2607. # [19:42] * Joins: sewardj (sewardj@moz-3D46A48F.dip0.t-ipconnect.de)
  2608. # [19:43] * Quits: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2609. # [19:43] * Joins: fabrice1 (fabrice@moz-7B0110AD.mv.mozilla.com)
  2610. # [19:43] * Quits: fabrice1 (fabrice@moz-7B0110AD.mv.mozilla.com) (Max SendQ exceeded)
  2611. # [19:43] * Quits: crypt (chatzilla@moz-701A992B.hsd1.ca.comcast.net) (Ping timeout)
  2612. # [19:44] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2613. # [19:44] * Joins: fabrice (fabrice@moz-7B0110AD.mv.mozilla.com)
  2614. # [19:45] * geekboy|afk is now known as geekboy
  2615. # [19:45] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2616. # [19:46] <@ehsan> RyanVM|sheriffduty: I need a test in OS X which triggers those warnings reliably
  2617. # [19:46] <@ehsan> *errors
  2618. # [19:46] * Quits: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP) (Quit: yzen)
  2619. # [19:46] * Quits: fabrice (fabrice@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  2620. # [19:47] <RyanVM|sheriffduty> ehsan: i linked to an OSX log in the bug, but you should be able to find it in any on tbpl
  2621. # [19:47] <RyanVM|sheriffduty> but I'm not sure if it's really test-specific or timing-related
  2622. # [19:47] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2623. # [19:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/df0f58eb2b6f - Nikhil Marathe - Bug 925437 - Implement navigator.onLine on Workers. r=khuey sr=sicking
  2624. # [19:47] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2625. # [19:47] * Joins: fabrice (fabrice@moz-7B0110AD.mv.mozilla.com)
  2626. # [19:47] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2627. # [19:47] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2628. # [19:48] * julienw is now known as julienw_afk
  2629. # [19:48] * Quits: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP) (Ping timeout)
  2630. # [19:48] * Quits: gsvelto (gsvelto@moz-F2649357.clienti.tiscali.it) (Quit: Leaving)
  2631. # [19:48] * Quits: ggp (ggp@moz-3947302.dsl.telesp.net.br) (Ping timeout)
  2632. # [19:48] * Joins: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP)
  2633. # [19:48] * Joins: jdm (jdm@13F2CEC5.7672369.D8E68FF6.IP)
  2634. # [19:49] <@ehsan> RyanVM|sheriffduty: well, I'm running content/base, and not seeing it :(
  2635. # [19:49] <RyanVM|sheriffduty> ehsan: my concern is that a callstack patch will blow the log size limit on tbpl given the number of instances hit during the run
  2636. # [19:49] * Joins: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP)
  2637. # [19:49] * Joins: ggp (ggp@moz-3947302.dsl.telesp.net.br)
  2638. # [19:49] <@ehsan> RyanVM|sheriffduty: well, we should first fix this one!
  2639. # [19:50] <RyanVM|sheriffduty> ehsan: maybe try a full run of one of the suites?
  2640. # [19:50] <@ehsan> a full run of mochitest-1?
  2641. # [19:50] <RyanVM|sheriffduty> yes
  2642. # [19:50] <@ehsan> that's not really practical
  2643. # [19:50] <@ehsan> I need to use my machine :)
  2644. # [19:50] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  2645. # [19:51] * Joins: simoX (simo@A40BECE1.7FF324D0.B1865714.IP)
  2646. # [19:51] <RyanVM|sheriffduty> ehsan: if you have a patch for callstack printing, you could run it through Try
  2647. # [19:51] * Quits: simo (simo@E4CFA581.34F6B270.B1865714.IP) (Ping timeout)
  2648. # [19:51] <RyanVM|sheriffduty> even if the run hits 50MB and stops, you could probably still see it from what managed to finish
  2649. # [19:51] <@ehsan> I don't have that patch
  2650. # [19:52] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  2651. # [19:52] <@ehsan> the stack printing suggestion was an aside
  2652. # [19:52] * Quits: Gijs (gijs@moz-A1410385.range86-164.btcentralplus.com) (Connection reset by peer)
  2653. # [19:52] * Quits: mats (chatzilla@868A9748.A189EB51.4B330583.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  2654. # [19:52] <RyanVM|sheriffduty> oh, I thought it was the tool you were going to use for investigating
  2655. # [19:52] <RyanVM|sheriffduty> darn
  2656. # [19:52] <RyanVM|sheriffduty> do you have a VM you could run it under?
  2657. # [19:52] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Connection reset by peer)
  2658. # [19:52] * Joins: Gijs (gijs@moz-A1410385.range86-164.btcentralplus.com)
  2659. # [19:53] <@ehsan> RyanVM|sheriffduty: an OS X VM? ;)
  2660. # [19:53] <RyanVM|sheriffduty> any platform reproduces ;)
  2661. # [19:53] * Quits: {V} (V@moz-F9CA6B1C.on.nl) (Ping timeout)
  2662. # [19:53] <RyanVM|sheriffduty> debug seems to be the key
  2663. # [19:53] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  2664. # [19:53] <@ehsan> I guess I can try on my linux nox
  2665. # [19:53] <@ehsan> box, even
  2666. # [19:53] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  2667. # [19:54] <sfink> osx newbie here -- how the f#@! do I install (activate) python 2.7? mach bootstrap insists on having it. But port won't let me deactivate python26 because random junk depends on it.
  2668. # [19:54] * Quits: simoX (simo@A40BECE1.7FF324D0.B1865714.IP) (Ping timeout)
  2669. # [19:54] * Joins: TheCrap (TheCrap@moz-C6E456E2.unity-media.net)
  2670. # [19:54] <bz> sfink: which OSX version?
  2671. # [19:54] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2672. # [19:54] <sfink> bz: how do I tell?
  2673. # [19:55] <sfink> Darwin Kernel Version 10.5.0
  2674. # [19:55] <sfink> says uname -a
  2675. # [19:55] <bz> sfink: click the "apple" icon at top left and then select "about this mac"
  2676. # [19:55] * Joins: {V} (V@moz-F9CA6B1C.on.nl)
  2677. # [19:55] <bz> sfink: but it sounds like you're on 10.6 or something
  2678. # [19:55] <sfink> Version 10.6.5
  2679. # [19:55] * Quits: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Boriss)
  2680. # [19:55] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2681. # [19:56] <bz> hrm
  2682. # [19:56] * Quits: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl) (Quit: Leaving)
  2683. # [19:56] <bz> You could deactive all ports depending on python26... :(
  2684. # [19:56] <sfink> I just did a port upgrade outdated (went from hg 1.6 to 2.8!)
  2685. # [19:56] * coop|mtg is now known as coop
  2686. # [19:56] * bz ended up uninstalling the macports python, but he has python2.7.2 as the system python
  2687. # [19:56] <sfink> deactivating xorg-libX11 scared me
  2688. # [19:57] <bz> but I think on 10.6 your system python is 2.6
  2689. # [19:57] <@ehsan> can't you just set PYTHON to point to the python you want?
  2690. # [19:57] <sfink> I don't know. Where is it?
  2691. # [19:57] <bz> sfink: it's not used by anything in practice. :(
  2692. # [19:57] <@ehsan> sfink: /usr/bin/python?
  2693. # [19:57] * geekboy is now known as geekboy|afk
  2694. # [19:57] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2695. # [19:57] * bz is pretty sure /usr/bin/python on 10.6 is 2.6
  2696. # [19:57] <sfink> /usr/bin/python is 2.6
  2697. # [19:58] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2698. # [19:58] <sfink> where does port put its stuff?
  2699. # [19:58] <sfink> I have 2.7 installed
  2700. # [19:58] <jfkthame> under /opt
  2701. # [19:58] <jfkthame> iirc
  2702. # [19:58] * Parts: erikvold (sid18003@moz-E77DEB21.irccloud.com)
  2703. # [19:58] * Joins: erikvold (sid18003@moz-E77DEB21.irccloud.com)
  2704. # [19:58] <jfkthame> see what /opt/local/bin/python is
  2705. # [19:59] <bz> sfink: port work python27?
  2706. # [19:59] <sfink> yeah, I have a /opt/local/bin/python2.7
  2707. # [19:59] <bz> That might be good enough, then
  2708. # [20:00] <sfink> setting PYTHON to it didn't make mach magically use it. Do I need to hack /usr/bin/python to link to it?
  2709. # [20:00] <sfink> (or something else in my PATH, of course)
  2710. # [20:00] <froydnj> $PYTHON mach foo ?
  2711. # [20:00] <froydnj> or reconfigure?
  2712. # [20:00] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  2713. # [20:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/50e2f15969ec - Daniel Holbert - Bug 945063: Annotate storage/build and storage/test as FAIL_ON_WARNINGS. r=mak
  2714. # [20:02] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  2715. # [20:02] * Joins: naveed_ (nihsanulla@moz-3CA42256.bstnma.fios.verizon.net)
  2716. # [20:02] * Quits: naveed_ (nihsanulla@moz-3CA42256.bstnma.fios.verizon.net) (Input/output error)
  2717. # [20:02] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2718. # [20:03] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2719. # [20:03] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2720. # [20:03] <sfink> trying to configure is what got me into this mess! :)
  2721. # [20:03] * philor|away is now known as philor
  2722. # [20:04] * Quits: hurley (hurley@moz-BBE3ABD.mv.mozilla.com) (Quit: leaving)
  2723. # [20:04] * Joins: hurley (hurley@moz-BBE3ABD.mv.mozilla.com)
  2724. # [20:04] <sfink> $PYTHON mach bootstrap seems to be getting me somewhere
  2725. # [20:04] <gps> sfink: see inbound commit
  2726. # [20:04] * Joins: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP)
  2727. # [20:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1d804ca74785 - Gregory Szorc - NO BUG - Document how to install Python if your system fails you
  2728. # [20:04] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2729. # [20:04] <sfink> ooh!
  2730. # [20:05] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  2731. # [20:05] <sfink> hrm. But getting python2.7 installed is not a problem; ports will do it. It just won't use it by default.
  2732. # [20:06] * asuk_ is now known as asuk|afk
  2733. # [20:06] * Joins: mconley (mconley@moz-B1B9330C.dsl.ovh.fr)
  2734. # [20:06] <gps> sfink: I'd just force PATH to have python2.7 first
  2735. # [20:06] * Quits: automata (automata@790517F7.D25D0FF3.10054EA3.IP) (Ping timeout)
  2736. # [20:06] * Quits: mconley (mconley@moz-B1B9330C.dsl.ovh.fr) (Input/output error)
  2737. # [20:06] <gps> 2.6 is end of lifed, so it makes little sense to continue using it if you have any choice in the matter
  2738. # [20:06] * Joins: brson (brson@moz-BBE3ABD.mv.mozilla.com)
  2739. # [20:06] * Joins: gcp_ (gpascutto@moz-9CEB1C98.access.telenet.be)
  2740. # [20:06] * Quits: briansmith (briansmith@C11351D5.AC8EC7EA.B4C748B5.IP) (Ping timeout)
  2741. # [20:06] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  2742. # [20:06] * Joins: mconley (mconley@moz-B1B9330C.dsl.ovh.fr)
  2743. # [20:07] <gps> you should purge 2.6 from system installs, if possible
  2744. # [20:07] * Parts: brson (brson@moz-BBE3ABD.mv.mozilla.com)
  2745. # [20:07] * Quits: asuk|afk (asuk@FA0B9315.D7D800CF.AF15F8E5.IP) (Quit: My iMac has gone to sleep. ZZZzzz…)
  2746. # [20:07] <bz> Do we try "python2.7" before trying "python"?
  2747. # [20:07] * Joins: automata (automata@790517F7.D25D0FF3.10054EA3.IP)
  2748. # [20:07] <sfink> yeah, I just need it to be under the name 'python', not 'python2.7'
  2749. # [20:07] <gps> bz: yes
  2750. # [20:07] <bz> huh
  2751. # [20:07] <sfink> oh
  2752. # [20:07] <sfink> then maybe that's good enouh
  2753. # [20:07] <bz> sfink: did you not have /opt/local/bin in your path??
  2754. # [20:07] <gps> symlink python2.7 somewhere in your PATH
  2755. # [20:07] <sfink> bz: it was too late in PATH
  2756. # [20:08] <sfink> as mach bootstrap helpfully told me
  2757. # [20:08] <bz> why would that matter?
  2758. # [20:08] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  2759. # [20:08] <gps> sfink: try running "python python/mozboot/bin/bootstrap.py"
  2760. # [20:08] <sfink> not sure how; ~/.profile puts it at the beginning
  2761. # [20:08] <bz> If we try "python2.7" before "python"?
  2762. # [20:08] * Quits: gabor (gabor@moz-AE4FFECD.dip0.t-ipconnect.de) (Ping timeout)
  2763. # [20:08] <gps> mach bootstrap will hit a Python 2.7 error before invoking the bootstrap script
  2764. # [20:08] <sfink> mach has #!/usr/bin/env python
  2765. # [20:08] <sfink> that's not going to find a python2.7
  2766. # [20:08] <gps> the bootstrap script itself is designed to work with python 2.6
  2767. # [20:08] <bz> ok, then it's not trying python2.7 before python!
  2768. # [20:08] <gps> mach is special
  2769. # [20:08] <gps> entry points are special
  2770. # [20:08] <sfink> (until I make a symlink in ~/bin, that is)
  2771. # [20:09] * Joins: simoX (simo@F519847E.7638F7A3.8A1F9AD.IP)
  2772. # [20:09] <bz> I mean, unless mach is manually walking the $PATH
  2773. # [20:09] <gps> you can't have multiple shebangs :(
  2774. # [20:09] <sfink> well, it may be special, but |./mach bootstrap| still says python 2.7 is required
  2775. # [20:09] <bz> trying python2.7 and then python in the dirs one at a time....
  2776. # [20:09] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  2777. # [20:09] <gps> we can try updating the shebang in ./mach
  2778. # [20:09] <bz> as opposed to trying python2.7 no matter where in the PATH and then trying python?
  2779. # [20:09] * Quits: automata (automata@790517F7.D25D0FF3.10054EA3.IP) (Ping timeout)
  2780. # [20:10] <gps> not sure if everyone has python2.7 installed - "python" is always there
  2781. # [20:10] * Quits: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP) (Ping timeout)
  2782. # [20:10] <gaston> gps: no sorry, not on openbsd ;)
  2783. # [20:10] <gaston> that's actually the opposite...
  2784. # [20:10] * Joins: automata (automata@790517F7.D25D0FF3.10054EA3.IP)
  2785. # [20:10] <gaston> $./mach
  2786. # [20:10] <gaston> env: python: Is a directory
  2787. # [20:10] <bz> openbsd only has decimalpythons?
  2788. # [20:11] <gps> so let's change mach's shebang
  2789. # [20:11] <gaston> pythonX.Y only
  2790. # [20:12] <gaston> we can do manual links in usr/local/bin for convenience but by default nothing provides 'python' in the $PATH
  2791. # [20:12] * Quits: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Quit: ejpbruel)
  2792. # [20:12] <gaston> and i think it's the same on FreeBSD but i lost access to my buildslave so cant confirm now..
  2793. # [20:13] <gaston> i'm sure that for netbsd/pkgsrc there's no 'python' either, only python2.7
  2794. # [20:13] * BenWa|email is now known as BenWa
  2795. # [20:13] <sfink> I <3 mach bootstrap
  2796. # [20:14] * Quits: sbeta (Thunderbir@5DDAC4F0.811BF74A.3B788C77.IP) (Quit: sbeta)
  2797. # [20:14] <gaston> me too, if only hg cloning was working more often...
  2798. # [20:15] * Joins: mkmelin (mkmelin@moz-938D9DF0.elisa-laajakaista.fi)
  2799. # [20:15] <gaston> last times i had to setup a new machine i always ended up fetching a bundle
  2800. # [20:15] * BenWa is now known as BenWa|email
  2801. # [20:15] <sfink> maybe mach needs to incorporate hgtool? :) Or maybe not :)
  2802. # [20:15] <sfink> that was ambiguous
  2803. # [20:15] <gps> gaston: my personal server at http://hg.gregoryszorc.com/ can clone 30% faster than hg.mozilla.org :)
  2804. # [20:15] <sfink> I'm not sure that's such a bad idea
  2805. # [20:16] <gps> sfink: what is hgtool?
  2806. # [20:16] <sfink> it's what releng uses to do clones. It does retries and uses bundles and mirrors semi-automagically.
  2807. # [20:16] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2808. # [20:17] <gps> oh right
  2809. # [20:18] <sfink> http://hg.mozilla.org/build/tools/buildfarm/utils/hgtool.py or http://hg.mozilla.org/build/mozharness/mozharness/base/vcs/hgtool.py
  2810. # [20:18] * Quits: kdcw (kdcw@moz-2CDF5822.pk.shawcable.net) (Ping timeout)
  2811. # [20:18] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Client exited)
  2812. # [20:19] * Joins: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP)
  2813. # [20:19] * Joins: IRCMonkey8460 (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  2814. # [20:19] * IRCMonkey8460 is now known as ejpbruel
  2815. # [20:20] * Joins: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP)
  2816. # [20:21] * Joins: darkowlzz (sunny@D8C1C752.D3C95991.25B273F5.IP)
  2817. # [20:23] <Waldo> derf: we can always hope that we've updated to gcc 4.6 by the time that would need to be upstreamed, I guess :-\
  2818. # [20:23] <derf> Waldo: Haha.
  2819. # [20:23] <derf> I mean, even Android supports 4.6 now.
  2820. # [20:24] <Waldo> shoot me now
  2821. # [20:24] <NeilAway> is it possible to run a single reftest for debugging purposes?
  2822. # [20:24] <Waldo> anyway, I'll land that now
  2823. # [20:25] <Ms2ger> NeilAway, write your own manifest
  2824. # [20:25] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  2825. # [20:25] * Quits: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net) (No route to host)
  2826. # [20:26] * Quits: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP) (Quit: Leaving)
  2827. # [20:26] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2828. # [20:27] * Joins: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP)
  2829. # [20:28] * centurion is now known as centurion_zzzZZZ
  2830. # [20:28] * armenzg is now known as armenzg_buildduty
  2831. # [20:28] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  2832. # [20:28] * KWierso|afk is now known as KWierso
  2833. # [20:29] * Joins: dagnir (chatzilla@A1D3E7F1.DBF4469E.7E8D5209.IP)
  2834. # [20:29] * Joins: kdcw (kdcw@moz-2CDF5822.pk.shawcable.net)
  2835. # [20:29] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2836. # [20:31] * Joins: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP)
  2837. # [20:31] * Quits: darkowlzz (sunny@D8C1C752.D3C95991.25B273F5.IP) (Quit: This computer has gone to sleep)
  2838. # [20:32] <firebot> Check-in:
  2839. # [20:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5735c0b01f19 - Bert Belder - Bug 956899 - Use mozilla::ThreadLocal instead of NSPR for ForkJoinSlice's thread-local variable, and use it in all cases, not just threadsafe, for simplicity. Also do
  2840. # [20:32] <firebot> some slight style-fix renaming. r=jwalden
  2841. # [20:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bf438acafb72 - Bert Belder - Bug 956899 - Use "||" as a preprocessor operator rather than the non-standard "or". r=jwalden
  2842. # [20:32] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  2843. # [20:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/12cf6a6c5c9a - Bert Belder - Bug 956899 - Remove unused stack-base-address tracking code from the JS shell. r=jwalden
  2844. # [20:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2383c11de7c1 - Bert Belder - Bug 956899 - Fix compilation failure when JS_GC_ZEAL isn't defined. r=terrence
  2845. # [20:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/46f4a621a23d - Jeff Walden - Bug 938092 - Building with gcc4.5 fails if both --enable-webrtc and --enable-tests. r=tterribe
  2846. # [20:33] * Quits: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: Ex-Chat)
  2847. # [20:33] * Joins: abr (abr@moz-E7573D65.lightspeed.dllstx.sbcglobal.net)
  2848. # [20:34] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/f99c42bb080e - Honza Bambas - Bug 942835 - HTTP cache v2: Better CacheEntry purge prevention, r=michal
  2849. # [20:34] <firebot> http://hg.mozilla.org/mozilla-central/rev/2fa2d1bee6fd - Honza Bambas - Bug 937601 - HTTP cache v2: onCacheEntryCheck not called for R/O callbacks, r=michal
  2850. # [20:34] * tbsaunde already regrets adding to the time wasted on style discussions
  2851. # [20:34] * Joins: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP)
  2852. # [20:35] <Ms2ger> tbsaunde, you know, nothing will happen, and we'll have the same discussion next month
  2853. # [20:35] <Ms2ger> tbsaunde, enjoy that thought
  2854. # [20:35] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  2855. # [20:35] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2856. # [20:37] <Archaeopteryx> sid0: nice blog post by you about Mercurial at Facebook. https://code.facebook.com/posts/218678814984400/scaling-mercurial-at-facebook/
  2857. # [20:37] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  2858. # [20:38] * Ms2ger wonders if http://i.imgur.com/g7OPjti.jpg is about gavin
  2859. # [20:38] * Quits: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  2860. # [20:38] <Waldo> aaagh
  2861. # [20:39] <Waldo> stupid googletest doesn't use an issue tracker
  2862. # [20:39] <Waldo> or at least they don't monitor the one they have
  2863. # [20:39] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Quit: Ex-Chat)
  2864. # [20:39] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2865. # [20:40] * Quits: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP) (Input/output error)
  2866. # [20:40] * Quits: aklotz (Thunderbir@FD1E68D2.64455FB.F97ED6F2.IP) (Ping timeout)
  2867. # [20:40] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2868. # [20:40] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  2869. # [20:41] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2870. # [20:41] <gcp_> Archaeopteryx: interesting
  2871. # [20:42] * Quits: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy)
  2872. # [20:42] * Archaeopteryx still has to benchmark qref on his old vs. new systems. feels like 20 minutes vs. 1 second
  2873. # [20:42] * Quits: kinetik (kinetik@24B52514.611C109.FC74E68.IP) (Quit: leaving)
  2874. # [20:42] * Joins: kinetik (kinetik@24B52514.611C109.FC74E68.IP)
  2875. # [20:42] <Waldo> aaagh, and you have to join their group to post
  2876. # [20:43] * Joins: aklotz (Thunderbir@FD1E68D2.64455FB.F97ED6F2.IP)
  2877. # [20:43] <@ted> Waldo: google open source projects are pretty terrible
  2878. # [20:43] <NeilAway> Ms2ger: are there docs for that?
  2879. # [20:43] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  2880. # [20:43] <@ted> google code's issue tracker is worthless and they usually ignore it anyway
  2881. # [20:43] <@ted> they generally have a rietveld instance they use for code review
  2882. # [20:44] <Ms2ger> NeilAway, ?
  2883. # [20:44] <@ted> Waldo: the only advice i can give you is to find someone working on it and ping them
  2884. # [20:44] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2885. # [20:44] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  2886. # [20:46] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2887. # [20:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6b05f2b6391d - Steven Michaud - Bug 956931 - ICU linker error doing 32-bit and universal builds. r=mshal
  2888. # [20:46] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2889. # [20:46] * Quits: centurion_zzzZZZ (ashickur-n@56E0E426.C507E338.1E0D1E74.IP) (Quit: Konversation terminated!)
  2890. # [20:46] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  2891. # [20:47] * jlund is now known as jlund|food
  2892. # [20:47] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  2893. # [20:48] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  2894. # [20:48] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  2895. # [20:49] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  2896. # [20:49] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  2897. # [20:50] <NeilAway> Ms2ger: well, presumably I test the test path to the dummy manifest, but how do I debug?
  2898. # [20:50] <Ms2ger> Not sure, I never run reftests
  2899. # [20:50] * Joins: aut0mata (automata@E93C4B10.36F69999.EF49E5F2.IP)
  2900. # [20:51] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Quit: Leaving)
  2901. # [20:51] * Quits: automata (automata@790517F7.D25D0FF3.10054EA3.IP) (Ping timeout)
  2902. # [20:51] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  2903. # [20:51] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2904. # [20:51] <RyanVM|sheriffduty> kats: ping
  2905. # [20:51] <kats> RyanVM|sheriffduty: pong
  2906. # [20:52] <RyanVM|sheriffduty> kats: but 947523 says 28 is affected too
  2907. # [20:52] <RyanVM|sheriffduty> but just land on b2g26?
  2908. # [20:52] <kats> RyanVM|sheriffduty: yeah, just b2g26
  2909. # [20:52] <kats> we have a follow-up bug that will cover 28/1.3+
  2910. # [20:52] <kats> RyanVM|sheriffduty: we can mark this one wontfix for 28 if that makes it easier
  2911. # [20:52] * Quits: Gijs (gijs@moz-A1410385.range86-164.btcentralplus.com) (Ping timeout)
  2912. # [20:54] * Joins: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP)
  2913. # [20:54] * victorporof|away is now known as victorporof
  2914. # [20:54] * Quits: _hexman_ (hexman@moz-27F37946.net55.n37.ru) (Ping timeout)
  2915. # [20:55] * Joins: Gijs (gijs@moz-A1410385.range86-164.btcentralplus.com)
  2916. # [20:55] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2917. # [20:55] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  2918. # [20:56] * Joins: ekr_ (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  2919. # [20:57] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2920. # [20:57] * nthomas|away is now known as nthomas
  2921. # [20:57] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  2922. # [20:58] * Quits: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP) (Quit: yzen)
  2923. # [20:58] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2924. # [20:58] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2925. # [20:59] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  2926. # [21:01] * geekboy|afk is now known as geekboy
  2927. # [21:01] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2928. # [21:01] * Quits: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Boriss)
  2929. # [21:02] * Quits: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP) (Ping timeout)
  2930. # [21:02] * sheppy is now known as sheppy-afk
  2931. # [21:03] * Joins: grobinson|laptop (grob_@C0A15A51.CC39ED62.A6B143F1.IP)
  2932. # [21:03] * Joins: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP)
  2933. # [21:03] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  2934. # [21:03] <sid0> Archaeopteryx: thanks\
  2935. # [21:03] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2936. # [21:03] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  2937. # [21:03] * Quits: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  2938. # [21:03] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  2939. # [21:04] * armenzg_buildduty is now known as armenzg_brb
  2940. # [21:04] * Joins: dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2941. # [21:04] * ChanServ sets mode: +ao dbaron dbaron
  2942. # [21:04] <mjrosenb> is there a setting to treat unknown protocols as 'do a search'?
  2943. # [21:05] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2944. # [21:05] * Joins: spohl1 (spohl@DCA5125A.52805679.27500626.IP)
  2945. # [21:05] <RyanVM|sheriffduty> philor: ping
  2946. # [21:05] <RyanVM|sheriffduty> kats: i'll set it accordingly when I land on b2g26
  2947. # [21:05] * Joins: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP)
  2948. # [21:05] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2949. # [21:05] <kats> RyanVM|sheriffduty: sounds good, thanks
  2950. # [21:05] <RyanVM|sheriffduty> bz: ping
  2951. # [21:06] * Quits: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP) (Input/output error)
  2952. # [21:06] * Joins: FabioMagnoni (fabiomagno@1DF66C52.E5D09970.8AF99142.IP)
  2953. # [21:06] <kats> smaug: you should get a b2g phone!
  2954. # [21:06] * Joins: crypt (chatzilla@moz-B9133EE3.cisco.com)
  2955. # [21:06] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  2956. # [21:06] <RyanVM|sheriffduty> bz: ever since bug 956806 hit inbound, osx 10.6 mochitest-bc has been hitting this - https://tbpl.mozilla.org/php/getParsedLog.php?id=32710086&tree=Mozilla-Inbound
  2957. # [21:06] <RyanVM|sheriffduty> bz: nearly every run since
  2958. # [21:07] * Quits: bbondy_ (bbondy@FCCEA34F.7672369.D8E68FF6.IP) (Client exited)
  2959. # [21:08] * Joins: jviereck (Adium@moz-56DDD13.dip0.t-ipconnect.de)
  2960. # [21:08] <philor> RyanVM|sheriffduty: pong
  2961. # [21:09] * Quits: aut0mata (automata@E93C4B10.36F69999.EF49E5F2.IP) (Ping timeout)
  2962. # [21:09] <RyanVM|sheriffduty> philor: was wondering if you had any thoughts about the above on 10.6
  2963. # [21:09] * Quits: Waldo (waldo@moz-6F1F155A.dsl.emhril.sbcglobal.net) (Ping timeout)
  2964. # [21:10] * Quits: bbondy (bbondy@FCCEA34F.7672369.D8E68FF6.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  2965. # [21:10] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  2966. # [21:10] * Joins: aut0mata (automata@E93C4B10.36F69999.EF49E5F2.IP)
  2967. # [21:10] * Quits: mconley (mconley@moz-B1B9330C.dsl.ovh.fr) (Ping timeout)
  2968. # [21:10] * terrence is now known as terrence-lunch
  2969. # [21:10] * Joins: mconley_ (mconley@moz-B1B9330C.dsl.ovh.fr)
  2970. # [21:11] * BenWa|email is now known as BenWa
  2971. # [21:11] * Joins: bbondy (bbondy@FCCEA34F.7672369.D8E68FF6.IP)
  2972. # [21:11] * bent is now known as bent|lunch
  2973. # [21:11] <@smaug> kats: I have one old one
  2974. # [21:11] * Joins: _hexman_ (hexman@moz-27F37946.net55.n37.ru)
  2975. # [21:12] <@smaug> kats: and I've been asking to get a new dogfooding phone, but I've been told there aren't such devices atm
  2976. # [21:12] * Joins: Waldo (waldo@moz-6F1F155A.dsl.emhril.sbcglobal.net)
  2977. # [21:12] <sfink> mjrosenb: I made a 'gg' keyword search go to Google, so at least I can prefix those with "gg " and they'll work
  2978. # [21:13] * Quits: mconley_ (mconley@moz-B1B9330C.dsl.ovh.fr) (Ping timeout)
  2979. # [21:13] <Ms2ger> gg
  2980. # [21:13] <sfink> otherwise, I don't use the keyword
  2981. # [21:13] <philor> RyanVM|sheriffduty: given the one on m-c and the two on f-t overnight, I'll be surprised if you can pin those four on 956806, but I'm often surprised
  2982. # [21:13] * Quits: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP) (Quit: Leaving.)
  2983. # [21:13] <RyanVM|sheriffduty> yeah, just seems like it got way worse
  2984. # [21:13] <RyanVM|sheriffduty> but as crappy as it's been otherwise...
  2985. # [21:13] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Ping timeout)
  2986. # [21:13] * Joins: mconley (mconley@moz-B1B9330C.dsl.ovh.fr)
  2987. # [21:13] * Quits: mwargers (mwargers@moz-F74FC034.hinet-ip.hinet.net) (Ping timeout)
  2988. # [21:13] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  2989. # [21:14] * Quits: victorporof (victorporo@5EC92F85.71368607.9B1E38F4.IP) (Quit: victorporof)
  2990. # [21:14] <mjrosenb> I wonder if I could just tell firefox that the protocol 'error:' means search with google.
  2991. # [21:15] * Joins: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP)
  2992. # [21:15] <mjrosenb> ooh, better yet
  2993. # [21:15] <mjrosenb> search stack exchange.
  2994. # [21:15] <mjrosenb> stack overflow?
  2995. # [21:15] <mjrosenb> whatever that site is.-
  2996. # [21:15] * hwine is now known as hwine-food
  2997. # [21:16] * Quits: jgriffin (jgriffin@125EF623.B2666F0E.66399531.IP) (Quit: jgriffin)
  2998. # [21:16] * sfink is now known as sfink|afk
  2999. # [21:16] * Quits: mconley (mconley@moz-B1B9330C.dsl.ovh.fr) (Ping timeout)
  3000. # [21:17] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3001. # [21:17] * Joins: mconley (mconley@moz-B1B9330C.dsl.ovh.fr)
  3002. # [21:18] * Joins: mwargers (mwargers@moz-F74FC034.hinet-ip.hinet.net)
  3003. # [21:18] * Quits: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  3004. # [21:18] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  3005. # [21:19] * Joins: asuk (asuk@FA0B9315.D7D800CF.AF15F8E5.IP)
  3006. # [21:19] * Quits: mconley (mconley@moz-B1B9330C.dsl.ovh.fr) (Ping timeout)
  3007. # [21:20] * Joins: rogeliodh (Thunderbir@70924C67.D440D21D.A410C1.IP)
  3008. # [21:20] * Joins: mconley (mconley@moz-B1B9330C.dsl.ovh.fr)
  3009. # [21:20] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Quit: davidb)
  3010. # [21:21] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3011. # [21:22] * Quits: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP) (Ping timeout)
  3012. # [21:22] * Joins: GPH-Hickory (GPHemsley@moz-9DC9BB59.dhcp.gsvl.ga.charter.com)
  3013. # [21:22] * Quits: mconley (mconley@moz-B1B9330C.dsl.ovh.fr) (Ping timeout)
  3014. # [21:22] * Joins: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP)
  3015. # [21:23] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  3016. # [21:23] * Quits: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP) (Input/output error)
  3017. # [21:23] * Joins: mconley (mconley@moz-B1B9330C.dsl.ovh.fr)
  3018. # [21:23] * Quits: ejpbruel (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Quit: ejpbruel)
  3019. # [21:24] * Joins: IRCMonkey22030 (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  3020. # [21:24] * Joins: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP)
  3021. # [21:24] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  3022. # [21:24] * Quits: RealRaven (Thunderbir@AD5FC626.E93B7327.C3498625.IP) (Ping timeout)
  3023. # [21:25] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3024. # [21:25] <RyanVM|sheriffduty> bz: ping
  3025. # [21:25] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3026. # [21:25] * Waldo hmms at that orange hopefully being intermittent
  3027. # [21:25] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  3028. # [21:25] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3029. # [21:25] * Quits: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP) (Client exited)
  3030. # [21:25] * armenzg_brb is now known as armenzg_buildduty
  3031. # [21:26] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  3032. # [21:26] * Joins: mixedpuppy (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  3033. # [21:26] <mjrosenb> [115221.910909] general protection fault: 0000 [#1] SMP
  3034. # [21:26] <mjrosenb> [115221.911353] CPU: 5 PID: 25525 Comm: hg Not tainted 3.12-1-amd64 #1 Debian 3.12.6-2
  3035. # [21:27] <mjrosenb> ... did hg just induce a GPF?
  3036. # [21:27] * Quits: rogeliodh (Thunderbir@70924C67.D440D21D.A410C1.IP) (Quit: rogeliodh)
  3037. # [21:27] <Waldo> clever girl
  3038. # [21:28] <froydnj> *rawr*!
  3039. # [21:28] * Quits: mt (mt@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  3040. # [21:28] * Joins: RealRaven (Thunderbir@5DDC9AEB.7C7AE84E.C3498625.IP)
  3041. # [21:29] <RyanVM|sheriffduty> philor: I'm going to back it out on the merge. Can't hurt.
  3042. # [21:29] * Joins: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP)
  3043. # [21:29] <mjrosenb> I think that gpf also took out firefox.
  3044. # [21:29] <mjrosenb> it would appear as if I need a new m-c *and* a reboot.
  3045. # [21:30] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3046. # [21:30] <@ted> ...and maybe some new ram
  3047. # [21:31] * Quits: mkmelin (mkmelin@moz-938D9DF0.elisa-laajakaista.fi) (Ping timeout)
  3048. # [21:31] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  3049. # [21:32] * Joins: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP)
  3050. # [21:33] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  3051. # [21:34] <mjrosenb> ted: that would not make me happy
  3052. # [21:34] <mjrosenb> although, I guess I could finally upgrade my laptop to 16 gigs?
  3053. # [21:34] * Quits: GPH-Hickory (GPHemsley@moz-9DC9BB59.dhcp.gsvl.ga.charter.com) (Quit: Leaving)
  3054. # [21:34] * Joins: GPH-Hickory (GPHemsley@moz-9DC9BB59.dhcp.gsvl.ga.charter.com)
  3055. # [21:35] <@ted> it's probably just as likely to be some other component though
  3056. # [21:35] <mjrosenb> ted: I could also use more disk space...
  3057. # [21:36] <@ted> this is a win-win
  3058. # [21:36] * Quits: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  3059. # [21:37] <mjrosenb> ahh.
  3060. # [21:37] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  3061. # [21:37] * Quits: GPH-Hickory (GPHemsley@moz-9DC9BB59.dhcp.gsvl.ga.charter.com) (Quit: Leaving)
  3062. # [21:37] <mjrosenb> all disk accesses are hanging.
  3063. # [21:37] <mjrosenb> I suppose I should have seen this coming.
  3064. # [21:37] * mjrosenb grumbles about not running this remote-package-update in screen
  3065. # [21:38] * Joins: GPH-Hickory (GPHemsley@moz-9DC9BB59.dhcp.gsvl.ga.charter.com)
  3066. # [21:38] * Quits: mconley (mconley@moz-B1B9330C.dsl.ovh.fr) (Input/output error)
  3067. # [21:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5ebb4c3f51e8 - Trevor Saunders - bug 886208 - don't force editor creation in HyperTextAccessible::NativeState() r=surkov
  3068. # [21:39] * Joins: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr)
  3069. # [21:40] * jlund|food is now known as jlund
  3070. # [21:40] <bz> RyanVM|sheriffduty: ping
  3071. # [21:40] * Quits: GPH-Hickory (GPHemsley@moz-9DC9BB59.dhcp.gsvl.ga.charter.com) (Quit: Leaving)
  3072. # [21:41] * Quits: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3073. # [21:41] <jcranmer> Waldo: hopefully I'll get to UniquePtr this week
  3074. # [21:43] * Joins: Miranda (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  3075. # [21:43] <RyanVM|sheriffduty> bz: pong
  3076. # [21:43] * geekboy is now known as geekboy|afk
  3077. # [21:43] <bz> RyanVM|sheriffduty: so basically you got test timeouts on 10.6 bc ?
  3078. # [21:44] <RyanVM|sheriffduty> bz: mostly the one specifically
  3079. # [21:44] * Quits: Miranda (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  3080. # [21:44] <bz> RyanVM|sheriffduty: <sigh>
  3081. # [21:44] * Joins: GPH-Hickory (GPHemsley@moz-9DC9BB59.dhcp.gsvl.ga.charter.com)
  3082. # [21:45] <RyanVM|sheriffduty> bz: don't get me wrong, it wasn't great before either
  3083. # [21:45] <RyanVM|sheriffduty> but it does seem to have gotten worse
  3084. # [21:45] * Quits: GPH-Hickory (GPHemsley@moz-9DC9BB59.dhcp.gsvl.ga.charter.com) (Quit: Leaving)
  3085. # [21:45] <bz> RyanVM|sheriffduty: That's really odd.
  3086. # [21:45] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  3087. # [21:45] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: )
  3088. # [21:45] <RyanVM|sheriffduty> bz: https://tbpl.mozilla.org/?tree=Mozilla-Inbound&jobname=Rev4%20MacOSX%20Snow%20Leopard%2010.6%20mozilla-inbound%20debug%20test%20mochitest-browser-chrome&fromchange=7c991409dc20&tochange=tip
  3089. # [21:45] <bz> RyanVM|sheriffduty: This patch should not have made stuff noticeably slower.... :(
  3090. # [21:45] <RyanVM|sheriffduty> bz: and this is the joys of mochitest-bc sucking hard
  3091. # [21:45] <RyanVM|sheriffduty> in honesty, who the hell knows
  3092. # [21:45] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  3093. # [21:46] <RyanVM|sheriffduty> it basically went from already sucking to sucking worse
  3094. # [21:46] <froydnj> bz: hey, a great testcase for figuring out how that patch makes things slower! ;)
  3095. # [21:46] <bz> RyanVM|sheriffduty: I see what you mean about near-permaorange....
  3096. # [21:46] <bz> froydnj: except I measured and it doesn't? ;)
  3097. # [21:46] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3098. # [21:47] * Joins: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP)
  3099. # [21:47] <froydnj> bleh, that only happens on 10.6?
  3100. # [21:47] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  3101. # [21:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9db7cf4cc385 - Neil Rashbrook - Bug 514173 Make literal string buffers shareable r=dbaron,ehsan,bholley
  3102. # [21:47] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  3103. # [21:48] <NeilAway> RyanVM|sheriffduty: ^^^ this one has been through try :-)
  3104. # [21:48] <RyanVM|sheriffduty> bz: we'll see if things improve with the backout. I'm not horribly optimistic
  3105. # [21:48] <bz> so wait
  3106. # [21:48] <bz> it wasn't the total run that exceeded the threshold?
  3107. # [21:48] <bz> Just the one test?
  3108. # [21:48] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  3109. # [21:49] <bz> RyanVM|sheriffduty: if it doesn't, I win and can reland, eh? ;)
  3110. # [21:50] * Quits: crypt (chatzilla@moz-B9133EE3.cisco.com) (Ping timeout)
  3111. # [21:50] <bz> RyanVM|sheriffduty: but the world loses....
  3112. # [21:50] <RyanVM|sheriffduty> bz: pretty much
  3113. # [21:50] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  3114. # [21:50] <RyanVM|sheriffduty> ehsan: "Ryan, can you please get somebody to fix the js engine there?"
  3115. # [21:50] <RyanVM|sheriffduty> lolwut?
  3116. # [21:51] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3117. # [21:51] <Waldo> jcranmer: and hopefully I'll get to your mutex/whichever thing this week :-\
  3118. # [21:51] * Quits: IRCMonkey22030 (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Quit: IRCMonkey22030)
  3119. # [21:51] * Joins: ddahl (ddahl@moz-8F7996CC.hfc.comcastbusiness.net)
  3120. # [21:51] <jcranmer> Waldo: fwiw, I'm using the C++1y draft right now
  3121. # [21:52] * Joins: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP)
  3122. # [21:52] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  3123. # [21:52] * armenzg_buildduty is now known as armenzg_brb
  3124. # [21:52] <Waldo> yeah, I need to grab myself a copy of that
  3125. # [21:53] * hwine-food is now known as hwine
  3126. # [21:53] <jcranmer> http://isocpp.org/files/papers/N3797.pdf
  3127. # [21:53] * hwine is now known as hwine|mtg
  3128. # [21:53] <jcranmer> I don't have a saved copy on my desktop yet
  3129. # [21:54] * jlund is now known as jlund|mtg
  3130. # [21:54] <jcranmer> but I'm waiting for it to go out to the member body plenary or whatever first
  3131. # [21:54] * rail is now known as rail-mtg
  3132. # [21:55] * Quits: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  3133. # [21:55] * catlee is now known as catlee-lunch
  3134. # [21:55] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  3135. # [21:55] <jld> Maybe I should've read all the style guide threads on dev.platform after all, given that I just got a review that was approximately half "stars on the left" by weight. (Oops.)
  3136. # [21:56] <bz> where stars go varies by module. :(
  3137. # [21:56] <jld> So that'd be the thread about having too many style guides, I guess.
  3138. # [21:56] <mjrosenb> you mean int *x vs. int* x?
  3139. # [21:56] <jld> Yes.
  3140. # [21:56] <bz> yes
  3141. # [21:57] <bz> int * x
  3142. # [21:57] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3143. # [21:57] <bz> int x*, I say
  3144. # [21:57] <mjrosenb> int*x,*y,(*z)();
  3145. # [21:57] * bz is now known as bz_away
  3146. # [21:58] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3147. # [21:58] <Waldo> template<typename T> using ptr = T*;
  3148. # [21:58] <dholbert> I ran across some old code in the past few days that uses "return(NS_OK);" extensively
  3149. # [21:58] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  3150. # [21:58] <jcranmer> Waldo: I can't wait until we can use templated aliases :-/
  3151. # [21:58] * Joins: Miranda (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  3152. # [21:58] <Waldo> jcranmer: 'tis true
  3153. # [21:58] * bent|lunch is now known as bent
  3154. # [21:58] <Waldo> mozilla/Vector.h is horribly gunked up for that
  3155. # [21:58] * mjrosenb skips the bs, runs init 6
  3156. # [21:58] <Waldo> UniquePtr has the same desire
  3157. # [21:59] <jcranmer> MSVC 2013/gcc 4.7 min though
  3158. # [21:59] <Waldo> which may be part of why you mentioned it :-)
  3159. # [21:59] <Waldo> yeah, not holding breath
  3160. # [21:59] * Quits: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  3161. # [21:59] <Waldo> for Vector the base-class hackaround wasn't unreasonable
  3162. # [21:59] <froydnj> wait, what does that template using statement do?
  3163. # [21:59] <Waldo> for UniquePtr it'd be insane
  3164. # [21:59] * Joins: yene (yene@moz-F6A0769B.dclient.hispeed.ch)
  3165. # [21:59] <jesup> gerv: ping
  3166. # [21:59] <Waldo> froydnj: ptr<int> is an alias to int*
  3167. # [21:59] <Waldo> if I remembered the syntax correctly
  3168. # [21:59] <jcranmer> I haven't made it out of DefaultDelete yet
  3169. # [22:00] <gerv> jesup: pong.
  3170. # [22:00] * Quits: Archaeopteryx (itsme@AAF6E2CF.930CA6B4.2DB0BBA1.IP) (Quit: Goodbye)
  3171. # [22:00] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3172. # [22:00] <froydnj> that seems...odd
  3173. # [22:00] <NeilAway> anyone got any good tips for debugging reftests?
  3174. # [22:01] <jcranmer> std::chrono is an interesting API
  3175. # [22:01] <jcranmer> when I first saw it, I thought it was horribly overengineered
  3176. # [22:01] * Quits: jackneill (jackneill@moz-8764DFF6.pool.digikabel.hu) (Ping timeout)
  3177. # [22:01] <jcranmer> when I tried actually implementing what I thought was the proper version
  3178. # [22:01] <jcranmer> I effectively ended up back at the std::chrono API
  3179. # [22:02] <Waldo> froydnj: that case is a little screwy; a more interesting case might be |namespace JS { template<typename T, size_t N = 0, mozilla::AccessPolicy = js::SystemAllocPolicy> using Vector = mozilla::Vector<T, N, AP>; }|
  3180. # [22:02] <Waldo> froydnj: which would let JS::Vector have different defaults from mozilla::Vector
  3181. # [22:02] <Waldo> maybe with typename sprinkling
  3182. # [22:02] * Joins: jgriffin (jgriffin@125EF623.B2666F0E.66399531.IP)
  3183. # [22:02] <jld> Also, I correctly predicted that the reason for the "review not granted" in my bugmail was a memory management mistake that wouldn't have happened in Rust.
  3184. # [22:03] <froydnj> Waldo: that is a little more interesting
  3185. # [22:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ed17bd48a68b - Andreas Tolfsen - Bug 957162 - Marionette Wait's should indicate timeout duration. r=davehunt
  3186. # [22:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1a13c7459626 - Guilherme Gonçalves - Bug 732923 - CoreLocation provider shouldn't implement nsIGeolocationUpdate. r=jdm
  3187. # [22:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9e38fe010128 - Max Li - Bug 935196 - Bootstrap doesn't have MacPorts url for 10.9. r=gps
  3188. # [22:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/57e1604ca1b2 - Mats Palmgren - Bug 758997 - Trim and replace newlines with spaces for the title part of the text/x-moz-url flavor data. r=bz
  3189. # [22:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/44ad28c2159e - Guilherme Gonçalves - Bug 732923 - Make watchPosition timeouts adhere to spec. r=jdm
  3190. # [22:04] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3191. # [22:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2d6cee5b1223 - Mats Palmgren - Bug 946632 - Don't scroll vertically by mouse-wheel on a single-line text control. r=bz
  3192. # [22:04] <Waldo> froydnj: the same thing will apply to UniquePtr, possibly, where in JS-land we might want a UniquePtr<T, js_free> sort of default for the deleter
  3193. # [22:04] <Waldo> instead of using the global operator delete
  3194. # [22:04] * Joins: Archaeopteryx (itsme@AAF6E2CF.930CA6B4.2DB0BBA1.IP)
  3195. # [22:05] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Client exited)
  3196. # [22:05] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3197. # [22:05] * Quits: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3198. # [22:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8845a4fd9642 - Jeff Muizelaar - Bug 953334. Clear the clip on the surface when we get a new DC. r=BenWa
  3199. # [22:06] * Joins: ehugg (ehugg@moz-6D0FD3FC.cisco.com)
  3200. # [22:07] * Joins: mt (mt@moz-BBE3ABD.mv.mozilla.com)
  3201. # [22:07] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  3202. # [22:07] * Callek is now known as Callek_disconnected
  3203. # [22:07] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  3204. # [22:08] <Waldo> in the meantime lots of code might have to use mozilla::UniquePtr<T, JS::FreePolicy> or something, which isn't the end of the world, but is extra typing, relatively easy to forget
  3205. # [22:08] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  3206. # [22:08] * Joins: roc (chatzilla@7EA5AB88.DC2C3734.616A18A6.IP)
  3207. # [22:08] * ChanServ sets mode: +o roc
  3208. # [22:08] * armenzg_brb is now known as armenzg_buildduty
  3209. # [22:09] * Joins: davidb (davidb@moz-AD989701.dsl.bell.ca)
  3210. # [22:09] * Joins: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP)
  3211. # [22:10] * Joins: b10n1k (j0ni@moz-1AD305C9.dsl.dyn.forthnet.gr)
  3212. # [22:11] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Broken pipe)
  3213. # [22:11] * Joins: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP)
  3214. # [22:11] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  3215. # [22:12] * Quits: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  3216. # [22:12] * Quits: bz_away (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  3217. # [22:12] * Quits: Ms2ger (Ms2ger@D324D80C.3387515C.187A1082.IP) (Quit: nn)
  3218. # [22:13] <@ehsan> RyanVM|sheriffduty: that crash prevents me from debugging the mochitest run...
  3219. # [22:13] <RyanVM|sheriffduty> ehsan: I guess I'm saying that I'm not sure my word carries more weight around here than yours does :)
  3220. # [22:14] * froydnj r?'s RyanVM|sheriffduty on a tree-wide refactoring patch to find out
  3221. # [22:14] * Joins: dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3222. # [22:14] * ChanServ sets mode: +ao dbaron dbaron
  3223. # [22:14] <RyanVM|sheriffduty> lol
  3224. # [22:15] * Joins: gandalf (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3225. # [22:15] * Quits: davidb (davidb@moz-AD989701.dsl.bell.ca) (Ping timeout)
  3226. # [22:15] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3227. # [22:16] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  3228. # [22:16] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3229. # [22:16] <Waldo> froydnj: also regarding the "more interesting" case, that means that mozilla::Vector and JS::Vector would be things that could be passed between each other; right now they both inherit from mozilla::VectorBase, but because they're different types you can't write a method, taking a vector-typed argument, that handles both of them -- at least, not without a bunch of moderately-duplicate code...
  3230. # [22:16] <Waldo> ...or duplicate-ish instantiations of templates or similar
  3231. # [22:17] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3232. # [22:18] <jcranmer> that's another thing I don't like about STL
  3233. # [22:18] * Quits: _hexman_ (hexman@moz-27F37946.net55.n37.ru) (Quit: Leaving)
  3234. # [22:19] * Joins: _hexman_ (hexman@moz-27F37946.net55.n37.ru)
  3235. # [22:19] <Waldo> which?
  3236. # [22:19] * Quits: _hexman_ (hexman@moz-27F37946.net55.n37.ru) (Connection reset by peer)
  3237. # [22:20] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3238. # [22:20] * Joins: hexman (hexman@moz-27F37946.net55.n37.ru)
  3239. # [22:22] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Ping timeout)
  3240. # [22:23] * Quits: bbondy (bbondy@FCCEA34F.7672369.D8E68FF6.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  3241. # [22:23] * Quits: hurley (hurley@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  3242. # [22:24] * Quits: Gijs (gijs@moz-A1410385.range86-164.btcentralplus.com) (Connection reset by peer)
  3243. # [22:24] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: computer sleep)
  3244. # [22:24] * Joins: hurley (hurley@moz-BBE3ABD.mv.mozilla.com)
  3245. # [22:24] * Joins: Gijs (gijs@moz-A1410385.range86-164.btcentralplus.com)
  3246. # [22:25] * Joins: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP)
  3247. # [22:25] * Joins: twi (Adium@moz-DC24E4B0.static.tpgi.com.au)
  3248. # [22:25] * Quits: twi (Adium@moz-DC24E4B0.static.tpgi.com.au) (Max SendQ exceeded)
  3249. # [22:25] * Joins: twi (Adium@moz-DC24E4B0.static.tpgi.com.au)
  3250. # [22:25] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  3251. # [22:26] * Joins: dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3252. # [22:26] * ChanServ sets mode: +ao dbaron dbaron
  3253. # [22:27] * Quits: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP) (Ping timeout)
  3254. # [22:27] * Joins: mccr8 (mccr8@moz-2C4A1AA8.dsl.dynamic.sonic.net)
  3255. # [22:27] * Joins: johns (johns@moz-BBE3ABD.mv.mozilla.com)
  3256. # [22:27] * Joins: IRCMonkey4011 (mozilla@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  3257. # [22:27] * Joins: annevk (annevk@212DAD1D.4F390C2A.420B7681.IP)
  3258. # [22:28] * Quits: yene (yene@moz-F6A0769B.dclient.hispeed.ch) (Quit: The system is overheating and needs to go to sleep now.)
  3259. # [22:28] * Joins: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP)
  3260. # [22:28] * sfink|afk is now known as sfink
  3261. # [22:28] <jcranmer> the fact that there's no easy way to say "any vector-like container can be passed in here"
  3262. # [22:28] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  3263. # [22:29] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3264. # [22:30] * geekboy|afk is now known as geekboy
  3265. # [22:30] * Joins: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3266. # [22:31] <sunfish> jcranmer: http://llvm.org/docs/doxygen/html/classllvm_1_1ArrayRef.html
  3267. # [22:31] * Quits: msucan (mihai@C966AC1C.FEBC3748.C0E37CF3.IP) (Quit: Leaving.)
  3268. # [22:31] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3269. # [22:31] * Quits: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  3270. # [22:31] * Quits: laurentj (laurentj@moz-234B5D94.fbx.proxad.net) (Quit: leaving)
  3271. # [22:31] * Joins: samaire (samaire@moz-8BCDE07A.seluldx.dyn.perspektivbredband.net)
  3272. # [22:31] * Joins: nmatsakis (nmatsakis@moz-DB4A9C19.scl3.mozilla.com)
  3273. # [22:31] * Quits: mt (mt@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  3274. # [22:31] * Quits: jviereck (Adium@moz-56DDD13.dip0.t-ipconnect.de) (Quit: Leaving.)
  3275. # [22:31] <jcranmer> I'm well aware of what LLVM does
  3276. # [22:31] * Joins: mt (mt@moz-BBE3ABD.mv.mozilla.com)
  3277. # [22:32] * geekboy is now known as geekboy|afk
  3278. # [22:33] * Joins: jviereck (Adium@moz-56DDD13.dip0.t-ipconnect.de)
  3279. # [22:33] * Joins: harth (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3280. # [22:33] * catlee-lunch is now known as catlee
  3281. # [22:36] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3282. # [22:36] * Joins: bbondy (bbondy@FCCEA34F.7672369.D8E68FF6.IP)
  3283. # [22:36] * Quits: TheCrap (TheCrap@moz-C6E456E2.unity-media.net) (Ping timeout)
  3284. # [22:37] * Quits: edmorley (~edmorleys@moz-8F6F2E9.cable.virginm.net) (Quit: edmorley)
  3285. # [22:37] * Joins: tantek (tantek@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3286. # [22:37] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  3287. # [22:38] <RyanVM|sheriffduty> innnnnteresting, I see workers stuff in the range for the mochitest shutdown hangs
  3288. # [22:38] <RyanVM|sheriffduty> https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=8aa46cd4c63c&tochange=b1e5ade62913
  3289. # [22:38] <mshal> anyone else having trouble with github?
  3290. # [22:38] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  3291. # [22:39] * Joins: johns` (johns@moz-BBE3ABD.mv.mozilla.com)
  3292. # [22:39] * Quits: johns (johns@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  3293. # [22:39] <fabrice> everyone
  3294. # [22:39] * geekboy|afk is now known as geekboy
  3295. # [22:40] * Joins: brson (brson@moz-BBE3ABD.mv.mozilla.com)
  3296. # [22:40] * Parts: brson (brson@moz-BBE3ABD.mv.mozilla.com)
  3297. # [22:40] * Joins: ckitching (ckitching@moz-C0166612.plus.com)
  3298. # [22:41] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  3299. # [22:41] <NeilAway> anyone got any good ideas for running code between DOMContentLoaded and onload?
  3300. # [22:43] * Quits: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  3301. # [22:44] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3302. # [22:44] <@dolske> setTimout
  3303. # [22:44] * @dolske runs away
  3304. # [22:45] * Quits: tonymec (tonymec@1ADF227B.96BCDF6E.277517C1.IP) (Ping timeout)
  3305. # [22:45] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  3306. # [22:46] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  3307. # [22:46] * Quits: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Boriss)
  3308. # [22:46] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3309. # [22:47] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3310. # [22:47] * Quits: twi (Adium@moz-DC24E4B0.static.tpgi.com.au) (Ping timeout)
  3311. # [22:48] * Quits: fredw (Icedove@moz-B9C110E2.fbx.proxad.net) (Quit: fredw)
  3312. # [22:49] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3313. # [22:50] * Joins: twi (Adium@moz-DC24E4B0.static.tpgi.com.au)
  3314. # [22:51] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  3315. # [22:51] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  3316. # [22:52] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3317. # [22:52] * Quits: jonasfj (jonasfj@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  3318. # [22:53] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Ping timeout)
  3319. # [22:53] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/4a876256830e - Federico Paolinelli - Bug 957120 - Fix the when parameter in order to be expressed in millisecs. r=wesj, a=bajaj
  3320. # [22:53] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/0366c03687fa - Mark Finkle - Bug 949913 - Don't store page refreshes as history visits. r=blassey, a=bajaj
  3321. # [22:53] * rail-mtg is now known as rail
  3322. # [22:53] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/c14b5cb7d00e - Margaret Leibovic - Bug 950719 - Update Bing search icon to 32x32. r=mfinkle, a=bajaj
  3323. # [22:53] * Joins: njn (chatzilla@moz-CFE5DE3D.dyn.iinet.net.au)
  3324. # [22:53] * ChanServ sets mode: +o njn
  3325. # [22:53] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/9847fa0e68e4 - Shane Caraveo - Bug 956907 - Fix the state of the icons used for marks. r=markh, a=bajaj
  3326. # [22:54] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/ff7059bb9c3e - Mark Finkle - Bug 949639 - Move CanAddURI to nsAndroidHistory. r=blassey, a=bajaj
  3327. # [22:54] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  3328. # [22:54] * hwine|mtg is now known as hwine
  3329. # [22:54] * Joins: jonasfj (jonasfj@125EF623.B2666F0E.66399531.IP)
  3330. # [22:54] * Joins: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP)
  3331. # [22:54] * sheppy-afk is now known as sheppy
  3332. # [22:55] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  3333. # [22:56] * Quits: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  3334. # [22:56] <edwin> Anybody else getting "fatal: The remote end hung up unexpectedly" trying to pull from github?
  3335. # [22:56] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3336. # [22:56] * Joins: cpearce_ (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  3337. # [22:57] <RyanVM|sheriffduty> edwin: others have been complaining about github recently, yes
  3338. # [22:57] <edwin> Weirdly, it does that to me with git:// URIs, but not https://
  3339. # [22:57] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  3340. # [22:57] * RyanVM|sheriffduty is now known as RyanVM
  3341. # [22:57] <edwin> Ah, ok
  3342. # [22:57] * KWierso is now known as KWierso|sheriffduty
  3343. # [22:58] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3344. # [22:58] * heycam|away is now known as heycam
  3345. # [22:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/550e27c525de - Nicholas Nethercote - Bug 957487 - |mach valgrind-test|: Use --vex-iropt-register-updates=allregs-at-mem-access. r=gkw.
  3346. # [23:00] * Quits: jviereck (Adium@moz-56DDD13.dip0.t-ipconnect.de) (Quit: Leaving.)
  3347. # [23:01] * Quits: twi (Adium@moz-DC24E4B0.static.tpgi.com.au) (Quit: Leaving.)
  3348. # [23:01] * jlund|mtg is now known as jlund
  3349. # [23:01] * jorendorff is now known as jorendorff_away
  3350. # [23:01] <nrc> edwin: https://status.github.com/
  3351. # [23:02] * jhopkins is now known as jhopkins|bbl
  3352. # [23:02] <edwin> GitHub is down?
  3353. # [23:02] <edwin> They can't do that.
  3354. # [23:02] <edwin> What does that even mean?!
  3355. # [23:03] <nrc> it means you should host your own repos
  3356. # [23:03] <edwin> Heh, "offline for unscheduled maintenance."
  3357. # [23:04] * Quits: vichen (vichen@moz-C88BEACE.dynamic.hinet.net) (Quit: vichen)
  3358. # [23:05] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  3359. # [23:05] * coop is now known as coop|afk
  3360. # [23:05] * Joins: twi (Adium@moz-DC24E4B0.static.tpgi.com.au)
  3361. # [23:06] * Quits: spohl (Adium@FCCEA34F.7672369.D8E68FF6.IP) (Quit: Leaving.)
  3362. # [23:06] * Quits: spohl1 (spohl@DCA5125A.52805679.27500626.IP) (Quit: Leaving.)
  3363. # [23:06] * Quits: jdm (jdm@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Lost terminal)
  3364. # [23:06] <Waldo> mm, mercurial
  3365. # [23:07] * Joins: cpeterso_ (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  3366. # [23:07] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  3367. # [23:07] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3368. # [23:07] * Quits: twi (Adium@moz-DC24E4B0.static.tpgi.com.au) (Quit: Leaving.)
  3369. # [23:08] * Quits: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  3370. # [23:08] * Quits: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP) (Quit: yzen)
  3371. # [23:09] * Joins: tonymec (tonymec@1ADF227B.96BCDF6E.277517C1.IP)
  3372. # [23:09] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3373. # [23:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b9534b65143d - Steve Workman - Bug 947391 - Cancel HTTP response timeout in OnSocketReadable r=mcmanus
  3374. # [23:10] * Quits: yeukhon|away (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  3375. # [23:10] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Ping timeout)
  3376. # [23:10] * Quits: Dwight_Stegall (AIM@moz-3088615F.client.mchsi.com) (Ping timeout)
  3377. # [23:10] * Joins: bz_away (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  3378. # [23:10] * bz_away is now known as bz
  3379. # [23:10] * Parts: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  3380. # [23:10] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  3381. # [23:10] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  3382. # [23:10] * ChanServ sets mode: +o bz
  3383. # [23:11] <@bz> RyanVM: did the backout help?
  3384. # [23:11] <@bz> RyanVM: Or do we not know yet?
  3385. # [23:11] <RyanVM> bz: heh, you're funny
  3386. # [23:11] <RyanVM> mbc takes nearly 2.5hr to run once it starts
  3387. # [23:11] <RyanVM> (on 10.6 debug)
  3388. # [23:11] <@bz> RyanVM: Right, that's what I thought
  3389. # [23:11] <@bz> But I can't recall how long ago the backout was
  3390. # [23:11] <froydnj> efaust|EST: thanks for doing those reviews! I'll probably redo parts 2 and 3 to do something more like https://bugzilla.mozilla.org/show_bug.cgi?id=952777#c30
  3391. # [23:12] <RyanVM> bz: 88min to go according to tbpl
  3392. # [23:12] <@bz> RyanVM: mmm
  3393. # [23:12] * Quits: bbondy (bbondy@FCCEA34F.7672369.D8E68FF6.IP) (Quit: Going offline, see ya! (www.adiirc.com))
  3394. # [23:12] * Callek_disconnected is now known as Callek
  3395. # [23:13] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  3396. # [23:13] * Quits: jwalker (jwalker@moz-76873736.cable.virginm.net) (Input/output error)
  3397. # [23:14] * Quits: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Boriss)
  3398. # [23:14] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3399. # [23:14] <efaust|EST> froydnj: are we that strapped for binary size? it's b2g, I assume?
  3400. # [23:15] * Quits: mwargers (mwargers@moz-F74FC034.hinet-ip.hinet.net) (Client exited)
  3401. # [23:15] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/b9ca7a6f891a - Honza Bambas - Bug 942835 - Better CacheEntry purge prevention followup, r=michal
  3402. # [23:15] <froydnj> efaust|EST: I don't know that I'd say "strapped", but smaller is always nice
  3403. # [23:16] * Joins: mwargers (mwargers@moz-F74FC034.hinet-ip.hinet.net)
  3404. # [23:16] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Ping timeout)
  3405. # [23:16] <froydnj> ...and it is a nice win on b2g regardless
  3406. # [23:18] * Quits: mwargers (mwargers@moz-F74FC034.hinet-ip.hinet.net) (Ping timeout)
  3407. # [23:18] * Quits: cpeterso_ (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3408. # [23:19] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3409. # [23:19] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  3410. # [23:19] * armenzg_buildduty is now known as armenzg_afk
  3411. # [23:20] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  3412. # [23:20] * Quits: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3413. # [23:20] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  3414. # [23:20] * Quits: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Boriss)
  3415. # [23:21] * Quits: ehugg (ehugg@moz-6D0FD3FC.cisco.com) (Quit: ehugg)
  3416. # [23:21] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3417. # [23:21] * terrence-lunch is now known as terrence
  3418. # [23:21] * Quits: ddahl (ddahl@moz-8F7996CC.hfc.comcastbusiness.net) (Input/output error)
  3419. # [23:22] * Quits: armenzg_afk (armenzg@moz-DC6D6B46.home1.cgocable.net) (Quit: Leaving)
  3420. # [23:22] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3421. # [23:22] <NeilAway> !seen ehsan
  3422. # [23:22] <firebot> ehsan was last seen 69 minutes and 24 seconds ago, saying 'RyanVM|sheriffduty: that crash prevents me from debugging the mochitest run...' in #developers.
  3423. # [23:22] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3424. # [23:23] * Quits: wolfiR (wolfiR@moz-1E70684.dip0.t-ipconnect.de) (Quit: Leaving)
  3425. # [23:24] * Joins: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3426. # [23:24] * whimboo is now known as whimboo|afk
  3427. # [23:25] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Quit: )
  3428. # [23:25] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  3429. # [23:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7a992353f9c7 - Douglas Crosher - Bug 951988 - IonMonkey: Use canBeNegativeDividend() in the ARM backend. r=mjrosenb
  3430. # [23:26] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Ping timeout)
  3431. # [23:26] * Joins: jwalker (jwalker@moz-76873736.cable.virginm.net)
  3432. # [23:27] * Joins: bbondy (bbondy@8F761026.B5EF4AF6.E96CA9D8.IP)
  3433. # [23:28] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  3434. # [23:28] * Joins: jdm (jdm@CC0122E6.8F96AEA7.2D179A7D.IP)
  3435. # [23:28] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3436. # [23:29] * Quits: hurley (hurley@moz-BBE3ABD.mv.mozilla.com) (Quit: leaving)
  3437. # [23:29] * rail is now known as rail_away
  3438. # [23:30] * Quits: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0a2/20140108004006])
  3439. # [23:30] * Quits: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com) (Input/output error)
  3440. # [23:30] * Joins: simoX_ (simo@3D8B83E4.27927EE9.A9E7D9A4.IP)
  3441. # [23:30] * Quits: simoX (simo@F519847E.7638F7A3.8A1F9AD.IP) (Ping timeout)
  3442. # [23:30] * Joins: jedp (jedp@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3443. # [23:30] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  3444. # [23:31] * jlund is now known as jlund|coffee
  3445. # [23:31] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  3446. # [23:31] * Quits: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Boriss)
  3447. # [23:32] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  3448. # [23:33] * Quits: billm (billm@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  3449. # [23:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8342bfb3ef52 - Daniel Holbert - Bug 956046: Allow adjacent anonymous flex items if we've reordered items with the "order" property. r=dbaron
  3450. # [23:34] * Joins: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP)
  3451. # [23:34] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  3452. # [23:34] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3453. # [23:35] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Quit: Leaving.)
  3454. # [23:35] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  3455. # [23:36] * Joins: jviereck (Adium@moz-56DDD13.dip0.t-ipconnect.de)
  3456. # [23:36] * Joins: spohl (Adium@C6E1F017.2F2076AE.473D6A24.IP)
  3457. # [23:36] * Quits: spohl (Adium@C6E1F017.2F2076AE.473D6A24.IP) (Quit: Leaving.)
  3458. # [23:37] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  3459. # [23:38] * Joins: dougc (dougc@moz-F16BC551.static.rev.eftel.com)
  3460. # [23:38] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  3461. # [23:38] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3462. # [23:39] * Quits: hexman (hexman@moz-27F37946.net55.n37.ru) (Quit: Leaving)
  3463. # [23:40] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  3464. # [23:40] * hwine is now known as hwine|mtg
  3465. # [23:41] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3466. # [23:41] * Quits: RealRaven (Thunderbir@5DDC9AEB.7C7AE84E.C3498625.IP) (Quit: RealRaven)
  3467. # [23:41] * Quits: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3468. # [23:42] <azakai> what component should i file a bug about ghost windows into?
  3469. # [23:42] * Joins: RealRaven (Thunderbir@5DDC9AEB.7C7AE84E.C3498625.IP)
  3470. # [23:42] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  3471. # [23:42] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3472. # [23:42] * Joins: dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3473. # [23:42] * ChanServ sets mode: +ao dbaron dbaron
  3474. # [23:43] <@smaug> azakai: DOM
  3475. # [23:43] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  3476. # [23:43] <azakai> thanks smaug
  3477. # [23:43] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  3478. # [23:43] <@smaug> cc me and mccr8
  3479. # [23:43] <dholbert> azakai, Core::Spooky
  3480. # [23:43] <azakai> heh
  3481. # [23:43] * Quits: till (till@moz-1A39E5A1.adsl.alicedsl.de) (Client exited)
  3482. # [23:43] <@njn> bz: ping
  3483. # [23:43] <mccr8> azakai: also, see bug 951491
  3484. # [23:44] * Quits: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  3485. # [23:44] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  3486. # [23:44] <azakai> mccr8: ah that looks like it might be it, thanks
  3487. # [23:44] <@njn> bz: if I want to convert xpcom/base/nsIMemoryReporter.idl to webIDL, what do I have to do? particularly in terms of build system plumbing... all our existing .webidl files are in dom/webidl/...
  3488. # [23:45] <mccr8> azakai: we're kind of stuck right now. we need some kind of minimization or disabling of features or something to zoom in on what might be causing it...
  3489. # [23:45] <@njn> azakai: it's not on Monseter Madness, is it?
  3490. # [23:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cad9ce8315a4 - Jan-Ivar Bruaroey - Bug 919244 - Leakproof gUMRunnable + OnNavigation cleanup of MediaManager::mActiveCallbacks. r=jesup
  3491. # [23:45] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/010f5faed9cf - Milan Sreckovic - Bug 956796 - A bad assertion and a typo in the pref name cancelled each other. Fix, and create #defines for the pref names in this file to avoid problems like this.
  3492. # [23:45] <firebot> r=bgirard
  3493. # [23:45] <azakai> mccr8, njn: no, i see it on something much much smaller and simpler, hoping that will help. posting in the bug now
  3494. # [23:45] <mccr8> great!
  3495. # [23:45] <@njn> azakai: excellent
  3496. # [23:45] * geekboy is now known as geekboy|afk
  3497. # [23:47] * Quits: RealRaven (Thunderbir@5DDC9AEB.7C7AE84E.C3498625.IP) (Quit: RealRaven)
  3498. # [23:48] * Joins: RealRaven (Thunderbir@5DDC9AEB.7C7AE84E.C3498625.IP)
  3499. # [23:49] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  3500. # [23:49] * Quits: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3501. # [23:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e176126d2b42 - Olli Pettay - Bug 953435 - Browser hang on Mac if an AfterProcessNextEvent callback tries to spin the event loop, r=nfroyd+smichaud
  3502. # [23:50] * Quits: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Boriss)
  3503. # [23:50] * deian|away is now known as deian
  3504. # [23:50] * Joins: Boriss (Boriss@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3505. # [23:50] * mcote is now known as mcote|afk
  3506. # [23:51] <ekr_> KWierso|sheriffduty: potential bustage on m-i https://pastebin.mozilla.org/3969574
  3507. # [23:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/49c6393d37f3 - Kartikaya Gupta - Bug 907179 - Label the velocity vector as being in screen units. r=botond
  3508. # [23:52] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6f522af059d3 - Kartikaya Gupta - Bug 907179 - Rewrite the displayport calculation to be simpler and more effective. r=botond
  3509. # [23:52] * Quits: RealRaven (Thunderbir@5DDC9AEB.7C7AE84E.C3498625.IP) (Quit: RealRaven)
  3510. # [23:52] * Quits: asuk (asuk@FA0B9315.D7D800CF.AF15F8E5.IP) (Quit: Textual IRC Client: www.textualapp.com)
  3511. # [23:52] <ekr_> KWierso|sheriffduty: this appears to be the offending patch https://hg.mozilla.org/integration/mozilla-inbound/rev/010f5faed9cf9da0703cc69258aceec07a865b89
  3512. # [23:53] * Joins: RealRaven (Thunderbir@5DDC9AEB.7C7AE84E.C3498625.IP)
  3513. # [23:53] * kats is now known as kats|away
  3514. # [23:53] * Quits: Pike (chatzilla@moz-16CB894E.pool.mediaways.net) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  3515. # [23:55] * Joins: rlb (rlb@moz-E6B6B4B6.washdc.fios.verizon.net)
  3516. # [23:55] * philor is now known as philor|away
  3517. # [23:55] * Quits: Gijs (gijs@moz-A1410385.range86-164.btcentralplus.com) (Quit: sleep!)
  3518. # [23:55] * Quits: emtwo (msamuel@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  3519. # [23:56] * kats|away is now known as kats
  3520. # [23:56] <Fallen> who would I email if I see potentially negative things about Mozilla on wikipedia? There is an article that talks about Mozilla's values which has quite a negative bias
  3521. # [23:56] * Joins: vichen (vichen@moz-C88BEACE.dynamic.hinet.net)
  3522. # [23:57] <Fallen> Probably needs someone good at these kinds of things to add some more positive content
  3523. # [23:57] <Fallen> http://en.wikipedia.org/wiki/Mozilla#Values
  3524. # [23:57] <@bz> Fallen: Maybe start with mailing gerv?
  3525. # [23:57] * kats is now known as kats|away
  3526. # [23:58] <Fallen> ah yes, sounds good. Maybe I am lucky and he is here :-)
  3527. # [23:58] <Fallen> thanks
  3528. # [23:58] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  3529. # [23:59] * johns` is now known as johns
  3530. # [23:59] * Quits: rlb (rlb@moz-E6B6B4B6.washdc.fios.verizon.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  3531. # [23:59] <@bz> Fallen: good luck
  3532. # Session Close: Thu Jan 09 00:00:00 2014

The end :)