/irc-logs / mozilla / #developers / 2011-12-29 / end

Options:

  1. # Session Start: Thu Dec 29 00:00:00 2011
  2. # Session Ident: #developers
  3. # [00:00] <bz> cjones: ping
  4. # [00:01] <cjones> hi bz
  5. # [00:01] <bz> cjones: so...
  6. # [00:01] <bz> cjones: I pushed https://hg.mozilla.org/try/rev/8218784ce422
  7. # [00:02] <bz> cjones: and the resulting log is https://tbpl.mozilla.org/php/getParsedLog.php?id=8205425&tree=Try&full=1
  8. # [00:02] <Cww> ted: quick ping
  9. # [00:02] <bz> cjones: which doesn't seem to contain stuff...
  10. # [00:02] * Quits: TheOne (one@moz-5C4FD6E1.dip.t-dialin.net) (Input/output error)
  11. # [00:02] <bz> cjones: which means either my logging is still wrong or we never reached ShadowLayerForwarder::EndTransaction during the test run
  12. # [00:03] <bz> cjones: the latter seems moderately unlikely....
  13. # [00:03] <bz> cjones: if I understand this stuff at all
  14. # [00:03] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  15. # [00:04] * philor is now known as philor|away
  16. # [00:04] * Quits: jdm (jdm@moz-523ECD3B.dsl.teksavvy.com) (Client exited)
  17. # [00:05] * timA|postOffice is now known as timA
  18. # [00:05] <cjones> bz, this will probably put you in a stabby mood, but you technically need to fsync() in PushTheLog()
  19. # [00:05] <cjones> not sure if that's why the log data is missing
  20. # [00:05] <khuey> heycam: "It is language binding specific whether it is possible to invoke a static operation through a reference to an instance of the interface."
  21. # [00:05] <khuey> heycam: is it possible in JS?
  22. # [00:06] <heycam> khuey, it is -- the static operations get put on the prototype too, iirc
  23. # [00:06] <heycam> (but let me check!)
  24. # [00:06] * bear is now known as bear-afk
  25. # [00:06] <heycam> yes
  26. # [00:06] * catlee-buildduty is now known as catlee-away
  27. # [00:06] <khuey> heycam: and the same identifier can have both regular and static methods, right?
  28. # [00:07] <heycam> khuey, ooh I hope not :)
  29. # [00:07] * Joins: gal (gal@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  30. # [00:07] <khuey> I haven't found anything specifically disallowing it
  31. # [00:07] <heycam> khuey, I will disallow it
  32. # [00:08] <khuey> doesn't mean that there isn't something, of course
  33. # [00:08] <cjones> bz, other than that your logging code looks like it should work
  34. # [00:08] <khuey> excellent
  35. # [00:08] <bz> cjones: hmm, before the fclose()?
  36. # [00:09] <bz> cjones: I'll add an fsync there and see how things look
  37. # [00:09] * Quits: jet (junglecode@moz-BBE3ABD.mv.mozilla.com) (Quit: jet)
  38. # [00:09] <bz> cjones: thanks
  39. # [00:09] <cjones> bz, yes
  40. # [00:09] * philor|away is now known as philor
  41. # [00:09] <cjones> the other option is that your logging code is racing with the reftest harness
  42. # [00:09] * Quits: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Quit: Miranda IM - Multi protocol instant messenger @ www.miranda-im.org)
  43. # [00:09] <bz> cjones: it's possible
  44. # [00:09] <bz> cjones: I have no idea when that harness grabs the log file.....
  45. # [00:09] <cjones> if the fsync doesn't work you could try dumping the content-process log from the chrome process
  46. # [00:10] <bz> hmm
  47. # [00:10] <bz> fsync wants a file descriptor
  48. # [00:10] * bz has a file*
  49. # [00:11] <cjones> fileno
  50. # [00:11] <bz> there _is_ an fflush involved
  51. # [00:11] <bz> thanks
  52. # [00:11] * bz adds fsync
  53. # [00:11] <cjones> fflush isn't fsync
  54. # [00:11] <bz> ok
  55. # [00:11] <cjones> to be safe i would fflush
  56. # [00:11] <cjones> fsync
  57. # [00:11] <cjones> then fclose
  58. # [00:12] <bz> ok
  59. # [00:12] <bz> so fsync(fileno(FILE*))
  60. # [00:12] * bz does that
  61. # [00:12] <cjones> yeah
  62. # [00:12] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Connection reset by peer)
  63. # [00:12] <bz> cjones: I was feeling stabby about this a few days ago
  64. # [00:12] <bz> cjones: at this point I'm mostly feeling resigned. ;)
  65. # [00:12] <cjones> :(
  66. # [00:13] <cjones> too bad you're away from your main machine
  67. # [00:13] <bz> my main machine is with me
  68. # [00:13] <bz> it's just a mac.
  69. # [00:13] <cjones> you can build fennec on a mac
  70. # [00:13] <bz> hmm?
  71. # [00:13] <bz> more so than just running reftest-ipc on a firefox build?
  72. # [00:13] <bz> or do you mean I can build it for my tablet?
  73. # [00:13] <cjones> you can do that too, on a mac
  74. # [00:14] <cjones> do you have your tablet with you?
  75. # [00:14] <bz> yep
  76. # [00:14] <cjones> yeah
  77. # [00:14] <bz> have mac, have tablet, have usb cable
  78. # [00:14] <bz> ok
  79. # [00:14] <cjones> you can install a firefox build on the tablet
  80. # [00:14] <cjones> run reftest there
  81. # [00:14] * bz looks up instructions
  82. # [00:14] <cjones> and build fennec for android on your mac
  83. # [00:14] <cjones> install, run
  84. # [00:14] <bz> alright
  85. # [00:14] <bz> lemme try that
  86. # [00:15] <Asa> khuey: no alert in IE 10 on Win8
  87. # [00:15] <Asa> no dialog, no alert, no nothing.
  88. # [00:15] <bz> https://wiki.mozilla.org/Mobile/Build/Fennec ?
  89. # [00:16] <cjones> https://wiki.mozilla.org/Android#Setup_a_Build_Environment
  90. # [00:16] <bz> thanks
  91. # [00:16] <cjones> i would grab the mozconfig from the builder though
  92. # [00:16] <cjones> not sure if that's up to date with the xul/native changes
  93. # [00:16] <bz> cjones: oh, good idea
  94. # [00:16] <cjones> it == those instructions
  95. # [00:16] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  96. # [00:16] <bz> cjones: well, I think I need xul here, right?
  97. # [00:16] <cjones> yes
  98. # [00:16] <reuben> https://input.mozilla.com/en-US/sites/theme/1329844
  99. # [00:16] <reuben> lol, it's true
  100. # [00:17] <wg9s> bz:yes because I have never been able to get the native build to actually be able to be installed on a device.
  101. # [00:17] <darktrojan> reuben, it makes the robot look more awesome
  102. # [00:17] <wg9s> following the build instructions or even trying to mimic what the offical builds do by looking at the logs.
  103. # [00:18] <khuey> Asa: ok
  104. # [00:18] <khuey> thanks
  105. # [00:19] <reuben> yeah, it's a… feature
  106. # [00:20] <bz> cjones: any idea what the right JAVA_HOME is for mac?
  107. # [00:21] * joduinn-mtg is now known as joduinn
  108. # [00:23] * Joins: ctopper (craig@moz-C16EDDF1.dhcp.insightbb.com)
  109. # [00:25] * Joins: dRdR (dsherk@moz-F979C50C.cpe.net.cable.rogers.com)
  110. # [00:25] <heycam> bz, I have:
  111. # [00:25] <heycam> $ echo $JAVA_HOME
  112. # [00:25] <heycam> /System/Library/Frameworks/JavaVM.Framework/Home
  113. # [00:25] <bz> thanks
  114. # [00:27] <bz> does it matter whether I get r13 or r16 of the sdk?
  115. # [00:27] <bz> I guess there is no r13 so much
  116. # [00:28] <cjones> shouldn't matter
  117. # [00:28] <cjones> i think you can explicitly get r13
  118. # [00:28] * Quits: rs (rs@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: ChatZilla 0.9.86.1-rdmsoft [XULRunner 1.8.0.9/2006120508])
  119. # [00:28] <cjones> but we set up the api target explicitly in the build system
  120. # [00:28] * bz tried, failed
  121. # [00:28] <cjones> r16 should include r13
  122. # [00:28] <bz> did get r16
  123. # [00:28] <bz> ok
  124. # [00:29] * bz is running update sdk
  125. # [00:29] <bz> ok, this might take some time
  126. # [00:29] <bz> later, I guess
  127. # [00:29] * bz is now known as bz_away
  128. # [00:31] * reuben 's JAVA_HOME is undefined and his JDK works just fine, is that a fennec build system requirement?
  129. # [00:35] <bz_away> ac_add_options --with-android-ndk="/Users/bzbarsky/mozilla/android-ndk-r6b"
  130. # [00:35] <bz_away> ac_add_options --with-android-sdk="/Users/bzbarsky/mozilla/android-sdk-macosx/platforms/android-13"
  131. # [00:35] <bz_away> ac_add_options --with-android-tools="/Users/bzbarsky/mozilla/android-sdk-macosx/tools"
  132. # [00:35] <bz_away> ac_add_options --with-android-toolchain=/Users/bzbarsky/mozilla/android-ndk-r6b/toolchains/arm-linux-androideabi-4.4.3/prebuilt/darwin-x86
  133. # [00:35] <bz_away> ac_add_options --with-android-platform=/Users/bzbarsky/mozilla/android-ndk-r6b/platforms/android-5/arch-arm
  134. # [00:35] <bz_away> Does that seem plausible?
  135. # [00:36] <mwu> toolchain should autodetect I think
  136. # [00:36] <mwu> and maybe a few other things
  137. # [00:36] <mwu> IIRC only two are really required and the rest configure guesses
  138. # [00:37] * mwu checks
  139. # [00:37] * sancus is now known as sancus_
  140. # [00:37] * sancus_ is now known as sancus
  141. # [00:37] * Quits: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  142. # [00:37] * Quits: wg9s (bill@moz-7A06A043.hsd1.ma.comcast.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc16 [XULRunner 9.0/20111220101134])
  143. # [00:37] * Quits: kennyluck (kennyluck@moz-DCC02D11.dynamic.hinet.net) (Connection reset by peer)
  144. # [00:38] <mwu> bz_away: yeah I think you only need to specify with-android-ndk and with-android-sdk
  145. # [00:38] * Joins: kennyluck (kennyluck@moz-DCC02D11.dynamic.hinet.net)
  146. # [00:38] <sid0> Oh, can you build Fennec on Windows too?
  147. # [00:38] <mwu> it's been done before but I don't think anyone really tries so it's probably broken
  148. # [00:39] * Joins: hub (hub@moz-E2FCA694.figuiere.net)
  149. # [00:39] <mwu> and I don't know if those patches went upstream
  150. # [00:39] * Quits: Camer0n123 (Cameron@moz-DF08F4B4.cable.virginmedia.com) (Ping timeout)
  151. # [00:39] * Joins: Cameron (Cameron@moz-DF08F4B4.cable.virginmedia.com)
  152. # [00:39] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  153. # [00:39] <mwu> people only really care about building on linux, and occasionally, osx
  154. # [00:39] <khuey> heycam: are argument identifier supposed to be unique within an operation?
  155. # [00:39] * Quits: Pike (Pike@moz-B3F2AD9F.dip.t-dialin.net) (Quit: ChatZilla 0.9.87 [Firefox 8.0.1/20111120135848])
  156. # [00:39] <pcwalton> bz_away: I'm not getting an event for DOMWindowCreated when the bfcache is in effect and navigating back/forward, is there an event I can use to indicate that the page in the bfcache is starting to be thawed?
  157. # [00:39] <khuey> heycam: I can't find language that enforces that
  158. # [00:40] <philor> desktop mobile on Windows is broken, yes
  159. # [00:40] <khuey> pcwalton: pageshow
  160. # [00:40] <mwu> well, that too
  161. # [00:40] * Joins: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net)
  162. # [00:40] <mwu> though I was thinking of cross compiling fennec for android from windows
  163. # [00:40] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  164. # [00:40] <philor> oh, that
  165. # [00:41] * philor shudders
  166. # [00:41] <pcwalton> khuey: I think I tried that and it fired too late
  167. # [00:41] <bz_away> pcwalton: bfcache is a sync transition
  168. # [00:41] <pcwalton> oh
  169. # [00:41] <bz_away> pcwalton: so you don't need to worry about that case
  170. # [00:42] <heycam> khuey, probably forgot to mention that, will add a sentence
  171. # [00:42] <pcwalton> thanks, looks like it's working
  172. # [00:44] <philor> Pike++
  173. # [00:44] <philor> "where I'd feel as confident about our tree like I did, say, 10 years ago"
  174. # [00:44] <philor> nothing says confidence like on-push being nothing more than "does it compile?" and then someone will look at whether or not it starts tomorrow morning
  175. # [00:45] <jduell> bz_away: ping
  176. # [00:46] <pcwalton> philor: fennec native was like that for a while quite recently :)
  177. # [00:46] <jduell> bz_away: if a page tries to connect to an HTTP server over and over again in a tight loop, it fails every time, and we eventually crash from OOM, any idea how I'd start debugging where the memory leak is?
  178. # [00:47] <khuey> how is it trying to connect to the server?
  179. # [00:49] <ted> Cww: pong (but kinda busy, if you ask your question i might be able to answer it)
  180. # [00:49] * Quits: Cameron (Cameron@moz-DF08F4B4.cable.virginmedia.com) (Quit: Bye Bye)
  181. # [00:49] <bz_away> jduell: not offhand....
  182. # [00:50] <jduell> bz_away: mmmK thanks
  183. # [00:50] <bz_away> jduell: but what khuey said. Who's calling asyncOpen? Are our channel objects going away?
  184. # [00:50] <Cww> ted: I'm working with reldrivers on https://bugzilla.mozilla.org/show_bug.cgi?id=713167 we're thinking of backporting the fix to 9.0.2 ... do you need anything from me in terms of more info and what do you think the risk assessment looks like?
  185. # [00:51] <pcwalton> hmm, back/forward is causing display flashes. maybe it's not the bfcache -- how do I tell whether a page was in the bfcache?
  186. # [00:51] <khuey> Cww: is there going to be a 9.0.2?
  187. # [00:52] <Cww> khuey: maybe, independent discussion of all possible patches.
  188. # [00:52] <khuey> ok
  189. # [00:52] <khuey> just curious
  190. # [00:55] <jduell> bz_away: khuey: some code is apparently trying to connect a websocket over and over, each time failing (missing required HTTP headers in initial handshake from server)
  191. # [00:56] * gregglind is now known as gregglind_away
  192. # [00:56] <jduell> I haven't looked yet as to whether channels are going away (partly because I'm not on windows, where the leak seems to be: not seeing it on linux)
  193. # [00:57] <khuey> is there a testcase?
  194. # [00:58] <philor> argh, I hit the network from a test, and ehsan exposed me
  195. # [00:59] <philor> can we just remove all feed support?
  196. # [00:59] <khuey> have we really not managed to kill network access from the testpool yet?
  197. # [01:00] <philor> we have not
  198. # [01:02] <philor> and I'd be pefectly happy to be blocked and thus not fetch the favicons for the default feed readers when I show the preview page, but I don't know how I'm going to avoid it so that I don't leak when we shut down before I've fetched them
  199. # [01:02] <jduell> khuey: there's a live site to test it on, but it's not a simple testcase. I haven't even found the JS that does the WS connect yet...
  200. # [01:02] <khuey> heh, fun
  201. # [01:02] * khuey is on windows and can test stuff there
  202. # [01:03] <khuey> at least as soon as my build finishes
  203. # [01:04] * philor is now known as philor|away
  204. # [01:05] * Quits: ericjung (ericjung@moz-E644DFC3.ip.simnet.is) (Ping timeout)
  205. # [01:05] * Quits: ericjung_ (ericjung@moz-E644DFC3.ip.simnet.is) (Ping timeout)
  206. # [01:05] * Quits: anant (anant@moz-EA2246FF.dsl.dynamic.sonic.net) (Ping timeout)
  207. # [01:06] * Joins: anant (anant@moz-EA2246FF.dsl.dynamic.sonic.net)
  208. # [01:07] * Quits: ctopper (craig@moz-C16EDDF1.dhcp.insightbb.com) (Quit: ctopper)
  209. # [01:07] * philor|away is now known as philor
  210. # [01:09] * Quits: loadbang (loadbang@moz-DB34FC62.range86-186.btcentralplus.com) (Quit: loadbang)
  211. # [01:10] * Quits: Wevah (Wevah@moz-97AD33CE.stcd.qwest.net) (Quit: HARR)
  212. # [01:17] <jduell> khuey: feel free to take a look at the offending link in bug 712572 comment 4 (http://www.bilibili.tv/)
  213. # [01:18] * Quits: nhirata (nhirata.bu@moz-BBE3ABD.mv.mozilla.com) (Quit: nhirata)
  214. # [01:19] <ted> Cww: so, the patch itself is really low-risk
  215. # [01:19] <ted> literally all it does is stop us from embedding a resource in the DLL
  216. # [01:19] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Quit: Too much information in my brain driving me insane)
  217. # [01:20] <ted> Cww: but, this problem should only occur on WinXP systems which haven't had the VC2005 CRT installed
  218. # [01:20] <ted> and lots of software redistributes that
  219. # [01:20] <ted> (which is why most people haven't noticed this)
  220. # [01:21] <bz_away> man
  221. # [01:21] <bz_away> how frigging big is the android sdk?
  222. # [01:21] <khuey> huge
  223. # [01:21] <khuey> absurdly huge
  224. # [01:21] <bz_away> apparently
  225. # [01:21] * bz_away ran out of disk space
  226. # [01:21] <bz_away> I had 30 GB free!
  227. # [01:22] <khuey> sounds about right
  228. # [01:22] <jhammel> huh, it looks only like 942M here :/
  229. # [01:22] * bz_away starts nuking trees
  230. # [01:22] * jhammel wonders what the difference is
  231. # [01:23] <bz_away> only claims 3GB in the sdk dir at the moment....
  232. # [01:23] <bz_away> odd
  233. # [01:23] <khuey> lots of small files?
  234. # [01:24] <bz_away> could be
  235. # [01:24] * bz_away frees up 13 gigs of space, sees what will happen later
  236. # [01:26] * Quits: By-Tor (bytor@moz-46974D0B.dyn.optonline.net) (Input/output error)
  237. # [01:27] * bwinton_away is now known as bwinton
  238. # [01:27] * Quits: myk (myk@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  239. # [01:29] * Joins: nhirata (nhirata.bu@moz-BBE3ABD.mv.mozilla.com)
  240. # [01:31] * Quits: ashughes (ashughes@21B7B9F2.B87E9213.6E712CE2.IP) (Quit: ashughes)
  241. # [01:31] <bz_away> cjones: fsync seems to not help
  242. # [01:32] <bz_away> cjones: data still not in the log
  243. # [01:32] <cjones> :(
  244. # [01:33] <Cww> ted: yeah, it looks like it's not super common... but again, our current audience is all early-adopter types who know to look for the update.
  245. # [01:33] * Quits: KLB (Kenneth_Ba@moz-CB90BBF2.maine.res.rr.com) (Ping timeout)
  246. # [01:33] <Cww> so if it's really low risk (can you post that to the bug?) it is a good candidate for a ridealong.
  247. # [01:34] * Quits: Sander (chatzilla@moz-1852D2DC.dip.t-dialin.net) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  248. # [01:35] <bz_away> cjones: on the bright side, I have the ndk and sdk installed
  249. # [01:35] <bz_away> cjones: configure seems to have passed, and the build is off to the races...
  250. # [01:35] <bz_away> cjones: we shall see
  251. # [01:35] * cjones tries to find emoticon for "guardedly optimistic"
  252. # [01:35] <bz_away> cjones: heh
  253. # [01:36] <bz_away> cjones: gonna go have dinner for now.
  254. # [01:37] * Joins: KLB (Kenneth_Ba@moz-CB90BBF2.maine.res.rr.com)
  255. # [01:38] <khuey> jduell: I don't see any leak
  256. # [01:38] <jhammel> cjones perhaps /:j
  257. # [01:38] <Cww> cjones: :J
  258. # [01:39] <cjones> jhammel ftw
  259. # [01:41] <khuey> jduell: well, actually, I do see a shutdown leak
  260. # [01:41] <khuey> just not an unbounded leak
  261. # [01:42] <khuey> oh
  262. # [01:42] <khuey> I have firebug in
  263. # [01:42] <khuey> that might be related
  264. # [01:43] * Joins: karl (karl@moz-E126027B.jetstream.xtra.co.nz)
  265. # [01:43] * bwinton is now known as bwinton_away
  266. # [01:46] * Quits: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  267. # [01:46] * Joins: Callek_Away (chatzilla@moz-D6465861.bstnma.east.verizon.net)
  268. # [01:47] * Joins: myk (myk@moz-EC87A191.tmodns.net)
  269. # [01:49] <philor> oh, nice, http://fusion.google.com/add?feedurl=%s redirects now, and we don't follow the redirect fetching the favicon
  270. # [01:51] <philor> redirects to a URL that Google told us to use instead of the one we use, in March of 2007
  271. # [01:59] * zpao is now known as zpao|detached
  272. # [02:00] * Quits: MichaelR (MichaelR@moz-9A2966EE.bstnma.east.verizon.net) (Ping timeout)
  273. # [02:01] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  274. # [02:05] * Joins: MichaelR (MichaelR@moz-944282C2.bstnma.east.verizon.net)
  275. # [02:05] * Quits: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: out for a fun round of laundry)
  276. # [02:06] * Ziggy|AWAY is now known as Ziggy_Maes
  277. # [02:08] * ewong|away is now known as ewong
  278. # [02:08] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  279. # [02:08] * Joins: Mossop (mossop@moz-E325C2EC.dsl.dynamic.sonic.net)
  280. # [02:13] * ctalbert|afk is now known as ctalbert
  281. # [02:15] * rail is now known as rail-afk
  282. # [02:19] * Quits: evilpie (~good-piex@moz-F8705A4A.pools.arcor-ip.net) (Quit: ChatZilla 0.9.88 [Firefox 12.0a1/20111228031049])
  283. # [02:23] * Quits: KaiRo (robert@moz-3AE7B401.adsl.highway.telekom.at) (Quit: www.seamonkey.at)
  284. # [02:25] * Parts: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  285. # [02:26] <jduell> khuey: hmm. Thanks for looking!
  286. # [02:28] * Quits: myk (myk@moz-EC87A191.tmodns.net) (Ping timeout)
  287. # [02:33] * cjones is now known as cjones-bbiab
  288. # [02:42] * Quits: gal (gal@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: gal)
  289. # [02:43] * Quits: bsmith (bsmith@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  290. # [02:46] * rail-afk is now known as rail
  291. # [02:49] * lsblakk is now known as lsblakk|afk
  292. # [02:49] * rail is now known as rail_away
  293. # [02:50] * Quits: sfink (chatzilla@moz-4EAF93BB.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  294. # [02:50] * Joins: sfink (chatzilla@moz-4EAF93BB.dsl.pltn13.sbcglobal.net)
  295. # [02:53] * heycam is now known as heycam|away
  296. # [02:54] * Quits: Callek_Away (chatzilla@moz-D6465861.bstnma.east.verizon.net) (Quit: ChatZilla 0.9.87 [Firefox 8.0.1/20111120135848])
  297. # [02:56] * Joins: ctopper (craig@moz-C16EDDF1.dhcp.insightbb.com)
  298. # [02:58] * Joins: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  299. # [03:01] * Quits: nhirata (nhirata.bu@moz-BBE3ABD.mv.mozilla.com) (Quit: nhirata)
  300. # [03:02] * Quits: kumar (kmcmillan@350ECFC0.248B730.43362C16.IP) (Quit: kumar)
  301. # [03:04] <khuey> heycam|away: ping
  302. # [03:08] * adam is now known as adam-afk
  303. # [03:14] * Quits: Tobbi (Tobbi@16BAC97A.933EA279.AC7F8427.IP) (Ping timeout)
  304. # [03:16] * Quits: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com) (Quit: bmoss)
  305. # [03:16] <njn> anyone know about the interaction between the html5 parser and DOM nodes? More specifically, where the memory allocated by the stack trace in http://pastebin.mozilla.org/1424861 ends up being stored?
  306. # [03:17] * njn thinks that somehow it gets owned by a JS object, but doesn't know more than that
  307. # [03:19] * ctalbert is now known as ctalbert|afk
  308. # [03:20] * Quits: myk (myk@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Ping timeout)
  309. # [03:20] <khuey> hsivonen does!
  310. # [03:20] <khuey> njn: those are the dom nodes themselves
  311. # [03:20] * Joins: pranavrc (pranavrc@FCF63893.B6852B0D.C28326FD.IP)
  312. # [03:21] <njn> khuey: so the JS code sets .innerHTML and the html5 parser runs
  313. # [03:21] <njn> and I can't work out where the stuff produced by the parser ends up being stored
  314. # [03:21] <njn> nor how to access it
  315. # [03:22] <khuey> those are the nodes in the dom tree
  316. # [03:22] <khuey> they're now the children of whatever .innerHTML was set on
  317. # [03:23] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Ping timeout)
  318. # [03:23] <njn> khuey: will they be reachable by tracing through all the nodes under the relevant document?
  319. # [03:23] <roc> if the node is in the document, yes
  320. # [03:23] <khuey> what roc said
  321. # [03:23] <khuey> and if the nodes aren't later removed from the document
  322. # [03:23] <khuey> etc
  323. # [03:23] <njn> what if the node isn't in the document?
  324. # [03:24] <khuey> then they're just floating off into space
  325. # [03:24] <khuey> and the only way to reach them is through js
  326. # [03:25] <njn> khuey: ugh
  327. # [03:25] <njn> khuey: that makes me wonder if it's better to measure them from JS objects that by tracing from the document
  328. # [03:25] * Quits: ewong (chatzilla@moz-E5D50C2E.static.netvigator.com) (Quit: Reboot)
  329. # [03:25] <khuey> what is "them"?
  330. # [03:25] <khuey> dom nodes in general?
  331. # [03:25] <njn> khuey: yes
  332. # [03:26] <khuey> well not all dom nodes have js objects
  333. # [03:26] <khuey> it's possible for none of them to have js objects
  334. # [03:26] <njn> khuey: hmm
  335. # [03:26] <khuey> (I think)
  336. # [03:26] <njn> khuey: any easy way to get both classes -- those in the document and those not in the document?
  337. # [03:26] <khuey> there might be some weirdness with document or something
  338. # [03:26] <khuey> njn: not really, if there were, it would be easy to fix the CC perf problems we have
  339. # [03:27] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  340. # [03:27] <njn> khuey: sounds like this might make getting heap-unclassified down difficult
  341. # [03:27] <njn> at least in cases like irccloud
  342. # [03:27] <khuey> yep
  343. # [03:28] <Callek> wtf |make[6]: *** No rule to make target `mozJSComponentLoader.obj', needed by `jsloader_s.lib.desc'. Stop.|
  344. # [03:29] <Callek> did something fishy land/break earlier and I need a clobber?
  345. # [03:29] * njn is learning just how much inheritance is used in dom/ and content/ code
  346. # [03:29] * Quits: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Quit: Ex-Chat)
  347. # [03:30] <khuey> we're big on C++
  348. # [03:31] <reuben> heh
  349. # [03:34] <Callek> khuey: you reviewed a patch that touched that exact cpp, does that sound familiar?
  350. # [03:34] <Callek> or something http://hg.mozilla.org/mozilla-central/rev/d144d8a5af9e may have caused?
  351. # [03:35] * Quits: slowpoke (slowpoke@moz-F773540F.gigabit.perfect-privacy.com) (Ping timeout)
  352. # [03:36] * Quits: alastair (alastair@moz-FF4B409A.dynamic.dsl.as9105.com) (Quit: sleep)
  353. # [03:36] <khuey> Callek: I've reviewed lots of patches
  354. # [03:37] <khuey> Callek: I doubt it's related
  355. # [03:39] * Ziggy_Maes is now known as Ziggy|AWAY
  356. # [03:41] <mbrubeck> Callek: Probably https://bugzilla.mozilla.org/show_bug.cgi?id=647341
  357. # [03:41] <Callek> mbrubeck: needed by .desc?
  358. # [03:42] <Callek> mbrubeck: also its not sporadic for me right now
  359. # [03:42] <Callek> http://build.mozillamessaging.com/tinderboxpushlog/?tree=SeaMonkey
  360. # [03:42] <mbrubeck> Oh, probably not then.
  361. # [03:42] <Callek> Win Opt only though
  362. # [03:42] <mbrubeck> "needed by *.desc" for various values of * does show up intermittently in the Firefox trees and gets starred as 647341
  363. # [03:43] <Callek> ....looks like its all one machine though
  364. # [03:43] * Callek clobbers it and hopes for the best
  365. # [03:44] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  366. # [03:49] * Quits: anant (anant@moz-EA2246FF.dsl.dynamic.sonic.net) (Ping timeout)
  367. # [03:50] * Joins: slowpoke (slowpoke@moz-F773540F.gigabit.perfect-privacy.com)
  368. # [03:50] * Quits: fitzgen (fitzgen@moz-BAF3A28B.reshall.wwu.edu) (Quit: zzzzzzzzz)
  369. # [03:50] * Joins: anant (anant@moz-EA2246FF.dsl.dynamic.sonic.net)
  370. # [03:53] * Quits: jgriffin (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net) (Quit: jgriffin)
  371. # [03:56] * Joins: fRdR (dsherk@8C2A9820.5BCEC6DB.DA78B690.IP)
  372. # [03:56] * Quits: fRdR (dsherk@8C2A9820.5BCEC6DB.DA78B690.IP) (Quit: )
  373. # [03:57] * Quits: dRdR (dsherk@moz-F979C50C.cpe.net.cable.rogers.com) (Ping timeout)
  374. # [03:59] * Quits: kbrosnan (kbrosnan@moz-A6B0C234.prvdri.fios.verizon.net) (Ping timeout)
  375. # [03:59] * Quits: chewey (chewey@moz-E2B17223.dip0.t-ipconnect.de) (NickServ (GHOST command used by chewey_))
  376. # [03:59] * Joins: chewey (chewey@moz-6155DD34.dip0.t-ipconnect.de)
  377. # [04:02] * Joins: kbrosnan (kbrosnan@moz-A6B0C234.prvdri.fios.verizon.net)
  378. # [04:03] * Quits: zandr (zandr@moz-891BD824.milewski.org) (Ping timeout)
  379. # [04:04] * heycam|away is now known as heycam
  380. # [04:04] * dholbert is now known as dholbert|afk
  381. # [04:04] <heycam> khuey, pong
  382. # [04:05] * Quits: romeo (romeo@moz-A9325888.k459.webspeed.dk) (Quit: Leaving)
  383. # [04:05] <khuey> heycam: is allowing both "foo... arg" and "optional foo... arg" intentional?
  384. # [04:06] <heycam> khuey, ah no I don't think that's intentional
  385. # [04:06] <heycam> khuey, since you can provide 0 arguments for "foo… arg"
  386. # [04:07] <khuey> well the spec states that variadic implies optional
  387. # [04:08] <heycam> yes. I will add something to disallow "optional foo… arg" in idl
  388. # [04:08] <khuey> ok
  389. # [04:08] * Joins: regen (Miller@moz-AC5D4F09.adsl.dynamic.seed.net.tw)
  390. # [04:08] * Joins: zandr (zandr@moz-891BD824.milewski.org)
  391. # [04:18] * Joins: sworkman-phone (sworkman@moz-BBE3ABD.mv.mozilla.com)
  392. # [04:18] * Quits: sworkman-phone (sworkman@moz-BBE3ABD.mv.mozilla.com) (Quit: sworkman-phone)
  393. # [04:18] * Quits: terrence (terrence@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  394. # [04:19] * Quits: jhammink (textual@moz-BBE3ABD.mv.mozilla.com) (Quit: Textual IRC Client: http://www.textualapp.com/)
  395. # [04:19] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  396. # [04:23] <jcranmer|away> oh, we're implementing varargs in xpidl?
  397. # [04:25] <khuey> no
  398. # [04:26] * Quits: mike5w3c (MikeS@moz-FDE8EFCE.pool.e-mobile.ne.jp) (Ping timeout)
  399. # [04:26] * Joins: mike5w3c (MikeS@moz-671863AD.pool.e-mobile.ne.jp)
  400. # [04:27] <Mossop> How do I access mapped network drives from msys?
  401. # [04:28] * Joins: nhirata (nhirata.bu@moz-2A9C9106.hsd1.ca.comcast.net)
  402. # [04:30] <njn> khuey: I assume nsDocuments can be nested within the DOM? I.e. they're not just present in nsGlobalWindow::mDoc?
  403. # [04:30] <njn> khuey: since nsDocument is a sub-class of nsINode
  404. # [04:30] * joduinn is now known as joduinn-afk
  405. # [04:31] <khuey> Mossop: is it mapped to a letter?
  406. # [04:31] <Mossop> khuey: yes
  407. # [04:31] <khuey> Mossop: cd /<letter>/
  408. # [04:31] <Mossop> khuey: Doesn't work
  409. # [04:31] * Joins: clokep (clokep@moz-2AAFC4A8.dyn.optonline.net)
  410. # [04:31] <khuey> oh, nice
  411. # [04:31] <Mossop> right
  412. # [04:31] <khuey> Mossop: wouldn't surprise me if it just doesn't work
  413. # [04:31] <khuey> at all
  414. # [04:31] <Mossop> I think msys isn't picking it up right, mount displays a mount point that looks broken
  415. # [04:32] <Mossop> Some network drives are fine, but not all
  416. # [04:32] <khuey> njn: no
  417. # [04:32] <khuey> njn: a document never has a parent node
  418. # [04:32] <njn> khuey: oh, cool
  419. # [04:32] <njn> khuey: thanks
  420. # [04:33] <khuey> njn: documents can sort of kind of be nested in a dom tree, but only through frame elements and intervening windows
  421. # [04:33] <njn> khuey: sort of?
  422. # [04:34] <njn> khuey: if I just crawl over all the nsINodes, will I hit an nsDocument anywhere other than the top-level?
  423. # [04:34] <khuey> njn: no
  424. # [04:34] * Quits: regen (Miller@moz-AC5D4F09.adsl.dynamic.seed.net.tw) (Quit: regen)
  425. # [04:34] <njn> khuey: that's what I need to know :) thanks
  426. # [04:36] * Quits: nhirata (nhirata.bu@moz-2A9C9106.hsd1.ca.comcast.net) (Ping timeout)
  427. # [04:38] * Joins: nhirata (nhirata.bu@moz-2A9C9106.hsd1.ca.comcast.net)
  428. # [04:38] <bz_away> hmm
  429. # [04:38] <bz_away> so if I built fennec
  430. # [04:38] <bz_away> and then did make package
  431. # [04:38] <bz_away> did that include all the reftest stuff?
  432. # [04:38] * bz_away is now known as bz
  433. # [04:40] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Connection reset by peer)
  434. # [04:40] * Joins: gkw1 (gkw@moz-BBE3ABD.mv.mozilla.com)
  435. # [04:40] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Connection reset by peer)
  436. # [04:41] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  437. # [04:41] <philor> isn't that make package-tests?
  438. # [04:41] * Quits: gkw1 (gkw@moz-BBE3ABD.mv.mozilla.com) (Quit: Instantbird 1.1)
  439. # [04:41] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  440. # [04:41] * bz tries
  441. # [04:42] <bz> our docs don't seem to mention that
  442. # [04:42] * Joins: bsmith (bsmith@moz-BBE3ABD.mv.mozilla.com)
  443. # [04:43] <bz> and I may not need that, in fact
  444. # [04:43] <bz> hrm
  445. # [04:46] <bz> Failure [INSTALL_PARSE_FAILED_INCONSISTENT_CERTIFICATES]
  446. # [04:46] * Quits: ctopper (craig@moz-C16EDDF1.dhcp.insightbb.com) (Quit: ctopper)
  447. # [04:46] * Joins: gal (gal@moz-7327DB99.hsd1.ca.comcast.net)
  448. # [04:47] <bz> ah
  449. # [04:47] <bz> ok
  450. # [04:47] <philor> it's just a couple of tests, they'd probably never notice if you just disable them, would they?
  451. # [04:48] <bz> heh
  452. # [04:48] <bz> tempting
  453. # [04:48] <bz> might get there
  454. # [04:48] <bz> but would like to hunt this down first
  455. # [04:48] <bz> ok
  456. # [04:48] <bz> so....
  457. # [04:48] <bz> presumably I already have fennec on there
  458. # [04:48] * bz tries to find it
  459. # [04:49] <bz> aha
  460. # [04:49] <bz> I had to nuke my existing Nightly on the tablet
  461. # [04:49] <bz> because apparently the thing is not in fact called Fennec
  462. # [04:49] <bz> fine
  463. # [04:49] <bz> oh, I might have done official branding or something...
  464. # [04:50] * Quits: smaugAway (chatzilla@moz-C4258EAE.gprs.sl-laajakaista.fi) (Ping timeout)
  465. # [04:52] * Joins: ctopper (craig@moz-C16EDDF1.dhcp.insightbb.com)
  466. # [04:53] <bz> woohooo!
  467. # [04:53] * bz is running reftests!
  468. # [04:53] * philor just hopes they'll fail
  469. # [04:53] * Quits: rhelmer (rhelmer@moz-B77DEAEB.mozilla.org) (Ping timeout)
  470. # [04:53] <bz> heh
  471. # [04:53] <bz> that too
  472. # [04:53] * Joins: rhelmer (rhelmer@moz-B77DEAEB.mozilla.org)
  473. # [04:54] <bz> so far they seem to not be doing much
  474. # [04:55] * Joins: peregrino (peregrino@moz-6CAF5D0B.telecom.net.ar)
  475. # [04:55] * philor is now known as philor|away
  476. # [04:55] <bz> Starting: Intent { dat=http://192.168.1.3:8888/tests/layout/reftests/reftest.list cmp=org.mozilla.fennec/.App (has extras) }
  477. # [04:55] <bz> ['shell', 'am', 'start', '-n', 'org.mozilla.fennec/.App', '--es', 'args', '-no-remote -profile /data/local/tests/reftest/profile/ -reftest', '-d', "'http://192.168.1.3:8888/tests/layout/reftests/reftest.list'"]
  478. # [04:55] <bz> INFO | automation.py | Application pid: 1160
  479. # [04:55] * ewong|afk is now known as ewong
  480. # [04:55] <bz> The browser started on the tablet
  481. # [04:55] <bz> loaded reftest.list in the content area....
  482. # [04:55] <bz> then nothing
  483. # [04:56] <bz> (note that reftest.list is being served as application/octet-stream here; is that expected?)
  484. # [04:57] * Joins: mib_p6mc9n (Mibbit@AF478A43.AFCCC908.265540B.IP)
  485. # [04:57] * Quits: mib_p6mc9n (Mibbit@AF478A43.AFCCC908.265540B.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  486. # [04:58] * bz is not having luck here. :(
  487. # [05:01] * Quits: sfink (chatzilla@moz-4EAF93BB.dsl.pltn13.sbcglobal.net) (Ping timeout)
  488. # [05:04] <darktrojan> why are all these in one argument? '-no-remote -profile /data/local/tests/reftest/profile/ -reftest'
  489. # [05:04] <bz> dunno
  490. # [05:04] <darktrojan> and where's the last ' gone? :/
  491. # [05:04] <darktrojan> oh it's there
  492. # [05:04] <bz> that was a direct copy/paste from my console of what gets run here
  493. # [05:04] * Joins: Boriss (FlyingToas@moz-9F7466A6.wyngmi.dedicated.static.tds.net)
  494. # [05:05] * darktrojan prods xchat for being a bit rubbish
  495. # [05:05] <bz> ok
  496. # [05:05] <bz> so my primary conclusion so far is that "make reftest-remote" doesn't work right. :(
  497. # [05:05] <bz> for some reason
  498. # [05:06] * Quits: rshetty (quassel@232E2F38.503916DD.C842849F.IP) (Ping timeout)
  499. # [05:08] * Joins: tonymec__ (tonymec@414CBE17.A915D552.277517C1.IP)
  500. # [05:08] * Quits: ctopper (craig@moz-C16EDDF1.dhcp.insightbb.com) (Quit: ctopper)
  501. # [05:08] * tonymec__ is now known as tonymec|away
  502. # [05:09] <bholley> bz: ping
  503. # [05:10] <bholley> bz: unping, I'll just dig into it some more
  504. # [05:12] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Connection reset by peer)
  505. # [05:14] * Quits: espindola (espindola@moz-67237209.dsl.teksavvy.com) (Quit: )
  506. # [05:14] <bz> bholley: ack, fwiw
  507. # [05:16] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  508. # [05:17] <bholley> bz: I ran into some funniness while changing everything to UniversalXPConnect. When I changed this case here: http://mxr.mozilla.org/mozilla-central/source/embedding/components/windowwatcher/src/nsWindowWatcher.cpp#1980 , this test started failing: http://mxr.mozilla.org/mozilla-central/source/dom/tests/mochitest/bugs/test_bug504862.html
  509. # [05:17] * Joins: IRCMonkey6487 (Tobbi@16BAC97A.933EA279.AC7F8427.IP)
  510. # [05:18] <bholley> bz: I dug into it, and it's sort of funny. The test enables UniversalXPConnect, which causes it to _pass_ that check
  511. # [05:20] <bz> ok, sounds fine so far.
  512. # [05:20] <bholley> bz: which causes various things to be undefined from script
  513. # [05:20] <bholley> JavaScript strict warning: http://mochi.test:8888/tests/dom/tests/mochitest/bugs/file_bug504862.html, line 8: reference to undefined property window.dialogArguments
  514. # [05:20] <bholley> JavaScript error: http://mochi.test:8888/tests/dom/tests/mochitest/bugs/file_bug504862.html, line 9: opener.is is not a function
  515. # [05:20] * Quits: gal (gal@moz-7327DB99.hsd1.ca.comcast.net) (Quit: gal)
  516. # [05:21] * Joins: tonymec (tonymec@414CBE17.A915D552.277517C1.IP)
  517. # [05:21] <bholley> bz: all this stuff looks like window dimension stuff to me though, so it's hard for me to imagine how it produces that script error
  518. # [05:21] <bholley> bz: I'm happy to keep digging - just thought I'd check since you seem to know about this code
  519. # [05:22] <bz> So wait
  520. # [05:22] <bz> what change did you make to the test?
  521. # [05:22] <bz> or did you just change the windowwatcher code?
  522. # [05:22] <bholley> bz: none
  523. # [05:22] <bz> ok
  524. # [05:22] <bz> and so the point is that IsCapabilityEnabled was returning _false_ there before?
  525. # [05:23] <bholley> bz: correct
  526. # [05:23] <bholley> bz: and it returns true when we check for UniversalXPConnect, because the test enables it
  527. # [05:23] <bholley> bz: (this involves the silliness within caps about UniversalXPConnect vs the rest of them, which is now going away :-) )
  528. # [05:24] <bz> ok
  529. # [05:24] <bz> so UniversalXPConnect sorta doesn't imply UniversalBrowserWrite
  530. # [05:24] <bz> that's dumb
  531. # [05:24] <bholley> bz: yes
  532. # [05:24] <bz> ok
  533. # [05:25] <bz> so enabled ends up true?
  534. # [05:25] <bholley> bz: though it should. And we carefully layer over it in nsContentUtils to make it look like that
  535. # [05:25] <bz> whereas it ended up false before?
  536. # [05:25] <bholley> bz: with the patch, yes
  537. # [05:25] * Quits: bsmith (bsmith@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  538. # [05:25] <bholley> bz: right
  539. # [05:25] <bholley> bz: but somehow, more privileges means more broken
  540. # [05:26] <bz> are you sure it's that particular check?
  541. # [05:26] <bholley> bz: that's the one
  542. # [05:26] <bz> that makes no sense
  543. # [05:26] <bz> it's just a size check
  544. # [05:26] <bz> that is, that |enabled| just controls the sizing stuff
  545. # [05:27] <bholley> bz: let me tripple check
  546. # [05:27] <bz> is positionSpecified ending up with different values in the two cases?
  547. # [05:27] * Quits: peregrino (peregrino@moz-6CAF5D0B.telecom.net.ar) (Quit: peregrino)
  548. # [05:28] <bholley> bz: wait, crap. It was the other one in that file. sorry :-(
  549. # [05:29] <bholley> bz: I could have sworn…
  550. # [05:31] <bholley> bz: but yeah, if I use gdb to switch 'enabled' to false after the call to caps everything works dandily
  551. # [05:31] * khuey is now known as khuey|away
  552. # [05:31] * Joins: peregrino (peregrino@moz-6CAF5D0B.telecom.net.ar)
  553. # [05:31] * Joins: rshetty (quassel@BB289474.2F582B2D.E28C2422.IP)
  554. # [05:32] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Quit: Instantbird 1.1)
  555. # [05:33] <bholley> bz: yeah, it would make more sense that this would have an effect on things. I don't really understand enough about modal windows to grok the test though
  556. # [05:34] <bholley> bz: oh hey, I can just remove the call to enablePrivilege in the test and it works. \o/
  557. # [05:34] * cjones-bbiab is now known as cjones
  558. # [05:35] <bholley> bz: I guess jst just called enablePrivilege out of habit or something
  559. # [05:36] * Quits: peregrino (peregrino@moz-6CAF5D0B.telecom.net.ar) (Quit: peregrino)
  560. # [05:36] <bholley> bz: cool. I'll post the patches for your perusal then, unless you think there's a better reviewer
  561. # [05:37] * rail_away is now known as rail
  562. # [05:37] * Joins: regen (Miller@moz-AC5D4F09.adsl.dynamic.seed.net.tw)
  563. # [05:40] * Quits: eflores (AndChat@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  564. # [05:40] <mbrubeck> I see ehsan figured out how to get an all-green build: https://tbpl.mozilla.org/?rev=5f606d407c14
  565. # [05:40] * Quits: regen (Miller@moz-AC5D4F09.adsl.dynamic.seed.net.tw) (Quit: regen)
  566. # [05:41] <mbrubeck> and espindola did it just by getting rid of those pesky Windows and Mac platforms: https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=2d36b9fd44ca
  567. # [05:41] * Quits: clokep (clokep@moz-2AAFC4A8.dyn.optonline.net) (Quit: Instantbird 1.2a1pre)
  568. # [05:42] <mbrubeck> dbaron, Pike, and ehsan all came close thanks to the same coalescing (just some blue to mess them up): https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=1b72fc52dfe1 https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=caf52bced4d3 https://tbpl.mozilla.org/?tree=Mozilla-Inbound&rev=c248c37f9cf7
  569. # [05:42] <darktrojan> cheating
  570. # [05:43] <mbrubeck> also, all four of those folks are not in channel right now. Probably off plotting how they're going to cheat their way to green next...
  571. # [05:43] <darktrojan> no trophies for them
  572. # [05:46] * philor|away is now known as philor
  573. # [05:49] <njn> bz: do you know about content/base/src/nsAttrAndChildArray.cpp ?
  574. # [05:50] <bz> njn: yes
  575. # [05:50] <njn> bz: there are two calls to PR_Realloc in that file
  576. # [05:50] <bz> mbrubeck: do you know anything about running reftest-remote?
  577. # [05:50] <njn> bz: they appear to be using different units
  578. # [05:50] <njn> bz: AFAICT "size" in that file means "number of elements"
  579. # [05:50] <njn> not "byte size"
  580. # [05:50] <bz> njn: checking
  581. # [05:51] <njn> bz: but in one call it's using one and in the other, the other
  582. # [05:51] <njn> bz: and SizeOf() is horribly confused and uses a mix
  583. # [05:51] <bz> PR_Realloc(mImpl, (newSize + NS_IMPL_EXTRA_SIZE) * sizeof(nsIContent*))
  584. # [05:51] <bz> that's one call
  585. # [05:51] * Quits: jduell (jduell@moz-4A5D2812.dyn.optonline.net) (Ping timeout)
  586. # [05:51] <bz> PR_Realloc(mImpl, size * sizeof(void*))
  587. # [05:51] <bz> Tha's the other
  588. # [05:51] <bz> right?
  589. # [05:52] <bz> looks ok-ish to me modulo the assumption that void* and nsIContent* are the same size
  590. # [05:52] <njn> bz: oh, I missed the *sizeof(nsIContent*) due to line wrapping, duh
  591. # [05:52] <bz> yeah, that part is kinda messy
  592. # [05:52] <njn> bz: sorry for the noise
  593. # [05:52] <bz> all good
  594. # [05:52] * bz looks at sizeof
  595. # [05:53] * Quits: tonymec (tonymec@414CBE17.A915D552.277517C1.IP) (Ping timeout)
  596. # [05:53] <bz> "size" in sizeof seems to just be bytes
  597. # [05:53] <bz> it uses sizeof(*(mImpl->mBuffer))
  598. # [05:53] <njn> bz: yes, but the NS_IMPL_EXTRA_SIZE needs to be multiplied by sizeof(void*)
  599. # [05:53] <bz> but seems to mess up NS_IMPL_EXTRA_SIZE
  600. # [05:53] <bz> yeah
  601. # [05:53] <njn> bz: I'll fix, I'm redoing the DOM reporters anwyay
  602. # [05:53] <bz> sounds good
  603. # [05:53] <njn> thanks
  604. # [05:53] <bz> and yeah
  605. # [05:53] <bz> #define NS_IMPL_EXTRA_SIZE \
  606. # [05:53] <bz> ((sizeof(Impl) - sizeof(mImpl->mBuffer)) / sizeof(void*))
  607. # [05:53] <bz> so it's definitely in units of sizeof(void*)
  608. # [05:54] <njn> bz: more evidence why measuring blocks with moz_malloc_usable_size is better than computing sizes
  609. # [05:54] <bz> heh
  610. # [05:54] * njn really doesn't like using "size" for an array length
  611. # [05:56] * Quits: micahg (micahg@moz-C7CC8D27.c3-0.arm-ubr1.chi-arm.il.cable.rcn.com) (Input/output error)
  612. # [05:57] * Quits: IRCMonkey6487 (Tobbi@16BAC97A.933EA279.AC7F8427.IP) (Ping timeout)
  613. # [05:58] <bz> yeah
  614. # [05:58] * Joins: micahg (micahg@moz-C7CC8D27.c3-0.arm-ubr1.chi-arm.il.cable.rcn.com)
  615. # [05:58] <bz> well, once we move child storage out of nsAttrAndChildArray it can all be much simpler
  616. # [05:58] <bz> since then it will just store attrs and all this complexity can die
  617. # [05:59] * bz still seeks someone who knows about reftest-remote
  618. # [05:59] * Joins: jdm (jdm@72A40B12.5F0B0D97.6F478678.IP)
  619. # [06:03] * Joins: peregrino (peregrino@moz-6CAF5D0B.telecom.net.ar)
  620. # [06:04] * Joins: smontagu (chatzilla@BC8C4B26.86DA5551.CB858787.IP)
  621. # [06:04] * Joins: redwood (chatzilla@moz-9432B7CF.dial1.atlanta1.level3.net)
  622. # [06:04] * Quits: redwood (chatzilla@moz-9432B7CF.dial1.atlanta1.level3.net) (Quit: ChatZilla 0.9.88 [Firefox 12.0a1/20111228031049])
  623. # [06:05] * Joins: tonymec (tonymec@414CBE17.A915D552.277517C1.IP)
  624. # [06:05] <bz> jdm: do you know anything about running reftest-remote?
  625. # [06:07] * Joins: Poly-C (Poly-C@moz-210735E9.dip.t-dialin.net)
  626. # [06:07] * Quits: Polynomial-C (Poly-C@moz-92026DF7.dip.t-dialin.net) (Ping timeout)
  627. # [06:08] * Quits: darktrojan (geoff@moz-BC95E278.dsl.telstraclear.net) (Ping timeout)
  628. # [06:11] * rail is now known as rail_away
  629. # [06:12] * Quits: jdm (jdm@72A40B12.5F0B0D97.6F478678.IP) (Client exited)
  630. # [06:13] * Joins: jdm (jdm@moz-523ECD3B.dsl.teksavvy.com)
  631. # [06:13] <jdm> bz: sorry, nope
  632. # [06:15] * Quits: bent (chatzilla@moz-DB4C5E15.triad.res.rr.com) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.2.19/20110707195905])
  633. # [06:17] <bz> jdm: ok
  634. # [06:17] * bz wonders who would be
  635. # [06:17] <jdm> bz: cjones?
  636. # [06:18] * Quits: smontagu (chatzilla@BC8C4B26.86DA5551.CB858787.IP) (Ping timeout)
  637. # [06:19] * Joins: ctopper (craig@moz-C16EDDF1.dhcp.insightbb.com)
  638. # [06:20] * Quits: mbrubeck (mbrubeck@moz-755AD63.hsd1.wa.comcast.net) (Ping timeout)
  639. # [06:23] <bz> jdm: yeah, that seems like my best bet
  640. # [06:23] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  641. # [06:23] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  642. # [06:27] * Joins: smontagu (chatzilla@moz-C2B0EE8B.red.bezeqint.net)
  643. # [06:28] * philor is now known as philor|away
  644. # [06:29] * Joins: gal (gal@moz-7327DB99.hsd1.ca.comcast.net)
  645. # [06:29] <cjones> jdm, ?
  646. # [06:29] <jdm> cjones: bz is looking for information about running reftest-remote
  647. # [06:30] <bz> cjones!
  648. # [06:30] <bz> cjones: do you have a few mins?
  649. # [06:30] <cjones> sure
  650. # [06:30] <bz> cjones: so I followed the directions at https://wiki.mozilla.org/Mobile/Fennec/Android
  651. # [06:30] <bz> cjones: with s/linux/mac/ as needed
  652. # [06:31] <bz> cjones: using the mozconfig from the try build, basically (so my app name is Nightly, not Fennec)
  653. # [06:31] <bz> cjones: copied the build to the tablet
  654. # [06:31] <bz> cjones: did " mkdir /data/local/tests"
  655. # [06:31] <bz> cjones: ran make reftest-remote
  656. # [06:31] * Quits: pranavrc (pranavrc@FCF63893.B6852B0D.C28326FD.IP) (Ping timeout)
  657. # [06:31] <cjones> installed on the tablet?
  658. # [06:31] * Quits: gal (gal@moz-7327DB99.hsd1.ca.comcast.net) (Quit: gal)
  659. # [06:31] <bz> cjones: did the "adb install -r <objdir-droid>/dist/fennec-*.apk"
  660. # [06:32] <cjones> k
  661. # [06:32] <bz> cjones: (had to uninstall my existing Nighly first)
  662. # [06:32] <bz> cjones: so I do "make reftest-remote"
  663. # [06:32] <bz> cjones: browser starts on the tablet, shuts down, starts again
  664. # [06:32] <bz> cjones: all expected so far
  665. # [06:32] <bz> cjones: at this point the browser on the tablet says "http://192.168.1.3:8888/tests/layout/reftests/reftest.list in the url bar
  666. # [06:33] * Quits: tonymec (tonymec@414CBE17.A915D552.277517C1.IP) (Ping timeout)
  667. # [06:33] <bz> cjones: er, without the "
  668. # [06:33] <bz> cjones: that URI sends the file as application/octet-stream, btw
  669. # [06:33] <bz> cjones: and in my console on the laptop I have:
  670. # [06:33] <bz> Starting: Intent { dat=http://192.168.1.3:8888/tests/layout/reftests/reftest.list cmp=org.mozilla.fennec/.App (has extras) }
  671. # [06:33] <bz> ['shell', 'am', 'start', '-n', 'org.mozilla.fennec/.App', '--es', 'args', '-no-remote -profile /data/local/tests/reftest/profile/ -reftest', '-d', "'http://192.168.1.3:8888/tests/layout/reftests/reftest.list'"]
  672. # [06:33] <bz> INFO | automation.py | Application pid: 4603
  673. # [06:33] <bz> then nothing happens
  674. # [06:33] * Quits: tonymec|away (tonymec@414CBE17.A915D552.277517C1.IP) (Ping timeout)
  675. # [06:33] <bz> at least on timescales of 10-15 minutes
  676. # [06:34] * bz has not tried waiting longer; decided it was pointless
  677. # [06:34] <cjones> anything suspicious looking in |adb logcat|?
  678. # [06:34] * Joins: gal (gal@moz-7327DB99.hsd1.ca.comcast.net)
  679. # [06:35] <bz> cjones: looking
  680. # [06:36] <bz> hmm
  681. # [06:36] <bz> E/GeckoConsole( 3281): Could not read chrome manifest 'file:///data/data/org.mozilla.fennec/chrome.manifest'.
  682. # [06:36] <bz> can I somehow clear that log?
  683. # [06:36] <bz> so I can make sure that only the things that matter are showing up in it?
  684. # [06:36] * philor|away is now known as philor
  685. # [06:37] <cjones> adb logcat -c
  686. # [06:37] <bz> thanks
  687. # [06:37] <bz> one sec
  688. # [06:37] <cjones> that "error" might be benign
  689. # [06:37] * Joins: tonymec__ (tonymec@D5E80E97.67EE7721.277517C1.IP)
  690. # [06:37] <bz> right
  691. # [06:37] <cjones> looks familiar
  692. # [06:37] <bz> lemme just pastebin things for you once it gets into that state
  693. # [06:37] * tonymec__ is now known as tonymec|away
  694. # [06:38] <bz> http://pastebin.mozilla.org/1425050
  695. # [06:38] * Quits: peregrino (peregrino@moz-6CAF5D0B.telecom.net.ar) (Quit: peregrino)
  696. # [06:39] <bz> The nsIDOMWindowUtils.setCSSViewport stuff doesn't look happy
  697. # [06:39] <cjones> E/GeckoConsole( 7037): [JavaScript Error: "ERROR addons.xpi: Failed to install staged add-on reftest@mozilla.org in app-profile: [Exception... "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.permissions]" nsresult: "0x80520015 (NS_ERROR_FILE_ACCESS_DENIED)" location: "JS frame :: resource://gre/modules/XPIProvider.jsm :: <TOP_LEVEL> :: line 240" data: no]" {file: "resource://gre/modules/XPIProvider.j
  698. # [06:39] <cjones> sm" line: 240}]
  699. # [06:39] <cjones> W/InputConnectionWrapper.ICC( 196): Timed out waiting on IInputContextCallback
  700. # [06:40] <bz> aha
  701. # [06:40] <bz> that could be bad too
  702. # [06:40] <cjones> looks suspicious
  703. # [06:40] <bz> and the failed to remove directoty
  704. # [06:40] <bz> er, directory
  705. # [06:40] <bz> so maybe permissions issues on /data/local/tests ?
  706. # [06:41] <bz> $ ls -ld /data
  707. # [06:41] <bz> drwxrwx--x system system 2011-12-28 22:33 data
  708. # [06:41] <bz> $ ls -ld /data/local
  709. # [06:41] <bz> drwxrwx--x shell shell 2011-12-28 22:45 local
  710. # [06:41] <bz> $ ls -ld /data/local/tests
  711. # [06:41] <bz> drwxrwxrwx shell shell 2011-12-28 22:46 tests
  712. # [06:42] <cjones> i guess /data/local/tests/reftest/profile/extensions/staged/reftest@mozilla.org/chrome/reftest/content is gone, eh?
  713. # [06:42] <bz> looking
  714. # [06:43] * cjones not sure about "staged" there
  715. # [06:43] <bz> hmm
  716. # [06:44] * Joins: tonymec (tonymec@D5E80E97.67EE7721.277517C1.IP)
  717. # [06:44] <bz> hold on
  718. # [06:44] <bz> checking something
  719. # [06:44] <bz> that file is present
  720. # [06:44] <bz> right now
  721. # [06:44] <bz> while the browser is up
  722. # [06:45] <cjones> permissions ok on that and "/data/local/tests/reftest/profile/extensions/reftest@mozilla.org/chrome/reftest"?
  723. # [06:45] <cjones> er, /data/local/tests/reftest/profile/extensions/reftest@mozilla.org/chrome/
  724. # [06:45] <bz> well, define ok
  725. # [06:45] <cjones> basic o+rw
  726. # [06:46] <cjones> *basically
  727. # [06:46] <bz> hmm
  728. # [06:46] <bz> so the "staged" version is there
  729. # [06:46] <bz> the non-staged one is not
  730. # [06:46] <cjones> yeah staged was trying to be moved to non-staged
  731. # [06:46] <cjones> if i read the log correctly
  732. # [06:46] <bz> yeah
  733. # [06:46] <bz> so...
  734. # [06:46] <cjones> but then there was an ACCESS_DENIED
  735. # [06:46] <bz> $ ls -ld /data/local/tests/reftest/profile/extensions/staged/reftest@mozilla.org/chrome/reftest/content
  736. # [06:46] <bz> drwxrwxrwx shell shell 2011-12-29 00:38 content
  737. # [06:47] <bz> $ ls -ld /data/local/tests/reftest/profile/extensions
  738. # [06:47] <bz> drwxrwxrwx shell shell 2011-12-29 00:38 extensions
  739. # [06:47] * Quits: lmandel (lmandel@7F36F6DF.1D61B048.412CF160.IP) (Quit: lmandel)
  740. # [06:48] <bz> the only things around that don't look like drwxrwxrwx are /data (which is drwxrwx--x)
  741. # [06:48] <cjones> what's /data/local/tests/reftest/profile/extensions/reftest@mozilla.org/chrome ?
  742. # [06:48] <cjones> ok
  743. # [06:48] <bz> and /data/local/tests/reftest/profile/OfflineCache
  744. # [06:49] <bz> which is drwx------
  745. # [06:49] <bz> and owned by app_47 or something
  746. # [06:49] <bz> whatever the hell that is
  747. # [06:49] <cjones> firefox
  748. # [06:49] <bz> ok
  749. # [06:49] <cjones> probably
  750. # [06:49] <cjones> so h
  751. # [06:49] * bz has the beta installed
  752. # [06:49] <bz> fine
  753. # [06:49] <cjones> m
  754. # [06:50] <cjones> do you get the same error if you make reftest-remote again?
  755. # [06:50] <bz> so quit the browser on the tablet
  756. # [06:51] <bz> and then make reftest-remote?
  757. # [06:51] <cjones> sure
  758. # [06:51] <bz> note that when I quit the browser, everything under /data/local/tests/reftest/profile except OfflineCache goes away
  759. # [06:52] <cjones> i think that's expected
  760. # [06:52] <bz> right
  761. # [06:52] <bz> but then sure
  762. # [06:52] <bz> E/GeckoConsole(10046): [JavaScript Error: "ERROR addons.xpi: Failed to install staged add-on reftest@mozilla.org in app-profile: [Exception... "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.permissions]" nsresult: "0x80520015 (NS_ERROR_FILE_ACCESS_DENIED)" location: "JS frame :: resource://gre/modules/XPIProvider.jsm :: <TOP_LEVEL> :: line 240" data: no]" {file: "resource://gre/modules/XPIProvide
  763. # [06:52] <cjones> ok
  764. # [06:53] <cjones> are you using DM_TRANS=adb?
  765. # [06:53] <bz> yes
  766. # [06:53] <cjones> ok
  767. # [06:53] * cjones is not sure which tinderbox uses
  768. # [06:53] <bz> I could try the other
  769. # [06:55] <bz> I assume the fact that /data is not world-readable/writable is expected?
  770. # [06:55] <cjones> yep
  771. # [06:56] <bz> ok
  772. # [06:56] <bz> fwiw, the OfflineCache thing is weird
  773. # [06:56] * cjones reading remotereftest.py
  774. # [06:56] <bz> it just ends up with a different owner....
  775. # [06:56] <bz> anyway
  776. # [06:56] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  777. # [06:56] * Joins: mbrubeck (mbrubeck@moz-755AD63.hsd1.wa.comcast.net)
  778. # [06:57] * Joins: Tobbi (Tobbi@16BAC97A.933EA279.AC7F8427.IP)
  779. # [06:57] * Quits: rshetty (quassel@BB289474.2F582B2D.E28C2422.IP) (Ping timeout)
  780. # [06:57] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  781. # [06:57] <cjones> actually wait
  782. # [06:57] <cjones> I/ActivityManager( 131): Starting: Intent { act=android.intent.action.VIEW dat=file:///mnt/sdcard/Download/reftest-4.list typ=application/octet-stream flg=0x4000000 } from pid 7076
  783. # [06:57] * Tobbi is now known as IRCMonkey17295
  784. # [06:57] <cjones> i think VIEW means "hand off to something else"
  785. # [06:58] <cjones> looks like that went to the ff download manager
  786. # [06:58] <bz> yes, I expect
  787. # [06:58] <bz> since it's being served as application/octet-stream!
  788. # [06:59] <bz> (which seems broke to me...)
  789. # [06:59] * bz is not sure what the HTTP server involved is
  790. # [07:00] <cjones> yeah that looks like the culprit
  791. # [07:00] <bz> ok
  792. # [07:00] <cjones> it is a ReftestServer
  793. # [07:00] <bz> so hm
  794. # [07:01] <bz> ok
  795. # [07:01] * bz is looking
  796. # [07:01] <cjones> which looks like it uses xpcshell
  797. # [07:01] <cjones> httpd.js
  798. # [07:02] * Joins: rshetty (quassel@5A8FA7E1.3E7C0DE7.C842849F.IP)
  799. # [07:02] <bz> ok
  800. # [07:02] <bz> so the usual thing
  801. # [07:02] <bz> hrm
  802. # [07:02] <bz> well, I can certainly hack my httpd.js to default to text/plain
  803. # [07:02] <bz> one sec
  804. # [07:03] <jbuck> anybody know why I might be getting all of this warning spew all of a sudden: "clang: warning: argument unused during compilation: '-D MOZILLA_INTERNAL_API'"? I'm using CC='clang -Qunused-arguments -fcolor-diagnostics' which should hide that...
  805. # [07:03] <bz> fwiw
  806. # [07:03] <bz> we should be adding that mime mapping somewhere
  807. # [07:03] <bz> but anyway
  808. # [07:04] * Quits: rshetty (quassel@5A8FA7E1.3E7C0DE7.C842849F.IP) (Ping timeout)
  809. # [07:05] * Quits: Waldo (waldo@moz-2A0E3E7E.dsl.emhril.sbcglobal.net) (Quit: ChatZilla 0.9.87-4.1450hg.fc15 [XULRunner 8.0/20111108090029])
  810. # [07:05] * Quits: dmb (dmb@moz-3565FEE9.da4.org) (Ping timeout)
  811. # [07:05] * Joins: dmb (dmb@moz-3565FEE9.da4.org)
  812. # [07:06] <bz> that httpd.js is running on my machine, right?
  813. # [07:06] * Joins: rshetty (quassel@BB289474.2F582B2D.E28C2422.IP)
  814. # [07:07] * Quits: roc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Ping timeout)
  815. # [07:07] * Quits: rshetty (quassel@BB289474.2F582B2D.E28C2422.IP) (Client exited)
  816. # [07:07] * Joins: rshetty (quassel@BB289474.2F582B2D.E28C2422.IP)
  817. # [07:07] <bz> ok, well
  818. # [07:07] <cjones> afaict
  819. # [07:07] <bz> I hacked my httpd.js
  820. # [07:08] * adam-afk is now known as adam
  821. # [07:08] <bz> lemme rebuild stuff just to make sure
  822. # [07:08] <cjones> yeah
  823. # [07:08] * bz is still getting application/octet-stream
  824. # [07:08] <cjones> some things get copied around
  825. # [07:08] * cjones never remembers what
  826. # [07:12] * Quits: anant (anant@moz-EA2246FF.dsl.dynamic.sonic.net) (Quit: anant)
  827. # [07:12] <bz> wtf
  828. # [07:13] * bz rebuilds one more thing, just in case
  829. # [07:13] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  830. # [07:13] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  831. # [07:14] * Quits: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP) (Ping timeout)
  832. # [07:14] <ewong> at what point during the build process does the .IDL file become a .H file?
  833. # [07:15] * Quits: smontagu (chatzilla@moz-C2B0EE8B.red.bezeqint.net) (Ping timeout)
  834. # [07:16] <bz> ewong: when we run xpidl.py on the idl file
  835. # [07:16] <ewong> bz ah.. ok thanks.
  836. # [07:18] * bz tries to decide whether this is more painful than manual file ops on try server
  837. # [07:18] <bz> ok
  838. # [07:18] <bz> well, the MIME type is fixed
  839. # [07:18] <bz> so now I see the reftest.list rendering in the content area on the tablet
  840. # [07:18] <bz> still no reftests running
  841. # [07:19] <bz> the reftest addon failing to install has got to be the problem
  842. # [07:19] <cjones> so looks like the errors about moving around the reftest extension were meaningful after all
  843. # [07:19] <cjones> yeah
  844. # [07:19] <bz> yeah
  845. # [07:20] <bz> so....
  846. # [07:20] <bz> should I have installed busybox on there?
  847. # [07:20] <bz> or does that not matter?
  848. # [07:20] <bz> when I start reftest-remote, the first few lines of output are:
  849. # [07:20] <bz> adbd cannot run as root in production builds
  850. # [07:20] <bz> unable to execute 'cp' on device; consider installing busybox from Android Market
  851. # [07:20] <bz> NOT running as root
  852. # [07:20] <bz> args: ['/Users/bzbarsky/mozilla/inbound/obj-firefox/dist/bin/xpcshell', '-g', '/Users/bzbarsky/mozilla/inbound/obj-firefox/dist/bin', '-v', '170', '-f', '/Users/bzbarsky/mozilla/inbound/obj-android/_tests/reftest/reftest/components/httpd.js', '-e', "const _PROFILE_PATH = '/var/folders/CX/CXa3gpPOEH0kTuiuzirGrU+++TI/-Tmp-/tmpmu7LFY';const _SERVER_PORT = '8888'; const _SERVER_ADDR ='192.168.1.3';", '-f', '/Users/bzbarsky/mozilla/inbound/
  853. # [07:21] * Quits: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net) (Quit: jorendorff)
  854. # [07:22] <cjones> "unable to execute 'cp' on device" seems suspect
  855. # [07:22] * Quits: Mossop (mossop@moz-E325C2EC.dsl.dynamic.sonic.net) (Ping timeout)
  856. # [07:22] <bz> well
  857. # [07:22] <bz> $ cp
  858. # [07:22] <bz> cp: permission denied
  859. # [07:22] <cjones> the tegras in our infra are rooted
  860. # [07:22] <bz> $ which cp
  861. # [07:22] <bz> which: permission denied
  862. # [07:22] <bz> (not running as root, recall)
  863. # [07:22] <bz> mmhm
  864. # [07:23] <bz> it's entirely possible no one ever tried running this on a non-rooted device
  865. # [07:23] * Joins: smontagu (chatzilla@1C592ED2.C208D5C4.51B98CA5.IP)
  866. # [07:24] <bz> hmm
  867. # [07:24] <cjones> you shouldn't need root to mess around with /data/local
  868. # [07:24] <cjones> try installing busybox?
  869. # [07:24] <bz> in particular, this code tries to do .permissions
  870. # [07:24] <bz> nsIFile.permissions
  871. # [07:24] <bz> and this throws
  872. # [07:25] <bz> it's tryng to set permissions, in fact
  873. # [07:25] <bz> ok, lemme try that
  874. # [07:25] <bz> man
  875. # [07:26] <bz> market no longer has a search box?
  876. # [07:26] <bz> oh, well-hidden
  877. # [07:26] <bz> ok
  878. # [07:26] * Quits: Matt (Matt@moz-C7FCE404.broadband10.iol.cz) (Connection reset by peer)
  879. # [07:26] * Joins: Matt (Matt@moz-C7FCE404.broadband10.iol.cz)
  880. # [07:27] * bz clicks through the "this wants to p0wn your device" popup
  881. # [07:28] <bz> busybox needs root
  882. # [07:28] * bz cries
  883. # [07:29] <bz> I suppose I could root this tablet....
  884. # [07:29] <bz> or at least try to
  885. # [07:30] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  886. # [07:30] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  887. # [07:32] <bz> cjones: so my tentative conclusion is that no one has ever tried running this on a non-rooted device, and that it does not in fact work on such
  888. # [07:33] <cjones> that sounds correct to me
  889. # [07:33] * philor is now known as philor|away
  890. # [07:36] * bz is looking to see whether there is a sane way to do this somehow
  891. # [07:38] <bz> looks like this generally requires windows
  892. # [07:38] <bz> and an older firmware version
  893. # [07:38] <bz> ok, screw this
  894. # [07:38] * bz gives up
  895. # [07:40] * bz is now known as bz_sleep
  896. # [07:40] <bz_sleep> cjones: maybe tomorrow I'll try harder to get my stuff into the tinderbox log...
  897. # [07:41] <bz_sleep> cjones: it looks like the path of least resistance again
  898. # [07:41] * philor|away is now known as philor
  899. # [07:43] * Quits: raccettura (raccettura@moz-660B8F4B.hsd1.nj.comcast.net) (Quit: raccettura)
  900. # [07:47] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  901. # [07:47] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  902. # [07:50] <cjones> bz_sleep, do you have a windows vm?
  903. # [07:51] <cjones> alternately, you could make local builds and upload to the tegras
  904. # [07:52] * Quits: timA (tabraldes@moz-535753DA.hsd1.or.comcast.net) (Quit: Instantbird 1.2a1pre)
  905. # [07:52] * Joins: timA (tabraldes@moz-535753DA.hsd1.or.comcast.net)
  906. # [07:53] * Parts: timA (tabraldes@moz-535753DA.hsd1.or.comcast.net)
  907. # [07:53] * Joins: timA (tabraldes@moz-535753DA.hsd1.or.comcast.net)
  908. # [07:53] * Quits: timA (tabraldes@moz-535753DA.hsd1.or.comcast.net) (Quit: Instantbird 1.2a1pre)
  909. # [08:00] * Joins: Mossop (mossop@moz-E325C2EC.dsl.dynamic.sonic.net)
  910. # [08:03] * Quits: rhelmer (rhelmer@moz-B77DEAEB.mozilla.org) (Ping timeout)
  911. # [08:04] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  912. # [08:04] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  913. # [08:05] * Quits: Mossop (mossop@moz-E325C2EC.dsl.dynamic.sonic.net) (Ping timeout)
  914. # [08:06] * Joins: pranavrc (pranavrc@9B6718AA.3F5CFD3E.520CDC98.IP)
  915. # [08:10] * adam is now known as adam-afk
  916. # [08:11] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  917. # [08:13] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  918. # [08:16] * Joins: rhelmer (rhelmer@moz-B77DEAEB.mozilla.org)
  919. # [08:17] * rhelmer is now known as IRCMonkey10020
  920. # [08:18] * Joins: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk)
  921. # [08:20] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  922. # [08:20] * Quits: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com) (Quit: nbvcx)
  923. # [08:21] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  924. # [08:21] * Quits: rshetty (quassel@BB289474.2F582B2D.E28C2422.IP) (Ping timeout)
  925. # [08:24] * Quits: hendry (hendry@5CF74BE8.13C9ADCF.B6856485.IP) (Quit: leaving)
  926. # [08:32] * heycam is now known as heycam|away
  927. # [08:33] * Joins: magsout (magsout@moz-E559D13.fbx.proxad.net)
  928. # [08:33] * Quits: ctopper (craig@moz-C16EDDF1.dhcp.insightbb.com) (Quit: ctopper)
  929. # [08:34] * Joins: rshetty (quassel@66E5B11F.503916DD.C842849F.IP)
  930. # [08:37] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  931. # [08:37] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  932. # [08:42] <pranavrc> hey fellas
  933. # [08:42] <pranavrc> https://bugzilla.mozilla.org/show_bug.cgi?id=496412
  934. # [08:43] <pranavrc> kinda old
  935. # [08:43] <pranavrc> but is it still open for work?
  936. # [08:44] * Quits: smontagu (chatzilla@1C592ED2.C208D5C4.51B98CA5.IP) (Ping timeout)
  937. # [08:45] <njn> pranavrc: looks like it
  938. # [08:45] <pranavrc> njn, Ok, thanks, was just wondering if the idea's obsolete.
  939. # [08:46] * philor is now known as philor|away
  940. # [08:46] <njn> pranavrc: no, still sounds ok
  941. # [08:46] <njn> pranavrc: I gotta run, good luck
  942. # [08:46] <pranavrc> righto :)
  943. # [08:46] * Quits: njn (chatzilla@moz-2EB333E0.dyn.iinet.net.au) (Quit: ChatZilla 0.9.88 [Firefox 12.0a1/20111227130724])
  944. # [08:46] * philor|away is now known as philor
  945. # [08:49] * Joins: darktrojan (geoff@moz-BC95E278.dsl.telstraclear.net)
  946. # [08:49] * Joins: jgilbert (jgilbert@moz-A18DC955.ph.ph.cox.net)
  947. # [08:51] * Joins: Mano (Mano@C4E738C4.DA3C645B.B91459A2.IP)
  948. # [08:53] <ewong> can someone point out how I add the bug # link to the comment ?
  949. # [08:53] <ewong> in tbpl?
  950. # [08:53] * Joins: smontagu (chatzilla@F5E0F7B6.8E2ED9CB.E9C721AF.IP)
  951. # [08:53] <ewong> better yet.. is there a way to delete comments?
  952. # [08:54] <jdm> ewong: if you're just making a comment, there can be no link. if you're starring a build, it will link.
  953. # [08:54] <jdm> ewong: no deletion!
  954. # [08:54] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  955. # [08:54] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  956. # [08:54] <ewong> oh drat.. how do I star a build?
  957. # [08:54] <ewong> I did it before..but it's been a while..
  958. # [08:55] <jdm> ewong: you click the build, bring up the suggested bug list, star the relevant bugs, and press the Add Comment link
  959. # [08:55] <jdm> iirc
  960. # [08:55] <ewong> what if there's no suggested bugs? and I just created one?
  961. # [08:57] * Quits: ewong (chatzilla@moz-B5A86794.com) (Ping timeout)
  962. # [08:57] * Joins: ewong_ (chatzilla@moz-83240463.belfordhk.com)
  963. # [08:57] * ewong_ is now known as ewong
  964. # [08:59] * philor is now known as philor|away
  965. # [08:59] <ewong> so do I create a bug first then it will appear in the suggested bug list, or is there a special procedure in doing this?
  966. # [09:01] <gaston> whohoo only 3 new patches needed to build m-c on OpenBSD :)
  967. # [09:02] <darktrojan> ewong, just type in bug 123456 and it will link it
  968. # [09:03] <darktrojan> if it's the sort of bug that should show up in the suggestions it needs [orange] on the whiteboard, IIRC
  969. # [09:03] * Quits: tonymec (tonymec@D5E80E97.67EE7721.277517C1.IP) (Ping timeout)
  970. # [09:03] * Quits: Mano (Mano@C4E738C4.DA3C645B.B91459A2.IP) (Ping timeout)
  971. # [09:04] * Joins: tonymec (tonymec@D5E80E97.67EE7721.277517C1.IP)
  972. # [09:04] * Joins: Mano (Mano@C4E738C4.DA3C645B.B91459A2.IP)
  973. # [09:06] * Joins: bernd (chatzilla@moz-461277E8.superkabel.de)
  974. # [09:08] <ewong> darktrojan: thanks! that works!
  975. # [09:10] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  976. # [09:10] * Quits: nhirata (nhirata.bu@moz-2A9C9106.hsd1.ca.comcast.net) (Quit: nhirata)
  977. # [09:11] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  978. # [09:15] * Quits: Mano (Mano@C4E738C4.DA3C645B.B91459A2.IP) (Client exited)
  979. # [09:17] * Quits: hub (hub@moz-E2FCA694.figuiere.net) (Ping timeout)
  980. # [09:20] * Quits: gal (gal@moz-7327DB99.hsd1.ca.comcast.net) (Quit: gal)
  981. # [09:25] * Joins: davidillsley (chatzilla@moz-788CB5F.bethere.co.uk)
  982. # [09:30] * Joins: waschtl (waschtl@moz-A4ECE553.hsi4.kabel-badenwuerttemberg.de)
  983. # [09:35] * Joins: victorporof (victorporo@3A53A763.F695A43D.79933D60.IP)
  984. # [09:35] * Joins: gal (gal@moz-7327DB99.hsd1.ca.comcast.net)
  985. # [09:37] * Joins: c0smikdebris (c0smikdebr@40BBA294.3DACFE1F.BE90E62C.IP)
  986. # [09:42] * Quits: c0smikdebris (c0smikdebr@40BBA294.3DACFE1F.BE90E62C.IP) (Client exited)
  987. # [09:42] * Quits: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net) (Quit: damons)
  988. # [09:44] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  989. # [09:44] * Quits: gal (gal@moz-7327DB99.hsd1.ca.comcast.net) (Quit: gal)
  990. # [09:44] * Joins: pnemsak (Miranda@moz-3D67D819.rainside.sk)
  991. # [09:44] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  992. # [09:46] * Joins: gal (gal@moz-7327DB99.hsd1.ca.comcast.net)
  993. # [09:46] * Quits: smontagu (chatzilla@F5E0F7B6.8E2ED9CB.E9C721AF.IP) (Ping timeout)
  994. # [09:48] * Quits: ewong (chatzilla@moz-83240463.belfordhk.com) (Ping timeout)
  995. # [09:51] * Joins: ewong (chatzilla@moz-B5A86794.com)
  996. # [09:55] * Joins: smontagu (chatzilla@moz-6728592A.red.bezeqint.net)
  997. # [09:55] * Joins: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp)
  998. # [09:59] * Joins: protz (jonathan@D86A55BC.6FE99DA9.B22E20D2.IP)
  999. # [10:01] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  1000. # [10:01] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  1001. # [10:04] * Quits: Hendikins (wolfox@moz-9A361C95.static.internode.on.net) (Ping timeout)
  1002. # [10:04] * Joins: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP)
  1003. # [10:04] * Joins: Hendikins (wolfox@moz-9A361C95.static.internode.on.net)
  1004. # [10:06] * Joins: timA (tabraldes@moz-535753DA.hsd1.or.comcast.net)
  1005. # [10:07] * Quits: mwu (mwu@moz-59435430.hsd1.nj.comcast.net) (Quit: This computer has gone to sleep)
  1006. # [10:08] <ewong> if I have a patch (not a mq patch), how do I apply it to the tree?
  1007. # [10:08] * timA is now known as timA|away
  1008. # [10:08] <ewong> |hg patch| is apparently not the right command
  1009. # [10:09] * Quits: smontagu (chatzilla@moz-6728592A.red.bezeqint.net) (Ping timeout)
  1010. # [10:09] <ewong> oh.. apparently it is the right one but it then 'commits' the patch..
  1011. # [10:10] <jdm> ewong: you can use hg qimport -r tip to turn the commit into an mq patch
  1012. # [10:11] <ewong> jdm ahh thanks!
  1013. # [10:17] * joduinn-afk is now known as joduinn-home
  1014. # [10:17] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Ping timeout)
  1015. # [10:18] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  1016. # [10:18] * Joins: smontagu (chatzilla@3FB1DE9A.B9386950.51B98CA5.IP)
  1017. # [10:18] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  1018. # [10:21] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  1019. # [10:23] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Ping timeout)
  1020. # [10:23] * Quits: smontagu (chatzilla@3FB1DE9A.B9386950.51B98CA5.IP) (Ping timeout)
  1021. # [10:24] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  1022. # [10:26] * Quits: mike5w3c (MikeS@moz-671863AD.pool.e-mobile.ne.jp) (Ping timeout)
  1023. # [10:27] * Joins: mike5w3c (MikeS@moz-5E7E1E0F.pool.e-mobile.ne.jp)
  1024. # [10:32] * Joins: smontagu (chatzilla@BCDE1284.C39404F5.CB858787.IP)
  1025. # [10:33] * Joins: c0smikdebris (c0smikdebr@40BBA294.3DACFE1F.BE90E62C.IP)
  1026. # [10:34] * Joins: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net)
  1027. # [10:35] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  1028. # [10:35] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  1029. # [10:36] * Quits: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net) (Quit: brendan)
  1030. # [10:39] * Quits: cjones (cjones@moz-45913895.socal.res.rr.com) (Quit: Leaving)
  1031. # [10:45] * Joins: msucan (msucan-@FA9E8863.56E67207.699550A1.IP)
  1032. # [10:51] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  1033. # [10:51] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  1034. # [10:58] * Joins: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  1035. # [11:02] * Quits: decoder (quassel@moz-216446B9.own-hero.net) (Ping timeout)
  1036. # [11:02] * Joins: jacek (jacek@moz-5D707D3B.psi.wroc.pl)
  1037. # [11:03] * Joins: decoder (quassel@moz-216446B9.own-hero.net)
  1038. # [11:04] * Quits: gal (gal@moz-7327DB99.hsd1.ca.comcast.net) (Quit: gal)
  1039. # [11:06] * Quits: pranavrc (pranavrc@9B6718AA.3F5CFD3E.520CDC98.IP) (Quit: Ping timeout: ∞)
  1040. # [11:07] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  1041. # [11:08] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  1042. # [11:09] * Quits: ewong (chatzilla@moz-B5A86794.com) (Ping timeout)
  1043. # [11:11] * Joins: ewong (chatzilla@moz-83240463.belfordhk.com)
  1044. # [11:12] * ewong is now known as ewong|afk
  1045. # [11:17] * Joins: Steffen (chatzilla@moz-5A14E7CC.adsl.alicedsl.de)
  1046. # [11:18] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Ping timeout)
  1047. # [11:19] * Quits: victorporof (victorporo@3A53A763.F695A43D.79933D60.IP) (Client exited)
  1048. # [11:23] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  1049. # [11:24] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  1050. # [11:24] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  1051. # [11:25] * Joins: dao (dao@moz-CEC7940D.superkabel.de)
  1052. # [11:35] * Joins: Cameron (Cameron@moz-DF08F4B4.cable.virginmedia.com)
  1053. # [11:39] * Joins: Goldorak (chatzilla@C7C00D83.49FDA25.187A1082.IP)
  1054. # [11:41] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  1055. # [11:41] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Connection reset by peer)
  1056. # [11:50] * Quits: grubshka (grubshka@moz-5F439C2A.w86-216.abo.wanadoo.fr) (Ping timeout)
  1057. # [11:50] * NeilAway wonders what bugzilla html mails look like
  1058. # [11:52] * joduinn-home is now known as joduinn-zzz
  1059. # [11:53] * Joins: grubshka (grubshka@moz-25302408.w86-216.abo.wanadoo.fr)
  1060. # [11:54] * Joins: Sander (chatzilla@moz-92F82A30.dip.t-dialin.net)
  1061. # [11:57] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  1062. # [11:58] * Quits: Cameron (Cameron@moz-DF08F4B4.cable.virginmedia.com) (Ping timeout)
  1063. # [11:58] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1064. # [11:59] * Joins: mak|afk (chatzilla@moz-155D505A.retail.telecomitalia.it)
  1065. # [12:02] <gabor> edmorley: ping
  1066. # [12:02] * mak|afk is now known as mak
  1067. # [12:04] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Ping timeout)
  1068. # [12:08] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  1069. # [12:12] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Connection reset by peer)
  1070. # [12:15] * Quits: roc (chatzilla@C0ACF8B.5E1E9EEA.613E47D1.IP) (Ping timeout)
  1071. # [12:16] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  1072. # [12:17] * Joins: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP)
  1073. # [12:19] * ewong|sleep is now known as ewong
  1074. # [12:21] * Quits: dao (dao@moz-CEC7940D.superkabel.de) (Connection reset by peer)
  1075. # [12:22] * Joins: dao (dao@moz-CEC7940D.superkabel.de)
  1076. # [12:25] * Joins: pranavrc (pranavrc@6FC4C958.91231D08.520CDC98.IP)
  1077. # [12:25] * Quits: karl (karl@moz-E126027B.jetstream.xtra.co.nz) (Ping timeout)
  1078. # [12:26] * Quits: dao (dao@moz-CEC7940D.superkabel.de) (Ping timeout)
  1079. # [12:30] * Joins: Ms2ger (Ms2ger@moz-74AE9DF6.access.telenet.be)
  1080. # [12:33] <gabor> Ms2ger: can I bother you with a patch that I should push to the try servers but cannot since I still have not got my commit right?
  1081. # [12:33] <Ms2ger> Sure
  1082. # [12:33] <gabor> https://bugzilla.mozilla.org/show_bug.cgi?id=587797
  1083. # [12:33] <gabor> and thanks a lot
  1084. # [12:33] <Ms2ger> Np
  1085. # [12:34] * Quits: jdm (jdm@moz-523ECD3B.dsl.teksavvy.com) (Client exited)
  1086. # [12:34] <Ms2ger> Both patches?
  1087. # [12:35] <Ms2ger> gabor, ^
  1088. # [12:39] <bernd> I am trying to figure out the orange on OSX Debug on my checkin on inbound, obviously its intermittent but how does one find the right bug
  1089. # [12:41] <gabor> Ms2ger: ah sorry, no the tests should be fixed first
  1090. # [12:41] <gabor> only the other one
  1091. # [12:41] <Ms2ger> OK
  1092. # [12:41] <gabor> https://bug587797.bugzilla.mozilla.org/attachment.cgi?id=584618
  1093. # [12:42] * Joins: deLta30_ (quassel@8E6C34C1.A3F9767A.1C37C358.IP)
  1094. # [12:43] <Ms2ger> bernd, wait for philor|away, in my experience :/
  1095. # [12:43] * Quits: deLta30 (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Connection reset by peer)
  1096. # [12:43] <Steffen> bernd: don't bother, the next run is green
  1097. # [12:45] <bernd> I will wait, I was only triggered by pikes mail to test if I am still able to flag the oranges
  1098. # [12:45] <Ms2ger> gabor, https://tbpl.mozilla.org/?tree=Try&rev=2f802e55df03
  1099. # [12:46] <gabor> Ms2ger++
  1100. # [12:48] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1101. # [12:49] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Ping timeout)
  1102. # [12:50] * Joins: graydot (jeba@63F3AA56.9CFBD76D.30E7AE68.IP)
  1103. # [12:52] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  1104. # [12:54] * Quits: darktrojan (geoff@moz-BC95E278.dsl.telstraclear.net) (Quit: darktrojan)
  1105. # [12:55] * merike|away is now known as merike
  1106. # [12:58] * Joins: mage (martijn@moz-9F536A9E.direct-adsl.nl)
  1107. # [13:04] * Quits: Sander (chatzilla@moz-92F82A30.dip.t-dialin.net) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  1108. # [13:05] * Joins: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com)
  1109. # [13:07] * Quits: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Quit: Miranda IM - Multi protocol instant messenger @ www.miranda-im.org)
  1110. # [13:07] * mak is now known as mak|afk
  1111. # [13:09] * Ms2ger wonders if a --disable-xul build would still succeed
  1112. # [13:11] * Joins: Cameron (Cameron@moz-DF08F4B4.cable.virginmedia.com)
  1113. # [13:12] * Joins: wg9s (bill@moz-7A06A043.hsd1.ma.comcast.net)
  1114. # [13:13] * Quits: deLta30_ (quassel@8E6C34C1.A3F9767A.1C37C358.IP) (Ping timeout)
  1115. # [13:18] <NeilAway> Ms2ger: even if the build succeeds, you'll have a hard time getting it to start, although I guess -chrome http://www.google.com/ would get you a long way ;-)
  1116. # [13:18] <Ms2ger> I wonder if we should just remove support...
  1117. # [13:19] * Joins: fitzgen (fitzgen@moz-21CB9A53.hsd1.wa.comcast.net)
  1118. # [13:19] <NeilAway> Ms2ger: perhaps Mobile might be interested in it ;-)
  1119. # [13:20] <Ms2ger> Pff, I expect Mobile to move back to XUL in the not-too-far-away future
  1120. # [13:20] * Joins: evilpie (~good-piex@moz-E850E164.pools.arcor-ip.net)
  1121. # [13:24] * Quits: jgilbert (jgilbert@moz-A18DC955.ph.ph.cox.net) (Ping timeout)
  1122. # [13:25] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Ping timeout)
  1123. # [13:26] * Joins: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net)
  1124. # [13:30] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  1125. # [13:32] * Quits: smontagu (chatzilla@BCDE1284.C39404F5.CB858787.IP) (Ping timeout)
  1126. # [13:34] * mak|afk is now known as mak
  1127. # [13:40] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Ping timeout)
  1128. # [13:41] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  1129. # [13:46] * Joins: peregrino (peregrino@moz-80099863.telecom.net.ar)
  1130. # [13:50] * catlee-away is now known as catlee-buildduty
  1131. # [13:50] <jmaher|afk> bz_sleep: ping when are you not sleeping, I will allocate a couple hours today to get reftests on your device
  1132. # [14:01] <reuben> uh, hg qpush is pushing all my patches even if I pass an index/name
  1133. # [14:02] <reuben> oh, --move
  1134. # [14:03] * Quits: JonathanS (JonathanS@moz-11327195.uk.infrastructure.hencogroup.co.uk) (Input/output error)
  1135. # [14:08] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1136. # [14:12] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Connection reset by peer)
  1137. # [14:12] * Joins: romeo (romeo@moz-A9325888.k459.webspeed.dk)
  1138. # [14:17] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  1139. # [14:19] * khuey|away is now known as khuey
  1140. # [14:19] <khuey> jmaher|afk: shame you have to play that game with everyone who needs to run tests on a device
  1141. # [14:23] * Joins: graememcc (chatzilla@moz-FB8499FC.range86-148.btcentralplus.com)
  1142. # [14:24] * Quits: Hendikins (wolfox@moz-9A361C95.static.internode.on.net) (Ping timeout)
  1143. # [14:24] * Joins: Hendikins (wolfox@moz-9A361C95.static.internode.on.net)
  1144. # [14:27] <jmaher|afk> khuey: yeah, I thought tegra pool and try server would solve all my needs
  1145. # [14:27] * jmaher|afk is now known as jmaher
  1146. # [14:27] <jmaher> khuey: although you were the first user of tegrapool
  1147. # [14:30] * rail_away is now known as rail
  1148. # [14:31] <khuey> heh
  1149. # [14:32] <khuey> peterv: ping
  1150. # [14:41] * Joins: espindola (espindola@moz-195FBFAB.dsl.teksavvy.com)
  1151. # [14:46] * Standard8 is now known as Standard8Away
  1152. # [14:47] * Joins: smontagu (chatzilla@moz-530DB638.red.bezeqint.net)
  1153. # [14:48] * Quits: graydot (jeba@63F3AA56.9CFBD76D.30E7AE68.IP) (Quit: graydot)
  1154. # [14:48] * Quits: Standard8Away (Standard8@B7F1AE36.48015583.54C3481B.IP) (Ping timeout)
  1155. # [14:48] * Joins: victorporof (victorporo@FD4A8479.14EB2DE0.79933D60.IP)
  1156. # [14:50] * Joins: anky (anky@5652FA7A.FF797DB3.74119F78.IP)
  1157. # [14:51] * gregglind_away is now known as gregglind
  1158. # [14:51] * Quits: mike5w3c (MikeS@moz-5E7E1E0F.pool.e-mobile.ne.jp) (Ping timeout)
  1159. # [14:54] <mounir> Ms2ger: oh, they will?
  1160. # [14:54] <Ms2ger> That's my expectation
  1161. # [14:55] <mounir> OOC, why?
  1162. # [14:56] * Quits: Goldorak (chatzilla@C7C00D83.49FDA25.187A1082.IP) (Ping timeout)
  1163. # [14:56] <Ms2ger> Just a gut feeling
  1164. # [14:56] * Joins: Goldorak (chatzilla@C7C00D83.49FDA25.187A1082.IP)
  1165. # [15:00] * Joins: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  1166. # [15:07] * Joins: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP)
  1167. # [15:10] * Joins: smaugAway (chatzilla@moz-7360D4D9.gprs.sl-laajakaista.fi)
  1168. # [15:12] * Joins: dbaron (dbaron@moz-389E0BB7.phlapa.fios.verizon.net)
  1169. # [15:12] * ChanServ sets mode: +o dbaron
  1170. # [15:14] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  1171. # [15:15] * Joins: AaronMT (AaronMT@moz-DB17C53A.cpe.net.cable.rogers.com)
  1172. # [15:17] * Joins: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com)
  1173. # [15:18] * Quits: Goldorak (chatzilla@C7C00D83.49FDA25.187A1082.IP) (Ping timeout)
  1174. # [15:18] * Joins: Goldorak (chatzilla@C7C00D83.49FDA25.187A1082.IP)
  1175. # [15:20] * Joins: dao (dao@moz-CEC7940D.superkabel.de)
  1176. # [15:21] <mounir> smaugAway: could you pong me when you will be available? :)
  1177. # [15:22] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  1178. # [15:24] * Joins: clokep (clokep@moz-2AAFC4A8.dyn.optonline.net)
  1179. # [15:25] <lurking> looks like m-c tbpl is not updating ?
  1180. # [15:26] <catlee-buildduty> we're doing some db maintenance that is probably causing a delay
  1181. # [15:26] <glandium> jmaher: ping
  1182. # [15:27] <jmaher> glandium: pong
  1183. # [15:27] <lurking> catlee-buildduty: thanks
  1184. # [15:27] <glandium> jmaher: is that expected that the tegrapool url doesn't resolve, dns wise, from the vpn ?
  1185. # [15:27] <jmaher> glandium: most likely
  1186. # [15:28] <glandium> :(
  1187. # [15:28] <glandium> what's the ip ?
  1188. # [15:28] <jmaher> glandium: I was just complaining about the trychooser.pub.build.mozilla.org not resolving while OI am on a vpn
  1189. # [15:28] <jmaher> glandium: hmm, I can't get to it right now
  1190. # [15:28] <glandium> jmaher: it doesn't resolve from the paris office either, fwiw
  1191. # [15:29] <jmaher> glandium: ok
  1192. # [15:29] <glandium> as for trychooser, there's http://build.mozilla.org/trychooser/
  1193. # [15:30] <jmaher> glandium: it doesn't resolve for me, that redirects to the trychooser.pub.build.mozilla.org
  1194. # [15:31] <jmaher> glandium: it could be possible that the tegrapool server is down...I will have to wait for somebody to get into mountain view to help debug it
  1195. # [15:32] <glandium> oh, here it redirects too, but trychooser.pub.build.m.o resolves on public dns (that is, not on the vpn)
  1196. # [15:32] <jmaher> problem is I have a few things I am currently doing on the VPN :(
  1197. # [15:32] * Joins: alice0775 (Mibbit@moz-BA27E1AB.osaka.ocn.ne.jp)
  1198. # [15:34] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  1199. # [15:35] * Joins: Suresh (chatzilla@BC9114DE.D4FBB2FF.EB06F97B.IP)
  1200. # [15:38] * Quits: pranavrc (pranavrc@6FC4C958.91231D08.520CDC98.IP) (Quit: Ping timeout: ∞)
  1201. # [15:39] * Quits: smontagu (chatzilla@moz-530DB638.red.bezeqint.net) (Ping timeout)
  1202. # [15:40] * Joins: jorendorff (jorendorff@moz-91590D94.hsd1.tn.comcast.net)
  1203. # [15:40] * Joins: mib_b7yoi0 (Mibbit@89DAAF03.5EBE3F1C.265540B.IP)
  1204. # [15:42] * Joins: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net)
  1205. # [15:43] * Quits: alice0775 (Mibbit@moz-BA27E1AB.osaka.ocn.ne.jp) (Quit: http://www.mibbit.com ajax IRC Client)
  1206. # [15:48] * Joins: By-Tor (bytor@moz-46974D0B.dyn.optonline.net)
  1207. # [15:48] * Quits: peregrino (peregrino@moz-80099863.telecom.net.ar) (Connection reset by peer)
  1208. # [15:48] * Joins: smontagu (chatzilla@C856AD54.B9386950.51B98CA5.IP)
  1209. # [15:48] * Quits: anky (anky@5652FA7A.FF797DB3.74119F78.IP) (Client exited)
  1210. # [15:49] * Joins: peregrino (peregrino@moz-80099863.telecom.net.ar)
  1211. # [15:51] * Quits: mib_b7yoi0 (Mibbit@89DAAF03.5EBE3F1C.265540B.IP) (Quit: http://www.mibbit.com ajax IRC Client)
  1212. # [15:54] * Quits: mage (martijn@moz-9F536A9E.direct-adsl.nl) (Quit: Leaving)
  1213. # [15:54] * Joins: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP)
  1214. # [15:56] * Quits: waschtl (waschtl@moz-A4ECE553.hsi4.kabel-badenwuerttemberg.de) (Client exited)
  1215. # [15:57] * smaugAway is now known as smaug
  1216. # [15:59] * Quits: smaug (chatzilla@moz-7360D4D9.gprs.sl-laajakaista.fi) (Ping timeout)
  1217. # [16:00] * Joins: smaug (chatzilla@moz-50F960FC.elisa-mobile.fi)
  1218. # [16:00] * ChanServ sets mode: +o smaug
  1219. # [16:02] * Quits: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Quit: Miranda IM - Multi protocol instant messenger @ www.miranda-im.org)
  1220. # [16:03] * Joins: ehsan (ehsan@F2D29657.F60B0462.67AC9B1.IP)
  1221. # [16:07] * catlee-buildduty is now known as catlee-afk
  1222. # [16:07] * KWierso is now known as KWierso|outoftown
  1223. # [16:08] * Joins: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com)
  1224. # [16:09] * Joins: alice0775 (Mibbit@moz-6106D9C3.osaka.ocn.ne.jp)
  1225. # [16:09] * Parts: alice0775 (Mibbit@moz-6106D9C3.osaka.ocn.ne.jp)
  1226. # [16:12] * gregglind is now known as gregglind_breakfast
  1227. # [16:12] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Connection reset by peer)
  1228. # [16:14] * Quits: tonymec (tonymec@D5E80E97.67EE7721.277517C1.IP) (Input/output error)
  1229. # [16:15] * Quits: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Quit: Miranda IM - Multi protocol instant messenger @ www.miranda-im.org)
  1230. # [16:16] * Joins: graydot (jeba@63F3AA56.9CFBD76D.30E7AE68.IP)
  1231. # [16:16] * Quits: Steffen (chatzilla@moz-5A14E7CC.adsl.alicedsl.de) (Quit: ChatZilla 0.9.88 [Firefox 9.0a2/20110929020842])
  1232. # [16:17] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  1233. # [16:17] * Joins: mrshu (mrshu@moz-A1412DE1.org)
  1234. # [16:17] * Quits: graydot (jeba@63F3AA56.9CFBD76D.30E7AE68.IP) (Quit: graydot)
  1235. # [16:17] * Joins: tonymec (tonymec@D5E80E97.67EE7721.277517C1.IP)
  1236. # [16:17] * Joins: anky (anky@5652FA7A.FF797DB3.74119F78.IP)
  1237. # [16:19] * Joins: pranavrc (pranavrc@6FC4C958.91231D08.520CDC98.IP)
  1238. # [16:22] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Ping timeout)
  1239. # [16:22] * Quits: anky (anky@5652FA7A.FF797DB3.74119F78.IP) (Client exited)
  1240. # [16:24] * Joins: anky (anky@5652FA7A.FF797DB3.74119F78.IP)
  1241. # [16:25] * Quits: dao (dao@moz-CEC7940D.superkabel.de) (Quit: Leaving.)
  1242. # [16:26] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  1243. # [16:30] * jmaher is now known as jmaher|afk
  1244. # [16:32] * philor|away is now known as philor
  1245. # [16:33] * catlee-afk is now known as catlee-buildduty
  1246. # [16:34] * Joins: JonathanS (JonathanS@831D916B.DB23A248.407F7C5B.IP)
  1247. # [16:36] <khuey> Ms2ger: ping
  1248. # [16:38] * Joins: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com)
  1249. # [16:42] * IRCMonkey17295 is now known as Tobbi
  1250. # [16:43] * Joins: dao (dao@moz-CEC7940D.superkabel.de)
  1251. # [16:45] * Joins: nhirata (nhirata.bu@moz-2A9C9106.hsd1.ca.comcast.net)
  1252. # [16:47] * ctalbert|afk is now known as ctalbert
  1253. # [16:48] * Joins: ctopper (craig@moz-C16EDDF1.dhcp.insightbb.com)
  1254. # [16:49] * Joins: kaie (kaie@moz-19BED832.customers.d1-online.com)
  1255. # [16:52] <ehsan> catlee-buildduty: ping
  1256. # [16:53] <Ms2ger> khuey, you called?
  1257. # [16:53] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  1258. # [16:53] <khuey> Ms2ger: yes
  1259. # [16:53] <khuey> got some webidl questions :-D
  1260. # [16:53] <Ms2ger> Uh-oh :)
  1261. # [16:54] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/95ccf0a6a95a - Olli Pettay - Bug 713865 - Don't traverse XBL and XUL protos so much, r=bent
  1262. # [16:54] <khuey> are arrays, sequences, and nulls supposed to be combineable?
  1263. # [16:54] <khuey> e.g. you could have sequence<byte?>?[]
  1264. # [16:54] <khuey> ?
  1265. # [16:54] <Ms2ger> I think so, but let me check
  1266. # [16:55] <khuey> hmm, it says arrays can't parameterize over sequences
  1267. # [16:55] * Quits: espindola (espindola@moz-195FBFAB.dsl.teksavvy.com) (Quit: Ex-Chat)
  1268. # [16:55] <khuey> but it doesn't say sequences can't parameterize over arrays
  1269. # [16:55] * bear-afk is now known as bear
  1270. # [16:55] <Ms2ger> Hmm, indeed
  1271. # [16:55] * Joins: lmandel (lmandel@7F36F6DF.1D61B048.412CF160.IP)
  1272. # [16:55] <khuey> also does "The T[] type is a parameterized type whose values are non-null references to (possibly zero-length) arrays of values of type T." mean that arrays can't parameterize over nullable types?
  1273. # [16:55] * khuey mumbles about spec ambiguity
  1274. # [16:56] * Quits: nhirata (nhirata.bu@moz-2A9C9106.hsd1.ca.comcast.net) (Quit: nhirata)
  1275. # [16:56] <Ms2ger> khuey, no
  1276. # [16:56] * Quits: Goldorak (chatzilla@C7C00D83.49FDA25.187A1082.IP) (Ping timeout)
  1277. # [16:56] <Ms2ger> It's saying that null isn't a T[]
  1278. # [16:56] <Ms2ger> (It is a T[]?, though)
  1279. # [16:56] * Joins: Goldorak (chatzilla@C7C00D83.49FDA25.187A1082.IP)
  1280. # [16:57] <catlee-buildduty> ehsan: pong
  1281. # [16:57] * Joins: zuzelvp (zuzelvp@2112147D.C3507A2D.9A8C35B4.IP)
  1282. # [16:57] <ehsan> catlee-buildduty: seems like the profiling branch is not getting nightlies... https://tbpl.mozilla.org/?tree=Profiling
  1283. # [16:57] <khuey> Ms2ger: it's talking about the values of elements in T[]
  1284. # [16:57] <khuey> not T[] itself
  1285. # [16:57] <Ms2ger> No, it isn't :)
  1286. # [16:57] <catlee-buildduty> ehsan: tbpl may be lying right now
  1287. # [16:58] <khuey> :-P
  1288. # [16:58] <Ms2ger> It says that the values of type T[] are non-null
  1289. # [16:58] * Joins: bsmedberg (bsmedberg@moz-B44EBBB4.alt.east.verizon.net)
  1290. # [16:58] <catlee-buildduty> ehsan: http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-profiling/
  1291. # [16:58] <Ms2ger> The second "values" in that sentence does refer to the elements
  1292. # [16:58] <ehsan> huh!
  1293. # [16:59] <ehsan> catlee-buildduty: why would it lie?
  1294. # [16:59] <Ms2ger> ehsan, to get to the other side?
  1295. # [16:59] <ted> Ms2ger: that is confusingly worded, then
  1296. # [17:00] <ted> I'd say something like "The T[] type is a parameterized type. Values of T[] are non-null..."
  1297. # [17:00] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  1298. # [17:00] <Ms2ger> heycam|away, ^ please fix
  1299. # [17:00] <catlee-buildduty> ehsan: we're doing a db purge, and so the slave db isn't up to date right now
  1300. # [17:01] <Ms2ger> ted, though I'd argue that there is no reason to read the first "values" as talking about elements. The spec hasn't even mentioned arrays at that point
  1301. # [17:02] <ted> Ms2ger: perhaps, but human brains being what they are
  1302. # [17:02] <Ms2ger> Specs aren't written for humans :)
  1303. # [17:02] <ehsan> catlee-buildduty: ok
  1304. # [17:02] * Quits: mak (chatzilla@moz-155D505A.retail.telecomitalia.it) (Input/output error)
  1305. # [17:03] <ehsan> catlee-buildduty: btw, I set up a cron job to get anything pushed to m-c on to the profiling branch
  1306. # [17:04] <catlee-buildduty> cool
  1307. # [17:07] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  1308. # [17:07] <ehsan> smaug: the build that I'm trying since yesterday has impressive CC performance, even though I was hit by bug 714069 which caused all of my 100+ tabs to get loaded
  1309. # [17:09] * Quits: Cameron (Cameron@moz-DF08F4B4.cable.virginmedia.com) (Ping timeout)
  1310. # [17:09] * Joins: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net)
  1311. # [17:10] * Quits: pranavrc (pranavrc@6FC4C958.91231D08.520CDC98.IP) (Ping timeout)
  1312. # [17:10] <khuey> impressive CC performance?
  1313. # [17:10] * khuey gets excited
  1314. # [17:11] <reuben> ^
  1315. # [17:14] <glandium> how not to do a hash table http://nikic.github.com/2011/12/28/Supercolliding-a-PHP-array.html
  1316. # [17:15] <bsmedberg> is browserid tied to browserid.org?
  1317. # [17:15] * Quits: Standard8 (Standard8@B7F1AE36.48015583.54C3481B.IP) (Quit: ZNC - http://znc.in)
  1318. # [17:16] * bear is now known as bear-afk
  1319. # [17:16] <reuben> bsmedberg, not AFAIK, that's just a service mozilla is providing for early adopters and people trying it out, etc
  1320. # [17:16] <reuben> just for convenience
  1321. # [17:17] <khuey> dbaron: is 714072 invalid ?
  1322. # [17:18] <@dbaron> khuey, per html4, yes... not sure about CSS or HTML5
  1323. # [17:19] <@smaug> ehsan: good
  1324. # [17:19] <@smaug> ehsan: so the improvements have been noticeable??
  1325. # [17:19] <ehsan> smaug: very much!!!
  1326. # [17:19] <ehsan> smaug: I have not used a firefox this responsive for months now
  1327. # [17:20] <khuey> dbaron: ok
  1328. # [17:21] * philor changes topic to 'm-c: CLOSED m-i: CLOSED || Next aurora uplift: January 31 || If you are new or want to help, see irc://irc.mozilla.org/#introduction || Merry Christmas Mozilla!'
  1329. # [17:21] <nemo> heh. I'm always puzzled, given I don't submit that many bugs, when someone suddenly CCs themselves to two of them simultaneously
  1330. # [17:21] <nemo> I wonder if I have a secret stalker
  1331. # [17:22] <nemo> but maybe it is some intern or new dev subscribing to a ton of bugs
  1332. # [17:22] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1333. # [17:23] <@dbaron> khuey, oh, wait, I misread the bug
  1334. # [17:23] <glandium> ehsan: i guess i should try m-c on my profile with 1000+ tabs
  1335. # [17:23] <ehsan> glandium: the build that I'm testing is a patched build smaug produced
  1336. # [17:23] <ehsan> apparently with tons of CC fixes
  1337. # [17:23] <philor> catlee-buildduty: that CLOSED is for your downtime, if you get done while my connection is sucking even worse than usual and I don't see
  1338. # [17:24] <@smaug> glandium: it is this https://tbpl.mozilla.org/?tree=Try&rev=e0dc366db91b
  1339. # [17:24] * Quits: Goldorak (chatzilla@C7C00D83.49FDA25.187A1082.IP) (Ping timeout)
  1340. # [17:24] <@smaug> http://ftp.mozilla.org/pub/mozilla.org/firefox/try-builds/opettay@mozilla.com-e0dc366db91b/
  1341. # [17:24] * Quits: pnemsak (Miranda@moz-3D67D819.rainside.sk) (Quit: pnemsak)
  1342. # [17:24] * Joins: Goldorak (chatzilla@C7C00D83.49FDA25.187A1082.IP)
  1343. # [17:25] <glandium> smaug: i'll try that later if i don't forget :)
  1344. # [17:25] * Quits: tonymec (tonymec@D5E80E97.67EE7721.277517C1.IP) (Ping timeout)
  1345. # [17:26] * Joins: pranavrc (pranavrc@C696702E.F976102B.520CDC98.IP)
  1346. # [17:27] <khuey> yay, shutdown hang burning a full core
  1347. # [17:27] * Joins: sgreenlay (sgreenlay@moz-B7B37B37.dsl.bell.ca)
  1348. # [17:27] * khuey fires up the debugger
  1349. # [17:28] * Quits: Goldorak (chatzilla@C7C00D83.49FDA25.187A1082.IP) (Ping timeout)
  1350. # [17:28] * Joins: mwu (mwu@moz-59435430.hsd1.nj.comcast.net)
  1351. # [17:28] * Joins: nhirata (nhirata.bu@moz-BBE3ABD.mv.mozilla.com)
  1352. # [17:28] * Joins: Goldorak (chatzilla@C7C00D83.49FDA25.187A1082.IP)
  1353. # [17:29] * Quits: By-Tor (bytor@moz-46974D0B.dyn.optonline.net) (Quit: Leaving)
  1354. # [17:30] * Joins: jhammel (jhammel@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1355. # [17:30] * Quits: c0smikdebris (c0smikdebr@40BBA294.3DACFE1F.BE90E62C.IP) (Quit: Computer has gone to sleep.)
  1356. # [17:31] * Quits: kaie (kaie@moz-19BED832.customers.d1-online.com) (Quit: Leaving)
  1357. # [17:31] <khuey> firebot: 0xdbdbdbdb?
  1358. # [17:31] <firebot> khuey: Maybe 0xdbdbdbdb is Python's dead memory marker (memory that has been freed)
  1359. # [17:32] * Joins: By-Tor (bytor@moz-46974D0B.dyn.optonline.net)
  1360. # [17:32] * Joins: tonymec (tonymec@D5E80E97.67EE7721.277517C1.IP)
  1361. # [17:32] <khuey> mmm media
  1362. # [17:33] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  1363. # [17:33] * Quits: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Ping timeout)
  1364. # [17:35] * Quits: magsout (magsout@moz-E559D13.fbx.proxad.net) (Client exited)
  1365. # [17:38] * dholbert|afk is now known as dholbert
  1366. # [17:39] * Quits: anky (anky@5652FA7A.FF797DB3.74119F78.IP) (Client exited)
  1367. # [17:39] * Joins: Cameron (Cameron@moz-DF08F4B4.cable.virginmedia.com)
  1368. # [17:40] * Joins: cjones (cjones@moz-45913895.socal.res.rr.com)
  1369. # [17:41] * Joins: magsout (magsout@moz-E559D13.fbx.proxad.net)
  1370. # [17:41] * Quits: pranavrc (pranavrc@C696702E.F976102B.520CDC98.IP) (Quit: Ping timeout: ∞)
  1371. # [17:41] * Joins: bent (chatzilla@moz-DB4C5E15.triad.res.rr.com)
  1372. # [17:42] * Joins: qheaden (IceChat77@moz-67E02157.nrflva.fios.verizon.net)
  1373. # [17:42] * Joins: slloyd (slloyd@moz-B94E1A81.ipnetworksinc.net)
  1374. # [17:44] * Quits: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net) (Ping timeout)
  1375. # [17:45] * Joins: pranavrc (pranavrc@C696702E.F976102B.520CDC98.IP)
  1376. # [17:45] <bsmedberg> Is there a way to get mailman to mail me a bunch of list archives, instead of viewing them online?
  1377. # [17:46] <ehsan> bsmedberg: not that I know of
  1378. # [17:46] * Joins: espindola (espindola@F2D29657.F60B0462.67AC9B1.IP)
  1379. # [17:46] * Quits: peregrino (peregrino@moz-80099863.telecom.net.ar) (Quit: peregrino)
  1380. # [17:50] * Quits: dao (dao@moz-CEC7940D.superkabel.de) (Ping timeout)
  1381. # [17:51] * Joins: dao (dao@moz-CEC7940D.superkabel.de)
  1382. # [17:52] * Joins: Mossop (mossop@moz-E325C2EC.dsl.dynamic.sonic.net)
  1383. # [17:52] <froydnj> ehsan: if you have examples of "way more useful warnings" that you'd like GCC to produce, please consider filing bugs with them
  1384. # [17:52] <ehsan> froydnj: I think I should at some point, but the amount of warnings is so overwhelming that I've slacked off on this for such a long time :(
  1385. # [17:52] * philor is now known as philor|away
  1386. # [17:53] <qheaden> ehsan: Hey there! Did you get the notice of my new patch for the undo add to dictionary enhancement?
  1387. # [17:53] <glandium> froydnj: seriously, there are so many unuseful error messages with gcc...
  1388. # [17:54] <froydnj> glandium: examples?
  1389. # [17:54] <ehsan> qheaden: oh no, not yet
  1390. # [17:54] <ehsan> I've started to read my bugmail though :)
  1391. # [17:54] <glandium> froydnj: a lot of basic syntax errors end up giving completely cryptic error messages, while clang gets it right
  1392. # [17:54] * Quits: grubshka (grubshka@moz-25302408.w86-216.abo.wanadoo.fr) (Ping timeout)
  1393. # [17:54] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  1394. # [17:54] <glandium> though i must say gcc got a lot better in 4.6, it's still far
  1395. # [17:55] <froydnj> not exactly warnings, but ok...
  1396. # [17:55] <froydnj> still, examples?
  1397. # [17:55] <qheaden> ehsan: Ok. Well, I've marked it as checkin needed. I pushed it to the try server, and everything was green. So I think it is good to go.
  1398. # [17:55] <ehsan> khuey: r=me
  1399. # [17:56] <glandium> froydnj: a missing ; after a class definition can lead to obscure messages depending on the case, or sometimes the right message.
  1400. # [17:56] <ehsan> froydnj: things like "maybe you've forgotten a semilcolon here"
  1401. # [17:56] <froydnj> glandium: that particular one is fixed in 4.6
  1402. # [17:56] <khuey> ehsan: yeah [N]S_OK is fun when doing COM
  1403. # [17:56] <ehsan> as opposed to 25 pages of random error messages that gcc produces!
  1404. # [17:56] <khuey> ehsan: thanks for the review
  1405. # [17:56] <ehsan> np
  1406. # [17:56] <glandium> froydnj: well, i've had unrelated messages with 4.6
  1407. # [17:56] <glandium> like, yesterday
  1408. # [17:57] <ehsan> glandium: froydnj: my favorite example was when davidb had injected an h char at the beginning of a header file just before the //
  1409. # [17:57] * Joins: grubshka (grubshka@moz-FA9742B6.w86-216.abo.wanadoo.fr)
  1410. # [17:57] <ehsan> when I demoed what he sees with clang, he almost cried
  1411. # [17:57] <ehsan> out of happiness
  1412. # [17:57] <ehsan> to be fair that was a comparison of gcc4.2 and clang tot
  1413. # [17:57] <glandium> ehsan: because he spent so much time trying to make sense of the gcc error ?
  1414. # [17:58] <ehsan> yes
  1415. # [17:58] <ehsan> he was about to give up
  1416. # [17:58] <ehsan> and write the patch from scratch
  1417. # [17:58] <qheaden> So how does clang compare to gcc in terms of completeness right now?
  1418. # [17:58] <ehsan> completeness?
  1419. # [17:59] <qheaden> Like, are there any gcc features that clang doesn't have?
  1420. # [17:59] <ehsan> you mean features?
  1421. # [17:59] <qheaden> Yeah.
  1422. # [17:59] <ehsan> it's mostly usable as a drop-in replacement :)
  1423. # [17:59] <ehsan> see my blog post if you wanna use it
  1424. # [17:59] * Quits: protz (jonathan@D86A55BC.6FE99DA9.B22E20D2.IP) (Connection reset by peer)
  1425. # [17:59] <ehsan> qheaden: there probably are, especially in C++11 support
  1426. # [17:59] <froydnj> glandium: if you're seeing unrelated messages in that particular case (and possibly a few other related semicolon cases fixed in 4.6), please file bugs
  1427. # [17:59] <qheaden> Oh ok.
  1428. # [17:59] * Joins: protz (jonathan@A2879C08.6FE99DA9.B22E20D2.IP)
  1429. # [17:59] <ehsan> where every compiler covers parts of the new stuff
  1430. # [18:00] <ehsan> but for day to day use, it's quite usable
  1431. # [18:00] <ehsan> better than gcc in my humble opinion
  1432. # [18:00] * philor|away is now known as philor
  1433. # [18:00] <qheaden> So does it serve as a useable drop in for compiling mozilla code?
  1434. # [18:00] <ehsan> yes
  1435. # [18:00] <qheaden> Great. Hopefully it will speed up compilation.
  1436. # [18:01] * Joins: Cwiiis (cwiiis@moz-F15E698.croy.cable.virginmedia.com)
  1437. # [18:01] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  1438. # [18:01] * gregglind_breakfast is now known as gregglind
  1439. # [18:02] <froydnj> ehsan: well, file bugs anyway; missing semicolon errors are not too hard to fix in the C++ compiler, they're a little trickier in the C compiler
  1440. # [18:02] <ehsan> froydnj: oh, when you were saying file bugs, do you mean bugs against gcc or mozilla?
  1441. # [18:03] <jrmuizel> ehsan: what's up with tbpl?
  1442. # [18:03] <froydnj> ehsan: I meant against GCC
  1443. # [18:03] <froydnj> assuming you wanted way more useful warnings :)
  1444. # [18:03] <ehsan> jrmuizel: what do you mean?
  1445. # [18:03] <jrmuizel> it doesn't seem to be up?
  1446. # [18:04] <jrmuizel> ehsan: does it work for you?
  1447. # [18:04] <ehsan> froydnj: well unfortunately I do most of my dev on mac, so I don't know how useful those bugs are going to be?
  1448. # [18:04] <ehsan> jrmuizel: yes
  1449. # [18:04] <ehsan> jrmuizel: the trees are closed though :)
  1450. # [18:04] * Quits: mgoodwin (mgoodwin@moz-4BB9E5E9.cable.virginmedia.com) (Input/output error)
  1451. # [18:04] <jrmuizel> ah it works in chrome...
  1452. # [18:05] * IRCMonkey10020 is now known as rhelmer
  1453. # [18:05] * Joins: anky (anky@5652FA7A.FF797DB3.74119F78.IP)
  1454. # [18:06] <jrmuizel> and then all of a sudden it springs into action
  1455. # [18:06] <jrmuizel> somedays I suspect that our dns resolution does funny things
  1456. # [18:06] <froydnj> ehsan: well, bounce them to me, then, and I'll triage against master if you like (preprocessed source and compilation options required)
  1457. # [18:06] <catlee-buildduty> philor: still waiting for the slavedb to catch up
  1458. # [18:07] <catlee-buildduty> I started this 4.5 hours ago...
  1459. # [18:07] <philor> catlee-buildduty: some of those numbers of rows were... impressive
  1460. # [18:07] * Joins: hub (hub@83874EA1.EB7C1AF9.6F478678.IP)
  1461. # [18:07] * Quits: davidillsley (chatzilla@moz-788CB5F.bethere.co.uk) (Client exited)
  1462. # [18:07] <catlee-buildduty> yeah
  1463. # [18:07] <catlee-buildduty> next time should be quicker
  1464. # [18:07] <ehsan> jrmuizel: I've had funny network problems, my linux box can't access any ssl properties hosted by mozilla!!!
  1465. # [18:07] <jrmuizel> :)
  1466. # [18:08] <jrmuizel> ehsan: are you at work?
  1467. # [18:08] <ehsan> froydnj: ok, I'll try to do that next time :)
  1468. # [18:08] * Quits: Goldorak (chatzilla@C7C00D83.49FDA25.187A1082.IP) (Ping timeout)
  1469. # [18:08] <ehsan> jrmuizel: yes, but we're leaving for japan sushi shortly :P
  1470. # [18:08] <froydnj> ehsan: thanks!
  1471. # [18:08] <jrmuizel> me wonders if I should try to join you
  1472. # [18:08] <jrmuizel> who else is there?
  1473. # [18:08] * Joins: Goldorak (chatzilla@C7C00D83.49FDA25.187A1082.IP)
  1474. # [18:09] <qheaden> What is Blair McBride's handle in the IRC?
  1475. # [18:09] <Mossop> Unfocused
  1476. # [18:09] <Mossop> He's also in NZ so likely asleep right now
  1477. # [18:09] <qheaden> Oh yeah thats right. Thanks.
  1478. # [18:09] <qheaden> Ahh ok.
  1479. # [18:10] * Quits: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net) (Quit: damons)
  1480. # [18:10] <qheaden> I see that Mozilla offers some jobs that allow remote work. Are there many people working remotely for Mozilla/
  1481. # [18:10] <jhammel> qheaden: yes
  1482. # [18:11] <qheaden> Sweet.
  1483. # [18:11] * rail is now known as rail-lunch
  1484. # [18:11] * qheaden puts remote work in his sights after school.
  1485. # [18:11] <khuey> who says you have to wait until after? :-P
  1486. # [18:11] * Quits: espindola (espindola@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  1487. # [18:11] <qheaden> Very true. :)
  1488. # [18:12] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Connection reset by peer)
  1489. # [18:12] <qheaden> That's why I'm familiarizing myself with the codebase now. :)
  1490. # [18:12] * Ms2ger kicks his build
  1491. # [18:12] <khuey> we hire interns too
  1492. # [18:13] <Ms2ger> Ah, crashed finally
  1493. # [18:13] * Quits: evilpie (~good-piex@moz-E850E164.pools.arcor-ip.net) (Input/output error)
  1494. # [18:13] <qheaden> khuey: Wow, really?
  1495. # [18:13] * Joins: espindola (espindola@F2D29657.F60B0462.67AC9B1.IP)
  1496. # [18:13] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  1497. # [18:13] <qheaden> khuey: How does the interviewing process work for that? Would I have to come to the office in CA?
  1498. # [18:13] <khuey> qheaden: http://blog.mozilla.com/interns/
  1499. # [18:13] <qheaden> Skype maybe?
  1500. # [18:13] <khuey> qheaden: no, it's generally done all over the phone
  1501. # [18:13] <catlee-buildduty> we hire interns in toronto too :)
  1502. # [18:13] <khuey> might use skype these days
  1503. # [18:13] <qheaden> Awesome.
  1504. # [18:13] <khuey> it's been about 2 years for me ;-)
  1505. # [18:14] <qheaden> khuey: Thanks for the link.
  1506. # [18:14] <qheaden> khuey: What? As a employee?
  1507. # [18:14] <khuey> since I was an intern
  1508. # [18:14] <khuey> or rather, since I was interviewing to become an intern
  1509. # [18:14] <qheaden> Wow. Yeah, I would love an internship at Mozilla.
  1510. # [18:15] <Mossop> It's still mainly done over the phone for interns
  1511. # [18:15] <qheaden> Ok
  1512. # [18:15] * mwu mostly uses skype now
  1513. # [18:15] * Joins: davidillsley (chatzilla@moz-788CB5F.bethere.co.uk)
  1514. # [18:15] <Mossop> As far as I know we don't do remote interns, i.e. you have to come to one of the offices for the actual internship, but since we pay for that all that generally isn't a big deal
  1515. # [18:15] * Joins: rshetty_away (quassel@66E5B11F.503916DD.C842849F.IP)
  1516. # [18:16] <bent> unless you hate CA or something ;)
  1517. # [18:16] <qheaden> Ok
  1518. # [18:16] <qheaden> Well, I live in VA. So it would be a long travel for me. :)
  1519. # [18:17] <khuey> we've had interns in the MV office from india before
  1520. # [18:17] <ted> nice vacation
  1521. # [18:17] * Quits: magsout (magsout@moz-E559D13.fbx.proxad.net) (Ping timeout)
  1522. # [18:17] <khuey> it won't be a very long trip in comparison
  1523. # [18:17] <ted> plus you get to hang out with all the other interns
  1524. # [18:17] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  1525. # [18:17] <qheaden> Sadly, VA doesn't have a whole lot of software jobs (according to sites like Monster.com).
  1526. # [18:18] * Quits: Dagger (Dagger@moz-C46A7175.cable.virginmedia.com) (Ping timeout)
  1527. # [18:18] * Joins: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se)
  1528. # [18:18] <qheaden> Well, time to eat. :) Later
  1529. # [18:19] * qheaden is now known as qheaden_away
  1530. # [18:19] <bent> hm, anyone know when the tree reopens?
  1531. # [18:19] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  1532. # [18:20] <khuey> when catlee-buildduty fixes it
  1533. # [18:22] * Quits: anky (anky@5652FA7A.FF797DB3.74119F78.IP) (Client exited)
  1534. # [18:22] * Quits: Suresh (chatzilla@BC9114DE.D4FBB2FF.EB06F97B.IP) (Quit: Suresh)
  1535. # [18:23] * Quits: graememcc (chatzilla@moz-FB8499FC.range86-148.btcentralplus.com) (Ping timeout)
  1536. # [18:24] * Joins: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com)
  1537. # [18:24] <catlee-buildduty> we're waiting on hard drives to spin and spin and spin
  1538. # [18:25] * Joins: bmoss (bmoss@moz-BBE3ABD.mv.mozilla.com)
  1539. # [18:26] <mounir> khuey: shouldn't we use --disable-foo if foo is enabled by default and --enable-bar if bar is disabled by default?
  1540. # [18:26] <tbsaunde>
  1541. # [18:26] <tbsaunde> ga
  1542. # [18:27] <bsmedberg> dbaron: somebody in dev.builds is asking about TestPageLoader
  1543. # [18:27] <bsmedberg> which IIRC was removed in ancient times, does that sound right?
  1544. # [18:27] <@dbaron> bsmedberg, am I supposed to have heard of it?
  1545. # [18:28] <bsmedberg> if you haven't, then I'm stumped ;-)
  1546. # [18:28] <glandium> mounir: we should, but sometimes, the default is not even the same depending on the platform
  1547. # [18:28] <bsmedberg> it's not the old viewer thing
  1548. # [18:28] * mkelly|wfh is now known as mkelly
  1549. # [18:28] <khuey> mounir: yes
  1550. # [18:28] <khuey> mounir: and in your patch that's disabled by default
  1551. # [18:28] <khuey> if I read it correctly
  1552. # [18:28] <mounir> khuey: oh, then I'm wrong :)
  1553. # [18:29] <@dbaron> bsmedberg, I find no record of a file with name starting with "TestPageLoader" in the cvs.mozilla.org/mozilla repository
  1554. # [18:31] <bsmedberg> yeah, me either
  1555. # [18:31] <bsmedberg> oh well, I shall reply
  1556. # [18:31] * Joins: gcp (gpascutto@moz-6720AC47.access.telenet.be)
  1557. # [18:32] <glandium> froydnj: another one: error: expected ‘)’ before ‘PRIx64’
  1558. # [18:33] * bwinton_away is now known as bwinton
  1559. # [18:33] <froydnj> glandium: pastebin the relevant section?
  1560. # [18:34] * Joins: peregrino_ (peregrino@moz-80099863.telecom.net.ar)
  1561. # [18:34] * Joins: Pike (Pike@moz-E31CD2CB.mozilla.org)
  1562. # [18:35] * joduinn-zzz is now known as joduinn-commute
  1563. # [18:35] <@smaug> !seen mak
  1564. # [18:35] <@killer> I don't know who mak is.
  1565. # [18:36] <firebot> mak was last seen 5 hours, 28 minutes and 11 seconds ago, changing nick to mak|afk.
  1566. # [18:37] <glandium> froydnj: froydnj: just forget to include <inttypes.h> and use it in a printf format string
  1567. # [18:38] * Quits: bsmedberg (bsmedberg@moz-B44EBBB4.alt.east.verizon.net) (Ping timeout)
  1568. # [18:38] <froydnj> glandium: what's "it"? printf format strings don't depend on headers
  1569. # [18:38] * Quits: dao (dao@moz-CEC7940D.superkabel.de) (Quit: Leaving.)
  1570. # [18:38] <glandium> froydnj: "it" is PRIx64
  1571. # [18:39] <glandium> clang gives the same error message fwiw
  1572. # [18:40] <froydnj> I still don't understand what sort of code is giving the error (and thus, what sort of error you might want to see
  1573. # [18:40] <khuey> hmm
  1574. # [18:40] <khuey> is it known that what View Page Info displays for the size of a page is totally wrong?
  1575. # [18:41] * Quits: grubshka (grubshka@moz-FA9742B6.w86-216.abo.wanadoo.fr) (Ping timeout)
  1576. # [18:42] <jhammel> is try working?
  1577. # [18:42] * qheaden_away is now known as qheaden
  1578. # [18:43] * Joins: jgriffin (jgriffin@moz-4FBFA41D.hsd1.wa.comcast.net)
  1579. # [18:43] * Quits: peregrino_ (peregrino@moz-80099863.telecom.net.ar) (Quit: peregrino_)
  1580. # [18:43] * Quits: Goldorak (chatzilla@C7C00D83.49FDA25.187A1082.IP) (Quit: ChatZilla 0.9.88 [Firefox 9.0.1/20111220165912])
  1581. # [18:44] * reuben wonders why the C++ standard is so expensive
  1582. # [18:44] * Joins: gkw (gkw@moz-A7D8CA2A.hsd1.ca.comcast.net)
  1583. # [18:44] <philor> jhammel: in the "can I see my results?" sense? no. in the "will they pop up fully formed in a few hours?" sense? maybe!
  1584. # [18:45] <mounir> blassey: is there anything else you want to see fixed before pushing websms to m-c?
  1585. # [18:45] <jhammel> philor: thanks....i guess i will wait until something magical happens
  1586. # [18:46] * Quits: merinui (merinui@moz-61C7235E.osk2.eonet.ne.jp) (Quit: Leaving...)
  1587. # [18:46] <catlee-buildduty> try emails should work
  1588. # [18:46] <catlee-buildduty> builds and logs still get uploaded
  1589. # [18:47] * Joins: grubshka (grubshka@moz-178BB65.w109-212.abo.wanadoo.fr)
  1590. # [18:47] <Callek> smaug: soooo....
  1591. # [18:47] <Callek> smaug: few days of testing with your patchset on the beta branch,,,,
  1592. # [18:48] <khuey> oh, nice
  1593. # [18:48] <Callek> smaug: I'm seeing greatly improved CC performance, mac I seen so far was about 1200ms with average and common around 500-600
  1594. # [18:48] <khuey> View Page Info uses the Content-Length value
  1595. # [18:48] <Callek> Of course, before your patch I was seeing regularly 2500-3600ms
  1596. # [18:48] <khuey> even when the page was sent gzipped
  1597. # [18:48] <khuey> who owns Page Info?
  1598. # [18:49] <blassey> mounir: yea, my review comments
  1599. # [18:49] <Callek> smaug: I'd say its worth trying to drive these into beta :-)
  1600. # [18:49] <@smaug> Callek: ok. that is better, though still quite terrible
  1601. # [18:49] <blassey> use the messaging system and don't build GeckoSmsManager if it isn't enabled
  1602. # [18:49] <Callek> smaug: well yea, not great, but much better than it was for me
  1603. # [18:49] <@smaug> Callek: again, would be really useful to find regression range
  1604. # [18:49] <Callek> of course I have a LOT of tabs/windows open
  1605. # [18:49] <@smaug> ah
  1606. # [18:49] <mounir> blassey: those sounds like follow-ups to me
  1607. # [18:50] <blassey> not to me
  1608. # [18:50] <mounir> ok
  1609. # [18:50] * Quits: Pike (Pike@moz-E31CD2CB.mozilla.org) (Quit: ChatZilla 0.9.87 [Firefox 8.0.1/20111120135848])
  1610. # [18:51] <Callek> smaug: just for my tab stats: http://callek.pastebin.mozilla.org/1425203
  1611. # [18:51] * qheaden is now known as qheaden_away
  1612. # [18:51] * timA|away is now known as timA
  1613. # [18:52] <Callek> but I do frequently open, use and then close facebook
  1614. # [18:52] <khuey> bholley: is 111373 going to happen?
  1615. # [18:52] <Callek> as well as have gmail and google reader open
  1616. # [18:52] <@smaug> right
  1617. # [18:52] * Joins: brendan (brendaneic@moz-A286C218.hsd1.ca.comcast.net)
  1618. # [18:52] * philor is now known as philor|away
  1619. # [18:53] * Quits: By-Tor (bytor@moz-46974D0B.dyn.optonline.net) (Quit: Leaving)
  1620. # [18:54] <Callek> ...basically I have no idea what my actual measured #'s were like in 9.0 beta's, but Firefox is useable to me, and if I wasn't testing a build of yours to help this, the UX wouldn't have felt noteworthy to me.
  1621. # [18:54] * catlee-buildduty is now known as catlee-lunch
  1622. # [18:55] <johanc> I have a problem with mqs, whenever I apply a patch "hg qpush patchname" it applies all patches.
  1623. # [18:56] <khuey> is patchname in the set of patches?
  1624. # [18:56] * Joins: By-Tor (bytor@moz-46974D0B.dyn.optonline.net)
  1625. # [18:56] * bholley looks
  1626. # [18:56] * Joins: c0smikdebris (c0smikdebr@40BBA294.3DACFE1F.BE90E62C.IP)
  1627. # [18:56] <bholley> khuey: oh, well, depends if gavin ever reviews it
  1628. # [18:56] <ted> johanc: that's the expected behavior
  1629. # [18:56] <ted> johanc: it's a stack
  1630. # [18:57] <ted> johanc: you can use "hg qpush --move patchname" to pull that patch to the current position of the stack and apply it
  1631. # [18:57] <ted> there's also a "qup" extension floating around on the internet that you can use to reorder your patch queue without hand-editing the series file
  1632. # [18:57] <khuey> bholley: so, no?
  1633. # [18:58] <bholley> khuey: he's a busy guy. Is there anyone else who can review tabbrowser stuff?
  1634. # [18:58] * jmaher|afk is now known as jmaher
  1635. # [18:58] <khuey> idk
  1636. # [18:58] <khuey> dolske maybe?
  1637. # [18:58] <bholley> maybe gavin could suggest an alternate reviewer
  1638. # [18:58] <bholley> I'll comment in the bug
  1639. # [18:59] <johanc> ted: I thought I finally knew how MQs function
  1640. # [18:59] * Joins: josh (josh@D385CB5C.53CFBCCD.4EA770CF.IP)
  1641. # [19:00] <johanc> ted: so It doesnt matter if all patches are applied? hg qdiff only pulls the diff on the topmost?
  1642. # [19:00] * Quits: grubshka (grubshka@moz-178BB65.w109-212.abo.wanadoo.fr) (Ping timeout)
  1643. # [19:00] <Callek> johanc: correct
  1644. # [19:01] <ted> "diff of the current patch and subsequent modifications"
  1645. # [19:01] <Callek> you want |hg diff -r qbase:qtip| iirc
  1646. # [19:01] <Callek> assuming you hg qref'ed first anyway
  1647. # [19:01] <ted> hg diff -rqparent will show you all changes in your queue up to and including changes in the working dir
  1648. # [19:01] <ted> if that's what you want
  1649. # [19:02] <johanc> callek: ted: so qref only applies uncommited work to the topmost patch?
  1650. # [19:02] <ted> johanc: correct
  1651. # [19:02] * Quits: rshetty (quassel@66E5B11F.503916DD.C842849F.IP) (Connection reset by peer)
  1652. # [19:02] * Joins: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net)
  1653. # [19:02] <johanc> ted: and I should use qcommit to save the patch?
  1654. # [19:02] * Callek deferrs to ted right now, since I have a feeling my just-woke-up brain is conflating matters
  1655. # [19:02] <ted> johanc: qcommit commits changes to your "mq repository"
  1656. # [19:03] <ted> if you did "hg qinit -c" at some point, then your .hg/patches directory is *itself a hg repository*
  1657. # [19:03] * Joins: Dagger (Dagger@moz-C46A7175.cable.virginmedia.com)
  1658. # [19:03] <ted> which can be hard to think about, but it's useful
  1659. # [19:03] <reuben> I don't think you need -c anymore
  1660. # [19:03] <ted> http://hg.mozilla.org/users/tmielczarek_mozilla.com/mq/ is my mq repo, for example
  1661. # [19:03] <reuben> it's a repo by default
  1662. # [19:03] * Joins: grubshka (grubshka@moz-BA818DBF.w86-216.abo.wanadoo.fr)
  1663. # [19:03] <ted> reuben: oh, neat
  1664. # [19:03] <jhammel> and then you can have patches to that! <laugh:evil/>
  1665. # [19:03] <johanc> callek: ted: my "just-woke-up" brain is somewhat confuddled at this point
  1666. # [19:04] <johanc> ted: however, thank you :)
  1667. # [19:04] * rail-lunch is now known as rail
  1668. # [19:04] <ted> np
  1669. # [19:04] <ted> it's a bit...tricky
  1670. # [19:04] <johanc> ted: a bit?
  1671. # [19:04] <johanc> ted: :D
  1672. # [19:04] <ted> i'm beginning to think git's model is better
  1673. # [19:04] * Quits: rshetty_away (quassel@66E5B11F.503916DD.C842849F.IP) (Connection reset by peer)
  1674. # [19:04] <ted> rather than having a VCS + a separate set of patch management things
  1675. # [19:05] <reuben> johanc, since we're talking about tricks, you can type cal<TAB> to autocomplete nicks in most IRC clients :)
  1676. # [19:05] <johanc> oh that's how you do it
  1677. # [19:05] <johanc> :D
  1678. # [19:05] <johanc> damnit
  1679. # [19:05] <reuben> well, cal was an example because I noticed you weren't capitalizing the C
  1680. # [19:05] <reuben> hehe
  1681. # [19:05] <johanc> You're a wizard reuben:
  1682. # [19:06] * reuben wears his wizard hat
  1683. # [19:06] <reuben> (with unusual confetti effect)
  1684. # [19:06] * Quits: Cameron (Cameron@moz-DF08F4B4.cable.virginmedia.com) (Ping timeout)
  1685. # [19:07] <johanc> while on the subject of IRC, is the colon really necessary?
  1686. # [19:07] * ted puts on his robe and wizard hat
  1687. # [19:07] * Quits: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1688. # [19:08] * johanc flails his arms around.
  1689. # [19:09] * lsblakk|afk is now known as lsblakk
  1690. # [19:09] <johanc> I don't think I have any magic
  1691. # [19:09] <johanc> :(
  1692. # [19:10] <johanc> ted: but I'm guessing my repo is local only? :D
  1693. # [19:11] <ted> johanc: sure, unless you push it somewhere
  1694. # [19:11] * philor|away is now known as philor
  1695. # [19:12] * Quits: mevans (mevans@moz-9126B73.hsd1.ca.comcast.net) (Ping timeout)
  1696. # [19:12] <johanc> ted: good, I don't think this planet could withstand seeing my repo
  1697. # [19:12] <johanc> :S
  1698. # [19:12] * Joins: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net)
  1699. # [19:12] * Joins: mevans (mevans@moz-9126B73.hsd1.ca.comcast.net)
  1700. # [19:12] * Quits: stux (stux@moz-FD6B9EC6.hfc.comcastbusiness.net) (Ping timeout)
  1701. # [19:13] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  1702. # [19:13] * Joins: Cameron (Cameron@moz-DF08F4B4.cable.virginmedia.com)
  1703. # [19:13] <ted> heh
  1704. # [19:13] <ted> *shrug*
  1705. # [19:13] <ted> i push all kinds of garbage patches there
  1706. # [19:15] * Joins: mgoodwin (mgoodwin@moz-4BB9E5E9.cable.virginmedia.com)
  1707. # [19:15] * Quits: azakai (alon@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  1708. # [19:15] * Quits: Cameron (Cameron@moz-DF08F4B4.cable.virginmedia.com) (Ping timeout)
  1709. # [19:15] <bbondy> Is there something up with the build machines? I can't seem to get a build.
  1710. # [19:15] <bbondy> been waiting since early morning for a push I did to elm
  1711. # [19:16] <reuben> johanc, you'd be surprised by the quality of some of the code in production environments around the world
  1712. # [19:16] * Quits: josh (josh@D385CB5C.53CFBCCD.4EA770CF.IP) (Quit: josh)
  1713. # [19:16] <Ms2ger> bbondy, they'll probably show up at some point
  1714. # [19:17] <reuben> this project I'm working on right gives me a headache every day, it's The Worst
  1715. # [19:17] <bbondy> k
  1716. # [19:17] * Joins: Cameron (Cameron@moz-DF08F4B4.cable.virginmedia.com)
  1717. # [19:17] <reuben> right now*
  1718. # [19:17] * Joins: gal (gal@moz-7327DB99.hsd1.ca.comcast.net)
  1719. # [19:19] * Joins: azakai (alon@moz-BBE3ABD.mv.mozilla.com)
  1720. # [19:19] <johanc> reuben: not a mozilla project?
  1721. # [19:21] * Quits: qheaden_away (IceChat77@moz-67E02157.nrflva.fios.verizon.net) (Quit: I've got to go. See ya!)
  1722. # [19:21] <reuben> johanc, no!
  1723. # [19:21] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1724. # [19:23] * Joins: pcwalton (pcwalton@moz-5B0F92F1.hsd1.ca.comcast.net)
  1725. # [19:23] * Quits: pranavrc (pranavrc@C696702E.F976102B.520CDC98.IP) (Quit: Ping timeout: ∞)
  1726. # [19:23] * Quits: @smaug (chatzilla@moz-50F960FC.elisa-mobile.fi) (Input/output error)
  1727. # [19:24] * Joins: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com)
  1728. # [19:24] * Joins: smaug (chatzilla@moz-50F960FC.elisa-mobile.fi)
  1729. # [19:24] * ChanServ sets mode: +o smaug
  1730. # [19:24] * Joins: stux (stux@moz-FD6B9EC6.hfc.comcastbusiness.net)
  1731. # [19:24] * Quits: fitzgen (fitzgen@moz-21CB9A53.hsd1.wa.comcast.net) (Quit: zzzzzzzzz)
  1732. # [19:25] * Joins: terrence (terrence@moz-BBE3ABD.mv.mozilla.com)
  1733. # [19:26] * Joins: jdm (jdm@moz-523ECD3B.dsl.teksavvy.com)
  1734. # [19:26] <johanc> any linux users here?
  1735. # [19:27] * Quits: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net) (Quit: Going offline, see ya! (www.adiirc.com))
  1736. # [19:27] <johanc> :D
  1737. # [19:27] <nemo> you're kidding right? :)
  1738. # [19:27] <johanc> I added the ":D"
  1739. # [19:27] <hub> johanc: what do you want to know?
  1740. # [19:28] <johanc> I quickly realized how stupid that question was
  1741. # [19:28] * Joins: josh (josh@D385CB5C.53CFBCCD.4EA770CF.IP)
  1742. # [19:28] * Quits: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com) (Ping timeout)
  1743. # [19:28] <hub> johanc: the only stupid question are the one you don't ask...
  1744. # [19:28] <johanc> hub: :D
  1745. # [19:29] * Quits: jacek (jacek@moz-5D707D3B.psi.wroc.pl) (Client exited)
  1746. # [19:29] <johanc> hub: I'm writing a patch for a help menu, and I'm using F1 as a global shortcut for opening a documentation page, would like some input on the norm on linux?
  1747. # [19:29] <johanc> hub: Is F1 used on linux?
  1748. # [19:30] <Ms2ger> Gedit uses it
  1749. # [19:30] <Ms2ger> (Ubuntu)
  1750. # [19:31] * Quits: josh (josh@D385CB5C.53CFBCCD.4EA770CF.IP) (Ping timeout)
  1751. # [19:31] <reuben> johanc, F1 used to open support.mozilla.com, but they conducted a research and found out most of the people that got there using F1 did it by accident
  1752. # [19:31] <reuben> a lot of cats were involved
  1753. # [19:31] <reuben> so that might not be the best key to do an intrusive action
  1754. # [19:31] <johanc> reuben: haha :D
  1755. # [19:32] <johanc> reuben: It's not really intrusive as it's a new window
  1756. # [19:32] <johanc> reuben: but I'm not a ux expert, so I'm guessing here.
  1757. # [19:32] <johanc> reuben: It's for the scratchpad window.
  1758. # [19:32] <hub> in the terminal, F1 open the help. often I do it by mistake (reaching for ESC instead)
  1759. # [19:32] <hub> xchat, same
  1760. # [19:33] <johanc> hub: You can't close scratchpad with esc, not on windows at least.
  1761. # [19:33] <johanc> hub: Can you on linux?
  1762. # [19:34] * Quits: pcwalton (pcwalton@moz-5B0F92F1.hsd1.ca.comcast.net) (Quit: pcwalton)
  1763. # [19:34] <hub> johanc: I was talking about F1
  1764. # [19:35] <hub> johanc: if the question is about Winows, I'm not a person able to answer
  1765. # [19:35] <hub> or the answer will be No, whatever the question is
  1766. # [19:35] * joduinn-commute is now known as joduinn
  1767. # [19:35] <johanc> can you close scratchpad with "esc" on linux?
  1768. # [19:36] <mbrubeck> johanc: No
  1769. # [19:36] <mbrubeck> (At least, not in my Aurora 11 build on Ubuntu)
  1770. # [19:36] * Joins: josh (josh@D385CB5C.53CFBCCD.4EA770CF.IP)
  1771. # [19:36] <johanc> mbrubeck: cheers
  1772. # [19:37] * Joins: damons (gnubeard@moz-A41E6911.hsd1.ca.comcast.net)
  1773. # [19:37] * Quits: mgoodwin (mgoodwin@moz-4BB9E5E9.cable.virginmedia.com) (Input/output error)
  1774. # [19:38] <hub> what is scratchpad
  1775. # [19:38] <johanc> try shift+F4
  1776. # [19:38] * Joins: mgoodwin (mgoodwin@moz-4BB9E5E9.cable.virginmedia.com)
  1777. # [19:38] * Quits: Cameron (Cameron@moz-DF08F4B4.cable.virginmedia.com) (Ping timeout)
  1778. # [19:38] <hub> I can close it with Ctrl-W
  1779. # [19:38] * Joins: atlas (atlas@moz-7FAB8F4F.dia.static.qwest.net)
  1780. # [19:38] <hub> like any other window
  1781. # [19:38] * Quits: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Quit: Miranda IM - Multi protocol instant messenger @ www.miranda-im.org)
  1782. # [19:38] * Joins: pnemsak (Miranda@moz-7409BD53.orange.sk)
  1783. # [19:38] <hub> (or tab)
  1784. # [19:38] <blassey> philor: why is the tree closed?
  1785. # [19:39] * Quits: pnemsak (Miranda@moz-7409BD53.orange.sk) (Connection reset by peer)
  1786. # [19:39] * Quits: GPHemsley (GPHemsley@moz-7D8B319.dyn.optonline.net) (Ping timeout)
  1787. # [19:39] * Joins: pnemsak (Miranda@moz-7409BD53.orange.sk)
  1788. # [19:39] <johanc> as long as you can't close it with esc, that's fine :)
  1789. # [19:40] <Ms2ger> blassey, we're waiting on hard drives to spin and spin and spin
  1790. # [19:40] <blassey> is there a bug?
  1791. # [19:40] <johanc> are the hamsters on strike? O.o
  1792. # [19:41] * Joins: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com)
  1793. # [19:41] <Ms2ger> philor or catlee-lunch could tell you
  1794. # [19:41] <philor> blassey: a little bitty purge of a few million old rows from build's statusdb took 4.5 hours, and now updating the mirrors is taking... some more time
  1795. # [19:41] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Ping timeout)
  1796. # [19:41] <philor> there's a bug, but it's not particularly helpful
  1797. # [19:42] * Quits: gal (gal@moz-7327DB99.hsd1.ca.comcast.net) (Quit: gal)
  1798. # [19:42] * zpao|detached is now known as zpao
  1799. # [19:42] <blassey> probably worth putting it in the tinderbox status and #developers topic anyway
  1800. # [19:42] * Joins: dao (dao@moz-CEC7940D.superkabel.de)
  1801. # [19:43] * Joins: evilpie (~good-piex@moz-E850E164.pools.arcor-ip.net)
  1802. # [19:45] * adam-afk is now known as adam
  1803. # [19:45] * Quits: c0smikdebris (c0smikdebr@40BBA294.3DACFE1F.BE90E62C.IP) (Quit: Computer has gone to sleep.)
  1804. # [19:46] * philor tries to pretend that we're all sensible and well behaved and that would work out well
  1805. # [19:46] * Joins: GPHemsley (GPHemsley@moz-7D8B319.dyn.optonline.net)
  1806. # [19:47] * Quits: By-Tor (bytor@moz-46974D0B.dyn.optonline.net) (Input/output error)
  1807. # [19:47] <Mossop> Wait, is try closed too?
  1808. # [19:48] <catlee-lunch> https://bugzilla.mozilla.org/show_bug.cgi?id=713255
  1809. # [19:48] <catlee-lunch> so, builds will still run, get uploaded, etc.
  1810. # [19:48] <catlee-lunch> just no results on tbpl
  1811. # [19:48] <Mossop> Oh
  1812. # [19:48] <philor> or self-serve
  1813. # [19:48] <Mossop> Probably should just cancel mine then
  1814. # [19:49] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  1815. # [19:49] * Quits: victorporof (victorporo@FD4A8479.14EB2DE0.79933D60.IP) (Connection reset by peer)
  1816. # [19:49] * Joins: victorporof (victorporo@FD4A8479.14EB2DE0.79933D60.IP)
  1817. # [19:52] * Quits: sfink (chatzilla@moz-20BA0AAD.dsl.pltn13.sbcglobal.net) (Input/output error)
  1818. # [19:52] * Joins: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com)
  1819. # [19:52] * Joins: shorlander-away (shorlander@moz-853043D6.dhcp.insightbb.com)
  1820. # [19:53] * jgriffin is now known as jgriffin-afk
  1821. # [19:53] * Joins: bsmedberg (bsmedberg@moz-B44EBBB4.alt.east.verizon.net)
  1822. # [19:53] <philor> once we do this thing with warnings because they've worked so wonderfully for jseng, and then drop it and they drop it, like we did a thousand project branches and then dropped them and they dropped theirs, can we agree to not follow jseng?
  1823. # [19:54] <ted> heh
  1824. # [19:55] <mbrubeck> I want to do more t-shirts because jseng does them.
  1825. # [19:55] * Joins: anky (anky@5652FA7A.FF797DB3.74119F78.IP)
  1826. # [19:55] <mbrubeck> I've been a fennec engineer for 2 years and I still don't have a fennec shirt.
  1827. # [19:55] <bsmedberg> this computer keeps shutting down and the power light flashes in the front
  1828. # [19:55] <mbrubeck> even though clooney promised me one!
  1829. # [19:55] <ted> jseng still has the warnings tracker
  1830. # [19:55] <Mossop> mbrubeck: Create your own and expense it!
  1831. # [19:55] <jhammel> mbrubeck: would the fennec shirt have a fennec on it? cuz if so, i am so in
  1832. # [19:55] <ted> but they're separate builds, aren't they?
  1833. # [19:56] <philor> yes, they are separate builds from their separate builds, even, one of the four or five flavors of shell build
  1834. # [19:56] * Joins: Cameron (Cameron@moz-DF08F4B4.cable.virginmedia.com)
  1835. # [19:56] <philor> which you do not see on inbound unless you &usetinderbox=1, because THEY DO NOT REALLY WANT THEM
  1836. # [19:56] <ted> heh
  1837. # [19:57] <philor> the only people who are warning free, relatively speaking, much of the time, do not want to bounce patches because of warnings
  1838. # [19:57] <philor> so we're following them down a path they will not take
  1839. # [19:57] * Joins: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP)
  1840. # [19:57] <ted> yeah...
  1841. # [19:57] * shorlander-away is now known as shorlander
  1842. # [19:57] <blassey> mbrubeck: the fennec T-shirts were on clooney's desk's shelf
  1843. # [19:58] * bsmedberg wonders if there's a way to monitor vital stats such as the power supply temperature or CPU temperature from his Linux desktop
  1844. # [19:58] <blassey> but I think they were all XL and bigger because before you came along everyone on the mobile team was pudgy :-)
  1845. # [19:59] <philor> and you call yourselves mobile!
  1846. # [19:59] <ted> bsmedberg: should be
  1847. # [20:00] <jhammel> bsmedberg: depends on the sensors you have, but yes
  1848. # [20:00] <jhammel> gkrellm has some plugins for it
  1849. # [20:00] <ted> bsmedberg: try `sensors`
  1850. # [20:01] <Ms2ger> Hmm, I still don't have my Fx4 T-shirt
  1851. # [20:01] * Quits: Cameron (Cameron@moz-DF08F4B4.cable.virginmedia.com) (Ping timeout)
  1852. # [20:01] <ted> bsmedberg: that's part of libsensors, fwiw
  1853. # [20:02] <ted> i have a little thing in my gnome panel showing me CPU temp
  1854. # [20:03] <bsmedberg> gnome-applet-sensors, says yum search
  1855. # [20:03] <bsmedberg> ok!
  1856. # [20:03] <bsmedberg> requires libXNVCtrl
  1857. # [20:04] <hub> bsmedberg: but it is an applet. if you use gnome3, you are SOL
  1858. # [20:04] <bsmedberg> hah
  1859. # [20:04] <khuey> if you use gnome3 aren't you just SOL to begin with?
  1860. # [20:05] <hub> yes and no
  1861. # [20:05] <mark> Sobbing Out Loud
  1862. # [20:05] <bsmedberg> "No sensors enabled!"
  1863. # [20:05] <bsmedberg> blech
  1864. # [20:08] <bsmedberg> bah, apparently dell dimension's just don't come with temp sensors
  1865. # [20:09] * Joins: yuan (ywang@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  1866. # [20:09] <bsmedberg> or voltage sensors, or anything else for that matter
  1867. # [20:09] <Mossop> That seems extraordinary, maybe gnome just doesn't recognise them?
  1868. # [20:09] * Quits: gcp (gpascutto@moz-6720AC47.access.telenet.be) (Ping timeout)
  1869. # [20:09] <ted> bsmedberg: that seems odd
  1870. # [20:09] <ted> my inspiron has them
  1871. # [20:09] <bsmedberg> no, the dell forums and support site says that there are none
  1872. # [20:09] * Joins: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com)
  1873. # [20:09] <ted> weird
  1874. # [20:10] * Joins: ashughes (ashughes@21B7B9F2.B87E9213.6E712CE2.IP)
  1875. # [20:10] <ted> i thought they were pretty standard these days
  1876. # [20:10] * Joins: gcp (gpascutto@moz-766FDCCA.access.telenet.be)
  1877. # [20:10] <bsmedberg> this box is from 2005
  1878. # [20:10] * bwinton is now known as bwinton_away
  1879. # [20:14] * Joins: pcwalton (pcwalton@moz-7B0110AD.mv.mozilla.com)
  1880. # [20:15] <bent> that's like BC for computers
  1881. # [20:15] * Quits: dao (dao@moz-CEC7940D.superkabel.de) (Quit: Leaving.)
  1882. # [20:16] <Ms2ger> Before Cooling-sensors?
  1883. # [20:16] <hub> my thinkpad from that area have them
  1884. # [20:16] <hub> but it is not a Dell, for sure :-)
  1885. # [20:17] <Callek> robarnold: btw, I keep getting (very frequent lately) DB errors on trying to :like" posts, which goes away a few seconds later
  1886. # [20:18] <robarnold> :(
  1887. # [20:18] * catlee-lunch is now known as catlee-buildduty
  1888. # [20:18] <robarnold> not sure why but I haven't checked my work email in over a week (vacation)
  1889. # [20:18] * Quits: josh (josh@D385CB5C.53CFBCCD.4EA770CF.IP) (Quit: josh)
  1890. # [20:19] * Joins: hwine (Adium@moz-C8973E20.dsl.static.sonic.net)
  1891. # [20:20] * Quits: Ms2ger (Ms2ger@moz-74AE9DF6.access.telenet.be) (Ping timeout)
  1892. # [20:21] * Joins: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net)
  1893. # [20:22] <jrmuizel> catlee-buildduty: when is the tree expected to be open again?
  1894. # [20:23] * Quits: gkw (gkw@moz-A7D8CA2A.hsd1.ca.comcast.net) (Ping timeout)
  1895. # [20:25] * Quits: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com) (Quit: Miranda IM - Multi protocol instant messenger @ www.miranda-im.org)
  1896. # [20:27] * Quits: hub (hub@83874EA1.EB7C1AF9.6F478678.IP) (Ping timeout)
  1897. # [20:28] * Quits: jdm (jdm@moz-523ECD3B.dsl.teksavvy.com) (Client exited)
  1898. # [20:29] <catlee-buildduty> jrmuizel: unknown
  1899. # [20:29] <jrmuizel> ok
  1900. # [20:29] <catlee-buildduty> the db slave is done the bulk of the work
  1901. # [20:29] <catlee-buildduty> I'd swag another 30 minutes
  1902. # [20:32] * Joins: Archaeopteryx (itsme@moz-756328DB.cust.telecolumbus.net)
  1903. # [20:38] * Joins: sfink (chatzilla@moz-BBE3ABD.mv.mozilla.com)
  1904. # [20:44] * jhammel is now known as jhammel|lunch
  1905. # [20:46] * Joins: Sander (chatzilla@moz-92F82A30.dip.t-dialin.net)
  1906. # [20:46] * Joins: mgoodwin_ (mgoodwin@moz-4BB9E5E9.cable.virginmedia.com)
  1907. # [20:46] * Quits: mgoodwin (mgoodwin@moz-4BB9E5E9.cable.virginmedia.com) (Ping timeout)
  1908. # [20:48] * Joins: hub (hub_@21B7B9F2.B87E9213.6E712CE2.IP)
  1909. # [20:49] * joduinn is now known as joduinn-biab
  1910. # [20:49] <bz_sleep> jmaher: ping
  1911. # [20:49] * bz_sleep is now known as bz
  1912. # [20:49] * Joins: fitzgen (fitzgen@moz-21CB9A53.hsd1.wa.comcast.net)
  1913. # [20:50] <jmaher> bz: pong
  1914. # [20:51] <bz> jmaher: so I was trying to run reftest-remote and running into problemss
  1915. # [20:51] <bz> jmaher: in particular, the reftest extension couldn't be copied from staged into the profile
  1916. # [20:51] <bz> jmaher: E/GeckoConsole(16775): [JavaScript Error: "ERROR addons.xpi: Failure moving /data/local/tests/reftest/profile/extensions/staged/reftest@mozilla.org/chrome to /data/local/tests/reftest/profile/extensions/reftest@mozilla.org" {file: "resource://gre/modules/XPIProvider.jsm" line: 262}]
  1917. # [20:51] <bz> jmaher: (multiple instances of that)
  1918. # [20:51] <bz> jmaher: also E/GeckoConsole(16775): [JavaScript Error: "ERROR addons.xpi: Failed to move entry /data/local/tests/reftest/profile/extensions/staged/reftest@mozilla.org/chrome/reftest: [Exception... "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.permissions]" nsresult: "0x80520015 (NS_ERROR_FILE_ACCESS_DENIED)" location: "JS frame :: resource://gre/modules/XPIProvider.jsm :: <TOP_LEVEL> :: line 240"
  1919. # [20:52] <bz> jmaher: this is _not_ a rooted device, btw
  1920. # [20:52] * Joins: jdm (jdm@moz-9AEDE212.cpe.net.cable.rogers.com)
  1921. # [20:52] <jmaher> bz: do you know if there is a sdcard on the device
  1922. # [20:52] * catlee-buildduty changes topic to 'trees closed due to https://bugzilla.mozilla.org/show_bug.cgi?id=713255 || m-c: CLOSED m-i: CLOSED || Next aurora uplift: January 31 || If you are new or want to help, see irc://irc.mozilla.org/#introduction || Merry Christmas Mozilla!'
  1923. # [20:52] <jmaher> I have found that the permissions on /data/local/* are restrictive whereas on /mnt/sdcard they are not
  1924. # [20:53] <jmaher> bz: with a rooted phone it isn't as problematic, but without a rooted phone going from the sdcard is almost the only way
  1925. # [20:53] * Joins: peregrino (peregrino@moz-80099863.telecom.net.ar)
  1926. # [20:53] * Quits: peregrino (peregrino@moz-80099863.telecom.net.ar) (Connection reset by peer)
  1927. # [20:53] * Joins: peregrino (peregrino@moz-80099863.telecom.net.ar)
  1928. # [20:54] <bz> jmaher: no sdcard
  1929. # [20:54] <bz> jmaher: it's a tablet, so not much need for one
  1930. # [20:54] <bz> jmaher: plenty of space on the device...
  1931. # [20:54] <jmaher> bz: ok
  1932. # [20:55] <jmaher> bz: what type of tablet?
  1933. # [20:55] * Quits: mgoodwin_ (mgoodwin@moz-4BB9E5E9.cable.virginmedia.com) (Input/output error)
  1934. # [20:56] * Joins: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu)
  1935. # [20:56] <jmaher> bz: maybe a samsung galaxy or a acer?
  1936. # [20:58] * Joins: Waldo (waldo@D0A852DC.A8C603F1.50AF75DD.IP)
  1937. # [20:59] <bz> jmaher: eee pad transformer
  1938. # [20:59] <jmaher> bz: ok, hmm; my samsung galaxy tab has a sdcard (although I don't think I can remove it)
  1939. # [20:59] <jmaher> bz: if you can adb shell, then look at /mnt/sdcard
  1940. # [20:59] <jmaher> verify you can create a directory or a file
  1941. # [21:00] * khuey is now known as khuey|away
  1942. # [21:00] <jmaher> bz: if not, then we should look at rooting your eee pad
  1943. # [21:00] * Joins: Ms2ger (Ms2ger@moz-74AE9DF6.access.telenet.be)
  1944. # [21:00] * khuey|away is now known as khuey
  1945. # [21:01] * Joins: jhammink (textual@moz-BBE3ABD.mv.mozilla.com)
  1946. # [21:02] * snorp is now known as AndroUser
  1947. # [21:03] <cjones> jmaher, /data/local permissions were fine when boris and looked last night. what does our automation code try to do on device?
  1948. # [21:03] * AndroUser is now known as snorp
  1949. # [21:03] <cjones> i.e. what dependencies does it have on on-device tools
  1950. # [21:04] * Quits: jrmuizel (jrmuizel@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  1951. # [21:06] <jmaher> cjones: the automation creates the profile with random permissions, then the fennec process tries to access it with org.mozilla.fennec permissions
  1952. # [21:06] <jmaher> cjones: if we have root, we can adjust the permissions while putting the files in /data/local
  1953. # [21:08] * bear-afk is now known as bear
  1954. # [21:09] * Joins: redfive (chatzilla@moz-938F2CCB.dsl.pltn13.sbcglobal.net)
  1955. # [21:09] * Joins: rs (rs@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  1956. # [21:10] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Ping timeout)
  1957. # [21:10] * Quits: rs (rs@moz-217F02CE.lightspeed.sntcca.sbcglobal.net) (Ping timeout)
  1958. # [21:11] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  1959. # [21:12] <cjones> jmaher, what do you mean by "creates with random permissions"?
  1960. # [21:15] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  1961. # [21:15] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Quit: ZNC - http://znc.in)
  1962. # [21:15] <ehsan> catlee-buildduty: do you know when we can expect the tree to be open?
  1963. # [21:16] <jmaher> cjones: permissions that adb has by default, not owned by org.mozilla.fennec
  1964. # [21:16] * Quits: cers (textual@moz-E3288E2B.bynqu1.dynamic.dsl.tele.dk) (Quit: Computer has gone to sleep.)
  1965. # [21:16] * Quits: bb10 (bb10@moz-C7B05616.org) (Ping timeout)
  1966. # [21:17] * Joins: bb10 (bb10@moz-C7B05616.org)
  1967. # [21:17] * Joins: TheLink (TheLink@moz-7E63266B.hsi5.kabel-badenwuerttemberg.de)
  1968. # [21:17] <catlee-buildduty> ehsan: trying a workaround...
  1969. # [21:17] <catlee-buildduty> so, 15 minutes?
  1970. # [21:18] <ehsan> awesome
  1971. # [21:18] <ehsan> thanks
  1972. # [21:18] <cjones> jmaher, the directories were world rw
  1973. # [21:18] * Cwiiis is now known as CwiiisAway
  1974. # [21:18] <jmaher> cjones: well this is all I know when trying to develop the tests to work with adb; that is why I made the assertion we only support testing on a rooted device
  1975. # [21:18] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  1976. # [21:19] * Quits: fs (Elchi3@B9C9103E.56629902.2EC4CA51.IP) (Quit: Leaving)
  1977. # [21:19] <jmaher> i.e. we didn't want to spend countless hours supporting all types of configurations
  1978. # [21:19] <cjones> rooting is a big requirement
  1979. # [21:19] * bsmedberg sets a Flash breakpoint in Flash Builder and then attaches to the plugin process in MSVC
  1980. # [21:19] <cjones> so we were seeing an error about "cp not found" yesterday
  1981. # [21:19] <wg9s> jmaher, cjones: Does this expalin why I cant get my own build version to work? It tries to write using org.mozilla.fennec-wag
  1982. # [21:19] <cjones> does the automation do nothing but use adb?
  1983. # [21:19] * bsmedberg wonders if that's how debuggers procreate
  1984. # [21:20] <wg9s> so i guess i need to find where my linux username gets appended and nix that code?
  1985. # [21:20] <jmaher> cjones: the automation uses sutagent only; and on the nvidia tegra boards which have root only
  1986. # [21:20] <cjones> aha
  1987. # [21:20] <jmaher> wg9s: appending the username is by design so you can run a nightly build alongside a private custom build
  1988. # [21:20] <cjones> jmaher, sutagent definitely requires root, right?
  1989. # [21:22] <wg9s> I owuld ahve thought that would be a good idea. my problem is that if i crate a build put the .apk file on my website and then try to install that file by downloading it via a browser on my tablet it tries to install and then dies with a very useful message sort of like unable to install.
  1990. # [21:22] <bz> jmaher: lemme check something
  1991. # [21:22] <jmaher> cjones: sutagent doesn't require root, but it won't do full automation without a rooted device
  1992. # [21:22] <jmaher> for example we can't kill a process if you are not root
  1993. # [21:23] <bz> jmaher: huh
  1994. # [21:23] <cjones> so bz was testing with the adb driver
  1995. # [21:23] <bz> jmaher: mnt/sdcard is here
  1996. # [21:23] * Quits: bsmedberg (bsmedberg@moz-B44EBBB4.alt.east.verizon.net) (Ping timeout)
  1997. # [21:23] <jmaher> bz: it could be they have a preinstalled /mnt/sdcard
  1998. # [21:23] * Parts: hwine (Adium@moz-C8973E20.dsl.static.sonic.net)
  1999. # [21:23] <bz> yeah
  2000. # [21:23] <jmaher> cjones: yeah, adb works great in general, I do most of my development with the adb stuff
  2001. # [21:23] <bz> ok
  2002. # [21:23] <bz> so if I want to use the sdcard....
  2003. # [21:23] <cjones> ok
  2004. # [21:23] <jmaher> bz: just verify you can actually write to the /mnt/sdcard folder
  2005. # [21:24] * Quits: bernd (chatzilla@moz-461277E8.superkabel.de) (Client exited)
  2006. # [21:24] <bz> hmm
  2007. # [21:24] <bz> $ touch /mnt/sdcard/foopy
  2008. # [21:24] <bz> touch: permission denied
  2009. # [21:24] * Joins: bernd (chatzilla@moz-461277E8.superkabel.de)
  2010. # [21:24] * bz wonders how else to test
  2011. # [21:24] <bz> permissions look ok if I'm in the sdcard_rw group
  2012. # [21:25] <jmaher> bz: 'echo test > test.txt'
  2013. # [21:25] <jmaher> bz: I have one device where it shows a /mnt/sdcard but there is nothing there
  2014. # [21:25] <bz> that works
  2015. # [21:25] <bz> there's stuff there
  2016. # [21:25] <bz> music, movies, download, etc
  2017. # [21:25] <bz> ok
  2018. # [21:25] <bz> fine
  2019. # [21:25] <jmaher> cool then
  2020. # [21:26] <bz> so that's fine
  2021. # [21:26] <bz> now how do I tell the tests to use that?
  2022. # [21:26] <jmaher> bz: so you need to edit devicemanagerADB.py
  2023. # [21:26] <jmaher> there is a function getDeviceRoot(self)
  2024. # [21:26] <jmaher> the first choice is uses is /data/local/tests, otherwise is uses /mnt/sdcard
  2025. # [21:26] <bz> the one in build, or the one in testing?
  2026. # [21:26] * Joins: ahal (ahal@moz-44629E23.cpe.net.cable.rogers.com)
  2027. # [21:26] * bz can maybe nuke data/local/tests
  2028. # [21:27] <bz> er, actually I can't
  2029. # [21:27] * jgriffin-afk is now known as jgriffin
  2030. # [21:27] <bz> because we put undeletable files in there
  2031. # [21:27] <jmaher> bz, that is another option to remove the tests directory in /data/local
  2032. # [21:27] * jhammel|lunch is now known as jhammel
  2033. # [21:27] * Quits: Enn (enn@moz-DB6467E3.cpe.net.cable.rogers.com) (Ping timeout)
  2034. # [21:27] <jmaher> so just edit the devicemanagerADB.py for now
  2035. # [21:27] <bz> how do I remove it, given that it has subdirectories I don't have write access for?
  2036. # [21:27] <bz> ok
  2037. # [21:27] <bz> which one?
  2038. # [21:27] <bz> or both?
  2039. # [21:27] * catlee-buildduty tries another workaround
  2040. # [21:28] <jmaher> I would just edit the devicemanagerADB.py in your reftest folder
  2041. # [21:28] * bz thinks the instructions for this should have just not said anything about creating /data/local/tests
  2042. # [21:28] * Quits: clokep (clokep@moz-2AAFC4A8.dyn.optonline.net) (Ping timeout)
  2043. # [21:28] <bz> since the python script will do it if needed!
  2044. # [21:28] <bz> anyway
  2045. # [21:29] <bz> which reftest folder?
  2046. # [21:29] <bz> ../obj-android//_tests/reftest/devicemanagerADB.py
  2047. # [21:29] <bz> that one?
  2048. # [21:29] <jmaher> yep
  2049. # [21:29] <bz> ok
  2050. # [21:29] <bz> will get clobbered when I next build, right?
  2051. # [21:29] <bz> anyway
  2052. # [21:29] <bz> edited
  2053. # [21:29] * bz tries running again
  2054. # [21:30] <jmaher> suggested edit: http://pastebin.mozilla.org/1425527
  2055. # [21:30] * Quits: nhirata (nhirata.bu@moz-BBE3ABD.mv.mozilla.com) (Quit: nhirata)
  2056. # [21:30] <bz> yeah, tha's what I did, basically
  2057. # [21:30] * Joins: cers (textual@moz-E3288E2B.bynqu1.dynamic.dsl.tele.dk)
  2058. # [21:31] <bz> Unable to chmod /mnt/sdcard/tests/reftest/profile/extensions/staged/reftest@mozilla.org/chrome: Operation not permitted
  2059. # [21:31] <bz> from my console
  2060. # [21:31] * Joins: sworkman_ (sworkman@moz-BBE3ABD.mv.mozilla.com)
  2061. # [21:31] * Quits: sworkman_ (sworkman@moz-BBE3ABD.mv.mozilla.com) (Quit: sworkman_)
  2062. # [21:31] <bz> and from logcat: E/GeckoConsole(23115): [JavaScript Error: "ERROR addons.xpi: Failed to move entry /mnt/sdcard/tests/reftest/profile/extensions/staged/reftest@mozilla.org/chrome/reftest: [Exception... "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.permissions]" nsresult: "0x80520015 (NS_ERROR_FILE_ACCESS_DENIED)" location: "JS frame :: resource://gre/modules/XPIProvider.jsm :: <TOP_LEVEL> :: line
  2063. # [21:31] * Joins: qheaden_away (IceChat77@moz-67E02157.nrflva.fios.verizon.net)
  2064. # [21:31] <bz> E/GeckoConsole(23115): [JavaScript Error: "ERROR addons.xpi: Failure moving /mnt/sdcard/tests/reftest/profile/extensions/staged/reftest@mozilla.org/chrome to /mnt/sdcard/tests/reftest/profile/extensions/reftest@mozilla.org" {file: "resource://gre/modules/XPIProvider.jsm" line: 262}]
  2065. # [21:31] <bz> So same error
  2066. # [21:32] * qheaden_away is now known as qheaden
  2067. # [21:32] <catlee-buildduty> philor: how do the trees look?
  2068. # [21:32] <catlee-buildduty> self-serve will still be a bit behind
  2069. # [21:32] <qheaden> Trees are still close huh?
  2070. # [21:32] <qheaden> *closed
  2071. # [21:32] * Quits: sworkman (sworkman@moz-BBE3ABD.mv.mozilla.com) (Ping timeout)
  2072. # [21:33] <jmaher> bz: ok. what is the staged thing that is going on? maybe the addons.xpi doesn't exist?
  2073. # [21:34] <philor> catlee-buildduty: like a lot of things landed on the floor, but probably survivable with some judicious rebuilds on m-c and the massive number of runs we'll get when the inbound floodgates open
  2074. # [21:34] * Joins: nhirata (nhirata.bu@moz-BBE3ABD.mv.mozilla.com)
  2075. # [21:35] <catlee-buildduty> I'll make builds-4hrs have 8 hours of data
  2076. # [21:35] <bz> jmaher: /mnt/sdcard/tests/reftest/profile/extensions
  2077. # [21:35] <bz> jmaher: data coming
  2078. # [21:35] <jmaher> ok
  2079. # [21:35] <bz> $ ls staged/reftest@mozilla.org
  2080. # [21:35] <bz> chrome
  2081. # [21:35] <bz> chrome.manifest
  2082. # [21:35] <bz> components
  2083. # [21:35] <bz> install.rdf
  2084. # [21:35] <bz> ls staged/reftest@mozilla.org/components
  2085. # [21:35] <bz> httpd.js
  2086. # [21:35] <bz> reftest-cmdline.js
  2087. # [21:35] <bz> test_necko.xpt
  2088. # [21:35] <bz> So that all looks fine
  2089. # [21:36] <bz> there is also a dir called reftest@mozilla.org directly under extensions
  2090. # [21:36] <jmaher> ok
  2091. # [21:36] <bz> it contains only a dir called "chrome" which contains a dir called "reftest" which contains an empty dir called "content"
  2092. # [21:36] <bz> so it looks like we started copying stuff over, then failed and bailed out
  2093. # [21:36] <bz> or something
  2094. # [21:37] * Quits: fitzgen (fitzgen@moz-21CB9A53.hsd1.wa.comcast.net) (Quit: zzzzzzzzz)
  2095. # [21:38] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  2096. # [21:39] * Joins: stevee (Miranda@moz-BEBDF855.cable.virginmedia.com)
  2097. # [21:40] <jmaher> hmm, the retest/content directory should have files in it
  2098. # [21:40] <bz> jmaher: well, it does in staged/
  2099. # [21:41] <Ms2ger> bz, thanks
  2100. # [21:41] <bz> jmaher: the point is that we started copying staged over to not-staged
  2101. # [21:41] <bz> jmaher: and then failed to chmod
  2102. # [21:41] <bz> jmaher: and bailed out
  2103. # [21:41] <bz> jmaher: afaict
  2104. # [21:43] * Quits: gkw (gkw@moz-BBE3ABD.mv.mozilla.com) (Quit: Instantbird 1.1)
  2105. # [21:43] * Joins: gkw (gkw@moz-BBE3ABD.mv.mozilla.com)
  2106. # [21:44] * Parts: davidillsley (chatzilla@moz-788CB5F.bethere.co.uk)
  2107. # [21:44] * Joins: davidillsley_ (chatzilla@moz-788CB5F.bethere.co.uk)
  2108. # [21:44] * Quits: bernd (chatzilla@moz-461277E8.superkabel.de) (Quit: ChatZilla 0.9.88-rdmsoft [XULRunner 1.9.0.4/2008111312])
  2109. # [21:44] <jmaher> bz: hmm, the staged stuff was added in late october to the harnesses in general; I need to see if there are some issues with it on remote
  2110. # [21:44] * davidillsley_ is now known as davidillsley
  2111. # [21:44] <catlee-buildduty> philor: ok, I think things are ok on my side
  2112. # [21:45] <bz> jmaher: ok
  2113. # [21:45] <bz> jmaher: anything else I can get you here?
  2114. # [21:45] <bz> jmaher: or do you have enough to go on?
  2115. # [21:45] * Joins: bsmedberg (bsmedberg@moz-B44EBBB4.alt.east.verizon.net)
  2116. # [21:46] * Quits: Sander (chatzilla@moz-92F82A30.dip.t-dialin.net) (Quit: And back he spurred like a madman, shrieking a curse to the sky.)
  2117. # [21:47] * Joins: pedro (Something@moz-E14A0F6A.clients.your-server.de)
  2118. # [21:47] <jmaher> bz: I am just confused why the staged stuff gets on the device
  2119. # [21:47] <pedro> ttaubert: ping, you around?
  2120. # [21:48] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  2121. # [21:48] <gabor> edmorley: hey, are you here?
  2122. # [21:49] * catlee-buildduty opens trees
  2123. # [21:49] <philor> catlee-buildduty: yup, might have to manually mess with builds-running's ideas of what's running at some point, but other than that, whew!
  2124. # [21:49] <bz> jmaher: I have no idea
  2125. # [21:49] <bz> jmaher: and then we try to copy it and chmod on the device
  2126. # [21:49] <bz> jmaher: which is what fails
  2127. # [21:49] <catlee-buildduty> philor: that DB *should* have been unaffected...
  2128. # [21:50] <bz> jmaher: so anyway, if there's nothing else you need from me, I'll go back to having my day off...
  2129. # [21:50] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  2130. # [21:50] <catlee-buildduty> but clearly my knowledge of how mysql performs in these cases is lacking
  2131. # [21:50] * catlee-buildduty changes topic to 'm-c: OPEN m-i: OPEN || Next aurora uplift: January 31 || If you are new or want to help, see irc://irc.mozilla.org/#introduction || Merry Christmas Mozilla!'
  2132. # [21:50] <pedro> ttaubert: for one of the projects of the metrics team I wanna build something that resembles a bit like the foundations of tabcandy.. can you point me to the best place to look at e inner works of it? just interested in the html/js/etc part
  2133. # [21:51] <Waldo> dbaron: did you see my comment in bug 631289?
  2134. # [21:51] * Joins: bsmith (bsmith@moz-BBE3ABD.mv.mozilla.com)
  2135. # [21:51] * Joins: fitzgen (fitzgen@moz-BAF3A28B.reshall.wwu.edu)
  2136. # [21:53] * Joins: clokep (clokep@moz-2AAFC4A8.dyn.optonline.net)
  2137. # [21:53] * Joins: josh (josh@moz-2EE66546.nyc.res.rr.com)
  2138. # [21:54] * bz is now known as bz_pto
  2139. # [21:56] <reuben> pedro, https://mxr.mozilla.org/mozilla-central/source/browser/components/tabview/
  2140. # [21:56] * Joins: whimboo (whimboo@moz-1A55F994.a2c-250-239.astra2connect.com)
  2141. # [21:56] * Quits: grubshka (grubshka@moz-BA818DBF.w86-216.abo.wanadoo.fr) (Ping timeout)
  2142. # [21:56] <pedro> reuben: thanks!
  2143. # [21:56] <reuben> np :)
  2144. # [21:56] * Parts: whimboo (whimboo@moz-1A55F994.a2c-250-239.astra2connect.com)
  2145. # [21:57] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Ping timeout)
  2146. # [21:57] <froydnj> for the new folks, what are the "worst excesses of XPCOM" zackw refers to in the dev.platform assertions thread?
  2147. # [21:57] <ttaubert> thx reuben ;)
  2148. # [21:57] <Ms2ger> froydnj, its existence?
  2149. # [21:58] <bsmedberg> froydnj: well, not sure what he's specifically referring to, but large parts of it are too complicated to be worthwhile
  2150. # [21:58] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  2151. # [21:58] <froydnj> bsmedberg: like what?
  2152. # [21:58] <froydnj> Ms2ger: that's quite an excess :)
  2153. # [22:00] <bsmedberg> well, the directory service, the service manager, aggregation
  2154. # [22:00] <mounir> froydnj: Ms2ger isn't known to be moderate
  2155. # [22:00] <bsmedberg> all the nsIFile apis
  2156. # [22:00] <bsmedberg> the service manager itself
  2157. # [22:00] <bsmedberg> XPCOM proxies (almost gone now)
  2158. # [22:01] * Joins: Cameron (Cameron@moz-DF08F4B4.cable.virginmedia.com)
  2159. # [22:01] <bsmedberg> the registration system (simplified now, but still pretty awkward)
  2160. # [22:02] <bsmedberg> and then there's the coding patterns required to use refcounted objects correctly, which is often huge amounts of boilerplate
  2161. # [22:03] <khuey> oh god aggregation
  2162. # [22:03] <khuey> we don't use that much, thankfully
  2163. # [22:03] <froydnj> what is aggregation?
  2164. # [22:03] <bsmedberg> where you can wrap one COM object in another one, and have QI still hand back the correct object identity
  2165. # [22:04] <bsmedberg> *without knowing the set of interfaces that the inner object supports*
  2166. # [22:04] <khuey> nsIInterfaceRequestor is kind of a hack around that
  2167. # [22:04] <khuey> and is probably better than the alternative
  2168. # [22:04] <bsmedberg> aggregation was stupid when MS invented it
  2169. # [22:05] <bsmedberg> and we had no particularly good reason to reproduce it in XPCOM (don't need it for binary compat)
  2170. # [22:05] <bsmedberg> but we did anyway
  2171. # [22:05] <froydnj> that sounds fairly evil
  2172. # [22:06] <gkw> jst: ping
  2173. # [22:07] <tbsaunde> ugh, why am I trying to figure how that works :\
  2174. # [22:07] <bsmedberg> froydnj: overall, it's a heavyweight solution where we almost never need a heavyweight solution
  2175. # [22:08] * joduinn-biab is now known as joduinn-triage
  2176. # [22:09] <jhammel> reminds me eerily of zope
  2177. # [22:09] <froydnj> bsmedberg: thanks for the overview
  2178. # [22:11] * Quits: redfive (chatzilla@moz-938F2CCB.dsl.pltn13.sbcglobal.net) (Ping timeout)
  2179. # [22:11] <@smaug> gkw: I think jst is still on vacation
  2180. # [22:12] * Joins: whimboo1 (whimboo@moz-1A55F994.a2c-250-239.astra2connect.com)
  2181. # [22:12] * Parts: whimboo1 (whimboo@moz-1A55F994.a2c-250-239.astra2connect.com)
  2182. # [22:13] <gkw> smaug: i see, thanks :)
  2183. # [22:14] <jmaher> bz_pto: ok, I was able to reproduce the problem on my galaxy tablet
  2184. # [22:14] <jmaher> bz_pto: but it works just fine on my tegra
  2185. # [22:14] <jmaher> bz_pto: so I have something I can work with
  2186. # [22:16] * Quits: qheaden (IceChat77@moz-67E02157.nrflva.fios.verizon.net) (Quit: I've got to go. See ya!)
  2187. # [22:16] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Ping timeout)
  2188. # [22:16] * Joins: whimboo (whimboo@moz-1A55F994.a2c-250-239.astra2connect.com)
  2189. # [22:16] * Joins: grubshka (grubshka@moz-BA818DBF.w86-216.abo.wanadoo.fr)
  2190. # [22:17] * Quits: Jesse (jruderman@moz-537BCF9.hsd1.ca.comcast.net) (Quit: Jesse)
  2191. # [22:17] * Joins: peterv_ (peterv@moz-715F6D16.access.telenet.be)
  2192. # [22:18] <jmaher> bz_pto: are you running on native fennec or xul fennec?
  2193. # [22:19] * Joins: redfive (chatzilla@moz-938F2CCB.dsl.pltn13.sbcglobal.net)
  2194. # [22:20] <cjones> jmaher, he was running xul fennec
  2195. # [22:20] * Quits: whimboo (whimboo@moz-1A55F994.a2c-250-239.astra2connect.com) (Connection reset by peer)
  2196. # [22:20] * Joins: whimboo (whimboo@moz-1A55F994.a2c-250-239.astra2connect.com)
  2197. # [22:21] <jmaher> cjones: thanks; I am filing a bug to track this and see if I can come up with a fix; just glad it isn't a problem with our automation- otherwise we would have false tests
  2198. # [22:21] <cjones> cool, thanks for looking into it
  2199. # [22:22] * merike is now known as merike|away
  2200. # [22:22] <jmaher> yeah, thanks for helping bring this to my attention, always something new that breaks automation
  2201. # [22:23] <gregglind> is there an official eol on xul fennec yet?
  2202. # [22:24] <jmaher> gregglind: don't think there is; it is still useful for some devices
  2203. # [22:25] <jmaher> although it would free up half of our tegra pool for faster automation turnaround :)
  2204. # [22:25] <gregglind> thanks.
  2205. # [22:26] * Quits: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com) (Quit: ChatZilla 0.9.88 [Firefox 10.0/20111226072756])
  2206. # [22:26] * Joins: Callek (chatzilla@moz-DD17331C.dhcp.oxfr.ma.charter.com)
  2207. # [22:28] * Joins: mgoodwin (mgoodwin@moz-4BB9E5E9.cable.virginmedia.com)
  2208. # [22:29] * Quits: ericb2 (X@moz-9C4C3DED.fbx.proxad.net) (Quit: Success !!)
  2209. # [22:29] * Joins: ericb2 (X@moz-9C4C3DED.fbx.proxad.net)
  2210. # [22:30] * Quits: mgoodwin (mgoodwin@moz-4BB9E5E9.cable.virginmedia.com) (Ping timeout)
  2211. # [22:31] * Joins: roc (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  2212. # [22:32] * Joins: By-Tor (bytor@moz-46974D0B.dyn.optonline.net)
  2213. # [22:33] * Joins: gal (gal@moz-7327DB99.hsd1.ca.comcast.net)
  2214. # [22:36] * Quits: peterv_ (peterv@moz-715F6D16.access.telenet.be) (Ping timeout)
  2215. # [22:36] * Quits: atlas (atlas@moz-7FAB8F4F.dia.static.qwest.net) (Quit: leaving)
  2216. # [22:37] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  2217. # [22:37] <Ms2ger> glandium, do you remember the build option that made linking libxul bearable on .5GB ram?
  2218. # [22:37] <khuey> --disable-gecko?
  2219. # [22:37] * Ms2ger whacks khuey
  2220. # [22:38] <Ms2ger> No, something that broke stack traces
  2221. # [22:38] <hub> and I complain because I have issues building Firefox on 4GB....
  2222. # [22:38] <Waldo> hub: convert the while(); to a while() continue; ?
  2223. # [22:38] <glandium> khuey: --disable-debug-symbols ?
  2224. # [22:38] <hub> Waldo: while() {}
  2225. # [22:38] <hub> Waldo: I was about to attach the patch
  2226. # [22:38] <Ms2ger> glandium, yup, thanks
  2227. # [22:38] * Joins: rs (rs@moz-217F02CE.lightspeed.sntcca.sbcglobal.net)
  2228. # [22:39] * Quits: protz (jonathan@A2879C08.6FE99DA9.B22E20D2.IP) (Ping timeout)
  2229. # [22:39] <Waldo> hub: a few people have suggested having |continue;| as the statement (on its own line) for the body of empty loops; I think continue's what we want there
  2230. # [22:39] <hub> ok then
  2231. # [22:39] <khuey> glandium: didn't we remove that?
  2232. # [22:39] <hub> continue it is. I'm more of a {} mandatory kind of guy
  2233. # [22:39] <Waldo> ugh :-)
  2234. # [22:39] * Quits: grubshka (grubshka@moz-BA818DBF.w86-216.abo.wanadoo.fr) (Ping timeout)
  2235. # [22:39] <khuey> glandium: oh, it's just --enable-debug-symbols in configure
  2236. # [22:40] <hub> Waldo: for a lot of reasons
  2237. # [22:40] * Waldo can probably slurp the patch into his queue and push it fairly quickly
  2238. # [22:41] * Joins: Jesse (jruderman@moz-BBE3ABD.mv.mozilla.com)
  2239. # [22:41] * Quits: @smaug (chatzilla@moz-50F960FC.elisa-mobile.fi) (Ping timeout)
  2240. # [22:42] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  2241. # [22:42] * Quits: smontagu (chatzilla@C856AD54.B9386950.51B98CA5.IP) (Ping timeout)
  2242. # [22:43] * Joins: eflores (AndChat@538BABFE.A073F3E.97BBD552.IP)
  2243. # [22:43] * Quits: redfive (chatzilla@moz-938F2CCB.dsl.pltn13.sbcglobal.net) (Quit: ChatZilla 0.9.88 [Firefox 6.0.2/20110902133214])
  2244. # [22:44] * heycam|away is now known as heycam
  2245. # [22:44] <hub> Waldo: what's you bz email?
  2246. # [22:45] <hub> so many duplicates
  2247. # [22:45] <Waldo> hub: jwalden+bmo
  2248. # [22:46] <hub> Waldo: ok, requested review. I don't have commit privs yet either
  2249. # [22:46] * Quits: ahal (ahal@moz-44629E23.cpe.net.cable.rogers.com) (Quit: Leaving)
  2250. # [22:46] <Ms2ger> Waldo, and you really need to add :Waldo to your name :)
  2251. # [22:46] <hub> yeah I was about to suggest that
  2252. # [22:46] <khuey> Ms2ger++
  2253. # [22:47] <heycam> jmaher, hey, I just wanted to check about the comment fix you requested in bug 710863
  2254. # [22:49] <jmaher> heycam: give me a minute or two
  2255. # [22:49] * Quits: victorporof (victorporo@FD4A8479.14EB2DE0.79933D60.IP) (Quit: Leaving...)
  2256. # [22:50] <heycam> jmaher, sure
  2257. # [22:50] * Joins: smontagu (chatzilla@5AA52D3D.B9386950.51B98CA5.IP)
  2258. # [22:51] * Quits: gal (gal@moz-7327DB99.hsd1.ca.comcast.net) (Quit: gal)
  2259. # [22:52] <Ms2ger> heycam, so is it intentional that you can't have sequence<T>[], but T[][] / sequence<T[]> / sequence<sequence<T>> are fine?
  2260. # [22:52] <heycam> Ms2ger, yes that's right
  2261. # [22:52] <Ms2ger> Good
  2262. # [22:53] <Ms2ger> Also, ted complained about your prose, but I think he's wron^W not pedantic enough :)
  2263. # [22:54] <khuey> heycam: ohai
  2264. # [22:54] * Joins: smaug (chatzilla@moz-8E12664B.gprs.sl-laajakaista.fi)
  2265. # [22:54] * ChanServ sets mode: +o smaug
  2266. # [22:54] <heycam> khuey, hello
  2267. # [22:54] <heycam> Ms2ger, yes I'm just rewording that bit now
  2268. # [22:54] <heycam> Ms2ger, just to make it a bit clearer
  2269. # [22:54] <jmaher> heycam: so my confusion is that the comment specifies certain things, but there are a few exceptions to it
  2270. # [22:54] <khuey> heycam: "The T[] type is a parameterized type whose values are non-null references to (possibly zero-length) arrays of values of type T."
  2271. # [22:55] <khuey> heycam: is that intended to prohibit T?[], T[]?, or neither?
  2272. # [22:55] <Ms2ger> Neither
  2273. # [22:55] <khuey> are you heycam?
  2274. # [22:56] * Quits: janv (varga@moz-C1261AFF.flarion.as5628.telecom.sk) (Quit: This computer has gone to sleep)
  2275. # [22:56] <heycam> jmaher, I wasn't sure that those exceptions are actually right
  2276. # [22:56] * Quits: msucan (msucan-@FA9E8863.56E67207.699550A1.IP) (Quit: .)
  2277. # [22:56] <heycam> jmaher, because the comment talks about (for normal test runs) the TestRunner object
  2278. # [22:56] * Joins: By-Tor` (bytor@moz-46974D0B.dyn.optonline.net)
  2279. # [22:56] <heycam> jmaher, and that we don't include in any test (though we do include SimpleTest.js in some)
  2280. # [22:56] * Quits: By-Tor` (bytor@moz-46974D0B.dyn.optonline.net) (Input/output error)
  2281. # [22:56] * Quits: By-Tor (bytor@moz-46974D0B.dyn.optonline.net) (Input/output error)
  2282. # [22:57] <heycam> khuey, it's meant to say that if you write T[] then null is not one of the values of that type
  2283. # [22:57] <heycam> (which is different from whether you can put null as one of the elements of the array)
  2284. # [22:57] <heycam> khuey, it just means that if you want to have it be null you need to write T[]?
  2285. # [22:57] <khuey> heycam: but if you write T[]? null is one of the values of that type?
  2286. # [22:57] <khuey> ok
  2287. # [22:57] <heycam> just like with other object types
  2288. # [22:57] <heycam> yes
  2289. # [22:57] <khuey> so it prohibits nothing
  2290. # [22:57] <heycam> right
  2291. # [22:57] <khuey> cool
  2292. # [22:57] * khuey adds tests
  2293. # [22:57] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  2294. # [22:58] <heycam> oh I see the ambiguity with the "whose values" -- the "whose" might refer to the T[] type or it might refer to the actual array (so "whose values" looks like it could mean the elements of the array)
  2295. # [22:58] * Joins: By-Tor (bytor@moz-46974D0B.dyn.optonline.net)
  2296. # [22:59] <khuey> yeah the language is a bit tricky
  2297. # [22:59] * heycam changes it a bit
  2298. # [23:00] * Quits: anky (anky@5652FA7A.FF797DB3.74119F78.IP) (Client exited)
  2299. # [23:00] * Quits: jaws|away (u2871@moz-160C58C6.com) (Quit: Connection closed for inactivity)
  2300. # [23:01] <jmaher> heycam: I am confused by your questions
  2301. # [23:01] <firebot> Check-in: http://hg.mozilla.org/mozilla-central/rev/1d0a814ebf12 - Olli Pettay - Bug 713462, don't traverse black content lists, r=mccr8
  2302. # [23:01] <heycam> jmaher, oh :)
  2303. # [23:01] <wg9s> but I doubt it is really ambiguous, just you need to take a remedial English grammar course ;-)
  2304. # [23:01] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  2305. # [23:01] <khuey> I'm from the South, I don't speak proper English
  2306. # [23:01] <heycam> khuey, I'm even souther
  2307. # [23:01] <hub> khuey: pardon my French :-)
  2308. # [23:01] <khuey> :-P
  2309. # [23:01] <Ms2ger> Can hardly get much Southerer, can you?
  2310. # [23:01] <heycam> *cough* even more southern
  2311. # [23:02] <hub> I'm speaking canadian, eh?
  2312. # [23:02] <jmaher> khuey: south florida doesn't count as the south
  2313. # [23:02] <hub> with a French accent
  2314. # [23:02] <khuey> Ms2ger: there's always Amundsen
  2315. # [23:02] <khuey> jmaher: true
  2316. # [23:02] <khuey> jmaher: I lived in north florida for 4.5 years, does that count?
  2317. # [23:02] <jmaher> khuey: ok, that counts
  2318. # [23:02] <wg9s> And then figure out if the person who wrote it needs one, because that only tells you what it says unambiguously, but no necessarily what the author thought it waid.
  2319. # [23:02] <Ms2ger> khuey, 80% Firefox users, no?
  2320. # [23:02] * Quits: ctopper (craig@moz-C16EDDF1.dhcp.insightbb.com) (Quit: ctopper)
  2321. # [23:03] * Quits: rwaldron (rwaldron@moz-BDCCF091.hfc.comcastbusiness.net) (Quit: Leaving...)
  2322. # [23:03] <heycam> jmaher, if you were confused by my "But we don't include TestRunner.js in that opened window, right?" question
  2323. # [23:03] <heycam> jmaher, I mean that we don't include that file in any opened window in a test (or even the main window in any test)
  2324. # [23:03] <khuey> Ms2ger: something like that
  2325. # [23:03] <khuey> jmaher: I actually did pick up "y'all" from my time there
  2326. # [23:03] <heycam> jmaher, so the only place the TestRunner object can be is in the parent window of the main test window
  2327. # [23:03] <khuey> that's it though
  2328. # [23:04] <jmaher> heycam: ok, making more sense
  2329. # [23:04] * Quits: smontagu (chatzilla@5AA52D3D.B9386950.51B98CA5.IP) (Ping timeout)
  2330. # [23:04] * Waldo waits for tests to finish
  2331. # [23:05] * Quits: peregrino (peregrino@moz-80099863.telecom.net.ar) (Quit: peregrino)
  2332. # [23:05] * Quits: @dbaron (dbaron@moz-389E0BB7.phlapa.fios.verizon.net) (Connection reset by peer)
  2333. # [23:05] * Quits: johanc (chatzilla@moz-D8A1AA43.bredband.comhem.se) (Ping timeout)
  2334. # [23:06] * Joins: jwq (chatzilla@moz-12623DCD.cable.telstraclear.net)
  2335. # [23:06] * Quits: Ms2ger (Ms2ger@moz-74AE9DF6.access.telenet.be) (Quit: nn)
  2336. # [23:07] <ehsan> hsivonen: ping
  2337. # [23:07] * philor is now known as philor|away
  2338. # [23:08] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  2339. # [23:09] * Quits: roc (chatzilla@538BABFE.A073F3E.97BBD552.IP) (Client exited)
  2340. # [23:10] * Joins: roc (chatzilla@538BABFE.A073F3E.97BBD552.IP)
  2341. # [23:11] <roc> looks like Igor broke something on inbound
  2342. # [23:11] * jmaher is now known as jmaher|afk
  2343. # [23:11] <roc> I'll back him out
  2344. # [23:11] * Joins: priya (priya@moz-BBE3ABD.mv.mozilla.com)
  2345. # [23:11] * joduinn-triage is now known as joduinn-mtg
  2346. # [23:14] * Joins: sworkman (sworkman@989B868C.998B65EB.43362C16.IP)
  2347. # [23:15] * Joins: ctopper (craig@moz-C16EDDF1.dhcp.insightbb.com)
  2348. # [23:16] * philor|away is now known as philor
  2349. # [23:17] * Quits: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net) (Quit: Ex-Chat)
  2350. # [23:18] * AaronMT is now known as AaronMT|away
  2351. # [23:18] * Quits: hub (hub_@21B7B9F2.B87E9213.6E712CE2.IP) (Client exited)
  2352. # [23:19] * Joins: chrisccoulson (chr1s@moz-692D94C8.cust-3601.ip.static.uno.uk.net)
  2353. # [23:22] * Joins: daim (David_Mart@moz-EF3D4F79.fbx.proxad.net)
  2354. # [23:22] * Joins: mgoodwin (mgoodwin@moz-4BB9E5E9.cable.virginmedia.com)
  2355. # [23:22] * Joins: darktrojan (geoff@moz-BC95E278.dsl.telstraclear.net)
  2356. # [23:22] * rail is now known as rail_away
  2357. # [23:22] <Ashe> hehe this 3D thing in the nightly inspector is nice
  2358. # [23:23] * Joins: IanN (chatzilla@moz-3F5A461C.cable.virginmedia.com)
  2359. # [23:23] * Quits: jwq (chatzilla@moz-12623DCD.cable.telstraclear.net) (Client exited)
  2360. # [23:23] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  2361. # [23:23] * Joins: erikvold (erikvold@moz-CF26BEC.wireless.telus.com)
  2362. # [23:23] * Joins: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com)
  2363. # [23:24] * reuben wonders why some of the other cool Tilt features weren't added
  2364. # [23:24] * Quits: mgoodwin (mgoodwin@moz-4BB9E5E9.cable.virginmedia.com) (Ping timeout)
  2365. # [23:26] * Quits: ctopper (craig@moz-C16EDDF1.dhcp.insightbb.com) (Quit: ctopper)
  2366. # [23:26] * Quits: jrmuizel (jrmuizel@moz-20EF8EAA.cpe.net.cable.rogers.com) (Input/output error)
  2367. # [23:29] * Joins: gal (gal@moz-BBE3ABD.mv.mozilla.com)
  2368. # [23:29] * Joins: mgoodwin (mgoodwin@moz-4BB9E5E9.cable.virginmedia.com)
  2369. # [23:29] * khuey is now known as khuey|away
  2370. # [23:30] * khuey|away is now known as khuey
  2371. # [23:30] * Joins: hub_ (hub_@21B7B9F2.B87E9213.6E712CE2.IP)
  2372. # [23:31] * Quits: mconley (mconley@F2D29657.F60B0462.67AC9B1.IP) (Input/output error)
  2373. # [23:31] * Joins: mgoodwin_ (mgoodwin@moz-4BB9E5E9.cable.virginmedia.com)
  2374. # [23:31] * Quits: Xaquseg (xaquseg@moz-D4633F43.pixelhunger.com) (Ping timeout)
  2375. # [23:31] * Quits: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP) (Ping timeout)
  2376. # [23:31] * Quits: mgoodwin (mgoodwin@moz-4BB9E5E9.cable.virginmedia.com) (Ping timeout)
  2377. # [23:32] * Joins: Xaquseg (xaquseg@moz-D4633F43.pixelhunger.com)
  2378. # [23:32] * Quits: hub_ (hub_@21B7B9F2.B87E9213.6E712CE2.IP) (Quit: )
  2379. # [23:32] * Joins: hub_ (hub@21B7B9F2.B87E9213.6E712CE2.IP)
  2380. # [23:32] * Quits: hub_ (hub@21B7B9F2.B87E9213.6E712CE2.IP) (Input/output error)
  2381. # [23:32] * Joins: hub (hub@21B7B9F2.B87E9213.6E712CE2.IP)
  2382. # [23:32] * Quits: bbondy (bbondy@moz-28CF6D1C.home.cgocable.net) (Ping timeout)
  2383. # [23:34] * Joins: kinetik (kinetik@B0506AEA.F200EF31.613E47D1.IP)
  2384. # [23:35] * Quits: mgoodwin_ (mgoodwin@moz-4BB9E5E9.cable.virginmedia.com) (Ping timeout)
  2385. # [23:35] * Quits: whimboo (whimboo@moz-1A55F994.a2c-250-239.astra2connect.com) (Quit: Leaving.)
  2386. # [23:37] * Quits: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net) (Quit: jet)
  2387. # [23:37] * Joins: mgoodwin (mgoodwin@moz-4BB9E5E9.cable.virginmedia.com)
  2388. # [23:39] * Quits: gabor (gabor@moz-3B57BCD1.catv.pool.telekom.hu) (Ping timeout)
  2389. # [23:39] * Quits: nhirata (nhirata.bu@moz-BBE3ABD.mv.mozilla.com) (Quit: nhirata)
  2390. # [23:41] * Quits: espindola (espindola@F2D29657.F60B0462.67AC9B1.IP) (Client exited)
  2391. # [23:42] * Quits: ashughes (ashughes@21B7B9F2.B87E9213.6E712CE2.IP) (Quit: admin)
  2392. # [23:42] * Quits: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com) (Ping timeout)
  2393. # [23:42] * Joins: larfdesk (Adam_Hinke@moz-F92153ED.longlines.com)
  2394. # [23:45] * Quits: Xaquseg (xaquseg@moz-D4633F43.pixelhunger.com) (Ping timeout)
  2395. # [23:48] * Quits: peterv (peterv@moz-715F6D16.access.telenet.be) (Quit: ZNC - http://znc.in)
  2396. # [23:49] <philor> sfink: https://tbpl-dev.allizom.org/?tree=Mozilla-Inbound - are they even *lighter* italicized?
  2397. # [23:50] <philor> I know I'm old, but I can barely see the lowercase talos ones
  2398. # [23:50] * Joins: peterv (peterv@moz-715F6D16.access.telenet.be)
  2399. # [23:51] * Joins: Xaquseg (xaquseg@moz-D4633F43.pixelhunger.com)
  2400. # [23:51] <sfink> That site doesn't like me. It seems to want a different user/pass than my LDAP.
  2401. # [23:52] <philor> just a sec
  2402. # [23:52] <sfink> waiting for my local clone to load all those byootiful letters
  2403. # [23:53] <philor> damn quick slaves already ate them
  2404. # [23:54] * Quits: hub (hub@21B7B9F2.B87E9213.6E712CE2.IP) (Ping timeout)
  2405. # [23:56] * Joins: hub (hub@21B7B9F2.B87E9213.6E712CE2.IP)
  2406. # [23:56] * Quits: erikvold (erikvold@moz-CF26BEC.wireless.telus.com) (Quit: erikvold)
  2407. # [23:57] * Joins: jet (junglecode@moz-C03D0C61.vlan426.asr1.sfo1.gblx.net)
  2408. # [23:58] <@smaug> ehsan: btw, if you start getting some worse CC times, could you create a log https://wiki.mozilla.org/Performance:Leak_Tools#Cycle_collector_heap_dump and send it to me
  2409. # [23:58] * Joins: RyanVM (chatzilla@moz-D04D3C77.phlapa.fios.verizon.net)
  2410. # [23:59] * Quits: clokep (clokep@moz-2AAFC4A8.dyn.optonline.net) (Quit: Instantbird 1.2a1pre)
  2411. # [23:59] * Joins: clokep (clokep@moz-2AAFC4A8.dyn.optonline.net)
  2412. # Session Close: Fri Dec 30 00:00:01 2011

The end :)