/irc-logs / mozilla / #developers / 2013-09-20 / end

Options:

  1. # Session Start: Fri Sep 20 00:00:00 2013
  2. # Session Ident: #developers
  3. # [00:00] * Quits: Archaeopteryx (itsme@moz-1F051ACF.cust.telecolumbus.net) (Quit: Is this plutonium in your pocket, or are you just happy to see me leave.)
  4. # [00:00] * Quits: grapenuts (chatzilla@moz-73B75604.nys.biz.rr.com) (Quit: ChatZilla 0.9.90.1 [Firefox 20.0/20130417085609])
  5. # [00:00] * JosiahOne|Away is now known as JosiahOne
  6. # [00:01] * whimboo is now known as whimboo|afk
  7. # [00:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1430526cf6e5 - Jeff Gilbert - Bug 890432 - Limit expression complexity on Mac+NV. - r=bjacob
  8. # [00:02] * Joins: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com)
  9. # [00:03] * Joins: ehugg (ehugg@moz-200A5A58.mycingular.net)
  10. # [00:03] * Joins: jet (jet@moz-BE33DA21.fw1.sfo1.mozilla.net)
  11. # [00:03] * geekboy|afk is now known as geekboy
  12. # [00:04] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  13. # [00:04] * Quits: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  14. # [00:05] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  15. # [00:05] * Quits: wolfiR (wolfiR@moz-427CE2A1.dip0.t-ipconnect.de) (Quit: Leaving)
  16. # [00:05] * openjck|lunch is now known as openjck
  17. # [00:06] * jhopkins|bbl is now known as jhopkins
  18. # [00:07] * Quits: tanvi (tanvi@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  19. # [00:07] * Joins: mdas_ (mdas@1BA1192D.27C4BEAE.76F66111.IP)
  20. # [00:07] * Quits: fossterer (Thunderbir@DEAD928.6C902A0F.BF79A7EE.IP) (Ping timeout)
  21. # [00:08] * Quits: mdas (mdas@moz-104CC309.mv.mozilla.com) (Ping timeout)
  22. # [00:08] * Quits: blassey (blassey@FCCEA34F.7672369.D8E68FF6.IP) (Input/output error)
  23. # [00:09] * philor|away is now known as philor
  24. # [00:10] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  25. # [00:11] * Quits: gcp (gpascutto@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Make a new plan, Stan!)
  26. # [00:11] * jchen is now known as jchen|away
  27. # [00:12] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  28. # [00:13] * Quits: tomer (tomer@6A854FA3.DF9378B3.FC30AC02.IP) (Ping timeout)
  29. # [00:13] * Quits: wlach (wlach@56237EFE.BDC68B86.3DEE0DD0.IP) (Quit: Ex-Chat)
  30. # [00:13] * Joins: mina (malmasry@FCCEA34F.7672369.D8E68FF6.IP)
  31. # [00:13] * Quits: RealRaven (Thunderbir@67B1D533.D280E4C3.C3498625.IP) (Quit: RealRaven)
  32. # [00:14] * Parts: marco (marco@moz-7B0110AD.mv.mozilla.com)
  33. # [00:14] * Joins: tomer (tomer@6A854FA3.DF9378B3.FC30AC02.IP)
  34. # [00:16] * khuey|away is now known as khuey
  35. # [00:16] * Quits: ckitching (ckitching@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  36. # [00:16] * Quits: mcomella (mcomella@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  37. # [00:16] <catalinn> Hi. I've got a review from mcmanus on a patch for networking dashboard in which he said that I should make a structure static, because being global doesn't help. My question is how can I make a structure static? is it enough static name_of_sturct {..}; ?
  38. # [00:17] <sunfish> catalinn: do you want to make the type itself internal, or some instance of it?
  39. # [00:17] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  40. # [00:18] <catalinn> sunfish: type itself
  41. # [00:18] * kaze is now known as kaze|zZz
  42. # [00:18] <sunfish> catalinn: the only way to do that is to enclose the type definition in an anonymous namespace
  43. # [00:18] * Quits: geo (geo@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving...)
  44. # [00:19] <sunfish> namespace { struct name_of_struct {...}; }
  45. # [00:19] <catalinn> sunfish: ok, and for a instance of it?
  46. # [00:19] <sunfish> instances can use static
  47. # [00:19] * Joins: mina_ (mina@FCCEA34F.7672369.D8E68FF6.IP)
  48. # [00:19] <sunfish> static name_of_struct foo;
  49. # [00:19] <catalinn> sunfish: static struct name_of_struct ?
  50. # [00:19] <catalinn> sunfish: thank you!
  51. # [00:19] <sunfish> yw
  52. # [00:20] * Joins: mdas (mdas@DA5C57DC.AD7A4894.465000F8.IP)
  53. # [00:20] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  54. # [00:21] * Quits: robertbindar (Thunderbir@33D9F097.5B9FC2D9.D731B824.IP) (Ping timeout)
  55. # [00:21] * Quits: mdas_ (mdas@1BA1192D.27C4BEAE.76F66111.IP) (Ping timeout)
  56. # [00:21] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  57. # [00:21] * Quits: mihneadb_ (mihneadb@C2E95B11.18650252.A5830293.IP) (Ping timeout)
  58. # [00:21] * Joins: blassey (blassey@386C8CEB.7488BB3C.E96CA9D8.IP)
  59. # [00:22] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  60. # [00:23] * Quits: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 20.0/20130417085609])
  61. # [00:23] * Quits: mina_ (mina@FCCEA34F.7672369.D8E68FF6.IP) (Quit: mina_)
  62. # [00:24] * Quits: Waldo (waldo@moz-537BCF9.hsd1.ca.comcast.net) (Quit: bdinnou)
  63. # [00:24] * Quits: phenom (phenom@4122D1AE.821DE302.4A5F0685.IP) (Ping timeout)
  64. # [00:24] * Quits: mina (malmasry@FCCEA34F.7672369.D8E68FF6.IP) (Quit: mina)
  65. # [00:24] * Quits: ehugg (ehugg@moz-200A5A58.mycingular.net) (Quit: ehugg)
  66. # [00:25] * hwine|mtg is now known as hwine|afk
  67. # [00:25] * Quits: willyaranda (willyarand@moz-E7933217.dynamic.jazztel.es) (Quit: This computer has gone to sleep)
  68. # [00:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9bd2a167dfa1 - Brian Hackett - Bug 903802 - Give a singleton type to the global scope polluter proxy, r=jandem.
  69. # [00:25] * Quits: dria (dria@13F2CEC5.7672369.D8E68FF6.IP) (Quit: dria)
  70. # [00:25] * Joins: mcomella (mcomella@13F2CEC5.7672369.D8E68FF6.IP)
  71. # [00:26] * Joins: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net)
  72. # [00:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b18761961ffd - Jeff Gilbert - Bug 916816 - Disable broken ANGLE divisor support. - r=bjacob
  73. # [00:26] * kats is now known as kats|away
  74. # [00:26] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  75. # [00:27] * Quits: ferjm|dinner (ferjm@moz-CB6FA5C1.red-81-37-143.dynamicip.rima-tde.net) (Quit: Leaving)
  76. # [00:27] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  77. # [00:27] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  78. # [00:28] * Quits: mcomella (mcomella@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  79. # [00:30] * Joins: gabriel-iv (Thunderbir@3ED9831D.251E5D55.FB866788.IP)
  80. # [00:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bddb65759701 - Brian Hackett - Bug 917952 - Use a builder-local source note cache in IonBuilder, r=jandem.
  81. # [00:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4a40a87afa1c - Jeff Gilbert - Bug 911394 - Allow non-instanced drawing with no zero divisor attrib. - r=bjacob
  82. # [00:30] * joduinn-mtg is now known as joduinn-commute
  83. # [00:31] * Joins: njn (chatzilla@BDEF29E8.BB27FA2D.8660782D.IP)
  84. # [00:31] * ChanServ sets mode: +o njn
  85. # [00:31] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  86. # [00:31] <sicking> /query dougt ping
  87. # [00:31] * mcote is now known as mcote|afk
  88. # [00:32] * Quits: maxli (maxli@moz-A607CA26.student.cs.uwaterloo.ca) (Quit: Leaving.)
  89. # [00:32] * Joins: maxli (maxli@moz-A607CA26.student.cs.uwaterloo.ca)
  90. # [00:33] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7ca634037700 - Jeff Gilbert - Bug 917046 - Add feature that allows non-array instanced drawing. r=bjacob
  91. # [00:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ae79bc0418e1 - Jeff Gilbert - Bug 917046 - Require instanced_non_arrays for WebGL2. r=bjacob
  92. # [00:34] * Quits: kamidphish (kamidphish@13F2CEC5.7672369.D8E68FF6.IP) (Quit: kamidphish)
  93. # [00:35] * Quits: catalinn (Thunderbir@EE1D00C4.2D4EABFA.D602D2C5.IP) (Quit: catalinn)
  94. # [00:38] * Quits: tchevalier (Thunderbir@moz-2490A185.fbx.proxad.net) (Quit: tchevalier)
  95. # [00:38] * Joins: weshmek (Mibbit@moz-F751063F.cpe.net.cable.rogers.com)
  96. # [00:38] * Joins: tchevalier (Thunderbir@moz-2490A185.fbx.proxad.net)
  97. # [00:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cae77be484b9 - Jeff Gilbert - Bug 911346 - Add a test for WebGL context creation. - r=bjacob
  98. # [00:39] * Joins: ctangira (ctangira@moz-B8FE932D.lightspeed.rcsntx.sbcglobal.net)
  99. # [00:39] * Quits: mdas (mdas@DA5C57DC.AD7A4894.465000F8.IP) (Quit: )
  100. # [00:40] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  101. # [00:40] * Joins: marco (marco@moz-7B0110AD.mv.mozilla.com)
  102. # [00:40] <lsblakk> dbaron: do you know what your first bug number is? cause i just tripped on 4572 - 14.5 *years* ago :)
  103. # [00:40] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  104. # [00:41] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  105. # [00:41] <@dbaron> lsblakk, I'm planning to blog about that in a few hours...
  106. # [00:42] <lsblakk> oh cool :)
  107. # [00:42] * Joins: tanvi (tanvi@moz-BBE3ABD.mv.mozilla.com)
  108. # [00:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6255c31609be - Jeff Gilbert - Bug 911346 - Strip trailing whitespace from new files. r=me
  109. # [00:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ff429a27230b - Nicholas Nethercote - Bug 915998 - Templatize the barrier-related methods in subclasses of Cell. r=terrence.
  110. # [00:45] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  111. # [00:45] * Joins: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  112. # [00:45] * Joins: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  113. # [00:45] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  114. # [00:47] * Quits: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru) (Quit: )
  115. # [00:48] * jhopkins is now known as jhopkins|afk
  116. # [00:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fdb0d1053128 - Matt Woodrow - Bug 907926 - Avoid calling CurrentSurface when we can. r=Bas
  117. # [00:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f2dd2a27af69 - Bas Schouten - Bug 911393 - Do not fallback for EXTEND_PAD when not needed. r=jrmuizel
  118. # [00:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b3616b786e8f - Matt Woodrow - Bug 907926 - Try avoid having multiple path objects around since this is slow with DrawTargetCairo. r=Bas
  119. # [00:49] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Connection reset by peer)
  120. # [00:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/94a6733b01dc - Matt Woodrow - Bug 907926 - Enable Azure content for windows. r=nrc
  121. # [00:49] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/44108fb6f7cc - Matt Woodrow - Bug 917703 - Avoid copying to a sub image in CreateSamplingRestrictedDrawable if possible. r=roc
  122. # [00:49] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  123. # [00:50] * Joins: fossterer (Thunderbir@DEAD928.6C902A0F.BF79A7EE.IP)
  124. # [00:50] * Quits: tomer (tomer@6A854FA3.DF9378B3.FC30AC02.IP) (Connection reset by peer)
  125. # [00:50] <mconley> mattwoodrow: hey - is that profile any good?
  126. # [00:50] * Quits: @bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net) (Ping timeout)
  127. # [00:50] <mattwoodrow> mconley: I replied to your email, unfortunately it looks like the pseudo-stack parts are breaking
  128. # [00:50] <mconley> mattwoodrow: ohhhh - yep, I know that bug
  129. # [00:50] <mattwoodrow> according to BenWa it's a know bug with some versions of DbgHelper on winxp
  130. # [00:51] <mconley> mattwoodrow: https://bugzilla.mozilla.org/show_bug.cgi?id=900524
  131. # [00:51] <mconley> mattwoodrow: yeah, there's a workaround, but I'm not sure how to make it work in this scenario...
  132. # [00:51] * Joins: bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net)
  133. # [00:51] * ChanServ sets mode: +o bsmedberg
  134. # [00:51] <mattwoodrow> I've pushed again with pseudo stack disabled in case there isn't something we can do to fix the existing profiles
  135. # [00:51] <mconley> mattwoodrow: you have to somehow get a particular version of dbghelper.dll into the system or firefox directory. You might be able to include it in a patch and do some build magic...
  136. # [00:51] * ctalbert is now known as ctalbert|afk
  137. # [00:51] <@njn> man, we're burning through these 900000 bugs
  138. # [00:52] <mattwoodrow> mconley: Just not having a pseudo stack sounds easier :)
  139. # [00:52] <KWierso|sheriffduty> njn: I filed a bug yesterday at 918000ish, it's up past 918500 already
  140. # [00:52] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  141. # [00:52] <KWierso|sheriffduty> :|
  142. # [00:52] <@njn> KWierso|sheriffduty: yeah, I just filed 918557
  143. # [00:52] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  144. # [00:52] * mconley nods
  145. # [00:52] * pmoore is now known as pmoore|away
  146. # [00:52] * @njn isn't looking forward to 7 digit bug numbers
  147. # [00:53] * KWierso|sheriffduty wonders what tools will break
  148. # [00:54] <rillian> njn: the first digit will be 1 for a while
  149. # [00:54] * Joins: darktrojan (geoff@moz-D5C665A2.dsl.telstraclear.net)
  150. # [00:54] <nrc> all of them, probably
  151. # [00:55] * Quits: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  152. # [00:56] <nrc> its going to Mozilla's own little y2k
  153. # [00:57] * Quits: dzbarsky (Adium@298AEAFA.D5562F02.B5C6E82B.IP) (Quit: Leaving.)
  154. # [00:57] * Quits: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mixedpuppy)
  155. # [00:57] * Joins: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net)
  156. # [00:58] <KWierso|sheriffduty> nrc: I'd have hoped our tools would be more agnostic over that from the 5 to 6 digit change back in the day
  157. # [00:58] * bz_dinner is now known as bz
  158. # [00:58] * Joins: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  159. # [00:58] <nrc> bug 1000001
  160. # [00:58] * Quits: fossterer (Thunderbir@DEAD928.6C902A0F.BF79A7EE.IP) (Ping timeout)
  161. # [00:58] * nrc tests
  162. # [00:59] <@dolske> actually the bug numbers will just wrap around. it's gonna be great!
  163. # [00:59] <nrc> doesn't know what was meant to happen actually
  164. # [00:59] <@njn> anyone know what libmurrine is?
  165. # [00:59] <@dolske> time to fix those 8 year old bugs!
  166. # [00:59] <KWierso|sheriffduty> firebot: bug 1000001
  167. # [00:59] <@njn> "The Murrine engine is a cairo-based GTK2 theming tool."
  168. # [00:59] * Quits: @ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com) (Input/output error)
  169. # [00:59] <nrc> firebot: bug 999999
  170. # [01:00] <nrc> well, that was inconclusive
  171. # [01:00] <KWierso|sheriffduty> nrc: firebot looks up 777777 correctly
  172. # [01:01] <KWierso|sheriffduty> guess it doesn't like non-existent bugs?
  173. # [01:01] <nrc> yeah
  174. # [01:01] * Joins: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com)
  175. # [01:02] * Quits: huseby (huseby@19BD73A1.5D8BCA3A.A0C1B52F.IP) (Quit: Leaving)
  176. # [01:02] <gw280> decoder: pong
  177. # [01:02] * Joins: sfink (chatzilla@moz-4984D58C.dsl.pltn13.sbcglobal.net)
  178. # [01:03] * Joins: Weebs (SchwigilyD@moz-35D38DB2.hsd1.mi.comcast.net)
  179. # [01:04] * bajaj_ is now known as bajaj_biab
  180. # [01:04] * Quits: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  181. # [01:04] <nrc> bsmedberg: is it only when ActorDestroyReason is AbnormalShutdown that we can forget about shmems? Or anything other than NormalShutdown?
  182. # [01:04] <nrc> http://dxr.mozilla.org/mozilla-central/source/ipc/glue/ProtocolUtils.h#l77
  183. # [01:04] * Joins: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com)
  184. # [01:05] * bajaj_biab is now known as bajaj_
  185. # [01:05] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  186. # [01:05] * AaronMT is now known as AaronMT|AFK
  187. # [01:05] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  188. # [01:06] * Joins: tomer (tomer@6A854FA3.DF9378B3.FC30AC02.IP)
  189. # [01:06] * hwine|afk is now known as hwine
  190. # [01:06] * Quits: jonasfj (jonasfj@A577AA5D.B2E369.9D624207.IP) (Ping timeout)
  191. # [01:08] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  192. # [01:11] * Joins: fossterer (Thunderbir@DEAD928.6C902A0F.BF79A7EE.IP)
  193. # [01:11] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  194. # [01:12] * Joins: cviecco__ (cviecco@moz-BBE3ABD.mv.mozilla.com)
  195. # [01:12] * Quits: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  196. # [01:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/78c06cf60908 - Terrence Cole - Bug 918118 - Delete MutableHandle constructors for int and nullptr; r=jonco
  197. # [01:13] <@bsmedberg> nrc: well in every case IPDL will clean up your shmems
  198. # [01:13] <@bsmedberg> so at least in this case I don't think it matters
  199. # [01:14] * billm|away is now known as billm
  200. # [01:14] <nrc> bsmedberg: are you saying we can't leak shmems? This comment implies to me that we can http://dxr.mozilla.org/mozilla-central/source/gfx/thebes/gfxBaseSharedMemorySurface.h#l52
  201. # [01:15] * bajaj_ is now known as bajaj_biab
  202. # [01:15] * Quits: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  203. # [01:15] * Quits: weshmek (Mibbit@moz-F751063F.cpe.net.cable.rogers.com) (Quit: http://www.mibbit.com ajax IRC Client)
  204. # [01:15] * Quits: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.7.2/20130908222133])
  205. # [01:15] <nrc> the caller is the handily named 'CreateUnsafe', but there is no explanation about what is unsafe about it
  206. # [01:15] * Quits: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  207. # [01:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a387224eecca - Terrence Cole - Bug 889129 - Fix performance on Splay with generational GC enabled; r=bhackett
  208. # [01:16] * Quits: dstrbad_n (chatzilla@moz-2C56A687.mobile.carnet.hr) (Ping timeout)
  209. # [01:17] * Quits: bkero (bkero@B09BE30.721446DC.5E72ECD5.IP) (Ping timeout)
  210. # [01:17] * Quits: Bas (chatzilla@moz-9919860E.ftth.concepts.nl) (Ping timeout)
  211. # [01:17] <@bsmedberg> nrc: you're at the outer edges of my knowlege now. I only know about Shmems created by PProtocol::CreateSharedMemory which are managed by the IPDL system
  212. # [01:17] * Joins: Bas (chatzilla@moz-9919860E.ftth.concepts.nl)
  213. # [01:18] * Quits: tchevalier (Thunderbir@moz-2490A185.fbx.proxad.net) (Quit: tchevalier)
  214. # [01:18] * Joins: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net)
  215. # [01:19] <@bsmedberg> nrc: e.g. this is the impl: Shmem::Alloc(Shmem::IHadBetterBeIPDLCodeCallingThis_OtherwiseIAmADoodyhead()
  216. # [01:19] * Joins: dzbarsky (Adium@moz-95579A41.wlan.wireless-resnet.upenn.edu)
  217. # [01:20] * bsmedberg is now known as bsmedberg-away
  218. # [01:20] * baku|away is now known as baku
  219. # [01:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bca7f3175b16 - Nicholas Nethercote - Bug 913260 (part 1) - Simplify TelemetryPing.js a little. r=nfroyd.
  220. # [01:21] <nrc> bsmedberg-away: ok, thanks for your help
  221. # [01:21] * Joins: bkero (bkero@B09BE30.721446DC.5E72ECD5.IP)
  222. # [01:21] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  223. # [01:22] * Quits: cviecco__ (cviecco@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  224. # [01:22] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  225. # [01:25] * Joins: jimb (user@moz-91B1931F.hsd1.or.comcast.net)
  226. # [01:25] * Joins: jonasfj (jonasfj@A577AA5D.B2E369.9D624207.IP)
  227. # [01:25] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  228. # [01:25] * Joins: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net)
  229. # [01:25] * bajaj_biab is now known as bajaj_
  230. # [01:26] * Joins: briansmith (briansmith@moz-BE33DA21.fw1.sfo1.mozilla.net)
  231. # [01:28] * Joins: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  232. # [01:28] * Quits: tessarakt2 (jens@moz-526DDB1B.dip0.t-ipconnect.de) (Ping timeout)
  233. # [01:28] * Joins: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP)
  234. # [01:29] * Joins: dmarcos (dmarcos@moz-E9FA5ED2.static.stls.mo.charter.com)
  235. # [01:29] * Quits: nhirata (anonymous@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: nhirata)
  236. # [01:30] * Quits: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl) (Quit: Linkinus - http://linkinus.com)
  237. # [01:30] * Joins: geo (geo@moz-BBE3ABD.mv.mozilla.com)
  238. # [01:30] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  239. # [01:31] * Joins: ejpbruel (ejpbruel@moz-5EE20326.adsl2.static.versatel.nl)
  240. # [01:31] * Parts: ejpbruel (ejpbruel@moz-5EE20326.adsl2.static.versatel.nl)
  241. # [01:32] * Joins: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl)
  242. # [01:33] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  243. # [01:33] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  244. # [01:33] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  245. # [01:33] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  246. # [01:34] * Quits: ctangira (ctangira@moz-B8FE932D.lightspeed.rcsntx.sbcglobal.net) (Quit: ctangira)
  247. # [01:34] * Joins: nattokirai (nattokirai@moz-C286AD9A.bitcat.net)
  248. # [01:34] * Quits: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  249. # [01:36] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  250. # [01:36] * baku is now known as baku|away
  251. # [01:37] * Quits: fossterer (Thunderbir@DEAD928.6C902A0F.BF79A7EE.IP) (Ping timeout)
  252. # [01:37] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Ping timeout)
  253. # [01:38] * Quits: jhammel (jhammel@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: leaving)
  254. # [01:38] <philor> but I left try open for you, if you want to push without knowing when or whether you'll ever get results :)
  255. # [01:38] * Quits: grobinson (grobinson@moz-DB4A9C19.scl3.mozilla.com) (Quit: leaving)
  256. # [01:39] * Quits: jet (jet@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  257. # [01:40] * Quits: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP) (Quit: surkov)
  258. # [01:40] * Joins: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP)
  259. # [01:40] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Boriss)
  260. # [01:42] * Quits: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP) (Ping timeout)
  261. # [01:42] * geekboy is now known as geekboy|afk
  262. # [01:42] * Joins: grobinson (grob_@moz-BE33DA21.fw1.sfo1.mozilla.net)
  263. # [01:43] * bjacob is now known as bjacob_afk
  264. # [01:43] * Quits: tomer (tomer@6A854FA3.DF9378B3.FC30AC02.IP) (Ping timeout)
  265. # [01:44] * Joins: ericjung_ (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  266. # [01:45] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  267. # [01:45] * ChanServ sets mode: +o roc
  268. # [01:46] * Quits: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  269. # [01:48] * Quits: michal (michal@18728636.D0F82CD8.32697916.IP) (Ping timeout)
  270. # [01:49] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  271. # [01:49] * Joins: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP)
  272. # [01:52] * Quits: mmc|laptop (mchew@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mmc|laptop)
  273. # [01:52] * Quits: gabriel-iv (Thunderbir@3ED9831D.251E5D55.FB866788.IP) (Quit: gabriel-iv)
  274. # [01:53] * Quits: christina (christina@79F9AF6D.A0B5AFCE.EFF8B7BF.IP) (Quit: christina)
  275. # [01:53] * Quits: bent (chatzilla@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  276. # [01:55] * Quits: grobinson (grob_@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  277. # [01:57] * Parts: ckerschb (ckerschb@moz-B66EA4B2.ics.uci.edu)
  278. # [01:57] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  279. # [01:58] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  280. # [01:58] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  281. # [01:58] * Joins: christina (christina@79F9AF6D.A0B5AFCE.EFF8B7BF.IP)
  282. # [01:59] * Joins: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  283. # [02:00] * Joins: grobinson (grob_@moz-BE33DA21.fw1.sfo1.mozilla.net)
  284. # [02:01] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  285. # [02:01] * Quits: sworkman (sworkman@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sworkman)
  286. # [02:02] * Quits: tanvi (tanvi@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  287. # [02:02] * Quits: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP) (Quit: Leaving.)
  288. # [02:02] * Joins: WG9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net)
  289. # [02:03] * Joins: kamidphish (kamidphish@13F2CEC5.7672369.D8E68FF6.IP)
  290. # [02:06] * Quits: grobinson (grob_@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving)
  291. # [02:06] * Joins: michal (michal@moz-6CE1017D.broadband17.iol.cz)
  292. # [02:07] * Quits: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: [self dealloc];)
  293. # [02:07] * Quits: @smaug (chatzilla@moz-8C0006D4.pp.htv.fi) (Ping timeout)
  294. # [02:08] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  295. # [02:08] <nattokirai> decoder: what are the current steps to run an osx asan build on tryserver? the wiki description seems to be out of date for osx
  296. # [02:11] * Quits: b10n1k (j0ni@moz-8CDA91BC.dsl.dyn.forthnet.gr) (Ping timeout)
  297. # [02:12] * Joins: heftig (heftig@moz-F0FBD069.dip0.t-ipconnect.de)
  298. # [02:12] * Joins: b10n1k (j0ni@moz-8CDA91BC.dsl.dyn.forthnet.gr)
  299. # [02:13] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: MOOTEX!)
  300. # [02:16] * Quits: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  301. # [02:17] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  302. # [02:17] * Quits: dmarcos (dmarcos@moz-E9FA5ED2.static.stls.mo.charter.com) (Connection reset by peer)
  303. # [02:17] * Quits: mikeratcliffe (Adium@BDDA0D67.C2B26F36.7CCB197A.IP) (Quit: Leaving.)
  304. # [02:18] <philor> gavin: looks like you surprised browser_bug538331.js on aurora
  305. # [02:19] <philor> it wasn't expecting the good-news inquisition
  306. # [02:19] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  307. # [02:19] * heycam|away is now known as heycam
  308. # [02:19] * Quits: harth_ (harth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  309. # [02:20] * Quits: WeirdAl (chatzilla@moz-D461843.ask.info) (Ping timeout)
  310. # [02:20] * Joins: WeirdAl (chatzilla@moz-D461843.ask.info)
  311. # [02:22] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  312. # [02:22] <heycam> gps, thanks for the hint about brew needing to be updated. I think I was tricked before by my PATH issues; brew told me there wasn't a newer python available, but because /usr/bin was earlier in my path, I was picking up the system python
  313. # [02:22] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  314. # [02:22] * Quits: jdm (jdm@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Lost terminal)
  315. # [02:22] * Joins: squib_ (squib@moz-54866485.dhcp.mdsn.wi.charter.com)
  316. # [02:22] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  317. # [02:22] * Joins: grobinson (grob_@moz-BE33DA21.fw1.sfo1.mozilla.net)
  318. # [02:22] * squib_ is now known as squib|laptop
  319. # [02:23] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  320. # [02:23] * Quits: grobinson (grob_@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Leaving)
  321. # [02:23] * Joins: mmc|laptop (mchew@moz-BE33DA21.fw1.sfo1.mozilla.net)
  322. # [02:23] * Joins: grobinson (grob_@moz-BE33DA21.fw1.sfo1.mozilla.net)
  323. # [02:23] * Quits: mmc|laptop (mchew@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mmc|laptop)
  324. # [02:24] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  325. # [02:24] * Joins: mmc|laptop (mchew@moz-BE33DA21.fw1.sfo1.mozilla.net)
  326. # [02:24] * Fallen is now known as Fallen|away
  327. # [02:24] * kmoir-afk is now known as kmoir
  328. # [02:25] <nattokirai> any idea what the infra issue is with the build trees?
  329. # [02:25] <nattokirai> so much blue...
  330. # [02:26] * Joins: chmanchester (chmanchest@moz-6B477A27.hsd1.pa.comcast.net)
  331. # [02:26] * Parts: marco (marco@moz-7B0110AD.mv.mozilla.com)
  332. # [02:26] <@gavin> philor: looking
  333. # [02:27] * Joins: mjh563 (mjh563@moz-D891C5B8.cable.virginmedia.com)
  334. # [02:27] * Joins: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  335. # [02:27] <nthomas> nattokirai: IT needed a short maintenance window to fix some issues, which caused some interruptions. We're still working on some DNS issues for w64-ix-slaveNNN machines (ie windows compile jobs)
  336. # [02:28] <bbouvier> philor: hey, it seems I pushed a changeset with the wrong bug number on it and it has been merged already. Should I back it out and push it again?
  337. # [02:28] * Quits: mmc|laptop (mchew@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mmc|laptop)
  338. # [02:28] * Joins: harth_ (harth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  339. # [02:29] <nattokirai> nthomas: thanks!
  340. # [02:31] * Quits: harth_ (harth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Input/output error)
  341. # [02:33] <philor> bbouvier: nah, just put a comment in the wrong bug saying which bug it was actually for
  342. # [02:34] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: mwu)
  343. # [02:35] * Quits: Standard8 (Standard8@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: ZNC - http://znc.in)
  344. # [02:36] * Quits: jimb (user@moz-91B1931F.hsd1.or.comcast.net) (Ping timeout)
  345. # [02:37] * Quits: coop (Chris@moz-F2D0E0E6.dsl.bell.ca) (Ping timeout)
  346. # [02:37] * Quits: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  347. # [02:39] * Joins: annevk (annevk@D371F92B.DA6F7616.F83D3F11.IP)
  348. # [02:39] <bbouvier> philor: ok, thanks!
  349. # [02:39] * Joins: coop (Chris@moz-16B84BA0.dsl.bell.ca)
  350. # [02:40] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  351. # [02:40] * Quits: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net) (Quit: aklotz)
  352. # [02:44] <annevk> hah, dbaron tricked me, I thought http://www.fas.harvard.edu/~dbaron/bugpages/nglayout/index2.html was actually a link that still worked
  353. # [02:44] <annevk> context: http://dbaron.org/log/20130919-fifteen-years
  354. # [02:44] * Quits: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP) (Quit: surkov)
  355. # [02:45] <@dbaron> annevk, no, the only link in the whole thing that still works is REC-CSS1
  356. # [02:46] * Quits: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net) (Quit: Leaving.)
  357. # [02:47] * Joins: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  358. # [02:47] * Joins: mikeratcliffe (Adium@BDDA0D67.C2B26F36.7CCB197A.IP)
  359. # [02:47] * Quits: darktrojan (geoff@moz-D5C665A2.dsl.telstraclear.net) (Quit: darktrojan)
  360. # [02:48] <@dbaron> I still think the best part was the way an empty cc: list was represented in bugmail. :-)
  361. # [02:48] <KWierso|sheriffduty> philor: does that osx reftest orange on inbound look suspicious to you?
  362. # [02:49] * Quits: mikeratcliffe (Adium@BDDA0D67.C2B26F36.7CCB197A.IP) (Ping timeout)
  363. # [02:49] * philor scrolls down to yesterday
  364. # [02:50] <KWierso|sheriffduty> er, it was pushed just a few hours ago
  365. # [02:51] <WG9s> you mean the reftest one that says maximum allowed diff is 46 and the diff was 30 yet it failed anyway?
  366. # [02:51] <philor> KWierso|sheriffduty: it was also pushed yesterday, and failed in that same reftest, so "yes"
  367. # [02:51] <philor> https://tbpl.mozilla.org/?tree=Mozilla-Inbound&showall=1&rev=ae02054863f7
  368. # [02:53] <@dbaron> WG9s, hmmm, there are two criteria that we check "fuzzy" markings against, and it only prints one of them on the UNEXPECTED-FAIL line
  369. # [02:53] <@dbaron> WG9s, er, sorry,
  370. # [02:53] <KWierso|sheriffduty> philor: shall I back it out, or can you do the honors?
  371. # [02:53] <WG9s> dbaron: just makes it look odd when trying to interpret the error.
  372. # [02:53] <@dbaron> WG9s, the 46 and the 30 are two different things -- the 30 is the number of pixels that differ, the 46 is the maximum color component value difference in one of those pixels
  373. # [02:53] * @njn suspects calling xcponnect functions from xpcom is a no-no
  374. # [02:54] <philor> KWierso|sheriffduty: I'll be at work for another hour or so, it's all yours
  375. # [02:57] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  376. # [02:57] <WG9s> dbaron: thn i guess the test needs to have better error messages.
  377. # [02:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1f6d48465290 - Wes Kocher - Backed out 5 changesets (bug 907926, bug 911393, bug 917703) due to OSX reftest bustage during an unrelated CLOSED TREE
  378. # [02:57] * Joins: jesup_mac (chatzilla@moz-4631390.phlapa.fios.verizon.net)
  379. # [02:59] * Quits: jesup_mac (chatzilla@moz-4631390.phlapa.fios.verizon.net) (Ping timeout)
  380. # [03:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2af2bfe5e66a - EKR - Bug 842549 - Part 1. Generate trickle candidates from nICEr, with testing r=abr
  381. # [03:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9f2d0e38fdf8 - Byron Campen [:bwc] - Bug 842549 - Part 4. Small fix from ekr to disarm the trickle_cb when the ICE ctx is destroyed. r=abr
  382. # [03:00] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  383. # [03:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f6941e490ba2 - EKR - Bug 842549 - Part 3. PC.js changes for trickle r=abr
  384. # [03:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c3444536fd8e - EKR - Bug 842549 - Part 2: Plumb candidates up to signaling r=abr
  385. # [03:01] * Callek|buildduty is now known as Callek
  386. # [03:01] * Joins: sewardj_ (sewardj@moz-8405AC5.dip0.t-ipconnect.de)
  387. # [03:01] * philor sniffs
  388. # [03:01] <philor> is that the smell of relanding?
  389. # [03:01] <KWierso|sheriffduty> may god have mercy on our battered and broken tree
  390. # [03:01] <abr> philor -- Nah, you haven't seen this patch before.
  391. # [03:01] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  392. # [03:02] <abr> philor -- If it breaks the tree, it will be in novel and creative ways.
  393. # [03:02] * Quits: sewardj (sewardj@moz-62045ED9.dip0.t-ipconnect.de) (Ping timeout)
  394. # [03:02] * Quits: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  395. # [03:02] * Joins: birtles (chatzilla@moz-C286AD9A.bitcat.net)
  396. # [03:03] <philor> whee
  397. # [03:03] <KWierso|sheriffduty> http://31.media.tumblr.com/6eacd4d3adfac99b6d639b88bf0d43e4/tumblr_mtcal0zyXM1qdszopo1_500.jpg http://24.media.tumblr.com/5a92736a817fed3ead8c237c7ba98fc4/tumblr_mtcal0zyXM1qdszopo2_400.jpg
  398. # [03:04] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  399. # [03:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/43b40211d0da - Gregory Szorc - Bug 911375 - Part 2: Convert uses of PurgeManifest to InstallManifest; r=glandium
  400. # [03:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b748f8af804c - Gregory Szorc - Bug 911375 - Part 3: Remove PurgeManifest; r=glandium
  401. # [03:05] <glandium> break all the things!
  402. # [03:06] <philor> yeah, I was just getting nostalgic for when I was naive enough to reopen and say "be gentle with the tree, it's way behind"
  403. # [03:07] * Callek is now known as Callek_disconnected
  404. # [03:07] * Quits: hadleybeeman (uid7394@moz-31ABA2C0.irccloud.com) (Ping timeout)
  405. # [03:07] * Quits: gaye_ (uid12943@moz-31ABA2C0.irccloud.com) (Ping timeout)
  406. # [03:07] * Quits: fhd (uid2508@moz-31ABA2C0.irccloud.com) (Ping timeout)
  407. # [03:07] * Quits: ttaubert (uid2620@moz-31ABA2C0.irccloud.com) (Ping timeout)
  408. # [03:07] * Quits: silverwind (uid14256@moz-31ABA2C0.irccloud.com) (Ping timeout)
  409. # [03:07] * Quits: akeybl (uid11012@moz-31ABA2C0.irccloud.com) (Ping timeout)
  410. # [03:07] * Quits: dougt (uid7064@moz-31ABA2C0.irccloud.com) (Ping timeout)
  411. # [03:07] * Quits: davidb (uid12418@moz-31ABA2C0.irccloud.com) (Ping timeout)
  412. # [03:08] <@njn> I think I win the prize for the most blue 'B's
  413. # [03:09] <@njn> what *is* the prize, BTW?
  414. # [03:09] * nthomas is now known as nthomas|away
  415. # [03:09] <@njn> a year's supply of *something*, surely
  416. # [03:09] <philor> a very delayed start to your job
  417. # [03:09] <abr> njn: http://whitneym49.files.wordpress.com/2011/10/seinfeld-bees.jpg
  418. # [03:09] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Boriss)
  419. # [03:09] <@njn> abr: yikes
  420. # [03:10] * Quits: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mixedpuppy)
  421. # [03:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/afe9b1f9b180 - Jeff Walden - Bug 918510 - Convert RegExp statics properties to not be propertyops. r=sfink
  422. # [03:10] <philor> not the all-time prize, though, that was someone who triggered auto-retry with a try push, and didn't notice, so it ran for a week before I saw it
  423. # [03:11] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  424. # [03:12] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  425. # [03:12] * Quits: kamidphish (kamidphish@13F2CEC5.7672369.D8E68FF6.IP) (Quit: kamidphish)
  426. # [03:12] * Joins: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP)
  427. # [03:12] <philor> hahaha, jgilbert added a test for whether webgl works at all
  428. # [03:12] <philor> and ran it on b2g
  429. # [03:13] * Quits: christina (christina@79F9AF6D.A0B5AFCE.EFF8B7BF.IP) (Ping timeout)
  430. # [03:14] * Joins: christina (christina@79F9AF6D.A0B5AFCE.EFF8B7BF.IP)
  431. # [03:14] * Joins: gabriel-iv (Thunderbir@3ED9831D.251E5D55.FB866788.IP)
  432. # [03:14] * Quits: gabriel-iv (Thunderbir@3ED9831D.251E5D55.FB866788.IP) (Quit: gabriel-iv)
  433. # [03:14] <TimAbraldes> markh: I meant to reply to the newsgroup... stupid zimbra :P
  434. # [03:15] <markh> TimAbraldes: I just thought I didn't make it obvious it was a newsgroup post + mail CC :)
  435. # [03:15] * Joins: jesup_mac (chatzilla@moz-4631390.phlapa.fios.verizon.net)
  436. # [03:15] <TimAbraldes> markh: maybe we can come up with an action plan while we're here?
  437. # [03:16] <markh> sure - I'm looking over that patch now. One thing I'm not clear of is that you mention it unblocks things - but what things?
  438. # [03:16] <philor> oh, even better, the whole point of the test is to make sure webgl works at all *on b2g*
  439. # [03:17] * Joins: mikeratcliffe (Adium@BDDA0D67.C2B26F36.7CCB197A.IP)
  440. # [03:18] <TimAbraldes> markh: the reason I ended up spelunking in the dialog code is that, in metroFx, any page with an alert/prompt/confirm in its beforeunload handler causes the tab to hang - bug 903613
  441. # [03:19] <TimAbraldes> markh: so I looked around and found that alert/prompt/confirm shouldn't even be possible during beforeunload - bug 856977
  442. # [03:19] <markh> TimAbraldes: right, yeah. I'm still trying to understand your most recent comment on that bug - it still seems like the best option would be to fix just that, but that's difficult, right?
  443. # [03:20] <markh> *best option in the immediate term
  444. # [03:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ccbfd1ddb131 - Benjamin Bouvier - Bug 901110: Use Float32 constants pool on x64; r=sstangl
  445. # [03:21] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  446. # [03:21] <TimAbraldes> markh: I could probably rewrite the patch to implement the Enable/Disable functions in terms of the existing mDialogsPermanentlyDisabled
  447. # [03:21] <glandium> "Gecko - Make your smart phone smarter"
  448. # [03:21] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  449. # [03:21] <glandium> http://www.indiegogo.com/projects/gecko-make-your-smart-phone-smarter
  450. # [03:22] <TimAbraldes> markh: we would probably want to rename that variable in that case ;)
  451. # [03:22] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  452. # [03:22] <TimAbraldes> markh: it's just more work and leaves the code in a slightly more complicated state
  453. # [03:23] * Quits: mikeratcliffe (Adium@BDDA0D67.C2B26F36.7CCB197A.IP) (Ping timeout)
  454. # [03:23] <markh> TimAbraldes: sure. FTR, I don't think I'm the decision maker on the bigger issue. My concern is that if we take the "block all dialogs" path we might end up with regressions etc that force it to be backed out or modified, all of which would still leave the beforeunload case re-broken
  455. # [03:23] <@gavin> philor: hope that does it
  456. # [03:23] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  457. # [03:23] * Quits: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com) (Quit: ChatZilla 0.9.87-7.1450hg.fc19 [XULRunner 23.0.1/20130902133717])
  458. # [03:24] <philor> gavin: sweet
  459. # [03:24] <sancus> glandium: that's cool, but I wouldn't expect to get my stuff from a hardware indiegogo until like 6-12 months from their proposed ship date... if you get it at all :p
  460. # [03:24] <markh> TimAbraldes: while fixing just beforeunload separately from the broader issue means we don't run that same risk
  461. # [03:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9d5728797e77 - Cameron McCormack - Fix assertion text typo; no bug. rs=dholbert
  462. # [03:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1a895d95c88b - Cameron McCormack - Bug 918176 - Silence uninitialized variable warning in nsRuleNode::ComputeContentData. r=dholbert
  463. # [03:25] <glandium> sancus: i'm actually rather uninterested by the product.
  464. # [03:25] <TimAbraldes> markh: that's a good point
  465. # [03:25] <glandium> i'm amused by the name
  466. # [03:25] <sancus> ah
  467. # [03:25] <sancus> lol
  468. # [03:25] <philor> KWierso|sheriffduty: want to take out 6255c31609be:cae77be484b9?
  469. # [03:26] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  470. # [03:26] <@gavin> markh: I don't see much value in the current behavior for window.print and showModalDialog
  471. # [03:26] <KWierso|sheriffduty> do I!
  472. # [03:26] <@gavin> aiui showModalDialog is just a variatn of alert
  473. # [03:26] <@gavin> and there are ways to print a page that aren't window.print
  474. # [03:26] * Joins: kamidphish (kamidphish@E9375BF.AC1E7E60.E96CA9D8.IP)
  475. # [03:27] * Quits: christina (christina@79F9AF6D.A0B5AFCE.EFF8B7BF.IP) (Ping timeout)
  476. # [03:27] <KWierso|sheriffduty> philor: done
  477. # [03:27] <markh> gavin: yeah, I think a strong case could be made for that. I'm just a little concerned about conflating the beforeunload problem with that broader problem
  478. # [03:28] <philor> \o/
  479. # [03:28] <@dolske> isn't showModalDialog the awful "should a modal dialog with this URL as its content" API?
  480. # [03:28] * Joins: harth_ (harth@EF408078.10A53EE3.77834EAA.IP)
  481. # [03:28] <markh> dolske: IIUC, yes - and I can't recall *ever* seeing it be used :)
  482. # [03:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/28edd4a1bbaa - Wes Kocher - Backed out 2 changesets (bug 911346)
  483. # [03:28] <@gavin> we had to implement it for something
  484. # [03:29] <@gavin> china?
  485. # [03:29] <@dolske> iirc it was vague IE / intranet compat.
  486. # [03:29] * @dolske would like to put it behind a pref or permission, but meh.
  487. # [03:30] <markh> it is already behind a pref and it's disabled by default for fennec and b2g IIUC
  488. # [03:30] <markh> but enabled on desktop
  489. # [03:30] <@gavin> that's just because they couldn't figure out how to implement it
  490. # [03:30] <@dolske> all the more reason to kill it ;)
  491. # [03:31] <@dolske> anyway I'm not helping here. :)
  492. # [03:31] <markh> although I'd feel better if "that was because they figured it was bumb and nobody actually needed it" :)
  493. # [03:31] <markh> *dumb
  494. # [03:31] <@gavin> partially that too
  495. # [03:31] <@gavin> cost/benefit high
  496. # [03:32] <@dolske> we should slap a telemetry probe on it to see if it's getting used.
  497. # [03:32] * coop is now known as coop|afk
  498. # [03:32] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  499. # [03:32] <fabrice> gavin: it's hard to do that in a safe and reasonnably performant way in b2g
  500. # [03:32] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  501. # [03:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/99240d780042 - Dan Gohman - Bug 915846 - IonMonkey: Introduce several Range factory methods, to help make it explicit what kind of range is to be constructed. r=nbp
  502. # [03:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/644fe03f2bd4 - Dan Gohman - Bug 915846 - IonMonkey: Make Range's setLowerInit and setUpperInit methods private. r=nbp
  503. # [03:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a3255cb88e5e - Dan Gohman - Bug 915846 - IonMonkey: Rename things named "infinite" when they really mean to describe the presence or absence of an int32 bound value. r=nbp
  504. # [03:33] <markh> I guess that I'm arguing that there is a risk that chaning the dialog blocking behaviour will cause issues we are underestimating and might be forced to modify or back it out while we think more about the problem, and it would suck for that to re-break the beforeunload bug
  505. # [03:33] <@gavin> fabrice: my "couldn't figure out" wasn't meant to be pejorative
  506. # [03:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6afebbb8e595 - Dan Gohman - Bug 915846 - IonMonkey: Rename isInt32() to hasInt32Bounds() and introduce a new isInt32() which actually checks for an int32 range. r=nbp
  507. # [03:33] <@gavin> I can't figure it out either, I don't think it makes sense
  508. # [03:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bbb3d10d2c1c - Dan Gohman - Bug 915846 - IonMonkey: Rename Range's isInfinite() to canBeInfiniteOrNaN(), and hasRoundingErrors() to canHaveRoundingErrors(). r=nbp
  509. # [03:33] <fabrice> gavin: I know, just giving some details. To make it secure we need to run it OOP
  510. # [03:33] <markh> personally, I'd be more than happy for the simple "block all the dialogs" thang :)
  511. # [03:33] * Quits: spohl (Adium@54A43BF.F404A8D4.975DB329.IP) (Ping timeout)
  512. # [03:34] <fabrice> gavin: which is what we do for the persona login frame btw
  513. # [03:34] * Quits: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP) (Quit: rniwa)
  514. # [03:34] * Quits: gwagner (gwagner@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: gwagner)
  515. # [03:37] * Quits: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net) (Quit: jgriffin)
  516. # [03:37] * KWierso|sheriffduty is now known as KWierso
  517. # [03:37] * Quits: fabrice (fabrice@moz-7B0110AD.mv.mozilla.com) (Quit: Leaving.)
  518. # [03:37] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  519. # [03:37] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/49027cafb590 - Dave Camp - Bug 909121 - Inspector breaks when navigating backwards. a=lsblakk
  520. # [03:37] <KWierso> philor, RyanVM|afk: heading out to do that food thing for a bit. ttyl
  521. # [03:37] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/3d90f191ca6f - Jonathan Kew - Bug 838105 - Don't rely on key lookup to remove items from the user font cache, as the principal could have changed. r=jdaggett, a=lsblakk
  522. # [03:40] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  523. # [03:41] <TimAbraldes> markh, gavin: I'm convinced enough... I'll just change the patch in the "no dialogs during beforeunload" bug to leave the checkbox behavior unchanged. Then in the "checkbox should do what it says" bug I'll put the changes that remove the rate-limiting
  524. # [03:42] <TimAbraldes> but that'll have to wait until Wednesday when I get back from PTO :)
  525. # [03:42] <markh> TimAbraldes: I think that's a great compromise :)
  526. # [03:42] * Joins: dbaron (dbaron@moz-C566053C.dsl.dynamic.sonic.net)
  527. # [03:42] * ChanServ sets mode: +ao dbaron dbaron
  528. # [03:43] <markh> TimAbraldes: and I see no reason you can't lay the foundation for the second bug in the first
  529. # [03:43] <WG9s> TimAbraldes: It is always beter for one change per bug, one change per patch.
  530. # [03:44] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  531. # [03:44] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  532. # [03:45] * philor is now known as philor|away
  533. # [03:46] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  534. # [03:46] * AaronMT|AFK is now known as AaronMT
  535. # [03:48] * AaronMT is now known as AaronMT|away
  536. # [03:49] * Quits: alungu (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  537. # [03:50] <TimAbraldes> WG9s: but then I'll never accomplish my goal of writing a patch comment according to this template: "bug 1. bug 2. bug 3. bug 4. bug 5. bug 6. Fix a bunch of bugs on a CLOSED TREE. r=none DONTBUILD"
  538. # [03:50] <TimAbraldes> :)
  539. # [03:50] <WG9s> TimAbraldes: ;-)
  540. # [03:50] <TimAbraldes> "fixing a bunch of bugs in one patch is like unrolling a loop"
  541. # [03:51] * Quits: surkov (surkov@74F7CB6C.E80E6317.6BEEAEBD.IP) (Quit: surkov)
  542. # [03:51] <TimAbraldes> efficient.
  543. # [03:51] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  544. # [03:51] <WG9s> TimAbraldes: but makes it harder to get a review+
  545. # [03:52] <shu> WG9s: you don't need it, r=bustage if it's a closed tree!
  546. # [03:53] <WG9s> Ah so put all your pathes you have been trying to land along with the one line bustage fix? a great strategy!
  547. # [03:54] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  548. # [03:54] <WG9s> Outside the box type thinking!
  549. # [03:55] * Quits: chewey (chewey@moz-565A7FCA.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  550. # [03:55] * Joins: chewey (chewey@moz-5E82EF66.dip0.t-ipconnect.de)
  551. # [03:55] * hwine is now known as hwine-food
  552. # [03:58] * Quits: harth_ (harth@EF408078.10A53EE3.77834EAA.IP) (Input/output error)
  553. # [03:58] * Joins: christina (christina@FD15C968.A0B5AFCE.EFF8B7BF.IP)
  554. # [03:58] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  555. # [04:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d0888eb399ec - Dan Gohman - Bug 918350 - Change UnspecifiedNaN's bit pattern to be the all-ones NaN. r=waldo
  556. # [04:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9e727132b19c - Dan Gohman - Bug 918350 - SpiderMonkey: Remove js_NaN in favor of a new mozilla::GenericNaN() function. r=waldo
  557. # [04:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5953301b310c - Dan Gohman - Bug 918350 - SpiderMonkey: Clean up a few floating-point static constants. r=waldo
  558. # [04:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/141c61d174ee - Dan Gohman - Bug 918350 - SpiderMonkey: Initialize JSRuntime's NaN and Infinity members right away instead of waiting. r=waldo
  559. # [04:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/77a16602b99c - Dan Gohman - Bug 918350 - SpiderMonkey: Remove js_{Positive,Negative}Infinity in favor of mozilla::{Positive,Negative}Infinity(). r=waldo
  560. # [04:00] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  561. # [04:00] * Joins: cviecco_ (cviecco@moz-63115BF4.hsd1.ca.comcast.net)
  562. # [04:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d074ae862d16 - Anthony Jones - Bug 740200 - Azure support in nsWindow; r=mattwoodrow
  563. # [04:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/cebeca8df986 - Anthony Jones - Bug 740200 - Azure content rendering on Linux; r=roc
  564. # [04:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d70c5c90f077 - Anthony Jones - Bug 740200 - Removed some white space
  565. # [04:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/83080ccb5bf0 - Anthony Jones - Bug 740200 - Enable content pref; r=mattwoodrow
  566. # [04:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e649d78553ec - Anthony Jones - Bug 740200 - BorrowedContext support for cairo; r=mattwoodrow
  567. # [04:01] * Quits: kamidphish (kamidphish@E9375BF.AC1E7E60.E96CA9D8.IP) (Ping timeout)
  568. # [04:01] * Joins: bdahl (bdahl@4272FEDC.BA6FA.189F3E15.IP)
  569. # [04:02] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  570. # [04:03] * kmoir is now known as kmoir-afk
  571. # [04:04] * Quits: TimAbraldes (Instantbir@moz-7FD19BDC.hsd1.or.comcast.net) (Quit: TimAbraldes)
  572. # [04:05] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  573. # [04:05] * billm is now known as billm|away
  574. # [04:06] <abr> ryanvm: Thanks for the uplift on bug 917619. I was all ready to land it first thing tomorrow AM when I could babysit it. :)
  575. # [04:06] * Quits: ddahl_ (ddahl@C0559334.C30B3942.8DDCAE07.IP) (Quit: Adios Amigos)
  576. # [04:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b7bc1f794012 - Geoff Brown - Bug 917053 - Update webgl test manifest for Android x86 emulator; r=bjacob
  577. # [04:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0172bbcf8903 - Geoff Brown - Bug 917543 - Add robocop_x86.ini to Makefiles; r=gps
  578. # [04:08] * Quits: brendan (brendaneic@45A3491F.A5FB4ABA.FE58E87C.IP) (Quit: brendan)
  579. # [04:08] <RyanVM|afk> abr: you snooze you lose :P
  580. # [04:08] * RyanVM|afk is now known as RyanVM
  581. # [04:09] * Quits: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: My lid went down)
  582. # [04:09] <RyanVM> abr: I figured I'd land what I could tonight with Aurora due for an unthrottling tomorrow
  583. # [04:10] * Joins: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com)
  584. # [04:11] <josh> anyone build FF successfully with Xcode 5 yet?
  585. # [04:13] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  586. # [04:14] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  587. # [04:14] * Quits: maxli (maxli@moz-A607CA26.student.cs.uwaterloo.ca) (Quit: Leaving.)
  588. # [04:14] * Joins: ekr_ (ekr@moz-3C54640.mycingular.net)
  589. # [04:14] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  590. # [04:15] * Joins: ddahl (ddahl@C0559334.C30B3942.8DDCAE07.IP)
  591. # [04:16] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  592. # [04:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1ff9afcf5bec - Dan Gohman - Bug 918350 - SpiderMonkey: Fix compile errors on x86 and ARM.
  593. # [04:18] * Joins: harth_ (harth@EF408078.10A53EE3.77834EAA.IP)
  594. # [04:18] * Quits: harth_ (harth@EF408078.10A53EE3.77834EAA.IP) (Input/output error)
  595. # [04:19] * Joins: harth_ (harth@EF408078.10A53EE3.77834EAA.IP)
  596. # [04:20] * Quits: valenting (Thunderbir@F8AEB5FE.ECBF5C84.FB866788.IP) (Ping timeout)
  597. # [04:20] * Joins: kamidphish (kamidphish@E9375BF.AC1E7E60.E96CA9D8.IP)
  598. # [04:20] * Quits: harth_ (harth@EF408078.10A53EE3.77834EAA.IP) (Ping timeout)
  599. # [04:22] * Joins: bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net)
  600. # [04:22] * ChanServ sets mode: +o bsmedberg
  601. # [04:22] * Quits: @bsmedberg-away (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net) (Ping timeout)
  602. # [04:23] * Joins: harth_ (harth@EF408078.10A53EE3.77834EAA.IP)
  603. # [04:24] * Joins: valenting (Thunderbir@C6866972.77435D89.FB866788.IP)
  604. # [04:24] * Quits: ekr_ (ekr@moz-3C54640.mycingular.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  605. # [04:27] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  606. # [04:27] * Quits: cviecco_ (cviecco@moz-63115BF4.hsd1.ca.comcast.net) (Input/output error)
  607. # [04:27] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  608. # [04:28] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: pcwalton)
  609. # [04:29] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  610. # [04:31] * Quits: grobinson (grob_@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  611. # [04:32] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  612. # [04:32] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  613. # [04:33] * Joins: mihneadb (mihneadb@moz-CFFC9266.residential.rdsnet.ro)
  614. # [04:34] * nthomas|away is now known as nthomas
  615. # [04:34] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  616. # [04:34] * Joins: dougt (uid7064@moz-31ABA2C0.irccloud.com)
  617. # [04:35] * Quits: mihneadb (mihneadb@moz-CFFC9266.residential.rdsnet.ro) (Ping timeout)
  618. # [04:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e309a5ebdd9b - Dan Gohman - Bug 918350 - SpiderMonkey: Fix a compile error on Windows too.
  619. # [04:36] * Joins: akeybl (uid11012@moz-31ABA2C0.irccloud.com)
  620. # [04:37] * philor|away is now known as philor
  621. # [04:37] * Quits: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net) (Quit: Leaving.)
  622. # [04:38] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  623. # [04:39] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Quit: Gone to save the world!)
  624. # [04:39] <philor> I actually thought tonight might be the one, that I might do something other than this for one night
  625. # [04:39] <glandium> and once again, the tree is closed when i want to push
  626. # [04:39] <philor> you do know why, right?
  627. # [04:39] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  628. # [04:39] * Joins: arasbm (zooby@moz-8E336844.vf.shawcable.net)
  629. # [04:40] <glandium> philor: because i wanted to push
  630. # [04:40] <glandium> considering the events, that's my current theory
  631. # [04:40] * jorendorff is now known as jorendorff_away
  632. # [04:41] * Quits: capella (chatzilla@moz-8F413D10.twcny.res.rr.com) (Ping timeout)
  633. # [04:41] * kats|away is now known as kats
  634. # [04:41] * Quits: tonymec (tonymec@55EB15F9.4CD2F936.A9371869.IP) (Ping timeout)
  635. # [04:41] * Quits: tonymec|away (tonymec@55EB15F9.4CD2F936.A9371869.IP) (Ping timeout)
  636. # [04:42] * Quits: cpeterson (cpeterson@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  637. # [04:44] * Quits: dao (dao@moz-C3E500C2.superkabel.de) (Quit: Leaving.)
  638. # [04:44] * Joins: maxli (maxli@moz-A607CA26.student.cs.uwaterloo.ca)
  639. # [04:44] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  640. # [04:45] * Quits: harth_ (harth@EF408078.10A53EE3.77834EAA.IP) (Input/output error)
  641. # [04:45] * Joins: harth_ (harth@EF408078.10A53EE3.77834EAA.IP)
  642. # [04:45] * openjck is now known as openjck|offline
  643. # [04:46] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  644. # [04:47] * Quits: harth_ (harth@EF408078.10A53EE3.77834EAA.IP) (Ping timeout)
  645. # [04:48] <philor> glandium: so, down at the bottom of the band of pain, Assertion failure: ((bool)(__builtin_expect(!!(!NS_FAILED_impl(rv)), 1))), at ../../../../dist/include/mozilla/SyncRunnable.h:43, is that actually gps', or did he just steal all ekr's debug failures?
  646. # [04:48] <@bz> closed?
  647. # [04:48] <@bz> ohnoes. :(
  648. # [04:49] <philor> yeah, might want to talk to your colleagues about that
  649. # [04:49] <glandium> philor: i'm skeptical. i don't think it would be gps. and ekr's push has no debug tests up yet
  650. # [04:50] <gps> i would be surprised if it were me
  651. # [04:50] * Quits: maxli (maxli@moz-A607CA26.student.cs.uwaterloo.ca) (Ping timeout)
  652. # [04:50] <gps> i pushed that patch to try a few times and it was looking green
  653. # [04:50] * Quits: annevk (annevk@D371F92B.DA6F7616.F83D3F11.IP) (Input/output error)
  654. # [04:50] * Joins: annevk (annevk@D371F92B.DA6F7616.F83D3F11.IP)
  655. # [04:50] <glandium> gps: well, i could imagine subtle breakages
  656. # [04:51] <gps> oh, i didn't build the tests with those pushes :)
  657. # [04:51] <glandium> especially on incremental builds, but it's too consistent
  658. # [04:51] <philor> okay, there's a couple, out with ekr
  659. # [04:52] * Joins: davidb (uid12418@moz-31ABA2C0.irccloud.com)
  660. # [04:52] * Quits: annevk (annevk@D371F92B.DA6F7616.F83D3F11.IP) (Ping timeout)
  661. # [04:52] * jchen|away is now known as jchen
  662. # [04:53] * Quits: ddahl (ddahl@C0559334.C30B3942.8DDCAE07.IP) (Ping timeout)
  663. # [04:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/50ba1a4576ae - Phil Ringnalda - Backed out 4 changesets (bug 842549) for assertions
  664. # [04:53] <philor> it's a start
  665. # [04:54] <philor> heaping gobs of "ASSERTION: uninitialized content type: 'Not Reached', file ../../../layout/base/nsCSSFrameConstructor.cpp, line 1644" - heycam?
  666. # [04:54] <heycam> philor, that sounds like me
  667. # [04:55] * Quits: Mossop (mossop@moz-242CA735.lsanca.fios.verizon.net) (Ping timeout)
  668. # [04:55] * Joins: cviecco_ (cviecco@moz-63115BF4.hsd1.ca.comcast.net)
  669. # [04:55] <heycam> philor, would you like me to back out, or are you on it?
  670. # [04:55] <philor> heycam: I got it
  671. # [04:55] <heycam> philor, thanks
  672. # [04:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e1998769de9e - Phil Ringnalda - Backed out 2 changesets (bug 918176) for assertions
  673. # [04:56] <philor> glandium / bz : up to you, but you might want to avail yourselves of RyanVM's checkin-needed services
  674. # [04:57] * Quits: AaronMT|away (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  675. # [04:57] <philor> since one of the things in the middle of the no-builds section has been backed out twice already, I'm not confident we'll be coming out of there clean and green
  676. # [04:57] * heycam thinks he sees the problem
  677. # [04:58] <philor> oh, no, that one's only been backed out once
  678. # [04:58] <glandium> philor: my day is far from finished, so i'll just see later how things do (it's only noon here)
  679. # [04:58] * Joins: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk)
  680. # [04:58] * philor makes a note to encourage hiring sheriffs in Japan
  681. # [04:59] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  682. # [04:59] <philor> for some reason, I only thought of Hawaii for someone whose job would give me the occasional night off
  683. # [05:00] * Quits: Weebs (SchwigilyD@moz-35D38DB2.hsd1.mi.comcast.net) (Quit: Weebs)
  684. # [05:00] * Quits: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk) (Ping timeout)
  685. # [05:00] * Joins: mbest (Instantbir@moz-BD6CCE00.dsl.bell.ca)
  686. # [05:00] <+Unfocused> philor: anywhere in australasia would work
  687. # [05:01] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  688. # [05:01] * Joins: ddahl (ddahl@C0559334.C30B3942.8DDCAE07.IP)
  689. # [05:01] <nrc> Or Taiwan - plenty of devs there
  690. # [05:03] * Joins: capella (chatzilla@moz-8F413D10.twcny.res.rr.com)
  691. # [05:03] * Quits: lizzard (ehenry@C0559334.C30B3942.8DDCAE07.IP) (Ping timeout)
  692. # [05:03] * Joins: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk)
  693. # [05:04] <philor> accessible/tests/mochitest/elm/?
  694. # [05:04] <philor> elm?
  695. # [05:04] * Joins: harth_ (harth@EF408078.10A53EE3.77834EAA.IP)
  696. # [05:04] <philor> this isn't elm, this is inbound!
  697. # [05:04] * khuey is now known as khuey|away
  698. # [05:05] * Quits: heftig (heftig@moz-F0FBD069.dip0.t-ipconnect.de) (Ping timeout)
  699. # [05:05] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Ping timeout)
  700. # [05:08] <glandium> yeah, a kiwi sheriff would do, too
  701. # [05:08] <briansmith> after "mach build" what do I need to do to get "mach xpcshell-tests" to work?
  702. # [05:08] <briansmith> currently, they complain about missing $(DIST)/_tests/xpcshell/xpcshell.ini
  703. # [05:08] <glandium> briansmith: did you build with --disable-tests?
  704. # [05:09] <briansmith> no, ac_add_options --enable-tests
  705. # [05:10] <briansmith> hmm...seems this broke recently. I was previously able to do "mach xpcshell-test security/manager/ssl/tests/unit" with no trouble
  706. # [05:10] <briansmith> even a week or so ago
  707. # [05:10] * kats is now known as kats|away
  708. # [05:10] * Joins: silverwind (uid14256@moz-31ABA2C0.irccloud.com)
  709. # [05:10] * Joins: fhd (uid2508@moz-31ABA2C0.irccloud.com)
  710. # [05:10] <glandium> briansmith: wfm on current m-i
  711. # [05:10] * Joins: ttaubert (uid2620@moz-31ABA2C0.irccloud.com)
  712. # [05:10] <briansmith> hmm...
  713. # [05:10] <briansmith> OK. will look more into it
  714. # [05:10] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  715. # [05:10] * philor finds another for heycam
  716. # [05:12] <@bz> glandium: ping
  717. # [05:12] <@bz> glandium: So --enable-shared-js
  718. # [05:12] * Quits: squib|laptop (squib@moz-54866485.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  719. # [05:13] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  720. # [05:14] <mattwoodrow> Has anyone else seen 'Program exited with code 06' when trying to debug reftests on OSX?
  721. # [05:15] <heycam> philor, another?
  722. # [05:15] <philor> heycam: another failure mode, https://tbpl.mozilla.org/php/getParsedLog.php?id=28129686&tree=Mozilla-Inbound in opt, not another bustage
  723. # [05:16] <heycam> philor, makes sense; same underlying problem
  724. # [05:16] * hwine-food is now known as hwine
  725. # [05:16] <gps> briansmith: it's probably an issue finding the objdir. run |mach environment| and be sure it is picking up the object directory properly
  726. # [05:17] <briansmith> gps: it is showing the correct objdir, in |mach environment| and even in the error message
  727. # [05:17] * Quits: bjacob_afk (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  728. # [05:17] <briansmith> Oh, I know what it is
  729. # [05:17] * Joins: tonymec|away (tonymec@4A3581E7.3384AC37.9D2324B7.IP)
  730. # [05:18] <briansmith> my libxul link failed during |mach build| and I fixed that and did |mach build security/manager| which relinked libxul but obviously didn't build the tests.
  731. # [05:18] <@bz> mattwoodrow: are you using mach?
  732. # [05:18] <briansmith> PIBCAK
  733. # [05:18] <@bz> mattwoodrow: Because https://bugzilla.mozilla.org/show_bug.cgi?id=914925
  734. # [05:18] <mattwoodrow> bz: No, but I tried mach and it wouldn't let me do input to gdv
  735. # [05:18] <mattwoodrow> *gdb
  736. # [05:18] <@bz> mattwoodrow: how are you running reftest?
  737. # [05:18] <mattwoodrow> bz: make reftest
  738. # [05:19] <mattwoodrow> with EXTRA_TEST_ARGS and TEST_PATH
  739. # [05:19] <@bz> gah
  740. # [05:19] <@bz> they broke that too? :(
  741. # [05:19] * Quits: chmanchester (chmanchest@moz-6B477A27.hsd1.pa.comcast.net) (Input/output error)
  742. # [05:19] <mattwoodrow> apparently!
  743. # [05:19] <@bz> Can you just do gdb --args firefox -reftest path ?
  744. # [05:19] * Joins: hadleybeeman (uid7394@moz-31ABA2C0.irccloud.com)
  745. # [05:19] <gps> mach reftest just calls make reftest
  746. # [05:19] <@bz> Or do you need some of the reftests that rely on the special profile and whatnot?
  747. # [05:19] <mattwoodrow> bz: No, I just wrote an infinite loop
  748. # [05:20] * Quits: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk) (Ping timeout)
  749. # [05:20] <mattwoodrow> and then I can attach gdb and unblock it
  750. # [05:20] <@bz> gps: hmm
  751. # [05:20] <@bz> gps: but some of the other targets don't?
  752. # [05:20] <@bz> mattwoodrow: <sigh>
  753. # [05:20] <@bz> mattwoodrow: Heroics That Should Not Be Needed.
  754. # [05:21] * @bz wishes we had regression tests for stuff like this
  755. # [05:21] <@bz> not clear how to do that.
  756. # [05:21] <jcranmer|away> /nick jcranmer
  757. # [05:21] * jcranmer|away is now known as jcranmer
  758. # [05:21] * Quits: RyanVM (Thunderbir@moz-A2F98468.phlapa.fios.verizon.net) (Quit: RyanVM)
  759. # [05:23] * Quits: hadleybeeman (uid7394@moz-31ABA2C0.irccloud.com) (Ping timeout)
  760. # [05:23] * Quits: akeybl (uid11012@moz-31ABA2C0.irccloud.com) (Ping timeout)
  761. # [05:23] * Quits: fhd (uid2508@moz-31ABA2C0.irccloud.com) (Ping timeout)
  762. # [05:23] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  763. # [05:23] * Quits: silverwind (uid14256@moz-31ABA2C0.irccloud.com) (Ping timeout)
  764. # [05:23] * Quits: davidb (uid12418@moz-31ABA2C0.irccloud.com) (Ping timeout)
  765. # [05:24] * Quits: dougt (uid7064@moz-31ABA2C0.irccloud.com) (Ping timeout)
  766. # [05:24] * Quits: ttaubert (uid2620@moz-31ABA2C0.irccloud.com) (Ping timeout)
  767. # [05:24] * Quits: kamidphish (kamidphish@E9375BF.AC1E7E60.E96CA9D8.IP) (Quit: kamidphish)
  768. # [05:25] * Quits: mbest (Instantbir@moz-BD6CCE00.dsl.bell.ca) (Quit: mbest)
  769. # [05:26] <briansmith> gps: what are some hints for figuring out what "mach build" is doing behind the scenes, to narrow down the reasons for the ~7min windows no-op builds?
  770. # [05:26] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  771. # [05:27] <briansmith> i.e. figure out which things are considered out of date
  772. # [05:27] * Joins: tonymec (tonymec@4A3581E7.3384AC37.9D2324B7.IP)
  773. # [05:27] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  774. # [05:29] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  775. # [05:29] * Quits: christina (christina@FD15C968.A0B5AFCE.EFF8B7BF.IP) (Quit: christina)
  776. # [05:30] * Joins: rniwa (rniwa@moz-E4BF5FE4.hsd1.ca.comcast.net)
  777. # [05:30] * heycam is now known as heycam|away
  778. # [05:30] * Joins: heftig (heftig@moz-F0FBD069.dip0.t-ipconnect.de)
  779. # [05:30] * Quits: tonymec|away (tonymec@4A3581E7.3384AC37.9D2324B7.IP) (Ping timeout)
  780. # [05:31] * Quits: tonymec (tonymec@4A3581E7.3384AC37.9D2324B7.IP) (Ping timeout)
  781. # [05:31] * Quits: WG9s (bill@moz-E9E3CA35.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-7.1450hg.fc19 [XULRunner 23.0.1/20130902133717])
  782. # [05:34] * Joins: janv (varga@ACC3EF4B.A5E4DDFD.4F33160D.IP)
  783. # [05:34] * Quits: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: [self dealloc];)
  784. # [05:37] * Quits: jrmuizel (jrmuizel@moz-6E78BC7C.cpe.teksavvy.com) (Client exited)
  785. # [05:38] * Quits: aut0mata (automata@B365E3D9.17C80A34.16867D26.IP) (Ping timeout)
  786. # [05:38] * Joins: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net)
  787. # [05:40] * Quits: myk (myk@moz-97405240.dsl.dynamic.sonic.net) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  788. # [05:43] * Quits: harth_ (harth@EF408078.10A53EE3.77834EAA.IP) (Input/output error)
  789. # [05:43] * Joins: tonymec|away (tonymec@9FBBABD.3B7AD1EB.277517C1.IP)
  790. # [05:43] * Joins: harth_ (harth@EF408078.10A53EE3.77834EAA.IP)
  791. # [05:44] * Quits: lerc (quassel@B2E8CAD3.A8D14E52.788638A4.IP) (Ping timeout)
  792. # [05:45] * Joins: alungu (Adium@moz-CF8BEBEF.dia.static.qwest.net)
  793. # [05:45] * Quits: harth_ (harth@EF408078.10A53EE3.77834EAA.IP) (Ping timeout)
  794. # [05:47] * Joins: harth_ (harth@EF408078.10A53EE3.77834EAA.IP)
  795. # [05:47] * Joins: lerc (quassel@B2E8CAD3.A8D14E52.788638A4.IP)
  796. # [05:47] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  797. # [05:48] * Quits: alungu (Adium@moz-CF8BEBEF.dia.static.qwest.net) (Quit: Leaving.)
  798. # [05:48] * Quits: squib (squib@moz-54866485.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  799. # [05:49] * glob|away is now known as glob
  800. # [05:50] * Joins: tonymec (tonymec@9FBBABD.3B7AD1EB.277517C1.IP)
  801. # [05:51] * Joins: mdas (mdas@87EC1162.AD7A4894.465000F8.IP)
  802. # [05:52] * Quits: harth_ (harth@EF408078.10A53EE3.77834EAA.IP) (Input/output error)
  803. # [05:52] * Joins: Mook (mook@moz-B7D385A8.dsl.teksavvy.com)
  804. # [05:52] * Joins: harth_ (harth@EF408078.10A53EE3.77834EAA.IP)
  805. # [05:53] * Quits: KaiRo (robert@moz-448A9B3D.adsl.highway.telekom.at) (Input/output error)
  806. # [05:54] * Quits: harth_ (harth@EF408078.10A53EE3.77834EAA.IP) (Connection reset by peer)
  807. # [05:54] * Joins: harth_ (harth@EF408078.10A53EE3.77834EAA.IP)
  808. # [05:54] * Quits: valenting (Thunderbir@C6866972.77435D89.FB866788.IP) (Ping timeout)
  809. # [05:55] * Quits: harth_ (harth@EF408078.10A53EE3.77834EAA.IP) (Input/output error)
  810. # [05:56] * Joins: harth_ (harth@EF408078.10A53EE3.77834EAA.IP)
  811. # [05:56] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  812. # [05:58] * Quits: harth_ (harth@EF408078.10A53EE3.77834EAA.IP) (Ping timeout)
  813. # [06:01] * Quits: Matti (Matti@moz-A8F0AE60.dip0.t-ipconnect.de) (Ping timeout)
  814. # [06:01] * Joins: bjacob_afk (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  815. # [06:02] * Quits: cers (csonne@moz-D706C2D4.fullrate.dk) (Ping timeout)
  816. # [06:02] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  817. # [06:03] * Joins: cers (csonne@moz-D706C2D4.fullrate.dk)
  818. # [06:04] * Quits: drexler (chatzilla@moz-3F4C8E32.cncdnh.east.myfairpoint.net) (Connection reset by peer)
  819. # [06:04] * Joins: drexler (chatzilla@moz-3F4C8E32.cncdnh.east.myfairpoint.net)
  820. # [06:04] * Quits: Nikopol (nikopol@moz-68B53A37.chaosorigin.com) (Ping timeout)
  821. # [06:04] * Joins: Matti_away (Matti@moz-E2BACAA5.dip0.t-ipconnect.de)
  822. # [06:04] * Matti_away is now known as Matti
  823. # [06:05] * Quits: julienw_afk (julienw@moz-E38F5B6A.everlong.org) (Ping timeout)
  824. # [06:05] * Quits: baku|away (baku@moz-4038023A.ghst.net) (Ping timeout)
  825. # [06:05] <glandium> bz: what about --enable-shared-js?
  826. # [06:05] * Joins: Nikopol (nikopol@moz-68B53A37.chaosorigin.com)
  827. # [06:05] * Joins: baku|away (baku@moz-4038023A.ghst.net)
  828. # [06:06] * baku|away is now known as baku
  829. # [06:06] * Joins: julienw_afk (julienw@moz-E38F5B6A.everlong.org)
  830. # [06:07] <glandium> briansmith: most of that is pymake is slow. And by next week there will be an official workaround
  831. # [06:07] <glandium> follow dev.platform
  832. # [06:07] <glandium> (that is, i'll post there when it's available)
  833. # [06:09] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  834. # [06:09] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  835. # [06:09] <briansmith> glandium: awesome, thanks
  836. # [06:09] <briansmith> that matches what gps told me a couple days ago too, regarding pymake being slow.
  837. # [06:10] <@bz> glandium: I heard you want to get rid of it
  838. # [06:10] * Joins: harth_ (harth@EF408078.10A53EE3.77834EAA.IP)
  839. # [06:10] * Quits: drexler (chatzilla@moz-3F4C8E32.cncdnh.east.myfairpoint.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  840. # [06:11] * Joins: drexler (chatzilla@moz-3F4C8E32.cncdnh.east.myfairpoint.net)
  841. # [06:11] * Quits: briansmith (briansmith@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  842. # [06:12] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  843. # [06:13] * Quits: arasbm (zooby@moz-8E336844.vf.shawcable.net) (Quit: Leaving.)
  844. # [06:13] * Quits: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Ping timeout)
  845. # [06:15] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  846. # [06:16] <gps> bz: nobody likes pymake
  847. # [06:17] <+Unfocused> i like it more than gmake on windows
  848. # [06:18] * whimboo|afk is now known as whimboo
  849. # [06:19] * Quits: harth_ (harth@EF408078.10A53EE3.77834EAA.IP) (Input/output error)
  850. # [06:20] * Joins: harth_ (harth@EF408078.10A53EE3.77834EAA.IP)
  851. # [06:21] * Quits: harth_ (harth@EF408078.10A53EE3.77834EAA.IP) (Connection reset by peer)
  852. # [06:21] * Joins: harth_ (harth@EF408078.10A53EE3.77834EAA.IP)
  853. # [06:23] * heycam|away is now known as heycam
  854. # [06:24] * Quits: harth_ (harth@EF408078.10A53EE3.77834EAA.IP) (Input/output error)
  855. # [06:25] <glandium> bz: yes
  856. # [06:25] * Joins: harth_ (harth@EF408078.10A53EE3.77834EAA.IP)
  857. # [06:25] <glandium> bz: well not exactly on those terms
  858. # [06:25] <glandium> bz: just that if we refold js in xul on windows, we might as well stop supporting it
  859. # [06:25] <glandium> it's a cause of some headackes
  860. # [06:25] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  861. # [06:26] <glandium> gps: he wasn't talking about pymake
  862. # [06:26] <glandium> bz: that being said, ehsan is having a hard time with it, and we don't know how much memory the linker is going to use
  863. # [06:26] * Quits: harth_ (harth@EF408078.10A53EE3.77834EAA.IP) (Ping timeout)
  864. # [06:27] <glandium> because currently, xpcshell crashes during the intrumentation phase
  865. # [06:27] <@bz> glandium: ok
  866. # [06:28] <@bz> glandium: fwiw, I use that option on Mac, because it simplifies profiling a good bit...
  867. # [06:28] <@bz> glandium: But I can see how it can cause headaches, for sure
  868. # [06:28] <glandium> bz: how so?
  869. # [06:29] * whimboo is now known as whimboo|afk
  870. # [06:29] <glandium> philor: looks like m-i is on a good way to recovery
  871. # [06:30] <philor> glandium: yeah, other than when 150 or 200 slaves disconnected all at once, I'm down to starring 20-30 failures in a batch, rather than 100, pretty nice
  872. # [06:31] * Joins: mmc|laptop (mchew@moz-BBC0C7F1.hsd1.ca.comcast.net)
  873. # [06:31] <philor> wouldn't entirely mind seeing a reftest run actually finish
  874. # [06:31] * Joins: Kailas (patilkr@21ABB6A8.FBB3C975.EA0E6944.IP)
  875. # [06:31] <glandium> philor: there's a green one on osx 10.8 dbg
  876. # [06:32] * Joins: kk1fff (kk1fff@moz-50DEFA7E.dynamic.hinet.net)
  877. # [06:33] * Quits: kk1fff (kk1fff@moz-50DEFA7E.dynamic.hinet.net) (Quit: kk1fff)
  878. # [06:35] <@bz> glandium: how so which?
  879. # [06:35] <glandium> bz: how does it dimplify profiling?
  880. # [06:35] <glandium> simplify
  881. # [06:35] <@bz> Oh
  882. # [06:35] <@bz> I can charge all symbol-less code (jitcode) to callers, flatten the mozjs library
  883. # [06:36] <@bz> and then I get a clean separation between time in the JS engine and time elsewhere
  884. # [06:36] <@bz> Which is often pretty useful
  885. # [06:36] * Joins: gaye_ (uid12943@moz-31ABA2C0.irccloud.com)
  886. # [06:36] <philor> man, I'm not going to be able to out wait *either* of you?
  887. # [06:36] <philor> have either of you at least built locally?
  888. # [06:37] * Joins: Mossop (mossop@moz-242CA735.lsanca.fios.verizon.net)
  889. # [06:37] <glandium> philor: who are you talking to?
  890. # [06:37] <philor> and even though xpcshell doesn't really count, there's a green b2g test
  891. # [06:37] * Quits: kbrosnan (kbrosnan@moz-DB4A9C19.scl3.mozilla.com) (Quit: Lost terminal)
  892. # [06:37] <philor> glandium: you and bz, the ones who've mentioned a slight desire to see an open tree
  893. # [06:37] <@bz> ah
  894. # [06:37] <glandium> bz: i'm not sure to see where shared-js helps. i mean, what changes with js folded in that case?
  895. # [06:37] <philor> which, not coincidentally, we have
  896. # [06:38] <@bz> I'm not planning to land tonight
  897. # [06:38] <@bz> too tired
  898. # [06:38] <@bz> glandium: I can't do teh "flatten the mozjs library" bit
  899. # [06:38] <@bz> glandium: because all that stuff is in libxul instead
  900. # [06:38] <philor> from what I see, that makes it the perfect time to land-and-go-home, even if you're already home
  901. # [06:38] * Joins: kbrosnan (kbrosnan@moz-DB4A9C19.scl3.mozilla.com)
  902. # [06:38] <glandium> bz: so what is it you're flattening in mozjs?
  903. # [06:39] * Quits: jesup_mac (chatzilla@moz-4631390.phlapa.fios.verizon.net) (Ping timeout)
  904. # [06:39] <@bz> glandium: I'm flattening the entire library
  905. # [06:39] <@bz> glandium: in the Instruments UI
  906. # [06:39] <@bz> glandium: as in, treating all of libmozjs as a single function, basically
  907. # [06:39] * Quits: cviecco_ (cviecco@moz-63115BF4.hsd1.ca.comcast.net) (Broken pipe)
  908. # [06:39] <@bz> glandium: which collapses deep callstacks through it, etc
  909. # [06:39] <glandium> bz: oh, i see
  910. # [06:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a3d79a54d83e - Mike Hommey - Bug 907365 - Pseudo-derecursify the build (opt-in). r=gps
  911. # [06:40] <glandium> bz: can it do it on namespaces, instead, maybe?
  912. # [06:40] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9cc7634555c3 - Mike Hommey - Bug 915648 - Parallelize make export. r=gps
  913. # [06:40] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0d19104a7002 - Mike Hommey - Bug 907365 - Parallelize compile and tools tiers. r=gps
  914. # [06:40] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  915. # [06:40] <glandium> philor: here we go for breaking the tree ;)
  916. # [06:41] * @bz builds locally before piling on
  917. # [06:41] <@bz> uh
  918. # [06:41] <@bz> build fail
  919. # [06:41] * deian is now known as deian|away
  920. # [06:41] <@bz> js/src/config doesn't match config
  921. # [06:42] <@bz> wtf?
  922. # [06:42] <glandium> bz: what file?
  923. # [06:42] * Joins: kk1fff (kk1fff@moz-50DEFA7E.dynamic.hinet.net)
  924. # [06:42] <@bz> static-checking-config.mk
  925. # [06:42] <@bz> moz.build
  926. # [06:43] <@bz> tons of files, actually
  927. # [06:43] <@bz> one sec
  928. # [06:43] <glandium> bz: is your work tree fucked up?
  929. # [06:43] * Quits: bjacob_afk (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  930. # [06:43] <@bz> diff -ur js/src/config config | lsdiff
  931. # [06:43] <@bz> config/Makefile.in
  932. # [06:43] <@bz> config/baseconfig.mk
  933. # [06:43] <@bz> config/moz.build
  934. # [06:43] <@bz> config/recurse.mk
  935. # [06:43] <@bz> config/static-checking-config.mk
  936. # [06:43] <@bz> I don't think so...
  937. # [06:44] <@bz> Though it's always possible
  938. # [06:44] * Joins: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net)
  939. # [06:44] <@bz> hg diff says no diffs
  940. # [06:44] <@bz> hg stat on those dirs claims they're clean
  941. # [06:44] <@njn> bz: how do I QI an nsIGlobalObject to a nsGlobalWindow?
  942. # [06:44] <glandium> bz: well, those files are supposed to be different
  943. # [06:44] <@njn> |nsRefPtr<nsGlobalWindow> window = do_QueryInterface(aWindow);| doesn't work
  944. # [06:44] <glandium> bz: so the question is really, what is check-dirs-sync complain about?
  945. # [06:45] <@bz> njn: you don't.
  946. # [06:45] <@bz> njn: why do you need to?
  947. # [06:45] <glandium> gah, recurse.mk
  948. # [06:45] * nthomas is now known as nthomas|away
  949. # [06:45] <@njn> bz: I want to call nsGlobalWindow::SizeOfExcludingThis()
  950. # [06:45] <@bz> TEST-UNEXPECTED-FAIL | check-sync-dirs.py | build file copies are not in sync
  951. # [06:45] <@bz> TEST-INFO | check-sync-dirs.py | file(s) found in: /Users/bzbarsky/mozilla/vanilla/mozilla/js/src/config
  952. # [06:45] <@bz> TEST-INFO | check-sync-dirs.py | differ from their originals in: /Users/bzbarsky/mozilla/vanilla/mozilla/config
  953. # [06:45] <@bz> TEST-INFO | check-sync-dirs.py | differing file: ./recurse.mk
  954. # [06:45] <@bz> njn: QI to nsPIDOMWindow, and it it's non-null static_cast to nsGlobalWindow
  955. # [06:46] <@njn> bz: thanks!
  956. # [06:46] * glob is now known as glob|away
  957. # [06:46] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  958. # [06:46] <@bz> -# MOZ_PSEUDO_DERECURSE can have values other than 1.
  959. # [06:46] <@bz> -ifeq (1_.,$(if $(MOZ_PSEUDO_DERECURSE),1)_$(DEPTH))
  960. # [06:46] <@bz> +ifeq (1_.,$(MOZ_PSEUDO_DERECURSE)_$(DEPTH))
  961. # [06:46] <glandium> bz: pull
  962. # [06:46] <@bz> is the diff
  963. # [06:47] * Joins: cviecco_ (cviecco@moz-63115BF4.hsd1.ca.comcast.net)
  964. # [06:47] <@bz> glandium: heh
  965. # [06:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9eba1b4d798f - Mike Hommey - Fixup for bug 915648 (sync config/recurse.mk with js/src/config)
  966. # [06:47] <glandium> firebot: you're slow
  967. # [06:47] <philor> glandium: wrong question, should have asked if you ran check-sync :)
  968. # [06:47] <firebot> glandium: Sorry, I've no idea what 'you're slow' might be.
  969. # [06:47] <@bz> philor: ;)
  970. # [06:47] * Quits: Optimizer (Optimizer@608EA847.94B36BF2.ED43EB4C.IP) (Ping timeout)
  971. # [06:48] <philor> sweet, asan bustage down 15 or 20 pushes
  972. # [06:48] <glandium> one of the many reasons i want to kill js/src/configure
  973. # [06:48] * Joins: Optimizer (Optimizer@608EA847.94B36BF2.ED43EB4C.IP)
  974. # [06:50] <philor> but people need to be able to build spidermonkey after only checking out js/src/!
  975. # [06:51] <philor> from CVS, where you can
  976. # [06:51] <glandium> philor: which they already can't
  977. # [06:51] <glandium> yeah, except from cvs
  978. # [06:51] <glandium> and old hg
  979. # [06:54] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  980. # [06:55] <@bz> philor: Where by "build" you mean "scribe the machine code on parchment with their quills"?
  981. # [06:55] * jchen is now known as jchen|away
  982. # [06:55] <philor> at least in CVS, we had makefile.win, so it was clearly a winning build system
  983. # [06:57] * Joins: jdm (jdm@92FB48CA.8B5E9DF.9A8C35B4.IP)
  984. # [06:58] * Quits: dzbarsky (Adium@moz-95579A41.wlan.wireless-resnet.upenn.edu) (Quit: Leaving.)
  985. # [07:00] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  986. # [07:01] * Joins: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu)
  987. # [07:02] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  988. # [07:02] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  989. # [07:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ae2e03b1b340 - Benoit Girard - Bug 918581 - Extend merge-profile.py to support secondary threads. r=vlad
  990. # [07:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a10c5bd96395 - Benoit Girard - Bug 867757 - Part 1: Allow markers to carry payload. r=aklotz
  991. # [07:05] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  992. # [07:06] <aja> heycam: your details webidl rebase...is there a try build for it yet?
  993. # [07:06] * Quits: Mossop (mossop@moz-242CA735.lsanca.fios.verizon.net) (Ping timeout)
  994. # [07:06] <heycam> aja, there isn't, but I can push one for you if you like
  995. # [07:06] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  996. # [07:07] <aja> heycam: please! last one was based on fx20 :)
  997. # [07:07] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  998. # [07:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a354bd50d7f4 - Boris Zbarsky - Bug 917539. Move the JSCompartment argument to the end of the list for JS-implemented WebIDL, so C++ callers can call into it sanely too. r=peterv
  999. # [07:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/197f0dea9407 - Boris Zbarsky - Bug 903569. Remove the unneeded CheckPropertyAccess call in the GSP. r=bholley,peterv
  1000. # [07:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f8ca5739e569 - Boris Zbarsky - Bug 917958 part 1. Stop using JSObject* to represent WebIDL callback functions in workers. r=smaug
  1001. # [07:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/76aa567b4255 - Boris Zbarsky - Bug 917958 part 2. Simplify our various typeNeedsCx stuff, now that it's the same on workers and mainthread. r=smaug
  1002. # [07:08] <aja> heycam: noticed some of the other goodness you've been hacking on recently, too. fun stuff
  1003. # [07:09] <heycam> aja, yeah, finally got some other stuff out of the way, so hopefully finishing up the details/summary shouldn't take too long
  1004. # [07:09] <heycam> aja, https://tbpl.mozilla.org/?tree=Try&rev=643c84eea1df
  1005. # [07:10] <aja> heycam: cool....tks
  1006. # [07:11] * Quits: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1007. # [07:11] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Ping timeout)
  1008. # [07:12] * Joins: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP)
  1009. # [07:12] * Joins: ctangira_ (ctangira@moz-B8FE932D.lightspeed.rcsntx.sbcglobal.net)
  1010. # [07:14] * Joins: sanket (sanket@E5F0571E.46EEE312.D61FB583.IP)
  1011. # [07:14] * @njn assumes TimeStamp/TimeDuration are our best timer implementation
  1012. # [07:14] * Joins: akeybl (uid11012@moz-31ABA2C0.irccloud.com)
  1013. # [07:15] <@dbaron> it might depend what you mean by best, given that there are probably some speed/accuracy tradeoffs
  1014. # [07:16] <@dbaron> though I'm not sure what the current state of those is
  1015. # [07:16] * Quits: @dbaron (dbaron@moz-C566053C.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  1016. # [07:16] * Joins: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net)
  1017. # [07:16] <@bz> njn: they're the one you want if you want monotonic time
  1018. # [07:17] <@njn> bz: I just need to do some ad hoc timings, nothing complicated, but high-precision would be nice
  1019. # [07:17] * Joins: mina (mina@moz-EC99504E.cpe.teksavvy.com)
  1020. # [07:17] <@bz> njn: TimeStamp should work
  1021. # [07:17] <@njn> bz: thx
  1022. # [07:18] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Linkinus - http://linkinus.com)
  1023. # [07:19] <@njn> bz: take a look at this https://pastebin.mozilla.org/3101217
  1024. # [07:19] <@njn> bz: the [2] suggests that we actually have two windows with the same URL, but one only has "other" and "event-target" memory being used
  1025. # [07:20] <@njn> does that seem reasonable?
  1026. # [07:20] <@njn> I guess if I put an id in the "window(...)" part that would answer the question definitively
  1027. # [07:20] <@bz> are we counting both the inner and outer window here?
  1028. # [07:21] <@njn> bz: quite possibly
  1029. # [07:21] <@bz> That seems most likely to me
  1030. # [07:21] <@njn> bz: makes sense
  1031. # [07:21] * Joins: ckitching (ckitching@386C8CEB.7488BB3C.E96CA9D8.IP)
  1032. # [07:22] * Quits: mcote|afk (mcote@1D8E4B86.9B0C981.6C85A25D.IP) (Ping timeout)
  1033. # [07:23] * Quits: jonasfj (jonasfj@A577AA5D.B2E369.9D624207.IP) (Ping timeout)
  1034. # [07:23] * Quits: ctangira_ (ctangira@moz-B8FE932D.lightspeed.rcsntx.sbcglobal.net) (Quit: ctangira_)
  1035. # [07:24] * Joins: silverwind (uid14256@moz-31ABA2C0.irccloud.com)
  1036. # [07:24] * Joins: fhd (uid2508@moz-31ABA2C0.irccloud.com)
  1037. # [07:24] * jcranmer is now known as jcranmer|away
  1038. # [07:25] * Quits: Mook (mook@moz-B7D385A8.dsl.teksavvy.com) (Quit: Mook)
  1039. # [07:25] * Joins: hadleybeeman (uid7394@moz-31ABA2C0.irccloud.com)
  1040. # [07:25] * Joins: dougt (uid7064@moz-31ABA2C0.irccloud.com)
  1041. # [07:26] * Joins: davidb (uid12418@moz-31ABA2C0.irccloud.com)
  1042. # [07:27] * Quits: drexler (chatzilla@moz-3F4C8E32.cncdnh.east.myfairpoint.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1043. # [07:29] * Joins: mcote|afk (mcote@1D8E4B86.9B0C981.6C85A25D.IP)
  1044. # [07:31] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  1045. # [07:33] * Quits: kentuckyfriedtakahe (ajones@538BABFE.A073F3E.97BBD552.IP) (Quit: Ex-Chat)
  1046. # [07:34] * Quits: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1047. # [07:37] * heycam is now known as heycam|away
  1048. # [07:38] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  1049. # [07:39] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  1050. # [07:39] * Joins: ttaubert (uid2620@moz-31ABA2C0.irccloud.com)
  1051. # [07:41] * glob|away is now known as glob
  1052. # [07:41] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  1053. # [07:41] * Quits: cviecco_ (cviecco@moz-63115BF4.hsd1.ca.comcast.net) (Input/output error)
  1054. # [07:46] * Joins: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz)
  1055. # [07:47] * Joins: wolfiR (wolfiR@moz-C9482F1B.dip0.t-ipconnect.de)
  1056. # [07:48] <@njn> Bug 916564 - JS engine cannot execute large JS scripts with more than 8388608 lines
  1057. # [07:48] <@njn> gotta love generated code
  1058. # [07:49] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  1059. # [07:50] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  1060. # [07:53] * Quits: kk1fff (kk1fff@moz-50DEFA7E.dynamic.hinet.net) (Quit: kk1fff)
  1061. # [07:55] * Joins: fredw (fredw@moz-B9C110E2.fbx.proxad.net)
  1062. # [07:56] * Quits: mina (mina@moz-EC99504E.cpe.teksavvy.com) (Quit: mina)
  1063. # [07:56] * Quits: sanket (sanket@E5F0571E.46EEE312.D61FB583.IP) (Ping timeout)
  1064. # [07:56] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Quit: Jesse)
  1065. # [07:58] * hwine is now known as hwine-ooo
  1066. # [08:02] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1067. # [08:02] * Joins: teoli (teoli@moz-5B89540D.range86-166.btcentralplus.com)
  1068. # [08:03] <jesup> That 8388609th line is a doozy!
  1069. # [08:03] * jesup sleeps
  1070. # [08:03] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  1071. # [08:04] * Joins: mixedpuppy (mixedpuppy@moz-B5ECF169.ptr.us.xo.net)
  1072. # [08:04] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  1073. # [08:05] * Joins: Benvie (bbenvie@moz-E9FA5ED2.static.stls.mo.charter.com)
  1074. # [08:05] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  1075. # [08:06] * Tomcat is now known as Tomcat|sheriffduty
  1076. # [08:06] <Tomcat|sheriffduty> good morning
  1077. # [08:06] * Joins: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net)
  1078. # [08:09] * Quits: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  1079. # [08:12] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  1080. # [08:12] * Quits: bdahl (bdahl@4272FEDC.BA6FA.189F3E15.IP) (Client exited)
  1081. # [08:13] * Joins: bdahl (bdahl@4272FEDC.BA6FA.189F3E15.IP)
  1082. # [08:15] * Quits: Kailas (patilkr@21ABB6A8.FBB3C975.EA0E6944.IP) (Ping timeout)
  1083. # [08:15] * Quits: bdahl (bdahl@4272FEDC.BA6FA.189F3E15.IP) (Ping timeout)
  1084. # [08:15] * philor is now known as philor|away
  1085. # [08:15] * @dolske notes the (obvious) observation that 8388608 lines implies 8MB of newline characters.
  1086. # [08:16] <@dolske> I think it was almost exactly 20 years ago that I got my first RAM upgrade from 1MB to 16MB.
  1087. # [08:17] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  1088. # [08:17] <mattwoodrow> I can imagine you being amazed at the enormous amount of newlines you could now keep in memory
  1089. # [08:18] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  1090. # [08:19] <nrc> q
  1091. # [08:19] <glob> dolske, your first ram upgrade was from 1mg to 16mb? pfff
  1092. # [08:19] <nrc> nope, this is not gdb
  1093. # [08:19] * glob upgraded from 32k to 64k
  1094. # [08:19] * glob mutters something about kids on his lawn
  1095. # [08:20] <@dolske> glob: no, I think my first was 128K to 384K.
  1096. # [08:20] * nrc is now known as nrc|afk
  1097. # [08:20] <glob> dolske, ah, sorry, i misunderstood you (obviously). i shall return to cursing this seemingly never-ending house alarm
  1098. # [08:21] <@dolske> house alarm? I prefer drum'n'bass, but that's cool too I guess.
  1099. # [08:21] <glob> hrm, the alarm is clearly being ignored; i suspect now would be an idea time to rob the house blind
  1100. # [08:21] <glob> *ideal
  1101. # [08:21] <nrc|afk> when I was lad, my first RAM upgrade was from an A5 punch card to A4, and we were GLAD OF IT
  1102. # [08:21] <glob> nrc|afk++
  1103. # [08:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1f52d046c2e7 - Robert O'Callahan - Bug 905405. Wrap mLastNativeEventScheduled in a mutex to avoid racing on it. r=bsmedberg
  1104. # [08:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f038ed247498 - Robert O'Callahan - Bug 913438. Remove mAnchor check since it doesn't help correct inconsistency between ImageLayer snapping and regular snapped image drawing, and can hurt performance.
  1105. # [08:22] <firebot> r=tnikkel
  1106. # [08:22] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1107. # [08:22] * Joins: vendo (vendo@2A7A458C.685BED33.300931B2.IP)
  1108. # [08:23] <@dolske> relevant: http://www.flickr.com/photos/dolske/9638602811/
  1109. # [08:23] <@njn> my first RAM upgrade was from 16GiB to 32GiB
  1110. # [08:23] <@njn> where by "first" I of course mean "last"
  1111. # [08:23] * @njn redlines his smugness detector
  1112. # [08:24] <@njn> what's a page that has lots of JS stuff and DOM stuff, that I can save locally for benchmarking?
  1113. # [08:24] <@njn> i.e. one that doesn't farm out most of its JS code to google/facebook/twitter/etc
  1114. # [08:24] <@njn> techcrunch is my usual standby, but it fails on the latter criterion
  1115. # [08:26] * Joins: kk1fff (kk1fff@moz-50DEFA7E.dynamic.hinet.net)
  1116. # [08:27] <@dolske> HTML5 spec?
  1117. # [08:27] <@njn> dolske: I think that's great for DOM, but does it do much JS?
  1118. # [08:27] * Joins: sanket (sanket@68DE68D6.C65E4052.41D542A3.IP)
  1119. # [08:27] <@njn> dolske: I want lots of JS objects, strings, ect
  1120. # [08:27] <@njn> *etc
  1121. # [08:27] * Quits: ggo98 (Thunderbir@moz-5B2A474A.w92-141.abo.wanadoo.fr) (Ping timeout)
  1122. # [08:28] <@dolske> I thought it did some kind of JS stuff while loading to pull in annotation and notes.
  1123. # [08:28] <@dolske> oh, you probably mean just core JS stuff independent of DOM interaction. hmm.
  1124. # [08:29] <@njn> dolske: this is for benchmarking the memory reporters
  1125. # [08:29] * Quits: ggp (ggp@5AD1A605.77494594.F546FA5F.IP) (Ping timeout)
  1126. # [08:29] <@njn> so I just need lots of JS objects and all the other kinds of things
  1127. # [08:29] <@njn> prefereably a variety, not just a million of the same kind
  1128. # [08:30] * Joins: ggp (ggp@5AD1A605.77494594.F546FA5F.IP)
  1129. # [08:30] <@dolske> http://www.sorting-algorithms.com/ was the only other thing that immediately came to mind
  1130. # [08:31] * whimboo|afk is now known as whimboo
  1131. # [08:31] <@njn> dolske: I just tried the html5 spec -- yeah, heavy on dom/layout/etc, super-light on JS
  1132. # [08:31] <@dolske> ...n/m, that's actually a bunch of GIFs. boo.
  1133. # [08:31] * Joins: ggo98 (Thunderbir@moz-96AFB9C9.w92-141.abo.wanadoo.fr)
  1134. # [08:32] <glob> njn, maybe one of the speedtests ones .. http://speedtests.mozilla.org/ ?
  1135. # [08:32] * Quits: sanket (sanket@68DE68D6.C65E4052.41D542A3.IP) (Ping timeout)
  1136. # [08:32] <glob> hrm, that may be broken :(
  1137. # [08:33] <sfink> njn: how about something like https://developer.cdn.mozilla.net/media/uploads/demos/s/p/spite/d6783c9cdd025633dbc952d73ac8f299/multitouch-boids_1362105213_demo_package/index.html
  1138. # [08:33] * Joins: Kailas (patilkr@21ABB6A8.FBB3C975.EA0E6944.IP)
  1139. # [08:33] <sfink> oh, not much dom
  1140. # [08:34] <@njn> sfink: well, I don't need both in the same test
  1141. # [08:34] <glob> http://ie.microsoft.com/testdrive/performance/fishietank/
  1142. # [08:34] <@njn> sfink: and html5 spec will be fine for dom
  1143. # [08:35] * bz is now known as bz_sleep
  1144. # [08:35] <@njn> glob: that stresses layering/compositing/gfx/something, but has very little JS
  1145. # [08:35] <@njn> glob: with 1000 fish, the entire tab takes up only 5MB
  1146. # [08:37] <@njn> sfink: likewise with yours
  1147. # [08:37] * Quits: Kailas (patilkr@21ABB6A8.FBB3C975.EA0E6944.IP) (Quit: Leaving)
  1148. # [08:45] * Quits: mmc|laptop (mchew@moz-BBC0C7F1.hsd1.ca.comcast.net) (Quit: mmc|laptop)
  1149. # [08:47] * Fallen|away is now known as Fallen
  1150. # [08:48] * Quits: damons (gnubeard@moz-BCB43F5D.hsd1.ca.comcast.net) (Quit: damons)
  1151. # [08:51] * Joins: jaoo (user@moz-9BAEB8E5.red-88-5-71.dynamicip.rima-tde.net)
  1152. # [08:52] * Joins: ferjm (ferjm@moz-CB6FA5C1.red-81-37-143.dynamicip.rima-tde.net)
  1153. # [08:54] * Joins: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org)
  1154. # [08:54] * Quits: blassey (blassey@386C8CEB.7488BB3C.E96CA9D8.IP) (Ping timeout)
  1155. # [08:55] * Quits: teoli (teoli@moz-5B89540D.range86-166.btcentralplus.com) (Input/output error)
  1156. # [08:55] * Quits: ckitching (ckitching@386C8CEB.7488BB3C.E96CA9D8.IP) (Ping timeout)
  1157. # [08:57] * joduinn-commute is now known as joduinn-home
  1158. # [08:58] * Joins: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1159. # [08:58] * Quits: espadrine (ttyl@moz-36A30FE8.w92-128.abo.wanadoo.fr) (Ping timeout)
  1160. # [08:58] * Quits: jeremyhu (jeremyhu@moz-75C113CA.outersquare.org) (Quit: KVIrc 4.2.0 Equilibrium http://www.kvirc.net/)
  1161. # [08:59] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Ping timeout)
  1162. # [08:59] * Joins: ckitching (ckitching@386C8CEB.7488BB3C.E96CA9D8.IP)
  1163. # [08:59] * Joins: espadrine (ttyl@moz-36A30FE8.w92-128.abo.wanadoo.fr)
  1164. # [09:00] * Joins: Rik (rik@moz-E813DFA5.fbx.proxad.net)
  1165. # [09:00] * Parts: aja (Instantbir@77324BC2.A2BBCAA5.7880DB15.IP)
  1166. # [09:01] * Joins: Manuela (manuela_mu@601F3B17.33662590.A5830293.IP)
  1167. # [09:03] * Quits: @njn (chatzilla@BDEF29E8.BB27FA2D.8660782D.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 27.0a1/20130918181457])
  1168. # [09:03] * glob is now known as glob|away
  1169. # [09:04] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1170. # [09:04] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Client exited)
  1171. # [09:07] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1172. # [09:08] * Joins: Weebs (SchwigilyD@moz-35D38DB2.hsd1.mi.comcast.net)
  1173. # [09:10] * Joins: dstrbad_n (chatzilla@moz-C89B6F.mobile.carnet.hr)
  1174. # [09:14] * Quits: kk1fff (kk1fff@moz-50DEFA7E.dynamic.hinet.net) (Quit: kk1fff)
  1175. # [09:14] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1176. # [09:16] * Quits: kk1fff_ (patrick@moz-50DEFA7E.dynamic.hinet.net) (Ping timeout)
  1177. # [09:17] * Quits: rniwa (rniwa@moz-E4BF5FE4.hsd1.ca.comcast.net) (Quit: rniwa)
  1178. # [09:21] * Joins: tzimmermann (tzimmerman@moz-C8BE0E9D.pools.arcor-ip.net)
  1179. # [09:22] * Joins: kk1fff (kk1fff@moz-50DEFA7E.dynamic.hinet.net)
  1180. # [09:24] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1181. # [09:24] * Joins: andreasn (andreasn@moz-F8BFFACA.a336.priv.bahnhof.se)
  1182. # [09:25] * Quits: andreasn (andreasn@moz-F8BFFACA.a336.priv.bahnhof.se) (Quit: Ex-Chat)
  1183. # [09:26] * sewardj_ is now known as sewardj
  1184. # [09:29] * Joins: robertbindar (Thunderbir@33D9F097.5B9FC2D9.D731B824.IP)
  1185. # [09:31] * Quits: ckitching (ckitching@386C8CEB.7488BB3C.E96CA9D8.IP) (Ping timeout)
  1186. # [09:31] * Joins: blassey (blassey@386C8CEB.7488BB3C.E96CA9D8.IP)
  1187. # [09:32] * Quits: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu) (Client exited)
  1188. # [09:32] * Joins: harth_ (harth@moz-A0276582.hsd1.ca.comcast.net)
  1189. # [09:33] * Joins: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net)
  1190. # [09:37] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  1191. # [09:37] * joduinn-home is now known as joduinn-afk
  1192. # [09:37] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  1193. # [09:40] * glob|away is now known as glob
  1194. # [09:41] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1195. # [09:42] * baku is now known as baku|away
  1196. # [09:42] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1197. # [09:44] * Joins: darkowlzz (sunny@AF4D6C78.25CDC443.27560D6E.IP)
  1198. # [09:45] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  1199. # [09:46] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  1200. # [09:48] * Quits: darkowlzz (sunny@AF4D6C78.25CDC443.27560D6E.IP) (Ping timeout)
  1201. # [09:49] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1202. # [09:50] * Joins: kk1fff_ (patrick@moz-50DEFA7E.dynamic.hinet.net)
  1203. # [09:51] * Joins: edmorley (~edmorleys@moz-B6AE3D70.cable.virginmedia.com)
  1204. # [09:51] * Quits: robertbindar (Thunderbir@33D9F097.5B9FC2D9.D731B824.IP) (Quit: robertbindar)
  1205. # [09:51] * Joins: robertbindar (Thunderbir@33D9F097.5B9FC2D9.D731B824.IP)
  1206. # [09:51] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Ping timeout)
  1207. # [09:53] * Joins: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net)
  1208. # [09:54] * Joins: darkowlzz (sunny@AF4D6C78.25CDC443.27560D6E.IP)
  1209. # [09:55] * kaze|zZz is now known as kaze
  1210. # [09:57] * Quits: darkowlzz (sunny@AF4D6C78.25CDC443.27560D6E.IP) (Ping timeout)
  1211. # [09:58] * Joins: AlinT|mtg (AlinT@601F3B17.33662590.A5830293.IP)
  1212. # [09:59] * Quits: nattokirai (nattokirai@moz-C286AD9A.bitcat.net) (Quit: nattokirai)
  1213. # [09:59] * Joins: darkowlzz (sunny@AF4D6C78.25CDC443.27560D6E.IP)
  1214. # [10:01] * Quits: dstrbad_n (chatzilla@moz-C89B6F.mobile.carnet.hr) (Ping timeout)
  1215. # [10:01] * Joins: victorporof (victorporo@D5C23157.DA9DCE7D.79933D60.IP)
  1216. # [10:02] * Joins: RealRaven (Thunderbir@67B1D533.D280E4C3.C3498625.IP)
  1217. # [10:04] * Quits: fredw (fredw@moz-B9C110E2.fbx.proxad.net) (Quit: Leaving.)
  1218. # [10:04] * Quits: AlinT|mtg (AlinT@601F3B17.33662590.A5830293.IP) (Quit: Leaving)
  1219. # [10:04] * Quits: darkowlzz (sunny@AF4D6C78.25CDC443.27560D6E.IP) (Ping timeout)
  1220. # [10:05] * Joins: AlinT (AlinT@601F3B17.33662590.A5830293.IP)
  1221. # [10:06] * Quits: Weebs (SchwigilyD@moz-35D38DB2.hsd1.mi.comcast.net) (Quit: Weebs)
  1222. # [10:08] * Joins: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu)
  1223. # [10:09] * simone|away is now known as simone
  1224. # [10:13] * Quits: Rik (rik@moz-E813DFA5.fbx.proxad.net) (Input/output error)
  1225. # [10:14] * Joins: lzzluca (lzzluca@moz-4DF66408.retail.telecomitalia.it)
  1226. # [10:17] * Joins: msucan (mihai@92D1318F.7981955B.7C5F70AF.IP)
  1227. # [10:18] * Quits: jdm (jdm@92FB48CA.8B5E9DF.9A8C35B4.IP) (Quit: Lost terminal)
  1228. # [10:19] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1229. # [10:19] <NeilAway> glob: my first upgrade was 1K to 16K
  1230. # [10:19] <NeilAway> world's worst upgrade
  1231. # [10:19] <glob> NeilAway, Ooo, what system was it?
  1232. # [10:19] <glob> cat?
  1233. # [10:20] <NeilAway> glob: http://www.retrofusion.org.uk/article/726/memorable-moment-1-sinclair-zx81-wobble/
  1234. # [10:20] <glob> ah, zx81 XD
  1235. # [10:20] <glob> <3
  1236. # [10:21] * glob has a spectrum
  1237. # [10:21] * Quits: vd (vd@moz-7A53EEF0.ddns.cablebg.net) (Ping timeout)
  1238. # [10:22] * Joins: vd (vd@moz-7A53EEF0.ddns.cablebg.net)
  1239. # [10:22] * Joins: willyaranda (willyarand@moz-203E659F.red-79-156-69.staticip.rima-tde.net)
  1240. # [10:23] <NeilAway> glob: I think I have a Spectrum somewhere in a box in the attic
  1241. # [10:23] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  1242. # [10:23] <glob> NeilAway, mine doesn't work anymore :( the ribbon wire has gone brittle and broke
  1243. # [10:24] <NeilAway> glob: ah, that happened to my zx81 - near the end, I had to separate the lid from the base so that I could shorten the ribbon and still plug it in
  1244. # [10:26] * Joins: sanket (sanket@EBC6F9AD.15E7194F.9105FBCF.IP)
  1245. # [10:27] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1246. # [10:33] * mrbkap|pto is now known as mrbkap
  1247. # [10:34] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1248. # [10:35] * Joins: Jerry (hshih@moz-99690620.hinet-ip.hinet.net)
  1249. # [10:36] * Quits: coop|afk (Chris@moz-16B84BA0.dsl.bell.ca) (Ping timeout)
  1250. # [10:36] * Joins: Pauly (paul@601F3B17.33662590.A5830293.IP)
  1251. # [10:37] * Quits: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net) (Ping timeout)
  1252. # [10:37] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1253. # [10:37] * Joins: coop (Chris@moz-BD637C83.dsl.bell.ca)
  1254. # [10:37] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Connection reset by peer)
  1255. # [10:38] * Fallen is now known as Fallen|away
  1256. # [10:39] * Joins: brendan (brendaneic@45A3491F.A5FB4ABA.FE58E87C.IP)
  1257. # [10:44] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  1258. # [10:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/64c58cb9c49b - Nicolas Silva - Bug 918078 - Do not require locking in TextureHost::PrintInfo. r=BenWa
  1259. # [10:49] * Parts: Manuela (manuela_mu@601F3B17.33662590.A5830293.IP)
  1260. # [10:50] * Quits: brendan (brendaneic@45A3491F.A5FB4ABA.FE58E87C.IP) (Quit: brendan)
  1261. # [10:51] * Joins: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net)
  1262. # [10:54] * glob is now known as glob|away
  1263. # [10:56] * Quits: sanket (sanket@EBC6F9AD.15E7194F.9105FBCF.IP) (Ping timeout)
  1264. # [10:56] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1265. # [10:58] * Joins: dstrbad_n (chatzilla@moz-4B21AF71.wl.unizg.hr)
  1266. # [11:01] * Joins: dao (dao@moz-C3E500C2.superkabel.de)
  1267. # [11:02] * Joins: jonco (Adium@moz-B40CF9C4.as13285.net)
  1268. # [11:04] * Joins: tomer (tomer@6A854FA3.DF9378B3.FC30AC02.IP)
  1269. # [11:04] * Quits: birtles (chatzilla@moz-C286AD9A.bitcat.net) (Quit: ChatZilla 0.9.90-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1270. # [11:04] <mayhemer> mozilla-inbound is broken
  1271. # [11:04] * Joins: mikeratcliffe (Adium@BDDA0D67.C2B26F36.7CCB197A.IP)
  1272. # [11:06] <Tomcat|sheriffduty> mayhemer: yeah
  1273. # [11:07] <edmorley> Tomcat|sheriffduty: good to back out?
  1274. # [11:07] <mayhemer> :nical is not here
  1275. # [11:07] <Tomcat|sheriffduty> edmorley: yeah noticed :(
  1276. # [11:07] <Tomcat|sheriffduty> backing out
  1277. # [11:07] <mayhemer> Tomcat|sheriffduty: thanks, I want to land the new HTTP cache back end soon
  1278. # [11:07] <Tomcat|sheriffduty> cool
  1279. # [11:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7609a7ace997 - Carsten "Tomcat" Book - Backed out changeset 64c58cb9c49b (bug 918078) for bustage
  1280. # [11:10] <Tomcat|sheriffduty> an backed out
  1281. # [11:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0c91d9aa9476 - Honza Bambas - Bug 913807 - HTTP cache v2: API+top service+integration+tests, off by default, r=michal+ehsan+mark.finkle+fabrice+mhammond+gavin
  1282. # [11:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4d66cd80b6be - Michal Novotny - Bug 913807 - HTTP cache v2: file I/O, off by default, r=honzab
  1283. # [11:15] <edmorley> Tomcat|sheriffduty: ty :-)
  1284. # [11:15] <edmorley> Tomcat|sheriffduty: you could to cover for a bit, whilst I get a bit more caught up? (would like to get to Wes' review request finally today)
  1285. # [11:15] * tonymec is now known as tonymec|in_town
  1286. # [11:16] * Joins: yzen_ (yzen@moz-E06714DD.cpe.netcabo.pt)
  1287. # [11:17] * Joins: sanket (sanket@96D56963.1BF750D3.D61FB583.IP)
  1288. # [11:17] <edmorley> Tomcat|sheriffduty: I'll do a merge now, to give you a head start :-)
  1289. # [11:17] * Quits: dstrbad_n (chatzilla@moz-4B21AF71.wl.unizg.hr) (Ping timeout)
  1290. # [11:17] * mattwoodrow is now known as mattwoodrow|away
  1291. # [11:18] <Tomcat|sheriffduty> yeah sure :)
  1292. # [11:18] <Tomcat|sheriffduty> edmorley: anytime
  1293. # [11:18] <edmorley> ty :-)
  1294. # [11:18] <Tomcat|sheriffduty> also thats the reason for the tag-team :)))
  1295. # [11:19] * mattwoodrow|away is now known as mattwoodrow
  1296. # [11:24] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1297. # [11:25] * Quits: harth_ (harth@moz-A0276582.hsd1.ca.comcast.net) (Input/output error)
  1298. # [11:25] * Quits: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  1299. # [11:25] * mattwoodrow is now known as mattwoodrow|away
  1300. # [11:25] * Joins: Rik (rik@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1301. # [11:25] * Joins: harth (harth@moz-A0276582.hsd1.ca.comcast.net)
  1302. # [11:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/289fcfb608d6 - Jon Coppeard - Bug 917757 - Don't trigger Heap<T> post barriers in XPConnect shutdown r=bholley
  1303. # [11:26] * mattwoodrow|away is now known as mattwoodrow
  1304. # [11:26] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2d2709188afa - Jon Coppeard - Bug 918373 - GC: Handlify various public APIs r=sfink r=bholley r=smaug
  1305. # [11:26] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  1306. # [11:27] * Quits: harth (harth@moz-A0276582.hsd1.ca.comcast.net) (Ping timeout)
  1307. # [11:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/44952b2191fc - Honza Bambas - Bug 913807 - revert accidential all.js merge change that silentely went through review, r=honzab
  1308. # [11:32] * mattwoodrow is now known as mattwoodrow|away
  1309. # [11:33] * mattwoodrow|away is now known as mattwoodrow
  1310. # [11:36] * Quits: juanb (jbecerra@moz-F1012875.hsd1.ca.comcast.net) (Quit: juanb)
  1311. # [11:40] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1312. # [11:40] <KWierso> edmorley++ \o/
  1313. # [11:40] <edmorley> ? :-)
  1314. # [11:41] <KWierso> liking to get to my review :P
  1315. # [11:41] <edmorley> KWierso: ah!
  1316. # [11:41] <edmorley> KWierso: yeah really sorry been so long
  1317. # [11:43] * Quits: six600110 (six600110@moz-2FA48202.neo.res.rr.com) (Connection timed out)
  1318. # [11:43] * Joins: six600110 (six600110@moz-2FA48202.neo.res.rr.com)
  1319. # [11:43] <edmorley> mayhemer: you around?
  1320. # [11:44] <mayhemer> edmorley: yes, but not for long
  1321. # [11:44] <edmorley> mayhemer: merge conflicts between mozilla-central and inbound
  1322. # [11:44] <mayhemer> hm?
  1323. # [11:44] <mayhemer> edmorley: looks I had to land on m-c :/
  1324. # [11:44] <mayhemer> edmorley: how can I help?
  1325. # [11:45] <edmorley> mayhemer: looks like from bug 915090, but not sure if going to be more after I resolve that
  1326. # [11:45] <edmorley> mayhemer: or if the seemingly obvious resolution will be correct
  1327. # [11:45] <edmorley> mayhemer: could you merge m-c to inbound and resolve?
  1328. # [11:45] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  1329. # [11:45] <mayhemer> edmorley: if I knew this I'd land rather on m-c... ok I can do it
  1330. # [11:46] <mayhemer> edmorley: hmmm... actually, not sure I can right now...
  1331. # [11:46] <edmorley> mayhemer: I can just back out https://hg.mozilla.org/mozilla-central/rev/b7683bd99824
  1332. # [11:46] <mayhemer> edmorley: there might be more conflicts
  1333. # [11:47] <mayhemer> edmorley: I had the http cache patches prepared for m-c
  1334. # [11:47] * Quits: jonco (Adium@moz-B40CF9C4.as13285.net) (Quit: Leaving.)
  1335. # [11:47] <mayhemer> edmorley: then I told my self that it would be better to land on m-i
  1336. # [11:47] <edmorley> mayhemer: some things landed on fx-team
  1337. # [11:47] <edmorley> mayhemer: and only merged a few hours ago to m-c
  1338. # [11:47] <mayhemer> edmorley: and there were more files that needed to merge
  1339. # [11:48] <mayhemer> edmorley: ah, the base cs was older on my local m-c
  1340. # [11:49] <mayhemer> edmorley: I was never merging m-c to m-i
  1341. # [11:49] <mayhemer> edmorley: before
  1342. # [11:49] <mayhemer> edmorley: and I need to go away in few minutes
  1343. # [11:49] <mayhemer> edmorley: so I don't think I'm the right person to do it
  1344. # [11:49] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  1345. # [11:50] <mayhemer> edmorley: the conflicts I had to merge manually when migrating the patch from m-c to m-i where simple
  1346. # [11:50] <mayhemer> edmorley: hmm.. but those you need to merge might be different
  1347. # [11:50] <mayhemer> edmorley: do you have the list of file that are conflicting?
  1348. # [11:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1c153d5c8bdd - Matt Woodrow - Bug 907926 - Avoid calling CurrentSurface when we can. r=Bas
  1349. # [11:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ad266fafd429 - Matt Woodrow - Bug 907926 - Try avoid having multiple path objects around since this is slow with DrawTargetCairo. r=Bas
  1350. # [11:50] * mattwoodrow is now known as mattwoodrow|away
  1351. # [11:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a2bd329f6ba0 - Matt Woodrow - Bug 917703 - Avoid copying to a sub image in CreateSamplingRestrictedDrawable if possible. r=roc
  1352. # [11:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/063627f4d8c2 - Matt Woodrow - Bug 917703 - Mark gfxSubimageSurface as opaque if it is within the opaque rect of the parent surface. r=roc
  1353. # [11:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e844f4ed3e1f - Matt Woodrow - Bug 907926 - Enable Azure content for windows. r=nrc
  1354. # [11:51] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/663104548b52 - Bas Schouten - Bug 911393 - Do not fallback for EXTEND_PAD when not needed. r=jrmuizel
  1355. # [11:51] <edmorley> mayhemer: actually it's just the one; think I have this sorted (one way to find out) :-)
  1356. # [11:51] <mayhemer> edmorley: from netwerk/test/unit/test_about_networking.js I was just removing the Ci =; Cu= ; lines at the top, nothing more
  1357. # [11:52] <edmorley> mayhemer: yeah; easy :-)
  1358. # [11:52] * mattwoodrow|away is now known as mattwoodrow
  1359. # [11:52] <mayhemer> edmorley: hurey!! :)
  1360. # [11:52] <edmorley> mayhemer: except they need to remain in with the other patch now
  1361. # [11:52] <mayhemer> edmorley: ?
  1362. # [11:52] <edmorley> mayhemer: https://hg.mozilla.org/mozilla-central/rev/b7683bd99824 uses them
  1363. # [11:53] <mayhemer> edmorley: the new http cache changes are adding Cc, Ci, Cu to head_cache.js
  1364. # [11:53] <mayhemer> edmorley: so they don't need to be redefined in every test
  1365. # [11:53] <edmorley> oh
  1366. # [11:53] <edmorley> I see
  1367. # [11:53] <edmorley> cool
  1368. # [11:53] <mayhemer> edmorley: so, everything is OK?
  1369. # [11:53] <edmorley> (sorry hadn't read the full diff)
  1370. # [11:53] <edmorley> yup
  1371. # [11:53] <mayhemer> edmorley: thanks!
  1372. # [11:54] <edmorley> np
  1373. # [11:54] <mayhemer> edmorley: so, just to make things clear, the new http cache has actually landed on mozilla-central and is about to be in the next Nightly build? :)
  1374. # [11:54] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1375. # [11:55] <mayhemer> edmorley: btw (might be IMPORTANT): have you also merged https://hg.mozilla.org/projects/gum/rev/ce805adb1e08 in m-c ?
  1376. # [11:55] <edmorley> mayhemer: it won't make the next nightly build, that gets triggered in about 5 mins on the last all green build run
  1377. # [11:55] <mayhemer> edmorley: ok
  1378. # [11:56] <edmorley> mayhemer: not yet, but can transplant if needs be (will likely merge before the next nightly anyway)
  1379. # [11:56] <mayhemer> edmorley: ok, there is one pref accidentaly flipped by bad merge for GONK, so there could potentally be some test failure on B2G (no idea what all that pref influences)
  1380. # [11:57] <edmorley> mayhemer: sorry just re-read your message above - to be clear the conflicts were when I was merging mozilla-central into inbound ; inbound hasn't yet merged to mozilla-central for that changeset (but will before tomorrow's nightly)
  1381. # [11:57] * AlinT is now known as AlinT|lunch
  1382. # [11:57] * Quits: mwargers (chatzilla@moz-AF369B35.adsl.online.nl) (Ping timeout)
  1383. # [11:57] <edmorley> mayhemer: so both the original landing and the fixup will merge together
  1384. # [11:58] <mayhemer> edmorley: ah, ok, then we are good
  1385. # [11:58] <edmorley> :-)
  1386. # [11:58] * edmorley needs his cup of tea to wake him up
  1387. # [11:58] <mayhemer> edmorley: thanks, have to go now :)
  1388. # [11:58] <Tomcat|sheriffduty> or coffee :)
  1389. # [11:58] <edmorley> sadly I don't like coffee :-)
  1390. # [11:58] <Tomcat|sheriffduty> ah ok, then tea is also ok :)
  1391. # [12:00] * Joins: smaug (chatzilla@moz-8C0006D4.pp.htv.fi)
  1392. # [12:00] * ChanServ sets mode: +o smaug
  1393. # [12:00] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1394. # [12:01] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  1395. # [12:01] * Joins: mwargers (chatzilla@moz-AF369B35.adsl.online.nl)
  1396. # [12:03] * Joins: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz)
  1397. # [12:04] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  1398. # [12:05] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1399. # [12:05] * Joins: jonasfj (jonasfj@A577AA5D.B2E369.9D624207.IP)
  1400. # [12:06] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Ping timeout)
  1401. # [12:09] * Quits: sanket (sanket@96D56963.1BF750D3.D61FB583.IP) (Ping timeout)
  1402. # [12:10] * Quits: six600110 (six600110@moz-2FA48202.neo.res.rr.com) (Ping timeout)
  1403. # [12:12] * julienw_afk is now known as julienw
  1404. # [12:12] * Quits: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz) (Quit: pbocan)
  1405. # [12:13] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  1406. # [12:13] * baku|away is now known as baku
  1407. # [12:15] * Quits: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Ping timeout)
  1408. # [12:15] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
  1409. # [12:15] * Quits: willyaranda (willyarand@moz-203E659F.red-79-156-69.staticip.rima-tde.net) (Ping timeout)
  1410. # [12:16] * Joins: six600110 (six600110@moz-2FA48202.neo.res.rr.com)
  1411. # [12:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/50843cebfab6 - Peter Van der Beken - Bug 912955 - Remove some implicitJSContext annotations. r=bz.
  1412. # [12:17] * Quits: jez (user@moz-4B93ED4.bethere.co.uk) (Ping timeout)
  1413. # [12:17] * Quits: simo36 (simo36@4DC30955.C6338553.330E81BB.IP) (Connection reset by peer)
  1414. # [12:17] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  1415. # [12:19] * mattwoodrow is now known as mattwoodrow|away
  1416. # [12:19] * mattwoodrow|away is now known as mattwoodrow
  1417. # [12:19] * Quits: kk1fff (kk1fff@moz-50DEFA7E.dynamic.hinet.net) (Quit: kk1fff)
  1418. # [12:21] * Joins: RattyAway (Jim_diGriz@47256B5E.542601A9.FB243CD8.IP)
  1419. # [12:21] * khuey|away is now known as khuey
  1420. # [12:21] * Quits: ericjung_ (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Ping timeout)
  1421. # [12:22] <RattyAway> I've got an error trying to build comm-central:
  1422. # [12:22] <RattyAway> c:/t1/hg/comm-central/calendar/base/backend/libical/calDateTime.cpp(625) : error C2664: 'JS_ObjectIsDate' : cannot convert parameter 2 from 'JSObject *' to 'JS::HandleObject'
  1423. # [12:22] <RattyAway> No constructor could take the source type, or constructor overload resolution was ambiguous
  1424. # [12:22] <RattyAway> I've got an error trying to build comm-central:
  1425. # [12:22] * Joins: ericjung_ (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  1426. # [12:23] * Joins: kdudka (kdudka@moz-2C4E7386.fei.wifi.vutbr.cz)
  1427. # [12:24] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1428. # [12:24] * ChanServ sets mode: +o roc
  1429. # [12:26] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1430. # [12:26] * Quits: nrc|afk (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  1431. # [12:30] * Fallen|away is now known as Fallen
  1432. # [12:33] * Joins: simo36 (simo36@BFBA652E.7FF324D0.B1865714.IP)
  1433. # [12:34] * mattwoodrow is now known as mattwoodrow|away
  1434. # [12:34] * mattwoodrow|away is now known as mattwoodrow
  1435. # [12:36] * Joins: sanket (sanket@B4206215.409AAF9.41D542A3.IP)
  1436. # [12:37] * Joins: brendan (brendaneic@9E9221B0.60D98710.CE12DF22.IP)
  1437. # [12:40] * Quits: sanket (sanket@B4206215.409AAF9.41D542A3.IP) (Ping timeout)
  1438. # [12:40] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1439. # [12:42] * Quits: Jerry (hshih@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1440. # [12:43] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  1441. # [12:44] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1442. # [12:46] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1443. # [12:47] * Quits: vd (vd@moz-7A53EEF0.ddns.cablebg.net) (Ping timeout)
  1444. # [12:48] * Joins: vd (vd@moz-7A53EEF0.ddns.cablebg.net)
  1445. # [12:48] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  1446. # [12:50] * Quits: RattyAway (Jim_diGriz@47256B5E.542601A9.FB243CD8.IP) (Ping timeout)
  1447. # [12:52] * Joins: mstange (markus@moz-64605D6.dip0.t-ipconnect.de)
  1448. # [12:52] * Joins: andreasn (andreasn@moz-67805091.a336.priv.bahnhof.se)
  1449. # [12:53] * Quits: Bas (chatzilla@moz-9919860E.ftth.concepts.nl) (Ping timeout)
  1450. # [12:53] * AlinT|lunch is now known as AlinT
  1451. # [12:54] * Joins: mak (chatzilla@moz-76CA27E6.retail.telecomitalia.it)
  1452. # [12:55] * Quits: vd (vd@moz-7A53EEF0.ddns.cablebg.net) (Ping timeout)
  1453. # [12:55] * Joins: vd (vd@moz-7A53EEF0.ddns.cablebg.net)
  1454. # [12:56] * Joins: vikash (vikash@902F489D.A1CD6C73.74119F78.IP)
  1455. # [12:57] * mattwoodrow is now known as mattwoodrow|away
  1456. # [12:57] * mattwoodrow|away is now known as mattwoodrow
  1457. # [12:58] * Joins: darkowlzz (sunny@62B9326A.685AC50C.27560D6E.IP)
  1458. # [12:59] * Joins: KaiRo (robert@moz-21A0183C.adsl.highway.telekom.at)
  1459. # [13:00] * Joins: darktrojan (geoff@moz-D5C665A2.dsl.telstraclear.net)
  1460. # [13:02] * Joins: gabriel-iv (Thunderbir@872F60AF.4D6D914F.FB866788.IP)
  1461. # [13:02] * mattwoodrow is now known as mattwoodrow|away
  1462. # [13:02] * Quits: dew (Instantbir@moz-D2FA52B6.static.stls.mo.charter.com) (Ping timeout)
  1463. # [13:02] * Joins: dew1 (Instantbir@moz-D2FA52B6.static.stls.mo.charter.com)
  1464. # [13:07] <gkw> XCode 5 is out - /me wonders if there'll be any issues compiling mozilla stuff
  1465. # [13:10] * Joins: Gijs (gijs@moz-C11B0461.dsl.alice.nl)
  1466. # [13:10] <decoder> glandium: ping
  1467. # [13:15] * Quits: gabriel-iv (Thunderbir@872F60AF.4D6D914F.FB866788.IP) (Quit: gabriel-iv)
  1468. # [13:18] * Quits: Cork (Cork@moz-352B7E7B.a370.priv.bahnhof.se) (Ping timeout)
  1469. # [13:18] * Quits: andreasn (andreasn@moz-67805091.a336.priv.bahnhof.se) (Ping timeout)
  1470. # [13:18] * Quits: ericjung_ (ericjung@moz-FC76CC78.bstnma.fios.verizon.net) (Ping timeout)
  1471. # [13:18] <glandium> decoder: pong
  1472. # [13:18] * Joins: nicklebedev (nicklebede@moz-838152B8.net135.n37.ru)
  1473. # [13:19] * Joins: gsvelto (gsvelto@moz-7DBCE1DA.clienti.tiscali.it)
  1474. # [13:20] <decoder> glandium: im looking at this code:
  1475. # [13:21] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  1476. # [13:21] <decoder> glandium: http://mxr.mozilla.org/mozilla-central/source/netwerk/streamconv/converters/nsHTTPCompressConv.cpp#414
  1477. # [13:21] <decoder> the &unused is declared in the case above that case
  1478. # [13:21] <decoder> inside the case: statement
  1479. # [13:22] <decoder> i just read that it's legal to declare *inside* the case, if it's a) a pod type and b) it is NOT initialized (that already is crazy, and all other declaration in case is invalid)
  1480. # [13:22] <decoder> but asan's out of scope detection complains that here, unused is out of scope
  1481. # [13:22] <decoder> it's later written to in one of the called methods
  1482. # [13:22] <glandium> decoder: use braces?
  1483. # [13:22] <decoder> glandium: braces around what? the first case? then the code would no longer compile
  1484. # [13:22] <decoder> i wanted to know if that code is just broken
  1485. # [13:23] <decoder> or the unused should be declared in a higher scope
  1486. # [13:23] <glandium> ah, unused is declared in the first case
  1487. # [13:23] <glandium> just declare it in the while
  1488. # [13:23] <decoder> exactly^^
  1489. # [13:23] <decoder> yea. but this is clearly a bug, right?
  1490. # [13:23] <decoder> as it is now
  1491. # [13:23] <decoder> i dont know what bad things might happen, but if asan reports it out of scope, then it is probably and thats bad
  1492. # [13:24] * Quits: darktrojan (geoff@moz-D5C665A2.dsl.telstraclear.net) (Quit: darktrojan)
  1493. # [13:24] * Joins: gabriel-iv (Thunderbir@872F60AF.4D6D914F.FB866788.IP)
  1494. # [13:24] * Quits: gabriel-iv (Thunderbir@872F60AF.4D6D914F.FB866788.IP) (Quit: gabriel-iv)
  1495. # [13:24] <glandium> decoder: it might be legal, but it's completely weird and unclear to humans
  1496. # [13:25] * Quits: yzen_ (yzen@moz-E06714DD.cpe.netcabo.pt) (Ping timeout)
  1497. # [13:26] * Quits: brendan (brendaneic@9E9221B0.60D98710.CE12DF22.IP) (Quit: brendan)
  1498. # [13:26] * Quits: vd (vd@moz-7A53EEF0.ddns.cablebg.net) (Ping timeout)
  1499. # [13:27] * khuey is now known as khuey|away
  1500. # [13:28] * Joins: Weebs (SchwigilyD@moz-35D38DB2.hsd1.mi.comcast.net)
  1501. # [13:29] <Tomcat|sheriffduty> oh my..assigning bugs to myself :)
  1502. # [13:31] <decoder> glandium: okay. ill prepare a patch
  1503. # [13:31] * Quits: michal (michal@moz-6CE1017D.broadband17.iol.cz) (Ping timeout)
  1504. # [13:32] * Joins: brendan (brendaneic@9E9221B0.60D98710.CE12DF22.IP)
  1505. # [13:32] * Joins: michal (michal@18728636.D0F82CD8.32697916.IP)
  1506. # [13:32] * Joins: Pike (chatzilla@moz-4646CF51.pool.mediaways.net)
  1507. # [13:33] * Joins: till (till@moz-15996C6B.adsl.alicedsl.de)
  1508. # [13:33] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1509. # [13:34] * Quits: michal (michal@18728636.D0F82CD8.32697916.IP) (Ping timeout)
  1510. # [13:34] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1511. # [13:34] * Joins: ericjung_ (ericjung@moz-FC76CC78.bstnma.fios.verizon.net)
  1512. # [13:34] * Joins: michal (michal@moz-6CE1017D.broadband17.iol.cz)
  1513. # [13:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ae09c5402cbe - Ed Morley - Bug 913807 - Fix up merge conflicts
  1514. # [13:35] <edmorley> Tomcat|sheriffduty: was keeping an eye on the merge, since I had to manually resolve some conflicts - with this fixup should be good now
  1515. # [13:35] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  1516. # [13:35] <edmorley> Tomcat|sheriffduty: (the xpcshell failures are not the intermittent that was suggested)
  1517. # [13:35] <Tomcat|sheriffduty> edmorley: cool!
  1518. # [13:35] <edmorley> :-)
  1519. # [13:36] <edmorley> Tomcat|sheriffduty: let me know if you see any more "TypeError: redeclaration of const <foo>"
  1520. # [13:36] <Tomcat|sheriffduty> yeah will do
  1521. # [13:36] <edmorley> Tomcat|sheriffduty: bug 913807 moved a bunch of those boilerplate variable to the included-everywhere js
  1522. # [13:36] <edmorley> variables
  1523. # [13:36] <Tomcat|sheriffduty> hopefully we can solve this issue from last night with the errors too
  1524. # [13:37] <edmorley> which means things landed in the meantime will try to double-declare them
  1525. # [13:37] <edmorley> Tomcat|sheriffduty: which issue? :-) (still working through bugmail)
  1526. # [13:37] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1527. # [13:38] <Tomcat|sheriffduty> edmorley: we had suddenly from 8pm till 10pm and later suddendly a spike in disconnects
  1528. # [13:38] <Tomcat|sheriffduty> this " "remoteFailed: [Failure instance: Traceback (failure with no frames): <class 'twisted.internet.error.ConnectionLost'>" things
  1529. # [13:38] <Tomcat|sheriffduty> on various trees etc
  1530. # [13:39] <Tomcat|sheriffduty> edmorley: filed bug 918677 for it to investigate
  1531. # [13:39] <edmorley> ah yeah that one
  1532. # [13:39] <edmorley> cool thank you
  1533. # [13:39] <edmorley> hope just delayed fallout from the dns switchover
  1534. # [13:39] <Tomcat|sheriffduty> yeah
  1535. # [13:39] <peterv> Tomcat|sheriffduty: not sure what's up with B2G ICS Emulator Debug, but looks unlikely to be me
  1536. # [13:41] <decoder> glandium: do you see why it would be complaining here? http://mxr.mozilla.org/mozilla-central/source/dom/indexedDB/KeyPath.cpp#326 I get this trace: https://tbpl.mozilla.org/php/getParsedLog.php?id=28143927&tree=Try&full=1#error1
  1537. # [13:41] <decoder> aString going out of scope?
  1538. # [13:41] <Tomcat|sheriffduty> peterv: yeah lets see if the retrigger helps (and hi :)
  1539. # [13:41] <peterv> hi :-)
  1540. # [13:41] <Tomcat|sheriffduty> peterv: see they found a way to take me away from leak bugs :P
  1541. # [13:42] <peterv> Tomcat|sheriffduty: heh, I'm not really doing much in those anymore, so it won't affect me much ;-)
  1542. # [13:42] <Tomcat|sheriffduty> :)
  1543. # [13:47] * Quits: brendan (brendaneic@9E9221B0.60D98710.CE12DF22.IP) (Quit: brendan)
  1544. # [13:47] * Joins: surkov (surkov@13F2CEC5.7672369.D8E68FF6.IP)
  1545. # [13:49] * Joins: willyaranda (willyarand@moz-203E659F.red-79-156-69.staticip.rima-tde.net)
  1546. # [13:49] * darkowlzz is now known as darkowlzz|afk
  1547. # [13:51] * Quits: willyaranda (willyarand@moz-203E659F.red-79-156-69.staticip.rima-tde.net) (Ping timeout)
  1548. # [13:53] * Joins: kk1fff (kk1fff@moz-50DEFA7E.dynamic.hinet.net)
  1549. # [13:53] <glandium> decoder: no idea
  1550. # [13:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bad2fbae18e8 - Victor Porof - Bug 860349 - Enable and add more logging for browser_dbg_chrome-create.js, r=rcampbell
  1551. # [13:55] * Joins: jkitch (Thunderbir@moz-FF8A9560.lns21.adl2.internode.on.net)
  1552. # [13:58] <decoder> glandium: okay. thanks for looking
  1553. # [13:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/57f32113d785 - Alexander Surkov - Bug 917973 - tear off ISimpleDOMDocument, r=tbsaunde
  1554. # [14:00] <jkitch> Where do I set a css rule that depends on both a font attribute and text attribute. I've found ComputeFontData() and ComputeTextData() within layout\style\nsRuleNode.cpp, but they only support checking font and text rules respectively.
  1555. # [14:00] * Joins: willyaranda (willyarand@moz-203E659F.red-79-156-69.staticip.rima-tde.net)
  1556. # [14:01] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  1557. # [14:01] <glandium> decoder: i don't know how all that works (http://mxr.mozilla.org/mozilla-central/source/dom/indexedDB/KeyPath.cpp#38) but couldn't asan be confused by the fact that token might just point to aKeyPath's buffer?
  1558. # [14:03] * Quits: willyaranda (willyarand@moz-203E659F.red-79-156-69.staticip.rima-tde.net) (Ping timeout)
  1559. # [14:04] * whimboo is now known as whimboo|afk
  1560. # [14:05] <Tomcat|sheriffduty> edmorley: seems there is another issue with your merge
  1561. # [14:06] * Joins: vd (vd@moz-7A53EEF0.ddns.cablebg.net)
  1562. # [14:06] <Tomcat|sheriffduty> oh thats the same issue
  1563. # [14:07] <decoder> glandium: hmm.. that would be really bad
  1564. # [14:07] <decoder> glandium: i went further up in the trace
  1565. # [14:07] <decoder> and two frames up, i found this:
  1566. # [14:07] <decoder> http://mxr.mozilla.org/mozilla-central/source/dom/indexedDB/IDBObjectStore.cpp#2598
  1567. # [14:07] <decoder> is that right? the &keyPath
  1568. # [14:08] <decoder> oh wait
  1569. # [14:08] <decoder> of course it is
  1570. # [14:08] <decoder> i mixed up the arguments
  1571. # [14:08] * Quits: simo36 (simo36@BFBA652E.7FF324D0.B1865714.IP) (Ping timeout)
  1572. # [14:10] * sheppy-offline is now known as sheppy
  1573. # [14:10] <decoder> just figuring out where the stringref is coming from.. but since asan complains right in the middle, thats probably not the problem
  1574. # [14:10] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1575. # [14:12] * Quits: inolen (Adium@moz-D2D12FC1.socal.res.rr.com) (Quit: Leaving.)
  1576. # [14:12] <edmorley> Tomcat|sheriffduty: :-)
  1577. # [14:14] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  1578. # [14:16] * Quits: ggo98 (Thunderbir@moz-96AFB9C9.w92-141.abo.wanadoo.fr) (Ping timeout)
  1579. # [14:17] * kmoir-afk is now known as kmoir
  1580. # [14:19] * sheppy is now known as sheppy-offline
  1581. # [14:20] * jmaher|afk is now known as jmaher
  1582. # [14:22] * Joins: simo36 (simo36@87FEB41.BE5F29B.BDA7A6F4.IP)
  1583. # [14:23] * Joins: ggo98 (Thunderbir@moz-96AFB9C9.w92-141.abo.wanadoo.fr)
  1584. # [14:23] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  1585. # [14:23] * Quits: kk1fff_ (patrick@moz-50DEFA7E.dynamic.hinet.net) (Quit: leaving)
  1586. # [14:24] * Joins: marcoz (marco.zehe@moz-304E8D95.dip0.t-ipconnect.de)
  1587. # [14:26] * Joins: Quazer (bzlandfill@moz-788C2250.red.bezeqint.net)
  1588. # [14:27] * Quits: Quazer (bzlandfill@moz-788C2250.red.bezeqint.net) (Quit: CGI:IRC (EOF))
  1589. # [14:27] * Quits: darkowlzz|afk (sunny@62B9326A.685AC50C.27560D6E.IP) (Ping timeout)
  1590. # [14:29] * jorendorff_away is now known as jorendorff
  1591. # [14:29] <NeilAway> decoder: dunno about C++ but that looks legal under C rules
  1592. # [14:30] <NeilAway> decoder: sorry, brain failure
  1593. # [14:31] * Joins: zzzzz (chatzilla@moz-609E4EC0.dhcp.embarqhsd.net)
  1594. # [14:32] * Joins: gabriel-iv (Thunderbir@872F60AF.4D6D914F.FB866788.IP)
  1595. # [14:33] <decoder> NeilAway: you mean the indexeddb thing?
  1596. # [14:33] * Joins: mina (mina@moz-EC99504E.cpe.teksavvy.com)
  1597. # [14:33] * Joins: annevk (annevk@D371F92B.DA6F7616.F83D3F11.IP)
  1598. # [14:33] * Quits: blassey (blassey@386C8CEB.7488BB3C.E96CA9D8.IP) (Input/output error)
  1599. # [14:34] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1600. # [14:34] <glazou> bonjour
  1601. # [14:34] * sheppy-offline is now known as sheppy
  1602. # [14:35] * Joins: grapenuts (chatzilla@moz-73B75604.nys.biz.rr.com)
  1603. # [14:35] * bhearsum|afk is now known as bhearsum
  1604. # [14:36] * Joins: gustavold (gustavold@6E1B850A.15A498AB.C7EA744A.IP)
  1605. # [14:37] * Joins: andreasn (andreasn@moz-41278B4B.a336.priv.bahnhof.se)
  1606. # [14:37] * Joins: dstrbad_n (chatzilla@moz-7B1891B7.adsl.net.t-com.hr)
  1607. # [14:37] * Joins: mihneadb (mihneadb@moz-CFFC9266.residential.rdsnet.ro)
  1608. # [14:38] * kats|away is now known as kats
  1609. # [14:40] * khuey|away is now known as khuey
  1610. # [14:42] * Joins: inolen (Adium@moz-D2D12FC1.socal.res.rr.com)
  1611. # [14:43] * Joins: willyaranda (willyarand@moz-203E659F.red-79-156-69.staticip.rima-tde.net)
  1612. # [14:43] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  1613. # [14:47] * Joins: sanket (sanket@EBC6F9AD.15E7194F.9105FBCF.IP)
  1614. # [14:48] * Quits: inolen (Adium@moz-D2D12FC1.socal.res.rr.com) (Ping timeout)
  1615. # [14:50] * Joins: phenom (phenom@15667808.6AC9BFD2.4A5F0685.IP)
  1616. # [14:50] * Quits: willyaranda (willyarand@moz-203E659F.red-79-156-69.staticip.rima-tde.net) (Quit: This computer has gone to sleep)
  1617. # [14:52] <NeilAway> decoder: I was reading scrollback and not paying attention, just ignore me
  1618. # [14:55] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1619. # [14:56] * Joins: MauricioC (mauricioc@moz-2CFCD404.impa.br)
  1620. # [14:56] * kats is now known as kats-interview
  1621. # [14:57] * Joins: armenzg (armenzg@moz-69908390.home1.cgocable.net)
  1622. # [15:01] <Fallen> has anyone used js-ctypes with cocoa NSString? I'm not clear on how to convert a js string to a cocoa NSString...
  1623. # [15:03] * Joins: jimm (jmathies@moz-864CAA4E.pn.at.cox.net)
  1624. # [15:04] <decoder> NeilAway: ah ok :D thanks for looking anyways
  1625. # [15:04] <decoder> im still trying to figure out some stuff that option reports
  1626. # [15:04] <decoder> maybe it's false positives.. it's experimental
  1627. # [15:07] * Quits: vendo (vendo@2A7A458C.685BED33.300931B2.IP) (Quit: Leaving.)
  1628. # [15:08] * Joins: ahal (ahal@F77132FB.12EEDBD3.6BEEAEBD.IP)
  1629. # [15:09] * Quits: bkero (bkero@B09BE30.721446DC.5E72ECD5.IP) (Ping timeout)
  1630. # [15:10] * Joins: squib (squib@moz-54866485.dhcp.mdsn.wi.charter.com)
  1631. # [15:10] * jhopkins|afk is now known as jhopkins
  1632. # [15:12] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  1633. # [15:12] * Joins: ctangira_ (ctangira@moz-B8FE932D.lightspeed.rcsntx.sbcglobal.net)
  1634. # [15:13] * Joins: bkero (bkero@B09BE30.721446DC.5E72ECD5.IP)
  1635. # [15:14] * Fallen is now known as Fallen|away
  1636. # [15:15] * kmoir is now known as kmoir-afk
  1637. # [15:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bc4927b98536 - Dan Gohman - Bug 918023 - IonMonkey: Rename RegisterSet's maybeTake to takeUnchecked for consistency with TypedRegisterSet. r=h4writer
  1638. # [15:16] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d8304a4e8413 - Dan Gohman - Bug 918023 - IonMonkey: Simplify RegisterSet::takeUnchecked. r=h4writer
  1639. # [15:17] * Quits: ctangira_ (ctangira@moz-B8FE932D.lightspeed.rcsntx.sbcglobal.net) (Ping timeout)
  1640. # [15:18] * Joins: ctangira (ctangira@moz-44402D73.cisco.com)
  1641. # [15:19] * Joins: botond-laptop (chatzilla@B935670A.57601E1B.971E19F6.IP)
  1642. # [15:19] * Joins: overholt (overholt@13F2CEC5.7672369.D8E68FF6.IP)
  1643. # [15:19] * Quits: dstrbad_n (chatzilla@moz-7B1891B7.adsl.net.t-com.hr) (Ping timeout)
  1644. # [15:19] * rail_away is now known as rail
  1645. # [15:19] * jorendorff is now known as jorendorff_away
  1646. # [15:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d39c487bd93f - Dan Gohman - Bug 918023 - IonMonkey: Misc cleanups. r=kvijayan
  1647. # [15:20] * Quits: cers (csonne@moz-D706C2D4.fullrate.dk) (Quit: Computer has gone to sleep.)
  1648. # [15:21] * Quits: mina (mina@moz-EC99504E.cpe.teksavvy.com) (Quit: mina)
  1649. # [15:21] * Joins: jez (519133a2@moz-F6591C48.gooeysoftware.com)
  1650. # [15:22] * Joins: cers (csonne@moz-D706C2D4.fullrate.dk)
  1651. # [15:22] <jez> Why would I still be getting error console messages like "unknown propertyl 'flex-wrap'" in SeaMonkey 2.21? Isn't that CSS now supported?
  1652. # [15:22] * sheppy is now known as sheppy-offline
  1653. # [15:22] * mdas is now known as mdas|afk
  1654. # [15:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1f6b5cb3fe3b - Masatoshi Kimura - Bug 918567 - Hide interface objects for MozAfterPaint from content. r=smaug
  1655. # [15:24] * Quits: cers (csonne@moz-D706C2D4.fullrate.dk) (Quit: Computer has gone to sleep.)
  1656. # [15:25] * Joins: darkowlzz|afk (sunny@62B9326A.685AC50C.27560D6E.IP)
  1657. # [15:25] * Quits: dao (dao@moz-C3E500C2.superkabel.de) (Quit: Leaving.)
  1658. # [15:26] <Tomcat|sheriffduty> peterv: retrigger build went green
  1659. # [15:26] <Tomcat|sheriffduty> so its all good
  1660. # [15:26] <Tomcat|sheriffduty> for b2g emulator
  1661. # [15:27] * Quits: ctangira (ctangira@moz-44402D73.cisco.com) (Quit: ctangira)
  1662. # [15:27] * Joins: rednaks (rednaks@2BFFE0C9.74C6FD40.360EF119.IP)
  1663. # [15:28] * Quits: vigneshwaran (vigneshwar@FC0B83FD.138D8F1E.FD6A0EFF.IP) (Quit: Leaving.)
  1664. # [15:32] <Gijs> jez: https://developer.mozilla.org/en-US/docs/Web/CSS/flex-wrap says no.
  1665. # [15:32] <Gijs> [1] Firefox supports only single-line flexbox
  1666. # [15:32] <Gijs> (apparently)
  1667. # [15:32] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1668. # [15:32] * Joins: davidb_ (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  1669. # [15:33] * Quits: davidb (uid12418@moz-31ABA2C0.irccloud.com) (Quit: )
  1670. # [15:33] * davidb_ is now known as davidb
  1671. # [15:33] * jorendorff_away is now known as jorendorff
  1672. # [15:34] * Quits: khuey (khuey@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1673. # [15:34] * Joins: khuey (khuey@moz-DB4A9C19.scl3.mozilla.com)
  1674. # [15:34] * ChanServ sets mode: +o khuey
  1675. # [15:35] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1676. # [15:35] <jez> Gijs: interesting. so it's fully documented but not supported.
  1677. # [15:35] <Gijs> jez: yes. Sometimes (maybe even often?) writing documentation is easier than supporting the feature.
  1678. # [15:35] * Joins: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP)
  1679. # [15:36] * Joins: kamidphish (kamidphish@13F2CEC5.7672369.D8E68FF6.IP)
  1680. # [15:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0440e4785c1e - Dan Gohman - Bug 917991 - Merge x86's and x64's Operand into shared code. r=jandem
  1681. # [15:37] <jez> also https://developer.mozilla.org/en-US/docs/Web/CSS/writing-mode
  1682. # [15:37] <jez> it doesn't say whether writing-mode is supported?
  1683. # [15:38] <Gijs> jez: it's a wiki, so you can fix this yourself! You may also want to ask in #devmo .
  1684. # [15:39] * Joins: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP)
  1685. # [15:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cf39aa0d85b6 - Brian Hackett - Bug 918161 - Remove uses of JSContext when constructing vectors in IonBuilder, r=jandem.
  1686. # [15:41] * Joins: ctangira_ (ctangira@moz-B8FE932D.lightspeed.rcsntx.sbcglobal.net)
  1687. # [15:42] * Quits: ahal (ahal@F77132FB.12EEDBD3.6BEEAEBD.IP) (Ping timeout)
  1688. # [15:42] * whimboo|afk is now known as whimboo
  1689. # [15:43] * Joins: ahal (ahal@F77132FB.12EEDBD3.6BEEAEBD.IP)
  1690. # [15:44] * Quits: armenzg (armenzg@moz-69908390.home1.cgocable.net) (Connection reset by peer)
  1691. # [15:45] * Joins: armenzg (armenzg@moz-69908390.home1.cgocable.net)
  1692. # [15:45] * jchen|away is now known as jchen
  1693. # [15:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/72681e08a35d - Brian Hackett - Bug 918116 - Don't delazify scripts during Ion compilation, r=jandem.
  1694. # [15:46] * Joins: RyanVM (Thunderbir@moz-E1C79376.phlapa.fios.verizon.net)
  1695. # [15:48] * edmorley is now known as edmorley|sheriffduty
  1696. # [15:48] <jez> doesn't seem to be supported in Gecko.
  1697. # [15:48] <jez> gives me an unknown property in the error console
  1698. # [15:48] * Joins: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP)
  1699. # [15:49] * Quits: gabriel-iv (Thunderbir@872F60AF.4D6D914F.FB866788.IP) (Quit: gabriel-iv)
  1700. # [15:49] * Joins: gcp (gpascutto@13F2CEC5.7672369.D8E68FF6.IP)
  1701. # [15:50] * Quits: tomer (tomer@6A854FA3.DF9378B3.FC30AC02.IP) (Connection reset by peer)
  1702. # [15:52] * Joins: tomer (tomer@6A854FA3.DF9378B3.FC30AC02.IP)
  1703. # [15:53] * Joins: mina (malmasry@FCCEA34F.7672369.D8E68FF6.IP)
  1704. # [15:54] * Joins: huseby (huseby@moz-4E8C421A.husebyhome.com)
  1705. # [15:55] * Joins: dria (dria@13F2CEC5.7672369.D8E68FF6.IP)
  1706. # [15:57] * Quits: darkowlzz|afk (sunny@62B9326A.685AC50C.27560D6E.IP) (Ping timeout)
  1707. # [15:57] * Quits: ctangira_ (ctangira@moz-B8FE932D.lightspeed.rcsntx.sbcglobal.net) (Quit: ctangira_)
  1708. # [15:58] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1709. # [15:58] * Joins: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz)
  1710. # [15:59] * Quits: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com) (Quit: lmandel)
  1711. # [15:59] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1712. # [15:59] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  1713. # [16:00] * Joins: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net)
  1714. # [16:02] * Joins: spohl (Adium@3C5A567.B2B7AA57.6AA72BA7.IP)
  1715. # [16:02] * Joins: mina_ (mina@FCCEA34F.7672369.D8E68FF6.IP)
  1716. # [16:02] * Quits: botond-laptop (chatzilla@B935670A.57601E1B.971E19F6.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 20.0/20130417085609])
  1717. # [16:03] * Tomcat|sheriffduty is now known as Tomcat|afk
  1718. # [16:04] * kats-interview is now known as kats
  1719. # [16:06] * Joins: bjacob_afk (bjacob@74F73F7.F1C5FF89.47FCCCC.IP)
  1720. # [16:06] * philor|away is now known as philor
  1721. # [16:08] * Quits: Weebs (SchwigilyD@moz-35D38DB2.hsd1.mi.comcast.net) (Ping timeout)
  1722. # [16:10] * Quits: sankha93 (Instantbir@7061CD01.D6BD0D91.22D41759.IP) (Quit: Gone to save the world!)
  1723. # [16:11] * Joins: mcomella (mcomella@13F2CEC5.7672369.D8E68FF6.IP)
  1724. # [16:11] * Quits: mina (malmasry@FCCEA34F.7672369.D8E68FF6.IP) (Quit: mina)
  1725. # [16:11] * mina_ is now known as mina
  1726. # [16:11] * Joins: gabriel-iv (Thunderbir@872F60AF.4D6D914F.FB866788.IP)
  1727. # [16:13] * Joins: darkowlzz|afk (sunny@62B9326A.685AC50C.27560D6E.IP)
  1728. # [16:14] * Quits: rednaks (rednaks@2BFFE0C9.74C6FD40.360EF119.IP) (Quit: Téléportation !)
  1729. # [16:15] * Quits: mihneadb (mihneadb@moz-CFFC9266.residential.rdsnet.ro) (Input/output error)
  1730. # [16:17] * Quits: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz) (Quit: pbocan)
  1731. # [16:18] * Joins: willyaranda (willyarand@moz-E7933217.dynamic.jazztel.es)
  1732. # [16:18] * Quits: asac (asac@moz-9D978C09.compute-1.amazonaws.com) (Input/output error)
  1733. # [16:18] * Joins: asac (asac@moz-9D978C09.compute-1.amazonaws.com)
  1734. # [16:19] * kmoir-afk is now known as kmoir
  1735. # [16:19] * Quits: sewardj (sewardj@moz-8405AC5.dip0.t-ipconnect.de) (Quit: Konversation terminated!)
  1736. # [16:19] * Joins: sewardj (sewardj@moz-8405AC5.dip0.t-ipconnect.de)
  1737. # [16:19] * Quits: ddahl (ddahl@C0559334.C30B3942.8DDCAE07.IP) (Quit: Adios Amigos)
  1738. # [16:19] * mdas|afk is now known as mdas
  1739. # [16:20] * Joins: mdas_ (mdas@moz-104CC309.mv.mozilla.com)
  1740. # [16:21] * Quits: mdas (mdas@87EC1162.AD7A4894.465000F8.IP) (Ping timeout)
  1741. # [16:21] * Quits: AlinT (AlinT@601F3B17.33662590.A5830293.IP) (Client exited)
  1742. # [16:22] * Quits: bjacob_afk (bjacob@74F73F7.F1C5FF89.47FCCCC.IP) (Ping timeout)
  1743. # [16:23] * Quits: gustavold (gustavold@6E1B850A.15A498AB.C7EA744A.IP) (Ping timeout)
  1744. # [16:23] * Joins: blassey (blassey@FCCEA34F.7672369.D8E68FF6.IP)
  1745. # [16:25] * Joins: mina_ (malmasry@FCCEA34F.7672369.D8E68FF6.IP)
  1746. # [16:25] * Callek_disconnected is now known as Callek
  1747. # [16:27] * Joins: chmanchester (chmanchest@moz-6B477A27.hsd1.pa.comcast.net)
  1748. # [16:27] * Quits: Pauly (paul@601F3B17.33662590.A5830293.IP) (Quit: Pauly)
  1749. # [16:27] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Quit: Jesse)
  1750. # [16:28] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  1751. # [16:28] * Quits: huseby (huseby@moz-4E8C421A.husebyhome.com) (Ping timeout)
  1752. # [16:28] * Joins: Standard8 (Standard8@D45C33FD.2256647E.1BA12FC8.IP)
  1753. # [16:28] * Joins: Archaeopteryx (itsme@moz-C2E2ABF5.cust.telecolumbus.net)
  1754. # [16:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3c1df3f2ca71 - Jan Beich - Bug 918177 - Make sure <iosfwd> symbols are visible with gtest. r=glandium
  1755. # [16:31] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ad8143279d00 - Steve Fink - Bug 918462 - Replace JS_IsConstructing() body with CallReceiver. r=Waldo
  1756. # [16:31] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a08530866dee - Martijn Wargers - Bug 917056 - Make zoomed-svg-with-viewBox-01.svg use reftest-zoom. r=longsonr
  1757. # [16:31] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0ada95398c65 - ISHIKAWA, Chiaki - Bug 918234 - Use a proper StaticRefPtr type in Latency.cpp. r=bsmedberg, r=padenot
  1758. # [16:31] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b3926a355e8f - Alexander J. Vincent - Bug 916364 - Remove the unused mNumConsumed int. r=mrbkap
  1759. # [16:31] * Joins: aklotz (Thunderbir@moz-935DE219.cg.shawcable.net)
  1760. # [16:32] * Joins: ctangira (ctangira@moz-CFCC7B62.cisco.com)
  1761. # [16:32] * Quits: jkitch (Thunderbir@moz-FF8A9560.lns21.adl2.internode.on.net) (Ping timeout)
  1762. # [16:33] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  1763. # [16:33] <Yoric> ttaubert: You'll be happy to learn that your e10s patch completely screws up my tab state cache tests :/
  1764. # [16:34] * Parts: bhearsum (bhearsum@moz-FBAE94.members.linode.com)
  1765. # [16:34] * Joins: blassey_ (blassey@13F2CEC5.7672369.D8E68FF6.IP)
  1766. # [16:34] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1767. # [16:34] <Yoric> Albeit in expected ways – we seem to always hit.
  1768. # [16:35] * Quits: blassey (blassey@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  1769. # [16:35] * mcote|afk is now known as mcote
  1770. # [16:35] * Callek is now known as Callek|buildduty
  1771. # [16:35] <reyre> anyone have trouble using format-patch with git to change DOS line feed to Unix?
  1772. # [16:36] * Joins: Cork (Cork@moz-352B7E7B.a370.priv.bahnhof.se)
  1773. # [16:36] * Quits: sanket (sanket@EBC6F9AD.15E7194F.9105FBCF.IP) (Ping timeout)
  1774. # [16:37] * Joins: bnicholson (bnicholson@FCCEA34F.7672369.D8E68FF6.IP)
  1775. # [16:38] * Quits: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1776. # [16:39] * mcote is now known as mcote|afk
  1777. # [16:40] * Quits: nicklebedev (nicklebede@moz-838152B8.net135.n37.ru) (Quit: )
  1778. # [16:40] <ttaubert> Yoric: :/
  1779. # [16:41] * Quits: Optimizer (Optimizer@608EA847.94B36BF2.ED43EB4C.IP) (Ping timeout)
  1780. # [16:41] * Joins: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  1781. # [16:42] * Joins: Optimizer (Optimizer@608EA847.94B36BF2.ED43EB4C.IP)
  1782. # [16:42] * Quits: ferjm (ferjm@moz-CB6FA5C1.red-81-37-143.dynamicip.rima-tde.net) (Quit: Leaving)
  1783. # [16:43] * Quits: gabriel-iv (Thunderbir@872F60AF.4D6D914F.FB866788.IP) (Quit: gabriel-iv)
  1784. # [16:45] * Quits: mina_ (malmasry@FCCEA34F.7672369.D8E68FF6.IP) (Quit: mina_)
  1785. # [16:45] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1786. # [16:45] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  1787. # [16:45] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: glazou)
  1788. # [16:46] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1789. # [16:47] * Joins: inolen (Adium@moz-D2D12FC1.socal.res.rr.com)
  1790. # [16:47] <Yoric> ttaubert: I suspect my synchronizing is wrong somehow. Will check later.
  1791. # [16:47] <Yoric> afk
  1792. # [16:48] * Joins: gabor (gabor@BEA5D116.5291F4C0.16E13E53.IP)
  1793. # [16:48] <ttaubert> k
  1794. # [16:48] * Joins: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP)
  1795. # [16:48] * Quits: inolen (Adium@moz-D2D12FC1.socal.res.rr.com) (Ping timeout)
  1796. # [16:49] * Quits: bnicholson (bnicholson@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  1797. # [16:50] * Joins: mina_ (malmasry@FCCEA34F.7672369.D8E68FF6.IP)
  1798. # [16:53] <mina> I want to write a mochitest that checks that an img element has been reloaded
  1799. # [16:53] <mina> how do I check that an img element has been reloaded?
  1800. # [16:53] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Ping timeout)
  1801. # [16:54] <@bz_sleep> define "reloaded"?
  1802. # [16:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/32410b741451 - Ed Morley - Backed out changeset 1f6b5cb3fe3b (bug 918567) for mochitest-3 failures in test_interfaces.html CLOSED TREE
  1803. # [16:54] <mina> bz_sleep: I'm working on this bug actually: https://bugzilla.mozilla.org/show_bug.cgi?id=696451
  1804. # [16:54] <mina> I want to check that the image has been fetched again using the new policy after cross origin has been changed
  1805. # [16:55] <@bz_sleep> Ah
  1806. # [16:55] <@bz_sleep> Well, either you can point to some url which does not allow CORS access
  1807. # [16:55] <@bz_sleep> and then assert that the image fails to load
  1808. # [16:55] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1809. # [16:55] * jcranmer|away is now known as jcranmer
  1810. # [16:55] <@bz_sleep> or you can point to one that does, paint to a canvas, and then assert that you can getImageData
  1811. # [16:56] <@bz_sleep> (and make sure the test fails without your patch)
  1812. # [16:56] <@bz_sleep> The _really_ right way to do it
  1813. # [16:56] <@bz_sleep> is to new Image
  1814. # [16:56] <@bz_sleep> set src
  1815. # [16:56] <@bz_sleep> wait for it to load
  1816. # [16:56] <@bz_sleep> set crossOrigin
  1817. # [16:56] <@bz_sleep> and assert you get a new load event
  1818. # [16:56] * Quits: mstange (markus@moz-64605D6.dip0.t-ipconnect.de) (Ping timeout)
  1819. # [16:57] <@bz_sleep> or error event, depending on the url's behavior
  1820. # [16:57] <mina> bz_sleep: aha, I think I'll go that last one
  1821. # [16:57] <mina> bz_sleep: thanks
  1822. # [16:57] * Joins: mstange (markus@moz-E5D47FE9.dip0.t-ipconnect.de)
  1823. # [16:57] <RyanVM> bz_sleep: I'm probalby going to be bringing up the talos dromaeojs OOMs on win7 on next week's platform call
  1824. # [16:58] * Joins: sanket (sanket@9115D3E.93B7E2E0.D61FB583.IP)
  1825. # [16:58] <RyanVM> we already killed it on XP for the same reason
  1826. # [16:58] <RyanVM> win7 is about as failure-prone
  1827. # [16:58] <RyanVM> which is to say, quite often
  1828. # [16:58] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1829. # [16:58] * Quits: Optimizer (Optimizer@608EA847.94B36BF2.ED43EB4C.IP) (Ping timeout)
  1830. # [16:58] * Quits: willyaranda (willyarand@moz-E7933217.dynamic.jazztel.es) (Quit: This computer has gone to sleep)
  1831. # [16:59] <RyanVM> bz_sleep: seems bug 872788 isn't getting any attention
  1832. # [16:59] * mdas_ is now known as mdas
  1833. # [16:59] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Quit: Leaving.)
  1834. # [16:59] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1835. # [16:59] * Quits: jaoo (user@moz-9BAEB8E5.red-88-5-71.dynamicip.rima-tde.net) (Quit: ERC Version 5.3 (IRC client for Emacs))
  1836. # [17:00] <@smaug> when running tests using make -C <objdir> footest, is there some way to get the "waiting for 300 seconds. attach to debugger..." things?
  1837. # [17:00] * Quits: janv (varga@ACC3EF4B.A5E4DDFD.4F33160D.IP) (Quit: This computer has gone to sleep)
  1838. # [17:00] * Joins: myk (myk@moz-BBE3ABD.mv.mozilla.com)
  1839. # [17:00] * Quits: mina_ (malmasry@FCCEA34F.7672369.D8E68FF6.IP) (Quit: mina_)
  1840. # [17:00] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1841. # [17:01] * Joins: bnicholson (bnicholson@13F2CEC5.7672369.D8E68FF6.IP)
  1842. # [17:01] <@bz_sleep> RyanVM: I thought we had another bug on this, where I explained what the problem is?
  1843. # [17:01] <@bz_sleep> RyanVM: that being a bug in the test
  1844. # [17:01] <tbsaunde> smaug: just run with EXTRA_TEST_ARGS='--debugger gdb --debugger-interactive' ?
  1845. # [17:01] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1846. # [17:01] * Joins: Optimizer (Optimizer@608EA847.94B36BF2.ED43EB4C.IP)
  1847. # [17:01] <@smaug> aha
  1848. # [17:02] <@bz_sleep> RyanVM: where it will OOM if your code is too fast
  1849. # [17:02] <RyanVM> bz_sleep: dunno, all I know is that's very frustrating and it's got me seriously contemplating disabling it on win7 too
  1850. # [17:02] <@bz_sleep> RyanVM: esp. on 32-bit systems
  1851. # [17:02] <@bz_sleep> RyanVM: one sec
  1852. # [17:02] <RyanVM> and as much as I love being down 2/3 of our testing on that suite on one platform
  1853. # [17:02] * darkowlzz|afk is now known as darkowlzz
  1854. # [17:02] * Joins: inolen (Adium@moz-D2D12FC1.socal.res.rr.com)
  1855. # [17:03] <vlad> anyone know what the new committer access granting process is? Is it marcia only who reviews the bugs? I see shannon armitage also mentioned in here
  1856. # [17:04] * Joins: bjacob_afk (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  1857. # [17:04] * Quits: bnicholson (bnicholson@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1858. # [17:04] * Quits: Standard8 (Standard8@D45C33FD.2256647E.1BA12FC8.IP) (Ping timeout)
  1859. # [17:04] * Joins: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net)
  1860. # [17:05] * ctalbert|afk is now known as ctalbert
  1861. # [17:05] <RyanVM> vlad: outside of this page? no. http://www.mozilla.org/hacking/commit-access-policy/
  1862. # [17:05] * Quits: MauricioC (mauricioc@moz-2CFCD404.impa.br) (Ping timeout)
  1863. # [17:05] <@bz_sleep> RyanVM: https://bugs.webkit.org/show_bug.cgi?id=95376
  1864. # [17:05] <vlad> yeah, not the policy, more the actual process
  1865. # [17:05] <@bz_sleep> RyanVM: I could have sworn we had a bug on our side like that
  1866. # [17:06] <@bz_sleep> RyanVM: but I can't find it
  1867. # [17:06] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  1868. # [17:06] <@bz_sleep> RyanVM: in any case, someone with access to our test suite, needs to fix that
  1869. # [17:06] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  1870. # [17:06] <RyanVM> bz_sleep: looks like they ended up just skipping the test?
  1871. # [17:08] <RyanVM> bz_sleep: I'm going to needinfo you on bug 872788. Do you mind summarizing some of this? I'll try to find a test owner from there.
  1872. # [17:09] * Quits: Archaeopteryx (itsme@moz-C2E2ABF5.cust.telecolumbus.net) (Quit: Is this plutonium in your pocket, or are you just happy to see me leave.)
  1873. # [17:09] <@bz_sleep> ok
  1874. # [17:09] * Joins: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net)
  1875. # [17:09] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  1876. # [17:09] * Joins: tiziana (tiziana@5AA55B91.E1AD7960.73D36934.IP)
  1877. # [17:10] * Joins: mmc|laptop (mchew@moz-BBC0C7F1.hsd1.ca.comcast.net)
  1878. # [17:10] <edmorley|sheriffduty> RyanVM, bz_sleep: the file in question is https://hg.mozilla.org/build/talos/file/e11c30b59cef/talos/page_load_test/dromaeo/tests/jslib-modify-jquery.html
  1879. # [17:10] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  1880. # [17:10] <RyanVM> edmorley|sheriffduty: bz_sleep: thanks :)
  1881. # [17:10] * Joins: bnicholson (bnicholson@13F2CEC5.7672369.D8E68FF6.IP)
  1882. # [17:10] <RyanVM> with any luck, we can fix the test and re-enable it on xp too
  1883. # [17:10] <@ted> vlad: i think jdm usually helps triage the bugs
  1884. # [17:11] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  1885. # [17:12] * openjck|offline is now known as openjck
  1886. # [17:12] * Joins: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net)
  1887. # [17:12] * Quits: gabor (gabor@BEA5D116.5291F4C0.16E13E53.IP) (Connection reset by peer)
  1888. # [17:12] * Quits: bjacob_afk (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1889. # [17:13] <vlad> hrm, the reftest analyzer at http://people.mozilla.org/~tmielczarek/reftest-analyzer.xhtml is busted
  1890. # [17:13] * Quits: mshal (mshal@moz-31A41FA1.washdc.fios.verizon.net) (Quit: leaving)
  1891. # [17:13] <@ted> that's some ancient copy, there's an in-tree one.
  1892. # [17:13] <vlad> yeah
  1893. # [17:13] * Joins: bjacob_afk (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  1894. # [17:13] * Quits: armenzg (armenzg@moz-69908390.home1.cgocable.net) (Ping timeout)
  1895. # [17:13] <@ted> NO WARRANTY
  1896. # [17:13] * Joins: armenzg (armenzg@moz-69908390.home1.cgocable.net)
  1897. # [17:13] * Joins: mina_ (malmasry@FCCEA34F.7672369.D8E68FF6.IP)
  1898. # [17:13] <edmorley|sheriffduty> RyanVM: hopefully the patch in that webkit bug should apply cleanly to it, but who knows :-)
  1899. # [17:14] <vlad> I don't actually know how to use this any more
  1900. # [17:14] <vlad> there used to be a way to hide all the passing tests
  1901. # [17:14] <@ted> heh
  1902. # [17:15] * Joins: jhammel (jhammel@moz-14240F1C.hsd1.ca.comcast.net)
  1903. # [17:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8eb674a22a17 - Boris Zbarsky - Bug 918450. Back out the fix for bug 911333, since trace hooks are in fact used in workers. r=khuey
  1904. # [17:17] * Quits: jhorak (jhorak@moz-2EE9C9C3.cust.nbox.cz) (Quit: Leaving)
  1905. # [17:17] * tonymec|in_town is now known as tonymec
  1906. # [17:18] * Joins: gabriel-iv (Thunderbir@872F60AF.4D6D914F.FB866788.IP)
  1907. # [17:19] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  1908. # [17:19] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1909. # [17:20] * hwine-ooo is now known as hwine
  1910. # [17:21] * Joins: juanb (jbecerra@moz-ACDE7EEC.mozilla.com)
  1911. # [17:23] * Joins: mshal (mshal@moz-31A41FA1.washdc.fios.verizon.net)
  1912. # [17:23] <@gavin> hsivonen: are you killing nsCharsetMenu.cpp?
  1913. # [17:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d5de24a40c49 - Myk Melez - bug 918611 - define MOZ_FENNEC when building mobile/android; r=glandium
  1914. # [17:24] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  1915. # [17:24] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/13d8be2c624f - Ben Hearsum - bug 803531: renew authenticode certificates in september 2013 - update hotfix fingerprints. r=mossop, a=lsblakk
  1916. # [17:25] * Joins: willyaranda (willyarand@moz-E7933217.dynamic.jazztel.es)
  1917. # [17:25] * Quits: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net) (Quit: gwagner)
  1918. # [17:26] * joduinn-afk is now known as joduinn-commute
  1919. # [17:27] * Joins: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1920. # [17:27] * Joins: hurley (hurley@moz-E76806A0.dsl.static.sonic.net)
  1921. # [17:27] * Joins: [1]kdcw (kdcw@moz-F7413045.pk.shawcable.net)
  1922. # [17:28] * Quits: kdcw (kdcw@moz-F7413045.pk.shawcable.net) (Ping timeout)
  1923. # [17:28] * [1]kdcw is now known as kdcw
  1924. # [17:29] <hsivonen> gavin: not yet, unfortunately
  1925. # [17:30] * chmanchester is now known as chmanchester|afk
  1926. # [17:30] * spohl is now known as spohl|away
  1927. # [17:30] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  1928. # [17:30] <@gavin> hsivonen: I just meant are you embarking on that battle
  1929. # [17:30] <@gavin> because if you are I am happy
  1930. # [17:30] <@gavin> it's horrible
  1931. # [17:31] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  1932. # [17:31] <hsivonen> gavin: not even embarking yet. Many battles in the charset space before that
  1933. # [17:31] * Quits: RealRaven (Thunderbir@67B1D533.D280E4C3.C3498625.IP) (Ping timeout)
  1934. # [17:31] * Quits: annevk (annevk@D371F92B.DA6F7616.F83D3F11.IP) (Input/output error)
  1935. # [17:32] * Joins: annevk (annevk@D371F92B.DA6F7616.F83D3F11.IP)
  1936. # [17:33] <mbrubeck> CHAR WARS: Episode IV "A New Hope"
  1937. # [17:34] * Quits: annevk (annevk@D371F92B.DA6F7616.F83D3F11.IP) (Ping timeout)
  1938. # [17:34] * mdas is now known as mdas|lunch
  1939. # [17:35] * Joins: RealRaven (Thunderbir@5CD376F2.2760DA73.C3498625.IP)
  1940. # [17:36] * Quits: kdudka (kdudka@moz-2C4E7386.fei.wifi.vutbr.cz) (Quit: Leaving)
  1941. # [17:36] * Joins: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com)
  1942. # [17:36] * Joins: pnkfelix1 (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1943. # [17:36] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1944. # [17:36] * Joins: kdudka (kdudka@moz-2C4E7386.fei.wifi.vutbr.cz)
  1945. # [17:38] * Quits: sanket (sanket@9115D3E.93B7E2E0.D61FB583.IP) (Ping timeout)
  1946. # [17:39] * Quits: myk (myk@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1947. # [17:40] * Quits: kdudka (kdudka@moz-2C4E7386.fei.wifi.vutbr.cz) (Quit: Leaving)
  1948. # [17:40] * Joins: kdudka (kdudka@moz-2C4E7386.fei.wifi.vutbr.cz)
  1949. # [17:40] * Joins: WaltS (Thunderbir@moz-622036BD.pitbpa.east.verizon.net)
  1950. # [17:40] * Quits: kdudka (kdudka@moz-2C4E7386.fei.wifi.vutbr.cz) (Quit: Leaving)
  1951. # [17:40] * Quits: WaltS (Thunderbir@moz-622036BD.pitbpa.east.verizon.net) (Client exited)
  1952. # [17:42] * Joins: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk)
  1953. # [17:42] * Joins: darkowlzz_ (darkowlzz@4F331321.7AB4DE4F.C8B03EAF.IP)
  1954. # [17:42] * Joins: drexler (chatzilla@moz-3F4C8E32.cncdnh.east.myfairpoint.net)
  1955. # [17:42] <edmorley|sheriffduty> mbrubeck++
  1956. # [17:42] * Joins: giuliadm (giulia@moz-91CC3E4D.retail.telecomitalia.it)
  1957. # [17:43] * Quits: giuliadm (giulia@moz-91CC3E4D.retail.telecomitalia.it) (Quit: AndroIRC - Android IRC Client ( http://www.androirc.com ))
  1958. # [17:43] * Joins: bnicholson_ (bnicholson@moz-104CC309.mv.mozilla.com)
  1959. # [17:43] * Joins: dbaron (dbaron@moz-C566053C.dsl.dynamic.sonic.net)
  1960. # [17:43] * ChanServ sets mode: +ao dbaron dbaron
  1961. # [17:43] * Quits: Boriss (FlyingToas@moz-D58E9.public.monkeybrains.net) (Quit: Boriss)
  1962. # [17:44] * Quits: bnicholson (bnicholson@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1963. # [17:44] * Joins: WaltS (Thunderbir@moz-622036BD.pitbpa.east.verizon.net)
  1964. # [17:44] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  1965. # [17:44] * Joins: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net)
  1966. # [17:44] * pnkfelix1 is now known as pnkfelix
  1967. # [17:45] <mbrubeck> (plz someone photoshop hsivonen's face onto Luke's head in the Star Wars poster)
  1968. # [17:45] * philor is now known as philor|away
  1969. # [17:46] * Joins: myk (myk@moz-BBE3ABD.mv.mozilla.com)
  1970. # [17:46] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Client exited)
  1971. # [17:46] * Quits: Optimizer (Optimizer@608EA847.94B36BF2.ED43EB4C.IP) (Ping timeout)
  1972. # [17:46] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  1973. # [17:46] * Joins: Optimizer (Optimizer@608EA847.94B36BF2.ED43EB4C.IP)
  1974. # [17:47] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1975. # [17:47] * Parts: gwagner (Gregor@moz-B8B530C2.hsd1.ca.comcast.net)
  1976. # [17:48] * Quits: WaltS (Thunderbir@moz-622036BD.pitbpa.east.verizon.net) (Quit: WaltS)
  1977. # [17:48] * Quits: bajaj (Adium@moz-8B9C61D3.hsd1.ca.comcast.net) (Quit: Leaving.)
  1978. # [17:49] * Quits: halfie (halfie@moz-E6FB243E.compute-1.amazonaws.com) (Ping timeout)
  1979. # [17:49] * Joins: WaltS (Thunderbir@moz-622036BD.pitbpa.east.verizon.net)
  1980. # [17:49] * Joins: zz_halfie (halfie@moz-E6FB243E.compute-1.amazonaws.com)
  1981. # [17:49] * zz_halfie is now known as halfie
  1982. # [17:49] <vlad> kamidphish: https://developer.apple.com/graphicsimaging/opengl/capabilities/
  1983. # [17:50] <abr> Argh! I'm still unable to run mochitests in the debugger under OS X. I'm going to put this out here in the hopes that someone's run into it and has some clue about what's going on, since I'm running out of paths forward. I'm executing "./mach mochitest-plain --debugger=gdb". If I just run, I get an immediate "Program exited with code 06." When I stepped through to try to find where things go wrong, it's at the OS X system call
  1984. # [17:50] <abr> "task_set_exception_ports". If I try to step into or past this call, the debugger hangs hard, and I need to kill -9 it to return control to that console. Is this ringing any bells for anyone?
  1985. # [17:50] <vlad> er
  1986. # [17:50] <Callek|buildduty> edmorley|sheriffduty: are trees closed?? I really want to see a strong load right now :-P
  1987. # [17:50] <kamidphish> vlad: 8-)
  1988. # [17:50] * bnicholson_ is now known as bnicholson
  1989. # [17:50] <edmorley|sheriffduty> Callek|buildduty: https://treestatus.mozilla.org/
  1990. # [17:50] <Callek|buildduty> heh, I forgot the [/rhetorical]
  1991. # [17:51] <edmorley|sheriffduty> Callek|buildduty: ah, :-)
  1992. # [17:51] <edmorley|sheriffduty> Callek|buildduty: oh the emoticon at end does it
  1993. # [17:51] * Joins: ckerschb (ckerschb@moz-B66EA4B2.ics.uci.edu)
  1994. # [17:51] <abr> (and, yes, I've tried jumping past the call, but that just ends up with a nonfunctional browser that can't even start the tests)
  1995. # [17:52] * Joins: ddahl (ddahl@moz-DDF22807.hsd1.il.comcast.net)
  1996. # [17:52] <edmorley|sheriffduty> Callek|buildduty: in the instantbird theme I am using, :-) looks similar to :-P, I read it as the former
  1997. # [17:52] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  1998. # [17:53] * bjacob_afk is now known as bjacob
  1999. # [17:53] <Callek|buildduty> ahhhh
  2000. # [17:53] <Callek|buildduty> I could never get used to instantbird for IRC
  2001. # [17:53] <Callek|buildduty> tried it once, didn't like it
  2002. # [17:53] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2003. # [17:53] <abr> Oh, wait. Here it is: https://bugzilla.mozilla.org/show_bug.cgi?id=485531
  2004. # [17:53] * Joins: ckitching (ckitching@13F2CEC5.7672369.D8E68FF6.IP)
  2005. # [17:53] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2006. # [17:53] * blassey_ is now known as blassey_mobile_
  2007. # [17:53] * blassey_mobile_ is now known as blassey
  2008. # [17:54] * geekboy|afk is now known as geekboy
  2009. # [17:54] <@dolske> vlad: I've mostly seen gavin and jdm sheparding along commit access bugs, I've done it a few times too. It's a little adhoc, but as long as someone knows the general requirements and can take a look at previous steps to see how to move the bug along it's fairly simple.
  2010. # [17:54] * Quits: jrm2k6 (jrm2k6@moz-925F8EE7.osr0-terez.net.telekom.hu) (Client exited)
  2011. # [17:55] * gregglind_sick is now known as gregglind
  2012. # [17:55] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  2013. # [17:55] * Joins: h4writer (h4writer@moz-957FCBC.access.telenet.be)
  2014. # [17:55] * Quits: WaltS (Thunderbir@moz-622036BD.pitbpa.east.verizon.net) (Quit: WaltS)
  2015. # [17:55] <vlad> dolske: hrm.. I've got bug 917803 -- I think he's got all the relevant pieces there
  2016. # [17:55] * Joins: Mossop (mossop@moz-242CA735.lsanca.fios.verizon.net)
  2017. # [17:55] <vlad> it should just be over to ops to create the account and give l1 access I thought?
  2018. # [17:56] <@dolske> oooh, are you finally getting commit access? about damn time.
  2019. # [17:56] * whimboo is now known as whimboo|afk
  2020. # [17:56] <vlad> I know right!
  2021. # [17:56] <@bsmedberg> mhoye is available to help with that shepherding
  2022. # [17:56] * Joins: WaltS (Thunderbir@moz-622036BD.pitbpa.east.verizon.net)
  2023. # [17:56] <@bsmedberg> I believe he has a query/script which checks for dormant account requests
  2024. # [17:57] <abr> bz: ping
  2025. # [17:57] <@gavin> vlad: waiting on the needinfo?sarmitage
  2026. # [17:57] <@dolske> I think shannon needs to confirm the thing was received, and then someone can move/assign it to server ops to go live.
  2027. # [17:57] <@bz_sleep> abr: ack
  2028. # [17:57] * Quits: chmanchester|afk (chmanchest@moz-6B477A27.hsd1.pa.comcast.net) (Input/output error)
  2029. # [17:57] * jimm is now known as jimm-lunch
  2030. # [17:57] <abr> bz: Sorry, didn't look first. Go back to sleep. :)
  2031. # [17:57] <@dolske> I would email her.
  2032. # [17:57] * bz_sleep is now known as bz
  2033. # [17:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0accdf78d53c - Steven Michaud - Bug 884014 - Can't build QuartzSupport with 10.9 SDK. r=bgirard
  2034. # [17:58] * Quits: RyanVM (Thunderbir@moz-E1C79376.phlapa.fios.verizon.net) (Quit: RyanVM)
  2035. # [17:58] <@bz> abr: heh
  2036. # [17:58] <@bz> abr: not asleep
  2037. # [17:58] * Joins: fossterer (Thunderbir@786CC305.5B9EA5D2.CB43C3C.IP)
  2038. # [17:58] <@bz> abr: what's up?
  2039. # [17:58] <abr> bz: Actually, let me look at one more thing before I bother you too much.
  2040. # [17:58] <@bz> ok
  2041. # [17:59] <abr> bz: Okay, no, it's not something I can suss out quickly.
  2042. # [17:59] <abr> So, we appear to have a regression on bug 485531
  2043. # [18:00] <abr> And it's not obvious where I need to touch things to fix it.
  2044. # [18:00] * Quits: WaltS (Thunderbir@moz-622036BD.pitbpa.east.verizon.net) (Quit: WaltS)
  2045. # [18:00] <abr> The original fix, in automation.py.in, is still in place and looks reasonable.
  2046. # [18:00] * rail is now known as rail-lunch
  2047. # [18:01] <@bz> abr: Apparently this depends on the test harness
  2048. # [18:01] <abr> So I'm apparently missing something about how the environment is being constructed. Do you have any ideas?
  2049. # [18:01] <@bz> abr: and how you run it....
  2050. # [18:01] <@bz> abr: nope
  2051. # [18:01] <@bz> abr: I have no clue about all that .py automation stuff. :(
  2052. # [18:01] * Quits: darkowlzz_ (darkowlzz@4F331321.7AB4DE4F.C8B03EAF.IP) (Ping timeout)
  2053. # [18:01] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  2054. # [18:01] <@bz> abr: are you running make or mach?
  2055. # [18:01] <abr> bz: Ah, sorry, then. I only bothered you because you fixed it the first time.
  2056. # [18:01] <abr> mach
  2057. # [18:02] <@bz> abr: and which test suite?
  2058. # [18:02] <@bz> Man
  2059. # [18:02] <@bz> I had forgotten all about this bug
  2060. # [18:02] <abr> Mochitests.
  2061. # [18:02] <@bz> it's been 4 years!
  2062. # [18:02] <abr> My invocation is: ./mach mochitest-plain --debugger=gdb
  2063. # [18:03] <abr> Well, I'm glad I found it. I was about to start pulling my hair out. :)
  2064. # [18:03] <@bz> abr: https://bugzilla.mozilla.org/show_bug.cgi?id=914925
  2065. # [18:03] * Joins: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net)
  2066. # [18:03] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  2067. # [18:03] <@bz> abr: https://bugzilla.mozilla.org/show_bug.cgi?id=913173
  2068. # [18:03] <abr> Aha!
  2069. # [18:04] * Quits: mixedpuppy (mixedpuppy@moz-B5ECF169.ptr.us.xo.net) (Quit: mixedpuppy)
  2070. # [18:04] * Joins: Standard8 (Standard8@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2071. # [18:04] * capella is now known as capella|away
  2072. # [18:04] <@bz> abr: Given https://bugzilla.mozilla.org/show_bug.cgi?id=913173#c7 you want the reftest one
  2073. # [18:04] * Joins: dstrbad_n (chatzilla@moz-D60E78D4.duo.carnet.hr)
  2074. # [18:04] <@bz> abr: try the patch in that bug?
  2075. # [18:04] * Quits: Optimizer (Optimizer@608EA847.94B36BF2.ED43EB4C.IP) (Ping timeout)
  2076. # [18:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dae08c3d48bc - Kannan Vijayan - Bug 917585 - Relax conditions on optimized arguments in the presence of aliased formals. r=jandem
  2077. # [18:05] <abr> bz: I'm on m-i already, and that patch appears to have landed.
  2078. # [18:05] * kats is now known as kats|away
  2079. # [18:05] <@bz> abr: and been backed out, no?
  2080. # [18:05] * Joins: Optimizer (Optimizer@608EA847.94B36BF2.ED43EB4C.IP)
  2081. # [18:05] <@bz> abr: the patch in 914925
  2082. # [18:06] <@bz> Man
  2083. # [18:06] <@bz> reporting chromium bugs is such a PITA
  2084. # [18:06] * Quits: Mossop (mossop@moz-242CA735.lsanca.fios.verizon.net) (Quit: Fleeing the scene)
  2085. # [18:07] <abr> bz: Gah! Okay, thanks. This should be enough to get me unstuck. I'll bother Ted if things get weird again.
  2086. # [18:07] <@ted> shh
  2087. # [18:07] <@ted> yeah, i need to sort out the issues with that patch
  2088. # [18:07] <@ted> sorry]
  2089. # [18:07] * Joins: huseby (huseby@moz-4E8C421A.husebyhome.com)
  2090. # [18:07] <mhoye> bsmedberg: It's an elasticsearch query, and I'm just digging it out.
  2091. # [18:07] * joduinn-commute is now known as joduinn-mtg
  2092. # [18:07] <abr> Wait, that landed and backed out on fx-team, not m-i.
  2093. # [18:07] * mhoye puts "check that once a week" in his calendar.
  2094. # [18:08] <@ted> mbrubeck: your CHAR WARS title needs mojibake
  2095. # [18:09] * Joins: Mossop (mossop@moz-242CA735.lsanca.fios.verizon.net)
  2096. # [18:09] * Quits: jez (519133a2@moz-F6591C48.gooeysoftware.com) (Quit: CGI:IRC)
  2097. # [18:10] <@dolske> mfinkle: heh. "VirtualFirefox™". Good luck with defending that not-yours trademark, guys! :P
  2098. # [18:10] * Joins: bdahl (bdahl@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2099. # [18:10] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  2100. # [18:11] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2101. # [18:11] <abr> ted: quick question. In 914925#c11, you say to "rebuild the build/ directory" -- how does one do that?
  2102. # [18:11] <@ted> ./mach build build
  2103. # [18:11] <abr> Ah, cool. Thanks.
  2104. # [18:11] <@ted> np
  2105. # [18:12] * Joins: gustavold (gustavold@moz-E996123A.wlan-a.fee.unicamp.br)
  2106. # [18:12] * Quits: ctangira (ctangira@moz-CFCC7B62.cisco.com) (Ping timeout)
  2107. # [18:13] * Joins: ctangira (ctangira@moz-33EFC956.cisco.com)
  2108. # [18:13] * jchen is now known as jchen|away
  2109. # [18:13] * mdas|lunch is now known as mdas
  2110. # [18:13] <abr> ted: Awesome. Problem fixed. Thanks.
  2111. # [18:13] * Quits: kk1fff (kk1fff@moz-50DEFA7E.dynamic.hinet.net) (Quit: kk1fff)
  2112. # [18:13] * Joins: jedp (jedp@moz-89599B04.dsl.dynamic.sonic.net)
  2113. # [18:13] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2114. # [18:14] * Quits: Optimizer (Optimizer@608EA847.94B36BF2.ED43EB4C.IP) (Ping timeout)
  2115. # [18:14] * Joins: Optimizer (Optimizer@608EA847.94B36BF2.ED43EB4C.IP)
  2116. # [18:14] * simone is now known as simone|away
  2117. # [18:15] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  2118. # [18:15] * simone|away is now known as simone
  2119. # [18:15] <@ted> np
  2120. # [18:15] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Client exited)
  2121. # [18:15] <@ted> hopefully i can get that landed
  2122. # [18:15] * Joins: gwagner (gwagner@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2123. # [18:16] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  2124. # [18:16] * simone is now known as simone|away
  2125. # [18:16] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  2126. # [18:17] * Joins: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com)
  2127. # [18:18] * Quits: gabriel-iv (Thunderbir@872F60AF.4D6D914F.FB866788.IP) (Quit: gabriel-iv)
  2128. # [18:18] * Joins: darkowlzz_ (darkowlzz@D7F1DFCE.FC21F1C0.7CD022A3.IP)
  2129. # [18:19] * Quits: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  2130. # [18:20] * Quits: darkowlzz_ (darkowlzz@D7F1DFCE.FC21F1C0.7CD022A3.IP) (Ping timeout)
  2131. # [18:20] * Quits: Optimizer (Optimizer@608EA847.94B36BF2.ED43EB4C.IP) (Ping timeout)
  2132. # [18:20] * Joins: Optimizer (Optimizer@608EA847.94B36BF2.ED43EB4C.IP)
  2133. # [18:20] * Joins: sanket (sanket@CB7E5E0A.C83906C3.41D542A3.IP)
  2134. # [18:20] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  2135. # [18:21] * Quits: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk) (Ping timeout)
  2136. # [18:22] * grapenuts is now known as grapenuts-afk
  2137. # [18:22] * Joins: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk)
  2138. # [18:23] * Quits: Optimizer (Optimizer@608EA847.94B36BF2.ED43EB4C.IP) (Ping timeout)
  2139. # [18:23] * Fallen|away is now known as Fallen
  2140. # [18:23] <mwargers> I tried to to use ./mach bootstrap to update my apparently outdated python version, but then I got stuck at this: http://pastebin.mozilla.org/3105206
  2141. # [18:25] * Quits: simo36 (simo36@87FEB41.BE5F29B.BDA7A6F4.IP) (Quit: Leaving)
  2142. # [18:26] * Quits: fossterer (Thunderbir@786CC305.5B9EA5D2.CB43C3C.IP) (Ping timeout)
  2143. # [18:26] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  2144. # [18:26] * kats|away is now known as kats
  2145. # [18:27] * armenzg is now known as armenzg_lunch
  2146. # [18:28] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  2147. # [18:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9a5bc7c86110 - Gregory Szorc - Bug 847175 - mach mode to not prefix lines with times; r=ted
  2148. # [18:28] * Joins: kk1fff (kk1fff@moz-50DEFA7E.dynamic.hinet.net)
  2149. # [18:29] <gps> mwargers: achievement unlocked!
  2150. # [18:29] <gps> mwargers: that should, uh, never happen
  2151. # [18:29] <gps> try running |brew doctor|
  2152. # [18:30] <gps> mwargers: you can delete the offending file from /Library/Caches/Homebrew
  2153. # [18:30] <mwargers> gps, when I use brew doctor, I get this: http://pastebin.mozilla.org/3105258
  2154. # [18:31] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  2155. # [18:31] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  2156. # [18:31] * Quits: darkowlzz (sunny@62B9326A.685AC50C.27560D6E.IP) (Ping timeout)
  2157. # [18:31] * Joins: darkowlzz_ (sunny@8ACA6BBA.A322D89D.25B273F5.IP)
  2158. # [18:31] <gps> mwargers: i'd say your homebrew install is messed up :/
  2159. # [18:31] * Joins: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2160. # [18:31] <gps> you need to go through the output of brew doctor and address all issues
  2161. # [18:31] <gps> i'd start by running |brew update|
  2162. # [18:32] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  2163. # [18:32] * Quits: darkowlzz_ (sunny@8ACA6BBA.A322D89D.25B273F5.IP) (Max SendQ exceeded)
  2164. # [18:32] * Joins: darkowlzz_ (sunny@8ACA6BBA.A322D89D.25B273F5.IP)
  2165. # [18:33] * Joins: darkowlzz__ (darkowlzz@D7F1DFCE.FC21F1C0.7CD022A3.IP)
  2166. # [18:33] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  2167. # [18:33] * Joins: ehugg (chatzilla@8BBC0BAB.29102B70.6CD50604.IP)
  2168. # [18:34] * philor|away is now known as philor
  2169. # [18:35] * kmoir is now known as kmoir-afk
  2170. # [18:35] <mwargers> gps, thanks! brew update seemed to help
  2171. # [18:35] * Joins: annevk (annevk@D58D87DD.9F7BDBDF.8B824544.IP)
  2172. # [18:36] * Quits: dria (dria@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2173. # [18:37] * baku is now known as baku|away
  2174. # [18:38] * jchen|away is now known as jchen
  2175. # [18:38] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Client exited)
  2176. # [18:38] * Quits: inolen (Adium@moz-D2D12FC1.socal.res.rr.com) (Quit: Leaving.)
  2177. # [18:38] * Quits: coop (Chris@moz-BD637C83.dsl.bell.ca) (Ping timeout)
  2178. # [18:38] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  2179. # [18:39] * Joins: marco (marco@moz-BBE3ABD.mv.mozilla.com)
  2180. # [18:39] * Joins: fs (Elchi3@moz-72D22630.superkabel.de)
  2181. # [18:40] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2182. # [18:40] * Quits: mina_ (malmasry@FCCEA34F.7672369.D8E68FF6.IP) (Quit: mina_)
  2183. # [18:40] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  2184. # [18:40] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  2185. # [18:41] * edmorley|sheriffduty is now known as edmorley|away
  2186. # [18:41] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  2187. # [18:43] * jimm-lunch is now known as jimm
  2188. # [18:43] * Quits: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  2189. # [18:43] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  2190. # [18:44] * Joins: grobinson|laptop (grob_@moz-731932CD.hsd1.ca.comcast.net)
  2191. # [18:44] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  2192. # [18:45] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  2193. # [18:45] * Joins: coop (Chris@moz-8038A677.dsl.bell.ca)
  2194. # [18:46] * Quits: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Quit: Leaving)
  2195. # [18:46] * Quits: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2196. # [18:46] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  2197. # [18:47] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  2198. # [18:47] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  2199. # [18:48] <Fallen> does anyone know how to use Cocoa's NSString in js-ctypes?
  2200. # [18:48] * darkowlzz__ is now known as darkowlzz|nap
  2201. # [18:48] * Quits: coop (Chris@moz-8038A677.dsl.bell.ca) (Ping timeout)
  2202. # [18:48] * Quits: mikeratcliffe (Adium@BDDA0D67.C2B26F36.7CCB197A.IP) (Quit: Leaving.)
  2203. # [18:49] * rail-lunch is now known as rail
  2204. # [18:49] * Joins: coop (Chris@moz-CF5BCA89.dsl.bell.ca)
  2205. # [18:49] * Quits: darkowlzz_ (sunny@8ACA6BBA.A322D89D.25B273F5.IP) (Ping timeout)
  2206. # [18:49] * Joins: tessarakt2 (jens@moz-DCC5B5AC.dip0.t-ipconnect.de)
  2207. # [18:51] * Joins: rednaks (rednaks@23431C8C.FE93247C.55FFA9B4.IP)
  2208. # [18:51] * Quits: willyaranda (willyarand@moz-E7933217.dynamic.jazztel.es) (Quit: Leaving)
  2209. # [18:51] * Joins: jdm (jdm@92FB48CA.8B5E9DF.9A8C35B4.IP)
  2210. # [18:51] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2211. # [18:52] * jhammel is now known as jhammel|semiafk
  2212. # [18:52] * Joins: mmc|laptop_ (mchew@moz-104CC309.mv.mozilla.com)
  2213. # [18:52] * Joins: mina_ (malmasry@FCCEA34F.7672369.D8E68FF6.IP)
  2214. # [18:53] * jchen is now known as jchen|away
  2215. # [18:53] * Quits: darkowlzz|nap (darkowlzz@D7F1DFCE.FC21F1C0.7CD022A3.IP) (Ping timeout)
  2216. # [18:53] * Quits: mmc|laptop (mchew@moz-BBC0C7F1.hsd1.ca.comcast.net) (Ping timeout)
  2217. # [18:53] * mmc|laptop_ is now known as mmc|laptop
  2218. # [18:53] * Quits: jchen|away (jchen@CCB8E494.35B7D9C8.4CD1A128.IP) (Max SendQ exceeded)
  2219. # [18:53] * Joins: jchen (jchen@CCB8E494.35B7D9C8.4CD1A128.IP)
  2220. # [18:54] <gwagner> Honza: ping
  2221. # [18:54] * Joins: gerv (Instantbir@5DC96266.15492323.5D23F53B.IP)
  2222. # [18:54] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Client exited)
  2223. # [18:54] * Quits: tiziana (tiziana@5AA55B91.E1AD7960.73D36934.IP) (Quit: tiziana)
  2224. # [18:54] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  2225. # [18:54] * Quits: annevk (annevk@D58D87DD.9F7BDBDF.8B824544.IP) (Input/output error)
  2226. # [18:55] * Quits: coop (Chris@moz-CF5BCA89.dsl.bell.ca) (Ping timeout)
  2227. # [18:56] * Quits: ctangira (ctangira@moz-33EFC956.cisco.com) (Ping timeout)
  2228. # [18:57] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  2229. # [18:57] * Joins: simo36 (simo36@87FEB41.BE5F29B.BDA7A6F4.IP)
  2230. # [18:57] * Quits: rednaks (rednaks@23431C8C.FE93247C.55FFA9B4.IP) (Ping timeout)
  2231. # [18:57] * Joins: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com)
  2232. # [18:58] * Joins: ctangira (ctangira@moz-CFCC7B62.cisco.com)
  2233. # [18:58] * mcote|afk is now known as mcote
  2234. # [18:58] * Joins: rednaks (rednaks@23431C8C.FE93247C.55FFA9B4.IP)
  2235. # [18:58] * Quits: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl) (Quit: Leaving...)
  2236. # [18:58] * Joins: coop (Chris@moz-C90F92E4.dsl.bell.ca)
  2237. # [19:00] * Quits: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw) (Ping timeout)
  2238. # [19:01] * Quits: tzimmermann (tzimmerman@moz-C8BE0E9D.pools.arcor-ip.net) (Quit: Ex-Chat)
  2239. # [19:01] * Joins: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com)
  2240. # [19:02] * bc is now known as bc|afk
  2241. # [19:02] * Quits: @bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net) (Quit: Leaving)
  2242. # [19:02] * Quits: sheppy-offline (sheppy@moz-4992DE6D.static.kgpt.tn.charter.com) (Ping timeout)
  2243. # [19:04] * Joins: RyanVM (Thunderbir@moz-A2F98468.phlapa.fios.verizon.net)
  2244. # [19:04] * Quits: andreasn (andreasn@moz-41278B4B.a336.priv.bahnhof.se) (Ping timeout)
  2245. # [19:04] * RyanVM is now known as RyanVM|sheriffduty
  2246. # [19:04] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  2247. # [19:05] * capella|away is now known as capella
  2248. # [19:05] * Joins: jet (jet@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2249. # [19:06] * edmorley|away is now known as edmorley
  2250. # [19:07] * Quits: b10n1k (j0ni@moz-8CDA91BC.dsl.dyn.forthnet.gr) (Ping timeout)
  2251. # [19:07] * kmoir-afk is now known as kmoir
  2252. # [19:08] <dholbert> bz, ping when you have a few min
  2253. # [19:08] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2254. # [19:08] <firebot> Check-in:
  2255. # [19:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/98034be3508b - Till Schneidereit - Bug 918823 - Make multiple methods using the same self-hosted function reuse one cloned version instead of replacing previous ones in the intrinsics holder.
  2256. # [19:09] <firebot> r=jorendorff,wingo
  2257. # [19:09] <@bz> dholbert: ack
  2258. # [19:09] * Quits: coop (Chris@moz-C90F92E4.dsl.bell.ca) (Ping timeout)
  2259. # [19:10] <dholbert> bz, so in bug 875275, arnaud is implementing the frame for <input type="color">, and I'd like a sanity-check that I'm sending him down the right path, frame-class-inheritance wise
  2260. # [19:10] <dholbert> bz, it's supposed to render as a button with a colorful swatch, which he styles dynamically in C++ to change the background-color
  2261. # [19:11] <dholbert> bz, originally I was thinking he ( / users) might be able to style "-moz-button-content", but it looks like that's more complicated than I thought, since it's just an anonymous box with no content node of its own
  2262. # [19:11] <dholbert> bz, so my first question is: do you know if there's a good way to dynamically adjust the style of an anonymous box?
  2263. # [19:11] * Quits: gerv (Instantbir@5DC96266.15492323.5D23F53B.IP) (Ping timeout)
  2264. # [19:12] <@bz> there is not
  2265. # [19:12] * Joins: b10n1k (j0ni@moz-8CDA91BC.dsl.dyn.forthnet.gr)
  2266. # [19:12] <@bz> I mean, you have to compute a new style context for it
  2267. # [19:12] <@bz> by hand somehow
  2268. # [19:12] * Joins: coop (Chris@C7D24A3C.7B9380C1.BF4BC958.IP)
  2269. # [19:12] <@bz> Doable, but annoying
  2270. # [19:12] <dholbert> bz, ok, that's what I thought. [bz, sorry, I left one part out (but it's probably obvious): I'm currently suspecting that he probably wants to inherit from nsHTMLButtonFrame]
  2271. # [19:13] <@bz> Inheriting nsHTMLButtonFrame makes sense
  2272. # [19:13] * Joins: cviecco (cviecco@moz-BBE3ABD.mv.mozilla.com)
  2273. # [19:14] <dholbert> bz, ok, thanks! So instead of styling the anonymous box, would it make sense to add a pseudo-element, which he can then style directly, and which would be a child of the anonymous moz-button-content box?
  2274. # [19:14] <dholbert> bz, (and which would possibly need to support "height:100%", which means I should probably fix that bug you CC'd me on ;) )
  2275. # [19:14] * Joins: christina (christina@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2276. # [19:14] * Quits: coop (Chris@C7D24A3C.7B9380C1.BF4BC958.IP) (Ping timeout)
  2277. # [19:14] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: Leaving.)
  2278. # [19:15] <dholbert> bz, that's what he has right now (the pseudo-element which he directly styles), but he makes it inherit from nsBlockFrame instead of nsButtonFrame
  2279. # [19:15] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  2280. # [19:15] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2281. # [19:15] <@bz> dholbert: sorry, trying to understand the setup
  2282. # [19:15] <@bz> so we have a button
  2283. # [19:15] * Quits: gsvelto (gsvelto@moz-7DBCE1DA.clienti.tiscali.it) (Quit: Leaving)
  2284. # [19:15] * Quits: mstange (markus@moz-E5D47FE9.dip0.t-ipconnect.de) (Ping timeout)
  2285. # [19:15] <@bz> with a colored swatch inside?
  2286. # [19:15] <dholbert> yup
  2287. # [19:15] * Joins: coop (Chris@moz-714666F6.dsl.bell.ca)
  2288. # [19:16] <@bz> And the proposal is to make that colored swatch anon content?
  2289. # [19:16] <dholbert> yep
  2290. # [19:16] <@bz> I guess I'm not sure why you need a pseudo-element
  2291. # [19:16] * Joins: annevk (annevk@D58D87DD.9F7BDBDF.8B824544.IP)
  2292. # [19:16] <@bz> A question
  2293. # [19:16] <dholbert> bz, you mean, why not style the nsHTMLButtonFrame directly?
  2294. # [19:16] <@bz> no
  2295. # [19:16] <dholbert> bz, [I'm not sure we can do that, if it's a native widget] OK
  2296. # [19:16] <@bz> I mean why does it need to be a pseudo-element
  2297. # [19:17] <@bz> instead of just normal anon content
  2298. # [19:17] <@bz> I mean
  2299. # [19:17] <@bz> take <input type="submit">
  2300. # [19:17] <dholbert> bz, ah. So we want authors to be able to style it, IIUC
  2301. # [19:17] <@bz> Ah
  2302. # [19:17] <dholbert> bz, though I'm not sure why/how
  2303. # [19:17] <@bz> which parts should the authors be able to style?
  2304. # [19:17] * @bz feels like he needs more context now
  2305. # [19:18] <dholbert> bz, (possibly replace "authors" with "people coding up platform-specific widget themes for firefox")
  2306. # [19:18] * Quits: h4writer (h4writer@moz-957FCBC.access.telenet.be) (Ping timeout)
  2307. # [19:18] <dholbert> bz, that is a good question, anyway; I'll ask on the bug RE what part would be useful for authors to style
  2308. # [19:18] <@bz> That's a different story
  2309. # [19:18] <dholbert> bz, the bug is https://bugzilla.mozilla.org/show_bug.cgi?id=875275 , BTW
  2310. # [19:18] <@bz> I mean, privileged sheets can do stuff like |input[type="color"] > div { }|
  2311. # [19:18] <@bz> yeah
  2312. # [19:18] <@bz> reading
  2313. # [19:18] * Joins: Waldo (waldo@moz-BBE3ABD.mv.mozilla.com)
  2314. # [19:19] <dholbert> bz, [thanks, BTW!]
  2315. # [19:19] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2316. # [19:19] <@bz> So we have similar things already
  2317. # [19:20] <@bz> e.g. 72 input > .anonymous-div,
  2318. # [19:20] * Joins: wlach (wlach@56237EFE.BDC68B86.3DEE0DD0.IP)
  2319. # [19:20] * Quits: dstrbad_n (chatzilla@moz-D60E78D4.duo.carnet.hr) (Ping timeout)
  2320. # [19:20] <@bz> So we need to decide who is doing the styling
  2321. # [19:21] * Joins: inolen (Adium@A88571AE.CDFDA8DC.591ED24F.IP)
  2322. # [19:21] * Quits: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2323. # [19:21] <@bz> Apart from that, the stuff in the bug seems sane
  2324. # [19:21] * Quits: coop (Chris@moz-714666F6.dsl.bell.ca) (Ping timeout)
  2325. # [19:21] <@bz> Just creates a button with the one color square inside
  2326. # [19:22] <dholbert> bz, ok, thanks!
  2327. # [19:22] <@bz> It has to hack in the inline style support because it's using a pseudo-element
  2328. # [19:22] <@bz> which just comes back to what we really want here.
  2329. # [19:22] * Joins: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com)
  2330. # [19:23] <dholbert> bz, so supposing we used anonymous content instead; would the hack no longer be required? (does an anonymous content node have a functioning style attribute?)
  2331. # [19:23] <jesup> bz/whomever: Any idea why if I hit "close" on Linux (and likely Mac, dunno others) ~nsLayoutStatics() doesn't get called *if* I have a webrtc permission UI prompt open-but-not-answered? No prob if it's been answered; no prob if you didn't bring it up. I assume something is leaking.... ideas on what?
  2332. # [19:23] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2333. # [19:23] * grapenuts-afk is now known as grapenuts
  2334. # [19:24] * armenzg_lunch is now known as armenzg
  2335. # [19:25] * spohl|away is now known as spohl
  2336. # [19:25] <@dbaron> jesup, probably just need to use the refcount balancer on nsLayoutStatics to find out
  2337. # [19:25] <@dbaron> (it does have NS_LOG_ADDREF/NS_LOG_RELEASE already there, fortunately)
  2338. # [19:26] * Joins: sheppy-offline (sheppy@moz-4992DE6D.static.kgpt.tn.charter.com)
  2339. # [19:26] <jesup> dbaron: ugh but I can try
  2340. # [19:26] * Quits: inolen (Adium@A88571AE.CDFDA8DC.591ED24F.IP) (Ping timeout)
  2341. # [19:27] * Quits: marcoz (marco.zehe@moz-304E8D95.dip0.t-ipconnect.de) (Quit: Leaving.)
  2342. # [19:27] * baku|away is now known as baku
  2343. # [19:27] <jesup> dbaron: being the tab-hoarder I am, I have a (years-old) tab with the refcount balancer page in it ;-)
  2344. # [19:27] * Joins: bsmedberg (bsmedberg@moz-748CAEF1.jst.pa.atlanticbb.net)
  2345. # [19:27] * ChanServ sets mode: +o bsmedberg
  2346. # [19:27] * Joins: valenting (Thunderbir@C6866972.77435D89.FB866788.IP)
  2347. # [19:28] <edmorley> jesup: !!
  2348. # [19:28] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2349. # [19:28] * Quits: grobinson|laptop (grob_@moz-731932CD.hsd1.ca.comcast.net) (Ping timeout)
  2350. # [19:28] * Joins: inolen (Adium@A88571AE.CDFDA8DC.591ED24F.IP)
  2351. # [19:29] * Quits: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  2352. # [19:30] * bc|afk is now known as bc
  2353. # [19:30] * Joins: dria (dria@moz-8DD7771E.dsl.teksavvy.com)
  2354. # [19:30] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  2355. # [19:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7cd26d910cc2 - Ethan Hugg - Bug 901560 - Datachannel no longer make second ICE component r=abr
  2356. # [19:32] * Joins: gabriel-iv (Thunderbir@872F60AF.4D6D914F.FB866788.IP)
  2357. # [19:32] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  2358. # [19:32] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  2359. # [19:32] * Quits: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  2360. # [19:33] * Joins: alungu (Adium@moz-BBE3ABD.mv.mozilla.com)
  2361. # [19:33] <tessarakt2> how do I specify a different mozconfig file with mach?
  2362. # [19:33] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  2363. # [19:34] <tessarakt2> ahal: "but the path you specify must be an absolute path or else client.mk will not find it"
  2364. # [19:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/db5f948bbb13 - Bobby Holley - Backed out changeset 86128d3eac88 (bug 916939) for breaking the web. r=me
  2365. # [19:34] * Quits: wuwei (~wuweilab1@81A64B07.4F4B4250.FAA9ED67.IP) (Ping timeout)
  2366. # [19:34] * Quits: @dbaron (dbaron@moz-C566053C.dsl.dynamic.sonic.net) (Ping timeout)
  2367. # [19:34] * Joins: tiziana (tiziana@5AA55B91.E1AD7960.73D36934.IP)
  2368. # [19:35] <RyanVM|sheriffduty> edmorley: yeah, jesup is "that guy" when people talk about the users with thousands of tabs
  2369. # [19:35] <ahal> tessarakt2: you can use the $MOZCONFIG environment variable
  2370. # [19:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/32025f35568f - Tom Schuster - Bug 910729 - Temporary fix for e10s to avoid opening the findbar when entering an apostrophe. r=mikedeboer
  2371. # [19:35] <RyanVM|sheriffduty> bholley: awesome backout message
  2372. # [19:35] <bholley> RyanVM|sheriffduty: :-)
  2373. # [19:35] <tessarakt2> ahal: japp, but now the path has to be absolute ...
  2374. # [19:35] <RyanVM|sheriffduty> bholley: details details...
  2375. # [19:35] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Quit: ekr)
  2376. # [19:35] * Joins: wuwei (~wuweilab1@81A64B07.4F4B4250.FAA9ED67.IP)
  2377. # [19:36] * Quits: overholt (overholt@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving)
  2378. # [19:36] * Joins: sworkman (sworkman@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2379. # [19:36] * Quits: wuwei (~wuweilab1@81A64B07.4F4B4250.FAA9ED67.IP) (Max SendQ exceeded)
  2380. # [19:36] <ahal> tessarakt2: sorry, I don't understand the problem
  2381. # [19:36] <ahal> it's inconvenient?
  2382. # [19:37] <ahal> or it isn't working?
  2383. # [19:37] * Joins: wuwei (~wuweilab1@81A64B07.4F4B4250.FAA9ED67.IP)
  2384. # [19:37] <tessarakt2> just inconvenient - and I'm pretty sure a relative path worked with make -f client.mk
  2385. # [19:38] <ahal> tessarakt2: I wrote a tool to make working with multiple mozconfigs easier you could check out, https://github.com/ahal/mozconfigwrapper
  2386. # [19:38] * Quits: wuwei (~wuweilab1@81A64B07.4F4B4250.FAA9ED67.IP) (Max SendQ exceeded)
  2387. # [19:38] <ahal> assuming you aren't on windows
  2388. # [19:39] <tessarakt2> thanks
  2389. # [19:40] <jesup> RyanVM|sheriffduty: come on, I'm down to 874 in this browser! (and maybe 1000 in browsers on the other two machines in reach, total)
  2390. # [19:40] * Joins: wuwei (~wuweilab1@81A64B07.4F4B4250.FAA9ED67.IP)
  2391. # [19:41] <RyanVM|sheriffduty> heh
  2392. # [19:42] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2393. # [19:42] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  2394. # [19:44] * joduinn-mtg is now known as joduinn-brb
  2395. # [19:45] * Joins: dstrbad_n (chatzilla@moz-C89B6F.mobile.carnet.hr)
  2396. # [19:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9a4134bbdae4 - Kannan Vijayan - Bug 918603 - Remove nonsensical assert. r=nbp DONTBUILD
  2397. # [19:49] * julienw is now known as julienw_afk
  2398. # [19:49] * Quits: tiziana (tiziana@5AA55B91.E1AD7960.73D36934.IP) (Quit: tiziana)
  2399. # [19:50] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Quit: Jesse)
  2400. # [19:50] <jesup> hmmpf, dbaron left. http://pastebin.mozilla.org/3105714 is why I hate the refcount balancer... the examples in the wiki page are nice and tidy. Real world is not.... And the output is too big for pastebin. (380K) And there's only one such object
  2401. # [19:51] * Joins: mikeratcliffe (Adium@33C98DF2.8F445B48.7CCB197A.IP)
  2402. # [19:52] * Quits: wuwei (~wuweilab1@81A64B07.4F4B4250.FAA9ED67.IP) (Ping timeout)
  2403. # [19:53] * Joins: wuwei (~wuweilab1@81A64B07.4F4B4250.FAA9ED67.IP)
  2404. # [19:53] * Quits: wuwei (~wuweilab1@81A64B07.4F4B4250.FAA9ED67.IP) (Max SendQ exceeded)
  2405. # [19:54] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  2406. # [19:54] * Quits: mikeratcliffe (Adium@33C98DF2.8F445B48.7CCB197A.IP) (Ping timeout)
  2407. # [19:54] * Joins: bwc (Adium@moz-BBE3ABD.mv.mozilla.com)
  2408. # [19:55] * Joins: arasbm (zooby@moz-8E336844.vf.shawcable.net)
  2409. # [19:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/512914f8150f - Kannan Vijayan - Bug 918603 - Address comments review of patch (forgot to fold patch before pushing). r=nbp DONTBUILD
  2410. # [19:55] * Quits: gustavold (gustavold@moz-E996123A.wlan-a.fee.unicamp.br) (Ping timeout)
  2411. # [19:56] * Quits: vikash (vikash@902F489D.A1CD6C73.74119F78.IP) (Quit: Leaving)
  2412. # [19:56] * Joins: h4writer (h4writer@moz-957FCBC.access.telenet.be)
  2413. # [19:57] * Joins: h4writer_ (h4writer@moz-957FCBC.access.telenet.be)
  2414. # [19:57] * Quits: h4writer_ (h4writer@moz-957FCBC.access.telenet.be) (Quit: Leaving)
  2415. # [19:58] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  2416. # [19:58] * Quits: mshal (mshal@moz-31A41FA1.washdc.fios.verizon.net) (Ping timeout)
  2417. # [19:58] * Quits: fs (Elchi3@moz-72D22630.superkabel.de) (Quit: Leaving)
  2418. # [19:58] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2419. # [19:58] <dholbert> djvj, you missed waldo's suggestion to s/JS_STATIC_ASSERT/static_assert/
  2420. # [19:59] * Quits: jet (jet@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  2421. # [19:59] * Quits: Standard8 (Standard8@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2422. # [19:59] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Boriss)
  2423. # [20:00] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2424. # [20:00] * jedp is now known as jedp|mtg
  2425. # [20:00] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  2426. # [20:00] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2427. # [20:01] * Fallen is now known as Fallen|away
  2428. # [20:01] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2429. # [20:02] * Joins: Standard8 (Standard8@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2430. # [20:03] <Waldo> jesup: rb works fine for most things; super-central allocated-once things, it falls down a bit more; I'm not sure the latter dominate so much that it's useless
  2431. # [20:03] * Waldo has gotten pretty good mileage out of it for the latter, in the past
  2432. # [20:04] * Fallen|away is now known as Fallen
  2433. # [20:04] <Waldo> the time I tried to use it with XPCJSRuntime fell a bit flatter :-)
  2434. # [20:04] * Joins: gustavold (gustavold@moz-E996123A.wlan-a.fee.unicamp.br)
  2435. # [20:05] <jesup> I searched the results for anything in my control and found nothing; might be from JS (unanswered doorhanger seems to be the key, not sure if it's all doorhangers or just getUserMedia())
  2436. # [20:05] * jchen is now known as jchen|away
  2437. # [20:05] * jwir3|away is now known as jwir3
  2438. # [20:06] <jesup> I'll throw this to Dao/etc :-)
  2439. # [20:06] * Joins: jet (jet@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2440. # [20:06] * gregglind is now known as gregglind_sick
  2441. # [20:06] <djvj> dholbert: I missed both suggestions :( forgot to fold delta patch in before pushing.
  2442. # [20:06] <djvj> dholbert: fixed now. thanks for the ping.
  2443. # [20:06] <dholbert> djvj, np
  2444. # [20:07] * Quits: gustavold (gustavold@moz-E996123A.wlan-a.fee.unicamp.br) (Quit: Leaving.)
  2445. # [20:07] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2446. # [20:08] * Quits: edmorley (~edmorleys@moz-B6AE3D70.cable.virginmedia.com) (Ping timeout)
  2447. # [20:09] * Joins: dmarcos (dmarcos@154BC0F4.A9AA5581.516EE377.IP)
  2448. # [20:09] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Quit: Leaving)
  2449. # [20:09] * Joins: edmorley (~edmorleys@moz-B6AE3D70.cable.virginmedia.com)
  2450. # [20:09] * Quits: KaiRo (robert@moz-21A0183C.adsl.highway.telekom.at) (Input/output error)
  2451. # [20:10] * Joins: davidb (uid12418@moz-31ABA2C0.irccloud.com)
  2452. # [20:11] * Parts: cviecco (cviecco@moz-BBE3ABD.mv.mozilla.com)
  2453. # [20:11] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2454. # [20:11] * Quits: grapenuts (chatzilla@moz-73B75604.nys.biz.rr.com) (Input/output error)
  2455. # [20:11] * ChanServ sets mode: +ao dbaron dbaron
  2456. # [20:13] * Quits: cviecco_ (cviecco@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2457. # [20:14] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  2458. # [20:15] * ctalbert is now known as ctalbert|mtg
  2459. # [20:16] * Joins: catalinn (Thunderbir@D8DD3CDA.5363EAC5.D602D2C5.IP)
  2460. # [20:16] * billm|away is now known as billm
  2461. # [20:16] * whimboo|afk is now known as whimboo
  2462. # [20:17] * Quits: RealRaven (Thunderbir@5CD376F2.2760DA73.C3498625.IP) (Quit: RealRaven)
  2463. # [20:17] * Joins: grobinson|laptop (grob_@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2464. # [20:17] * Joins: RealRaven (Thunderbir@5CD376F2.2760DA73.C3498625.IP)
  2465. # [20:18] * Joins: gustavold (gustavold@moz-E996123A.wlan-a.fee.unicamp.br)
  2466. # [20:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3192173b2dd0 - Nikhil Marathe - Bug 917029 - SimplePush: Clear push data when webapps-clear-data is received. r=dougt
  2467. # [20:21] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  2468. # [20:21] * Joins: nrc|afk (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  2469. # [20:22] * Joins: Archaeopteryx (itsme@moz-C2E2ABF5.cust.telecolumbus.net)
  2470. # [20:22] * jchen|away is now known as jchen
  2471. # [20:22] * Quits: edmorley (~edmorleys@moz-B6AE3D70.cable.virginmedia.com) (Quit: edmorley)
  2472. # [20:27] * Joins: pcwalton (pcwalton@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2473. # [20:30] * Quits: dmarcos (dmarcos@154BC0F4.A9AA5581.516EE377.IP) (Quit: Leaving...)
  2474. # [20:30] <rillian> hub: but apparently not. document.createElement('video').canPlayType('video/mp4') returns 'maybe' on both linux and windows.
  2475. # [20:30] <rillian> technically correct, but not useful for distinguishing
  2476. # [20:30] <hub> rillian: *sigh*
  2477. # [20:31] * nsm is now known as nsm|AwayTillMonday
  2478. # [20:32] * Joins: _AxS_ (axs@moz-E7607041.cpe.net.cable.rogers.com)
  2479. # [20:33] * armenzg is now known as armenzg_brb
  2480. # [20:33] * deian|away is now known as deian
  2481. # [20:33] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  2482. # [20:34] <hub> rillian: the fact that we still have discrepencies across platforms is also annoying
  2483. # [20:35] <rillian> hub: I suspect the official position is that that's a bug
  2484. # [20:35] <rillian> canPlayType is consistent between linux and mac
  2485. # [20:35] <rillian> including 'probably' if you pass codecs
  2486. # [20:35] <rillian> non-free web is non-free
  2487. # [20:37] * Quits: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Ping timeout)
  2488. # [20:38] * Joins: overholt (overholt@43584BAB.6AD46F0.6BEEAEBD.IP)
  2489. # [20:38] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  2490. # [20:38] * Joins: dmarcos (dmarcos@154BC0F4.A9AA5581.516EE377.IP)
  2491. # [20:39] * Joins: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2492. # [20:39] * Joins: coop (Chris@moz-B06FFD33.dsl.bell.ca)
  2493. # [20:39] <_AxS_> hey all .. So on gentoo linux, most people build their mozilla stuffs from source. MOZ_MAKE_FLAGS="-j[more than 2]" is common. We're getting reports from some, though, about build failures during dom/interfaces/*/*.idl processing. For instance, http://bpaste.net/show/134086/
  2494. # [20:39] * Joins: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2495. # [20:40] <_AxS_> ...i don't see anything in the build system though that enforces ordering of the dom/interfaces/ processing; based on the error above it certainly seems to need to be hierarchical.. anyone have any ideas?
  2496. # [20:40] * geekboy is now known as geekboy|afk
  2497. # [20:41] <mbrubeck> gps: ^
  2498. # [20:41] * Quits: coop (Chris@moz-B06FFD33.dsl.bell.ca) (Ping timeout)
  2499. # [20:42] <_AxS_> note this is ESR, so 17.x ... i haven't heard any reports yet of 23.x or 24-beta, mainly because our users don't usually bother to report for them.
  2500. # [20:42] <mbrubeck> https://bugzilla.mozilla.org/show_bug.cgi?id=823043 looks like the same error, no further detais though.
  2501. # [20:43] * Joins: coop (Chris@moz-90D7DDA8.dsl.bell.ca)
  2502. # [20:43] * Quits: gabriel-iv (Thunderbir@872F60AF.4D6D914F.FB866788.IP) (Quit: gabriel-iv)
  2503. # [20:43] * Quits: Standard8 (Standard8@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2504. # [20:44] <mbrubeck> oh wait, different IDL files... but similar besides that
  2505. # [20:44] * jhammel|semiafk is now known as jhammel
  2506. # [20:44] <_AxS_> yep, except that the XPIDL_FLAGS seem to include everything as appropriate (ie the patch to that particular bug doesn't apply)
  2507. # [20:44] * Quits: michal (michal@moz-6CE1017D.broadband17.iol.cz) (Ping timeout)
  2508. # [20:44] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  2509. # [20:44] <mbrubeck> ah
  2510. # [20:44] <mbrubeck> right
  2511. # [20:45] * Quits: armenzg_brb (armenzg@moz-69908390.home1.cgocable.net) (Connection reset by peer)
  2512. # [20:45] <mbrubeck> _AxS_: For what it's worth, basically everyone complies with at least -j<number of cores> and I haven't seen that problem before... But maybe I've just been lucky.
  2513. # [20:45] * Joins: armenzg_brb (armenzg@moz-69908390.home1.cgocable.net)
  2514. # [20:45] <_AxS_> I personally, have not been able to reproduce the failures. A friend of mine even attempted with MOZ_MAKE_FLAGS="-j32 -l32" on a 32-core system and there were no issues.
  2515. # [20:45] <tbsaunde> _AxS_: presumably dirs that shouldn't be built in parallel aren't in PARALLEL_DIRS, but who knows if that's actually true for esr
  2516. # [20:46] * openjck is now known as openjck|lunch
  2517. # [20:46] * Quits: armenzg_brb (armenzg@moz-69908390.home1.cgocable.net) (Connection reset by peer)
  2518. # [20:46] <_AxS_> tbsaunde: the entire dom/* processing is done in PARALLEL_DIRS , in 17.x.. i'm not sure if the python builders somehow roll out ordering, or if it's just coincidental luck based on the order of dirs assigned to PARALLEL_DIRS
  2519. # [20:46] * Quits: sanket (sanket@CB7E5E0A.C83906C3.41D542A3.IP) (Ping timeout)
  2520. # [20:47] * Joins: armenzg_brb (armenzg@moz-69908390.home1.cgocable.net)
  2521. # [20:47] * jchen is now known as jchen|away
  2522. # [20:47] * _AxS_ checks what 24-beta does in the Makefile
  2523. # [20:48] * Joins: Optimizer (Optimizer@64F78E1F.94B36BF2.ED43EB4C.IP)
  2524. # [20:48] <_AxS_> oh my, totally different build system
  2525. # [20:48] <_AxS_> meh, maybe this will all go away when 24 makes ESR...
  2526. # [20:48] * Joins: Standard8 (Standard8@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2527. # [20:49] <_AxS_> ...although, it seems PARALLEL_DIRS is still the only target used according to dom/moz.build ...
  2528. # [20:49] <@ted> _AxS_: our builders don't do anything special
  2529. # [20:49] <@ted> and everyone i know builds with -jN, so we all built that code back when it was trunk
  2530. # [20:50] * Joins: michal (michal@18728636.D0F82CD8.32697916.IP)
  2531. # [20:50] <_AxS_> ted: yeah, the failures ive seen are rare and random, but they do occur reguarly enough that the user base wants us to do something. And forcing -j1 isn't really something I want to do.
  2532. # [20:50] * Quits: myk (myk@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2533. # [20:51] <@ted> also yeah, we completely rewrote how xpidl compilation works in the interim
  2534. # [20:51] <@ted> and ESR is ancient :)
  2535. # [20:51] <tbsaunde> _AxS_: just move the dom/interfaces stuff to DIRS to force them to be sequencial?
  2536. # [20:51] * Quits: mcomella (mcomella@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2537. # [20:51] <@ted> _AxS_: yeah, ^^ that should work
  2538. # [20:51] <@ted> it'll just make the build slower
  2539. # [20:52] <@ted> i'm sure that will infuriate gentoo users
  2540. # [20:52] <@ted> so, r=me
  2541. # [20:52] <_AxS_> That's what I was wondering, and would be an easy patch.
  2542. # [20:52] <tbsaunde> hah!
  2543. # [20:52] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  2544. # [20:52] <marco> is there any documentation about the Promise API?
  2545. # [20:53] <marco> the documentation on MDN is outdated
  2546. # [20:53] <_AxS_> ted: tbsaunde: ok i'll give that a shot, thanks!
  2547. # [20:54] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2548. # [20:54] * Quits: mina (mina@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  2549. # [20:54] * mina_ is now known as mina
  2550. # [20:55] * Quits: tonymec (tonymec@9FBBABD.3B7AD1EB.277517C1.IP) (Ping timeout)
  2551. # [20:55] * joduinn-brb is now known as joduinn-mtg
  2552. # [20:56] * Joins: mina_ (mina@FCCEA34F.7672369.D8E68FF6.IP)
  2553. # [20:56] * geekboy|afk is now known as geekboy
  2554. # [20:56] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2555. # [20:57] * mdas is now known as mdas|afk
  2556. # [20:57] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  2557. # [20:58] * Quits: ggp (ggp@5AD1A605.77494594.F546FA5F.IP) (Quit: Leaving...)
  2558. # [20:59] * Quits: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: Boriss)
  2559. # [20:59] * Joins: myk (myk@moz-BBE3ABD.mv.mozilla.com)
  2560. # [20:59] * Joins: aut0mata (automata@B365E3D9.17C80A34.16867D26.IP)
  2561. # [20:59] * Joins: harth_ (harth@moz-A0276582.hsd1.ca.comcast.net)
  2562. # [21:00] * Quits: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2563. # [21:00] * Quits: janv (varga@moz-A506EDFE.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  2564. # [21:00] * Joins: tonymec (tonymec@9FBBABD.3B7AD1EB.277517C1.IP)
  2565. # [21:01] * armenzg_brb is now known as armenzg
  2566. # [21:01] * Joins: Boriss (FlyingToas@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2567. # [21:01] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2568. # [21:01] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2569. # [21:02] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2570. # [21:02] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2571. # [21:03] * Quits: @smaug (chatzilla@moz-8C0006D4.pp.htv.fi) (Ping timeout)
  2572. # [21:03] * Quits: grobinson|laptop (grob_@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2573. # [21:04] * Callek|buildduty is now known as Callek_disconnected
  2574. # [21:04] * Quits: six600110 (six600110@moz-2FA48202.neo.res.rr.com) (Ping timeout)
  2575. # [21:04] * Callek_disconnected is now known as Callek
  2576. # [21:06] <philor> nobody really minds the way that running reftests on try involves selecting "reftest" and then four boxes of "plain-reftest" and then ten boxes of "reftest-n", right?
  2577. # [21:07] * Quits: Optimizer (Optimizer@64F78E1F.94B36BF2.ED43EB4C.IP) (Ping timeout)
  2578. # [21:08] * Joins: Optimizer (Optimizer@64F78E1F.94B36BF2.ED43EB4C.IP)
  2579. # [21:08] <mbrubeck> trychooser is like the mozilla version of http://orteil.dashnet.org/cookieclicker/
  2580. # [21:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b3c5a1f9193b - Jim Blandy - Bug 912321: Define the 'runOffThreadScript' function in the JavaScript shell, for testing off-thread compilation. r=bhackett1024
  2581. # [21:09] <@bz> philor: we just use -u all. ;)
  2582. # [21:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/27b1173a9e8c - Benjamin Bouvier - Bug 913282: Add mfbt Float32 asserts and constants; r=Waldo
  2583. # [21:09] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f0468b6afda3 - Benjamin Bouvier - Bug 913282: Use a MDefinition's member function to check Float32 consistency; r=sstangl
  2584. # [21:09] <gaston> speaking about random failure, anybody ever saw 'missing nsISupports.h' or nsIAtom.h ? (https://bugzilla.mozilla.org/show_bug.cgi?id=917753)
  2585. # [21:10] <philor> bz: awesome, so no need to bother worrying about how androidx86 is going to have reftests in "set-3" and "set-4", and xpcshell in "set-1" along with three chunks of mochitest?
  2586. # [21:10] <@bz> philor: heh
  2587. # [21:10] <philor> because, see, fixing this problem would involve someone actually writing some code
  2588. # [21:10] <philor> bz: haha but 100% serious
  2589. # [21:11] <philor> set-1 seems to be m-1, m-2, m-4, xpcshell
  2590. # [21:12] <philor> the lack of contiguous mochitests is, of course, no problem because it's impossible to guess what mobile hunk will have your mochitests anyway
  2591. # [21:12] * mdas|afk is now known as mdas
  2592. # [21:12] * Joins: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP)
  2593. # [21:12] <@bz> philor: but not m-8 or m-16?
  2594. # [21:13] <@bz> I guess m-16 would run into arms export restrictions....
  2595. # [21:13] * philor daydreams a bit about m-16
  2596. # [21:13] * Quits: jet (jet@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: jet)
  2597. # [21:14] * Quits: catalinn (Thunderbir@D8DD3CDA.5363EAC5.D602D2C5.IP) (Quit: catalinn)
  2598. # [21:14] <_AxS_> config/rules.mk , line 1334 or so ... this is 17ESR. it has $(LOOP_OVER_PARALLEL_DIRS) and a few other commands butted directly below an 'export-idl::' target which is only there conditionally. how does that work, exactly? code snipped: http://bpaste.net/show/134092/
  2599. # [21:14] * Quits: alungu (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  2600. # [21:15] <philor> oops, my mistake, it seems to do 10 hunks of reftest, so they'd be set-3,set-4,set-5
  2601. # [21:15] <_AxS_> if the conditions are true, i see how it works, but what happens when they aren't? those commands are just floating randomly; they don't look like they'll run on the target above....
  2602. # [21:16] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2603. # [21:16] <mbrubeck> Yeah, they'll attach to the target above
  2604. # [21:17] <mbrubeck> Make will ignore the blank line: https://www.gnu.org/software/make/manual/html_node/Recipe-Syntax.html#Recipe-Syntax
  2605. # [21:17] <gaston> are there some nsI* includes lying around in the source tree that should be purged ?
  2606. # [21:18] * Quits: kk1fff (kk1fff@moz-50DEFA7E.dynamic.hinet.net) (Quit: kk1fff)
  2607. # [21:18] <gaston> that not generated nsISupports.h is driving me crazy
  2608. # [21:19] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  2609. # [21:19] <mbrubeck> Yeah, nsIWidget.h always throws me
  2610. # [21:19] * Joins: ekr_ (ekr@moz-56BE4237.mycingular.net)
  2611. # [21:20] * Quits: dstrbad_n (chatzilla@moz-C89B6F.mobile.carnet.hr) (Ping timeout)
  2612. # [21:20] * coop is now known as coop|afk
  2613. # [21:20] * Quits: AaronMT (AaronMT@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Computer has gone to sleep.)
  2614. # [21:21] * Joins: grobinson|laptop (grob_@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2615. # [21:22] * Joins: six600110 (six600110@moz-2FA48202.neo.res.rr.com)
  2616. # [21:22] * Quits: ckitching (ckitching@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2617. # [21:22] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/0d8c681e9cb0 - Ed Morley - Bug 917817 - Make several more python test harness failure modes TBPL parsable. r=jmaher, a=NPOTB
  2618. # [21:22] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/7bb1f80c5738 - Neil Deakin - Bug 621399 - Disable some more of the test on windows 8. a=test-only
  2619. # [21:22] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/43135d0a11d9 - Mihai Sucan - Bug 908878 - Fix for intermittent browser_webconsole_bug_595350_multiple_windows_and_tabs.js | Timed out while waiting for: 4 web consoles {opened|closed}. a=test-only
  2620. # [21:23] * geekboy is now known as geekboy|afk
  2621. # [21:23] * Joins: dstrbad_n (chatzilla@moz-9A8A7DE7.mobile.carnet.hr)
  2622. # [21:23] * Quits: ekr_ (ekr@moz-56BE4237.mycingular.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  2623. # [21:23] * Joins: jet (jet@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2624. # [21:25] * Quits: armenzg (armenzg@moz-69908390.home1.cgocable.net) (Ping timeout)
  2625. # [21:25] * Joins: armenzg (armenzg@moz-69908390.home1.cgocable.net)
  2626. # [21:27] * Quits: armenzg (armenzg@moz-69908390.home1.cgocable.net) (Ping timeout)
  2627. # [21:27] * Joins: maxli (maxli@moz-A607CA26.student.cs.uwaterloo.ca)
  2628. # [21:29] * Joins: kk1fff (kk1fff@moz-50DEFA7E.dynamic.hinet.net)
  2629. # [21:30] * merike|away is now known as merike
  2630. # [21:30] * Joins: armenzg (armenzg@moz-69908390.home1.cgocable.net)
  2631. # [21:31] * Quits: dstrbad_n (chatzilla@moz-9A8A7DE7.mobile.carnet.hr) (Ping timeout)
  2632. # [21:32] * Quits: Mossop (mossop@moz-242CA735.lsanca.fios.verizon.net) (Quit: Fleeing the scene)
  2633. # [21:32] * Quits: grobinson|laptop (grob_@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2634. # [21:32] * Joins: grobinson|laptop (grob_@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2635. # [21:33] * Quits: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net) (Quit: Leaving.)
  2636. # [21:33] * Quits: marco (marco@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2637. # [21:33] * Joins: dstrbad_n (chatzilla@moz-9A8A7DE7.mobile.carnet.hr)
  2638. # [21:33] * jedp|mtg is now known as jedp|afk
  2639. # [21:34] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  2640. # [21:35] * Standard8 is now known as Standard8Away
  2641. # [21:35] * Quits: christina (christina@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: christina)
  2642. # [21:35] * Quits: +esprehn (uid10445@moz-E77DEB21.irccloud.com) (Ping timeout)
  2643. # [21:35] * Joins: esprehn (uid10445@moz-E77DEB21.irccloud.com)
  2644. # [21:36] * Quits: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mixedpuppy)
  2645. # [21:36] * Quits: Standard8Away (Standard8@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2646. # [21:37] * Quits: b10n1k (j0ni@moz-8CDA91BC.dsl.dyn.forthnet.gr) (Ping timeout)
  2647. # [21:38] * joduinn-mtg is now known as joduinn
  2648. # [21:38] * Quits: jedp|afk (jedp@moz-89599B04.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  2649. # [21:38] * Quits: kk1fff (kk1fff@moz-50DEFA7E.dynamic.hinet.net) (Quit: kk1fff)
  2650. # [21:38] * Quits: sheppy-offline (sheppy@moz-4992DE6D.static.kgpt.tn.charter.com) (Ping timeout)
  2651. # [21:39] * Quits: surkov (surkov@13F2CEC5.7672369.D8E68FF6.IP) (Quit: surkov)
  2652. # [21:39] * Quits: mjh563 (mjh563@moz-D891C5B8.cable.virginmedia.com) (Ping timeout)
  2653. # [21:39] * Quits: annevk (annevk@D58D87DD.9F7BDBDF.8B824544.IP) (Input/output error)
  2654. # [21:39] * Joins: mstange (markus@moz-E5D47FE9.dip0.t-ipconnect.de)
  2655. # [21:39] * Quits: bnicholson (bnicholson@moz-104CC309.mv.mozilla.com) (Ping timeout)
  2656. # [21:39] * Quits: mstange (markus@moz-E5D47FE9.dip0.t-ipconnect.de) (Quit: mstange)
  2657. # [21:40] * Joins: marco (marco@moz-BBE3ABD.mv.mozilla.com)
  2658. # [21:41] * Quits: @bz (bzbarsky@moz-EA9A3995.bstnma.fios.verizon.net) (Ping timeout)
  2659. # [21:42] * Joins: liam_1 (Mibbit@CBF114E.6A83097C.3A838220.IP)
  2660. # [21:43] <liam_1> hi... i'm cursing cors.... i've a font on another domain, and i've added the access-control-allow-origin (*), access-control-allow-methods (get, options) , access-control-allow-credentials (true), access-control-max-age (5), but even if curl correctly return those headers on an options request, firefox doesn't load the font...
  2661. # [21:43] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  2662. # [21:43] <liam_1> i've tried firefox under linux, win xp, win 8 and even android... none of them load the font
  2663. # [21:43] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2664. # [21:43] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2665. # [21:44] * Joins: gabriel-iv (Thunderbir@872F60AF.4D6D914F.FB866788.IP)
  2666. # [21:44] * Joins: christina (christina@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2667. # [21:44] * Quits: lzzluca (lzzluca@moz-4DF66408.retail.telecomitalia.it) (Client exited)
  2668. # [21:44] * Joins: sheppy-offline (sheppy@moz-4992DE6D.static.kgpt.tn.charter.com)
  2669. # [21:44] * Quits: cronco (Thunderbir@17FF97FF.AE2F10B0.3376CD77.IP) (Ping timeout)
  2670. # [21:44] * Quits: myk (myk@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2671. # [21:44] * Joins: alungu (Adium@moz-BBE3ABD.mv.mozilla.com)
  2672. # [21:45] * Quits: gabriel-iv (Thunderbir@872F60AF.4D6D914F.FB866788.IP) (Quit: gabriel-iv)
  2673. # [21:45] <abr> Is there some way to go back to relatively old (e.g., two- to four-week old) TBPL logs without clicking on the "down arrow" on tbpl over and over again for a very long time?
  2674. # [21:45] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2675. # [21:45] <gcp> do you have a mail from tryserver with a direct link?
  2676. # [21:45] <gcp> or do you remember the changeset?
  2677. # [21:45] <dholbert> abr, if you know the changeset, you can append "&rev=[whatever]" to your TBPL url
  2678. # [21:46] * Joins: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2679. # [21:46] * Joins: past_ (past@moz-B0989030.dsl.dyn.forthnet.gr)
  2680. # [21:46] <@bsmedberg> abr: you can do pushloghtml by date...
  2681. # [21:46] <KWierso> abr: when it starts to slow down too much, I just click the tbpl link for the bottom-most push, then start clicking the down arrow again
  2682. # [21:46] <@bsmedberg> abr: are you looking for the tinderbox results, or just the pushes?
  2683. # [21:46] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2684. # [21:46] <_AxS_> ted: does PARALLEL_DIRS mean that everything *in* said dir can be built in parallel, or does it mean that all of those DIRS can be built concurrently ?
  2685. # [21:46] * joduinn is now known as joduinn-food
  2686. # [21:46] <abr> Well, there's a defect that I know shows up in the logs (although it doesn't cause anything to fail), and I want to get a start rev so I can bisect where it was introduced.
  2687. # [21:47] <@bsmedberg> _AxS_: it means that they are all built concurrently
  2688. # [21:47] <_AxS_> bsmedberg: tnx.
  2689. # [21:47] <abr> So I just want to go to a "pretty old" version and verify that the defect isn't present.
  2690. # [21:47] <dholbert> abr, you want a combo of what bsmedberg and I said, then
  2691. # [21:47] * merike is now known as merike|away
  2692. # [21:47] <@bsmedberg> yeah...
  2693. # [21:47] <abr> Okay, cool. Thanks.
  2694. # [21:47] * Quits: ddahl (ddahl@moz-DDF22807.hsd1.il.comcast.net) (Input/output error)
  2695. # [21:47] <dholbert> abr, use pushloghtml to get a csetid for an "old" push, and then use TBPL with &rev=thatcsetid
  2696. # [21:47] <@bsmedberg> http://hg.mozilla.org/mozilla-central/pushloghtml by date will let you find older pushes by date
  2697. # [21:48] <@bsmedberg> and then tbpl by rev= will let you get the logs for just those pushes
  2698. # [21:48] <jesup> How do I install python-matplotlib on a mac?
  2699. # [21:48] <abr> bsmedberg / dholbert -- thanks for your help.
  2700. # [21:48] * Quits: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  2701. # [21:48] <_AxS_> jesup: that sounds like it's a python wrapper to a regular C lib...
  2702. # [21:48] * Joins: myk (myk@moz-BBE3ABD.mv.mozilla.com)
  2703. # [21:48] * Callek is now known as Callek|buildduty
  2704. # [21:48] <jesup> abr: do you just want a build you can pull to run locally?
  2705. # [21:49] <mwargers> ./mach bootstrap gives me these errors: http://pastebin.mozilla.org/3106458
  2706. # [21:49] <jesup> _AxS_: likely so. My python script relies on it
  2707. # [21:49] <tessarakt2> is there any kind of automatic codecheck service/tool for patches?
  2708. # [21:49] * baku is now known as baku|away
  2709. # [21:49] * baku|away is now known as baku
  2710. # [21:50] <jesup> abr: or do you want to see the test logs in tbpl?
  2711. # [21:50] <mwargers> I'm trying to update python, which ./mach says that is outdated
  2712. # [21:50] <dholbert> tessarakt2, yes: https://wiki.mozilla.org/ReleaseEngineering/TryServer
  2713. # [21:50] <@dbaron> abr, also, filter can help in that it filters down to only the test you want to look at
  2714. # [21:50] <_AxS_> jesup: so if that's the case, and you have python installed on the mac already, you need the wrapper code to be installed to site-packages. There's probably a setup.py in the python-matplotlib tarball that'll just do it for you
  2715. # [21:50] <tessarakt2> that's a try server
  2716. # [21:50] * Quits: alungu (Adium@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2717. # [21:50] <tessarakt2> so where does it perform code checks?
  2718. # [21:50] <abr> jesup: Well, maybe. I've got to run through the mochitests to get a log, and that takes a while. If I can spot check in tbpl, I can do most (or all) of the bisection manually looking at those logs, which will be faster than waiting for mochi to execute sqrt(n) times.
  2719. # [21:50] * Quits: heftig (heftig@moz-F0FBD069.dip0.t-ipconnect.de) (Ping timeout)
  2720. # [21:50] <dholbert> tessarakt2, I don't know what you mean by "code checks"
  2721. # [21:50] <tessarakt2> and where are the results?
  2722. # [21:50] <_AxS_> tessarakt2: define code checks?
  2723. # [21:51] <_AxS_> tessarakt2: if you want to see if a patch applies, try applying it. :) if you want to see if it builds, shove a run on the try server.
  2724. # [21:51] <tessarakt2> simplest example: trailing whitespace (but only if introduced by the patch!)
  2725. # [21:51] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2726. # [21:51] <dholbert> tessarakt2, oh, you mean like a style-checker?
  2727. # [21:51] <tessarakt2> dholbert: not only
  2728. # [21:51] <jesup> abr: ok. You can download the builds from ftp going back a month or so if you need them
  2729. # [21:51] <_AxS_> do try servers run clang profiling?
  2730. # [21:51] <tessarakt2> also things like: are there compiler warnings in lines changed by the patch?
  2731. # [21:52] * Quits: sworkman (sworkman@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sworkman)
  2732. # [21:52] <abr> jesup: Thanks. Like I said, though, the builds are far less useful than the logs. :)
  2733. # [21:52] <dholbert> tessarakt2, so that requires compiling the code, and TryServer would take care of that for you. (though we'll only fail for warnings in certain known-warning-free directories.)
  2734. # [21:52] <jesup> _AxS_: It's trivial on Linux (sudo blah install pythonmatplotlib) where blah = yum/aptitude/etc
  2735. # [21:52] <tbsaunde> _AxS_: clang profiling?
  2736. # [21:53] <tessarakt2> dholbert: I know that the try server compiles the code
  2737. # [21:53] <tessarakt2> but it does not process messages in the way I just mentioned
  2738. # [21:53] <_AxS_> tbsaunde: clang can provide some really cool code correctness checking.
  2739. # [21:53] <_AxS_> tessarakt2: you get access to the full build log afterwards tho, so you can check for files/lines that match what the patch touches to read any warnings that way
  2740. # [21:54] <dholbert> tessarakt2, whitespace issues and other styleish things can be found with a "jst-review.pl" webform, but I don't know if anyone's actively hosting an instance of it. (Two instances that I just checked from my history appear to be down)
  2741. # [21:54] <tbsaunde> _AxS_: well, tere are the static checking builds, but I wouldn't call that profiling :)
  2742. # [21:54] * geekboy|afk is now known as geekboy
  2743. # [21:54] <_AxS_> jesup: that's only if it's *packaged* for linux. :) you get to do a 'from source build' on osx if you don't find a .dmg with it already
  2744. # [21:54] * philor is now known as philor|away
  2745. # [21:54] * openjck|lunch is now known as openjck
  2746. # [21:54] <tessarakt2> _AxS_: understood - but only with filtering to the parts affected by the patch it becomes useful
  2747. # [21:55] * Joins: mshal (mshal@moz-A890D35A.washdc.fios.verizon.net)
  2748. # [21:55] <dholbert> tessarakt2, that's "hard"
  2749. # [21:55] <tessarakt2> I find it kind of surprising that such a mechanism seems to be completely new to everyone
  2750. # [21:55] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  2751. # [21:55] <tessarakt2> dholbert: we have such a thing at my company
  2752. # [21:55] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  2753. # [21:55] * mattwoodrow|away is now known as mattwoodrow
  2754. # [21:55] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2755. # [21:55] <dholbert> tessarakt2, e.g. maybe your patch removes an #include, which makes some obscure .cpp file elsewhere warn about not finding a definition for an inline function that it uses
  2756. # [21:56] <tessarakt2> messages are stored by file + line number and then processed according to cvs annotate results
  2757. # [21:56] <dholbert> tessarakt2, that warning wouldn't be reported for any code that your patch touched
  2758. # [21:56] <_AxS_> tessarakt2: yeah.. I don't know of any tool that does this anywhere, personally. I do know that when my patch caused failures on inbound, RyanVM|sheriffduty had a way of highlighting somehow that it was changes done by my patch that caused the failures, in the build.log (at least, i think there was a tool that did that; maybe it was just him)
  2759. # [21:56] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2760. # [21:56] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  2761. # [21:56] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2762. # [21:56] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Leaving...)
  2763. # [21:56] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  2764. # [21:56] * Joins: alungu (Adium@moz-BBE3ABD.mv.mozilla.com)
  2765. # [21:56] * Quits: kamidphish (kamidphish@13F2CEC5.7672369.D8E68FF6.IP) (Quit: kamidphish)
  2766. # [21:57] <tessarakt2> _AxS_: I think our solution is also handcrafted by our QA guy ...
  2767. # [21:57] * Quits: tonymec (tonymec@9FBBABD.3B7AD1EB.277517C1.IP) (Input/output error)
  2768. # [21:57] <dholbert> tessarakt2, anyway, why do you ask? just curious? or do you have a firefox patch that you want to have sanity-checked?
  2769. # [21:58] * Joins: mkaply (mkaply@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2770. # [21:58] * armenzg is now known as armenzg_brb
  2771. # [21:58] <@bsmedberg> I used to have a tool to report warning blame
  2772. # [21:58] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2773. # [21:58] <@bsmedberg> but it required building -j1 and that sucks
  2774. # [21:59] <@bsmedberg> now maybe mach could fix that
  2775. # [21:59] <dholbert> (building -j1, for every single commit)
  2776. # [21:59] <tessarakt2> dholbert: I have a Thunderbird patch (31 files changed, 437 insertions(+), 53 deletions(-)) where I probably annoyed my reviewers at least a tiny bit with style stuff such as indentation and trailing whitespace ...
  2777. # [21:59] <_AxS_> bsmedberg: that'd only be necessary for build-system breakages wouldn't it? code changes could be grabbed whether -j1 or not, no?
  2778. # [21:59] <firebot> Check-in:
  2779. # [22:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/97e1d3a2f64e - Benjamin Smedberg - Bug 918869 - When the objdir is on a different drive from the source, write virtualenv paths as absolute paths (avoids "Error populating virtualenv"), r=gps
  2780. # [22:00] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b54e6e52f479 - Benjamin Smedberg - Bug 831285 - Block beid35cardlayer.dll versions prior to version 4 which are known to cause crashes and hangs in Firefox, r=johnath
  2781. # [22:00] <@bsmedberg> _AxS_: getting the warning data from the compiler reliably required not interleaving multiple compiles
  2782. # [22:00] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  2783. # [22:00] * Joins: mbrubeck (mbrub_000@moz-45568FC0.hsd1.wa.comcast.net)
  2784. # [22:00] <_AxS_> bsmedberg: ah.
  2785. # [22:00] * Quits: blassey (blassey@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2786. # [22:00] <firebot> Check-in:
  2787. # [22:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b0ec597b7453 - Brad Lassey - bug 918645 - rash in java.lang.SecurityException: WifiService: Neither user 10061 nor current process has android.permission.ACCESS_WIFI_STATE. at
  2788. # [22:01] <dholbert> serious on-topic question: does jst-review.pl no longer exist anywhere on the web?
  2789. # [22:01] <firebot> android.os.Parcel.readException(Parcel.java r=mcmanus
  2790. # [22:01] * Quits: christina (christina@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: christina)
  2791. # [22:01] <tbsaunde> tessarakt2: git can be told to just fix whitespace issues for you, but I don't think hg can do that
  2792. # [22:01] <NeilAway> !seen janv
  2793. # [22:01] <firebot> janv was last seen 3 days, 4 hours, 12 minutes and 46 seconds ago, saying 'we're trying to improve it' in #developers.
  2794. # [22:01] <tessarakt2> I use git
  2795. # [22:01] <NeilAway> !seen bent
  2796. # [22:02] <firebot> bent was last seen 71 minutes and 40 seconds ago, saying 'Hixie, ping' in #content.
  2797. # [22:02] <@bsmedberg> dholbert: aww, jkeiser's script disappeared? :-(
  2798. # [22:02] <dholbert> google isn't finding anything , except http://k0s.org/toolbox/jst-review , which is just a link to a no-longer-present jst-review page
  2799. # [22:02] <Gijs> btw, has anyone else seen hg qimport bz:// rename the wrong patch after importing?
  2800. # [22:02] <dholbert> bsmedberg, yeah, "this account has been suspended"
  2801. # [22:02] <@bsmedberg> I can email him, if nobody has a local copy
  2802. # [22:02] * Joins: damons (gnubeard@97957D0A.8D753159.C943C01E.IP)
  2803. # [22:03] <@bsmedberg> jkeiser was my first mentor
  2804. # [22:03] <tbsaunde> tessarakt2: --whitespace=fix :)
  2805. # [22:03] <tessarakt2> tbsaunde: thanks, will give it a try
  2806. # [22:04] * Joins: grobinson (grob_@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2807. # [22:04] * Joins: tonymec (tonymec@9FBBABD.3B7AD1EB.277517C1.IP)
  2808. # [22:05] * Quits: Enn (enn@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2809. # [22:05] * jhopkins is now known as jhopkins|bbiab
  2810. # [22:06] * Quits: mina (malmasry@FCCEA34F.7672369.D8E68FF6.IP) (Quit: mina)
  2811. # [22:06] * mina_ is now known as mina
  2812. # [22:06] * mattwoodrow is now known as mattwoodrow|away
  2813. # [22:07] * wlach is now known as wlach|biab
  2814. # [22:07] * mattwoodrow|away is now known as mattwoodrow
  2815. # [22:08] <sfink> Gijs: have you updated to the latest? I fixed that not too long ago
  2816. # [22:09] * Quits: gustavold (gustavold@moz-E996123A.wlan-a.fee.unicamp.br) (Ping timeout)
  2817. # [22:09] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/a63b5f86bd19 - Magnus Henoch - Bug 911498: page-mod/match-pattern.js requires itself. r=jsantell, a=lsblakk
  2818. # [22:09] * Quits: davidb (uid12418@moz-31ABA2C0.irccloud.com) (Quit: )
  2819. # [22:10] * Quits: dmarcos (dmarcos@154BC0F4.A9AA5581.516EE377.IP) (Quit: Leaving...)
  2820. # [22:10] * Joins: davidb (davidb@moz-E4DEA9DE.dsl.bell.ca)
  2821. # [22:11] <Gijs> sfink: hrm, was this bug 644917 ?
  2822. # [22:11] <Gijs> That's an interesting "not too long ago"
  2823. # [22:12] <sfink> Gijs: bug 848342
  2824. # [22:12] <Gijs> sfink: if not, I'm guessing that http://hg.mozilla.org/users/robarnold_cmu.edu/qimportbz isn't the repo I should be using?
  2825. # [22:12] <sfink> nope, that's the right one
  2826. # [22:12] * Quits: msucan (mihai@92D1318F.7981955B.7C5F70AF.IP) (Quit: Leaving.)
  2827. # [22:13] * Quits: RealRaven (Thunderbir@5CD376F2.2760DA73.C3498625.IP) (Quit: RealRaven)
  2828. # [22:13] * Joins: Standard8 (Standard8@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2829. # [22:14] <Gijs> sfink: ./mach mercurial-setup told me it just updated it to the latest, and the last commit I see locally is from february.
  2830. # [22:14] * Quits: sheppy-offline (sheppy@moz-4992DE6D.static.kgpt.tn.charter.com) (Ping timeout)
  2831. # [22:14] * Gijs wonders if he's stuck on some kind of branch or something
  2832. # [22:15] * Quits: ahal (ahal@F77132FB.12EEDBD3.6BEEAEBD.IP) (Quit: Leaving)
  2833. # [22:15] <sfink> Yeah, the latest commit is from Sep 16
  2834. # [22:15] <sfink> and there are no branches
  2835. # [22:15] <sfink> I say mercurial-setup is lying
  2836. # [22:15] <Gijs> Oh, this is cute
  2837. # [22:15] * Quits: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: mixedpuppy)
  2838. # [22:16] <Gijs> mercurial-setup has created its own copy of it, under ~/.mozbuild/
  2839. # [22:16] <Gijs> but never updated my hgrc to point to it
  2840. # [22:16] * Joins: sheppy-offline (sheppy@moz-4992DE6D.static.kgpt.tn.charter.com)
  2841. # [22:16] * Joins: mina_ (malmasry@FCCEA34F.7672369.D8E68FF6.IP)
  2842. # [22:16] <Gijs> or told me that it was looking at something other than the path *I* had already configured for it, which did point to a working local hg repo with that as the [default] path. :s
  2843. # [22:16] <Gijs> sigh
  2844. # [22:16] * baku is now known as baku|away
  2845. # [22:17] <sfink> I've never attempted to use mercurial-setup. Seems like a tricky thing to get right. Gotta be helpful without screwing things up.
  2846. # [22:17] <Gijs> Mm.
  2847. # [22:18] <sfink> it wants to mangle my hgrc when I run it, inserting [hostfingerprints] directly after [hooks]
  2848. # [22:18] * Quits: gcp (gpascutto@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Make a new plan, Stan!)
  2849. # [22:18] * Joins: asuk (asuk@FA0B9315.D7D800CF.AF15F8E5.IP)
  2850. # [22:19] <sfink> though come to think of it, everything in my [hooks] is commented out, so it wouldn't actually break anything
  2851. # [22:19] * Quits: arasbm (zooby@moz-8E336844.vf.shawcable.net) (Quit: Leaving.)
  2852. # [22:20] * Joins: Mano (Mano@moz-27FE13A6.red.bezeqint.net)
  2853. # [22:21] * armenzg_brb is now known as armenzg
  2854. # [22:22] * Joins: tjc (tjc@moz-61292EE3.static.cruzio.com)
  2855. # [22:23] * Quits: Mano (Mano@moz-27FE13A6.red.bezeqint.net) (Quit: Colloquy for iPad - http://colloquy.mobi)
  2856. # [22:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f688d540beb1 - Jeff Walden - Bug 501739 - Make String.prototype.match use the zero-lastIndex helper method added in the previous revision. r=trivial
  2857. # [22:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a179552e0d48 - Yaron Tausky - Bug 501739 - Part 2: Zero lastIndex in String.prototype.replace. r=jwalden
  2858. # [22:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/13b2aafc8d02 - Jeff Walden - Bug 501739 - Update String.prototype.match to correctly update .lastIndex when called with a RegExp with the .global flag set on it. Patch somewhat inspired by prior work
  2859. # [22:23] <firebot> in the bug by Yaron Tausky. r=jorendoff, or r=a god among men when it comes to finding edge-case bugs in patches, I'm not sure which, I get them mixed up
  2860. # [22:23] * mattwoodrow is now known as mattwoodrow|away
  2861. # [22:23] <Gijs> sfink: would that not work for some reason? :s
  2862. # [22:24] <Gijs> (if they weren't commented out, I mean)
  2863. # [22:24] <sfink> Gijs: you mean, would your approach of reusing any existing checkouts work?
  2864. # [22:24] <sfink> sorry, not sure what you're referring to
  2865. # [22:25] <Gijs> sfink: no, I mean, would inserting the [hostfingerprints] section after the [hooks] section break anything?
  2866. # [22:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/06141d2c7302 - David Burns - Bug 832045 - get_attribute test for boolean attributes; r=jgriffin
  2867. # [22:25] <Gijs> Oh, are you saying it's trying to insert it between the section head and its contents?
  2868. # [22:25] * jhopkins|bbiab is now known as jhopkins
  2869. # [22:25] <sfink> yes
  2870. # [22:25] * Gijs suspects that's actually python's ini parser's fault.
  2871. # [22:25] <sfink> sorry, that was ambiguous
  2872. # [22:25] <jdm> RyanVM|sheriffduty: are you in charge of mozillabuild these days?
  2873. # [22:26] <Gijs> it can't know that those comments at the bottom 'belong' in the hooks section
  2874. # [22:26] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  2875. # [22:26] <RyanVM|sheriffduty> jdm: Yes
  2876. # [22:26] <Gijs> if they weren't comments, it wouldn't do that.
  2877. # [22:26] * Joins: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2878. # [22:26] <Gijs> (I should hope!)
  2879. # [22:26] <sfink> yeah, I backed off from filing the bug when I discovered all of my hooks were commented out
  2880. # [22:26] * KWierso is now known as KWierso|sheriffduty
  2881. # [22:26] <Gijs> sfink: as for whether that approach works, well, I filed a bug with a couple of options. :) (bug 918979)
  2882. # [22:26] <sfink> oh, good
  2883. # [22:27] * RyanVM|sheriffduty is now known as RyanVM
  2884. # [22:27] * Quits: myk (myk@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2885. # [22:27] * Joins: flo-retina1 (Instantbir@moz-87C33FDA.kimsufi.com)
  2886. # [22:27] * Joins: seth_ (seth@moz-104CC309.mv.mozilla.com)
  2887. # [22:27] * Joins: mixedpuppy (mixedpuppy@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2888. # [22:27] * Quits: seth (seth@moz-BE33DA21.fw1.sfo1.mozilla.net) (Ping timeout)
  2889. # [22:28] <jesup> Love this error: "Cowardly refusing to 'sudo brew install'"
  2890. # [22:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dc4d137f1cce - Daniel Holbert - Bug 918519 part 2: Replace GetMainComponent/GetCrossComponent invocations with macros to avoid unnecessarily constructing nsSize() on-the-fly. r=mats
  2891. # [22:28] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4821c95e7116 - Daniel Holbert - Bug 918519 part 1: Add macros GET_MAIN_COMPONENT and GET_FLEX_COMPONENT to nsFlexContainerFrame.cpp, and use them to implement existing utility methods. r=mats
  2892. # [22:28] * Quits: bent (chatzilla@moz-932324BF.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  2893. # [22:28] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  2894. # [22:30] * Quits: Archaeopteryx (itsme@moz-C2E2ABF5.cust.telecolumbus.net) (Quit: Is this plutonium in your pocket, or are you just happy to see me leave.)
  2895. # [22:32] * jhammel is now known as jhammel|lunch
  2896. # [22:32] * Joins: gabriel-iv (Thunderbir@872F60AF.4D6D914F.FB866788.IP)
  2897. # [22:33] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  2898. # [22:33] * Quits: _AxS_ (axs@moz-E7607041.cpe.net.cable.rogers.com) (Quit: gone)
  2899. # [22:33] * Joins: dmarcos (dmarcos@154BC0F4.A9AA5581.516EE377.IP)
  2900. # [22:33] * coop|afk is now known as coop
  2901. # [22:34] * deian is now known as deian|away
  2902. # [22:35] * Joins: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2903. # [22:36] * Joins: Archaeopteryx (itsme@moz-C2E2ABF5.cust.telecolumbus.net)
  2904. # [22:38] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  2905. # [22:40] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2906. # [22:41] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2907. # [22:41] * Quits: aut0mata (automata@B365E3D9.17C80A34.16867D26.IP) (Ping timeout)
  2908. # [22:41] * Quits: past_ (past@moz-B0989030.dsl.dyn.forthnet.gr) (Quit: )
  2909. # [22:42] * Joins: aut0mata (automata@B365E3D9.17C80A34.16867D26.IP)
  2910. # [22:44] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  2911. # [22:44] * Quits: mina_ (malmasry@FCCEA34F.7672369.D8E68FF6.IP) (Quit: mina_)
  2912. # [22:44] * Joins: sworkman (sworkman@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2913. # [22:44] * Quits: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2914. # [22:44] * Quits: gabriel-iv (Thunderbir@872F60AF.4D6D914F.FB866788.IP) (Quit: gabriel-iv)
  2915. # [22:47] * Joins: mina_ (malmasry@FCCEA34F.7672369.D8E68FF6.IP)
  2916. # [22:48] * Quits: mina_ (malmasry@FCCEA34F.7672369.D8E68FF6.IP) (Quit: mina_)
  2917. # [22:48] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2918. # [22:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cee18252461e - Joey Armstrong - bug 870406: move CSRCS to mozbuild - patch #4. r=mshal
  2919. # [22:49] * Quits: davidb (davidb@moz-E4DEA9DE.dsl.bell.ca) (Quit: davidb)
  2920. # [22:52] * Quits: dria (dria@moz-8DD7771E.dsl.teksavvy.com) (Ping timeout)
  2921. # [22:53] * Joins: Weebs (SchwigilyD@4F516B44.8C382C77.7C9220AF.IP)
  2922. # [22:54] * jchen|away is now known as jchen
  2923. # [22:56] * Joins: dria (dria@FE27EAF6.97359CCD.97F07BE5.IP)
  2924. # [22:56] * Joins: blassey (blassey@78F46281.26233E6D.6F478678.IP)
  2925. # [22:57] * Joins: grapenuts (chatzilla@moz-73B75604.nys.biz.rr.com)
  2926. # [22:57] * kats is now known as kats|away
  2927. # [22:57] * ctalbert|mtg is now known as ctalbert|afk
  2928. # [22:58] * Quits: @dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  2929. # [22:58] <mbrubeck> Waldo: the latest compare-talos link in bug 853301 also shows TART regressions across the board, which is surprising to me...
  2930. # [22:59] * Joins: dbaron (dbaron@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2931. # [22:59] * ChanServ sets mode: +ao dbaron dbaron
  2932. # [22:59] <Waldo> mbrubeck: yeah, I saw that and then immediately pretended I didn't see it :-|
  2933. # [22:59] * Waldo hates perf
  2934. # [23:00] <mbrubeck> It's okay, perf hates us too. ;)
  2935. # [23:00] * Quits: blassey (blassey@78F46281.26233E6D.6F478678.IP) (Connection reset by peer)
  2936. # [23:01] * geekboy is now known as geekboy|afk
  2937. # [23:01] * Quits: sheeri (sheeri@moz-DB4A9C19.scl3.mozilla.com) (Quit: leaving)
  2938. # [23:01] * Joins: sheeri (sheeri@moz-DB4A9C19.scl3.mozilla.com)
  2939. # [23:02] * geekboy|afk is now known as geekboy
  2940. # [23:03] * whimboo is now known as whimboo|afk
  2941. # [23:04] <jesup> No, we *REALLY* hate perf
  2942. # [23:04] * Quits: mina (mina@FCCEA34F.7672369.D8E68FF6.IP) (Quit: mina)
  2943. # [23:04] <jesup> perf sucks dead gerbils through garden hoses
  2944. # [23:04] * jesup exaggerates... slightly
  2945. # [23:05] * bc is now known as bc|afk
  2946. # [23:05] * jmaher is now known as jmaher|afk
  2947. # [23:05] * Joins: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2948. # [23:06] * Quits: michal (michal@18728636.D0F82CD8.32697916.IP) (Ping timeout)
  2949. # [23:06] <mbrubeck> oh goody, a new jit-tests intermittent on my Aurora push
  2950. # [23:06] * mbrubeck will file
  2951. # [23:06] * Quits: vd (vd@moz-7A53EEF0.ddns.cablebg.net) (Ping timeout)
  2952. # [23:07] * Joins: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz)
  2953. # [23:07] * Joins: darkowlzz_ (sunny@8ACA6BBA.A322D89D.25B273F5.IP)
  2954. # [23:07] <jesup> Grrrr. ./mach bootstrap (on mac) -> selecting mp-clang-3.2 for 'clang' failed - the specified group 'clang' does not exist
  2955. # [23:08] <jesup> though I seem to be able to build now
  2956. # [23:10] <liam_1> i'm cursing cors.... i've a font on another domain, and i've added the access-control-allow-origin (*), access-control-allow-methods (get, options) , access-control-allow-credentials (true), access-control-max-age (5), but even if curl correctly return those headers on an options request, firefox doesn't load the font...
  2957. # [23:10] <liam_1> i've tried firefox under linux, win xp, win 8 and even android... none of them load the font
  2958. # [23:10] * Quits: Xaquseg (xaquseg@moz-D4633F43.pixelhunger.com) (Ping timeout)
  2959. # [23:11] <jesup> liam_1: a) wireshark can show you the actual network traffic. b) check the console (I'm no expert on this)
  2960. # [23:11] * Joins: ekr_ (ekr@moz-56BE4237.mycingular.net)
  2961. # [23:12] * Joins: vd (vd@moz-7A53EEF0.ddns.cablebg.net)
  2962. # [23:13] * Quits: harth_ (harth@moz-A0276582.hsd1.ca.comcast.net) (Input/output error)
  2963. # [23:13] * Joins: harth_ (harth@moz-A0276582.hsd1.ca.comcast.net)
  2964. # [23:13] * Joins: Xaquseg (xaquseg@moz-D4633F43.pixelhunger.com)
  2965. # [23:13] * openjck is now known as openjck|brb
  2966. # [23:13] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2967. # [23:13] * Quits: harth_ (harth@moz-A0276582.hsd1.ca.comcast.net) (Connection reset by peer)
  2968. # [23:13] * Joins: harth_ (harth@moz-A0276582.hsd1.ca.comcast.net)
  2969. # [23:14] * Joins: teoli (teoli@88F51059.F3BBB17D.144F44FA.IP)
  2970. # [23:14] * Joins: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2971. # [23:17] * Joins: slenkeri (watchboy@190E2787.8C382C77.7C9220AF.IP)
  2972. # [23:17] * capella is now known as capella|away
  2973. # [23:17] * Joins: jrm2k6 (jrm2k6@moz-7278A08.catv.broadband.hu)
  2974. # [23:18] <Fallen> bholley: ping
  2975. # [23:18] * Quits: damons (gnubeard@97957D0A.8D753159.C943C01E.IP) (Quit: damons)
  2976. # [23:18] * Quits: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net) (Quit: [self dealloc];)
  2977. # [23:18] * armenzg is now known as armenzg_afk
  2978. # [23:19] <mbrubeck> liam_1: Also make sure the font isn't getting blocked as mixed content, if your page is HTTPS
  2979. # [23:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8b6ef4cdeb7e - Daniel Holbert - Bug 918882: Remove no-longer-used 'rv' variable. r=njn
  2980. # [23:22] * Quits: darkowlzz_ (sunny@8ACA6BBA.A322D89D.25B273F5.IP) (Ping timeout)
  2981. # [23:22] * philor|away is now known as philor
  2982. # [23:23] * Quits: harth_ (harth@moz-A0276582.hsd1.ca.comcast.net) (Input/output error)
  2983. # [23:23] * Joins: harth_ (harth@moz-A0276582.hsd1.ca.comcast.net)
  2984. # [23:24] * Joins: dao (dao@moz-F4B1C7F2.superkabel.de)
  2985. # [23:24] * Quits: overholt (overholt@43584BAB.6AD46F0.6BEEAEBD.IP) (Quit: Leaving)
  2986. # [23:24] * jchen is now known as jchen|away
  2987. # [23:25] * Joins: darkowlzz_ (sunny@FA4B654E.5C5AFDD3.25B273F5.IP)
  2988. # [23:25] * Quits: harth_ (harth@moz-A0276582.hsd1.ca.comcast.net) (Ping timeout)
  2989. # [23:26] * Joins: Mossop (mossop@moz-242CA735.lsanca.fios.verizon.net)
  2990. # [23:26] * Joins: michal (michal@moz-6CE1017D.broadband17.iol.cz)
  2991. # [23:27] * Quits: darkowlzz_ (sunny@FA4B654E.5C5AFDD3.25B273F5.IP) (Max SendQ exceeded)
  2992. # [23:27] * Quits: jimm (jmathies@moz-864CAA4E.pn.at.cox.net) (Quit: )
  2993. # [23:28] * Joins: darkowlzz (darkowlzz@3E4213FC.63E6660A.81E77A99.IP)
  2994. # [23:28] * Joins: darkowlzz_ (sunny@FA4B654E.5C5AFDD3.25B273F5.IP)
  2995. # [23:29] * Quits: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2996. # [23:29] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  2997. # [23:30] * Joins: imphil (imphil@AA6D5654.A5F785DE.396E4C6D.IP)
  2998. # [23:30] * Joins: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  2999. # [23:30] * Quits: Xaquseg (xaquseg@moz-D4633F43.pixelhunger.com) (Ping timeout)
  3000. # [23:31] * Quits: ekr_ (ekr@moz-56BE4237.mycingular.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  3001. # [23:33] * Joins: Xaquseg (xaquseg@moz-D4633F43.pixelhunger.com)
  3002. # [23:36] * Quits: dmarcos (dmarcos@154BC0F4.A9AA5581.516EE377.IP) (Quit: Leaving...)
  3003. # [23:37] * openjck|brb is now known as openjck
  3004. # [23:37] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  3005. # [23:37] * jchen|away is now known as jchen
  3006. # [23:38] * Joins: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP)
  3007. # [23:39] <abr> Is there a DXR for comm-central?
  3008. # [23:40] * Quits: mshal (mshal@moz-A890D35A.washdc.fios.verizon.net) (Quit: leaving)
  3009. # [23:41] * Quits: wolfiR (wolfiR@moz-C9482F1B.dip0.t-ipconnect.de) (Quit: Leaving)
  3010. # [23:42] * Quits: gandalf_ (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  3011. # [23:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bfc40b8abf4c - Joey Armstrong - bug 870406: move CSRCS to mozbuild (file batch #3). r=mshal
  3012. # [23:42] * Joins: myk (myk@moz-BBE3ABD.mv.mozilla.com)
  3013. # [23:43] * Quits: liam_1 (Mibbit@CBF114E.6A83097C.3A838220.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  3014. # [23:43] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  3015. # [23:44] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse)
  3016. # [23:45] * Joins: ddahl (ddahl@C0559334.C30B3942.8DDCAE07.IP)
  3017. # [23:45] * Quits: armenzg_afk (armenzg@moz-69908390.home1.cgocable.net) (Input/output error)
  3018. # [23:48] * philor is now known as philor|away
  3019. # [23:48] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  3020. # [23:49] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  3021. # [23:50] * asuk is now known as asuk|afk
  3022. # [23:50] * Joins: JosiahOne (Instantbir@moz-2C74C5DD.lightspeed.livnmi.sbcglobal.net)
  3023. # [23:52] * Quits: ctangira (ctangira@moz-CFCC7B62.cisco.com) (Ping timeout)
  3024. # [23:52] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2fe343b79664 - Benjamin Bouvier - Bug 918815: Inline zero Float32 constants on x86 and factor out maybeInlineFloat; r=sstangl
  3025. # [23:52] * Joins: gerv (Instantbir@5DC96266.15492323.5D23F53B.IP)
  3026. # [23:53] * jchen is now known as jchen|away
  3027. # [23:53] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  3028. # [23:53] * Joins: ctangira (ctangira@moz-33EFC956.cisco.com)
  3029. # [23:53] * Joins: bz (bzbarsky@moz-EA9A3995.bstnma.fios.verizon.net)
  3030. # [23:53] * ChanServ sets mode: +o bz
  3031. # [23:54] * Quits: ehugg (chatzilla@8BBC0BAB.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 24.0/20130910160258])
  3032. # [23:55] * Quits: mdas (mdas@moz-104CC309.mv.mozilla.com) (Quit: )
  3033. # [23:55] * Quits: sicking (sicking@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: sicking)
  3034. # [23:57] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  3035. # [23:57] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  3036. # [23:58] * Joins: heftig (heftig@moz-13C434C4.dip0.t-ipconnect.de)
  3037. # [23:58] * Quits: dstrbad_n (chatzilla@moz-9A8A7DE7.mobile.carnet.hr) (Ping timeout)
  3038. # [23:58] * Quits: ctangira (ctangira@moz-33EFC956.cisco.com) (Quit: ctangira)
  3039. # [23:58] * Quits: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net) (Quit: I feel so disconnected now )
  3040. # [23:59] * Joins: aja (Instantbir@77324BC2.A2BBCAA5.7880DB15.IP)
  3041. # [23:59] * Joins: gandalf (zbraniecki@moz-BE33DA21.fw1.sfo1.mozilla.net)
  3042. # Session Close: Sat Sep 21 00:00:00 2013

The end :)