/irc-logs / mozilla / #developers / 2013-12-19 / end

Options:

  1. # Session Start: Thu Dec 19 00:00:00 2013
  2. # Session Ident: #developers
  3. # [00:00] <billm> oh right, we don't do that message preprocessing
  4. # [00:00] <@bsmedberg> the event loop is very different on each platform
  5. # [00:00] <@bsmedberg> to the point of being crazy-different
  6. # [00:00] * nthomas is now known as nthomas|away
  7. # [00:00] <@bsmedberg> we might want to fix that in content processes, since they probably don't ever need to process native events
  8. # [00:00] * Joins: kamidphish (textual@3F048A6E.A5F785DE.396E4C6D.IP)
  9. # [00:00] * mcote is now known as mcote|afk
  10. # [00:00] <@bsmedberg> but I wouldn't want to bet on that right now
  11. # [00:01] <billm> yeah, I've been having a hard time following all this code. there's a lot of weird nesting.
  12. # [00:01] * Joins: myk (myk@moz-996D3BDA.dsl.dynamic.sonic.net)
  13. # [00:01] * Quits: rednaks (rednaks@6CCB4311.2B8CF418.55FFA9B4.IP) (Quit: Téléportation !)
  14. # [00:01] <@smaug> tn: no
  15. # [00:01] * Joins: grobinson|laptop (grob_@moz-CB33CA6D.is.a.tor.exit.server.torland.is)
  16. # [00:01] <@smaug> 1am
  17. # [00:02] * Quits: terrence (terrence@moz-B38D16E9.sb.sd.cox.net) (Ping timeout)
  18. # [00:03] <@smaug> tn: feel free to give r+ to the first or the last patch in Bug 899910. or both. if the last one works, I'd push that, otherwise the first one
  19. # [00:03] <@smaug> but now, good night
  20. # [00:03] <@bsmedberg> billm: I owe everyone a doc on how the event loop fits together on each platform, but that's not going to happen until mid-January at the earliest
  21. # [00:04] <@bsmedberg> I do know that unfortunately-well
  22. # [00:04] <tn> smaug: ok, i'll look. good night.
  23. # [00:04] <@bsmedberg> in any case, in this case we should probably just flag the "we've exited" bit and not re-run the loop if we already exited
  24. # [00:05] <billm> bsmedberg: ok. my main question is whether we'd ever expect the sequence Run(); Exit(); Run(); to be okay.
  25. # [00:05] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  26. # [00:05] * Quits: jimm (jmathies@moz-DF439B90.pn.at.cox.net) (Quit: )
  27. # [00:05] <@bsmedberg> I cannot think of a case where that makes sense, no.
  28. # [00:05] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  29. # [00:05] <billm> bsmedberg: if not, then I can just return early from nsAppShell::Run if Exit has already been called. does that sound okay?
  30. # [00:05] * RyanVM|sheriffduty is now known as RyanVM\
  31. # [00:05] <@bsmedberg> But also, this shit is weird, so smichaud should probably be aware of whatever we're doing.
  32. # [00:05] * RyanVM\ is now known as RyanVM
  33. # [00:06] * RyanVM is now known as RyanVM|afk
  34. # [00:06] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  35. # [00:06] <@bsmedberg> yeah, try it and see what happens
  36. # [00:06] <billm> ok, I can ask him for review
  37. # [00:06] <billm> thanks
  38. # [00:06] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  39. # [00:07] <@ehsan> glandium: ping
  40. # [00:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7301ccf7e0be - Steve Workman - Bug 947391 - Add a timeout for initial HTTP responses r=mcmanus
  41. # [00:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/58db1fb509be - Steve Workman - Bug 947391 - Add test for HTTP response timeouts r=mcmanus
  42. # [00:07] * Quits: marco (Thunderbir@moz-5040A575.retail.telecomitalia.it) (Quit: marco)
  43. # [00:08] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  44. # [00:10] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  45. # [00:11] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  46. # [00:11] * Quits: kamidphish (textual@3F048A6E.A5F785DE.396E4C6D.IP) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  47. # [00:13] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  48. # [00:13] * mattwoodrow is now known as mattwoodrow|away
  49. # [00:14] * Quits: givanica (givanica@moz-F17333DA.residential.rdsnet.ro) (Connection reset by peer)
  50. # [00:14] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  51. # [00:16] <mjrosenb> RyanVM|afk: I have a hard time beleiving that the one line patch caused any failurs on x86.
  52. # [00:16] * hwine is now known as hwine|mtg
  53. # [00:16] * whimboo is now known as whimboo|afk
  54. # [00:16] * Fallen is now known as Fallen|away
  55. # [00:16] <RyanVM|afk> mjrosenb: the failure was debug-only and the code change was in an ifdef DEBUG, so it was the best I had to go off
  56. # [00:16] * jlund|coffee is now known as jlund
  57. # [00:17] <mjrosenb> RyanVM|afk: fair enough.
  58. # [00:17] * Quits: bjacob_ (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  59. # [00:17] <RyanVM|afk> mjrosenb: that said, I'm noticing now that the push before yours (mccr8's ICC patches) did have a win debug run like I thought they did
  60. # [00:17] <RyanVM|afk> so we'll see
  61. # [00:18] * Quits: darkowlzz (sunny@FDB2EE3C.41098343.F44414AF.IP) (Quit: This computer has gone to sleep)
  62. # [00:18] <glandium> ehsan: pong
  63. # [00:18] * Joins: lduros (user@moz-29CCC218.phlapa.fios.verizon.net)
  64. # [00:19] <grobinson> Gonna throw this one out again - given an nsIRequest/nsIChannel, is there any way to determine if it was created for XHR?
  65. # [00:19] <@ehsan> glandium: you clobbered some of my changes to gyp_reader and recursivemake.py
  66. # [00:19] <@ehsan> glandium: was that intentional?
  67. # [00:19] <grobinson> nsIXMLHttpRequest has a channel member, but I'm not sure if I can get back to that channel from nsIXMLHttpRequest
  68. # [00:19] <glandium> ehsan: ?
  69. # [00:19] <grobinson> (i mean, to XMLHttpRequest from that channel)
  70. # [00:19] <@ehsan> glandium: in your patch to the webrtc bug
  71. # [00:20] <glandium> ehsan: i started from scratch
  72. # [00:20] <@bz> grobinson: there is, kinda
  73. # [00:20] <@ehsan> glandium: ok, I'll submit the rest of the changes separately
  74. # [00:20] * Quits: Ms2ger (Ms2ger@8B85F0F7.C5F25A2D.F15B0BB3.IP) (Quit: nn)
  75. # [00:21] <@bz> grobinson: But why do you need to?
  76. # [00:21] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  77. # [00:21] * Quits: till (till@moz-D50A7F89.adsl.alicedsl.de) (Client exited)
  78. # [00:22] * Joins: damons (gnubeard@9EF89678.76294AC8.4A816864.IP)
  79. # [00:23] * rail is now known as rail_away
  80. # [00:23] * Joins: terrence (terrence@moz-B38D16E9.sb.sd.cox.net)
  81. # [00:24] * reuben is now known as reuben|dialup
  82. # [00:25] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  83. # [00:25] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  84. # [00:26] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  85. # [00:27] * Quits: twi (Adium@moz-9269D2E9.cust.dsl.vodafone.it) (Ping timeout)
  86. # [00:27] <mbrubeck> RyanVM|afk: I'm about to start uplifting some Metro patches to Aurora; just want to make sure I'm not going to collide if you're in the middle of any uplifts
  87. # [00:28] * julienw is now known as julienw_afk
  88. # [00:28] * Joins: twi (Adium@moz-3A9F842E.cust.dsl.vodafone.it)
  89. # [00:28] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Quit: yzen)
  90. # [00:28] * Quits: twi (Adium@moz-3A9F842E.cust.dsl.vodafone.it) (Connection reset by peer)
  91. # [00:28] <RyanVM|afk> mbrubeck: not planning to do any uplifts until the morning. fire away
  92. # [00:29] <mbrubeck> thanks!
  93. # [00:29] * Joins: Dwight_Stegall_ (chatzilla@moz-3088615F.client.mchsi.com)
  94. # [00:29] <mayhemer> when I add new telemetry probe, what do I have to do to recompile the json file and use the new probe in C++ then?
  95. # [00:30] * Joins: twi (Adium@moz-3A9F842E.cust.dsl.vodafone.it)
  96. # [00:30] * Quits: Dwight_Stegall_ (chatzilla@moz-3088615F.client.mchsi.com) (Quit: Damn, ran out of Mountain Dew. Gotta go get another one. :))
  97. # [00:30] * Joins: yene (yene@moz-DBCFCFBD.cust.bluewin.ch)
  98. # [00:30] * Quits: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com) (Connection reset by peer)
  99. # [00:30] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Ping timeout)
  100. # [00:30] <mayhemer> ignore me! I'm changing a bad json file, different tree :)
  101. # [00:30] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  102. # [00:30] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Ping timeout)
  103. # [00:30] * Joins: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com)
  104. # [00:31] <grobinson> bz: Bug 713980
  105. # [00:31] <grobinson> https://bugzilla.mozilla.org/show_bug.cgi?id=713980
  106. # [00:31] <grobinson> I was thinking it would be nice to have different error messages for blocked cross-site XHR, vs. other blocked cross-site requests
  107. # [00:32] <@bz> Ah
  108. # [00:32] * Quits: yene (yene@moz-DBCFCFBD.cust.bluewin.ch) (Ping timeout)
  109. # [00:32] <grobinson> Especially since the first cases is such a common pain point for js devs
  110. # [00:32] <grobinson> Although just having one message is probably sufficient
  111. # [00:32] <grobinson> so it's a "nice to have"
  112. # [00:32] <@bz> So the most common case where this is a pain point is fonts
  113. # [00:32] <@bz> fwiw
  114. # [00:32] <@bz> You can detect XHR by examining the channel's notification callbacks
  115. # [00:33] <@bz> which in the case of XHR are the XHR object itself.
  116. # [00:33] <@bz> But ideally we'd actually flag channels with what they're loading somehow
  117. # [00:33] <@bz> So you wouldn't have to play games like that
  118. # [00:33] <@bz> I expect in general logging the URI will be enough for people to figure out what was being loaded, fwiw.
  119. # [00:34] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  120. # [00:34] <grobinson> Good to know you can use the notification callbacks
  121. # [00:34] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  122. # [00:34] <@bz> I'd rather we didn't
  123. # [00:34] <grobinson> I agree, the URI is probably enough
  124. # [00:34] <@bz> Enough addons do it that we can't just break it, I expect.
  125. # [00:34] <@bz> But stilll....
  126. # [00:34] <grobinson> Why isn't it good to use the notification callbacks?
  127. # [00:35] <@bz> because nothing actually promises that they'll be the xhr object
  128. # [00:35] * Joins: ckitching (ckitching@moz-C0166612.plus.com)
  129. # [00:35] <@bz> it was done for convenience
  130. # [00:35] <@bz> but it's not supported API
  131. # [00:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/11751c0efe27 - Sean Stangl - Bug 951439 - Use CallVM for RegExp.exec(). r=h4writer
  132. # [00:36] <@bz> technicaly, it's supposed to be an opaque pointer...
  133. # [00:36] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  134. # [00:37] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Ping timeout)
  135. # [00:37] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  136. # [00:37] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  137. # [00:39] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  138. # [00:39] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  139. # [00:39] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  140. # [00:40] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  141. # [00:40] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  142. # [00:41] <NeilAway> seth: is it expected that hitting stop before a full-screen animated GIF loads switches to "The image cannot be displayed because it contains errors"?
  143. # [00:41] <mbrubeck> Are IID changes allowed on Aurora? Specifically, bug 941774 changes an IID in nsIWidget.h
  144. # [00:41] <NeilAway> s/full-screen/full-page/
  145. # [00:41] <@bz> mbrubeck: you have to get binary approval
  146. # [00:41] <@bz> mbrubeck: iirc
  147. # [00:42] * Quits: twi (Adium@moz-3A9F842E.cust.dsl.vodafone.it) (Quit: Leaving.)
  148. # [00:42] <RyanVM|afk> mbrubeck: bz: only on beta
  149. # [00:43] <RyanVM|afk> Aurora's fine
  150. # [00:43] <grobinson> bz: I understand. Will not do that for now, and will just report a generic "Cross-Site Request Blocked" message. Thank you!
  151. # [00:43] <RyanVM|afk> bz: mbrubeck: FWIW, we have commit hooks that enforce it
  152. # [00:43] <mbrubeck> RyanVM|afk: thanks
  153. # [00:43] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  154. # [00:43] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  155. # [00:43] * Quits: Archaeopteryx (itsme@623091A5.E1147B2D.2DB0BBA1.IP) (Quit: Goodbye)
  156. # [00:44] * kaze is now known as kaze|zZz
  157. # [00:45] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  158. # [00:46] * Quits: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com) (Ping timeout)
  159. # [00:46] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  160. # [00:48] * Quits: damons (gnubeard@9EF89678.76294AC8.4A816864.IP) (Quit: damons)
  161. # [00:48] * Quits: serge (Thunderbir@9A21F73B.1B49AB10.971E19F6.IP) (Ping timeout)
  162. # [00:49] * Joins: yene (yene@moz-B24803FC.cust.bluewin.ch)
  163. # [00:49] * nthomas|away is now known as nthomas
  164. # [00:49] * Quits: grobinson|laptop (grob_@moz-CB33CA6D.is.a.tor.exit.server.torland.is) (Ping timeout)
  165. # [00:50] * Joins: therube (chatzilla@moz-A2CCD695.hsd1.md.comcast.net)
  166. # [00:54] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  167. # [00:55] * Joins: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com)
  168. # [00:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fb1b9398aa86 - Brian Birtles - Bug 946540 part 2 - Reftest for motion paths with inflection points outside (0,1); r=longsonr
  169. # [00:57] * Quits: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com) (Ping timeout)
  170. # [00:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/693808c3546c - Dan Gohman - Bug 925088 - SpiderMonkey: Fold loads into branchTest32. r=nbp
  171. # [00:58] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a2d86e1bf774 - Dan Gohman - Bug 925088 - SpiderMonkey: Micro-optimize x64's testStringTruthy. r=mjrosen
  172. # [00:58] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Ping timeout)
  173. # [00:59] * Joins: harth (harth@moz-42412102.hsd1.ca.comcast.net)
  174. # [00:59] * Quits: mixedpuppy_ (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy_)
  175. # [00:59] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  176. # [00:59] * Joins: marco (Thunderbir@moz-5040A575.retail.telecomitalia.it)
  177. # [01:00] * Joins: mixedpuppy_ (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  178. # [01:00] * Joins: inolen (Adium@moz-1E461770.public.wayport.net)
  179. # [01:01] <bent> billm, i'm here now, sorry
  180. # [01:01] * Quits: marco (Thunderbir@moz-5040A575.retail.telecomitalia.it) (Quit: marco)
  181. # [01:01] <bent> billm, sounds like you got a plan though?
  182. # [01:02] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  183. # [01:03] * Quits: Jerry (hshih@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving)
  184. # [01:04] * Quits: dzbarsky (Adium@moz-FA090F7C.apn.wireless-pennnet.upenn.edu) (Quit: Leaving.)
  185. # [01:04] * Joins: grobinson|laptop (grob_@moz-3ECBAB41.dfri.se)
  186. # [01:04] * Quits: harth (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  187. # [01:04] * Quits: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com) (Quit: drno)
  188. # [01:06] * geekboy is now known as geekboy|afk
  189. # [01:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a3287212603e - Ryan VanderMeulen - Backed out changesets b03bd1170d1c, 419615a1195d, a1b699b80442, and 524c573fd8a6 (bug 937960) for Win7 debug xpcshell orange.
  190. # [01:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b464f609a193 - Ryan VanderMeulen - Backed out changesets 472a1be79a9f, 2b43b310858b, and adc20d941bd8 (bug 948554) for Win7 debug xpcshell timeouts.
  191. # [01:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/14eaffaa838a - Marty Rosenberg - Land bug 951573. r=jandem
  192. # [01:08] * geekboy|afk is now known as geekboy
  193. # [01:10] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  194. # [01:10] * Joins: Jesse_ (jruderman@moz-BBE3ABD.mv.mozilla.com)
  195. # [01:11] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  196. # [01:12] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  197. # [01:12] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  198. # [01:13] * Joins: twi (Adium@moz-3A9F842E.cust.dsl.vodafone.it)
  199. # [01:13] * Joins: tabraldes (quassel@moz-7FD19BDC.hsd1.or.comcast.net)
  200. # [01:13] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  201. # [01:13] * Quits: tabraldes (quassel@moz-7FD19BDC.hsd1.or.comcast.net) (Input/output error)
  202. # [01:14] * Joins: grobinson|laptop_ (grob_@moz-7A1BC54C.host.de.colt.net)
  203. # [01:14] <seth> NeilAway: no. that sounds worth filing. (sounds like we should either not actually stop until the frame is done downloading, or throw away the currently-downloading frame if you hit stop.)
  204. # [01:14] * jdm is now known as jdm|f00ding
  205. # [01:14] * Quits: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu) (Quit: rmkoesters)
  206. # [01:14] <mjrosenb> RyanVM|afk: toldya :-p
  207. # [01:15] <RyanVM|afk> mjrosenb: you win the prize
  208. # [01:15] * Quits: Bas (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  209. # [01:15] * nrc idly wishes Thunderbird had sync
  210. # [01:15] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  211. # [01:16] <seth> nrc: what would it sync? mail server connection info?
  212. # [01:16] * Quits: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP) (Quit: Leaving.)
  213. # [01:16] <nrc> seth: accounts, filters, rss subscriptions, passwords
  214. # [01:16] <nrc> esp. filters
  215. # [01:17] <seth> nrc: yeah, that would be very useful
  216. # [01:17] * Quits: gandalf (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  217. # [01:17] <seth> nrc: i often curse the similar lack of ability to sync my Mail.app filters to my iPhone, which means that things aren't filed correctly until my computer gets around to downloading them =\
  218. # [01:17] <nrc> oh yeah, same, very annoying
  219. # [01:18] * Quits: lduros (user@moz-29CCC218.phlapa.fios.verizon.net) (Ping timeout)
  220. # [01:18] * Joins: emtwo (msamuel@moz-91BEFBD4.dsl.teksavvy.com)
  221. # [01:18] <nrc> hmph, I can't even find a way to export that info :-(
  222. # [01:19] * Quits: twi (Adium@moz-3A9F842E.cust.dsl.vodafone.it) (Ping timeout)
  223. # [01:19] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  224. # [01:19] <nrc> oh yeah, and all the address book/complete the email address info, syncing that would be awesome
  225. # [01:19] * nrc briefly considers writing a patch; chooses life
  226. # [01:19] * Joins: briansmith_ (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com)
  227. # [01:20] <seth> could always file a bug =)
  228. # [01:20] * Quits: briansmith (briansmith@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  229. # [01:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6523e469b1cb - Christian Holler - Bug 950658 - Clear pending exception in HeapTypeSetKey::instantiate on OOM. r=bhackett
  230. # [01:20] <nrc> ah, the lazy man's alternative to writing a patch, perfect!
  231. # [01:21] <seth> i prefer to think of it as: a sign of maturity is a willingness to delegate =)
  232. # [01:21] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  233. # [01:21] * Joins: serge (Thunderbir@moz-21590B95.dsl.teksavvy.com)
  234. # [01:21] * bz is now known as bz_away
  235. # [01:21] * ewong|away is now known as ewong
  236. # [01:22] <nrc> looks like seth is management material
  237. # [01:22] * seth digs his ties out of storage
  238. # [01:23] * baku is now known as baku|away
  239. # [01:24] * Joins: Waldo (waldo@moz-C3E48BC2.hsd1.mi.comcast.net)
  240. # [01:24] <@njn> philor, RyanVM|afk: I have questions about https://wiki.mozilla.org/Sheriffing/Job_Visibility_Policy#6.29_Outputs_failures_in_a_TBPL-starrable_format
  241. # [01:25] <@njn> philor, RyanVM|afk: i.e., what exactly do I need to do for the Valgrind job
  242. # [01:25] <nrc> bug 621198 already exists
  243. # [01:25] * Joins: Bas (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP)
  244. # [01:25] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  245. # [01:25] <nrc> probably moe sadness than one man can take though
  246. # [01:25] * Joins: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net)
  247. # [01:25] <nrc> *more
  248. # [01:26] * Joins: b10n1k (j0ni@moz-1AD305C9.dsl.dyn.forthnet.gr)
  249. # [01:26] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  250. # [01:27] * Quits: grobinson|laptop_ (grob_@moz-7A1BC54C.host.de.colt.net) (Ping timeout)
  251. # [01:27] * Quits: grobinson|laptop (grob_@moz-3ECBAB41.dfri.se) (Ping timeout)
  252. # [01:28] <NeilAway> seth: ok, I'll try to remember to file tomorrow
  253. # [01:28] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  254. # [01:29] * Joins: harth (harth@moz-42412102.hsd1.ca.comcast.net)
  255. # [01:29] * Joins: damons (gnubeard@9EF89678.76294AC8.4A816864.IP)
  256. # [01:29] * Quits: myk (myk@moz-996D3BDA.dsl.dynamic.sonic.net) (Ping timeout)
  257. # [01:30] * Joins: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net)
  258. # [01:30] * Quits: inolen (Adium@moz-1E461770.public.wayport.net) (Quit: Leaving.)
  259. # [01:30] * Quits: bent (chatzilla@moz-2CD73AA6.triad.res.rr.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  260. # [01:30] * Quits: Jesse_ (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse_)
  261. # [01:31] * Quits: emtwo (msamuel@moz-91BEFBD4.dsl.teksavvy.com) (Quit: Leaving.)
  262. # [01:31] * Joins: gandalf (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  263. # [01:31] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  264. # [01:32] * Quits: yene (yene@moz-B24803FC.cust.bluewin.ch) (Quit: The system is overheating and needs to go to sleep now.)
  265. # [01:32] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  266. # [01:32] * Quits: annevk (annevk@73520641.4F390C2A.420B7681.IP) (Input/output error)
  267. # [01:34] * Joins: liuche_ (liuche@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  268. # [01:34] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.5a1pre -- http://www.instantbird.com)
  269. # [01:35] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  270. # [01:35] * Joins: ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com)
  271. # [01:35] * ChanServ sets mode: +o ehsan
  272. # [01:37] * Joins: squib_ (squib@moz-5175C098.dhcp.mdsn.wi.charter.com)
  273. # [01:37] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  274. # [01:37] * squib_ is now known as squib|laptop
  275. # [01:38] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  276. # [01:38] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  277. # [01:40] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  278. # [01:40] * Quits: harth (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  279. # [01:40] * Quits: liuche_ (liuche@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Lost terminal)
  280. # [01:40] * hwine|mtg is now known as hwine
  281. # [01:40] * Joins: liuche_ (liuche@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  282. # [01:41] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  283. # [01:41] * Joins: grobinson|laptop_ (grob_@moz-29C2662F.torproxy-readme-arachnide-fr-35.fr)
  284. # [01:42] * hwine is now known as hwine|mtg
  285. # [01:42] * jcranmer is now known as jcranmer|away
  286. # [01:42] * catlee is now known as catlee-mtg
  287. # [01:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a6f4adade9df - Ryan VanderMeulen - Backed out changeset 11751c0efe27 (bug 951439) for mass bustage.
  288. # [01:43] * Joins: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  289. # [01:43] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  290. # [01:43] * Joins: grobinson|laptop (grob_@moz-29C2662F.torproxy-readme-arachnide-fr-35.fr)
  291. # [01:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f12f6b1c64cb - Ryan VanderMeulen - Backed out changesets 58db1fb509be and 7301ccf7e0be (bug 947391) for Android xpcshell orange.
  292. # [01:44] <jgilbert> is there a way to run mochitests on a system I didn't build on?
  293. # [01:46] <nthomas> this is what the testers do on tbpl. on the build side, 'make package package-tests', then see a test log for how to unpack them
  294. # [01:47] * Quits: RealRaven (Thunderbir@D0182D92.44784521.C3498625.IP) (Quit: RealRaven)
  295. # [01:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/86eb809847a3 - Honza Bambas - Bug 951713 - CacheIOThread causes activity spikes during idle, r=michal
  296. # [01:47] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Quit: bmoss)
  297. # [01:48] * Quits: ckitching (ckitching@moz-C0166612.plus.com) (Input/output error)
  298. # [01:49] * Joins: liuche__ (liuche@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  299. # [01:49] <jgilbert> cool, thanks
  300. # [01:50] * Quits: grobinson|laptop_ (grob_@moz-29C2662F.torproxy-readme-arachnide-fr-35.fr) (Quit: Leaving)
  301. # [01:50] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  302. # [01:50] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  303. # [01:51] <nthomas> there's probably no nice mach command or make target to call, because no build system any more
  304. # [01:51] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  305. # [01:51] * Quits: liuche__ (liuche@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Lost terminal)
  306. # [01:53] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse)
  307. # [01:54] * Quits: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  308. # [01:54] * Quits: b10n1k (j0ni@moz-1AD305C9.dsl.dyn.forthnet.gr) (Ping timeout)
  309. # [01:56] * Quits: aklotz (Thunderbir@CBF8EEF8.D840362C.F97ED6F2.IP) (Quit: aklotz)
  310. # [01:58] * Joins: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com)
  311. # [01:59] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  312. # [02:00] * jorendorff is now known as jorendorff_away
  313. # [02:00] * jorendorff_away is now known as jorendorff
  314. # [02:01] * Joins: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  315. # [02:02] * Quits: cpeterso_ (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  316. # [02:02] * Quits: terrence (terrence@moz-B38D16E9.sb.sd.cox.net) (Ping timeout)
  317. # [02:03] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  318. # [02:03] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  319. # [02:03] * Quits: sfoster (sfoster@moz-37AA60E3.hsd1.wa.comcast.net) (Quit: Leaving)
  320. # [02:04] * Quits: mwobensmith (mwobensmit@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  321. # [02:05] * Quits: geo (geo@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  322. # [02:06] * Joins: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com)
  323. # [02:06] * Joins: terrence (terrence@moz-B38D16E9.sb.sd.cox.net)
  324. # [02:06] * Quits: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com) (Input/output error)
  325. # [02:07] <@ehsan> glandium: where is the caller site?
  326. # [02:07] <glandium> ehsan: in the same file, look for Unified_%s_%s
  327. # [02:08] <@ehsan> glandium: so with these new patches I'm getting a weird build failure
  328. # [02:08] <@njn> gps: I put |valgrind-test| in python/mach_commands.py because that let me use self.python_executable... is that usable elsewhere?
  329. # [02:09] <@ehsan> glandium: the unified .c files are now getting compiled with clang++
  330. # [02:09] <@ehsan> and not clang
  331. # [02:09] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  332. # [02:09] <@ehsan> which causes the build to fail
  333. # [02:09] <@ehsan> and I have no idea why
  334. # [02:09] * Quits: ivan (ivan@moz-531C3EC9.members.linode.com) (Ping timeout)
  335. # [02:09] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  336. # [02:09] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  337. # [02:10] * retornam is now known as retornam|away
  338. # [02:10] * Quits: mixedpuppy_ (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP) (Quit: mixedpuppy_)
  339. # [02:10] <glandium> ehsan: check the contents of the corresponding backend.mk
  340. # [02:10] * Joins: ivan (ivan@moz-531C3EC9.members.linode.com)
  341. # [02:11] <@ehsan> glandium: already did, it's sane
  342. # [02:11] * Joins: harth (harth@moz-42412102.hsd1.ca.comcast.net)
  343. # [02:11] <@ehsan> the .c unified file goes in CSRCS
  344. # [02:11] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  345. # [02:12] <@ehsan> glandium: https://pastebin.mozilla.org/3806338
  346. # [02:12] * Joins: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com)
  347. # [02:13] * Joins: KaIRC (robert@moz-AF054499.adsl.highway.telekom.at)
  348. # [02:13] * Quits: KaiRo (robert@moz-3E8DCB4.adsl.highway.telekom.at) (Ping timeout)
  349. # [02:13] <glandium> ehsan: there was a good reason for the prefix to contain the file suffix
  350. # [02:13] <glandium> ehsan: hint: a .cpp file is built as a .o file
  351. # [02:14] <glandium> ehsan: a .c file is built as a .o file
  352. # [02:14] <glandium> both have the same name
  353. # [02:14] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  354. # [02:14] <@ehsan> ah ok
  355. # [02:14] <@ehsan> dammit
  356. # [02:14] <@ehsan> let me write this patch for the 15th time!
  357. # [02:15] * Quits: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP) (Ping timeout)
  358. # [02:15] <glandium> ehsan: i told you to munge the path ;)
  359. # [02:15] * Quits: hurley (hurley@moz-E76806A0.dsl.static.sonic.net) (Quit: MOOTEX!)
  360. # [02:15] <@ehsan> glandium: which is what I did :)
  361. # [02:15] <glandium> ehsan: apparently, you removed the suffix
  362. # [02:16] <@ehsan> no
  363. # [02:16] <@ehsan> I removed the cpp in Unified_cpp_foo
  364. # [02:16] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  365. # [02:16] * Quits: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com) (Input/output error)
  366. # [02:16] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  367. # [02:16] <glandium> ehsan: that's what i'm saying
  368. # [02:16] <@ehsan> ok sure
  369. # [02:16] <glandium> ehsan: unrelatedly, did you see that unified windows debug builds are broken?
  370. # [02:17] <glandium> it's amazing how quickly these happen
  371. # [02:17] <@ehsan> glandium: I did not
  372. # [02:17] <glandium> unified builds are winning the pissing contest
  373. # [02:17] <grobinson|laptop> glandium: quickly meaning the builds, or the bustage?
  374. # [02:18] * Quits: digitsm_ (digitsm@D5646364.77EA0BEA.C146C5E5.IP) (Ping timeout)
  375. # [02:18] * Joins: twi (Adium@moz-3A9F842E.cust.dsl.vodafone.it)
  376. # [02:18] * Quits: damons (gnubeard@9EF89678.76294AC8.4A816864.IP) (Quit: damons)
  377. # [02:18] <glandium> grobinson|laptop: how quickly changes land that break unified or non-unified builds, depending on what the tree is building (currently, b2g is all non-unified, and other builds are unified on opt and non-unified on debug)
  378. # [02:19] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  379. # [02:19] * Joins: Boriss (Boriss@moz-8ED7ED5C.pool85-56-44.dynamic.orange.es)
  380. # [02:19] <@ehsan> glandium: well it's naive to expect things that we don't test to not break
  381. # [02:19] <@ehsan> software breaks by default!
  382. # [02:19] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  383. # [02:19] * Quits: twi (Adium@moz-3A9F842E.cust.dsl.vodafone.it) (Ping timeout)
  384. # [02:20] <@ehsan> glandium: ok new patch up, it does fix the issue
  385. # [02:20] <@ehsan> with that, the build works on mac
  386. # [02:20] <glandium> ehsan: the point is, we won't be testing it on every landing. and things will break, and sheriff are going to be pissed
  387. # [02:21] <@ehsan> glandium: why can't we test it on every landing? we could if we wanted to
  388. # [02:21] <glandium> ehsan: yeah, like we're going to double the amount of builds we do
  389. # [02:21] <@ehsan> well
  390. # [02:21] * Quits: Waldo (waldo@moz-C3E48BC2.hsd1.mi.comcast.net) (Quit: brb, rebooting for updates)
  391. # [02:21] * Joins: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com)
  392. # [02:22] <@ehsan> glandium: with things like bug 950850, we clearly have much bigger fish to fry when we decide to care about our infra load
  393. # [02:22] * @ehsan pushes to try
  394. # [02:23] <glandium> we should use aws for windows builds too
  395. # [02:23] <glandium> the new compute nodes have ssd
  396. # [02:23] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: )
  397. # [02:24] * Joins: LongXiuping (Mibbit@27001B6B.6C300142.D4C5795F.IP)
  398. # [02:24] * Quits: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net) (Quit: jgriffin)
  399. # [02:24] <@ehsan> yeah either that, or look at how much time we're spending doing what, and start to fix the worst offenders
  400. # [02:25] <@ehsan> I guess ssds are easier
  401. # [02:25] <glandium> and be smarter with mercurial. seriously
  402. # [02:25] <bkero> someone cares about infra load? <3
  403. # [02:25] <bkero> Oh, just me. :(
  404. # [02:25] <glandium> ehsan: there have been bugs files about the slowness of everything before configure even runs for months
  405. # [02:25] <@ehsan> bkero: see bug 950850 if that interests you!
  406. # [02:26] * Quits: philipp64 (chatzilla@moz-B40B9015.ctcweb.net) (Quit: ChatZilla 0.9.90.1 [Firefox 25.0/20131030081551])
  407. # [02:26] <@ehsan> glandium: yes and we all know how having a bug on file fixes everything right? ;)
  408. # [02:26] * Quits: coop (Chris@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: coop)
  409. # [02:27] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  410. # [02:27] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  411. # [02:27] <@ehsan> glandium: my point is, until we back up the ideology of caring about infra load with actual action, there's only so much I'm willing to bend backwards to not add additional load
  412. # [02:27] <bkero> ehsan: blanket statements like 'hg purge' isn't reliable doesn't interest me. But I'm sure I can forward it to hg developers who would challenge or second such a view.
  413. # [02:27] <@ehsan> and I'm about to get to the maximum bending point here ;)
  414. # [02:27] * Joins: Waldo (waldo@moz-C3E48BC2.hsd1.mi.comcast.net)
  415. # [02:27] <@ehsan> bkero: I believe what catlee-mtg said was based on a prior attempt
  416. # [02:27] * @ehsan is not pointing a finger at anyone fwiw
  417. # [02:28] <glandium> ehsan: with an old version of mercurial
  418. # [02:28] <@ehsan> it's just that we as an organization have failed at this
  419. # [02:28] <glandium> ehsan: completely
  420. # [02:28] <glandium> utterly
  421. # [02:28] <@ehsan> glandium: yes, with an old version
  422. # [02:28] * jorendorff is now known as jorendorff_away
  423. # [02:28] <@ehsan> I almost cried when I watched that slave spend an hour doing 100% useless work
  424. # [02:29] <glandium> i don't understand why those bugs are kept open for so long
  425. # [02:29] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  426. # [02:29] <bkero> Different parts of Mozilla work at different paces. You want stability, it comes with a slow pace.
  427. # [02:29] * Quits: mt (mt@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  428. # [02:29] <@ehsan> bkero: see the part about not pointing fingers? :)
  429. # [02:29] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  430. # [02:30] <bkero> I would be happy to upgrade mercurial to the latest version right now, but many different people demand things like testing periods.
  431. # [02:30] * bkero doesn't point fingers
  432. # [02:30] <@ehsan> well
  433. # [02:30] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  434. # [02:30] <@ehsan> upgrading mercurial is not the only possible fix
  435. # [02:30] <@ehsan> we could also work around whatever hg purge bugs there are
  436. # [02:30] * Quits: sfink (chatzilla@moz-22CE5727.dsl.pltn13.sbcglobal.net) (Ping timeout)
  437. # [02:30] <@ehsan> same way that we work around compiler bugs etc
  438. # [02:31] <@ehsan> we don't declare defeat when we hit a bug in a tool
  439. # [02:31] <bkero> I'd like to see the 'bugs' defined.
  440. # [02:31] <bkero> I'm sure the mercurial devs would like to see them defined even more.
  441. # [02:31] <@ehsan> bkero: "hg purge not doing what it says on the can"?
  442. # [02:31] <Mook_as> hire some contractor to write a windows service that does format /q for you? :p
  443. # [02:32] <@ehsan> I doubt hg devs are interested in bugs in ancient versions of hg ;)
  444. # [02:32] <@ehsan> Mook_as: why would we need a contractor? we already have a tool for that (winrm.exe)
  445. # [02:32] <bkero> ehsan: we're up to 2.5 now.
  446. # [02:33] * geekboy is now known as geekboy|afk
  447. # [02:33] <@ehsan> bkero: here's a simple workaround! hg purge; do hg status; if it shows anything odd, then fall back to the stupid thing we currently do
  448. # [02:33] <bkero> Infra is, I'm not sure about other parts of moz. Seeing the confusion in the bug about having hg needing matching versions, I bet the folks who confused that also upgraded their systems too
  449. # [02:33] <Mook_as> ehsan: yes, but that still traverses the file system, no?
  450. # [02:33] * Quits: geekboy|afk (geekboy@moz-DB4A9C19.scl3.mozilla.com) (Quit: I'm out.)
  451. # [02:33] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  452. # [02:33] <glandium> yeah, we should use volume shadow copy
  453. # [02:33] <bkero> ehsan: sounds like you need to go a three line shell script patch :)
  454. # [02:33] <@ehsan> Mook_as: yes, but that's a lot faster than doing that through posix ;)
  455. # [02:34] * Quits: ivan (ivan@moz-531C3EC9.members.linode.com) (Ping timeout)
  456. # [02:34] <@ehsan> bkero: believe me I would if I knew how to contribute to that stuff
  457. # [02:34] * Quits: bwc (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  458. # [02:34] <@ehsan> I don't even know where that code is, how to test it etc
  459. # [02:34] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  460. # [02:34] * Quits: harth (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  461. # [02:34] <@ehsan> I _have_ put my patches where my mouth is in mozilla-central
  462. # [02:35] <bkero> ehsan: If you'd like to contribute to the hg server configuration/setup, it's all there and self-contained for you to deploy on ec2 or docker. http://github.com/bkero/puppet-module-hg
  463. # [02:35] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  464. # [02:35] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  465. # [02:35] <@ehsan> bkero: there is a huge barrier to entry there for somebody like me, I'm not familiar with any of that stuff
  466. # [02:35] <bkero> ehsan: that hidden-ness might be part of the problem :(
  467. # [02:35] * Joins: ivan (ivan@moz-531C3EC9.members.linode.com)
  468. # [02:35] <@ehsan> I even barely know python, ask glandium ;)
  469. # [02:36] <@dolske> ehsan: cmon, github isn't _that_ bad. ;)
  470. # [02:36] <@ehsan> dolske: not talking about github
  471. # [02:36] <@dolske> I know :)
  472. # [02:36] <@ehsan> ec2 config, docker, etc
  473. # [02:36] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  474. # [02:36] <@ehsan> I mean, the whole "patches accepted" concept only goes so far
  475. # [02:36] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  476. # [02:36] <Waldo> dolske++
  477. # [02:36] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  478. # [02:36] * Quits: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com) (Input/output error)
  479. # [02:37] <@ehsan> there are practical reasons which prevent *me* from contributing those patches
  480. # [02:37] <bkero> ehsan: You can run it in any VM. Just 1) install linux, 2) install puppet, 3) git clone $thing, 4) sh $thing/setup.sh
  481. # [02:37] * Waldo wonders when he'll get around to ever using github, or actually learning git
  482. # [02:37] <@ehsan> bkero: maybe I'll give that a shot, but do you see my point?
  483. # [02:37] <bkero> ehsan: there is plenty of room for non-code contributions too, yes :)
  484. # [02:37] <@ehsan> in general, *anything* that runs on our infra is 100% pure black magic to most gecko hackers
  485. # [02:38] <glandium> bkero: note we don't need to upgrade mercurial on the *server* to do hg purge on the build *slaves*
  486. # [02:38] <@ehsan> the easiest thing we can do is file bugs, discuss solutions, give ideas etc
  487. # [02:38] <@ehsan> but that doesn't help much
  488. # [02:38] <bkero> ehsan: the best way for me to improve the infra for the needs of developers is to understand their workflows
  489. # [02:38] <glandium> we're upgrading the toolchain much more often than the mercurial client.
  490. # [02:38] * Joins: coop (Chris@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  491. # [02:39] <bkero> I actually has a mercurial dev ask me today to get a gecko dev in touch with him because he wants to know how to make our workflow more efficient!
  492. # [02:39] * Joins: harth (harth@moz-42412102.hsd1.ca.comcast.net)
  493. # [02:39] <@ehsan> bkero: well, look for the bugs that I've filed in the releng component, you'll find quite a bit of improvement ideas ;)
  494. # [02:39] <bkero> (so if any of y'all would volunteer ;) )
  495. # [02:39] <glandium> bkero: easy: make it as fast as git
  496. # [02:39] <@ehsan> bkero: I would take that offer but I've switched to git :)
  497. # [02:39] <@khuey> git++
  498. # [02:39] <@ehsan> khuey++
  499. # [02:39] <bkero> glandium: He's sitting on a patch for bundled revlog pushes, which would solve that for us.
  500. # [02:39] <@khuey> ehsan: jlebar++ really
  501. # [02:40] <@khuey> he converted me
  502. # [02:40] <@ehsan> jlebar++ :)
  503. # [02:40] <@khuey> I was a h8er
  504. # [02:40] <glandium> bkero: that what?
  505. # [02:40] <@ehsan> yes, I was sitting in that room
  506. # [02:40] <@ehsan> remember? ;)
  507. # [02:40] <@khuey> no
  508. # [02:40] <@ehsan> boo
  509. # [02:40] <bkero> glandium: would make clones as 'fast as git'.
  510. # [02:40] <glandium> bkero: i'm not talking about cloning
  511. # [02:40] <glandium> bkero: i'm talking about everything
  512. # [02:40] <@njn> glandium: I briefly tried git and found it not noticeably faster than hg; and that was before I updated to a modern hg like 2.7
  513. # [02:41] <glandium> bkero: that being said, i'd take a faster hg clone -r rev
  514. # [02:41] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  515. # [02:41] * Mook_as hopes that means downloading bundle files off ftp will be obsolete
  516. # [02:41] <bkero> glandium: I'm curious if you have any numbers for that. :) AFAIK there are no modern benchmarks done for operations.
  517. # [02:41] <glandium> njn: it's slower on all accounts for me. log, commit, etc.
  518. # [02:41] <@dolske> khuey: what sold you on git?
  519. # [02:41] <@ehsan> bkero: workflow wise, the reason I stopped using hg is mq
  520. # [02:41] <@khuey> dolske: git rebase -i
  521. # [02:41] <bkero> I was helping the mercurial devs out by writing some tests to make sure operations were operating in expected time complexities.
  522. # [02:41] <@ehsan> it's just soooooooo bad :(
  523. # [02:41] * heycam is now known as heycam|away
  524. # [02:42] <bkero> ehsan: I can pass on some constructive criticism if you'd care to explain
  525. # [02:42] <@ehsan> bkero: if you ever talk to them about this, ask them if they have tried stacked git
  526. # [02:42] <@ehsan> sure
  527. # [02:42] <@ehsan> bkero: mq is based on textual diffs
  528. # [02:42] <glandium> mq is set to die anyways
  529. # [02:42] <@njn> glandium: I was ready for the blazing speed I was promised, and was disappointed. And the UI! |rebase -i| seems like the killer feature hg is missing, though I hear something equivalent is coming soon
  530. # [02:42] <@ehsan> which means that the VCS cannot do things like merges and rebases
  531. # [02:42] <mbrubeck> I did a bunch of simple perf comparisons between hg and git on Windows, but Google Groups deleted my post. :(
  532. # [02:42] <@ehsan> which keeps destroying your work
  533. # [02:42] * Joins: sfink (chatzilla@moz-BC9D71A3.lightspeed.sntcca.sbcglobal.net)
  534. # [02:43] <@ehsan> stacked git is an implementation of an mq like thing, but on top of actual commits instead of textual diffs
  535. # [02:43] <@khuey> njn: it's all slow as hell on windoze ;-)
  536. # [02:43] <@ehsan> which uses merges and rebases
  537. # [02:43] <@ehsan> and implements the same concepts (popping a patch, pushing a patch, reordering patches etc)
  538. # [02:43] <@njn> khuey: which version are you on?
  539. # [02:43] <glandium> ehsan: and even without mq, hg blows at merging
  540. # [02:43] * Joins: ckitching (ckitching@moz-C0166612.plus.com)
  541. # [02:43] <@khuey> njn: of windows?
  542. # [02:43] <@njn> khuey: of hg
  543. # [02:43] <@khuey> oh, idk
  544. # [02:43] <@ehsan> I don't use stacked git myself, but it gives you a good implementation of that idea, and it should technically be possible on hg too
  545. # [02:43] <@khuey> 2.5.4 apparently
  546. # [02:44] <bkero> glandium: using the rebase extension?
  547. # [02:44] <mbrubeck> Here was my non-scientific git versus hg perf comparison on one Windows laptop: https://pastebin.mozilla.org/3806489
  548. # [02:44] <@khuey> vs git 1.8.3
  549. # [02:44] <@njn> khuey: ok, should be reasonable
  550. # [02:44] <glandium> bkero: no
  551. # [02:44] * khuey is now known as khuey|away
  552. # [02:44] <@ehsan> bkero: I'd be happy to provide more info if they need it
  553. # [02:44] <glandium> bkero: just merging m-c into birch has been a pain in the ass
  554. # [02:44] <bkero> ehsan: Could you join #mercurial on freenode or pm durin42 in private and give him some feedback?
  555. # [02:44] <@ehsan> mbrubeck: did you use perf and windows in the same sentence? ;)
  556. # [02:44] <@njn> mbrubeck: thank you for data
  557. # [02:45] <@ehsan> bkero: sure!
  558. # [02:45] <mbrubeck> ehsan: I should have said "git versus hg slowness comparison" :)
  559. # [02:45] <@ehsan> mbrubeck: ah, slowness fits perfectly in that sentence!
  560. # [02:45] <mbrubeck> ehsan: Although this is not the first time today I've used "perf" and "windows" together, as you know since I saw your comment in bug 946877...
  561. # [02:46] <@ehsan> lol
  562. # [02:46] * Joins: darktrojan (geoff@moz-84B9893E.dsl.telstraclear.net)
  563. # [02:46] * Quits: zzzzz (chatzilla@moz-3B3DD44D.dhcp.embarqhsd.net) (Connection reset by peer)
  564. # [02:46] <@ehsan> mbrubeck: there are more ways to make such sentences, here's an example "oh you use windows? prffff" :D
  565. # [02:47] <bkero> "What's that? It sounds like you have a slow leak. You're leaking my dear."
  566. # [02:47] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  567. # [02:47] <@ehsan> bkero: do you have durin42's email address?
  568. # [02:47] <bkero> ehsan: I do! 1s
  569. # [02:48] * Quits: Boriss (Boriss@moz-8ED7ED5C.pool85-56-44.dynamic.orange.es) (Quit: Boriss)
  570. # [02:49] <bkero> ehsan: PM sent.
  571. # [02:49] <@ehsan> bkero: wanna be CCed?
  572. # [02:49] <bkero> ehsan: sure, I'm curious about workflow problems too
  573. # [02:49] <@ehsan> k
  574. # [02:50] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  575. # [02:50] <bkero> FWIW we have local git copies of github repos too that could be used if git is desired
  576. # [02:50] <bkero> (git.mozilla.org, and soon gitlab.allizom.org)
  577. # [02:53] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  578. # [02:53] * Quits: @ted (luser@moz-C0AE5F0C.sctnpa.east.verizon.net) (Ping timeout)
  579. # [02:54] * Quits: h4writer (h4writer@moz-6BDA8831.access.telenet.be) (Ping timeout)
  580. # [02:54] * Joins: lduros (user@moz-29CCC218.phlapa.fios.verizon.net)
  581. # [02:54] <bkero> ehsan: durin42 is also in Chicago, so he might be having dinner right now. :) In any case he'll be back in an hour to play Starcraft.
  582. # [02:56] * Joins: zzzzz (chatzilla@moz-3B3DD44D.dhcp.embarqhsd.net)
  583. # [02:56] <@ehsan> yeah
  584. # [02:56] <@ehsan> bkero: I need to leave now... but I sent him an email
  585. # [02:56] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  586. # [02:56] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  587. # [02:56] <@ehsan> I'll stay on #mercurial if he needs to find me later
  588. # [02:56] * Quits: grobinson|laptop (grob_@moz-29C2662F.torproxy-readme-arachnide-fr-35.fr) (Ping timeout)
  589. # [02:58] * Quits: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com) (Quit: Jesse)
  590. # [02:58] <@ehsan> glandium: the .S stuff didn't work :( see the try bustage
  591. # [02:58] <bkero> cool
  592. # [02:58] <@ehsan> glandium: please review with the assumption that I'll fix it before landing
  593. # [02:59] <@ehsan> gotta go now
  594. # [02:59] * Quits: @ehsan (ehsan@moz-C48D29C4.cable.teksavvy.com) (Quit: vanished into thin air...)
  595. # [03:00] * Quits: liuche_ (liuche@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  596. # [03:01] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  597. # [03:02] * Joins: jgriffin (jgriffin@moz-1524B834.hsd1.wa.comcast.net)
  598. # [03:03] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  599. # [03:03] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  600. # [03:03] * mcote|afk is now known as mcote
  601. # [03:03] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  602. # [03:05] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Input/output error)
  603. # [03:05] * terrence is now known as terrence-afk
  604. # [03:06] * Quits: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com) (Quit: drno)
  605. # [03:07] * ctalbert|mtg is now known as ctalbert|afk
  606. # [03:09] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  607. # [03:10] * Quits: @bz_away (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  608. # [03:12] * Joins: grobinson|laptop (grob_@216737EA.B44B8BCB.F6720131.IP)
  609. # [03:12] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  610. # [03:14] * Joins: ted (luser@moz-66489ABD.sctnpa.east.verizon.net)
  611. # [03:14] * ChanServ sets mode: +o ted
  612. # [03:14] * Joins: marshall (marshall@moz-7CF4DBED.ca.astound.net)
  613. # [03:15] * Quits: jgriffin (jgriffin@moz-1524B834.hsd1.wa.comcast.net) (Quit: jgriffin)
  614. # [03:15] * Joins: kanru (kanru@moz-99690620.hinet-ip.hinet.net)
  615. # [03:15] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  616. # [03:15] * catlee-mtg is now known as catlee
  617. # [03:16] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  618. # [03:16] * Joins: GinaYeh (GinaYeh@moz-99690620.hinet-ip.hinet.net)
  619. # [03:16] * Joins: mixedpuppy_ (mixedpuppy@moz-78985667.vc.shawcable.net)
  620. # [03:16] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  621. # [03:17] * Quits: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com) (Quit: Leaving)
  622. # [03:17] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  623. # [03:17] * Quits: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP) (Ping timeout)
  624. # [03:17] * Quits: dagnir (chatzilla@A1D3E7F1.DBF4469E.7E8D5209.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  625. # [03:17] * Quits: RyanVM|afk (Thunderbir@moz-4C953DE7.phlapa.fios.verizon.net) (Quit: RyanVM|afk)
  626. # [03:18] * mattwoodrow|away is now known as mattwoodrow
  627. # [03:18] * Quits: chewey (chewey@moz-E73F97F4.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  628. # [03:18] * Joins: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP)
  629. # [03:18] * Joins: chewey (chewey@moz-1B217A0E.dip0.t-ipconnect.de)
  630. # [03:19] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  631. # [03:20] <gkw> njn: wasn't --num-callers=20 a temporary number? are we bumping that back up later?
  632. # [03:20] <gkw> (great to see the mach valgrind patches coming along, btw!)
  633. # [03:20] <@njn> gkw: I'm actually pretty happy with it
  634. # [03:20] <@njn> gkw: I don't think it needs to be higher
  635. # [03:20] <gkw> ok, sure
  636. # [03:20] <gkw> just a ponder
  637. # [03:20] <@njn> gkw: I need just one more review before I can make progress
  638. # [03:20] * Quits: marshall (marshall@moz-7CF4DBED.ca.astound.net) (Ping timeout)
  639. # [03:21] * Quits: squib|laptop (squib@moz-5175C098.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  640. # [03:22] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  641. # [03:22] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  642. # [03:24] * Quits: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Input/output error)
  643. # [03:25] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  644. # [03:26] * Quits: KaIRC (robert@moz-AF054499.adsl.highway.telekom.at) (Input/output error)
  645. # [03:27] <Waldo> git--
  646. # [03:27] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  647. # [03:28] * Joins: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net)
  648. # [03:28] * Quits: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP) (Ping timeout)
  649. # [03:28] * Waldo restores karmic balance
  650. # [03:31] <@njn> Wow: the Go compiler is being rewritten from C to Go using automatic translation
  651. # [03:31] <glandium> njn: yay, one more pain in the ass to bootstrap
  652. # [03:32] * hwine|mtg is now known as hwine-commuting
  653. # [03:32] <Waldo> scumbag RyanVM push-races me :-(
  654. # [03:32] <glandium> although if it's bundled with gcc, they might keep bootstrapping possible, unlike rust
  655. # [03:36] <Waldo> noooooooooooooo
  656. # [03:36] <Waldo> y u closed tree
  657. # [03:36] * Joins: darkowlzz (sunny@73501C59.6090F640.25B273F5.IP)
  658. # [03:37] * Joins: glob (glob@moz-DF237567.glob.com.au)
  659. # [03:37] * heycam|away is now known as heycam
  660. # [03:37] * Joins: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP)
  661. # [03:37] <Waldo> hmm, isn't 86eb809847a3 a demonstration of Win7 debug xpcshell greenness now?
  662. # [03:38] * Quits: fabrice (fabrice@moz-7B0110AD.mv.mozilla.com) (Quit: Leaving.)
  663. # [03:38] * Joins: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  664. # [03:40] * Quits: gandalf (textual@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  665. # [03:41] * Joins: jviereck (Adium@moz-B1B15ECC.dip0.t-ipconnect.de)
  666. # [03:41] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  667. # [03:42] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  668. # [03:44] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  669. # [03:44] * Quits: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net) (Ping timeout)
  670. # [03:44] * Joins: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com)
  671. # [03:45] * Quits: sfink (chatzilla@moz-BC9D71A3.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  672. # [03:48] * Quits: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP) (Client exited)
  673. # [03:50] * Joins: ddahl_ (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP)
  674. # [03:50] * Quits: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP) (Connection reset by peer)
  675. # [03:51] * Quits: Mossop (dtownsend@53343B0D.8DCA2D5.5E2862A8.IP) (Quit: This computer has gone to sleep)
  676. # [03:51] * Quits: ckitching (ckitching@moz-C0166612.plus.com) (Input/output error)
  677. # [03:52] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  678. # [03:52] * ChanServ sets mode: +o bz
  679. # [03:54] * Quits: darkowlzz (sunny@73501C59.6090F640.25B273F5.IP) (Quit: This computer has gone to sleep)
  680. # [03:54] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  681. # [03:54] * Joins: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu)
  682. # [03:57] * Joins: sfink (chatzilla@moz-22CE5727.dsl.pltn13.sbcglobal.net)
  683. # [03:57] * Joins: mdas (mdas@moz-47576E9A.dsl.bell.ca)
  684. # [03:57] * catlee is now known as catlee-away
  685. # [03:59] * joduinn-mtg is now known as joduinn-afk
  686. # [04:00] * Quits: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP) (Ping timeout)
  687. # [04:00] * Quits: therube (chatzilla@moz-A2CCD695.hsd1.md.comcast.net) (Ping timeout)
  688. # [04:00] * Joins: philipp64|laptop (chatzilla@moz-B40B9015.ctcweb.net)
  689. # [04:01] * Quits: coop (Chris@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: coop)
  690. # [04:01] * Quits: lduros (user@moz-29CCC218.phlapa.fios.verizon.net) (Client exited)
  691. # [04:02] * Quits: terrence-afk (terrence@moz-B38D16E9.sb.sd.cox.net) (Ping timeout)
  692. # [04:03] * Joins: dzbarsky (Adium@BC1B0569.D5562F02.B5C6E82B.IP)
  693. # [04:03] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Quit: elin)
  694. # [04:04] * Joins: lpy (lpy@7360AA58.F09091A8.1348A864.IP)
  695. # [04:05] * Joins: dzbarsky1 (Adium@E5216EFC.D5562F02.B5C6E82B.IP)
  696. # [04:06] * Quits: dzbarsky (Adium@BC1B0569.D5562F02.B5C6E82B.IP) (Ping timeout)
  697. # [04:06] * KWierso|afk is now known as KWierso
  698. # [04:07] * Quits: billm (billm@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  699. # [04:08] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  700. # [04:08] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Quit: Textual IRC Client: www.textualapp.com)
  701. # [04:08] * Joins: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP)
  702. # [04:09] * Quits: doublec (test@moz-EC11DA4D.members.linode.com) (Quit: leaving)
  703. # [04:10] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  704. # [04:11] * Quits: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  705. # [04:12] * Joins: liuche_ (liuche@moz-ABA1E9E1.hsd1.ca.comcast.net)
  706. # [04:12] * Quits: joneshf-work (joneshf@moz-797CE799.concordusapps.com) (Client exited)
  707. # [04:12] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  708. # [04:16] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  709. # [04:16] * jorendorff_away is now known as jorendorff
  710. # [04:17] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  711. # [04:19] * Quits: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP) (Ping timeout)
  712. # [04:19] <yeukhon> grobinson|laptop: grobinson ah im so glad i see im the only one have issue with https://bugzilla.mozilla.org/show_bug.cgi?id=951895
  713. # [04:19] * Joins: terrence-afk (terrence@moz-B38D16E9.sb.sd.cox.net)
  714. # [04:20] * Joins: twi (Adium@moz-2D1E1C0A.cust.dsl.vodafone.it)
  715. # [04:20] <grobinson|laptop> you mean you're not the only one? :)
  716. # [04:20] <grobinson|laptop> is this a problem you're having with that patch you're working on?
  717. # [04:20] <yeukhon> yeah my patch doesnt work because of this same bug
  718. # [04:20] <yeukhon> two days straight keep bilding
  719. # [04:20] <yeukhon> https://tbpl.mozilla.org/?tree=Try&rev=7df1b576f62c
  720. # [04:20] * Joins: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  721. # [04:20] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  722. # [04:20] <yeukhon> this literally doesn't do anything but never hit listener
  723. # [04:21] <yeukhon> since the dump/log message never appear in my log
  724. # [04:21] * Quits: twi (Adium@moz-2D1E1C0A.cust.dsl.vodafone.it) (Ping timeout)
  725. # [04:22] <dholbert> yeukhon, don't you need waitForExplicitFinish in that test?
  726. # [04:23] * Joins: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP)
  727. # [04:23] * Quits: jammink (textual@moz-7B0110AD.mv.mozilla.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  728. # [04:23] * Joins: Boriss (Boriss@moz-8ED7ED5C.pool85-56-44.dynamic.orange.es)
  729. # [04:23] * Quits: ggp (ggp@9E593988.E7DE191F.B65F468E.IP) (Ping timeout)
  730. # [04:23] <yeukhon> dholbert: it's a strange test… one the same process linux build, i think only this patch will complain "simple.test() has been called multiple times" if i add that statement
  731. # [04:24] <yeukhon> i have to double check again it was like 3-4 days ago. but something like that
  732. # [04:24] <yeukhon> with the absence of simple.finish() in the test
  733. # [04:25] <dholbert> yeukhon, ok. I haven't looked at it too closely. But I'd expect you'd want waitForExplicitFinish, and then finish() in your "cleanup" function, or something like that
  734. # [04:25] * dholbert stops driveby-test-critiquing
  735. # [04:25] <yeukhon> yeah thats how i do it in the other patch
  736. # [04:25] <dholbert> (that would explain the "no tests run" error you're hitting in your try run, anyway)
  737. # [04:26] <yeukhon> which is the exact patch except (well testing a different problem) and loading a different locale file
  738. # [04:26] <yeukhon> but b2g is the only one failing
  739. # [04:26] <dholbert> could just be a race condition
  740. # [04:26] <yeukhon> i supposed all other desktop builds are single process?
  741. # [04:26] <dholbert> yeah, I think so
  742. # [04:26] <dholbert> stuff's loading fast enough elsewhere, loading more slowly in b2g
  743. # [04:27] <dholbert> so we end up thinking the test is done, before the listener ever fires
  744. # [04:27] * Quits: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP) (Ping timeout)
  745. # [04:27] <dholbert> or something
  746. # [04:27] * dholbert is now known as dholbert|dinner
  747. # [04:27] <dholbert|dinner> yeukhon, good luck!
  748. # [04:27] <yeukhon> dholbert|dinner: thanks
  749. # [04:28] <yeukhon> *back to digging problem*
  750. # [04:28] * Quits: terrence-afk (terrence@moz-B38D16E9.sb.sd.cox.net) (Ping timeout)
  751. # [04:28] * Quits: pcwalton (pcwalton@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: pcwalton)
  752. # [04:29] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  753. # [04:29] * jorendorff is now known as jorendorff_away
  754. # [04:29] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  755. # [04:31] * Quits: jviereck (Adium@moz-B1B15ECC.dip0.t-ipconnect.de) (Quit: Leaving.)
  756. # [04:31] * Joins: terrence-afk (terrence@moz-B38D16E9.sb.sd.cox.net)
  757. # [04:31] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  758. # [04:33] <LongXiuping> Does any body knows that why in Firefox OS v1.3 we can not get the local storage size with the API long getUsage(in AString aOwnerDomain) like in v1.1? I know the API is removed from nsIDOMStorageManager, but why?
  759. # [04:33] * Quits: Boriss (Boriss@moz-8ED7ED5C.pool85-56-44.dynamic.orange.es) (Quit: Boriss)
  760. # [04:34] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  761. # [04:34] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  762. # [04:35] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  763. # [04:36] * Joins: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP)
  764. # [04:36] <grobinson|laptop> yeukhon: does it work on e10s? try running with mach mochitest-plain --e10s
  765. # [04:36] <grobinson|laptop> If it works there, then it's localized to B2G (and not just single vs. multi process)
  766. # [04:36] <yeukhon> let me try
  767. # [04:36] <grobinson|laptop> i didn't lookat your test, but listen to dholbert
  768. # [04:36] <yeukhon> need to boot up my vm
  769. # [04:36] <grobinson|laptop> he knows some things :D
  770. # [04:37] <yeukhon> :3 hes gone for dinner (my dinner is right in front of me 222222)
  771. # [04:37] * Quits: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  772. # [04:37] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  773. # [04:38] <tbsaunde> LongXiuping: try reading the bug that removed it?
  774. # [04:40] * khuey|away is now known as khuey
  775. # [04:40] * Joins: rcampbelllaos (rcampbell@3BE38C0.8B601CF0.32CC9F2E.IP)
  776. # [04:40] <yeukhon> grobinson|laptop: yeah it works for me
  777. # [04:40] <yeukhon> the original test i have (without explicit)
  778. # [04:40] * Quits: dzbarsky1 (Adium@E5216EFC.D5562F02.B5C6E82B.IP) (Quit: Leaving.)
  779. # [04:41] <grobinson|laptop> still, definitely check the race condition thing
  780. # [04:41] <grobinson|laptop> if there's anything async happening, you need SimpleTest.waitForExplicitFinish
  781. # [04:41] <yeukhon> it's pretty much the same patch for x-content-policy the one u reviewed
  782. # [04:42] * mcote is now known as mcote|afk
  783. # [04:43] * Joins: ggp (ggp@9E593988.E7DE191F.B65F468E.IP)
  784. # [04:45] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Quit: Leaving.)
  785. # [04:47] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  786. # [04:47] * Joins: dzbarsky (Adium@moz-FDD2ABD6.hsd1.pa.comcast.net)
  787. # [04:47] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  788. # [04:48] * nthomas is now known as nthomas|away
  789. # [04:48] <rcampbelllaos> Anyone know who I should contact about adding a new spellcheck dictionary extension to the Dictionaries & Language Packs page (https://addons.mozilla.org/en-US/thunderbird/language-tools/)?
  790. # [04:48] * Quits: liuche_ (liuche@moz-ABA1E9E1.hsd1.ca.comcast.net) (Ping timeout)
  791. # [04:48] <KWierso> rcampbelllaos: try asking in #amo ?
  792. # [04:49] <rcampbelllaos> KWierso: Thanks!
  793. # [04:51] * Joins: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  794. # [04:52] * dholbert|dinner is now known as dholbert
  795. # [04:52] * philor is now known as philor|away
  796. # [04:53] * Quits: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP) (Ping timeout)
  797. # [04:54] * Joins: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP)
  798. # [04:55] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  799. # [04:55] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Quit: bjacob)
  800. # [04:55] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  801. # [04:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d86702f2170c - Ehsan Akhgari - Bug 951555 - Clean up dead code from dom/workers/RuntimeService.cpp after removal of heuristic detection from the File API; r=bent
  802. # [04:59] * Quits: shorlander (shorlander@moz-93A7049A.dhcp.insightbb.com) (Ping timeout)
  803. # [05:00] * Joins: shorlander (shorlander@moz-93A7049A.dhcp.insightbb.com)
  804. # [05:01] * Quits: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP) (Ping timeout)
  805. # [05:01] * Quits: harth (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  806. # [05:02] * Joins: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP)
  807. # [05:02] * Joins: digitsm_ (digitsm@D5646364.77EA0BEA.C146C5E5.IP)
  808. # [05:03] * KWierso wonders what this Gi test on aurora is doing
  809. # [05:03] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  810. # [05:05] <ewong> it's doing the lambada!! ;P
  811. # [05:05] * Quits: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP) (Ping timeout)
  812. # [05:06] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  813. # [05:06] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  814. # [05:06] * Joins: liuche_ (liuche@moz-ABA1E9E1.hsd1.ca.comcast.net)
  815. # [05:06] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  816. # [05:07] * Joins: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP)
  817. # [05:08] * Quits: TheCrap (TheCrap@moz-74CBAB78.unity-media.net) (Ping timeout)
  818. # [05:08] <mbrubeck> KWierso: Me too.
  819. # [05:08] * Joins: harth (harth@moz-42412102.hsd1.ca.comcast.net)
  820. # [05:08] <mbrubeck> I swear I didn't break it!
  821. # [05:08] <KWierso> mbrubeck: bug 951911 made it sound like it should only be on trunk trees
  822. # [05:08] <KWierso> and hidden at that
  823. # [05:09] <KWierso> and I didn't think there would be a reconfig to pick it up until tomorrow
  824. # [05:09] <mbrubeck> KWierso: I notice that mochitest-metro-chrome just showed up on my Aurora push for the first time
  825. # [05:09] <mbrubeck> which is https://bugzilla.mozilla.org/show_bug.cgi?id=950144
  826. # [05:09] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Ping timeout)
  827. # [05:09] <mbrubeck> so someone must have done something to the masters there
  828. # [05:09] * jchen is now known as jchen|away
  829. # [05:14] * Quits: harth (harth@moz-42412102.hsd1.ca.comcast.net) (Connection reset by peer)
  830. # [05:14] * Joins: harth (harth@moz-42412102.hsd1.ca.comcast.net)
  831. # [05:15] * Quits: liuche_ (liuche@moz-ABA1E9E1.hsd1.ca.comcast.net) (Ping timeout)
  832. # [05:15] * Joins: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca)
  833. # [05:16] * Quits: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca) (Input/output error)
  834. # [05:16] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  835. # [05:17] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  836. # [05:17] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  837. # [05:18] * Quits: kentuckyfriedtakahe (ajones@moz-39625047.static-xdsl.xnet.co.nz) (Quit: Ex-Chat)
  838. # [05:18] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  839. # [05:19] <jhopkins|afk> mbrubeck: coop appears to have done a reconfig tonight (see #releng at 9:25PM EST)
  840. # [05:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ab6a4c0bb082 - Jeff Walden - Bug 937793 - Tweaks to template-array creation. r=bhackett
  841. # [05:20] <rcampbelllaos> Quick question on ./intl//lwbrk/public/nsILineBreaker.h... Are lines 70-72 the correct location for adding the Burmese range of characters?
  842. # [05:20] * Joins: twi (Adium@moz-2D1E1C0A.cust.dsl.vodafone.it)
  843. # [05:22] * Joins: jgriffin (jgriffin@moz-1524B834.hsd1.wa.comcast.net)
  844. # [05:22] * Quits: twi (Adium@moz-2D1E1C0A.cust.dsl.vodafone.it) (Ping timeout)
  845. # [05:22] <KWierso> philor|away: odd, these new gaia-integration jobs aren't showing up in the hidden builders list on the trunk branches, but they're running there?
  846. # [05:22] <KWierso> aurora listed both 32 and 64 bit versions
  847. # [05:22] <KWierso> m-c has only 32 bit
  848. # [05:22] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  849. # [05:22] <KWierso> m-i, b2g-i and fx-team don't list any?
  850. # [05:23] * Joins: Boriss (Boriss@moz-8ED7ED5C.pool85-56-44.dynamic.orange.es)
  851. # [05:25] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  852. # [05:26] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  853. # [05:27] * Quits: darktrojan (geoff@moz-84B9893E.dsl.telstraclear.net) (Quit: darktrojan)
  854. # [05:27] * Quits: ddahl_ (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP) (Connection reset by peer)
  855. # [05:28] * Quits: Boriss (Boriss@moz-8ED7ED5C.pool85-56-44.dynamic.orange.es) (Quit: Boriss)
  856. # [05:28] * Joins: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP)
  857. # [05:28] * Quits: @bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  858. # [05:28] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  859. # [05:28] * ChanServ sets mode: +o bz
  860. # [05:29] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Ping timeout)
  861. # [05:29] * Joins: liuche_ (liuche@moz-ABA1E9E1.hsd1.ca.comcast.net)
  862. # [05:29] * Joins: anirban (anirban@779A59A8.76A25BFC.6DC151A0.IP)
  863. # [05:30] * Quits: serge (Thunderbir@moz-21590B95.dsl.teksavvy.com) (Ping timeout)
  864. # [05:30] * Joins: smontagu (chatzilla@moz-A6C37C3A.red.bezeqint.net)
  865. # [05:32] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  866. # [05:33] * Joins: BowtieTuxedo (chatzilla@moz-527389C3.hsd1.ca.comcast.net)
  867. # [05:33] * Joins: Hughman (Mibbit@61D3D616.9F3124E3.A3B82EC7.IP)
  868. # [05:33] * Quits: BowtieTuxedo (chatzilla@moz-527389C3.hsd1.ca.comcast.net) (Quit: BowtieTuxedo)
  869. # [05:33] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  870. # [05:36] * Quits: rcampbelllaos (rcampbell@3BE38C0.8B601CF0.32CC9F2E.IP) (Quit: Ex-Chat)
  871. # [05:40] * jchen|away is now known as jchen
  872. # [05:44] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  873. # [05:44] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  874. # [05:45] * Joins: Mook (mook@moz-5BDA634E.dsl.teksavvy.com)
  875. # [05:46] * Joins: darkowlzz (sunny@73501C59.6090F640.25B273F5.IP)
  876. # [05:46] <mbrubeck> so close to zero failures: https://tbpl.mozilla.org/?tree=Mozilla-Aurora&rev=04a669b65fb3
  877. # [05:46] * Quits: harth (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  878. # [05:47] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Connection reset by peer)
  879. # [05:47] * Quits: jgriffin (jgriffin@moz-1524B834.hsd1.wa.comcast.net) (Quit: jgriffin)
  880. # [05:48] * Joins: sankha93 (Instantbir@F4EE2D1C.BBE513BA.EFB84E89.IP)
  881. # [05:48] * mattwoodrow is now known as mattwoodrow|away
  882. # [05:49] <KWierso> mbrubeck: stabbed in the back by our infrastructure...
  883. # [05:49] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  884. # [05:52] * jchen is now known as jchen|away
  885. # [05:55] * khuey is now known as khuey|away
  886. # [05:55] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  887. # [05:56] * Joins: aureate (Mibbit@CAA24B32.1E5EEC78.1C37C358.IP)
  888. # [05:57] * Quits: mdas (mdas@moz-47576E9A.dsl.bell.ca) (Input/output error)
  889. # [05:59] * Quits: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com) (Input/output error)
  890. # [06:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/85830cef2651 - Trevor Saunders - bug 883708 - don't assert when parent of reorder event is shown later r=surkov
  891. # [06:02] <Unfocused> KWierso: as opposed to being stabbed in the face?
  892. # [06:03] <KWierso> Unfocused: would you prefer being stabbed by a thousand horse-sized infra failures, or a thousand infra failure-sized horses?
  893. # [06:03] <@bz> Doesn't the size of an infra failure depend on your default font size in your browser?
  894. # [06:03] <Unfocused> i prefer pie.
  895. # [06:04] * Quits: Matti (Matti@moz-D15BA2CD.dip0.t-ipconnect.de) (Ping timeout)
  896. # [06:05] * Joins: phoebe (phoebe@moz-3D56737F.dynamic.hinet.net)
  897. # [06:06] * Joins: spohl (Adium@moz-8D263F35.static.hvvc.us)
  898. # [06:06] * Quits: spohl (Adium@moz-8D263F35.static.hvvc.us) (Input/output error)
  899. # [06:07] * Quits: Waldo (waldo@moz-C3E48BC2.hsd1.mi.comcast.net) (Quit: ChatZilla 0.9.87-7.1450hg.fc19 [XULRunner 26.0/20131209183133])
  900. # [06:08] * Joins: Matti (Matti@moz-223D2A9E.dip0.t-ipconnect.de)
  901. # [06:08] * Quits: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP) (Ping timeout)
  902. # [06:08] * Quits: ashish (ashish@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  903. # [06:08] * Joins: harth (harth@moz-42412102.hsd1.ca.comcast.net)
  904. # [06:08] * Joins: ashish (ashish@moz-DB4A9C19.scl3.mozilla.com)
  905. # [06:17] * Joins: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP)
  906. # [06:17] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  907. # [06:18] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  908. # [06:19] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  909. # [06:19] * Quits: GPHemsley (GPHemsley@moz-9DC9BB59.dhcp.gsvl.ga.charter.com) (Ping timeout)
  910. # [06:20] * Joins: twi (Adium@moz-2D1E1C0A.cust.dsl.vodafone.it)
  911. # [06:21] * jchen|away is now known as jchen
  912. # [06:22] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  913. # [06:22] * Quits: liuche_ (liuche@moz-ABA1E9E1.hsd1.ca.comcast.net) (Ping timeout)
  914. # [06:22] * Quits: twi (Adium@moz-2D1E1C0A.cust.dsl.vodafone.it) (Ping timeout)
  915. # [06:24] * Quits: sfink (chatzilla@moz-22CE5727.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  916. # [06:25] * Joins: GPHemsley (GPHemsley@moz-9DC9BB59.dhcp.gsvl.ga.charter.com)
  917. # [06:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/94d22ab0b17f - Andrew McCreight - Bug 937960, part 1 - Add ICC pref to nsJSEnv. r=smaug
  918. # [06:26] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ccdc3d4f4571 - Andrew McCreight - Bug 937960, part 4 - Reduce time until CC when it is incremental. r=smaug
  919. # [06:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0ae14946314b - Andrew McCreight - Bug 937960, part 2 - Add ICC slice timer and scheduling. r=smaug
  920. # [06:27] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4dcc91e771e3 - Andrew McCreight - Bug 937960, part 3 - Pass in a small time budget with ICC. r=smaug
  921. # [06:28] * Joins: mdas (mdas@moz-47576E9A.dsl.bell.ca)
  922. # [06:29] * Quits: mdas (mdas@moz-47576E9A.dsl.bell.ca) (Connection reset by peer)
  923. # [06:30] * Joins: mdas (mdas@moz-47576E9A.dsl.bell.ca)
  924. # [06:31] * Quits: mdas (mdas@moz-47576E9A.dsl.bell.ca) (Ping timeout)
  925. # [06:36] * Joins: emtwo (msamuel@moz-91BEFBD4.dsl.teksavvy.com)
  926. # [06:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7d120481a6ae - Wes Kocher - Merge inbound to m-c
  927. # [06:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/77c909ca0f94 - Wes Kocher - Merge m-c to inbound
  928. # [06:38] * Quits: GPHemsley (GPHemsley@moz-9DC9BB59.dhcp.gsvl.ga.charter.com) (Ping timeout)
  929. # [06:40] * Quits: emtwo (msamuel@moz-91BEFBD4.dsl.teksavvy.com) (Quit: Leaving.)
  930. # [06:41] * Quits: dzbarsky (Adium@moz-FDD2ABD6.hsd1.pa.comcast.net) (Quit: Leaving.)
  931. # [06:41] * Joins: GPHemsley (GPHemsley@moz-9DC9BB59.dhcp.gsvl.ga.charter.com)
  932. # [06:42] * Joins: sfink (chatzilla@moz-22CE5727.dsl.pltn13.sbcglobal.net)
  933. # [06:43] * philor|away is now known as philor
  934. # [06:47] * deian|away is now known as deian
  935. # [06:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3a92812ca30c - Boris Zbarsky - Bug 951875. Actually apply binarynames to JS-implemented codegen. r=mccr8
  936. # [06:49] * Quits: schien (anonymous@moz-99690620.hinet-ip.hinet.net) (Quit: schien)
  937. # [06:49] * Quits: micadeyeye_ (micadeyeye@moz-63252663.telkomadsl.co.za) (Ping timeout)
  938. # [06:50] * Quits: digitsm_ (digitsm@D5646364.77EA0BEA.C146C5E5.IP) (Ping timeout)
  939. # [06:51] * Joins: schien (anonymous@moz-99690620.hinet-ip.hinet.net)
  940. # [06:53] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  941. # [06:56] * khuey|away is now known as khuey
  942. # [06:57] * Quits: echang (echang@moz-99690620.hinet-ip.hinet.net) (Client exited)
  943. # [06:57] * Joins: echang (echang@moz-99690620.hinet-ip.hinet.net)
  944. # [06:58] * Quits: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP) (Ping timeout)
  945. # [06:58] * glob is now known as glob|away
  946. # [06:59] * Quits: grobinson|laptop (grob_@216737EA.B44B8BCB.F6720131.IP) (Ping timeout)
  947. # [07:00] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  948. # [07:01] <philor> oh yay, new permared suite on multiple trees, with log messages which will make it awkward to star, and which very probably doesn't meet the visibility requirements
  949. # [07:01] <philor> I think my Christmas vacation might start right this minute
  950. # [07:02] <KWierso> philor: I think I hid them everywhere
  951. # [07:02] <KWierso> though I don't think they're supposed to be running at all on aurora
  952. # [07:02] <KWierso> and nothing's pushed to beta yet to see if they run there
  953. # [07:02] <philor> KWierso: the way that you hide them from me is... don't run them, run them on Cedar until they are green and meet visibility requirements
  954. # [07:02] * Joins: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP)
  955. # [07:03] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  956. # [07:03] <philor> I can either choose to not look at showall=1, despite there being multiple things on multiple trees that are hidden but I watch them closely, or I can just stop
  957. # [07:04] * philor backspaces through multiple metaphors all involving defecation
  958. # [07:05] <philor> I just don't seem to want to be shit upon this week
  959. # [07:06] <KWierso> I couldn't possibly imagine why...
  960. # [07:06] * Quits: paulproteus (quassel@199.199.210.158) (Ping timeout)
  961. # [07:08] * Quits: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  962. # [07:08] * Joins: paulproteus (quassel@458FE134.3EC36C88.CBDCF1DC.IP)
  963. # [07:08] <@bz> philor: _my_ vacation is starting about now.
  964. # [07:09] <@bz> philor: Join me in vacationing!
  965. # [07:09] * Quits: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu) (Ping timeout)
  966. # [07:09] * Joins: gkw (fuzz2lin@moz-BBE3ABD.mv.mozilla.com)
  967. # [07:09] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  968. # [07:09] * Joins: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com)
  969. # [07:11] <philor> I think I shall
  970. # [07:11] <philor> maybe b2g will implode and disappear by the time I get back
  971. # [07:11] * Quits: lmandel (lmandel@moz-76CE9D51.cable.teksavvy.com) (Ping timeout)
  972. # [07:12] * philor is now known as philor|away
  973. # [07:14] * Quits: jchen (jchen@moz-F9F4659E.woh.res.rr.com) (Connection reset by peer)
  974. # [07:14] * Joins: jchen (jchen@moz-F9F4659E.woh.res.rr.com)
  975. # [07:15] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  976. # [07:18] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  977. # [07:18] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  978. # [07:20] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  979. # [07:20] * kaze|zZz is now known as kaze
  980. # [07:20] * Joins: twi (Adium@moz-2D1E1C0A.cust.dsl.vodafone.it)
  981. # [07:21] * KWierso is now known as KWierso|afk
  982. # [07:22] * Quits: twi (Adium@moz-2D1E1C0A.cust.dsl.vodafone.it) (Ping timeout)
  983. # [07:23] * khuey is now known as khuey|away
  984. # [07:24] * Quits: @njn (chatzilla@moz-5B07F155.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 29.0a1/20131217134944])
  985. # [07:24] * Joins: Boriss (Boriss@moz-8ED7ED5C.pool85-56-44.dynamic.orange.es)
  986. # [07:25] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Connection reset by peer)
  987. # [07:25] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  988. # [07:26] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Ping timeout)
  989. # [07:27] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  990. # [07:27] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  991. # [07:29] * Quits: Hughman (Mibbit@61D3D616.9F3124E3.A3B82EC7.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  992. # [07:29] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  993. # [07:33] * corey|away is now known as corey
  994. # [07:33] * Quits: kaze (kaze@moz-7E0F0F9E.fbx.proxad.net) (Ping timeout)
  995. # [07:33] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  996. # [07:34] * corey is now known as corey|away
  997. # [07:37] * jdm|f00ding is now known as jdm
  998. # [07:39] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Quit: yzen)
  999. # [07:40] * Quits: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP) (Ping timeout)
  1000. # [07:41] * Joins: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP)
  1001. # [07:42] * Quits: lpy (lpy@7360AA58.F09091A8.1348A864.IP) (Ping timeout)
  1002. # [07:43] * Joins: lpy (lpy@9EA5DA85.F09091A8.1348A864.IP)
  1003. # [07:44] * Quits: aureate (Mibbit@CAA24B32.1E5EEC78.1C37C358.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1004. # [07:44] * Joins: grobinson|laptop (grob_@216737EA.B44B8BCB.F6720131.IP)
  1005. # [07:45] * Joins: twi (Adium@moz-2D1E1C0A.cust.dsl.vodafone.it)
  1006. # [07:46] * Quits: Boriss (Boriss@moz-8ED7ED5C.pool85-56-44.dynamic.orange.es) (Quit: Boriss)
  1007. # [07:47] * Parts: aja (Instantbir@41C9B5D1.72086529.7880DB15.IP)
  1008. # [07:48] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1009. # [07:52] * Quits: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net) (Quit: Leaving)
  1010. # [07:52] * Quits: GPHemsley (GPHemsley@moz-9DC9BB59.dhcp.gsvl.ga.charter.com) (Ping timeout)
  1011. # [07:54] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1012. # [07:54] * glob|away is now known as glob
  1013. # [07:54] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  1014. # [07:55] * Joins: b10n1k (j0ni@moz-1AD305C9.dsl.dyn.forthnet.gr)
  1015. # [07:55] * whimboo|afk is now known as whimboo
  1016. # [07:58] * Tomcat is now known as Tomcat|sheriffduty
  1017. # [07:59] * Quits: negge (unlord@moz-5BD795E6.hsd1.va.comcast.net) (Ping timeout)
  1018. # [08:05] * Joins: Boriss (Boriss@moz-8ED7ED5C.pool85-56-44.dynamic.orange.es)
  1019. # [08:06] * deian is now known as deian|away
  1020. # [08:07] * Quits: six600110 (six600110@moz-C663577C.hsd1.il.comcast.net) (Client exited)
  1021. # [08:07] * Joins: jhlin_ (jhlin@moz-99690620.hinet-ip.hinet.net)
  1022. # [08:07] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1023. # [08:09] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1024. # [08:11] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1025. # [08:11] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Linkinus - http://linkinus.com)
  1026. # [08:12] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1027. # [08:13] * Joins: GPHemsley (GPHemsley@moz-9DC9BB59.dhcp.gsvl.ga.charter.com)
  1028. # [08:16] * Quits: jdm (jdm@FCCEA34F.7672369.D8E68FF6.IP) (Quit: Lost terminal)
  1029. # [08:17] * Quits: anirban (anirban@779A59A8.76A25BFC.6DC151A0.IP) (Connection reset by peer)
  1030. # [08:17] * jchen is now known as jchen|away
  1031. # [08:17] * Quits: Boriss (Boriss@moz-8ED7ED5C.pool85-56-44.dynamic.orange.es) (Ping timeout)
  1032. # [08:18] * Quits: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com) (Quit: Damn, ran out of Mountain Dew. Gotta go get another one. :))
  1033. # [08:19] * Joins: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com)
  1034. # [08:19] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  1035. # [08:19] * Joins: nicklebedev (nicklebede@moz-838152B8.net135.n37.ru)
  1036. # [08:20] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  1037. # [08:21] * Quits: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com) (Quit: Damn, ran out of Mountain Dew. Gotta go get another one. :))
  1038. # [08:21] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  1039. # [08:22] * Joins: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com)
  1040. # [08:22] * Quits: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP) (Input/output error)
  1041. # [08:24] * Quits: jhlin_ (jhlin@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1042. # [08:24] * Joins: Optimizer1 (Instantbir@AD96A16F.EF134B54.BE4CF869.IP)
  1043. # [08:24] * Quits: Optimizer1 (Instantbir@AD96A16F.EF134B54.BE4CF869.IP) (Input/output error)
  1044. # [08:24] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  1045. # [08:25] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  1046. # [08:28] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1047. # [08:28] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  1048. # [08:30] * Quits: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com) (Quit: Damn, ran out of Mountain Dew. Gotta go get another one. :))
  1049. # [08:30] * Joins: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com)
  1050. # [08:30] * Joins: jaoo (user@moz-E7494030.red-81-44-212.dynamicip.rima-tde.net)
  1051. # [08:32] * Joins: mdas (mdas@moz-47576E9A.dsl.bell.ca)
  1052. # [08:32] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1053. # [08:34] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1054. # [08:34] * Quits: mdas (mdas@moz-47576E9A.dsl.bell.ca) (Ping timeout)
  1055. # [08:35] * Quits: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com) (Quit: Damn, ran out of Mountain Dew. Gotta go get another one. :))
  1056. # [08:35] * Joins: forivall (quassel@moz-C3493F5E.vc.shawcable.net)
  1057. # [08:36] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1058. # [08:36] * Joins: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com)
  1059. # [08:37] * Quits: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP) (Quit: rniwa)
  1060. # [08:38] * Quits: matthewgertner (matthewger@E05025B2.7102BCB6.B7C3970A.IP) (Quit: matthewgertner)
  1061. # [08:38] * Joins: yeukhon|afk (yeukhon@moz-68969CAE.compute-1.amazonaws.com)
  1062. # [08:38] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  1063. # [08:39] * Parts: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  1064. # [08:39] * yeukhon|afk is now known as yeukhon
  1065. # [08:39] * Quits: briansmith_ (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  1066. # [08:39] * Quits: lpy (lpy@9EA5DA85.F09091A8.1348A864.IP) (Connection reset by peer)
  1067. # [08:39] * Joins: Boriss (Boriss@moz-8ED7ED5C.pool85-56-44.dynamic.orange.es)
  1068. # [08:40] * Joins: jkitch (Thunderbir@moz-53D68DEA.lns20.adl2.internode.on.net)
  1069. # [08:41] * Joins: gsvelto (gsvelto@moz-14233C22.clienti.tiscali.it)
  1070. # [08:41] * Joins: mwu (mwu@moz-99690620.hinet-ip.hinet.net)
  1071. # [08:42] * Quits: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com) (Quit: Damn, ran out of Mountain Dew. Gotta go get another one. :))
  1072. # [08:42] * Quits: sankha93 (Instantbir@F4EE2D1C.BBE513BA.EFB84E89.IP) (Ping timeout)
  1073. # [08:42] * Joins: Dwight_Stegall (chatzilla@moz-3088615F.client.mchsi.com)
  1074. # [08:43] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  1075. # [08:44] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1076. # [08:45] * Joins: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl)
  1077. # [08:46] * Joins: negge (unlord@moz-5BD795E6.hsd1.va.comcast.net)
  1078. # [08:47] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  1079. # [08:47] * Quits: yeukhon (yeukhon@moz-68969CAE.compute-1.amazonaws.com) (Quit: ZNC - http://znc.in)
  1080. # [08:47] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  1081. # [08:47] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (services.mozilla.org (Too many invalid passwords))
  1082. # [08:48] * Joins: dzbarsky (Adium@BC1B0569.D5562F02.B5C6E82B.IP)
  1083. # [08:52] * Joins: yeukhon (yeukhon@moz-68969CAE.compute-1.amazonaws.com)
  1084. # [08:52] * Joins: lpy (lpy@9EA5DA85.F09091A8.1348A864.IP)
  1085. # [08:54] * Quits: yeukhon (yeukhon@moz-68969CAE.compute-1.amazonaws.com) (Quit: ZNC - http://znc.in)
  1086. # [08:55] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  1087. # [08:55] * mattwoodrow|away is now known as mattwoodrow
  1088. # [08:56] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1089. # [09:00] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  1090. # [09:01] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  1091. # [09:02] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1092. # [09:03] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1093. # [09:04] * heycam is now known as heycam|away
  1094. # [09:06] * Joins: vendo (chatzilla@4097A75F.69EDD1E9.2B0D1E01.IP)
  1095. # [09:06] * baku|away is now known as baku
  1096. # [09:08] * Joins: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP)
  1097. # [09:08] * Quits: Boriss (Boriss@moz-8ED7ED5C.pool85-56-44.dynamic.orange.es) (Quit: Boriss)
  1098. # [09:09] * Quits: lpy (lpy@9EA5DA85.F09091A8.1348A864.IP) (Connection reset by peer)
  1099. # [09:09] * Joins: Ms2ger (Ms2ger@8B85F0F7.C5F25A2D.F15B0BB3.IP)
  1100. # [09:09] * Joins: lpy (lpy@9EA5DA85.F09091A8.1348A864.IP)
  1101. # [09:09] <Ms2ger> Bonjour
  1102. # [09:09] * Quits: lpy (lpy@9EA5DA85.F09091A8.1348A864.IP) (Client exited)
  1103. # [09:09] * Joins: lpy (lpy@7360AA58.F09091A8.1348A864.IP)
  1104. # [09:10] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  1105. # [09:11] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1106. # [09:11] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1107. # [09:12] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  1108. # [09:17] <yeukhon> mornong to you
  1109. # [09:18] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1110. # [09:19] * Quits: dzbarsky (Adium@BC1B0569.D5562F02.B5C6E82B.IP) (Quit: Leaving.)
  1111. # [09:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c245cc9c1b43 - Henri Sivonen - Bug 951110 - Make AssertValidDepedentString() more informative. r=bsmedberg.
  1112. # [09:20] <Ms2ger> Depedent? :)
  1113. # [09:20] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  1114. # [09:22] <yeukhon> its time for me to sleeeeep
  1115. # [09:22] <yeukhon> it's hard to go to bed
  1116. # [09:22] * Joins: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1117. # [09:22] <yeukhon> still can't get my people account working last time i crashed my ec2...
  1118. # [09:22] <Ms2ger> Get out :)
  1119. # [09:23] <yeukhon> Ms2ger: BOOOOOO
  1120. # [09:23] <yeukhon> okay!
  1121. # [09:23] <Ms2ger> Aren't you in est?
  1122. # [09:23] <yeukhon> yeah
  1123. # [09:23] <yeukhon> 3:20am
  1124. # [09:23] * Quits: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1125. # [09:24] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  1126. # [09:25] * Quits: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz) (Client exited)
  1127. # [09:26] * Joins: kaze (kaze@B74B7083.8477B2E4.41DC420.IP)
  1128. # [09:26] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  1129. # [09:27] * Quits: jryans (sid12941@moz-5F4AA75A.irccloud.com) (Quit: Updating details, brb)
  1130. # [09:28] * Joins: jryans (sid12941@moz-5F4AA75A.irccloud.com)
  1131. # [09:29] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1132. # [09:30] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  1133. # [09:30] * Quits: mwu (mwu@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1134. # [09:30] * Joins: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1135. # [09:31] * Quits: kaze (kaze@B74B7083.8477B2E4.41DC420.IP) (Ping timeout)
  1136. # [09:32] * Joins: kaze (kaze@B74B7083.8477B2E4.41DC420.IP)
  1137. # [09:34] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  1138. # [09:34] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  1139. # [09:35] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1140. # [09:35] * Quits: kaze (kaze@B74B7083.8477B2E4.41DC420.IP) (Ping timeout)
  1141. # [09:36] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Ping timeout)
  1142. # [09:38] * Joins: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1143. # [09:39] * Joins: briansmith (briansmith@moz-CFFDFDBF.public.wayport.net)
  1144. # [09:39] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1145. # [09:39] * Joins: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net)
  1146. # [09:41] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1147. # [09:41] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  1148. # [09:44] * Joins: mwu (mwu@moz-104CC309.mv.mozilla.com)
  1149. # [09:44] * Quits: briansmith (briansmith@moz-CFFDFDBF.public.wayport.net) (Ping timeout)
  1150. # [09:45] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1151. # [09:45] <NeilAway> seth: ah, that's bug 602108, and jesse commented on the case I was thinking of
  1152. # [09:47] * Joins: briansmith (briansmith@moz-CFFDFDBF.public.wayport.net)
  1153. # [09:47] * heycam|away is now known as heycam
  1154. # [09:48] * Quits: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net) (Ping timeout)
  1155. # [09:49] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1156. # [09:50] <heycam> XPCOM_DEBUG_BREAK=break ./mach mochitest-plain --debugger=lldb blah/blah/blah
  1157. # [09:50] <heycam> is the break bit meant to work with running mochitests through mach like that?
  1158. # [09:51] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  1159. # [09:53] <Ms2ger> Try mach -v?
  1160. # [09:53] <heycam> what's -v?
  1161. # [09:53] <heycam> looks like the break thing works with an old school make -C objdir mochitest-plain
  1162. # [09:53] <Ms2ger> It logs more stuff about the env
  1163. # [09:54] * Quits: harth (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  1164. # [09:54] <heycam> ah
  1165. # [09:57] * Joins: xanthus (uid15721@moz-E77DEB21.irccloud.com)
  1166. # [09:57] * Joins: harth (harth@moz-42412102.hsd1.ca.comcast.net)
  1167. # [09:57] * Joins: mdas (mdas@moz-47576E9A.dsl.bell.ca)
  1168. # [09:59] * Quits: mdas (mdas@moz-47576E9A.dsl.bell.ca) (Ping timeout)
  1169. # [10:01] * Joins: fredw (fredw@moz-B9C110E2.fbx.proxad.net)
  1170. # [10:01] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1171. # [10:01] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1172. # [10:02] * Joins: jhlin_ (jhlin@moz-99690620.hinet-ip.hinet.net)
  1173. # [10:03] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1174. # [10:03] * Quits: jhlin_ (jhlin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1175. # [10:04] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1176. # [10:05] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1177. # [10:05] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  1178. # [10:06] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  1179. # [10:07] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  1180. # [10:08] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (services.mozilla.org (Too many invalid passwords))
  1181. # [10:08] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  1182. # [10:10] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Input/output error)
  1183. # [10:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d44b65359da5 - Andrea Marchesini - Bug 946316 - Allow the use of strings as DataStore IDs, r=ehsan
  1184. # [10:12] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  1185. # [10:12] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Input/output error)
  1186. # [10:13] * Joins: till (till@moz-FB708ECD.adsl.alicedsl.de)
  1187. # [10:14] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  1188. # [10:16] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1189. # [10:16] * glob is now known as glob|away
  1190. # [10:17] * Joins: msucan (mihai@F152E5EF.21F8EF8F.C0E37CF3.IP)
  1191. # [10:20] * Joins: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP)
  1192. # [10:20] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  1193. # [10:20] * Joins: liuche_ (liuche@moz-ABA1E9E1.hsd1.ca.comcast.net)
  1194. # [10:22] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  1195. # [10:23] * Quits: liuche_ (liuche@moz-ABA1E9E1.hsd1.ca.comcast.net) (Ping timeout)
  1196. # [10:23] * Joins: digitsm_ (digitsm@D5646364.77EA0BEA.C146C5E5.IP)
  1197. # [10:26] * heycam is now known as heycam|away
  1198. # [10:26] * Joins: annevk (annevk@73520641.4F390C2A.420B7681.IP)
  1199. # [10:28] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1200. # [10:31] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1201. # [10:31] * Quits: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  1202. # [10:32] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1203. # [10:32] * baku is now known as baku|away
  1204. # [10:32] * Quits: harth (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  1205. # [10:32] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/ab6a4c0bb082 - Jeff Walden - Bug 937793 - Tweaks to template-array creation. r=bhackett
  1206. # [10:32] <firebot> http://hg.mozilla.org/mozilla-central/rev/f6588099c40b - Ryan VanderMeulen - Merge m-c to inbound.
  1207. # [10:32] <firebot> http://hg.mozilla.org/mozilla-central/rev/85830cef2651 - Trevor Saunders - bug 883708 - don't assert when parent of reorder event is shown later r=surkov
  1208. # [10:32] <firebot> http://hg.mozilla.org/mozilla-central/rev/d86702f2170c - Ehsan Akhgari - Bug 951555 - Clean up dead code from dom/workers/RuntimeService.cpp after removal of heuristic detection from the File API; r=bent
  1209. # [10:32] <firebot> http://hg.mozilla.org/mozilla-central/rev/35c6a9cd23b0 - Carsten "Tomcat" Book - merge mozilla-inbound to mozilla-central
  1210. # [10:33] <firebot> http://hg.mozilla.org/mozilla-central/rev/86eb809847a3 - Honza Bambas - Bug 951713 - CacheIOThread causes activity spikes during idle, r=michal
  1211. # [10:34] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1212. # [10:35] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1213. # [10:38] * baku|away is now known as baku
  1214. # [10:42] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  1215. # [10:44] * Joins: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz)
  1216. # [10:45] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1217. # [10:45] * Quits: till (till@moz-FB708ECD.adsl.alicedsl.de) (Client exited)
  1218. # [10:46] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Quit: Edgar)
  1219. # [10:46] * Joins: pauly (paul@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1220. # [10:47] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1221. # [10:47] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  1222. # [10:48] * julienw_afk is now known as julienw
  1223. # [10:48] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Ping timeout)
  1224. # [10:48] <glandium> sigh. and once again, mercurial can't do a simple merge
  1225. # [10:50] * Joins: rednaks (rednaks@60C1215C.B64E1312.55FFA9B4.IP)
  1226. # [10:50] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1227. # [10:50] * mattwoodrow is now known as mattwoodrow|away
  1228. # [10:54] <Tomcat|sheriffduty> :)
  1229. # [10:56] * Joins: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1230. # [10:56] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1231. # [10:56] * Quits: gsvelto (gsvelto@moz-14233C22.clienti.tiscali.it) (Ping timeout)
  1232. # [10:57] * Joins: janv (varga@C7D0EBA9.73D44C34.4F33160D.IP)
  1233. # [10:57] * Joins: AlinT (AlinT@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1234. # [10:57] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  1235. # [10:58] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  1236. # [10:58] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1237. # [10:58] * Joins: RealRaven (Thunderbir@C70FDCCD.5F5E7745.27F80FAC.IP)
  1238. # [10:58] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1239. # [10:59] * Quits: mwu (mwu@moz-104CC309.mv.mozilla.com) (Ping timeout)
  1240. # [11:01] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  1241. # [11:01] * Quits: ochameau (ochameau@moz-ACA4384F.fbx.proxad.net) (Ping timeout)
  1242. # [11:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1c09e7f144b4 - Nicolas B. Pierron - Bug 951668 - IonCaches: Use icRestoreLive. r=efaust
  1243. # [11:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/208094b94589 - Nicolas B. Pierron - Bug 951668 - IonCaches: Group leave-exit-frame logic next to the call. r=efaust
  1244. # [11:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/49f4fd358fa1 - Nicolas B. Pierron - Bug 951668 - IonCaches: Make setFramePushed implicit. r=efaust
  1245. # [11:04] * Quits: sfink (chatzilla@moz-22CE5727.dsl.pltn13.sbcglobal.net) (Ping timeout)
  1246. # [11:04] * Joins: ochameau (ochameau@moz-ACA4384F.fbx.proxad.net)
  1247. # [11:05] * Joins: sfink (chatzilla@moz-22CE5727.dsl.pltn13.sbcglobal.net)
  1248. # [11:06] * Quits: RealRaven (Thunderbir@C70FDCCD.5F5E7745.27F80FAC.IP) (Quit: RealRaven)
  1249. # [11:07] * Joins: RealRaven (Thunderbir@C70FDCCD.5F5E7745.27F80FAC.IP)
  1250. # [11:07] * Quits: thinker (user@moz-95FE47D3.dynamic.kbronet.com.tw) (Ping timeout)
  1251. # [11:09] * Quits: rednaks (rednaks@60C1215C.B64E1312.55FFA9B4.IP) (Quit: Téléportation !)
  1252. # [11:10] * Quits: briansmith (briansmith@moz-CFFDFDBF.public.wayport.net) (Ping timeout)
  1253. # [11:10] * Joins: jviereck (Adium@moz-B1B15ECC.dip0.t-ipconnect.de)
  1254. # [11:11] * ewong is now known as ewong|away
  1255. # [11:12] * Joins: RattyAway (Jim_diGriz@2E593CDD.8C8A4849.FB243CD8.IP)
  1256. # [11:12] * Quits: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP) (Ping timeout)
  1257. # [11:12] * Quits: TimAbraldes (quassel@moz-7FD19BDC.hsd1.or.comcast.net) (Connection reset by peer)
  1258. # [11:12] * Quits: RealRaven (Thunderbir@C70FDCCD.5F5E7745.27F80FAC.IP) (Connection reset by peer)
  1259. # [11:13] * Joins: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP)
  1260. # [11:13] * Joins: RealRaven (Thunderbir@C70FDCCD.5F5E7745.27F80FAC.IP)
  1261. # [11:13] * Quits: annevk (annevk@73520641.4F390C2A.420B7681.IP) (Input/output error)
  1262. # [11:13] * Quits: jviereck (Adium@moz-B1B15ECC.dip0.t-ipconnect.de) (Ping timeout)
  1263. # [11:14] * Joins: jviereck (Adium@moz-C223AC83.dip0.t-ipconnect.de)
  1264. # [11:14] <RattyAway> gps: I'm having problems with the JAR_MANIFESTS
  1265. # [11:14] <RattyAway> mozmake[8]: Entering directory 'c:/t1/hg/objdir-sm/mozilla/extensions/inspector/resources/locale'
  1266. # [11:14] <RattyAway> c:/t1/hg/comm-central/mozilla/config/rules.mk:1327: *** c:/t1/hg/comm-central/mozilla/extensions/inspector/resources/locale contains a jar.mn file but this file is not declared in a JAR_MANIFESTS variable in a moz.build file. Stop.
  1267. # [11:14] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1268. # [11:15] <RattyAway> gps: but I DID put JAR_MANIFESTS += ['jar.mn'] all over the place
  1269. # [11:16] <RattyAway> my current patch: http://pastebin.mozilla.org/3808981
  1270. # [11:16] * Quits: pbocan (Thunderbir@moz-2B4BB411.sin.cvut.cz) (Ping timeout)
  1271. # [11:18] * Quits: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  1272. # [11:19] * Joins: gry (noone@101.164.32.121)
  1273. # [11:21] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  1274. # [11:23] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  1275. # [11:23] * Joins: jhlin (jhlin@moz-3D56737F.dynamic.hinet.net)
  1276. # [11:23] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1277. # [11:23] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Connection reset by peer)
  1278. # [11:23] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  1279. # [11:24] * Joins: givanica (givanica@moz-F17333DA.residential.rdsnet.ro)
  1280. # [11:24] * Quits: LongXiuping (Mibbit@27001B6B.6C300142.D4C5795F.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1281. # [11:25] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1282. # [11:25] * Parts: gry (noone@101.164.32.121)
  1283. # [11:26] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  1284. # [11:26] * Joins: mkmelin (mkmelin@moz-F4510C04.elisa-laajakaista.fi)
  1285. # [11:27] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  1286. # [11:27] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1287. # [11:28] * Joins: Dexter (chatzilla@moz-B457AB76.retail.telecomitalia.it)
  1288. # [11:29] * Quits: jhlin (jhlin@moz-3D56737F.dynamic.hinet.net) (Client exited)
  1289. # [11:32] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  1290. # [11:32] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1291. # [11:32] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  1292. # [11:33] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1293. # [11:34] * Quits: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1294. # [11:34] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  1295. # [11:35] * Joins: darkowlzzz (sunny@1071305A.7DECE5B9.25B273F5.IP)
  1296. # [11:35] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  1297. # [11:36] * Quits: darkowlzz (sunny@73501C59.6090F640.25B273F5.IP) (Ping timeout)
  1298. # [11:37] * Joins: jviereck1 (Adium@moz-2B2BBCFE.dip0.t-ipconnect.de)
  1299. # [11:37] * Quits: jviereck (Adium@moz-C223AC83.dip0.t-ipconnect.de) (Ping timeout)
  1300. # [11:37] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  1301. # [11:38] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1302. # [11:40] * Quits: mkmelin (mkmelin@moz-F4510C04.elisa-laajakaista.fi) (Ping timeout)
  1303. # [11:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5c3c9e97a1c1 - Henri Sivonen - Bug 945189 - Finish sjs response explicitly using XHR instead of relying on a timer. r=bzbarsky.
  1304. # [11:42] * Joins: markh1 (Instantbir@moz-9F0011DB.bjzv3.vic.bigpond.net.au)
  1305. # [11:43] * Quits: jviereck1 (Adium@moz-2B2BBCFE.dip0.t-ipconnect.de) (Quit: Leaving.)
  1306. # [11:43] * julienw is now known as julienw_afk
  1307. # [11:44] * Joins: nil1511 (nil1511@8E6C34C1.A3F9767A.1C37C358.IP)
  1308. # [11:45] * Joins: jviereck (Adium@moz-2B2BBCFE.dip0.t-ipconnect.de)
  1309. # [11:45] * Joins: mkmelin (mkmelin@moz-F4510C04.elisa-laajakaista.fi)
  1310. # [11:46] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1311. # [11:47] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  1312. # [11:47] * Quits: vendo (chatzilla@4097A75F.69EDD1E9.2B0D1E01.IP) (Connection reset by peer)
  1313. # [11:48] * Quits: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP) (Ping timeout)
  1314. # [11:48] * Joins: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP)
  1315. # [11:50] * Quits: RattyAway (Jim_diGriz@2E593CDD.8C8A4849.FB243CD8.IP) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.0.15pre/20110606000022])
  1316. # [11:51] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  1317. # [11:52] <RealRaven> mozdev.org is still down :( :'( can anybody ping someone about this?
  1318. # [11:52] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  1319. # [11:52] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  1320. # [11:53] * Quits: markh1 (Instantbir@moz-9F0011DB.bjzv3.vic.bigpond.net.au) (Quit: bye)
  1321. # [11:53] * Joins: markh1 (Instantbir@moz-9F0011DB.bjzv3.vic.bigpond.net.au)
  1322. # [11:54] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  1323. # [11:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4e6b39fbd81e - Jon Coppeard - Bug 951722 - Add asserts that hash table postbarriers are working for new type objects r=terrence
  1324. # [11:54] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8d8b6b62294b - Jon Coppeard - Bug 951722 - Add asserts that hash table postbarriers are working for debug scopes r=terrence
  1325. # [11:54] <Tomcat|sheriffduty> RealRaven: well ping davidwboswell
  1326. # [11:54] * Joins: anirban (anirban@30EAA44F.9358063F.6DC151A0.IP)
  1327. # [11:55] <Tomcat|sheriffduty> seems he is listed as contact for the domain
  1328. # [11:55] * Quits: jviereck (Adium@moz-2B2BBCFE.dip0.t-ipconnect.de) (Quit: Leaving.)
  1329. # [11:55] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1330. # [11:56] <RealRaven> Tomcat|sheriffduty: I have already sent him an email yesterday...
  1331. # [11:56] <Tomcat|sheriffduty> ah ok
  1332. # [11:56] <Tomcat|sheriffduty> RealRaven: he is in #webdev as example but since he is in california might take some time till he responds i guess
  1333. # [11:57] * jandem-away is now known as jandem-sick
  1334. # [11:57] <RealRaven> ok
  1335. # [11:58] * Quits: cers_ (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Quit: Computer has gone to sleep.)
  1336. # [11:59] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  1337. # [11:59] * Joins: harth (harth@moz-42412102.hsd1.ca.comcast.net)
  1338. # [12:01] * mihaelav is now known as mihaelav_lunch
  1339. # [12:02] * Quits: alfredo (alfredo@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1340. # [12:02] * Quits: vchang (Vincent@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1341. # [12:03] * Joins: zee (chatzilla@66A80450.668D95EF.1B69A185.IP)
  1342. # [12:03] * AndreeaMatei is now known as AndreeaM|lunch
  1343. # [12:03] <zee> hi
  1344. # [12:04] * Joins: gsvelto (gsvelto@moz-14233C22.clienti.tiscali.it)
  1345. # [12:04] <NeilAway> seth: although, I'm seeing a partly loaded image turn into a broken image when its load is stopped, I'm not sure what's correct here :s
  1346. # [12:04] * Quits: harth (harth@moz-42412102.hsd1.ca.comcast.net) (Ping timeout)
  1347. # [12:05] <NeilAway> bah, it took me too long to find out the new name for nsImageDocument :s
  1348. # [12:07] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1349. # [12:07] * Quits: mike5w3c (mike@moz-7A566BE1.net) (Ping timeout)
  1350. # [12:07] <NeilAway> aryeh++
  1351. # [12:08] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1352. # [12:08] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  1353. # [12:08] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1354. # [12:09] * Joins: doublec (farv@moz-EC11DA4D.members.linode.com)
  1355. # [12:10] * Joins: yene (yene@moz-F13DE007.cust.bluewin.ch)
  1356. # [12:10] <NeilAway> bah, why does ImageURL exist, and why does it have nsAutoCString members?
  1357. # [12:12] * Quits: b10n1k (j0ni@moz-1AD305C9.dsl.dyn.forthnet.gr) (Ping timeout)
  1358. # [12:12] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1359. # [12:13] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1360. # [12:13] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1361. # [12:13] * ChanServ sets mode: +o smaug
  1362. # [12:13] * Quits: anirban (anirban@30EAA44F.9358063F.6DC151A0.IP) (Connection reset by peer)
  1363. # [12:15] * Joins: serge (Thunderbir@moz-21590B95.dsl.teksavvy.com)
  1364. # [12:17] * Joins: thelodger (thelodger@7CE7EE7D.732E9882.12648089.IP)
  1365. # [12:18] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1366. # [12:18] * Joins: mike5w3c (mike@moz-7A566BE1.net)
  1367. # [12:21] * Quits: serge (Thunderbir@moz-21590B95.dsl.teksavvy.com) (Ping timeout)
  1368. # [12:22] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1369. # [12:22] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  1370. # [12:23] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  1371. # [12:23] * Quits: mkmelin (mkmelin@moz-F4510C04.elisa-laajakaista.fi) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131206152142])
  1372. # [12:23] * Parts: rvitillo (rvitillo@moz-DB4A9C19.scl3.mozilla.com)
  1373. # [12:24] * capella is now known as capella|away
  1374. # [12:25] * Quits: Mook (mook@moz-5BDA634E.dsl.teksavvy.com) (Connection reset by peer)
  1375. # [12:26] <Ms2ger> NeilAway, ImageDocument?
  1376. # [12:28] <Yoric> For testing purposes, I need to ensure that some document has postdata attached to it.
  1377. # [12:28] <Yoric> Is there a natural way to do this or do I need to reach into nsIDocShell?
  1378. # [12:29] <ttaubert> Yoric: I thought postdata is per shistory entry
  1379. # [12:29] <Yoric> Not quite clear to me.
  1380. # [12:29] <Yoric> http://dxr.mozilla.org/mozilla-central/source/docshell/base/nsIWebNavigation.idl#227 and http://dxr.mozilla.org/mozilla-central/source/docshell/base/nsIDocShell.idl#140 give an navigation-related API to set it.
  1381. # [12:30] <Yoric> I guess it's stored somehow in the shistory.
  1382. # [12:30] <Yoric> But the question is how I'm supposed to put it there :)
  1383. # [12:31] <Yoric> Preferably without having to mess with history.
  1384. # [12:31] <Ms2ger> "Ask bz"
  1385. # [12:31] <Yoric> bz: ^
  1386. # [12:32] <Ms2ger> Though, "Boris Zbarsky [:bz] (Vacation Dec 19 to Jan 1)"
  1387. # [12:33] <ttaubert> noooo
  1388. # [12:33] * Quits: shelly (shelly@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1389. # [12:33] * Joins: dao (dao@moz-9E3A0D6D.superkabel.de)
  1390. # [12:33] <Yoric> Gasp.
  1391. # [12:33] <Ms2ger> Maybe smacleod
  1392. # [12:33] <Ms2ger> Er
  1393. # [12:33] <Ms2ger> smaug,
  1394. # [12:33] <Tomcat|sheriffduty> yeah the mozilla holiday will be more from tomorrow eod on :)
  1395. # [12:33] <Ms2ger> smacleod, I wish your name didn't start with sma :)
  1396. # [12:34] <ttaubert> Yoric: so it looks like nsIUploadChannel.uploadStream might be what you want
  1397. # [12:34] <ttaubert> you'd have to get the current document's channel then
  1398. # [12:34] <Yoric> I was thinking of nsIWebNavigation::loadURI.
  1399. # [12:35] * Quits: yene (yene@moz-F13DE007.cust.bluewin.ch) (Connection reset by peer)
  1400. # [12:35] * Joins: yene (yene@moz-F13DE007.cust.bluewin.ch)
  1401. # [12:35] <ttaubert> I thought you want to find out whether there's post data for the current page?
  1402. # [12:36] <Yoric> I want to put post data.
  1403. # [12:36] <Yoric> I'm counting on Session Restore to extract it.
  1404. # [12:36] <Yoric> I'm still in my Telemetry tester.
  1405. # [12:36] * Quits: phoebe (phoebe@moz-3D56737F.dynamic.hinet.net) (Ping timeout)
  1406. # [12:36] <ttaubert> so you want to load some page with post data basically
  1407. # [12:36] <@smaug> Ms2ger: at least smacleod is not smontagu (== not smaug)
  1408. # [12:37] * @smaug can't remember postData stuff
  1409. # [12:37] <Yoric> ttaubert: Yep.
  1410. # [12:37] * whimboo is now known as whimboo|lunch
  1411. # [12:37] <Ms2ger> I already learned to avoid smontagu by using a length-3 prefix :)
  1412. # [12:37] <ttaubert> Yoric: the easiest way might be to have a simple form?
  1413. # [12:37] <Yoric> ttaubert: Is that sufficient to ensure that it's stored?
  1414. # [12:37] <Yoric> Anyway, time for lunch.
  1415. # [12:37] <Yoric> Talk to you later.
  1416. # [12:37] <ttaubert> I *think* so
  1417. # [12:38] <ttaubert> alright
  1418. # [12:40] * Quits: grobinson|laptop (grob_@216737EA.B44B8BCB.F6720131.IP) (Ping timeout)
  1419. # [12:41] <Ms2ger> CRLF--
  1420. # [12:42] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1421. # [12:43] * Joins: jviereck (Adium@moz-2B2BBCFE.dip0.t-ipconnect.de)
  1422. # [12:43] * Joins: Morris (Morris@moz-A499047A.hinet-ip.hinet.net)
  1423. # [12:45] * Quits: markh1 (Instantbir@moz-9F0011DB.bjzv3.vic.bigpond.net.au) (Ping timeout)
  1424. # [12:45] * Joins: cers (csonne@moz-D706C2D4.fullrate.dk)
  1425. # [12:46] <NeilAway> Ms2ger: mozilla::dom::ImageDocument if you're in WinDbg
  1426. # [12:46] * Joins: jonco (Adium@88F51059.F3BBB17D.144F44FA.IP)
  1427. # [12:47] * Quits: jviereck (Adium@moz-2B2BBCFE.dip0.t-ipconnect.de) (Quit: Leaving.)
  1428. # [12:48] <Ms2ger> Now all I need to do is hope that there's still a few reviewers around
  1429. # [12:49] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  1430. # [12:49] <jonco> Tomcat|sheriffduty: hey, looks like I broke the ggc test on inbound. I'll backout.
  1431. # [12:51] * Quits: Morris (Morris@moz-A499047A.hinet-ip.hinet.net) (Quit: Morris)
  1432. # [12:54] * khuey|away is now known as khuey
  1433. # [12:54] * Joins: Morris (Morris@moz-A499047A.hinet-ip.hinet.net)
  1434. # [12:55] <Tomcat|sheriffduty> jonco: ok cool
  1435. # [12:55] <Tomcat|sheriffduty> was not sure so did the retrigger
  1436. # [12:55] <jonco> cheers for that
  1437. # [12:57] <NeilAway> bah, it's too easy to hit the t and y keys simultaneously
  1438. # [12:57] <NeilAway> thus answering y to the question that the t key asks :s
  1439. # [12:57] * Joins: till (till@moz-FB708ECD.adsl.alicedsl.de)
  1440. # [13:00] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  1441. # [13:04] * Joins: TheCrap (TheCrap@moz-7935F924.unity-media.net)
  1442. # [13:05] * mihaelav_lunch is now known as mihaelav
  1443. # [13:09] * Quits: @khuey (khuey@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  1444. # [13:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e2b59ec2df63 - Jon Coppeard - Backout changeset 4e6b39fbd81e (bug 951722) for ggc orange
  1445. # [13:11] * Quits: Morris (Morris@moz-A499047A.hinet-ip.hinet.net) (Quit: Morris)
  1446. # [13:12] * Joins: Morris (Morris@moz-A499047A.hinet-ip.hinet.net)
  1447. # [13:12] * Joins: KaiRo (robert@moz-AF054499.adsl.highway.telekom.at)
  1448. # [13:13] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  1449. # [13:14] * Quits: Morris (Morris@moz-A499047A.hinet-ip.hinet.net) (Quit: Morris)
  1450. # [13:15] * Quits: nil1511 (nil1511@8E6C34C1.A3F9767A.1C37C358.IP) (Input/output error)
  1451. # [13:16] * Joins: dao1 (dao@moz-9E3A0D6D.superkabel.de)
  1452. # [13:16] * Quits: AlinT (AlinT@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Ping timeout)
  1453. # [13:17] * Quits: dao (dao@moz-9E3A0D6D.superkabel.de) (Ping timeout)
  1454. # [13:18] * Quits: yene (yene@moz-F13DE007.cust.bluewin.ch) (Connection reset by peer)
  1455. # [13:19] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  1456. # [13:19] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1457. # [13:21] * jandem-sick is now known as jandem
  1458. # [13:22] * Joins: Morris (Morris@moz-A499047A.hinet-ip.hinet.net)
  1459. # [13:22] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  1460. # [13:22] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1461. # [13:23] <hsivonen> is Holly supposed to compile using clang on Linux 64?
  1462. # [13:24] * hsivonen tries GCC
  1463. # [13:24] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  1464. # [13:25] * Parts: jonco (Adium@88F51059.F3BBB17D.144F44FA.IP)
  1465. # [13:26] * Quits: Bas (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1466. # [13:27] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1467. # [13:27] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Client exited)
  1468. # [13:28] * Joins: anirban (anirban@109EF034.B40FC73F.BC7B9E55.IP)
  1469. # [13:29] <@smaug> ttaubert: why is <a ping> so hot suddenly?
  1470. # [13:30] * Joins: ejpbruel (ejpbruel@moz-AE4FFECD.dip0.t-ipconnect.de)
  1471. # [13:30] <Ms2ger> Maybe the Beacon stuff
  1472. # [13:31] * Joins: andreasn (andreasn@E6D10E9.A11D5D4B.5A61BDDA.IP)
  1473. # [13:31] * Joins: AlinT (AlinT@moz-104CC309.mv.mozilla.com)
  1474. # [13:32] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: )
  1475. # [13:33] * Joins: sankha93 (Instantbir@AEE8596F.698FEB19.EFB84E89.IP)
  1476. # [13:33] <ejpbruel> anyone else having problems with smtp.mozilla.org?
  1477. # [13:33] <ejpbruel> seeing connection timeouts
  1478. # [13:33] * Quits: terrence-afk (terrence@moz-B38D16E9.sb.sd.cox.net) (Ping timeout)
  1479. # [13:34] <hsivonen> smaug: a simple attribute starts looking better when the alternative is running JS on every plain-link navigation
  1480. # [13:35] * Joins: jviereck (Adium@moz-2B2BBCFE.dip0.t-ipconnect.de)
  1481. # [13:35] * Joins: terrence-afk (terrence@moz-B38D16E9.sb.sd.cox.net)
  1482. # [13:36] * Quits: capella|away (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  1483. # [13:36] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1484. # [13:36] * Quits: @bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Ping timeout)
  1485. # [13:36] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  1486. # [13:38] <@smaug> hsivonen: how so?
  1487. # [13:38] * Joins: capella|away (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  1488. # [13:38] * Quits: digitsm_ (digitsm@D5646364.77EA0BEA.C146C5E5.IP) (Ping timeout)
  1489. # [13:39] <@smaug> window.addEventListener("unload", function() { navigator.sendBeacon(); }) isn't too complicated
  1490. # [13:40] * Quits: Morris (Morris@moz-A499047A.hinet-ip.hinet.net) (Quit: Morris)
  1491. # [13:41] * Joins: Morris (Morris@moz-A499047A.hinet-ip.hinet.net)
  1492. # [13:42] * Quits: cers (csonne@moz-D706C2D4.fullrate.dk) (Quit: Computer has gone to sleep.)
  1493. # [13:42] <Ms2ger> In a no-op build, 225 of 286 lines of console spam come from NSS
  1494. # [13:46] * jorendorff_away is now known as jorendorff
  1495. # [13:46] * Joins: cers (csonne@moz-D706C2D4.fullrate.dk)
  1496. # [13:46] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Connection reset by peer)
  1497. # [13:47] * Quits: jkitch (Thunderbir@moz-53D68DEA.lns20.adl2.internode.on.net) (Ping timeout)
  1498. # [13:49] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1499. # [13:49] * Joins: therube (chatzilla@moz-A2CCD695.hsd1.md.comcast.net)
  1500. # [13:50] <hsivonen> smaug: well, maybe it isn't, but still it's probably the contrast to beacon that caused the new interest in <a ping>
  1501. # [13:50] * Quits: terrence-afk (terrence@moz-B38D16E9.sb.sd.cox.net) (Ping timeout)
  1502. # [13:50] * Quits: andreasn (andreasn@E6D10E9.A11D5D4B.5A61BDDA.IP) (Ping timeout)
  1503. # [13:50] * Quits: Morris (Morris@moz-A499047A.hinet-ip.hinet.net) (Quit: Morris)
  1504. # [13:51] * Joins: Morris (Morris@moz-A499047A.hinet-ip.hinet.net)
  1505. # [13:51] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  1506. # [13:52] <hsivonen> at least Holly compiles on GCC
  1507. # [13:52] <@smaug> how is holly different from m-i ?
  1508. # [13:52] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  1509. # [13:53] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1510. # [13:53] * Joins: jkitch (Thunderbir@moz-9B958143.lns20.adl2.internode.on.net)
  1511. # [13:53] * Quits: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP) (Ping timeout)
  1512. # [13:54] * julienw_afk is now known as julienw
  1513. # [13:54] <hsivonen> smaug: Holly does not have Australis and js/src/gc/Barrier.h on Holly does not compile with clang on Linux. Dunno what that has to do with the absence of Australis
  1514. # [13:54] <Tomcat|sheriffduty> i thought holly is the australis tree
  1515. # [13:55] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1516. # [13:55] <@smaug> m-i is australis
  1517. # [13:55] <Ms2ger> The non-Australis tree
  1518. # [13:56] * Joins: maxli (maxli@moz-4D28BA20.student.cs.uwaterloo.ca)
  1519. # [13:56] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Ping timeout)
  1520. # [13:56] * Quits: zee (chatzilla@66A80450.668D95EF.1B69A185.IP) (Ping timeout)
  1521. # [13:57] * Joins: RyanVM (Thunderbir@moz-4C953DE7.phlapa.fios.verizon.net)
  1522. # [13:57] * Quits: smontagu (chatzilla@moz-A6C37C3A.red.bezeqint.net) (Ping timeout)
  1523. # [13:58] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  1524. # [13:58] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  1525. # [13:58] <Tomcat|sheriffduty> see https://wiki.mozilla.org/ReleaseEngineering/DisposableProjectBranches#BOOKING_SCHEDULE
  1526. # [13:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0c5ba564c2b7 - Felix S. Klock II - Bug 943852: need not set resultTypeSet for get prop on known type (r=h4writer).
  1527. # [13:59] <@smaug> yes, Holly is the Australis backout branch
  1528. # [13:59] <ttaubert> smaug: bug 786347
  1529. # [13:59] <Tomcat|sheriffduty> grr i wish hg on b2g-inbound would finish checkout so i can merge
  1530. # [14:00] <ttaubert> smaug: oh you actually asked me smth sorry I didn't see that
  1531. # [14:01] <ttaubert> smaug: I don't know why it's hot. I just saw a tweet about it and thought I could make it spec-compliant
  1532. # [14:01] <@smaug> ah
  1533. # [14:01] <ttaubert> smaug: looked like a not too complicated thing for me to do
  1534. # [14:01] <ttaubert> and after I fixed that I wanted to enable it :)
  1535. # [14:02] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1536. # [14:03] <@smaug> I see
  1537. # [14:03] <@smaug> I thought there was some urgent need for this kind of feature
  1538. # [14:03] <ttaubert> smaug: that was what I read http://calendar.perfplanet.com/2013/browser-wishlist-2013/#anchorping
  1539. # [14:03] <ttaubert> I guess that is the reason why people want to have it
  1540. # [14:03] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  1541. # [14:04] * whimboo|lunch is now known as whimboo|lunch|afk
  1542. # [14:04] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  1543. # [14:06] * Quits: ejpbruel (ejpbruel@moz-AE4FFECD.dip0.t-ipconnect.de) (Quit: ejpbruel)
  1544. # [14:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7cc3096a8ae3 - Olli Pettay - Bug 950367 - random failures in test_bug462106_perwindow.xul, r=ehsan
  1545. # [14:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6fc89dd13c81 - Olli Pettay - Bug 867505 - Intermittent test_bug536567_perwindowpb.html, r=ehsan
  1546. # [14:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f2ffe58a9aef - Olli Pettay - Bug 950342 - Random failures in toolkit/components/places/tests/browser/browser_visituri_privatebrowsing_perwindowpb.js, r=ehsan
  1547. # [14:08] * Quits: thelodger (thelodger@7CE7EE7D.732E9882.12648089.IP) (Quit: Leaving.)
  1548. # [14:08] * Quits: janv (varga@C7D0EBA9.73D44C34.4F33160D.IP) (Ping timeout)
  1549. # [14:08] * Joins: janv (varga@C7D0EBA9.73D44C34.4F33160D.IP)
  1550. # [14:10] * Joins: shianyow_ (shianyow@moz-99690620.hinet-ip.hinet.net)
  1551. # [14:10] <shianyow_> How to print nsCString or nsAutoCString in gdb?
  1552. # [14:10] <mfinkle> ttaubert, i saw your fixes to make <a ping> spec compliant and i got excited
  1553. # [14:11] * whimboo|lunch|afk is now known as whimboo
  1554. # [14:11] <ttaubert> mfinkle: good, that was my intention
  1555. # [14:12] <ttaubert> mfinkle: now with the beacon thingy... let's see how that goes
  1556. # [14:12] <Ms2ger> shianyow_, .get()?
  1557. # [14:12] <mfinkle> ttaubert, but now i wish i never said anything and we just turned it on :(
  1558. # [14:12] <shianyow_> "(gdb) p string.ToNewCString()" in wiki seems out of date.
  1559. # [14:12] <shianyow_> ms2ger: thanks, let me try.
  1560. # [14:12] <ttaubert> mfinkle: yeah, we're almost stuck in a big discussion again
  1561. # [14:12] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  1562. # [14:15] * Joins: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1563. # [14:15] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Ping timeout)
  1564. # [14:15] <RyanVM> smaug: are you running into bug 857427 at all?
  1565. # [14:15] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1566. # [14:16] <@smaug> hmm, no, I don't think so
  1567. # [14:18] * Quits: twi (Adium@moz-2D1E1C0A.cust.dsl.vodafone.it) (Quit: Leaving.)
  1568. # [14:18] <ttaubert> Tomcat|sheriffduty: hey, did you forgot to mark the fx-team -> m-c bugs as merged?
  1569. # [14:19] * Joins: dew (Instantbir@moz-E4452B8F.static.stls.mo.charter.com)
  1570. # [14:19] * Fallen|away is now known as Fallen
  1571. # [14:19] <RyanVM> smaug: interesting, that's the top "perwindowpb" test failure we hit on trunk
  1572. # [14:19] <Tomcat|sheriffduty> ttaubert: checking
  1573. # [14:20] <@smaug> RyanVM: yeah, I assume it would need some similar fix
  1574. # [14:20] <RyanVM> smaug: don't suppose I could talk you into it? :)
  1575. # [14:20] <Tomcat|sheriffduty> ttaubert: the one from 5c7fa2bfea8b were done
  1576. # [14:21] * Quits: till (till@moz-FB708ECD.adsl.alicedsl.de) (Quit: bye)
  1577. # [14:21] <Tomcat|sheriffduty> ttaubert: any specific changeset/bug ?
  1578. # [14:21] <ttaubert> Tomcat|sheriffduty: oh sorry my bad. the only bug I looked at was backed out again (partly) sorry :)
  1579. # [14:21] * Quits: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  1580. # [14:21] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1581. # [14:22] <Tomcat|sheriffduty> np :)
  1582. # [14:22] <@smaug> RyanVM: I can probably look at it
  1583. # [14:22] * Quits: jkitch (Thunderbir@moz-9B958143.lns20.adl2.internode.on.net) (Ping timeout)
  1584. # [14:22] * @smaug is still fighting with some other stuff
  1585. # [14:22] <RyanVM> smaug: thanks :)
  1586. # [14:23] * Joins: till (till@moz-FB708ECD.adsl.alicedsl.de)
  1587. # [14:23] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  1588. # [14:23] * Quits: Morris (Morris@moz-A499047A.hinet-ip.hinet.net) (Quit: Morris)
  1589. # [14:25] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1590. # [14:25] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  1591. # [14:25] * Joins: rvitillo (rvitillo@moz-DB4A9C19.scl3.mozilla.com)
  1592. # [14:25] * Joins: sewardj (sewardj@moz-CCF2385C.dip0.t-ipconnect.de)
  1593. # [14:26] <Yoric> ttaubert: Fun fact: we seem to have no test for postdata.
  1594. # [14:26] <Yoric> (in session restore)
  1595. # [14:27] <ttaubert> Yoric: not really surprising :/ we also don't have a test for .innerHTML for contenteditables and other niche stuff
  1596. # [14:30] <shianyow_> Ms2ger: it worked, thank you.
  1597. # [14:33] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1598. # [14:33] * jmaher|afk is now known as jmaher
  1599. # [14:33] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1600. # [14:33] * Joins: Morris (Morris@moz-A499047A.hinet-ip.hinet.net)
  1601. # [14:34] * Joins: Bas (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP)
  1602. # [14:34] * Quits: anirban (anirban@109EF034.B40FC73F.BC7B9E55.IP) (Quit: Leaving)
  1603. # [14:34] * Joins: yene (yene@moz-12306879.yetnet.ch)
  1604. # [14:36] * Quits: therube (chatzilla@moz-A2CCD695.hsd1.md.comcast.net) (Ping timeout)
  1605. # [14:36] * Joins: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1606. # [14:36] * Joins: Pike (chatzilla@moz-179DB8FB.pool.mediaways.net)
  1607. # [14:36] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1608. # [14:36] * Quits: Morris (Morris@moz-A499047A.hinet-ip.hinet.net) (Quit: Morris)
  1609. # [14:39] * jorendorff is now known as jorendorff_away
  1610. # [14:39] * Joins: rogeliodh (Thunderbir@24C5C301.41330CEF.D67CC001.IP)
  1611. # [14:39] * Joins: alfredo (alfredo@moz-1CFF36DE.dynamic.hinet.net)
  1612. # [14:41] <NeilAway> Ms2ger: speaking of reviews, who do you think should do http://pastebin.mozilla.org/3809932 ?
  1613. # [14:42] <NeilAway> Yoric: I didn't even think we restored post data...
  1614. # [14:43] <Yoric> NeilAway: Well, at least, we store it.
  1615. # [14:43] <NeilAway> Yoric: although, it's been ages since I last looked at it
  1616. # [14:43] <ttaubert> NeilAway: yeah I"m not even sure that's a "feature"
  1617. # [14:43] <Yoric> I have no issue with getting rid of it.
  1618. # [14:43] <Yoric> ttaubert: From content, how would you simulate a click?
  1619. # [14:43] <Yoric> Can we somehow access EventUtils?
  1620. # [14:43] <ttaubert> Yoric: file a bug. let's think about it and if there's no counter args get rid of it
  1621. # [14:44] <ttaubert> Yoric: element.click()
  1622. # [14:44] <Yoric> Oh.
  1623. # [14:44] * Joins: pbocan (Thunderbir@moz-11B7E696.eduroam.fit.cvut.cz)
  1624. # [14:44] <@bsmedberg> Does new C++ have destructuring assignment?
  1625. # [14:44] * Quits: pbocan (Thunderbir@moz-11B7E696.eduroam.fit.cvut.cz) (Client exited)
  1626. # [14:44] * Joins: andreasn (andreasn@E6D10E9.A11D5D4B.5A61BDDA.IP)
  1627. # [14:46] * Joins: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com)
  1628. # [14:46] * Quits: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1629. # [14:46] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1630. # [14:46] * ewong|sleep is now known as ewong
  1631. # [14:48] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  1632. # [14:48] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1633. # [14:48] * Quits: capella|away (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  1634. # [14:48] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1635. # [14:48] * Fallen is now known as Fallen|away
  1636. # [14:49] * Fallen|away is now known as Fallen
  1637. # [14:50] * Joins: jackneill (jackneill@moz-90B27085.pool.digikabel.hu)
  1638. # [14:50] <Yoric> ttaubert: So far, I haven't succeeded at writing a test for POST telemetry. I believe that everything else is tested. Are you ok with not covering this bit in the current bug?
  1639. # [14:50] <ttaubert> Yoric: yup
  1640. # [14:50] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  1641. # [14:50] * Quits: Optimizer (Optimizer@AD96A16F.EF134B54.BE4CF869.IP) (Ping timeout)
  1642. # [14:51] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Connection reset by peer)
  1643. # [14:51] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  1644. # [14:52] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  1645. # [14:52] * Quits: alfredo (alfredo@moz-1CFF36DE.dynamic.hinet.net) (Client exited)
  1646. # [14:52] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  1647. # [14:53] * sheppy-offline is now known as sheppy
  1648. # [14:54] <Ms2ger> NeilAway, looking
  1649. # [14:54] * Quits: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki1)
  1650. # [14:54] * Quits: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP) (Ping timeout)
  1651. # [14:54] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1652. # [14:55] * jorendorff_away is now known as jorendorff
  1653. # [14:55] * Quits: jviereck (Adium@moz-2B2BBCFE.dip0.t-ipconnect.de) (Quit: Leaving.)
  1654. # [14:55] <Ms2ger> NeilAway, empty
  1655. # [14:56] * jorendorff is now known as jorendorff_away
  1656. # [14:56] * Joins: jviereck (Adium@moz-2B2BBCFE.dip0.t-ipconnect.de)
  1657. # [14:56] <NeilAway> Ms2ger: sorry, typo, try http://diff.pastebin.mozilla.org/3809932
  1658. # [14:57] * Quits: jviereck (Adium@moz-2B2BBCFE.dip0.t-ipconnect.de) (Quit: Leaving.)
  1659. # [14:57] <Ms2ger> NeilAway, bz or smaug, I think
  1660. # [14:57] * baku is now known as baku|away
  1661. # [14:57] * jorendorff_away is now known as jorendorff
  1662. # [14:58] * kats|away is now known as kats
  1663. # [14:58] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1664. # [14:58] <NeilAway> Ms2ger: ta
  1665. # [14:58] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Connection reset by peer)
  1666. # [14:59] * AndreeaM|lunch is now known as Andreea|mtg
  1667. # [15:01] <Yoric> ttaubert: I'm CC-ing you on bug 951671, we seem to be the culprits.
  1668. # [15:01] * Joins: alfredo (alfredo@moz-1CFF36DE.dynamic.hinet.net)
  1669. # [15:01] <ttaubert> hm
  1670. # [15:01] <ttaubert> :(
  1671. # [15:02] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  1672. # [15:02] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1673. # [15:04] * Joins: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com)
  1674. # [15:07] * Callek_disconnected is now known as Callek
  1675. # [15:07] * Fallen is now known as Fallen|away
  1676. # [15:08] * Quits: alfredo (alfredo@moz-1CFF36DE.dynamic.hinet.net) (Client exited)
  1677. # [15:08] * ewong is now known as ewong|sleep
  1678. # [15:12] <ttaubert> Yoric: hm ok let's see what comes out of this. SessionWorker shouldn't do a thing if the machine is really idle
  1679. # [15:12] <Yoric> Nor should OS.File.
  1680. # [15:12] <Yoric> Might be a js-ctypes-related bug.
  1681. # [15:12] <Yoric> Or a OS.File bug.
  1682. # [15:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/95266299b1ed - Benjamin Smedberg - Bug 943519 - If we don't have a valid nsIFormProcessor, the HTML parser should continue and should not mark the entire document as broken, r=hsivonen
  1683. # [15:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5de427ba924e - Alessio Placitelli - Bug 943519 - Using moz_malloc/free/realloc instead of nsMemory::Alloc/Free/Realloc (fallible allocations); r=bsmedberg
  1684. # [15:12] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/bc87301018f7 - Alessio Placitelli - Bug 943519 - Handle errors returned from calls to Perform; r=reviewers
  1685. # [15:14] * Fallen|away is now known as Fallen
  1686. # [15:15] * Joins: capella|away (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  1687. # [15:16] * Ms2ger wonders if css variables are preffed on
  1688. # [15:16] * Fallen is now known as Fallen|away
  1689. # [15:17] * Joins: khuey (khuey@moz-DB4A9C19.scl3.mozilla.com)
  1690. # [15:17] * ChanServ sets mode: +o khuey
  1691. # [15:18] * Joins: rmkoesters (Thunderbir@moz-118BFD7C.resnet.wisc.edu)
  1692. # [15:19] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1693. # [15:19] * Quits: rmkoesters (Thunderbir@moz-118BFD7C.resnet.wisc.edu) (Ping timeout)
  1694. # [15:20] * Joins: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP)
  1695. # [15:20] * Joins: ekr (ekr@FCCEA34F.7672369.D8E68FF6.IP)
  1696. # [15:20] * jhopkins|afk is now known as jhopkins|buildduty
  1697. # [15:22] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1698. # [15:22] * Fallen|away is now known as Fallen
  1699. # [15:24] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  1700. # [15:25] * capella|away is now known as capella
  1701. # [15:25] * Quits: yene (yene@moz-12306879.yetnet.ch) (Quit: The system is overheating and needs to go to sleep now.)
  1702. # [15:25] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  1703. # [15:25] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  1704. # [15:26] * Quits: darkowlzzz (sunny@1071305A.7DECE5B9.25B273F5.IP) (Quit: This computer has gone to sleep)
  1705. # [15:26] <firebot> Check-in:
  1706. # [15:26] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/0192ade0e746 - Matt Woodrow - Bug 946475 - Avoid using AutoSaveRestoreClippedOut for ClearRect when the cumulative clip can be represented as a single axis aligned rectangle. r=Bas, a=lsblakk
  1707. # [15:27] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/6c0aa15ef904 - Matt Woodrow - Bug 946475 - Clip to the clear area in DrawTargetD2D::ClearRect so that we don't accidentally restore pixels that weren't drawn. r=Bas, a=lsblakk
  1708. # [15:27] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/a5f796e3a9de - Hannes Verschore - Bug 944278 - OdinMonkey: Fix stack alignment. r=luke, a=lsblakk
  1709. # [15:27] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  1710. # [15:27] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1711. # [15:27] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/82f563712074 - Peter Van der Beken - Bug 938640 - Move GetTopImpl. r=bz, a=lsblakk
  1712. # [15:27] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/22fe8c3d4f3b - Peter Van der Beken - Bug 938640 - Make forwarding to outer conditional on current inner. r=bz, a=lsblakk
  1713. # [15:27] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/abcbe0e114e3 - Benoit Jacob - Bug 948406 - Append some zeros to EGL attrib lists to work around a bug in Android/B2G emulator. r=vladv, a=lsblakk
  1714. # [15:28] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/384f34c4d96e - masaya iseki - Bug 944153 - Modify setJitCompiler to return undefined. r=nbp
  1715. # [15:28] * Joins: kaze (kaze@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1716. # [15:28] * Joins: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP)
  1717. # [15:29] * Joins: smontagu (chatzilla@moz-A6C37C3A.red.bezeqint.net)
  1718. # [15:30] <yzen> Yoric: ping
  1719. # [15:30] <Yoric> yzen: pong
  1720. # [15:30] * Joins: twi (Adium@C1837306.D3493823.5E1C32EF.IP)
  1721. # [15:30] <yzen> Yoric: ya i realize i didn't have to make that chance, i can put back the conditional stuff, or keep the patch as is and mark for checkin after the other one ?
  1722. # [15:31] <Yoric> Conditional stuff should be good for now.
  1723. # [15:31] <yzen> ok ill put it back and mark for check-in ?
  1724. # [15:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/eac0c33eeebe - James Willcox - Bug 869368 - Fix Flash plugin positioning on Android 2.3 r=clord
  1725. # [15:32] <yzen> Yoric: ^
  1726. # [15:32] <Yoric> Sounds good.
  1727. # [15:32] <yzen> \o/
  1728. # [15:32] <kats> RyanVM: are you done aurora uplifts?
  1729. # [15:33] <RyanVM> kats: done or doing?
  1730. # [15:33] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1731. # [15:33] <kats> done
  1732. # [15:33] * Joins: mdas (mdas@moz-47576E9A.dsl.bell.ca)
  1733. # [15:33] <RyanVM> no
  1734. # [15:33] <RyanVM> still doing
  1735. # [15:33] <kats> ok cool
  1736. # [15:33] * Joins: adalucin (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1737. # [15:34] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1738. # [15:35] * Joins: jimm (jmathies@moz-DF439B90.pn.at.cox.net)
  1739. # [15:37] * Joins: nical (nico@13F2CEC5.7672369.D8E68FF6.IP)
  1740. # [15:37] * Joins: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1741. # [15:39] * Quits: lpy (lpy@7360AA58.F09091A8.1348A864.IP) (Ping timeout)
  1742. # [15:39] * Joins: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP)
  1743. # [15:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e3e21c3ada8c - Benjamin Bouvier - Bug 936740: inline call to libc's ceil for Math.ceil(); r=jandem
  1744. # [15:40] * Joins: vichen (vichen@moz-DA2BB663.dynamic.hinet.net)
  1745. # [15:41] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1746. # [15:41] * Joins: RattyAway (Jim_diGriz@2E593CDD.8C8A4849.FB243CD8.IP)
  1747. # [15:41] <RattyAway> $ ./mozilla/mach build-backend
  1748. # [15:41] <RattyAway> 0:00.20 c:\t1\hg\objdir-sm\_virtualenv\Scripts\python.exe c:\t1\hg\objdir-sm\config.status
  1749. # [15:41] <RattyAway> Error running mach:
  1750. # [15:41] <RattyAway> ['build-backend']
  1751. # [15:41] <RattyAway> gps: march build-backend doesn't work
  1752. # [15:42] * Quits: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  1753. # [15:42] <RattyAway> WindowsError: [Error 2] The system cannot find the file specified
  1754. # [15:43] * whimboo is now known as whimboo|afk
  1755. # [15:43] <RyanVM> kats: I did all the 1.3+ stuff first, so your stuff got a bit mixed up with the combination of a+ vs. 1.3+
  1756. # [15:43] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1757. # [15:43] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  1758. # [15:43] * Quits: twi (Adium@C1837306.D3493823.5E1C32EF.IP) (Ping timeout)
  1759. # [15:43] <kats> RyanVM: fair enough
  1760. # [15:44] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1761. # [15:44] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1762. # [15:44] <kats> i just noticed that you did some beta uplifts too so i thought you might be done with aurora
  1763. # [15:44] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1764. # [15:44] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1765. # [15:44] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1766. # [15:44] <kats> RyanVM: thanks for doing all the uplifts, btw. saves me a ton of time :D
  1767. # [15:45] <RyanVM> np :)
  1768. # [15:47] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  1769. # [15:48] * Joins: twi (Adium@C1837306.D3493823.5E1C32EF.IP)
  1770. # [15:48] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  1771. # [15:48] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1772. # [15:50] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1773. # [15:50] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1774. # [15:51] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Ping timeout)
  1775. # [15:52] * Joins: elin (elin@moz-632C30B5.dynamic-ip.hinet.net)
  1776. # [15:52] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  1777. # [15:54] * Quits: {V} (V@moz-F9CA6B1C.on.nl) (Ping timeout)
  1778. # [15:54] * Quits: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP) (Ping timeout)
  1779. # [15:55] * Joins: {V} (V@moz-F9CA6B1C.on.nl)
  1780. # [15:55] <RyanVM> argh, I hate getting push raced by pushbot
  1781. # [15:56] <kats> lol
  1782. # [15:56] <kats> pushbot doesn't even get the satisfaction of racing
  1783. # [15:56] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  1784. # [15:57] <RattyAway> anyone around who knows how this mozbuild thingy works?
  1785. # [15:57] * Joins: Morris (Morris@moz-BF016553.dynamic-ip.hinet.net)
  1786. # [15:58] <RattyAway> I'm trying to port bug 774572 to inspector, chatzilla, etc and nothing is working
  1787. # [15:58] * baku|away is now known as baku
  1788. # [15:58] <@bsmedberg> Anyone know who owns nsJAR certificate checking? And please, I'm sure the answer isn't me!
  1789. # [15:58] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1790. # [15:59] * Quits: Morris (Morris@moz-BF016553.dynamic-ip.hinet.net) (Quit: Morris)
  1791. # [15:59] <RyanVM> RattyAway: Ms2ger ^ ?
  1792. # [15:59] * Joins: Optimizer (Optimizer@CD2AE395.68AA0795.BE4CF869.IP)
  1793. # [15:59] * Joins: gustavold (gustavold@D4758173.F1297147.DF2AC62B.IP)
  1794. # [15:59] <@bsmedberg> RattyAway: "this mozbuild thingy"?
  1795. # [15:59] <Ms2ger> bsmedberg
  1796. # [15:59] <Ms2ger> Oh, not you?
  1797. # [15:59] * Joins: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP)
  1798. # [15:59] <Ms2ger> RattyAway, gps
  1799. # [15:59] <Ms2ger> And glandium
  1800. # [16:00] <RattyAway> glandium: hihi!
  1801. # [16:00] <Ms2ger> bsmedberg, maybe taras?
  1802. # [16:00] <@bsmedberg> RattyAway: #build in general, but maybe the question should be more specific ;-)
  1803. # [16:00] <@bsmedberg> Ms2ger: heh, sounds good
  1804. # [16:01] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1805. # [16:01] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1806. # [16:01] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1807. # [16:02] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  1808. # [16:02] * mdas is now known as mdas|pto
  1809. # [16:02] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1810. # [16:03] * Quits: mdas|pto (mdas@moz-47576E9A.dsl.bell.ca) (Quit: )
  1811. # [16:03] * Joins: darkowlzz (sunny@1071305A.7DECE5B9.25B273F5.IP)
  1812. # [16:05] * Joins: mdas (mdas@moz-47576E9A.dsl.bell.ca)
  1813. # [16:05] * mdas is now known as mdas|pto
  1814. # [16:06] * ahal is now known as ahal|brb
  1815. # [16:06] * Joins: bent (chatzilla@moz-2CD73AA6.triad.res.rr.com)
  1816. # [16:10] * Quits: ekr (ekr@FCCEA34F.7672369.D8E68FF6.IP) (Quit: ekr)
  1817. # [16:11] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  1818. # [16:12] * Quits: mdas|pto (mdas@moz-47576E9A.dsl.bell.ca) (Quit: )
  1819. # [16:13] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  1820. # [16:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2a4d9d11d0be - Benjamin Bouvier - Bug 944398: Inline Math.fround even if its returned value hasn't ever been observed; r=bhackett
  1821. # [16:15] * jcranmer|away is now known as jcranmer
  1822. # [16:15] <RyanVM> smaug: can you nominate bug 950930 for uplift please?
  1823. # [16:15] * Tomcat|sheriffduty is now known as Tomcat|afk
  1824. # [16:15] * Joins: ekr (ekr@FCCEA34F.7672369.D8E68FF6.IP)
  1825. # [16:17] * Quits: shianyow_ (shianyow@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1826. # [16:17] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  1827. # [16:17] * Quits: bjacob_ (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  1828. # [16:18] <RyanVM> kats: done now, ping me if I missed anything
  1829. # [16:19] <kats> RyanVM: nope, you got it all, thansk
  1830. # [16:19] <kats> err thanks
  1831. # [16:20] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  1832. # [16:20] * ChanServ sets mode: +o ehsan
  1833. # [16:20] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  1834. # [16:21] * kats is now known as kats-afk
  1835. # [16:22] <RyanVM> Ms2ger: n00b question - the example you gave in the style guide thread - the compiler should optimize that extra work out, right?
  1836. # [16:22] <Ms2ger> The extra local?
  1837. # [16:22] <Ms2ger> Probably
  1838. # [16:22] <RyanVM> yeah
  1839. # [16:22] <Ms2ger> Let's say that code where that matters is excused
  1840. # [16:22] <Ms2ger> And probably shouldn't be nsresults
  1841. # [16:23] <RyanVM> Ms2ger: I would hope that a compiler could see that it's only used in the one spot and be smart about it
  1842. # [16:23] <Ms2ger> Well, typically the rv would be reused
  1843. # [16:25] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  1844. # [16:26] * Quits: twi (Adium@C1837306.D3493823.5E1C32EF.IP) (Ping timeout)
  1845. # [16:26] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  1846. # [16:26] * Joins: twi (Adium@C1837306.D3493823.5E1C32EF.IP)
  1847. # [16:28] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  1848. # [16:30] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1849. # [16:30] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  1850. # [16:31] * ahal|brb is now known as ahal
  1851. # [16:31] * Joins: lpy (lpy@12172131.F09091A8.1348A864.IP)
  1852. # [16:31] * retornam|away is now known as retornam
  1853. # [16:31] * Quits: Dexter (chatzilla@moz-B457AB76.retail.telecomitalia.it) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  1854. # [16:33] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1855. # [16:35] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  1856. # [16:36] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  1857. # [16:36] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  1858. # [16:36] * Joins: marco (Thunderbir@moz-F5D4FE83.retail.telecomitalia.it)
  1859. # [16:37] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1860. # [16:37] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  1861. # [16:39] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Ping timeout)
  1862. # [16:40] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1863. # [16:40] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1864. # [16:40] * Joins: jdfm (Adium@moz-F60290BD.tp.telepac.pt)
  1865. # [16:40] <jdfm> hey all
  1866. # [16:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f0dc92f252c9 - Nicolas Silva - Bug 948470 - Correctly set the format of DataSourceSurfaceD2DDrawTarget. r=Bas
  1867. # [16:40] <jdfm> can anyone tell me why DocumentType implements the ChildNode interface?
  1868. # [16:41] * Quits: sankha93 (Instantbir@AEE8596F.698FEB19.EFB84E89.IP) (Ping timeout)
  1869. # [16:43] * Joins: Morris (Morris@moz-BF016553.dynamic-ip.hinet.net)
  1870. # [16:43] * kats-afk is now known as kats
  1871. # [16:44] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1872. # [16:44] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1873. # [16:45] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1874. # [16:45] <jgraham> jdfm: Because it's a Node in DOM?
  1875. # [16:46] * Joins: mt (mt@moz-BBE3ABD.mv.mozilla.com)
  1876. # [16:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7d5f0e7885e9 - Hannes Verschore - Bug 939614: IonMonkey: Revert hoisting of setting ION_COMPILING_SCRIPT. We can only set this when background compiling, r=jandem
  1877. # [16:47] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1878. # [16:48] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1879. # [16:48] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1880. # [16:49] * Joins: emtwo (msamuel@moz-91BEFBD4.dsl.teksavvy.com)
  1881. # [16:49] <jdfm> jgraham: I was reading through the documentation for ChildNode and it seemed to me that the first sentence didn't really make sense
  1882. # [16:49] <jdfm> here's the original: The ChildNode interface allows to traverse from a {{domxref("Node")}} to its sibling {{domxref("Node")}}. It is specific operations done on children of a common parent.
  1883. # [16:50] * Joins: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP)
  1884. # [16:50] <jdfm> here's what I currently have: The ChildNode interface contains methods that are particular to {{domxref("Node")}} objects that can have a parent.
  1885. # [16:50] * heftig_ is now known as heftig
  1886. # [16:51] * Quits: KWierso|afk (chatzilla@moz-3D85277A.hsd1.ca.comcast.net) (Ping timeout)
  1887. # [16:51] * Quits: loggingKW (chatzilla@moz-3D85277A.hsd1.ca.comcast.net) (Ping timeout)
  1888. # [16:51] * baku is now known as baku|away
  1889. # [16:51] * baku|away is now known as baku
  1890. # [16:51] * Joins: ehugg (chatzilla@42D47B2B.29102B70.6CD50604.IP)
  1891. # [16:51] * sheppy is now known as sheppy-offline
  1892. # [16:52] * Joins: loggingKW (chatzilla@moz-3D85277A.hsd1.ca.comcast.net)
  1893. # [16:52] * Joins: KWierso|afk (chatzilla@moz-3D85277A.hsd1.ca.comcast.net)
  1894. # [16:53] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  1895. # [16:54] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Leaving...)
  1896. # [16:55] * Quits: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP) (Ping timeout)
  1897. # [16:56] * Joins: wlach (wlach@5A322A17.4F9B71DB.80C20C35.IP)
  1898. # [16:58] * Quits: ehugg (chatzilla@42D47B2B.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  1899. # [16:58] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Client exited)
  1900. # [16:59] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1901. # [17:00] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  1902. # [17:01] * Joins: miketaylrrrr (mtaylor@moz-5B9F8EA8.dyn.grandenetworks.net)
  1903. # [17:02] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Ping timeout)
  1904. # [17:02] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1905. # [17:03] * Joins: aklotz (Thunderbir@CBF8EEF8.D840362C.F97ED6F2.IP)
  1906. # [17:03] * Quits: Bas (chatzilla@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1907. # [17:04] * Joins: micadeyeye_ (micadeyeye@moz-63252663.telkomadsl.co.za)
  1908. # [17:04] <jdfm> (relative to my questions about DocumentType nodes, chalk that up to me not knowing enough about DocumentType nodes, sorry)
  1909. # [17:04] * joduinn-afk is now known as joduinn-coffee
  1910. # [17:05] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1911. # [17:05] * Joins: grobinson|laptop (grob_@moz-CB33CA6D.is.a.tor.exit.server.torland.is)
  1912. # [17:06] * Quits: elin (elin@moz-632C30B5.dynamic-ip.hinet.net) (Quit: elin)
  1913. # [17:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/dd19bec07e82 - Henri Sivonen - Bug 947507 - [Australis] Limit the charset detector pref to values available from the UI. r=dao,emk.
  1914. # [17:07] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  1915. # [17:07] <hsivonen> to push a Holly version of an [Australis] patch, I just put [Holly] to the commit message and push directly to holly, right?
  1916. # [17:07] <hsivonen> is holly like inbound as far as starring oranges goes?
  1917. # [17:08] <hsivonen> looks like whoever pushed previously hasn't starred oranges
  1918. # [17:08] * Quits: miketaylrrrr (mtaylor@moz-5B9F8EA8.dyn.grandenetworks.net) (Ping timeout)
  1919. # [17:08] * mcote|afk is now known as mcote
  1920. # [17:09] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  1921. # [17:09] * Joins: serge (Thunderbir@moz-21590B95.dsl.teksavvy.com)
  1922. # [17:10] <NeilAway> NS_Alloc is infallible?
  1923. # [17:10] * NeilAway can never remember
  1924. # [17:10] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1925. # [17:11] <heftig> NeilAway: it is
  1926. # [17:11] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Ping timeout)
  1927. # [17:11] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Input/output error)
  1928. # [17:13] <NeilAway> heftig: ok, I always thought it was fallible... maybe it got changed
  1929. # [17:13] * Joins: ehugg (ehugg@AC948E76.709C0A2A.6157E88D.IP)
  1930. # [17:13] * Quits: twi (Adium@C1837306.D3493823.5E1C32EF.IP) (Ping timeout)
  1931. # [17:13] * Joins: twi (Adium@C1837306.D3493823.5E1C32EF.IP)
  1932. # [17:13] * Quits: adalucin (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1933. # [17:14] <heftig> NeilAway: the docs were updated to say it's infallible in april
  1934. # [17:14] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  1935. # [17:15] * Joins: mstange (markus@moz-5EE8FCF.dip0.t-ipconnect.de)
  1936. # [17:15] <NeilAway> heftig: ooh!
  1937. # [17:17] <heftig> as in, april in the past, not next april
  1938. # [17:17] * Quits: givanica (givanica@moz-F17333DA.residential.rdsnet.ro) (Connection reset by peer)
  1939. # [17:17] * hwine-commuting is now known as hwine
  1940. # [17:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1f44c2efcd35 - Josh Aas - Bug 951739: Remove mPluginThread from PluginModuleParent. r=bsmedberg
  1941. # [17:19] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  1942. # [17:20] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1943. # [17:20] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  1944. # [17:20] * Joins: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP)
  1945. # [17:20] * Quits: teoli (teoli@FDBE5B0D.43ED3021.F1085784.IP) (Input/output error)
  1946. # [17:21] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  1947. # [17:21] * Quits: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  1948. # [17:21] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1949. # [17:22] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  1950. # [17:22] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1951. # [17:22] * Joins: harth (harth@moz-42412102.hsd1.ca.comcast.net)
  1952. # [17:23] * Quits: simo (simo@548493E3.BFCC774B.A9E7D9A4.IP) (Ping timeout)
  1953. # [17:24] * Quits: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP) (Ping timeout)
  1954. # [17:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/78057fe625dc - Nicolas Silva - Bug 951218 - Use RAII to unlock TextureHost. r=bjacob
  1955. # [17:24] * Joins: Waldo (waldo@moz-C3E48BC2.hsd1.mi.comcast.net)
  1956. # [17:25] * Parts: jdfm (Adium@moz-F60290BD.tp.telepac.pt)
  1957. # [17:25] * Joins: lduros (user@moz-29CCC218.phlapa.fios.verizon.net)
  1958. # [17:25] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  1959. # [17:26] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  1960. # [17:26] * Quits: sfink (chatzilla@moz-22CE5727.dsl.pltn13.sbcglobal.net) (Ping timeout)
  1961. # [17:26] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  1962. # [17:26] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1963. # [17:27] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  1964. # [17:27] <@ted> mstange: ping
  1965. # [17:28] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1966. # [17:28] * Quits: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP) (Ping timeout)
  1967. # [17:28] <mstange> ted: pong
  1968. # [17:28] * Joins: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP)
  1969. # [17:28] <mstange> ted: thanks for the CC
  1970. # [17:28] <@ted> mstange: yeah, just wanted to explicitly call that out
  1971. # [17:28] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  1972. # [17:28] <@ted> i dug into my email archives, michael miller was the guy with the plan to scrape symbols out of mac updates
  1973. # [17:28] <@ted> i think all our communication about that happened on irc tho
  1974. # [17:29] <mstange> too bad... let's hope he answers on bugzilla :)
  1975. # [17:30] <mstange> I haven't spent any more time on this since I talked to you about it, but I still have the script that I can push to the Talos servers to extract symbols from them
  1976. # [17:30] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  1977. # [17:30] <mstange> but that only gets us symbols for one minor OS X version per major version
  1978. # [17:30] <RealRaven> firebot: seen davidwboswell
  1979. # [17:30] <firebot> davidwboswell was last seen 2 days, 21 hours, 47 minutes and 7 seconds ago, saying 'hey CaseyBecking, just pinging to see if you can make webdev stewards call' in #webdev.
  1980. # [17:31] <nemo> huh. nightly isn't letting me close a tab Oo
  1981. # [17:31] <nemo> ah. finally closed
  1982. # [17:31] <nemo> took about 30 seconds
  1983. # [17:31] * Quits: Morris (Morris@moz-BF016553.dynamic-ip.hinet.net) (Quit: Morris)
  1984. # [17:32] <mstange> nemo: I've seen that sometimes when the page spun a nested event loop for sync XHR
  1985. # [17:32] <mstange> nemo: I don't know if there's a bug about it
  1986. # [17:32] <nemo> hm
  1987. # [17:32] <nemo> I'm wondering if it is related to all this shumway spam
  1988. # [17:33] <nemo> that is. shumway busy trying to compile something
  1989. # [17:33] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  1990. # [17:33] <nemo> mstange: here's the page that is acting up for me
  1991. # [17:33] <nemo> http://www.newstatesman.com/culture/2013/08/i-hate-strong-female-characters
  1992. # [17:33] <nemo> mstange: and obviously, shumway enabled
  1993. # [17:33] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  1994. # [17:33] <nemo> I just clicked X on it back when I said "hm"
  1995. # [17:33] <nemo> and it still hasn't closed
  1996. # [17:33] <nemo> clicked it again
  1997. # [17:33] * nemo drops by the shumway folks
  1998. # [17:34] <mstange> nemo: sounds interesting
  1999. # [17:34] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (No route to host)
  2000. # [17:35] <nemo> Linux nightly, build from 16th. looks like I'm due for a reboot
  2001. # [17:35] * nemo does so
  2002. # [17:35] <nemo> (of firefox)
  2003. # [17:35] * Joins: bbondy_ (bbondy@moz-717FF534.home.cgocable.net)
  2004. # [17:35] <nemo> Redirection loop trying to set HTTPS on: http://www.mercurynews.com/ci_22680619/women-behaving-badly-are-tv-viewers-ready-more
  2005. # [17:35] <nemo> (falling back to HTTP)
  2006. # [17:35] <nemo> also had that in console
  2007. # [17:35] * Joins: Bas (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  2008. # [17:35] <nemo> oh. that's a different site
  2009. # [17:35] * Quits: twi (Adium@C1837306.D3493823.5E1C32EF.IP) (Ping timeout)
  2010. # [17:35] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  2011. # [17:35] <nemo> (I was hunting for this particular article in newstatesman based on a discussion with a friend about movies)
  2012. # [17:36] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2013. # [17:36] <nemo> specifically, she was relieved to finally have some disney princesses in Frozen who *weren't* kickass tomboys who were improbably good at kungfu
  2014. # [17:37] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2015. # [17:38] <mkaply> Is there some simple way to tell Firefox "Check for updates as if you're update timer pinged"
  2016. # [17:38] * Joins: simo (simo@1CD773DB.A289BAE4.330E81BB.IP)
  2017. # [17:38] <nemo> mkaply: "your" :-p
  2018. # [17:38] <nemo> oh wait
  2019. # [17:38] <nemo> hm
  2020. # [17:38] <mkaply> nemo: I was about to say that :)
  2021. # [17:38] <nemo> your sentences reads both ways
  2022. # [17:38] <nemo> parse error
  2023. # [17:38] * Quits: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net) (Ping timeout)
  2024. # [17:38] <nemo> as if you are update timer pinged
  2025. # [17:38] <nemo> legit
  2026. # [17:39] <nemo> if confusing
  2027. # [17:39] <mkaply> yep
  2028. # [17:39] <nemo> damn natural languages.
  2029. # [17:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/050d3c674e82 - Ehsan Akhgari - Bug 940708 - Code changes required to build webrtc in unified mode; r=jesup
  2030. # [17:39] <nemo> all questions in #developers shall be expressed in lojban
  2031. # [17:40] * Joins: rwaldron (rwaldron@moz-57519E7C.nycmny.fios.verizon.net)
  2032. # [17:41] * Quits: fhd (sid2508@moz-31ABA2C0.irccloud.com) (Ping timeout)
  2033. # [17:41] * Quits: cabanier (sid15093@moz-31ABA2C0.irccloud.com) (Ping timeout)
  2034. # [17:41] * Quits: past (sid15657@moz-31ABA2C0.irccloud.com) (Ping timeout)
  2035. # [17:42] * Quits: silverwind (uid14256@moz-31ABA2C0.irccloud.com) (Ping timeout)
  2036. # [17:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ec79d33b9b0b - Tom Schuster - Bug 949197 - Make Array#slice on COW arrays work again. r=bz f=bholley
  2037. # [17:43] <nemo> mkaply: reproduced in latest nightly, clean profile (still linux)
  2038. # [17:44] <nemo> oups
  2039. # [17:44] <nemo> I mean mstange ^^
  2040. # [17:44] <nemo> there is apparently a ton of flash on that page according to shumway
  2041. # [17:44] * Joins: fhd (sid2508@moz-31ABA2C0.irccloud.com)
  2042. # [17:44] <nemo> mstange: didn't happen the first time. 2nd time I waited a few seconds more and scrolled down the page
  2043. # [17:44] <nemo> at that point the tab was no longer closeable
  2044. # [17:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cffe18264682 - Martin Thomson - Bug 946348 - Refactoring fingerprint handling. r=abr
  2045. # [17:45] <mstange> nemo: great, don't hesitate to file the bug ;)
  2046. # [17:45] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/40bb8646e3f8 - Rick Eyre - Bug 950049 - Rename VTTCue::TextTrackCueAlign to AlignSetting. r=rillian
  2047. # [17:45] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/27cf4fe3975b - Martin Thomson - Bug 950957 - Use ${COMP_WORDS[0]} for completion in mach. r=gps
  2048. # [17:45] * Joins: past (sid15657@moz-31ABA2C0.irccloud.com)
  2049. # [17:45] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e0b09e643806 - Isura Edirisinghe - Bug 676907 - Refactor (replace) calls to Gestalt because it is deprecated in OS X 10.8 and will not work in after 10.9. r=BenWa
  2050. # [17:45] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/08009e8417e9 - Nils Ohlmeier [:drno] - Bug 951314 - Only set WebRTC debug variables if not present. r=ted
  2051. # [17:46] <nemo> mstange: ugh. was hoping for at least confirmation
  2052. # [17:46] <mstange> mkaply: https://addons.mozilla.org/en-US/firefox/addon/timer-fire/
  2053. # [17:46] <nemo> or a vague idea of what is happening
  2054. # [17:46] <mstange> mkaply: sounds like you knew about that already ;)
  2055. # [17:46] <nemo> mstange: bugs that are just "tab doesn't close" can often languish without a clear person to blame
  2056. # [17:46] <mkaply> Odd. The downloader is only downloading one chunk every time the app opens (XULRunner). Then I close. Then I open, it downloads one more chunk
  2057. # [17:46] <mstange> nemo: sure, one sec, I don't have shumway enabled at the moment
  2058. # [17:46] * Joins: cabanier (sid15093@moz-31ABA2C0.irccloud.com)
  2059. # [17:46] <nemo> mstange: I don't think shumway is at fault
  2060. # [17:46] <mkaply> How slow is the background downloader?
  2061. # [17:47] <nemo> mkaply: since I did a clean profile
  2062. # [17:47] <nemo> mkaply: according to yury in #shumway it is disabled by default
  2063. # [17:47] <nemo> I think the shumway spam is just symptomatic of a craptastic web page
  2064. # [17:47] <mstange> nemo: oh, right, missed that
  2065. # [17:47] <mstange> nemo: let me try again
  2066. # [17:48] * Joins: silverwind (uid14256@moz-31ABA2C0.irccloud.com)
  2067. # [17:48] * joduinn-coffee is now known as joduinn-commute
  2068. # [17:49] * Joins: briansmith (briansmith@moz-CFFDFDBF.public.wayport.net)
  2069. # [17:49] * Quits: lduros (user@moz-29CCC218.phlapa.fios.verizon.net) (Client exited)
  2070. # [17:50] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  2071. # [17:50] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  2072. # [17:51] * Joins: jrmuizel_ (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2073. # [17:51] <mkaply> To answer my own question, default background download interval is 600 seconds
  2074. # [17:51] * Fallen is now known as Fallen|away
  2075. # [17:51] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2076. # [17:52] <mkaply> And default chunks are 300K
  2077. # [17:52] * Joins: lduros (user@moz-29CCC218.phlapa.fios.verizon.net)
  2078. # [17:52] <mstange> nemo: I can't reproduce it :(
  2079. # [17:52] <mstange> nemo: do you wait for the page to finish loading, or do you close it during the load?
  2080. # [17:53] * Quits: ehugg (ehugg@AC948E76.709C0A2A.6157E88D.IP) (Quit: ehugg)
  2081. # [17:53] * Joins: coop (Chris@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2082. # [17:53] <nemo> mstange: ummm. not sure.
  2083. # [17:53] <nemo> mstange: I just wait about 2 or 3 seconds and scroll down
  2084. # [17:53] <mstange> nemo: I've found https://bugzilla.mozilla.org/show_bug.cgi?id=823030
  2085. # [17:54] * Quits: harth (harth@moz-42412102.hsd1.ca.comcast.net) (Ping timeout)
  2086. # [17:54] <nemo> hm
  2087. # [17:54] <nemo> year old
  2088. # [17:54] <nemo> no activity
  2089. # [17:54] <nemo> mstange: page load animation stopped
  2090. # [17:54] <nemo> mstange: I then clicked close
  2091. # [17:54] <nemo> and. yeah. close ignored
  2092. # [17:54] * Quits: aklotz (Thunderbir@CBF8EEF8.D840362C.F97ED6F2.IP) (Ping timeout)
  2093. # [17:54] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  2094. # [17:55] <nemo> Oo ctrl-shift-j was ignored
  2095. # [17:55] <nemo> I had to switch to a new tab to open it
  2096. # [17:55] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  2097. # [17:55] <nemo> there is a truly insane amount of stuff scrolling by in console
  2098. # [17:55] <nemo> could be the XHR thing I guess
  2099. # [17:56] * jchen|away is now known as jchen
  2100. # [17:56] * Quits: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2101. # [17:56] <nemo> ok, yeah. takes about a minute to close (just closed now)
  2102. # [17:56] * nemo tries on OSX and Windows
  2103. # [17:57] * Quits: Andreea|mtg (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: Andreea|mtg)
  2104. # [17:57] * Joins: harth (harth@moz-42412102.hsd1.ca.comcast.net)
  2105. # [17:57] <nemo> heh. page is taking a ridiculously long time to even load on my OSX box
  2106. # [17:58] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Broken pipe)
  2107. # [17:58] <nemo> mstange: reproduced on OSX
  2108. # [17:58] <nemo> mstange: I did have to wait for the page to load
  2109. # [17:59] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2110. # [17:59] <nemo> Latest nightly
  2111. # [17:59] <mstange> nemo: can you get a profile with the profiler?
  2112. # [17:59] * Joins: aklotz (Thunderbir@CBF8EEF8.D840362C.F97ED6F2.IP)
  2113. # [17:59] <mstange> nemo: https://developer.mozilla.org/en-US/docs/Performance/Reporting_a_Performance_Problem
  2114. # [17:59] <nemo> mstange: I doubt very much that will help anything
  2115. # [17:59] <nemo> mstange: there's no noticeable CPU usage
  2116. # [17:59] <nemo> but...
  2117. # [17:59] <mstange> nemo: the call stack may still be relevant
  2118. # [17:59] <nemo> maaaybe
  2119. # [18:00] <mstange> nemo: if there's a nested event loop, you'll be able to see that in the profile
  2120. # [18:00] <nemo> ok. the OSX tab finally closed
  2121. # [18:00] <nemo> so weird that you can't reproduce this :(
  2122. # [18:00] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  2123. # [18:00] <mstange> yeah
  2124. # [18:00] <mstange> I've tried many times now
  2125. # [18:00] <nemo> mstange: did you wait for it to load?
  2126. # [18:00] <nemo> hm
  2127. # [18:00] <mstange> yes, and I scrolled down and everything
  2128. # [18:00] <nemo> if it is a network delay thing. could be our crappy network
  2129. # [18:00] <mstange> yes
  2130. # [18:00] <mstange> my network is relatively fast
  2131. # [18:01] * bsmedberg is now known as bsmedberg-bbl
  2132. # [18:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3d0de9cfddcb - Ryan VanderMeulen - Backed out changeset 08009e8417e9 (bug 951314) for Windows bustage.
  2133. # [18:02] <nemo> close works instantly on the tab in android
  2134. # [18:02] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Quit: Leaving.)
  2135. # [18:02] <nemo> but. that's just a completely different frontend
  2136. # [18:02] <nemo> so probably not relevent
  2137. # [18:02] * Joins: ehugg (chatzilla@42D47B2B.29102B70.6CD50604.IP)
  2138. # [18:03] <nemo> mstange: eh. screwit. I'm gonna file it and mention the bug you mentioned and your inability to reproduce
  2139. # [18:03] <nemo> reproduced in Stable btw
  2140. # [18:03] * Quits: jaoo (user@moz-E7494030.red-81-44-212.dynamicip.rima-tde.net) (Quit: ERC Version 5.3 (IRC client for Emacs))
  2141. # [18:03] <mstange> nemo: thank you!
  2142. # [18:03] <mstange> nemo: did you try to get a profile?
  2143. # [18:04] <nemo> nope :-p
  2144. # [18:04] <nemo> dislike oh so very much the profiling tool
  2145. # [18:04] * nemo sighs and installs it in this new profile
  2146. # [18:04] <nemo> I find it terribly counterintuitive to use
  2147. # [18:04] <nemo> its most irritating peculiarity that I keep forgetting about
  2148. # [18:04] * Joins: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP)
  2149. # [18:04] <nemo> is that I'll want to record a snippet of something, then stop recording
  2150. # [18:05] <nemo> but... you have to open the profile while still recording
  2151. # [18:05] <nemo> if you stop, it erases it
  2152. # [18:05] <nemo> I also dislike very much the export/import process
  2153. # [18:05] * jimm is now known as jimm-lunch
  2154. # [18:05] <BenWa> nemo: that's because your using it wrong :P
  2155. # [18:05] * Joins: terrence (terrence@moz-B38D16E9.sb.sd.cox.net)
  2156. # [18:05] * Quits: lduros (user@moz-29CCC218.phlapa.fios.verizon.net) (Client exited)
  2157. # [18:05] <BenWa> It not meant to be stopped
  2158. # [18:05] <nemo> BenWa: I want a profile of a particular sequence of stuff
  2159. # [18:05] <BenWa> It meant to monitor your usage so that you can dump it when something interesting happens
  2160. # [18:05] <mstange> nemo: I agree some things are unintuitive
  2161. # [18:05] <nemo> ...
  2162. # [18:05] <nemo> BenWa: dude.
  2163. # [18:05] * Quits: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP) (Ping timeout)
  2164. # [18:05] * Joins: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP)
  2165. # [18:06] <nemo> BenWa: start recording at beginning of problematic stuff. stop recording when you've had enough, then move onto UI and such so that it doesn't add noise
  2166. # [18:06] <mstange> BenWa: Maybe we should rename the Stop button Cancel or something
  2167. # [18:06] <nemo> I think it is a pretty sensible way to do it
  2168. # [18:06] <nemo> BenWa: is how I profile everything else in other apps
  2169. # [18:06] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  2170. # [18:06] <mstange> nemo: what do you mean with "move onto UI and such"?
  2171. # [18:06] <nemo> mstange: I mean, that when I'm profiling an app
  2172. # [18:06] <BenWa> mstange: Yea well look into changing some of that
  2173. # [18:06] <nemo> usually only a subset of the app's actions are a problem
  2174. # [18:06] <nemo> mstange: so. I want to initiate profiling as close as possible to the problem area
  2175. # [18:07] <nemo> so that the profile is not full of noise from doing non-problematic stuff
  2176. # [18:07] <nemo> that's why I start, stop, then look at the analysis
  2177. # [18:07] <BenWa> nemo: You can zoom in to what you need
  2178. # [18:07] * Quits: bwc (Adium@1E9D28E.80F17AD8.4AA0E643.IP) (Quit: Leaving.)
  2179. # [18:07] * Quits: pauly (paul@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: pauly)
  2180. # [18:07] <nemo> BenWa: meh. if I knew enough about how it worked maybe. but if it worked in the way other tools worked, I could send someone this reduced subset in a reasonable fashion
  2181. # [18:07] <mstange> nemo: ok, so basically you want to eliminate unnecessary stuff before it's recorded instead of afterwards
  2182. # [18:07] * Quits: jrmuizel_ (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2183. # [18:07] * Quits: dao1 (dao@moz-9E3A0D6D.superkabel.de) (Quit: Leaving.)
  2184. # [18:07] <nemo> mstange: yes!
  2185. # [18:08] <nemo> mstange: and then send that to you
  2186. # [18:08] * Quits: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP) (Ping timeout)
  2187. # [18:08] * Joins: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP)
  2188. # [18:08] <mstange> I can see the merit of that
  2189. # [18:08] <nemo> so. record, stop recording, dump, send to mstange
  2190. # [18:08] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2191. # [18:08] <nemo> in this case would initiate record just before hitting submit on the url
  2192. # [18:08] <nemo> and stop recording once the tab closed, or maybe 10 seconds after the failure of the tab to close
  2193. # [18:08] <mstange> nemo: for a while we had the feature "share view" where you could select the part of the profile that was interesting, and then it would only upload that part
  2194. # [18:08] <nemo> still requires me to know what that part is :D
  2195. # [18:09] <nemo> I don't care enough about this whole process to want to know :-p
  2196. # [18:09] <nemo> aaanyway
  2197. # [18:09] <nemo> adding the annoying tool hang on ;)
  2198. # [18:09] * ctalbert|afk is now known as ctalbert
  2199. # [18:10] * Quits: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP) (Ping timeout)
  2200. # [18:10] * Joins: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP)
  2201. # [18:10] * hwine is now known as hwine-commuting
  2202. # [18:10] * JosiahOne|Away is now known as JosiahOne
  2203. # [18:10] * Quits: lpy (lpy@12172131.F09091A8.1348A864.IP) (Quit: Leaving...)
  2204. # [18:11] * Quits: harth (harth@moz-42412102.hsd1.ca.comcast.net) (Input/output error)
  2205. # [18:11] * jhopkins|buildduty is now known as jhopkins|bbiab
  2206. # [18:11] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2207. # [18:13] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2208. # [18:13] * Joins: mdas (mdas@moz-47576E9A.dsl.bell.ca)
  2209. # [18:13] * mdas is now known as mdas|pto
  2210. # [18:13] <mkaply> Woohoo! XULRunner update succeeded
  2211. # [18:13] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  2212. # [18:13] * Quits: mdas|pto (mdas@moz-47576E9A.dsl.bell.ca) (Quit: )
  2213. # [18:14] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2214. # [18:14] <nemo> mstange: http://people.mozilla.org/~bgirard/cleopatra/#report=5644bceca7b61015667bb9c3af2587910d4ede86
  2215. # [18:16] <nemo> mstange: say. do you have a suggestion for where this might go? core/xhr? firefox/tabbed browser?
  2216. # [18:17] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  2217. # [18:18] <mstange> nemo: let's start in the first one
  2218. # [18:18] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2219. # [18:18] * Joins: liuche_ (liuche@moz-ABA1E9E1.hsd1.ca.comcast.net)
  2220. # [18:18] <mstange> nemo: both sounds good, but I think you need to know where the bug is before being able to know which component it belongs in...
  2221. # [18:19] * Joins: twi (Adium@51EE23BA.E92982E1.3FE1604A.IP)
  2222. # [18:19] * Quits: twi (Adium@51EE23BA.E92982E1.3FE1604A.IP) (Max SendQ exceeded)
  2223. # [18:19] * Joins: twi (Adium@51EE23BA.E92982E1.3FE1604A.IP)
  2224. # [18:19] <nemo> mhm
  2225. # [18:19] <mstange> nemo: the profile is very useful. it definitely is a sync XHR, and the profile showed me the part of the JS that is responsible for it
  2226. # [18:20] <nemo> oooh
  2227. # [18:20] <nemo> neat
  2228. # [18:20] <nemo> was this something I could have figured out myself?
  2229. # [18:20] <nemo> mstange: so. no need to file a new bug then. it is that bug from last year
  2230. # [18:20] <nemo> I mean. found myself in the profile
  2231. # [18:20] * Joins: smaugN900 (smaug@moz-34DFC562.nat.bb.dnainternet.fi)
  2232. # [18:20] * Quits: liuche_ (liuche@moz-ABA1E9E1.hsd1.ca.comcast.net) (Ping timeout)
  2233. # [18:21] * nemo is hunting through all the RunScript for "sync"
  2234. # [18:21] <mstange> nemo: let's file a new one, at the moment I don't see any indications that this has to do with CORS
  2235. # [18:21] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2236. # [18:21] <mstange> nemo: it's obfuscated: f.open("GET",b,!1)
  2237. # [18:22] <mstange> the third argument is "boolean async", and !1 == false
  2238. # [18:22] <grobinson> Anybody have a few cycles to take a look at https://bugzilla.mozilla.org/show_bug.cgi?id=951895 ?
  2239. # [18:22] <nemo> please let it be the scorecardresearch crap
  2240. # [18:22] <nemo> they were crashing my browser ages ago
  2241. # [18:22] <nemo> over and over and over
  2242. # [18:22] <nemo> well. more like hanging with 100% CPU usage
  2243. # [18:22] * bent is now known as bent|lunch
  2244. # [18:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/57eb08af0794 - Ehsan Akhgari - Bug 950856 - Fail the build if you attempt to use NS_StackWalk on Windows where it won't work; r=froydnj,BenWa
  2245. # [18:22] <nemo> I'd profiled it and posted this info, but, nothing came of it
  2246. # [18:23] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2247. # [18:23] <nemo> s/ages ago/months ago/
  2248. # [18:23] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  2249. # [18:23] * Parts: RattyAway (Jim_diGriz@2E593CDD.8C8A4849.FB243CD8.IP)
  2250. # [18:24] * Joins: jdm (jdm@moz-AC9499B2.cable.teksavvy.com)
  2251. # [18:24] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2252. # [18:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bfa229337eb2 - Nicolas B. Pierron - Bug 920322 - Support encoding/decoding singletons. r=luke
  2253. # [18:24] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/90f44c93d249 - Nicolas B. Pierron - Bug 920322 - Provide better XDR interface for coding constants. r=luke
  2254. # [18:25] * Joins: sfink (chatzilla@moz-7FD89DCE.dsl.pltn13.sbcglobal.net)
  2255. # [18:25] <nemo> eh. I don't see it. n/m
  2256. # [18:25] <nemo> on to bug
  2257. # [18:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/78dbc3afea91 - Nicolas B. Pierron - Bug 920322 - Save the displayAtom instead of only saving the qualified name. r=bhackett
  2258. # [18:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7294b1ba5056 - Nicolas B. Pierron - Bug 920322 - Enable XDR of CompileAndGo scripts. r=luke
  2259. # [18:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/231c4f316322 - Nicolas B. Pierron - Bug 920322 - Add treatAsRunOnce to XDRScript. r=bhackett
  2260. # [18:25] <mstange> nemo: sorry, I wasn't clear
  2261. # [18:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/95efd20ead47 - Nicolas B. Pierron - Bug 946843 - XDR the column of JSScript. r=luke
  2262. # [18:25] <mstange> nemo: the javascript function q() is responsible, and if you right-click on that and choose View JS Source, you'll find the part of the code that I quoted
  2263. # [18:26] <nemo> ahhh
  2264. # [18:26] <mstange> nemo: the fact that it's a nested event loop is not that obvious because this profile only shows simplified call stacks, but usually you don't have Timer::Fire under content JS, for example
  2265. # [18:26] * Joins: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  2266. # [18:26] <mstange> nemo: if you get the profile on OS X instead, you should see more complete callstacks
  2267. # [18:26] * Quits: nicklebedev (nicklebede@moz-838152B8.net135.n37.ru) (Ping timeout)
  2268. # [18:26] <nemo> mstange: hm. I wonder if that's why scrolling seemed important
  2269. # [18:26] <Waldo> RyanVM: gentleman and a scholar as always
  2270. # [18:26] <nemo> mstange: onscroll.com fires ads on load
  2271. # [18:27] <mstange> nemo: probably!
  2272. # [18:27] <nemo> ah. can do OSX, sure
  2273. # [18:27] <nemo> hmph. OSX has *better* callstacks?
  2274. # [18:27] * nemo 's FOSS bias is showing
  2275. # [18:28] * Quits: Naveed_ (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  2276. # [18:28] * Quits: smaugN900 (smaug@moz-34DFC562.nat.bb.dnainternet.fi) (Ping timeout)
  2277. # [18:29] <mstange> nemo: for some reason we have frame pointers and full symbols in our OS X binaries, but not in our linux binaries. I don't know why
  2278. # [18:30] * Joins: lduros (user@moz-29CCC218.phlapa.fios.verizon.net)
  2279. # [18:30] * Quits: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP) (Quit: Boriss)
  2280. # [18:30] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  2281. # [18:30] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  2282. # [18:31] * Joins: smaugN900 (smaug@moz-34DFC562.nat.bb.dnainternet.fi)
  2283. # [18:31] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  2284. # [18:32] * Quits: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu) (Ping timeout)
  2285. # [18:32] * Joins: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu)
  2286. # [18:32] * Joins: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net)
  2287. # [18:33] * Quits: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP) (Ping timeout)
  2288. # [18:33] * Joins: avih (quassel@49DF9E91.D1859F25.ADCC8A61.IP)
  2289. # [18:33] * Quits: terrence (terrence@moz-B38D16E9.sb.sd.cox.net) (Ping timeout)
  2290. # [18:34] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2291. # [18:36] * Joins: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com)
  2292. # [18:36] <nemo> mstange: https://bugzilla.mozilla.org/show_bug.cgi?id=952169
  2293. # [18:36] <nemo> thanks for taking an interest
  2294. # [18:36] <nemo> I quoted you extensively
  2295. # [18:36] <nemo> right. on to creating a clean profile in OSX
  2296. # [18:37] <nemo> whiich involves AFAIK digging up the path to the binary to pass the commandline params
  2297. # [18:37] * Quits: mshal (mshal@moz-A890D35A.washdc.fios.verizon.net) (Quit: leaving)
  2298. # [18:37] <nemo> don't think there's any nicer way to do it (like a builtin link in OS gui to firefox -P)
  2299. # [18:37] <nemo> (could do that under linux w/ a 2nd .desktop file :) )
  2300. # [18:38] <RyanVM> ehsan: ping
  2301. # [18:39] <mstange> nemo: yes, I always create profiles on the commandline.
  2302. # [18:39] <mstange> nemo: you can get the app path into Terminal quickly by dragging the application from Finder into the Terminal window
  2303. # [18:39] <RyanVM> ehsan: unping
  2304. # [18:39] <mstange> nemo: except that that won't get you the Contents/MacOS/firefox part
  2305. # [18:39] * Joins: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru)
  2306. # [18:39] <nemo> grr. there's this annoying thing where I launch an app (in this case firefox) from terminal, and then trying to access menu for it becomes difficult
  2307. # [18:39] * Quits: bbondy_ (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  2308. # [18:40] <nemo> the app at top of screen is finder
  2309. # [18:40] <mstange> nemo: Cmd+Tab into Firefox first
  2310. # [18:40] <nemo> I try clicking off the app, then on the firefox window again which helped in past, no love
  2311. # [18:40] <mstange> nemo: or pass -foreground on the command line the next time
  2312. # [18:40] <mstange> nemo: huh
  2313. # [18:40] <mstange> nemo: that's strange
  2314. # [18:40] <nemo> mstange: ok. cmd+tab worked
  2315. # [18:40] <nemo> but that's annoying
  2316. # [18:40] * nemo hates OSX UI
  2317. # [18:41] * Quits: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net) (Quit: Leaving...)
  2318. # [18:41] * joduinn-commute is now known as joduinn
  2319. # [18:41] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Input/output error)
  2320. # [18:41] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  2321. # [18:41] * Joins: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net)
  2322. # [18:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/13dc0f84907e - Ryan VanderMeulen - Backed out changeset cffe18264682 (bug 946348) for Windows bustage.
  2323. # [18:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/06ebd514613b - Nils Ohlmeier [:drno] - Bug 951314 - Only set WebRTC debug variables if not present. r=ted
  2324. # [18:42] * Quits: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP) (Quit: Boriss)
  2325. # [18:42] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  2326. # [18:42] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  2327. # [18:42] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  2328. # [18:42] * Joins: miketaylr (mtaylor@moz-8ACC7131.dyn.grandenetworks.net)
  2329. # [18:42] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2330. # [18:42] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2331. # [18:42] * jimm-lunch is now known as jimm
  2332. # [18:43] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2333. # [18:43] * Joins: mwobensmith (mwobensmit@moz-232DC1D.dsl.dynamic.sonic.net)
  2334. # [18:43] * Quits: mwobensmith (mwobensmit@moz-232DC1D.dsl.dynamic.sonic.net) (Client exited)
  2335. # [18:44] * Waldo pines for bugzilla whitespace-ignoring interdiffs
  2336. # [18:45] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2337. # [18:45] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2338. # [18:46] * Joins: dagnir (chatzilla@A1D3E7F1.DBF4469E.7E8D5209.IP)
  2339. # [18:46] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Ping timeout)
  2340. # [18:46] * Joins: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu)
  2341. # [18:46] * catlee-away is now known as catlee
  2342. # [18:46] * Joins: mshal (mshal@moz-A890D35A.washdc.fios.verizon.net)
  2343. # [18:47] * Joins: bholley (bholley@moz-A2189431.hsd1.ca.comcast.net)
  2344. # [18:47] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2345. # [18:48] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  2346. # [18:48] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2347. # [18:49] * Joins: therube_agone (chatzilla@moz-10655617.bltmmd.east.verizon.net)
  2348. # [18:49] * Quits: fredw (fredw@moz-B9C110E2.fbx.proxad.net) (Quit: Leaving.)
  2349. # [18:49] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  2350. # [18:49] * Quits: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP) (Quit: Boriss)
  2351. # [18:49] * Joins: AaronMT_ (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  2352. # [18:49] * Quits: AaronMT_ (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Max SendQ exceeded)
  2353. # [18:50] * Joins: AaronMT_ (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  2354. # [18:50] * Quits: AaronMT_ (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Max SendQ exceeded)
  2355. # [18:50] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  2356. # [18:50] * Quits: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com) (Connection reset by peer)
  2357. # [18:50] * sheppy-offline is now known as sheppy
  2358. # [18:50] * Joins: AaronMT (AaronMT@moz-5DF3A271.cpe.net.cable.rogers.com)
  2359. # [18:51] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2360. # [18:51] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2361. # [18:51] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.5 -- http://www.instantbird.com)
  2362. # [18:51] * Joins: terrence (terrence@moz-B38D16E9.sb.sd.cox.net)
  2363. # [18:51] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  2364. # [18:51] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2365. # [18:52] * Quits: twi (Adium@51EE23BA.E92982E1.3FE1604A.IP) (Ping timeout)
  2366. # [18:52] * Joins: twi (Adium@51EE23BA.E92982E1.3FE1604A.IP)
  2367. # [18:52] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2368. # [18:53] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2369. # [18:53] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  2370. # [18:53] * ChanServ sets mode: +o ehsan
  2371. # [18:53] * Quits: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl) (Quit: Leaving)
  2372. # [18:54] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2373. # [18:54] * Quits: smaugN900 (smaug@moz-34DFC562.nat.bb.dnainternet.fi) (Quit: Leaving)
  2374. # [18:55] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  2375. # [18:55] * ChanServ sets mode: +o smaug
  2376. # [18:55] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2377. # [18:56] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2378. # [18:56] <mjrosenb> what are the the dates for christmas time off?
  2379. # [18:57] <mjrosenb> I'm looking at the pto app, and dec 19. through jan 03 is being marked as 96 hours, which would be fine, except i'm pretty sure there are 3 days off in that range.
  2380. # [18:58] * Quits: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP) (Quit: Boriss)
  2381. # [18:58] * Quits: davidb (davidb@13F2CEC5.7672369.D8E68FF6.IP) (Quit: davidb)
  2382. # [18:58] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  2383. # [18:58] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2384. # [18:59] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2385. # [18:59] * Joins: bwc (Adium@moz-BBE3ABD.mv.mozilla.com)
  2386. # [18:59] * Joins: jimb (user@125EF623.B2666F0E.66399531.IP)
  2387. # [18:59] * Joins: nrc (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  2388. # [19:00] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2389. # [19:00] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2390. # [19:00] <jimb> Is there a way to indicate that an IDL interface can't be implemented by JS, but can be used by JS?
  2391. # [19:00] <jimb> Like, half-scriptable
  2392. # [19:00] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2393. # [19:00] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2394. # [19:01] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2395. # [19:01] * Quits: twi (Adium@51EE23BA.E92982E1.3FE1604A.IP) (Ping timeout)
  2396. # [19:02] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2397. # [19:02] * Joins: twi (Adium@51EE23BA.E92982E1.3FE1604A.IP)
  2398. # [19:02] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2399. # [19:02] * mconley is now known as mconley|food
  2400. # [19:03] * whimboo|afk is now known as whimboo
  2401. # [19:03] * ctalbert is now known as ctalbert|mtg
  2402. # [19:03] * Joins: Jerry (hshih@13F2CEC5.7672369.D8E68FF6.IP)
  2403. # [19:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3eb853546cff - Brian Hackett - Bug 938124 - Add thread safety class instances to get IonBuilder passing the thread safety dynamic analysis, r=jandem.
  2404. # [19:04] <Waldo> mjrosenb: December 23 through January 1, so [December 19, January 3] should be 4 * 8 === 32 hours, unless I'm being dumb
  2405. # [19:05] <Waldo> which is always a possibility
  2406. # [19:05] * Quits: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com) (Ping timeout)
  2407. # [19:06] <nemo> mstange: http://people.mozilla.org/~bgirard/cleopatra/#report=87b62e2b10b3b7578625f2f581ed5bd4484c6fef
  2408. # [19:06] <Waldo> anyone want to give me the executive overview of what b2gblah corresponds to which blocking-b2gN.M in bmo, and why exactly the systems aren't the same, again?
  2409. # [19:07] <mstange> nemo: uh oh...
  2410. # [19:07] * Quits: darkowlzz (sunny@1071305A.7DECE5B9.25B273F5.IP) (Quit: This computer has gone to sleep)
  2411. # [19:07] <mstange> nemo: but thanks
  2412. # [19:07] <nemo> huh?
  2413. # [19:07] * Joins: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com)
  2414. # [19:07] <nemo> did I screw up recording it again? :(
  2415. # [19:07] <nemo> it seems a bit light on details
  2416. # [19:08] <mstange> nemo: you didn't, we did
  2417. # [19:08] <mstange> BenWa: do you remember what we do when the user doesn't have atos installed?
  2418. # [19:08] <nemo> mstange: 'k. was wondering if it was related to my having stopped profiling
  2419. # [19:09] <nemo> I did start/stop a couple of times since the first time I closed the tab the sync problem did not appear
  2420. # [19:09] * Quits: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com) (Ping timeout)
  2421. # [19:10] <mstange> nemo: that shouldn't be a problem
  2422. # [19:10] <mstange> nemo: the problem in your profile is that the addon failed to symbolicate it
  2423. # [19:11] <mstange> nemo: most of the places where you see a hex address should be replaced with something readable
  2424. # [19:11] <mstange> nemo: and IIRC we use atos to do the symbolication, which is a command line tool that isn't installed by default
  2425. # [19:11] <mstange> nemo: it gets installed with XCode, I think, but I won't make you do that now
  2426. # [19:12] <nemo> 'k. I was just surprised there was so little in the tree under q()
  2427. # [19:12] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  2428. # [19:12] <nemo> as compared to the first profile
  2429. # [19:12] * victorporof|away is now known as victorporof
  2430. # [19:12] * Quits: marco (Thunderbir@moz-F5D4FE83.retail.telecomitalia.it) (Quit: marco)
  2431. # [19:12] <mstange> nemo: huh
  2432. # [19:13] <mstange> nemo: 100% of the profile is under q() for me
  2433. # [19:13] <nemo> m'k...
  2434. # [19:13] <nemo> I just opened the cleopatra link on another computer
  2435. # [19:13] <nemo> and it still seemed oddly sparse
  2436. # [19:13] <nemo> but if you're happy, all good
  2437. # [19:13] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  2438. # [19:13] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2439. # [19:13] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2440. # [19:14] <mstange> nemo: ooh, I know the problem
  2441. # [19:14] * joduinn is now known as joduinn-mtg
  2442. # [19:14] <mstange> nemo: you do have atos
  2443. # [19:14] <mstange> nemo: but you used a release build, not Nightly or Aurora, right?
  2444. # [19:14] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2445. # [19:14] <nemo> mstange: no. I started this in nightly
  2446. # [19:14] <nemo> let me just try that damn profiling tool again
  2447. # [19:14] <mstange> nemo: then I don't know what's wrong
  2448. # [19:14] <nemo> and not be quite so trigger happy on "stop profiling"
  2449. # [19:14] <nemo> despite my love of getting a precise snapshot of the sequence
  2450. # [19:15] <mstange> nemo: is there a background update running and does it want you to restart?
  2451. # [19:15] <mstange> ah, I think I got it now
  2452. # [19:15] <nemo> ohhhh
  2453. # [19:15] <nemo> omg
  2454. # [19:15] <nemo> you're right
  2455. # [19:15] <nemo> yeesh. this nightly is aaaaancient
  2456. # [19:15] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2457. # [19:15] * nemo sighs.
  2458. # [19:15] * Joins: ckitching (ckitching@moz-C0166612.plus.com)
  2459. # [19:15] <nemo> And I think I know why
  2460. # [19:15] <nemo> stupid fail network here and their stupid !@#$ update blocking
  2461. # [19:15] <mstange> if that doesn't fix it, there's one other hypothesis I have
  2462. # [19:15] <nemo> took me a while to fix that
  2463. # [19:16] <nemo> for one thing. they weren't blocking the ping url, they were blocking the download url from the response
  2464. # [19:16] <mstange> you might not have the "strip" command line tool, through which we run the Nightly binary
  2465. # [19:16] <nemo> so. I had to get that url to submit to them for unblock
  2466. # [19:16] * gregglind is now known as gregglind_afk
  2467. # [19:16] <nemo> firefox did not make this easy to solve, but in all fairness, isn't exactly a typical situation
  2468. # [19:16] * nemo hates websense
  2469. # [19:16] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2470. # [19:17] * hwine-commuting is now known as hwine
  2471. # [19:17] <nemo> if only the download url was https too, this wouldn'tve happened
  2472. # [19:17] * Joins: hurley (hurley@moz-BBE3ABD.mv.mozilla.com)
  2473. # [19:17] <nemo> luckily they aren't MITMing https yet
  2474. # [19:17] * Quits: twi (Adium@51EE23BA.E92982E1.3FE1604A.IP) (Ping timeout)
  2475. # [19:17] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2476. # [19:17] * Joins: jrmuizel_ (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2477. # [19:18] <nemo> ok. up to date. restarting
  2478. # [19:19] <nemo> mstange: http://people.mozilla.org/~bgirard/cleopatra/#report=b5475848a919b392c9b5e3b35b6c1879b9a147a6
  2479. # [19:19] <nemo> all better
  2480. # [19:20] * Joins: twi (Adium@51EE23BA.E92982E1.3FE1604A.IP)
  2481. # [19:20] * Quits: twi (Adium@51EE23BA.E92982E1.3FE1604A.IP) (Max SendQ exceeded)
  2482. # [19:20] <mstange> nemo: still no symbols for firefox functions, so it does look like you're missing "strip"
  2483. # [19:21] <nemo> yeah
  2484. # [19:21] <nemo> oh well
  2485. # [19:21] <mstange> nemo: it's good to know that this can happen, we should change the addon code to detect that
  2486. # [19:21] * Joins: twi (Adium@51EE23BA.E92982E1.3FE1604A.IP)
  2487. # [19:21] <mstange> nemo: but thanks for going through this with me
  2488. # [19:21] * Fallen|away is now known as Fallen
  2489. # [19:21] <nemo> alrighty. welp. where do I get this from?
  2490. # [19:22] <nemo> kinda suprised stripping would help a trace.
  2491. # [19:22] * Joins: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net)
  2492. # [19:23] * Quits: KWierso|afk (chatzilla@moz-3D85277A.hsd1.ca.comcast.net) (Ping timeout)
  2493. # [19:23] * Quits: jrmuizel_ (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2494. # [19:23] * Quits: loggingKW (chatzilla@moz-3D85277A.hsd1.ca.comcast.net) (Ping timeout)
  2495. # [19:23] <jimb> Ah, [builtinclass]
  2496. # [19:23] <jimb> excellent, excellent
  2497. # [19:23] * Joins: KWierso|afk (chatzilla@moz-3D85277A.hsd1.ca.comcast.net)
  2498. # [19:24] * Joins: loggingKW (chatzilla@moz-3D85277A.hsd1.ca.comcast.net)
  2499. # [19:24] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2500. # [19:24] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2501. # [19:24] * Quits: tn (tim@moz-2E73ACE4.wp.shawcable.net) (Ping timeout)
  2502. # [19:24] <mstange> nemo: probably by installing XCode
  2503. # [19:25] <mstange> nemo: we use it to strip some stuff but not the important stuff in order to speed up the atos invocations
  2504. # [19:25] * Joins: tn (tim@moz-2E73ACE4.wp.shawcable.net)
  2505. # [19:25] * Quits: sfink (chatzilla@moz-7FD89DCE.dsl.pltn13.sbcglobal.net) (Broken pipe)
  2506. # [19:26] * Joins: sfink (chatzilla@moz-7FD89DCE.dsl.pltn13.sbcglobal.net)
  2507. # [19:26] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2508. # [19:27] * Quits: ekr (ekr@FCCEA34F.7672369.D8E68FF6.IP) (Quit: ekr)
  2509. # [19:27] * Joins: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com)
  2510. # [19:27] <felipe> was there a change to text rendering in OSX this week?
  2511. # [19:28] <nemo> mstange: I have xcode on this machine
  2512. # [19:28] <@gavin> felipe: I noticed a difference
  2513. # [19:28] <@gavin> kind of looked like a different font
  2514. # [19:28] <nemo> mstange: btw, this shows up on the commandline
  2515. # [19:28] <nemo> Warning: /usr/bin/atos is moving and will be removed from a future OS X release.
  2516. # [19:28] <nemo> It is now available in the Xcode developer tools to be invoked via: `xcrun atos`
  2517. # [19:28] <nemo> To silence this warning, pass the '-d' command-line flag to this tool.
  2518. # [19:28] <felipe> yeah, the text everywhere looks lighter
  2519. # [19:28] <nemo> also... got symbolicator for /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib, base address 0
  2520. # [19:28] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2521. # [19:29] * Quits: matthewgertner (matthewger@173F2E9D.96442F2E.EE1C58A.IP) (Quit: matthewgertner)
  2522. # [19:29] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2523. # [19:29] * jhopkins|bbiab is now known as jhopkins|buildduty
  2524. # [19:32] * bc is now known as bc|bbiab
  2525. # [19:33] * Joins: ahal (ahal@moz-7DE89BF0.cable.teksavvy.com)
  2526. # [19:33] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2527. # [19:33] * Quits: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP) (Quit: Boriss)
  2528. # [19:34] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  2529. # [19:34] * Joins: liuche_ (liuche@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2530. # [19:35] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2531. # [19:35] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2532. # [19:36] * Joins: inolen (Adium@A88571AE.CDFDA8DC.591ED24F.IP)
  2533. # [19:36] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2534. # [19:36] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2535. # [19:36] * Quits: grobinson|laptop (grob_@moz-CB33CA6D.is.a.tor.exit.server.torland.is) (Ping timeout)
  2536. # [19:36] * Quits: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP) (Quit: Leaving.)
  2537. # [19:37] * Quits: rmkoesters (Thunderbir@moz-37C52F11.resnet.wisc.edu) (Quit: rmkoesters)
  2538. # [19:38] * Quits: bwc (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  2539. # [19:38] * Joins: bwc (Adium@moz-BBE3ABD.mv.mozilla.com)
  2540. # [19:39] * RyanVM is now known as RyanVM|brb
  2541. # [19:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3a015ec9a7be - Gregory Szorc - Bug 949875 - Delay import some WebIDL modules; r=glandium
  2542. # [19:40] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0f982fab4b85 - Gregory Szorc - Bug 951736 - Adjust sys.path while native commands are executed; r=ted
  2543. # [19:41] <jesup> smaug: ping (unlikely)
  2544. # [19:41] <@smaug> jesup: pong
  2545. # [19:41] * Quits: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP) (Quit: Boriss)
  2546. # [19:41] * Quits: inolen (Adium@A88571AE.CDFDA8DC.591ED24F.IP) (Quit: Leaving.)
  2547. # [19:41] <@smaug> likely
  2548. # [19:41] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  2549. # [19:41] <jesup> Man I'm lucky :-)
  2550. # [19:41] * Quits: mstange (markus@moz-5EE8FCF.dip0.t-ipconnect.de) (Ping timeout)
  2551. # [19:42] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2552. # [19:43] * Joins: liuche__ (liuche@moz-C07D5168.p2p.sfo1.mozilla.com)
  2553. # [19:43] * Joins: inolen (Adium@A88571AE.CDFDA8DC.591ED24F.IP)
  2554. # [19:43] * Quits: liuche_ (liuche@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2555. # [19:44] <jesup> Got a problem with b2g mochitests I've been working with schien and ahal on (and vicamo). See https://pastebin.mozilla.org/3810490 for the errors we get if we enable the emulator data connection (ril.data.enabled). After the first test runs, when SimpleTest.finish() executes and tries to run the second, we get those errors
  2556. # [19:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1a6e1c27d9bf - Terrence Cole - Bug 942547 - Report all unhandlable OOMs for the fuzzers; r=jonco
  2557. # [19:44] <@smaug> tn: ping
  2558. # [19:45] * Quits: ggp (ggp@9E593988.E7DE191F.B65F468E.IP) (Ping timeout)
  2559. # [19:45] * Joins: darkowlzz (sunny@A39C6459.358CB4E4.F44414AF.IP)
  2560. # [19:45] * Quits: liuche__ (liuche@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  2561. # [19:45] * mattwoodrow|away is now known as mattwoodrow
  2562. # [19:45] <jesup> smaug: ahal and I have been discussing in #b2g; schien and I were talking a bunch last night until 5am EST in #media while we bisected it down to the ril.data.enabled setting
  2563. # [19:46] * Joins: ggp (ggp@moz-3283B48A.dsl.telesp.net.br)
  2564. # [19:47] <jesup> smaug: so the errors we get if we enable the ril data are from a block in nsDocShell::CheckLoadingPermissions() marked with "// We're a frame. Check that the caller has write permission to the parent before allowing it to load anything into this docshell." Could enabling data be mucking with the origins (dns change?)
  2565. # [19:47] * Quits: darkowlzz (sunny@A39C6459.358CB4E4.F44414AF.IP) (Quit: This computer has gone to sleep)
  2566. # [19:47] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2567. # [19:47] * @smaug wonders which version of the tree this is about
  2568. # [19:47] <@smaug> the line numbers aren't for m-i
  2569. # [19:47] <jesup> m-c right now
  2570. # [19:48] <jesup> Perhaps a few days old inbound actually
  2571. # [19:48] <jesup> I'll get the rev
  2572. # [19:48] <@smaug> k
  2573. # [19:48] <@smaug> but ok, looking at the docshell
  2574. # [19:48] <jesup> smaug: base is rev d9f6b387a49a\
  2575. # [19:48] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/af60314cfda2 - Nicolas Silva - Bug 951858 - Support DrawTarget::CopySurface with A8 D2D textures. r=Bas
  2576. # [19:49] * Quits: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP) (Quit: Boriss)
  2577. # [19:49] * ahal is now known as ahal|afk
  2578. # [19:49] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  2579. # [19:49] <@smaug> jesup: is there a stack trace for this?
  2580. # [19:50] <jesup> smaug: no
  2581. # [19:50] <@smaug> I wonder why we don't have subject principal
  2582. # [19:50] <@smaug> no js running on the stack or something
  2583. # [19:50] * joduinn-mtg is now known as joduinn-commute
  2584. # [19:51] * Quits: till (till@moz-FB708ECD.adsl.alicedsl.de) (Quit: out)
  2585. # [19:51] * Quits: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2586. # [19:51] <jesup> And it works if we just uncomment the ril.data.enabled (I was using an empty test_datachannel_basicAudio.html with runTest() just having SimpleTest.finish() to avoid any confusion about the test itself, just looking at the chaining)
  2587. # [19:52] <jesup> s/uncomment/comment/ oops
  2588. # [19:52] <jesup> "comment out" to be more clear
  2589. # [19:52] * Joins: grobinson|laptop (grob_@moz-9B1F2458.chrismail.de)
  2590. # [19:52] <@smaug> hard to say anything based on this information
  2591. # [19:53] <@smaug> at least some stack traces would be needed
  2592. # [19:53] * Joins: matthewgertner (matthewger@E05025B2.7102BCB6.B7C3970A.IP)
  2593. # [19:53] <jesup> Where do you want them taken?
  2594. # [19:53] * bsmedberg-bbl is now known as bsmedberg
  2595. # [19:54] <jesup> This is bug 950317 BTW
  2596. # [19:54] * Joins: mstange (markus@moz-5EE8FCF.dip0.t-ipconnect.de)
  2597. # [19:54] <@smaug> well, I think at least for that permission case
  2598. # [19:55] <jesup> I'll try, never tried to debug against the emulator, let alone in a mochitest :-)
  2599. # [19:56] * jesup extra points for complexity
  2600. # [19:56] * KWierso|afk is now known as KWierso
  2601. # [19:56] * mconley|food is now known as mconley
  2602. # [19:56] * Quits: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP) (Quit: Boriss)
  2603. # [19:56] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  2604. # [19:56] <jhopkins|buildduty> smacleod: i'm retriggering your 'windows xp opt' try build to be sure it wasn't a machine-specific failure. w64-ix-slave30 was just reimaged and returned to the pool today
  2605. # [19:57] * Quits: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu) (Ping timeout)
  2606. # [19:57] <smacleod> jhopkins|buildduty: Alright, thanks.
  2607. # [19:57] <smacleod> jhopkins|buildduty: I don't think my patch would cause that in any way, so I'm thinking it's probably the machine :P
  2608. # [19:58] * Quits: naveed (nihsanulla@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  2609. # [19:58] <@smaug> jesup: mrbkap might know this stuff better
  2610. # [19:58] <jhopkins|buildduty> smacleod: ok, good to know. i'll probably have to queue that one for diagnostics
  2611. # [19:58] * Quits: yury (yury@moz-86474802.ok.ok.cox.net) (Ping timeout)
  2612. # [19:58] <jesup> mrbkap: ping
  2613. # [19:58] <jesup> smaug: thanks.
  2614. # [19:59] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  2615. # [20:00] * Joins: yury (yury@moz-86474802.ok.ok.cox.net)
  2616. # [20:01] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  2617. # [20:01] <@bsmedberg> huh, nsBaseChannel::SetContentCharset with a string size of 3.8MB...
  2618. # [20:02] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2619. # [20:02] * Joins: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu)
  2620. # [20:02] * bc|bbiab is now known as bc
  2621. # [20:02] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  2622. # [20:02] <bholley> froydnj: ping
  2623. # [20:02] * jcranmer is now known as jcranmer|away
  2624. # [20:02] <bholley> or ted
  2625. # [20:02] * Joins: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP)
  2626. # [20:03] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2627. # [20:04] * Quits: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP) (Quit: Boriss)
  2628. # [20:04] * Quits: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu) (Ping timeout)
  2629. # [20:04] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  2630. # [20:04] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2631. # [20:04] * Joins: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu)
  2632. # [20:05] * Joins: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP)
  2633. # [20:05] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2634. # [20:05] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2635. # [20:06] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2636. # [20:06] * terrence is now known as terrence-brb
  2637. # [20:06] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2638. # [20:07] * Joins: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP)
  2639. # [20:07] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2640. # [20:07] * Quits: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu) (Ping timeout)
  2641. # [20:08] * Quits: heftig (heftig@moz-AC123F04.dip0.t-ipconnect.de) (Ping timeout)
  2642. # [20:08] * corey|away is now known as corey
  2643. # [20:08] * Quits: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP) (Ping timeout)
  2644. # [20:08] * ctalbert|mtg is now known as ctalbert
  2645. # [20:09] * Joins: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu)
  2646. # [20:09] * Quits: twi (Adium@51EE23BA.E92982E1.3FE1604A.IP) (Ping timeout)
  2647. # [20:09] * Quits: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net) (Ping timeout)
  2648. # [20:09] * corey is now known as corey|away
  2649. # [20:09] * Joins: ekr (ekr@FCCEA34F.7672369.D8E68FF6.IP)
  2650. # [20:09] * Joins: twi (Adium@51EE23BA.E92982E1.3FE1604A.IP)
  2651. # [20:10] * Joins: afwang (nooknook@moz-CFE05FEE.hsd1.ca.comcast.net)
  2652. # [20:11] * Quits: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP) (Quit: Boriss)
  2653. # [20:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/57225ef2a7b7 - Mike Hommey - Bug 944551 - Handle unicode in mozbuild.util.shell_quote. r=gps
  2654. # [20:12] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  2655. # [20:12] * Joins: jonasfj (jonasfj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2656. # [20:12] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  2657. # [20:14] * Quits: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Connection reset by peer)
  2658. # [20:14] * Joins: ejpbruel (ejpbruel@moz-AE4FFECD.dip0.t-ipconnect.de)
  2659. # [20:14] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  2660. # [20:16] * Joins: kentuckyfriedtakahe (ajones@moz-39625047.static-xdsl.xnet.co.nz)
  2661. # [20:17] * Quits: gandalf (zbraniecki@moz-B6E035E9.hsd1.ca.comcast.net) (Quit: My MacBook has gone to sleep. ZZZzzz…)
  2662. # [20:17] * Joins: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com)
  2663. # [20:18] * Parts: nical (nico@13F2CEC5.7672369.D8E68FF6.IP)
  2664. # [20:20] * Quits: mixedpuppy_ (mixedpuppy@moz-78985667.vc.shawcable.net) (Quit: mixedpuppy_)
  2665. # [20:20] <@bsmedberg> what does "limit output to pattern" do in MXR?
  2666. # [20:21] * RyanVM|brb is now known as RyanVM|sheriffduty
  2667. # [20:21] * Joins: abwillis (abwillis@CBAC43F2.9DD4DBBF.6A7A197.IP)
  2668. # [20:21] * Joins: ggp_ (ggp@BDFA4F58.65EE02F.6B162C56.IP)
  2669. # [20:21] * Quits: gsvelto (gsvelto@moz-14233C22.clienti.tiscali.it) (Quit: Leaving)
  2670. # [20:21] <RyanVM|sheriffduty> mccr8: retriggering on inbound still seems to point to you
  2671. # [20:21] * Quits: ggp (ggp@moz-3283B48A.dsl.telesp.net.br) (Ping timeout)
  2672. # [20:22] * Quits: micadeyeye_ (micadeyeye@moz-63252663.telkomadsl.co.za) (Ping timeout)
  2673. # [20:22] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Connection reset by peer)
  2674. # [20:22] * Quits: flo-retina (Instantbir@moz-87C33FDA.kimsufi.com) (Ping timeout)
  2675. # [20:22] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2676. # [20:22] * Joins: flo-retina1 (Instantbir@moz-87C33FDA.kimsufi.com)
  2677. # [20:22] * Joins: yene (yene@moz-12306879.yetnet.ch)
  2678. # [20:22] * Joins: micadeyeye_ (micadeyeye@moz-63252663.telkomadsl.co.za)
  2679. # [20:22] * flo-retina1 is now known as flo-retina
  2680. # [20:22] * bent|lunch is now known as bent
  2681. # [20:22] * Joins: ggp (ggp@moz-3283B48A.dsl.telesp.net.br)
  2682. # [20:23] * Quits: ggp_ (ggp@BDFA4F58.65EE02F.6B162C56.IP) (Ping timeout)
  2683. # [20:24] * @bsmedberg really wants to search for ".setData(" in any .js or .jsm file but excluding the pattern dt.setData or dataTransfer.setData and excluding files in a test directory
  2684. # [20:24] * @bsmedberg expects MXR to be insufficient to the task
  2685. # [20:24] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  2686. # [20:24] * Quits: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP) (Quit: Boriss)
  2687. # [20:25] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  2688. # [20:27] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  2689. # [20:27] <@ted> bholley: pong
  2690. # [20:28] * Quits: yene (yene@moz-12306879.yetnet.ch) (Quit: The system is overheating and needs to go to sleep now.)
  2691. # [20:28] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  2692. # [20:28] * Quits: twi (Adium@51EE23BA.E92982E1.3FE1604A.IP) (Ping timeout)
  2693. # [20:28] <bholley> ted: I was just going to ask you about bug 952211, but then I remembered that I can just work around it locally with --interactive
  2694. # [20:28] <bholley> ted: also, though - I'm getting semi-garbage dumps with buildsymbols and MINIDUMP_STACKWALK on osx when xpcshell-test crashes
  2695. # [20:29] <bholley> ted: known bug, or should I file?
  2696. # [20:29] <@ted> bholley: not that i've heard of
  2697. # [20:29] <@ted> file it and we can sort it out
  2698. # [20:29] <bholley> ted: great, thanks
  2699. # [20:29] * Joins: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  2700. # [20:29] <@ted> bholley: hm, the fix for lldb in mochitest didn't fix xpcshell tests?
  2701. # [20:29] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  2702. # [20:29] * Quits: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  2703. # [20:29] <@ted> i thought they used the same automationutils code
  2704. # [20:30] <bholley> ted: well, there was some mochitest-specific stuff in that patch
  2705. # [20:30] <bholley> ted: moreover, I think the meat of what actually needs to be escaped is different
  2706. # [20:31] * Joins: brendan (brendaneic@moz-569CD944.tor.primus.ca)
  2707. # [20:31] <bholley> ted: commented in the bug
  2708. # [20:31] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Input/output error)
  2709. # [20:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2a74116d9dbe - Alexander Surkov - Bug 880159, part3 - clean up CharAt stuff, r=tbsaunde
  2710. # [20:32] * Quits: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP) (Quit: Boriss)
  2711. # [20:32] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  2712. # [20:32] * deian|away is now known as deian
  2713. # [20:34] <@ted> bholley: okay
  2714. # [20:36] * baku is now known as baku|away
  2715. # [20:36] * mattwoodrow is now known as mattwoodrow|away
  2716. # [20:37] * Joins: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP)
  2717. # [20:37] * hwine is now known as hwine|mtg
  2718. # [20:37] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2719. # [20:37] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2720. # [20:39] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2721. # [20:39] * Joins: davidb (davidb@moz-18B8D955.dsl.bell.ca)
  2722. # [20:39] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  2723. # [20:39] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2724. # [20:39] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  2725. # [20:40] * Quits: bnicholson|pto (bnicholson@moz-7DED4B39.rcmdva.fios.verizon.net) (Ping timeout)
  2726. # [20:40] * Quits: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP) (Quit: Boriss)
  2727. # [20:40] * Joins: Boriss (Boriss@9F375BE.D78C4BF2.1B32B423.IP)
  2728. # [20:40] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  2729. # [20:42] * Quits: mikeratcliffe (Adium@AB38EDE3.5123CC5E.71D4DE87.IP) (Ping timeout)
  2730. # [20:42] * baku|away is now known as baku
  2731. # [20:44] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2732. # [20:47] * jlund is now known as jlund|biab
  2733. # [20:48] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2734. # [20:48] * nthomas|away is now known as nthomas
  2735. # [20:50] * whimboo is now known as whimboo|afk
  2736. # [20:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/23eade41cfcc - Mike Connor - bug 950201 - add search suggestions to Bing search plugin, r=margaret
  2737. # [20:52] * Quits: yzen (yzen@67828CC7.C1A51174.9D42CF23.IP) (Quit: yzen)
  2738. # [20:52] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  2739. # [20:52] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2740. # [20:53] * Quits: ehugg (chatzilla@42D47B2B.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  2741. # [20:53] * Joins: marco (Thunderbir@moz-15AFC07C.retail.telecomitalia.it)
  2742. # [20:53] * Quits: marco (Thunderbir@moz-15AFC07C.retail.telecomitalia.it) (Input/output error)
  2743. # [20:54] * sheppy is now known as sheppy-offline
  2744. # [20:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8e64c79bb855 - Mike Connor - bug 950204 - Bing search suggestions on desktop do not include locale, r=gavin
  2745. # [20:56] * terrence-brb is now known as terrence
  2746. # [20:56] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2747. # [20:58] * Quits: ekr (ekr@FCCEA34F.7672369.D8E68FF6.IP) (Quit: ekr)
  2748. # [20:59] * jorendorff is now known as jorendorff_away
  2749. # [20:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b41d9ac46315 - Brian Hackett - Bug 950513 - Remove JS_WORKER_THREADS typedef, r=luke.
  2750. # [21:00] * Quits: brendan (brendaneic@moz-569CD944.tor.primus.ca) (Quit: brendan)
  2751. # [21:00] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  2752. # [21:01] * hwine|mtg is now known as hwine
  2753. # [21:02] <mrbkap> jesup: pong
  2754. # [21:03] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  2755. # [21:04] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  2756. # [21:04] <firebot> Check-in:
  2757. # [21:04] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  2758. # [21:04] * Quits: andreasn (andreasn@E6D10E9.A11D5D4B.5A61BDDA.IP) (Ping timeout)
  2759. # [21:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2d2e77e82179 - Jeff Walden - Inherit RangedPtr's operator= in all of SpiderMonkey's *CharsZ classes, so that assignment of the correct raw pointer to each will compile. No bug, r=terrence over IRC
  2760. # [21:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3c86dfbca278 - masaya iseki - Bug 507998 - Add line/column information to the errors reported by JSON.parse, pointing out exactly where in the input string the first bad character was found. r=njn,
  2761. # [21:04] <firebot> r=Waldo, rs=jorendorff on the delta (particularly the Unicode escape bits) from the originally-posted patch
  2762. # [21:05] * Joins: stefanh (stefanh@moz-3EED0162.customers.ownit.se)
  2763. # [21:05] * Quits: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2764. # [21:05] * Joins: fabrice (fabrice@moz-BBE3ABD.mv.mozilla.com)
  2765. # [21:06] * RyanVM|sheriffduty is now known as RyanVM|afk
  2766. # [21:06] * lightsofapollo|afk is now known as lightsofapollo|pto
  2767. # [21:06] * Joins: rednaks (rednaks@60C1215C.B64E1312.55FFA9B4.IP)
  2768. # [21:07] * davidb is now known as davidb|afk
  2769. # [21:07] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2770. # [21:08] <tn> smaug, pong
  2771. # [21:08] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  2772. # [21:08] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2773. # [21:09] <@smaug> tn: more suggestions what to do with that test?
  2774. # [21:09] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2775. # [21:09] * jimm is now known as jimm-bbias
  2776. # [21:10] * Quits: hurley (hurley@moz-BBE3ABD.mv.mozilla.com) (Quit: mootex)
  2777. # [21:10] <tn> smaug: if you want to debug more maybe reinstate the non-maximized mode on winxp (and expect it to fail the test) just to see if that affects things?
  2778. # [21:10] <tn> smaug: otherwise i'm fine with just making the settimeout thing winxp only
  2779. # [21:10] <@smaug> tn: I don't want to debug it more :)
  2780. # [21:10] <@smaug> tn: I don't understand that winxp only
  2781. # [21:11] <@smaug> the test has failed on all the win* platforms
  2782. # [21:11] <jesup> mrbkap: hi - got a question with running mochitests on b2g emulators where enabling the "3g" data connection causes the mochitests to fail due to principal
  2783. # [21:11] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  2784. # [21:11] <tn> smaug: oh, it does fail on all windows?
  2785. # [21:12] * Quits: bholley (bholley@moz-A2189431.hsd1.ca.comcast.net) (Quit: bholley)
  2786. # [21:12] <@smaug> yes, randomly
  2787. # [21:12] * dedmons|away is now known as dedmons
  2788. # [21:12] <mrbkap> jesup: principal...?
  2789. # [21:12] <@smaug> the bug was filed originally for win7
  2790. # [21:13] <jesup> mrbkap: Got a problem with b2g mochitests I've been working with schien and ahal on (and vicamo). See https://pastebin.mozilla.org/3810490 for the errors we get if we enable the emulator data connection (ril.data.enabled). After the first test runs, when SimpleTest.finish() executes and tries to run the second, we get those errors
  2791. # [21:13] * Quits: sewardj (sewardj@moz-CCF2385C.dip0.t-ipconnect.de) (Ping timeout)
  2792. # [21:13] <jesup> And it works if we just comment the ril.data.enabled (I was using an empty test_datachannel_basicAudio.html with runTest() just having SimpleTest.finish() to avoid any confusion about the test itself, just looking at the chaining)
  2793. # [21:13] * Joins: ehugg_lime (ehugg_lime@96BE7AFF.9236F23D.31191230.IP)
  2794. # [21:16] * Joins: digitsm_ (digitsm@D5646364.77EA0BEA.C146C5E5.IP)
  2795. # [21:16] * jorendorff_away is now known as jorendorff
  2796. # [21:17] <mrbkap> jesup: how does the simulator run the mochitests?
  2797. # [21:18] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  2798. # [21:18] <tn> smaug: hmm, okay, looking at the test again
  2799. # [21:18] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  2800. # [21:19] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  2801. # [21:20] <jesup> mrbkap: ./mach mochitest-remote dom/media/tests/mochitest 2>&1 | ts | tee /tmp/z -- note if you have a py.xml error, you need to do "source ../inbound_merge/obj-gonk/_virtualenv/bin/activate; pip install py" first
  2802. # [21:20] * hwine is now known as hwine|afk
  2803. # [21:20] <jesup> and it only works from bash, not tcsh :-(
  2804. # [21:20] <mrbkap> jesup: I don't have a simulator handy here :(
  2805. # [21:21] <mrbkap> jesup: I more meant "How does the mochitest get started in the child."
  2806. # [21:21] <jesup> testing/mozbase/mozrunner/mozrunner/remote.py and testing/marionette/client/marionette/emulator.py set it up
  2807. # [21:21] * Quits: ehugg_lime (ehugg_lime@96BE7AFF.9236F23D.31191230.IP) (Ping timeout)
  2808. # [21:21] <mrbkap> jesup: Could you break on the line that fails?
  2809. # [21:21] <jesup> it restarts the b2g process/homescreen
  2810. # [21:22] <jesup> mrbkap: I'm goign to try; smaug suggested getting stacks
  2811. # [21:22] <mrbkap> jesup: Yeah, that's what I was going to ask for.
  2812. # [21:22] * Quits: ejpbruel (ejpbruel@moz-AE4FFECD.dip0.t-ipconnect.de) (Quit: ejpbruel)
  2813. # [21:23] <jesup> I'll try to do that in a bit. Gotta critical call to make (personal), and then I have to do a phone screen.
  2814. # [21:23] * Joins: blassey_ (blassey@moz-A4899051.hsd1.ma.comcast.net)
  2815. # [21:23] <jesup> bug 950317 is teh bug
  2816. # [21:23] * Quits: blassey (blassey@moz-A4899051.hsd1.ma.comcast.net) (Ping timeout)
  2817. # [21:24] <yeukhon> anyone familiar with building b2g? i have the ff desktop build from moz-central
  2818. # [21:24] <yeukhon> following this https://developer.mozilla.org/en-US/Firefox_OS/Using_the_B2G_desktop_client#Create_a_mozconfig i build again
  2819. # [21:24] <mrbkap> jesup: I'm in and out today... needinfo me on the bug with stacks and I'll take a look when I have a chance?
  2820. # [21:24] * Joins: ejpbruel (ejpbruel@moz-AE4FFECD.dip0.t-ipconnect.de)
  2821. # [21:24] <yeukhon> is that all i need to do?
  2822. # [21:25] <jesup> mrbkap: sure
  2823. # [21:25] <jesup> thanks
  2824. # [21:25] <yeukhon> or do i still need gaia if im only interested in mochtest
  2825. # [21:25] * Quits: gustavold (gustavold@D4758173.F1297147.DF2AC62B.IP) (Ping timeout)
  2826. # [21:25] * Quits: mt (mt@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  2827. # [21:25] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2828. # [21:25] * Quits: blassey_ (blassey@moz-A4899051.hsd1.ma.comcast.net) (Quit: Leaving...)
  2829. # [21:25] <yeukhon> basically i want to re-produce the way b2g is build on try on my laptop
  2830. # [21:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d46a72c9085d - Jonathan Kew - bug 950590 - part 1 - use nsRefPtr instead of manual addref/release calls for gfxFontGroup's reference to the user font set. r=roc
  2831. # [21:25] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b712295eed24 - Jonathan Kew - bug 950590 - part 2 - make SetUserFontSet support updating a gfxFontGroup's user font set on the fly, and use this in canvas rendering context. r=roc
  2832. # [21:26] * Quits: kaze (kaze@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2833. # [21:27] * Joins: ehugg_lime (ehugg_lime@96BE7AFF.9236F23D.31191230.IP)
  2834. # [21:27] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  2835. # [21:27] * Joins: blassey (quassel@moz-A4899051.hsd1.ma.comcast.net)
  2836. # [21:28] * Joins: kaze (kaze@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2837. # [21:28] * Joins: gustavold (gustavold@D657F1A9.A913707B.DF2AC62B.IP)
  2838. # [21:29] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  2839. # [21:29] * ChanServ sets mode: +o ehsan
  2840. # [21:29] * jimm-bbias is now known as jimm
  2841. # [21:30] <+benjamin> battle no. 4664 in the great style wars!
  2842. # [21:30] * Quits: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP) (Quit: Leaving.)
  2843. # [21:30] * Joins: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP)
  2844. # [21:31] <Waldo> ?
  2845. # [21:31] * Quits: ehugg_lime (ehugg_lime@96BE7AFF.9236F23D.31191230.IP) (Ping timeout)
  2846. # [21:31] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2847. # [21:32] * hwine|afk is now known as hwine
  2848. # [21:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4e75d3da1ed3 - Randall Barker - Bug 895358 - Part 2, Enable progressive tile rendering in B2G; r=BenWa,kats,Cwiiis
  2849. # [21:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8a47074c7af5 - Randall Barker - Bug 895358 - Part 1, Adding POSIX cross process mutex to support progressive tile rendering in B2G; r=khuey
  2850. # [21:34] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2851. # [21:34] <tbsaunde> Waldo: I assume its the if alignment thing
  2852. # [21:34] <kats> uhh Waldo: bustage on m-i
  2853. # [21:34] <+benjamin> in this volume, our heros propose a way to wrap long lines
  2854. # [21:34] * Quits: Jesse (jruderman@moz-9754CB0.hsd1.ca.comcast.net) (Quit: Jesse)
  2855. # [21:34] <Waldo> kats: looking
  2856. # [21:34] <+benjamin> but soon they must face the timeless questions
  2857. # [21:34] <+benjamin> like do style guides even matter?
  2858. # [21:35] <+benjamin> what does gecko put * on the variable and sm * on the type?
  2859. # [21:35] <kats> lol
  2860. # [21:35] <+benjamin> can't we just run clang-format and get it over with?
  2861. # [21:36] <tbsaunde> benjamin: once you complete the impossible task of getting agreement sure
  2862. # [21:36] <Waldo> kats: easy fix, coming shortly, looks like clang is permissive here
  2863. # [21:36] * Quits: paulproteus (quassel@199.199.210.158) (Ping timeout)
  2864. # [21:36] <tbsaunde> why don't we just give up on everything being exactly the same and do something useful?
  2865. # [21:36] * Quits: coop (Chris@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2866. # [21:37] <+benjamin> tbsaunde: yes, it turns out enforcing style guidelines is an important distributed systems problem
  2867. # [21:37] * timeless looks up
  2868. # [21:37] * Joins: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com)
  2869. # [21:37] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2870. # [21:38] * Joins: hurley (hurley@moz-DB4A9C19.scl3.mozilla.com)
  2871. # [21:38] <timeless> benjamin: presumably you mean "why" and not "what"
  2872. # [21:38] <+benjamin> indeed
  2873. # [21:38] * Quits: huseby (huseby@moz-F92F288A.chrismail.de) (Input/output error)
  2874. # [21:39] * Joins: paulproteus (quassel@458FE134.3EC36C88.CBDCF1DC.IP)
  2875. # [21:39] <Waldo> tbsaunde: can I be somewhat impolitic and suggest that most of us look at the code more than you do? ;-)
  2876. # [21:39] <Waldo> consistency aids readability for us
  2877. # [21:41] * Joins: coop (Chris@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2878. # [21:41] * Joins: yene (yene@moz-12306879.yetnet.ch)
  2879. # [21:41] <tbsaunde> Waldo: as far as white space is concerned that's probably true you care more than I do
  2880. # [21:41] * Quits: hurley (hurley@moz-DB4A9C19.scl3.mozilla.com) (Quit: ZNC - http://znc.in)
  2881. # [21:42] * Quits: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP) (Input/output error)
  2882. # [21:42] <tbsaunde> well, have more reason to care
  2883. # [21:42] * Joins: rniwa (rniwa@5FEFE500.BA327C77.775DF071.IP)
  2884. # [21:43] * Joins: hurley (hurley@moz-DB4A9C19.scl3.mozilla.com)
  2885. # [21:43] <kats> i dislike style guidelines that result in bloated patches because one name got longer or shorter
  2886. # [21:44] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  2887. # [21:44] * Joins: damons (gnubeard@9EF89678.76294AC8.4A816864.IP)
  2888. # [21:45] * Quits: inolen (Adium@A88571AE.CDFDA8DC.591ED24F.IP) (Quit: Leaving.)
  2889. # [21:46] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2890. # [21:46] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  2891. # [21:46] <Waldo> bustage should be fixt now
  2892. # [21:47] * baku is now known as baku|away
  2893. # [21:47] <firebot> Check-in:
  2894. # [21:47] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c0f0a2299dd0 - Jeff Walden - MSVC bustage fix (apparently it doesn't like "\u0000" in C++, while clang is somehow perfectly happy to accept it, bizarro). Followup to bug 507998, r=bustage
  2895. # [21:48] * davidb|afk is now known as davidb
  2896. # [21:48] <kats> cool
  2897. # [21:49] * Joins: bholley (bholley@moz-A2189431.hsd1.ca.comcast.net)
  2898. # [21:49] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2899. # [21:49] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2900. # [21:50] * Joins: ehugg (chatzilla@42D47B2B.29102B70.6CD50604.IP)
  2901. # [21:50] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2902. # [21:54] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/95588faa95b5 - Bill McCloskey - Bug 952183 - reuseGlobal doesn't account for scripts being recycled (r=mrbkap,khuey)
  2903. # [21:54] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2904. # [21:54] * Joins: billm (billm@moz-E7C99C14.lightspeed.sntcca.sbcglobal.net)
  2905. # [21:55] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2906. # [21:55] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2907. # [21:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5e4acfbcd964 - Rob Wood - Bug 925688 - Marionette unit test intermittent failure, temporarily disable the test; r=mdas
  2908. # [21:56] * Quits: kaze (kaze@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2909. # [21:56] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Quit: dholbert)
  2910. # [21:57] <kats> nicklebedev: do you have try server access?
  2911. # [21:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e5def2cce4bc - Nicholas Hurley - Bug 950888 - Check for null DNS results before using them. r=mcmanus
  2912. # [21:58] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2913. # [22:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/de90cb114d46 - Anthony Jones - Bug 952116 - Add mutex around APZC::CancelAnimation; r=kats
  2914. # [22:02] * Quits: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2915. # [22:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e7bb99d245e8 - Ehsan Akhgari - Bug 951587 - Only specify that CTypes.cpp won't be part of a PGO build in configurations that actually build it; r=gps
  2916. # [22:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/efca82d20128 - Ehsan Akhgari - Bug 949704 - Turn off the useless warning about swapping after the build finishes until we have better reasons to display it; r=gps
  2917. # [22:03] <gps> jesup: you should file a bug on the missing import error. we can install pypi modules from mach commands automatically
  2918. # [22:04] * Joins: ekr (ekr@FCCEA34F.7672369.D8E68FF6.IP)
  2919. # [22:05] * Quits: damons (gnubeard@9EF89678.76294AC8.4A816864.IP) (Ping timeout)
  2920. # [22:05] * Joins: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2921. # [22:05] * joduinn-commute is now known as joduinn-mtg
  2922. # [22:05] * coop is now known as coop|lunch
  2923. # [22:06] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2924. # [22:06] * catlee is now known as catlee-lunch
  2925. # [22:06] * Joins: myk (myk@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2926. # [22:07] * Quits: micadeyeye_ (micadeyeye@moz-63252663.telkomadsl.co.za) (Ping timeout)
  2927. # [22:07] * Quits: vichen (vichen@moz-DA2BB663.dynamic.hinet.net) (Ping timeout)
  2928. # [22:07] * Joins: heftig (heftig@moz-9928E9E7.dip0.t-ipconnect.de)
  2929. # [22:08] * Quits: edwin (me@moz-DB4A9C19.scl3.mozilla.com) (Quit: Lost terminal)
  2930. # [22:09] <tbsaunde> ehsan: ping
  2931. # [22:09] <@ehsan> tbsaunde: hi
  2932. # [22:09] * Joins: vichen (vichen@moz-7411977B.dynamic.hinet.net)
  2933. # [22:10] * Joins: edwin (me@moz-DB4A9C19.scl3.mozilla.com)
  2934. # [22:10] <tbsaunde> ehsan: is there anyway I can know if a node can have an editor without forcing it to be created?
  2935. # [22:10] * dedmons is now known as dedmons|away
  2936. # [22:11] <@ehsan> tbsaunde: what kind of node and what kind of editor?
  2937. # [22:12] <tbsaunde> ehsan: HTMLInput so nsPlainTextEditor I guess? I'm not really when you get which impl of nsIEditor
  2938. # [22:12] <bent> so for new c++ tests are we supposed to use gtest? or still the old style c++ tests?
  2939. # [22:13] <@ehsan> bent: you can use either. gtests are easier if you need stuff from libxul
  2940. # [22:13] <bent> hrm, i do
  2941. # [22:13] * Joins: mt (mt@moz-BBE3ABD.mv.mozilla.com)
  2942. # [22:13] <@ehsan> tbsaunde: so there is a GetEditor() method, but it creates the editor if it doesn't exist already
  2943. # [22:13] <@ehsan> tbsaunde: can you tell me what you want to do?
  2944. # [22:14] <@ehsan> and why you care whether an editor exists or not?
  2945. # [22:14] <KWierso> Waldo: ping?
  2946. # [22:14] <Waldo> KWierso: pong
  2947. # [22:15] * Quits: mt (mt@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  2948. # [22:15] <tbsaunde> ehsan: HyperTextAccessible::NativeState() wants to decide if the element is "editable" and the existing way it does that is to call GetEditor()
  2949. # [22:15] * Joins: kaze (kaze@moz-F6A8D8D3.fbx.proxad.net)
  2950. # [22:15] <KWierso> Waldo: are those json-related failures (the osx xpcshell and the b2g emulator builds) fixed by your followup?
  2951. # [22:15] <KWierso> https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=3c86dfbca278&onlyunstarred=1
  2952. # [22:15] <tbsaunde> ehsan: but its not really ok for that code to flush
  2953. # [22:16] <Waldo> KWierso: the b2g ones, yes; the other, no, I'll look
  2954. # [22:16] <Waldo> looks like a test testing too hard
  2955. # [22:16] <@ehsan> hmm
  2956. # [22:16] <KWierso> Waldo: thanks
  2957. # [22:16] <Waldo> it was a mistake to ever include a code-visible message in errors :-\
  2958. # [22:17] <@ehsan> tbsaunde: try QIing for nsITextControlElement ?
  2959. # [22:18] * Joins: mt (mt@moz-BBE3ABD.mv.mozilla.com)
  2960. # [22:18] * Joins: jamesr (sid10481@moz-E77DEB21.irccloud.com)
  2961. # [22:19] * Joins: inolen (Adium@A88571AE.CDFDA8DC.591ED24F.IP)
  2962. # [22:19] * Quits: billm (billm@moz-E7C99C14.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving)
  2963. # [22:19] * Joins: aiugfe (V@moz-F9CA6B1C.on.nl)
  2964. # [22:19] * Quits: inolen (Adium@A88571AE.CDFDA8DC.591ED24F.IP) (Quit: Leaving.)
  2965. # [22:20] * Quits: {V} (V@moz-F9CA6B1C.on.nl) (Ping timeout)
  2966. # [22:20] * aiugfe is now known as {V}
  2967. # [22:20] * Joins: cpearce (chatzilla@moz-EC1018D1.jetstream.xtra.co.nz)
  2968. # [22:21] <tbsaunde> ehsan: is <input readonly> a thing / what happens there?
  2969. # [22:21] <Ms2ger> Yes it is
  2970. # [22:22] <tbsaunde> I guess that node will QI to nsITextControlElement, but does it get an editor?
  2971. # [22:22] * bc is now known as bc|afk
  2972. # [22:22] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2973. # [22:22] <@ehsan> yes and yes
  2974. # [22:23] <Waldo> KWierso: I'm going to do a local build to test out a very-slightly-more-involved fix; that one test failure shouldn't close the tree, tho, while I wait on that, if you had any thoughts of possibly doing it
  2975. # [22:23] <@ehsan> (I think it won't get an editor if it's never set to not-realonly but you shouldn't assume that)
  2976. # [22:23] * Joins: huseby (huseby@F75112D7.434ADE3C.30D2E3F7.IP)
  2977. # [22:24] <KWierso> Waldo: so less than an hour? sounds good :)
  2978. # [22:24] <tbsaunde> ok, then I guess nsITextControlElement probably works
  2979. # [22:24] <Waldo> KWierso: well less, yes
  2980. # [22:24] * jammink is now known as jammink|food
  2981. # [22:24] <@ehsan> tbsaunde: yeah. let me know if it doesn't
  2982. # [22:24] <KWierso> Waldo: just keep me updated :)
  2983. # [22:24] <Waldo> wilco
  2984. # [22:25] * Joins: sewardj (sewardj@moz-E174CB0C.dip0.t-ipconnect.de)
  2985. # [22:27] <tbsaunde> ehsan: actually how does <div contenteditable=true> work?
  2986. # [22:27] <Ms2ger> Sounds like tbsaunde owns editor/
  2987. # [22:28] <tbsaunde> Ms2ger: no, just trying to make sure I'm covering all the cases
  2988. # [22:28] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2989. # [22:28] <msucan> Waldo: i see you have an r+ for the patch from bug 843004. is that ready to land as-is? i also have r+s for my patches there and i'd like to know if i can land them all tomorrow (after more try runs)
  2990. # [22:28] <Ms2ger> tbsaunde, that's how it starts... :)
  2991. # [22:29] <Waldo> msucan: not quite
  2992. # [22:29] <Waldo> msucan: I'll land it after I deal with this orange
  2993. # [22:29] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  2994. # [22:29] <msucan> Waldo: thank you. then i'll land my patches after yours
  2995. # [22:29] <@ehsan> tbsaunde: we attach only one nsHTMLEditor to the document if it has any number of contenteditables or if it's in designMode
  2996. # [22:29] <@ehsan> tbsaunde: (please, don't ask me why!)
  2997. # [22:30] <gps> nrc: facepalm
  2998. # [22:30] <gps> (bug 950864)
  2999. # [22:30] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3000. # [22:30] <nrc> gps: :-) (just saw)
  3001. # [22:31] <tbsaunde> ehsan: I won't but that sounds insane
  3002. # [22:31] <nrc> gps: that is a kinda funny bug
  3003. # [22:31] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  3004. # [22:31] <nrc> gps: and by 'funny' I mean makes me furious about programming language design/compiler implementation
  3005. # [22:31] <@ehsan> tbsaunde: it's basically a hack done to get contenteditable support in firefox 3-ish
  3006. # [22:32] <nrc> gps: trying a build now...
  3007. # [22:32] * Quits: jackneill (jackneill@moz-90B27085.pool.digikabel.hu) (Ping timeout)
  3008. # [22:32] <tbsaunde> lovely
  3009. # [22:32] * nrc is entertained to find out that he is presumably the only person building Firefox on Windows using python -OO
  3010. # [22:33] <gps> nrc: I'm kinda surprised by that as well. a year ago, I think most people were running -OO
  3011. # [22:33] <gps> i removed that from the MDN docs because it doesn't actually do anything
  3012. # [22:33] <firebot> Check-in:
  3013. # [22:33] <gps> now it's actually breaking the build. so I guess we'll have to test for it
  3014. # [22:33] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/03d86cd05b7e - Jeff Walden - Remove an exact-error-message check from an xpcshell test -- error message string format is not a stable interface, and tests shouldn't break when message strings change
  3015. # [22:33] <nrc> anything other than breaking the world :-)
  3016. # [22:33] <firebot> from time to time. Followup to bug 507998, r=orange
  3017. # [22:34] <nrc> I guess most of our tiny pool of windows users have migrated to mach
  3018. # [22:34] <Ms2ger> beltzner, re your tweet, Gecko supports a ping per spec now; still preffed off, though
  3019. # [22:34] <Waldo> KWierso: ^
  3020. # [22:35] <KWierso> waldo++
  3021. # [22:35] <Waldo> eh, just cleaning up after myself :-)
  3022. # [22:35] * Quits: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu) (Ping timeout)
  3023. # [22:35] * Quits: rogeliodh (Thunderbir@24C5C301.41330CEF.D67CC001.IP) (Quit: rogeliodh)
  3024. # [22:35] * Joins: Olipro (Olipro@moz-36AEAE5A.catv.pool.telekom.hu)
  3025. # [22:36] * Quits: yene (yene@moz-12306879.yetnet.ch) (Quit: The system is overheating and needs to go to sleep now.)
  3026. # [22:38] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Input/output error)
  3027. # [22:39] * julienw is now known as julienw_afk
  3028. # [22:40] * Joins: billm (billm@moz-BBE3ABD.mv.mozilla.com)
  3029. # [22:41] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/7a1445739c07 - Nicholas Nethercote - Bug 631842 (part 2) - Implement |mach valgrind-test|. r=gps.
  3030. # [22:41] <firebot> http://hg.mozilla.org/mozilla-central/rev/32430af5d9d4 - Nicholas Nethercote - Bug 631842 (part 1) - Clone the PGO profile test script and data for use in the Valgrind test. r=ted.
  3031. # [22:43] <gps> E_TOO_MANY_MACH_COMMANDS
  3032. # [22:43] * Quits: digitsm_ (digitsm@D5646364.77EA0BEA.C146C5E5.IP) (Ping timeout)
  3033. # [22:44] <NeilAway> tbsaunde: can you call mozIsTextField?
  3034. # [22:46] <tbsaunde> NeilAway: maybe, though it would be nice if it handled HTMLTextField too
  3035. # [22:47] * ericjung is now known as ericjung|dinner
  3036. # [22:47] * ericjung|dinner is now known as ericjung|early-dinner
  3037. # [22:47] * Quits: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net) (Quit: jib)
  3038. # [22:48] * Quits: dustin (djmitche@moz-A4CD064F.r.igoro.us) (Ping timeout)
  3039. # [22:48] * Quits: nicklebedev (nicklebede@moz-29D843ED.net151.n37.ru) (Quit: )
  3040. # [22:49] * Joins: njn (chatzilla@moz-5B07F155.dyn.iinet.net.au)
  3041. # [22:49] * ChanServ sets mode: +o njn
  3042. # [22:51] * Quits: davidb (davidb@moz-18B8D955.dsl.bell.ca) (Quit: davidb)
  3043. # [22:53] <@njn> gps: thanks for the |hg histedit| pointer. I've looked at it before and I thought that it needed the Changeset Evolution stuff to really be complete, but I could well be wrong. I found the documentation a bit sparse
  3044. # [22:53] <@njn> gps: a "mq-to-histedit" transition tutorial would be ideal :)
  3045. # [22:53] * jandem is now known as jandem-away
  3046. # [22:54] <yeukhon> does ENABLE_MARIONETTE=1 needs to have mz_add_options appended to the front?
  3047. # [22:54] <gps> njn: yeah, it's a little awkward with mq. mq is effectively it's own interactive rebase
  3048. # [22:54] <gps> when I gave up on mq, i started using histedit a lot more
  3049. # [22:54] <@njn> gps: I understand the two don't really fit together
  3050. # [22:54] <@njn> gps: but I don't have a sense how to switch from mq to histedit
  3051. # [22:54] * Quits: ekr (ekr@FCCEA34F.7672369.D8E68FF6.IP) (Quit: ekr)
  3052. # [22:55] <gps> njn: you can start by using bookmarks to do development (like branches in git)
  3053. # [22:55] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3054. # [22:55] <gps> however, unless you have changeset evolution enabled, rebase and histedit will strip the repo
  3055. # [22:55] <gps> and those ops can be slow
  3056. # [22:55] <AutomatedTester> yeukhon: it shoudlnt matter if its at the beginning or the end of your mozconfig
  3057. # [22:56] <gps> unfortunately, I can't recommend changeset evolution to people just yet. still a bit rough around the edges and performance needs work
  3058. # [22:56] <@njn> gps: I'm happy to wait
  3059. # [22:56] * Joins: ekr (ekr@FCCEA34F.7672369.D8E68FF6.IP)
  3060. # [22:57] <yeukhon> AutomatedTester: when i try to run ./mach mochitest-b2g-desktop im getting Add 'ENABLE_MARIONETTE=1' to your mozconfig file and re-build the application.
  3061. # [22:57] <yeukhon> but i have ENABLE_MARIONETTE=1 with and without mz_options
  3062. # [22:57] <yeukhon> unless i need to recompile from scratch again
  3063. # [22:58] * Quits: therube_agone (chatzilla@moz-10655617.bltmmd.east.verizon.net) (Ping timeout)
  3064. # [22:58] <AutomatedTester> yeukhon: just add ENABLE_MARIONETTE=1 to the file
  3065. # [22:58] * Quits: bgrins (Adium@2E6E9164.E6468DB3.BAB75B95.IP) (Quit: Leaving.)
  3066. # [22:58] * Quits: ekr (ekr@FCCEA34F.7672369.D8E68FF6.IP) (Quit: ekr)
  3067. # [22:58] <AutomatedTester> it doesnt have t be in the options
  3068. # [22:59] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3069. # [22:59] <yeukhon> i first compiled with the options, so if i do it wihtout, i assume i would have ot clobber and then build again?
  3070. # [22:59] <fabrice> yes
  3071. # [22:59] * Joins: ekr (ekr@FCCEA34F.7672369.D8E68FF6.IP)
  3072. # [23:00] <yeukhon> okay. thanks. want to confirm im doing something right before clobber again
  3073. # [23:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6296ca67d80b - Brian Hackett - Bug 951979 - Reorder compilation vs. operation callback lock ordering constraints, r=jandem.
  3074. # [23:00] <yeukhon> thanks a lot
  3075. # [23:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e9bab00a241e - Ryan VanderMeulen - Backed out changesets ccdc3d4f4571, 4dcc91e771e3, 0ae14946314b, and 94d22ab0b17f (bug 937960) for Windows 7 debug xpcshell failures.
  3076. # [23:01] * Joins: b10n1k (j0ni@moz-1AD305C9.dsl.dyn.forthnet.gr)
  3077. # [23:02] * Quits: rednaks (rednaks@60C1215C.B64E1312.55FFA9B4.IP) (Ping timeout)
  3078. # [23:02] * Quits: msucan (mihai@F152E5EF.21F8EF8F.C0E37CF3.IP) (Quit: Leaving.)
  3079. # [23:03] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3080. # [23:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3c174bf854ce - Brian Hackett - Bug 950460 - Fixup test used for discarding property type information for singleton objects, r=jandem.
  3081. # [23:03] * Quits: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com) (Quit: drno)
  3082. # [23:03] * Quits: RyanVM|afk (Thunderbir@moz-4C953DE7.phlapa.fios.verizon.net) (Quit: RyanVM|afk)
  3083. # [23:04] * joduinn-mtg is now known as joduinn
  3084. # [23:04] * gregglind_afk is now known as gregglind
  3085. # [23:04] * Joins: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com)
  3086. # [23:04] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  3087. # [23:04] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  3088. # [23:05] * Joins: rednaks (rednaks@60C1215C.B64E1312.55FFA9B4.IP)
  3089. # [23:05] * jmaher is now known as jmaher|afk
  3090. # [23:05] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3091. # [23:06] <tbsaunde> ehsan: so just checking for the node QIing to nsITextControlElement isn't enough because the accessible for the div in <div contenteditable=true> should be editable and that accessible is a HyperTextAccessibl
  3092. # [23:06] <@ehsan> tbsaunde: is nsIContent::IsEditable() what you want then?
  3093. # [23:07] <tbsaunde> let me look
  3094. # [23:07] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3095. # [23:08] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  3096. # [23:08] * corey|away is now known as corey
  3097. # [23:08] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3098. # [23:08] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3099. # [23:10] * Quits: jimm (jmathies@moz-DF439B90.pn.at.cox.net) (Quit: )
  3100. # [23:10] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  3101. # [23:11] <firebot> Check-in:
  3102. # [23:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c75e5f21cd86 - Jeff Walden - Bug 843004 - Make detecting-ful evaluations of undefined properties in self-hosted code not warn, so that self-hosted code can use that pattern when it wants to.
  3103. # [23:11] <firebot> r=jorendorff
  3104. # [23:11] * jhopkins|buildduty is now known as jhopkins|afk
  3105. # [23:12] * Quits: Ms2ger (Ms2ger@8B85F0F7.C5F25A2D.F15B0BB3.IP) (Quit: nn)
  3106. # [23:12] * Callek is now known as Callek_disconnected
  3107. # [23:13] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  3108. # [23:13] * Joins: mixedpuppy_ (mixedpuppy@A6CF435B.D1155E2C.CFC2A289.IP)
  3109. # [23:13] * Joins: yene (yene@moz-F6A0769B.dclient.hispeed.ch)
  3110. # [23:14] * Quits: yene (yene@moz-F6A0769B.dclient.hispeed.ch) (Quit: Family. Duty. Hodor.)
  3111. # [23:15] * Joins: yene (yene@moz-F6A0769B.dclient.hispeed.ch)
  3112. # [23:15] * Quits: yene (yene@moz-F6A0769B.dclient.hispeed.ch) (Quit: Family. Duty. Hodor.)
  3113. # [23:16] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  3114. # [23:16] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  3115. # [23:21] * heycam|away is now known as heycam
  3116. # [23:21] * catlee-lunch is now known as catlee
  3117. # [23:21] * Quits: hurley (hurley@moz-DB4A9C19.scl3.mozilla.com) (Quit: ZNC - http://znc.in)
  3118. # [23:22] <@smaug> tn: any ideas?
  3119. # [23:22] * @smaug is trying to do some magic tomorrow and land the real patch
  3120. # [23:22] <@smaug> will try to do...
  3121. # [23:23] <@smaug> that future tense
  3122. # [23:23] <tn> smaug: got sidetracked into other stuff, sorry, haven't gotten to that bug yet
  3123. # [23:23] <@smaug> silly English
  3124. # [23:23] <@smaug> ok
  3125. # [23:23] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  3126. # [23:24] * Joins: cpeterso_ (cpeterson@moz-C07D5168.p2p.sfo1.mozilla.com)
  3127. # [23:24] <tn> smaug: if i were to debug it i would want to dump a bunch of extra stuff to see what was going on, like when we do actual paints and resizes and a dump of the layer tree to see why it fails the test
  3128. # [23:24] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3129. # [23:25] <@smaug> tn: I had debug trypush which logged all the events
  3130. # [23:25] <@smaug> nothing useful there
  3131. # [23:26] <tn> smaug: not just the events but also when we do the resize reflow and the paint (from c++), because the events are dispatched async. what the layer tree is would also be interesting to know why we are failing actually
  3132. # [23:27] <@smaug> tn: oh you mean printfs in C++ and such
  3133. # [23:27] * @smaug has spent way too much time with that existing randomly failing test which he is just making fail a bit more often :/
  3134. # [23:28] * Joins: brendan (brendaneic@moz-569CD944.tor.primus.ca)
  3135. # [23:28] * ericjung|early-dinner is now known as ericjung
  3136. # [23:28] * Quits: ddahl (ddahl@8ECA0B87.AD77F8DE.D1E74241.IP) (Input/output error)
  3137. # [23:28] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  3138. # [23:29] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  3139. # [23:30] * Joins: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net)
  3140. # [23:31] * Quits: lmandel (lmandel@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3141. # [23:32] * Quits: naveed (naveed@moz-3CA42256.bstnma.fios.verizon.net) (Ping timeout)
  3142. # [23:33] <tn> smaug: knowing what the layer tree is when it fails would be useful, right now we don't know why it fails, maybe its overlaping, maybe it doesnt cover the whole thing? we don't know
  3143. # [23:34] <@smaug> tn: well, someone familiar with layer tree should hopefully do such debugging ;)
  3144. # [23:35] <@smaug> I'm just trying to get my pretty much unrelated patch landed
  3145. # [23:35] * mattwoodrow|away is now known as mattwoodrow
  3146. # [23:35] * @smaug could just disable the test :p
  3147. # [23:37] * Quits: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0a2/20131218004001])
  3148. # [23:37] * joduinn is now known as joduinn-mtg
  3149. # [23:37] <tn> smaug: the test does tell you how to dump the layer tree when it fails. :)
  3150. # [23:37] <tn> smaug: what do i need to push to try along with it to get useful results?
  3151. # [23:37] * Joins: WeirdAl (chatzilla@moz-D461843.ask.info)
  3152. # [23:37] * Quits: vichen (vichen@moz-7411977B.dynamic.hinet.net) (Quit: vichen)
  3153. # [23:38] * Quits: grobinson|laptop (grob_@moz-9B1F2458.chrismail.de) (Ping timeout)
  3154. # [23:38] <@smaug> tn: the patches for bug 930793
  3155. # [23:38] <@smaug> just use patch -p1 --fuzz=9 < patch.
  3156. # [23:38] * julienw_afk is now known as julienw
  3157. # [23:38] <@smaug> it will complain about one thing, but it is just IID update
  3158. # [23:40] <tn> smaug: actually, just make this line true http://mxr.mozilla.org/mozilla-central/source/gfx/thebes/gfxUtils.cpp#864 and push to try, easier for you to do since you have it already queued
  3159. # [23:41] * Quits: janv (varga@C7D0EBA9.73D44C34.4F33160D.IP) (Quit: This computer has gone to sleep)
  3160. # [23:42] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Quit: yzen)
  3161. # [23:42] * Quits: lgarner (lgarner@2D337F52.2D31AF7B.5AEB50C4.IP) (Ping timeout)
  3162. # [23:42] * Joins: mkaply (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net)
  3163. # [23:42] <@smaug> k
  3164. # [23:43] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3165. # [23:43] * Joins: dustin (djmitche@moz-A4CD064F.r.igoro.us)
  3166. # [23:43] <tn> smaug: is there an easy way to limit the test suite to just the one test or directory we are interested in? otherwise we might run out of log space, that generates a lot of spew
  3167. # [23:43] * Quits: mkaply_ (quassel@moz-E77BA452.gtwncmta01.grtntx.tl.dh.suddenlink.net) (Ping timeout)
  3168. # [23:44] <@smaug> tn: I'm not aware of such thing
  3169. # [23:44] * Joins: jib (Jan-Ivar@moz-772521AF.hsd1.pa.comcast.net)
  3170. # [23:44] * wlach is now known as wlach|afk
  3171. # [23:45] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3172. # [23:48] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3173. # [23:48] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3174. # [23:49] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3175. # [23:51] * Joins: dao (dao@moz-822CF04.superkabel.de)
  3176. # [23:51] * Quits: dustin (djmitche@moz-A4CD064F.r.igoro.us) (Quit: ZNC - http://znc.sourceforge.net)
  3177. # [23:51] * Joins: dustin (djmitche@moz-A4CD064F.r.igoro.us)
  3178. # [23:53] * Quits: bjacob (bjacob@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Konversation terminated!)
  3179. # [23:53] <tn> smaug: guh, MOCHITEST_CHROME_MANIFESTS scattered over the tree seems to be the only way to control what gets run
  3180. # [23:53] <jesup> smaug: got a stack https://pastebin.mozilla.org/3812621 - can't find mochi.test.
  3181. # [23:53] * Joins: vingtetun (Thunderbir@moz-64E1A8DA.fbx.proxad.net)
  3182. # [23:53] * coop|lunch is now known as coop
  3183. # [23:54] * Fallen is now known as Fallen|away
  3184. # [23:56] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3185. # [23:57] * Quits: stefanh (stefanh@moz-3EED0162.customers.ownit.se) (Quit: ChatZilla 0.9.90.1 [SeaMonkey 2.23/20131207075325])
  3186. # [23:58] * corey is now known as corey|away
  3187. # [23:58] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  3188. # [23:58] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3189. # Session Close: Fri Dec 20 00:00:01 2013

The end :)