/irc-logs / mozilla / #developers / 2014-02-06 / end

Options:

  1. # Session Start: Thu Feb 06 00:00:01 2014
  2. # Session Ident: #developers
  3. # [00:00] <@smaug> mccr8: vlad: bug filed?
  4. # [00:00] * Quits: mwobensmith (mwobensmit@moz-123D199D.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  5. # [00:00] <vlad> no; I don't really know what to file
  6. # [00:00] <mccr8> nope, I just assume it was a fluke
  7. # [00:00] * Quits: emtwo (msamuel@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  8. # [00:00] * Joins: ejpbruel_ (ejpbruel@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  9. # [00:00] <vlad> though I'm pretty sure similar bugs already exist
  10. # [00:00] <mccr8> I had my router turned off when I first started up the machine this morning, then I turned it on, so maybe that's relate somehow...
  11. # [00:00] * Fallen|away is now known as Fallen
  12. # [00:01] * philor is now known as philor|away
  13. # [00:01] <vlad> I could probably attach a debugger and see if there are any blocked necko threads
  14. # [00:01] <@smaug> jduell: ^
  15. # [00:01] * geekboy is now known as geekboy|afk
  16. # [00:02] <mayhemer> vlad: nspr log with nsHttp:5 would be good to have
  17. # [00:02] <jfkthame> Mossop, ping?
  18. # [00:02] <mayhemer> vlad: (for now we have nothing better...)
  19. # [00:02] <Mossop> jfkthame: pong
  20. # [00:02] <jfkthame> mossop, it appears to be a font bug...
  21. # [00:03] <jfkthame> specifically, the 'descent' value in the <hhea> table is positive, when it should be negative
  22. # [00:03] <jfkthame> whether an application is affected will depend whether it uses those metrics or the alternative ones in the <OS/2> table (which are correctly signed)
  23. # [00:03] <jduell> vlad: attaching a debugger could be useful, esp if :mcmanus is around to help (he's not right now). But :mayhemer might be of help
  24. # [00:04] <jduell> vlad: it sounds like you're hit our "lame-network" state, which I haven't actually had many new reports on recently
  25. # [00:04] <jduell> "good" to know it's still happening
  26. # [00:04] <Mossop> jfkthame: Interesting, ok. Thanks very much, I can pass that back to them and maybe they can get the font fixed
  27. # [00:04] <vlad> jduell: yeah, I remember the lame-network state :/
  28. # [00:05] <jfkthame> mossop, afaics the opentype documentation is not explicit about the sign of these, but examining other fonts confirms that both ascent and descent are measured in positive-upwards coordinates, so a descent value will normally be negative
  29. # [00:05] <vlad> that's why I was pretty sure that I saw bugs on it before.. maybe even filed some :)
  30. # [00:05] * Joins: Hughman (Mibbit@moz-518025CC.lnk.telstra.net)
  31. # [00:05] * Joins: ddahl (ddahl@F3C5A0F1.F4A2F9DE.84F2893D.IP)
  32. # [00:05] <jduell> vlad: you can also try this: Go to about:config and find the network.http.diagnostics pref. Open JS console and clear it. The flip pref from false to true
  33. # [00:05] <jduell> makes a crude dump of http connection manager show up on the console
  34. # [00:05] <jfkthame> mossop, i'm pretty sure i've seen similar bugs occasionally in the past, so probably some tools or foundries made a wrong assumption, and it only shows up in certain contexts (that they aren't testing)
  35. # [00:06] <mayhemer> jduell: vlad: yes, I forgot about that!
  36. # [00:06] <jfkthame> mossop, it's possible we could add some heuristics to detect an "unlikely" value and pick a different one - as fonts contain multiple, potentially-conflicting metrics fields :(
  37. # [00:06] <jduell> The interesting stat is whether you've hit the 256 connection limit and all those connections are somehow wedged (like your home router has forgotten the internal/external TCP connections and never sent a RST)
  38. # [00:06] <vlad> jduell: absolutely no output in the console
  39. # [00:06] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  40. # [00:07] <mayhemer> vlad: you have to flip the pref (off and on)
  41. # [00:07] <jduell> vlad: that's.. suprising. You toggled the pref?
  42. # [00:07] <vlad> I flipped the pref
  43. # [00:07] <jduell> vlad: hello bitrot
  44. # [00:07] <vlad> I saw *some* output right after I flipped it
  45. # [00:07] <vlad> then I cleared
  46. # [00:07] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  47. # [00:07] <vlad> as soon as I flip it I get a dump
  48. # [00:07] <mayhemer> vlad: it's under JS
  49. # [00:08] <vlad> oh I see
  50. # [00:08] <vlad> active conns is 1, idle conns is 1, max socket count is 542
  51. # [00:08] <Mossop> jfkthame: I'm guessing it only becomes a problem in text entry fields which is probably a rare case
  52. # [00:08] <mayhemer> vlad: similar to mine
  53. # [00:08] <vlad> I have an outstanding request to google.com that's spinning and one to microsoft.com that's spinning
  54. # [00:09] <jduell> vlad: hmm. And you can't load new tabs or refresh existing ones, despite other browsers being able to?
  55. # [00:09] <vlad> to those sites
  56. # [00:09] <vlad> I can load other sites fine
  57. # [00:09] <jfkthame> Mossop, it results in less-than-ideal behavior with general text selection, too, if you use the font in regular html content
  58. # [00:09] <jduell> Oh--that sounds like a new bug maybe
  59. # [00:09] <jfkthame> Mossop, but yeah, people might not notice that so readily
  60. # [00:09] <jduell> vlad: if you can keep the process in the debugger until mcmanus can go over it with you, that would be the bestest.
  61. # [00:10] <vlad> I can avoid restarting :)
  62. # [00:11] <bkero> dholbert: typically that is caused by consistency problems between hosts (we believe stemming from NFS). There have been similar reports on other repositories. All are fixed automatically given a bit of time. Bug 937732 should alleviate the problem.
  63. # [00:11] <jduell> vlad: keeping it on ice in gdb would be even better, but I understand the inconvenience.
  64. # [00:11] <dholbert> bkero, ok, cool
  65. # [00:11] * rail is now known as rail_away
  66. # [00:11] <glandium> ehsan: i'd suggest to file a bug to get screenshots on failures during make package
  67. # [00:11] <Mossop> jfkthame: Well maybe these guys will pass this back to whoever created it and we can get some fonts fixed
  68. # [00:11] * Quits: bjacob (bjacob@moz-BCF7D710.cpe.net.cable.rogers.com) (Ping timeout)
  69. # [00:11] <jduell> mayhemer: is there anything you can think of that vlad should check for in the debugger while we've got this live?
  70. # [00:11] <@ehsan> glandium: good idea!
  71. # [00:12] <jfkthame> Mossop, that'd be great - go for it
  72. # [00:12] * Quits: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  73. # [00:12] <@ehsan> glandium: any idea which component?
  74. # [00:12] <glandium> ehsan: good question... releng general automation?
  75. # [00:12] <@ehsan> ok thanks
  76. # [00:12] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  77. # [00:12] <jduell> vlad: wireshark and/or info on whether your OS thinks you're connected to google/microsoft would be interesting too
  78. # [00:13] * Quits: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro) (Ping timeout)
  79. # [00:13] <briansmith> I remember at one point there was some limitation of FAIL_ON_WARNINGS on Windows. Does FAIL_ON_WARNINGS actually fail on warnings on Windows now by default, or are there additional things tha need to be done.
  80. # [00:13] <briansmith> dholbert: ^
  81. # [00:13] <mayhemer> jduell: thinking...
  82. # [00:14] <@dolske> mrbkap: le pong
  83. # [00:14] <mayhemer> jduell: still, the nspr log would be good, but it could be LARGE
  84. # [00:14] <mrbkap> dolske: salut ! :P
  85. # [00:14] <dholbert> briansmith, see https://bugzilla.mozilla.org/show_bug.cgi?id=968363#c4
  86. # [00:14] <mayhemer> jduell: wish backtrack was already in :((
  87. # [00:14] <mrbkap> dolske: Hey, is there a browser in child processes in e10s?
  88. # [00:14] <mrbkap> dolske: or does the browser live in the parent?
  89. # [00:14] <dholbert> briansmith, basically: "yes", as much as any other platform. (you still have to opt into it in your mozconfig, though)
  90. # [00:14] <mrbkap> dolske: I was wondering if tab-modal prompts could be done entirely in the child.
  91. # [00:14] <jduell> mayhemer: well, vlad can't get the NSPR log unless he restarts, which mean the issue will probably be gone
  92. # [00:14] <@dolske> mrbkap: uhhh
  93. # [00:15] <briansmith> dholbert: I missed that comment. Thanks for the clear explanation.
  94. # [00:15] <dholbert> briansmith, np
  95. # [00:15] <@smaug> mrbkap: there is no browser
  96. # [00:15] <@smaug> mrbkap: if you mean <browser>
  97. # [00:15] <mayhemer> vlad, jduell: ah, ok, then please check by external program (depens on the platform)
  98. # [00:15] <mayhemer> vlad: how many connections fx keeps open
  99. # [00:15] <mrbkap> smaug: yeah.
  100. # [00:15] <mrbkap> smaug: I just realized that was the flaw in my otherwise great plan :/
  101. # [00:15] <mayhemer> vlad: on win it's netstat, I think on linux as well
  102. # [00:15] <@dolske> mrbkap: well, I'm not sure about the former. but for prompts, I was assuming we'd want to have the UI in the parent, but spin the event loop in the child.
  103. # [00:16] <mayhemer> vlad: then you can turn on wireshark and let it capture on port 80 and 443 only
  104. # [00:16] <@dolske> which would require making some changes to the current prompt code, to add the notion of async prompts.
  105. # [00:16] <mrbkap> dolske: Does it matter that much if the UI is in the parent?
  106. # [00:16] <mayhemer> vlad: or 80, if you see the problem with unencrypted pages only
  107. # [00:16] <@smaug> eventually we don't want to spin the event loop in the child
  108. # [00:16] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  109. # [00:16] * philor|away is now known as philor
  110. # [00:16] <glandium> ehsan: that being said, it could be a ldflags ordering problem
  111. # [00:16] <mrbkap> dolske: I was going to take evilpie's patch in bug 899648 as a base.
  112. # [00:16] <vlad> trying with the microsoft msdn link
  113. # [00:16] * Joins: rniwa_ (rniwa@DBC3D095.CC3DF958.1782B2F3.IP)
  114. # [00:17] <jduell> vlad: linux is "netstat -t" (TCP only)
  115. # [00:17] <mrbkap> dolske: I was mostly wondering if it was possible to do something much simpler.
  116. # [00:17] <@ehsan> hmm
  117. # [00:17] <@ehsan> glandium: let me check that
  118. # [00:17] <@dolske> mrbkap: hmmm, not super sure. for tab-modal http auth we'd probably not want it in the child on principle, but I don't have a strong argument either way.
  119. # [00:17] <@dolske> smaug: why would you rather spin in the parent?
  120. # [00:18] <@smaug> parent does spin the event loop anyway
  121. # [00:18] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  122. # [00:18] <glandium> ehsan: btw, you're not remove delayimp in toolkit/mozapps/update/updater/Makefile.in
  123. # [00:18] <@smaug> alert() shouldn't spin even loop in the child, since alert() is sync call
  124. # [00:18] * Quits: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  125. # [00:18] <@dolske> currently, sure, but seems like putting that in the child would help with problems arising from nested event loops.
  126. # [00:18] <@smaug> it is a bug in current FF that alert() does spin event loop
  127. # [00:18] <vlad> jduell: mayhemer: yup, I see an estiablished connection to msdn.microsoft.com
  128. # [00:19] <@smaug> and we can't fix that bug without e10s
  129. # [00:19] <vlad> port 80
  130. # [00:19] <mrbkap> smaug: do sites not depend on that?
  131. # [00:19] <@ehsan> glandium: oops, will fix it locally
  132. # [00:19] <@smaug> well, at least not easily
  133. # [00:19] <vlad> and firefox is still spinning, no load is happening
  134. # [00:19] <mrbkap> smaug: (us spinning the event loop, I mean)
  135. # [00:19] <vlad> now it's down to TIME_WAIT; we're still spinning in the browser
  136. # [00:19] <vlad> presumably the remote end closed it
  137. # [00:19] <@smaug> mrbkap: no. It is all the same. sync XHR, alert etc where we spin event loop when we shouldn't. And we have bugs open about it
  138. # [00:20] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  139. # [00:20] <@smaug> mrbkap: but perfectly fine to implement the first alert etc handling so that we spin event loop in child
  140. # [00:20] <mayhemer> vlad: the total limit per host is some 6 conns, total limit is much more, if you see just few conns, then it's something else then a limit hit
  141. # [00:20] * Joins: ekr (ekr@moz-7B0110AD.mv.mozilla.com)
  142. # [00:20] * khuey|away is now known as khuey
  143. # [00:20] <@smaug> (and of course also in the parent)
  144. # [00:20] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  145. # [00:20] <vlad> just a few conns; we're actually making the connection
  146. # [00:20] <vlad> just a few = 1 connection
  147. # [00:20] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  148. # [00:20] <vlad> (the one that I tried to make)
  149. # [00:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/54c21f290a8d - Wes Kocher - Backed out changeset a246bbc0c61c (bug 941158) for marionette bustage
  150. # [00:21] <mayhemer> vlad: http://ssfnet.org/Exchange/tcp/Graphics/tcpStateDiagram1.gif - cleary already closed (gracefully) connection
  151. # [00:21] <mayhemer> vlad: I think wireshark could say more
  152. # [00:21] <mayhemer> vlad: any special prefs or extensinos?
  153. # [00:22] <vlad> nope
  154. # [00:22] <mayhemer> vlad: new cache?
  155. # [00:22] <vlad> not unless it's turned on by default
  156. # [00:22] <vlad> (nightly)
  157. # [00:22] <jduell> vlad: I'll be curious to know if you can finally load msdn once the socket finally gets out of TIME_WAIT
  158. # [00:22] <mayhemer> vlad: no, but soon (day or two) will be
  159. # [00:22] <mayhemer> vlad: temporarily
  160. # [00:23] <mayhemer> vlad: please use wireshark
  161. # [00:23] <mayhemer> vlad: it will say what happens I think
  162. # [00:23] <jduell> I suspect wireshark will show no traffic at this point. But couldn't hurt
  163. # [00:24] <jduell> Would have been lovely to see what it could have said over the whole TCP socket. And would be interesting to know what state the socket transport thread thinks the socket is in
  164. # [00:24] * Joins: Alfredo (alfredoyan@moz-29CD996.dynamic-ip.hinet.net)
  165. # [00:24] * Joins: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP)
  166. # [00:24] <mayhemer> jduell: at this point it will show nothing
  167. # [00:24] * Callek is now known as Callek_disconnected
  168. # [00:24] <mayhemer> vlad: can you reproduce it?
  169. # [00:25] <mayhemer> vlad: I assume not, you are just seeing a long time, right?
  170. # [00:25] * Quits: jviereck (Adium@moz-56DDD13.dip0.t-ipconnect.de) (Quit: Leaving.)
  171. # [00:25] <jduell> vlad: mayhemer: also note the TIME_WAIT happens to the side of the connection that closes first, so that's us
  172. # [00:25] * Quits: Alfredo (alfredoyan@moz-29CD996.dynamic-ip.hinet.net) (Quit: Alfredo)
  173. # [00:25] * Quits: vladan (pi@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  174. # [00:26] * Joins: ekr_ (ekr@moz-25329ED1.mycingular.net)
  175. # [00:26] * Quits: mixedpuppy (mixedpuppy@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: mixedpuppy)
  176. # [00:26] * Quits: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP) (Ping timeout)
  177. # [00:26] <vlad> mayhemer: I can reproduce it at will
  178. # [00:26] * geekboy|afk is now known as geekboy
  179. # [00:26] <vlad> mayhemer: but maybe not necessarily on a new browser
  180. # [00:26] <vlad> let me install wireshark
  181. # [00:27] * Joins: billm (billm@moz-BBE3ABD.mv.mozilla.com)
  182. # [00:27] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  183. # [00:28] <briansmith> jedp: ping
  184. # [00:28] * Joins: lpy (lpy@FA66696A.6C1907BC.E99F7FDB.IP)
  185. # [00:28] <mayhemer> vlad: it's not an https connection I assume?
  186. # [00:28] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  187. # [00:28] * Joins: mixedpuppy (mixedpuppy@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  188. # [00:29] * Quits: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP) (Quit: givanica)
  189. # [00:30] <jedp> briansmith hey! otp - can i find you in 15 mins or so?
  190. # [00:30] <briansmith> jedp: sure
  191. # [00:30] * Quits: lpy (lpy@FA66696A.6C1907BC.E99F7FDB.IP) (Ping timeout)
  192. # [00:30] * Quits: arnaud_bienner (arno@moz-A1109EC1.dsl.sta.abo.bbox.fr) (Quit: Ex-Chat)
  193. # [00:31] * Joins: brendan (brendaneic@8DFE0F5E.F1D38B1F.1D6E592A.IP)
  194. # [00:32] * Quits: ekr_ (ekr@moz-25329ED1.mycingular.net) (Quit: Colloquy for iPhone - http://colloquy.mobi)
  195. # [00:32] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  196. # [00:32] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  197. # [00:32] * Quits: jimm (jmathies@moz-DF439B90.pn.at.cox.net) (Quit: )
  198. # [00:32] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  199. # [00:33] * KWierso|sheriffduty is now known as KWierso|brb
  200. # [00:34] * coop is now known as coop|afk
  201. # [00:35] <vlad> mayhemer: nope, just http
  202. # [00:35] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  203. # [00:35] <vlad> nothing interesting in wireshark
  204. # [00:36] * seth wonders why so many documents loaded in nsDocShell:DoURILoad just have garbage for a URI
  205. # [00:36] <vlad> by which I mean, no data is being sent
  206. # [00:36] <vlad> hmmmm
  207. # [00:37] <vlad> we seem to immediately close the connection actually
  208. # [00:38] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  209. # [00:38] <jduell> vlad: this is after you've restarted the browser?
  210. # [00:38] * Joins: JosiahOn1 (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  211. # [00:38] * JosiahOn1 is now known as JosiahONe
  212. # [00:39] * JosiahONe is now known as JosiahOne
  213. # [00:39] <vlad> hastebin.com/yisikejefe
  214. # [00:39] <vlad> no, this is in my currently broken state
  215. # [00:39] * Quits: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  216. # [00:39] <vlad> but I run a capture, nothing shows up
  217. # [00:39] <vlad> then I pate in the URL and hit enter
  218. # [00:39] <vlad> and this is all that shows up
  219. # [00:39] <vlad> basically we create and open the connection
  220. # [00:39] * Joins: twi (Adium@moz-9FF4CB47.nsw.adsl.internode.on.net)
  221. # [00:39] <vlad> and then it looks like we close it a few seconds after
  222. # [00:39] <vlad> 5s exactly
  223. # [00:40] * Quits: Archaeopteryx (itsme@moz-3416F329.cust.telecolumbus.net) (Quit: Goodbye)
  224. # [00:40] <mayhemer> vlad: 5 magic secs
  225. # [00:40] * Joins: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP)
  226. # [00:40] <vlad> I have an "atheros killer nic" in this laptop
  227. # [00:40] <vlad> TCP no delay is disabled
  228. # [00:40] <mayhemer> vlad: I think it's preconnected connection
  229. # [00:41] <vlad> and ack frequency is set to 2
  230. # [00:41] * Quits: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP) (Quit: givanica)
  231. # [00:41] <mayhemer> vlad: can you please try again, with a clear log in wireshark and then save and share the PCAP log from it?
  232. # [00:41] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  233. # [00:42] <jduell> we speculatively open connections all the time (for basically every channel, while we check the cache). We close those after 5 sec IIRC. The mystery is why it never gets used
  234. # [00:42] <vlad> that is a clear log in wireshark :/
  235. # [00:42] <mayhemer> vlad: but the PCAP file (you just do File/Save)
  236. # [00:42] <vlad> I can give you the pcap but there's no data on these, so I don't think you'll see anything else, no?
  237. # [00:42] <mayhemer> vlad: I think I could
  238. # [00:43] * Quits: lmandel_ (lmandel@moz-BBE3ABD.mv.mozilla.com) (Quit: )
  239. # [00:43] <vlad> sure, here: http://people.mozilla.com/~vladimir/misc/broken.pcap
  240. # [00:43] * Joins: lmandel (lmandel@moz-BBE3ABD.mv.mozilla.com)
  241. # [00:44] <vlad> note that throughout all of this, the throbber in firefox keeps spinning
  242. # [00:44] <vlad> like it still thinks the connection is being made/ongoing
  243. # [00:44] <jduell> mayhemer: since we've got reproducible behavior here, can we do a sort of binary search in the code steps to see where things are going wrong?
  244. # [00:44] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/94dd775ce698 - Brian Smith - Bug 921888: Fix nullptr workaround to work with clang, r=cviecco
  245. # [00:44] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  246. # [00:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/11e18c0062fe - Brian Smith - Bug 921889: Add minimal std::bind/ref/cref polyfill to insanity::pkix, r=keeler
  247. # [00:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/62bc350bf158 - Brian Smith - Bug 921891, Part 1: Add insanity::pkix::Result and insanity::pkix::TrustDomain, r=keeler, r=cviecco
  248. # [00:44] * Joins: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net)
  249. # [00:45] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/52194466b166 - Brian Smith - Bug 921887: Add minimal DER decoder to insanity::pkix, r=keeler
  250. # [00:45] <jduell> I don't know the HTTP connection code super-well, but I can try to fumble through it a bit if vlad's up for it
  251. # [00:45] <mayhemer> jduell: can you be more clear?
  252. # [00:45] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fbc2aa4d5f78 - Brian Smith - Bug 921890: Add key extraction and signature verification to insanity::pkix, r=keeler, r=cviecco
  253. # [00:45] <vlad> well, I don't have source
  254. # [00:45] <vlad> setting up source debugging would be difficult
  255. # [00:45] <jduell> vlad: ah, right
  256. # [00:45] <jduell> meh
  257. # [00:45] <mayhemer> jduell: I think this is a cache problem...
  258. # [00:45] <mayhemer> jduell: speculative connection is never used
  259. # [00:45] <jduell> mayhemer: so cache thought it had resource but then neither delivered it nor reported an error?
  260. # [00:45] <jduell> could be
  261. # [00:46] <mayhemer> jduell: when we go from cache, we don't create a transaction
  262. # [00:46] * baku is now known as baku|away
  263. # [00:46] <mayhemer> jduell: something like that
  264. # [00:46] <mayhemer> jduell: that is one theory
  265. # [00:46] <vlad> should I clear cache?
  266. # [00:46] <vlad> and see if that fixes things?
  267. # [00:46] <mayhemer> jduell: other is that the transaction never gets dispatched
  268. # [00:46] <mayhemer> vlad: no!
  269. # [00:46] <jduell> vlad: no, that'd just keep us in mystery-land
  270. # [00:46] <mayhemer> vlad: :)
  271. # [00:46] <vlad> not doing it!
  272. # [00:46] <vlad> heh
  273. # [00:46] * Quits: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net) (Ping timeout)
  274. # [00:46] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  275. # [00:47] * Fallen is now known as Fallen|away
  276. # [00:47] * Joins: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP)
  277. # [00:47] <jduell> mayhemer: without an NSPR log or a debugger I don't see how we figure anything out here.
  278. # [00:47] <mayhemer> vlad: an idea:
  279. # [00:48] <jduell> We could try going to the same URI to see what sort of hash it generates, so we can see what that file looks like on vlad's box
  280. # [00:48] <mayhemer> vlad: prepare your self a window with about:config and the diagnostic pref
  281. # [00:48] <mayhemer> vlad: then do your test case
  282. # [00:48] <mayhemer> vlad: and in those 5 secs after you start loading the page (before the conn actually closes)
  283. # [00:49] <mayhemer> vlad: flip the pref to get the diagnostic log
  284. # [00:49] * Parts: log (vladan@13F2CEC5.7672369.D8E68FF6.IP)
  285. # [00:49] <mayhemer> vlad: jduell: let's check if there is a transaction waiting
  286. # [00:49] <vlad> so
  287. # [00:49] <vlad> during that brief period, numIdleConns went to 3
  288. # [00:49] <vlad> but I can't see the info for the third con, because the output gets truncated
  289. # [00:50] * philor is now known as philor|away
  290. # [00:50] <vlad> halfway through the info for the second conn
  291. # [00:50] <mayhemer> vlad: there should be ... at the bottom
  292. # [00:50] <vlad> nope
  293. # [00:50] <mayhemer> vlad: I'm interested in transactions more then connections
  294. # [00:50] <vlad> the string is just cut off
  295. # [00:50] <mayhemer> vlad: :(((
  296. # [00:50] <vlad> where do I see transactions?
  297. # [00:50] <mayhemer> vlad: bellow connections :/
  298. # [00:51] * Quits: tantek (tantek@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: tantek)
  299. # [00:51] <vlad> yup, don't get there
  300. # [00:51] <vlad> you guys should look at the code and see if this gets cut off somewhere there
  301. # [00:51] <vlad> or if it's the console that's doing it
  302. # [00:51] <vlad> so I have numIdleConns = 0, numActiveConns = 1
  303. # [00:52] <vlad> the first one is mail-attachment.googleusercontent.com and the second is ssl.bing.com
  304. # [00:52] <vlad> but I have closed all my google/gmail tabs, and my bing tab
  305. # [00:52] * kats is now known as kats|away
  306. # [00:52] <mayhemer> vlad: hm... there are no transactions... something has changed since the last time I've been working with this diagnostic thing
  307. # [00:52] <vlad> will these things go away? or are they just premanently going to stay in the list?
  308. # [00:52] <vlad> well whatever is getting cut off
  309. # [00:52] <vlad> like I get content get cut off at "pip" for one of the "pipeline per class penalty" lines
  310. # [00:53] <vlad> (also this is incredibly verbose :p)
  311. # [00:53] <mayhemer> vlad: you mean the console in general?
  312. # [00:53] <vlad> I mean this string in the console
  313. # [00:53] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  314. # [00:53] * jcranmer|away is now known as jcranmer
  315. # [00:53] <mayhemer> vlad: it clears out
  316. # [00:53] <mayhemer> vlad: it says just nonsense on my local machine too... it's useless :((((
  317. # [00:54] * Fallen|away is now known as Fallen
  318. # [00:56] * jlund is now known as jlund|buildduty
  319. # [00:56] <vlad> so it's truncated somewhre and otherwise.. not useful
  320. # [00:56] <vlad> okay
  321. # [00:57] <vlad> so I closed a bunch of tabs
  322. # [00:57] * Quits: tonymec|away (tonymec@5588409.8CFE30CE.A9371869.IP) (Ping timeout)
  323. # [00:57] <vlad> that weren't fully loaded -- they were all in the post-session-restore not-loaded-until-you-click on them state
  324. # [00:57] <vlad> and I was just hitting control-W which started loading the next-shown one and then I closed it
  325. # [00:57] <vlad> did that for 5-6 tabs
  326. # [00:57] <vlad> and now everything works
  327. # [00:58] * Quits: tonymec (tonymec@5588409.8CFE30CE.A9371869.IP) (Ping timeout)
  328. # [00:58] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  329. # [00:58] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  330. # [00:59] * jorendorff is now known as jorendorff_away
  331. # [01:00] * Quits: smontagu (chatzilla@moz-FA852C17.as13285.net) (Ping timeout)
  332. # [01:01] <ejpbruel_> khuey: ping
  333. # [01:01] * Quits: rniwa (rniwa@2F1198C7.69843429.31C09D93.IP) (Quit: rniwa)
  334. # [01:01] * rniwa_ is now known as rniwa
  335. # [01:01] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/5b444ebea175 - ffxbld - Automated checkin: version bump for firefox 28.0b1 release. DONTBUILD CLOSED TREE a=release
  336. # [01:02] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/8e9ff916bbea - ffxbld - Added FIREFOX_28_0b1_RELEASE FIREFOX_28_0b1_BUILD2 tag(s) for changeset 5b444ebea175. DONTBUILD CLOSED TREE a=release
  337. # [01:02] <mayhemer> vlad: blin... so we'll never know what it was
  338. # [01:02] <mayhemer> vlad: true is that I sometime hitting this too
  339. # [01:02] * Quits: ddahl (ddahl@F3C5A0F1.F4A2F9DE.84F2893D.IP) (Input/output error)
  340. # [01:02] * Joins: tonymec|away (tonymec@5588409.8CFE30CE.A9371869.IP)
  341. # [01:02] <mayhemer> vlad: but I don't have ways (are in development!) to figure such cases out
  342. # [01:03] * Joins: tonymec (tonymec@5588409.8CFE30CE.A9371869.IP)
  343. # [01:03] * Joins: diana (diana@717807D9.ECD7414.B72DC095.IP)
  344. # [01:03] * Joins: rniwa_ (rniwa@2F1198C7.69843429.31C09D93.IP)
  345. # [01:04] * Joins: smontagu (chatzilla@moz-FA852C17.as13285.net)
  346. # [01:04] * philor|away is now known as philor
  347. # [01:05] * geekboy is now known as geekboy|afk
  348. # [01:06] * whimboo is now known as whimboo|afk
  349. # [01:06] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  350. # [01:06] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  351. # [01:06] <jduell> vlad: We have failed to achieve Enlightenment. Thanks for trying!
  352. # [01:06] * Quits: gabor_ (gabor@5ED9E6DA.CB3251F2.284344F5.IP) (Ping timeout)
  353. # [01:06] * Quits: mccr8 (mccr8@moz-4A512D88.dsl.dynamic.sonic.net) (Quit: )
  354. # [01:07] * Quits: diana (diana@717807D9.ECD7414.B72DC095.IP) (Quit: Konversation terminated!)
  355. # [01:07] * nthomas is now known as nthomas|away
  356. # [01:07] * Quits: tonymec|away (tonymec@5588409.8CFE30CE.A9371869.IP) (Ping timeout)
  357. # [01:08] * Quits: mixedpuppy (mixedpuppy@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: mixedpuppy)
  358. # [01:08] <vlad> Well I seem to hit it pretty often
  359. # [01:08] <vlad> and I think the session restore state is part of the cause
  360. # [01:09] <vlad> so if I see it again I'll try to capture some more data
  361. # [01:09] <khuey> ejpbruel_: pong
  362. # [01:10] * Joins: tonymec|away (tonymec@5588409.8CFE30CE.A9371869.IP)
  363. # [01:11] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  364. # [01:12] * Joins: grobinson|laptop (grob_@729C79DF.830BDD38.1957C0DA.IP)
  365. # [01:12] <ejpbruel_> khuey: hey, two quick questions
  366. # [01:12] <ejpbruel_> khuey: you explained in your talk how we can use swapping to move COM pointers between thread
  367. # [01:13] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f76c2e37823d - Ben Kelly - Bug 960873: Part 5: Make gstreamer use AudioCompactor. r=cpearce
  368. # [01:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/41ddd2fd2031 - Ben Kelly - Bug 960873: Part 2: Create AudioCompactor class to minimize allocation slop. r=cpearce
  369. # [01:13] <khuey> ejpbruel_: yes
  370. # [01:13] <ejpbruel_> khuey: so i was wondering if the swap in DisableMemoryReporter was just a style choice, or if there is a reason behind it
  371. # [01:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/703bf8e7c111 - Ben Kelly - Bug 960873: Part 3: AudioCompactor gtest unit tests. r=cpearce
  372. # [01:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/daa1d43152d7 - Ben Kelly - Bug 960873: Part 7: Reduce apple mp3 MAX_AUDIO_FRAMES to minimize alloc slop. r=cpearce
  373. # [01:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/610a841538e8 - Ben Kelly - Bug 960873: Part 4: Make OMX use AudioCompactor. r=cpearce
  374. # [01:13] <ejpbruel_> khuey: because it seems to me like we could just null mMemoryReporter at the end
  375. # [01:13] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/66b4798ac58f - Ben Kelly - Bug 960873: Part 6: Make DirectShow use AudioCompactor. r=cpearce
  376. # [01:14] <bkelly> RyanVM: thanks for the merge back to mozilla-inbound! hope you get power back soon
  377. # [01:14] <RyanVM> bkelly: peco's claiming 11pm tonight :)
  378. # [01:14] <RyanVM> we shall see
  379. # [01:14] <khuey> ejpbruel_: it's just style I think
  380. # [01:14] <RyanVM> and yw :)
  381. # [01:14] <khuey> ejpbruel_: note that there's nothing cross-thread here
  382. # [01:15] <ejpbruel_> khuey: exactly, hence my question. i just wanted to confirm :)
  383. # [01:15] <ejpbruel_> khuey: one more question
  384. # [01:15] <ejpbruel_> khuey: we should be able to use the same mutex for MemoryReporter and WorkerDebugger, right?
  385. # [01:15] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  386. # [01:15] <ejpbruel_> as far as i can tell, they do not interfere
  387. # [01:15] <khuey> ejpbruel_: not only should you be able to, you must
  388. # [01:16] * Quits: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  389. # [01:16] <khuey> ejpbruel_: because that mutex is also the worker private's mutex
  390. # [01:16] <dholbert> Looks like https://hg.mozilla.org/integration/mozilla-inbound/rev/ec696ad6ff10 needs a backout for B2G bustage
  391. # [01:16] * Joins: diana (diana@717807D9.ECD7414.B72DC095.IP)
  392. # [01:16] * Joins: alfredo_desktop (alfredo@moz-99690620.hinet-ip.hinet.net)
  393. # [01:16] <jduell> vlad: try running with NSPR logging, so if you hit it again we'll at least have something. I.e this https://developer.mozilla.org/en-US/docs/Mozilla/Debugging/HTTP_logging
  394. # [01:16] <ejpbruel_> khuey: right, its shared between the reporter and the worker. but theres no technical reason we couldnt have a second shared mutex for the worker debugger, or is there?
  395. # [01:17] <dholbert> ("error: no matching function for call to 'ArrayLengthHelper(const<anonymous struct> [10])'"
  396. # [01:17] <jduell> vlad: but also include "cache:5"
  397. # [01:17] <ejpbruel_> it doesnt matter much since i wasnt going to do that anyway, but im curious
  398. # [01:17] <khuey> ejpbruel_: you want another SharedMutex, yes
  399. # [01:17] <khuey> but it's sharing the underlying mutex with the reporter and the worker private
  400. # [01:17] <ejpbruel_> khuey: right
  401. # [01:17] * Joins: Xaquseg (xaquseg@moz-D4633F43.pixelhunger.com)
  402. # [01:18] <ejpbruel_> then were on the same page
  403. # [01:18] <ejpbruel_> khuey: thats all i had, thanks :)
  404. # [01:18] <khuey> cool
  405. # [01:18] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  406. # [01:20] * Quits: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  407. # [01:20] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  408. # [01:20] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  409. # [01:20] * ewong|away is now known as ewong
  410. # [01:21] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  411. # [01:21] * jlund|buildduty is now known as jlund|brb
  412. # [01:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7d24d7dfbb53 - Wes Kocher - Backed out changeset ec696ad6ff10 (bug 963056) for build bustage on a CLOSED TREE
  413. # [01:24] * Joins: nattokirai (nattokirai@moz-C286AD9A.bitcat.net)
  414. # [01:24] <NeilAway> dholbert: what's the source line for that?
  415. # [01:25] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  416. # [01:25] <dholbert> NeilAway, it's the thing KWierso|brb just backed out
  417. # [01:25] <NeilAway> dholbert: no, I mean the source line
  418. # [01:25] <NeilAway> dholbert: not the macro
  419. # [01:25] * KWierso|brb is now known as KWierso|sheriffduty
  420. # [01:25] <dholbert> NeilAway, I don't have the log open anymore
  421. # [01:25] <NeilAway> dholbert: ah
  422. # [01:25] <dholbert> NeilAway, Look for red B2G builds on m-i TBPL to find it though
  423. # [01:26] <NeilAway> dholbert: anyway, I bet that worked before because the b2g compiler doesn't support constexpr and so it was using the sizeof()/sizeof([0]) trick instead
  424. # [01:26] <NeilAway> dholbert: which happens to work on an anonymous type
  425. # [01:26] * Quits: smontagu (chatzilla@moz-FA852C17.as13285.net) (Ping timeout)
  426. # [01:26] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  427. # [01:27] * Quits: twi (Adium@moz-9FF4CB47.nsw.adsl.internode.on.net) (Quit: Leaving.)
  428. # [01:27] <KWierso|sheriffduty> NeilAway: 16:02:54 ERROR - ../../../../../gecko/content/media/webaudio/blink/HRTFElevation.cpp:44: error: no matching function for call to 'ArrayLengthHelper(const<anonymous struct> [10])'
  429. # [01:28] * Joins: darkowlzz (sunny@261227C0.588F61DF.25B273F5.IP)
  430. # [01:28] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  431. # [01:29] * Joins: lpy (lpy@FA66696A.6C1907BC.E99F7FDB.IP)
  432. # [01:29] <NeilAway> dholbert: yeah, unnamed type at http://mxr.mozilla.org/comm-central/source/mozilla/content/media/webaudio/blink/IRC_Composite_C_R0195-incl.cpp#426
  433. # [01:29] <dholbert> NeilAway, cool. I'm just the messenger; probably better to update the bug :)
  434. # [01:30] * Callek_disconnected is now known as Callek
  435. # [01:31] * Quits: lpy (lpy@FA66696A.6C1907BC.E99F7FDB.IP) (Ping timeout)
  436. # [01:31] * Quits: darkowlzz (sunny@261227C0.588F61DF.25B273F5.IP) (Quit: This computer has gone to sleep)
  437. # [01:31] * Quits: Optimizer (Optimizer@1F8E8A4.D1A4E51E.BE4CF869.IP) (Ping timeout)
  438. # [01:32] * Quits: lmandel (lmandel@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  439. # [01:32] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  440. # [01:33] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  441. # [01:36] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  442. # [01:38] * IRCMonkey2047 is now known as stuart
  443. # [01:39] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  444. # [01:39] * Joins: lmandel (lmandel@moz-BBE3ABD.mv.mozilla.com)
  445. # [01:40] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/b532c1989306 - Robert O'Callahan - Bug 941873. Blocked AudioNodeStreams should not run processing. r=karl a=lsblakk
  446. # [01:40] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/de63d702095e - Karl Tomlinson - b=966636 rename resampling copy variables consistently and test remaining input better r=padenot a=abillings
  447. # [01:40] * Fallen is now known as Fallen|away
  448. # [01:40] <jwalden> die gcc 4.4 die die die
  449. # [01:41] <khuey> so say we all
  450. # [01:41] * Joins: bjacob (bjacob@moz-BCF7D710.cpe.net.cable.rogers.com)
  451. # [01:41] * Quits: brendan (brendaneic@8DFE0F5E.F1D38B1F.1D6E592A.IP) (Quit: brendan)
  452. # [01:43] * Quits: tonymec (tonymec@5588409.8CFE30CE.A9371869.IP) (Ping timeout)
  453. # [01:43] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  454. # [01:43] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Ping timeout)
  455. # [01:44] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Quit: Leaving)
  456. # [01:44] * Joins: tonymec (tonymec@5588409.8CFE30CE.A9371869.IP)
  457. # [01:45] * Joins: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP)
  458. # [01:45] * jlund|brb is now known as jlund|buildduty
  459. # [01:45] * Parts: ckerschb (ckerschb@moz-82777327.ics.uci.edu)
  460. # [01:45] * Joins: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net)
  461. # [01:46] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  462. # [01:47] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  463. # [01:47] * Quits: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  464. # [01:47] * Quits: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net) (Ping timeout)
  465. # [01:48] * Joins: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net)
  466. # [01:48] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  467. # [01:49] * Joins: ekr (ekr@moz-7B0110AD.mv.mozilla.com)
  468. # [01:50] * Joins: Optimizer (Optimizer@1F8E8A4.D1A4E51E.BE4CF869.IP)
  469. # [01:51] * Joins: bfrantz (blake@moz-13A23404.hsd1.wa.comcast.net)
  470. # [01:51] * nthomas|away is now known as nthomas
  471. # [01:51] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  472. # [01:52] * Quits: rniwa_ (rniwa@2F1198C7.69843429.31C09D93.IP) (Quit: rniwa_)
  473. # [01:54] <bfrantz> hi - can anyone point me to where ESR release notes live or if there is a bugzilla query or similar that will show me changes in given ESR releases?
  474. # [01:54] * Joins: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net)
  475. # [01:56] * retornam is now known as retornam|away
  476. # [01:56] * Quits: lduros (user@moz-D1C419E5.phlapa.fios.verizon.net) (Ping timeout)
  477. # [01:56] * Joins: ehugg (ehugg@moz-44D86B1E.cisco.com)
  478. # [01:56] <josh> Anyone know what the rules are for DeallocShmem? Should both parent and child sides call it, or one side calls it but both sides delete the Shmem object?
  479. # [01:56] * Joins: milan (milan@A20BA4E7.691E9493.4B2DF651.IP)
  480. # [01:57] * Quits: aklotz (Thunderbir@moz-36664323.cg.shawcable.net) (Quit: aklotz)
  481. # [01:58] * Fallen|away is now known as Fallen
  482. # [01:58] * bfrantz moves to #introduction :)
  483. # [01:58] * Parts: bfrantz (blake@moz-13A23404.hsd1.wa.comcast.net)
  484. # [01:59] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  485. # [02:00] * Quits: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net) (Quit: drno)
  486. # [02:00] * Joins: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  487. # [02:00] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  488. # [02:01] * mattwoodrow|away is now known as mattwoodrow
  489. # [02:01] * jchen is now known as jchen|away
  490. # [02:02] * Joins: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net)
  491. # [02:02] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  492. # [02:03] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  493. # [02:03] * Quits: erahm (Adium@125EF623.B2666F0E.66399531.IP) (Quit: Leaving.)
  494. # [02:05] * Fallen is now known as Fallen|away
  495. # [02:05] * Quits: milan (milan@A20BA4E7.691E9493.4B2DF651.IP) (Input/output error)
  496. # [02:05] * Quits: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Ping timeout)
  497. # [02:06] * Quits: AaronMT (AaronMT@moz-711CBAAA.cpe.net.cable.rogers.com) (Quit: Textual IRC Client: www.textualapp.com)
  498. # [02:06] * Quits: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net) (Quit: drno)
  499. # [02:06] * Quits: myk (myk@moz-BBE3ABD.mv.mozilla.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  500. # [02:06] <jimb> What's the magic for getting chrome 'dump' to work in a release build?
  501. # [02:07] <jimb> actually, ignore that; I've heard of Google
  502. # [02:07] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  503. # [02:07] <ttaubert> jimb: browser.dom.window.dump.enabled for next time
  504. # [02:07] * Parts: aja (Instantbir@67322088.783FD75.C36B37E4.IP)
  505. # [02:08] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  506. # [02:08] <jimb> ttaubert: thanks, just found it. Sorry for the noise.
  507. # [02:08] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  508. # [02:08] * Quits: mt (mt@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  509. # [02:08] <ttaubert> jimb: oh, I understood the "I've heard of Google" slightly wrong :)
  510. # [02:09] <ttaubert> more as "from". whatever
  511. # [02:09] <NeilAway> jimb: ITYM ask.mozilla.org ;-)
  512. # [02:09] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  513. # [02:11] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  514. # [02:12] <jimb> NeilAway: Yeah --- I answered something there today!
  515. # [02:12] * Joins: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net)
  516. # [02:12] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  517. # [02:13] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  518. # [02:13] <jimb> till: Okay. I can get dump output on a release build by setting browser.dom.window.dump.enabled
  519. # [02:14] <till> hum
  520. # [02:14] <jimb> and devtools.debugger.log
  521. # [02:14] <jimb> but I was fooled for a bit by forgetting -no-remote
  522. # [02:14] <till> ah, I'm an idiot and set them in separate profiles :(
  523. # [02:14] <jimb> till: did you remember '-no-remote -P foo'?
  524. # [02:14] <jimb> hahaha
  525. # [02:14] <jimb> we're such pros
  526. # [02:14] <till> :/
  527. # [02:17] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  528. # [02:17] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  529. # [02:18] * Joins: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  530. # [02:18] <heycam> is telemetry reported in try runs?
  531. # [02:22] * Quits: briansmith (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com) (Connection reset by peer)
  532. # [02:22] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  533. # [02:22] * Joins: briansmith (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com)
  534. # [02:23] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  535. # [02:23] * Quits: briansmith (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com) (Connection reset by peer)
  536. # [02:23] * Joins: briansmith (briansmith@moz-C07D5168.p2p.sfo1.mozilla.com)
  537. # [02:24] * Quits: RyanVM (Thunderbir@moz-7D43B378.edge.wcupa.net) (Quit: RyanVM)
  538. # [02:25] * nthomas is now known as nthomas|away
  539. # [02:26] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  540. # [02:28] <bjacob> ehsan: thanks for fixing my bugs
  541. # [02:28] <@ehsan> bjacob: any time :)
  542. # [02:29] <@ehsan> bjacob: I actually enjoyed writing that patch
  543. # [02:29] <@ehsan> feels good to write compilers after all these years ;)
  544. # [02:29] <khuey> ehsan: "thanks for the review" lol
  545. # [02:29] * Joins: lpy (lpy@FA66696A.6C1907BC.E99F7FDB.IP)
  546. # [02:29] <@ehsan> khuey: it wasn't sarcastic fwiw :)
  547. # [02:30] <@ehsan> it was an honest appreciation
  548. # [02:30] * ctalbert|mtg is now known as ctalbert|afk
  549. # [02:30] * Quits: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  550. # [02:30] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  551. # [02:31] <@ehsan> bjacob: if you know of any other similar generic bugs, send'em my way
  552. # [02:31] * Quits: micahg (micahg@moz-DEBA912.c3-0.arm-ubr1.chi-arm.il.cable.rcn.com) (Connection reset by peer)
  553. # [02:32] <bjacob> ehsan: will do
  554. # [02:32] * Quits: lpy (lpy@FA66696A.6C1907BC.E99F7FDB.IP) (Ping timeout)
  555. # [02:32] <@ehsan> (I started to watch Core::IPC fwiw)
  556. # [02:32] <@ehsan> all I need is more bugmail \o/
  557. # [02:32] * Joins: ericcc (echang@moz-99690620.hinet-ip.hinet.net)
  558. # [02:33] <sfink> I have some extra that you can have
  559. # [02:33] <froydnj> heycam: no
  560. # [02:33] <@ehsan> sfink: links?
  561. # [02:33] <heycam> froydnj, cool
  562. # [02:33] <sfink> to my mailbox?
  563. # [02:33] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  564. # [02:33] <heycam> froydnj, you may ignore my mail to you btw!
  565. # [02:33] <@ehsan> sfink: oh, thought you meant extra generic ipdl bugs ;)
  566. # [02:34] * till bets Freedom Fox will enable links to local mailboxes
  567. # [02:34] <@ehsan> sfink: but yeah why not, a link to your mailbox would be nice too ;)
  568. # [02:34] <@ehsan> gotta make some money man!
  569. # [02:34] <froydnj> heycam: I haven't even received mail from you, perhaps postini thinks you aren't important enough ;)
  570. # [02:34] <heycam> froydnj, oh, could be :)
  571. # [02:34] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  572. # [02:35] <heycam> (t was about telemetry stuff, but I got my answer on ask.m.o)
  573. # [02:35] * Quits: bajaj (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  574. # [02:36] <sfink> ERROR - The following files failed: 'setup.sh.gcc', gcc.tar.xz'
  575. # [02:36] <sfink> that's inventive list quoting
  576. # [02:36] * Quits: philor (philor@moz-638273A8.my-nick.name) (Ping timeout)
  577. # [02:37] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  578. # [02:37] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  579. # [02:38] * Joins: ahal (ahal@moz-723EF7F7.cpe.distributel.net)
  580. # [02:38] <sfink> sure enough:
  581. # [02:38] * Quits: ahal (ahal@moz-723EF7F7.cpe.distributel.net) (Input/output error)
  582. # [02:38] <sfink> log.error("The following files failed: '%s'" % "', ".join(failed_files))
  583. # [02:38] <sfink> tricksy
  584. # [02:38] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  585. # [02:39] * Quits: digitsm__ (digitsm@FFFBDB40.7726931A.C146C5E5.IP) (Ping timeout)
  586. # [02:40] * Joins: philor (philor@moz-638273A8.my-nick.name)
  587. # [02:40] <jgilbert> fun
  588. # [02:41] * Quits: espadrine (ttyl@moz-D8BE539E.w92-128.abo.wanadoo.fr) (Ping timeout)
  589. # [02:42] * Quits: miketaylr (mtaylor@moz-7B0110AD.mv.mozilla.com) (Quit: Linkinus - http://linkinus.com)
  590. # [02:42] * Joins: espadrine (ttyl@moz-D8BE539E.w92-128.abo.wanadoo.fr)
  591. # [02:42] * Joins: espadrine` (ttyl@moz-F55E139E.w92-128.abo.wanadoo.fr)
  592. # [02:43] * Joins: miketaylr (mtaylor@moz-7B0110AD.mv.mozilla.com)
  593. # [02:43] * Quits: espadrine (ttyl@moz-D8BE539E.w92-128.abo.wanadoo.fr) (Ping timeout)
  594. # [02:45] * jlund|buildduty is now known as jlund|afk
  595. # [02:45] * Joins: masayuki1 (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  596. # [02:46] * Joins: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net)
  597. # [02:47] * Quits: jedp (jedp@moz-8E6E760A.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  598. # [02:48] * Quits: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net) (Ping timeout)
  599. # [02:48] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  600. # [02:49] * Joins: emtwo (msamuel@moz-9C6DF40F.dsl.teksavvy.com)
  601. # [02:49] * Quits: bdahl (bdahl@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  602. # [02:50] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  603. # [02:50] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  604. # [02:50] * Joins: gabor_ (gabor@88A0F8B1.7155DD53.2326E556.IP)
  605. # [02:51] * Quits: janv (varga@B613191B.3EC5E826.4F33160D.IP) (Quit: This computer has gone to sleep)
  606. # [02:52] * Quits: lmandel (lmandel@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  607. # [02:53] * hwine is now known as hwine-food
  608. # [02:54] * Joins: mikeratcliffe (Adium@755D1F38.4788BC2C.7CCB197A.IP)
  609. # [02:54] * Joins: mwobensmith (mwobensmit@moz-123D199D.lightspeed.sntcca.sbcglobal.net)
  610. # [02:55] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  611. # [02:55] * Joins: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net)
  612. # [02:55] * Quits: ejpbruel_ (ejpbruel@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Ping timeout)
  613. # [02:56] * Quits: mikeratcliffe (Adium@755D1F38.4788BC2C.7CCB197A.IP) (Quit: Leaving.)
  614. # [02:56] * nsm is now known as nsm|away
  615. # [02:57] * Quits: robarnold (rob@moz-59F6B5.hfc.comcastbusiness.net) (Ping timeout)
  616. # [02:57] * Quits: billm (billm@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving)
  617. # [02:57] * philor is now known as philor|afk
  618. # [03:01] * Quits: jimb (user@125EF623.B2666F0E.66399531.IP) (Ping timeout)
  619. # [03:03] * Joins: robarnold (rob@moz-59F6B5.hfc.comcastbusiness.net)
  620. # [03:03] * Quits: ehugg (ehugg@moz-44D86B1E.cisco.com) (Quit: ehugg)
  621. # [03:03] * Quits: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Ping timeout)
  622. # [03:05] * Quits: bgrins (Adium@C7203E51.FBD8ACDB.20F09BA6.IP) (Quit: Leaving.)
  623. # [03:05] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  624. # [03:05] * Quits: Mook_as (mook@moz-1FCC0032.activestate.com) (Quit: Mook_as)
  625. # [03:05] * Parts: williecheong (Adium@moz-BBE3ABD.mv.mozilla.com)
  626. # [03:07] * Quits: Optimizer (Optimizer@1F8E8A4.D1A4E51E.BE4CF869.IP) (Ping timeout)
  627. # [03:07] <froydnj> hm, 3k pending jobs on try
  628. # [03:07] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  629. # [03:08] * Joins: atsai (uid23775@moz-31ABA2C0.irccloud.com)
  630. # [03:08] * Joins: Optimizer (Optimizer@1F8E8A4.D1A4E51E.BE4CF869.IP)
  631. # [03:09] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  632. # [03:09] * Joins: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net)
  633. # [03:10] * Quits: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net) (Client exited)
  634. # [03:10] * Quits: gabor_ (gabor@88A0F8B1.7155DD53.2326E556.IP) (Ping timeout)
  635. # [03:11] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Ping timeout)
  636. # [03:11] * Joins: sewardj_ (sewardj@moz-9EF70CC5.dip0.t-ipconnect.de)
  637. # [03:11] * Quits: mwobensmith (mwobensmit@moz-123D199D.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  638. # [03:12] * nthomas|away is now known as nthomas
  639. # [03:12] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  640. # [03:13] * Quits: sewardj (sewardj@moz-F19217D4.dip0.t-ipconnect.de) (Ping timeout)
  641. # [03:13] * Joins: lmandel (lmandel@moz-F3F224BE.googlewifi.com)
  642. # [03:13] * Quits: lmandel (lmandel@moz-F3F224BE.googlewifi.com) (Input/output error)
  643. # [03:13] <bjacob> froydnj: land or do not land. there is no try.
  644. # [03:13] * joshua-s is now known as joshua-s|zzz
  645. # [03:14] * Quits: raniere (raniere@moz-450F4032.dsl.telesp.net.br) (Ping timeout)
  646. # [03:14] * Quits: ggp (ggp@moz-5FCDB5C7.dsl.telesp.net.br) (Ping timeout)
  647. # [03:14] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  648. # [03:14] * Joins: lmandel (lmandel@moz-F3F224BE.googlewifi.com)
  649. # [03:14] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  650. # [03:14] * Quits: lmandel (lmandel@moz-F3F224BE.googlewifi.com) (Input/output error)
  651. # [03:14] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  652. # [03:15] * Joins: lmandel (lmandel@moz-F3F224BE.googlewifi.com)
  653. # [03:15] * Quits: lmandel (lmandel@moz-F3F224BE.googlewifi.com) (Input/output error)
  654. # [03:15] * Joins: ggp (ggp@moz-5FCDB5C7.dsl.telesp.net.br)
  655. # [03:15] * Joins: raniere (raniere@moz-450F4032.dsl.telesp.net.br)
  656. # [03:15] * Joins: lmandel (lmandel@moz-F3F224BE.googlewifi.com)
  657. # [03:15] * Quits: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net) (Quit: drno)
  658. # [03:15] * Quits: lmandel (lmandel@moz-F3F224BE.googlewifi.com) (Input/output error)
  659. # [03:16] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Ping timeout)
  660. # [03:16] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  661. # [03:16] * Joins: lmandel (lmandel@moz-F3F224BE.googlewifi.com)
  662. # [03:16] * Joins: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net)
  663. # [03:17] * Quits: lmandel (lmandel@moz-F3F224BE.googlewifi.com) (Input/output error)
  664. # [03:17] * Joins: shelly (shelly@moz-99690620.hinet-ip.hinet.net)
  665. # [03:18] * Joins: lmandel (lmandel@moz-F3F224BE.googlewifi.com)
  666. # [03:18] * Joins: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP)
  667. # [03:18] * Quits: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP) (Client exited)
  668. # [03:19] * Joins: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP)
  669. # [03:19] * Quits: miketaylr (mtaylor@moz-7B0110AD.mv.mozilla.com) (Quit: Leaving...)
  670. # [03:20] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  671. # [03:20] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  672. # [03:20] * Joins: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  673. # [03:22] * Quits: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  674. # [03:22] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  675. # [03:22] * Joins: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net)
  676. # [03:22] * bz_away is now known as bz
  677. # [03:23] * Quits: diana (diana@717807D9.ECD7414.B72DC095.IP) (Quit: Konversation terminated!)
  678. # [03:27] * Quits: harth_ (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  679. # [03:29] * Quits: KaiRo (robert@moz-3E720C9A.adsl.highway.telekom.at) (Input/output error)
  680. # [03:29] * Quits: @ehsan (ehsan@moz-1780D827.cable.teksavvy.com) (Quit: vanished into thin air...)
  681. # [03:29] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  682. # [03:30] * Joins: lmandel_ (lmandel@moz-F3F224BE.googlewifi.com)
  683. # [03:30] * Quits: lmandel (lmandel@moz-F3F224BE.googlewifi.com) (Ping timeout)
  684. # [03:30] * Joins: lpy (lpy@FA66696A.6C1907BC.E99F7FDB.IP)
  685. # [03:30] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  686. # [03:30] * Quits: lmandel_ (lmandel@moz-F3F224BE.googlewifi.com) (Input/output error)
  687. # [03:31] * Quits: fabrice (fabrice@moz-7B0110AD.mv.mozilla.com) (Quit: Leaving.)
  688. # [03:31] * Joins: lmandel (lmandel@moz-F3F224BE.googlewifi.com)
  689. # [03:31] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  690. # [03:31] * khuey is now known as khuey|away
  691. # [03:32] * Quits: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net) (Quit: jgriffin)
  692. # [03:32] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  693. # [03:32] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  694. # [03:32] * Quits: lpy (lpy@FA66696A.6C1907BC.E99F7FDB.IP) (Ping timeout)
  695. # [03:33] * Quits: lmandel (lmandel@moz-F3F224BE.googlewifi.com) (Ping timeout)
  696. # [03:34] * Joins: lmandel (lmandel@moz-F3F224BE.googlewifi.com)
  697. # [03:34] * Quits: lmandel (lmandel@moz-F3F224BE.googlewifi.com) (Input/output error)
  698. # [03:34] * Joins: elin (elin@moz-99690620.hinet-ip.hinet.net)
  699. # [03:35] * Joins: mixedpuppy (mixedpuppy@5B964B45.3778D849.1D6E592A.IP)
  700. # [03:35] * mattwoodrow is now known as mattwoodrow|away
  701. # [03:37] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  702. # [03:38] * Quits: Optimizer (Optimizer@1F8E8A4.D1A4E51E.BE4CF869.IP) (Ping timeout)
  703. # [03:38] <dholbert> KWierso|sheriffduty, are we clear to reopen inbound?
  704. # [03:39] * Quits: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz) (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org)
  705. # [03:39] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  706. # [03:40] <KWierso|sheriffduty> dholbert: oh, apparently I never clicked "submit" to reopen it earlier...
  707. # [03:40] * Quits: mixedpuppy (mixedpuppy@5B964B45.3778D849.1D6E592A.IP) (Quit: mixedpuppy)
  708. # [03:40] * Callek is now known as Callek_disconnected
  709. # [03:40] * Joins: qheaden_ (qheaden@moz-B6BAC09E.nrflva.fios.verizon.net)
  710. # [03:41] * Joins: mreavy (chatzilla@moz-53A7F1F8.public.wayport.net)
  711. # [03:41] * Quits: bjacob (bjacob@moz-BCF7D710.cpe.net.cable.rogers.com) (Ping timeout)
  712. # [03:41] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  713. # [03:41] <chucklee> briansmith, ping
  714. # [03:42] * Joins: Optimizer (Optimizer@1F8E8A4.D1A4E51E.BE4CF869.IP)
  715. # [03:43] * Quits: qheaden_ (qheaden@moz-B6BAC09E.nrflva.fios.verizon.net) (Quit: ZNC - http://znc.in)
  716. # [03:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d26d7a023b5b - Karl Tomlinson - b=967972 include offset in buffer position r=padenot
  717. # [03:43] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/3eb7ea1fb2d7 - Atte Kettunen - test for bug 952756
  718. # [03:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/56f67741dbf7 - Karl Tomlinson - b=967992 test to check for ended event when source buffer is replaced with another shorter than offset
  719. # [03:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c128bfd65bf9 - Karl Tomlinson - b=967992 collect unreferenced AudioBufferSourceNodes with no buffer r=padenot
  720. # [03:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/5282b4fa4cea - Karl Tomlinson - b=967924 correct resampler input buffer sample count estimate math r=padenot
  721. # [03:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a908ed1d0408 - Karl Tomlinson - b=967972 change DURATION engine parameter to BUFFEREND r=padenot
  722. # [03:44] * Joins: qheaden (qheaden@moz-B6BAC09E.nrflva.fios.verizon.net)
  723. # [03:44] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/7ae8751e0211 - Karl Tomlinson - b=967992 dispatch ended event, remove playing ref when source buffer is replaced with one shorter than offset r=padenot
  724. # [03:45] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  725. # [03:46] * Joins: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net)
  726. # [03:46] * Quits: jammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Computer has gone to sleep.)
  727. # [03:47] * Quits: chewey (chewey@moz-B88D96B9.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  728. # [03:47] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  729. # [03:48] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  730. # [03:48] * Joins: chewey (chewey@moz-CDA1FF73.dip0.t-ipconnect.de)
  731. # [03:48] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  732. # [03:48] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  733. # [03:48] * Quits: mchang (mchang@BE99BE02.84BCE52A.BCAEBB33.IP) (Quit: mchang)
  734. # [03:48] * Quits: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca) (Quit: surkov)
  735. # [03:49] * Quits: qheaden (qheaden@moz-B6BAC09E.nrflva.fios.verizon.net) (Quit: ZNC - http://znc.in)
  736. # [03:49] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  737. # [03:50] * Joins: qheaden (qheaden@moz-B6BAC09E.nrflva.fios.verizon.net)
  738. # [03:50] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Ping timeout)
  739. # [03:51] * Joins: vladan (pi@moz-2B986693.cp.telus.net)
  740. # [03:51] * Quits: mreavy (chatzilla@moz-53A7F1F8.public.wayport.net) (Ping timeout)
  741. # [03:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ad19b44cab09 - Daniel Holbert - Bug 967871: Wrap nsDocumentViewer.cpp's sPrintOptionsContractID variable in #ifdef DEBUG, to fix 'unused variable' build warning in opt builds. r=mats
  742. # [03:53] * Quits: qheaden (qheaden@moz-B6BAC09E.nrflva.fios.verizon.net) (Quit: ZNC - http://znc.in)
  743. # [03:53] * Joins: mreavy (chatzilla@moz-53A7F1F8.public.wayport.net)
  744. # [03:53] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  745. # [03:53] * Joins: mwobensmith (mwobensmit@moz-123D199D.lightspeed.sntcca.sbcglobal.net)
  746. # [03:54] * Joins: ekr (ekr@moz-7B0110AD.mv.mozilla.com)
  747. # [03:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ae20eb00cabf - Wan-Teh Chang - Bug 958796: Update NSPR to NSPR_4_10_4_BETA2.
  748. # [03:55] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  749. # [03:55] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  750. # [03:55] * Joins: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net)
  751. # [03:55] * KWierso|sheriffduty is now known as KWierso
  752. # [03:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/44bc2ee8ee7b - Mark Hammond - Bug 968581 - enable xpcshell verbose log output if only 1 test is in the manifest. r=gps
  753. # [03:56] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  754. # [03:56] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  755. # [03:56] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  756. # [03:57] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  757. # [03:59] * Joins: redwood (chatzilla@26E73836.156CBEAD.74E1C77A.IP)
  758. # [03:59] * Quits: mwobensmith (mwobensmit@moz-123D199D.lightspeed.sntcca.sbcglobal.net) (Quit: Leaving.)
  759. # [04:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/862474a812c7 - Nicholas Nethercote - Bug 964238 (part 3) - Make js_NewString() return static strings when appropriate. r=terrence.
  760. # [04:01] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  761. # [04:02] * Joins: ddahl (ddahl@F3C5A0F1.F4A2F9DE.84F2893D.IP)
  762. # [04:02] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  763. # [04:04] * Quits: ddahl (ddahl@F3C5A0F1.F4A2F9DE.84F2893D.IP) (Ping timeout)
  764. # [04:05] * Quits: bc (bc@454BDC37.1D5E8529.AC69809B.IP) (Ping timeout)
  765. # [04:05] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  766. # [04:05] * jchen|away is now known as jchen
  767. # [04:05] * Quits: mreavy (chatzilla@moz-53A7F1F8.public.wayport.net) (Connection reset by peer)
  768. # [04:06] * Joins: mreavy (chatzilla@moz-53A7F1F8.public.wayport.net)
  769. # [04:08] * Joins: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net)
  770. # [04:08] * Joins: bc (bc@454BDC37.1D5E8529.AC69809B.IP)
  771. # [04:09] * philor|afk is now known as philor
  772. # [04:09] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  773. # [04:10] * Quits: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net) (Ping timeout)
  774. # [04:10] * Joins: Hendikins (wolfox@moz-BA6D9F52.static.internode.on.net)
  775. # [04:10] <dholbert> What's the best way to test webkit trunk on Windows and/or Linux?
  776. # [04:10] <dholbert> s/best/easiest/
  777. # [04:11] <dholbert> (I used to use midori and/or chrome on linux, but now midori seems to be a bit out of date, and of course chrome is no longer webkit)
  778. # [04:13] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  779. # [04:13] * Joins: Mook (mook@moz-9BCD4A60.dsl.teksavvy.com)
  780. # [04:14] <cabanier> dholbert: I think that would be hard
  781. # [04:14] <cabanier> dholbert: you don't have access to a mac?
  782. # [04:14] <dholbert> s/trunk/recent-nightly/
  783. # [04:14] <dholbert> cabanier, I do, but then I have to turn it on
  784. # [04:14] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  785. # [04:14] <cabanier> :-)
  786. # [04:14] <dholbert> cabanier, and if I'm editing a testcase [on my main machine], I can't just alt-tab+reload
  787. # [04:15] <dholbert> (if I'm testing in multiple browsers at the same time)
  788. # [04:15] <dholbert> It's already enough trouble to reboot my Windows machine to test IE :)
  789. # [04:15] <dholbert> er "reboot my machine into Windows"
  790. # [04:16] <tbsaunde> dholbert: the gnome thing epiphony?
  791. # [04:16] <dholbert> tbsaunde, I'll give that a shot, yeah. I haven't used it in a while & wasn't sure if it was more up-to-date than midori
  792. # [04:16] <dholbert> tbsaunde, (thanks!)
  793. # [04:17] <tbsaunde> no clue
  794. # [04:17] * Quits: mreavy (chatzilla@moz-53A7F1F8.public.wayport.net) (Ping timeout)
  795. # [04:17] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  796. # [04:18] <dholbert> every time I go to install epiphany, I *almost* get "a multi-platform clone of Boulder Dash" and then catch myself
  797. # [04:18] * Joins: mreavy (chatzilla@moz-53A7F1F8.public.wayport.net)
  798. # [04:18] <dholbert> ("apt-get install epiphany" installs a game; epiphany-browser is the thing that I want)
  799. # [04:18] <vlad> that sounds more fun than epiphany
  800. # [04:18] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  801. # [04:18] <dholbert> true
  802. # [04:22] * Quits: till (till@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Client exited)
  803. # [04:23] * Quits: sunfish (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  804. # [04:24] * Quits: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca) (Ping timeout)
  805. # [04:25] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  806. # [04:25] * Joins: gentlefolk (chatzilla@moz-D195EAF9.cpe.teksavvy.com)
  807. # [04:25] <bz> Is there no way to link to a particular comment on github?
  808. # [04:25] <bz> Ah, it's just nonobvious
  809. # [04:26] * Joins: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net)
  810. # [04:26] * Joins: jedp (jedp@moz-8E6E760A.dsl.dynamic.sonic.net)
  811. # [04:27] * Joins: darkowlzz (sunny@D7CC83B7.25CDC443.27560D6E.IP)
  812. # [04:29] <jcranmer> like everything else on github
  813. # [04:29] * Quits: emtwo (msamuel@moz-9C6DF40F.dsl.teksavvy.com) (Quit: Leaving.)
  814. # [04:29] * KWierso is now known as KWierso|afk
  815. # [04:30] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  816. # [04:30] * Quits: darkowlzz (sunny@D7CC83B7.25CDC443.27560D6E.IP) (Ping timeout)
  817. # [04:31] * Joins: lpy (lpy@FA66696A.6C1907BC.E99F7FDB.IP)
  818. # [04:32] * Joins: emtwo (msamuel@moz-9C6DF40F.dsl.teksavvy.com)
  819. # [04:33] * Quits: jedp (jedp@moz-8E6E760A.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  820. # [04:33] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  821. # [04:33] * Quits: lpy (lpy@FA66696A.6C1907BC.E99F7FDB.IP) (Ping timeout)
  822. # [04:33] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  823. # [04:35] * glob|away is now known as glob
  824. # [04:35] * Joins: darkowlzz (sunny@19D67847.11182022.CECE23B2.IP)
  825. # [04:35] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/63b1c810a8a6 - Gregory Szorc - Bug 852959 - Remove old code paths for running xpcshell tests from directories; r=ted
  826. # [04:37] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  827. # [04:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9b13a5bd841a - Brian Smith - Bug 958916: Update to NSS 3.15.5 release candidate 0, (NSS_3_15_5_RC0), r=me
  828. # [04:37] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Client exited)
  829. # [04:37] * Quits: Optimizer (Optimizer@1F8E8A4.D1A4E51E.BE4CF869.IP) (Ping timeout)
  830. # [04:38] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  831. # [04:38] * Joins: Optimizer (Optimizer@1F8E8A4.D1A4E51E.BE4CF869.IP)
  832. # [04:38] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  833. # [04:40] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  834. # [04:40] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  835. # [04:41] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  836. # [04:41] * Joins: jbeich (bb@moz-894F747D.snydernet.net)
  837. # [04:41] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  838. # [04:41] <jbeich> gaston: can you drop --enable-pulseaudio and --enable-gstreamer from .mozconfig on *bsd buildbot(s) since bug 952828 landed?
  839. # [04:41] * Joins: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net)
  840. # [04:42] <jbeich> both m-c and m-a have them by default enabled
  841. # [04:42] * Joins: jesup (chatzilla@moz-53A7F1F8.public.wayport.net)
  842. # [04:43] * jesup enjoys having power and internet (at a hotel)
  843. # [04:44] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  844. # [04:45] * terrence is now known as terrence-afk
  845. # [04:45] * Quits: dew (Instantbir@moz-D2186B13.static.stls.mo.charter.com) (Ping timeout)
  846. # [04:45] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  847. # [04:46] * Joins: milan (milan@A20BA4E7.691E9493.4B2DF651.IP)
  848. # [04:46] * Quits: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  849. # [04:46] * Joins: jedp (jedp@moz-8E6E760A.dsl.dynamic.sonic.net)
  850. # [04:47] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  851. # [04:48] * philor is now known as philor|away
  852. # [04:52] * Joins: dew (Instantbir@moz-D2186B13.static.stls.mo.charter.com)
  853. # [04:55] * Joins: lpy (lpy@FA66696A.6C1907BC.E99F7FDB.IP)
  854. # [04:56] * Quits: emtwo (msamuel@moz-9C6DF40F.dsl.teksavvy.com) (Quit: Leaving.)
  855. # [04:56] * Joins: ekr (ekr@moz-7B0110AD.mv.mozilla.com)
  856. # [04:57] * Quits: darkowlzz (sunny@19D67847.11182022.CECE23B2.IP) (Ping timeout)
  857. # [04:59] * Quits: vladan (pi@moz-2B986693.cp.telus.net) (Connection reset by peer)
  858. # [05:00] * heycam is now known as heycam|away
  859. # [05:00] * Joins: emtwo (msamuel@moz-9C6DF40F.dsl.teksavvy.com)
  860. # [05:03] * Quits: jedp (jedp@moz-8E6E760A.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  861. # [05:03] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  862. # [05:04] * Joins: vladan (pi@moz-2B986693.cp.telus.net)
  863. # [05:05] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  864. # [05:06] * Quits: vladan (pi@moz-2B986693.cp.telus.net) (Ping timeout)
  865. # [05:08] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Input/output error)
  866. # [05:09] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  867. # [05:09] * Joins: vladan (pi@moz-2B986693.cp.telus.net)
  868. # [05:09] * Quits: jonasfj (jonasfj@moz-F9C6FBE1.hsd1.ca.comcast.net) (Ping timeout)
  869. # [05:11] * Quits: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca) (Input/output error)
  870. # [05:11] * Quits: grobinson|laptop (grob_@729C79DF.830BDD38.1957C0DA.IP) (Ping timeout)
  871. # [05:12] * Quits: jesup (chatzilla@moz-53A7F1F8.public.wayport.net) (Ping timeout)
  872. # [05:13] * heycam|away is now known as heycam
  873. # [05:13] * Quits: vladan (pi@moz-2B986693.cp.telus.net) (Ping timeout)
  874. # [05:16] * Joins: jesup (chatzilla@moz-53A7F1F8.public.wayport.net)
  875. # [05:17] * Joins: vladan (pi@moz-2B986693.cp.telus.net)
  876. # [05:18] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  877. # [05:18] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9b6d7332710c - Ehsan Akhgari - Bug 968623 - Port the DEFINES variable in toolkit/library/Makefile.in to moz.build; r=glandium
  878. # [05:19] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  879. # [05:20] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  880. # [05:21] * Quits: vladan (pi@moz-2B986693.cp.telus.net) (Ping timeout)
  881. # [05:22] * Joins: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  882. # [05:23] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  883. # [05:24] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  884. # [05:25] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  885. # [05:26] * Joins: vladan (pi@moz-2B986693.cp.telus.net)
  886. # [05:28] * Joins: jduell (jduell@moz-2AA1D99C.hsd1.wa.comcast.net)
  887. # [05:28] * Joins: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net)
  888. # [05:28] * Quits: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net) (Quit: erahm)
  889. # [05:32] <briansmith> chucklee: pong
  890. # [05:32] * Joins: jonasfj (jonasfj@moz-F9C6FBE1.hsd1.ca.comcast.net)
  891. # [05:33] <chucklee> briansmith, wifi direct is merged, so I have to rebase the patch of the certifcate bugs.
  892. # [05:33] * Quits: jduell (jduell@moz-2AA1D99C.hsd1.wa.comcast.net) (Ping timeout)
  893. # [05:33] * Quits: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net) (Quit: lizzard)
  894. # [05:33] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  895. # [05:33] <briansmith> chucklee: OK. does that mean David didn't review the patches either yet?
  896. # [05:34] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Quit: Leaving.)
  897. # [05:34] * Joins: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net)
  898. # [05:34] <chucklee> briansmith, You said you will review them, and david is as busy as you, so I didn't ask david for review.
  899. # [05:35] <briansmith> :( OK.
  900. # [05:35] <briansmith> Good news is our project is geting wrapped up now.
  901. # [05:35] <chucklee> That's great new!
  902. # [05:35] <chucklee> news
  903. # [05:35] * Quits: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  904. # [05:36] <chucklee> So the reviewer can still be you?
  905. # [05:36] <briansmith> Yes.
  906. # [05:36] <briansmith> chucklee: when will you upload the new patches?
  907. # [05:37] * Joins: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net)
  908. # [05:37] * Joins: darkowlzz (sunny@8E53F528.25D0E869.EACE93BE.IP)
  909. # [05:38] * Quits: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP) (Ping timeout)
  910. # [05:39] * jorendorff_away is now known as jorendorff
  911. # [05:40] <chucklee> PM 5:00 today(taiwan time)
  912. # [05:42] * Quits: gentlefolk (chatzilla@moz-D195EAF9.cpe.teksavvy.com) (Quit: ChatZilla 0.9.90.1 [Firefox 27.0/20140127194636])
  913. # [05:42] <chucklee> I think it's Feb 6. 9:00
  914. # [05:42] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ef6e5cfea527 - Boris Zbarsky - Bug 964875 part 2. Add a static nsGlobalWindow::IsChromeWindow test function for use in Func annotations. r=peterv
  915. # [05:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/97ee8ec34362 - Boris Zbarsky - Bug 964875 part 1. Add a WebIDL ChromeWindow interface for use in instanceof once Window is on WebIDL bindings. r=peterv
  916. # [05:42] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/9dcc5957f89e - Boris Zbarsky - Bug 964875 part 3. Define WebIDL quickstubs for ChromeWindow. r=peterv
  917. # [05:42] <chucklee> I'll finish the work by that time.
  918. # [05:43] * Quits: lpy (lpy@FA66696A.6C1907BC.E99F7FDB.IP) (Ping timeout)
  919. # [05:43] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  920. # [05:44] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  921. # [05:44] * Joins: lpy (lpy@CD0DB27D.2153E224.E99F7FDB.IP)
  922. # [05:44] <briansmith> chucklee: OK, great.
  923. # [05:44] * Quits: darkowlzz (sunny@8E53F528.25D0E869.EACE93BE.IP) (Connection reset by peer)
  924. # [05:44] * Quits: emtwo (msamuel@moz-9C6DF40F.dsl.teksavvy.com) (Quit: Leaving.)
  925. # [05:45] * Quits: azakai (alon@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  926. # [05:46] <chucklee> briansmith, can you review them next week?
  927. # [05:46] <briansmith> yes.
  928. # [05:48] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  929. # [05:49] * Joins: jduell (jduell@moz-2AA1D99C.hsd1.wa.comcast.net)
  930. # [05:50] * Quits: tn (tim@moz-2E73ACE4.wp.shawcable.net) (Ping timeout)
  931. # [05:50] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  932. # [05:51] * Joins: tn (tim@moz-2E73ACE4.wp.shawcable.net)
  933. # [05:51] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  934. # [05:52] * Quits: jesup (chatzilla@moz-53A7F1F8.public.wayport.net) (Ping timeout)
  935. # [05:52] * Joins: sunfish (chatzilla@moz-8DE7F965.dsl.dynamic.sonic.net)
  936. # [05:53] <chucklee> briansmith, That's great, thanks!
  937. # [05:53] * Joins: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net)
  938. # [05:54] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  939. # [05:55] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/bce559074db1 - Brian Smith - Bug 923304, Part 2: Adjust EV tests, r=keeler, a=test-only
  940. # [05:55] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/ccd34337f7d2 - Brian Smith - Bug 923304, Part 1: Add test for OCSP response signed by CA that has an OCSP URI, r=keeler, r=briansmith, a=test-only
  941. # [05:55] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/ba817a29eb28 - Brian Smith - Bug 958916: Update to NSS 3.15.5 release candidate 0 (NSS_3_15_5_RC0), r=me, a=sledru
  942. # [05:56] * Joins: ddahl (ddahl@F3894F4.25313C1E.484C4A16.IP)
  943. # [05:58] * philor|away is now known as philor
  944. # [05:59] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Input/output error)
  945. # [05:59] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  946. # [06:00] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  947. # [06:00] * Quits: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net) (Quit: drno)
  948. # [06:02] * Joins: emtwo (msamuel@moz-9C6DF40F.dsl.teksavvy.com)
  949. # [06:02] * Quits: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca) (Input/output error)
  950. # [06:02] * Joins: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net)
  951. # [06:03] * Quits: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl) (Quit: Leaving...)
  952. # [06:04] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  953. # [06:04] * Quits: Matti (Matti@moz-D9C7F389.dip0.t-ipconnect.de) (Ping timeout)
  954. # [06:05] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  955. # [06:06] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  956. # [06:06] * Quits: spohl|afk (Adium@A1105ADF.F8C24747.473D6A24.IP) (Quit: Leaving.)
  957. # [06:08] * Joins: Matti_away (Matti@moz-8105B1C.dip0.t-ipconnect.de)
  958. # [06:08] * Matti_away is now known as Matti
  959. # [06:08] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  960. # [06:08] * Joins: qheaden (qheaden@moz-B6BAC09E.nrflva.fios.verizon.net)
  961. # [06:09] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  962. # [06:10] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  963. # [06:10] * Quits: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net) (Quit: pcwalton)
  964. # [06:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6fe77ed33ca3 - Monica Chew - Bug 928536: Send signature information in remote lookups (r=gcp,paolo,keeler)
  965. # [06:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a35eb8ef75a1 - Monica Chew - Bug 928536: Integrate signature verification info into application reputation call in download manager (r=paolo)
  966. # [06:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8c388e9bc5b5 - Monica Chew - Bug 928536: Use WinVerifyTrust to get certificate information on downloaded binaries (r=paolo,keeler,sr=mossop)
  967. # [06:12] * Joins: miketaylr (mtaylor@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  968. # [06:12] * Quits: jonasfj (jonasfj@moz-F9C6FBE1.hsd1.ca.comcast.net) (Ping timeout)
  969. # [06:13] * Quits: emtwo (msamuel@moz-9C6DF40F.dsl.teksavvy.com) (Quit: Leaving.)
  970. # [06:14] * Quits: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net) (Quit: lizzard)
  971. # [06:15] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  972. # [06:16] * Joins: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net)
  973. # [06:16] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Computer has gone to sleep.)
  974. # [06:16] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  975. # [06:17] * Quits: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net) (Quit: drno)
  976. # [06:18] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  977. # [06:19] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  978. # [06:20] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  979. # [06:21] * Quits: _AtilA_ (atila@8115C16.8A6572E7.C4DEE87F.IP) (Ping timeout)
  980. # [06:22] * Joins: _AtilA_ (atila@8115C16.8A6572E7.C4DEE87F.IP)
  981. # [06:22] <philor> I wish "rage disable" was a figure of speech
  982. # [06:23] * Quits: mreavy (chatzilla@moz-53A7F1F8.public.wayport.net) (Ping timeout)
  983. # [06:23] * nthomas is now known as nthomas|away
  984. # [06:25] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9185c4a586df - Nathan Froyd - Bug 967297 - consider ipdl modules as inputs to the ipdl build process; r=glandium
  985. # [06:25] <mmc> is that aimed in anything in particular, philor?
  986. # [06:26] * Quits: lpy (lpy@CD0DB27D.2153E224.E99F7FDB.IP) (Ping timeout)
  987. # [06:27] <philor> mmc: right now, it's aimed at test_bug570378-*
  988. # [06:27] * Joins: lpy (lpy@CD0DB27D.2153E224.E99F7FDB.IP)
  989. # [06:27] <philor> which I'm going to rage disable on b2g, rather than punching someone in the face, those being the two options that will drop my blood pressure slightly
  990. # [06:27] <mmc> wish i could help :(
  991. # [06:28] <Unfocused> philor: you could do both
  992. # [06:28] <philor> there is that :)
  993. # [06:29] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Quit: ekr)
  994. # [06:29] * Joins: ekr (ekr@moz-7B0110AD.mv.mozilla.com)
  995. # [06:29] <philor> fortunately, there's only something like 37 separate filenames. for persian. and another 30-some for arabic.
  996. # [06:29] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Input/output error)
  997. # [06:30] <Unfocused> ouch
  998. # [06:31] * Quits: ekr (ekr@moz-7B0110AD.mv.mozilla.com) (Ping timeout)
  999. # [06:31] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  1000. # [06:31] <philor> https://bugzilla.mozilla.org/buglist.cgi?quicksearch=test_bug570378
  1001. # [06:32] <philor> you can see why I got tired of filing when b2g and its 330 second kill the run timeouts came along
  1002. # [06:32] * Unfocused nods
  1003. # [06:32] * Quits: reed (reed@tech.monkey) (Ping timeout)
  1004. # [06:32] * Quits: rflint (rflint@moz-A287E317.com) (Ping timeout)
  1005. # [06:34] * Quits: TimAbraldes (quassel@moz-7FD19BDC.hsd1.or.comcast.net) (Connection reset by peer)
  1006. # [06:34] * Joins: rflint (rflint@moz-A287E317.com)
  1007. # [06:34] * Joins: reed (reed@tech.monkey)
  1008. # [06:35] * Quits: miketaylr (mtaylor@moz-9CE00FC0.holiday-inn-express.mozilla.hq) (Quit: Linkinus - http://linkinus.com)
  1009. # [06:36] * Quits: Dwight_Stegall (Pony_Expre@moz-EE25458F.client.mchsi.com) (Quit: Damn, I ran out of Mountain Dew! BRB :))
  1010. # [06:36] * Quits: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1011. # [06:37] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  1012. # [06:43] * Joins: axitkhurana (Adium@63F3AA56.9CFBD76D.30E7AE68.IP)
  1013. # [06:44] * Joins: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net)
  1014. # [06:46] * Joins: nl (nicklebede@moz-838152B8.net135.n37.ru)
  1015. # [06:48] * Quits: sicking (sicking@moz-501E5580.hsd1.ca.comcast.net) (Quit: sicking)
  1016. # [06:50] * Joins: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1017. # [06:51] * Joins: janv (varga@B613191B.3EC5E826.4F33160D.IP)
  1018. # [06:53] * Quits: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net) (Quit: lizzard)
  1019. # [06:54] * Quits: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1020. # [06:54] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  1021. # [06:55] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Input/output error)
  1022. # [06:55] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  1023. # [06:55] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  1024. # [06:56] * Quits: sunfish (chatzilla@moz-8DE7F965.dsl.dynamic.sonic.net) (Ping timeout)
  1025. # [06:56] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  1026. # [06:56] * Joins: darkowlzz (sunny@EDEB4754.BE25F44C.81E77A99.IP)
  1027. # [06:56] * Quits: vladan (pi@moz-2B986693.cp.telus.net) (Quit: leaving)
  1028. # [06:57] * Joins: bwc1 (Adium@moz-536549A9.dsl.static.sonic.net)
  1029. # [06:57] * Quits: bwc (Adium@moz-536549A9.dsl.static.sonic.net) (Ping timeout)
  1030. # [06:58] * Quits: lpy (lpy@CD0DB27D.2153E224.E99F7FDB.IP) (Ping timeout)
  1031. # [06:58] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1032. # [06:59] * Joins: lpy (lpy@CD0DB27D.2153E224.E99F7FDB.IP)
  1033. # [06:59] * Quits: ehugg (ehugg@moz-EA33CD8D.hsd1.wa.comcast.net) (Quit: ehugg)
  1034. # [07:00] * Joins: mconley (mconley@moz-D640D16C.cable.teksavvy.com)
  1035. # [07:00] <briansmith> philor: I have pushed stuff to both m-a and m-b. m-a looks good, m-b is still building. I need to be afk for about 30 min. If there is any bustage, I will fix it ASAP when I return. Please don't back me out.
  1036. # [07:00] * Joins: vladan (pi@moz-2B986693.cp.telus.net)
  1037. # [07:00] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  1038. # [07:02] * Quits: darkowlzz (sunny@EDEB4754.BE25F44C.81E77A99.IP) (Quit: This computer has gone to sleep)
  1039. # [07:03] * Joins: dbaron (dbaron@moz-B3F1D17A.dsl.dynamic.sonic.net)
  1040. # [07:03] * ChanServ sets mode: +ao dbaron dbaron
  1041. # [07:05] * Tomcat|afk is now known as Tomcat|sheriffduty
  1042. # [07:06] * Quits: mconley (mconley@moz-D640D16C.cable.teksavvy.com) (Ping timeout)
  1043. # [07:09] <@dbaron> So I'm getting tired of tests being randomly disabled on various platforms.
  1044. # [07:09] <@dbaron> (mostly mobile-ish)
  1045. # [07:09] * Quits: Mook (mook@moz-9BCD4A60.dsl.teksavvy.com) (Quit: Mook)
  1046. # [07:10] <@dbaron> Since I don't have the bandwidth to figure out what's going on, or who changed what to cause the failures to start happening...
  1047. # [07:10] <@dbaron> I think I'm going to start randomly review-'ing patches for lack of sufficient test coverage.
  1048. # [07:12] <philor> will that save us money?
  1049. # [07:12] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Ping timeout)
  1050. # [07:12] <philor> that's all that matters, saving money
  1051. # [07:13] <cpeterson> dbaron: after Tuesday's engineering meeting, blassey, gps, ctalbert, and I discussed the (defunct?) war on orange.
  1052. # [07:14] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  1053. # [07:14] <bz> philor: hrm
  1054. # [07:14] <cpeterson> dbaron: part of the problem is that some old tests don't have owners (I am told, though I would assume ownership should default to feature owner)
  1055. # [07:14] <philor> markh: how on earth did you cause social browser-chrome bustage with an xpcshell patch?
  1056. # [07:14] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  1057. # [07:14] <bz> philor: Is it just me, or is that a lot of test_preload_Actions orange on my push?
  1058. # [07:15] <@dbaron> cpeterson, I think a bigger problem is that we try to find the person who wrote the test 2 years ago rather than the person who actually caused the regression last week
  1059. # [07:15] <markh> given how the rest of my day has gone, nothing would surprise me. Also, WTF!
  1060. # [07:15] <philor> bz: it's pretty nearly permaorange today, I'm pretending it isn't, because I saw someone retriggering looking for the start this afternoon, and they must not have found it, and I dont' want to do even more work looking for it
  1061. # [07:15] <bz> philor: :(
  1062. # [07:15] <bz> philor: Gotcha
  1063. # [07:16] * bz at least doesn't worry about his pretty unrelated patch breaking this...
  1064. # [07:16] <@dbaron> cpeterson, if something is intermittently orange this week, and wasn't last week, there was a regression
  1065. # [07:16] <firebot> Check-in:
  1066. # [07:16] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  1067. # [07:16] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/ca49b7e89881 - Daniel Holbert - Bug 968323: Declare prlog variables inside #ifdef PR_LOGGING instead of MOZ_LOGGING, in /security, to fix build failures in --disable-logging builds. r=briansmith
  1068. # [07:16] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/98236f59f6f9 - Camilo Viecco - Bug 968491 helper-patch: Temporarily #ifdef out static function 'insertErrorIntoVerifyLog' to address Wunused-function build warning. r=briansmith
  1069. # [07:16] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/b0854f873c68 - Daniel Holbert - Bug 968491: Mark security/certverifier/ as FAIL_ON_WARNINGS. r=briansmith
  1070. # [07:16] <markh> philor: you mean 44bc2ee8ee7b?
  1071. # [07:16] <@dbaron> cpeterson, it's been pretty common for style system mochitests to be intermittently orange for a month or so, and the start and end points tend to correspond to JIT changes more often than not
  1072. # [07:16] <@dbaron> cpeterson, either that, or testing infra changes
  1073. # [07:17] <markh> must be
  1074. # [07:17] <philor> markh: yeah, 10.6, there and two pushes up
  1075. # [07:17] <cpeterson> dbaron: gps and ctalbert discussed automatically rerunning failed tests 5x to identify which are "real" failures vs intermittent.
  1076. # [07:17] <@dbaron> cpeterson, they still need to be orange if they fail intermittently
  1077. # [07:17] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1078. # [07:17] <philor> 5 is far too few
  1079. # [07:18] <@dbaron> cpeterson, what we need are better regression-finding tools
  1080. # [07:18] <philor> despite current evidence to the contrary, we can pretty much see something that suddenly fails 1-in-5
  1081. # [07:18] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1082. # [07:18] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  1083. # [07:18] * Quits: Hughman (Mibbit@moz-518025CC.lnk.telstra.net) (Quit: http://www.mibbit.com ajax IRC Client)
  1084. # [07:19] <cpeterson> dbaron: gps says the Chrome runs their tests in a random order and records test order to determine correlations
  1085. # [07:19] <jwalden> neat
  1086. # [07:20] <cpeterson> philor: "suddenly" fails 1-in-5 meaning not an "official intermittent"?
  1087. # [07:20] * Quits: _AtilA_ (atila@8115C16.8A6572E7.C4DEE87F.IP) (Ping timeout)
  1088. # Session Close: Thu Feb 06 07:20:48 2014
  1089. #
  1090. # Session Start: Thu Feb 06 07:20:48 2014
  1091. # Session Ident: #developers
  1092. # [07:20] * Disconnected
  1093. # [07:21] * Attempting to rejoin channel #developers
  1094. # [07:21] * Rejoined channel #developers
  1095. # [07:21] * Topic is 'Next uplift 17 Mar || Want help, or want to help others? See #introduction || http://logbot.glob.com.au/?c=developers'
  1096. # [07:21] * Set by Gijs on Tue Feb 04 19:59:30
  1097. # [07:22] * Joins: NeilAway (neil@moz-32AA0D01.in-addr.btopenworld.com)
  1098. # [07:22] <cpeterson> so many of the intermittent failures are test timeouts, which often are a problems with test N-1. Google's test randomization (they save the RNG seeds) help pinpoint those N-1 test cases.
  1099. # [07:22] * Joins: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1100. # [07:22] <@dbaron> cpeterson, test timeouts also seem to result from bad virtualization infrastructure
  1101. # [07:23] * whimboo|afk is now known as whimboo
  1102. # [07:23] * Joins: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca)
  1103. # [07:23] <philor> shit, https://bugzilla.mozilla.org/show_bug.cgi?id=962949 is unacceptable
  1104. # [07:23] <philor> I'm closing inbound, somebody fix that bustage
  1105. # [07:23] <cpeterson> dbaron: VM scheduling or clock problems?
  1106. # [07:23] <@dbaron> cpeterson, well, the test timeout is based on the clock
  1107. # [07:23] * Joins: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net)
  1108. # [07:23] <@dbaron> cpeterson, so if we don't get enough cpu per clock, reliably, we'll get random timeouts
  1109. # [07:24] <@dbaron> cpeterson, if the VM infra can't guarantee a certain amount of CPU per clock, then we can't guarantee tests won't time out randomly
  1110. # [07:24] <@dbaron> cpeterson, that's why we stopped running tests on VMs... what, five years ago or so?
  1111. # [07:24] <WeirdAl> glandium: ping, can we talk for a bit?
  1112. # [07:24] <WeirdAl> (about platform SDK in general)
  1113. # [07:25] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  1114. # [07:25] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1115. # [07:25] <cpeterson> dbaron: so our current timeouts are not virtualization infrastructure problems..?
  1116. # [07:25] <philor> oh, hello cache2
  1117. # [07:25] <@dbaron> cpeterson, dunno
  1118. # [07:26] <@dbaron> cpeterson, but it seems likely since we've started running tests on VMs again
  1119. # [07:26] <philor> and of course mayhemer isn't around
  1120. # [07:26] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  1121. # [07:26] <philor> jduell: ping
  1122. # [07:27] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  1123. # [07:27] <markh> philor: I've no idea, but I really don't believe it was that xpcshell test, but just another new orange something else has caused - possibly e10s related
  1124. # [07:27] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  1125. # [07:28] <cpeterson> dbaron: taras is investigating using AWS spot instances (to save much money), which could lead to more problems with test runs suddenly being killed (if another AWS customer outbids you for your VM)
  1126. # [07:28] <@dbaron> philor, are you considering the 11:31 push
  1127. # [07:29] <philor> dbaron: yeah, since I looked through the bug for the start of the explosion, and that's where it was
  1128. # [07:29] <philor> dunno whether they don't care, and want it in despite the amount of failures it'll cause, or not, though
  1129. # [07:30] <@dbaron> philor, I did some retriggers on the push before
  1130. # [07:31] <philor> they'll be green
  1131. # [07:31] <@dbaron> philor, you just being confident, or you have a particular reason?
  1132. # [07:32] <philor> confident
  1133. # [07:32] * Joins: gcp (gpascutto@moz-9CEB1C98.access.telenet.be)
  1134. # [07:32] <philor> it started to smell like goose poop when a goose walked in, I'm confident that the goose pooped
  1135. # [07:32] <philor> no, it's something about quacking, isn't it?
  1136. # [07:33] <@dbaron> philor, funny, I don't remember what goose poop smells like, despite having jogged along the Charles river during goose poop season
  1137. # [07:33] <@dbaron> I don't even remember what season goose poop season was, though I tend to think it was cool-ish but not cold
  1138. # [07:33] * jchen is now known as jchen|away
  1139. # [07:34] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  1140. # [07:34] * Joins: darkowlzz (sunny@1411B20F.851502FA.81E77A99.IP)
  1141. # [07:34] <philor> like hot wet grass, like cleaning out a lawn mower when you tried to cut while it was too wet
  1142. # [07:34] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Input/output error)
  1143. # [07:34] <philor> not its very worst feature
  1144. # [07:35] * Quits: serge (Thunderbir@6290AEBE.10CB34F1.97F07BE5.IP) (Ping timeout)
  1145. # [07:35] <philor> hey, you even got some of your retriggers to run!
  1146. # [07:35] * philor curses self-serve
  1147. # [07:36] <@dbaron> philor, curses why?
  1148. # [07:36] <philor> dbaron: it's dropping requests on the floor
  1149. # [07:36] <@dbaron> philor, do they break when they hit the floor?
  1150. # [07:36] <philor> which sucks if you request 50 or 60 a day, counting on them being picked up because you won't go back and check on them for hours
  1151. # [07:37] <philor> they seem to sit there in a puddle
  1152. # [07:37] <philor> https://secure.pub.build.mozilla.org/buildapi/self-serve/jobs, show 100, the ones with no completed at
  1153. # [07:37] * Joins: rlin (rlin-dt@moz-99690620.hinet-ip.hinet.net)
  1154. # [07:37] <philor> what did I retrigger at 22:01:22, and did I really need it?
  1155. # [07:38] <philor> could be one of the aurora things that might be real bustage from NSS, could be worthless crap like b2g, no way of knowing
  1156. # [07:38] <philor> though both my aurora retriggers did get dropped
  1157. # [07:39] <jduell> philor: pong
  1158. # [07:40] <@dbaron> jduell, https://tbpl.mozilla.org/?tree=Mozilla-Inbound&jobname=mochitest-1&rev=f401b820cd6a
  1159. # [07:40] <@dbaron> jduell, seems likely that the test_preload_actions orange all day has been due to that commit
  1160. # [07:41] <jduell> dbaron: thanks. Lemme have a quick look...
  1161. # [07:43] <jduell> philor: dbaron: I'm seeing bug 962949 orange on the 2 commits before Honza's cache v2 landing, so I guess it's not that
  1162. # [07:43] <jduell> Do we know when it started?
  1163. # [07:44] <philor> jduell: the bug started January 22nd
  1164. # [07:44] <philor> as a 4 foilures a day thing
  1165. # [07:44] <jduell> philor: oh, meh.
  1166. # [07:44] <philor> how many so far today?
  1167. # [07:44] * jorendorff is now known as jorendorff_away
  1168. # [07:44] * Joins: wolfiR (wolfiR@moz-3227DDD2.dip0.t-ipconnect.de)
  1169. # [07:44] <@dbaron> jduell, with probably more like one failure per push since that landing
  1170. # [07:45] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  1171. # [07:45] * Joins: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net)
  1172. # [07:46] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  1173. # [07:46] * Joins: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de)
  1174. # [07:47] <jduell> well, both the previous landings had that bug orange, so it may be something else. But I'm fine with landing a one-liner that turns off the new HTTP cache, and we can see if the orange recedes
  1175. # [07:47] <jduell> We can look into it more tomorrow (or whenever Honza gets up in Prague)
  1176. # [07:48] * Quits: @njn (chatzilla@moz-69A5C917.dyn.iinet.net.au) (Quit: ChatZilla 0.9.90.1 [Firefox 29.0a1/20140121181344])
  1177. # [07:48] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  1178. # [07:48] * Quits: milan (milan@A20BA4E7.691E9493.4B2DF651.IP) (Input/output error)
  1179. # [07:48] <jduell> philor: dbaron: The one-liner is to set "browser.cache.use_new_backend_temp" in browser/app/profile/firefox.js
  1180. # [07:49] * Joins: rniwa_ (rniwa@moz-A1630E64.hsd1.ca.comcast.net)
  1181. # [07:49] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Ping timeout)
  1182. # [07:50] <philor> mmm, I see that https://hg.mozilla.org/integration/mozilla-inbound/rev/f401b820cd6a also disabled part of another test that has failed multiple times today
  1183. # [07:50] <philor> oh, no, different test in the same directory
  1184. # [07:51] <jduell> philor: There's one test that the new cache perma-oranges, so they disabled it for now. This code is only meant to stay in the tree for a few days while we shake out bugs.
  1185. # [07:51] <philor> multiple debugger/ failures, actually
  1186. # [07:51] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1187. # [07:52] * philor wonders who is going to pick them up as they are shaken out
  1188. # [07:52] * Quits: heftig (heftig@moz-48F85AD2.dip0.t-ipconnect.de) (Quit: Quitting)
  1189. # [07:52] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  1190. # [07:53] <jduell> philor: well, if it's anything serious we'll turn the pref off and revert to the old cache immediately. And mayhemer is the one who'll pick them up :)
  1191. # [07:53] <philor> so he's going to look at the unstarred orange, currently at 22, and figure out which are caused by it?
  1192. # [07:54] * Quits: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1193. # [07:54] <philor> I'm maybe 75% sure about two, and 50% on two more, so good luck to him guessing
  1194. # [07:54] <jduell> philor: so, to deal with this, I suggest one of 2 paths: we 1) turn off the new cache pref and see if the orange is actually caused by it
  1195. # [07:54] <jduell> That's probably the best plan
  1196. # [07:54] <jduell> 2) we disable test_preload_actions.js while the new cache is one for the next few days.
  1197. # [07:54] <jduell> But if it's not failing because of the new cache, then we just kick the diagnosis down the road.
  1198. # [07:55] * Quits: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1199. # [07:55] <@dbaron> jduell, seems easiest to disable by just backing out https://hg.mozilla.org/integration/mozilla-inbound/rev/f401b820cd6a
  1200. # [07:55] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1201. # [07:55] <jduell> dbaron: sure, that'll work
  1202. # [07:55] * Joins: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1203. # [07:56] <jduell> No wait
  1204. # [07:56] <jduell> dbaron: we landed a patch after that
  1205. # [07:56] <jduell> let me write the patch
  1206. # [07:58] <@dbaron> jduell, so we can just back out https://hg.mozilla.org/integration/mozilla-inbound/rev/285204b60e94 as well
  1207. # [07:58] <@dbaron> jduell, wouldn't want to leave the test commented out (from the first one)
  1208. # [07:58] <jduell> dbaron: sure, if you back those two out, we're good.
  1209. # [07:58] * Joins: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl)
  1210. # [07:59] <jduell> dbaron: philor: I've gotta run. Are we good?
  1211. # [07:59] <@dbaron> jduell, sure
  1212. # [07:59] <jduell> k, thanks
  1213. # [08:00] * Joins: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net)
  1214. # [08:02] * Quits: _AtilA_ (atila@8115C16.8A6572E7.C4DEE87F.IP) (Ping timeout)
  1215. # [08:02] * Quits: jduell (jduell@moz-2AA1D99C.hsd1.wa.comcast.net) (Input/output error)
  1216. # [08:03] <@dbaron> hmm, new remote head
  1217. # [08:03] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b04e2524e2eb - Phil Ringnalda - Back out 285204b60e94 and f401b820cd6a (bug 967693) to turn HTTP cache v2 off to investigate the effect on the influx of failed tests
  1218. # [08:04] * philor nods his new remote head
  1219. # [08:04] <philor> sorry, didn't know you were doing it
  1220. # [08:04] * Joins: Evolutio (Thunderbir@moz-B33B88BF.dip0.t-ipconnect.de)
  1221. # [08:04] <@dbaron> it's fine
  1222. # [08:06] <ewong> pardon my extreme ignorance, if VMs are problematic wrt tests (especially the clock skews), what's the point of sticking tests on VMs or even AWS? wouldn't it be more problematic that way? why not build on VMs and test on actual hardware?
  1223. # [08:07] <@dbaron> ewong, we decided to do exactly that for exactly that reason a number of years ago
  1224. # [08:07] <philor> then we undecided
  1225. # [08:07] * Quits: maxli (maxli@moz-F47DD19B.student.cs.uwaterloo.ca) (Input/output error)
  1226. # [08:08] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  1227. # [08:08] * Joins: briansmith (briansmith@C11351D5.AC8EC7EA.B4C748B5.IP)
  1228. # [08:08] <glob> happy bmo push day! http://globau.wordpress.com/2014/02/06/happy-bmo-push-day-81/
  1229. # [08:08] <briansmith> thank you, philor. I'm back
  1230. # [08:09] <ewong> philor by 'undecided' == changed mind?
  1231. # [08:09] <philor> briansmith: so far, you're only looking suspicious, not actually busted
  1232. # [08:10] <briansmith> philor: it is extremely unlikely that I had any effect on those oranges
  1233. # [08:10] * Quits: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1234. # [08:10] <briansmith> already looked at them.
  1235. # [08:10] <philor> ewong: right, we decided that the cloud would save us (money, as far as I can tell), so we're shoving everything we can into AWS as fast as we can, and then cheapening the instances we buy as fast as we can, with absolutely no way of measuring the effects
  1236. # [08:10] <philor> other than the monetary effects
  1237. # [08:11] <philor> I guess if we measured the number of tests we run on b2g, and the percentage of b2g suites which are hidden, we could measure some effect
  1238. # [08:11] * Quits: jhlin_ (jhlin@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1239. # [08:11] <ewong> errr. that doesn't sound like it's good for the testing infra.
  1240. # [08:11] <briansmith> philor: if there's any build bustage due to dholbert's patches to PSM, I can fix them up, if he's not around.
  1241. # [08:11] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1242. # [08:12] <philor> what did he break?
  1243. # [08:12] <briansmith> most likely such bustage would be caused by me sneaking in new warnings right before he could enable WARNINGS_AS_ERRORS, and it would be a one-liner
  1244. # [08:12] <dholbert> briansmith / philor, I'm around, but from not-really-paying-attention I think the closure is due to a networking thing
  1245. # [08:12] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1246. # [08:12] <briansmith> philor: I don't think he broke anything. But, his patches haven't finished building.
  1247. # [08:12] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  1248. # [08:12] <philor> you sound like me
  1249. # [08:12] * Quits: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com) (Ping timeout)
  1250. # [08:12] <dholbert> briansmith, ah, you're planning ahead; thought you were talking about existing bustage. thanks :)
  1251. # [08:12] <philor> "you didn't break anything... YET"
  1252. # [08:12] * dholbert hides
  1253. # [08:12] * Joins: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1254. # [08:13] * Joins: ewong|sleep (chatzilla@moz-772F27FF.netvigator.com)
  1255. # [08:13] * philor blind-stars all the b2g orange to get it out of the way
  1256. # [08:13] <dholbert> briansmith, (looks like the builds have almost all gotten past the "compile" stage, given that tests have been scheduled almost everywhere, even though the builds are still gray)
  1257. # [08:14] <philor> not like any of it is real
  1258. # [08:14] <dholbert> (so we're likely safe. :) )
  1259. # [08:14] <briansmith> good.
  1260. # [08:15] <briansmith> dholbert: thanks for writing those patches. I've been meaning to turn that on for a while.
  1261. # [08:15] <dholbert> briansmith, np
  1262. # [08:15] * philor considers https://bugzilla.mozilla.org/show_bug.cgi?id=966133#c10
  1263. # [08:16] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  1264. # [08:16] <briansmith> If anybody has suggestions for a way to hook into Mercurial to prevent myself from pushing DOS/Windows newlines in my commits, I'd love to hear them.
  1265. # [08:16] <philor> is there something in https://bug966133.bugzilla.mozilla.org/attachment.cgi?id=8370113 that I'm not seeing, or did he have the wrong thing in his clipboard for that summary change?
  1266. # [08:17] * Joins: grobinson|laptop (grob_@moz-773B6878.torservers.net)
  1267. # [08:17] <dholbert> briansmith, add this under [extensions] in your hgrc
  1268. # [08:17] <dholbert> hgext.eol =
  1269. # [08:18] <bz> dholbert++
  1270. # [08:18] <dholbert> briansmith, at least, I've got that, and I think that's what made my mercurial autoconvert those lines
  1271. # [08:18] <briansmith> I have eol =
  1272. # [08:18] <dholbert> briansmith, though be warned, that converts the whole file
  1273. # [08:18] <@dbaron> philor, what causes merges *to* b2g-inbound to happen?
  1274. # [08:19] <dholbert> briansmith, maybe you need 'hgext'? not sure
  1275. # [08:19] <briansmith> I will try it.
  1276. # [08:19] <dholbert> briansmith, er, hmm
  1277. # [08:19] <dholbert> briansmith, http://mercurial.selenic.com/wiki/EolExtension says you should be fine
  1278. # [08:19] <dholbert> as long as it's under [extensions]
  1279. # [08:19] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1280. # [08:19] <philor> dbaron: when things go right, they are caused by "I just finished merging all three inbounds to m-c, now I'm going to merge m-c back to all three"
  1281. # [08:19] <dholbert> briansmith, maybe you added that to your .hgrc after your last dos newline addition?
  1282. # [08:20] <dholbert> briansmith, (s/after/in the time since/)
  1283. # [08:20] <@dbaron> philor, asking because 892630 seems to have lasted a few days longer on b2g-inbound after the m-c landing
  1284. # [08:20] <@dbaron> philor, but not a big deal, I guess
  1285. # [08:20] * Quits: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1286. # [08:20] <briansmith> I think this might do it:
  1287. # [08:20] <briansmith> [eol]
  1288. # [08:20] <briansmith> only-consistent = False
  1289. # [08:21] <briansmith> default is only-consistent = True, which seems...unsmart.
  1290. # [08:21] * bz is now known as bz_sleep
  1291. # [08:21] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1292. # [08:22] <philor> dbaron: those last two are b2g emulator, those are million-monkey failures
  1293. # [08:22] * Joins: h4writer (h4writer@moz-6BDA8831.access.telenet.be)
  1294. # [08:22] <philor> so the cause of them being starred is me not being quick enough to star them as "b"
  1295. # [08:22] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  1296. # [08:23] * Quits: darkowlzz (sunny@1411B20F.851502FA.81E77A99.IP) (Ping timeout)
  1297. # [08:24] <philor> comment 134, it timed out jQuery probably, and failed that sessionstorage test absolutely certainly, entirely because we disabled all the dom-level* tests on every platform because nobody will own them, and that shifted tests around to different hunks, and now new things fail
  1298. # [08:25] <philor> wouldn't surprise me if test_dataChannel_basicAudio.html also moved to somewhere it isn't happy
  1299. # [08:25] <philor> apparently it used to be in m4
  1300. # [08:27] * Joins: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP)
  1301. # [08:28] * philor backspaces rather a lot
  1302. # [08:28] <philor> but yes, I think closing that bug and moving on would be a fine idea
  1303. # [08:29] <philor> and selling b2g to Lenovo
  1304. # [08:29] <markh> lol
  1305. # [08:29] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Input/output error)
  1306. # [08:30] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1307. # [08:30] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1308. # [08:30] * Joins: forivall (quassel@moz-C3493F5E.vc.shawcable.net)
  1309. # [08:31] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  1310. # [08:31] * Joins: bholley (bholley@moz-24EDB000.hsd1.ca.comcast.net)
  1311. # [08:32] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  1312. # [08:33] * Joins: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net)
  1313. # [08:33] <philor> markh: I think we'll have ten retriggers a platform of bc on inbound tip, not see any social failures, and blame mayhemer
  1314. # [08:33] * heycam is now known as heycam|away
  1315. # [08:33] <markh> philor: awesome!
  1316. # [08:33] <markh> (for me ;)
  1317. # [08:34] * Joins: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net)
  1318. # [08:34] * Joins: stransky (stransky@moz-59D79C36.broadband2.iol.cz)
  1319. # [08:34] <philor> and for devtools, who are otherwise going to have five new bugs
  1320. # [08:34] <philor> oh good, 23:30
  1321. # [08:36] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  1322. # [08:36] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  1323. # [08:37] <philor> hmm, look at that, a couple of unfiled leaks which entrain a CacheObserver
  1324. # [08:37] * Joins: jviereck (Adium@moz-56DDD13.dip0.t-ipconnect.de)
  1325. # [08:37] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  1326. # [08:37] * Quits: jviereck (Adium@moz-56DDD13.dip0.t-ipconnect.de) (Client exited)
  1327. # [08:43] * Quits: WeirdAl (chatzilla@moz-527389C3.hsd1.ca.comcast.net) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  1328. # [08:44] * Quits: bholley (bholley@moz-24EDB000.hsd1.ca.comcast.net) (Quit: bholley)
  1329. # [08:47] * Quits: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  1330. # [08:48] * Quits: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1331. # [08:51] <markh> speaking of social failures, I think I've nailed the social "blocklist" oranges
  1332. # [08:51] <philor> \o/
  1333. # [08:52] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1334. # [08:52] <markh> "normal" addon blocklist update happening apparently :)
  1335. # [08:52] <markh> while the test is running
  1336. # [08:53] <philor> really? I thought we had that disabled and faked out seventeen different ways
  1337. # [08:53] * Joins: bent (chatzilla@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1338. # [08:53] * Joins: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net)
  1339. # [08:53] * Quits: drno (nohlmeier@moz-8C24FDC2.hsd1.ca.comcast.net) (Quit: drno)
  1340. # [08:54] <markh> TEST-INFO | chrome://mochitests/content/browser/browser/base/content/test/social/browser_blocklist.js | Console message: Blocklist::notify: Requesting
  1341. # [08:54] <markh> https://addons.mozilla.org/blocklist/3/%7Bec8030f7-c20a-464f-9b0e-13a3a9e97384%7D/30.0a1/Firefox/20140204145305/Linux_x86_64-gcc3/en-US/default/Linux%202.6.31.5-127.fc12.x86_64%20(GTK%202.18.9)/default/default/invalid/invalid/invalid/
  1342. # [08:54] * Joins: jkitch (Thunderbir@moz-CC9CEE20.lns20.adl2.internode.on.net)
  1343. # [08:54] * Quits: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1344. # [08:54] * Joins: robertbindar (Thunderbir@moz-F317F7CE.eregie.pub.ro)
  1345. # [08:54] <philor> well, as long as it's the triple-secret invalid invalid invalid blocklist
  1346. # [08:54] <markh> no idea what that does, but it returns a blocklist, which interferes with the test also trying to simulate blocklist updates from a custom example.com URL
  1347. # [08:55] <philor> so it's all Unfocused's fault, we should have known
  1348. # [08:55] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  1349. # [08:55] <markh> s/no idea what that does/no idea if there is any test infra magic behind that/
  1350. # [08:55] <markh> kiwis!
  1351. # [08:56] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1352. # [08:56] <Unfocused> in my defense.... i reserve the right to blame Mossop
  1353. # [08:56] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Input/output error)
  1354. # [08:56] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  1355. # [08:57] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  1356. # [08:57] * Joins: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net)
  1357. # [08:57] <Unfocused> wait, we *do* have that disabled. AND it points to a quick-fail URL
  1358. # [08:59] * Quits: espadrine` (ttyl@moz-F55E139E.w92-128.abo.wanadoo.fr) (Ping timeout)
  1359. # [09:00] <Unfocused> markh: wtf did you do to my blocklist?!
  1360. # [09:01] <markh> Unfocused: is that yours? awesome :)
  1361. # [09:02] <Unfocused> it is until i find time to kill it with fire
  1362. # [09:02] * pmoore|away is now known as pmoore
  1363. # [09:07] * Joins: lmandel (lmandel@moz-9CE00FC0.holiday-inn-express.mozilla.hq)
  1364. # [09:07] <gaston> jbeich: on the freebsd one, i can, but i dont see the importance of that :)
  1365. # [09:07] <gaston> jbeich: they miserably fail anyway because of icu...
  1366. # [09:08] * Joins: tzimmermann (tzimmerman@moz-D05E6B33.pools.arcor-ip.net)
  1367. # [09:08] <gaston> jbeich: done on the freebsd one
  1368. # [09:09] * Quits: nattokirai (nattokirai@moz-C286AD9A.bitcat.net) (Quit: nattokirai)
  1369. # [09:09] * Quits: Optimize1 (Instantbir@4F3E1057.A6DE773B.88FACCAA.IP) (Ping timeout)
  1370. # [09:11] * Parts: axitkhurana (Adium@63F3AA56.9CFBD76D.30E7AE68.IP)
  1371. # [09:14] * Joins: jhlin (jhlin@moz-99690620.hinet-ip.hinet.net)
  1372. # [09:14] * Joins: gabor_ (gabor@88A0F8B1.7155DD53.2326E556.IP)
  1373. # [09:15] <philor> oh, I don't like that, I don't like that at all
  1374. # [09:16] * Joins: Morris (Morris@moz-99690620.hinet-ip.hinet.net)
  1375. # [09:16] * Joins: jhorak (jhorak@moz-107AD163.redhat.com)
  1376. # [09:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6ff203ccf025 - Daniel Holbert - Bug 968348: Remove some set-but-never-read variables, an inline a PR_LOGGING-only variable, to fix build warnings in security/manager/ssl/src/. r=keeler
  1377. # [09:16] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/e6082884469c - Daniel Holbert - Bug 968363: Mark security/manager/ssl/src/ as FAIL_ON_WARNINGS. r=briansmith
  1378. # [09:17] <philor> briansmith: between beta and aurora, you have two of the failures for which I backed out http cache v2 on inbound, did you maybe land on inbound this morning?
  1379. # [09:17] <briansmith> 1min
  1380. # [09:18] <briansmith> philor: I rarely do anything in the morning
  1381. # [09:18] * Quits: forivall (quassel@moz-C3493F5E.vc.shawcable.net) (Client exited)
  1382. # [09:18] <philor> nope, on the 3rd, that can't be
  1383. # [09:19] <philor> 16:08, that's fairly early
  1384. # [09:19] <briansmith> I landed some stuff this afternoon, but it is currently dead code.
  1385. # [09:21] <briansmith> philor: which failure are you thinking about?
  1386. # [09:22] <philor> briansmith: https://tbpl.mozilla.org/php/getParsedLog.php?id=34194999&tree=Mozilla-Beta#error1 and https://tbpl.mozilla.org/php/getParsedLog.php?id=34186239&tree=Mozilla-Inbound, but that's below rc0 on inbound
  1387. # [09:23] <philor> and https://tbpl.mozilla.org/php/getParsedLog.php?id=34194575&tree=Mozilla-Aurora was what precipitated the backout, but it was an existing intermittent, just turned too frequent
  1388. # [09:23] * Joins: mihaelav (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1389. # [09:25] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1390. # [09:25] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1391. # [09:26] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Ping timeout)
  1392. # [09:26] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  1393. # [09:26] * philor chants his mantra for a while
  1394. # [09:27] * Quits: lmandel (lmandel@moz-9CE00FC0.holiday-inn-express.mozilla.hq) (Input/output error)
  1395. # [09:27] <philor> i hate tests i hate tests i hate tests i hate tests
  1396. # [09:27] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1397. # [09:27] <philor> of course, the gods just had to give me one of the existing intermittent on my backout, to force me to defend it on prior frequency grounds
  1398. # [09:28] <briansmith> it is unlikely that those tests are affected by my changes, which are SSL-related.
  1399. # [09:28] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  1400. # [09:29] * Joins: tedders1 (tedders1@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1401. # [09:29] * Joins: Optimizer1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1402. # [09:30] * Quits: Optimizer1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Input/output error)
  1403. # [09:30] * Joins: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1404. # [09:30] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Ping timeout)
  1405. # [09:31] * Quits: gabor_ (gabor@88A0F8B1.7155DD53.2326E556.IP) (Ping timeout)
  1406. # [09:32] * Quits: grobinson|laptop (grob_@moz-773B6878.torservers.net) (Ping timeout)
  1407. # [09:32] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1408. # [09:34] * Joins: RealRaven (Thunderbir@EB9102D.E62372D8.C3498625.IP)
  1409. # [09:34] * Joins: fredw (Icedove@moz-B9C110E2.fbx.proxad.net)
  1410. # [09:36] * Joins: recursive (recursive@71958799.4D49EC71.6815CE39.IP)
  1411. # [09:36] * Quits: @dbaron (dbaron@moz-B3F1D17A.dsl.dynamic.sonic.net) (Ping timeout)
  1412. # [09:39] * Joins: andreasn (andreasn@moz-846D011E.redhat.com)
  1413. # [09:39] * Quits: @dveditz (dveditz@moz-104CC309.mv.mozilla.com) (Ping timeout)
  1414. # [09:39] * Joins: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1415. # [09:42] * Joins: jaoo (user@moz-F2C43276.red-83-45-173.dynamicip.rima-tde.net)
  1416. # [09:43] * Joins: pauly (paul@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1417. # [09:43] * Joins: gsvelto (gsvelto@moz-1C8C231E.clienti.tiscali.it)
  1418. # [09:45] * Quits: vd (vd@moz-7A53EEF0.ddns.cablebg.net) (Quit: leaving)
  1419. # [09:45] * Joins: vd (vd@moz-7A53EEF0.ddns.cablebg.net)
  1420. # [09:46] * Joins: snig_wal (chatzilla@9B9315E1.A6025CA.1C37C358.IP)
  1421. # [09:46] * Quits: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net) (Quit: Leaving)
  1422. # [09:48] * Quits: rniwa_ (rniwa@moz-A1630E64.hsd1.ca.comcast.net) (Quit: rniwa_)
  1423. # [09:48] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  1424. # [09:50] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1425. # [09:51] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1426. # [09:53] * kaze|zZz is now known as kaze
  1427. # [09:55] * Joins: dbaron (dbaron@moz-B3F1D17A.dsl.dynamic.sonic.net)
  1428. # [09:55] * ChanServ sets mode: +ao dbaron dbaron
  1429. # [09:56] * glob is now known as glob|away
  1430. # [09:57] * Joins: Archaeopteryx (itsme@BFF80DF6.86BCFB6F.2DB0BBA1.IP)
  1431. # [09:58] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Quit: Computer has gone to sleep.)
  1432. # [09:59] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  1433. # [10:00] * Quits: michal (michal@moz-6CE1017D.broadband17.iol.cz) (Ping timeout)
  1434. # [10:01] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1435. # [10:04] * Quits: Optimizer (Optimizer@1F8E8A4.D1A4E51E.BE4CF869.IP) (Ping timeout)
  1436. # [10:05] * Joins: jackneill (jackneill@moz-CCD35239.pool.digikabel.hu)
  1437. # [10:05] * Quits: jwalden (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Quit: ChatZilla 0.9.90.1 [Firefox 29.0a1/20140128031716])
  1438. # [10:10] <firebot> Check-in:
  1439. # [10:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/84b6f0aba30d - Daniel Holbert - Bug 965897: Assert that we have the right prescontext in nsHTMLReflowState constructor, and convert some existing NS_PRECONDITION null-checks into MOZ_ASSERTs. r=mats
  1440. # [10:11] * Joins: ioana (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1441. # [10:11] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1442. # [10:15] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  1443. # [10:15] * Quits: Kabaka (kabaka@moz-55BA12D.vacantminded.com) (Ping timeout)
  1444. # [10:16] * Joins: michal (michal@moz-167B440E.broadband6.iol.cz)
  1445. # [10:16] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a4e9e8bead92 - Henri Sivonen - Bug 910211 - Guess the fallback encoding from the top-level domain when feasible. r=emk.
  1446. # [10:17] * Joins: darkowlzz (sunny@AE7F40E1.19D55AB4.F2AF99E1.IP)
  1447. # [10:19] * philor is now known as philor|away
  1448. # [10:22] * Joins: heftig (heftig@moz-D746319F.unitymedia.biz)
  1449. # [10:23] * Joins: Optimizer (Optimizer@3251C8B5.9D29217F.BE90E62C.IP)
  1450. # [10:27] * Quits: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net) (Ping timeout)
  1451. # [10:27] * Joins: lzzluca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk)
  1452. # [10:27] * Joins: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP)
  1453. # [10:29] * Quits: stransky (stransky@moz-59D79C36.broadband2.iol.cz) (Quit: Connection reset by beer)
  1454. # [10:29] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1455. # [10:31] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  1456. # [10:32] * Quits: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1457. # [10:32] * Parts: ioana (Mibbit@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP)
  1458. # [10:32] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  1459. # [10:32] * Joins: Gijs (gijs@moz-38E1C9D2.range86-164.btcentralplus.com)
  1460. # [10:32] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1461. # [10:32] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  1462. # [10:32] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  1463. # [10:33] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  1464. # [10:34] * Quits: jkitch (Thunderbir@moz-CC9CEE20.lns20.adl2.internode.on.net) (Client exited)
  1465. # [10:34] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  1466. # [10:35] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  1467. # [10:35] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  1468. # [10:35] * Quits: @dbaron (dbaron@moz-B3F1D17A.dsl.dynamic.sonic.net) (Ping timeout)
  1469. # [10:35] * Joins: jkitch (Thunderbir@moz-CC9CEE20.lns20.adl2.internode.on.net)
  1470. # [10:37] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  1471. # [10:37] * Joins: vichen (vichen@moz-99690620.hinet-ip.hinet.net)
  1472. # [10:38] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1473. # [10:41] * Quits: Archaeopteryx (itsme@BFF80DF6.86BCFB6F.2DB0BBA1.IP) (Quit: Goodbye)
  1474. # [10:43] * Joins: mikeratcliffe (Adium@755D1F38.4788BC2C.7CCB197A.IP)
  1475. # [10:43] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  1476. # [10:44] * Quits: recursive (recursive@71958799.4D49EC71.6815CE39.IP) (Quit: Leaving...)
  1477. # [10:45] * Joins: Kabaka (kabaka@moz-55BA12D.vacantminded.com)
  1478. # [10:46] * Joins: smontagu (chatzilla@88F51059.F3BBB17D.144F44FA.IP)
  1479. # [10:46] * Quits: michal (michal@moz-167B440E.broadband6.iol.cz) (Ping timeout)
  1480. # [10:47] * Joins: michal (michal@moz-167B440E.broadband6.iol.cz)
  1481. # [10:50] * Joins: msucan (mihai@C2F5E632.85233D2F.C0E37CF3.IP)
  1482. # [10:54] * Joins: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP)
  1483. # [10:56] * Joins: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net)
  1484. # [10:56] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  1485. # [10:58] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  1486. # [10:59] * Joins: Ms2ger (Ms2ger@moz-884DE569.adsl-dyn.isp.belgacom.be)
  1487. # [10:59] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  1488. # [11:00] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  1489. # [11:00] * Quits: snig_wal (chatzilla@9B9315E1.A6025CA.1C37C358.IP) (Ping timeout)
  1490. # [11:02] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  1491. # [11:03] * Joins: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net)
  1492. # [11:04] * Joins: kdudka (kdudka@moz-107AD163.redhat.com)
  1493. # [11:05] * Quits: jdover (jdover@moz-BE2772C4.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1494. # [11:06] * Quits: nrc|waitangiday (nrc@7BE24E90.A5032A01.3CFC199D.IP) (Ping timeout)
  1495. # [11:07] * Quits: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com) (Client exited)
  1496. # [11:09] * Quits: chucklee (chucklee@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1497. # [11:09] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/246619a27992 - Ben Turner - Bug 956218 - '(PBackground) Add a mechanism for communicating with a non-main I/O thread via thread and process links'. r=mrbkap.
  1498. # [11:09] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a1e377eee59a - Steve Workman - Bug 956218 - Make sure that all callbacks are called, r=bent.
  1499. # [11:10] * Quits: Morris (Morris@moz-99690620.hinet-ip.hinet.net) (Quit: Morris)
  1500. # [11:13] * Quits: ethan (chatzilla@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1501. # [11:16] * Joins: gcp_ (gpascutto@moz-9CEB1C98.access.telenet.be)
  1502. # [11:16] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  1503. # [11:16] * Joins: capella (chatzilla@moz-3A08EE5.twcny.res.rr.com)
  1504. # [11:17] * Quits: darkowlzz (sunny@AE7F40E1.19D55AB4.F2AF99E1.IP) (Ping timeout)
  1505. # [11:17] * Quits: gcp_ (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  1506. # [11:18] * ewong is now known as ewong|away
  1507. # [11:24] <Tomcat|sheriffduty> bent: ping :)
  1508. # [11:24] <bent> Tomcat|sheriffduty, on it!
  1509. # [11:25] <bent> thanks :)
  1510. # [11:25] * Joins: darkowlzz (sunny@9AF98657.96774A38.81E77A99.IP)
  1511. # [11:26] <bent> Tomcat|sheriffduty, if that doesn't do it i'll clean it up
  1512. # [11:26] <Tomcat|sheriffduty> ok cool
  1513. # [11:26] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Connection reset by peer)
  1514. # [11:27] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3ec82c51c8d5 - Ben Turner - Bug 956218 - '(PBackground) Fix silly cast issue.'
  1515. # [11:27] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  1516. # [11:30] * Joins: grubshka (grubshka@B209C20F.4FA05B29.6267E3D3.IP)
  1517. # [11:32] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1518. # [11:32] <grubshka> Hi there
  1519. # [11:33] <grubshka> I still have my .so file size, if anyone can help
  1520. # [11:33] <grubshka> I'v a C++ component that I build with Firefox (like an extension). Since Firefox 27, my library takes 6Mo on Linux and Mac, it was 60Ko before!
  1521. # [11:33] * Fallen|away is now known as Fallen
  1522. # [11:33] * Quits: vichen (vichen@moz-99690620.hinet-ip.hinet.net) (Quit: vichen)
  1523. # [11:33] <grubshka> I had a compilation problem, so I added $(MOZ_ZLIB_LIBS) in EXTRA_DSO_LDOPTS in the Makefile.in. I changed some things (Makefile.in to moz.build and some code adaptations) so I'm not sure the problem comes from Zlib...
  1524. # [11:36] * Quits: RealRaven (Thunderbir@EB9102D.E62372D8.C3498625.IP) (Connection reset by peer)
  1525. # [11:37] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  1526. # [11:37] * Joins: MarcoZ (marco.zehe@moz-8F4DB4D.dip0.t-ipconnect.de)
  1527. # [11:37] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  1528. # [11:39] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  1529. # [11:39] * Quits: darkowlzz (sunny@9AF98657.96774A38.81E77A99.IP) (Quit: This computer has gone to sleep)
  1530. # [11:40] * baku|away is now known as baku
  1531. # [11:42] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1532. # [11:44] * Joins: RealRaven (Thunderbir@2E65E2E7.BF9F220C.C3498625.IP)
  1533. # [11:48] * Joins: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1534. # [11:48] * Joins: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1535. # [11:50] * Joins: arky (arky@A74B5740.A02F62B6.FA662B63.IP)
  1536. # [11:54] <bent> Tomcat|sheriffduty, ok, backed out :-/
  1537. # [11:54] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  1538. # [11:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/115c1eeb8247 - Ben Turner - Backout bug 956218 for link error.
  1539. # [11:56] <Tomcat|sheriffduty> bent: :( thanks
  1540. # [11:57] * Quits: gwagner (Gregor@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1541. # [11:57] * Joins: vignesh (vignesh.sh@37011B76.F6E3A146.DF257BE8.IP)
  1542. # [11:57] * Quits: sewardj_ (sewardj@moz-9EF70CC5.dip0.t-ipconnect.de) (Ping timeout)
  1543. # [11:58] * Quits: briansmith (briansmith@C11351D5.AC8EC7EA.B4C748B5.IP) (Ping timeout)
  1544. # [11:58] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  1545. # [11:59] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1546. # [11:59] * Quits: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP) (Quit: givanica)
  1547. # [11:59] * Quits: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1548. # [12:00] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1549. # [12:01] * mihaelav is now known as mihaelav_lunch
  1550. # [12:01] * Quits: Optimizer (Optimizer@3251C8B5.9D29217F.BE90E62C.IP) (Ping timeout)
  1551. # [12:01] * Quits: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  1552. # [12:01] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1553. # [12:01] * Quits: kdudka (kdudka@moz-107AD163.redhat.com) (Quit: Leaving)
  1554. # [12:01] * Joins: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP)
  1555. # [12:02] * Joins: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1556. # [12:02] * julienw_afk is now known as julienw
  1557. # [12:02] * Joins: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net)
  1558. # [12:05] * Quits: StevenLee (Adium@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving.)
  1559. # [12:05] * Joins: lduros (user@moz-D1C419E5.phlapa.fios.verizon.net)
  1560. # [12:10] * Quits: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP) (Quit: givanica)
  1561. # [12:10] * Quits: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  1562. # [12:12] <bbouvier> has somebody figured out how to install ubuntu on a mac book pro 11,3 and have the screen working?
  1563. # [12:12] * Quits: elin (elin@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1564. # [12:13] * Joins: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP)
  1565. # [12:16] * Quits: ericcc (echang@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1566. # [12:17] * Quits: vignesh (vignesh.sh@37011B76.F6E3A146.DF257BE8.IP) (Quit: vignesh)
  1567. # [12:20] * Joins: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP)
  1568. # [12:21] * Fallen is now known as Fallen|away
  1569. # [12:21] * Fallen|away is now known as Fallen
  1570. # [12:25] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  1571. # [12:28] * Joins: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com)
  1572. # [12:29] * Joins: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu)
  1573. # [12:29] * Joins: KaiRo (robert@moz-9D479A9D.adsl.highway.telekom.at)
  1574. # [12:30] * Joins: vignesh (vignesh.sh@37011B76.F6E3A146.DF257BE8.IP)
  1575. # [12:31] * whimboo is now known as whimboo|afk
  1576. # [12:32] * Quits: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP) (Quit: This computer has gone to sleep)
  1577. # [12:32] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1578. # [12:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8d7c0ce1b376 - Nicolas Silva - Bug 966528 - Use a specific IPDL message for component alpha. r=mattwoodrow
  1579. # [12:33] * Joins: Dwight_Stegall (Yahoo@moz-EE25458F.client.mchsi.com)
  1580. # [12:35] * Quits: vignesh (vignesh.sh@37011B76.F6E3A146.DF257BE8.IP) (Ping timeout)
  1581. # [12:37] * Quits: Dwight_Stegall (Yahoo@moz-EE25458F.client.mchsi.com) (Quit: Catch you youngsters later. :))
  1582. # [12:38] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1583. # [12:39] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  1584. # [12:40] * Joins: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP)
  1585. # [12:40] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  1586. # [12:41] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  1587. # [12:41] * Quits: jwwang (jwwang@moz-99690620.hinet-ip.hinet.net) (Quit: 暫離)
  1588. # [12:42] * Quits: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com) (Quit: Leaving.)
  1589. # [12:43] * Quits: brsun (chatzilla@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1590. # [12:43] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  1591. # [12:43] * Quits: vicamo (vicamo@moz-99690620.hinet-ip.hinet.net) (Quit: Konversation terminated!)
  1592. # [12:43] * Quits: karl (karl@moz-C433B975.jetstream.xtra.co.nz) (Ping timeout)
  1593. # [12:43] * Quits: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1594. # [12:43] * Quits: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP) (Ping timeout)
  1595. # [12:46] * Joins: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1596. # [12:48] * jandem is now known as jandem-brb
  1597. # [12:49] <Tomcat|sheriffduty> ok merge time
  1598. # [12:49] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  1599. # [12:50] * Quits: allstarschh (allstars@moz-99690620.hinet-ip.hinet.net) (Input/output error)
  1600. # [12:51] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1601. # [12:53] * Quits: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1602. # [12:53] * Quits: shelly (shelly@moz-99690620.hinet-ip.hinet.net) (Quit: Leaving)
  1603. # [12:54] * Quits: arky (arky@A74B5740.A02F62B6.FA662B63.IP) (Ping timeout)
  1604. # [12:54] * Quits: Edgar (Thunderbir@moz-99690620.hinet-ip.hinet.net) (Ping timeout)
  1605. # [12:55] * Joins: brendan (brendaneic@9E9221B0.60D98710.CE12DF22.IP)
  1606. # [12:56] * Joins: ejpbruel_ (ejpbruel@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  1607. # [12:57] * Joins: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca)
  1608. # [12:57] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  1609. # [12:58] * Joins: sewardj_ (sewardj@moz-18554D6E.dip0.t-ipconnect.de)
  1610. # [12:59] * Quits: yzen (yzen@moz-A36A7FD4.cpe.pppoe.ca) (Ping timeout)
  1611. # [13:01] * Joins: Mano_ (mano@moz-DD946CD4.red.bezeqint.net)
  1612. # [13:01] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Connection reset by peer)
  1613. # [13:01] * Quits: Evolutio (Thunderbir@moz-B33B88BF.dip0.t-ipconnect.de) (Ping timeout)
  1614. # [13:03] * Joins: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP)
  1615. # [13:06] <drs> does anyone know how to build only ipdl changes in dom/ipc/PBrowser.ipdl? there's some specific make command for it that I can't remember
  1616. # [13:06] <Gijs> ergh
  1617. # [13:06] <Gijs> we don't support nested calc() ? :(
  1618. # [13:06] <drs> it's not (cd obj/dom/ipc && make)
  1619. # [13:06] <Gijs> (in CSS)
  1620. # [13:07] <Ms2ger> drs, unclear if we still support that
  1621. # [13:07] * Joins: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP)
  1622. # [13:07] * Joins: darkowlzz (sunny@31B52952.5DF59987.C28A6AA4.IP)
  1623. # [13:07] * Joins: gustavold (gustavold@C27F9EEB.4F9453A5.DF2AC62B.IP)
  1624. # [13:07] <drs> Ms2ger: then how do I change PBrowser incrementally?
  1625. # [13:08] <drs> the only other way I can think of is to clobber the whole build, because I have things depending on the changes I made to it which are being built first and failing
  1626. # [13:09] * Quits: clokep (Instantbir@moz-1484204D.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com) (Ping timeout)
  1627. # [13:09] <Unfocused> Gijs: really? huh. iirc, the spec supports that...
  1628. # [13:09] * Joins: Evolutio (Thunderbir@moz-50AF50E0.dip0.t-ipconnect.de)
  1629. # [13:09] * Joins: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl)
  1630. # [13:10] <drs> Ms2ger: nevermind, I was doing something else wrong. thanks
  1631. # [13:11] <Ms2ger> Np
  1632. # [13:11] <Ms2ger> Gijs, check the spec, write a test, file a bug? :)
  1633. # [13:12] * Quits: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP) (Quit: givanica)
  1634. # [13:12] <Gijs> Ms2ger: prod/comp?
  1635. # [13:12] <Gijs> Core/CSS Parsing + Computation?
  1636. # [13:12] <Ms2ger> Yep
  1637. # [13:12] * Fallen is now known as Fallen|away
  1638. # [13:13] * sewardj_ is now known as sewardj
  1639. # [13:14] * Quits: brendan (brendaneic@9E9221B0.60D98710.CE12DF22.IP) (Quit: brendan)
  1640. # [13:14] * Joins: Dwight_Stegall (Pony_Expre@moz-EE25458F.client.mchsi.com)
  1641. # [13:15] * Joins: espadrine` (ttyl@moz-F55E139E.w92-128.abo.wanadoo.fr)
  1642. # [13:16] * Quits: kk1fff (kk1fff@moz-99690620.hinet-ip.hinet.net) (Client exited)
  1643. # [13:16] * Quits: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP) (Ping timeout)
  1644. # [13:17] * Joins: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP)
  1645. # [13:17] * Joins: kdudka (kdudka@moz-107AD163.redhat.com)
  1646. # [13:19] * Joins: brendan (brendaneic@9E9221B0.60D98710.CE12DF22.IP)
  1647. # [13:22] * Gijs struggles with the testcase :(
  1648. # [13:22] <Tomcat|sheriffduty> ok merges to m-c done ..now all the way back
  1649. # [13:23] * Joins: Pike (chatzilla@moz-934D154F.pool.mediaways.net)
  1650. # [13:24] * mihaelav_lunch is now known as mihaelav
  1651. # [13:24] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1652. # [13:24] * Quits: brendan (brendaneic@9E9221B0.60D98710.CE12DF22.IP) (Quit: brendan)
  1653. # [13:26] * Quits: dria (dria@moz-1C1CE1C8.dsl.teksavvy.com) (Quit: dria)
  1654. # [13:27] * Quits: dougc (dougc@moz-F16BC551.static.rev.eftel.com) (Ping timeout)
  1655. # [13:28] * Joins: nattokirai (nattokirai@moz-F4EE21F.dynamic.ppp.asahi-net.or.jp)
  1656. # [13:28] * Quits: lpy (lpy@CD0DB27D.2153E224.E99F7FDB.IP) (Ping timeout)
  1657. # [13:30] * jandem-brb is now known as jandem
  1658. # [13:30] * Joins: lpy (lpy@B3BE13AC.47A0616D.E99F7FDB.IP)
  1659. # [13:32] * Joins: dougc (dougc@moz-F16BC551.static.rev.eftel.com)
  1660. # [13:34] * Fallen|away is now known as Fallen
  1661. # [13:35] * NeilAway wonders which editor briansmith is using that he gets so many DOS newlines in his commits
  1662. # [13:38] <Ms2ger> Notepad?
  1663. # [13:39] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  1664. # [13:39] * Quits: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP) (Ping timeout)
  1665. # [13:40] * Quits: Optimize1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  1666. # [13:40] * Joins: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP)
  1667. # [13:41] * Joins: Optimizer1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP)
  1668. # [13:44] * Quits: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP) (Ping timeout)
  1669. # [13:44] * joshua-s|zzz is now known as joshua-s
  1670. # [13:46] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  1671. # [13:47] * Quits: dew (Instantbir@moz-D2186B13.static.stls.mo.charter.com) (Ping timeout)
  1672. # [13:48] <Gijs> Ms2ger: bug 968761 ?
  1673. # [13:48] <Gijs> Ms2ger: doublechecking the testcase isn't crazy is probably a good idea... I just cooked something up. :)
  1674. # [13:49] <Ms2ger> Looks good, thanks :)
  1675. # [13:50] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1676. # [13:51] * Joins: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1677. # [13:53] * Joins: jdm (jdm@9A315A00.EF4ED636.74119F78.IP)
  1678. # [13:54] * Joins: dne0 (Mibbit@3E6B7DD0.CD1E2C26.BE3C3C1D.IP)
  1679. # [13:55] * Joins: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP)
  1680. # [13:58] * Joins: StevenLee (Adium@moz-4DFF9267.dynamic.hinet.net)
  1681. # [13:59] * Quits: grubshka (grubshka@B209C20F.4FA05B29.6267E3D3.IP) (Ping timeout)
  1682. # [13:59] * Quits: StevenLee (Adium@moz-4DFF9267.dynamic.hinet.net) (Quit: Leaving.)
  1683. # [14:00] * Joins: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP)
  1684. # [14:00] * Quits: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP) (Client exited)
  1685. # [14:01] * Quits: lpy (lpy@B3BE13AC.47A0616D.E99F7FDB.IP) (Ping timeout)
  1686. # [14:01] * Joins: lpy (lpy@B3BE13AC.47A0616D.E99F7FDB.IP)
  1687. # [14:03] * Joins: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP)
  1688. # [14:03] * whimboo|afk is now known as whimboo
  1689. # [14:05] * Joins: C4RNAGE (Anders@moz-980F7CD3.bb.online.no)
  1690. # [14:05] * Quits: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP) (Ping timeout)
  1691. # [14:06] * Joins: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP)
  1692. # [14:06] * Joins: jesup (chatzilla@moz-53A7F1F8.public.wayport.net)
  1693. # [14:07] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  1694. # [14:08] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1695. # [14:08] * Joins: bjacob (bjacob@moz-BCF7D710.cpe.net.cable.rogers.com)
  1696. # [14:08] <mihaelav> hi! is it possible to handle non-browser windows opened by a browser-chrome test (e.g. by clicking on save page/open file/email link button...)?
  1697. # [14:08] * Joins: bgrins (Adium@C7203E51.FBD8ACDB.20F09BA6.IP)
  1698. # [14:09] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  1699. # [14:09] * Joins: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP)
  1700. # [14:11] * Joins: mreavy (chatzilla@moz-53A7F1F8.public.wayport.net)
  1701. # [14:12] * Joins: vichen (vichen@moz-B85C1AA5.dynamic.hinet.net)
  1702. # [14:12] * Parts: vichen (vichen@moz-B85C1AA5.dynamic.hinet.net)
  1703. # [14:13] * Parts: nical (nico@87C1F78E.1DE10CA8.D8E68FF6.IP)
  1704. # [14:13] * Joins: mstange (markus@moz-592434EA.dip0.t-ipconnect.de)
  1705. # [14:14] * Quits: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1706. # [14:14] * Joins: Niharika (Happiness@E0B3CA17.5DA96D76.74119F78.IP)
  1707. # [14:14] * Quits: ericjung_ (ericjung@EBA5EBAE.78089B69.E141FD9.IP) (Ping timeout)
  1708. # [14:16] * Joins: davidb (davidb@moz-CDD6CD1B.dsl.bell.ca)
  1709. # [14:16] * Quits: jaoo (user@moz-F2C43276.red-83-45-173.dynamicip.rima-tde.net) (Quit: ERC Version 5.3 (IRC client for Emacs))
  1710. # [14:17] * Quits: dougc (dougc@moz-F16BC551.static.rev.eftel.com) (Ping timeout)
  1711. # [14:20] * Joins: rogeliodh (Thunderbir@A6BD84F6.C2BE31D.D67CC001.IP)
  1712. # [14:22] * Quits: michal (michal@moz-167B440E.broadband6.iol.cz) (Ping timeout)
  1713. # [14:22] * Joins: michal (michal@moz-167B440E.broadband6.iol.cz)
  1714. # [14:22] * Joins: brendan (brendaneic@moz-F49A1F98.range86-189.btcentralplus.com)
  1715. # [14:23] * Joins: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1716. # [14:24] * Quits: davidb|afk (uid12418@moz-31ABA2C0.irccloud.com) (Quit: )
  1717. # [14:24] * davidb is now known as davidb|afk
  1718. # [14:26] * Quits: brendan (brendaneic@moz-F49A1F98.range86-189.btcentralplus.com) (Quit: brendan)
  1719. # [14:26] <jdm> mihaelav: for save dialogs we have a mock filepicker that we can script
  1720. # [14:26] * Joins: dria (dria@13F2CEC5.7672369.D8E68FF6.IP)
  1721. # [14:26] <jdm> (ie. we don't actually interact with the real dialog)
  1722. # [14:26] * Quits: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP) (Quit: givanica)
  1723. # [14:26] * Joins: brendan (brendaneic@moz-F49A1F98.range86-189.btcentralplus.com)
  1724. # [14:26] * Joins: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP)
  1725. # [14:26] * Quits: jesup (chatzilla@moz-53A7F1F8.public.wayport.net) (Ping timeout)
  1726. # [14:26] <Yoric> mak: What happens if we open several mozStorage connections to the same db?
  1727. # [14:27] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  1728. # [14:27] * ChanServ sets mode: +o smaug
  1729. # [14:28] <mihaelav> jdm: well, I need to check that the save dialog opens and then close it
  1730. # [14:28] * Quits: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP) (Ping timeout)
  1731. # [14:28] * Quits: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP) (Quit: givanica)
  1732. # [14:28] <mihaelav> that's all the interaction I need
  1733. # [14:29] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  1734. # [14:29] <jdm> I think you want the mock filepicker for that
  1735. # [14:29] <jdm> I don't think we have any control over non-chrome windows otherwise
  1736. # [14:31] * Quits: espadrine` (ttyl@moz-F55E139E.w92-128.abo.wanadoo.fr) (Quit: Leaving)
  1737. # [14:31] * Joins: espadrine (ttyl@moz-F55E139E.w92-128.abo.wanadoo.fr)
  1738. # [14:31] * Quits: nl (nicklebede@moz-838152B8.net135.n37.ru) (Quit: )
  1739. # [14:32] * Quits: jkitch (Thunderbir@moz-CC9CEE20.lns20.adl2.internode.on.net) (Ping timeout)
  1740. # [14:33] * Quits: tonymec (tonymec@5588409.8CFE30CE.A9371869.IP) (Ping timeout)
  1741. # [14:33] * Joins: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca)
  1742. # [14:33] <@ted> you can certainly interact with non-browser windows in the same way that you can interact with anything
  1743. # [14:33] * Quits: Fallen (Fallen@moz-F0262F50.ch) (Ping timeout)
  1744. # [14:33] <@ted> i mean, you're running chrome JS
  1745. # [14:33] * Quits: fredw (Icedove@moz-B9C110E2.fbx.proxad.net) (Client exited)
  1746. # [14:34] * Quits: kdudka (kdudka@moz-107AD163.redhat.com) (Quit: Leaving)
  1747. # [14:34] <@ted> if the save dialog is a native window though it's probably more of a pain
  1748. # [14:34] <@ted> NeilAway: pretty sure bsmith uses visual studio
  1749. # [14:35] * Quits: brendan (brendaneic@moz-F49A1F98.range86-189.btcentralplus.com) (Quit: brendan)
  1750. # [14:35] * Joins: jesup (chatzilla@moz-53A7F1F8.public.wayport.net)
  1751. # [14:35] * Quits: janv (varga@B613191B.3EC5E826.4F33160D.IP) (Quit: This computer has gone to sleep)
  1752. # [14:36] * Quits: tonymec|away (tonymec@5588409.8CFE30CE.A9371869.IP) (Ping timeout)
  1753. # [14:36] * Quits: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1754. # [14:37] <Pike> Just noticed that the font for the active tab is blurry on mac. worse on retina, but also on a regular monitor, IMHO. Known bug?
  1755. # [14:37] * jmaher|afk is now known as jmaher
  1756. # [14:37] <Pike> I didn't get updates for a while :-/
  1757. # [14:39] * Quits: Dwight_Stegall (Pony_Expre@moz-EE25458F.client.mchsi.com) (Quit: Damn, I ran out of Mountain Dew! BRB :))
  1758. # [14:39] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/160e1cbe2fcf - Ehsan Akhgari - Bug 967167 - Use fallible memory allocation when reading IPDL array types to make sure that we don't OOM for very large arrays; r=bent
  1759. # [14:39] * Joins: sbeta (Thunderbir@8D7CD92C.F50DA397.4A5F0685.IP)
  1760. # [14:41] * Joins: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1761. # [14:42] * Joins: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP)
  1762. # [14:43] * Quits: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1763. # [14:45] * Joins: Fallen (Fallen@moz-F0262F50.ch)
  1764. # [14:46] * Quits: MarcoZ (marco.zehe@moz-8F4DB4D.dip0.t-ipconnect.de) (Ping timeout)
  1765. # [14:46] * Joins: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1766. # [14:46] <jdm> ted: right, it's almost always a native window I believe
  1767. # [14:46] <jdm> that's what I meant by non-chrome
  1768. # [14:46] <@ted> but i agree with your assessment: use the mock filepicker
  1769. # [14:47] * Joins: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP)
  1770. # [14:47] * Fallen is now known as Fallen|away
  1771. # [14:47] * Quits: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP) (Quit: givanica)
  1772. # [14:49] * Joins: Archaeopteryx (itsme@moz-9D2B20E8.cust.telecolumbus.net)
  1773. # [14:49] <Pike> KaiRo: what does https://crash-stats.mozilla.com/report/index/6d090c2c-1a10-4eae-b9e9-927a42140206 mean?
  1774. # [14:49] <Pike> I've got two of those for one crash, I think
  1775. # [14:49] <mak> Yoric: hey, what do you mean by "what happens", it depends on the connections type, if they are exclusive, if they share the cache, and so on
  1776. # [14:49] <mihaelav> jdm, ted: I'll try with that mock filepicker... thanks
  1777. # [14:50] <Yoric> mak: Theoretically, if I had Sqlite.jsm for ChromeWorker, could I use it to read from the Places database?
  1778. # [14:50] * Quits: michal (michal@moz-167B440E.broadband6.iol.cz) (Ping timeout)
  1779. # [14:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/42d91a4ff0b0 - Steve Workman - Bug 956218 - Make sure that all callbacks are called, r=bent.
  1780. # [14:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/c3530d73e8fe - Ben Turner - Bug 956218 - '(PBackground) Add a mechanism for communicating with a non-main I/O thread via thread and process links'. r=mrbkap.
  1781. # [14:50] * bz_sleep is now known as bz
  1782. # [14:50] <mak> Yoric: yes, unless the other connection doesn't set an exclusive lock you can do whatever you want
  1783. # [14:50] <Yoric> Ok, thanks.
  1784. # [14:50] <mak> Yoric: ehr, unless the other connection sets (too many negations)
  1785. # [14:51] * Joins: michal (michal@moz-167B440E.broadband6.iol.cz)
  1786. # [14:51] <mak> Yoric: likely you should open an unshared connection to improve concurrency
  1787. # [14:51] <Yoric> From the ChromeWorker?
  1788. # [14:52] <mak> Yoric: yes, and in general when you have multiple connections to a db
  1789. # [14:52] <Yoric> Ok, thanks.
  1790. # [14:52] <mak> Yoric: (note that means each connectio will have its own cache, so may increase memory usage by a little bit, it's the usual perf/memory choice)
  1791. # [14:54] * Joins: tonymec (tonymec@5588409.8CFE30CE.A9371869.IP)
  1792. # [14:54] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1793. # [14:55] * Quits: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP) (Ping timeout)
  1794. # [14:56] * Joins: MarcoZ (marco.zehe@moz-8F4DB4D.dip0.t-ipconnect.de)
  1795. # [14:56] * Joins: janv (varga@B613191B.3EC5E826.4F33160D.IP)
  1796. # [14:57] <KaiRo> Pike: it usually means you ran out of (virtual) memory
  1797. # [14:57] * glob|away is now known as glob
  1798. # [14:58] * Quits: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1799. # [14:58] * Callek_disconnected is now known as Callek
  1800. # [14:59] <KaiRo> Pike: unfortunately, all the annotations about memory are missing in that report as well so it's hard to tell
  1801. # [14:59] <Yoric> mak: Is there a convenient way to use the Places database sith Sqlite.jsm?
  1802. # [14:59] * Joins: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1803. # [14:59] * Quits: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1804. # [15:00] * Quits: michal (michal@moz-167B440E.broadband6.iol.cz) (Ping timeout)
  1805. # [15:00] <Pike> ugh
  1806. # [15:00] <Pike> let's try again :-)
  1807. # [15:01] * Quits: ejpbruel_ (ejpbruel@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Ping timeout)
  1808. # [15:01] * Joins: michal (michal@moz-167B440E.broadband6.iol.cz)
  1809. # [15:01] * Joins: RyanVM (Thunderbir@moz-37FED3AC.phlapa.fios.verizon.net)
  1810. # [15:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/eb78db8218d9 - Ehsan Akhgari - Bug 968479 - Remove the media.webaudio.enabled pref; r=roc
  1811. # [15:01] * Quits: darkowlzz (sunny@31B52952.5DF59987.C28A6AA4.IP) (Ping timeout)
  1812. # [15:01] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  1813. # [15:02] * Callek is now known as Callek_TRIBE
  1814. # [15:03] * Joins: armenzg (armenzg@moz-DC6D6B46.home1.cgocable.net)
  1815. # [15:03] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  1816. # [15:03] <Pike> oy, nice, can reproduce
  1817. # [15:03] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Ping timeout)
  1818. # [15:03] <mak> Yoric: just open a connection to it? what's not conveniente?
  1819. # [15:04] <Yoric> mak: Is that sufficient?
  1820. # [15:04] * Quits: jdm (jdm@9A315A00.EF4ED636.74119F78.IP) (Quit: Lost terminal)
  1821. # [15:04] <mak> Yoric: yes...
  1822. # [15:04] <Yoric> Cool, thanks.
  1823. # [15:04] <Yoric> I mean, I should just provide the path to places.sqlite.
  1824. # [15:04] <Yoric> Is that it?
  1825. # [15:04] * Quits: armenzg (armenzg@moz-DC6D6B46.home1.cgocable.net) (Quit: Leaving)
  1826. # [15:04] <mak> Yoric: yes, just ProfD + places.sqlite
  1827. # [15:04] * Joins: armenzg (armenzg@moz-DC6D6B46.home1.cgocable.net)
  1828. # [15:05] <Yoric> Thanks.
  1829. # [15:06] * Quits: btulchinsky (btulchinsk@moz-6FFE20E8.dsl.bell.ca) (Client exited)
  1830. # [15:07] * Joins: darkowlzz (sunny@B763CC9B.9DE0126.27560D6E.IP)
  1831. # [15:08] * Quits: nattokirai (nattokirai@moz-F4EE21F.dynamic.ppp.asahi-net.or.jp) (Quit: nattokirai)
  1832. # [15:08] * Joins: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP)
  1833. # [15:08] * Quits: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP) (Client exited)
  1834. # [15:09] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1835. # [15:10] * Joins: ejpbruel (ejpbruel@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  1836. # [15:11] * Quits: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP) (Quit: Leaving)
  1837. # [15:12] * Quits: michal (michal@moz-167B440E.broadband6.iol.cz) (Ping timeout)
  1838. # [15:12] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Quit: masayuki)
  1839. # [15:12] * Joins: AaronMT (AaronMT@moz-711CBAAA.cpe.net.cable.rogers.com)
  1840. # [15:12] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  1841. # [15:13] * Joins: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP)
  1842. # [15:13] <Tomcat|sheriffduty> hm bent red again
  1843. # [15:13] * Joins: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1844. # [15:14] <bent> bah
  1845. # [15:14] <Tomcat|sheriffduty> heh i had to make sure i have no old scrollback results before i pinged you
  1846. # [15:14] * Joins: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP)
  1847. # [15:14] <Tomcat|sheriffduty> its different than some hours before it seems
  1848. # [15:14] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1849. # [15:15] <bent> and it didn't show up before!
  1850. # [15:16] <Tomcat|sheriffduty> bent: hm in one run https://tbpl.mozilla.org/php/getParsedLog.php?id=34200455&tree=Mozilla-Inbound
  1851. # [15:16] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  1852. # [15:17] <Tomcat|sheriffduty> hm not on the regular windows one but on B2G Desktop Windows Opt it seems
  1853. # [15:17] <Tomcat|sheriffduty> bent: i can clobber the tree and retrigger the build if you want
  1854. # [15:18] <Ms2ger> !seen BenWa
  1855. # [15:18] <firebot> benwa was last seen 8 hours, 49 minutes and 44 seconds ago, changing nick to BenWa|email.
  1856. # [15:19] * Quits: mstange (markus@moz-592434EA.dip0.t-ipconnect.de) (Ping timeout)
  1857. # [15:19] <bent> Tomcat|sheriffduty, i have an idea
  1858. # [15:20] * Joins: mstange (markus@moz-592434EA.dip0.t-ipconnect.de)
  1859. # [15:21] <Tomcat|sheriffduty> bent: closing the tree for you
  1860. # [15:21] <bent> Tomcat|sheriffduty, nah, i'm backing out
  1861. # [15:21] <bent> thanks though
  1862. # [15:21] <Tomcat|sheriffduty> ok
  1863. # [15:22] * kats|away is now known as kats
  1864. # [15:23] <Tomcat|sheriffduty> bent: also debug static analysis build is burning but at least the error message is more useful i guess
  1865. # [15:23] * Joins: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP)
  1866. # [15:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1d013b7f7e03 - Ben Turner - Backout bug 956218 for build error
  1867. # [15:24] * Quits: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1868. # [15:24] <bent> Tomcat|sheriffduty, yeah, that was my idea
  1869. # [15:24] <bent> will see if anything else on try goes red
  1870. # [15:25] * Quits: joshua-s (Thunderbir@moz-E5863041.syrcny.east.verizon.net) (Quit: Try Firetext (https://marketplace.firefox.com/app/firetext), a word processor for Firefox OS!)
  1871. # [15:25] * Joins: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net)
  1872. # [15:26] * Quits: tonymec (tonymec@5588409.8CFE30CE.A9371869.IP) (Ping timeout)
  1873. # [15:26] * Joins: joshua-s (Thunderbir@moz-E5863041.syrcny.east.verizon.net)
  1874. # [15:27] * Joins: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com)
  1875. # [15:32] * Joins: michal (michal@moz-6CE1017D.broadband17.iol.cz)
  1876. # [15:34] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/906747ac66cc - Dan Minor - Bug 967515 - Add mozbase test files to test package; r=ted
  1877. # [15:34] * coop|afk is now known as coop|mtg
  1878. # [15:35] * Joins: recursive (recursive@71958799.4D49EC71.6815CE39.IP)
  1879. # [15:35] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1880. # [15:35] * Joins: tonymec (tonymec@5588409.8CFE30CE.A9371869.IP)
  1881. # [15:37] * pmoore is now known as pmoore|afk
  1882. # [15:37] * davidb|afk is now known as davidb
  1883. # [15:38] <Gijs> how do I clear bzexport's reviewer cache?
  1884. # [15:39] * Joins: jaoo (user@moz-F2C43276.red-83-45-173.dynamicip.rima-tde.net)
  1885. # [15:39] <froydnj> w00, achievement unlocked: file bugs with consecutive numbers
  1886. # [15:40] <Ms2ger> Like 660660?
  1887. # [15:40] * Quits: jesup (chatzilla@moz-53A7F1F8.public.wayport.net) (Ping timeout)
  1888. # [15:40] * Joins: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP)
  1889. # [15:40] <froydnj> no, like N and N+1
  1890. # [15:40] <Ms2ger> Oh, pff :)
  1891. # [15:40] <froydnj> people always seem to file bugs in the middle when I'm filing a lot of bugs
  1892. # [15:41] <Tomcat|sheriffduty> heh
  1893. # [15:42] * Joins: spohl (Adium@moz-8D263F35.static.hvvc.us)
  1894. # [15:43] * jorendorff_away is now known as jorendorff
  1895. # [15:43] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e29e610f7567 - Andrea Marchesini - Bug 949946 - unique SharedWorker key composed by name and spec, r=bent
  1896. # [15:43] * Quits: Optimizer1 (Instantbir@94C77FC6.955079FB.AA3EB577.IP) (Ping timeout)
  1897. # [15:45] * Quits: gbrown (gbrown@moz-6075880C.cg.shawcable.net) (Quit: gbrown)
  1898. # [15:45] * Joins: gbrown (gbrown@moz-6075880C.cg.shawcable.net)
  1899. # [15:46] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  1900. # [15:48] * armenzg is now known as armenzg_mtg
  1901. # [15:49] * Quits: sbeta (Thunderbir@8D7CD92C.F50DA397.4A5F0685.IP) (Quit: sbeta)
  1902. # [15:51] * Quits: bjacob (bjacob@moz-BCF7D710.cpe.net.cable.rogers.com) (Ping timeout)
  1903. # [15:51] * Fallen|away is now known as Fallen
  1904. # [15:52] * Joins: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP)
  1905. # [15:53] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  1906. # [15:53] <Fallen> Does someone remember how addons could be staged for install back in times of Firefox 3.5 / Thunderbird 3.1 ? I tried dumping them into $profile/extensions/staged-xpis/ but that doesn't seem to do it.
  1907. # [15:54] <Fallen> ideally staged for install without a dialog popping up
  1908. # [15:54] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  1909. # [15:54] * Joins: jimm (jmathies@moz-DF439B90.pn.at.cox.net)
  1910. # [15:56] <bagder> when I build firefox for windows and run it, where do my stderr fprintf()s go?
  1911. # [15:56] <bagder> or perhaps, how should I do debug logging better
  1912. # [15:57] * Quits: Mano_ (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  1913. # [15:58] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  1914. # [15:58] <jimm> bagder: if you did a debug build, the app should open a console for that
  1915. # [15:58] <bagder> ah thanks
  1916. # [15:59] <bagder> ETOOMANYBUILDS here =)
  1917. # [15:59] <jimm> bagder: in release we don't create the console, but you can still use nspr logging, or WinUtils which dumps to OutputDebugString
  1918. # [15:59] <jimm> DebugView will pick up the ods output
  1919. # [15:59] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  1920. # [16:00] <jimm> visual studio as well
  1921. # [16:00] * Quits: Mnyromyr (MnyroWork@moz-E2E3FF3D.tal.de) (Input/output error)
  1922. # [16:00] * Quits: ejpbruel (ejpbruel@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Ping timeout)
  1923. # [16:03] * Joins: s1991 (Mibbit@342A796C.29E0BAFB.1957C0DA.IP)
  1924. # [16:03] * whimboo is now known as whimboo|afk
  1925. # [16:04] * Joins: bjacob (bjacob@moz-41780E03.sdsl.bell.ca)
  1926. # [16:06] * Joins: victorporof (victorporo@A25D388F.40CECF1B.35C8D440.IP)
  1927. # [16:07] <bagder> thanks, I'm a windows rookie - especially in firefox land
  1928. # [16:07] * Joins: juanb (jbecerra@moz-104CC309.mv.mozilla.com)
  1929. # [16:07] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  1930. # [16:08] * rail_away is now known as rail
  1931. # [16:08] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  1932. # [16:09] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  1933. # [16:09] * Joins: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com)
  1934. # [16:10] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  1935. # [16:11] * RyanVM is now known as RyanVM|sheriffduty
  1936. # [16:11] <NeilAway> badger: -console also works on release builds
  1937. # [16:11] <bagder> really? it just showed me an empty console
  1938. # [16:12] * Tomcat|sheriffduty is now known as Tomcat|afk
  1939. # [16:12] * Quits: josh (josh@moz-348C4790.hsd1.mn.comcast.net) (Quit: josh)
  1940. # [16:13] * Joins: josh (josh@moz-348C4790.hsd1.mn.comcast.net)
  1941. # [16:14] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  1942. # [16:15] * Quits: @smaug (chatzilla@moz-9E0B1701.pp.htv.fi) (Ping timeout)
  1943. # [16:15] * Quits: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP) (Connection reset by peer)
  1944. # [16:16] * Joins: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP)
  1945. # [16:16] * philor|away is now known as philor
  1946. # [16:20] * Joins: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net)
  1947. # [16:22] <bkero> RyanVM|sheriffduty: ping
  1948. # [16:22] <RyanVM|sheriffduty> bkero: pong
  1949. # [16:23] * jchen|away is now known as jchen
  1950. # [16:23] <bkero> RyanVM|sheriffduty: I saw you just pushed to b2g-inbound. Everything seem usual?
  1951. # [16:23] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8b72cbfcdbfd - Ryan VanderMeulen - Bug 967443 - Upgrade SQLite to version 3.8.3 - Mozilla changes. r=mak
  1952. # [16:23] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f33a4a05b6be - Ryan VanderMeulen - Bug 967443 - Upgrade SQLite to version 3.8.3 - SQLite changes. r=mak
  1953. # [16:23] * Quits: juanb (jbecerra@moz-104CC309.mv.mozilla.com) (Ping timeout)
  1954. # [16:23] <RyanVM|sheriffduty> bkero: yes? :)
  1955. # [16:23] * Quits: victorporof (victorporo@A25D388F.40CECF1B.35C8D440.IP) (Ping timeout)
  1956. # [16:24] <bkero> RyanVM|sheriffduty: Cool. Just asking. Gnomes working in the background and whatnot.
  1957. # [16:24] * Joins: victorporof (victorporo@A25D388F.40CECF1B.35C8D440.IP)
  1958. # [16:24] * hwine-food is now known as hwine
  1959. # [16:24] <philor> It looks like you're trying to push to b2g-inbound. Would you like some help disabling tests?
  1960. # [16:24] * Joins: juanb (jbecerra@moz-104CC309.mv.mozilla.com)
  1961. # [16:24] <RyanVM|sheriffduty> lol
  1962. # [16:25] * RyanVM|sheriffduty is now known as RyanVM|clippy
  1963. # [16:26] <bkero> Decided to enable a hook to ship repos off to hgweb hosts outside of NFS. For the future.
  1964. # [16:27] * Joins: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1965. # [16:27] * Joins: bitgeeky (bitgeeky@9B9315E1.A6025CA.1C37C358.IP)
  1966. # [16:27] * RyanVM|clippy is now known as RyanVM|sheriffduty
  1967. # [16:28] * Quits: armenzg_mtg (armenzg@moz-DC6D6B46.home1.cgocable.net) (Ping timeout)
  1968. # [16:29] * Joins: sunfish (chatzilla@moz-8DE7F965.dsl.dynamic.sonic.net)
  1969. # [16:30] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1970. # [16:30] * Joins: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net)
  1971. # [16:31] <RyanVM|sheriffduty> bent: that ended up being a pretty orangetastic push
  1972. # [16:31] <Ms2ger> Again?
  1973. # [16:32] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  1974. # [16:32] * Quits: bdahl (bdahl@moz-9A918ADF.dsl.dynamic.sonic.net) (Ping timeout)
  1975. # [16:32] <RyanVM|sheriffduty> yup
  1976. # [16:32] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  1977. # [16:33] * Joins: armenzg (armenzg@moz-DC6D6B46.home1.cgocable.net)
  1978. # [16:34] * jcranmer|away is now known as jcranmer
  1979. # [16:35] * Joins: jesup (chatzilla@moz-53A7F1F8.public.wayport.net)
  1980. # [16:35] * Joins: FabioMag_ (fabiomagno@moz-B3C5BCB4.dsl.telesp.net.br)
  1981. # [16:36] * Joins: mt (mt@moz-5F16805E.hsd1.ca.comcast.net)
  1982. # [16:36] * Quits: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  1983. # [16:37] * Joins: StevenLee (Adium@moz-4DFF9267.dynamic.hinet.net)
  1984. # [16:37] * Quits: tonymec (tonymec@5588409.8CFE30CE.A9371869.IP) (Ping timeout)
  1985. # [16:39] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  1986. # [16:39] <@ted> NeilAway: i think stderr is weird in our release builds for some reason
  1987. # [16:39] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  1988. # [16:40] * Quits: adalucinet (Mibbit@28C4EA76.976FBEE.5BC07656.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1989. # [16:40] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  1990. # [16:41] * pmoore|afk is now known as pmoore
  1991. # [16:41] * Quits: ekr (ekr@moz-FAC44BDF.hfc.comcastbusiness.net) (Ping timeout)
  1992. # [16:42] * Joins: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  1993. # [16:42] * Joins: mjschranz (mjschranz@FCCEA34F.7672369.D8E68FF6.IP)
  1994. # [16:42] * Joins: mayhemer (Miranda@moz-2F75AE00.broadband6.iol.cz)
  1995. # [16:45] * pmoore is now known as pmoore|brb
  1996. # [16:46] * Quits: dne0 (Mibbit@3E6B7DD0.CD1E2C26.BE3C3C1D.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1997. # [16:46] * Joins: tonymec|away (tonymec@E7E9B056.FA99D1DB.A9371869.IP)
  1998. # [16:46] * Joins: dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  1999. # [16:46] * ChanServ sets mode: +o dveditz
  2000. # [16:46] <philor> having every layout intermittent failure bug I file be rubber-stamped P5 certainly does motivate me
  2001. # [16:47] * Quits: s1991 (Mibbit@342A796C.29E0BAFB.1957C0DA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2002. # [16:47] * Joins: s1991 (Mibbit@342A796C.29E0BAFB.1957C0DA.IP)
  2003. # [16:47] * Joins: emtwo (msamuel@13F2CEC5.7672369.D8E68FF6.IP)
  2004. # [16:48] * Joins: dveditz_ (dveditz@moz-67794A0A.hsd1.ca.comcast.net)
  2005. # [16:48] * ChanServ sets mode: +o dveditz_
  2006. # [16:48] * Quits: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl) (Quit: Leaving...)
  2007. # [16:48] * Quits: @dveditz (dveditz@moz-67794A0A.hsd1.ca.comcast.net) (Ping timeout)
  2008. # [16:48] * Joins: paolo_ (paolo@moz-E4E947A0.retail.telecomitalia.it)
  2009. # [16:49] * Joins: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com)
  2010. # [16:49] <mt> anyone seen this before? http://imgur.com/8JhIfCY It appeared after session restore on one of my tabs
  2011. # [16:51] * Joins: vikstrous (v@13F2CEC5.7672369.D8E68FF6.IP)
  2012. # [16:51] * Quits: jrmuizel (jrmuizel@moz-E039A32.cable.teksavvy.com) (Client exited)
  2013. # [16:52] * Joins: harth_ (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2014. # [16:52] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  2015. # [16:52] * Joins: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp)
  2016. # [16:52] * Quits: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP) (Ping timeout)
  2017. # [16:53] * pmoore|brb is now known as pmoore
  2018. # [16:53] * sheppy-afk is now known as sheppy
  2019. # [16:53] <mak> Yoric: is there a quick way to get a file url from an OS.File path than to make a nsIFile and newFileURI it?
  2020. # [16:53] * Quits: harth_ (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2021. # [16:53] <Yoric> OS.Path.{from, to}FileURI
  2022. # [16:54] <Yoric> mak: ^
  2023. # [16:54] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Connection reset by peer)
  2024. # [16:54] * Joins: mccr8 (mccr8@moz-214FA971.dsl.dynamic.sonic.net)
  2025. # [16:54] * Joins: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP)
  2026. # [16:54] * Quits: victorporof (victorporo@A25D388F.40CECF1B.35C8D440.IP) (Ping timeout)
  2027. # [16:54] <mak> cool
  2028. # [16:54] <mak> thx
  2029. # [16:55] * Quits: pauly (paul@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: pauly)
  2030. # [16:55] * Joins: ehugg (ehugg@E406FF39.709C0A2A.6157E88D.IP)
  2031. # [16:55] * Quits: ddahl (ddahl@F3894F4.25313C1E.484C4A16.IP) (Input/output error)
  2032. # [16:55] * Quits: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  2033. # [16:56] * whimboo|afk is now known as whimboo
  2034. # [16:56] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2035. # [16:56] * Joins: myk (myk@moz-996D3BDA.dsl.dynamic.sonic.net)
  2036. # [16:56] * Joins: tonymec (tonymec@E7E9B056.FA99D1DB.A9371869.IP)
  2037. # [16:57] * Joins: ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP)
  2038. # [16:57] * ChanServ sets mode: +o ehsan
  2039. # [16:58] * Joins: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca)
  2040. # [16:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/1e103b2d431d - Andrew McCreight - Bug 967931 - Remove some unused forward declarations in XBL. r=bz
  2041. # [16:58] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/de2092967a4a - Andrew McCreight - Bug 968234 - Remove trailing whitespace from nsHashtable.{h,cpp} rs=bsmedberg
  2042. # [16:58] <@ehsan> khuey|away: you should make an autoresponder to all@ and everyone@
  2043. # [16:59] * Joins: ejpbruel (ejpbruel@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  2044. # [16:59] * Ms2ger wonders about the distinction
  2045. # [16:59] * Joins: stully (quassel@moz-90EC6688.hsd1.pa.comcast.net)
  2046. # [17:00] <padenot> Ms2ger: nobody really knows
  2047. # [17:00] * Joins: glob_ (glob@moz-DF237567.glob.com.au)
  2048. # [17:00] * Quits: mt (mt@moz-5F16805E.hsd1.ca.comcast.net) (Quit: Leaving.)
  2049. # [17:00] * Quits: glob (glob@moz-DF237567.glob.com.au) (NickServ (GHOST command used by glob_))
  2050. # [17:00] * glob_ is now known as glob
  2051. # [17:01] * Quits: ejpbruel (ejpbruel@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Ping timeout)
  2052. # [17:01] <bz> ms2ger: I _think_ all@ is employees and everyone@ includes contractors?
  2053. # [17:01] <bz> Or something
  2054. # [17:01] * Quits: Evolutio (Thunderbir@moz-50AF50E0.dip0.t-ipconnect.de) (Quit: Evolutio)
  2055. # [17:01] <padenot> or is it a moco vs. mofo thing ?
  2056. # [17:03] * Joins: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2057. # [17:04] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2058. # [17:05] * retornam|away is now known as retornam
  2059. # [17:05] <RyanVM|sheriffduty> ehsan: what, you're saying you don't care about flash versions on linux?!?!
  2060. # [17:05] <@ehsan> I think bz is right
  2061. # [17:05] * Joins: victorporof (victorporo@A25D388F.40CECF1B.35C8D440.IP)
  2062. # [17:05] <@ehsan> RyanVM|sheriffduty: no, I'm saying we should invite even more people to the discussion :P
  2063. # [17:05] <RyanVM|sheriffduty> YES!
  2064. # [17:05] <@ehsan> 1000 people is clearly not enough
  2065. # [17:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2785a168194e - Nathan Froyd - Bug 907812 - define kProxyType_FOO as char[] rather than char*; r=jduell
  2066. # [17:05] <RyanVM|sheriffduty> this needs a wider audience!
  2067. # [17:05] <@ehsan> \o/
  2068. # [17:06] * Joins: till (till@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2069. # [17:06] * Joins: AaronMT_ (AaronMT@moz-711CBAAA.cpe.net.cable.rogers.com)
  2070. # [17:06] <@ehsan> perhaps we should rename these aliases to all-1000somethingpeople@ etc to give people a pause before sending anything there
  2071. # [17:06] <@ted> whole-internet@mozilla.org
  2072. # [17:06] * Joins: jedp (jedp@moz-8E6E760A.dsl.dynamic.sonic.net)
  2073. # [17:06] <Ms2ger> Pull in all of mozillians
  2074. # [17:06] <Ms2ger> We're used to being spammed
  2075. # [17:06] <@ted> ehsan: you think people are even bothering to notice?
  2076. # [17:07] <@ted> we should just figure out how to make zimbra reject email to all/everyone that isn't in the Bcc list
  2077. # [17:07] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  2078. # [17:07] <@ehsan> ted: I don't necessarily assume malice, I think a lot of people just don't know what these aliases do
  2079. # [17:07] * Quits: AaronMT (AaronMT@moz-711CBAAA.cpe.net.cable.rogers.com) (Ping timeout)
  2080. # [17:07] <@ted> i don't think it's malice either
  2081. # [17:07] <@ted> but ignorance isn't going to be solved by renaming the list
  2082. # [17:07] <Gijs> bz: so... what if I wanted to switch XUL over to new-style flexbox instead of -moz-box-flex
  2083. # [17:07] <Gijs> bz: how big a project would that be?
  2084. # [17:07] <@ehsan> ted: maybe
  2085. # [17:07] <Ms2ger> How about rejecting all email to all/everyone? :)
  2086. # [17:07] <Gijs> bz: and is that something you'd love or hate? :)
  2087. # [17:08] * Joins: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  2088. # [17:08] <froydnj> ted: rather, not permitted to send mail with an In-Reply-To header to all/everyone
  2089. # [17:08] <Gijs> s/moz-box-flex/moz-box/
  2090. # [17:08] <@ehsan> froydnj: headers! lol
  2091. # [17:08] <@ehsan> (gmail)
  2092. # [17:08] <Ms2ger> Or, I guess, moderate the list
  2093. # [17:08] <@ehsan> Ms2ger: moderation could in fact be the key here
  2094. # [17:08] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/82991c4302e0 - Gregory Szorc - Bug 968259 - Update mach mercurial-setup to work with new unified VCS tools repo; r=ted
  2095. # [17:08] <froydnj> ehsan: gmail doesn't do headers correctly? (I guess, s/gmail/email clients/, huh?)
  2096. # [17:09] <NeilAway> ted: wfm in a local opt build
  2097. # [17:09] <@ehsan> froydnj: it doesn't let you see/change what it does
  2098. # [17:09] <Ms2ger> And anything rejected by the moderator is automatically forwarded to the sender's manager
  2099. # [17:10] * Joins: AaronMT (AaronMT@moz-711CBAAA.cpe.net.cable.rogers.com)
  2100. # [17:10] <froydnj> ehsan: how is that problematic if it already adds In-Reply-To?
  2101. # [17:10] * Quits: jhorak (jhorak@moz-107AD163.redhat.com) (Quit: Leaving)
  2102. # [17:10] <@ehsan> I don't think that it does
  2103. # [17:10] <@ehsan> (if memory serves)
  2104. # [17:10] <froydnj> ah, well, so much for that, then
  2105. # [17:11] * Joins: curtisk (curtisk@moz-DB4A9C19.scl3.mozilla.com)
  2106. # [17:11] <froydnj> anyway, moderation or strict limits on to/cc/bcc
  2107. # [17:11] * Quits: AaronMT_ (AaronMT@moz-711CBAAA.cpe.net.cable.rogers.com) (Ping timeout)
  2108. # [17:11] <curtisk> is this the right channel to get some help flashing a Keon?
  2109. # [17:11] <Ms2ger> #b2g?
  2110. # [17:12] <@ehsan> bz: fwiw I did wonder why you said use [Func] in the comment 0 there ;)
  2111. # [17:12] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2112. # [17:12] <NeilAway> Gijs: that would be nice, but you'll probably trip over XUL oddities
  2113. # [17:12] <Gijs> NeilAway: in what way?
  2114. # [17:12] * Quits: StevenLee (Adium@moz-4DFF9267.dynamic.hinet.net) (Connection reset by peer)
  2115. # [17:12] * Joins: StevenLee1 (Adium@moz-4DFF9267.dynamic.hinet.net)
  2116. # [17:13] <Ms2ger> ehsan, want to do the remaining LOCAL_INCLUDES?
  2117. # [17:13] * Joins: bdahl (bdahl@moz-41356621.mycingular.net)
  2118. # [17:13] <@ehsan> Ms2ger: yeah piecemeal
  2119. # [17:14] <@ehsan> Ms2ger: if I get faster reviews ;)
  2120. # [17:14] <NeilAway> Gijs: well, what's the result of <box width="70" style="width: 130px;">?
  2121. # [17:14] <@ehsan> Ms2ger: fwiw the xul in moz.build stuff might be my next weekend hitlist
  2122. # [17:14] <Ms2ger> \o/
  2123. # [17:14] * Joins: ejpbruel_ (ejpbruel@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  2124. # [17:14] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: Connection reset by beer)
  2125. # [17:15] * Joins: stransky (stransky@moz-107AD163.redhat.com)
  2126. # [17:15] <@ehsan> *if* I get fast reviews!
  2127. # [17:15] * Quits: stransky (stransky@moz-107AD163.redhat.com) (Quit: stransky)
  2128. # [17:15] <@ehsan> which I have not so far
  2129. # [17:15] <Gijs> NeilAway: what's the result now?
  2130. # [17:15] <Gijs> Are there people that do that?
  2131. # [17:15] * Quits: hub (hub@moz-E12780DE.cable.teksavvy.com) (Ping timeout)
  2132. # [17:15] * Quits: heftig (heftig@moz-D746319F.unitymedia.biz) (Quit: Quitting)
  2133. # [17:15] <NeilAway> Gijs: probably not those particular values :-P
  2134. # [17:15] <Gijs> NeilAway: I was under the impression that those attributes mostly got translated to CSS by xul.css and friends.
  2135. # [17:15] * Quits: FabioMag_ (fabiomagno@moz-B3C5BCB4.dsl.telesp.net.br) (Input/output error)
  2136. # [17:15] <Gijs> NeilAway: is my impression wrong?
  2137. # [17:16] <NeilAway> Gijs: some of them, yes... some of them, no
  2138. # [17:16] <NeilAway> Gijs: for instace in this case a width attribute trumps a width inline style
  2139. # [17:16] <NeilAway> Gijs: but on, say, an HTML image element, the width style takes precedence
  2140. # [17:16] <NeilAway> inline style, that is
  2141. # [17:16] <Gijs> NeilAway: OK.
  2142. # [17:16] <Gijs> NeilAway: is this kind of stuff documented about XUL?
  2143. # [17:17] <Gijs> and how badly would people scream if we broke it?
  2144. # [17:17] <Gijs> more compat with HTML is better, as far as I'm concerned...
  2145. # [17:17] <Ms2ger> Quite badly, I think
  2146. # [17:17] <NeilAway> Gijs: that particular example, quite badly
  2147. # [17:17] <Gijs> :'(
  2148. # [17:17] * Joins: vignesh (vignesh.sh@57807045.222552B1.D61FB583.IP)
  2149. # [17:18] <Gijs> the thing is... XUL layout's brokenness is actually interfering with front end productivity
  2150. # [17:18] * jedp is now known as jedp|otp
  2151. # [17:18] * curtisk is now known as curtisk|afk
  2152. # [17:18] <Gijs> I don't think trying to fix it makes sense
  2153. # [17:18] <NeilAway> Gijs: what's broken with it this time?
  2154. # [17:18] <Gijs> overflow: hidden not working
  2155. # [17:18] <Gijs> and/or breaking other aspects of layout
  2156. # [17:18] * Quits: StevenLee1 (Adium@moz-4DFF9267.dynamic.hinet.net) (Quit: Leaving.)
  2157. # [17:19] <Gijs> elements' max-height influencing the height/offset of other elements in the same box
  2158. # [17:19] <Gijs> having things be pushed down for reasons that nobody has been able to figure out, but move back up if you *increase* their margin-top
  2159. # [17:19] <Gijs> do I need to go on? :)
  2160. # [17:21] <Gijs> NeilAway: then there's things like boxes which have max/min/height set (all three) and no flex and still they somehow increase in size if you stick more text in, even if you set overflow: hidden
  2161. # [17:21] <NeilAway> Gijs: well, the first one is too vague to be clear, I mean mxr says we use hidden overflow in 56 files in comm-central, and that's only themes, not content
  2162. # [17:22] <Gijs> and how often do you use it for HTML? :)
  2163. # [17:22] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2164. # [17:22] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  2165. # [17:22] * Gijs finds some bugs
  2166. # [17:22] * mccr8 is now known as mccr8|afk
  2167. # [17:22] <Gijs> bug 842767, bug 789414, bug 850748
  2168. # [17:23] * curtisk|afk is now known as curtisk
  2169. # [17:23] <NeilAway> Gijs: elements in the same box default to stretching to the same height, so I can see why there might be an influence, so it's unclear why you're not expecting it, except that you were too vague again
  2170. # [17:23] * Joins: hub (hub@moz-E12780DE.cable.teksavvy.com)
  2171. # [17:23] <bz> Gijs: we should really try to migrate from xul to flexbox if we can....
  2172. # [17:23] * NeilAway will try reading those bugs
  2173. # [17:23] <Gijs> NeilAway: the container uses flex, the boxes wrap onto multiple lines.
  2174. # [17:23] * Quits: ehugg (ehugg@E406FF39.709C0A2A.6157E88D.IP) (Quit: ehugg)
  2175. # [17:23] <Gijs> oh, wait, the second thing
  2176. # [17:24] <Gijs> no, that's another bug which you can reproduce on your nightly if you like
  2177. # [17:24] * Gijs finds another bug number
  2178. # [17:24] <Gijs> bug 967115
  2179. # [17:24] <NeilAway> Gijs: ok, so things like using the wrong element size I can believe
  2180. # [17:24] * Parts: curtisk (curtisk@moz-DB4A9C19.scl3.mozilla.com)
  2181. # [17:24] <Gijs> bz: "if we can" sounds ominous :)
  2182. # [17:25] * Quits: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2183. # [17:25] <Gijs> bz: the thing is, switching to HTML over XUL is a massive undertaking as far as the main bits of frontend are concerned. I was wondering if switching just the layout of the XUL elements would be easier, and if so, how much easier :)
  2184. # [17:26] * Mossop wonders who said something to him
  2185. # [17:26] * Joins: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net)
  2186. # [17:27] * Quits: sunfish (chatzilla@moz-8DE7F965.dsl.dynamic.sonic.net) (Client exited)
  2187. # [17:27] <Gijs> NeilAway: regarding that last bug, it's strange that setting the max-height of #x to something that doesn't change the height of #container, influences how #b and #c are laid out: <box id="container"><box id="a"><box id="x"/></box><box id="b"/><box id="c"/></box>
  2188. # [17:27] * Fallen is now known as Fallen|away
  2189. # [17:28] <bz> Gijs: That's the "can" aspect, yes
  2190. # [17:28] <bz> Gijs: well
  2191. # [17:28] <bz> Gijs: you could just style them width the flexbox display types instead of the default ones
  2192. # [17:28] <bz> Gijs: On a per-document basis, even
  2193. # [17:28] <bz> Gijs: s/width/with/
  2194. # [17:28] <Gijs> bz: right, I wonder how much that gets us though...
  2195. # [17:28] <bz> Gijs: depends on the element
  2196. # [17:28] <Gijs> bz: IME a lot of the bugs I was talking about no matter what I set display: to. :(
  2197. # [17:29] <bz> Gijs: for the ones whose nsIFrame is just based on display, should get you everything. ;)
  2198. # [17:29] <bz> Gijs: Do need to make sure that both the parent and the kid are styled appropriately, of course
  2199. # [17:30] <bz> Gijs: http://mxr.mozilla.org/mozilla-central/source/layout/base/nsCSSFrameConstructor.cpp#3983
  2200. # [17:30] <bz> Gijs: the things in that list get boxes by tagname
  2201. # [17:30] <bz> Gijs: everything else should be by display
  2202. # [17:31] <Gijs> hrm
  2203. # [17:31] * Gijs notices button but not toolbarbutton
  2204. # [17:31] * Fallen|away is now known as Fallen
  2205. # [17:31] <Gijs> but then, both image and label are in there
  2206. # [17:31] * Joins: smaug (chatzilla@moz-9E0B1701.pp.htv.fi)
  2207. # [17:31] * ChanServ sets mode: +o smaug
  2208. # [17:32] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2209. # [17:33] <NeilAway> Gijs: I guess something is trying to resolve style on the wrong frame in those overflow bugs, as the attributes work OK (but obviously only on XUL elements)
  2210. # [17:34] * Quits: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  2211. # [17:34] * Quits: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP) (Ping timeout)
  2212. # [17:34] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Client exited)
  2213. # [17:35] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2214. # [17:35] * Joins: BigBro (BigBro@DD4C247B.A1FAD851.8154E413.IP)
  2215. # [17:35] <Yoric> paolo_: I'm in.
  2216. # [17:35] * Joins: badescunicu (Thunderbir@6E1351FC.6A702BE4.FCAAE698.IP)
  2217. # [17:35] * Joins: ehugg (chatzilla@5AD0A91D.29102B70.6CD50604.IP)
  2218. # [17:35] * Quits: BigBro (BigBro@DD4C247B.A1FAD851.8154E413.IP) (Quit: Bye)
  2219. # [17:35] <Gijs> NeilAway: the attributes aren't really helpful for anon content that we don't necessarily control. :(
  2220. # [17:36] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2221. # [17:37] * Joins: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP)
  2222. # [17:37] <Gijs> bz: so I guess you'd need both a bunch of default style work and you'd need to see about whittling down that list, but with the consequence that some of the whittling down would cause screaming, as I understand from NeilAway? :)
  2223. # [17:37] * Quits: AaronMT (AaronMT@moz-711CBAAA.cpe.net.cable.rogers.com) (Connection reset by peer)
  2224. # [17:37] * Joins: AaronMT_ (AaronMT@moz-711CBAAA.cpe.net.cable.rogers.com)
  2225. # [17:37] <bz> Gijs: hmm?
  2226. # [17:37] <Gijs> bz: I guess the per-document basis would be an idea. You could have some kind of flag to say you want "flexbox-based XUL" or something
  2227. # [17:37] * Joins: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  2228. # [17:37] * Quits: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  2229. # [17:37] <bz> The "flag" could just be a stylesheet the document loads
  2230. # [17:38] <bz> As a document sheet.
  2231. # [17:38] * AaronMT_ is now known as AaronMT
  2232. # [17:38] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/bd0b078aef3d - Robert O'Callahan - Bug 946502 - Part 3: Extend FrameLayerBuilder to set fixed-pos metadata on layers created for background-attachment:fixed content. r=mattwoodrow, a=lsblakk
  2233. # [17:38] <bz> Which would then override xul.css
  2234. # [17:38] <Gijs> bz: I thought the nsCSSFrameConstructor would override the display: values?
  2235. # [17:38] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/0450f3309a58 - Boris Zbarsky - Bug 866222 - Just always define getInterface on the window for now, so we stop breaking people. It'll go away once we ship WebIDL window. r=peterv, a=sledru
  2236. # [17:38] * Joins: kdcw (kdcw@moz-2CDF5822.pk.shawcable.net)
  2237. # [17:38] * Joins: m_gol (m_gol@moz-E13AD2C1.neoplus.adsl.tpnet.pl)
  2238. # [17:38] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/d5d6c5525c75 - Joel Maher - Bug 968095 - Upload a new talos.zip file. r=armenzg, a=test-only
  2239. # [17:38] <bz> huh?
  2240. # [17:38] <bz> The frame constructor just constructs frames
  2241. # [17:38] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/2f0cfe4a7971 - Robert O'Callahan - Bug 946502 - Part 5: A ViewportFrame with a displayport on the root element needs to be an animated geometry root. r=mattwoodrow, a=lsblakk
  2242. # [17:38] <bz> for some tags it does it by tag name
  2243. # [17:38] <bz> for most, by display value
  2244. # [17:38] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/a3d2cf169644 - Robert O'Callahan - Bug 946502 - Part 4: Remove mStickyPosFrame. r=mattwoodrow, a=lsblakk
  2245. # [17:38] <bz> I'm trying to understand what behavior you're trying to produce
  2246. # [17:38] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/0ad2c85d5cd7 - Marco Bonardo - Bug 928734 - Intermittent test_419731.js | "title 2" == "new title 1". r=mano, a=test-only
  2247. # [17:38] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/682af2ea9aac - Robert O'Callahan - Bug 946502 - Part 2: Remove unimplemented, unused function. r=mattwoodrow, a=lsblakk
  2248. # [17:39] * Quits: maxli (maxli@moz-EE42E0E.student.cs.uwaterloo.ca) (Input/output error)
  2249. # [17:39] <bz> Are you trying to give vbox/hbox flexbox styles instead of xul:box styles?
  2250. # [17:39] <bz> Are you trying to make all XUL things not follow the XUL layout rules (and if so, follow which ones?)
  2251. # [17:39] <bz> Something else?
  2252. # [17:40] * kaze is now known as kaze|afk
  2253. # [17:40] <NeilAway> Gijs: for that container one, you've got x with a max-height of 16, then a and container have larger heights (because of margins/borders/padding), but somehow b and c are getting the original max-height of 16 again?
  2254. # [17:40] <Gijs> bz: I think at this point my understanding of what I'd want to do is based on a very vague concept of what I want the outcome to be ("less sucky layout") which isn't helpful in terms of specifics, but let me try to answer that question
  2255. # [17:40] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  2256. # [17:41] <Gijs> bz: Yes, vbox/hbox should probably be using flexbox instead of xul:box
  2257. # [17:41] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d813ac5f8e2d - Gregory Szorc - Bug 875562 - Part 4: Add Support for crash event files to CrashManager; r=Yoric
  2258. # [17:41] * Joins: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  2259. # [17:41] * kats is now known as kats-lunch
  2260. # [17:41] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2261. # [17:41] <NeilAway> bz: on an unrelated note, why do we need webidl for chrome window?
  2262. # [17:41] <bz> Gijs: ok, that's totally doable with a stylesheet
  2263. # [17:41] <bz> NeilAway: I'm not sure I follow
  2264. # [17:41] <bz> NeilAway: why do we not?
  2265. # [17:41] * Quits: gaston (landry@moz-2911F07A.rhaalovely.net) (Ping timeout)
  2266. # [17:42] * Quits: bdahl (bdahl@moz-41356621.mycingular.net) (Input/output error)
  2267. # [17:42] <NeilAway> bz: well, it's not used by content
  2268. # [17:42] * Joins: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  2269. # [17:42] <bz> NeilAway: so?
  2270. # [17:42] <Gijs> bz: but yes, also, having the layout of XUL elements be based on the layout we use for HTML (be it flexbox or just display: block/inline-block/whatever) instead of the magical thing it is now.
  2271. # [17:42] <bz> NeilAway: It's a Window
  2272. # [17:42] <bz> NeilAway: which is defined in webidl
  2273. # [17:42] <bz> NeilAway: We don't want to support multiple kinds of window objects, because it complicates and slows down the code
  2274. # [17:43] <bz> NeilAway: and also, if you want .document to not suck on your chrome window perf wise, it needs to be webidl...
  2275. # [17:43] * Quits: victorporof (victorporo@A25D388F.40CECF1B.35C8D440.IP) (Ping timeout)
  2276. # [17:43] <bz> NeilAway: In general, I think we should be moving to having pretty much anything that's touched from JS use WebIDL if we can
  2277. # [17:43] <Gijs> bz: I think in the last part I am too vague on the specifics. As far as I understand, the major thing that XUL had over HTML back in the day was flexible layouts. But HTML does those now. So naively speaking, it seems to me like it should be possible to have XUL be laid out in the same manner as HTML
  2278. # [17:43] <bz> NeilAway: But certainly anything that's using WebIDL things like event targets and whatnot
  2279. # [17:44] <bz> Gijs: "yes"
  2280. # [17:44] <Gijs> :)
  2281. # [17:44] <bz> Gijs: but the xul flexible layout is totally different from the html one, as you noticed.
  2282. # [17:44] <bz> Gijs: and some existing stuff is totally relying on the differences
  2283. # [17:44] <bz> Gijs: so we can't just flip the switch on XUL by default or something
  2284. # [17:44] <Gijs> bz: right.
  2285. # [17:45] <bz> Gijs: (to switch it to flexbox)
  2286. # [17:45] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c669ccc6e055 - Jacek Caban - Bug 944905 - Fix char16_t/wchar_t mismatch in xpcom/ r=bsmedberg
  2287. # [17:45] <bz> Gijs: so that leaves us doing it a bit at a time....
  2288. # [17:45] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fc823ce7f913 - Jacek Caban - Bug 859751 - Don't use DOS encoding for popup-aero.css.
  2289. # [17:45] * Fallen is now known as Fallen|away
  2290. # [17:45] <Gijs> bz: right, which is sucky to a certain degree because especially when doing it a bit at a time the benefits are limited.
  2291. # [17:45] <bz> well, "bit" would ideally be "document"
  2292. # [17:46] <bz> but the problem is the main browser UI
  2293. # [17:46] <Gijs> Right :)
  2294. # [17:46] <bz> which is a single really suckily large document
  2295. # [17:46] * Fallen|away is now known as Fallen
  2296. # [17:46] <Gijs> Right :)
  2297. # [17:46] <bz> You _might_ be able to get some mileage with scoped stylesheets... ;)
  2298. # [17:46] <Gijs> Like, as far as conversion is concerned, I think most of our other content could be converted
  2299. # [17:46] <Gijs> like, in-content stuff or separate windows like prefs or page info or whatever
  2300. # [17:46] * bz wonders what the perf is like there
  2301. # [17:46] <Gijs> no idea :)
  2302. # [17:47] * Joins: victorporof (victorporo@A25D388F.40CECF1B.35C8D440.IP)
  2303. # [17:47] <Gijs> bz: to be clear, is this still talking about vbox->html-style-flexbox, or also about the more general aspect of this?
  2304. # [17:48] * terrence-afk is now known as terrence
  2305. # [17:48] <NeilAway> bz: sorry, I'm not following, .document isn't on nsIDOMChromeWindow
  2306. # [17:48] <NeilAway> Gijs: note the * { display: -moz-box; } in xul.css
  2307. # [17:48] <bz> NeilAway: it's on the window object
  2308. # [17:49] <bz> NeilAway: Is your window object going to be a webidl object or an XPConnect object?
  2309. # [17:49] <bz> NeilAway: right now it's the latter
  2310. # [17:49] <bz> NeilAway: We would like to switch it to the former
  2311. # [17:49] <bz> NeilAway: making sense so far?
  2312. # [17:49] <Gijs> NeilAway: sure, but AIUI from what bz was saying, even if you override that in CSS, for some XUL elements, layout will still construct a different type of frame. Did I misunderstand?
  2313. # [17:49] <NeilAway> bz: you mean either-or?
  2314. # [17:49] <bz> Gijs: So far just about the styles
  2315. # [17:49] <Gijs> bz: OK.
  2316. # [17:49] <Yoric> ttaubert: ping
  2317. # [17:49] <bz> NeilAway: I meant, which one of those two will it be?
  2318. # [17:49] <NeilAway> Gijs: ah, I wondered why you picked on vbox
  2319. # [17:50] <ttaubert> Yoric: pong?
  2320. # [17:50] <bz> Gijs: We could try to move away from by-tag stuff
  2321. # [17:50] <bz> Gijs: or make it construct non-xul-box frame types
  2322. # [17:50] <Yoric> ttaubert: Can you update https://etherpad.mozilla.org/Async-Responsive ?
  2323. # [17:50] <NeilAway> bz: sorry, it wasn't clear that is was either-or
  2324. # [17:50] <bz> Gijs: but that could have compat pain (e.g. for <image>)
  2325. # [17:50] <NeilAway> *it
  2326. # [17:50] <Gijs> bz: right.
  2327. # [17:50] <ttaubert> Yoric: yes but not right now
  2328. # [17:50] <bz> NeilAway: Of course it is
  2329. # [17:50] <bz> NeilAway: They have totally different prototype setups, etc.
  2330. # [17:50] <ttaubert> Yoric: I'll do it later today
  2331. # [17:50] <Yoric> ttaubert: paolo claims that we have a Platform Performance meeting today, so it would be nice if you could do this before 8pm
  2332. # [17:51] <froydnj> Yoric: 8pm? plenty of time! :p
  2333. # [17:51] <Yoric> :)
  2334. # [17:51] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2335. # [17:51] <Gijs> bz: if we wanted a compat switch for those bits, how would that be opted into? Could you do that kind of thing with an attribute on the root node, or is that not workable?
  2336. # [17:51] * Fallen is now known as Fallen|away
  2337. # [17:51] <NeilAway> bz: so all the stuff that used to be hidden behind QueryInterface has to turn into [ChromeOnly]?
  2338. # [17:51] <bz> NeilAway: yes
  2339. # [17:51] <ttaubert> Yoric: I'll try. we're out for dinner soon so no promises
  2340. # [17:51] <bz> NeilAway: exactly
  2341. # [17:52] <Yoric> ttaubert: Ok.
  2342. # [17:52] <NeilAway> bz: ok, I think I understand thanks
  2343. # [17:52] <bz> NeilAway: In practice, that's just getInterface, afaict
  2344. # [17:52] * geekboy|afk is now known as geekboy
  2345. # [17:52] <Yoric> ttaubert: Can you just add one sentence?
  2346. # [17:52] <bz> NeilAway: Plus QueryInterface itself.
  2347. # [17:52] <bz> Gijs: That would be doable, yes
  2348. # [17:52] * Joins: jduell (jduell@moz-2AA1D99C.hsd1.wa.comcast.net)
  2349. # [17:52] <bz> Gijs: you could do attr on root node, attr on node itself, combination of the two, whatever
  2350. # [17:53] <bz> Gijs: as long as the information can be derived given the node and its style
  2351. # [17:53] * Joins: mt (mt@moz-210FC94.mycingular.net)
  2352. # [17:53] <bz> Gijs: (and of course given the node you can find the root node)
  2353. # [17:53] <NeilAway> bz: so is this call a no-op because editor is already chromeonly in the webidl: http://mxr.mozilla.org/comm-central/source/mozilla/toolkit/content/widgets/textbox.xml#92
  2354. # [17:54] * Joins: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl)
  2355. # [17:54] * Joins: TimAbraldes (quassel@moz-7FD19BDC.hsd1.or.comcast.net)
  2356. # [17:54] <rnewman> RyanVM|sheriffduty: I just raced you to the second in landing that patch -- thanks for taking care of it!
  2357. # [17:54] <RyanVM|sheriffduty> rnewman: np
  2358. # [17:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/c743811fb269 - Gregory Szorc - Bug 875562 - Part 5: Document crash events for initial implementation; r=bsmedberg
  2359. # [17:55] <bz> NeilAway: QueryInterface on WebIDL objects to an interface they support is a no-op, so ye
  2360. # [17:55] <bz> er, yes
  2361. # [17:56] * Quits: lpy (lpy@B3BE13AC.47A0616D.E99F7FDB.IP) (Client exited)
  2362. # [17:56] <Gijs> bz: right. And the trickier question... I guess if we do this with an opt-in flag, we're effectively creating a 'third' way of behaviour besides XUL and HTML, which would be XUL-as-HTML. Is that terrible? :)
  2363. # [17:56] * Joins: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net)
  2364. # [17:56] <bz> Gijs: Depends. ;)
  2365. # [17:57] * mcote|afk is now known as mcote
  2366. # [17:57] * Joins: sunfish (chatzilla@moz-8DE7F965.dsl.dynamic.sonic.net)
  2367. # [17:57] <bz> Gijs: it's more or less a cheap way of creating XUL-namespace aliases for HTML tags for layout purposes, right?
  2368. # [17:57] <bz> Gijs: Seems ok to me.
  2369. # [17:57] <bz> Gijs: Some things, like <image> might be hard to do that way
  2370. # [17:57] <bz> Gijs: in that it would be easier to change to html:img
  2371. # [17:58] * Joins: log (vladan@13F2CEC5.7672369.D8E68FF6.IP)
  2372. # [17:58] * Parts: log (vladan@13F2CEC5.7672369.D8E68FF6.IP)
  2373. # [17:58] <NeilAway> bz: ah, so I should file a bug on that obsolete call really
  2374. # [17:58] <Gijs> bz: interesting. I guess we could change XBL bindings to just use that instead...
  2375. # [17:59] <Gijs> I wonder if the frankenstein we create that way will actually solve issues :) / :(
  2376. # [18:01] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  2377. # [18:01] <bz> Gijs: always a good question
  2378. # [18:02] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/c56da36e185c - Wes Johnston - Bug 959230 - Use DOMWindowCreated events to add payments listeners. r=mfinkle, a=sledru
  2379. # [18:02] * Quits: mt (mt@moz-210FC94.mycingular.net) (Quit: Leaving.)
  2380. # [18:02] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/9eaff8e0448d - Ryan VanderMeulen - Backed out 4 changesets (bug 946502) for bustage. a=backout
  2381. # [18:02] <Gijs> bz: like, perf is better on HTML than XUL, I'm pretty sure
  2382. # [18:02] <Gijs> but other than that...
  2383. # [18:02] <Gijs> (and then again, how much of that is XBL bindings and stuff, which we're not tackling this way)
  2384. # [18:03] * Joins: Dwight_Stegall (Pony_Expre@moz-EE25458F.client.mchsi.com)
  2385. # [18:03] * Quits: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net) (Client exited)
  2386. # [18:03] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  2387. # [18:04] * Joins: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net)
  2388. # [18:05] * Joins: mt (mt@moz-210FC94.mycingular.net)
  2389. # [18:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7abb50d91618 - Viktor Stanchev - Bug 962325 - Add filename to profiler I/O markers. r=bgirard
  2390. # [18:05] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/f4c91d9262f1 - Viktor Stanchev - Bug 965373 - When the profiler stops it doesn't stop the EventTracer thread; r=bgirard
  2391. # [18:05] * jandem is now known as jandem-brb
  2392. # [18:05] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  2393. # [18:06] * Quits: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com) (Input/output error)
  2394. # [18:06] <RyanVM|sheriffduty> bwc1: fwiw, we generally don't ignore ASAN failures on TBPL :)
  2395. # [18:06] * Joins: surkov (surkov@moz-DF24A6EA.cpe.pppoe.ca)
  2396. # [18:06] * Quits: cpeterson (cpeterson@moz-7122D214.hsd1.ca.comcast.net) (Input/output error)
  2397. # [18:07] * Quits: tzimmermann (tzimmerman@moz-D05E6B33.pools.arcor-ip.net) (Quit: Ex-Chat)
  2398. # [18:07] * Quits: yvan (quassel@moz-EE24132A.members.linode.com) (Input/output error)
  2399. # [18:07] <bwc1> RyanVM: Sure, I was just wondering if there was any more data to be had.
  2400. # [18:07] * Quits: mt (mt@moz-210FC94.mycingular.net) (Quit: Leaving.)
  2401. # [18:07] <RyanVM|sheriffduty> we try to put as much info in the bug as we can
  2402. # [18:07] * Joins: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net)
  2403. # [18:08] <RyanVM|sheriffduty> so the log link is all we've got
  2404. # [18:08] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2405. # [18:08] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  2406. # [18:08] * Joins: yvan (quassel@moz-EE24132A.members.linode.com)
  2407. # [18:09] * Joins: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  2408. # [18:09] * Quits: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net) (Client exited)
  2409. # [18:09] * Joins: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP)
  2410. # [18:09] * Quits: AndreeaMatei (Thunderbir@6DC7A5F5.AA1FA0D2.6A4F8DA2.IP) (Quit: AndreeaMatei)
  2411. # [18:11] * Joins: annevk (annevk@moz-9499C95C.dclient.hispeed.ch)
  2412. # [18:11] * Quits: mreavy (chatzilla@moz-53A7F1F8.public.wayport.net) (Ping timeout)
  2413. # [18:11] * Quits: vignesh (vignesh.sh@57807045.222552B1.D61FB583.IP) (Quit: vignesh)
  2414. # [18:11] * Joins: gabor_ (gabor@88A0F8B1.7155DD53.2326E556.IP)
  2415. # [18:11] * Joins: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net)
  2416. # [18:11] * Joins: jammink (textual@moz-BBE3ABD.mv.mozilla.com)
  2417. # [18:12] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2418. # [18:12] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  2419. # [18:14] <froydnj> nbp: onlinedisassembler.com is very slick!
  2420. # [18:15] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/b3579b7bd49e - Ralph Giles - Bug 966311 - Calculate frame size for stereo wave. r=doublec
  2421. # [18:15] * Quits: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net) (Client exited)
  2422. # [18:15] * geekboy is now known as geekboy|afk
  2423. # [18:15] <@ted> that's fancy
  2424. # [18:16] <@ted> i've wanted to tie a disassembler into our crash reports for a long time
  2425. # [18:16] <@ted> wonder if we could use their stuff
  2426. # [18:16] <bz> froydnj: huh
  2427. # [18:16] * Quits: victorporof (victorporo@A25D388F.40CECF1B.35C8D440.IP) (Ping timeout)
  2428. # [18:16] <bz> froydnj: iiinteresting. ;)
  2429. # [18:17] * Joins: ckerschb (ckerschb@moz-82777327.ics.uci.edu)
  2430. # [18:17] * Quits: jduell (jduell@moz-2AA1D99C.hsd1.wa.comcast.net) (Connection reset by peer)
  2431. # [18:17] <nbp> nbp: I don't remember who show that to me the first time. but the UI is really nice, but I don't think they are openning their sources.
  2432. # [18:18] * Joins: jgriffin (jgriffin@moz-C55C3E25.hsd1.wa.comcast.net)
  2433. # [18:18] <nbp> froydnj: ^, which is why I suggested using emscripten.
  2434. # [18:18] * jlund|afk is now known as jlund|buildduty
  2435. # [18:18] <nbp> froydnj: and we can find other disassembler to export in JS such as in objdump / gdb / v8 …
  2436. # [18:19] * Joins: azakai (alon@13F2CEC5.7672369.D8E68FF6.IP)
  2437. # [18:19] <@ted> nbp: that'd be sweet
  2438. # [18:19] <@ted> nbp: i started writing an x86 disassembler in JS a few years ago
  2439. # [18:19] <@ted> but it's tedious
  2440. # [18:19] <@ted> http://luser.github.io/disasmx86-demo/
  2441. # [18:19] * Joins: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net)
  2442. # [18:19] * ctalbert|afk is now known as ctalbert
  2443. # [18:20] * Quits: simo (simo@8ACCB85.73F1237D.C456FB1C.IP) (Ping timeout)
  2444. # [18:20] * Joins: mreavy (chatzilla@moz-53A7F1F8.public.wayport.net)
  2445. # [18:20] <@ted> objdump-in-JS would be slick
  2446. # [18:20] * Quits: mccr8|afk (mccr8@moz-214FA971.dsl.dynamic.sonic.net) (Quit: computer sleep)
  2447. # [18:21] * Quits: kdcw (kdcw@moz-2CDF5822.pk.shawcable.net) (Ping timeout)
  2448. # [18:21] <froydnj> surely somebody has emscripten'd llvm's (or even binutils's) disassembler by now
  2449. # [18:21] * whimboo is now known as whimboo|afk
  2450. # [18:21] * Joins: lmandel (lmandel@moz-BBE3ABD.mv.mozilla.com)
  2451. # [18:21] * Quits: milan_ (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2452. # [18:21] <froydnj> given the vast # of architectures, I think ODA already has done binutils
  2453. # [18:22] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2454. # [18:23] * kats-lunch is now known as kats
  2455. # [18:24] * Quits: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP) (Ping timeout)
  2456. # [18:24] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  2457. # [18:25] * Joins: gcp_ (gpascutto@moz-9CEB1C98.access.telenet.be)
  2458. # [18:25] * Quits: darkowlzz (sunny@B763CC9B.9DE0126.27560D6E.IP) (Client exited)
  2459. # [18:25] * froydnj tries and fails to make git-bz set the assignee on a bug
  2460. # [18:25] * Joins: darkowlzz (sunny@B763CC9B.9DE0126.27560D6E.IP)
  2461. # [18:26] * Quits: gcp (gpascutto@moz-9CEB1C98.access.telenet.be) (Ping timeout)
  2462. # [18:26] * Quits: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  2463. # [18:26] * Joins: FabioMag_ (fabiomagno@moz-B3C5BCB4.dsl.telesp.net.br)
  2464. # [18:26] * Joins: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP)
  2465. # [18:26] * Joins: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net)
  2466. # [18:26] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Ping timeout)
  2467. # [18:26] * Quits: gwagner (Gregor@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Quit: gwagner)
  2468. # [18:26] * Joins: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com)
  2469. # [18:26] <RyanVM|sheriffduty> BenWa: inbound bustage
  2470. # [18:27] * Joins: lpy (lpy@B3BE13AC.47A0616D.E99F7FDB.IP)
  2471. # [18:27] * Joins: mt (mt@moz-210FC94.mycingular.net)
  2472. # [18:27] <@ted> froydnj: are they doing it in JS though, or just running binutils on a server?
  2473. # [18:27] * Quits: mjschranz (mjschranz@FCCEA34F.7672369.D8E68FF6.IP) (Client exited)
  2474. # [18:27] * geekboy|afk is now known as geekboy
  2475. # [18:28] * Quits: mt (mt@moz-210FC94.mycingular.net) (Quit: Leaving.)
  2476. # [18:28] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2477. # [18:28] * Quits: FabioMag_ (fabiomagno@moz-B3C5BCB4.dsl.telesp.net.br) (Ping timeout)
  2478. # [18:28] * Quits: lpy (lpy@B3BE13AC.47A0616D.E99F7FDB.IP) (Connection reset by peer)
  2479. # [18:28] * Joins: lpy (lpy@B3BE13AC.47A0616D.E99F7FDB.IP)
  2480. # [18:29] * Joins: mchang (mchang@BE99BE02.84BCE52A.BCAEBB33.IP)
  2481. # [18:29] <nbp> ted, at least there is some network activity when you update the hex.
  2482. # [18:29] * armenzg is now known as armenzg_lunch
  2483. # [18:29] <nbp> ted: they might just do it on a server, but I do not see any reason why we could not do it in JS.
  2484. # [18:30] * jedp|otp is now known as jedp
  2485. # [18:30] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2486. # [18:30] <@ted> sure
  2487. # [18:30] * glob is now known as glob|away
  2488. # [18:31] * glob|away is now known as glob
  2489. # [18:31] * Quits: lpy (lpy@B3BE13AC.47A0616D.E99F7FDB.IP) (Ping timeout)
  2490. # [18:31] * coop|mtg is now known as coop
  2491. # [18:32] * Joins: mixedpuppy (mixedpuppy@moz-78985667.vc.shawcable.net)
  2492. # [18:32] * Joins: serge (Thunderbir@6290AEBE.10CB34F1.97F07BE5.IP)
  2493. # [18:32] * Quits: Niharika (Happiness@E0B3CA17.5DA96D76.74119F78.IP) (Connection reset by peer)
  2494. # [18:32] * Quits: andreasn (andreasn@moz-846D011E.redhat.com) (Ping timeout)
  2495. # [18:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6a16178f4c08 - Ryan VanderMeulen - Backed out changeset 7abb50d91618 (bug 962325) for bustage.
  2496. # [18:32] <mhoye> Does Mozilla have any involvement in GSOC this year?
  2497. # [18:32] <Ms2ger> Yes
  2498. # [18:33] <ejpbruel_> ?/names
  2499. # [18:33] * Joins: aklotz (Thunderbir@FD1E68D2.64455FB.F97ED6F2.IP)
  2500. # [18:33] <ejpbruel_> bz: can I have a [scriptable] IDL interface where certain methods are non-scriptable?
  2501. # [18:33] <froydnj> ejpbruel_: yes
  2502. # [18:33] <froydnj> ejpbruel_: mark them as [noscript]
  2503. # [18:34] <ejpbruel_> froydnj: awesome, thank you
  2504. # [18:35] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Quit: Konversation terminated!)
  2505. # [18:35] * Joins: simo (simo@7CFF4222.80FBF3E1.8A1F9AD.IP)
  2506. # [18:35] * Joins: nl (nicklebede@moz-29D843ED.net151.n37.ru)
  2507. # [18:37] * Quits: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  2508. # [18:37] * Quits: darkowlzz (sunny@B763CC9B.9DE0126.27560D6E.IP) (Quit: This computer has gone to sleep)
  2509. # [18:38] * Joins: botond-laptop (chatzilla@13F2CEC5.7672369.D8E68FF6.IP)
  2510. # [18:38] * Quits: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca) (Quit: Leaving.)
  2511. # [18:42] * jandem-brb is now known as jandem
  2512. # [18:42] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2513. # [18:43] * spohl is now known as spohl|afk
  2514. # [18:43] * Joins: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com)
  2515. # [18:43] * Quits: MarcoZ (marco.zehe@moz-8F4DB4D.dip0.t-ipconnect.de) (Quit: G'night!)
  2516. # [18:44] * Joins: Mook_as (mook@moz-1FCC0032.activestate.com)
  2517. # [18:45] * Joins: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net)
  2518. # [18:46] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  2519. # [18:47] * Quits: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net) (Client exited)
  2520. # [18:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/f81160e35839 - Andrea Marchesini - Bug 967414 - Enable DataStore API in B2G for certified apps only by default, r=bz
  2521. # [18:47] * Quits: Enn (enn@moz-1758BB1C.cpe.net.cable.rogers.com) (Ping timeout)
  2522. # [18:50] * Joins: nrc|waitangiday (nrc@7BE24E90.A5032A01.3CFC199D.IP)
  2523. # [18:50] * Joins: mib_8sxwf4 (Mibbit@2F71FEC3.3166768C.5D9ABA9F.IP)
  2524. # [18:50] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  2525. # [18:51] <mib_8sxwf4> is there any bugs available to be fixed in java?
  2526. # [18:51] * Joins: darkowlzz (sunny@B763CC9B.9DE0126.27560D6E.IP)
  2527. # [18:52] * Quits: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net) (Quit: Leaving.)
  2528. # [18:52] * Rik is now known as Rik|afk
  2529. # [18:52] * nrc|waitangiday is now known as nrc
  2530. # [18:52] * philor is now known as philor|away
  2531. # [18:53] <paul> mib_8sxwf4: http://www.joshmatthews.net/bugsahoy/?java=1 I encourage you to go to #introduction
  2532. # [18:53] * Quits: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2533. # [18:54] * Gijs is now known as Gijs_away
  2534. # [18:54] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2535. # [18:56] * whimboo|afk is now known as whimboo
  2536. # [18:56] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2537. # [18:56] * Joins: sfoster (sfoster@moz-961AB6F2.hsd1.or.comcast.net)
  2538. # [18:57] * Quits: lzzluca (lzzluca@moz-10429979.static.virginmediabusiness.co.uk) (Quit: Ex-Chat)
  2539. # [18:57] * Joins: mjschranz (mjschranz@FCCEA34F.7672369.D8E68FF6.IP)
  2540. # [18:57] * Quits: mjschranz (mjschranz@FCCEA34F.7672369.D8E68FF6.IP) (Connection reset by peer)
  2541. # [18:57] * Joins: mjschranz (mjschranz@FCCEA34F.7672369.D8E68FF6.IP)
  2542. # [18:58] * Joins: Paenglab (paenglab@moz-3A4D046.cust.bluewin.ch)
  2543. # [18:58] * bjacob just had a horrible thought about IPDL security, and would like to run it by someone who knows IPDL well
  2544. # [18:59] * Joins: therube_agone (chatzilla@moz-6B4FA6DA.bltmmd.east.verizon.net)
  2545. # [18:59] <bjacob> bent: ehsan: ^ ?
  2546. # [18:59] * Joins: erahm (Adium@moz-BF4D134B.hsd1.or.comcast.net)
  2547. # [19:01] * Quits: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP) (Ping timeout)
  2548. # [19:02] * Quits: badescunicu (Thunderbir@6E1351FC.6A702BE4.FCAAE698.IP) (Quit: badescunicu)
  2549. # [19:02] * Quits: paolo_ (paolo@moz-E4E947A0.retail.telecomitalia.it) (Quit: Konversation terminated!)
  2550. # [19:02] <therube_agone> Bas: are you 'Schouten' ?
  2551. # [19:02] <Ms2ger> Yes
  2552. # [19:03] <therube_agone> i see you're listed on Bug 651857 - (azure) [Azure] Implement new 2D graphics API
  2553. # [19:03] <therube_agone> is Bug 966662 - Memory usage increase with Firefox 26 compared to earlier, something you may have an interest in?
  2554. # [19:03] * Joins: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP)
  2555. # [19:04] <@ehsan> bjacob: interview, will be with you in 45 mins
  2556. # [19:04] <bjacob> ehsan: ok
  2557. # [19:04] <Ms2ger> Bas, ping
  2558. # [19:04] * ehsan is now known as ehsan|mtg
  2559. # [19:05] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7ec2f0199218 - Dan Minor - Bug 967467 - Jit-test basic\bug698584.js timesout on Windows XP test machines for debug builds; r=terrence
  2560. # [19:05] * sheppy is now known as sheppy-afk
  2561. # [19:05] * bz is now known as bz_away
  2562. # [19:06] * Quits: Dwight_Stegall (Pony_Expre@moz-EE25458F.client.mchsi.com) (Quit: Damn, I ran out of Mountain Dew! BRB :))
  2563. # [19:06] * Joins: jonasfj (jonasfj@moz-F9C6FBE1.hsd1.ca.comcast.net)
  2564. # [19:07] * Quits: mib_8sxwf4 (Mibbit@2F71FEC3.3166768C.5D9ABA9F.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2565. # [19:07] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2566. # [19:07] * Joins: pcwalton (pcwalton@moz-DA87EE4.hsd1.ca.comcast.net)
  2567. # [19:08] * Quits: m_gol (m_gol@moz-E13AD2C1.neoplus.adsl.tpnet.pl) (Quit: Leaving...)
  2568. # [19:08] * Joins: williecheong (Adium@moz-BBE3ABD.mv.mozilla.com)
  2569. # [19:08] <@ted> dmajor: how much of your daily work involves installing malware and other undesirables? :)
  2570. # [19:09] * Quits: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com) (Connection reset by peer)
  2571. # [19:09] * Joins: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com)
  2572. # [19:09] * Joins: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP)
  2573. # [19:09] * Joins: paolo_ (paolo@moz-23421BF2.retail.telecomitalia.it)
  2574. # [19:11] * philor|away is now known as philor
  2575. # [19:12] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Ping timeout)
  2576. # [19:12] * Joins: mib_q2kxzu (Thunderbir@86963CC1.6052BF6C.D5674B60.IP)
  2577. # [19:12] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  2578. # [19:12] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  2579. # [19:12] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  2580. # [19:12] * Joins: m_gol (m_gol@moz-E13AD2C1.neoplus.adsl.tpnet.pl)
  2581. # [19:12] * Quits: mib_q2kxzu (Thunderbir@86963CC1.6052BF6C.D5674B60.IP) (Quit: mib_q2kxzu)
  2582. # [19:12] * Joins: mib_q2kxzu (Thunderbir@86963CC1.6052BF6C.D5674B60.IP)
  2583. # [19:14] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  2584. # [19:14] * Quits: m_gol (m_gol@moz-E13AD2C1.neoplus.adsl.tpnet.pl) (Quit: Leaving...)
  2585. # [19:15] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  2586. # [19:15] * Joins: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com)
  2587. # [19:15] <bkelly> RyanVM|sheriffduty: thanks! I was not aware of that whiteboard tag
  2588. # [19:15] <RyanVM|sheriffduty> it's somewhat arbitrary :P
  2589. # [19:15] <bkelly> heh
  2590. # [19:15] * Quits: mib_q2kxzu (Thunderbir@86963CC1.6052BF6C.D5674B60.IP) (Quit: mib_q2kxzu)
  2591. # [19:15] * Joins: mib_q2kxzu (Thunderbir@86963CC1.6052BF6C.D5674B60.IP)
  2592. # [19:15] <RyanVM|sheriffduty> you could just use the checkin-needed keyword too, but the whiteboard at least indicates where goes
  2593. # [19:15] <bkelly> RyanVM|sheriffduty: how did PECO do?
  2594. # [19:16] <RyanVM|sheriffduty> I just look for checkin-needed on the whiteboard
  2595. # [19:16] <RyanVM|sheriffduty> I'm home :)
  2596. # [19:16] <RyanVM|sheriffduty> it was actually back earlier than expected
  2597. # [19:16] <bkelly> awesome! its amazing how much no power sucks...
  2598. # [19:16] <RyanVM|sheriffduty> yeah
  2599. # [19:16] <RyanVM|sheriffduty> had a plan for today if needed, but glad it wasn't necessary
  2600. # [19:16] <dmajor> ted: quite a lot :P
  2601. # [19:17] <RyanVM|sheriffduty> we actually had some powerless friends over today so they could at least shower and have coffee
  2602. # [19:17] * Joins: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2603. # [19:17] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  2604. # [19:17] <RyanVM|sheriffduty> rnewman: for the new sync, I run Aurora on my phone
  2605. # [19:18] <bkelly> nice... do they have estimates for how long they will be without power?
  2606. # [19:18] <RyanVM|sheriffduty> should I wait for Aurora nightlies to start going out before I try it out?
  2607. # [19:18] * Joins: squeakytoy (squeakytoy@moz-79070305.dynamic.se.alltele.net)
  2608. # [19:18] <RyanVM|sheriffduty> bkelly: PECO is giving a blanket estimate of Sunday @ 11pm for everyone now
  2609. # [19:18] * Quits: s1991 (Mibbit@342A796C.29E0BAFB.1957C0DA.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  2610. # [19:18] <RyanVM|sheriffduty> still over 400,000 affected in the region
  2611. # [19:18] <bkelly> wow
  2612. # [19:18] <shu> oh boy, PECO
  2613. # [19:18] <bz_away> RyanVM|sheriffduty: How common is it for people's heat to still work with no power? :(
  2614. # [19:19] <RyanVM|sheriffduty> bz_away: ?
  2615. # [19:19] <shu> i haven't heard that name since high school
  2616. # [19:19] <bz_away> RyanVM|sheriffduty: Around here, if power goes out while it's cold, that starts to suck _really_ fast
  2617. # [19:19] <RyanVM|sheriffduty> yeah, indeed
  2618. # [19:19] <bz_away> RyanVM|sheriffduty: even if the heat is not electric the ignition tends to be...
  2619. # [19:19] * Quits: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com) (Input/output error)
  2620. # [19:19] * bz_away has been considering getting a small generator basically to run the sump pump and heating system, in case....
  2621. # [19:20] <RyanVM|sheriffduty> I've considered that too
  2622. # [19:20] <RyanVM|sheriffduty> shu: spent some time in PA did you? :)
  2623. # [19:20] * Quits: bent (chatzilla@87C1F78E.1DE10CA8.D8E68FF6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  2624. # [19:20] <bz_away> considering getting a small generator basically to run the sump
  2625. # [19:20] <bz_away> +pump and heating system, in case....
  2626. # [19:20] <bz_away> <RyanVM|sheriffduty> I've considered that too
  2627. # [19:20] <bz_away> er..
  2628. # [19:20] <bkelly> bz_away: I think its hard to keep enough fuel on hand for long outages unless you have a natural gas one, isn't it?
  2629. # [19:20] <bz_away> RyanVM|sheriffduty: In any case, congrats
  2630. # [19:21] <RyanVM|sheriffduty> bz_away: the friends we had over this morning got their power back now too, but they had a standing offer to stay here tonight with us if need-be
  2631. # [19:21] <bkelly> although I guess gas shortages are not a problem except in really extreme weather events
  2632. # [19:21] <bz_away> bkelly: well, a sump pump and oil burner ignition don't exactly take that much power....
  2633. # [19:21] <RyanVM|sheriffduty> bkelly: there's been a lot of stories about propane shortages all winter
  2634. # [19:21] * bz_away has totally not looked into the practicalities of generators
  2635. # [19:22] <bz_away> I _have_ looked into batteries, and powering a pump off those is not so easy.
  2636. # [19:22] <RyanVM|sheriffduty> at least the fridge isn't really an issue with a winter power outage
  2637. # [19:22] <bkelly> bz_away: I just remember people talking about the issues when the hurricane rolled through new jersey and new york previously
  2638. # [19:22] * jimm is now known as jimm-lunch
  2639. # [19:23] * pmoore is now known as pmoore|away
  2640. # [19:23] <bz_away> Sure
  2641. # [19:23] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  2642. # [19:23] <bz_away> if you're talking weeks then you're in trouble...
  2643. # [19:23] * Joins: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP)
  2644. # [19:23] <bz_away> RyanVM|sheriffduty: True, though the freezer can still be, depending
  2645. # [19:23] * Joins: mt (mt@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2646. # [19:23] * Quits: sunfish (chatzilla@moz-8DE7F965.dsl.dynamic.sonic.net) (Ping timeout)
  2647. # [19:23] * Joins: ekr (ekr@moz-C07D5168.p2p.sfo1.mozilla.com)
  2648. # [19:24] * Quits: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP) (Ping timeout)
  2649. # [19:24] * Joins: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP)
  2650. # [19:24] <bz_away> anyway
  2651. # [19:24] * bz_away away for real
  2652. # [19:25] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  2653. # [19:25] <shu> RyanVM|sheriffduty: grew up in delaware
  2654. # [19:25] * Joins: digitsm__ (digitsm@FFFBDB40.7726931A.C146C5E5.IP)
  2655. # [19:25] <RyanVM|sheriffduty> shu: ah, nice
  2656. # [19:25] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  2657. # [19:26] * Quits: digitsm__ (digitsm@FFFBDB40.7726931A.C146C5E5.IP) (Quit: Leaving)
  2658. # [19:26] * Quits: tedders1 (tedders1@87C1F78E.1DE10CA8.D8E68FF6.IP) (Client exited)
  2659. # [19:27] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  2660. # [19:27] <therube_agone> even with gas, the fans & other parts of the furnace are still electric... even a gas stove typically have electric "strikes", though can still be lite with a match. i believe i was ~45 F last night, this morn.
  2661. # [19:27] * Joins: brendan (brendaneic@9E9221B0.60D98710.CE12DF22.IP)
  2662. # [19:28] * Quits: spohl|afk (Adium@moz-8D263F35.static.hvvc.us) (Ping timeout)
  2663. # [19:28] * Quits: vingtetun (Thunderbir@DA4ABEAF.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2664. # [19:29] <therube_agone> actually the refrigerator is too. with an extended outage, you'd be better gathering up snow & putting the contents in that as the refrigerator will have much higher temp in short order.
  2665. # [19:29] * Quits: janv (varga@B613191B.3EC5E826.4F33160D.IP) (Quit: This computer has gone to sleep)
  2666. # [19:29] * Parts: Paenglab (paenglab@moz-3A4D046.cust.bluewin.ch)
  2667. # [19:29] * Joins: lpy (lpy@B3BE13AC.47A0616D.E99F7FDB.IP)
  2668. # [19:31] * Joins: billm (billm@moz-BBE3ABD.mv.mozilla.com)
  2669. # [19:31] * Quits: lpy (lpy@B3BE13AC.47A0616D.E99F7FDB.IP) (Ping timeout)
  2670. # [19:32] * Quits: ehugg (chatzilla@5AD0A91D.29102B70.6CD50604.IP) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131205075310])
  2671. # [19:32] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/197880d71d9d - Ehsan Akhgari - Bug 968643 - Part 2: Remove the [PrefControlled] WebIDL annotation; r=bzbarsky
  2672. # [19:32] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/20a329b254ae - Ehsan Akhgari - Bug 968643 - Part 1: Stop using [PrefControlled]; r=bzbarsky
  2673. # [19:32] * Joins: dbaron (dbaron@moz-B3F1D17A.dsl.dynamic.sonic.net)
  2674. # [19:32] * ChanServ sets mode: +ao dbaron dbaron
  2675. # [19:32] <@ehsan|mtg> bjacob: I'm here now
  2676. # [19:32] * ehsan|mtg is now known as ehsan
  2677. # [19:32] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2678. # [19:33] * Joins: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2679. # [19:33] * Joins: ehugg (chatzilla@moz-62842EF0.cisco.com)
  2680. # [19:33] <rnewman> RyanVM|sheriffduty: my personal recommendation is to hold off for your main profile
  2681. # [19:34] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2682. # [19:34] <rnewman> RyanVM|sheriffduty: give it a couple of weeks for all the kinks to work out
  2683. # [19:34] <RyanVM|sheriffduty> rnewman: wfm
  2684. # [19:34] * Quits: jesup (chatzilla@moz-53A7F1F8.public.wayport.net) (Ping timeout)
  2685. # [19:35] <RyanVM|sheriffduty> rnewman: yeah, I'm nightly on my computer and aurora on my phone
  2686. # [19:35] * Joins: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu)
  2687. # [19:35] <RyanVM|sheriffduty> easier to revert a dud build on the computer vs. the phone :)
  2688. # [19:35] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/08ed6306fb7e - Honza Bambas - Bug 968860 - Disable test_cache2-07-visit-memory.js on Android 2.2 Armv6, r=jduell
  2689. # [19:35] <bjacob> ehsan: querying you
  2690. # [19:35] * Joins: kdcw (kdcw@moz-2CDF5822.pk.shawcable.net)
  2691. # [19:35] * armenzg_lunch is now known as armenzg
  2692. # [19:36] * Joins: fabrice1 (fabrice@moz-94F028C6.hsd1.ca.comcast.net)
  2693. # [19:36] * Quits: fabrice (fabrice@moz-94F028C6.hsd1.ca.comcast.net) (Quit: Leaving.)
  2694. # [19:36] * jorendorff is now known as jorendorff_away
  2695. # [19:37] * Joins: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com)
  2696. # [19:39] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  2697. # [19:39] * Joins: maxli (maxli@moz-B19F68ED.student.cs.uwaterloo.ca)
  2698. # [19:39] <ckerschb> in a mochitest, is there an easy way to access the displayed icon left to the address bar? (e.g. the grey triangle)? I tried |gBrowser.securityUI.state| but that gives me the wrong information in my testcase! any ideas?
  2699. # [19:40] * Quits: brendan (brendaneic@9E9221B0.60D98710.CE12DF22.IP) (Quit: brendan)
  2700. # [19:40] * jorendorff_away is now known as jorendorff
  2701. # [19:41] * Gijs_away is now known as Gijs
  2702. # [19:43] * Joins: janv (varga@B613191B.3EC5E826.4F33160D.IP)
  2703. # [19:43] * ferjm is now known as ferjm|afk
  2704. # [19:43] <kats> overholt: any word on if the builds in that folder are the per-commit builds we're looking for?
  2705. # [19:43] * Joins: mcomella (mcomella@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2706. # [19:43] <overholt> kats, no, catlee's still in TRIBE
  2707. # [19:43] <kats> ok
  2708. # [19:43] <overholt> kats, I figure we can look through a bunch of directories or just wait for his answer :)
  2709. # [19:44] <overholt> kats, and then we unleash the loop over commits ;)
  2710. # [19:44] <kats> overholt: well i don't want to start pointing QA to that folder if it turns out it's something else
  2711. # [19:44] * Joins: jimb (user@moz-ED4AA0F2.hsd1.wa.comcast.net)
  2712. # [19:44] <overholt> kats, yep
  2713. # [19:44] * Joins: spohl (Adium@moz-2F20595C.static.hvvc.us)
  2714. # [19:44] * Joins: fredw (Icedove@moz-B9C110E2.fbx.proxad.net)
  2715. # [19:46] * Parts: jaoo (user@moz-F2C43276.red-83-45-173.dynamicip.rima-tde.net) (ERC Version 5.3 (IRC client for Emacs))
  2716. # [19:46] * Quits: tonymec|away (tonymec@E7E9B056.FA99D1DB.A9371869.IP) (Ping timeout)
  2717. # [19:47] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  2718. # [19:47] * Quits: tonymec (tonymec@E7E9B056.FA99D1DB.A9371869.IP) (Ping timeout)
  2719. # [19:48] * Joins: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net)
  2720. # [19:49] * glob is now known as glob|away
  2721. # [19:50] * Joins: tonymec|away (tonymec@E7E9B056.FA99D1DB.A9371869.IP)
  2722. # [19:50] * Quits: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net) (Ping timeout)
  2723. # [19:52] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2724. # [19:52] * Joins: briansmith (briansmith@C11351D5.AC8EC7EA.B4C748B5.IP)
  2725. # [19:52] * Joins: tonymec (tonymec@E7E9B056.FA99D1DB.A9371869.IP)
  2726. # [19:52] * Quits: erahm (Adium@moz-BF4D134B.hsd1.or.comcast.net) (Quit: Leaving.)
  2727. # [19:53] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e7b7825f65dd - Myk Melez - bug 967218 - interpret result of NativeApp:IsDebuggable as string; r=mfinkle
  2728. # [19:53] <dmajor> reftest/reftest/chrome/reftest/content/reftest.js
  2729. # [19:53] <dmajor> you know, just in case you're not sure what kind of test it is
  2730. # [19:54] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2731. # [19:54] <Ms2ger> dmajor, still wrong, it isn't a test :)
  2732. # [19:54] * Quits: mwu (mwu@moz-2E883D31.hsd1.nj.comcast.net) (Quit: Leaving)
  2733. # [19:54] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2734. # [19:54] <dmajor> Ms2ger: can we ignore my try failure on it then? :P
  2735. # [19:54] * Quits: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP) (Client exited)
  2736. # [19:55] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2737. # [19:55] * jimm-lunch is now known as jimm
  2738. # [19:56] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2739. # [19:56] * Joins: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net)
  2740. # [19:56] * Joins: erahm (Adium@moz-A511F1A0.hsd1.or.comcast.net)
  2741. # [19:57] * Quits: smontagu (chatzilla@88F51059.F3BBB17D.144F44FA.IP) (Ping timeout)
  2742. # [19:57] * mattwoodrow|away is now known as mattwoodrow
  2743. # [19:58] * Joins: m_gol (m_gol@moz-4A03F5C1.dynamic.chello.pl)
  2744. # [19:58] * Joins: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP)
  2745. # [19:59] * Joins: jdm (jdm@3352147E.CB4C8069.74119F78.IP)
  2746. # [20:01] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2747. # [20:01] * geekboy is now known as geekboy|afk
  2748. # [20:01] * philor is now known as philor|afk
  2749. # [20:01] * Joins: jgilbert (jgilbert@moz-B024B82D.hsd1.ca.comcast.net)
  2750. # [20:01] * Joins: Optimizer1 (Optimizer@340A88F1.58831455.BE4CF869.IP)
  2751. # [20:02] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2752. # [20:02] * Quits: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP) (Ping timeout)
  2753. # [20:02] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/9bb6f487c55f - Daniel Holbert - Bug 968634: Fix broken inequality comparison in SpeechRecognition.cpp. r=ggp
  2754. # [20:02] * Optimizer1 is now known as Optimizer
  2755. # [20:03] * pmoore|away is now known as pmoore
  2756. # [20:04] * Quits: tonymec|away (tonymec@E7E9B056.FA99D1DB.A9371869.IP) (Ping timeout)
  2757. # [20:04] <Ms2ger> Woop: http://hearsum.ca/blog/experiments-with-smaller-pools-of-build-machines/
  2758. # [20:05] * geekboy|afk is now known as geekboy
  2759. # [20:05] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  2760. # [20:05] * Joins: tonymec|away (tonymec@E7E9B056.FA99D1DB.A9371869.IP)
  2761. # [20:05] <botond> romaxa: ping
  2762. # [20:05] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  2763. # [20:06] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2764. # [20:06] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  2765. # [20:06] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  2766. # [20:06] * Joins: digitsm (digitsm@FFFBDB40.7726931A.C146C5E5.IP)
  2767. # [20:07] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2768. # [20:07] * Joins: karl (karl@moz-C433B975.jetstream.xtra.co.nz)
  2769. # [20:07] * Quits: cpeterson (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  2770. # [20:07] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  2771. # [20:09] * Joins: cpeterso_ (cpeterson@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2772. # [20:09] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2773. # [20:09] * Quits: gabor_ (gabor@88A0F8B1.7155DD53.2326E556.IP) (Ping timeout)
  2774. # [20:09] * Joins: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP)
  2775. # [20:10] * cpeterso_ is now known as cpeterson
  2776. # [20:10] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2777. # [20:10] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2778. # [20:10] * Joins: harth__ (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2779. # [20:10] * Quits: bnicholson (bnicholson@moz-46A94A2D.hsd1.ca.comcast.net) (Ping timeout)
  2780. # [20:11] * Quits: flo-retina (Instantbir@moz-2C9D8405.ip-176-31-106.eu) (Quit: Instantbird 1.6a1pre -- http://www.instantbird.com)
  2781. # [20:11] * Quits: nl (nicklebede@moz-29D843ED.net151.n37.ru) (Quit: )
  2782. # [20:11] * Quits: mikeratcliffe (Adium@755D1F38.4788BC2C.7CCB197A.IP) (Quit: Leaving.)
  2783. # [20:11] * Joins: sunfish (chatzilla@moz-BBE3ABD.mv.mozilla.com)
  2784. # [20:12] * Quits: harth__ (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  2785. # [20:13] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2786. # [20:13] * Quits: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net) (Ping timeout)
  2787. # [20:13] * Quits: janv (varga@B613191B.3EC5E826.4F33160D.IP) (Quit: This computer has gone to sleep)
  2788. # [20:13] * julienw is now known as julienw_afk
  2789. # [20:13] <bkero> gps: ping
  2790. # [20:13] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/3a620ff8ac4a - Maciek - Bug 950107 - Support ALL_PROXY in bootstraper; r=gps
  2791. # [20:13] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  2792. # [20:15] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  2793. # [20:15] <shu> hm, the "My Dashboard" page on BMO is popping up a "IO request failed : undefined" window
  2794. # [20:16] <gps> bkero: pong
  2795. # [20:16] * Quits: pnkfelix (pnkfelix@87C1F78E.1DE10CA8.D8E68FF6.IP) (Ping timeout)
  2796. # [20:16] * Joins: heftig (heftig@moz-48F85AD2.dip0.t-ipconnect.de)
  2797. # [20:16] <bkero> gps: Hey. I'm testing the repo-syncing hook (for hg without NFS) and I'm running into a bunch of repository corruption during pulls. 'hg verify' shows corruption back to rev 1. ANy clue if this is related to the bug you filed upstream? http://pastebin.mozilla.org/4205757
  2798. # [20:16] * Joins: njn (chatzilla@moz-69A5C917.dyn.iinet.net.au)
  2799. # [20:16] * ChanServ sets mode: +o njn
  2800. # [20:17] <gps> bkero: are our production repos corrupted?
  2801. # [20:18] <gps> if you are pulling from nfs as part of the hook, I wouldn't be surprised if you encounter the NFS syncing issue with much higher frequency
  2802. # [20:18] * Quits: sewardj (sewardj@moz-18554D6E.dip0.t-ipconnect.de) (Ping timeout)
  2803. # [20:18] <bkero> gps: No, production repos are not corrupted.
  2804. # [20:18] * Quits: Unfocused (sid2622@moz-5F4AA75A.irccloud.com) (Ping timeout)
  2805. # [20:18] * Quits: sawrubh (uid6719@moz-5F4AA75A.irccloud.com) (Ping timeout)
  2806. # [20:18] * Quits: sid0 (sid2934@moz-5F4AA75A.irccloud.com) (Ping timeout)
  2807. # [20:18] * Quits: davidillsley (sid18481@moz-5F4AA75A.irccloud.com) (Ping timeout)
  2808. # [20:18] * Quits: pdr (sid7901@moz-E77DEB21.irccloud.com) (Ping timeout)
  2809. # [20:18] * Quits: birtles (uid16523@moz-A42E5B7B.irccloud.com) (Ping timeout)
  2810. # [20:18] <bkero> The corruption is on the new mirror
  2811. # [20:18] <gps> I would definitely enable [server] verify=True on the mirrors
  2812. # [20:18] * Quits: bkelly (sid22777@moz-E77DEB21.irccloud.com) (Ping timeout)
  2813. # [20:18] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  2814. # [20:18] * Quits: mbrubeck (sid17036@moz-A42E5B7B.irccloud.com) (Ping timeout)
  2815. # [20:19] <gps> sorry - server.validate = True
  2816. # [20:19] <gps> see bug 963778
  2817. # [20:19] * Joins: davidillsley (sid18481@moz-5F4AA75A.irccloud.com)
  2818. # [20:19] <bkero> I'm considering if mount -o remount,sync on the hgssh server would be advisable
  2819. # [20:19] * Quits: sheppy-afk (sid12424@moz-5F4AA75A.irccloud.com) (Ping timeout)
  2820. # [20:19] * Quits: fhd (sid2508@moz-31ABA2C0.irccloud.com) (Ping timeout)
  2821. # [20:19] * Quits: soumyaC (uid15286@moz-E77DEB21.irccloud.com) (Ping timeout)
  2822. # [20:19] * Quits: mhenretty (sid11899@moz-5F4AA75A.irccloud.com) (Ping timeout)
  2823. # [20:19] * Quits: Cwiiis (uid15019@moz-31ABA2C0.irccloud.com) (Ping timeout)
  2824. # [20:19] * Quits: samgtr (uid15227@moz-E77DEB21.irccloud.com) (Ping timeout)
  2825. # [20:19] * Quits: ggherdov_ (sid11402@moz-E77DEB21.irccloud.com) (Ping timeout)
  2826. # [20:19] * Joins: bkelly (sid22777@moz-E77DEB21.irccloud.com)
  2827. # [20:19] * Quits: dhylands (sid15724@moz-E77DEB21.irccloud.com) (Ping timeout)
  2828. # [20:19] * Quits: daleharvey (sid513@moz-E77DEB21.irccloud.com) (Ping timeout)
  2829. # [20:19] * Quits: evilpie (sid7877@moz-E77DEB21.irccloud.com) (Ping timeout)
  2830. # [20:19] * Quits: cabanier (sid15093@moz-31ABA2C0.irccloud.com) (Ping timeout)
  2831. # [20:19] * Quits: mvujovic (sid13458@moz-E77DEB21.irccloud.com) (Ping timeout)
  2832. # [20:19] * Joins: mbrubeck (sid17036@moz-A42E5B7B.irccloud.com)
  2833. # [20:19] * Quits: markh (uid24855@moz-5F4AA75A.irccloud.com) (Ping timeout)
  2834. # [20:19] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  2835. # [20:19] * Joins: sheppy (sid12424@moz-5F4AA75A.irccloud.com)
  2836. # [20:19] * Joins: jet (jet@moz-79F891EE.hsd1.ca.comcast.net)
  2837. # [20:19] <bkero> gps: These are inline with commits, how long does the validate take to run? N times?
  2838. # [20:19] * Joins: sid0 (sid2934@moz-5F4AA75A.irccloud.com)
  2839. # [20:19] * Joins: soumyaC (uid15286@moz-E77DEB21.irccloud.com)
  2840. # [20:20] * Joins: birtles (uid16523@moz-A42E5B7B.irccloud.com)
  2841. # [20:20] <gps> bkero: validate validates the *entire* repo. it will take minutes on mozilla-central
  2842. # [20:20] * Joins: Unfocused (sid2622@moz-5F4AA75A.irccloud.com)
  2843. # [20:20] <bkero> Oof
  2844. # [20:20] * Joins: drno (nohlmeier@moz-BBE3ABD.mv.mozilla.com)
  2845. # [20:20] <gps> server.validate = True effectively validates when changesets are introduced. we should enable it
  2846. # [20:20] * Joins: samgtr (uid15227@moz-E77DEB21.irccloud.com)
  2847. # [20:20] * Joins: fhd (sid2508@moz-31ABA2C0.irccloud.com)
  2848. # [20:20] * Joins: cabanier (sid15093@moz-31ABA2C0.irccloud.com)
  2849. # [20:20] * Joins: mhenretty (sid11899@moz-5F4AA75A.irccloud.com)
  2850. # [20:20] * Joins: markh (uid24855@moz-5F4AA75A.irccloud.com)
  2851. # [20:20] * Joins: Cwiiis|Away (uid15019@moz-31ABA2C0.irccloud.com)
  2852. # [20:20] <bkero> Validates during checkin, or pull?
  2853. # [20:20] * jmaher is now known as jmaher|bbiab
  2854. # [20:21] <gps> those are both the same thing to Mercurial :)
  2855. # [20:21] * Joins: dholbert (dholbert@moz-2DBFC5C4.static.sonic.net)
  2856. # [20:21] * Joins: jwalden (chatzilla@moz-BBE3ABD.mv.mozilla.com)
  2857. # [20:21] * Quits: jdm (jdm@3352147E.CB4C8069.74119F78.IP) (Ping timeout)
  2858. # [20:21] <gps> bkero: read http://gregoryszorc.com/blog/2014/02/05/the-mercurial-revlog/
  2859. # [20:21] * Joins: sawrubh (uid6719@moz-5F4AA75A.irccloud.com)
  2860. # [20:21] * Joins: daleharvey (sid513@moz-E77DEB21.irccloud.com)
  2861. # [20:21] <gps> pay attention to anything talking about bundles. server.validate applies when bundles are applied to a repo
  2862. # [20:21] * Quits: ferjm|afk (ferjm@moz-C75BC392.upc-i.chello.nl) (Quit: Leaving)
  2863. # [20:21] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8b74966f80da - Ehsan Akhgari - Bug 944800 - Move the information about delay loaded DLLs into moz.build; r=gps
  2864. # [20:21] * Quits: mstange (markus@moz-592434EA.dip0.t-ipconnect.de) (Quit: mstange)
  2865. # [20:22] <bkero> gps: I'm not sure we can afford the several minute validation for each checkin/pull though
  2866. # [20:22] <gps> that's both when a client pushes them over the wire (server does validate) and when a client pulls from the server (client does validate)
  2867. # [20:22] <bkero> Since these operations are happening several times per minute
  2868. # [20:22] * jlund|buildduty is now known as jlund|food
  2869. # [20:22] <gps> bkero: hg verify takes minutes
  2870. # [20:22] <gps> server.validate = True makes adding new changesets maybe 2x slower
  2871. # [20:22] <gps> wait - not that much
  2872. # [20:22] <gps> it's proportional to the size of the bundle
  2873. # [20:22] * Joins: ggherdov_ (sid11402@moz-E77DEB21.irccloud.com)
  2874. # [20:23] <gps> you won't notice on most pushes/pulls
  2875. # [20:23] <gps> i'll throw out 10% slower
  2876. # [20:23] <bkero> and what's the behavior if a validation fails?
  2877. # [20:23] * mattwoodrow is now known as mattwoodrow|away
  2878. # [20:23] * Joins: lpy (lpy@B3BE13AC.47A0616D.E99F7FDB.IP)
  2879. # [20:23] <gps> the transaction is rolled back
  2880. # [20:23] <gps> the repo is not corrupted
  2881. # [20:23] <gps> try again later and it should hopefully work
  2882. # [20:23] * Joins: bnicholson (bnicholson@moz-DB4A9C19.scl3.mozilla.com)
  2883. # [20:23] * Joins: dhylands|afk (sid15724@moz-E77DEB21.irccloud.com)
  2884. # [20:23] * Joins: mvujovic (sid13458@moz-E77DEB21.irccloud.com)
  2885. # [20:23] <bkero> That's happening anyway
  2886. # [20:23] * Joins: pdr (sid7901@moz-E77DEB21.irccloud.com)
  2887. # [20:24] <gps> bkero: it's happening on subsequent unbundle operations
  2888. # [20:24] <gps> the repo gets corrupted on a bad unbundle and this is detected on a subsequent operation
  2889. # [20:24] * Joins: jdm (jdm@1F05EAB6.1AD9726E.74119F78.IP)
  2890. # [20:24] <bkero> gps: I'll see about deploying server.validate, however right now I'm interested in fixing the actual repository corruption issues.
  2891. # [20:25] * Joins: evilpie (sid7877@moz-E77DEB21.irccloud.com)
  2892. # [20:25] <gps> bkero: if we are pulling from nfs, you need server.validate or you are playing with fire
  2893. # [20:25] <bkero> gps: server.validate is not going to fix this problem
  2894. # [20:25] * Quits: lpy (lpy@B3BE13AC.47A0616D.E99F7FDB.IP) (Ping timeout)
  2895. # [20:25] <gps> moving off nfs should fix the problem
  2896. # [20:26] <gps> we should have server.validate anyway because it employs active corruption detection
  2897. # [20:26] * Quits: juanb (jbecerra@moz-104CC309.mv.mozilla.com) (Quit: juanb)
  2898. # [20:26] <bkero> Nobody is disagreeing, but we're not at a point yet where we can implement it.
  2899. # [20:26] <RyanVM|sheriffduty> mayhemer: is there a particular reason you're landing all those patches on m-c directly?
  2900. # [20:26] * RyanVM|sheriffduty doesn't think a test disabling really requires that
  2901. # [20:27] <RyanVM|sheriffduty> and as much as I love kicking off a full set of builds and tests for an android test disabling...
  2902. # [20:27] <mayhemer> RyanVM|sheriffduty: not for the last one.. but it has zero influence on non-cache2 enabled tree
  2903. # [20:27] <RyanVM|sheriffduty> then please don't
  2904. # [20:27] <mayhemer> RyanVM|sheriffduty: what is the concern? merging afterwards?
  2905. # [20:27] * Quits: recursive (recursive@71958799.4D49EC71.6815CE39.IP) (Quit: Leaving...)
  2906. # [20:27] <mayhemer> RyanVM|sheriffduty: OK
  2907. # [20:28] <RyanVM|sheriffduty> and on the off chance your push burns something, I'd rather it not be mainline m-c
  2908. # [20:28] <RyanVM|sheriffduty> that people expect to be reliable
  2909. # [20:28] <mayhemer> RyanVM|sheriffduty: I know, this is a small chance... and it might used DONT BUILD too.. your are right :/
  2910. # [20:28] <mayhemer> change
  2911. # [20:30] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  2912. # [20:31] * Quits: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net) (Input/output error)
  2913. # [20:31] <dmajor> ehsan: ping
  2914. # [20:31] * Joins: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net)
  2915. # [20:33] <gps> bkero: if you want to get on vidyo, i'll happily brain dump
  2916. # [20:33] <bkero> gps: I've got some things I need to do at the moment. 2PM PST?
  2917. # [20:33] * Joins: digitsm_ (digitsm@9D458527.628C9942.C146C5E5.IP)
  2918. # [20:33] * Joins: juanb (jbecerra@moz-104CC309.mv.mozilla.com)
  2919. # [20:34] * Quits: digitsm (digitsm@FFFBDB40.7726931A.C146C5E5.IP) (Ping timeout)
  2920. # [20:34] * armenzg is now known as armenzg_brb
  2921. # [20:35] * Joins: dholbert_ (dholbert@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  2922. # [20:35] <gps> bkero: i can do 2. got a meeting at 2:30. just ping me
  2923. # [20:35] <bkero> Ok
  2924. # [20:37] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/cff3bc2d1538 - Andrew McCreight - Bug 967215 - Fix fix_macosx_stack.py. r=njn DONTBUILD
  2925. # [20:37] * Quits: mjschranz (mjschranz@FCCEA34F.7672369.D8E68FF6.IP) (Quit: )
  2926. # [20:38] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/6cc6bec9eeb3 - Ryan VanderMeulen - Backed out changeset f4c91d9262f1 (bug 965373) for test_profiler_activation.js timeouts on Windows debug.
  2927. # [20:38] * Quits: darkowlzz (sunny@B763CC9B.9DE0126.27560D6E.IP) (Quit: This computer has gone to sleep)
  2928. # [20:38] * Quits: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP) (Ping timeout)
  2929. # [20:38] * Joins: mjschranz (mjschranz@FCCEA34F.7672369.D8E68FF6.IP)
  2930. # [20:39] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  2931. # [20:40] * geekboy is now known as geekboy|afk
  2932. # [20:41] * Joins: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP)
  2933. # [20:41] <@ehsan> dmajor: hi
  2934. # [20:41] * Quits: tonymec|away (tonymec@E7E9B056.FA99D1DB.A9371869.IP) (Ping timeout)
  2935. # [20:41] * Joins: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net)
  2936. # [20:42] <NeilAway> bz_away: I don't suppose there's a better way of doing http://mxr.mozilla.org/comm-central/source/mozilla/toolkit/content/widgets/findbar.xml#973 is there?
  2937. # [20:42] <dmajor> ehsan: actually... hold that thought. I need to do some more digging and I'll reping :)
  2938. # [20:43] * Quits: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net) (Ping timeout)
  2939. # [20:44] * Joins: tonymec|away (tonymec@E7E9B056.FA99D1DB.A9371869.IP)
  2940. # [20:45] * nsm|away is now known as nsm
  2941. # [20:45] * Joins: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net)
  2942. # [20:45] * Quits: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP) (Ping timeout)
  2943. # [20:45] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  2944. # [20:45] * Quits: jgilbert (jgilbert@moz-B024B82D.hsd1.ca.comcast.net) (Ping timeout)
  2945. # [20:46] * Joins: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP)
  2946. # [20:47] * Joins: kkdEEP (kkdEEP@95115977.500DA78A.FDEA3160.IP)
  2947. # [20:47] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Quit: Leaving.)
  2948. # [20:48] * Quits: ekr (ekr@moz-C07D5168.p2p.sfo1.mozilla.com) (Ping timeout)
  2949. # [20:48] * Quits: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP) (Ping timeout)
  2950. # [20:49] * kkdEEP is now known as KKDeep
  2951. # [20:49] * Joins: Optimizer (Instantbir@340A88F1.58831455.BE4CF869.IP)
  2952. # [20:50] * Quits: KKDeep (kkdEEP@95115977.500DA78A.FDEA3160.IP) (Client exited)
  2953. # [20:50] * Joins: Optimizer1 (Optimizer@340A88F1.58831455.BE4CF869.IP)
  2954. # [20:50] * Quits: mconley (mconley@13F2CEC5.7672369.D8E68FF6.IP) (Connection reset by peer)
  2955. # [20:50] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  2956. # [20:50] * Joins: kkdEEP (KKDeep@95115977.500DA78A.FDEA3160.IP)
  2957. # [20:50] * Quits: dholbert_ (dholbert@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Ex-Chat)
  2958. # [20:50] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2959. # [20:50] * rnewman is now known as rnewman|gym
  2960. # [20:51] <@ehsan> dmajor: fine by me ;)
  2961. # [20:52] * Gijs is now known as Gijs_away
  2962. # [20:53] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  2963. # [20:53] * Joins: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net)
  2964. # [20:53] * Quits: Optimizer (Instantbir@340A88F1.58831455.BE4CF869.IP) (Ping timeout)
  2965. # [20:53] * Optimizer1 is now known as Optimizer
  2966. # [20:54] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  2967. # [20:54] * Quits: gandalf (zbraniecki@moz-912D7A86.hsd1.ca.comcast.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  2968. # [20:55] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/d4b5aac253d2 - Steve Workman - Bug 444328 - Add support for TCP keepalive in the Socket Transport Service r=mcmanus
  2969. # [20:55] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/82b1710a243f - Steve Workman - Bug 444328 - Enable TCP Keepalive for short and long-lived HTTP Connections (exc. SPDY, WebSockets) r=mcmanus
  2970. # [20:55] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/4c04bfa359e4 - Steve Workman - Bug 444328 - Suppress spurious warnings in PRFileDescAutoLock constructor r=mcmanus
  2971. # [20:56] * Quits: bnicholson (bnicholson@moz-DB4A9C19.scl3.mozilla.com) (Ping timeout)
  2972. # [20:56] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  2973. # [20:56] * Joins: carlsonp (carlsonp@moz-8C2BFF18.nat.iastate.edu)
  2974. # [20:57] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/e0a7e0c91246 - Nathan Froyd - Bug 968281 - pull helper function out of HasAttributeDependentStyle; r=bz
  2975. # [20:58] * davidb is now known as davidb|afk
  2976. # [20:58] * terrence is now known as terrence-bbiab
  2977. # [20:58] <carlsonp> Does anyone have a link to basic stats on Firefox development, I have some stats that I saved before (15 years, 4000 developers, 22 million LOC) but I can't seem to find the actual web-page citation...
  2978. # [20:59] * whimboo is now known as whimboo|afk
  2979. # [20:59] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  2980. # [21:00] * hwine is now known as hwine|mtg
  2981. # [21:00] <Ms2ger> 22 million?
  2982. # [21:00] * Quits: tomer (tomer@moz-F45DAEFD.static.012.net.il) (Connection reset by peer)
  2983. # [21:00] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  2984. # [21:00] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/2e3eaecb7992 - Andrea Marchesini - Bug 958642 - MozActivity must fire an error when the selected app is killed, r=fabrice
  2985. # [21:00] <Ms2ger> 10M is the figure I've got in my head
  2986. # [21:00] * Quits: mt (mt@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  2987. # [21:00] * geekboy|afk is now known as geekboy
  2988. # [21:00] <carlsonp> yeah, it might be a bit off
  2989. # [21:01] * Joins: tomer (tomer@moz-F45DAEFD.static.012.net.il)
  2990. # [21:01] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/be8ad29ffc69 - Alex Henrie - Bug 968029 - Use unprefixed box-sizing in content/, dom/, layout/, and widget/. r=dbaron
  2991. # [21:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/6960aec45b20 - Alex Henrie - Bug 968029 - Use unprefixed box-sizing in browser/ and toolkit/. r=dao
  2992. # [21:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fb87577b5221 - Viktor Stanchev - Bug 965837 - Add bool support to mozilla::Atomic. r=froydnj
  2993. # [21:01] <Ms2ger> For whatever that's worth, https://www.ohloh.net/p/mozilla claims 13M
  2994. # [21:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/36459508cdac - Alex Henrie - Bug 968029 - Use unprefixed box-sizing in browser/extensions/pdfjs/. r=bdahl
  2995. # [21:01] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  2996. # [21:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/799c9a7716ef - Andreas Tolfsen - Bug 941158 - Honour expected failures in setUp or tearDown. r=jgriffin
  2997. # [21:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/fbc5502870bb - Andrea Marchesini - Bug 968883 - Don't expose the ArchiveReader and ArchiveRequest interfaces. r=bz
  2998. # [21:01] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  2999. # [21:01] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/8b95c9499474 - Alex Henrie - Bug 968029 - Use unprefixed box-sizing in mobile/android/. r=mfinkle
  3000. # [21:02] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3001. # [21:02] <carlsonp> Ms2ger, ahh thanks, forgot about ohloh
  3002. # [21:02] * Quits: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP) (Ping timeout)
  3003. # [21:02] * Joins: kentuckyfriedtakahe (ajones@34E8ECDF.DC2C3734.616A18A6.IP)
  3004. # [21:02] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3005. # [21:02] * Joins: bjacob_ (bjacob@moz-41780E03.sdsl.bell.ca)
  3006. # [21:02] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3007. # [21:03] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3008. # [21:03] * Quits: bjacob (bjacob@moz-41780E03.sdsl.bell.ca) (Ping timeout)
  3009. # [21:04] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  3010. # [21:04] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/a012aba17f19 - Ehsan Akhgari - Bug 968879 - Use [Pref] annotations to enable web speech interfaces; r=smaug
  3011. # [21:05] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3012. # [21:05] * Quits: jet (jet@moz-79F891EE.hsd1.ca.comcast.net) (Quit: jet)
  3013. # [21:07] * terrence-bbiab is now known as terrence
  3014. # [21:08] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3015. # [21:09] <RyanVM|sheriffduty> ehsan: inbound bustage
  3016. # [21:09] * armenzg_brb is now known as armenzg
  3017. # [21:09] * philor|afk is now known as philor
  3018. # [21:09] <@ehsan> dammi
  3019. # [21:09] <@ehsan> dammit, eve
  3020. # [21:09] * Quits: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net) (Connection reset by peer)
  3021. # [21:09] <kats> lol
  3022. # [21:09] <@ehsan> RyanVM|sheriffduty: so the file in question is removed by a thing I just pushed ;)
  3023. # [21:10] <@ehsan> should we just wait?
  3024. # [21:10] * Quits: digitsm_ (digitsm@9D458527.628C9942.C146C5E5.IP) (Ping timeout)
  3025. # [21:10] <@ehsan> kats: stop laughing at my fat fingers! ;)
  3026. # [21:10] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3027. # [21:10] <RyanVM|sheriffduty> ehsan: wfm
  3028. # [21:10] <@ehsan> RyanVM|sheriffduty: https://hg.mozilla.org/integration/mozilla-inbound/rev/a012aba17f19 is the commit
  3029. # [21:10] * Quits: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP) (Ping timeout)
  3030. # [21:10] <@ehsan> RyanVM|sheriffduty: thanks!
  3031. # [21:11] <@ehsan> I starred those two reds
  3032. # [21:11] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3033. # [21:11] * Quits: luisbg (luisbg@moz-C54443AD.baconseed.org) (Client exited)
  3034. # [21:11] * Joins: kdc (chatzilla@moz-A66E00D4.pk.shawcable.net)
  3035. # [21:11] <RyanVM|sheriffduty> ehsan: I still think Webspeech deserves its own bmo component
  3036. # [21:11] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  3037. # [21:11] * Joins: mikeratcliffe (Adium@755D1F38.4788BC2C.7CCB197A.IP)
  3038. # [21:11] * Joins: luisbg (luisbg@moz-C54443AD.baconseed.org)
  3039. # [21:11] <RyanVM|sheriffduty> especially due to the aforementioned "gets filed under random categories" issue
  3040. # [21:12] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3041. # [21:12] * bz_away is now known as bz
  3042. # [21:12] * Joins: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP)
  3043. # [21:12] * Joins: stefanh_netbook (chatzilla@moz-3EED0162.customers.ownit.se)
  3044. # [21:12] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3045. # [21:13] * nthomas|away is now known as nthomas
  3046. # [21:13] * Quits: lizzard (ehenry@moz-5A4BE8E8.dsl.static.sonic.net) (Quit: lizzard)
  3047. # [21:13] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  3048. # [21:14] * Joins: bnicholson (bnicholson@moz-BBE3ABD.mv.mozilla.com)
  3049. # [21:14] * Quits: paolo_ (paolo@moz-23421BF2.retail.telecomitalia.it) (Ping timeout)
  3050. # [21:14] * Joins: znickell (Thunderbir@moz-A2E993EF.dhcp.ftwo.tx.charter.com)
  3051. # [21:15] <@ehsan> RyanVM|sheriffduty: yeah... I'm ambivalent
  3052. # [21:15] * Joins: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP)
  3053. # [21:15] <@ehsan> I don't hack on this code much
  3054. # [21:16] * Joins: paolo_ (paolo@moz-4720A1EF.retail.telecomitalia.it)
  3055. # [21:16] * Quits: @dbaron (dbaron@moz-B3F1D17A.dsl.dynamic.sonic.net) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  3056. # [21:16] * terrence is now known as terrence-bbiab
  3057. # [21:17] * Joins: mkmelin (mkmelin@moz-70104AE1.elisa-laajakaista.fi)
  3058. # [21:17] * Quits: mikeratcliffe (Adium@755D1F38.4788BC2C.7CCB197A.IP) (Ping timeout)
  3059. # [21:19] * jmaher|bbiab is now known as jmaher
  3060. # [21:21] <efaust> froydnj: we need to talk
  3061. # [21:21] <efaust> 968995 will ruin my day
  3062. # [21:21] <efaust> several of my days, in fact
  3063. # [21:21] <RyanVM|sheriffduty> no really zimbra, I love that you now put up a dialog box every time I want to delete a message
  3064. # [21:21] * froydnj looks
  3065. # [21:22] <froydnj> efaust: sorry =/ how does it conflict with what you're doing?
  3066. # [21:22] * Fallen|away is now known as Fallen
  3067. # [21:22] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3068. # [21:22] <efaust> froydnj: in particular, moving to universal getInstance() methods, while tempting, will make 966518 go up in smoke
  3069. # [21:22] <@smaug> RyanVM|sheriffduty: do you have b2g28_1.3 branch somewhere
  3070. # [21:23] <@smaug> I think Bug 964462 should apply just fine
  3071. # [21:23] <@smaug> with --fuzz=4, IIRC
  3072. # [21:23] * froydnj stupidly sets r? flags again before actually looking at the bug
  3073. # [21:23] <@smaug> RyanVM|sheriffduty: so if you're going to land something else there, could you please take care of that bug too
  3074. # [21:23] <efaust> froydnj: I will personally guarantee you that I will constexpr the whole lot, but I need a bit of time. I am no more happy with the situation than you are after the conversations of a few nights ago
  3075. # [21:24] * froydnj looks at the other bug
  3076. # [21:24] * Quits: ejpbruel_ (ejpbruel@moz-366E8346.cm-11-1b.dynamic.ziggo.nl) (Ping timeout)
  3077. # [21:24] * Joins: lpy (lpy@B3BE13AC.47A0616D.E99F7FDB.IP)
  3078. # [21:24] * Quits: briansmith (briansmith@C11351D5.AC8EC7EA.B4C748B5.IP) (Ping timeout)
  3079. # [21:24] <efaust> the problem is that I need an address in the static class declaration, so...
  3080. # [21:24] <RyanVM|sheriffduty> smaug: this is 1.3-only?
  3081. # [21:24] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  3082. # [21:25] <efaust> I am amenable to solutions that make everyone happy, but I think the answer might be an ordering :/
  3083. # [21:25] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3084. # [21:25] <RyanVM|sheriffduty> smaug: that bug is confusing because you're asking for a branch uplift before it's landed on m-c?
  3085. # [21:25] <froydnj> efaust: I am not sure if your constexpr'd ProxyFamily functions actually do what you want here...or is that what you were referring to?
  3086. # [21:25] <efaust> froydnj: it is. It's totally possible that they don't?
  3087. # [21:26] <RyanVM|sheriffduty> smaug: a sec-high will get uplifted without any special requesting once it's on trunk - see https://wiki.mozilla.org/Release_Management/B2G_Landing
  3088. # [21:26] <efaust> froydnj: The goal, obviously, is to keep FooProxyHandler::singleton from ever invoking a constructor
  3089. # [21:26] * Quits: lpy (lpy@B3BE13AC.47A0616D.E99F7FDB.IP) (Ping timeout)
  3090. # [21:26] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  3091. # [21:26] <froydnj> efaust: yup. why do you want a static ::singleton rather than a method ::singleton()?
  3092. # [21:27] <@smaug> RyanVM|sheriffduty: it landed to m-i
  3093. # [21:27] <@smaug> oh crap
  3094. # [21:27] * Joins: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  3095. # [21:27] <@smaug> I didn't add a comment about that
  3096. # [21:27] <RyanVM|sheriffduty> smaug: not seeing a link in the bug...
  3097. # [21:27] <RyanVM|sheriffduty> anyway, once it hits trunk, it'll go where it needs to
  3098. # [21:27] <efaust> froydnj: see https://bug966518.bugzilla.mozilla.org/attachment.cgi?id=8370891
  3099. # [21:28] <froydnj> efaust: pretty sure ProxyFamily returning an address means that you need a static constructor (since you don't know the actual address until runtime)
  3100. # [21:28] <@smaug> RyanVM|sheriffduty: ok, thanks. I'll add the m-i link
  3101. # [21:28] <@smaug> at least I think I pushed that ...
  3102. # [21:28] <efaust> froydnj: really? I would think we could figure out where it would go statically, or at least the linker could know...
  3103. # [21:28] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Ping timeout)
  3104. # [21:28] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  3105. # [21:29] <bz> efaust: well, ASLR
  3106. # [21:29] <efaust> blech
  3107. # [21:29] * Quits: azakai (alon@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3108. # [21:29] * Joins: azakai (alon@13F2CEC5.7672369.D8E68FF6.IP)
  3109. # [21:30] <froydnj> efaust: you just want a unique address, right?
  3110. # [21:30] * JosiahOne is now known as JosiahOne|Away
  3111. # [21:30] <froydnj> void*?
  3112. # [21:30] <efaust> I mean, there has got to be a way to make everyone happy. Calling a function to make the static class structs is a non-starter
  3113. # [21:30] <efaust> froydnj: yeah
  3114. # [21:30] <froydnj> you could use a pointer to some function
  3115. # [21:30] <@smaug> RyanVM|sheriffduty: oops. I thought I pushed it earlier today, but I didn't
  3116. # [21:30] <efaust> the canonical way to do this is with static char foo; &foo in the enging at the moment
  3117. # [21:30] <RyanVM|sheriffduty> smaug: hah
  3118. # [21:30] <@smaug> ok, waiting for m-i to open
  3119. # [21:30] <bz> froydnj: That _sucks_ for the JIT
  3120. # [21:30] <efaust> froydnj: yes, yes we could
  3121. # [21:30] <froydnj> bz: how so?
  3122. # [21:30] <efaust> bz: hy?
  3123. # [21:30] <efaust> why, even
  3124. # [21:30] <bz> Though I suppose the JIT never calls into the proxy handler directly....
  3125. # [21:31] * bz had some thoughts about having it do so sometime. ;)
  3126. # [21:31] <efaust> bz: I mean, you would just static void foo() {} &foo instead
  3127. # [21:31] <efaust> right?
  3128. # [21:31] <efaust> I think that's what he means
  3129. # [21:31] <froydnj> it just has to be a cookie, right, you never actually want to do something with the contents of that memory?
  3130. # [21:31] <efaust> like, use a function pointer instead of a data one?
  3131. # [21:31] <bz> Oh, you mean for the family
  3132. # [21:32] <froydnj> right, then it should just become a runtime relocation done by the linker
  3133. # [21:32] <RyanVM|sheriffduty> ochameau: ping
  3134. # [21:32] <froydnj> and we do a hojillion of those already
  3135. # [21:32] <bz> I thought we were talking store a function pointer that returns the handler in the jsclass
  3136. # [21:32] <bz> and not liking it too much
  3137. # [21:32] <froydnj> no worse than adding a virtual function
  3138. # [21:32] * khuey|away is now known as khuey
  3139. # [21:32] <bz> using a function pointer for the family worksforme
  3140. # [21:32] * Quits: C4RNAGE (Anders@moz-980F7CD3.bb.online.no) (Connection reset by peer)
  3141. # [21:33] * Quits: sunfish (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3142. # [21:33] <khuey> ehsan: yeah autorespond with GTFO my lawn
  3143. # [21:33] * baku is now known as baku|away
  3144. # [21:33] <efaust> froydnj: OK, if we do that, then we can constexprify all this stuff, right
  3145. # [21:33] <efaust> an then we can have our ::singletons?
  3146. # [21:33] <@ehsan> khuey: well, except that it probably won't work as we saw
  3147. # [21:33] * froydnj runs a quick test
  3148. # [21:34] * Joins: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl)
  3149. # [21:34] * Quits: ferjm (ferjm@moz-C75BC392.upc-i.chello.nl) (Quit: ferjm)
  3150. # [21:34] * Quits: annevk (annevk@moz-9499C95C.dclient.hispeed.ch) (Input/output error)
  3151. # [21:34] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  3152. # [21:34] * Joins: briansmith (briansmith@C11351D5.AC8EC7EA.B4C748B5.IP)
  3153. # [21:35] * Joins: sunfish (chatzilla@moz-BBE3ABD.mv.mozilla.com)
  3154. # [21:35] * Quits: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  3155. # [21:35] * Joins: gerv (Instantbir@moz-8E68CF56.in-addr.arpa)
  3156. # [21:36] * Joins: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com)
  3157. # [21:36] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3158. # [21:36] <froydnj> efaust: yeah, &function works with some casting
  3159. # [21:36] * Quits: lmandel (lmandel@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3160. # [21:36] * Joins: chrisccoulson_ (chr1s@C08D9303.9289A342.80AB4F0.IP)
  3161. # [21:37] * baku|away is now known as baku
  3162. # [21:37] <efaust> froydnj: OK, perfect. I am happy to constexprify this stuff in a few days, or happy if you do it, but I think pretty sad if we go to getInstance()
  3163. # [21:37] * Quits: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP) (Ping timeout)
  3164. # [21:37] * Quits: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com) (Quit: Leaving)
  3165. # [21:38] * Joins: squib (squib@moz-5175C098.dhcp.mdsn.wi.charter.com)
  3166. # [21:38] * hwine|mtg is now known as hwine-food
  3167. # [21:38] * Quits: chrisccoulson_ (chr1s@C08D9303.9289A342.80AB4F0.IP) (Connection reset by peer)
  3168. # [21:38] * KWierso|afk is now known as KWierso
  3169. # [21:39] * Joins: chrisccoulson_ (chr1s@C08D9303.9289A342.80AB4F0.IP)
  3170. # [21:39] * Quits: chrisccoulson_ (chr1s@C08D9303.9289A342.80AB4F0.IP) (Connection reset by peer)
  3171. # [21:39] <froydnj> efaust: I'll just let you do it, since it looks like you're well on your way
  3172. # [21:40] * Joins: chrisccoulson_ (chr1s@C08D9303.9289A342.80AB4F0.IP)
  3173. # [21:40] <efaust> froydnj: OK, cool. I guess you should review it, since you actually understand the constexpr semantics, and I don't really ;)
  3174. # [21:41] <froydnj> efaust: happy to look it over and maybe even make it not suck on b2g :)
  3175. # [21:41] <efaust> perfect :)
  3176. # [21:41] * Joins: ekr (ekr@moz-C07D5168.p2p.sfo1.mozilla.com)
  3177. # [21:42] * Joins: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net)
  3178. # [21:43] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  3179. # [21:43] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  3180. # [21:43] * Joins: mt (mt@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3181. # [21:43] * Joins: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  3182. # [21:43] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3183. # [21:44] * Quits: williecheong (Adium@moz-BBE3ABD.mv.mozilla.com) (Quit: Leaving.)
  3184. # [21:44] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  3185. # [21:44] * Quits: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net) (Ping timeout)
  3186. # [21:45] * Joins: williecheong (Adium@moz-BBE3ABD.mv.mozilla.com)
  3187. # [21:45] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  3188. # [21:45] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  3189. # [21:46] * jlund|food is now known as jlund|buildduty
  3190. # [21:47] * Quits: sunfish (chatzilla@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3191. # [21:47] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/7dbb42dd1cf4 - Ryan VanderMeulen - Backed out changeset 5d1c157bbb46 (bug 940554) for changing the Marionette script timeout message in a TBPL-unfriendly way.
  3192. # [21:49] * Quits: rniwa (rniwa@DBC3D095.CC3DF958.1782B2F3.IP) (Quit: rniwa)
  3193. # [21:50] <RyanVM|sheriffduty> briansmith: we're seeing a lot of random NSS build failures since the 3.15.5 update you pushed - https://tbpl.mozilla.org/php/getParsedLog.php?id=34230200&tree=Mozilla-Aurora
  3194. # [21:50] <RyanVM|sheriffduty> keeler ^
  3195. # [21:50] * Joins: sunfish (chatzilla@moz-BBE3ABD.mv.mozilla.com)
  3196. # [21:51] * Joins: badescunicu (Thunderbir@moz-AEF43461.residential.rdsnet.ro)
  3197. # [21:51] * kaze|afk is now known as kaze
  3198. # [21:52] * Quits: Optimizer (Optimizer@340A88F1.58831455.BE4CF869.IP) (Ping timeout)
  3199. # [21:52] * Quits: espadrine (ttyl@moz-F55E139E.w92-128.abo.wanadoo.fr) (Ping timeout)
  3200. # [21:52] * Joins: espadrine (ttyl@moz-F55E139E.w92-128.abo.wanadoo.fr)
  3201. # [21:52] <briansmith> RyanVM|sheriffduty: OK, will look at it.
  3202. # [21:53] <briansmith> RyanVM|sheriffduty: just on mozilla-aurora?
  3203. # [21:53] <RyanVM|sheriffduty> no, all trees where it landed
  3204. # [21:53] <RyanVM|sheriffduty> thanks
  3205. # [21:54] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3206. # [21:55] * Joins: roc (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  3207. # [21:55] * ChanServ sets mode: +o roc
  3208. # [21:55] * JosiahOne|Away is now known as JosiahOne
  3209. # [21:56] * Joins: gabor_ (gabor@88A0F8B1.7155DD53.2326E556.IP)
  3210. # [21:56] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  3211. # [21:56] <NeilAway> hsivonen: at what point does domain-based charset guessing take effect? If I'm writing a streamconverter and I don't know the charset of the data, can I just output HTML with no charset and someone will guess for me based on the URI, or on any auto-detect settings that may be in effect? will I get that warning that the document doesn't declare a charset?
  3212. # [21:56] * Quits: juanb (jbecerra@moz-104CC309.mv.mozilla.com) (Quit: juanb)
  3213. # [21:57] <briansmith> RyanVM|sheriffduty: if it is only mozilla-aurora then I have a guess what the problem is
  3214. # [21:57] <briansmith> RyanVM|sheriffduty: please show me a non-mozilla-aurora one. I can't find one.
  3215. # [21:57] <RyanVM|sheriffduty> you might be right, sorry
  3216. # [21:58] <RyanVM|sheriffduty> briansmith: i take that back
  3217. # [21:58] <RyanVM|sheriffduty> https://tbpl.mozilla.org/php/getParsedLog.php?id=34156355&tree=Mozilla-Central
  3218. # [21:59] * davidb|afk is now known as davidb
  3219. # [21:59] * Callek_TRIBE is now known as Callek_disconnected
  3220. # [21:59] * Quits: Archaeopteryx (itsme@moz-9D2B20E8.cust.telecolumbus.net) (Quit: Goodbye)
  3221. # [22:00] <briansmith> RyanVM|sheriffduty: A few weeks ago when I updated NSS, I found that Mac OS X wasn't doing incremental builds correctly
  3222. # [22:00] <briansmith> i.e. clobber was required.
  3223. # [22:00] <briansmith> I wouldn't be surprised if that is the issue affecting that Mozilla-Central build.
  3224. # [22:00] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3225. # [22:00] <briansmith> For Mozilla-Aurora, I made a mistake in how I landed it.
  3226. # [22:01] <briansmith> There is a file, security/nss/coreconf/coreconf.dep, that has a line added, or a line removed, each time we update NSS.
  3227. # [22:01] <briansmith> This controls whether NSS (only) gets clobbered.
  3228. # [22:01] * philor is now known as philor|away
  3229. # [22:01] <briansmith> But, on Mozilla-Aurora (only) I updated NSS twice in the same push, so the line was added and then removed, thus being a no-op.
  3230. # [22:02] <briansmith> tl;dr: clobber
  3231. # [22:03] <briansmith> Interestingly, backing out my patches is likely to only result in more clobbering being needed.
  3232. # [22:03] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3233. # [22:04] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3234. # [22:04] * Quits: bholley (bholley@moz-FCAF9AAB.hsd1.ca.comcast.net) (Quit: bholley)
  3235. # [22:05] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Input/output error)
  3236. # [22:05] * Quits: cpearce (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  3237. # [22:05] * Joins: cpearce (uid25084@moz-5F4AA75A.irccloud.com)
  3238. # [22:06] * hwine-food is now known as hwine
  3239. # [22:06] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  3240. # [22:07] * Joins: dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3241. # [22:07] * ChanServ sets mode: +ao dbaron dbaron
  3242. # [22:07] * capella is now known as capella|away
  3243. # [22:07] <RyanVM|sheriffduty> briansmith: some of those are on clobbers
  3244. # [22:07] * Joins: Archaeopteryx (itsme@moz-9D2B20E8.cust.telecolumbus.net)
  3245. # [22:07] <RyanVM|sheriffduty> makes me think there's a race or something
  3246. # [22:08] <briansmith> RyanVM|sheriffduty: there could be a race. I know that NSS is in its own tier, and I don't know how tiers work.
  3247. # [22:08] <froydnj> jwalden: looking at http://mxr.mozilla.org/mozilla-central/source/mfbt/Move.h#108 , that first |c1| should be |c2|, right?
  3248. # [22:08] * Joins: jgilbert (jgilbert@moz-BBE3ABD.mv.mozilla.com)
  3249. # [22:09] <briansmith> RyanVM|sheriffduty: The bug about the incremental rebuild failures on Mac OS X is bug 959928. Perhaps it needs to be generalized.
  3250. # [22:10] <briansmith> I also suspect a race in the build system but no clue as to how to fix it. gps and glandium may be able to offer some insight.
  3251. # [22:10] * Quits: gcp_ (gpascutto@moz-9CEB1C98.access.telenet.be) (Quit: Make a new plan, Stan!)
  3252. # [22:11] * Quits: stully (quassel@moz-90EC6688.hsd1.pa.comcast.net) (Input/output error)
  3253. # [22:12] <jwalden> froydnj: yeah
  3254. # [22:12] <jwalden> froydnj: rs=me
  3255. # [22:12] <froydnj> jwalden: \o/
  3256. # [22:12] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  3257. # [22:13] * Joins: BigBro (BigBro@8AB4E57A.7276808.8154E413.IP)
  3258. # [22:13] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3259. # [22:13] * Quits: BigBro (BigBro@8AB4E57A.7276808.8154E413.IP) (Quit: Bye)
  3260. # [22:14] * KWierso is now known as KWierso|sheriffduty
  3261. # [22:15] * RyanVM|sheriffduty is now known as RyanVM
  3262. # [22:15] * Joins: gaurav231 (Thunderbir@F829FDCC.5988CA54.BBE530D5.IP)
  3263. # [22:16] * Joins: cpearce_ (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  3264. # [22:16] * Quits: cpearce_ (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP) (Quit: ChatZilla 0.9.90.1-rdmsoft [XULRunner 22.0/20130619132145])
  3265. # [22:16] * Quits: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net) (Ping timeout)
  3266. # [22:17] * Joins: bajaj (Adium@moz-E55DC3D0.hsd1.ca.comcast.net)
  3267. # [22:17] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3268. # [22:17] * Quits: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk) (Ping timeout)
  3269. # [22:17] * Quits: gerv (Instantbir@moz-8E68CF56.in-addr.arpa) (Ping timeout)
  3270. # [22:18] * Joins: Optimizer (Optimizer@88754883.8C9808EB.274D17D6.IP)
  3271. # [22:20] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  3272. # [22:20] * Quits: mjschranz (mjschranz@FCCEA34F.7672369.D8E68FF6.IP) (Client exited)
  3273. # [22:20] * hwine is now known as hwine|focus
  3274. # [22:20] * Joins: lizzard (ehenry@moz-F2439B1F.dsl.static.sonic.net)
  3275. # [22:20] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3276. # [22:21] * Joins: cers (csonne@moz-39FBFF3C.cpe.webspeed.dk)
  3277. # [22:22] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  3278. # [22:23] * Quits: masayuki (Thunderbir@moz-86D7F6E4.zaq.ne.jp) (Ping timeout)
  3279. # [22:24] * Fallen is now known as Fallen|away
  3280. # [22:24] <RyanVM> roc: I love when a good plan comes together! :P
  3281. # [22:24] * Parts: wesj (wesj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3282. # [22:24] <@roc> RyanVM: yes, thank God for bustage!
  3283. # [22:24] * Callek_disconnected is now known as Callek
  3284. # [22:24] <RyanVM> hah
  3285. # [22:25] * Joins: lpy (lpy@B3BE13AC.47A0616D.E99F7FDB.IP)
  3286. # [22:25] * Quits: gaurav231 (Thunderbir@F829FDCC.5988CA54.BBE530D5.IP) (Input/output error)
  3287. # [22:26] * Joins: gandalf (zbraniecki@moz-47227B8A.hfc.comcastbusiness.net)
  3288. # [22:26] * Joins: rniwa (rniwa@DBC3D095.CC3DF958.1782B2F3.IP)
  3289. # [22:26] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3290. # [22:27] * Quits: lpy (lpy@B3BE13AC.47A0616D.E99F7FDB.IP) (Ping timeout)
  3291. # [22:27] * Quits: ddahl (ddahl@moz-21C5CF3F.hsd1.il.comcast.net) (Input/output error)
  3292. # [22:27] <RyanVM> roc: i'm guessing the bustage fix is trivial to someone who knows the code, but all's well that ends well :)
  3293. # [22:27] * Joins: log (vladan@13F2CEC5.7672369.D8E68FF6.IP)
  3294. # [22:27] * Quits: Ms2ger (Ms2ger@moz-884DE569.adsl-dyn.isp.belgacom.be) (Quit: nn)
  3295. # [22:28] * Joins: wesj (wesj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3296. # [22:29] * Quits: dria (dria@13F2CEC5.7672369.D8E68FF6.IP) (Quit: dria)
  3297. # [22:30] * heycam|away is now known as heycam
  3298. # [22:30] * Joins: jwatt (roslea@jwatt.irc.users.mozilla.org)
  3299. # [22:30] * Quits: tonymec (tonymec@E7E9B056.FA99D1DB.A9371869.IP) (Ping timeout)
  3300. # [22:31] <tomer> I am seeing recently that the server not found error message on Aurora is mentioning that "Firefox could not be able to find the server at www.foo.example.&f=regular" while I try to load the fake address foo.example. I don't think I installed any new addon that could cause this. Do you know where it came from?
  3301. # [22:32] * Quits: mkmelin (mkmelin@moz-70104AE1.elisa-laajakaista.fi) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131206145143])
  3302. # [22:32] <Unfocused> tomer: bug 967342
  3303. # [22:32] <bdahl> anyone run into "ImportError: No module named mozbuild.base"
  3304. # [22:32] <drno> RyanVM: you marked the wrong bug 966528 as closed for checkin https://hg.mozilla.org/mozilla-central/rev/8d7c0ce1b376
  3305. # [22:32] * Quits: log (vladan@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  3306. # [22:32] * Quits: arasbm (zooby@moz-8E336844.vf.shawcable.net) (Ping timeout)
  3307. # [22:32] * Quits: ekr (ekr@moz-C07D5168.p2p.sfo1.mozilla.com) (Quit: ekr)
  3308. # [22:32] * Quits: tonymec|away (tonymec@E7E9B056.FA99D1DB.A9371869.IP) (Ping timeout)
  3309. # [22:33] <drno> s/closed/resolved/
  3310. # [22:33] <RyanVM> drno: i'm not the one who landed it with the wrong bug #...
  3311. # [22:33] * chrisccoulson_ is now known as chrisccoulson
  3312. # [22:33] <RyanVM> our merge scripts go off what's in the commit message
  3313. # [22:33] <drno> fair enough. just though I let you know
  3314. # [22:33] <froydnj> RyanVM: wtb mind-reading merge scripts
  3315. # [22:34] <RyanVM> nical: mattwoodrow ^
  3316. # [22:34] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  3317. # [22:34] * Quits: jwatt (roslea@jwatt.irc.users.mozilla.org) (Ping timeout)
  3318. # [22:34] * dveditz_ is now known as dveditz
  3319. # [22:34] * Joins: tonymec|away (tonymec@E7E9B056.FA99D1DB.A9371869.IP)
  3320. # [22:34] <RyanVM> roc: you happen to know what bug # that's supposed to be?
  3321. # [22:34] * Quits: gabor_ (gabor@88A0F8B1.7155DD53.2326E556.IP) (Ping timeout)
  3322. # [22:34] <KWierso|sheriffduty> 967528?
  3323. # [22:34] <KWierso|sheriffduty> RyanVM: ^
  3324. # [22:35] <RyanVM> looks like a winner to me
  3325. # [22:35] <RyanVM> drno: thanks
  3326. # [22:35] * Joins: jrm2k6_ (jrm2k6@moz-876091EF.sd.sd.cox.net)
  3327. # [22:35] * Quits: jrm2k6 (jrm2k6@moz-876091EF.sd.sd.cox.net) (Ping timeout)
  3328. # [22:36] <tomer> Unfocused: Thanks. It seems that the Bugzilla search was unable to show it. https://bugzilla.mozilla.org/buglist.cgi?quicksearch=".%26f%3Dregular"
  3329. # [22:36] * Quits: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com) (Quit: )
  3330. # [22:37] * Joins: jwir3 (sjohnson@920B84AF.270772BB.24A73484.IP)
  3331. # [22:37] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  3332. # [22:38] * Joins: bdahl (bdahl@moz-BBE3ABD.mv.mozilla.com)
  3333. # [22:38] * mattwoodrow|away is now known as mattwoodrow
  3334. # [22:38] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3335. # [22:39] * Quits: mccr8 (mccr8@moz-BBE3ABD.mv.mozilla.com) (Quit: computer sleep)
  3336. # [22:39] * Quits: tonymec|away (tonymec@E7E9B056.FA99D1DB.A9371869.IP) (Ping timeout)
  3337. # [22:40] * Joins: yeukhon (yeukhon@moz-66888F61.cable.mindspring.com)
  3338. # [22:40] * Quits: bjacob_ (bjacob@moz-41780E03.sdsl.bell.ca) (Ping timeout)
  3339. # [22:41] * Quits: azakai (alon@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3340. # [22:41] * Joins: mccr8 (mccr8@moz-214FA971.dsl.dynamic.sonic.net)
  3341. # [22:42] * dhylands|afk is now known as dhylands
  3342. # [22:42] * Joins: tonymec (tonymec@E7E9B056.FA99D1DB.A9371869.IP)
  3343. # [22:43] <dmajor> ehsan: ok, reping
  3344. # [22:43] <RyanVM> smaug: inbound's open
  3345. # [22:43] * Joins: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net)
  3346. # [22:43] * Joins: gaston (landry@moz-2911F07A.rhaalovely.net)
  3347. # [22:44] <ckerschb> in a mochitest, how can i verify that the 'lock' (left of the address bar) is displayed on an https-page ?
  3348. # [22:44] * Joins: ekr (ekr@moz-C07D5168.p2p.sfo1.mozilla.com)
  3349. # [22:45] * Quits: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net) (Ping timeout)
  3350. # [22:45] * Quits: stefanh_netbook (chatzilla@moz-3EED0162.customers.ownit.se) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131206152142])
  3351. # [22:46] * Quits: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net) (Client exited)
  3352. # [22:46] * Joins: bz (bzbarsky@moz-72881629.bstnma.fios.verizon.net)
  3353. # [22:46] * ChanServ sets mode: +o bz
  3354. # [22:46] <romaxa> botond: pong
  3355. # [22:47] * Quits: rogeliodh (Thunderbir@A6BD84F6.C2BE31D.D67CC001.IP) (Quit: rogeliodh)
  3356. # [22:48] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3357. # [22:49] * Quits: ehugg (chatzilla@moz-62842EF0.cisco.com) (Quit: ChatZilla 0.9.90.1 [Firefox 26.0/20131206152142])
  3358. # [22:49] * Joins: ehugg (chatzilla@5AD0A91D.29102B70.6CD50604.IP)
  3359. # [22:50] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/8f626ee3e7ed - Geoff Brown - Bug 962121 - Enable testPasswordProvider, testFormHistory on Android x86; r=dminor
  3360. # [22:50] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/2558a3801c1c - Geoff Brown - Bug 945395 - Disable testSessionOOMSave on Android x86 for too many failures
  3361. # [22:50] * Parts: jwir3 (sjohnson@920B84AF.270772BB.24A73484.IP)
  3362. # [22:51] * Quits: Sander (chatzilla@moz-B871F4D3.direct-adsl.nl) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  3363. # [22:51] * Quits: wolfiR (wolfiR@moz-3227DDD2.dip0.t-ipconnect.de) (Quit: Leaving)
  3364. # [22:51] * Quits: carlsonp (carlsonp@moz-8C2BFF18.nat.iastate.edu) (Quit: Leaving)
  3365. # [22:51] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  3366. # [22:51] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Quit: Leaving)
  3367. # [22:52] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  3368. # [22:52] * Quits: jackneill (jackneill@moz-CCD35239.pool.digikabel.hu) (Ping timeout)
  3369. # [22:52] * Quits: mt (mt@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  3370. # [22:53] <@smaug> RyanVM: thanks
  3371. # [22:53] * Quits: @dbaron (dbaron@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: 8403864 bytes have been tenured, next gc will be global.)
  3372. # [22:53] <@smaug> wesj: you there
  3373. # [22:53] <@smaug> want to do a quick review
  3374. # [22:54] <firebot> Check-in: http://hg.mozilla.org/releases/mozilla-beta/rev/f0adf847ac2d - Shane Caraveo - Bug 965560 - Fix icon in sidebar toolbarbutton. r=felipc, a=sledru
  3375. # [22:54] <firebot> http://hg.mozilla.org/releases/mozilla-beta/rev/1b369b538f59 - Wes Johnston - Bug 956075 - Add a custom view flipper to avoid Gingerbread bugs with touching ViewGroups. r=lucasr, a=sledru
  3376. # [22:54] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3377. # [22:54] <wesj> smaug: sure
  3378. # [22:55] <@smaug> wesj: just a tweak to the previous patch
  3379. # [22:55] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Client exited)
  3380. # [22:55] * Joins: mt (mt@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3381. # [22:55] * Joins: bbondy (bbondy@moz-717FF534.home.cgocable.net)
  3382. # [22:56] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  3383. # [22:56] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  3384. # [22:56] * jorendorff is now known as jorendorff_away
  3385. # [22:57] <@smaug> wesj: see Bug 967236
  3386. # [22:57] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  3387. # [22:57] * Joins: azakai (alon@13F2CEC5.7672369.D8E68FF6.IP)
  3388. # [22:57] * Joins: bjacob_ (bjacob@5AA75A48.7113E6D.EEB48533.IP)
  3389. # [22:57] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  3390. # [22:57] * Quits: bbondy (bbondy@moz-717FF534.home.cgocable.net) (Ping timeout)
  3391. # [22:57] * Quits: lduros (user@moz-D1C419E5.phlapa.fios.verizon.net) (Ping timeout)
  3392. # [22:57] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3393. # [22:57] * Joins: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3394. # [22:57] * Quits: till (till@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Client exited)
  3395. # [22:58] <sicking> vlad: ping
  3396. # [22:58] <vlad> sicking: pong
  3397. # [22:58] <@ehsan> dmajor: hey
  3398. # [22:58] <sicking> vlad: you asked me to ping you the other day. Is this about the android-version issue?
  3399. # [22:58] * jorendorff_away is now known as jorendorff
  3400. # [22:58] <sicking> vlad: sorry, hard to catch up on email still
  3401. # [22:59] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3402. # [22:59] <dmajor> ehsan: in light of bug 951827, where other code can hook system functions after us, what should WindowsDllDetourPatcher's destructor do?
  3403. # [22:59] <@smaug> wesj: thanks
  3404. # [22:59] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  3405. # [22:59] <dmajor> ehsan: I was going to propose just removing it since all our hooks are permanent, but then I saw that it was added for a shutdown bug
  3406. # [22:59] * Quits: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Computer has gone to sleep.)
  3407. # [23:00] * Quits: mt (mt@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: Leaving.)
  3408. # [23:00] * Joins: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3409. # [23:00] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3410. # [23:00] <dmajor> ehsan: should we just do best-effort and not restore functions that no longer start with the code that we put there?
  3411. # [23:00] * Quits: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: jet)
  3412. # [23:00] <@ehsan> dmajor: ideally it should undo everything that it has done, and verify that nobody else has touched out stuff before doing that
  3413. # [23:00] <@ehsan> yeah
  3414. # [23:01] <dmajor> ehsan: ok
  3415. # [23:01] * Joins: jwir3 (sjohnson@920B84AF.270772BB.24A73484.IP)
  3416. # [23:01] * Quits: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Ping timeout)
  3417. # [23:02] <@ehsan> dmajor: iirc that's not what we currently do, right?
  3418. # [23:02] <dmajor> ehsan: no, we just blindly write some bytes :)
  3419. # [23:02] <@ehsan> that's what I would have guessed ;)
  3420. # [23:03] * @ehsan is sad
  3421. # [23:03] * Joins: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  3422. # [23:03] * Quits: RealRaven (Thunderbir@2E65E2E7.BF9F220C.C3498625.IP) (Ping timeout)
  3423. # [23:04] <@ehsan> dmajor: are you planning to work on that?
  3424. # [23:04] * Joins: jdover (jdover@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3425. # [23:04] * Joins: dbaron (dbaron@moz-104CC309.mv.mozilla.com)
  3426. # [23:04] * ChanServ sets mode: +ao dbaron dbaron
  3427. # [23:04] * Joins: pnkfelix (pnkfelix@moz-43495417.fbx.proxad.net)
  3428. # [23:05] * Quits: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net) (Input/output error)
  3429. # [23:05] * Quits: jfkthame (jfkthame@F87A0877.60847916.3E2A4E92.IP) (Quit: Leaving)
  3430. # [23:05] <botond> romaxa: sorry, was caught up in other conversations. still around?
  3431. # [23:06] * jmaher is now known as jmaher|afk
  3432. # [23:06] * mcote is now known as mcote|afk
  3433. # [23:06] * Quits: Optimizer (Optimizer@88754883.8C9808EB.274D17D6.IP) (Ping timeout)
  3434. # [23:06] * Joins: mt (mt@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3435. # [23:06] <dmajor> ehsan: I was planning to add some minor protection as part 1 of my change
  3436. # [23:07] <lsblakk> jimm: question about bug 968774
  3437. # [23:07] <lsblakk> i'm not sure a respin of beta 1 is a better choice than landing this and getting it out on tuesday in beta 2
  3438. # [23:07] <@ehsan> dmajor: sounds good, thank you!
  3439. # [23:08] * Joins: Miranda (chatzilla@34E8ECDF.DC2C3734.616A18A6.IP)
  3440. # [23:08] <lsblakk> jimm: what does this bug do to a profile and what, if any, workarounds would exist for user who ended up hitting this?
  3441. # [23:08] * jandem is now known as jandem-away
  3442. # [23:10] * Joins: yedderson (yedderson@D798992.150AA41E.3A11EFC4.IP)
  3443. # [23:10] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/0d56242338e8 - Olli Pettay - Bug 967236 - Evict touches more aggressively, r=wesj
  3444. # [23:10] * Joins: harth_ (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3445. # [23:10] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/41fbeb789ade - Olli Pettay - Bug 964462, simplify ipc offline resource refcounting, r=mayhemer
  3446. # [23:10] <jimm> lsblakk: mixed startup caches from two different front ends can really screw up the browser interface. I'm not sure if there's an official way to "reset" that cache, I imagine it involves going in and deleting something in the profile folder. I can dig up a more specific answer for you on that.
  3447. # [23:11] * Quits: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP) (Connection reset by peer)
  3448. # [23:11] * Quits: therube_agone (chatzilla@moz-6B4FA6DA.bltmmd.east.verizon.net) (Ping timeout)
  3449. # [23:11] <jimm> lsblakk: typical side erffects would be messed up browser chrome, controls not working, rendering issues, etc..
  3450. # [23:11] * Joins: sewardj (sewardj@moz-9EF70CC5.dip0.t-ipconnect.de)
  3451. # [23:11] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/3072f0155515 - Daniel Holbert - Bug 967287 part 1: Remove unnecessary nsPresContext* argument from functions defined in nsContainerFrame.h. r=mats
  3452. # [23:11] <lsblakk> jimm: if there is a way a user can recover from it, we can put that in a KB article for impacted users (of which there might not be that many over the next 5 days)
  3453. # [23:11] * Joins: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP)
  3454. # [23:11] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/810ff6004dcf - Daniel Holbert - Bug 967287 part 2: Adjust indentation after removal of nsPresContext* args. r=mats
  3455. # [23:11] <lsblakk> because of the specific steps required to get in this state
  3456. # [23:12] <jimm> lsblakk: ok, let me dig up an answer for you
  3457. # [23:12] <lsblakk> thanks jimm, will wait for that
  3458. # [23:12] * Quits: jonasfj (jonasfj@moz-F9C6FBE1.hsd1.ca.comcast.net) (Ping timeout)
  3459. # [23:12] * Quits: gustavold (gustavold@C27F9EEB.4F9453A5.DF2AC62B.IP) (Ping timeout)
  3460. # [23:12] * Joins: jonasfj (jonasfj@moz-F9C6FBE1.hsd1.ca.comcast.net)
  3461. # [23:12] * Quits: bbouvier (bnjbouv@moz-63AFAFBF.gagahome.fr) (Ping timeout)
  3462. # [23:12] * Joins: bbouvier (bnjbouv@moz-63AFAFBF.gagahome.fr)
  3463. # [23:13] * Quits: gandalf (zbraniecki@moz-47227B8A.hfc.comcastbusiness.net) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3464. # [23:13] * Quits: kamidphish (textual@moz-6AB00DA7.tpgi.com.au) (Quit: My MacBook Pro has gone to sleep. ZZZzzz…)
  3465. # [23:13] * bc is now known as bc|fud
  3466. # [23:13] * hwine|focus is now known as hwine
  3467. # [23:13] * Joins: kamidphish (textual@moz-6AB00DA7.tpgi.com.au)
  3468. # [23:13] * Joins: Optimizer (Optimizer@4DC17D47.AF519A72.BE4CF869.IP)
  3469. # [23:14] * Quits: gsvelto (gsvelto@moz-1C8C231E.clienti.tiscali.it) (Quit: Leaving)
  3470. # [23:14] <@smaug> wesj: crap, still one thing
  3471. # [23:14] * Quits: msucan (mihai@C2F5E632.85233D2F.C0E37CF3.IP) (Quit: Leaving.)
  3472. # [23:15] * baku is now known as baku|away
  3473. # [23:15] * Quits: heftig (heftig@moz-48F85AD2.dip0.t-ipconnect.de) (Ping timeout)
  3474. # [23:15] * Quits: kkdEEP (KKDeep@95115977.500DA78A.FDEA3160.IP) (Client exited)
  3475. # [23:16] * Quits: tonymec (tonymec@E7E9B056.FA99D1DB.A9371869.IP) (Ping timeout)
  3476. # [23:16] * Quits: jedp (jedp@moz-8E6E760A.dsl.dynamic.sonic.net) (Quit: Computer has gone to sleep.)
  3477. # [23:17] <@smaug> wesj: https://pastebin.mozilla.org/4207231
  3478. # [23:17] * Joins: tonymec (tonymec@E7E9B056.FA99D1DB.A9371869.IP)
  3479. # [23:18] <@smaug> wesj: r?
  3480. # [23:19] * Quits: yzen (yzen@13F2CEC5.7672369.D8E68FF6.IP) (Ping timeout)
  3481. # [23:20] * kaze is now known as kaze|zZz
  3482. # [23:20] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  3483. # [23:20] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  3484. # [23:21] * Gijs_away is now known as Gijs
  3485. # [23:21] * Quits: Gijs (gijs@moz-38E1C9D2.range86-164.btcentralplus.com) (Quit: sleep)
  3486. # [23:22] * Quits: jwei (jwei@13F2CEC5.7672369.D8E68FF6.IP) (Quit: Leaving.)
  3487. # [23:22] * Joins: jduell (jduell@moz-2B2B9F2.hsd1.wa.comcast.net)
  3488. # [23:22] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3489. # [23:22] * Quits: davidb (davidb@moz-CDD6CD1B.dsl.bell.ca) (Quit: davidb)
  3490. # [23:22] * Joins: jedp (jedp@moz-8E6E760A.dsl.dynamic.sonic.net)
  3491. # [23:23] * philor|away is now known as philor
  3492. # [23:24] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  3493. # [23:24] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3494. # [23:25] <yedderson> hello, I can't play h.264 in Firefox on FreeBSD, I have gstreamer installed and here's my dtrace
  3495. # [23:25] <yedderson> http://pastebin.mozilla.org/4207293
  3496. # [23:25] * Joins: lpy (lpy@B3BE13AC.47A0616D.E99F7FDB.IP)
  3497. # [23:25] <kbrosnan> what release of gstreamer
  3498. # [23:26] <kbrosnan> 1.0+ branches is not supported
  3499. # [23:26] <yedderson> kbrosnan: 0.10.36
  3500. # [23:26] <heycam> oh, I just worked why I can refer to "head" on my Mac while it has to be "HEAD" on my Linux box. it's the case insensitive file system, looking up .git/HEAD.
  3501. # [23:26] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  3502. # [23:27] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3503. # [23:27] * Joins: jet (jet@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3504. # [23:27] * Quits: kinetik (kinetik@457BB45D.611C109.FC74E68.IP) (Quit: leaving)
  3505. # [23:27] * Joins: kinetik (kinetik@457BB45D.611C109.FC74E68.IP)
  3506. # [23:27] * Quits: lpy (lpy@B3BE13AC.47A0616D.E99F7FDB.IP) (Ping timeout)
  3507. # [23:28] <@smaug> wesj: I'll land the new patch with pending r+ from you
  3508. # [23:28] * Joins: dria (dria@moz-1C1CE1C8.dsl.teksavvy.com)
  3509. # [23:28] * Joins: heftig (heftig@moz-F8A83F8A.dip0.t-ipconnect.de)
  3510. # [23:29] * Joins: tonymec|away (tonymec@E7E9B056.FA99D1DB.A9371869.IP)
  3511. # [23:29] * Quits: givanica (Thunderbir@BD692503.2E7E5149.FB866788.IP) (Quit: givanica)
  3512. # [23:29] <yedderson> kbrosnan: here's the build details of firefox http://pastebin.mozilla.org/4207346
  3513. # [23:29] * Joins: ejpbruel_ (ejpbruel@moz-366E8346.cm-11-1b.dynamic.ziggo.nl)
  3514. # [23:30] * Joins: milan (milan@13F2CEC5.7672369.D8E68FF6.IP)
  3515. # [23:30] * armenzg is now known as armenzg_afk
  3516. # [23:30] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/5f78749e0f42 - Olli Pettay - backout bug 967236
  3517. # [23:30] <firebot> http://hg.mozilla.org/integration/mozilla-inbound/rev/a6b5e42fb847 - Olli Pettay - Bug 967236 - Evict touches more aggressively, v3, r=wesj
  3518. # [23:31] * Joins: mconley (mconley@AA6D5654.A5F785DE.396E4C6D.IP)
  3519. # [23:31] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  3520. # [23:31] * Parts: Snuffleupagus (chatzilla@moz-7411B7A4.bredband.comhem.se)
  3521. # [23:31] * catlee-away is now known as catlee
  3522. # [23:31] * geekboy is now known as geekboy|afk
  3523. # [23:32] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3524. # [23:33] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  3525. # [23:33] * Joins: jkitch (Thunderbir@moz-CC9CEE20.lns20.adl2.internode.on.net)
  3526. # [23:33] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  3527. # [23:33] * Quits: milan (milan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3528. # [23:34] * Quits: grapenuts (chatzilla@moz-EF816845.nycap.res.rr.com) (Quit: ChatZilla 0.9.90.1 [Firefox 28.0a2/20140203004003])
  3529. # [23:34] * Joins: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP)
  3530. # [23:35] * Quits: mconley (mconley@AA6D5654.A5F785DE.396E4C6D.IP) (Input/output error)
  3531. # [23:35] <kats> woo changed ldap rotation to 6 months
  3532. # [23:35] * geekboy|afk is now known as geekboy
  3533. # [23:35] * Quits: bjacob_ (bjacob@5AA75A48.7113E6D.EEB48533.IP) (Ping timeout)
  3534. # [23:36] <bagder> from what?
  3535. # [23:36] * Joins: gabor_ (gabor@88A0F8B1.7155DD53.2326E556.IP)
  3536. # [23:36] <@roc> I love Mats Palmgren.
  3537. # [23:36] <kbrosnan> every 90 days
  3538. # [23:36] <bagder> oh
  3539. # [23:37] * bagder hasn't been around for 90 days yet B)
  3540. # [23:37] * Joins: Boriss (Boriss@13F2CEC5.7672369.D8E68FF6.IP)
  3541. # [23:37] <kbrosnan> was changed before the new year afik
  3542. # [23:37] <@smaug> roc: what did he do this time ?
  3543. # [23:38] <@smaug> and yes, we all love him :)
  3544. # [23:38] * Joins: mjschranz (mjschranz@FCCEA34F.7672369.D8E68FF6.IP)
  3545. # [23:39] <@roc> he has a fix for the teriffying Google Translate bug 961347
  3546. # [23:40] * Quits: mjschranz (mjschranz@FCCEA34F.7672369.D8E68FF6.IP) (Ping timeout)
  3547. # [23:40] * kats is now known as kats|away
  3548. # [23:40] * Quits: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP) (Ping timeout)
  3549. # [23:41] * Joins: brambles (xymox@moz-969AAE9B.barwen.ch)
  3550. # [23:42] <bwc1> jcranmer: Ping about dxr, and the possibility of integration with editors.
  3551. # [23:42] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  3552. # [23:42] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3553. # [23:43] * Joins: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net)
  3554. # [23:43] * coop is now known as coop|afk
  3555. # [23:43] * RyanVM is now known as RyanVM|afk
  3556. # [23:43] * Parts: wesj (wesj@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3557. # [23:44] * Quits: Optimizer (Optimizer@4DC17D47.AF519A72.BE4CF869.IP) (Ping timeout)
  3558. # [23:44] * Quits: brambles (xymox@moz-969AAE9B.barwen.ch) (Ping timeout)
  3559. # [23:44] * Joins: Optimizer (Optimizer@4DC17D47.AF519A72.BE4CF869.IP)
  3560. # [23:44] * Joins: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net)
  3561. # [23:44] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  3562. # [23:44] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3563. # [23:45] * Quits: @ehsan (ehsan@13F2CEC5.7672369.D8E68FF6.IP) (Input/output error)
  3564. # [23:45] * Joins: dougc (dougc@moz-F16BC551.static.rev.eftel.com)
  3565. # [23:45] * Quits: armenzg_afk (armenzg@moz-DC6D6B46.home1.cgocable.net) (Quit: Leaving)
  3566. # [23:46] * Quits: kk1fff (kk1fff@moz-2811458B.dynamic.hinet.net) (Ping timeout)
  3567. # [23:46] * Joins: chrisccoulson (chr1s@C08D9303.9289A342.80AB4F0.IP)
  3568. # [23:46] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Ping timeout)
  3569. # [23:46] * Quits: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP) (Connection reset by peer)
  3570. # [23:46] * bc|fud is now known as bc
  3571. # [23:47] * Joins: benvie (bbenvie@5FD20F9A.53D07D95.EFF8B7BF.IP)
  3572. # [23:47] * Quits: rstrong (rstrong@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  3573. # [23:48] * Joins: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp)
  3574. # [23:49] <yedderson> on freebsd my firefox can't play h.264, help please
  3575. # [23:49] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/de00c8bfc9b9 - Ben Kelly - Bug 960873: Part 8: Use AudioCompactor in android PluginMediaReader.cpp.
  3576. # [23:49] * Quits: JosiahOne (Instantbir@moz-A7D27D76.lightspeed.livnmi.sbcglobal.net) (Quit: dealloc)
  3577. # [23:49] * Quits: fredw (Icedove@moz-B9C110E2.fbx.proxad.net) (Quit: fredw)
  3578. # [23:49] * Joins: lmandel (lmandel@E9FBA779.3778D849.1D6E592A.IP)
  3579. # [23:49] * Quits: Optimizer (Optimizer@4DC17D47.AF519A72.BE4CF869.IP) (Ping timeout)
  3580. # [23:49] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3581. # [23:50] <bkelly> I accidentally pushed to mozilla-inbound without updated the commit message for r=... how do I fix that?
  3582. # [23:50] <kinetik> bkelly: back out and repush
  3583. # [23:50] <bkelly> kinetik: ok, thanks
  3584. # [23:51] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/477e7d2eb1d7 - Timothy Nikkel - Bug 965593. Only use large z-index on root scroll frames to make overlay scrollbars draw above other content. r=roc
  3585. # [23:51] <yedderson> this is the dtrace http://pastebin.mozilla.org/4207293
  3586. # [23:52] <kbrosnan> yedderson: really would be better to have a bug on file with mozilla and/or the bsd distro
  3587. # [23:52] * Quits: jrmuizel (jrmuizel@13F2CEC5.7672369.D8E68FF6.IP) (Client exited)
  3588. # [23:52] * philor is now known as philor|away
  3589. # [23:52] <kbrosnan> yedderson: then follow up with https://lists.mozilla.org/listinfo/dev-media
  3590. # [23:53] <RyanVM|afk> bkelly: don't
  3591. # [23:53] * Quits: tetsuharu (tetsuharu@moz-A3FEAA56.ap219.ftth.ucom.ne.jp) (Quit: )
  3592. # [23:53] <RyanVM|afk> bkelly: just leave it
  3593. # [23:53] <bkelly> RyanVM|afk: ack... I just pushed the revert :-(
  3594. # [23:53] <RyanVM|afk> please DONTBUILD them at least
  3595. # [23:53] <RyanVM|afk> lest we get even more builds and tests
  3596. # [23:53] <RyanVM|afk> for a no-op
  3597. # [23:54] <bkelly> sorry :-(
  3598. # [23:54] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/22d850638009 - Ben Kelly - Revert Bug 960873 Part 8 (de00c8bfc9b9) due to missing r= in commit message
  3599. # [23:54] <RyanVM|afk> and you can backout & reland in one push
  3600. # [23:54] <bkelly> RyanVM|afk: thats a good point... sorry... a bit flustered
  3601. # [23:54] <RyanVM|afk> but seriously, I don't know why people think a missing r= is such a huge deal
  3602. # [23:54] <RyanVM|afk> it's in the bug
  3603. # [23:54] <RyanVM|afk> the only thing worth backing out and relanding over is an incorrect bug # or a completely mangled commit message
  3604. # [23:55] <RyanVM|afk> otherwise, let it be
  3605. # [23:55] <bkelly> RyanVM|afk: should I DONTBUILD the reland?
  3606. # [23:55] <RyanVM|afk> we don't have an r= commit hook for a reason
  3607. # [23:55] <RyanVM|afk> yes
  3608. # [23:55] <RyanVM|afk> pelase
  3609. # [23:55] <bkelly> will do
  3610. # [23:55] * geekboy is now known as geekboy|afk
  3611. # [23:55] <RyanVM|afk> bkelly: i just canceled the builds on the last push
  3612. # [23:55] <bkelly> thank you
  3613. # [23:55] * geekboy|afk is now known as geekboy
  3614. # [23:56] * Quits: sicking (sicking@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Quit: sicking)
  3615. # [23:56] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Client exited)
  3616. # [23:56] <dholbert> RyanVM|afk, IMHO backing out & relanding [with DONTBUILD] is a good-citizen thing for folks to do, as it shows (more clearly) that the push wasn't accidental or sneaky or whatever
  3617. # [23:57] * Joins: Mano (mano@moz-DD946CD4.red.bezeqint.net)
  3618. # [23:57] <dholbert> sure, people who are curious could look at the bug, but that takes effort, and it's nicer to make it clear what's going on without requiring that anyone interested have to go read the bug
  3619. # [23:57] * sheppy is now known as sheppy-offline
  3620. # [23:57] * Joins: till (till@moz-DFAA4E15.p2p.sfo1.mozilla.com)
  3621. # [23:58] <firebot> Check-in: http://hg.mozilla.org/integration/mozilla-inbound/rev/ef1d09ac296a - Ben Kelly - Bug 960873: Part 8: Use AudioCompactor in android PluginMediaReader.cpp. r=cpearce (DONTBUILD for re-land)
  3622. # [23:58] <RyanVM|afk> dholbert: I don't think it's worth the effort, but meh
  3623. # [23:58] <RyanVM|afk> if we cared that much, we'd have a commit hook for it
  3624. # [23:58] <RyanVM|afk> bmo don't lie :P
  3625. # [23:59] * Quits: Mano (mano@moz-DD946CD4.red.bezeqint.net) (Ping timeout)
  3626. # [23:59] <dholbert> RyanVM|afk, it takes effort, but it's a nice gesture in the interests of preventing other folks from having to expend [potentially duplicated] effort
  3627. # [23:59] * Quits: till (till@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Client exited)
  3628. # [23:59] <RyanVM|afk> *shrug*
  3629. # [23:59] <RyanVM|afk> I'd agree with you except I see way too many instances of DONTBUILD not getting used
  3630. # [23:59] <RyanVM|afk> and getting multiple extra sets of builds/tests out of it
  3631. # [23:59] * Quits: harth_ (harth@moz-DFAA4E15.p2p.sfo1.mozilla.com) (Input/output error)
  3632. # Session Close: Fri Feb 07 00:00:00 2014

The end :)