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

Options:

  1. # Session Start: Thu Aug 23 00:00:00 2012
  2. # Session Ident: #developers
  3. # [00:00] <@khuey> rclick++
  4. # [00:00] * davehunt is now known as davehunt|away
  5. # [00:01] * davehunt|away is now known as davehunt
  6. # [00:01] * philor is now known as philor|away
  7. # [00:02] <tanvi> looks like i can use flash in mochitests too
  8. # [00:02] * Joins: bent (chatzilla@moz-BBE3ABD.mv.mozilla.com)
  9. # [00:02] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  10. # [00:03] * bwinton is now known as bwinton_away
  11. # [00:03] * Quits: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP) (Quit: ChatZilla 0.9.86 [SeaMonkey 1.1.19/2010030105])
  12. # [00:03] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  13. # [00:03] * ChanServ sets mode: +o roc
  14. # [00:03] * davehunt is now known as davehunt|away
  15. # [00:04] * Quits: rclick (rclick@5053A8BE.7BDAA3AE.E430BA25.IP) (Ping timeout)
  16. # [00:04] <@khuey> tanvi: no, you can't use flash in mochitests
  17. # [00:05] * jlebar|away is now known as jlebar
  18. # [00:05] * Quits: chewey (chewey@moz-D0001217.dip0.t-ipconnect.de) (Ping timeout)
  19. # [00:05] <tanvi> so application/x-test is the only one you can use?
  20. # [00:05] <@gavin> jgriffin: did bug 779984 change when marionnete is enabled?
  21. # [00:05] <@gavin> it's being blamed for some maxalloc regressions on inbound
  22. # [00:06] <tanvi> http://mxr.mozilla.org/mozilla-central/source/content/base/test/file_CSP_main.html?force=1#30
  23. # [00:06] <tanvi> khuey ^^
  24. # [00:06] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Ping timeout)
  25. # [00:06] <tanvi> oh the csp one is an xpcshell test
  26. # [00:06] <jgriffin> gavin: yes, it caused Marionette to be enabled by default on debug builds, rather than just packaged but disabled as it previously was
  27. # [00:06] <jgriffin> gavin: I've already backed out the change
  28. # [00:07] <tanvi> or maybe not
  29. # [00:07] <@khuey> tanvi: the test plugin is the only plugin you can use, afaik
  30. # [00:07] <@khuey> tanvi: maybe ask johns about this, he's been up to plugin stuff recently
  31. # [00:07] <tanvi> the test plugin doesn't take a data or source attribute. so i can't test whether an http source is blocked on an https page
  32. # [00:08] <johns> tanvi: If you do |data=blah type=application/x-test| it will still open a channel to blah
  33. # [00:09] <johns> The test plugin simply wont make any use of it
  34. # [00:09] <tanvi> johns: i get an error when i try that
  35. # [00:10] <tanvi> http://pastebin.mozilla.org/1771052
  36. # [00:10] * Quits: bsmith (bsmith@moz-C32F9E23.sfo1.dsl.speakeasy.net) (Connection reset by peer)
  37. # [00:11] <tanvi> been chatting about it on #security, and the only conclusion we've come up with is to try flash
  38. # [00:11] <johns> tanvi: That looks like a bug in the test plugin. It's trying to open a stream for some local thing and failing
  39. # [00:11] <tanvi> i'm sending a response with the header application/x-test and no data
  40. # [00:12] <johns> tanvi: The <object> tag opens a channel and reads the headers before ever instantiating a plugin
  41. # [00:12] * geekboy|afk is now known as geekboy
  42. # [00:12] * Quits: bent (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  43. # [00:12] * bhearsum is now known as bhearsum|afk
  44. # [00:12] <johns> tanvi: So the test plugin is itself introspecting the data attribute and doing something stupid with it it looks like
  45. # [00:12] <tanvi> johns: http://pastebin.mozilla.org/1771121
  46. # [00:13] <tanvi> ah okay
  47. # [00:13] * Quits: jorendorff (jorendorff@moz-2E139815.hsd1.tn.comcast.net) (Quit: jorendorff)
  48. # [00:13] * Joins: bent (chatzilla@moz-BBE3ABD.mv.mozilla.com)
  49. # [00:14] <johns> tanvi: setting env var |NSPR_LOG_MODULES="objlc:5"| may also be useful in debugging
  50. # [00:14] <johns> tanvi: Will spew a bunch about what the <object> tag is doing
  51. # [00:14] * Joins: bsmith (bsmith@moz-C32F9E23.sfo1.dsl.speakeasy.net)
  52. # [00:14] * Quits: pnemsak (Miranda@A6E8C11.B7BED47D.3CA1F9DE.IP) (Quit: pnemsak)
  53. # [00:15] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  54. # [00:16] <@smaug> mattwoodrow: ping
  55. # [00:17] * philor|away is now known as philor
  56. # [00:17] <jimb> espindola: Yeah, I think I used the UI to mess with the project, but then xcodebuild from within Emacs to edit it.
  57. # [00:17] * Joins: gerv (gerv@moz-3093CEDF.ppp.as43234.net)
  58. # [00:17] <jimb> espindola: The XCode project is indeed the way to build the Mac dump_syms.
  59. # [00:18] <@smaug> mattwoodrow: how does painting work now in dlbi world in case when refreshdriver runs in content page
  60. # [00:18] * Quits: beaufour (beaufour@moz-723527FF.nycmny.fios.verizon.net) (Quit: beaufour)
  61. # [00:18] * Joins: nrc (nrc@538BABFE.A073F3E.97BBD552.IP)
  62. # [00:18] * Joins: roc (chatzilla@E2F7352.56080C53.97BBD552.IP)
  63. # [00:18] * ChanServ sets mode: +o roc
  64. # [00:19] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/2e2d6cc1abe4 - calbld - Added tag CALENDAR_1_7_BUILD1 for changeset THUNDERBIRD_15_0b5_RELEASE. CLOSED TREE a=release
  65. # [00:19] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/303968950611 - calbld - Added tag CALENDAR_1_7_RELEASE for changeset THUNDERBIRD_15_0b5_RELEASE. CLOSED TREE a=release
  66. # [00:20] * Joins: chewey (chewey@moz-67542479.dip0.t-ipconnect.de)
  67. # [00:20] <espindola> jimb, yes, it is not too bad once the project is updated
  68. # [00:20] <tanvi> johns: thanks. Trying the env variable
  69. # [00:21] * Quits: jedp (jed@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  70. # [00:21] * Joins: glender (Adium@moz-DF1045D9.cust.bluewin.ch)
  71. # [00:21] <espindola> but I could not figure out how to set the toolchain from the command line
  72. # [00:21] * Quits: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr_)
  73. # [00:22] * Quits: marcoz (marco.zehe@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving.)
  74. # [00:22] * Quits: mikeperry (mikeperry@moz-A33717E.is.a.tor.exit.server.torland.me) (Z:lined (dronebot))
  75. # [00:23] * mbrubeck resists urge to suggest XMonad-style Haskell configuration files for the build system. ;)
  76. # [00:23] * Quits: Enn (enn@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  77. # [00:23] <decoder> froydnj: ping
  78. # [00:23] * espindola resists suggesting anything that is not turing complete
  79. # [00:24] <johns> tanvi: Does that objects.onload/onerror ever fire, even if you omit data? If it does I don't think it means what you think it means
  80. # [00:24] * Quits: sicking (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Quit: Reconnecting…)
  81. # [00:24] * Joins: sicking (chatzilla@moz-BBE3ABD.mv.mozilla.com)
  82. # [00:24] <tanvi> the onload/onerror never fires
  83. # [00:24] * Quits: janv (varga@moz-7B0110AD.mv.mozilla.com) (Quit: This computer has gone to sleep)
  84. # [00:24] <johns> tanvi: Yeah, I'm pretty sure object tags will simply never fire those :(
  85. # [00:25] <tanvi> hmm… the w3cschools page on object tag didnt have onload or onerror, but i found it used elsewhere
  86. # [00:25] * Quits: gustavold (gustavold@8AD413DD.3053860D.A992BEAD.IP) (Ping timeout)
  87. # [00:25] <tanvi> http://www.w3schools.com/jsref/event_onload.asp
  88. # [00:25] * Joins: janv (varga@moz-7B0110AD.mv.mozilla.com)
  89. # [00:26] <johns> tanvi: You can use |object instanceof Ci.nsIObjectLoadingContent; if (object.displayedType != Ci.nsIObjectLoadingContent.TYPE_NULL) {...}| to see if the tag loaded something
  90. # [00:26] <johns> tanvi: It will start as TYPE_LOADING and then transition to TYPE_NULL (didn't load) or some other type (loaded something)
  91. # [00:27] * Joins: JonathanS (JonathanS@17EDFC35.8737F162.521902B0.IP)
  92. # [00:27] <johns> tanvi: I believe currently if you simply spin the event loop |window.setTimeout(callback, 0);| and check for TYPE_NULL you will do what you want
  93. # [00:27] <tanvi> okay.
  94. # [00:27] <@khuey> lsblakk: setting checkin-needed on a private bug is unlikely to have the desired results
  95. # [00:27] <tanvi> so if i ever get Type_loading, its my onload. and if i dont with sometimeout, its my onerror
  96. # [00:28] * Joins: dao (dao@moz-F258FAA3.superkabel.de)
  97. # [00:28] <johns> tanvi: If it decided not to load the channel it should be TYPE_NULL after the event loop spin, if its TYPE_LOADING its opening a channel, if its any other type it loaded something
  98. # [00:28] <lsblakk> khuey: i was just asking that in #security
  99. # [00:28] * Quits: janv (varga@moz-7B0110AD.mv.mozilla.com) (Quit: This computer has gone to sleep)
  100. # [00:28] <lsblakk> khuey: what's a good practice then for this situation?
  101. # [00:29] <@khuey> lsblakk: you could probably get RyanVM to land it if you CC him to the bug
  102. # [00:29] <tanvi> okay, thanks johns! I will try that
  103. # [00:29] <RyanVM> lsblakk: khuey: lulz, was just qfin'ing it
  104. # [00:30] * Joins: campd (dave@9E727688.17C2F9C.163DC5C6.IP)
  105. # [00:30] <lsblakk> RyanVM: cc'd you
  106. # [00:30] <Callek> lsblakk: if something needs checkin, you can always e-mail my jwood@m.c e-mail with the "can you please land this for us" and I can promise to get it within a week ;-)
  107. # [00:30] <lsblakk> RyanVM: it's just an ESR landing
  108. # [00:30] <Fallen> tanvi: http://w3fools.com/
  109. # [00:30] * Quits: dcamp (dave@9E727688.17C2F9C.163DC5C6.IP) (Connection reset by peer)
  110. # [00:30] <Callek> usually within 24 hours -- especially if m-i is ok ;-)
  111. # [00:30] <Callek> but yea, "last minute" (like for ESR) is another story
  112. # [00:30] <lsblakk> Callek: thanks, this is a security bug that needs an ESR landing, but will keep that in mind
  113. # [00:31] * Quits: @bz (bzbarsky@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  114. # [00:31] <Callek> lsblakk: well yea, I am s-g as well :-)
  115. # [00:31] <Callek> lsblakk: not planning to handle the average c-n bugs, but willing to do so for s-g ones
  116. # [00:31] * Callek just is not going to be regularly checking the c-n queue
  117. # [00:31] * Quits: hipokrit (hipokrit@81016825.8DB70AE8.839F6EC0.IP) (Quit: Leaving)
  118. # [00:32] <lsblakk> sounds like a good plan, you have a lot of other things to do :)
  119. # [00:32] <Callek> exactly
  120. # [00:32] <RyanVM> Callek: I've got this one :P
  121. # [00:32] * Joins: marcoz (marco.zehe@F2D29657.F60B0462.67AC9B1.IP)
  122. # [00:32] <Callek> RyanVM: yea this one, I saw -- was more a "for future" ;-)
  123. # [00:33] * cadecairos is now known as cadecairos_away
  124. # [00:33] * Quits: overholt (overholt@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  125. # [00:34] * Quits: twi (Adium@moz-CC561053.sme.bredbandsbolaget.se) (Quit: Leaving.)
  126. # [00:34] * mjschranz is now known as mjschranz_away
  127. # [00:36] * Quits: ferjm (ferjm@moz-45CEBBA9.red-83-42-171.dynamicip.rima-tde.net) (Quit: Leaving)
  128. # [00:36] * Quits: joshmoz (josh@moz-6F3505DF.nyc.res.rr.com) (Quit: Leaving)
  129. # [00:37] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  130. # [00:37] * Quits: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com) (Quit: NO CARRIER)
  131. # [00:37] * Joins: janv (varga@moz-7B0110AD.mv.mozilla.com)
  132. # [00:38] * jammink is now known as jammink|afk
  133. # [00:38] <KaiRo> hmm, looks like native file picker is broken on today's builds
  134. # [00:38] <tanvi> Fallen: thanks for the pointer. I'll know better than to believe them in the future ;)
  135. # [00:39] <Fallen> tanvi: I've blocked them on google's search results :)
  136. # [00:39] <Callek> KaiRo: which native file picker, win7?
  137. # [00:39] * Callek ducks as *I* already know the answer, but had to tease
  138. # [00:40] * Quits: Adityab (aditya@123CE697.45F59B68.1CE56A7.IP) (Ping timeout)
  139. # [00:40] * Quits: Pike (Pike@moz-920276D2.pool.mediaways.net) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347])
  140. # [00:43] * Joins: mikeperry (mikeperry@moz-E3C30B54.torservers.net)
  141. # [00:44] * Joins: Hughman (Mibbit@612FCB38.45583DB0.A3B82EC7.IP)
  142. # [00:44] <@gavin> bsmith: ping?
  143. # [00:44] * jammink|afk is now known as jammink
  144. # [00:44] * Quits: whimboo (whimboo@moz-CAA15461.superkabel.de) (Input/output error)
  145. # [00:46] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  146. # [00:47] <bsmith> gavin: pong
  147. # [00:47] * Joins: birtles (chatzilla@moz-348F61F0.mozilla.or.jp)
  148. # [00:47] * Quits: marcoz (marco.zehe@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving.)
  149. # [00:48] * joduinn is now known as joduinn-brb
  150. # [00:49] * campd is now known as dcamp
  151. # [00:51] * Joins: ekr_ (ekr@moz-D7997EC8.rtfm.com)
  152. # [00:51] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  153. # [00:51] * ekr_ is now known as ekr
  154. # [00:54] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  155. # [00:54] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  156. # [00:56] * Joins: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net)
  157. # [00:56] * Quits: mikeperry (mikeperry@moz-E3C30B54.torservers.net) (Z:lined (dronebot))
  158. # [00:56] * Joins: mikeperry (mikeperry@F2BCBAF4.2D11C945.9928311C.IP)
  159. # [00:56] * Quits: rajul (quassel@EBAAB457.DB943D55.5700D73F.IP) (Ping timeout)
  160. # [00:57] * Quits: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  161. # [00:58] <mattwoodrow> smaug: DLBI hasn't actually landed as such yet
  162. # [00:58] <mattwoodrow> but we paint directly from the refresh driver instead of from the widget expose event
  163. # [00:59] * Quits: mdas (mdas@moz-E31CD2CB.mozilla.org) (Quit: mdas)
  164. # [00:59] * Joins: marcoz (marco.zehe@8F761026.B5EF4AF6.E96CA9D8.IP)
  165. # [00:59] * Joins: darktrojan (geoff@moz-30B3CCFD.telstraclear.net)
  166. # [01:00] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  167. # [01:00] <mats> KaiRo: it's broken for me too, I filed bug 784842
  168. # [01:00] * Joins: rajul (quassel@1318FC50.375996AE.27560D6E.IP)
  169. # [01:00] * philor is now known as philor|away
  170. # [01:00] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.88.2 [SeaMonkey 2.7.2/20120801231937])
  171. # [01:01] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  172. # [01:01] * ekr_ is now known as ekr
  173. # [01:01] * Quits: dcamp (dave@9E727688.17C2F9C.163DC5C6.IP) (Quit: Leaving...)
  174. # [01:02] * Quits: jprmc (jprmc@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  175. # [01:03] * Joins: njn (chatzilla@moz-861BB63D.dyn.iinet.net.au)
  176. # [01:04] * Quits: RealRaven (Thunderbir@4A3ADD9E.6E2C5D94.27F80FAC.IP) (Ping timeout)
  177. # [01:04] * Joins: RealRaven (Thunderbir@4A3ADD9E.6E2C5D94.27F80FAC.IP)
  178. # [01:05] * Quits: espadrine (thaddee_ty@moz-85EBB8A.dia.static.qwest.net) (Ping timeout)
  179. # [01:06] * Quits: bonnie (bbsurender@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  180. # [01:06] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Quit: bmoss)
  181. # [01:07] * Quits: TheLink (TheLink@moz-7DF028C8.pools.arcor-ip.net) (Client exited)
  182. # [01:08] * Joins: TheLink (TheLink@moz-7DF028C8.pools.arcor-ip.net)
  183. # [01:08] * Quits: jduell (jduell@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  184. # [01:09] * Joins: bonnie (bbsurender@moz-7B0110AD.mv.mozilla.com)
  185. # [01:09] <KaiRo> mats: thanks
  186. # [01:10] * Quits: TheLink (TheLink@moz-7DF028C8.pools.arcor-ip.net) (Ping timeout)
  187. # [01:10] * Quits: ianbicking (ianbicking@moz-5D45B48D.hsd1.mn.comcast.net) (Quit: ianbicking)
  188. # [01:11] * fabrice is now known as fabrice1
  189. # [01:11] * fabrice|afk is now known as fabrice
  190. # [01:12] * Quits: bonnie (bbsurender@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  191. # [01:12] * philor|away is now known as philor
  192. # [01:13] * Joins: bonnie (bbsurender@moz-7B0110AD.mv.mozilla.com)
  193. # [01:14] * Quits: nmatsakis (nmatsakis@moz-4F54DBC5.hsd1.ca.comcast.net) (Quit: Computer has gone to sleep.)
  194. # [01:14] * Quits: kaze (kaze@moz-E5047A24.rev.sfr.net) (Ping timeout)
  195. # [01:15] * Joins: loadbang (loadbang@moz-254E1A07.range86-135.btcentralplus.com)
  196. # [01:16] * Joins: jduell (jduell@moz-BBE3ABD.mv.mozilla.com)
  197. # [01:19] * Quits: edmorley|away (edmorley@moz-C1D5D9AA.range109-156.btcentralplus.com) (Quit: Instantbird 1.3a1pre -- http://www.instantbird.com)
  198. # [01:20] * coop|buildduty is now known as coop|afk
  199. # [01:21] * heycam|away is now known as heycam
  200. # [01:22] * joduinn-brb is now known as joduinn
  201. # [01:23] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  202. # [01:25] * Quits: brambles (xymox@moz-DB6CE45E.espace-win.org) (Ping timeout)
  203. # [01:25] * Quits: ochameau (ochameau@moz-A33C217B.fbx.proxad.net) (Ping timeout)
  204. # [01:25] * Quits: glandium (glandium@moz-6CEC22A8.fbx.proxad.net) (Ping timeout)
  205. # [01:26] * Joins: brambles (xymox@moz-DB6CE45E.espace-win.org)
  206. # [01:26] * Joins: tantek (tantek@moz-1FE1C80F.pools.spcsdns.net)
  207. # [01:26] * Joins: glandium (glandium@moz-6CEC22A8.fbx.proxad.net)
  208. # [01:27] * Joins: ochameau (ochameau@moz-A33C217B.fbx.proxad.net)
  209. # [01:27] * Quits: ehugg (chatzilla@B5E897B5.C5EAED67.6CD50604.IP) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347])
  210. # [01:29] * Quits: c0smikdebris (c0smikdebr@EBACE627.950545B2.274D17D6.IP) (Quit: Computer has gone to sleep.)
  211. # [01:30] * Quits: tantek (tantek@moz-1FE1C80F.pools.spcsdns.net) (Quit: tantek)
  212. # [01:31] * Quits: valenting (valenting@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  213. # [01:32] * Quits: atuljangra (Mibbit@C4041738.72D9B9AA.110F01C1.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  214. # [01:33] * Joins: valenting (valenting@moz-BBE3ABD.mv.mozilla.com)
  215. # [01:33] * Quits: bent (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  216. # [01:33] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  217. # [01:34] * Quits: glender (Adium@moz-DF1045D9.cust.bluewin.ch) (Ping timeout)
  218. # [01:34] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  219. # [01:34] * Joins: glender (Adium@moz-DF1045D9.cust.bluewin.ch)
  220. # [01:35] * Joins: AaronMT (AaronMT@moz-DEDA283.cpe.net.cable.rogers.com)
  221. # [01:36] <mounir> someone has standaloneV2.1.zip ?
  222. # [01:36] <mounir> seems like the link in the wiki is a 404
  223. # [01:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4f008e6bbb9d - Jonathan Griffin - Bug 779984 - Re-land patch without letting ENABLE_MARIONETTE=1 actually load Marionette in desktop Firefox, r=ted
  224. # [01:37] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  225. # [01:38] * Quits: mwu (mwu@moz-59435430.hsd1.nj.comcast.net) (Ping timeout)
  226. # [01:38] * Joins: ehugg_lime (ehugg_lime@moz-7B439473.mycingular.net)
  227. # [01:38] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  228. # [01:38] * Quits: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net) (Ping timeout)
  229. # [01:40] * Joins: ianbicking (ianbicking@moz-5D45B48D.hsd1.mn.comcast.net)
  230. # [01:40] * Joins: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net)
  231. # [01:40] <philor> mounir: standalone talos? #ateam would have many words to say about it, of which "deprecated" is the only polite one, but they'd also be happy to point you toward more productive and modern things to do instead
  232. # [01:42] * Quits: akeybl (akeybl@moz-7B0110AD.mv.mozilla.com) (Quit: Leaving...)
  233. # [01:43] <mounir> philor: actually, it took me some time to realize it's deprecated
  234. # [01:43] <mounir> the warning is quite not visible
  235. # [01:43] <mounir> I'm trying to use the other method now...
  236. # [01:43] <jhammel> mounir: where are you looking? so that i can fix it?
  237. # [01:43] <jhammel> (maybe, depending on how much mediawiki syntax is required)
  238. # [01:43] * Joins: gustavold (gustavold@AACA9B2.3CA89884.FBFF2E6D.IP)
  239. # [01:43] * jlebar is now known as jlebar|away
  240. # [01:43] <mounir> jhammel: https://wiki.mozilla.org/StandaloneTalos should have a more visible warning
  241. # [01:44] <mounir> jhammel: but about https://wiki.mozilla.org/Buildbot/Talos#Running_locally_-_Source_Code
  242. # [01:44] <mounir> ...
  243. # [01:44] * Quits: gustavold (gustavold@AACA9B2.3CA89884.FBFF2E6D.IP) (Quit: Leaving.)
  244. # [01:44] * Quits: darktrojan (geoff@moz-30B3CCFD.telstraclear.net) (Client exited)
  245. # [01:44] <jhammel> mounir: yes?
  246. # [01:45] <mounir> jhammel: you should make the commands on multiple lines
  247. # [01:45] <mounir> it's being stripped
  248. # [01:45] * Quits: nhirata (nhirata.bu@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: nhirata)
  249. # [01:45] * Joins: darktrojan (geoff@moz-30B3CCFD.telstraclear.net)
  250. # [01:46] * Joins: akeybl (akeybl@moz-7B0110AD.mv.mozilla.com)
  251. # [01:46] <squib> with bug 781331 ( https://bugzilla.mozilla.org/show_bug.cgi?id=781331 ), how does one whitelist a domain for systemXHR? i want to whitelist localhost for testing
  252. # [01:46] <mounir> jhammel: what error will I have if I have an open browser?
  253. # [01:47] * gregglind is now known as gregglind_away
  254. # [01:47] <jhammel> mounir: http://pastebin.mozilla.org/1771264
  255. # [01:47] <jhammel> that one
  256. # [01:47] * Quits: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP) (Quit: davidb)
  257. # [01:48] <mounir> jhammel: I got http://pastebin.mozilla.org/1771268
  258. # [01:48] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  259. # [01:49] <jhammel> mounir: fascinating, i have never seen that before; how did you try to run?
  260. # [01:49] <jhammel> also, what OS?
  261. # [01:49] <mounir> Linux
  262. # [01:49] <jhammel> linux, i'm guessing?
  263. # [01:49] * jwir3|away is now known as jwir3
  264. # [01:49] <mounir> jhammel: PerfConfigurator --develop --executablePath ~/projects/mozilla/webapi/obj-x86_64-desktop/dist/bin/firefox --activeTests tpaint --results_url file://${HOME}/talos.txt --output tpaint_desktop.yml
  265. # [01:49] <mounir> then talos -n tpaint_desktop.yml
  266. # [01:50] <mounir> I could try to stop Firefox
  267. # [01:50] <jhammel> mounir: thanks, i will ticket; i have no idea what is up with that
  268. # [01:50] * Quits: lahabana (charlymolt@moz-AAF2BBD1.studby.ntnu.no) (Quit: lahabana)
  269. # [01:50] * Joins: mwu (mwu@moz-59435430.hsd1.nj.comcast.net)
  270. # [01:51] <taras> njn: ping
  271. # [01:51] * Joins: rclick (rclick@5053A8BE.7BDAA3AE.E430BA25.IP)
  272. # [01:52] * jlebar|away is now known as jlebar
  273. # [01:52] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  274. # [01:53] * geekboy is now known as geekboy|afk
  275. # [01:53] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  276. # [01:55] * Parts: mcpherrin (mimcpher@moz-21D6B3DE.csclub.uwaterloo.ca)
  277. # [01:56] * Quits: mwu (mwu@moz-59435430.hsd1.nj.comcast.net) (Ping timeout)
  278. # [01:56] <jhammel> mounir: bug 784863
  279. # [01:57] <jhammel> so, ignoring the fact that it is a horrible idea (but talos does it anyway), i've noticed that when i open "remote" xul as a relative path it works....but when i open it as an absolute path it does not
  280. # [01:57] <jhammel> https://bugzilla.mozilla.org/show_bug.cgi?id=784834#c2
  281. # [01:57] <jhammel> is there a way around this?
  282. # [01:57] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  283. # [01:57] * Quits: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net) (Ping timeout)
  284. # [01:57] * Quits: ianbicking (ianbicking@moz-5D45B48D.hsd1.mn.comcast.net) (Quit: ianbicking)
  285. # [01:58] * Joins: bz (bzbarsky@moz-BBE3ABD.mv.mozilla.com)
  286. # [01:58] * Joins: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net)
  287. # [01:59] * Joins: ericjung (Mibbit@moz-F14FA912.bstnma.fios.verizon.net)
  288. # [01:59] * Quits: sfink (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  289. # [02:00] <mounir> jhammel: actually, I found what I was looking for
  290. # [02:00] <jhammel> mounir: coolz; dare i ask?
  291. # [02:00] <mounir> jhammel: all permissions.sqlite needs to be updated
  292. # [02:00] * Joins: nmatsakis (nmatsakis@31F52E50.3AD3A61B.2321E71E.IP)
  293. # [02:00] <WG9s> jhammel: not sure if the issue is with it being an absolute patch or in trying to use an environment variable in the path. based on the error message it appears it thinks the ?mozafterpaint=1%26phase1=20 is part of the fielname
  294. # [02:00] <mounir> jhammel: what would be the procedure?
  295. # [02:01] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  296. # [02:01] <jhammel> mounir: not sure i understand the question?
  297. # [02:01] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  298. # [02:01] <mounir> jhammel: talos/ has permissions.sqlite files
  299. # [02:01] <mounir> for some reasons
  300. # [02:01] <jhammel> WG9s: so bash will expand $PWD....typing the full path will do the same thing
  301. # [02:01] * Joins: tantek (tantek@moz-70212B8A.hsd1.or.comcast.net)
  302. # [02:02] <mounir> jhammel: the schema of that DB has been updated but it seems that those files don't carry the version number so they are treated as the last version
  303. # [02:02] <mounir> so it's failing
  304. # [02:02] <mounir> i need to update those manually
  305. # [02:02] <WG9s> jhammel: OK so guess ytou already tried what i was going to suggest.
  306. # [02:02] <mounir> and set the version number
  307. # [02:02] <mounir> and push that
  308. # [02:02] <WG9s> to see if it was the vraiable or the abxolute path
  309. # [02:03] <mounir> and have it go to prod
  310. # [02:03] <jhammel> mounir: ah, yes, the profiles; you mean in the talos repo? file a testing:talos bug
  311. # [02:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/daa163c8e26b - Michael Comella - Bug 766389 - (3 of 3) Add apps promo box to about:home. r=sriram
  312. # [02:03] <jhammel> mounir: we're going to push out a new talos next week anyway
  313. # [02:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/71bbf99f060f - Michael Comella - Bug 744662 - Sharing an email address no longer copies "mailto:". r=mfinkle
  314. # [02:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4317c2e28a5c - Chris Lee - Bug 784844 - Use Australis rounded button design for Mac OS X. r=dao
  315. # [02:03] <WG9s> but it seems somehow it thinks the "?..." part is part of the filename for some reason enless it is a relative path.
  316. # [02:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7f20dca58350 - Michael Comella - Bug 784472 - Long press on text selection should show context menus again. r=wesj
  317. # [02:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/98071de42c1c - Michael Comella - Bug 766389 - (2 of 3) Add apps promo box image resources and rename sync logo ones. r=sriram
  318. # [02:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b101122fc417 - Michael Comella - Bug 766389 - (1 of 3) Updated strings for about:home apps promo box. r=mbrubeck
  319. # [02:03] <jhammel> WG9s: yes, quite....i have no idea why
  320. # [02:03] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fc19d9b5a531 - Chris Lee - Bug 771284 - Use light coloring for Mac OS X arrow panels. r=fryn
  321. # [02:03] <jhammel> all i really know is that it is internal to firefox (for some reason)
  322. # [02:04] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/02b6677f5f8d - Michael Comella - Bug 776064 - Make long press "tel:" link context menu behavior more consistent. r=mfinkle
  323. # [02:04] <jhammel> mounir: does that work for you?
  324. # [02:05] <mounir> jhammel: next week seems ... quite a long delay
  325. # [02:05] * Quits: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net) (Ping timeout)
  326. # [02:06] <jhammel> mounir: jmaher will be back tomorrow...he could possibly speed that up
  327. # [02:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6e3a0a5d61a3 - Wes Johnston - Bug 781844 - Use consistent page titles on about pages. r=mfinkle
  328. # [02:06] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0abb573e90fc - Jared Wein - Backed out changeset c29869656f46 due to wrong bug number.
  329. # [02:06] <jhammel> but since it requires a buildbot reconfig, etc, deploying talos always requires a few days in practice
  330. # [02:07] <mounir> hmm, I could also just use a hack
  331. # [02:07] <mounir> but I would prefer not to
  332. # [02:07] <jhammel> or that
  333. # [02:07] * Quits: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com) (Ping timeout)
  334. # [02:08] <jhammel> it can be checked into the talos repo quickly although, again, try jobs take, what 6 hours now?
  335. # [02:08] <jhammel> but if you need it in full production on m-c ...
  336. # [02:08] <mounir> jhammel: depends what you are waiting for
  337. # [02:08] <mounir> i need it in m-c
  338. # [02:08] <mounir> i just need the permissions.sqlite files to be updated
  339. # [02:08] <mounir> and fixed, actually
  340. # [02:08] <RyanVM> fryn: if you can r+ the 17-->18 diff, I'll land it ASP
  341. # [02:08] <RyanVM> ASAP*
  342. # [02:09] <jhammel> mounir: so my recommended first step is file a bug and cc jmaher and myself; if you can make a patch, even better
  343. # [02:10] * Quits: dao (dao@moz-F258FAA3.superkabel.de) (Quit: Leaving.)
  344. # [02:10] <jhammel> for deployment on m-c, we generate a talos tarball in a separate bug; this has to be uploaded to somewhere in build.mozilla.org that i don't even have permission to upload to
  345. # [02:10] <fryn> RyanVM: working on it.
  346. # [02:10] <RyanVM> fryn: OK, great. Talk about crappy timing :P
  347. # [02:10] <jhammel> then there is an additional step of editing testing/talos/talos.json to point to said tarball so that buildbot can find it
  348. # [02:10] <philor> 16 hours plus buildtime and runtime if you want WinXP, not bad for a Wednesday
  349. # [02:11] <jhammel> 2 of those steps probably require try jobs
  350. # [02:12] * Quits: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: now i'm depressed and think i will leave)
  351. # [02:14] <@dbaron> Hey, my Firefox uptime is over 6 weeks.
  352. # [02:14] * Quits: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
  353. # [02:14] <@dbaron> I don't think I've had Firefox last more than a release cycle for a while.
  354. # [02:15] <@dbaron> that said, about:memory is at 1348MB explicit, but RSS is 2.9GB
  355. # [02:18] * Quits: marcoz (marco.zehe@8F761026.B5EF4AF6.E96CA9D8.IP) (Quit: Leaving.)
  356. # [02:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d76195e9e2b8 - Matt Woodrow - Bug 780260 - Add serial numbers to Images and use it to check if an image has been painted to its BasicShadowableImageLayer already. r=cjones
  357. # [02:19] * Quits: smooney (smooney@moz-BBE3ABD.mv.mozilla.com) (Quit: smooney)
  358. # [02:19] * Quits: timeless (users.4015@moz-D63BDBD0.irccloud.com) (Input/output error)
  359. # [02:19] <fabrice> is it possible to download builds form tbpl?
  360. # [02:20] * Joins: timeless (users.4015@moz-D63BDBD0.irccloud.com)
  361. # [02:20] <mbrubeck> fabrice: There's a link to the download directory for Try builds, but not on other trees
  362. # [02:21] <mbrubeck> fabrice: https://bugzilla.mozilla.org/show_bug.cgi?id=656155 is open for adding a download link
  363. # [02:21] <mattwoodrow> gavin: did you ever get a response re the excessive rebuilding?
  364. # [02:21] <mbrubeck> it also mentions workarounds
  365. # [02:21] <WG9s> actaully this was something i though we should have
  366. # [02:21] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  367. # [02:21] * Quits: smagnin (pike@moz-BB433862.w92-144.abo.wanadoo.fr) (Client exited)
  368. # [02:21] <WG9s> clicking on B one of hte choices should be download this build
  369. # [02:22] <fabrice> mbrubeck: ok, thanks!
  370. # [02:22] <WG9s> I might file a bug on this
  371. # [02:22] <nthomas> there's already a bug on that
  372. # [02:23] <mbrubeck> I linked to the bug above
  373. # [02:24] * Quits: timeless (users.4015@moz-D63BDBD0.irccloud.com) (Input/output error)
  374. # [02:24] <NeilAway> jhammel: maybe the relative path code converts $PWD to a URL and then resolves the URL? perhaps you could just pass a file: URL directly?
  375. # [02:26] * Joins: timeless (users.4015@moz-D63BDBD0.irccloud.com)
  376. # [02:26] * Joins: overholt (overholt@moz-BBE3ABD.mv.mozilla.com)
  377. # [02:27] <jduell> biesi_: ping
  378. # [02:28] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  379. # [02:28] <JonathanS> philor has hope left for hunger games?
  380. # [02:29] * Quits: mw22 (chatzilla@moz-FB753258.adsl.wanadoo.nl) (Ping timeout)
  381. # [02:30] * Quits: ehugg_lime (ehugg_lime@moz-7B439473.mycingular.net) (Client exited)
  382. # [02:30] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  383. # [02:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fdc76cb3b523 - Cameron McCormack - Bug 705184 - Count unexpected reftest crash dump files as test failures. r=dbaron
  384. # [02:30] <@dbaron> ooh :-)
  385. # [02:30] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  386. # [02:31] <heycam> dbaron, because of the disabled tests I mentioned in the bug, there's nothing actually using the reftest-expect-crash flag (or whatever I called it)
  387. # [02:33] * Joins: smooney (smooney@moz-BBE3ABD.mv.mozilla.com)
  388. # [02:35] * Quits: mixedpuppy (mixedpuppy@A5087023.2354C43D.D8E68FF6.IP) (Quit: mixedpuppy)
  389. # [02:36] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  390. # [02:38] * Quits: ericjung (Mibbit@moz-F14FA912.bstnma.fios.verizon.net) (Ping timeout)
  391. # [02:40] * Fallen is now known as Fallen|away
  392. # [02:43] * Quits: bz (bzbarsky@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  393. # [02:44] * Joins: jedp (jed@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  394. # [02:45] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  395. # [02:46] * mjschranz_away is now known as mjschranz
  396. # [02:47] * Quits: Asa (Asa@moz-BBE3ABD.mv.mozilla.com) (Quit: Asa)
  397. # [02:47] * Quits: darktrojan (geoff@moz-30B3CCFD.telstraclear.net) (Quit: darktrojan)
  398. # [02:47] * Quits: RealRaven (Thunderbir@4A3ADD9E.6E2C5D94.27F80FAC.IP) (Client exited)
  399. # [02:48] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jet)
  400. # [02:48] * Joins: RealRaven (Thunderbir@4A3ADD9E.6E2C5D94.27F80FAC.IP)
  401. # [02:48] * Joins: gustavold (gustavold@AACA9B2.3CA89884.FBFF2E6D.IP)
  402. # [02:49] * Quits: RealRaven (Thunderbir@4A3ADD9E.6E2C5D94.27F80FAC.IP) (Client exited)
  403. # [02:49] <RyanVM> sweet, my reply to dev.security was flagged as possible spam
  404. # [02:51] <zzzzz> heh
  405. # [02:52] * nthomas is now known as nthomas|away
  406. # [02:53] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Quit: Leaving.)
  407. # [02:53] * Quits: WG9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-5.1450hg.fc17 [XULRunner 14.0.1/20120717123646])
  408. # [02:53] * jlebar is now known as jlebar|away
  409. # [02:54] <JonathanS> RyanVM, good job
  410. # [02:55] <RyanVM> i don't know why, all I was saying is that I had some great deals on natural male enhancements...
  411. # [02:56] * Quits: gustavold (gustavold@AACA9B2.3CA89884.FBFF2E6D.IP) (Ping timeout)
  412. # [02:56] * Joins: ehsan (ehsan@51BA673F.D30B51A1.412CF160.IP)
  413. # [02:56] * ChanServ sets mode: +o ehsan
  414. # [02:56] <@smaug> _t types are just so ugly
  415. # [02:56] * Joins: gustavold (gustavold@AACA9B2.3CA89884.FBFF2E6D.IP)
  416. # [02:57] * Quits: ekr (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr)
  417. # [02:57] <@smaug> perhaps I need to give them nice color
  418. # [02:57] * Joins: imphil (philipp@moz-655EF802.customer.m-online.net)
  419. # [02:57] * philor is now known as philor|afk
  420. # [02:58] * Quits: tantek (tantek@moz-70212B8A.hsd1.or.comcast.net) (Quit: tantek)
  421. # [02:58] <@smaug> which all types did we change?
  422. # [02:59] <mbrubeck> freelance writer
  423. # [02:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6dc02881f1b6 - Nicholas Nethercote - No bug. Fix a spelling mistake in a function name and avoid a compile warning. r=terrence.
  424. # [02:59] * Joins: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net)
  425. # [03:00] * Quits: gustavold (gustavold@AACA9B2.3CA89884.FBFF2E6D.IP) (Quit: Leaving.)
  426. # [03:00] * Joins: gustavold (gustavold@AACA9B2.3CA89884.FBFF2E6D.IP)
  427. # [03:00] * Quits: loadbang (loadbang@moz-254E1A07.range86-135.btcentralplus.com) (Quit: loadbang)
  428. # [03:01] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  429. # [03:01] * Quits: valenting (valenting@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  430. # [03:01] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  431. # [03:01] * Quits: imphil (philipp@moz-655EF802.customer.m-online.net) (Ping timeout)
  432. # [03:01] * Quits: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net) (Connection reset by peer)
  433. # [03:01] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  434. # [03:01] * Quits: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net) (Ping timeout)
  435. # [03:02] * Joins: valenting (valenting@moz-BBE3ABD.mv.mozilla.com)
  436. # [03:02] * Quits: smooney (smooney@moz-BBE3ABD.mv.mozilla.com) (Quit: smooney)
  437. # [03:03] * Quits: gustavold (gustavold@AACA9B2.3CA89884.FBFF2E6D.IP) (Ping timeout)
  438. # [03:03] * Joins: gustavold (gustavold@AACA9B2.3CA89884.FBFF2E6D.IP)
  439. # [03:05] * Joins: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net)
  440. # [03:05] * Quits: gfritzsche (gfritzsche@moz-8FCAC7E2.dip0.t-ipconnect.de) (Ping timeout)
  441. # [03:05] * Quits: @smaug (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  442. # [03:06] * Quits: jduell (jduell@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  443. # [03:07] <Mook_as> AUTO: Schallock, Felix is out of the office.
  444. # [03:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/df43ad6d04c1 - Kyle Machulis - Bug 783426: Patch 1 - Async DOMRequest Firing
  445. # [03:07] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/542abbd15139 - Kyle Machulis - Bug 783426: Patch 2 - Tests for Async DOMRequest Firing
  446. # [03:08] * Quits: Mook_as (Daily@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  447. # [03:08] * Joins: jduell (jduell@moz-BBE3ABD.mv.mozilla.com)
  448. # [03:09] * Joins: bz (bzbarsky@moz-BBE3ABD.mv.mozilla.com)
  449. # [03:11] * Joins: smaug (chatzilla@moz-BBE3ABD.mv.mozilla.com)
  450. # [03:11] * ChanServ sets mode: +o smaug
  451. # [03:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d029dd0ae5a5 - Kyle Machulis - Backing out 542abbd15139 due to incorrect commit messages
  452. # [03:12] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  453. # [03:12] <qDot> God damnit.
  454. # [03:12] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/38535165c87b - Kyle Machulis - Backing out df43ad6d04c1 due to incorrect commit messages
  455. # [03:13] * ewong|away is now known as ewong
  456. # [03:13] * ctalbert is now known as ctalbert|afk
  457. # [03:13] <@ted> jimb: now that i think about it, i think i had some code in there to use the linkage name
  458. # [03:13] <@ted> did you remove that?
  459. # [03:13] <@ted> too long ago
  460. # [03:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/be6da7f8989c - Kyle Machulis - Bug 783426: Patch 2 - Tests for Async DOMRequest Firing; r=sicking
  461. # [03:14] * Quits: sewardj (sewardj@moz-CA485668.dip.t-dialin.net) (Ping timeout)
  462. # [03:14] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/81fc1a3fc920 - Kyle Machulis - Bug 783426: Patch 1 - Async DOMRequest Firing; r=sicking
  463. # [03:14] * Joins: sewardj (sewardj@moz-9BDCD63E.dip.t-dialin.net)
  464. # [03:15] * Quits: glender (Adium@moz-DF1045D9.cust.bluewin.ch) (Ping timeout)
  465. # [03:15] <jimb> ted: I think I did. :( I think I thought the stuff to gather class names and namespaces was enough, or that surely I'd take care of types in just a bit.
  466. # [03:15] * Joins: glender (Adium@moz-DF1045D9.cust.bluewin.ch)
  467. # [03:15] <jimb> ted: I think I replaced the code that the reader drives entirely, and didn't bring that over.
  468. # [03:15] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  469. # [03:16] * Quits: jduell (jduell@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  470. # [03:17] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  471. # [03:17] * Quits: harth (harth@moz-FF915E69.bb.sky.com) (Input/output error)
  472. # [03:17] * Quits: bholley (anonymous@moz-BBE3ABD.mv.mozilla.com) (Quit: bholley)
  473. # [03:17] <@ted> yeah, that sounds about right
  474. # [03:17] <@ted> i remember fixing it in the first version of the dwarf reader
  475. # [03:17] <@ted> but i think that was before you added CFI support
  476. # [03:19] * Quits: jedp (jed@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  477. # [03:19] * Quits: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  478. # [03:19] * Joins: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com)
  479. # [03:19] <qDot> Oh god damnit AGAIN
  480. # [03:19] * qDot burns m-i. burns it with stupidity.
  481. # [03:20] <sicking> fabrice: ping
  482. # [03:20] <fabrice> sicking: pong
  483. # [03:21] <sicking> fabrice: which app renders the gaia status bar? The system app or the homescreen app?
  484. # [03:21] <@gavin> mattwoodrow: yes, the answer from glandium was "clobber"
  485. # [03:21] * Joins: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net)
  486. # [03:21] <fabrice> sicking: system app
  487. # [03:21] <mattwoodrow> oh, cool, thanks gavin
  488. # [03:21] <sicking> fabrice: it runs in-process right?
  489. # [03:21] <fabrice> sicking: yes, it fails oop
  490. # [03:21] * jlebar|away is now known as jlebar
  491. # [03:22] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4d4e97519d50 - Kyle Machulis - Backout 81fc1a3fc920 due to bustage
  492. # [03:22] <@gavin> mattwoodrow: apparently something that landed in the past two weeks made us stop generating some kind of dependency files
  493. # [03:22] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7bced3d7427a - Kyle Machulis - Backout be6da7f8989c due to bustage
  494. # [03:22] <sicking> fabrice: oh, are we going to make it run oop for v1? I would have imagined that wasn't possible for the same reason we can't run the browser oop?
  495. # [03:22] <@gavin> mattwoodrow: and then more recently, someone removed a commonly-included header, and so that header file's old dependency file stuck around and was causing the rebuilds
  496. # [03:23] <fabrice> sicking: yep, we have no nested content processes for v1
  497. # [03:23] <sicking> fabrice: thanks
  498. # [03:23] * mjschranz is now known as mjschranz_away
  499. # [03:23] * Joins: ekw (ekw@moz-6E1EB62D.dhcp.mtpk.ca.charter.com)
  500. # [03:24] * Joins: jduell (jduell@moz-BBE3ABD.mv.mozilla.com)
  501. # [03:26] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  502. # [03:27] * Quits: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP) (Ping timeout)
  503. # [03:28] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  504. # [03:29] * Quits: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com) (Quit: Mardak)
  505. # [03:29] * Quits: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  506. # [03:30] * jwir3 is now known as jwir3|away
  507. # [03:30] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  508. # [03:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/24ae54fe53a7 - Fabrice Desré - Bug 784678 - Error when calling postCancel and postSuccess in an activity [r=gwagner]
  509. # [03:31] * Quits: chewey (chewey@moz-67542479.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  510. # [03:31] * Joins: chewey (chewey@moz-900A6C8D.dip0.t-ipconnect.de)
  511. # [03:32] <mounir> fabrice: ping
  512. # [03:32] * Joins: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP)
  513. # [03:32] <mounir> fabrice: did you wrote the "webapps-uninstall" notification observer?
  514. # [03:33] <fabrice> mounir: probably
  515. # [03:33] <mounir> fabrice: I want to use that from C++
  516. # [03:33] <mounir> but this is passing a JSON string
  517. # [03:33] <mounir> which is quite not nice in C++
  518. # [03:33] <mounir> I was wondering if we couldn't pass the localId
  519. # [03:33] <fabrice> I feel your pain
  520. # [03:34] * mjschranz_away is now known as mjschranz
  521. # [03:34] <mounir> and consumers of that notification that wants to know more than the localId would be able to get the app object from the WebApps service
  522. # [03:34] <mounir> does that sound good to you?
  523. # [03:34] <fabrice> mounir: yep
  524. # [03:35] <mounir> or I should write an AppsService helper that does JSON -> localId
  525. # [03:35] <mounir> ok, will write that patch then
  526. # [03:35] * Quits: KaiRo (robert@moz-F8593723.adsl.highway.telekom.at) (Input/output error)
  527. # [03:36] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/566153e74dd1 - Cameron McCormack - Bug 782591 - Ensure needPaddingProp is always initialized in nsHTMLReflowState::InitOffsets. r=roc
  528. # [03:36] * Quits: AaronMT (AaronMT@moz-DEDA283.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  529. # [03:36] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Quit: jgriffin)
  530. # [03:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8c95a0d692fa - Cameron McCormack - Bug 655877 - Part 38: Ignore the non-SVG frames when propagating SVG changes through a tree. r=longsonr
  531. # [03:36] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/08f91bc1bd99 - Cameron McCormack - Bug 782610 - Fix format of @supports tests. r=dbaron
  532. # [03:36] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  533. # [03:36] * Joins: espadrine (thaddee_ty@moz-BBE3ABD.mv.mozilla.com)
  534. # [03:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bd0bf4b676da - Justin Lebar - Bug 784436 - Part 1: Make some nsIDocShell attributes infallible. r=bz
  535. # [03:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6c7efe053241 - Justin Lebar - Bug 780970 - Add [infallible] attribute for XPIDL attributes. r=khuey
  536. # [03:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/eb81ebe55d99 - Justin Lebar - Bug 784436 - Part 2: Use new infallible nsIDocShell methods. r=bz
  537. # [03:37] <jlebar> qDot++, for burning the tree even worse than I usually do. :)
  538. # [03:38] * Joins: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net)
  539. # [03:38] <qDot> jlebar: Yeah, caught by the "variable name change nit". :)
  540. # [03:38] <jlebar> ha
  541. # [03:39] <qDot> Obviously if I change it in one place in the code everywhere else will just assume it's changed, right?
  542. # [03:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/529608d3f3ff - Chris Lee - Bug 771284 - Better fix for expander icon padding and unprefix -moz-linear-gradients. r=fryn
  543. # [03:39] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fa9bc5be6d9b - Jan Beich - Bug 784741 - Don't implicitly define ENABLE_YARR_JIT with MethodJIT. r=dmandelin
  544. # [03:39] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/1b51b88d45af - Jan Beich - Bug 784741 - Unbreak --enable-debug --disable-methodjit on platforms without YarrJIT support. r=dmandelin
  545. # [03:40] <mounir> fabrice: we pass the ... origin
  546. # [03:40] <mounir> damn
  547. # [03:40] <mounir> damn
  548. # [03:40] <mounir> *PAN*
  549. # [03:40] <RyanVM> qDot: well played, sir
  550. # [03:40] <RyanVM> qDot: Try's overrated anyway ;)
  551. # [03:41] <fabrice> mounir: so, what prevents your from passing the localId?
  552. # [03:41] <qDot> RyanVM: Pffft, m-i is just try for those that know what they're doing.
  553. # [03:41] <fryn> RyanVM: thanks for landing those patches :)
  554. # [03:42] <mounir> fabrice: coz I will have to write a GetAppLocalIdFromOrigiN() method
  555. # [03:42] * qDot far, far too used to landing b2g only stuff.
  556. # [03:42] <mounir> and that will make me cry
  557. # [03:42] * Joins: jedp (jed@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  558. # [03:42] <fabrice> mounir: in Webapps.jsm, you have the localId no?
  559. # [03:42] <RyanVM> fryn: Not a prob!
  560. # [03:42] * Quits: gerv (gerv@moz-3093CEDF.ppp.as43234.net) (Quit: Leaving.)
  561. # [03:42] <mounir> fabrice: no
  562. # [03:42] <mounir> WebApps.js passes the origin
  563. # [03:42] * Joins: gerv (gerv@moz-3093CEDF.ppp.as43234.net)
  564. # [03:43] <mounir> and the uninstall method of WebApps.jsm gets the correct app by checking against the orign
  565. # [03:43] <fabrice> mounir: :(
  566. # [03:43] <mounir> fabrice: do you have a sharp object?
  567. # [03:43] <fabrice> I run fast
  568. # [03:44] <mounir> fabrice: I just want you to stop my pain
  569. # [03:45] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  570. # [03:45] <fabrice> mounir: we can pass the manifestURL from Webapps.js instead
  571. # [03:45] <fabrice> that would make everything much nicer
  572. # [03:46] <mounir> fabrice: I'm going to do a getAppFromJSON method
  573. # [03:46] * Quits: fabrice1 (fabrice@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  574. # [03:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ea2cf37ddf54 - Peter Van der Beken - Fix for bug 775543 (Passing a Worker object to console.log() results in a crash). r=bz.
  575. # [03:46] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  576. # [03:47] * nthomas|away is now known as nthomas
  577. # [03:47] * fabrice is now known as fabrice|afk
  578. # [03:47] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  579. # [03:48] * Joins: DGMurdockIII (DGMurdockI@moz-E933B63.hsd1.il.comcast.net)
  580. # [03:48] <DGMurdockIII> if you have time dose any one else see any thing wron with this site http://news.cnet.com/8301-1001_3-57498575-92/hewlett-packard-sucks-wind-with-$8.9b-loss-cuts-outlook/
  581. # [03:48] <RyanVM> heycam: so, your patch apparently worked...?
  582. # [03:48] <heycam> RyanVM, uh oh
  583. # [03:49] * Joins: merinui (merinui@moz-1D8A7606.osk2.eonet.ne.jp)
  584. # [03:49] <RyanVM> heycam: https://tbpl.mozilla.org/php/getParsedLog.php?id=14614733&tree=Mozilla-Inbound
  585. # [03:49] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  586. # [03:49] <RyanVM> heycam: though maybe mattwoodrow is to blame :)
  587. # [03:50] <RyanVM> heycam: mattwoodrow: OK, so who's going to send me passing Try links first? ;)
  588. # [03:50] * Joins: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP)
  589. # [03:50] <heycam> RyanVM, which push is this btw?
  590. # [03:50] <heycam> RyanVM, nm found it
  591. # [03:50] <mattwoodrow> RyanVM: https://tbpl.mozilla.org/?tree=Try&rev=903405a03c6e
  592. # [03:50] <RyanVM> https://tbpl.mozilla.org/?tree=Mozilla-Inbound&onlyunstarred=1&rev=fdc76cb3b523
  593. # [03:51] <heycam> RyanVM, here's my try push yesterday https://tbpl.mozilla.org/?tree=Try&rev=1a9d7daa0f74
  594. # [03:51] <RyanVM> heycam: not looking good for you :P
  595. # [03:51] <RyanVM> awww
  596. # [03:51] <RyanVM> heycam: mattwoodrow: neither of you made any changes after these pushes?
  597. # [03:52] <heycam> RyanVM, no, just the same one line change for me
  598. # [03:53] <mattwoodrow> RyanVM: I changed PRUint32 -> PRInt32
  599. # [03:53] * Joins: schien-laptop (schien@moz-99690620.hinet-ip.hinet.net)
  600. # [03:53] * Quits: jedp (jed@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  601. # [03:54] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  602. # [03:54] <RyanVM> heycam: mattwoodrow: nevermind, looks like it's a known issue
  603. # [03:54] <RyanVM> mattwoodrow: didn't ehsan's patch today kill those?
  604. # [03:54] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Quit: juanb)
  605. # [03:54] <heycam> RyanVM, ok cool
  606. # [03:54] <mattwoodrow> apparently not!
  607. # [03:55] <@ehsan> mattwoodrow: which file?
  608. # [03:55] * Joins: sworkman_ (sworkman@moz-BBE3ABD.mv.mozilla.com)
  609. # [03:55] <RyanVM> mattwoodrow: https://groups.google.com/forum/?fromgroups=#!topic/mozilla.dev.platform/BoZCmq7hggI
  610. # [03:55] <mattwoodrow> ehsan: gfx/layers/ImageContainer.h
  611. # [03:56] <@ehsan> mattwoodrow: do you have an updated tree?
  612. # [03:56] * jlebar is now known as jlebar|away
  613. # [03:56] * Quits: jimb (user@9E727688.17C2F9C.163DC5C6.IP) (Ping timeout)
  614. # [03:57] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  615. # [03:57] <@ehsan> mattwoodrow: ah well, you added some in d76195e9e2b8 :(
  616. # [03:57] <mattwoodrow> ehsan: yes
  617. # [03:57] * Quits: gabor (gabor@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  618. # [03:57] <@ehsan> mattwoodrow: can you please remove them?
  619. # [03:57] * Quits: sworkman_ (sworkman@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  620. # [03:58] <mattwoodrow> ehsan: I guess so, yeah
  621. # [03:58] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: mccr8)
  622. # [03:58] * khuey is now known as khuey|away
  623. # [03:59] <@ehsan> mattwoodrow: ty
  624. # [03:59] * Quits: njn (chatzilla@moz-861BB63D.dyn.iinet.net.au) (Ping timeout)
  625. # [04:00] * Joins: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net)
  626. # [04:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/74733ab50e1c - Michael Wu - Bug 784858: Pass LD_PRELOAD to child processes. r=cjones
  627. # [04:00] * Quits: janv (varga@moz-7B0110AD.mv.mozilla.com) (Quit: This computer has gone to sleep)
  628. # [04:00] * Quits: @smaug (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  629. # [04:00] * Quits: jdm (jdm@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  630. # [04:00] * Quits: jduell (jduell@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  631. # [04:00] <mattwoodrow> RyanVM: I don't know if thats the same bug tbh, it doesn't mention assertion counts
  632. # [04:01] <jimm> ehsan: got a sec for a quick question about text edits?
  633. # [04:01] * Joins: njn (chatzilla@moz-8C8581F5.dyn.iinet.net.au)
  634. # [04:01] * Quits: @dbaron (dbaron@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  635. # [04:02] <@ehsan> jimm: sure
  636. # [04:02] * Quits: overholt (overholt@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  637. # [04:02] * Quits: sicking (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  638. # [04:03] * Quits: bonnie (bbsurender@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  639. # [04:03] <jimm> ehsan: if you have a text edit in a page that can accomidate more text than it can display, is it considered scrollable? specifically -
  640. # [04:03] * Joins: marcoz (marco.zehe@8F761026.B5EF4AF6.E96CA9D8.IP)
  641. # [04:03] <jimm> http://mxr.mozilla.org/mozilla-central/source/dom/interfaces/core/nsIDOMElement.idl#110
  642. # [04:03] <jimm> seems to return 0 in this case. which i wasn't expecting.
  643. # [04:04] <jimm> er, sorry scrollLeft, not scrollTop
  644. # [04:04] * Quits: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP) (Quit: rniwa)
  645. # [04:04] <RyanVM> mattwoodrow: would be one heck of a coincidence
  646. # [04:05] <mattwoodrow> RyanVM: It looks to me like it needs a clobber
  647. # [04:05] <@ehsan> jimm: what do you mean by a 'text edit'?
  648. # [04:05] <mattwoodrow> because the assertion is that Image::GetFormat() is wrong, and I added a new member var right before mFormat
  649. # [04:05] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  650. # [04:05] * jwir3|away is now known as jwir3
  651. # [04:05] * Quits: karl (karl@moz-576980F3.jetstream.xtra.co.nz) (Ping timeout)
  652. # [04:05] <mattwoodrow> so code compiled with the old header would return mSerial for GetFormat()
  653. # [04:05] <jimm> ehsan: a simple form text input: <input style="width:200px; height:25px;" type="text" />
  654. # [04:05] <mattwoodrow> and give that exact assertion
  655. # [04:05] <mattwoodrow> ehsan: http://pastebin.mozilla.org/1771402
  656. # [04:06] <@ehsan> mattwoodrow: r=me
  657. # [04:06] <@ehsan> jimm: oh ok
  658. # [04:06] <RyanVM> mattwoodrow: clobbering inbound
  659. # [04:06] <@ehsan> jimm: no, you can't use scroll* to get that information
  660. # [04:07] <@ehsan> web content doesn't have access to the anonymous content under text controls
  661. # [04:07] <mattwoodrow> RyanVM: thanks
  662. # [04:07] <mattwoodrow> ok if I push the PRInt fix?
  663. # [04:07] <jimm> ehsan: I'm accessing the nsIDOMElement values from chrome, shoudl that make a difference?
  664. # [04:08] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/01163530ea33 - seabld - Added tag SEAMONKEY_2_12b6_BUILD1 for changeset FIREFOX_15_0b6_BUILD1. CLOSED TREE a=release
  665. # [04:08] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/bc1a33a00255 - seabld - Added tag SEAMONKEY_2_12b6_RELEASE for changeset FIREFOX_15_0b6_BUILD1. CLOSED TREE a=release
  666. # [04:08] <@ehsan> jimm: no
  667. # [04:08] * Quits: glender (Adium@moz-DF1045D9.cust.bluewin.ch) (Quit: Leaving.)
  668. # [04:09] <jimm> ehsan: alright, thanks
  669. # [04:09] <@ehsan> jimm: np :)
  670. # [04:09] * Quits: pcwalton (pcwalton@moz-BBE3ABD.mv.mozilla.com) (Quit: pcwalton)
  671. # [04:10] * Quits: marcoz (marco.zehe@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  672. # [04:11] * Joins: marcoz (marco.zehe@8F761026.B5EF4AF6.E96CA9D8.IP)
  673. # [04:12] <RyanVM> mattwoodrow: go for it
  674. # [04:12] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  675. # [04:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7dab8a726f44 - Matt Woodrow - Bug 780260 - Remove PRInt32 types added by the previous changeset. r=ehsan
  676. # [04:13] * Quits: gerv (gerv@moz-3093CEDF.ppp.as43234.net) (Quit: Leaving.)
  677. # [04:14] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  678. # [04:15] * Quits: bsmith (bsmith@moz-C32F9E23.sfo1.dsl.speakeasy.net) (Connection reset by peer)
  679. # [04:15] * Joins: kk1fff (patrick@moz-99690620.hinet-ip.hinet.net)
  680. # [04:17] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  681. # [04:17] * Quits: marcoz (marco.zehe@8F761026.B5EF4AF6.E96CA9D8.IP) (Quit: Leaving.)
  682. # [04:18] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  683. # [04:19] <Callek> philor|afk, RyanVM, edmorely: you guys should start seeing the remainder of the new tegras soon
  684. # [04:20] <Callek> so 300-370 in total
  685. # [04:20] <RyanVM> cool!
  686. # [04:20] * Quits: vingtetun (vingtetun@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  687. # [04:20] <Callek> any problems, don't hesitate to ping
  688. # [04:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d7568555261c - Alex Crichton - Bug 433529: Part 1 - Statically resolve names for anonymous functions. r=jimb
  689. # [04:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/234d99170fbf - Alex Crichton - Bug 433529: Part 4 - Add DebuggerObject_displayName for a function's displayAtom attribute. r=jimb
  690. # [04:20] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8a751b65df8b - Alex Crichton - Bug 433529: Part 3 - Change error stack traces to use displayAtom() instead of atom(). r=jimb
  691. # [04:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/17607e337dfd - Alex Crichton - Bug 433529: Part 7 - Name functions whose field in an object literal is a PNK_STRING node. r=jimb
  692. # [04:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4ebcfba34c38 - Alex Crichton - Bug 433529: Part 2 - Add a displayAtom to JSFunction to store resolved names. r=jimb
  693. # [04:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6735faf4d313 - Alex Crichton - Bug 433529: Part 6 - Add JS_GetFunctionDisplayId as a jsapi function for a JSFunction's displayAtom. r=jimb
  694. # [04:21] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/d26a8e451fa2 - Alex Crichton - Bug 433529: Part 5 - Add jit-tests for the displayAtom() attribute of functions. r=jimb
  695. # [04:21] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/32064546c8fe - George Wright - Bug 740194 - Add missing .patch file to gfx/skia/patches which was left out of the commit for bug 740194 by accident. r=none
  696. # [04:22] <@ehsan> BenWa: https://github.com/bgirard/cleopatra/pull/8
  697. # [04:22] <RyanVM> Callek: I'm going to close inbound until we see if the clobber fixed things
  698. # [04:22] <RyanVM> Callek: but I probably won't be awake for that
  699. # [04:22] <@ehsan> BenWa: I would appreciate if you have any tips on why the highlighting is broken
  700. # [04:22] * Joins: bnicholson (bnicholson@moz-F08A2DE.hsd1.ca.comcast.net)
  701. # [04:22] <Callek> RyanVM: sure ;-)
  702. # [04:22] <Callek> RyanVM: well the 'next' batch of 13 tegras are already coming up
  703. # [04:22] <BenWa> ehsan: I hope going to ask you if it was fine and merge this patch based on trust :)
  704. # [04:22] <Callek> just be sure taht whoever is sheriff after you (philor?) knows about the inbound closure, and will take care of it
  705. # [04:23] * Joins: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net)
  706. # [04:23] <@ehsan> BenWa: this basically works
  707. # [04:23] <@ehsan> BenWa: I spent a lot of time testing it
  708. # [04:23] <@ehsan> BenWa: the hightlight issue is something that I can fix tomorrow as well
  709. # [04:23] <BenWa> ok, I'll take a look
  710. # [04:23] <@ehsan> BenWa: but I'm not in a rush :)
  711. # [04:23] <@ehsan> BenWa: especially now that the code is pretty much in sync with your master
  712. # [04:24] <BenWa> Well you wouldn't want to break your promise to fix this today
  713. # [04:24] <@ehsan> BenWa: it's ok, vlad will forgive me ;)
  714. # [04:24] <BenWa> Well I'm going to merge it and wait until its fine to deploy it
  715. # [04:24] <@ehsan> BenWa: ok cool
  716. # [04:24] <@ehsan> ty
  717. # [04:24] <RyanVM> Callek: the last two pushes are post-clobber
  718. # [04:24] <@ehsan> BenWa: can you point me to where the highlighting code lives btw?
  719. # [04:24] * @ehsan may look into this some more tonight
  720. # [04:24] <Callek> RyanVM: sure, I'm just not volunteering to sheriff/open :-)
  721. # [04:25] <BenWa> ehsan: I'm taking a look at it now
  722. # [04:25] <RyanVM> mbrubeck: ^ ?
  723. # [04:25] <BenWa> You mean histogram highligh? THat's live in ui.js
  724. # [04:25] <@ehsan> BenWa: yes, histogram highlight
  725. # [04:25] <@ehsan> thanks
  726. # [04:25] <@ehsan> BenWa: actually I'll look at it tomorrow, I'm pretty tired already
  727. # [04:25] <BenWa> Yea np
  728. # [04:26] <@ehsan> cool
  729. # [04:26] <@ehsan> thanks for your patience with this!
  730. # [04:26] <BenWa> I don't think I did much here
  731. # [04:26] <@ehsan> BenWa: you didn't WONTFIX this ;)
  732. # [04:27] <BenWa> So I would get free patches
  733. # [04:27] <BenWa> it's pretty selfish
  734. # [04:27] <@ehsan> selfishness is a virtue sometimes
  735. # [04:28] * Joins: surkov (surkov@79C77F5D.5C4DCEBC.EBE09E3C.IP)
  736. # [04:29] <DGMurdockIII> if you have time dose any one else see any thing wron with this site http://news.cnet.com/8301-1001_3-57498575-92/hewlett-packard-sucks-wind-with-$8.9b-loss-cuts-outlook/
  737. # [04:31] * mjschranz is now known as mjschranz_away
  738. # [04:31] * Joins: karl (karl@538BABFE.A073F3E.97BBD552.IP)
  739. # [04:32] <mcomella> DGMurdockIII: It appears the article image is too large and extends into the ad pane on the right.
  740. # [04:32] <mcomella> DGMurdockIII: They use a constant width so this is to be expected. (Problems for me on both 17 and Chrome)
  741. # [04:33] * Quits: ferongr (ferongr@moz-80972FDB.tellas.gr) (Ping timeout)
  742. # [04:33] * Quits: fitzgen (fitzgen@moz-BBE3ABD.mv.mozilla.com) (Quit: zzzzzzzzz)
  743. # [04:34] <DGMurdockIII> yeah but on ok
  744. # [04:34] * Joins: ferongr (ferongr@moz-80972FDB.tellas.gr)
  745. # [04:34] <DGMurdockIII> i mean ok
  746. # [04:35] * Quits: @ehsan (ehsan@51BA673F.D30B51A1.412CF160.IP) (Input/output error)
  747. # [04:35] * Quits: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP) (Ping timeout)
  748. # [04:36] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  749. # [04:37] * Quits: bnicholson (bnicholson@moz-F08A2DE.hsd1.ca.comcast.net) (Ping timeout)
  750. # [04:38] * Joins: romaxa (romaxa@670ACB81.66590CC0.4A6948F8.IP)
  751. # [04:39] * philor|afk is now known as philor
  752. # [04:42] * Quits: jimm (jmathies@moz-7F164CA1.pn.at.cox.net) (Quit: )
  753. # [04:42] * heycam is now known as heycam|away
  754. # [04:42] <valenting> hi… i need to enable FAIL_ON_WARNINGS = 1 in netwerk/
  755. # [04:42] <valenting> Do I need to add the option to each Makefile.in in each subfolder?
  756. # [04:42] <valenting> because it doesn't work if I only add it to netwerk/Makefile.in
  757. # [04:51] * Quits: jwilde (Earlybird@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  758. # [04:53] <mbrubeck> valenting: Yes, I think you'll want to add it to each Makefile.in
  759. # [04:53] <valenting> mbrubeck: thanks!
  760. # [04:53] <mbrubeck> it looks like some of them already have it, like the ones in netwerk/protocol
  761. # [04:54] <valenting> that's why I asked
  762. # [04:54] * Joins: fitzgen (fitzgen@moz-85EBB8A.dia.static.qwest.net)
  763. # [04:54] * tbsaunde is now known as tbsaunde|afk
  764. # [04:55] <RyanVM> mbrubeck: can you keep an eye on things and reopen if things green up?
  765. # [04:58] * Quits: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk) (Ping timeout)
  766. # [04:58] * philor is now known as philor|away
  767. # [05:01] * Quits: cpeterson (cpeterson@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  768. # [05:02] * Joins: bsmith (bsmith@moz-C32F9E23.sfo1.dsl.speakeasy.net)
  769. # [05:03] * Quits: RyanVM (chatzilla@moz-403902F0.phlapa.fios.verizon.net) (Quit: ChatZilla 0.9.88.2 [Firefox 17.0a1/20120820165251])
  770. # [05:04] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  771. # [05:05] * Quits: surkov (surkov@79C77F5D.5C4DCEBC.EBE09E3C.IP) (Quit: surkov)
  772. # [05:05] * Quits: mikeperry (mikeperry@F2BCBAF4.2D11C945.9928311C.IP) (Client exited)
  773. # [05:06] * Joins: mikeperry (mikeperry@moz-221584FD.torservers.net)
  774. # [05:07] * Joins: sfink (chatzilla@moz-299508F3.dsl.pltn13.sbcglobal.net)
  775. # [05:09] <mbrubeck> sure...
  776. # [05:11] <mbrubeck> looks like maybe some M1 bustage too...
  777. # [05:12] * Quits: fitzgen (fitzgen@moz-85EBB8A.dia.static.qwest.net) (Quit: zzzzzzzzz)
  778. # [05:12] <mbrubeck> or not
  779. # [05:13] * Joins: jwilde (Earlybird@moz-23E1A364.aton.com)
  780. # [05:13] * Quits: akeybl (akeybl@moz-7B0110AD.mv.mozilla.com) (Quit: Leaving...)
  781. # [05:14] * Quits: mcomella (mcomella@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  782. # [05:14] * Quits: coop|afk (Chris@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Quit: coop|afk)
  783. # [05:14] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Client exited)
  784. # [05:15] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  785. # [05:16] * Joins: Havvy (Mibbit@moz-9A4887A9.ptld.qwest.net)
  786. # [05:17] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  787. # [05:17] * Quits: @bsmedberg (bsmedberg@moz-19EF1FDE.alt.east.verizon.net) (Connection reset by peer)
  788. # [05:18] * Joins: hub (hub@8F761026.B5EF4AF6.E96CA9D8.IP)
  789. # [05:19] * Joins: ianbicking (ianbicking@moz-5D45B48D.hsd1.mn.comcast.net)
  790. # [05:19] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  791. # [05:21] * Joins: bsmith_ (bsmith@moz-C32F9E23.sfo1.dsl.speakeasy.net)
  792. # [05:21] * Quits: bsmith (bsmith@moz-C32F9E23.sfo1.dsl.speakeasy.net) (Connection reset by peer)
  793. # [05:23] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  794. # [05:23] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  795. # [05:24] * Quits: espindola (espindola@moz-4EBD532B.dsl.teksavvy.com) (Ping timeout)
  796. # [05:27] * Joins: bsmith__ (bsmith@moz-C32F9E23.sfo1.dsl.speakeasy.net)
  797. # [05:27] * Quits: bsmith_ (bsmith@moz-C32F9E23.sfo1.dsl.speakeasy.net) (Connection reset by peer)
  798. # [05:31] * tbsaunde|afk is now known as tbsaunde
  799. # [05:32] * Quits: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net) (Ping timeout)
  800. # [05:33] * heycam|away is now known as heycam
  801. # [05:33] * Quits: bsmith__ (bsmith@moz-C32F9E23.sfo1.dsl.speakeasy.net) (Ping timeout)
  802. # [05:34] * philor|away is now known as philor
  803. # [05:35] <philor> but at least we made it until Wednesday before we had to close twice in one day
  804. # [05:35] <philor> I think
  805. # [05:35] <philor> well, Monday's closures overlapped, so that's like just once
  806. # [05:36] * Quits: DGMurdockIII (DGMurdockI@moz-E933B63.hsd1.il.comcast.net) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347])
  807. # [05:36] * Joins: bsmith (bsmith@moz-C32F9E23.sfo1.dsl.speakeasy.net)
  808. # [05:37] * sheeri-afk is now known as sheeri
  809. # [05:37] * Joins: atte (atte@moz-401E92F1.dhcp.inet.fi)
  810. # [05:40] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  811. # [05:41] * Joins: drexler (chatzilla@moz-BD26ECCD.hsd1.vt.comcast.net)
  812. # [05:44] * Quits: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net) (Quit: raccettura)
  813. # [05:47] <philor> nice, my retrigger against mattwoodrow's non-clobber build was green, leaving us waiting to see if a clobber will fix up a one-line addition to reftest.js :)
  814. # [05:47] <heycam> hmm
  815. # [05:47] <philor> and the answer is: yes, just the usual plugin leak
  816. # [05:48] <heycam> oh good
  817. # [05:48] <mattwoodrow> \o/
  818. # [05:48] <philor> of course, we have great depths of broken dependencies, so it may be that his non-clobber was against something different than your non-clobber
  819. # [05:48] <philor> or that his non-clobber was an actual clobber not admitting to being one
  820. # [05:52] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  821. # [05:52] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  822. # [05:53] <Callek> or that the non-clobber clobbered on a previous job, but newer than the problem
  823. # [05:53] <Callek> etc. etc etc.
  824. # [05:57] * Joins: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net)
  825. # [05:57] * Parts: valenting (valenting@moz-BBE3ABD.mv.mozilla.com)
  826. # [05:59] * Quits: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net) (Ping timeout)
  827. # [06:01] * Quits: ferongr (ferongr@moz-80972FDB.tellas.gr) (Ping timeout)
  828. # [06:01] * glob|away is now known as glob
  829. # [06:01] <mbrubeck> well, all's well that ends confusing
  830. # [06:01] <mbrubeck> thanks for reopening, philor
  831. # [06:02] * Joins: ferongr (ferongr@moz-80972FDB.tellas.gr)
  832. # [06:02] <philor> mbrubeck: no problem, always happy to reopen with two utterly inexplicable failures that I shall refuse to see from now on
  833. # [06:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bbf6a7e1598d - Nicolas B. Pierron - Bug 783464 - Fix condition for removing the constrained output vector. r=bhackett
  834. # [06:04] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  835. # [06:06] <philor> which reminds me, there's an intermittent reftest bug from another set of bustage that I need to close as RESOLVED CLOBBERED
  836. # [06:06] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  837. # [06:07] <mbrubeck> http://mozillamemes.tumblr.com/post/29971278077/philor-still-has-hope-left sure was timely
  838. # [06:08] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: Eaten by grue.)
  839. # [06:12] * Quits: lmandel (lmandel@moz-73D3B32B.dsl.bell.ca) (Ping timeout)
  840. # [06:12] * joduinn is now known as joduinn-afk
  841. # [06:13] * Joins: Mook (Daily@moz-8F011215.dsl.teksavvy.com)
  842. # [06:13] * philor notices with great nervousness that 783464 is visited-color
  843. # [06:14] * sheeri is now known as sheeri-afk
  844. # [06:14] <philor> which does indeed mean it has bounced
  845. # [06:14] <ewong> Unfocused: sorry for missing comment #3
  846. # [06:15] <Callek> ewong: it happens to the best of us :-)
  847. # [06:16] * Quits: gustavold (gustavold@AACA9B2.3CA89884.FBFF2E6D.IP) (Connection reset by peer)
  848. # [06:17] <ewong> I have a patch that I'm running through the compiler..
  849. # [06:17] * Joins: smooney (smooney@moz-57825793.hsd1.ca.comcast.net)
  850. # [06:18] * Joins: Mardak (Mardak@moz-2BCEAB1.dsl.static.sonic.net)
  851. # [06:21] <philor> Callek: I probably should have expected it, looks like bug 718929 is tegra-specific - not just the last two being the same one, but in the last 10 there's another from 280, and 4 from 216
  852. # [06:22] * Callek peeks at what you're talking about
  853. # [06:23] <Callek> philor: hrm, so this crash is dealing with *specific* tegras only?
  854. # [06:23] <Callek> thats a lot of comments on that bug already, from Feb on
  855. # [06:26] * Quits: rclick (rclick@5053A8BE.7BDAA3AE.E430BA25.IP) (Connection reset by peer)
  856. # [06:26] <Callek> philor: sooo if I'm reading: https://tbpl.mozilla.org/php/getParsedLog.php?id=14616306&tree=Ionmonkey#error0 right, it looks like this is a crash due to the xpcshell we use from tegra-host-utils to run the reftest server
  857. # [06:26] <Callek> philor: does that sound accurate?
  858. # [06:26] * Joins: rclick (rclick@5053A8BE.7BDAA3AE.E430BA25.IP)
  859. # [06:26] <Callek> or should we rope in joel/ateam ?
  860. # [06:27] * Joins: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net)
  861. # [06:27] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  862. # [06:28] * Joins: ehsan (ehsan@51BA673F.D30B51A1.412CF160.IP)
  863. # [06:28] * ChanServ sets mode: +o ehsan
  864. # [06:28] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  865. # [06:29] * Quits: ferongr (ferongr@moz-80972FDB.tellas.gr) (Ping timeout)
  866. # [06:29] * Quits: ianbicking (ianbicking@moz-5D45B48D.hsd1.mn.comcast.net) (Quit: ianbicking)
  867. # [06:29] * Quits: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net) (Ping timeout)
  868. # [06:30] * Quits: nmatsakis (nmatsakis@31F52E50.3AD3A61B.2321E71E.IP) (Quit: Textual IRC Client: http://www.textualapp.com/)
  869. # [06:32] * Quits: mikeperry (mikeperry@moz-221584FD.torservers.net) (Z:lined (dronebot))
  870. # [06:32] <philor> Callek: I think that crash is unrelated, and is the way we frequently like to end reftest runs - if you look at "green" runs, they often end in crashes, it's the inability to read the reftest manifest file off the disk that I think is slave-specific
  871. # [06:32] * Joins: mikeperry (mikeperry@moz-2E33194.noisetor.net)
  872. # [06:33] <Callek> philor: well it has an inability to read it if the device hasn't created it yet
  873. # [06:33] <Callek> we "poll" for it, basically
  874. # [06:33] <Callek> yea I think we should rope in joel or Ateam there specifically
  875. # [06:33] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  876. # [06:33] <Callek> if they want specific boards we can always hand them over
  877. # [06:34] * Joins: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net)
  878. # [06:35] * Joins: jedp (jed@moz-59C58F81.dsl.dynamic.sonic.net)
  879. # [06:35] * Joins: ferongr (ferongr@moz-80972FDB.tellas.gr)
  880. # [06:37] * Quits: mikeperry (mikeperry@moz-2E33194.noisetor.net) (Ping timeout)
  881. # [06:38] * Quits: jedp (jed@moz-59C58F81.dsl.dynamic.sonic.net) (Ping timeout)
  882. # [06:38] * Joins: mikeperry (mikeperry@moz-2E33194.noisetor.net)
  883. # [06:39] * lsblakk is now known as lsblakk|afk
  884. # [06:40] * Quits: Mardak (Mardak@moz-2BCEAB1.dsl.static.sonic.net) (Quit: Mardak)
  885. # [06:43] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  886. # [06:43] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  887. # [06:44] * Joins: WeirdAl (chatzilla@moz-857040DF.hsd1.ca.comcast.net)
  888. # [06:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/759b5d914905 - Ben Turner - Bug 782649 - 'Remove old IPC::InputStream'. r=cjones+khuey.
  889. # [06:45] <Callek> hrm, didn't that land earlier
  890. # [06:46] * Joins: valenting (valenting@moz-85EBB8A.dia.static.qwest.net)
  891. # [06:49] <philor> it's bouncy-time
  892. # [06:50] * Quits: automata (automata@E6B761CE.84D54F57.E0F4401A.IP) (Ping timeout)
  893. # [06:50] * cjones is now known as cjones-bbiab
  894. # [06:51] * philor freshens up his inbound tree
  895. # [06:52] * Quits: smooney (smooney@moz-57825793.hsd1.ca.comcast.net) (Quit: smooney)
  896. # [06:52] * Quits: hub (hub@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  897. # [06:53] <philor> and with the try lag at 20 hours, pretty soon I have to stop bitching about the flinging of feces
  898. # [06:53] * Joins: Mardak (Mardak@moz-2BCEAB1.dsl.static.sonic.net)
  899. # [06:54] * Quits: Hughman (Mibbit@612FCB38.45583DB0.A3B82EC7.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  900. # [06:54] <philor> though so far, only WinXP bustage gets a pass, 11 hours for Win7 and 8 for Linux
  901. # [06:55] * Joins: ianbicking (ianbicking@moz-5D45B48D.hsd1.mn.comcast.net)
  902. # [06:55] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  903. # [06:57] <@roc> maybe I should wait for several more hours before landing on inbound
  904. # [06:59] <philor> nah, come on in, the water's fine
  905. # [06:59] * philor spits out a mouthful of sewage
  906. # [06:59] <philor> beautiful day for a swim, innit?
  907. # [07:00] <@roc> yes, it is here, actually
  908. # [07:01] <philor> plus, the tree's freshly clobbered, less risk of getting caught by an incomprehensible failure to rebuild
  909. # [07:01] * ewong is now known as ewong|away
  910. # [07:02] * Quits: bsmith (bsmith@moz-C32F9E23.sfo1.dsl.speakeasy.net) (Ping timeout)
  911. # [07:02] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  912. # [07:02] * Quits: Mardak (Mardak@moz-2BCEAB1.dsl.static.sonic.net) (Quit: Mardak)
  913. # [07:02] <philor> though if you're touching, well, anything you would touch, we should probably clobber again to be on the safe side
  914. # [07:03] <Callek> philor++
  915. # [07:03] <Callek> for like the last 20 minutes here
  916. # [07:06] * Joins: Hughman (Mibbit@612FCB38.45583DB0.A3B82EC7.IP)
  917. # [07:08] * glob is now known as glob|away
  918. # [07:09] * Joins: m_kato (m_kato@moz-4B5534A0.mozilla.or.jp)
  919. # [07:10] * Quits: valenting (valenting@moz-85EBB8A.dia.static.qwest.net) (Quit: Leaving.)
  920. # [07:11] * Quits: m_kato (m_kato@moz-4B5534A0.mozilla.or.jp) (Quit: Leaving...)
  921. # [07:13] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  922. # [07:16] * Quits: nthomas (chatzilla@moz-4BB7A94F.dsl.telstraclear.net) (Input/output error)
  923. # [07:17] * Joins: bnicholson (bnicholson@moz-F08A2DE.hsd1.ca.comcast.net)
  924. # [07:18] * Joins: lmandel (lmandel@moz-C0457536.dsl.bell.ca)
  925. # [07:18] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  926. # [07:19] * Quits: bz (bzbarsky@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  927. # [07:19] * Joins: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net)
  928. # [07:20] * Joins: nthomas (chatzilla@moz-4BB7A94F.dsl.telstraclear.net)
  929. # [07:21] * nthomas is now known as nthomas|away
  930. # [07:23] * Quits: bent (chatzilla@moz-C3562645.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  931. # [07:24] * Quits: mccr8 (mccr8@moz-5F92CD4B.dsl.dynamic.sonic.net) (Quit: mccr8)
  932. # [07:26] * glob|away is now known as glob
  933. # [07:26] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/fd6973289931 - Tim Taubert - Backed out changeset 5fb14f57f34a (bug 784558)
  934. # [07:26] <firebot> http://hg.mozilla.org/mozilla-central/rev/327883b4f2fe - Tim Taubert - Bug 754671 - [Page Thumbnails] size of thumbnails directory (in profiles directory) keeps growing infinitely; r=felipe
  935. # [07:26] <firebot> http://hg.mozilla.org/mozilla-central/rev/df17d6a5a330 - Panos Astithas - Don't send newScript notifications for ignored scripts (bug 770882). r=rcampbell
  936. # [07:27] <firebot> http://hg.mozilla.org/mozilla-central/rev/5650196a8c7d - Tim Taubert - merge m-c to fx-team
  937. # [07:27] <firebot> http://hg.mozilla.org/mozilla-central/rev/8e30c456cb6e - Tim Taubert - Bug 754671 - Follow-up to rename old thumbnail folder instead of removing it; r=felipe
  938. # [07:27] <firebot> http://hg.mozilla.org/mozilla-central/rev/5fb14f57f34a - Tim Taubert - Bug 784558 - [Page Thumbnails] single thumbnail removal doesn't work anymore when the corresponding site is removed from history; r=felipe
  939. # [07:27] <firebot> http://hg.mozilla.org/mozilla-central/rev/e1cdfebb423d - Blair McBride - Bug 775072 - Inline autocomplete munges URLs that contain characters that would normally be escaped. r=mak
  940. # [07:27] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Quit: ChatZilla 0.9.88.2 [Firefox 16.0a2/20120817042006])
  941. # [07:28] * Joins: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net)
  942. # [07:29] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  943. # [07:30] * Quits: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net) (Ping timeout)
  944. # [07:30] * cjones-bbiab is now known as cjones
  945. # [07:31] * Parts: kentuckyfriedtakahe (ajones@moz-5D29915D.cable.telstraclear.net)
  946. # [07:31] * Quits: mikeperry (mikeperry@moz-2E33194.noisetor.net) (Z:lined (dronebot))
  947. # [07:31] * Joins: mikeperry (mikeperry@moz-9127FDEC.torservers.net)
  948. # [07:32] * Quits: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP) (Quit: )
  949. # [07:33] * Quits: cpearce (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  950. # [07:34] * Joins: darktrojan (geoff@moz-30B3CCFD.telstraclear.net)
  951. # [07:34] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  952. # [07:35] * Quits: ferongr (ferongr@moz-80972FDB.tellas.gr) (Ping timeout)
  953. # [07:35] * Joins: smaug (chatzilla@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  954. # [07:35] * ChanServ sets mode: +o smaug
  955. # [07:35] * Joins: jdm (jdm@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  956. # [07:38] * Joins: c0smikdebris (c0smikdebr@201890F8.901B65D0.BE90E62C.IP)
  957. # [07:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/455ed4a415aa - Eric Faust - Bug 781855 - Fix incorrectly shadowing 'own' properties in the case of prototypal setters. (r=bhackett)
  958. # [07:43] * Joins: stransky (stransky@moz-BA3F7E46.net.upcbroadband.cz)
  959. # [07:43] * Quits: jwilde (Earlybird@moz-23E1A364.aton.com) (Ping timeout)
  960. # [07:44] <@smaug> jwir3: ping
  961. # [07:45] <@smaug> jwir3: if you see this message at some point... why false and not true as parameter http://hg.mozilla.org/mozilla-central/rev/3f8fbd2c0aa8#l1.150 ?
  962. # [07:45] * Joins: grubshka (grubshka@moz-43E97B92.w90-28.abo.wanadoo.fr)
  963. # [07:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cd86e0d61c3f - Peter Van der Beken - Fix for bug 768692 (Move DOM list binding generation to the new DOM binding codegen). r=bzbarsky.
  964. # [07:48] * Quits: trevorh (trevor@moz-1D2CE39C.lns11.woo.bigpond.net.au) (Ping timeout)
  965. # [07:48] * khuey|away is now known as khuey
  966. # [07:51] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  967. # [07:51] * Joins: trevorh (trevor@AB2A1CAF.24275CAC.2CE63F58.IP)
  968. # [07:51] <kk1fff> jdm, ping
  969. # [07:51] <jdm> kk1fff: hey
  970. # [07:51] * Joins: jwilde (Earlybird@moz-23E1A364.aton.com)
  971. # [07:52] <kk1fff> jdm, hi, for bug 775464, may I ask a question about what is the difference between getInterface and QueryInterface?
  972. # [07:53] <jdm> kk1fff: in theory, QI is only used for interfaces that a particular implementation inherits from
  973. # [07:53] * Joins: valenting (valenting@moz-85EBB8A.dia.static.qwest.net)
  974. # [07:53] <jdm> getInterface is often used to provide interfaces that are reachable from a certain implementation
  975. # [07:54] <jdm> so the notification callbacks may not inherit from nsILoadContext, but may have access to an object that does
  976. # [07:54] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  977. # [07:54] <kk1fff> jdm, ok, I get it!
  978. # [07:54] <kk1fff> jdm, thank you.
  979. # [07:55] <jdm> you're welcome!
  980. # [07:56] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  981. # [07:57] * Quits: drexler (chatzilla@moz-BD26ECCD.hsd1.vt.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  982. # [07:59] * Joins: ferongr (ferongr@moz-80972FDB.tellas.gr)
  983. # [08:02] * Quits: ferongr (ferongr@moz-80972FDB.tellas.gr) (Ping timeout)
  984. # [08:03] * Joins: sicking (chatzilla@moz-D0C71163.domainhotel-wifi.mozilla.hq)
  985. # [08:05] * Quits: trevorh (trevor@AB2A1CAF.24275CAC.2CE63F58.IP) (Ping timeout)
  986. # [08:05] * Quits: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Ping timeout)
  987. # [08:06] * Joins: ferongr (ferongr@moz-80972FDB.tellas.gr)
  988. # [08:08] * Joins: janv (varga@moz-5FEFB79D.o2inet.sk)
  989. # [08:08] <mfinkle> does the unstarred Moth on aurora look familiar to anyone?
  990. # [08:08] <mfinkle> or is it new?
  991. # [08:09] <darktrojan> new moths? alert the biologists!
  992. # [08:09] * mattwoodrow is now known as mattwoodrow|away
  993. # [08:09] * Quits: valenting (valenting@moz-85EBB8A.dia.static.qwest.net) (Quit: Leaving.)
  994. # [08:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/96cd349f463b - Chris Jones - No bug. Don't prelaunch app processes in debug builds, for easier debuggability. irc-r=bent
  995. # [08:10] * Joins: twi (Adium@moz-CC561053.sme.bredbandsbolaget.se)
  996. # [08:10] * ewong|afk is now known as ewong
  997. # [08:11] * Quits: lmandel (lmandel@moz-C0457536.dsl.bell.ca) (Quit: lmandel)
  998. # [08:12] * khuey is now known as khuey|away
  999. # [08:14] * Quits: janv (varga@moz-5FEFB79D.o2inet.sk) (Quit: Leaving)
  1000. # [08:15] * Joins: past (past@moz-6928E816.dsl.dyn.forthnet.gr)
  1001. # [08:15] * Quits: espadrine (thaddee_ty@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1002. # [08:16] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  1003. # [08:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2a645c4ea73f - David Zbarsky - Bug 784846 - The ShouldPrerender check for async animations is wrong r=mattwoodrow
  1004. # [08:17] * Joins: wolfiR (wolfiR@moz-E69BEF85.dip0.t-ipconnect.de)
  1005. # [08:18] * Joins: xakz (XaMaD@moz-34FBE388.fbx.proxad.net)
  1006. # [08:21] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  1007. # [08:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/167fdd4db264 - Gina Yeh - Bug 783934 - Final Version: Add events onconnected and ondisconnected in BluetoothDevice, r=qdot, sr=mrbkap
  1008. # [08:25] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  1009. # [08:25] * Joins: trevorh (trevor@AB2A1CAF.24275CAC.2CE63F58.IP)
  1010. # [08:25] * Joins: kaze (kaze@moz-104CC309.mv.mozilla.com)
  1011. # [08:26] * Joins: venkatk_ (venkatk_@1378B80.CA5925CC.2DCF3F0D.IP)
  1012. # [08:28] * Joins: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net)
  1013. # [08:28] * Joins: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net)
  1014. # [08:30] * Quits: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net) (Ping timeout)
  1015. # [08:31] * Quits: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net) (Ping timeout)
  1016. # [08:33] * Quits: c0smikdebris (c0smikdebr@201890F8.901B65D0.BE90E62C.IP) (Quit: Computer has gone to sleep.)
  1017. # [08:33] * Quits: kaze (kaze@moz-104CC309.mv.mozilla.com) (Ping timeout)
  1018. # [08:34] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
  1019. # [08:34] * Quits: WeirdAl (chatzilla@moz-857040DF.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120717123646])
  1020. # [08:35] * Joins: dbaron (dbaron@moz-9221B6DD.dsl.dynamic.sonic.net)
  1021. # [08:35] * ChanServ sets mode: +o dbaron
  1022. # [08:35] * Joins: valenting (valenting@moz-85EBB8A.dia.static.qwest.net)
  1023. # [08:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c80863b9bf12 - Daniel Holbert - Bug 784828 patch 2: Make nsSVGAttrTearoffTable lookups use nsRefPtr instead of manual NS_ADDREF refcounting, in nsSVGLength2.cpp. r=longsonr
  1024. # [08:35] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/165cd64fb08a - Daniel Holbert - Bug 784828 patch 1: Make nsSVGAttrTearoffTable lookups use nsRefPtr instead of manual NS_ADDREF refcounting, in DOMSVG*List.cpp. r=longsonr
  1025. # [08:36] * Quits: nrc (nrc@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  1026. # [08:37] * Joins: Optimizer (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1027. # [08:37] * Quits: Optimizer (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Quit: bye :))
  1028. # [08:38] * Joins: Optimizer (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1029. # [08:39] * Joins: dao (dao@moz-F258FAA3.superkabel.de)
  1030. # [08:41] * Quits: Havvy (Mibbit@moz-9A4887A9.ptld.qwest.net) (Quit: Goodnight world.)
  1031. # [08:42] * Joins: c0smikdebris (c0smikdebr@201890F8.901B65D0.BE90E62C.IP)
  1032. # [08:44] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Quit: Leaving.)
  1033. # [08:45] * Quits: @smaug (chatzilla@moz-9CE00FC0.holiday-inn-express.mozilla.hq) (Ping timeout)
  1034. # [08:46] <Optimizer> any layout guy here. I need some positioning help
  1035. # [08:47] * Quits: valenting (valenting@moz-85EBB8A.dia.static.qwest.net) (Quit: Leaving.)
  1036. # [08:47] <Callek> Optimizer: take three steps back and stand on your tippy toes
  1037. # [08:47] <Callek> I think thats all the positioning help you need
  1038. # [08:47] * Joins: smaug (chatzilla@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  1039. # [08:47] * ChanServ sets mode: +o smaug
  1040. # [08:48] <Callek> [/bad joke]
  1041. # [08:48] <Optimizer> really bad
  1042. # [08:48] <ewong> Callek heh..
  1043. # [08:48] * Quits: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net) (Quit: mixedpuppy)
  1044. # [08:48] <Optimizer> booo Callek
  1045. # [08:48] * Unfocused is glad he resisted saying something similar
  1046. # [08:48] <Callek> but yea, layout guys do hang around here, I just don't know if any of them are awake right now, so patience is my best suggestion
  1047. # [08:48] * Joins: kennyluck (kennyluck@1F39F32E.5A6411A4.B720AEC8.IP)
  1048. # [08:49] <ewong> reminds me of GnR's "Patience" song..
  1049. # [08:49] <Unfocused> awake and/or not having dinner
  1050. # [08:49] <Optimizer> I think you guys also need some sleep :P
  1051. # [08:49] <ewong> and the theme song for #developers? "Welcome to the Jungle" ;P
  1052. # [08:50] <Callek> Optimizer: well time zones are all relative
  1053. # [08:50] * Quits: @smaug (chatzilla@moz-9CE00FC0.holiday-inn-express.mozilla.hq) (Ping timeout)
  1054. # [08:50] <Callek> Optimizer: ewong for example is from China, while I *am* from the USA east coast, I tend to work best at night
  1055. # [08:50] <ewong> Well.. Hong Kong to be specific...
  1056. # [08:50] <Optimizer> yeah, can totally see that
  1057. # [08:51] <Callek> ewong: (I didn't want to say too specific to someone I don't know, but since you don't mind -- sure ) ;-)
  1058. # [08:51] <ewong> Callek oh right.. :P
  1059. # [08:52] <Optimizer> hey man, everybody knows Optimizer
  1060. # [08:52] <Unfocused> then theres those of us on islands in the middle of nowhere, keeping very strange hours
  1061. # [08:52] <Optimizer> :P
  1062. # [08:52] <ewong> (puts on sunglasses) Optimizer, please look at this... Zap.. ewong is not from Hong Kong...
  1063. # [08:52] <Callek> Unfocused: I always forget which island nation you live in
  1064. # [08:52] <Callek> is it NZ?
  1065. # [08:52] <Unfocused> yep
  1066. # [08:52] <Callek> north or south
  1067. # [08:52] <Unfocused> south
  1068. # [08:52] * Joins: pnemsak (Miranda@moz-BE85878E.citicom.sk)
  1069. # [08:52] <Optimizer> next thing we will be doing is shouting out our addresses :D
  1070. # [08:53] <Unfocused> mine is easy enough to find anyway :P
  1071. # [08:53] <Callek> Optimizer: I live at mile marker 35 on the highway to hell
  1072. # [08:53] <Optimizer> Unfocused: do you live in a lighthouse ?
  1073. # [08:53] <Unfocused> lol no
  1074. # [08:53] * Quits: ianbicking (ianbicking@moz-5D45B48D.hsd1.mn.comcast.net) (Quit: ianbicking)
  1075. # [08:54] * Joins: sankha93 (sankha93@CAF6D3FF.9C875DCD.9105FBCF.IP)
  1076. # [08:57] * Quits: @roc (chatzilla@E2F7352.56080C53.97BBD552.IP) (Ping timeout)
  1077. # [08:58] * Quits: grubshka (grubshka@moz-43E97B92.w90-28.abo.wanadoo.fr) (Ping timeout)
  1078. # [08:58] * Quits: mikeperry (mikeperry@moz-9127FDEC.torservers.net) (Z:lined (dronebot))
  1079. # [08:59] <Unfocused> ... and now i can't get GNR out of my head
  1080. # [08:59] <KWierso|Home> Unfocused: is it giving you an appetite for destruction?
  1081. # [09:00] <ewong> Unfocused: heh.. ever been to "Paradise City"
  1082. # [09:00] * Quits: karl (karl@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  1083. # [09:01] <darktrojan> who's been changing all the files?
  1084. # [09:02] <KWierso|Home> not I
  1085. # [09:02] * Joins: TheLink (TheLink@moz-7DF028C8.pools.arcor-ip.net)
  1086. # [09:02] * Joins: valenting (valenting@moz-85EBB8A.dia.static.qwest.net)
  1087. # [09:02] <darktrojan> added 405 changesets with 6132 changes to 5011 files
  1088. # [09:03] <ewong> m-c?
  1089. # [09:03] <darktrojan> yeah
  1090. # [09:03] <Unfocused> probably the int types thing
  1091. # [09:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d98216c47a77 - Geoff Lankow - Bug 773214 - Make AddonInstall/AddonInstallWrapper aware of different icon sizes; r=Unfocused
  1092. # [09:04] * darktrojan hasn't been paying attention
  1093. # [09:04] * Unfocused saw thread, marked as read
  1094. # [09:05] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  1095. # [09:06] <darktrojan> hah oops, I should check how busy the trees are before I push
  1096. # [09:06] <darktrojan> oh well, nobody else does
  1097. # [09:06] * Unfocused does
  1098. # [09:06] * Quits: Hughman (Mibbit@612FCB38.45583DB0.A3B82EC7.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1099. # [09:07] <Unfocused> :P
  1100. # [09:07] * Joins: hwpon (Mibbit@moz-BB38BC20.singnet.com.sg)
  1101. # [09:07] * darktrojan forgot
  1102. # [09:07] * Joins: masayuki (Daily@moz-F3D94DA6.userreverse.dion.ne.jp)
  1103. # [09:07] <Unfocused> meh, its only try backed up
  1104. # [09:08] <Unfocused> different pool
  1105. # [09:08] * darktrojan cancels the all try builds
  1106. # [09:08] <philor> not really, twice over
  1107. # [09:08] * Unfocused wishes the totals were per-pool
  1108. # [09:08] <philor> both not just try, and try is only a separate build pool, there's only one test pool
  1109. # [09:08] <Unfocused> eh?
  1110. # [09:09] <Unfocused> oh, right
  1111. # [09:09] <Unfocused> still, prioritized lower, right?
  1112. # [09:09] <philor> I mean, yeah, 2500 of the 3000 pending are try, but 500 pending on non-try at this time of night is exceptional
  1113. # [09:09] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  1114. # [09:10] <Callek> *but* try tests get cut in line by every-other-test
  1115. # [09:10] <darktrojan> it is rather high
  1116. # [09:10] * Unfocused nods
  1117. # [09:10] <Callek> philor: well part of the day had builders stolen for release stuff
  1118. # [09:10] <philor> not every other, is it? I think twigs and try are both 4
  1119. # [09:10] <Callek> builders/testers
  1120. # [09:10] <Callek> and there was a larger-than-normal amount of beta/aurora landings
  1121. # [09:11] * Unfocused still wishes the totals didn't include try
  1122. # [09:11] <Callek> philor: ooo you might be right -- maybe try does compete with twigs directly
  1123. # [09:11] <philor> actually, try is 3 and twigs are 4, so good luck with getting tests on your twig before the weekend :)
  1124. # [09:11] <Callek> o rly?
  1125. # [09:11] * Callek chuckles at himself
  1126. # [09:11] <Unfocused> hah, sucks to be twigs
  1127. # [09:11] <philor> http://mxr.mozilla.org/build/source/buildbot-configs/mozilla/master_common.py#21
  1128. # [09:11] * Quits: andreasn (andreasn@moz-88220F8E.a336.priv.bahnhof.se) (Ping timeout)
  1129. # [09:12] <Mook> push your twig head to try, and make the problem worse! :p
  1130. # [09:12] <Callek> that just *feels* broken
  1131. # [09:12] <Callek> Mook: and then 3 hours later, push it to inbound
  1132. # [09:13] <philor> yeah, it is every time we try to use twigs for anything we actually want done
  1133. # [09:13] * Joins: Yoric (Yoric@41A3E25F.229B381C.3A7352D6.IP)
  1134. # [09:13] <Callek> then backout from inbound because you typod the bug in your checkin comment --> push --> re-land with right bug --> push
  1135. # [09:13] * Quits: valenting (valenting@moz-85EBB8A.dia.static.qwest.net) (Quit: Leaving.)
  1136. # [09:13] <philor> thus the things where we would disable win64 builds on a twig because otherwise nightlies would never be scheduled because you would never have a cset that had built on every platform
  1137. # [09:13] <Callek> [/"how not to be good to the load"]
  1138. # [09:14] <Mook> somebody needs to win multiple lotteries and donate a giant farm of test slaves :p
  1139. # [09:14] * Mook doesn't think one lottery can be enough at this point
  1140. # [09:14] * Quits: c0smikdebris (c0smikdebr@201890F8.901B65D0.BE90E62C.IP) (Ping timeout)
  1141. # [09:14] <Callek> Mook: they'd also need to donate a couple man-month hours of IT people to set them up
  1142. # [09:14] <philor> Amazon will save us
  1143. # [09:15] <Callek> philor: not entirely for test slaves though :/
  1144. # [09:15] <ewong> so try is backlogged because of not-enough test slaves?
  1145. # [09:15] <Unfocused> gee, its a good thing amazon never goes down
  1146. # [09:15] <philor> farm off Win xpcshell and you buy 1.75 hours per push back, though
  1147. # [09:15] * Joins: c0smikdebris (c0smikdebr@201890F8.901B65D0.BE90E62C.IP)
  1148. # [09:15] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  1149. # [09:16] <ewong> get another building, fill it up with slaves for try.. profit..
  1150. # [09:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/73f018c8fbea - Brian Nicholson - Bug 778582 - Part 2: Split about:reader stylesheet for each frame. r=lucasr f=mfinkle
  1151. # [09:17] <darktrojan> AMO is moving stuff to amazon s3 as well
  1152. # [09:17] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/be2dc5ca1acb - Brian Nicholson - Bug 778582 - Part 1: Split about:reader into privileged and unprivileged frames. r=lucasr
  1153. # [09:17] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/63f9b653db9d - Brian Nicholson - Bug 778582 - Part 3: Automatically resize reader frame with contents. r=mfinkle
  1154. # [09:17] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/254a6ae6cf2a - Brian Nicholson - Bug 778582 - Part 4: Miscellaneous about:reader fixes. r=lucasr
  1155. # [09:17] <ewong> ignorance is certainly bliss.. ;p
  1156. # [09:17] <philor> except you can't actually buy the slaves we currently use, so you have to start from scratch with something different for one platform, and then recycle those to another platform
  1157. # [09:17] * Joins: Mano (mano@moz-7E1DCE13.red.bezeqint.net)
  1158. # [09:18] <glob> happy bmo push day! https://globau.wordpress.com/2012/08/23/happy-bmo-push-day-10/
  1159. # [09:18] <philor> doing it at the same time as bringing up Mac 10.8 and Win 8 and b2g
  1160. # [09:18] <Unfocused> darktrojan: orly?
  1161. # [09:18] <glob> also, omg, html bugmail
  1162. # [09:18] <Unfocused> glob: !!!
  1163. # [09:19] * Quits: past (past@moz-6928E816.dsl.dyn.forthnet.gr) (Ping timeout)
  1164. # [09:19] <Mook> from your blog, it sounds like html bugmail will be forced on (and people can go turn it back off), there's no way to pre-opt-out?
  1165. # [09:19] <glob> Unfocused, https://globau.wordpress.com/2012/08/23/html-bugmail-comes-to-bugzilla-mozilla-org/
  1166. # [09:19] <glob> Mook, you can, by changing from 'site default' to 'text only'
  1167. # [09:19] <Mook> ah, okay; thanks.
  1168. # [09:20] <Mook> (also, that makes sense, since other things like comment 0 position operate the same way... duh!)
  1169. # [09:20] <Unfocused> yea, just read that
  1170. # [09:21] <glob> before/after: https://dl.dropbox.com/u/16292140/Screen%20Shot%202012-08-23%20at%203.05.49%20PM.png
  1171. # [09:21] <glob> hrm
  1172. # [09:21] <ewong> whoa... try *is* quite backlogged with WinXP
  1173. # [09:21] * Joins: imphil (philipp@moz-655EF802.customer.m-online.net)
  1174. # [09:21] <glob> that before shot looks wrong
  1175. # [09:22] <Unfocused> nice :)
  1176. # [09:22] * Quits: bnicholson (bnicholson@moz-F08A2DE.hsd1.ca.comcast.net) (Quit: Leaving)
  1177. # [09:22] * Joins: karl (karl@moz-C0D6C3FD.jetstream.xtra.co.nz)
  1178. # [09:23] <philor> ewong: nah, quite backlogged starts at 24 hours of lag, it'll probably stay at rather backlogged until the US daytime tomorrow
  1179. # [09:24] * Joins: mikeperry (mikeperry@moz-1319EEFC.torservers.net)
  1180. # [09:24] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/92ad8d042827 - Alex Crichton - Bug 433529 - Part 8: Fix dtrace builds with new displayAtom(). r=peterv
  1181. # [09:25] <glandium> gavin: the answer was "remove .pp files that are not .o.pp"
  1182. # [09:25] <Unfocused> glob: are tags visible in the REST API?
  1183. # [09:25] * Quits: Optimizer (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  1184. # [09:26] <glob> Unfocused, dunno; i don't use REST API. best to check the docs
  1185. # [09:26] <darktrojan> Unfocused, ya rly!
  1186. # [09:26] <glandium> although that's more conflated than this
  1187. # [09:26] <Unfocused> glob: but... its bugzilla, you're meant to know *everything*!
  1188. # [09:26] * Joins: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  1189. # [09:28] <ewong> !seen edmorley
  1190. # [09:28] <firebot> edmorley was last seen 14 hours, 47 minutes and 29 seconds ago, changing nick to edmorley|meeting.
  1191. # [09:29] * Joins: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net)
  1192. # [09:30] <KWierso|Home> really long meeting
  1193. # [09:30] * Joins: kaze (kaze@moz-F8747CC6.dsl.ovh.fr)
  1194. # [09:30] <ewong> heh
  1195. # [09:31] <ewong> dang..should've pinged mbrubeck when he was on
  1196. # [09:31] <ewong> err.. he's online.. oops sorry
  1197. # [09:31] * Quits: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net) (Ping timeout)
  1198. # [09:31] <ewong> nvm... hey look.. it's the sun!
  1199. # [09:32] <Unfocused> did you not mean to just ping mbrubeck ?
  1200. # [09:32] * Quits: masayuki (Daily@moz-F3D94DA6.userreverse.dion.ne.jp) (Ping timeout)
  1201. # [09:32] <ewong> yes..I think I pinged him..
  1202. # [09:32] <darktrojan> why are we pinging mbrubeck ?
  1203. # [09:33] <ewong> errr
  1204. # [09:33] <darktrojan> just joining in, I don't really want to know
  1205. # [09:33] <ewong> darktrojan: too late... it's for tbpl
  1206. # [09:33] <ewong> well... I *think* it is
  1207. # [09:33] <ewong> ergo..it is.
  1208. # [09:33] <philor> !seen mbrubeck
  1209. # [09:33] <firebot> mbrubeck was last seen 3 hours, 26 minutes and 44 seconds ago, saying 'http://mozillamemes.tumblr.com/post/29971278077/philor-still-has-hope-left sure was timely' in #developers.
  1210. # [09:34] <ewong> oh.. just 3 hrs? he couldn't have slept that fast...
  1211. # [09:34] * ewong wonders what his timezone is
  1212. # [09:34] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
  1213. # [09:34] * darktrojan chuckles at the comment on his latest meme
  1214. # [09:35] <philor> he has little kids, doesn't he? that seems to teach people how to sleep even better than SEAL training
  1215. # [09:35] * Quits: njn (chatzilla@moz-8C8581F5.dyn.iinet.net.au) (Quit: ChatZilla 0.9.88.2 [Firefox 17.0a1/20120819164934])
  1216. # [09:35] <ewong> ahhhh
  1217. # [09:35] <darktrojan> mm sleep
  1218. # [09:35] <ewong> darktrojan: early for you to sleep, no?
  1219. # [09:36] <darktrojan> yes
  1220. # [09:36] <darktrojan> but I like sleep
  1221. # [09:37] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1222. # [09:37] * Joins: willyaranda (willyarand@moz-D4AE0008.dynamic.jazztel.es)
  1223. # [09:38] * Joins: past (past@moz-6928E816.dsl.dyn.forthnet.gr)
  1224. # [09:38] <ewong> anyone know how I can get a JSON'ified output from tinderboxpushlog... specifically.. what the results of https://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/file/ce4276d1d49c/php/getRevisionBuilds.php#l40
  1225. # [09:39] <philor> https://tbpl.mozilla.org/php/getRevisionBuilds.php?branch=mozilla-inbound&rev=38535165c87b
  1226. # [09:39] * Joins: Adityab (aditya@D785A836.61595EB0.8D466B92.IP)
  1227. # [09:40] <philor> or https://tbpl.mozilla.org/php/getRevisionBuilds.php?branch=mozilla-inbound&rev=38535165c87b&_=1345706979793 if you want the cheap and sleazy cache-busting tbpl uses
  1228. # [09:41] <ewong> philor you rule!
  1229. # [09:42] * Joins: jfkthame (jfkthame@D4B4F59A.A1C12133.9542EC20.IP)
  1230. # [09:42] * Quits: jfkthame (jfkthame@D4B4F59A.A1C12133.9542EC20.IP) (Quit: jfkthame)
  1231. # [09:42] * Quits: Adityab (aditya@D785A836.61595EB0.8D466B92.IP) (No route to host)
  1232. # [09:43] * Joins: valenting (valenting@moz-85EBB8A.dia.static.qwest.net)
  1233. # [09:44] * Quits: sankha93 (sankha93@CAF6D3FF.9C875DCD.9105FBCF.IP) (Ping timeout)
  1234. # [09:45] <Yoric> decoder: ping
  1235. # [09:45] * Joins: edwin_mobile (eflores@moz-974A6B49.dyn.cust.vf.net.nz)
  1236. # [09:46] * Joins: Ms2ger (Ms2ger@11F9A6A2.173E4087.37724B0D.IP)
  1237. # [09:47] * Joins: masayuki (Daily@moz-F3D94DA6.userreverse.dion.ne.jp)
  1238. # [09:48] * Joins: Adityab (aditya@D785A836.61595EB0.8D466B92.IP)
  1239. # [09:49] * Quits: TheLink (TheLink@moz-7DF028C8.pools.arcor-ip.net) (Client exited)
  1240. # [09:50] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1241. # [09:50] * ChanServ sets mode: +o roc
  1242. # [09:50] * Quits: Mook (Daily@moz-8F011215.dsl.teksavvy.com) (Quit: Mook)
  1243. # [09:51] * Quits: Adityab (aditya@D785A836.61595EB0.8D466B92.IP) (Ping timeout)
  1244. # [09:52] * Joins: Adityab (aditya@D785A836.61595EB0.8D466B92.IP)
  1245. # [09:54] * Joins: adrian (adrian@moz-DE8639AB.fbx.proxad.net)
  1246. # [09:54] <darktrojan> why are we still building android xul?
  1247. # [09:54] * philor is now known as philor|away
  1248. # [09:54] <Callek> darktrojan: because it hasn't gone away yet
  1249. # [09:55] <Callek> it will go away within the week
  1250. # [09:55] <darktrojan> why hasn't it gone away yet
  1251. # [09:55] <darktrojan> esr?!
  1252. # [09:55] <Callek> no not esr, m-r
  1253. # [09:55] <Callek> for tablet
  1254. # [09:55] <darktrojan> oh tablet
  1255. # [09:55] <Callek> oooo actually yea esr
  1256. # [09:55] <Callek> for tablet iirc
  1257. # [09:56] * Quits: @dbaron (dbaron@moz-9221B6DD.dsl.dynamic.sonic.net) (Ping timeout)
  1258. # [09:56] <darktrojan> ew
  1259. # [09:56] <Callek> well one-of-them
  1260. # [09:56] <Unfocused> really? hm
  1261. # [09:56] <Callek> but it goes away when android native moves to release
  1262. # [09:56] <darktrojan> poor enterprise
  1263. # [09:56] * Unfocused wrote a patch that included changes in xul fennec just last week
  1264. # [09:57] * Quits: dao (dao@moz-F258FAA3.superkabel.de) (Quit: Leaving.)
  1265. # [09:57] <Callek> Unfocused: there was other reasons for keeping it around till now, but we can't (easily) remove it from buildbot in many places without removing it everywhere
  1266. # [09:57] * Quits: twi (Adium@moz-CC561053.sme.bredbandsbolaget.se) (Quit: Leaving.)
  1267. # [09:57] <darktrojan> can we burn a tegra in celebration?
  1268. # [09:58] * Joins: Optimizer (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1269. # [09:58] <ewong> darktrojan: using thermite?
  1270. # [09:58] <Callek> darktrojan: only if you burn one of the "dead" ones we can't otherwise return for a refund
  1271. # [09:58] <darktrojan> why not
  1272. # [09:59] <Callek> otherwise no
  1273. # [09:59] <darktrojan> order the thermite
  1274. # [09:59] * Quits: mfinkle (mfinkle@moz-B5F0E45F.hsd1.pa.comcast.net) (Ping timeout)
  1275. # [09:59] <Callek> darktrojan: we're also wanting to use them for ArmV6 testing soonish
  1276. # [09:59] <Callek> ;-)
  1277. # [10:00] <ewong> philor are you able to get a sample row from the runs table?
  1278. # [10:00] <Callek> philor|away: shit shit
  1279. # [10:00] <ewong> oh..he's away... drat
  1280. # [10:00] <Callek> philor|away: these tegras that you just marked for the reftest issue -- recent jobs or catchup on older trees?
  1281. # [10:00] * philor|away is now known as philor
  1282. # [10:01] <philor> Callek: recent, sorry
  1283. # [10:01] <philor> started 00:10
  1284. # [10:01] <Callek> F*CK
  1285. # [10:02] * Joins: RealRaven (Thunderbir@moz-554C8197.threembb.ie)
  1286. # [10:02] <Callek> O well, was worth a shot
  1287. # [10:02] <philor> ewong: nope, not other than the same way you are, local install and local db
  1288. # [10:02] <ewong> philor ok. thanks!
  1289. # [10:02] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1290. # [10:03] <philor> woo, I can still (technically) make it to bed by 1am!
  1291. # [10:03] <ewong> PDT?
  1292. # [10:03] * philor is now known as philor|away
  1293. # [10:04] <Optimizer> who is the layout guy here, like the boss
  1294. # [10:05] <Ms2ger> roc/dbaron/bz
  1295. # [10:05] * mattwoodrow|away is now known as mattwoodrow
  1296. # [10:05] <ewong> probably all sleeping as well..
  1297. # [10:07] * Quits: past (past@moz-6928E816.dsl.dyn.forthnet.gr) (Ping timeout)
  1298. # [10:07] * Joins: mfinkle (mfinkle@moz-B5F0E45F.hsd1.pa.comcast.net)
  1299. # [10:07] * Quits: c0smikdebris (c0smikdebr@201890F8.901B65D0.BE90E62C.IP) (Ping timeout)
  1300. # [10:08] * Joins: Goldorak (chatzilla@21744E11.2EA57365.187A1082.IP)
  1301. # [10:08] * Joins: edmorley (edmorley@moz-C1D5D9AA.range109-156.btcentralplus.com)
  1302. # [10:09] * Joins: edwin_mobile_ (eflores@moz-6DCA434A.jetstream.xtra.co.nz)
  1303. # [10:09] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  1304. # [10:09] * Quits: mikeperry (mikeperry@moz-1319EEFC.torservers.net) (Z:lined (dronebot))
  1305. # [10:10] * Joins: mikeperry (mikeperry@moz-E3C30B54.torservers.net)
  1306. # [10:10] * Quits: Adityab (aditya@D785A836.61595EB0.8D466B92.IP) (Ping timeout)
  1307. # [10:10] * Quits: edwin_mobile (eflores@moz-974A6B49.dyn.cust.vf.net.nz) (Ping timeout)
  1308. # [10:10] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  1309. # [10:11] * Joins: ahkeno (chatzilla@E0E35594.CFAC1AC.7215E1C1.IP)
  1310. # [10:12] <ewong> does anyone here have direct access to the tbpl database?
  1311. # [10:12] <glob> ewong, probably :)
  1312. # [10:13] <ewong> glob: do you have access to the runs table? I just need one column value for an id..
  1313. # [10:13] <glob> oh, i don't have access. i'm sure someone does though. sorry, in a weird mood. will get back in my box
  1314. # [10:14] <ewong> oh.. ok.
  1315. # [10:14] * darktrojan points to edmorley
  1316. # [10:14] <glob> #it may be able to help
  1317. # [10:14] * Joins: gfritzsche (gfritzsche@moz-29DA617A.dip0.t-ipconnect.de)
  1318. # [10:14] * ewong goes to #it.
  1319. # [10:14] <darktrojan> (morning edmorley)
  1320. # [10:14] <ewong> edmorley's on?
  1321. # [10:14] <ewong> just how do you guys do that?
  1322. # [10:14] <Optimizer> ok let me then just shout out my problem, All I want is to place a div/hbox/anything inside a vbox as absolutely placed and horizontally centered
  1323. # [10:14] <edmorley> ewong: timezones... :P
  1324. # [10:15] <darktrojan> what?
  1325. # [10:15] <Ms2ger> Morning edmorley
  1326. # [10:15] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Ping timeout)
  1327. # [10:15] <edmorley> ewong: only #it has direct access to most DBs
  1328. # [10:15] <edmorley> ewong: what were you hoping to do?
  1329. # [10:15] <ewong> ok.. thanks..
  1330. # [10:15] * Quits: markh (markh@moz-72AF0623.bjzv3.vic.bigpond.net.au) (Connection reset by peer)
  1331. # [10:15] <edmorley> Good morning Ms2ger :-)
  1332. # [10:16] <ewong> edmorley basically understand what the 'log' value looks like so I can 'figure' how to fix bug #656155
  1333. # [10:16] * darktrojan guesses ewong doesn't see join/part/quit messages
  1334. # [10:16] * Joins: Adityab (aditya@FCDAAA9F.45F59B68.1CE56A7.IP)
  1335. # [10:16] <ewong> darktrojan: no.. it's conference mode, no?
  1336. # [10:16] * Joins: markh (markh@moz-72AF0623.bjzv3.vic.bigpond.net.au)
  1337. # [10:16] <edmorley> ewong: a quicker solution that looking at prod would be to use the vagrant environment
  1338. # [10:17] <edmorley> than
  1339. # [10:17] <darktrojan> depends what your client is
  1340. # [10:17] <ewong> darktrojan: cZ
  1341. # [10:17] <darktrojan> ew, no idea
  1342. # [10:17] <edmorley> ewong: it will let you test it too
  1343. # [10:17] * Joins: dao (dao@moz-F258FAA3.superkabel.de)
  1344. # [10:17] * Joins: c0smikdebris (c0smikdebr@468E388B.1B98A9E0.BE90E62C.IP)
  1345. # [10:17] <darktrojan> blah
  1346. # [10:17] <darktrojan> when are we going to split up m-oth?
  1347. # [10:18] <ewong> it needs virtualbox.. do I need to install an O/S under that? (probably a dumb question)
  1348. # [10:18] <edmorley> ewong: it's all automatic, see the readme
  1349. # [10:18] <Ms2ger> Hey guys, I've got an idea about growing Firefox desktop!
  1350. # [10:18] <Ms2ger> Don't make everyone work on Mobile
  1351. # [10:19] <ewong> err.. I think they meant growing the Firefox desktop userbase..
  1352. # [10:19] <edmorley> ewong: http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/file/87c976b4ec44/README.vagrant#l9
  1353. # [10:19] * Joins: tonymec (tonymec@18002E1F.22F97D48.277517C1.IP)
  1354. # [10:19] <darktrojan> Ms2ger++
  1355. # [10:19] * Joins: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP)
  1356. # [10:19] <edmorley> ewong: (vagrant populates the VM for you)
  1357. # [10:19] <Callek> Ms2ger++
  1358. # [10:19] <ewong> ooooh
  1359. # [10:20] <darktrojan> giant downloads ahoy
  1360. # [10:21] * Quits: @ehsan (ehsan@51BA673F.D30B51A1.412CF160.IP) (Connection reset by peer)
  1361. # [10:21] <Ms2ger> jlebar++
  1362. # [10:22] <edmorley> ewong: also, I suspect you don't even need to test the server-side component, since much of what the bug talks about only applied whilst we were using tinderbox
  1363. # [10:22] * Quits: ferongr (ferongr@moz-80972FDB.tellas.gr) (Ping timeout)
  1364. # [10:22] * Joins: past (past@moz-6928E816.dsl.dyn.forthnet.gr)
  1365. # [10:24] * Joins: garnacho (carlos@moz-136CF270.static.user.ono.com)
  1366. # [10:24] <edmorley> ewong: err actually ignore me, I misread the dates
  1367. # [10:24] <Optimizer> !seen jet
  1368. # [10:24] * Joins: ferongr (ferongr@moz-80972FDB.tellas.gr)
  1369. # [10:24] <firebot> jet was last seen 32 hours, 16 minutes and 56 seconds ago, saying 'like, can I write the API signature in browser.js or somewhere that exposes it to web content?' in #content.
  1370. # [10:24] * heycam is now known as heycam|away
  1371. # [10:24] * Joins: victorporof (victorporo@7E4B6F75.2E655143.79933D60.IP)
  1372. # [10:24] <Optimizer> and I thought jet is an imaginary nick from my sub conscious
  1373. # [10:26] * Quits: jwilde (Earlybird@moz-23E1A364.aton.com) (Ping timeout)
  1374. # [10:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fca63fc533e2 - Cervantes Yu - Bug 779358 - Fix mousemove event handled twice in content panning, r=cjones
  1375. # [10:26] * Joins: glazou (glazou@moz-204094DD.disruptive-innovations.fr)
  1376. # [10:27] <glazou> bonjour
  1377. # [10:28] <Ms2ger> Morning
  1378. # [10:28] <Optimizer> morning (please help)
  1379. # [10:29] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  1380. # [10:29] * Quits: imphil (philipp@moz-655EF802.customer.m-online.net) (Ping timeout)
  1381. # [10:29] * Joins: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net)
  1382. # [10:30] * Joins: dbaron (dbaron@moz-9221B6DD.dsl.dynamic.sonic.net)
  1383. # [10:30] * ChanServ sets mode: +o dbaron
  1384. # [10:30] <edmorley> ewong: let me know if the vagrant readme instructions need clarifying at all (I gave them a revamp recently, so they should be reasonable :-))
  1385. # [10:31] * Quits: RealRaven (Thunderbir@moz-554C8197.threembb.ie) (Client exited)
  1386. # [10:31] <edmorley> ewong: you know where the DB schema file is, in case you need it for modifying the select statement (per comment 11) yeah?
  1387. # [10:31] * NeilAway pre-opts-out of HTML bugmail
  1388. # [10:32] * Joins: RealRaven (Thunderbir@moz-554C8197.threembb.ie)
  1389. # [10:32] * Quits: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net) (Ping timeout)
  1390. # [10:32] * Quits: ewong (chatzilla@moz-3CBEA671.ctinets.com) (Ping timeout)
  1391. # [10:32] * Joins: ewong_ (chatzilla@moz-3CBEA671.ctinets.com)
  1392. # [10:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/06f6eede6b77 - Chris Jones - Bug 762221: Enable font hinting for "app" processes. r=jfkthame,jlebar
  1393. # [10:33] * ewong_ is now known as ewong
  1394. # [10:36] <NeilAway> glandium: windows builds are unaffected right?
  1395. # [10:36] * Joins: mikeratcliffe (ratcliffes@81697AD6.AD1925ED.7CCB197A.IP)
  1396. # [10:37] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Ping timeout)
  1397. # [10:37] * Quits: sicking (chatzilla@moz-D0C71163.domainhotel-wifi.mozilla.hq) (Input/output error)
  1398. # [10:37] <glandium> NeilAway: by what?
  1399. # [10:37] <ewong> edmorley: I've just installed virtualbox.. I think the docs need a bit of clarifying.. basically I don't need to install a new OS.. I just need to hg clone tinderboxpushlog to a folder.. in cmd.exe I go into that folder and then type vagrant up?
  1400. # [10:37] <NeilAway> glandium: find $objdir -name \*.pp ! -name \*.o.pp | xargs rm
  1401. # [10:38] * Quits: masayuki (Daily@moz-F3D94DA6.userreverse.dion.ne.jp) (Ping timeout)
  1402. # [10:39] <glandium> NeilAway: i /think/ it is
  1403. # [10:39] * Quits: c0smikdebris (c0smikdebr@468E388B.1B98A9E0.BE90E62C.IP) (Ping timeout)
  1404. # [10:39] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Ping timeout)
  1405. # [10:39] <glandium> NeilAway: but on windows, it's .obj, not .o
  1406. # [10:39] * Joins: marcoz (marco.zehe@8F761026.B5EF4AF6.E96CA9D8.IP)
  1407. # [10:39] <glandium> NeilAway: and you don't want to remove .exe.pp or .dll.pp
  1408. # [10:40] <NeilAway> glandium: \*.\*.pp then
  1409. # [10:40] <edmorley> ewong: yeah
  1410. # [10:40] * Joins: lahabana (charlymolt@moz-AAF2BBD1.studby.ntnu.no)
  1411. # [10:40] <edmorley> ewong: the docs don't say to install an OS, but you think people will try to?
  1412. # [10:40] <glandium> NeilAway: can you check if there actually are .pp files?
  1413. # [10:41] <ewong> edmorley: maybe it's just my understanding of "virtualbox" or virtualization in general..
  1414. # [10:41] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  1415. # [10:41] * Quits: RealRaven (Thunderbir@moz-554C8197.threembb.ie) (Client exited)
  1416. # [10:41] * Joins: masayuki (Daily@moz-F3D94DA6.userreverse.dion.ne.jp)
  1417. # [10:41] <NeilAway> glandium: ah yes, in fact I do have the odd one or two on my Windows build
  1418. # [10:41] * Quits: Adityab (aditya@FCDAAA9F.45F59B68.1CE56A7.IP) (Connection reset by peer)
  1419. # [10:41] * Joins: RealRaven (Thunderbir@moz-554C8197.threembb.ie)
  1420. # [10:41] <edmorley> ewong: I could put a sentence before the steps, explaining what happens
  1421. # [10:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/330c2cc06bbd - Chris Lord - Bug 781516 - Fix invalidation caused by unprocessed merged frames. r=roc
  1422. # [10:41] <NeilAway> glandium: all for DLLs or EXEs though
  1423. # [10:42] <ewong> edmorley: I think that would help me understand it more.. basically state that "No, you don't need to install an operating system under virtualbox.. you just need virtualbox installed."
  1424. # [10:42] <NeilAway> glandium: so I was sort of right about not needing to remove .pp files for objects ;-)
  1425. # [10:42] <glandium> NeilAway: nothing for objs?
  1426. # [10:42] <NeilAway> glandium: they're all .obj.pp here already
  1427. # [10:43] <NeilAway> glandium: how recently did the .pp change land?
  1428. # [10:43] * Joins: Adityab (aditya@7E04C07E.3FFDFD1F.1CE56A7.IP)
  1429. # [10:43] <Ms2ger> June-ish?
  1430. # [10:43] <glandium> NeilAway: about 2 months ago
  1431. # [10:43] <glandium> iirc
  1432. # [10:44] <NeilAway> glandium: so I should check my aurora tree too then?
  1433. # [10:44] <glandium> i'm surprised people can live that long without ever clobbering, btw
  1434. # [10:44] <Ms2ger> I don't think I've clobbered since I got this laptop
  1435. # [10:45] <ewong> edmorley and one other thing.. I think specifying how much disk space is required might also help.. I'm not sure if I have enough..
  1436. # [10:45] <Ms2ger> Which is < 1 year, but still
  1437. # [10:45] <edmorley> ewong: it only needs like a GB?
  1438. # [10:45] * Quits: ahkeno (chatzilla@E0E35594.CFAC1AC.7215E1C1.IP) (Ping timeout)
  1439. # [10:45] <glandium> i end up clobberring quite often, especially on b2g, where the gecko build just fails about once a week
  1440. # [10:45] <Ms2ger> Well, b2g
  1441. # [10:45] <Ms2ger> Now you've got 3 problems
  1442. # [10:45] <ewong> edmorley: ooh well in that case, I have enough space..
  1443. # [10:45] * Joins: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net)
  1444. # [10:46] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  1445. # [10:46] <edmorley> ewong: it's only like a 300-400 mb linux image + then the VM disk iirc (maybe a couple of GBs tops)
  1446. # [10:46] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  1447. # [10:47] <ewong> edmorley: ok.. I only have about 10gb left .. so I should have ample space then
  1448. # [10:47] <edmorley> yes
  1449. # [10:48] * Joins: c0smikdebris (c0smikdebr@54CA33C7.D8513D89.D2D1FAF0.IP)
  1450. # [10:49] * Quits: @dbaron (dbaron@moz-9221B6DD.dsl.dynamic.sonic.net) (Ping timeout)
  1451. # [10:52] * Quits: dao (dao@moz-F258FAA3.superkabel.de) (Quit: Leaving.)
  1452. # [10:52] * Joins: joshmoz (josh@moz-6F3505DF.nyc.res.rr.com)
  1453. # [10:53] * Quits: c0smikdebris (c0smikdebr@54CA33C7.D8513D89.D2D1FAF0.IP) (Ping timeout)
  1454. # [10:54] <hwpon> hi all, i would like to work on this "Thunderbird SMTP Auto-Sensing" as suggested by http://zenit.senecac.on.ca/wiki/index.php/Potential_Projects#Potential_Mozilla_Projects .. But how do I know if it's already being implemented by someone else?
  1455. # [10:55] * Quits: RealRaven (Thunderbir@moz-554C8197.threembb.ie) (Client exited)
  1456. # [10:55] * Joins: RealRaven (Thunderbir@moz-554C8197.threembb.ie)
  1457. # [10:56] <ewong> edmorley it complained about "guest additions on this vm do not match the install version of virtualbox" I have vbox 4.1.20 installed is this a problem?
  1458. # [10:57] <edmorley> ewong: you need the newest virtualbox
  1459. # [10:57] <edmorley> i believe
  1460. # [10:57] <edmorley> ewong: generally recommended since virtualbox is always fixing weird bugs
  1461. # [10:57] * Quits: masayuki (Daily@moz-F3D94DA6.userreverse.dion.ne.jp) (Ping timeout)
  1462. # [10:57] <ewong> oh ok..
  1463. # [10:59] <edmorley> ewong: is this clearer now? http://pastebin.mozilla.org/1771900
  1464. # [10:59] <ewong> edmorley: yes.
  1465. # [11:01] <ewong> edmorley: oh is there a way for me to not get vagrant up to install the virtualdisk under c: ?
  1466. # [11:01] <ewong> I don't have enough space on c:
  1467. # [11:01] * Joins: ehsan (ehsan@51BA673F.D30B51A1.412CF160.IP)
  1468. # [11:01] * ChanServ sets mode: +o ehsan
  1469. # [11:02] <edmorley> ewong: you don't have 2GB free?
  1470. # [11:02] <edmorley> ewong: on virtualbox -> prefs -> default machine location
  1471. # [11:02] <edmorley> maybe?
  1472. # [11:02] * Quits: birtles (chatzilla@moz-348F61F0.mozilla.or.jp) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  1473. # [11:02] * Joins: c0smikdebris (c0smikdebr@8DFFB3EB.BA5549B5.BE90E62C.IP)
  1474. # [11:03] <gfritzsche> hwpon: maybe try asking on #maildev?
  1475. # [11:03] <ewong> edmorley: nope.. < 2GB left..
  1476. # [11:03] <edmorley> ewong: to be fair, I've been there in the past! :-)
  1477. # [11:07] * Quits: mikeperry (mikeperry@moz-E3C30B54.torservers.net) (Z:lined (dronebot))
  1478. # [11:07] * Joins: andreasn (andreasn@moz-88220F8E.a336.priv.bahnhof.se)
  1479. # [11:09] * Quits: rniwa (rniwa@moz-E171DA5.sfba.hfc.comcastbusiness.net) (Quit: rniwa)
  1480. # [11:09] * Joins: msucan (mihai@488D60B5.3D0152A8.699550A1.IP)
  1481. # [11:10] <Yoric> ttaubert: ping
  1482. # [11:11] * Quits: RealRaven (Thunderbir@moz-554C8197.threembb.ie) (Client exited)
  1483. # [11:11] * Joins: RealRaven (Thunderbir@moz-554C8197.threembb.ie)
  1484. # [11:12] <darktrojan> so, um
  1485. # [11:12] <darktrojan> I just ran some xpcshell tests in multiple threads
  1486. # [11:12] <darktrojan> (woot!)
  1487. # [11:12] * Joins: mw22 (chatzilla@moz-FB753258.adsl.wanadoo.nl)
  1488. # [11:13] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1489. # [11:13] * Joins: jwilde (Earlybird@moz-23E1A364.aton.com)
  1490. # [11:13] * Quits: jwilde (Earlybird@moz-23E1A364.aton.com) (Quit: jwilde)
  1491. # [11:13] * Quits: @ehsan (ehsan@51BA673F.D30B51A1.412CF160.IP) (Input/output error)
  1492. # [11:14] * Joins: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de)
  1493. # [11:15] * Quits: shedammit (shedammit@moz-A95F12B1.members.linode.com) (Ping timeout)
  1494. # [11:15] * Joins: imphil (philipp@moz-55513EF0.rad.med.uni-muenchen.de)
  1495. # [11:16] * Joins: shedammit (shedammit@moz-A95F12B1.members.linode.com)
  1496. # [11:16] * Quits: RealRaven (Thunderbir@moz-554C8197.threembb.ie) (Client exited)
  1497. # [11:16] * Joins: RealRaven (Thunderbir@moz-554C8197.threembb.ie)
  1498. # [11:19] <ewong> hrm... vagrant up *has* to use c: :(
  1499. # [11:19] * Quits: hwpon (Mibbit@moz-BB38BC20.singnet.com.sg) (Quit: http://www.mibbit.com ajax IRC Client)
  1500. # [11:21] * Joins: squeakytoy (christoffe@moz-135838FA.netset.se)
  1501. # [11:22] * Quits: florian (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.3a1pre -- http://www.instantbird.com)
  1502. # [11:23] * Joins: paolo (paolo@moz-636099C9.retail.telecomitalia.it)
  1503. # [11:24] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1504. # [11:27] * Joins: mikeperry (mikeperry@moz-D2B309BD.ias.bredband.telia.com)
  1505. # [11:27] <ewong> edmorley: ok.. box is up.. I added |33.33.33.33 tbpl| to my hosts file. but |http://tbpl/| takes me to |http://www.google.com/search?q=tbpl|
  1506. # [11:29] <edmorley> ewong: tried another browser, in case it is being cached? (you may have accessed the page before the VM was fully running)
  1507. # [11:30] * Joins: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net)
  1508. # [11:31] * Joins: dao (dao@moz-F258FAA3.superkabel.de)
  1509. # [11:31] <ewong> edmorley: having virtualbox open.. the preview shows the login prompt, but the cmd.exe instance that I ran |vagrant up| from still has "Waiting for VM to boot. This can take a few minutes."
  1510. # [11:32] * Quits: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net) (Ping timeout)
  1511. # [11:32] <edmorley> ewong: hmmm I hit that bug early on when using vagrant but it disappeared after that and I had presumed a virtualbox update had fixed it
  1512. # [11:33] <edmorley> ewong: the VM is supposed to run headless
  1513. # [11:33] * Quits: past (past@moz-6928E816.dsl.dyn.forthnet.gr) (Ping timeout)
  1514. # [11:33] * Quits: adrian (adrian@moz-DE8639AB.fbx.proxad.net) (Quit: Konversation terminated!)
  1515. # [11:33] <ewong> headless?
  1516. # [11:33] <edmorley> ewong: you can log in using username and password vagrant
  1517. # [11:33] <edmorley> ewong: without UI
  1518. # [11:33] * Joins: adrian (adrian@moz-DE8639AB.fbx.proxad.net)
  1519. # [11:34] * Joins: past (past@moz-A3ACC22E.dsl.dyn.forthnet.gr)
  1520. # [11:34] <edmorley> ewong: I've landed the readme.vagrant tweaks: http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/rev/3fe5fa1631bc
  1521. # [11:35] * Joins: himsin (x@DBFA170F.3E31E221.BE3C3C1D.IP)
  1522. # [11:35] * Quits: lahabana (charlymolt@moz-AAF2BBD1.studby.ntnu.no) (Quit: lahabana)
  1523. # [11:36] * Joins: loadbang (loadbang@moz-254E1A07.range86-135.btcentralplus.com)
  1524. # [11:36] <ewong> edmorley: looks good!
  1525. # [11:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/4b228bcfa794 - Ed Morley - Backout 06f6eede6b77 (bug 762221) for crashes
  1526. # [11:39] * Joins: smagnin (pike@moz-BB433862.w92-144.abo.wanadoo.fr)
  1527. # [11:39] <ewong> edmorley 33.33.33.10 works regardless of my actual local network ip?
  1528. # [11:40] * Quits: RealRaven (Thunderbir@moz-554C8197.threembb.ie) (Client exited)
  1529. # [11:40] * Quits: ferongr (ferongr@moz-80972FDB.tellas.gr) (Ping timeout)
  1530. # [11:41] * Joins: RealRaven (Thunderbir@moz-554C8197.threembb.ie)
  1531. # [11:41] <edmorley> ewong: it should; but if Vagrant cannot connect to the VM, then that won't work either
  1532. # [11:41] <edmorley> ewong: this is a virtualbox bug with networking
  1533. # [11:41] <ewong> :(
  1534. # [11:41] <edmorley> ewong: I'd try using vagrant destroy, then vagrant up again
  1535. # [11:42] <ewong> ok
  1536. # [11:43] * Joins: lahabana (charlymolt@moz-AAF2BBD1.studby.ntnu.no)
  1537. # [11:43] <edmorley> ewong: the process is actually quite quick normally - promise! :-)
  1538. # [11:44] <ewong> edmorley: heh.. :) ok.. here goes vagrant up again..
  1539. # [11:44] * glob is now known as glob|away
  1540. # [11:44] * Quits: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1541. # [11:44] <edmorley> ewong: it saves the base OS image, so subsequent |vagrant up|s are much faste
  1542. # [11:44] <edmorley> r
  1543. # [11:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/535465bc2005 - Ed Morley - Backout 254a6ae6cf2a, 63f9b653db9d, 73f018c8fbea, be2dc5ca1acb (bug 778582) for native R3 failures
  1544. # [11:47] <ewong> edmorley: well.. it certainly is a lot faster this time.. though the results are " in the vbox manager, in preview, there is the login prompt" in commandline, "[default] Waiting for VM to boot. This can take a few minutes."
  1545. # [11:47] * sheeri-afk is now known as sheeri
  1546. # [11:48] * Quits: lahabana (charlymolt@moz-AAF2BBD1.studby.ntnu.no) (Quit: lahabana)
  1547. # [11:49] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
  1548. # [11:49] * Quits: mfinkle (mfinkle@moz-B5F0E45F.hsd1.pa.comcast.net) (Ping timeout)
  1549. # [11:50] * Quits: joshmoz (josh@moz-6F3505DF.nyc.res.rr.com) (Quit: Leaving)
  1550. # [11:51] <edmorley> ewong: https://github.com/mitchellh/vagrant/issues/391 has some workarounds
  1551. # [11:53] * Quits: xakz (XaMaD@moz-34FBE388.fbx.proxad.net) (Ping timeout)
  1552. # [11:55] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1553. # [11:55] * Joins: ahkeno (chatzilla@E0E35594.CFAC1AC.7215E1C1.IP)
  1554. # [11:56] * Quits: past (past@moz-A3ACC22E.dsl.dyn.forthnet.gr) (Ping timeout)
  1555. # [11:56] <edmorley> ewong: does this help? https://github.com/mitchellh/vagrant/issues/391#issuecomment-7248809
  1556. # [11:57] <edmorley> ewong: (added to Vagrantfile, in tbpl repo root)
  1557. # [11:57] <ewong> ah.. was about to ask where to put that
  1558. # [11:58] * Quits: dao (dao@moz-F258FAA3.superkabel.de) (Connection reset by peer)
  1559. # [11:58] * Joins: mfinkle (mfinkle@moz-B5F0E45F.hsd1.pa.comcast.net)
  1560. # [11:58] * Joins: xakz (XaMaD@moz-34FBE388.fbx.proxad.net)
  1561. # [11:59] * Joins: dao (dao@moz-F258FAA3.superkabel.de)
  1562. # [11:59] * Joins: past (past@moz-A3ACC22E.dsl.dyn.forthnet.gr)
  1563. # [12:00] <ewong> ahhh
  1564. # [12:01] <ewong> edmorley: that did the trick..
  1565. # [12:02] <edmorley> sweet!
  1566. # [12:02] <ewong> edmorley: now using a different browser |http://tbpl| just gives me "Internet explorer cannot display the webpage"
  1567. # [12:02] <edmorley> when i hit this a few months ago I was pulling my hair out and never did find a proper workaround (it just went away after I had to reinstall the OS for something else)
  1568. # [12:03] <edmorley> ewong: does the IP work?
  1569. # [12:03] * Quits: stransky (stransky@moz-BA3F7E46.net.upcbroadband.cz) (Quit: Connection reset by beer)
  1570. # [12:03] <edmorley> ewong: and has the provision phase of vagrant finished? (console still doing stuff?)
  1571. # [12:03] * Joins: cpearce (chatzilla@moz-EA04637A.xdsl.xnet.co.nz)
  1572. # [12:03] * Quits: karl (karl@moz-C0D6C3FD.jetstream.xtra.co.nz) (Ping timeout)
  1573. # [12:03] * Joins: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk)
  1574. # [12:04] * Quits: c0smikdebris (c0smikdebr@8DFFB3EB.BA5549B5.BE90E62C.IP) (Ping timeout)
  1575. # [12:04] <ewong> edmorley: going to http://33.33.33.10 goes to a "It Works" page.. so I guess it does work
  1576. # [12:04] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1577. # [12:05] <ewong> edmorley: what's the provision phase?
  1578. # [12:05] <edmorley> ewong: did you vagrant destroy after trying the workaround, and before vagrant up?
  1579. # [12:05] * Quits: micahg (micahg@moz-DEBA912.c3-0.arm-ubr1.chi-arm.il.cable.rcn.com) (Ping timeout)
  1580. # [12:05] <ewong> edmorley: yes. I vagrant destroy, then modified the Vagrantfile, and then vagrant up
  1581. # [12:06] <ewong> ok http://tbpl/ works
  1582. # [12:06] * Joins: jfkthame (jfkthame@D4B4F59A.A1C12133.9542EC20.IP)
  1583. # [12:06] <edmorley> ewong: vagrant has the following main commands: up (create VM or else resume existing), destroy (remove VM), suspend (as you would expect), plus a few others
  1584. # [12:06] <edmorley> ah ok
  1585. # [12:06] <ewong> ahhhh
  1586. # [12:06] <ewong> I think it's doing the database thing
  1587. # [12:06] * Joins: micahg (micahg@moz-DEBA912.c3-0.arm-ubr1.chi-arm.il.cable.rcn.com)
  1588. # [12:06] <ewong> so tbpl isn't set up yet.. ok.
  1589. # [12:07] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1590. # [12:08] * Quits: micahg (micahg@moz-DEBA912.c3-0.arm-ubr1.chi-arm.il.cable.rcn.com) (Ping timeout)
  1591. # [12:08] <edmorley> ewong: i'll add something to the readme, saying you have to wait for vagrant up to finish
  1592. # [12:09] <ewong> edmorley: thanks! sorry for the trouble..
  1593. # [12:09] <edmorley> ewong: no trouble - the better the docs, the more likely people will contribute
  1594. # [12:09] * Joins: micahg (micahg@moz-DEBA912.c3-0.arm-ubr1.chi-arm.il.cable.rcn.com)
  1595. # [12:09] <edmorley> :-)
  1596. # [12:10] * Quits: kennyluck (kennyluck@1F39F32E.5A6411A4.B720AEC8.IP) (Quit: kennyluck)
  1597. # [12:10] <ewong> edmorley: great! it's finished. now loading http://tbpl/ gives me "Tinderboxpushlog" with a blank window..
  1598. # [12:11] <edmorley> ewong: force reload the page?
  1599. # [12:11] * Quits: micahg (micahg@moz-DEBA912.c3-0.arm-ubr1.chi-arm.il.cable.rcn.com) (Ping timeout)
  1600. # [12:12] * Joins: micahg (micahg@moz-DEBA912.c3-0.arm-ubr1.chi-arm.il.cable.rcn.com)
  1601. # [12:12] * Quits: ahkeno (chatzilla@E0E35594.CFAC1AC.7215E1C1.IP) (Ping timeout)
  1602. # [12:12] <ewong> edmorley: in IE.. reload page just gives me a blank page.. both SeaMonkey and Firefox takes me to "http://www.google.com/search?q=tbpl" ;/
  1603. # [12:12] * Joins: harth (harth@moz-FF915E69.bb.sky.com)
  1604. # [12:13] * Quits: micahg (micahg@moz-DEBA912.c3-0.arm-ubr1.chi-arm.il.cable.rcn.com) (Ping timeout)
  1605. # [12:13] * Joins: c0smikdebris (c0smikdebr@DDF6FA7A.6E5D865F.274D17D6.IP)
  1606. # [12:14] <edmorley> ewong: I don't think TBPL works in IE
  1607. # [12:14] <Ms2ger> Heh, IE
  1608. # [12:14] <ewong> edmorley: ah.. ok. that explains the blank page..
  1609. # [12:15] <edmorley> ewong: bug 647497 and bug 771055
  1610. # [12:15] <ewong> guess I'll need to get Firefox/SeaMonkey to load tbpl
  1611. # [12:15] <edmorley> ewong: sorry, I didn't realise your comment above was from loading in IE
  1612. # [12:15] <edmorley> ewong: you use IE? :-)
  1613. # [12:15] <edmorley> as your primary browser that is
  1614. # [12:15] <ewong> edmorley: no.. I don't. I use SeaMonkey.. but at this moment, neither SM nor FF loads the page.
  1615. # [12:16] * ewong wonders if this is a dns issue.
  1616. # [12:16] <ewong> flushing the dns doesn't seem to work
  1617. # [12:16] * Joins: gerv (gerv@moz-8E68CF56.in-addr.arpa)
  1618. # [12:17] <ewong> gonna try this at home... bbl
  1619. # [12:17] * ewong is now known as ewong|afk
  1620. # [12:19] <edmorley> ewong|afk: there's also this workaround that people seem to say works https://github.com/mitchellh/vagrant/issues/455#issuecomment-1741950
  1621. # [12:21] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  1622. # [12:21] * Quits: edwin_mobile_ (eflores@moz-6DCA434A.jetstream.xtra.co.nz) (Quit: Bye)
  1623. # [12:23] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1624. # [12:23] * ChanServ sets mode: +o roc
  1625. # [12:26] * Joins: billybob (billybob@BC10FE2.61CC8AC0.7B7E107A.IP)
  1626. # [12:27] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Ping timeout)
  1627. # [12:28] * Joins: hwpon (Mibbit@9D658438.D0521ABA.428E23B0.IP)
  1628. # [12:29] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7a1ab48fc876 - KO Myung-Hun - Bug 773958 - Define NP_CALLBACK as NP_LOADDS for a calling convention consistency. r=josh
  1629. # [12:30] * Joins: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net)
  1630. # [12:31] * Quits: billybob (billybob@BC10FE2.61CC8AC0.7B7E107A.IP) (Quit: Konversation terminated!)
  1631. # [12:31] * Joins: billybob (billybob@BC10FE2.61CC8AC0.7B7E107A.IP)
  1632. # [12:33] * Quits: xakz (XaMaD@moz-34FBE388.fbx.proxad.net) (Ping timeout)
  1633. # [12:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6229a3b222e4 - Chris Jones - Bug 762221: Enable font hinting for "app" processes. r=jfkthame,jlebar
  1634. # [12:36] * Quits: mfinkle (mfinkle@moz-B5F0E45F.hsd1.pa.comcast.net) (Ping timeout)
  1635. # [12:37] * Quits: hwpon (Mibbit@9D658438.D0521ABA.428E23B0.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1636. # [12:39] * Quits: Optimizer (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  1637. # [12:41] * Quits: Mano (mano@moz-7E1DCE13.red.bezeqint.net) (Ping timeout)
  1638. # [12:41] * Joins: Mano (mano@7E84BF85.FBBEF4F7.EE5E81F3.IP)
  1639. # [12:42] * Quits: rajul (quassel@1318FC50.375996AE.27560D6E.IP) (Ping timeout)
  1640. # [12:42] * Joins: Optimizer (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1641. # [12:44] * Quits: Mano (mano@7E84BF85.FBBEF4F7.EE5E81F3.IP) (Connection reset by peer)
  1642. # [12:44] * Joins: mfinkle (mfinkle@moz-B5F0E45F.hsd1.pa.comcast.net)
  1643. # [12:44] * Joins: Mano (mano@moz-7E1DCE13.red.bezeqint.net)
  1644. # [12:45] * Quits: dao (dao@moz-F258FAA3.superkabel.de) (Connection reset by peer)
  1645. # [12:45] * Quits: past (past@moz-A3ACC22E.dsl.dyn.forthnet.gr) (Ping timeout)
  1646. # [12:45] * Joins: dao (dao@moz-F258FAA3.superkabel.de)
  1647. # [12:48] * Joins: stransky (stransky@moz-BA3F7E46.net.upcbroadband.cz)
  1648. # [12:50] <edmorley> ttaubert, rnewman|pto, gps: next fx-team/services-central/<any other repo> pull from m-c will need a clobber on all platforms due to d76195e9e2b8 and the build system not always relinking layout/media (bug 766793)
  1649. # [12:50] * Quits: marcoz (marco.zehe@8F761026.B5EF4AF6.E96CA9D8.IP) (Quit: Leaving.)
  1650. # [12:52] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  1651. # [12:54] <jfkthame> edmorley: thanks for re-landing 762221 … afaics it seems _highly_ unlikely it was actually the cause of that orange
  1652. # [12:55] <edmorley> jfkthame: np
  1653. # [12:55] * Joins: fxa (fxa@moz-BE50B5.szara.net.pl)
  1654. # [12:56] <edmorley> jfkthame: I would have waited for the retrigger before backing out in the first place, except it was the same crash three times (given that m-oth is in parts), so looked highly suspicious
  1655. # [12:56] <jfkthame> yeah, i can see why that looks fishy
  1656. # [12:57] * Joins: past (past@moz-A3ACC22E.dsl.dyn.forthnet.gr)
  1657. # [12:58] <edmorley> jfkthame: since then all of the m-oth runs have been green, so I'm out of ideas :-)
  1658. # [12:59] <edmorley> slave having a bad day maybe
  1659. # [12:59] <jfkthame> maybe… the stacks don't seem to have anything to do with the patch there, anyhow
  1660. # [13:00] * Joins: KaiRo (robert@moz-D6EA7516.adsl.highway.telekom.at)
  1661. # [13:01] * Quits: paolo (paolo@moz-636099C9.retail.telecomitalia.it) (Client exited)
  1662. # [13:01] * Quits: fxa (fxa@moz-BE50B5.szara.net.pl) (Quit: Leaving)
  1663. # [13:01] * Quits: rclick (rclick@5053A8BE.7BDAA3AE.E430BA25.IP) (Connection reset by peer)
  1664. # [13:02] * Joins: lahabana (charlymolt@moz-AAF2BBD1.studby.ntnu.no)
  1665. # [13:02] * Quits: dao (dao@moz-F258FAA3.superkabel.de) (Quit: Leaving.)
  1666. # [13:03] * Quits: darktrojan (geoff@moz-30B3CCFD.telstraclear.net) (Ping timeout)
  1667. # [13:04] * Joins: rclick (rclick@5053A8BE.7BDAA3AE.E430BA25.IP)
  1668. # [13:05] * Joins: darktrojan (geoff@moz-30B3CCFD.telstraclear.net)
  1669. # [13:07] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Client exited)
  1670. # [13:07] * Joins: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP)
  1671. # [13:09] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Client exited)
  1672. # [13:10] * mjschranz_away is now known as mjschranz
  1673. # [13:11] * mattwoodrow is now known as mattwoodrow|away
  1674. # [13:11] * Joins: hub (hub@8F761026.B5EF4AF6.E96CA9D8.IP)
  1675. # [13:11] * Quits: harth (harth@moz-FF915E69.bb.sky.com) (Input/output error)
  1676. # [13:14] <NeilAway> loadds? wow, that takes me back
  1677. # [13:14] * Joins: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP)
  1678. # [13:16] * Quits: c0smikdebris (c0smikdebr@DDF6FA7A.6E5D865F.274D17D6.IP) (Quit: Computer has gone to sleep.)
  1679. # [13:17] * Joins: marcoz (marco.zehe@8F761026.B5EF4AF6.E96CA9D8.IP)
  1680. # [13:18] * Joins: marcoz1 (marco.zehe@8F761026.B5EF4AF6.E96CA9D8.IP)
  1681. # [13:18] * Quits: marcoz (marco.zehe@8F761026.B5EF4AF6.E96CA9D8.IP) (No route to host)
  1682. # [13:19] * Joins: c0smikdebris (c0smikdebr@DDF6FA7A.6E5D865F.274D17D6.IP)
  1683. # [13:21] * Quits: Yoric (Yoric@41A3E25F.229B381C.3A7352D6.IP) (Input/output error)
  1684. # [13:21] * Fallen|away is now known as Fallen
  1685. # [13:22] * Quits: c0smikdebris (c0smikdebr@DDF6FA7A.6E5D865F.274D17D6.IP) (Client exited)
  1686. # [13:24] * Joins: harth (harth@moz-FF915E69.bb.sky.com)
  1687. # [13:24] * Joins: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP)
  1688. # [13:25] * Joins: jwilde (Earlybird@moz-23E1A364.aton.com)
  1689. # [13:25] * Quits: past (past@moz-A3ACC22E.dsl.dyn.forthnet.gr) (Ping timeout)
  1690. # [13:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8bc22ea75c01 - Chris Lord - Bug 771154 - Invalidate only the frame rect when new frames come into view. r=roc
  1691. # [13:26] * Joins: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com)
  1692. # [13:26] * Quits: jwilde (Earlybird@moz-23E1A364.aton.com) (Ping timeout)
  1693. # [13:26] * Quits: harth (harth@moz-FF915E69.bb.sky.com) (Ping timeout)
  1694. # [13:27] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  1695. # [13:27] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  1696. # [13:28] * Joins: kdeeq (chatzilla@moz-EDB3EEB6.haaga-helia.fi)
  1697. # [13:33] * Quits: marcoz1 (marco.zehe@8F761026.B5EF4AF6.E96CA9D8.IP) (Quit: Leaving.)
  1698. # [13:33] * Joins: past (past@moz-A3ACC22E.dsl.dyn.forthnet.gr)
  1699. # [13:34] * Fallen is now known as Fallen|away
  1700. # [13:38] * Joins: rajul (quassel@E94DF2F8.589A0633.5700D73F.IP)
  1701. # [13:43] * mjschranz is now known as mjschranz_away
  1702. # [13:45] * Joins: marcoz (marco.zehe@F2D29657.F60B0462.67AC9B1.IP)
  1703. # [13:46] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1704. # [13:47] * Quits: shorlander (shorlander@moz-853043D6.dhcp.insightbb.com) (Quit: Quit)
  1705. # [13:51] * Joins: masayuki (Daily@moz-F3D94DA6.userreverse.dion.ne.jp)
  1706. # [13:52] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  1707. # [13:53] * Joins: Mossop (mossop@moz-6EFE0657.range86-137.btcentralplus.com)
  1708. # [13:57] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  1709. # [13:57] * Quits: mreid (mreid@moz-5F4A70CA.yipyip.com) (Ping timeout)
  1710. # [13:58] * Joins: mreid (mreid@moz-5F4A70CA.yipyip.com)
  1711. # [14:01] * Quits: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk) (Ping timeout)
  1712. # [14:02] * Fallen|away is now known as Fallen
  1713. # [14:02] * Quits: Mossop (mossop@moz-6EFE0657.range86-137.btcentralplus.com) (Ping timeout)
  1714. # [14:05] * Joins: Pike (Pike@8AB044B9.A6BC8701.B217C69A.IP)
  1715. # [14:06] * Quits: RealRaven (Thunderbir@moz-554C8197.threembb.ie) (Client exited)
  1716. # [14:07] * Quits: schien-laptop (schien@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1717. # [14:07] * Joins: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk)
  1718. # [14:08] * Joins: RealRaven (Thunderbir@moz-554C8197.threembb.ie)
  1719. # [14:08] * past is now known as past|away
  1720. # [14:09] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
  1721. # [14:12] * Quits: RealRaven (Thunderbir@moz-554C8197.threembb.ie) (Ping timeout)
  1722. # [14:12] * Joins: RealRaven (Thunderbir@6A07C7B8.276C9F20.C3498625.IP)
  1723. # [14:13] <darktrojan> ok so running xpcshell tests in parallel does indeed make them faster
  1724. # [14:13] * Joins: gustavold (gustavold@AACA9B2.3CA89884.FBFF2E6D.IP)
  1725. # [14:14] <darktrojan> but
  1726. # [14:14] <darktrojan> there's a few things to fix before it'll work properly
  1727. # [14:15] <Unfocused> darktrojan++
  1728. # [14:15] <darktrojan> including most of the tests probably :/
  1729. # [14:16] <edmorley> :-D
  1730. # [14:17] * Joins: kmoir-afk (chatzilla@1124B9B4.DD70F54A.E364EBAB.IP)
  1731. # [14:18] * Quits: kdeeq (chatzilla@moz-EDB3EEB6.haaga-helia.fi) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347])
  1732. # [14:18] <darktrojan> if I can work out some cunning way to find an available port for the http server that would be a good start
  1733. # [14:18] * Standard8 knows that most of the Thunderbird tests won't work in parallel due to the way the servers work
  1734. # [14:19] <darktrojan> heh
  1735. # [14:21] * Quits: past|away (past@moz-A3ACC22E.dsl.dyn.forthnet.gr) (Ping timeout)
  1736. # [14:21] <NeilAway> darktrojan: you can't run them all from the same server?
  1737. # [14:21] <darktrojan> that'd be nice
  1738. # [14:22] <darktrojan> they'll all want to serve differnt stuff though
  1739. # [14:22] <NeilAway> darktrojan: oh, of course, these aren't mochitests, what am I thinking
  1740. # [14:22] <darktrojan> actually what would be cool is if you could leave the mochitest server running while developing
  1741. # [14:23] <darktrojan> waiting for it to start is slooow
  1742. # [14:23] * Joins: Mossop (mossop@moz-6EFE0657.range86-137.btcentralplus.com)
  1743. # [14:23] <edmorley> jfkthame: oh and bug 766793 might be playing a part for android on the relanding
  1744. # [14:23] <NeilAway> darktrojan: so, the test itself starts httpd.js ? can't httpd.js ask for a random port and then communicate that back to the test somehow?
  1745. # [14:23] <darktrojan> working on it NeilAway
  1746. # [14:23] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  1747. # [14:23] <NeilAway> darktrojan: fair enough
  1748. # [14:23] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1749. # [14:24] * Quits: ferjm (ferjm@53EF5629.3416E031.E21948B5.IP) (Quit: Leaving)
  1750. # [14:24] * darktrojan doesn't know how to figure out an appropriate port
  1751. # [14:24] <darktrojan> might just use test runner hackery
  1752. # [14:24] * Quits: Pike (Pike@8AB044B9.A6BC8701.B217C69A.IP) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347])
  1753. # [14:25] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
  1754. # [14:25] <jfkthame> edmorley: ugh, that's painful
  1755. # [14:26] * Joins: espadrine (thaddee_ty@moz-85EBB8A.dia.static.qwest.net)
  1756. # [14:26] <edmorley> yeah :-(
  1757. # [14:27] <edmorley> jfkthame: at least this time I was looking out for it
  1758. # [14:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3110f58a46f4 - Mark Capella - Bug 772272 - Remove do_load_httpd_js from xpcshell tests, Final, r=ted
  1759. # [14:27] <edmorley> jfkthame: the last few times we spent ages with retriggers (given large regression ranges due to coalescing)
  1760. # [14:27] <jfkthame> :(
  1761. # [14:29] * Joins: janv (varga@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  1762. # [14:29] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  1763. # [14:30] * Joins: past|away (past@moz-A3ACC22E.dsl.dyn.forthnet.gr)
  1764. # [14:31] * Quits: mreid (mreid@moz-5F4A70CA.yipyip.com) (Ping timeout)
  1765. # [14:31] * past|away is now known as past
  1766. # [14:31] * Quits: hub (hub@8F761026.B5EF4AF6.E96CA9D8.IP) (Ping timeout)
  1767. # [14:31] * Joins: ericb2 (X@moz-9C4C3DED.fbx.proxad.net)
  1768. # [14:32] * Quits: kk1fff (patrick@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1769. # [14:33] * kmoir-afk is now known as kmoir
  1770. # [14:34] * Joins: sheppy (sheppy@moz-4992DE6D.static.kgpt.tn.charter.com)
  1771. # [14:37] * bhearsum|afk is now known as bhearsum
  1772. # [14:39] * Joins: mreid (mreid@moz-5F4A70CA.yipyip.com)
  1773. # [14:39] * Joins: dao (dao@moz-F258FAA3.superkabel.de)
  1774. # [14:41] * Quits: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk) (Ping timeout)
  1775. # [14:41] * Quits: adrian (adrian@moz-DE8639AB.fbx.proxad.net) (Ping timeout)
  1776. # [14:41] * Quits: mreid (mreid@moz-5F4A70CA.yipyip.com) (Ping timeout)
  1777. # [14:42] * Joins: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk)
  1778. # [14:42] * Joins: mreid (mreid@moz-5F4A70CA.yipyip.com)
  1779. # [14:43] * Joins: jprmc (jprmc@moz-7F2FF3EB.cpe.net.cable.rogers.com)
  1780. # [14:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/68fc1a8f97d0 - Chris Double - Backed out changeset 5583ccdfea18
  1781. # [14:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/adb719a12c46 - Chris Double - Backout bug 730765 Part 2/3
  1782. # [14:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a10b82a0012d - Chris Double - Backout bug 730765 Part 1/3
  1783. # [14:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f7e71fef7de9 - Chris Double - Backed out changeset ec5685278f82
  1784. # [14:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/89f967271176 - Chris Double - Backout bug 730765 Part 3/3
  1785. # [14:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/afe10b61951a - Chris Double - Backed out changeset 581cdaf67a25
  1786. # [14:44] <NeilAway> darktrojan: surely there must be some way, even if it involves attempting to open ports in sequence until you find one that's free?
  1787. # [14:44] <darktrojan> I've thought of a way
  1788. # [14:45] <edmorley> doublec: for multiple backouts like that, there is a script that does the backouts/rebasing/commit-message-incl-bug-number for you, if that helps save you time for the future? :-)
  1789. # [14:45] * Quits: mreid (mreid@moz-5F4A70CA.yipyip.com) (Ping timeout)
  1790. # [14:45] <doublec> edmorley: oh nice. Where can I find it?
  1791. # [14:45] <darktrojan> NeilAway, one port per test-running thread
  1792. # [14:46] <darktrojan> NeilAway, if only more people had used a constant to store their port number like good programmers
  1793. # [14:46] * Joins: mreid (mreid@moz-5F4A70CA.yipyip.com)
  1794. # [14:47] <NeilAway> darktrojan: wait, threads in xpcshell? you're brave ;-)
  1795. # [14:47] <darktrojan> no, threads in python
  1796. # [14:47] * Quits: imphil (philipp@moz-55513EF0.rad.med.uni-muenchen.de) (Ping timeout)
  1797. # [14:47] <edmorley> doublec: I've lost the link to the page mak had it on, my local copy (which has a prompt for the qfinish & push as well), is: http://pastebin.mozilla.org/1772118
  1798. # [14:48] <darktrojan> real 0m43.585s
  1799. # [14:48] <darktrojan> real 1m9.159s
  1800. # [14:48] <doublec> edmorley: thanks!
  1801. # [14:48] <darktrojan> :D
  1802. # [14:48] <edmorley> doublec: sfink also turned mak's version into a mercurial extension: https://bitbucket.org/sfink/qbackout
  1803. # [14:48] * Joins: davidb (davidb@F2D29657.F60B0462.67AC9B1.IP)
  1804. # [14:49] * Quits: Mossop (mossop@moz-6EFE0657.range86-137.btcentralplus.com) (Ping timeout)
  1805. # [14:49] <edmorley> darktrojan: baseline?
  1806. # [14:49] * Joins: teoli (teoli@514D186.F3BBB17D.144F44FA.IP)
  1807. # [14:49] * Joins: espindola (espindola@moz-4E85DB4.dsl.teksavvy.com)
  1808. # [14:50] <darktrojan> that's just toolkit/components/downloads/etc etc
  1809. # [14:50] <NeilAway> darktrojan: well, in python, you can just use port 0 then after you open the socket you find out the actual port
  1810. # [14:50] <darktrojan> but 40%ish is good
  1811. # [14:50] <darktrojan> NeilAway, unfortunately the server is still js
  1812. # [14:51] <NeilAway> darktrojan: oh, boo
  1813. # [14:51] <darktrojan> could probably do the same but this works for now
  1814. # [14:51] <edmorley> doublec: oh for my version, you'll need to fix the "hg push push" line to your push repo alias
  1815. # [14:51] <doublec> ok, will do, thanks
  1816. # [14:51] <NeilAway> darktrojan: so, you're just going to assume ports 8888-8887+N are available and use those?
  1817. # [14:52] * darktrojan notes that if his HDD wasn't so slow the improvement would probably be better
  1818. # [14:52] <darktrojan> NeilAway, yeah
  1819. # [14:52] <darktrojan> everyone else seems to
  1820. # [14:52] <darktrojan> since N is <= 4 atm that's fine
  1821. # [14:54] * Quits: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk) (Ping timeout)
  1822. # [14:54] * Joins: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk)
  1823. # [14:55] * Joins: bsmedberg (bsmedberg@moz-19EF1FDE.alt.east.verizon.net)
  1824. # [14:55] * ChanServ sets mode: +o bsmedberg
  1825. # [14:57] * Joins: coop (Chris@moz-ED3249A4.dmz.releng.scl3.mozilla.com)
  1826. # [14:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5536f349f504 - Robert O'Callahan - Bug 779715. Part 6: Rework capturing MediaStreams from media elements to use TrackUnionStreams. r=cpearce,jesup
  1827. # [14:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6797919f02f2 - Robert O'Callahan - Bug 779715. Part 8: Make it safe to call MediaInputPort::Destroy after streams at both ends of the port have been destroyed. r=jesup
  1828. # [14:59] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/98de5d3c227b - Robert O'Callahan - Bug 779715. Part 7: Update test_streams_element_capture_reset.html to test new functionality. r=cpearce
  1829. # [15:00] * Joins: hub (hub@F2D29657.F60B0462.67AC9B1.IP)
  1830. # [15:01] * Joins: joey (chatzilla@moz-EFCB4CBF.princetowncable.com)
  1831. # [15:01] * Joins: harth (harth@88F51059.F3BBB17D.144F44FA.IP)
  1832. # [15:01] * Quits: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com) (Quit: dria)
  1833. # [15:01] * Joins: dbradley (dbradley@F13F4192.D4EBE3CD.8DD2BC91.IP)
  1834. # [15:03] * bwinton_away is now known as bwinton
  1835. # [15:03] * Joins: Mic (Instantbir@moz-59CDA352.bibliothek.uni-wuerzburg.de)
  1836. # [15:04] * Joins: imphil (philipp@moz-655EF802.customer.m-online.net)
  1837. # [15:09] * Quits: sheppy (sheppy@moz-4992DE6D.static.kgpt.tn.charter.com) (Quit: sheppy)
  1838. # [15:12] * Quits: dwarfcrank (dwarfcrank@moz-45653D06.net) (Ping timeout)
  1839. # [15:12] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1840. # [15:12] * Joins: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com)
  1841. # [15:13] <darktrojan> oh crap
  1842. # [15:13] <darktrojan> port numbers hard coded into files
  1843. # [15:15] * Joins: dwarfcrank (dwarfcrank@moz-45653D06.net)
  1844. # [15:15] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  1845. # [15:16] * Joins: jimm (jmathies@moz-7F164CA1.pn.at.cox.net)
  1846. # [15:18] * darktrojan realises they don't matter and moves on
  1847. # [15:19] * Quits: venkatk_ (venkatk_@1378B80.CA5925CC.2DCF3F0D.IP) (Ping timeout)
  1848. # [15:20] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  1849. # [15:20] * Joins: venkatk_ (venkatk_@1378B80.CA5925CC.2DCF3F0D.IP)
  1850. # [15:21] * Joins: andersh (andersh@moz-628CD8F6.bredband.oister.dk)
  1851. # [15:22] * Quits: tn (tn@moz-2E73ACE4.wp.shawcable.net) (Ping timeout)
  1852. # [15:22] * Joins: jmaher (jmaher@moz-DB4A9C19.scl3.mozilla.com)
  1853. # [15:23] * Joins: kanru (kanru@moz-3AEC4121.ctinets.com)
  1854. # [15:23] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Quit: Leaving.)
  1855. # [15:23] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  1856. # [15:25] * Joins: automata (automata@3E0AB089.8DDD1F9.16867D26.IP)
  1857. # [15:25] * Joins: ekr (ekr@moz-D7997EC8.rtfm.com)
  1858. # [15:27] * Joins: ehsan (ehsan@51BA673F.D30B51A1.412CF160.IP)
  1859. # [15:27] * ChanServ sets mode: +o ehsan
  1860. # [15:28] <darktrojan> or they do
  1861. # [15:29] <darktrojan> >:(
  1862. # [15:29] * Quits: kanru (kanru@moz-3AEC4121.ctinets.com) (Ping timeout)
  1863. # [15:30] * glob|away is now known as glob
  1864. # [15:30] * Joins: Yoric (Yoric@DBB225AA.17C1B89D.3A7352D6.IP)
  1865. # [15:30] * ewong|sleep is now known as ewong
  1866. # [15:32] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  1867. # [15:32] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  1868. # [15:32] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  1869. # [15:33] * Joins: StockHunter (StockHunte@moz-C0D4659B.ldv-co.client.bresnan.net)
  1870. # [15:33] * Quits: automata (automata@3E0AB089.8DDD1F9.16867D26.IP) (Ping timeout)
  1871. # [15:34] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  1872. # [15:36] * Joins: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com)
  1873. # [15:36] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1874. # [15:38] * mjschranz_away is now known as mjschranz
  1875. # [15:38] * rail_away is now known as rail
  1876. # [15:38] * Joins: smaug (chatzilla@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  1877. # [15:38] * ChanServ sets mode: +o smaug
  1878. # [15:39] * Joins: ewong_ (chatzilla@moz-5B0EF77B.static.netvigator.com)
  1879. # [15:39] * Joins: joshmoz (josh@moz-6F3505DF.nyc.res.rr.com)
  1880. # [15:40] * Joins: kanru (kanru@moz-3AEC4121.ctinets.com)
  1881. # [15:40] * Quits: ewong (chatzilla@moz-5B0EF77B.static.netvigator.com) (Ping timeout)
  1882. # [15:40] * ewong_ is now known as ewong
  1883. # [15:41] * Joins: lmandel (lmandel@moz-C0457536.dsl.bell.ca)
  1884. # [15:42] * Joins: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP)
  1885. # [15:43] <@bsmedberg> hrm, maybe I should close some tabs
  1886. # [15:43] * Joins: capella-SIII (capella-SI@moz-C4F77062.pools.spcsdns.net)
  1887. # [15:44] <@smaug> huomenta
  1888. # [15:44] * Quits: capella-SIII (capella-SI@moz-C4F77062.pools.spcsdns.net) (Quit: Yaaic - Yet another Android IRC client - http://www.yaaic.org)
  1889. # [15:44] <Ms2ger> Bonjour
  1890. # [15:45] * Quits: venkatk_ (venkatk_@1378B80.CA5925CC.2DCF3F0D.IP) (Ping timeout)
  1891. # [15:45] * coop is now known as coop|buildduty
  1892. # [15:45] * Quits: lmandel (lmandel@moz-C0457536.dsl.bell.ca) (Quit: lmandel)
  1893. # [15:45] * Joins: venkatk_ (venkatk_@1378B80.CA5925CC.2DCF3F0D.IP)
  1894. # [15:46] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  1895. # [15:47] * Quits: gcp (gpascutto@moz-D0E475EA.access.telenet.be) (Quit: Make a new plan, Stan!)
  1896. # [15:48] * Quits: @smaug (chatzilla@moz-9CE00FC0.holiday-inn-express.mozilla.hq) (Input/output error)
  1897. # [15:48] * Joins: Mossop (mossop@moz-6EFE0657.range86-137.btcentralplus.com)
  1898. # [15:48] * Joins: smaug (chatzilla@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  1899. # [15:48] * ChanServ sets mode: +o smaug
  1900. # [15:49] * Quits: rajul (quassel@E94DF2F8.589A0633.5700D73F.IP) (Ping timeout)
  1901. # [15:49] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  1902. # [15:49] * Joins: gcp (gpascutto@moz-D0E475EA.access.telenet.be)
  1903. # [15:49] <@smaug> interesting. looks like I have some gnome shell extensions which makes it slow occasionally
  1904. # [15:51] * @smaug reboot
  1905. # [15:51] <@smaug> ss
  1906. # [15:51] <@smaug> s
  1907. # [15:51] * Quits: @smaug (chatzilla@moz-9CE00FC0.holiday-inn-express.mozilla.hq) (Quit: ChatZilla 0.9.88.2 [Firefox 17.0a1/20120819030601])
  1908. # [15:51] * Quits: Mano (mano@moz-7E1DCE13.red.bezeqint.net) (Ping timeout)
  1909. # [15:54] * Joins: jhopkins (jhopkins@moz-216F9986.tb.shawcable.net)
  1910. # [15:54] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  1911. # [15:55] * Joins: graememcc (chatzilla@moz-3DFF5D61.range86-148.btcentralplus.com)
  1912. # [15:55] * Joins: adrian (adrian@moz-DE8639AB.fbx.proxad.net)
  1913. # [15:55] * Joins: smaug (chatzilla@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  1914. # [15:55] * ChanServ sets mode: +o smaug
  1915. # [15:56] * Quits: kanru (kanru@moz-3AEC4121.ctinets.com) (Ping timeout)
  1916. # [15:56] * Quits: Yoric (Yoric@DBB225AA.17C1B89D.3A7352D6.IP) (Connection reset by peer)
  1917. # [15:57] * Joins: Yoric (Yoric@DBB225AA.17C1B89D.3A7352D6.IP)
  1918. # [15:58] * Joins: Pike (Pike@8AB044B9.A6BC8701.B217C69A.IP)
  1919. # [15:59] <fox2mike> bsmedberg: hey, around?
  1920. # [15:59] <@bsmedberg> fox2mike: pong
  1921. # [16:00] <fox2mike> bsmedberg: good morning. So I was just curious why it's called skunkworks :)
  1922. # [16:00] <@bsmedberg> fox2mike: http://en.wikipedia.org/wiki/Skunkworks_project
  1923. # [16:00] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  1924. # [16:00] <fox2mike> bsmedberg: I'm just making sure opsec is alright and will get stuff online (filing a bug to have something kickstarted already)
  1925. # [16:00] <@bsmedberg> under the radar, kinda researchy
  1926. # [16:00] <fox2mike> heh
  1927. # [16:01] <fox2mike> wondering what I can call it then
  1928. # [16:01] <@bsmedberg> hangprocessor
  1929. # [16:01] <@bsmedberg> or hangprocessor-temp if you want it to be radically clear ;-)
  1930. # [16:01] <fox2mike> k
  1931. # [16:01] <fox2mike> or
  1932. # [16:02] <fox2mike> flashprocessor
  1933. # [16:02] <fox2mike> since it's specific for flash
  1934. # [16:02] * Quits: Yoric (Yoric@DBB225AA.17C1B89D.3A7352D6.IP) (Ping timeout)
  1935. # [16:02] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  1936. # [16:02] * Joins: protz (protz@moz-E29D2A15.inria.fr)
  1937. # [16:02] <@bsmedberg> well... kinda
  1938. # [16:02] <@bsmedberg> it'll be processing all hang reports, but Flash is really all we care about
  1939. # [16:03] * Joins: Yoric (Yoric@DBB225AA.17C1B89D.3A7352D6.IP)
  1940. # [16:03] <fox2mike> k
  1941. # [16:03] * Quits: Adityab (aditya@7E04C07E.3FFDFD1F.1CE56A7.IP) (Quit: ["Textual IRC Client: www.textualapp.com"])
  1942. # [16:03] * Joins: wesj1 (Daily@moz-135A9FA9.hsd1.ca.comcast.net)
  1943. # [16:03] * Joins: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP)
  1944. # [16:04] * Joins: ericjung (Mibbit@5210CFD5.1A5EA44.72B23B3D.IP)
  1945. # [16:04] * Joins: nmatsakis (nmatsakis@31F52E50.3AD3A61B.2321E71E.IP)
  1946. # [16:05] <@bsmedberg> fox2mike: thanks for your help, btw
  1947. # [16:05] * mcote|afk is now known as mcote
  1948. # [16:05] * Quits: Yoric (Yoric@DBB225AA.17C1B89D.3A7352D6.IP) (Ping timeout)
  1949. # [16:06] * Quits: wesj1 (Daily@moz-135A9FA9.hsd1.ca.comcast.net) (Quit: wesj1)
  1950. # [16:06] * Joins: wesj1 (Daily@moz-135A9FA9.hsd1.ca.comcast.net)
  1951. # [16:06] <fox2mike> bsmedberg: np sir
  1952. # [16:07] * Quits: wesj1 (Daily@moz-135A9FA9.hsd1.ca.comcast.net) (Quit: wesj1)
  1953. # [16:07] * cadecairos_away is now known as cadecairos
  1954. # [16:07] * Joins: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  1955. # [16:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2995a63cf399 - Rafael Ávila de Espíndola - Bug 784889 - Use nullptr in a function that returns a pointer. r=ms2ger.
  1956. # [16:07] * Joins: AaronMT (AaronMT@moz-DEDA283.cpe.net.cable.rogers.com)
  1957. # [16:07] * Quits: janv (varga@moz-9CE00FC0.holiday-inn-express.mozilla.hq) (Quit: This computer has gone to sleep)
  1958. # [16:07] * cadecairos is now known as cadecairos_away
  1959. # [16:07] * Joins: Yoric (Yoric@DBB225AA.17C1B89D.3A7352D6.IP)
  1960. # [16:08] * Quits: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au) (Ping timeout)
  1961. # [16:08] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1962. # [16:08] * cadecairos_away is now known as cadecairos
  1963. # [16:09] * Joins: Hendikins (wolfox@moz-13914647.hhui4.ken.bigpond.net.au)
  1964. # [16:09] * Joins: kats (kats@moz-DE13FC16.compute-1.amazonaws.com)
  1965. # [16:09] * cadecairos is now known as cadecairos_away
  1966. # [16:09] <kats> glob: do you know order of magnitude on how long it will take bug 785063 to get fixed and deployed?
  1967. # [16:09] * cadecairos_away is now known as cadecairos
  1968. # [16:10] <kats> just wondering if i should spend time updating my scraper or not
  1969. # [16:10] <glob> kats, the code fix should be trivial; i'll have to talk with IT about a code push however
  1970. # [16:10] <kats> glob: ok, thanks
  1971. # [16:10] <glob> should be able to do it tomorrow, if not, then probably monday
  1972. # [16:10] <kats> sounds good
  1973. # [16:12] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Client exited)
  1974. # [16:13] * Joins: janv (varga@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  1975. # [16:13] * Quits: @ehsan (ehsan@51BA673F.D30B51A1.412CF160.IP) (Input/output error)
  1976. # [16:14] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  1977. # [16:14] * Joins: nhirata (nhirata.bu@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1978. # [16:15] * Joins: nhirata_v2 (nhirata.bu@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1979. # [16:16] * NeilAway wonders when JS_FALSE will become false
  1980. # [16:16] * Quits: Mardak (Mardak@moz-4FA48382.hsd1.ca.comcast.net) (Quit: Mardak)
  1981. # [16:16] <Ms2ger> NEVAH
  1982. # [16:16] * Quits: nhirata (nhirata.bu@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  1983. # [16:16] * nhirata_v2 is now known as nhirata
  1984. # [16:16] <NeilAway> (assuming there's no intrinsic cast from false to T*)
  1985. # [16:16] <ewong> edmorley: ping
  1986. # [16:17] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  1987. # [16:17] * Joins: mconleyTB (Daily@F2D29657.F60B0462.67AC9B1.IP)
  1988. # [16:18] * Joins: kanru (kanru@F4B4BBBF.B2CAE1D2.5A8C189B.IP)
  1989. # [16:19] * Joins: Mossop_ (mossop@moz-6EFE0657.range86-137.btcentralplus.com)
  1990. # [16:19] * Quits: Mossop (mossop@moz-6EFE0657.range86-137.btcentralplus.com) (Ping timeout)
  1991. # [16:19] * Mossop_ is now known as Mossop
  1992. # [16:20] * Quits: jdm (jdm@moz-9CE00FC0.holiday-inn-express.mozilla.hq) (Quit: Lost terminal)
  1993. # [16:20] * Joins: mwu (mwu@moz-59435430.hsd1.nj.comcast.net)
  1994. # [16:20] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Client exited)
  1995. # [16:21] * mikeh|afk is now known as mikeh
  1996. # [16:21] * Quits: dao (dao@moz-F258FAA3.superkabel.de) (Quit: Leaving.)
  1997. # [16:22] * Quits: Pike (Pike@8AB044B9.A6BC8701.B217C69A.IP) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347])
  1998. # [16:22] <edmorley> ewong: hi :-) (sorry was having lunch)
  1999. # [16:23] * Quits: stransky (stransky@moz-BA3F7E46.net.upcbroadband.cz) (Quit: Connection reset by beer)
  2000. # [16:23] <Ms2ger> edmorley, how dare you have lunch!
  2001. # [16:23] * Quits: mreid (mreid@moz-5F4A70CA.yipyip.com) (Ping timeout)
  2002. # [16:24] * edmorley takes Ms2ger's lunch for seconds
  2003. # [16:24] <edmorley> nom nom nom :-)
  2004. # [16:24] <Ms2ger> At 4PM?
  2005. # [16:24] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  2006. # [16:24] * Quits: andersh (andersh@moz-628CD8F6.bredband.oister.dk) (Quit: Leaving)
  2007. # [16:24] * Quits: nmatsakis (nmatsakis@31F52E50.3AD3A61B.2321E71E.IP) (Quit: Computer has gone to sleep.)
  2008. # [16:24] <edmorley> UTC+1, not 2 :P
  2009. # [16:25] <edmorley> ewong: did you have any luck with that workaround?
  2010. # [16:25] <Ms2ger> Enjoy my lunch, but I'm afraid it's already rather fluid :)
  2011. # [16:25] * Joins: andersh (andersh@moz-628CD8F6.bredband.oister.dk)
  2012. # [16:25] <edmorley> eww
  2013. # [16:25] <edmorley> :-)
  2014. # [16:26] <@bsmedberg> ted: review-ping on bug 773996?
  2015. # [16:26] * Joins: mreid (mreid@moz-5F4A70CA.yipyip.com)
  2016. # [16:26] <@ted> oh yeah
  2017. # [16:26] <@ted> i have those open in tabs
  2018. # [16:26] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  2019. # [16:27] <@bsmedberg> yeah, I was just cleaning up my 150 tabs and noticed it ;-)
  2020. # [16:27] <ewong> edmorley: yes..at home I didn't need the workaround.. but the http://tbpl/ is still going through google.com. nslookup tbpl, is giving me 203.198.80.61
  2021. # [16:27] <ewong> which isn't what I put in hosts file.. do I need to reboot?
  2022. # [16:27] <edmorley> ewong: worth a shot
  2023. # [16:28] * Joins: rajul (quassel@DFED5262.C637F31.F44414AF.IP)
  2024. # [16:29] <ewong> brb
  2025. # [16:29] * Quits: ewong (chatzilla@moz-5B0EF77B.static.netvigator.com) (Quit: reboot)
  2026. # [16:30] * Quits: past (past@moz-A3ACC22E.dsl.dyn.forthnet.gr) (Ping timeout)
  2027. # [16:31] * wlach|afk is now known as wlach
  2028. # [16:32] * Joins: past|away (past@moz-A3ACC22E.dsl.dyn.forthnet.gr)
  2029. # [16:32] * Quits: Yoric (Yoric@DBB225AA.17C1B89D.3A7352D6.IP) (Ping timeout)
  2030. # [16:32] * past|away is now known as past
  2031. # [16:32] * Joins: Yoric|backup (Yoric@DBB225AA.17C1B89D.3A7352D6.IP)
  2032. # [16:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9e98e33cb80d - Jon Coppeard - Fix bad indentation in fix for 784282 (no bug, DONTBUILD)
  2033. # [16:35] * Quits: Mic (Instantbir@moz-59CDA352.bibliothek.uni-wuerzburg.de) (Quit: Instantbird 1.3a1pre -- http://www.instantbird.com)
  2034. # [16:35] <nemo> heh. I'm rather skeptical of the whole idea of shaders in CSS, but
  2035. # [16:35] <nemo> http://lists.w3.org/Archives/Public/public-fx/2012JulSep/thread.html#msg74
  2036. # [16:35] <nemo> is an enormously entertaining thread
  2037. # [16:35] * Quits: mconleyTB (Daily@F2D29657.F60B0462.67AC9B1.IP) (Quit: mconleyTB)
  2038. # [16:35] <nemo> btw. sooo nice to see a discussion group which isn't using that oh-so-irritating google groups which is completely non-functional in w3m or any other browser w/o JS enabled
  2039. # [16:36] <nemo> screw degrading gracefully, one must allow google JS everywhere to read a discussion group these days.
  2040. # [16:36] * Joins: John-Galt (kris@moz-2CB0DFB5.hsd1.or.comcast.net)
  2041. # [16:36] * Quits: venkatk_ (venkatk_@1378B80.CA5925CC.2DCF3F0D.IP) (Quit: This computer has gone to sleep)
  2042. # [16:40] <@ted> i wonder if there are any non-test-files servo can render
  2043. # [16:43] * Joins: atuljangra (Mibbit@4F882FCC.4850A4DD.1957C0DA.IP)
  2044. # [16:43] * Joins: sankha931 (sankha93@7061CD01.D6BD0D91.22D41759.IP)
  2045. # [16:43] * Quits: sankha93 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Quit: Leaving.)
  2046. # [16:43] * Joins: drexler (chatzilla@moz-BD26ECCD.hsd1.vt.comcast.net)
  2047. # [16:43] * philor|away is now known as philor
  2048. # [16:44] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  2049. # [16:44] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2050. # [16:44] * Joins: hipokrit (hipokrit@81016825.8DB70AE8.839F6EC0.IP)
  2051. # [16:44] * Joins: ferjm (ferjm@moz-45CEBBA9.red-83-42-171.dynamicip.rima-tde.net)
  2052. # [16:45] * Quits: darktrojan (geoff@moz-30B3CCFD.telstraclear.net) (Quit: darktrojan)
  2053. # [16:45] * Joins: Yoric (Yoric@DBB225AA.17C1B89D.3A7352D6.IP)
  2054. # [16:46] * Quits: Yoric|backup (Yoric@DBB225AA.17C1B89D.3A7352D6.IP) (Ping timeout)
  2055. # [16:46] * Quits: sankha931 (sankha93@7061CD01.D6BD0D91.22D41759.IP) (Ping timeout)
  2056. # [16:46] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  2057. # [16:46] * ChanServ sets mode: +o ehsan
  2058. # [16:47] <@bsmedberg> Is testpilot still a thing?
  2059. # [16:47] * Quits: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk) (Ping timeout)
  2060. # [16:48] * Joins: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk)
  2061. # [16:49] * Quits: Mossop (mossop@moz-6EFE0657.range86-137.btcentralplus.com) (Ping timeout)
  2062. # [16:50] * Quits: @smaug (chatzilla@moz-9CE00FC0.holiday-inn-express.mozilla.hq) (Ping timeout)
  2063. # [16:51] * Quits: jprmc (jprmc@moz-7F2FF3EB.cpe.net.cable.rogers.com) (Ping timeout)
  2064. # [16:51] * Joins: Adityab (aditya@7E04C07E.3FFDFD1F.1CE56A7.IP)
  2065. # [16:51] * Quits: janv (varga@moz-9CE00FC0.holiday-inn-express.mozilla.hq) (Quit: This computer has gone to sleep)
  2066. # [16:52] <philor> well, bugzilla's html mail has a few good aspects, but I don't think I'd list "some of the mails are just blank" as one of them
  2067. # [16:52] * Parts: kats (kats@moz-DE13FC16.compute-1.amazonaws.com)
  2068. # [16:52] <glob> philor, oh
  2069. # [16:52] * Quits: Optimizer (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  2070. # [16:52] <glob> philor, i suspect that isn't a feature
  2071. # [16:53] <glob> philor, can you send me one with full headers please?
  2072. # [16:53] <philor> sure
  2073. # [16:54] * Joins: biesi (cbiesinger@moz-5EE692A7.ca.hfc.comcastbusiness.net)
  2074. # [16:54] * Joins: Yoric|backup (Yoric@DBB225AA.17C1B89D.3A7352D6.IP)
  2075. # [16:54] * Quits: Yoric (Yoric@DBB225AA.17C1B89D.3A7352D6.IP) (Connection reset by peer)
  2076. # [16:55] <Unfocused> bsmedberg: yes, handled by gregglind (not sure who else)
  2077. # [16:57] * Joins: ewong (chatzilla@moz-5B0EF77B.static.netvigator.com)
  2078. # [16:57] * Joins: smaug (chatzilla@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  2079. # [16:57] * ChanServ sets mode: +o smaug
  2080. # [16:57] * Quits: Yoric|backup (Yoric@DBB225AA.17C1B89D.3A7352D6.IP) (Connection reset by peer)
  2081. # [16:58] * Joins: Yoric (Yoric@DBB225AA.17C1B89D.3A7352D6.IP)
  2082. # [16:59] * Quits: ericb2 (X@moz-9C4C3DED.fbx.proxad.net) (Quit: . . . ........)
  2083. # [16:59] * mjschranz is now known as mjschranz_away
  2084. # [17:00] * Joins: dria (dria@F2D29657.F60B0462.67AC9B1.IP)
  2085. # [17:01] <ewong> edmorley: nope.. that reboot didn't work..
  2086. # [17:01] * Quits: kanru (kanru@F4B4BBBF.B2CAE1D2.5A8C189B.IP) (Ping timeout)
  2087. # [17:01] * Joins: coop (Chris@1678327A.81C579B6.DA78B690.IP)
  2088. # [17:01] * Joins: wesj1 (Daily@moz-BBE3ABD.mv.mozilla.com)
  2089. # [17:01] * Quits: imphil (philipp@moz-655EF802.customer.m-online.net) (Ping timeout)
  2090. # [17:01] <gregglind_away> bsmedberg, Unfocused, testpilot here, what's up? (gregglind, ilana, leoy, or anyone in #ur or #ux)
  2091. # [17:02] * gregglind_away is now known as gregglind
  2092. # [17:02] * Quits: wesj1 (Daily@moz-BBE3ABD.mv.mozilla.com) (Quit: wesj1)
  2093. # [17:02] <@bsmedberg> gregglind: I was mainly wondering whether it still existed, and whether we've used it to measure/tune performance information
  2094. # [17:02] * Quits: coop|buildduty (Chris@moz-ED3249A4.dmz.releng.scl3.mozilla.com) (Ping timeout)
  2095. # [17:02] <gregglind> bsmedberg, you probably want #metrics telemetry if you want C++ level stuff.
  2096. # [17:03] <edmorley> ewong: maybe the first workaround isn't helping. Have you tried the enabled gui (in the vagrantfile), log in and reboot networking workaround? (and sorry this is being such a pain, I wanted to fix this a few months ago but stopped being able to reproduce. anything we can do to figure this out and either adjust configs or add to readme will be much approeciated! :-))
  2097. # [17:03] <gregglind> tp runs after the chrome loads and it useful for tracking user interaction. If you want js performance stuff (or cycles, or whatever) that's telemetry.
  2098. # [17:03] <@bsmedberg> gregglind: telemetry currently doesn't let us do A/B testing and has pretty specific privacy requirements
  2099. # [17:03] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  2100. # [17:04] <gregglind> noted. what's the project then? We can do A/B, if the A/B is deployable as an addon.
  2101. # [17:04] <gregglind> or if you want to be really bold, we can run people out onto a branch.
  2102. # [17:04] <@bsmedberg> gregglind: and there's a bunch of data on plugin instantiation that I'd be interested in collecting. No specific project yet, I'm still working on understanding what it can do for me.
  2103. # [17:04] <gregglind> so long as those plugins make some detectable signal (hint: make them write to the ObserverService) :)
  2104. # [17:05] <gregglind> we can note it.
  2105. # [17:05] <@bsmedberg> I am capable of making that part of things work ;-)
  2106. # [17:06] * Quits: atuljangra (Mibbit@4F882FCC.4850A4DD.1957C0DA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2107. # [17:06] <gregglind> forgive me, I am pretty ignornant about how plugins work. I also don't know how to do the A/B part of plugin deployment.
  2108. # [17:06] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Quit: Leaving.)
  2109. # [17:07] <ewong> edmorley booting into gui (I think)
  2110. # [17:07] * Quits: @smaug (chatzilla@moz-9CE00FC0.holiday-inn-express.mozilla.hq) (Ping timeout)
  2111. # [17:07] <gregglind> in terms of "easy" to "hard", tp likes 1) Listen to ObserverSvc msgs 2) simple / known content events 3) XUL events on the main windows 4,5) anon xul stuff, or those stupid floating windows, like old bookmarks)
  2112. # [17:07] <gregglind> *anon xbl rather.
  2113. # [17:08] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  2114. # [17:08] * joduinn-afk is now known as joduinn-coffee
  2115. # [17:08] * StockHunter is now known as StockHunter-AFK
  2116. # [17:10] * Quits: maikmerten (merten@moz-E254386D.cs.uni-dortmund.de) (Client exited)
  2117. # [17:11] * Quits: bjacob (bjacob@moz-ADCA75DC.cpe.net.cable.rogers.com) (Ping timeout)
  2118. # [17:11] * mjschranz_away is now known as mjschranz
  2119. # [17:12] <ewong> edmorley what's the root password to this default vm?
  2120. # [17:12] * Joins: Jesse (jruderman@EB659E94.6E940EA0.AFA3E4A7.IP)
  2121. # [17:12] <ewong> edmorley or better yet.. what's the command to restart the networking? not familiar with ubuntu
  2122. # [17:12] * Joins: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net)
  2123. # [17:13] <edmorley> ewong: it's in the thread I linked earlier
  2124. # [17:13] <ewong> edmorley: could you repost that thread? lost backscroll due to reboot
  2125. # [17:13] <edmorley> ewong: just finding it
  2126. # [17:13] <edmorley> ewong: https://github.com/mitchellh/vagrant/issues/455#issuecomment-1741950
  2127. # [17:14] * Joins: janv (varga@moz-7B0110AD.mv.mozilla.com)
  2128. # [17:14] * Joins: kanru (kanru@moz-94324887.ctinets.com)
  2129. # [17:14] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  2130. # [17:15] * Quits: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net) (Input/output error)
  2131. # [17:15] * geekboy|afk is now known as geekboy
  2132. # [17:15] * Joins: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net)
  2133. # [17:15] * Joins: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net)
  2134. # [17:16] <ewong> edmorley: ok.. I can ssh in.. I'm in gui mode.. restarted the networking..
  2135. # [17:16] <edmorley> ewong: now try vagrant provision
  2136. # [17:16] * sid0 changes topic to 'Pymake build errors? Make sure you're using in-tree Pymake! || Try/Inbound issues? **See TBPL's tree status messages** || Next merge: 2012-08-27 || New/want to help? See irc://irc.mozilla.org/#introduction || http://krijnhoetmer.nl/irc-logs/ , http://logbot.glob.com.au/'
  2137. # [17:17] <edmorley> ewong: which resumes dependency/tbpl data import phase
  2138. # [17:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/00ba8683d7c9 - Nicolas Silva - Bug 773440 - Remove one video frame copy when using async-video. r=roc
  2139. # [17:18] * Quits: Yoric (Yoric@DBB225AA.17C1B89D.3A7352D6.IP) (Ping timeout)
  2140. # [17:19] * Joins: Yoric (Yoric@DBB225AA.17C1B89D.3A7352D6.IP)
  2141. # [17:19] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
  2142. # [17:19] * ctalbert|afk is now known as ctalbert
  2143. # [17:19] * Joins: ianbicking (ianbicking@moz-5D45B48D.hsd1.mn.comcast.net)
  2144. # [17:20] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2145. # [17:20] * Joins: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com)
  2146. # [17:21] * kmoir is now known as kmoir-afk
  2147. # [17:21] <ewong> edmorley seemed to have imported ok
  2148. # [17:21] * Joins: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com)
  2149. # [17:22] * Joins: ericb2 (X@moz-9C4C3DED.fbx.proxad.net)
  2150. # [17:24] * Quits: bdahl (bdahl@moz-E197F13B.hsd1.ca.comcast.net) (Client exited)
  2151. # [17:25] <ewong> edmorley well my solution to the problem was |http://33.33.33.10/tbpl/|
  2152. # [17:25] * rail is now known as rail_away
  2153. # [17:25] * Joins: smaug (chatzilla@moz-BBE3ABD.mv.mozilla.com)
  2154. # [17:25] * ChanServ sets mode: +o smaug
  2155. # [17:25] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  2156. # [17:25] * Joins: jedp (jed@moz-59C58F81.dsl.dynamic.sonic.net)
  2157. # [17:25] * rail_away is now known as rail
  2158. # [17:25] <Ms2ger> Jesse++
  2159. # [17:25] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  2160. # [17:26] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2161. # [17:26] * Quits: masayuki (Daily@moz-F3D94DA6.userreverse.dion.ne.jp) (Ping timeout)
  2162. # [17:26] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  2163. # [17:26] <Jesse> Ms2ger: ?
  2164. # [17:26] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  2165. # [17:26] <ewong> edmorley so the source from the cloned tbpl is being used for this 33.33.33.10/tbpl/ instance?
  2166. # [17:27] <edmorley> yeah
  2167. # [17:27] <Ms2ger> Jesse, bug 784792, even though I can't see it :)
  2168. # [17:27] * geekboy is now known as geekboy|afk
  2169. # [17:27] <ewong> edmorley: so I can now modify the tbpl code while testing it?
  2170. # [17:27] <edmorley> ewong: the only thing that won't update live is the db schema
  2171. # [17:27] <edmorley> ewong: and dataimport.py is on a 5 minute cron
  2172. # [17:27] <edmorley> ewong: yeah :-)
  2173. # [17:27] <ewong> edmorley ah that's what I was gonna ask next.. the data is local or still on mozilla's machines?
  2174. # [17:27] <Jesse> Ms2ger: lol, want me to cc you?
  2175. # [17:28] <edmorley> ewong: local, in a DB in the VM
  2176. # [17:28] <ewong> nice
  2177. # [17:28] * Fallen is now known as Fallen|away
  2178. # [17:28] <Ms2ger> Jesse, nah, I seem to get way too much secure bugmail since those are censored
  2179. # [17:28] <ewong> edmorley: but can I access the data? as in having a look at the info?
  2180. # [17:28] <edmorley> ewong: ssh then use mysql
  2181. # [17:29] * Joins: masayuki (Daily@moz-87C9C17C.userreverse.dion.ne.jp)
  2182. # [17:29] <ewong> edmorley: what's the username/password?
  2183. # [17:29] <edmorley> ewong: should be tbpl / tbpl, but check php/config.php
  2184. # [17:30] <ewong> bingo
  2185. # [17:30] * Quits: kanru (kanru@moz-94324887.ctinets.com) (Ping timeout)
  2186. # [17:31] <espadrine> mrbkap: is there any reason why Cu.evalInSandbox would bark when given a proxy?
  2187. # [17:31] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/78d6548c9c23 - Geoff Brown - Bug 784186 - Robocop: wait for paint in several tests; r=jmaher
  2188. # [17:32] <edmorley> ewong: to speed things up, you can steal the sql from the php file linked in bug, to extract
  2189. # [17:32] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  2190. # [17:32] * ChanServ sets mode: +o roc
  2191. # [17:32] <edmorley> ewong: though your sql-foo may be better than mine anyway :-)
  2192. # [17:32] <ewong> edmorley: dunno about that.
  2193. # [17:33] <Ms2ger> freelance writer
  2194. # [17:33] <glob> Ms2ger, lol
  2195. # [17:33] <edmorley> ewong: oh, have you been running cmd.exe as admin?
  2196. # [17:33] * Quits: pnemsak (Miranda@moz-BE85878E.citicom.sk) (Quit: pnemsak)
  2197. # [17:33] <ewong> well.. user w/ admin privs if that makes a diff
  2198. # [17:34] <ewong> edmorley: should I have done it with a non-admin user?
  2199. # [17:34] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  2200. # [17:35] * Joins: fitzgen (fitzgen@moz-85EBB8A.dia.static.qwest.net)
  2201. # [17:35] <edmorley> ewong: you need to elevate vagrant (from memory) so it works properly. you have been saying 'yes' when it asked, yeah? (or you can just run cmd.exe as admin to save being asked all the time)
  2202. # [17:35] <ewong> edmorley: ah ok. I think it's safe to say it's working now. . :) thanks for the help! now I can start figuring out tbpl
  2203. # [17:36] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  2204. # [17:36] * Joins: TheOtherOne (TheOne@moz-D58488C3.dfki.uni-kl.de)
  2205. # [17:37] <edmorley> ewong: thank you for taking a look! :-)
  2206. # [17:37] <ewong> edmorley: btw.. re: bug #656155, mbrubeck in comment #11 said "strip the filename" I don't understand why if I need a link to the whole path.
  2207. # [17:37] * Quits: TheOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Ping timeout)
  2208. # [17:38] * Joins: WaltS (Thunderbir@moz-D1B25DC7.pitt.east.verizon.net)
  2209. # [17:38] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2210. # [17:38] * Quits: AaronMT (AaronMT@moz-DEDA283.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  2211. # [17:38] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2212. # [17:38] * jcranmer|away is now known as jcranmer
  2213. # [17:38] <mbrubeck> ewong: What you have is a URI like http://ftp.mozilla.org/pub/mozilla.org/b2g/tinderbox-builds/mozilla-central-gb_armv7a_gecko-debug/1345718206/mozilla-central-gb_armv7a_gecko-debug-bm12-build1-build144.txt.gz
  2214. # [17:38] <mbrubeck> and what you want to link to is http://ftp.mozilla.org/pub/mozilla.org/b2g/tinderbox-builds/mozilla-central-gb_armv7a_gecko-debug/1345718206/
  2215. # [17:39] <ewong> mbrubeck: give me a sec.. trying to wrap my brain around that..
  2216. # [17:39] <mbrubeck> (bad example because those B2G builds are weird...)
  2217. # [17:39] * Joins: Optimizer (Optimizer@97EA4958.A87BCC64.274D17D6.IP)
  2218. # [17:40] <ewong> mbrubeck: (btw, sorry for the pings during your away)
  2219. # [17:40] <mbrubeck> better one would be log_url="http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-central-linux/1345718206/mozilla-central-linux-bm34-build1-build85.txt.gz"
  2220. # [17:40] * Quits: Optimizer (Optimizer@97EA4958.A87BCC64.274D17D6.IP) (Quit: Instantbird 1.3a1pre -- http://www.instantbird.com)
  2221. # [17:40] * Joins: Optimizer (Optimizer@97EA4958.A87BCC64.274D17D6.IP)
  2222. # [17:40] <ewong> mbrubeck: so it basically links to a directory and not the exact file?
  2223. # [17:40] * Joins: AaronMT (AaronMT@moz-DEDA283.cpe.net.cable.rogers.com)
  2224. # [17:40] <mbrubeck> Yeah, we'd like to add a link to the directory.
  2225. # [17:40] * Joins: kdcw (kdc@moz-F7413045.pk.shawcable.net)
  2226. # [17:40] <mbrubeck> e.g. http://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/mozilla-central-linux/1345718206/
  2227. # [17:40] <ewong> Oooh! a link to the directory and not the actual file.. ok.. I understand now
  2228. # [17:41] <KWierso|Home> htmlbugmail++
  2229. # [17:41] * Quits: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk) (Ping timeout)
  2230. # [17:41] <ewong> KWierso|Home: is it more colourful?
  2231. # [17:41] * Joins: smooney (smooney@moz-BBE3ABD.mv.mozilla.com)
  2232. # [17:41] * Quits: janv (varga@moz-7B0110AD.mv.mozilla.com) (Quit: This computer has gone to sleep)
  2233. # [17:41] * Joins: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk)
  2234. # [17:41] <KWierso|Home> you can actually make sense of the added/removed columns
  2235. # [17:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ef0db3592a2e - Ehsan Akhgari - Bug 579517 follow-up: Remove NSPR types that crept in
  2236. # [17:41] <edmorley> ewong: not yet, but paves the way
  2237. # [17:41] <edmorley> ewong: goal being http://people.mozilla.com/%7Efaaborg/files/20111101-cuttingRoomFloor/bugzilla-email-full.png or similar I believe
  2238. # [17:42] <firebot> Check-in:
  2239. # [17:42] <firebot> http://hg.mozilla.org/mozilla-central/rev/21a815b9f4c7 - Siddharth Agarwal - Bug 782866 - Pymake: commands that don't use shells don't honour exported PATH on Win32. Use worker pool to execute Popen-based commands too, and fix up os.environ["PATH"] as
  2240. # [17:42] * Ms2ger is just going to assume that Unfocused lives in a lighthouse from now on
  2241. # [17:42] <ewong> ahh.. ok
  2242. # [17:42] <firebot> necessary. r=gps DONTBUILD
  2243. # [17:42] * Quits: Optimizer (Optimizer@97EA4958.A87BCC64.274D17D6.IP) (Ping timeout)
  2244. # [17:42] <ewong> edmorley: thanks! anyway gotta go..
  2245. # [17:42] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  2246. # [17:42] * ewong is now known as ewong|sleep
  2247. # [17:43] <edmorley> ewong: good night :-)
  2248. # [17:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d636babbf532 - Eitan Isaacson - Bug 785076 - Work around touch emulation timestamp issue. r=davidb
  2249. # [17:43] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Client exited)
  2250. # [17:43] * Quits: loadbang (loadbang@moz-254E1A07.range86-135.btcentralplus.com) (Quit: loadbang)
  2251. # [17:46] * Joins: janv (varga@moz-7B0110AD.mv.mozilla.com)
  2252. # [17:46] * Joins: Optimizer (Optimizer@97EA4958.A87BCC64.274D17D6.IP)
  2253. # [17:47] * Joins: DGMurdockIII (DGMurdockI@moz-E933B63.hsd1.il.comcast.net)
  2254. # [17:48] * Quits: TheOtherOne (TheOne@moz-D58488C3.dfki.uni-kl.de) (Ping timeout)
  2255. # [17:48] * Joins: automata (automata@3E0AB089.8DDD1F9.16867D26.IP)
  2256. # [17:49] * Joins: kk1fff (kk1fff@moz-CEAED0C4.dynamic.hinet.net)
  2257. # [17:50] * Quits: teoli (teoli@514D186.F3BBB17D.144F44FA.IP) (Input/output error)
  2258. # [17:50] * Quits: Yoric (Yoric@DBB225AA.17C1B89D.3A7352D6.IP) (Connection reset by peer)
  2259. # [17:50] * Quits: mcote (mcote@moz-FD8EB826.mc.videotron.ca) (Ping timeout)
  2260. # [17:50] * Joins: Yoric|backup (Yoric@DBB225AA.17C1B89D.3A7352D6.IP)
  2261. # [17:50] * Joins: mcote (mcote@moz-FD8EB826.mc.videotron.ca)
  2262. # [17:51] <bmoss> joshmoz: ping
  2263. # [17:51] * Joins: bonnie (bbsurender@moz-D0C71163.domainhotel-wifi.mozilla.hq)
  2264. # [17:52] <jwir3> smaug: Back. :)
  2265. # [17:52] * Joins: dcamp (dave@moz-930D5B64.hsd1.wa.comcast.net)
  2266. # [17:52] * Joins: JeroenDeDauw (j@moz-B83F4288.dip.t-dialin.net)
  2267. # [17:52] * Quits: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com) (Quit: Mardak)
  2268. # [17:52] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  2269. # [17:53] * Joins: lmandel (lmandel@moz-C0457536.dsl.bell.ca)
  2270. # [17:53] <espindola> hey, I just noticed that xpcshell links with xul
  2271. # [17:53] <espindola> and some js script code dlopens xul
  2272. # [17:53] <espindola> would be fine
  2273. # [17:53] <espindola> except that because of elfhack
  2274. # [17:54] <espindola> they are not the *same* xul
  2275. # [17:54] <espindola> at startup it open dist/lib/xul
  2276. # [17:54] <espindola> and via ctypes we end opening dist/firefox/libxul.so
  2277. # [17:54] * Joins: Mardak (Mardak@moz-BBE3ABD.mv.mozilla.com)
  2278. # [17:55] <@smaug> jwir3: so, I asked something last night...
  2279. # [17:55] <@smaug> I lost the question...
  2280. # [17:55] <jwir3> smaug: Yep, I saw it
  2281. # [17:55] <@smaug> oh, about that true or false param
  2282. # [17:55] <jwir3> smaug: Why this was false instead of true: http://hg.mozilla.org/mozilla-central/rev/3f8fbd2c0aa8#l1.150
  2283. # [17:55] <espindola> bsmedberg, ^
  2284. # [17:56] * Quits: Yoric|backup (Yoric@DBB225AA.17C1B89D.3A7352D6.IP) (Connection reset by peer)
  2285. # [17:56] * Joins: Yoric (Yoric@DBB225AA.17C1B89D.3A7352D6.IP)
  2286. # [17:56] <@smaug> jwir3: and the answer is ? :)
  2287. # [17:56] <@bsmedberg> espindola: js script is dlopening xul? that's freaky
  2288. # [17:56] <jwir3> smaug: heh. looking. :)
  2289. # [17:56] <jwir3> smaug: Just a second
  2290. # [17:56] <@bsmedberg> espindola: also, why do we still have both?
  2291. # [17:57] * Joins: twi (Adium@moz-CC561053.sme.bredbandsbolaget.se)
  2292. # [17:57] <espindola> sorry, have both?
  2293. # [17:57] <espindola> dist/lib is a link to the toolkit one
  2294. # [17:57] <espindola> and elfhack then creates the one in firefox
  2295. # [17:58] <espindola> bsmedberg, so, should the script be using the one in dist/lib
  2296. # [17:58] <espindola> or should run-mozilla.sh be pointing to the elfhack processed one?
  2297. # [17:59] <Ms2ger> ehsan, not sure what the essential difference between neutered-ini and neutered-python?
  2298. # [17:59] <@bsmedberg> espindola: I don't think I have enough background to answer this question. I don't know why xpcshell would be opening dist/firefox (is this an automated test of some sort?)
  2299. # [17:59] <jwir3> smaug: Yeah, I don't know to tell you the truth. I think it might be a mistake.
  2300. # [17:59] <@bsmedberg> and I don't know why we'd ever be opening something in dist/lib (instead of dist/bin, or is that also just a symlink?)
  2301. # [17:59] <espindola> bsmedberg, it is some precomputation during make package
  2302. # [18:00] * Joins: TheLink (TheLink@moz-7DF028C8.pools.arcor-ip.net)
  2303. # [18:00] * coop is now known as coop|buildduty
  2304. # [18:00] <@ehsan> Ms2ger: the difference is that the ini format doesn't have such semantics
  2305. # [18:00] <espindola> bsmedberg, yes, on linux everything (but the elfhack processed file) is a symlink to toolkit/library
  2306. # [18:00] <@bsmedberg> espindola: I would expect that we're either running from dist/bin or dist/firefox
  2307. # [18:00] <@ehsan> Ms2ger: I'm objecting to taking a neutral format and inject semantics into it, when there are existing formats with well known semantics
  2308. # [18:00] <@bsmedberg> and that we shouldn't ever be mixing those
  2309. # [18:00] <Ms2ger> ehsan, also, the requirement that all tests are listed can hardly be blamed on the format
  2310. # [18:00] <espindola> I agree, but which one? :-)
  2311. # [18:01] <@bsmedberg> espindola: that depends on whether you're running from dist/bin or dist/firefox
  2312. # [18:01] <@bsmedberg> if you're running dist/firefox/firefox, then you use that version
  2313. # [18:01] * Joins: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2314. # [18:01] <espindola> running from dist/firefox
  2315. # [18:01] <@bsmedberg> if you run dist/bin/firefox, you run the other version
  2316. # [18:01] <espindola> the makefile does:
  2317. # [18:01] <Ms2ger> ehsan, (note, I hated the xpcshell .ini format long before that was cool ;))
  2318. # [18:01] <espindola> cd /home/espindola/mozilla/mozilla-central/obj-x86_64-unknown-linux-gnu/dist/firefox
  2319. # [18:01] <@bsmedberg> dist/firefox really shouldn't have symlinks in it
  2320. # [18:01] <espindola> xpcshell -g "$PWD" -a "$PWD" -f /ho....
  2321. # [18:01] <espindola> bsmedberg, it doesn't but run-mozilla.sh
  2322. # [18:02] <espindola> sets LD_LIBRARY_PATH to point to dist/bin (or is it dist/lib)
  2323. # [18:02] <espindola> and xpcshell links with libxul,s
  2324. # [18:02] <@ehsan> Ms2ger: yes that is indeed a stupid requirement
  2325. # [18:02] * Joins: bjacob (bjacob@F2D29657.F60B0462.67AC9B1.IP)
  2326. # [18:02] <espindola> o
  2327. # [18:02] * Quits: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk) (Ping timeout)
  2328. # [18:02] <espindola> so that is the one that ld.so will load
  2329. # [18:02] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2330. # [18:02] <espindola> but when we do dlopen
  2331. # [18:03] <espindola> we compute a full path and load the one in dist/firefox
  2332. # [18:03] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  2333. # [18:03] <Ms2ger> ehsan, well, it prevents accidental disabling, which seems nice to me
  2334. # [18:03] <@smaug> jwir3: ok, that is what I expected... passing just randomly one of the possible values
  2335. # [18:03] * Quits: andreasn (andreasn@moz-88220F8E.a336.priv.bahnhof.se) (Connection reset by peer)
  2336. # [18:03] * Joins: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk)
  2337. # [18:03] * Joins: andreasn (andreasn@moz-88220F8E.a336.priv.bahnhof.se)
  2338. # [18:03] * kmoir-afk is now known as kmoir
  2339. # [18:04] * fabrice|afk is now known as fabrice
  2340. # [18:04] * Quits: Yoric (Yoric@DBB225AA.17C1B89D.3A7352D6.IP) (Ping timeout)
  2341. # [18:04] <@ehsan> Ms2ger: I'm not convinced that we have that problem, and even if we did, the whole notion of having a manifest file would be redundant (because the manifest would be `ls test_*js` effectively!)
  2342. # [18:05] <jwir3> smaug: Well, to be fair, I didn't get a really great reason what aAdjustingTimer was for at that time, and it's not documented. ;) Most other users of that code (in fact, all except for one that I can tell) pass false as that parameter
  2343. # [18:05] * ahal is now known as ahal|lunch
  2344. # [18:05] <@ehsan> Ms2ger: anyways, I think we all agree that xpcshell.ini was a mistake, my point is that we should not make the same mistake again
  2345. # [18:05] * Joins: mcomella (mcomella@moz-BBE3ABD.mv.mozilla.com)
  2346. # [18:06] <Ms2ger> ehsan, that makes it impossible to disable tests selectively
  2347. # [18:06] * mjschranz is now known as mjschranz_away
  2348. # [18:07] <@ehsan> Ms2ger: nope, we could easily have an optional xpcshell-disabled.ini file which only lists the disabled tests ;)
  2349. # [18:07] * Quits: TheLink (TheLink@moz-7DF028C8.pools.arcor-ip.net) (Broken pipe)
  2350. # [18:07] * mjschranz_away is now known as mjschranz
  2351. # [18:08] * Quits: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com) (Quit: sheppy)
  2352. # [18:08] * Joins: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com)
  2353. # [18:08] <@smaug> jwir3: yeah, I understand. I'm just hacking refreshdriver and passing true might be useful for me...
  2354. # [18:08] <jwir3> smaug: So, let'
  2355. # [18:08] * Quits: janv (varga@moz-7B0110AD.mv.mozilla.com) (Quit: This computer has gone to sleep)
  2356. # [18:09] <jwir3> smaug: me use this as a learning opportunity - passing true just means that we assume there was already another observer and that the refresh driver's timing is already correct?
  2357. # [18:09] * Quits: bonnie (bbsurender@moz-D0C71163.domainhotel-wifi.mozilla.hq) (Ping timeout)
  2358. # [18:09] * Joins: janv (varga@moz-7B0110AD.mv.mozilla.com)
  2359. # [18:10] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2360. # [18:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/679fcc8f57d0 - James Willcox - Bug 783754 - Fix Flash on the Galaxy SII r=BenWa
  2361. # [18:11] * Quits: randix (randix@moz-3D82FF91.bvtn.or.frontiernet.net) (Ping timeout)
  2362. # [18:11] * Joins: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2363. # [18:11] <@smaug> jwir3: something like that
  2364. # [18:11] <@smaug> jwir3: note, the timing is updated already in the method
  2365. # [18:12] <jwir3> smaug: Yeah, I see that. So I guess it would have been better to pass true in this case, as it would have been more correct.
  2366. # [18:12] * Quits: florian (Instantbir@moz-87C33FDA.kimsufi.com) (Quit: Instantbird 1.3a1pre -- http://www.instantbird.com)
  2367. # [18:13] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  2368. # [18:13] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  2369. # [18:14] * Joins: Mossop (mossop@moz-6EFE0657.range86-137.btcentralplus.com)
  2370. # [18:14] <@smaug> jwir3: the reason I don't want to re-update the time is that I may want to bypass certain updates if lots of time has been spent doing the chrome level things
  2371. # [18:14] <@smaug> (but the patch isn't ready, and it is possible that this all won't be needed. )
  2372. # [18:14] * Joins: Yoric (Yoric@72DE4878.8D2CE846.3A7352D6.IP)
  2373. # [18:15] * Quits: Optimizer (Optimizer@97EA4958.A87BCC64.274D17D6.IP) (Ping timeout)
  2374. # [18:15] * Quits: bholley (anonymous@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  2375. # [18:15] * Joins: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com)
  2376. # [18:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/236151ae351f - Andrew McCreight - Bug 761620 - Throw an exception for unpreservable weak map keys. r=billm
  2377. # [18:16] * StockHunter-AFK is now known as StockHunter
  2378. # [18:17] * mjschranz is now known as mjschranz_away
  2379. # [18:17] * Quits: mikeratcliffe (ratcliffes@81697AD6.AD1925ED.7CCB197A.IP) (Ping timeout)
  2380. # [18:17] * Joins: fabrice1 (fabrice@moz-BBE3ABD.mv.mozilla.com)
  2381. # [18:18] <@bsmedberg> espindola: oh, this is the script that generates the startup cache? glandium is working on refactoring that code as we speak!
  2382. # [18:18] * Fallen|away is now known as Fallen
  2383. # [18:19] * Quits: dcamp (dave@moz-930D5B64.hsd1.wa.comcast.net) (Quit: Leaving...)
  2384. # [18:19] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6c3457b601d8 - Lucas Rocha - Bug 784682 - Penalize nodes with "hidden" class or id in Readability.js (r=bnicholson)
  2385. # [18:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/08b790ce10cd - Lucas Rocha - Bug 784674 - Better byline fetching in Readability (r=bnicholson)
  2386. # [18:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ca491b4dc172 - Lucas Rocha - Bug 784680 - Remove utility nodes from Wordpress blog posts (r=bnicholson)
  2387. # [18:19] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/55c4a3f3a6a9 - Lucas Rocha - Bug 782285 - Don't offer reader in pages with too much reading competition (r=mfinkle)
  2388. # [18:19] <espindola> bsmedberg, it is that script yes.
  2389. # [18:20] <espindola> but if we should be using the libxul from dist/firefox
  2390. # [18:20] <espindola> then the problem is run-mozilla.sh
  2391. # [18:20] * Quits: glazou (glazou@moz-204094DD.disruptive-innovations.fr) (Quit: bbl)
  2392. # [18:20] <@bsmedberg> are we using the run-mozilla.sh from dist/firefox ?
  2393. # [18:20] <espindola> bsmedberg, the script dlopens the correct libxul
  2394. # [18:20] <@bsmedberg> I fail to understand, but I trust that you and glandium can work it out!
  2395. # [18:20] <kk1fff> Hi, can I write test with ftp connection in mochitest?
  2396. # [18:21] <espindola> I am not sure. I cleared dist and will run "make package" again to record what is going on
  2397. # [18:21] <@bsmedberg> kk1fff: not easily, no. We currently don't run an FTP server as part of mochitests
  2398. # [18:21] * Joins: mikeratcliffe (ratcliffes@AB098289.AD1925ED.7CCB197A.IP)
  2399. # [18:21] * Quits: mikeratcliffe (ratcliffes@AB098289.AD1925ED.7CCB197A.IP) (Client exited)
  2400. # [18:21] * Joins: mikeratcliffe (ratcliffes@AB098289.AD1925ED.7CCB197A.IP)
  2401. # [18:21] * mjschranz_away is now known as mjschranz
  2402. # [18:21] * Joins: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP)
  2403. # [18:22] <froydnj> edmorley: is there a good way to say "rebuild all these builds" for a given try push without having to click through every single one?
  2404. # [18:22] <espindola> glandium, do you agree that we should use only the libxul.so from dist/firefox when populating the startup cache?
  2405. # [18:22] * Quits: willyaranda (willyarand@moz-D4AE0008.dynamic.jazztel.es) (Ping timeout)
  2406. # [18:23] <edmorley> froydnj: hover mouse over the tbpl rebuild button whilst alternating clicking and pressing the 'k' key
  2407. # [18:23] <froydnj> edmorley: that's a "no", then? :)
  2408. # [18:24] <edmorley> froydnj: indeed
  2409. # [18:24] <froydnj> edmorley: hm, ok. thanks!
  2410. # [18:24] <kk1fff> bsmedberg: Hi, Thank you for response :) . So… is there another way to test FTP specified code?
  2411. # [18:24] * khuey|away is now known as khuey
  2412. # [18:24] <froydnj> hm, failures to find ogg/vorbis symbols, boo
  2413. # [18:24] <edmorley> froydnj: rebuild doesn't have a keybaord shortcut (bug 764848, but we'd need to protect against cat sitting on keyboard etc)
  2414. # [18:25] <froydnj> edmorley: rebuild all the things!
  2415. # [18:25] <@bsmedberg> kk1fff: depends on how complicated you want to get. Can it be tested using just xpcshell, or does it really need UI?
  2416. # [18:25] <edmorley> froydnj: there is also bug 784348, but i believe it was more intended for the "I need 20 m-oth please" case
  2417. # [18:25] * Quits: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk) (Ping timeout)
  2418. # [18:25] * Joins: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk)
  2419. # [18:26] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d720637283eb - Wes Johnston - Bug 784397 - Apps should have their own task affinity so that they all show in recent apps. r=mfinkle
  2420. # [18:26] * rail is now known as rail-lunch
  2421. # [18:27] <kk1fff> bsmedberg: It would communicate with another dom elements. I think it will need a browser instance.
  2422. # [18:27] * Joins: jwilde (Earlybird@moz-23E1A364.aton.com)
  2423. # [18:27] <@bsmedberg> kk1fff: so currently the HTTP server that we run is written in xpcshell
  2424. # [18:27] <@bsmedberg> http://mxr.mozilla.org/mozilla-central/source/netwerk/test/httpserver/httpd.js
  2425. # [18:28] * Joins: Optimizer (Optimizer@97EA4958.A87BCC64.274D17D6.IP)
  2426. # [18:28] * Quits: Asa (asa@D13E5E3F.A1EC5031.204CA821.IP) (Ping timeout)
  2427. # [18:28] <espindola> bsmedberg, glandium correction: The makeflies run
  2428. # [18:28] <@bsmedberg> kk1fff: if we have one or it's not to hard to write, we could probably also launch an FTP server at the same time
  2429. # [18:28] <espindola> /home/espindola/mozilla/mozilla-central/obj-x86_64-unknown-linux-gnu/dist/bin/xpcshell -g /home/espindola/mozilla/mozilla-central/obj-x86_64-unknown-linux-gnu/dist/firefox -a /home/espindola/mozilla/mozilla-central/obj-x86_64-unknown-linux-gnu/dist/firefox -f /home/espindola/mozilla/mozilla-central/toolkit/mozapps/installer/precompile_cache.js -e 'populate_startupcache('\''GreD'\'', '\''omni.ja'\'', '\''startupCache.zip'\'');'
  2430. # [18:28] * Quits: protz (protz@moz-E29D2A15.inria.fr) (Quit: Leaving)
  2431. # [18:28] <espindola> so they are using the xpcshell from dist/bin
  2432. # [18:28] <espindola> and the LD_LIBRARY_PATH is set to dist/bin
  2433. # [18:29] <espindola> but the script ends up dlopening the file in dist/firefox
  2434. # [18:29] <espindola> I will try to patch the script
  2435. # [18:29] * Quits: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk) (Ping timeout)
  2436. # [18:30] * Quits: janv (varga@moz-7B0110AD.mv.mozilla.com) (Quit: This computer has gone to sleep)
  2437. # [18:30] <glandium> espindola: we should be using the one from dist/firefox
  2438. # [18:32] <glandium> espindola: it shouldn't matter much, though. what kind of problem is that making?
  2439. # [18:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c0bf8f743419 - Wes Johnston - Bug 784759 - Move database creation to after first page load. r=mfinkle
  2440. # [18:32] * fitzgen is now known as BlackEagle
  2441. # [18:32] * Quits: Yoric (Yoric@72DE4878.8D2CE846.3A7352D6.IP) (Input/output error)
  2442. # [18:32] * Joins: TheLink (TheLink@moz-7DF028C8.pools.arcor-ip.net)
  2443. # [18:33] * Joins: janv (varga@moz-7B0110AD.mv.mozilla.com)
  2444. # [18:33] <espindola> glandium, the problem is the mixing
  2445. # [18:33] <espindola> xul has static constructors
  2446. # [18:33] <espindola> some for variables with default visibility
  2447. # [18:33] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Quit: Ex-Chat)
  2448. # [18:33] <espindola> with fields that get initialized to hidden functions
  2449. # [18:34] <espindola> when we dlopen, the existing variable is modified to point to a function in the new libxul
  2450. # [18:34] <espindola> when we unload that libxul we get a dangling pointer
  2451. # [18:35] <glandium> espindola: where are we dlopening in xpcshell?
  2452. # [18:35] * sheeri is now known as skc-lunch
  2453. # [18:35] * Quits: billybob (billybob@BC10FE2.61CC8AC0.7B7E107A.IP) (Quit: Konversation terminated!)
  2454. # [18:35] <espindola> glandium, not sure, I will try to get a backtrace
  2455. # [18:35] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  2456. # [18:35] <glandium> espindola: because xpcshell is not supposed to dlopen libxul
  2457. # [18:35] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2458. # [18:35] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  2459. # [18:35] * coop|buildduty is now known as coop|lunch
  2460. # [18:35] * Joins: akeybl (akeybl@moz-7B0110AD.mv.mozilla.com)
  2461. # [18:36] <glandium> at least not until we make it use the standalone glue
  2462. # [18:36] * Joins: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk)
  2463. # [18:36] * joduinn-coffee is now known as joduinn-commute
  2464. # [18:36] * Quits: rclick (rclick@5053A8BE.7BDAA3AE.E430BA25.IP) (Quit: )
  2465. # [18:36] <kk1fff> bsmedberg: Sorry I didn't catch it. Do you mean there is already a plan to make an FTP server?
  2466. # [18:36] * Joins: tn (tn@moz-2E73ACE4.wp.shawcable.net)
  2467. # [18:37] <@bsmedberg> kk1fff: no, I'm saying that's what you could do
  2468. # [18:37] <espindola> glandium, interesting
  2469. # [18:38] * Joins: gabor (gabor@moz-BBE3ABD.mv.mozilla.com)
  2470. # [18:38] * Quits: valenting (valenting@moz-85EBB8A.dia.static.qwest.net) (Quit: Leaving.)
  2471. # [18:40] <espindola> glandium, in osfile_shared_allthreads.jsm:
  2472. # [18:41] <espindola> let libxul = ctypes.open(OS.Constants.Path.libxul);
  2473. # [18:41] * Quits: DGMurdockIII (DGMurdockI@moz-E933B63.hsd1.il.comcast.net) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347])
  2474. # [18:41] * Joins: squib (squib@moz-B01B5D55.dhcp.mdsn.wi.charter.com)
  2475. # [18:42] <glandium> espindola: ah. it's yoric's fault, then :)
  2476. # [18:42] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Quit: sworkman)
  2477. # [18:43] <glandium> espindola: and iirc, i told him not to ctypes.open libxul with a full path
  2478. # [18:43] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  2479. # [18:43] <glandium> espindola: but yeah, you can change LD_LIBRARY_PATH as a workaround
  2480. # [18:43] <espindola> glandium, so it would be ok to dlopen xul as long as we make sure it is the same one?
  2481. # [18:44] <philor> edmorley: I'm assuming 00ba8683d7c9 needed a clobber and clobbering for those reftests
  2482. # [18:44] * jimm is now known as jimm-lunch
  2483. # [18:44] <espindola> I can change LD_LIBRARY_PATH
  2484. # [18:44] <kk1fff> bsmedberg: ok, yeah, I think I will try to build a simple one for the test, if it is not too hard.
  2485. # [18:44] <espindola> use a relative name
  2486. # [18:44] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2487. # [18:44] <espindola> or fix the abs path computation
  2488. # [18:44] * Joins: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com)
  2489. # [18:44] <espindola> depending on which one should be used...
  2490. # [18:44] * Quits: merinui (merinui@moz-1D8A7606.osk2.eonet.ne.jp) (Quit: Leaving...)
  2491. # [18:45] <espindola> glandium, bsmedberg thinks we should be using the one in dist/firefox
  2492. # [18:45] <@bsmedberg> kk1fff: maybe ask in #necko if such a thing already exists?
  2493. # [18:45] <@bsmedberg> espindola: no, I don't care which one
  2494. # [18:45] <espindola> so should I just use dist/firefox/run-mozilla.sh?
  2495. # [18:45] <espindola> ah
  2496. # [18:45] <@bsmedberg> espindola: as long as its consistent
  2497. # [18:45] <glandium> espindola: i think openbsd is about the only place where using the full path is required. on other platforms, you can give the file name, it will just use the one that's already loaded
  2498. # [18:45] <espindola> sorry, I misunderstood you
  2499. # [18:46] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/8707f5ddeda3 - Jen Fong-Adwent - Bug 704204 - Allow user to increase Web Console font size; r=msucan
  2500. # [18:46] <firebot> http://hg.mozilla.org/mozilla-central/rev/b2900e347f5c - Panos Astithas - Bug 783393 - Breakpoints not getting caught on reload, r=rcampbell f=rcampbell,dcamp,vporof
  2501. # [18:46] <kk1fff> bsmedberg: Ok, Thank you for the help. :)
  2502. # [18:46] <firebot> http://hg.mozilla.org/mozilla-central/rev/ad7963c93bd8 - Tim Taubert - merge m-c to fx-team
  2503. # [18:46] <philor> less sure about the Android crashes, though
  2504. # [18:47] <philor> so maybe it's time for the daily tree closure because bug 766793
  2505. # [18:48] * Joins: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net)
  2506. # [18:48] <espindola> glandium, is this code used on openbsd?
  2507. # [18:48] * Joins: jorendorff (jorendorff@moz-FAB36621.hsd1.tn.comcast.net)
  2508. # [18:48] <glandium> espindola: anyways, just change LD_LIBRARY_PATH for now, and file a bug for the ctypes.open thing
  2509. # [18:48] <glandium> espindola: gaston builds firefox on openbsd, so yes
  2510. # [18:48] <espindola> glandium, there is a bug:
  2511. # [18:48] <espindola> 785102
  2512. # [18:49] * wlach is now known as wlach|out
  2513. # [18:49] <espindola> I will try changing the makefile. Thanks
  2514. # [18:49] <glandium> espindola: there shouldn't be a dist/firefox/run-mozilla.sh, as we don't ship it in ff anymore
  2515. # [18:49] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Input/output error)
  2516. # [18:49] * Joins: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net)
  2517. # [18:49] <espindola> glandium, there is one
  2518. # [18:49] * Joins: dcamp (dave@moz-930D5B64.hsd1.wa.comcast.net)
  2519. # [18:49] <glandium> espindola: that's weird
  2520. # [18:50] <Ms2ger> dougt, why did you clear the assignee in bug 764234?
  2521. # [18:50] <espindola> glandium, if not with dist/firefox/run-mozilla.sh, how should I set the LD_LIBRARY_PATH?
  2522. # [18:50] * Joins: Mook_as (Daily@moz-1FCC0032.activestate.com)
  2523. # [18:50] * Joins: overholt (overholt@moz-BBE3ABD.mv.mozilla.com)
  2524. # [18:51] <glandium> espindola: mmmmm
  2525. # [18:52] * Joins: WeirdAl (chatzilla@moz-D461843.ask.info)
  2526. # [18:54] <@khuey> edmorley: ping?
  2527. # [18:54] * Joins: bsmith (bsmith@moz-364A0C3E.hsd1.ca.comcast.net)
  2528. # [18:56] * Joins: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2529. # [18:56] * Joins: nmatsakis (nmatsakis@moz-7B0110AD.mv.mozilla.com)
  2530. # [18:56] <espindola> glandium, https://bug785102.bugzilla.mozilla.org/attachment.cgi?id=654664
  2531. # [18:56] <espindola> that works...
  2532. # [18:56] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Ping timeout)
  2533. # [18:56] * Joins: sicking (chatzilla@moz-BBE3ABD.mv.mozilla.com)
  2534. # [18:56] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  2535. # [18:57] * Joins: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  2536. # [18:57] * philor is now known as philor|away
  2537. # [18:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fcf13879b587 - Geoff Brown - Bug 782242 - Robocop: be more careful when using Java reflection; r=jmaher
  2538. # [18:58] * Quits: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Quit: Leaving.)
  2539. # [18:58] * Quits: nmatsakis (nmatsakis@moz-7B0110AD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
  2540. # [18:58] * Joins: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  2541. # [18:58] * Joins: KWierso (KWierso@moz-BBE3ABD.mv.mozilla.com)
  2542. # [18:58] * Quits: tanvi1 (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Input/output error)
  2543. # [18:58] * Quits: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net) (Ping timeout)
  2544. # [18:58] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2545. # [18:59] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  2546. # [18:59] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  2547. # [18:59] * Quits: edmorley (edmorley@moz-C1D5D9AA.range109-156.btcentralplus.com) (Ping timeout)
  2548. # [18:59] <gps> edmorley: thanks for the heads up about the clobber!
  2549. # [18:59] * Joins: tanvi (tanvi@moz-9440AA69.hsd1.ca.comcast.net)
  2550. # [19:00] * Joins: claude (Mibbit@moz-A3372237.iusacell.net)
  2551. # [19:00] * Quits: marcoz (marco.zehe@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving.)
  2552. # [19:00] * Joins: stevee (Miranda@moz-17087BE2.cable.virginmedia.com)
  2553. # [19:01] * jcranmer is now known as jcranmer|away
  2554. # [19:02] * Joins: edmorley (edmorley@moz-C1D5D9AA.range109-156.btcentralplus.com)
  2555. # [19:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5853a841672e - Rafael Ávila de Espíndola - Bug 784691 - Upgrade clang to r162360. Use a local copy of tooltool and setup.sh.
  2556. # [19:03] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2557. # [19:04] * Quits: edmorley (edmorley@moz-C1D5D9AA.range109-156.btcentralplus.com) (Ping timeout)
  2558. # [19:05] * Joins: edmorley (edmorley@moz-C1D5D9AA.range109-156.btcentralplus.com)
  2559. # [19:05] * Quits: WaltS (Thunderbir@moz-D1B25DC7.pitt.east.verizon.net) (Quit: Thunderbird 15.0)
  2560. # [19:05] * jammink is now known as jammink|mtg
  2561. # [19:05] * Joins: bz (bzbarsky@moz-BBE3ABD.mv.mozilla.com)
  2562. # [19:05] * ChanServ sets mode: +o bz
  2563. # [19:06] * Joins: jdm (jdm@moz-BBE3ABD.mv.mozilla.com)
  2564. # [19:06] <jdm> ehsan: you're working on webaudio? :o
  2565. # [19:06] * espindola lunch
  2566. # [19:06] <@ehsan> jdm: yes
  2567. # [19:06] * glob is now known as glob|away
  2568. # [19:07] * lsblakk|afk is now known as lsblakk
  2569. # [19:07] * Joins: asadotzler (asa@moz-BBE3ABD.mv.mozilla.com)
  2570. # [19:07] <fabrice> mrbkap: ping
  2571. # [19:07] <@ehsan> jdm: btw I have a thing to discuss about per-window PB
  2572. # [19:07] * Joins: jwilde1 (Earlybird@moz-23E1A364.aton.com)
  2573. # [19:07] <@ehsan> jdm: is this a good time for you?
  2574. # [19:08] <jdm> ehsan: yes it is
  2575. # [19:08] * Joins: bent (chatzilla@moz-BBE3ABD.mv.mozilla.com)
  2576. # [19:08] * Quits: jwilde (Earlybird@moz-23E1A364.aton.com) (Ping timeout)
  2577. # [19:08] <@ehsan> jdm: ok so it's about time that we decide how would opening a new window in PB mode would work
  2578. # [19:08] <@ehsan> here's what I am thinking
  2579. # [19:08] <@ehsan> I think we should open the window in normal mode
  2580. # [19:08] * Quits: Boriss (FlyingToas@moz-62AAA429.hsd1.ca.comcast.net) (Quit: Boriss)
  2581. # [19:08] * Joins: nmatsakis (nmatsakis@moz-BBE3ABD.mv.mozilla.com)
  2582. # [19:08] <@ehsan> and then in BrowserStartup (in browser.js) set the privateWindow flag to true
  2583. # [19:09] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2584. # [19:09] <@ehsan> which sets the docshell flag
  2585. # [19:09] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2586. # [19:09] * Joins: IRCMonkey19024 (Asa@moz-BBE3ABD.mv.mozilla.com)
  2587. # [19:09] <@ehsan> also
  2588. # [19:09] <@ehsan> each browser window would have a privacyModeChanged handler
  2589. # [19:09] <@ehsan> which does what needs to happen if the window goes into PB mode
  2590. # [19:09] * Joins: miphaa1 (revs@moz-A3372237.iusacell.net)
  2591. # [19:09] * ahal|lunch is now known as ahal
  2592. # [19:09] <@ehsan> (and probably ignores the reverse case for now, since we won't take windows out of PB mode)
  2593. # [19:09] * Quits: claude (Mibbit@moz-A3372237.iusacell.net) (Quit: http://www.mibbit.com ajax IRC Client)
  2594. # [19:10] <@ehsan> jdm: does this make sense to you?
  2595. # [19:10] <jdm> ehsan: it does. what sort of stuff would the handler do?
  2596. # [19:10] <IRCMonkey19024> joshmoz: we still on for our 1:1? If so, where?
  2597. # [19:10] * IRCMonkey19024 is now known as Asa
  2598. # [19:11] <edmorley> khuey: hi :-)
  2599. # [19:11] <@khuey> edmorley: hi
  2600. # [19:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/00dea115746d - Andrew McCreight - Back out Bug 773440 for causing M2 orange on Android on this CLOSED TREE.
  2601. # [19:11] * Quits: mixedpuppy (mixedpuppy@moz-7B3CFB22.vc.shawcable.net) (Quit: mixedpuppy)
  2602. # [19:12] * Joins: beaufour (beaufour@moz-723527FF.nycmny.fios.verizon.net)
  2603. # [19:12] * Joins: IRCMonkey44602 (kk1fff@moz-CEAED0C4.dynamic.hinet.net)
  2604. # [19:12] * Quits: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2605. # [19:12] <edmorley> khuey: you pinged?
  2606. # [19:12] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  2607. # [19:12] * Quits: kk1fff (kk1fff@moz-CEAED0C4.dynamic.hinet.net) (Ping timeout)
  2608. # [19:12] <@khuey> edmorley: yes
  2609. # [19:13] <@khuey> but I just went ahead and backed it out
  2610. # [19:13] <edmorley> ok :-)
  2611. # [19:13] * Joins: andreshm (Andres@6390D632.C21B43A9.6F81A62D.IP)
  2612. # [19:13] * edmorley is now known as edmorley|away
  2613. # [19:14] * Joins: Mnyromyr (Mnyromyr@B2521176.7B0892CB.771966F7.IP)
  2614. # [19:14] * skc-lunch is now known as sheeri
  2615. # [19:14] * Joins: jduell (jduell@moz-BBE3ABD.mv.mozilla.com)
  2616. # [19:14] * Joins: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP)
  2617. # [19:14] * StockHunter is now known as StockHunter-AFK
  2618. # [19:15] * Quits: mikeperry (mikeperry@moz-D2B309BD.ias.bredband.telia.com) (Ping timeout)
  2619. # [19:15] * Quits: stevee (Miranda@moz-17087BE2.cable.virginmedia.com) (Quit: Miranda IM - Multi protocol instant messenger @ www.miranda-im.org)
  2620. # [19:16] * Quits: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk) (Ping timeout)
  2621. # [19:16] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
  2622. # [19:16] * Joins: mikeperry (mikeperry@moz-BB9368B9.torservers.net)
  2623. # [19:16] * Joins: dbaron (dbaron@moz-9221B6DD.dsl.dynamic.sonic.net)
  2624. # [19:16] * ChanServ sets mode: +o dbaron
  2625. # [19:17] * Fallen is now known as Fallen|away
  2626. # [19:17] * Quits: IRCMonkey44602 (kk1fff@moz-CEAED0C4.dynamic.hinet.net) (Quit: Leaving.)
  2627. # [19:18] * Fallen|away is now known as Fallen
  2628. # [19:19] * jimm-lunch is now known as jimm
  2629. # [19:19] * Joins: bbondy2 (bbondy@moz-CBCCE0F3.home.cgocable.net)
  2630. # [19:20] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  2631. # [19:20] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Ping timeout)
  2632. # [19:20] * bbondy2 is now known as bbondy
  2633. # [19:21] <gps> jsprobes.cpp compile error on mozilla-central. or, is my machine on crack? http://gps.pastebin.mozilla.org/1772500
  2634. # [19:22] * rail-lunch is now known as rail
  2635. # [19:22] <Ms2ger> gps, with or without build system patches? :)
  2636. # [19:22] <gps> my local patches didn't touch those parts of the build system :)
  2637. # [19:22] <Ms2ger> Ah
  2638. # [19:22] <Ms2ger> NPODB
  2639. # [19:23] * philor|away is now known as philor
  2640. # [19:23] <Ms2ger> Hmm, that's not it
  2641. # [19:23] * Joins: sworkman_ (sworkman@moz-BBE3ABD.mv.mozilla.com)
  2642. # [19:23] * Quits: sworkman_ (sworkman@moz-BBE3ABD.mv.mozilla.com) (Quit: sworkman_)
  2643. # [19:24] <Ms2ger> gps, ah, #ifdef INCLUDE_MOZILLA_DTRACE
  2644. # [19:24] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2645. # [19:25] <gps> Ms2ger: so, we broke dtrace? :(
  2646. # [19:25] * Joins: dao (dao@moz-193590AA.superkabel.de)
  2647. # [19:25] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2648. # [19:25] <mrbkap> fabrice: pong
  2649. # [19:25] <Ms2ger> gps, sure :)
  2650. # [19:25] <mrbkap> espadrine: what do you mean?
  2651. # [19:25] <sfink> gps: acrichto had a fixup patch for that. I thought it had already landed.
  2652. # [19:25] <Ms2ger> gps, want to make that ->atom() and push? :)
  2653. # [19:25] <Ms2ger> Or that
  2654. # [19:25] <fabrice> mrbkap: do you have time to come at my desk see something?
  2655. # [19:25] * Joins: bbondy_ (bbondy@moz-CBCCE0F3.home.cgocable.net)
  2656. # [19:26] <gps> Ms2ger: I'll just remove dtrace from my configure args and rebuild. if you say someone is on it, I'll just wait
  2657. # [19:26] <Ms2ger> sfink said that, I deny all involvement :)
  2658. # [19:26] * Joins: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk)
  2659. # [19:26] * Quits: juanb (jbecerra@moz-BBE3ABD.mv.mozilla.com) (Quit: juanb)
  2660. # [19:26] * Quits: asadotzler (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2661. # [19:26] <sfink> gps: bug 433529, part 8
  2662. # [19:27] <mrbkap> fabrice: not immediately.
  2663. # [19:27] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2664. # [19:27] <taras> khuey: can you provide some memshrink thoughts on https://bugzilla.mozilla.org/show_bug.cgi?id=784512
  2665. # [19:27] <mrbkap> fabrice: I'll come by in a bit, though.
  2666. # [19:27] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  2667. # [19:27] <fabrice> mrbkap: no problem (2nd floor, near Andreas)
  2668. # [19:27] <gps> yeah, removing --enable-dtrace cleared things up
  2669. # [19:28] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  2670. # [19:29] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  2671. # [19:29] * Quits: Asa (Asa@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  2672. # [19:29] * Joins: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com)
  2673. # [19:30] * Joins: jgilbert (jgilbert@moz-17D0114B.hsd1.ca.comcast.net)
  2674. # [19:31] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2675. # [19:31] * Quits: Jesse (jruderman@EB659E94.6E940EA0.AFA3E4A7.IP) (Quit: Jesse)
  2676. # [19:32] * Joins: Jesse (jruderman@EB659E94.6E940EA0.AFA3E4A7.IP)
  2677. # [19:32] <@khuey> taras: so ...
  2678. # [19:32] <@khuey> taras: there's a lot of stuff going on in this bug
  2679. # [19:32] <@khuey> taras: but if you're seeing memory regressions in 15, it's probably compartment-per-global fallout
  2680. # [19:32] * Joins: jimb (user@moz-F4EC06CC.hsd1.or.comcast.net)
  2681. # [19:33] <taras> khuey: ok
  2682. # [19:33] <taras> khuey: so nothing that would be related to pageload speed
  2683. # [19:33] <taras> other than the usual more memory = more thrashing
  2684. # [19:34] <@khuey> not that I can think of
  2685. # [19:34] <@khuey> unless compartment creation is really slow or something
  2686. # [19:34] <taras> khuey: appreciate it
  2687. # [19:34] <taras> khuey: so for the slow tab-switch regression, is that going to get fixed before it hits release?
  2688. # [19:36] <@ehsan> jdm: sorry, I got distracted
  2689. # [19:36] <jdm> heh
  2690. # [19:36] <@ehsan> jdm: the handler would take care of possibly changing the UI/theme, changing the title bar if needed, disabling elements in the UI if needed, etc
  2691. # [19:36] <fabrice> mrbkap: nvm, I found what I was looking for
  2692. # [19:36] * Joins: gakiwate (gautam@E237B708.8F025556.8D85FBA3.IP)
  2693. # [19:36] <@bsmedberg> for an Android Trck bustage on Aurora, am I supposed to retrigger?
  2694. # [19:36] * Parts: gakiwate (gautam@E237B708.8F025556.8D85FBA3.IP) (Leaving)
  2695. # [19:36] <@ehsan> jdm: the reason that we need to decide this now is that the jetpack folks want to get their API straight
  2696. # [19:36] <jdm> ehsan: that sounds sensible to me.
  2697. # [19:36] <Ms2ger> bsmedberg, tbpl link?
  2698. # [19:36] * Quits: bsmith (bsmith@moz-364A0C3E.hsd1.ca.comcast.net) (Ping timeout)
  2699. # [19:37] <@ehsan> jdm: and they're currently setting the docshell flag
  2700. # [19:37] <@bsmedberg> https://tbpl.mozilla.org/php/getParsedLog.php?id=14638275&tree=Mozilla-Aurora
  2701. # [19:37] * Quits: sicking (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2702. # [19:37] <mrbkap> fabrice: ok
  2703. # [19:37] <@ehsan> and I think it's cleaner to make that independent of the browser.js cruft
  2704. # [19:37] <@ehsan> jdm: ok cool, thanks!
  2705. # [19:37] <@khuey> taras: yes
  2706. # [19:38] <@khuey> taras: turns out it's total clownshoes ;-)
  2707. # [19:38] <Ms2ger> bsmedberg, "error pulling file '/mnt/sdcard/tests/browser_output.txt'" sounds like infra to me, so sure
  2708. # [19:38] <@khuey> taras: should be fixed by the weekend
  2709. # [19:38] <taras> sweet
  2710. # [19:38] <taras> khuey: trying to setup tabswitch perf trackers
  2711. # [19:38] <taras> so we only move in good direction there
  2712. # [19:38] <Ms2ger> bsmedberg, bug 735809 if you like
  2713. # [19:39] <taras> regressing things like this without noticing scares me a lot
  2714. # [19:40] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2715. # [19:40] * Quits: jgilbert (jgilbert@moz-17D0114B.hsd1.ca.comcast.net) (Ping timeout)
  2716. # [19:41] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2717. # [19:41] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  2718. # [19:41] * Quits: mike5w3c (MikeS@moz-2AD291AD.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout)
  2719. # [19:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f4e742d57ce7 - Nathan Froyd - Bug 764190 - fix PLACES_EXPIRATION_STEPS_TO_CLEAN telemetry; r=taras,mak
  2720. # [19:41] * Joins: mike5w3c (MikeS@moz-B16A47F2.xgsspn.imtp.tachikawa.spmode.ne.jp)
  2721. # [19:42] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  2722. # [19:43] * Joins: sicking (chatzilla@moz-BBE3ABD.mv.mozilla.com)
  2723. # [19:43] * Joins: miphaa (revs@69C92E62.9D7CF77A.85543DD3.IP)
  2724. # [19:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f98bea38e654 - Kyle Machulis - Bug 783426: Patch 1 - Async DOMRequest Firing; r=sicking
  2725. # [19:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c129811b87ef - Kyle Machulis - Bug 783426: Patch 2 - Async DOMRequest Firing Tests; r=sicking
  2726. # [19:44] * Quits: miphaa1 (revs@moz-A3372237.iusacell.net) (Ping timeout)
  2727. # [19:44] * mdas is now known as mdas|bbiab
  2728. # [19:44] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  2729. # [19:44] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  2730. # [19:45] <bjacob> does anyone know how to reproduce locally a orange B on linux?
  2731. # [19:45] * Quits: edmorley|away (edmorley@moz-C1D5D9AA.range109-156.btcentralplus.com) (Ping timeout)
  2732. # [19:45] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2733. # [19:45] <bjacob> i tried XPCOM_MEM_LEAK_LOG=1 XPCOM_MEM_BLOAT_LOG=1 but dont reproduce a leak that is reported in the tinderbox log
  2734. # [19:45] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  2735. # [19:45] * ChanServ sets mode: +o roc
  2736. # [19:46] * Quits: miphaa (revs@69C92E62.9D7CF77A.85543DD3.IP) (Ping timeout)
  2737. # [19:46] * Joins: miphaa (revs@moz-A3372237.iusacell.net)
  2738. # [19:47] * Joins: mixedpuppy (mixedpuppy@A5087023.2354C43D.D8E68FF6.IP)
  2739. # [19:47] * Joins: Arjen87 (Instantbir@moz-EBB0E927.solcon.nl)
  2740. # [19:47] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  2741. # [19:48] * Quits: drexler (chatzilla@moz-BD26ECCD.hsd1.vt.comcast.net) (Ping timeout)
  2742. # [19:48] * coop|lunch is now known as coop|buildduty
  2743. # [19:48] * Joins: drexler (chatzilla@moz-BD26ECCD.hsd1.vt.comcast.net)
  2744. # [19:49] * Quits: drexler (chatzilla@moz-BD26ECCD.hsd1.vt.comcast.net) (Connection reset by peer)
  2745. # [19:49] * Joins: drexler (chatzilla@moz-BD26ECCD.hsd1.vt.comcast.net)
  2746. # [19:50] <mbrubeck> bjacob: Was the leak in 'make check'? Are you running 'make check' locally?
  2747. # [19:51] * Quits: WeirdAl (chatzilla@moz-D461843.ask.info) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713134347])
  2748. # [19:52] * Joins: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2749. # [19:53] * Quits: robhawkes (robhawkes@moz-33A339B7.dsl.cnl.uk.net) (Ping timeout)
  2750. # [19:54] * Joins: stevee (Miranda@moz-17087BE2.cable.virginmedia.com)
  2751. # [19:54] * Quits: lerc (quassel@121-74-246-157.telstraclear.net) (Ping timeout)
  2752. # [19:55] * Quits: drexler (chatzilla@moz-BD26ECCD.hsd1.vt.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  2753. # [19:56] * Joins: edmorley|away (edmorley@moz-C1D5D9AA.range109-156.btcentralplus.com)
  2754. # [19:56] * Joins: lerc (quassel@moz-70BE81E.telstraclear.net)
  2755. # [19:57] * Joins: marcoz (marco.zehe@F2D29657.F60B0462.67AC9B1.IP)
  2756. # [19:59] * geekboy|afk is now known as geekboy
  2757. # [19:59] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  2758. # [19:59] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  2759. # [19:59] * bbondy_ is now known as bbondy
  2760. # [20:00] * Quits: harth (harth@88F51059.F3BBB17D.144F44FA.IP) (Input/output error)
  2761. # [20:01] * joduinn-commute is now known as joduinn
  2762. # [20:02] * Quits: Cwiiis (cwiiis@88F51059.F3BBB17D.144F44FA.IP) (Quit: Leaving)
  2763. # [20:02] <dzbarsky> tn: ping?
  2764. # [20:03] <tn> dzbarsky, pong
  2765. # [20:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/fcbf82dee1db - Alex Crichton - Bug 785089 - Fix an assertion failure when naming functions on labels. r=jimb
  2766. # [20:03] <dzbarsky> tn: do you know about scrollable frames?
  2767. # [20:03] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Quit: sworkman)
  2768. # [20:03] <tn> dzbarsky, i know some things about them, what are you wanting to ask about?
  2769. # [20:04] <dzbarsky> tn: I kind of assumed that if you have a frame and keep walking up the frame tree, you will eventually hit a scrollable frame, but this doesn't seem to be the case for XUL documents. do you know why that is?
  2770. # [20:04] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2771. # [20:04] * jwir3 is now known as jwir3|pto
  2772. # [20:05] * Joins: valenting (valenting@moz-BBE3ABD.mv.mozilla.com)
  2773. # [20:05] <tn> dzbarsky, yeah, that is true. xul documents don't have a root scroll frame, so you could have no scrollable frames in them
  2774. # [20:05] <@khuey> taras: would be good
  2775. # [20:05] <dzbarsky> tn: are there other cases when there isn't a root scroll frame?
  2776. # [20:05] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  2777. # [20:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a41978cc803f - Luke Wagner - Bug 784551 - remove JSSecurityCallbacks::findObjectPrincipals (r=mrbkap)
  2778. # [20:06] * mdas|bbiab is now known as mdas
  2779. # [20:06] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/00646164061d - Luke Wagner - Bug 668558 - remove JSSecurityCallbacks::subsumePrincipals (r=mrbkap)
  2780. # [20:06] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  2781. # [20:06] * Quits: Mook_as (Daily@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  2782. # [20:06] * Quits: BlackEagle (fitzgen@moz-85EBB8A.dia.static.qwest.net) (Quit: zzzzzzzzz)
  2783. # [20:06] * Quits: artur (artur@moz-6DFBD742.hsd1.vt.comcast.net) (Input/output error)
  2784. # [20:07] <tn> dzbarsky, just xul, and i think also print documents (documents sent to a printer)
  2785. # [20:07] * Quits: KWierso (KWierso@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2786. # [20:07] * Quits: ericb2 (X@moz-9C4C3DED.fbx.proxad.net) (Quit: . . . ........)
  2787. # [20:08] * Quits: mwu (mwu@moz-59435430.hsd1.nj.comcast.net) (Ping timeout)
  2788. # [20:08] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  2789. # [20:09] <dzbarsky> tn: ok thanks
  2790. # [20:10] * snorp is now known as wesj2
  2791. # [20:10] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  2792. # [20:10] * wesj2 is now known as snorp
  2793. # [20:11] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  2794. # [20:11] * Quits: jwilde1 (Earlybird@moz-23E1A364.aton.com) (Ping timeout)
  2795. # [20:11] * Quits: andreshm (Andres@6390D632.C21B43A9.6F81A62D.IP) (Quit: andreshm)
  2796. # [20:11] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  2797. # [20:11] * Joins: drexler (chatzilla@moz-BD26ECCD.hsd1.vt.comcast.net)
  2798. # [20:11] * Joins: Yoric (Yoric@moz-920DB13B.fbx.proxad.net)
  2799. # [20:12] * Quits: Mossop (mossop@moz-6EFE0657.range86-137.btcentralplus.com) (Ping timeout)
  2800. # [20:12] * joduinn is now known as joduinn-mtg
  2801. # [20:12] * Joins: Mook_as (Daily@moz-1FCC0032.activestate.com)
  2802. # [20:13] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  2803. # [20:13] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Quit: Ex-Chat)
  2804. # [20:13] * Joins: vikash (vikash@D204BDD8.2905CAEE.5D9ABA9F.IP)
  2805. # [20:14] * Joins: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com)
  2806. # [20:14] * Quits: rajul (quassel@DFED5262.C637F31.F44414AF.IP) (Client exited)
  2807. # [20:14] * Joins: jwilde (Earlybird@moz-23E1A364.aton.com)
  2808. # [20:15] * Joins: bholley (anonymous@moz-BBE3ABD.mv.mozilla.com)
  2809. # [20:15] * bnicholson is now known as wesj3
  2810. # [20:16] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2811. # [20:17] * wesj3 is now known as wesj1
  2812. # [20:17] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  2813. # [20:17] * wesj1 is now known as bnicholson
  2814. # [20:17] * mbrubeck is now known as bnicholson1
  2815. # [20:17] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2816. # [20:17] * bnicholson is now known as mbrubeck
  2817. # [20:17] * bnicholson1 is now known as margaret2
  2818. # [20:18] * Quits: lerc (quassel@121-74-246-157.telstraclear.net) (Ping timeout)
  2819. # [20:18] * Joins: lerc (quassel@moz-70BE81E.telstraclear.net)
  2820. # [20:18] * mbrubeck is now known as bnicholson
  2821. # [20:18] * margaret2 is now known as mbrubeck
  2822. # [20:18] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2823. # [20:19] * Joins: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com)
  2824. # [20:19] * Joins: sworkman_ (sworkman@moz-BBE3ABD.mv.mozilla.com)
  2825. # [20:20] * kbrosnan is now known as wesj4
  2826. # [20:20] * Joins: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP)
  2827. # [20:20] * snorp is now known as jchen
  2828. # [20:20] * Quits: jwilde (Earlybird@moz-23E1A364.aton.com) (Ping timeout)
  2829. # [20:20] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2830. # [20:20] * sworkman_ is now known as sworkman
  2831. # [20:20] * jchen is now known as snorp
  2832. # [20:21] * Quits: gabor (gabor@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2833. # [20:21] * Joins: rajul (quassel@B392DD10.88F5E7D1.9DA13C14.IP)
  2834. # [20:21] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  2835. # [20:21] * Quits: kaze (kaze@moz-F8747CC6.dsl.ovh.fr) (Ping timeout)
  2836. # [20:22] * Joins: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com)
  2837. # [20:22] * Joins: Standard8Away (Standard8@B7F1AE36.48015583.54C3481B.IP)
  2838. # [20:22] * Standard8Away is now known as Standard8
  2839. # [20:22] * Joins: fitzgen (fitzgen@moz-BBE3ABD.mv.mozilla.com)
  2840. # [20:23] * Quits: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  2841. # [20:23] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  2842. # [20:23] * Joins: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP)
  2843. # [20:23] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2844. # [20:25] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Ping timeout)
  2845. # [20:25] * Quits: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: Instantbird 1.3a1pre -- http://www.instantbird.com)
  2846. # [20:25] * Joins: WG9s (bill@moz-D750CC69.maine.res.rr.com)
  2847. # [20:25] * Joins: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2848. # [20:25] <jesup> glandium: ping
  2849. # [20:26] <glandium> jesup: pong
  2850. # [20:26] * Quits: @bz (bzbarsky@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2851. # [20:27] * Quits: paulproteus (quassel@rose.makesad.us) (Ping timeout)
  2852. # [20:27] * Quits: wesj (Instantbir@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Input/output error)
  2853. # [20:27] * Joins: andreshm (Andres@6390D632.C21B43A9.6F81A62D.IP)
  2854. # [20:28] <sid0> edmorley|away: can we merge m-c to m-i?
  2855. # [20:28] * wlach|out is now known as wlach
  2856. # [20:28] * Quits: rajul (quassel@B392DD10.88F5E7D1.9DA13C14.IP) (Ping timeout)
  2857. # [20:29] <jesup> glandium: were you involved in Camera API for B2G? If so, do you have a pointer to the API? We need to figure out where to go in the Media Capture group for post-permission control of cameras and mics
  2858. # [20:29] <Ms2ger> sid0, always
  2859. # [20:30] <glandium> jesup: not at all
  2860. # [20:30] <Yoric> jesup: I believe that mounir was involved.
  2861. # [20:30] <Ms2ger> mounir is always involved
  2862. # [20:30] <Yoric> :)
  2863. # [20:32] * Joins: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2864. # [20:32] * jammink|mtg is now known as jammink
  2865. # [20:32] <sid0> Ms2ger: always meaning I can do it too and I don't have to tend to the tree?
  2866. # [20:33] <Ms2ger> sid0, yep
  2867. # [20:33] <Ms2ger> sid0, only need to watch for the other way
  2868. # [20:33] <sid0> cool cool
  2869. # [20:33] * Joins: rajul (quassel@AF862269.CB3E07B8.5700D73F.IP)
  2870. # [20:33] <edmorley|away> sid0: happy for you to merge whenever (that way) normally, though there is some linux64 bustage ]
  2871. # [20:33] * Quits: automata (automata@3E0AB089.8DDD1F9.16867D26.IP) (Ping timeout)
  2872. # [20:33] <sid0> ah
  2873. # [20:33] <sid0> hm
  2874. # [20:34] <edmorley|away> though I imagine just fallout from https://hg.mozilla.org/integration/mozilla-inbound/rev/00dea115746d and the relinking bug
  2875. # [20:34] <edmorley|away> and so needing clobber perha[s
  2876. # [20:34] <Yoric> What's the relinking bug?
  2877. # [20:34] * past is now known as past|away
  2878. # [20:34] * Quits: rajul (quassel@AF862269.CB3E07B8.5700D73F.IP) (Client exited)
  2879. # [20:35] * Quits: beaufour (beaufour@moz-723527FF.nycmny.fios.verizon.net) (Quit: beaufour)
  2880. # [20:35] * Joins: rajul (quassel@AF862269.CB3E07B8.5700D73F.IP)
  2881. # [20:35] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/b341598d33da - James Willcox - Bug 783754 - Fix Flash on the Galaxy SII r=BenWa a=lsblakk
  2882. # [20:35] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2883. # [20:36] * Joins: paulproteus (quassel@moz-E86A3B42.makesad.us)
  2884. # [20:36] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  2885. # [20:36] <edmorley|away> Yoric: bug 766793
  2886. # [20:36] <edmorley|away> firebot: bug 766793
  2887. # [20:36] <firebot> Bug https://bugzilla.mozilla.org/show_bug.cgi?id=766793 blo, --, ---, nobody, NEW, layout/media not always relinking when things change
  2888. # [20:36] <Yoric> Ah, thanks.
  2889. # [20:36] * Joins: qheaden (qheaden@moz-1196D060.nrflva.fios.verizon.net)
  2890. # [20:37] <Yoric> There was a problem with dynlinking twice to libxul.so (which seems to be partly my fault), so I wanted to know if I should feel guilty.
  2891. # [20:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/52453ab440ec - Lucas Rocha - Bug 771380 - Reorganize toolbar layout to better handle dynamic icons (r=sriram)
  2892. # [20:37] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2c9059056119 - Lucas Rocha - Bug 771380 - Use animation to show/hide lock icon in toolbar (r=sriram)
  2893. # [20:37] <edmorley|away> Yoric: it's a right PITA since the first few times it happened, we didn't know what it was, so were trying to back things out and all sorts
  2894. # [20:37] * Quits: graememcc (chatzilla@moz-3DFF5D61.range86-148.btcentralplus.com) (Ping timeout)
  2895. # [20:37] * Joins: gabor (gabor@moz-BBE3ABD.mv.mozilla.com)
  2896. # [20:37] <qheaden> Hmm, I see a couple of source files had their integral values changed from the PRU* and PR* types into int32_t, uint32_t, etc. Is this the new coding standard?
  2897. # [20:38] * Joins: graememcc (chatzilla@moz-9CD8BA56.range86-148.btcentralplus.com)
  2898. # [20:38] <froydnj> qheaden: yes
  2899. # [20:38] <qheaden> Okay.
  2900. # [20:39] <@khuey> s/a couple/all/
  2901. # [20:39] * qheaden has a lot of changing to do in his patch.
  2902. # [20:39] <jesup> mikeh: ping
  2903. # [20:40] * Quits: ctopper (craig@C3495DA.BA3DBA56.AE2B2F80.IP) (Quit: ctopper)
  2904. # [20:40] * Joins: rniwa (rniwa@5CA6DC39.C60FE7DC.4065847B.IP)
  2905. # [20:40] <edmorley|away> qheaden: see dev.platform
  2906. # [20:40] * Joins: artur (artur@moz-6DFBD742.hsd1.vt.comcast.net)
  2907. # [20:40] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b2900e347f5c - Panos Astithas - Bug 783393 - Breakpoints not getting caught on reload, r=rcampbell f=rcampbell,dcamp,vporof
  2908. # [20:40] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/21a815b9f4c7 - Siddharth Agarwal - Bug 782866 - Pymake: commands that don't use shells don't honour exported PATH on Win32. Use worker pool to execute Popen-based commands too, and fix up
  2909. # [20:40] <mikeh> jesup: pong!
  2910. # [20:40] <firebot> os.environ["PATH"] as necessary. r=gps DONTBUILD
  2911. # [20:40] <qheaden> edmorley|away: Okay. I really need to keep up with that mailing list.
  2912. # [20:40] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3de71b93776b - Siddharth Agarwal - Merge mozilla-central to mozilla-inbound.
  2913. # [20:40] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8707f5ddeda3 - Jen Fong-Adwent - Bug 704204 - Allow user to increase Web Console font size; r=msucan
  2914. # [20:41] <edmorley|away> qheaden: there is a script for updating your queue etc too :-)
  2915. # [20:41] * Quits: Arjen87 (Instantbir@moz-EBB0E927.solcon.nl) (Connection reset by peer)
  2916. # [20:41] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ad7963c93bd8 - Tim Taubert - merge m-c to fx-team
  2917. # [20:41] * Quits: graememcc (chatzilla@moz-9CD8BA56.range86-148.btcentralplus.com) (Ping timeout)
  2918. # [20:41] * Joins: graememcc (chatzilla@moz-F9B05539.range81-151.btcentralplus.com)
  2919. # [20:42] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2920. # [20:42] * Quits: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com) (Client exited)
  2921. # [20:42] <jesup> mikeh: I hear you're involved in Camera API for B2G. Do you have a pointer to the API? We need to figure out where to go in the Media Capture group for post-permission control of cameras and mics
  2922. # [20:42] * Joins: jwilde (Earlybird@moz-BBE3ABD.mv.mozilla.com)
  2923. # [20:43] <Honza> Is BFCache somehow related to HTML5 history API?
  2924. # [20:43] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  2925. # [20:43] <mikeh> jesup: the code is all under dom/camera. What kind of permissions are you trying to enforce?
  2926. # [20:44] <qheaden> Awesome script. Saves time. :)
  2927. # [20:44] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Quit: sworkman)
  2928. # [20:44] <@smaug> Honza: no
  2929. # [20:44] <jesup> mikeh: can we move over to #media so the other devs can follow along?
  2930. # [20:44] <@smaug> Honza: well, not really
  2931. # [20:44] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  2932. # [20:44] <@smaug> IIRC html spec says that implementations may cache the DOM
  2933. # [20:44] <froydnj> ted: always fun to see what other outdated hacks filing bugs turns up :)
  2934. # [20:45] <@ted> yup
  2935. # [20:45] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  2936. # [20:45] <@ted> we have a lot of cruft leftover from the days when we supported --disable-libxul
  2937. # [20:45] <@smaug> Honza: some browsers have bfcache or similar but not all. Gecko has, IIRC Opera has, perhaps also Safari, Chrome doesn't have
  2938. # [20:45] <@ted> there was a period where we used to have like 3 build configs
  2939. # [20:45] <froydnj> I can imagine
  2940. # [20:45] * Quits: odin_ (Odin@moz-66D3502E.zone5.bethere.co.uk) (Ping timeout)
  2941. # [20:45] <Honza> smaug: so Firefox doesn't use BFCache for the HTML 5 history?
  2942. # [20:46] <@smaug> sure it does
  2943. # [20:46] <@smaug> bfcache is used when it is safe to use it for session history
  2944. # [20:46] <Honza> yes, it make sense
  2945. # [20:46] <@smaug> (html spec doesn't define history handling properly)
  2946. # [20:46] * Quits: past|away (past@moz-A3ACC22E.dsl.dyn.forthnet.gr) (Ping timeout)
  2947. # [20:46] * Joins: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com)
  2948. # [20:47] <Hixie> smaug: what doesn't it define properly?
  2949. # [20:47] <nemo> Hixie: heh. do you have highlighting set for "html spec" ? :)
  2950. # [20:48] <Hixie> i mean, sure, it has bugs, but so do browsers :-) the spec is pretty close to right as far as i can tell
  2951. # [20:48] <Hixie> nemo: yeah, i have it set for a lot of stuff :-)
  2952. # [20:48] * Quits: vikash (vikash@D204BDD8.2905CAEE.5D9ABA9F.IP) (Ping timeout)
  2953. # [20:48] * Quits: espindola (espindola@moz-4E85DB4.dsl.teksavvy.com) (Ping timeout)
  2954. # [20:49] <Honza> smaug: So, Firefox implements HTML5 history API on top of BFCache, but BFCache is not a standard, it's Firefox only implementation of how to keep back-forward navigation fast, correct?
  2955. # [20:49] <@ted> heh, this debug build is trying to give me a CRT error dialog box and then we're running a nested event loop and just completely failing
  2956. # [20:49] <taras> smaug: chrome has bfcache
  2957. # [20:49] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  2958. # [20:49] <taras> it's pretty recent
  2959. # [20:49] <@smaug> Hixie: didn't jgraham file some new bugs
  2960. # [20:49] <taras> landed this summer?
  2961. # [20:49] <@smaug> I need to re-read the spec
  2962. # [20:50] <@smaug> but last time I checked it didn't handle various dynamic modifications correctly
  2963. # [20:50] <Hixie> smaug: there's a bit of a difference between "there are some bugs" and "it doesn't define it properly"
  2964. # [20:50] <@smaug> taras: oh
  2965. # [20:50] <Hixie> smaug: i mean, it's like if i said "mozilla doesn't implement anything properly" just because there are a few thousand known bugs
  2966. # [20:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/16e1ff49a6a5 - James May - Bug 702555 - Remove obsolete, broken debug method PrintImageDecoders() in imgLoader. r=jlebar
  2967. # [20:50] <Hixie> Honza: bfcache is specced in the html spec
  2968. # [20:50] * Joins: harth (harth@moz-FF915E69.bb.sky.com)
  2969. # [20:51] <Hixie> smaug: the spec is just software, it'll always have bugs :-)
  2970. # [20:51] <@smaug> Hixie: Last time I read that part properly it didn't define the history handling properly
  2971. # [20:51] <Hixie> hopefully less and less serious ones
  2972. # [20:51] <@smaug> it wasn't just about bugs
  2973. # [20:51] <@smaug> but I need to re-read
  2974. # [20:51] <Ms2ger> Hi Hixie, want to fix the bugs I filed? :)
  2975. # [20:51] <Honza> Hixie: ah, didn't know that
  2976. # [20:51] <Hixie> Ms2ger: :-P
  2977. # [20:51] <@smaug> (horrible English today)
  2978. # [20:51] * Quits: @ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Ping timeout)
  2979. # [20:52] * Joins: ehsan_ (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  2980. # [20:52] <@smaug> (which is nothing new to me)
  2981. # [20:52] <Hixie> smaug: as far as i am aware, the basic approach is sound and the details are for the large part correct as well
  2982. # [20:52] <Hixie> smaug: of course since all the browsers differ, it's likely doesn't exactly match any one browser
  2983. # [20:52] * Joins: espindola (espindola@moz-D915BBAE.dsl.teksavvy.com)
  2984. # [20:53] <@ted> bsmedberg: http://pastebin.mozilla.org/1772653
  2985. # [20:53] <@ted> any idea what's happening there?
  2986. # [20:54] <@bsmedberg> holy crap
  2987. # [20:54] <@ted> NSS is being initialized, it's freeing some bad pointer, the CRT is trying to tell me about that
  2988. # [20:54] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  2989. # [20:54] <@bsmedberg> well, the debug CRT is putting up an invalid-free MessageBox
  2990. # [20:54] <@ted> yeah]
  2991. # [20:54] <@bsmedberg> which is reentering
  2992. # [20:54] <@ted> and then our event loop gets called underneath that
  2993. # [20:54] <@bsmedberg> through the windowproc
  2994. # [20:54] <@ted> pretty horrifying
  2995. # [20:54] <@ted> whatever is going on here it's 100% reproducible with this build and profile
  2996. # [20:55] <@ted> alder debug
  2997. # [20:55] <@bsmedberg> your local machine or a test machine?
  2998. # [20:55] <@ted> local
  2999. # [20:55] <@bsmedberg> well, this shouldn't be hard to figure out, thgn
  3000. # [20:55] <@bsmedberg> maybe
  3001. # [20:55] <@ted> okay
  3002. # [20:55] <coop|buildduty> sheriffs: seen bug 785066? did somebody break the mar tools, or do we just need a clobber?
  3003. # [20:55] <@bsmedberg> at least, set a breakpoint at __CrtDbgREport
  3004. # [20:56] <@bsmedberg> to see the invalid-free
  3005. # [20:56] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e5fc65cdf0d4 - Bobby Holley - Bug 784560 - Fix more tests. r=mccr8
  3006. # [20:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9ecd49f138f0 - Bobby Holley - Bug 785162 - Disable test_bug760802.html on android. r=smaug,dougt
  3007. # [20:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c1e3da499d87 - Bobby Holley - Bug 757046 - Convert enablePrivilege into an insecure test-only construct (preffed off everywhere but in automation). r=bz
  3008. # [20:56] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a24e5db2886d - Bobby Holley - Bug 784857 - Turn on enablePrivilege for JSReftests. r=mccr8
  3009. # [20:57] <philor> mmm, looks like inbound has at least three bustages
  3010. # [20:57] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  3011. # [20:58] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3012. # [20:58] <espindola> glandium, I understand the comment about OS/2
  3013. # [20:58] * Joins: sworkman_ (sworkman@moz-BBE3ABD.mv.mozilla.com)
  3014. # [20:58] * Joins: miphaa1 (revs@69C92E62.9D7CF77A.85543DD3.IP)
  3015. # [20:58] <espindola> but note about the xulrunner sdk one
  3016. # [20:59] * Joins: beaufour (beaufour@moz-723527FF.nycmny.fios.verizon.net)
  3017. # [20:59] <espindola> the existing code in config.mk does nothing special about xulrunner...
  3018. # [20:59] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3019. # [20:59] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f4c286fc04f0 - Gregor Wagner - Bug 785147 - Contacts API: fix import contacts from SIM card. r=fabrice
  3020. # [20:59] <philor> espindola: coop|buildduty's bug 785066 looks like it would be for you, fallout from bug 784381
  3021. # [21:00] * Quits: miphaa (revs@moz-A3372237.iusacell.net) (Ping timeout)
  3022. # [21:00] * jlebar|away is now known as jlebar
  3023. # [21:00] * Quits: andreshm (Andres@6390D632.C21B43A9.6F81A62D.IP) (Quit: andreshm)
  3024. # [21:00] * Quits: marcoz (marco.zehe@F2D29657.F60B0462.67AC9B1.IP) (Quit: Leaving.)
  3025. # [21:00] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  3026. # [21:00] * Quits: sworkman_ (sworkman@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3027. # [21:00] <coop|buildduty> philor: or possibly ehsan's commit from yesterday? https://hg.mozilla.org/mozilla-central/rev/a16372ce30b5
  3028. # [21:00] <glandium> espindola: LIBXUL_DIST points to $LIBXUL_SDK, basically (that's set in configure)
  3029. # [21:00] * Joins: andreshm (Andres@6390D632.C21B43A9.6F81A62D.IP)
  3030. # [21:01] <ehsan_> coop|buildduty: ?
  3031. # [21:01] <philor> qDot: looks like you have M2 bustage
  3032. # [21:01] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Ping timeout)
  3033. # [21:01] <qDot> :c
  3034. # [21:01] <jlebar> We have no way to test FTP from mochitest, right?
  3035. # [21:01] <Ms2ger> Why not?
  3036. # [21:02] <cdiehl> I am getting the following errors while compiling trunk with clang on osx: http://cdiehl.pastebin.mozilla.org/1772669
  3037. # [21:02] <espindola> glandium, and that is used when populating the cache?
  3038. # [21:02] <coop|buildduty> ehsan_: bug 785066 - nightly repacks are failing to build libmar across the board
  3039. # [21:02] <philor> gbrown: your robocop run doesn't look especially happy
  3040. # [21:02] <jlebar> Ms2ger: Do we have an FTP server running as part of the test?
  3041. # [21:02] <Ms2ger> We might
  3042. # [21:02] <jlebar> This is what I would like to know.
  3043. # [21:02] * Joins: marcoz (marco.zehe@F2D29657.F60B0462.67AC9B1.IP)
  3044. # [21:02] <@ted> jlebar: not AFAIK
  3045. # [21:02] <@ted> we have httpd.js for HTTP, but not anything for FTP that I know of
  3046. # [21:03] <qDot> Backing out.
  3047. # [21:03] <jlebar> ted: Okay, manual testing it is. Thanks.
  3048. # [21:03] * Joins: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net)
  3049. # [21:03] * Quits: graememcc (chatzilla@moz-F9B05539.range81-151.btcentralplus.com) (Ping timeout)
  3050. # [21:04] <glandium> espindola: $(_ABS_RUN_TEST_PROGRAM) is $(RUN_TEST_PROGRAM), which is $(LIBXUL_DIST)/bin/run-mozilla.sh
  3051. # [21:04] <@dolske> jlebar: it wouldn't be hard to write an ftp server. just sayin'. :)
  3052. # [21:04] * Joins: graememcc (chatzilla@moz-BE7535DA.range86-147.btcentralplus.com)
  3053. # [21:04] <glandium> espindola: so it's using the run-mozilla.sh from the sdk
  3054. # [21:04] <espindola> glandium, what I mean is, is GENERATE_CACHE used for anything
  3055. # [21:04] <glandium> espindola: which is fine, then, because xpcshell and libxul are there too
  3056. # [21:04] <espindola> other than the firefox build?
  3057. # [21:04] <glandium> espindola: yes, it's used
  3058. # [21:04] <espindola> ok
  3059. # [21:05] <gbrown> philor: I cannot see how my change could do that...very strange
  3060. # [21:05] <@dolske> jlebar: I've written one in C over a weekend, so I'd estimate a few hours in JS. :) </challenge>
  3061. # [21:05] <espindola> let me give it another try
  3062. # [21:06] * jhammel is now known as jhammel|lunch
  3063. # [21:06] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/156eaa94f73c - Benoit Jacob - Bug 782786 - BasicCanvasLayer: avoid UpdateSurface of non-dirty canvases - r=BenWa
  3064. # [21:06] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/05d1a3fba90b - Benoit Jacob - Bug 777028 - honor gfx.work-around-driver-bugs for Mesa WebGL workaround - r=jgilbert
  3065. # [21:07] * Joins: tantek (tantek@moz-1734C7A2.pools.spcsdns.net)
  3066. # [21:07] <espindola> glandium, something like http://pastebin.mozilla.org/1772684
  3067. # [21:07] <espindola> ?
  3068. # [21:08] * Joins: evilpie (chatzilla@moz-1B9A4DCF.pools.arcor-ip.net)
  3069. # [21:08] <ehsan_> coop|buildduty: looking
  3070. # [21:08] * Quits: kdcw (kdc@moz-F7413045.pk.shawcable.net) (Quit: HydraIRC -> http://www.hydrairc.com <- Wibbly Wobbly IRC)
  3071. # [21:08] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b173c738d021 - Fabrice Desré - Bug 784678 - Error when calling postCancel and postSuccess in an activity : followup [r=mrbkap]
  3072. # [21:08] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/da0aa4b65f84 - Fabrice Desré - merge
  3073. # [21:08] <ehsan_> coop|buildduty: yes that is my fault
  3074. # [21:08] * Quits: @dbaron (dbaron@moz-9221B6DD.dsl.dynamic.sonic.net) (Ping timeout)
  3075. # [21:09] * Quits: victorporof (victorporo@7E4B6F75.2E655143.79933D60.IP) (Quit: victorporof)
  3076. # [21:09] * jcranmer|away is now known as jcranmer
  3077. # [21:10] * Joins: victorporof (victorporo@7E4B6F75.2E655143.79933D60.IP)
  3078. # [21:10] * Quits: fitzgen (fitzgen@moz-BBE3ABD.mv.mozilla.com) (Quit: zzzzzzzzz)
  3079. # [21:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/946c68705ac9 - Kyle Machulis - Backout of f98bea38e654 due to mochi bustage
  3080. # [21:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/15584c68bf81 - Kyle Machulis - Backout of c129811b87ef due to mochi bustage
  3081. # [21:12] <espindola> glandium, ok, uploaded a new patch to bugzilla
  3082. # [21:12] <qDot> Ah, the fun of submitting full platform patches when the project you work on usually has them only building on one platform.
  3083. # [21:14] * bnicholson is now known as bnicholson|lunch
  3084. # [21:15] * Joins: automata (automata@moz-1CE7A56D.ifsc.usp.br)
  3085. # [21:16] * Quits: cpearce (chatzilla@moz-EA04637A.xdsl.xnet.co.nz) (Ping timeout)
  3086. # [21:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/43b106855cbb - Alex Crichton - Bug 785094: Fix negative colspans showing up in the wrong places. r=jorendorff
  3087. # [21:16] * Joins: Yoric|backup (Yoric@B4530576.9448FAC.3A7352D6.IP)
  3088. # [21:18] * jgriffin is now known as jgriffin-afk
  3089. # [21:18] * Quits: Yoric (Yoric@moz-920DB13B.fbx.proxad.net) (Ping timeout)
  3090. # [21:19] <zzzzz> hrmmm, inbound is open even though there appears to be huge backlog of testing, and testing seemingly has stopped altogether ?
  3091. # [21:20] <@ted> bsmedberg: can't get it to break there for some reason
  3092. # [21:20] <@bsmedberg> ugh
  3093. # [21:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/042463c88673 - Nathan Froyd - Bug 781200 - fixup several cache histograms; r=bsmith,hurley
  3094. # [21:21] * Joins: bz (bzbarsky@moz-BBE3ABD.mv.mozilla.com)
  3095. # [21:21] <@ted> actually
  3096. # [21:21] * Quits: jhk (jhk@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  3097. # [21:21] <mbrubeck> zzzzz: Yeah, might be a good idea to close for a breather until we have some more running tests on recent pushes...
  3098. # [21:22] <@ted> maybe running under the debugger is perturbing things here
  3099. # [21:22] <@ted> oh!
  3100. # [21:22] <@ted> it's restarting itself out from under me
  3101. # [21:22] <zzzzz> mrbkap: I don't have that authority or privs - just asking
  3102. # [21:22] <@ted> i thought we didn't do that anymore?
  3103. # [21:24] * Joins: fxa90id (fxa90id@moz-DCFBF458.neoplus.adsl.tpnet.pl)
  3104. # [21:24] * Quits: lerc (quassel@121-74-246-157.telstraclear.net) (Ping timeout)
  3105. # [21:25] * Joins: karl (karl@moz-2049EDEF.jetstream.xtra.co.nz)
  3106. # [21:25] <mbrubeck> I'm still considering closing the tree but I worry that it just delays the pain, since everyone will pile on again as soon as it re-opens. :/
  3107. # [21:25] * Joins: lerc (quassel@moz-70BE81E.telstraclear.net)
  3108. # [21:26] * Quits: rajul (quassel@AF862269.CB3E07B8.5700D73F.IP) (Ping timeout)
  3109. # [21:26] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  3110. # [21:26] * Joins: Boriss_ (FlyingToas@moz-6F601BE7.lightspeed.sntcca.sbcglobal.net)
  3111. # [21:26] <@ted> bsmedberg: crazy, what is making me restart?
  3112. # [21:27] * Quits: akeybl (akeybl@moz-7B0110AD.mv.mozilla.com) (Quit: Leaving...)
  3113. # [21:27] <ehsan_> coop|buildduty: do you know how I can perform one of those builds locally?
  3114. # [21:27] * Joins: past|away (past@moz-A3ACC22E.dsl.dyn.forthnet.gr)
  3115. # [21:27] * Quits: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  3116. # [21:28] * past|away is now known as past
  3117. # [21:28] <@smaug> is it foo-wise or foo-vice
  3118. # [21:28] <coop|buildduty> ehsan_: let me find you a log with the commands
  3119. # [21:29] <ehsan_> thanks
  3120. # [21:29] * Quits: Optimizer (Optimizer@97EA4958.A87BCC64.274D17D6.IP) (Ping timeout)
  3121. # [21:29] * Joins: florian (Instantbir@moz-87C33FDA.kimsufi.com)
  3122. # [21:30] * Quits: Boriss_ (FlyingToas@moz-6F601BE7.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  3123. # [21:31] * Joins: Boriss (FlyingToas@moz-6F601BE7.lightspeed.sntcca.sbcglobal.net)
  3124. # [21:31] * Quits: tantek (tantek@moz-1734C7A2.pools.spcsdns.net) (Ping timeout)
  3125. # [21:31] <coop|buildduty> ehsan_: http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-l10n-en-GB/1345720685.1345720739.10734.gz&fulltext=1
  3126. # [21:32] <coop|buildduty> there's a call to configure with some args, and then the various prereqs for libmar (config, nspr, etc.)
  3127. # [21:32] * Quits: dao (dao@moz-193590AA.superkabel.de) (Quit: Leaving.)
  3128. # [21:33] <@smaug> bz: btw, Bug 784256 should be reasonable easy to review, but it is affecting IIRC some other bugs people are fixing, so a review somewhat soon would be nice.
  3129. # [21:33] * @smaug looks at bz's review queue
  3130. # [21:33] <bz> heh
  3131. # [21:33] <bz> it's shrinking
  3132. # [21:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b88ccf7bd3e3 - Boris Zbarsky - Bug 784809. Allow null for the repeat argument of canvas createPattern. r=peterv
  3133. # [21:34] * jlebar is now known as jlebar|away
  3134. # [21:34] * AutomatedTester|AFK is now known as AutomatedTester
  3135. # [21:34] * dcamp is now known as brekpoint
  3136. # [21:34] * brekpoint is now known as dcamp
  3137. # [21:35] <ehsan_> coop|buildduty: alright, I'll see if I can reproduce
  3138. # [21:35] <ehsan_> thanks
  3139. # [21:35] <espindola> Yoric|backup, which revision you think should be fixed already?
  3140. # [21:35] <espindola> I was testing on m-c ad7963c93bd8
  3141. # [21:36] * Yoric|backup is now known as Yoric
  3142. # [21:36] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  3143. # [21:36] <Yoric> Let me check.
  3144. # [21:36] * Joins: rajul (quassel@BD805ADF.D9519E54.5700D73F.IP)
  3145. # [21:37] <Yoric> (please wait... network issues...)
  3146. # [21:37] <espindola> Yoric, I was testing on the current m-c head
  3147. # [21:37] * Quits: dria (dria@F2D29657.F60B0462.67AC9B1.IP) (Quit: dria)
  3148. # [21:37] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Quit: ChatZilla 0.9.88.2 [Firefox 16.0a2/20120817042006])
  3149. # [21:37] <espindola> unless the patch is on m-i
  3150. # [21:37] <Yoric> espindola: https://bugzilla.mozilla.org/show_bug.cgi?id=775588#c28
  3151. # [21:38] <espindola> ok, so no, the bug was not fixed by that change
  3152. # [21:38] <Yoric> So either 1a822acf8faa or dba7f413d26b
  3153. # [21:38] <Yoric> Ok.
  3154. # [21:38] <Yoric> And you think it is the same bug?
  3155. # [21:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7f81af866697 - Rafael Ávila de Espíndola - Bug 785102 - Two different libxul.so used while populating startupcache. r=glandium.
  3156. # [21:39] * Quits: ircloggr (nodebot@moz-C3A6C662.compute-1.amazonaws.com) (Broken pipe)
  3157. # [21:39] <Yoric> I mean, the same as bug 784368
  3158. # [21:39] <espindola> Yoric, the asan one, yes
  3159. # [21:39] <espindola> I will let decoder check that :-)
  3160. # [21:40] * Joins: ircloggr (nodebot@moz-34C867FE.compute-1.amazonaws.com)
  3161. # [21:40] <Yoric> So the asan bug would be caused by two distinct libxul.so?
  3162. # [21:40] <espindola> yes
  3163. # [21:40] <Yoric> Could you explain what happens?
  3164. # [21:40] <espindola> it is not asan specific in any way
  3165. # [21:40] <espindola> what we have is
  3166. # [21:40] <Yoric> My explanation was rational, but I don't get yours yet :)
  3167. # [21:40] <espindola> dafault_visibility_global_var = {..... init_that_uses_a_hidden_var. ...}
  3168. # [21:41] <espindola> that requires a global constructor
  3169. # [21:41] * Joins: Optimizer (Optimizer@6D623B67.AF6B21DA.BE90E62C.IP)
  3170. # [21:41] <espindola> which is run from libxul.so when ld.so loads it
  3171. # [21:41] * Joins: Boriss_ (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3172. # [21:41] <espindola> and from the other libxul.so that we dlopen
  3173. # [21:41] * Joins: dao (dao@moz-193590AA.superkabel.de)
  3174. # [21:41] <espindola> on the second run of the constructor
  3175. # [21:41] <espindola> it will see the existing global variable (since it has default visibility)
  3176. # [21:41] * Quits: Boriss (FlyingToas@moz-6F601BE7.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  3177. # [21:41] * Boriss_ is now known as Boriss
  3178. # [21:42] <espindola> but the new libxul's hidden one (since it is hidden)
  3179. # [21:42] <Ms2ger> What is /dbm?
  3180. # [21:42] <espindola> the net result is that the existing global variable is updated to point to the new internal function
  3181. # [21:42] <espindola> which is fine
  3182. # [21:42] <espindola> until we unload the second libxul
  3183. # [21:42] <espindola> and we get an undefined reference
  3184. # [21:43] <espindola> or, more precisely, a dangling pointer
  3185. # [21:43] <Yoric> I think I got it.
  3186. # [21:43] <espindola> to the finalize function in particular, which is why the backtrace looks like that
  3187. # [21:43] <Yoric> However, I am a little surprised that my code manages to load libxul.so
  3188. # [21:43] <espindola> hy?
  3189. # [21:43] <espindola> why?
  3190. # [21:44] <Yoric> Well, that code starts by initializing OS.Constants.
  3191. # [21:44] * Quits: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Client exited)
  3192. # [21:44] * Joins: Boriss (FlyingToas@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3193. # [21:44] <Yoric> However, initialization of OS.Constants fails because ProfD is not defined, for some reason.
  3194. # [21:44] <Yoric> Since OS.Constants is not initialized, well, OS.Constants.Path.libxul should not exist.
  3195. # [21:45] <@ted> bsmedberg: guess we ought to take bc's patch that turns CRT heap assertions into console output :-P
  3196. # [21:45] <Yoric> ... hence loading should not take place.
  3197. # [21:45] * bsmedberg is now known as bsmedberg-meeting
  3198. # [21:45] <espindola> it is working on linux :-)
  3199. # [21:45] * Joins: rajul_ (quassel@6092184B.BE26B4A7.5700D73F.IP)
  3200. # [21:45] * Quits: rajul (quassel@BD805ADF.D9519E54.5700D73F.IP) (Ping timeout)
  3201. # [21:45] * Quits: rajul_ (quassel@6092184B.BE26B4A7.5700D73F.IP) (Client exited)
  3202. # [21:46] * Joins: rajul (quassel@6092184B.BE26B4A7.5700D73F.IP)
  3203. # [21:46] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c813eeb62b92 - Ben Turner - Bug 784726 - 'Remove old IPC::URI'. r=cjones+khuey.
  3204. # [21:46] * Joins: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com)
  3205. # [21:46] <Yoric> I will take a look.
  3206. # [21:46] * Joins: tantek (tantek@moz-AD8D1712.pools.spcsdns.net)
  3207. # [21:46] <Yoric> Might be somehow related to the fact that startup_cache ignores all errors.
  3208. # [21:48] * Joins: vikash (vikash@D204BDD8.2905CAEE.5D9ABA9F.IP)
  3209. # [21:48] <Yoric> Ah, I have slightly changed the semantics to make it more robust to other oddities of startupcache.
  3210. # [21:48] <Yoric> So it does not abort anymore.
  3211. # [21:48] <Yoric> It just does not define the paths it does not know.
  3212. # [21:49] <Yoric> However, it can find out the path to libxul.
  3213. # [21:49] * Quits: drexler (chatzilla@moz-BD26ECCD.hsd1.vt.comcast.net) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.17/2009122204])
  3214. # [21:49] <Yoric> That startupcache is really odd stuff.
  3215. # [21:50] <Yoric> Why the heck does it need to execute the code just to parse it?
  3216. # [21:50] <Optimizer> what is the correct place to add something in a chrome window ? window.document.appendChild(something) gives error that element can't be inserted here. basically I just want to show a horizontal line to appear on the window, so I need to add that horizontal line element into the window
  3217. # [21:50] <@ted> because we don't really have a standalone tool to turn a JS file into the startupcache representation
  3218. # [21:51] <@ted> so the easiest way is just to run it
  3219. # [21:52] * Joins: venkatk_ (venkatk_@972B0946.D8513D89.D2D1FAF0.IP)
  3220. # [21:52] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3221. # [21:52] <Yoric> ted: Still weird.
  3222. # [21:53] <felipe> Optimizer: window.document.documentElement
  3223. # [21:53] <Optimizer> thanks felipe
  3224. # [21:53] * ferjm is now known as ferjm|afk
  3225. # [21:53] * bnicholson|lunch is now known as bnicholson
  3226. # [21:53] * Quits: Yoric (Yoric@B4530576.9448FAC.3A7352D6.IP) (Connection reset by peer)
  3227. # [21:54] <felipe> not that it's the "correct" place.. but that will work. the correct place should be of course where in the DOM you need your element to be
  3228. # [21:54] * Joins: Yoric (Yoric@B4530576.9448FAC.3A7352D6.IP)
  3229. # [21:54] <mbrubeck> gbrown, wesj4: Robocop is perma-orange on inbound and one of you two is responsible...
  3230. # [21:55] * Joins: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net)
  3231. # [21:55] * Joins: dbaron (dbaron@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3232. # [21:55] * ChanServ sets mode: +o dbaron
  3233. # [21:56] * Quits: atte (atte@moz-401E92F1.dhcp.inet.fi) (Client exited)
  3234. # [21:56] * Joins: ehugg_lime (ehugg_lime@moz-591F346A.hsd1.wa.comcast.net)
  3235. # [21:56] <gbrown> mbrubeck: we were just talking about that. I am 80% sure it is not me (but only 80%)
  3236. # [21:57] <@ted> Yoric: *shrug*
  3237. # [21:57] <gbrown> still, backing me out may be the fastest way forward
  3238. # [21:57] <@ted> we have code to write this out at runtime because we do it on the client
  3239. # [21:57] <Optimizer> felipe: it is absolute positioned, so I don't really care, it should appear onto the screen
  3240. # [21:57] <ehsan_> ted: you know about the build system, right? ;)
  3241. # [21:57] <@ted> pregenerating it during packaging is just an optimization
  3242. # [21:57] <@ted> ehsan_: nope, nothing :-P
  3243. # [21:58] <Yoric> ted: Sure. But it is an optimization that just caused a few silent crashes and/or gc assert failures.
  3244. # [21:58] <ehsan_> ted: ok so let's see if you can guess a solution ;)
  3245. # [21:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9fbe008c291f - Johannes Vogel - Bug 755856 - make marionette client look for adb in path first, r=mdas
  3246. # [21:58] <ehsan_> ted: I need modules/libmar to be able to use MFBT
  3247. # [21:58] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/0a7b2834337b - Malini Das - Bug 755856 - look for adb in path first for mozdevice emulator automation, r=jgriffin
  3248. # [21:58] <ehsan_> what shall I do?
  3249. # [21:58] <@ted> ehsan_: mm, how is it built?
  3250. # [21:58] <@ted> is this --enable-application=tools/packaging or whatever?
  3251. # [21:59] <ehsan_> no
  3252. # [21:59] <ehsan_> ted: http://tinderbox.mozilla.org/showlog.cgi?log=Mozilla-l10n-en-GB/1345720685.1345720739.10734.gz&fulltext=1
  3253. # [21:59] <ehsan_> it's a l10n repack
  3254. # [21:59] <ehsan_> basically:
  3255. # [21:59] <ehsan_> make tier_nspr
  3256. # [21:59] <ehsan_> make modules/libmar
  3257. # [21:59] <ehsan_> BOOM!
  3258. # [21:59] * bsmedberg-meeting is now known as bsmedberg
  3259. # [21:59] * Joins: atuljangra (Mibbit@A5B47DFA.94CF0499.93E5B96C.IP)
  3260. # [22:00] <ehsan_> ted: (it might be that we need to build another target first but I don't know which one)
  3261. # [22:00] * Joins: bonnie__ (bbsurender@moz-BBE3ABD.mv.mozilla.com)
  3262. # [22:00] <@ted> ah
  3263. # [22:00] <@ted> can we change that to make tier_base?
  3264. # [22:00] * Joins: fitzgen (fitzgen@moz-BBE3ABD.mv.mozilla.com)
  3265. # [22:01] <@ted> that's where mfbt gets built
  3266. # [22:01] <@ted> this is sort of horrible
  3267. # [22:01] <ehsan_> ted: yeah that fixes it
  3268. # [22:01] <ehsan_> ok I'll comment in the bug
  3269. # [22:01] <ehsan_> thanks!
  3270. # [22:01] * Quits: Ms2ger (Ms2ger@11F9A6A2.173E4087.37724B0D.IP) (Quit: nn)
  3271. # [22:01] <@ted> this would probably be less crappy if it was --enable-application=something
  3272. # [22:01] <@ted> because then we could just have it define tiers in the tree
  3273. # [22:01] * Joins: bbondy2 (bbondy@moz-CBCCE0F3.home.cgocable.net)
  3274. # [22:02] <ehsan_> it is --enable-application=browser
  3275. # [22:02] <ehsan_> ted: ./configure --enable-application=browser --with-l10n-base=../l10n-central --with-macbundlename-prefix=Firefox --enable-update-packaging
  3276. # [22:03] <@ted> urgh
  3277. # [22:03] <@ted> horrible
  3278. # [22:03] * @ted weeps
  3279. # [22:03] * Joins: avih (quassel@moz-AF6061AA.red.bezeqint.net)
  3280. # [22:04] <ehsan_> ted: so is the best way to fix this a buildbot change then?
  3281. # [22:04] <janv> "OS Determining best projection for type int8_t (size: 1 ) signed"
  3282. # [22:04] <janv> is this output known ?
  3283. # [22:04] * Quits: RealRaven (Thunderbir@6A07C7B8.276C9F20.C3498625.IP) (Client exited)
  3284. # [22:05] * Joins: RealRaven (Thunderbir@6A07C7B8.276C9F20.C3498625.IP)
  3285. # [22:05] <Yoric> janv: Yes, that's my fault.
  3286. # [22:06] <Yoric> janv: I should open a bug about removing it.
  3287. # [22:06] <@ted> ehsan_: sounds like it
  3288. # [22:06] <janv> ok :)
  3289. # [22:06] <ehsan_> ok thanks
  3290. # [22:06] <ehsan_> coop|buildduty: https://bugzilla.mozilla.org/show_bug.cgi?id=785066#c2
  3291. # [22:06] * Joins: sworkman (sworkman@moz-825EC923.hsd1.ca.comcast.net)
  3292. # [22:07] * Joins: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP)
  3293. # [22:07] <coop|buildduty> ehsan_: thanks
  3294. # [22:07] <ehsan_> coop|buildduty: np. is that an easy change to make?
  3295. # [22:07] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e53c57998350 - William Lachance - Bug 785108 - Fix devicemanagerADB's isDir to handle symbolic links properly;r=jmaher DONTBUILD
  3296. # [22:07] * ehsan_ hopes so
  3297. # [22:07] <philor> inbound's closed, sort of hope someone will sort out the multiple layers of bustage
  3298. # [22:08] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jet)
  3299. # [22:08] * Joins: fredw (fredw@moz-B9C110E2.fbx.proxad.net)
  3300. # [22:08] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  3301. # [22:08] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  3302. # [22:08] <coop|buildduty> ehsan_: should be. i can run it through staging shortly
  3303. # [22:09] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Quit: ChatZilla 0.9.88.2 [Firefox 16.0a2/20120817042006])
  3304. # [22:09] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  3305. # [22:10] * Joins: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3306. # [22:10] * Quits: sheppy (sheppy@moz-B52B0B26.dhcp.kgpt.tn.charter.com) (Quit: sheppy)
  3307. # [22:10] * Quits: RealRaven (Thunderbir@6A07C7B8.276C9F20.C3498625.IP) (Ping timeout)
  3308. # [22:10] * Joins: RealRaven (Thunderbir@6A07C7B8.276C9F20.C3498625.IP)
  3309. # [22:10] <Yoric> bug 785200
  3310. # [22:10] <Yoric> janv: ^ that's for you
  3311. # [22:11] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3312. # [22:11] <janv> ok
  3313. # [22:11] <janv> thanks
  3314. # [22:11] * coop|buildduty is now known as coop|mtg
  3315. # [22:12] * jhammel|lunch is now known as jhammel
  3316. # [22:12] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jet)
  3317. # [22:12] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3318. # [22:13] * Quits: fredw (fredw@moz-B9C110E2.fbx.proxad.net) (Quit: Leaving.)
  3319. # [22:14] * Joins: wesj (Instantbir@moz-BBE3ABD.mv.mozilla.com)
  3320. # [22:14] * jgriffin-afk is now known as jgriffin
  3321. # [22:14] * Joins: jgriffin_ (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net)
  3322. # [22:15] * Quits: graememcc (chatzilla@moz-BE7535DA.range86-147.btcentralplus.com) (Ping timeout)
  3323. # [22:15] * Joins: graememcc (chatzilla@moz-9ECEC9A7.range86-147.btcentralplus.com)
  3324. # [22:16] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Ping timeout)
  3325. # [22:16] * jgriffin_ is now known as jgriffin
  3326. # [22:17] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/bb414dc59262 - Wes Johnston - backout c0bf8f743419 CLOSED TREE
  3327. # [22:17] * Quits: tantek (tantek@moz-AD8D1712.pools.spcsdns.net) (Ping timeout)
  3328. # [22:17] * Joins: mwu (mwu@moz-59435430.hsd1.nj.comcast.net)
  3329. # [22:18] * Quits: past (past@moz-A3ACC22E.dsl.dyn.forthnet.gr) (Quit: ChatZilla 0.9.88.2 [Firefox 17.0a1/20120821135628])
  3330. # [22:18] * Quits: RealRaven (Thunderbir@6A07C7B8.276C9F20.C3498625.IP) (Client exited)
  3331. # [22:18] * Quits: atuljangra (Mibbit@A5B47DFA.94CF0499.93E5B96C.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  3332. # [22:18] * Joins: RealRaven (Thunderbir@6A07C7B8.276C9F20.C3498625.IP)
  3333. # [22:20] * Quits: TheLink (TheLink@moz-7DF028C8.pools.arcor-ip.net) (Client exited)
  3334. # [22:20] * Joins: TheLink (TheLink@moz-7DF028C8.pools.arcor-ip.net)
  3335. # [22:21] * Quits: TheLink (TheLink@moz-7DF028C8.pools.arcor-ip.net) (Client exited)
  3336. # [22:21] * Quits: graememcc (chatzilla@moz-9ECEC9A7.range86-147.btcentralplus.com) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713224749])
  3337. # [22:21] * Quits: valenting (valenting@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3338. # [22:21] * jlebar|away is now known as jlebar
  3339. # [22:23] * Quits: tonymec (tonymec@18002E1F.22F97D48.277517C1.IP) (Ping timeout)
  3340. # [22:24] * Quits: RealRaven (Thunderbir@6A07C7B8.276C9F20.C3498625.IP) (Client exited)
  3341. # [22:24] * Quits: jwilde (Earlybird@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3342. # [22:24] * Joins: MRatcliffe7322 (MRatcliffe@moz-70EA295B.evosurge.com)
  3343. # [22:24] * Joins: RealRaven (Thunderbir@6A07C7B8.276C9F20.C3498625.IP)
  3344. # [22:25] * Joins: tonymec (tonymec@18002E1F.22F97D48.277517C1.IP)
  3345. # [22:25] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3346. # [22:25] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  3347. # [22:26] * Quits: mikeratcliffe (ratcliffes@AB098289.AD1925ED.7CCB197A.IP) (Quit: Leaving.)
  3348. # [22:26] * Quits: mbrubeck (mbrubeck@moz-755AD63.hsd1.wa.comcast.net) (Quit: Leaving.)
  3349. # [22:26] * Joins: mbrubeck (mbrubeck@moz-755AD63.hsd1.wa.comcast.net)
  3350. # [22:26] * Joins: imphil (philipp@moz-655EF802.customer.m-online.net)
  3351. # [22:26] * Quits: imphil (philipp@moz-655EF802.customer.m-online.net) (Quit: Verlassend)
  3352. # [22:27] <@ted> bsmith: ping
  3353. # [22:27] * Parts: geekboy (geekboy@moz-BBE3ABD.mv.mozilla.com)
  3354. # [22:28] * Quits: ehugg_lime (ehugg_lime@moz-591F346A.hsd1.wa.comcast.net) (Ping timeout)
  3355. # [22:29] * Quits: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com) (Quit: ChatZilla 0.9.88.2 [Firefox 16.0a2/20120817042006])
  3356. # [22:29] * Joins: akeybl (akeybl@moz-7B0110AD.mv.mozilla.com)
  3357. # [22:30] <philor> we might need to close inbound to any gfx/layout pushes other than by prearrangement with someone who will clobber before they land on a closed tree
  3358. # [22:30] * Parts: Adityab (aditya@7E04C07E.3FFDFD1F.1CE56A7.IP) (["Textual IRC Client: www.textualapp.com"])
  3359. # [22:32] * Quits: RealRaven (Thunderbir@6A07C7B8.276C9F20.C3498625.IP) (Client exited)
  3360. # [22:32] <philor> looks like we're going to have 11 pretty much completely busted pushes, plus have to sit out waiting on clobber builds to see if that fixes it
  3361. # [22:32] * Quits: himsin (x@DBFA170F.3E31E221.BE3C3C1D.IP) (Ping timeout)
  3362. # [22:32] * Joins: RealRaven (Thunderbir@6A07C7B8.276C9F20.C3498625.IP)
  3363. # [22:32] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3364. # [22:33] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  3365. # [22:33] * Joins: TheLink (TheLink@moz-7DF028C8.pools.arcor-ip.net)
  3366. # [22:34] <mbrubeck> philor: Looks like bug 766793 has a reviewed patch now...
  3367. # [22:35] <bsmith> ted: pong
  3368. # [22:35] <philor> wish I knew whether I got the clobber set before the tip push
  3369. # [22:35] <@ted> bsmith: i filed a bug, https://bugzilla.mozilla.org/show_bug.cgi?id=785208
  3370. # [22:35] <@ted> at least now i know why my alder build was crashing on startup
  3371. # [22:35] <@ted> alder pulled in a pre-release NSS 3.14
  3372. # [22:36] <philor> khuey: do me a favor and push 766793 to inbound, CLOSED TREE?
  3373. # [22:36] * Quits: MRatcliffe7322 (MRatcliffe@moz-70EA295B.evosurge.com) (Max SendQ exceeded)
  3374. # [22:36] <bsmith> ted: OK, thanks for letting me know
  3375. # [22:37] <@ted> np
  3376. # [22:37] <@ted> it's pretty bad, we wind up writing off the end of a buffer
  3377. # [22:37] <@ted> the windows debug heap asserts about it
  3378. # [22:37] <bsmith> Thanks
  3379. # [22:37] <ehsan_> can someone give isaac.aggrey at gmail editbugs access please?
  3380. # [22:38] <@ted> ehsan_: yeah, 1 sec
  3381. # [22:38] <ehsan_> thanks
  3382. # [22:38] * Joins: capella (chatzilla@moz-DD0C7E4F.twcny.res.rr.com)
  3383. # [22:38] <@ted> done
  3384. # [22:38] * jmaher is now known as jmaher|afk
  3385. # [22:39] <ehsan_> ted: ty
  3386. # [22:39] * Joins: rclick (rclick@5053A8BE.7BDAA3AE.E430BA25.IP)
  3387. # [22:40] * Quits: venkatk_ (venkatk_@972B0946.D8513D89.D2D1FAF0.IP) (Quit: This computer has gone to sleep)
  3388. # [22:40] <@khuey> philor: ok
  3389. # [22:40] * Joins: mikeratcliffe (mikeratcli@moz-70EA295B.evosurge.com)
  3390. # [22:41] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  3391. # [22:41] * Parts: mikeratcliffe (mikeratcli@moz-70EA295B.evosurge.com)
  3392. # [22:41] * Joins: akeybl_ (akeybl@moz-BBE3ABD.mv.mozilla.com)
  3393. # [22:41] <philor> thx, another set of clobbered-for-sure will be prettier than retriggers
  3394. # [22:41] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  3395. # [22:41] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  3396. # [22:42] <ehsan_> BenWa: I don't think I'll have time to work on the line number information stuff, sorry :(
  3397. # [22:42] <BenWa> ehsan_: np
  3398. # [22:42] * Quits: nrc (nrc@4B76F2B0.D05BE748.613E47D1.IP) (Ping timeout)
  3399. # [22:42] * Quits: @roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  3400. # [22:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ecd18a2ed3ef - Kyle Huey - Bug 766793: Look for .pp files for shared libraries. r=ted a=philor for landing on a CLOSED TREE
  3401. # [22:42] * Quits: akeybl (akeybl@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  3402. # [22:43] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  3403. # [22:43] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  3404. # [22:44] * Quits: janv (varga@moz-7B0110AD.mv.mozilla.com) (Quit: This computer has gone to sleep)
  3405. # [22:44] <jhford> espindola: does the clang that ships with xcode biuld firefox properly?
  3406. # [22:45] * Joins: miphaa (revs@moz-A3372237.iusacell.net)
  3407. # [22:45] * Joins: not_gavin (gavin@E04DED12.5AA33DAB.2321E71E.IP)
  3408. # [22:45] * ChanServ sets mode: +o not_gavin
  3409. # [22:46] * Quits: ekr_ (ekr@moz-A62EC22B.hfc.comcastbusiness.net) (Quit: ekr_)
  3410. # [22:46] * Joins: janv (varga@moz-7B0110AD.mv.mozilla.com)
  3411. # [22:46] * Quits: miphaa1 (revs@69C92E62.9D7CF77A.85543DD3.IP) (Ping timeout)
  3412. # [22:46] <espindola> jhford, I think the one in 4.4 does
  3413. # [22:46] <Bas> ted++
  3414. # [22:46] <Bas> For fixing my relinking problemd!
  3415. # [22:46] <jhford> thanks
  3416. # [22:46] * Joins: mikeratcliffe (mikeratcli@moz-70EA295B.evosurge.com)
  3417. # [22:46] * Quits: wolfiR (wolfiR@moz-E69BEF85.dip0.t-ipconnect.de) (Quit: Leaving)
  3418. # [22:47] <ehsan_> git pull mc master
  3419. # [22:47] * Quits: Optimizer (Optimizer@6D623B67.AF6B21DA.BE90E62C.IP) (Ping timeout)
  3420. # [22:48] * Fallen is now known as Fallen|away
  3421. # [22:48] * Quits: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net) (Input/output error)
  3422. # [22:48] <@bsmedberg> did security bugmail stop working for anyone else?
  3423. # [22:48] * Joins: jgriffin (jgriffin@moz-DD9CBA45.hsd1.wa.comcast.net)
  3424. # [22:48] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Connection reset by peer)
  3425. # [22:48] * Joins: birtles (birtles@moz-B3257BDD.net182021051.t-com.ne.jp)
  3426. # [22:49] <@bsmedberg> tbird claims it cannot be decrypted properly, for mail sent after about 12:30 PT
  3427. # [22:49] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  3428. # [22:49] <sfink> s/mime or gpg?
  3429. # [22:49] * Quits: rajul (quassel@6092184B.BE26B4A7.5700D73F.IP) (Client exited)
  3430. # [22:50] * Joins: hobophobe (hobophobe@CEB7969B.BA9CDF59.295A79F4.IP)
  3431. # [22:50] * Quits: RealRaven (Thunderbir@6A07C7B8.276C9F20.C3498625.IP) (Client exited)
  3432. # [22:50] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  3433. # [22:50] * Joins: RealRaven (Thunderbir@6A07C7B8.276C9F20.C3498625.IP)
  3434. # [22:51] * Joins: Optimizer (Optimizer@6D623B67.AF6B21DA.BE90E62C.IP)
  3435. # [22:51] <sfink> bsmedberg: I have one from 13:05PDT that looks fine. It's S/MIME; I frequently had decryption problems with enigmail and pgp
  3436. # [22:51] * Fallen|away is now known as Fallen
  3437. # [22:51] <@bsmedberg> yeah, I'm using S/MIME too
  3438. # [22:51] * Joins: mcsmurf (mcsmurf@moz-49AA8661.dip.t-dialin.net)
  3439. # [22:52] <Bas> Oops! khuey++
  3440. # [22:52] * Quits: Asa (asa@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3441. # [22:52] <Bas> Since you wrote the actual patch :)
  3442. # [22:53] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  3443. # [22:53] <sheeri> hrm, who works on affiliates, dtpt, and reps? I know it's engagement ppl, but I want to take the stage/dev server down for about 5-10 mins, so I specifically can the devs involved.
  3444. # [22:53] * sheeri asks in #engagement
  3445. # [22:54] * Quits: RealRaven (Thunderbir@6A07C7B8.276C9F20.C3498625.IP) (Ping timeout)
  3446. # [22:54] * Joins: miphaa1 (revs@69C92E62.9D7CF77A.85543DD3.IP)
  3447. # [22:54] <@khuey> Bas: yeah, that was pretty ridiculous
  3448. # [22:55] * Quits: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net) (Quit: erikvold)
  3449. # [22:55] * Quits: miphaa (revs@moz-A3372237.iusacell.net) (Ping timeout)
  3450. # [22:55] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  3451. # [22:55] * bbondy2 is now known as bbondy
  3452. # [22:55] * Joins: erikvold (erikvold@moz-33BF5BAF.gv.shawcable.net)
  3453. # [22:56] * Joins: dao1 (dao@moz-193590AA.superkabel.de)
  3454. # [22:56] * Quits: dao (dao@moz-193590AA.superkabel.de) (Ping timeout)
  3455. # [22:56] * Joins: RealRaven (Thunderbir@6A07C7B8.276C9F20.C3498625.IP)
  3456. # [22:56] * Quits: tonymec (tonymec@18002E1F.22F97D48.277517C1.IP) (Ping timeout)
  3457. # [22:57] * Quits: msucan (mihai@488D60B5.3D0152A8.699550A1.IP) (Quit: Leaving.)
  3458. # [22:57] * Joins: RyanVM (chatzilla@moz-403902F0.phlapa.fios.verizon.net)
  3459. # [22:57] * coop|mtg is now known as coop|buildduty
  3460. # [22:57] * Quits: tonymec|away (tonymec@18002E1F.22F97D48.277517C1.IP) (Ping timeout)
  3461. # [22:57] * Quits: wesj (Instantbir@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3462. # [22:58] * Quits: Yoric (Yoric@B4530576.9448FAC.3A7352D6.IP) (Connection reset by peer)
  3463. # [22:58] * Quits: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com) (Input/output error)
  3464. # [22:58] * Joins: joe_walker (joe_walker@moz-5B263CE9.cable.virginmedia.com)
  3465. # [22:58] * Joins: Yoric (Yoric@B4530576.9448FAC.3A7352D6.IP)
  3466. # [22:58] * Joins: tonymec (tonymec@18002E1F.22F97D48.277517C1.IP)
  3467. # [22:59] * heycam|away is now known as heycam
  3468. # [22:59] * Joins: tonymec|away (tonymec@18002E1F.22F97D48.277517C1.IP)
  3469. # [23:00] * Joins: rajul (quassel@DBA05A95.11DBC49A.9DA13C14.IP)
  3470. # [23:01] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  3471. # [23:01] * Quits: RealRaven (Thunderbir@6A07C7B8.276C9F20.C3498625.IP) (Client exited)
  3472. # [23:01] * Quits: mikeratcliffe (mikeratcli@moz-70EA295B.evosurge.com) (Max SendQ exceeded)
  3473. # [23:01] * Joins: RealRaven (Thunderbir@6A07C7B8.276C9F20.C3498625.IP)
  3474. # [23:02] * Joins: mikeratcliffe (mikeratcli@moz-70EA295B.evosurge.com)
  3475. # [23:03] * Quits: rajul (quassel@DBA05A95.11DBC49A.9DA13C14.IP) (Client exited)
  3476. # [23:04] <espindola> Can anyone reproduce the timeouts in https://tbpl.mozilla.org/?tree=Try&rev=a0aa0d6fa8a1
  3477. # [23:04] <espindola> I cannot even if I download the binaries and run the exact same commands :-(
  3478. # [23:04] * Quits: mikeratcliffe (mikeratcli@moz-70EA295B.evosurge.com) (Max SendQ exceeded)
  3479. # [23:04] * Joins: dao (dao@moz-193590AA.superkabel.de)
  3480. # [23:04] * Quits: dao1 (dao@moz-193590AA.superkabel.de) (Ping timeout)
  3481. # [23:05] * Joins: wesj (Instantbir@moz-BBE3ABD.mv.mozilla.com)
  3482. # [23:07] * Quits: dao (dao@moz-193590AA.superkabel.de) (Ping timeout)
  3483. # [23:07] * Joins: dao (dao@moz-193590AA.superkabel.de)
  3484. # [23:07] * Joins: mikeratcliffe (mikeratcli@moz-70EA295B.evosurge.com)
  3485. # [23:08] * Quits: qheaden (qheaden@moz-1196D060.nrflva.fios.verizon.net) (Ping timeout)
  3486. # [23:09] * philor is now known as philor|away
  3487. # [23:09] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  3488. # [23:09] * Joins: rjohnson19 (chatzilla@moz-9148485F.hsd1.ma.comcast.net)
  3489. # [23:10] * Quits: RealRaven (Thunderbir@6A07C7B8.276C9F20.C3498625.IP) (Client exited)
  3490. # [23:11] * nthomas|away is now known as nthomas
  3491. # [23:11] * Quits: jdm (jdm@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3492. # [23:11] * Quits: mikeratcliffe (mikeratcli@moz-70EA295B.evosurge.com) (Max SendQ exceeded)
  3493. # [23:12] * Joins: jdm (jdm@moz-BBE3ABD.mv.mozilla.com)
  3494. # [23:12] * Quits: bbondy (bbondy@moz-CBCCE0F3.home.cgocable.net) (Client exited)
  3495. # [23:12] * Joins: mikeratcliffe (mikeratcli@moz-70EA295B.evosurge.com)
  3496. # [23:14] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Client exited)
  3497. # [23:14] * Joins: rajul (quassel@C2AA0589.445F9199.5700D73F.IP)
  3498. # [23:15] <@bsmedberg> inbound is closed for bustage?
  3499. # [23:17] <RyanVM> wow, the last Try push with completed Windows mochitests was 17 hours ago...
  3500. # [23:17] * Joins: dria (dria@moz-F5EB0C5D.dsl.teksavvy.com)
  3501. # [23:17] <mbrubeck> hmm, whose Linux M1 bustage is this?
  3502. # [23:17] * Quits: rajul (quassel@C2AA0589.445F9199.5700D73F.IP) (Client exited)
  3503. # [23:17] <RyanVM> is there an issue with load balancing or something?
  3504. # [23:17] <mbrubeck> Looks like bz
  3505. # [23:18] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3506. # [23:18] * philor|away is now known as philor
  3507. # [23:18] * Quits: Yoric (Yoric@B4530576.9448FAC.3A7352D6.IP) (Input/output error)
  3508. # [23:18] * Quits: adrian (adrian@moz-DE8639AB.fbx.proxad.net) (Quit: Konversation terminated!)
  3509. # [23:19] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3510. # [23:19] * wesj4 is now known as kbrosnan
  3511. # [23:19] * Quits: mike5w3c (MikeS@moz-B16A47F2.xgsspn.imtp.tachikawa.spmode.ne.jp) (Ping timeout)
  3512. # [23:19] * Joins: valenting (valenting@moz-BBE3ABD.mv.mozilla.com)
  3513. # [23:19] * Quits: mikeratcliffe (mikeratcli@moz-70EA295B.evosurge.com) (Max SendQ exceeded)
  3514. # [23:20] * Joins: mike5w3c (MikeS@moz-CEC0B90B.xgsspn.imtp.tachikawa.spmode.ne.jp)
  3515. # [23:20] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2266e0721327 - Matt Brubeck - Back out b88ccf7bd3e3 for Linux test_canvas.html failures on a CLOSED TREE
  3516. # [23:20] <philor> oh, fun, I was putting the M1 on bjacob's unclobbered self along with the rest of the canvasy unhappiness
  3517. # [23:20] <mbrubeck> It's in a test that bz touched, so I'm calling this one real.
  3518. # [23:20] * Quits: vikash (vikash@D204BDD8.2905CAEE.5D9ABA9F.IP) (Quit: Leaving)
  3519. # [23:20] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Max SendQ exceeded)
  3520. # [23:20] <bz> hmm?
  3521. # [23:20] <bz> it was passing locally!
  3522. # [23:21] * bz looks
  3523. # [23:21] <bz> Oh, $%^%$&^%&%^
  3524. # [23:21] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/3c39442f9f19 - Chris Lee - Bug 771284 - Use the child selector to get to button-icon and button-text. r=dao
  3525. # [23:21] <mbrubeck> It's passing on OSX and failing on Linux
  3526. # [23:21] <bz> yeah
  3527. # [23:21] <bz> because gfx
  3528. # [23:21] * bz cries
  3529. # [23:21] * bz goes to reland that patch
  3530. # [23:22] <philor> oh, going to watch m-c for the afternoon?
  3531. # [23:22] <bz> mbrubeck: sorry for the trouble. :(
  3532. # [23:22] <bz> well, reland with the test "fixed"
  3533. # [23:22] <bz> as in commented out
  3534. # [23:22] * Quits: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net) (Quit: mkaply)
  3535. # [23:22] <bz> pending other stuff happening
  3536. # [23:22] <philor> or going to bounce off the closed tree?
  3537. # [23:22] <bz> ;)
  3538. # [23:22] * Joins: mikeratcliffe (mikeratcli@moz-70EA295B.evosurge.com)
  3539. # [23:22] <bz> I can wait for the tree to reopen. ;)
  3540. # [23:23] <philor> not sure what to make of acrichton's oth, either, maybe yet another badslave?
  3541. # [23:23] * Joins: jwilde (Earlybird@moz-BBE3ABD.mv.mozilla.com)
  3542. # [23:24] * jlebar is now known as jlebar|away
  3543. # [23:25] <mbrubeck> or something broken by one of the 9 pushes since the last green run on 10.7...
  3544. # [23:26] * Joins: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com)
  3545. # [23:26] * jlebar|away is now known as jlebar
  3546. # [23:27] * Joins: mkaply (mkaply@moz-92EDDD02.lightspeed.austtx.sbcglobal.net)
  3547. # [23:28] * Quits: masayuki (Daily@moz-87C9C17C.userreverse.dion.ne.jp) (Ping timeout)
  3548. # [23:30] * philor seeks a second opinion from a lower-numbered tegra on wesj's backout
  3549. # [23:31] * Joins: DGMurdockIII (DGMurdockI@moz-E933B63.hsd1.il.comcast.net)
  3550. # [23:31] * mattwoodrow|away is now known as mattwoodrow
  3551. # [23:32] * Callek half considers purposely killing that lower-number-tegra job JUST to see what philor says -- the responses are always humorous
  3552. # [23:32] * Quits: clee (clee@moz-BBE3ABD.mv.mozilla.com) (Quit: clee)
  3553. # [23:32] * Joins: masayuki (Daily@moz-783E5E4A.userreverse.dion.ne.jp)
  3554. # [23:32] * Quits: mikeratcliffe (mikeratcli@moz-70EA295B.evosurge.com) (Max SendQ exceeded)
  3555. # [23:32] <RyanVM> well, this is one way to help get through the Try backlog...
  3556. # [23:33] * Joins: mikeratcliffe (mikeratcli@moz-70EA295B.evosurge.com)
  3557. # [23:33] * Quits: evilpie (chatzilla@moz-1B9A4DCF.pools.arcor-ip.net) (Quit: ChatZilla 0.9.88.2 [Firefox 14.0.1/20120713224749])
  3558. # [23:33] * Parts: mikeratcliffe (mikeratcli@moz-70EA295B.evosurge.com)
  3559. # [23:34] * Fallen is now known as Fallen|away
  3560. # [23:34] * Quits: ekr (ekr@moz-D7997EC8.rtfm.com) (Ping timeout)
  3561. # [23:34] <RyanVM> ttaubert: what's the story with test_listscripts-01.js on Windows?
  3562. # [23:34] * Joins: clee (clee@moz-BBE3ABD.mv.mozilla.com)
  3563. # [23:34] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: pcwalton)
  3564. # [23:34] * cadecairos is now known as cadecairos_away
  3565. # [23:35] * Quits: Bas (chatzilla@moz-DF3CA35A.ftth.concepts.nl) (Ping timeout)
  3566. # [23:35] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  3567. # [23:35] * Joins: Asa (asa@moz-BBE3ABD.mv.mozilla.com)
  3568. # [23:36] * Joins: mikeratcliffe (mikeratcli@moz-70EA295B.evosurge.com)
  3569. # [23:36] <mbrubeck> What the easiest way to run reftests under a debugger, locally
  3570. # [23:37] <mbrubeck> (on Linux)?
  3571. # [23:37] <@khuey> EXTRA_TEST_ARGS=--debugger=gdb
  3572. # [23:37] * Quits: mdas (mdas@F2D29657.F60B0462.67AC9B1.IP) (Quit: mdas)
  3573. # [23:38] <philor> RyanVM: is that the one that was busted on fx-team, too?
  3574. # [23:38] <Optimizer> how to get the top offset of the window from the scrren ?
  3575. # [23:38] * Quits: wesj (Instantbir@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3576. # [23:38] * Joins: wesj (Instantbir@moz-BBE3ABD.mv.mozilla.com)
  3577. # [23:38] <philor> RyanVM: back out past, pretty-please?
  3578. # [23:39] * Quits: stevee (Miranda@moz-17087BE2.cable.virginmedia.com) (Quit: Miranda IM - Multi protocol instant messenger @ www.miranda-im.org)
  3579. # [23:39] * Quits: ahal (ahal@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  3580. # [23:39] * bwinton is now known as bwinton_away
  3581. # [23:39] <mbrubeck> Thanks, khuey
  3582. # [23:40] * Quits: smooney (smooney@moz-BBE3ABD.mv.mozilla.com) (Quit: smooney)
  3583. # [23:40] <hobophobe> Optimizer: You mean window.boxObject.screenY ?
  3584. # [23:40] * Quits: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net) (Ping timeout)
  3585. # [23:40] * kmoir is now known as kmoir-afk
  3586. # [23:40] <Optimizer> hobophobe: boxObject is not defined
  3587. # [23:40] <philor> releng: patch a stock twisted or whatever the summary of that bug about being able to kill processes on Windows so we don't make every Windows hang look like an infra failure, pretty-please?
  3588. # [23:41] <RyanVM> philor: making dinner now, but I'll back it out when I get a chance
  3589. # [23:42] * Joins: smooney (smooney@moz-BBE3ABD.mv.mozilla.com)
  3590. # [23:42] <philor> I should probably go ahead and turn all purple red on tbpl, since that's the second time today that I've seen someone draw very bad conclusions about purple
  3591. # [23:42] <mbrubeck> RyanVM: I can back out
  3592. # [23:42] * Joins: lduros (lduros@moz-BED1C6A5.c3-0.rdl-ubr1.trpr-rdl.pa.cable.rcn.com)
  3593. # [23:42] <philor> \o/
  3594. # [23:44] <hobophobe> Optimizer: err, so just window.screenY?
  3595. # [23:44] <Optimizer> yes
  3596. # [23:44] <Optimizer> thanks
  3597. # [23:44] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3598. # [23:44] * Joins: rajul (quassel@9CA0F0A2.6C3A4C05.9DA13C14.IP)
  3599. # [23:44] * aki|away is now known as aki
  3600. # [23:44] * rail is now known as rail_away
  3601. # [23:45] <mbrubeck> philor: umm... what am I backing out, exactly?
  3602. # [23:46] <philor> mbrubeck: https://hg.mozilla.org/mozilla-central/rev/b2900e347f5c for Windows xpcshell hangs in test_listscripts-01.js
  3603. # [23:46] * Joins: bmoss|2 (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3604. # [23:46] * Quits: abwillis (abwillis@9877934.9DD4DBBF.6A7A197.IP) (Quit: ChatZilla 0.9.88.2 [SeaMonkey 2.7.2/20120801231937])
  3605. # [23:46] <philor> based on the results on https://tbpl.mozilla.org/?tree=Fx-Team from before it was merged
  3606. # [23:47] <philor> but I'm not bitter
  3607. # [23:47] * Quits: joey (chatzilla@moz-EFCB4CBF.princetowncable.com) (Quit: ChatZilla 0.9.88.2 [Firefox 16.0a2/20120822042007])
  3608. # [23:47] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3609. # [23:48] * Quits: bmoss|2 (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3610. # [23:48] * Quits: mikeratcliffe (mikeratcli@moz-70EA295B.evosurge.com) (Max SendQ exceeded)
  3611. # [23:49] <philor> ugh, inbound clobber results not looking so great
  3612. # [23:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f49728317fad - Matt Brubeck - Back out b2900e347f5c (bug 783393) for Windows xpcshell hangs in test_listscripts-01.js on a CLOSED TREE
  3613. # [23:49] <philor> so probably bjacob's two?
  3614. # [23:49] * Joins: kentuckyfriedtakahe (ajones@moz-5D29915D.cable.telstraclear.net)
  3615. # [23:49] <RyanVM> mbrubeck: probably should have done that on m-c...
  3616. # [23:49] <mbrubeck> yeah, true
  3617. # [23:50] <RyanVM> not a biggie, I was hoping to merge tonight anyway
  3618. # [23:50] <philor> was it even on inbound?
  3619. # [23:50] <RyanVM> yeah
  3620. # [23:50] <philor> oh, yeah, sid0 merged
  3621. # [23:51] <RyanVM> mbrubeck: if 2266e0721327 is pgo-green, I'll just take f49728317fad with it
  3622. # [23:51] <philor> so we haven't run a single Windows xpcshell test on inbound since then? awesomesocks!
  3623. # [23:51] <philor> 22666 won't be any sort of green
  3624. # [23:51] <philor> it'll have big numbers of Linux reftest failures
  3625. # [23:51] * Quits: cpeterson (cpeterson@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3626. # [23:52] <philor> plus there's still some question about Android reftests, since it's hard to say whether the ones on tegra-1xx were, were, um
  3627. # [23:52] * Quits: Optimizer (Optimizer@6D623B67.AF6B21DA.BE90E62C.IP) (Ping timeout)
  3628. # [23:52] * philor stabs his eyes a bit more
  3629. # [23:52] <mbrubeck> time to back out 156eaa94f73c and 05d1a3fba90b?
  3630. # [23:53] <bjacob> philor: ?
  3631. # [23:53] * Joins: mikeratcliffe (mikeratcli@moz-70EA295B.evosurge.com)
  3632. # [23:53] * akeybl_ is now known as akeybl
  3633. # [23:53] <bjacob> oh, i'm getting baked out?
  3634. # [23:53] <mbrubeck> and there will be cake
  3635. # [23:53] <philor> bjacob: https://hg.mozilla.org/integration/mozilla-inbound/rev/156eaa94f73c and https://hg.mozilla.org/integration/mozilla-inbound/rev/05d1a3fba90b - I was hoping a clobber was going to cure your reftest failures on Linux, but like most of my hopes, DASHED
  3636. # [23:53] <@dolske> you gotta do the cookin by the book
  3637. # [23:54] <bjacob> philor: ok, sorry about that. i didnt expect a reftest failure so didnt check that on try
  3638. # [23:55] <bjacob> philor: btw
  3639. # [23:55] <bjacob> philor: only need to back out 156eaa94f73c
  3640. # [23:55] * mjschranz is now known as mjschranz_away
  3641. # [23:55] * Joins: chrisccoulson (chr1s@moz-6A3A134E.cust-13020.ip.static.uno.uk.net)
  3642. # [23:55] <philor> anyway, since Windows xpcshell is not optional, I'm closing m-c too
  3643. # [23:55] <bjacob> philor: am i the cause for the tree closure?
  3644. # [23:55] <sid0> philor: uh sorry, there's a fix i really wanted on inbound
  3645. # [23:55] <mbrubeck> bjacob: Well, one of the 4+ reasons. :/
  3646. # [23:56] * Quits: Enn (enn@moz-A875DFED.cpe.net.cable.rogers.com) (Ping timeout)
  3647. # [23:56] <mbrubeck> philor, RyanVM: I could double-land that backout on m-c
  3648. # [23:56] <bjacob> mbrubeck: ok, "cool"
  3649. # [23:56] <philor> assuming treestatus will load
  3650. # [23:56] <RyanVM> mbrubeck: don't worry about it
  3651. # [23:56] * Quits: jorendorff (jorendorff@moz-FAB36621.hsd1.tn.comcast.net) (Quit: Eaten by grue.)
  3652. # [23:57] <RyanVM> and we can close m-c in the mean time, I guess
  3653. # [23:57] * Quits: jfkthame (jfkthame@D4B4F59A.A1C12133.9542EC20.IP) (Quit: jfkthame)
  3654. # [23:57] <philor> m-c is closed
  3655. # [23:57] * Quits: tonymec (tonymec@18002E1F.22F97D48.277517C1.IP) (Ping timeout)
  3656. # [23:57] <philor> mbrubeck: that'd be cool
  3657. # [23:58] <philor> sid0: no worries
  3658. # [23:58] <bnicholson> is there anyone familiar with printing reftests that could help figure out why i'm getting failures?
  3659. # [23:58] <RyanVM> philor: I'm a fan of public walk of shame :P
  3660. # [23:58] * Quits: tonymec|away (tonymec@18002E1F.22F97D48.277517C1.IP) (Ping timeout)
  3661. # [23:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c95b9d40a173 - Matt Brubeck - Back out 156eaa94f73c (bug 782786) and 05d1a3fba90b (bug 777028) for frequent Linux reftest failures on a CLOSED TREE
  3662. # [23:58] <@dolske> days like today are why we <3 our permasheriffs.
  3663. # [23:58] * Quits: dao (dao@moz-193590AA.superkabel.de) (Quit: Leaving.)
  3664. # [23:58] <bjacob> +1 for each permasheriff
  3665. # [23:59] <@dolske> "what? I'm sheriff today for the first time in a month? and the tree's been burning since 3am PT? Uhh."
  3666. # Session Close: Fri Aug 24 00:00:00 2012

The end :)