June 9, 2010  
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30

[00:00:21] <evmar> dumi: did you run the tests?  :)
[00:00:27] <thomasvl> dumi: console view of memory is sorta funny (in a morbid kinda way)  :)
[00:00:39] <dumi> evmar: i ran _some_ tests :)
[00:01:08] <dumi> thomasvl: how do i see the memory/reliability bots? all i see in my console is one "overall" column for them
[00:01:15] <rsesek> dumi: http://build.chromium.org/buildbot/memory/console?reload=120
[00:01:15] <fearphage> how do i know which builds passed all the tests?
[00:01:27] <fearphage> is it in the download dir? http://build.chromium.org/buildbot/snapshots/chromium-rel-xp/49189/ ?
[00:01:40] <dumi> rsesek: thanks
[00:01:53] <thomasvl> dump, use the link at the top of the waterfall, when switch to console (edit the url for that part)
[00:01:55] <dumi> ouch...
[00:02:09] <rsesek> dumi: been like that since friday. that is why the tree is still closed
[00:02:12] <dumi> i guess i'll wait :)
[00:02:13] <evmar> dumi: go ahead and land your change, but please watch the tree afterwards
[00:02:14] <thomasvl> s/dump/dumi/
[00:02:19] <senorblanco> thomasvl: no, it's probably new.  I'd say add it to known_crashes.txt for now, and we'll move on.
[00:02:22] * thomasvl glares at fingers (again)
[00:02:43] <dumi> evmar: i'll wait, there's no rush
[00:03:29] *** thakis__ has joined #chromium
[00:03:33] *** ChanServ sets mode: +v thakis__
[00:03:40] <thomasvl> rsesek: i'm not seeing any signs of this test hanging in the past.
[00:04:24] <thomasvl> rsesek: i'd say let it go again, and if hangs again, we skip it on valgrind with a new bug for it
[00:04:28] <rsesek> thomasvl: yup
[00:05:07] *** rohitrao has joined #chromium
[00:05:07] *** ChanServ sets mode: +v rohitrao
[00:05:16] <rohitrao> rsesek: how's it looking?
[00:05:30] <rsesek> rohitrao: go ahead and land
[00:05:42] <thomasvl> senorblanco: i'll try to ship you a tbr to suppress it
[00:05:46] <thomasvl> then i gotta drop
[00:06:08] <senorblanco> thomasvl: ok
[00:06:12] <rsesek> thomasvl, evmar: rohitrao's got a fix for a valgrind error that popped up early this morning (and then he'll drover my suppression)
[00:06:17] *** thakis_ has quit IRC
[00:06:24] <rsesek> and I've gotta get going
[00:06:30] <rohitrao> rsesek: should I just land them both together?
[00:06:37] <rsesek> rohitrao: if you can, that'd be good
[00:06:43] <rohitrao> k, will do
[00:06:43] <rohitrao> thanks
[00:06:51] *** tonikitoo has joined #chromium
[00:06:55] *** rsesek is now known as rsesek_afk
[00:07:35] *** zel has joined #chromium
[00:07:47] *** dglazkov has quit IRC
[00:07:48] *** xiyuan has joined #chromium
[00:08:06] *** dglazkov has joined #chromium
[00:08:06] *** ChanServ sets mode: +v dglazkov
[00:08:46] *** paul_irish has quit IRC
[00:09:09] *** paul_irish has joined #chromium
[00:09:13] <rohitrao> landed
[00:09:19] *** BryanWB has quit IRC
[00:13:00] *** bratsche has joined #chromium
[00:13:11] <bratsche> evmar around?
[00:13:49] <evmar> hi cody!
[00:13:53] <thomasvl> senorblanco: done
[00:14:03] <thomasvl> senorblanco: looks like next run might have found other issues.  :(
[00:14:06] <evmar> bratsche: pong
[00:14:18] <thomasvl> evmar: i'm out.  good luck!
[00:14:32] <bratsche> evmar: Hey dude.. I ran into another issue recently and just wanted to see if you have any thoughts on this.
[00:14:47] <evmar> sure, hit me
[00:14:56] *** thomasvl has quit IRC
[00:15:13] <evmar> (when you have a sec, can you explain the rgba windows stuff you're doing? i saw a patch go by...)
[00:15:29] <bratsche> evmar: So with gtk+ doing RGBA by default, Chromium blows up with a BadMatch once you go to a site using Flash plugin.. and I guess since Flash is not open source it can't just be changed to use the same colormap.
[00:15:53] <evmar> ah, ok, we're talking about the same thing then
[00:16:00] <dmaclach> jrg: ping
[00:16:07] <evmar> fta worked around it by setting some env var, i think?
[00:16:18] *** AaronMT has quit IRC
[00:16:25] <fta> export XLIB_SKIP_ARGB_VISUALS=1
[00:16:31] *** bweinstein has joined #chromium
[00:16:35] <bratsche> evmar: So basically what I'm trying to do is internally change gdk_screen_get_default_colormap() to return an RGBA colormap (unless your app is on a blacklist)
[00:16:41] <dmaclach> or nirnimesh ping
[00:16:53] <bratsche> fta: Thanks, but I'm hoping we'll find an actual solution here.
[00:17:14] *** ziad` has quit IRC
[00:17:15] <evmar> a blacklist makes me a bit nervous because if/when we fix flash we can't get off the list
[00:17:29] <fta> bratsche, sure. as i said, once you have it, i'll drop the workaround
[00:17:49] <bratsche> evmar: Not that Chromium cares about this detail, but the GdkColormap* that is returned by gdk_screen_get_default_colormap() is a different GdkColormap* than the one returned by gdk_screen_get_rgba_colormap().
[00:18:40] <bratsche> evmar: Yeah, I agree.. my manager was very insistent that I implement a blacklist feature, so I did that.  But I like fta's solution better.
[00:19:00] <evmar> why not change the default_colormap() to return the rgba one?
[00:19:27] <bratsche> Well, that wouldn't actually fix the BadMatch problem so it's kind of irrelevant that they're separate objects.
[00:19:31] *** tittiatcoke has quit IRC
[00:19:53] <bratsche> Not sure why I mentioned it I guess, but since you were asking for an explanation of the RGBA stuff I figured I'd mention it.
[00:20:30] <evmar> can you have windows with different colormaps in the same hierarchy?  like if we blacklist flash, can we still embed its window on top of chrome's rgba one?
[00:20:49] <evmar> i guess that must work, since you can have different cmaps for top-level windows (?)
[00:20:54] <bratsche> I think so, but to be honest I don't know quite enough about X11 fu to know the exact solution.
[00:21:15] <bratsche> But I think gtk+ does this internally with GtkStatusIcon or something already.
[00:21:20] <evmar> http://pastebin.com/JUdmxm3x is some of the code we do only in the plugin process, so it might be a natural place to set the other env variable
[00:21:24] <bratsche> Or GtkTrayIcon or whatever it's called.
[00:22:04] *** bweinstein has quit IRC
[00:22:25] <evmar> ok, sorry, i'm getting ahead of myself.  flash blows up with badmatch when you make chromium use an rgba colormap
[00:22:42] <evmar> is it all flash? or just some
[00:23:15] <bratsche> I'm not sure, I haven't actually done extensive testing on this.  I just saw that there were bug reports about it.
[00:23:22] <evmar> flash can be embedded in two ways.  one where it runs its own separate window, which i bet works already with your change.  in the other mode, we pass a pixmap to flash for it to draw on -- maybe we can always give it a non-rgba pixmap there
[00:23:44] <evmar> i suspect the BadMatch might be when we give it an rgba pixmap
[00:23:57] <bratsche> Yeah.
[00:24:45] *** Venom_X has quit IRC
[00:24:54] * fta thinks evmar should setup a maverick box ;)
[00:25:18] <bratsche> evmar: The blacklist feature would be done at the distro level anyway, so we could immediately remove Chromium from the list as soon as this is fixed.
[00:25:43] <evmar> ah, i see, you want to do the whole app
[00:25:47] <bratsche> That's kind of the plan anyway.  Right now Meerkat is a little unstable because there are several apps that blow up, and I haven't been allowed to allocate time to this yet.
[00:25:54] <evmar> i think it would be better to just do flash, since we do it in a different process anyway
[00:26:05] <evmar> if that can work, in any case
[00:26:15] <evmar> i guess on the other hand we don't benefit from the rgba right now
[00:26:19] <bratsche> It can't, really.. at least not the way I implemented the blacklist.
[00:26:33] <evmar> right, i mean, we can work around it on our side
[00:26:37] <evmar> in the code i pasted above
[00:26:42] <bratsche> http://pastebin.ubuntu.com/446797/
[00:26:47] <bratsche> Ah, okay.. well in that case, awesome.
[00:27:09] <evmar> i clearly do need a maverick box though, hrm
[00:27:21] <evmar> does rgba work in a vm?  that would be convenient
[00:27:58] <bratsche> Yeah, that's how I do it.
[00:28:07] <bratsche> I have a VMware Workstation setup here with Meerkat on it.
[00:28:59] <fta> i'm running it natively
[00:29:54] <bratsche> You're a braver man than I. ;)
[00:30:45] <fta> 10y+ of debian/unstable as my main desktop probably explains it
[00:32:26] <evmar> yeah, i remember always running unstable and not running into problems.  in retrospect that's kind of insane
[00:33:19] <evmar> so, bratsche, i guess:  (1) we can try hacking chrome's plugin_main.cc to set that env variable and see if that makes flash work; (2) if not, it's up to you to pick between fta's solution (where you turn it off within the chromium package) or yours (where you turn it off via the env)
[00:33:28] <evmar> and then longer term hopefully we (google) can fix flash
[00:34:11] <evmar> oh, there's another option too, which is that it might be chrome's fault for the BadMatch in how it interacts with flash.  would require some quality debugging time to figure it out.  it would be nice to get a backtrace from someone running with --sync
[00:34:12] <bratsche> Sounds good.
[00:34:32] *** skerner has joined #chromium
[00:35:00] <bratsche> Okay, I need to head out for tonight.. string quartet rehearsal in an hour.
[00:35:06] <bratsche> Thanks evmar, fta!
[00:35:21] <evmar> later
[00:35:41] <senorblanco> looks like all ChromeOS valgrind bots are green.  nice job, guys.
[00:36:05] <evmar> opening!
[00:36:19] *** trungl_mbp_away has quit IRC
[00:36:22] *** trungl_ has joined #chromium
[00:36:23] *** ChanServ sets mode: +v trungl_
[00:37:04] <trungl-bot> Tree status changed: tree open, be gentle
[00:39:42] <evmar> senorblanco: new webkit failures on linux it looks like
[00:41:11] *** feldstein has quit IRC
[00:41:15] <senorblanco> yeah, i saw that
[00:41:16] <senorblanco> weird
[00:41:36] <akalin> yay open tree
[00:42:58] <evmar> so close to all green
[00:43:30] <akalin> welcome back, evmar!!
[00:43:35] <evmar> thanks :)
[00:44:29] *** kliegs has quit IRC
[00:44:37] *** MikeSmithW3C^ has quit IRC
[00:45:17] *** inferno-sec has quit IRC
[00:46:27] <senorblanco> evmar: first one is a crash, second one is a fail, different test in each run
[00:46:55] *** coyo has quit IRC
[00:46:55] <evmar> yay flake
[00:47:11] <trungl-bot> Tree status changed: closed, throttling
[00:48:34] <evmar> who wants to bet on new failures in these eight new commits?
[00:49:59] <akalin> not mine!!
[00:50:12] *** ishermandom has joined #chromium
[00:50:26] *** paul_irish has quit IRC
[00:50:41] * sbyer flips a coin
[00:51:18] <trungl-bot> Tree status changed: closed, throttling (webkit linux -> senorblanco, valgrind mac -> ???)
[00:52:07] <evmar> valgrind mac seems to be finishing its work then timing out
[00:52:08] <akalin> ffff
[00:52:18] <akalin> oh, not new failures
[00:53:01] *** markmentovai has quit IRC
[00:53:28] *** coyo has joined #chromium
[00:53:35] *** ik0n has quit IRC
[00:54:08] <senorblanco> on the upside, we had a green reliability run
[00:54:32] *** lnostdal_ has quit IRC
[00:54:49] <senorblanco> linux webkit bot went green, for no apparent reason
[00:55:00] <evmar> yay flake++
[00:55:04] *** cbentzel has joined #chromium
[00:55:32] <evmar> heh, mac trybots have 40 pending
[00:55:43] *** ik0n has joined #chromium
[00:55:54] <evmar> and eta of an existing build is 1.3hr
[00:55:54] <thakis__> jamesr: "border-radius:50%;" doesn't work in chrome but does in safari 5. what gives?
[00:56:12] <jamesr> uhh
[00:56:26] *** vithos has quit IRC
[00:56:42] <thakis__> jamesr: fix it!
[00:57:29] *** rafaelw has left #chromium
[00:58:54] *** fuentesjr has joined #chromium
[00:59:30] *** vithos has joined #chromium
[00:59:30] <thakis__> jamesr: maybe it doesn't work in safari all the time either
[01:01:13] <senorblanco> linux try job:  43 min.  layout_linux_rel try job:  23 min.
[01:01:19] <senorblanco> that's just silly.
[01:01:51] <senorblanco> we have way too many unit tests that take >5sec
[01:02:10] <awong> that's just cause we like big units. ;)
[01:02:12] <evmar> i think perhaps the word "unit" is now meaningless
[01:02:19] <evmar> haha, jinx awong :)
[01:02:59] <fuentesjr> slightly off topic, but does anyone recommend any great books on management of software projects
[01:03:21] <awong> evmar: you can jinx me, but I refuse to be devoiced!
[01:05:00] *** Gabe_G23 has quit IRC
[01:05:17] *** ojan has quit IRC
[01:05:46] *** malavv has quit IRC
[01:07:23] <sbyer> sheriffs: 49200 needs to be reverted.  Not sure what when wrong there, was OK on the try bot.
[01:08:14] *** lnostdal_ has joined #chromium
[01:08:47] <evmar> ...\chrome\service\cloud_print\print_system_win.cc(273) :error C2664: 'cloud_print::PrintSystemWatcherWin::Start' : cannot convert parameter 2 from 'cloud_print::PrintSystemWin::PrintServerWatcherWin *const ' to 'cloud_print::PrintSystemWatcherWin::Delegate *'
[01:08:55] <evmar> is it not an easy fix?  i can revert if you want
[01:09:04] <sbyer> please
[01:09:17] <sbyer> I'll follow up with Gene tomorrow
[01:09:53] *** Kernel-Panic has quit IRC
[01:10:06] *** bradleymeck has quit IRC
[01:10:38] <evmar> ok, done
[01:10:44] <sbyer> thanks
[01:11:15] *** Kernel-Panic has joined #chromium
[01:12:47] *** erikkay has quit IRC
[01:13:33] <senorblanco> evmar: url-with-credential is about 1% fail, so probably not worth marking flaky
[01:14:33] *** BCalvignac has quit IRC
[01:15:59] <evmar> windooowwwwsss build, why are you so slow
[01:16:08] <senorblanco> evmar: invalid-image-data claims 2% fail, but it looks flakier than that.  will mark.
[01:18:18] *** tonyg-cr has quit IRC
[01:18:38] <eroman> is the throttling being done by sheriffs, or self controlled?
[01:18:47] <evmar> sheriffs
[01:18:51] <evmar> sheriff, really
[01:19:05] <evmar> eroman: got something? go ahead and ocmmit it
[01:19:26] <eroman> evmar: yeah, i would like to commit codereview 2663001
[01:19:35] *** tommi has quit IRC
[01:20:37] <eroman> ok committing...
[01:22:38] *** az has joined #chromium
[01:23:33] <ishermandom> pkasting: ping
[01:23:36] *** tonyg-cr has joined #chromium
[01:23:36] *** ChanServ sets mode: +v tonyg-cr
[01:25:38] <trungl-bot> Tree status changed: open (webkit linux -> senorblanco, valgrind mac -> ???)
[01:28:05] *** cbentzel has quit IRC
[01:29:11] *** feldstein has joined #chromium
[01:29:13] <senorblanco> WebKit roll incoming, gird your loins
[01:29:49] <evmar> http://answers.yahoo.com/question/index?qid=20061211104553AAQVGeN
[01:29:53] *** inferno-sec has joined #chromium
[01:29:55] <evmar> in case you were wondering too
[01:30:31] <senorblanco> :)
[01:30:55] <evmar> mac unittests fail :(
[01:31:41] *** MikeSmithW3C has joined #chromium
[01:32:43] <trungl-bot> Tree status changed: Tree is closed (Automatic: "compile" on "Chromium XP" from 49209: akalin at chromium dot org, dmaclach at chromium dot org, evan at chromium dot org (:evmar), pkasting at chromium dot org, scottbyer at chromium dot org (:sbyer), sergeyu at chromium dot org, tommi at chromium dot org, zelidrag at chromium dot org)
[01:32:48] *** ANTRat has quit IRC
[01:33:03] <evmar> kinda feeling like i'm bailing out a leaky boat here
[01:33:15] <senorblanco> compile failure + unittest_fail -> additional bagels are required
[01:33:15] <senorblanco> brb
[01:34:14] <trungl-bot> Tree status changed: open (webkit linux -> senorblanco, valgrind mac -> ???)
[01:35:11] <pkasting> ishermandom: pong
[01:35:30] *** tonyg-cr has quit IRC
[01:35:38] *** ANTRat has joined #chromium
[01:36:11] <ishermandom> pkasting: was hoping you could elaborate a bit on your comments for bug 45378 (http://code.google.com/p/chromium/issues/detail?id=45378)
[01:36:30] <pkasting> evmar: Why did you reopen?
[01:36:36] <pkasting> evmar: Is the compile failure understood?
[01:36:57] <pkasting> ishermandom: What was unclear>
[01:36:59] <pkasting> ?
[01:37:08] <ishermandom> I'm probably just missing something obvious, but I don't see why a script on a page I have navigated away from can affect pages I visit later
[01:37:10] <evmar> pkasting: yeah, i reverted it already (my commit that for some reason the bot is blaming me for)
[01:37:17] <pkasting> evmar: Ah
[01:37:32] <dmaclach> so evmar are we good?
[01:37:54] <dmaclach> libjingle issues could be me
[01:38:02] *** Gabe_G23 has joined #chromium
[01:38:47] <evmar> guh, compile fail is me
[01:39:12] <senorblanco> sheriff, arrest thyself :)
[01:39:30] <pkasting> ishermandom: abarth could explain better, but he's not here
[01:39:34] <evmar> not sure why this passed on the bots
[01:39:40] <evmar> but maybe i didn't wait after the last refactor
[01:39:53] *** pyr3 has joined #chromium
[01:40:00] *** asargent has joined #chromium
[01:40:00] *** ChanServ sets mode: +v asargent
[01:40:01] <evmar> ishermandom: in step 2 are you typing in the url from scratch? or clicking a link
[01:40:23] <pkasting> If it was typed from scratcch, it would use a new process
[01:40:27] <pkasting> And thus not be red
[01:40:36] *** fuentesjr has quit IRC
[01:40:41] <evmar> yeah, that's why i was asking... if it stayed red, that's a definite bug :)
[01:40:48] <ishermandom> evmar: typing it from scratch
[01:41:00] <ishermandom> or, copy/pasting
[01:41:04] <ishermandom> but same thing
[01:41:08] *** v4lyfe2 has quit IRC
[01:41:39] <evmar> i can confirm this repro
[01:41:50] *** Futek has joined #chromium
[01:42:03] <pkasting> Huh apparently it doesn't use a new process
[01:42:08] <akalin> yay open tree
[01:42:22] *** ziadh has joined #chromium
[01:42:26] *** dglazkov has quit IRC
[01:43:04] <pkasting> Maybe we do that for speed reasons, as shutting down the renderer and starting a new one for the same site would pay unnecessary cache access penalties
[01:43:25] <pkasting> creis would perhaps know more there
[01:43:50] <trungl-bot> Tree status changed: closed, throttled, ask on irc to commit (webkit linux -> senorblanco, valgrind mac -> ???)
[01:44:08] *** suls has quit IRC
[01:44:09] <akalin> fff
[01:45:01] *** timsteele has joined #chromium
[01:46:41] <pyr3> I've come across a WebKit bug that is 2.5 years old and no one has touched: https://bugs.webkit.org/show_bug.cgi?id=15256 It breaks inline html editing for things like CKEditor. Any hope that chromium-dev is more interested in fixing this than the WebKit devs?
[01:46:57] <asargent> akalin: "there's no way this giant rock could possibly fall on me; I'm just going to lie down here in its shade for a quick nap..."
[01:47:25] <akalin> asargent: ?
[01:47:34] <asargent> akalin: famous last words
[01:47:49] <akalin> oh, you mean "yay open tree"?
[01:47:51] <asargent> you said "yay open tree"
[01:47:52] <asargent> yes
[01:47:56] <akalin> indeed
[01:48:25] <evmar> pyr3: i cc'd our rich text master, maybe he has thoughts
[01:48:31] <ishermandom> pkasting: if that's the reason, maybe it makes sense to pay these penalties for the sake of being able to guarantee security
[01:48:43] <ishermandom> I'm still confused though
[01:48:46] <pkasting> I don't think so
[01:48:53] <dmaclach> evmar I'm going to assume that the libjingle issue is mine and revert 49202. OK with you?
[01:49:12] <pkasting> For example, there are numerous situations where we wouldn't be able to give you a new process
[01:49:13] <evmar> which libjingle issue?
[01:49:19] <pkasting> Like if we're at the process limit
[01:49:37] <akalin> dmaclach: that's a nasty issue that bit me too in a different way :(
[01:49:41] <ishermandom> if I were to click on a link on https://www.discoverbank.com that takes me to a proper page, https-wise
[01:49:49] <ishermandom> why would that have security concerns?
[01:49:53] <dmaclach> in the chromium xp build 49209 breakage
[01:49:54] <senorblanco> what's up w/Chromium XP?
[01:50:01] <pkasting> The issue is that the origin is pollutes
[01:50:07] <pkasting> polluted*
[01:50:17] <ishermandom> does the script still execute in the renderer after I leave the page?
[01:50:28] <dmaclach> akalin: it bit me hard too. We really need to fix it up.
[01:50:33] <ishermandom> I'm not really sure what you mean by "polluted", sorry
[01:50:37] <pkasting> You could probably execute script in onunload(), yes
[01:50:41] <pyr3> evmar: Thanks.
[01:50:53] <dmaclach> evmar: in the chromium xp build 49209 breakage
[01:51:01] <evmar> dmaclach: i think that was the print thing
[01:51:11] <evmar> dmaclach: that i already reverted
[01:51:20] <evmar> or is there more that needs reverting?
[01:51:26] <pkasting> ishermandom: I don't think I can explain it well as I'm not one of the security folks.  If you want to understand why in detail, you'll need to ask one of them.
[01:51:33] <sbyer> there were two issues - the print thing and a libjingle link thing
[01:51:37] <pkasting> ishermandom: I'm the person who implements the behavior they specify.
[01:51:45] <evmar> dmaclach: go for it
[01:52:24] <pkasting> ishermandom: I believe you can use script to establish persistent iframes that can then muck with all opened pages, that sort of thing
[01:52:25] <dmaclach> evmar my guess is the "libjingle.lib(diskcache.obj) : error LNK2001: unresolved external symbol __CrtDbgReportW" stuff is me
[01:52:50] <senorblanco> some valgrind nastiness has also appeared
[01:53:03] <dmaclach> evmar/sbyer: reverted
[01:53:40] <evmar> we're not having a lot of luck with successful commits here :)
[01:53:48] <evmar> of the eight that went in the last window, two were bad
[01:53:56] <evmar> and then i did a bad one right after that
[01:54:44] <ishermandom> pkasting: ok thanks
[01:54:51] <senorblanco> estade: modules vista?
[01:55:17] <estade> senorblanco: looking
[01:55:50] *** rolandsteiner has joined #chromium
[01:58:17] <estade> senorblanco: i dont understand why the try only went to linux :(
[01:58:19] <estade> i'll revert
[01:58:39] <senorblanco> win trybots are extremely backed up and/or slow today
[01:58:54] <eglaysher> win trybots have been lagging all day.
[01:59:14] *** magn3ts has joined #chromium
[01:59:44] *** tonyg-cr has joined #chromium
[01:59:44] *** ChanServ sets mode: +v tonyg-cr
[02:00:40] <estade> senorblanco: reverted
[02:00:44] <dmaclach> are several of the win trybots hung? there's one with an ETA of -1489s
[02:00:47] <senorblanco> tx
[02:00:52] <estade> senorblanco: http://codereview.chromium.org/2775002/show
[02:01:13] *** phanee has joined #chromium
[02:01:24] *** phanee has joined #chromium
[02:01:44] <senorblanco> i'm not really a sheriff, i just play one on TV
[02:01:55] <senorblanco> i'm just a simple gardener
[02:02:22] *** MikeSmithW3C has quit IRC
[02:04:00] <trungl-bot> Tree status changed: closed, feel free to fix red builds then reopen (webkit linux -> senorblanco, valgrind mac -> ???)
[02:04:07] <evmar> and with that, i'm out
[02:04:13] *** kcbanner has quit IRC
[02:04:13] <thakis__> estade: what's the minimum gtk version chorme supports?
[02:04:16] <thakis__> evmar: cu
[02:04:22] <evmar> thakis__: 2.12
[02:04:23] <estade> thakis__: 12
[02:04:28] <evmar> thakis__: but we might switch to whatever lucid has
[02:04:34] <thakis__> kthx
[02:04:39] *** evmar is now known as evmar_afk
[02:08:04] *** Futek has quit IRC
[02:09:23] <akalin> oh, god the red... D:
[02:09:50] *** RT|Chatzilla has joined #chromium
[02:11:53] <senorblanco> #define RED GREEN
[02:11:59] <senorblanco> go(home);
[02:15:56] *** dmaclach has quit IRC
[02:17:12] *** sbyer is now known as sbyer_afk
[02:19:03] *** kcbanner has joined #chromium
[02:20:28] <senorblanco> I gotta catch a train
[02:20:30] <senorblanco> later
[02:20:34] *** senorblanco has quit IRC
[02:20:44] *** drusepth has quit IRC
[02:21:13] *** asargent has left #chromium
[02:21:39] *** thakis__ has quit IRC
[02:21:59] *** rohitrao has quit IRC
[02:22:51] <feldstein> Is anyone familiar with cocoa accessibility who would be willing to do a code review?
[02:24:05] *** fqian has quit IRC
[02:24:13] *** trungl is now known as trungl_away
[02:25:41] *** hbono has joined #chromium
[02:26:20] *** rolandsteiner1 has joined #chromium
[02:28:53] *** rolandsteiner has quit IRC
[02:29:14] *** trungl_ has quit IRC
[02:30:58] *** jschuh has quit IRC
[02:34:21] <akalin> can we reopen yet
[02:35:36] *** remyo has joined #chromium
[02:35:38] <willchan> sheriffs have gone home, so you should probably make the call yourself
[02:35:54] <akalin> hmm
[02:36:02] <remyo> Is there a shortcut key to get out of the address filed once you've focused on it?
[02:36:24] <remyo> Or better, question. Is there a shortcut key to focus on the current page
[02:36:42] *** beng___ has quit IRC
[02:37:31] *** Martijnc has quit IRC
[02:38:17] <tony^work> remyo: does tab work?  what OS are you on?
[02:38:48] <remyo> tony^work: Tab works but doesn't focus me back onto the page. I'm on OS X
[02:38:58] *** Andy-at-home has quit IRC
[02:39:06] *** stevenjb has quit IRC
[02:39:22] <tony^work> ah, that's a bug on OSX.  tab works fine on win and linux
[02:39:24] <tony^work> I'll file a bug
[02:40:08] <remyo> Thanks
[02:40:38] <remyo> I'm trying to control the browser with vimium (great extension) and every time I command+l it breaks my flow :(
[02:42:36] <tony^work> http://code.google.com/p/chromium/issues/detail?id=46120
[02:43:44] *** TabAtkins_ has quit IRC
[02:44:38] <remyo> tony^work: Thanks so much
[02:45:12] *** xji has joined #chromium
[02:45:14] *** TabAtkins_ has joined #chromium
[02:46:07] *** trungl has joined #chromium
[02:46:07] *** ChanServ sets mode: +v trungl
[02:47:59] <remyo> Until its officially fixed do you happen to know any way around the bug?
[02:50:14] *** dave_levin has joined #chromium
[02:53:50] *** yutak_home has quit IRC
[02:57:21] <tony^work> remyo: sometimes it works for me, sometimes it doesnt
[02:57:25] <tony^work> afk
[02:57:58] <remyo> Weird
[02:59:45] <willchan> why are the mac/win trybots so backed up?  58 and 43? pending :(
[03:00:28] <trungl> trungl-bot: lkgr
[03:00:29] <trungl-bot> trungl: 49195
[03:01:05] *** koollman has quit IRC
[03:01:57] *** koollman has joined #chromium
[03:02:33] *** trungl has quit IRC
[03:02:49] *** tedoc2000 has quit IRC
[03:03:04] *** dmaclach has joined #chromium
[03:04:17] *** dmaclach has quit IRC
[03:04:19] *** trungl has joined #chromium
[03:04:19] *** ChanServ sets mode: +v trungl
[03:05:58] *** leeight has joined #chromium
[03:06:00] *** leeight has left #chromium
[03:06:34] *** trungl_ has joined #chromium
[03:06:34] *** ChanServ sets mode: +v trungl_
[03:06:38] <akalin> i think the tree is green enough to reopen
[03:06:54] *** trungl__ has joined #chromium
[03:06:54] *** ChanServ sets mode: +v trungl__
[03:07:18] <dcheng_> Hmm. One of the tabs in my dev channel Chrome just about completely wedged my machine.
[03:07:40] <akalin> blah, maybe not
[03:07:42] <akalin> i don't know
[03:08:18] *** Waste has joined #chromium
[03:11:08] <maruel> willchan: oh crap, something's wrong
[03:11:13] *** trungl has quit IRC
[03:11:14] *** trungl__ is now known as trungl
[03:11:24] <maruel> that's what happens when I ignore all my emails
[03:11:35] *** trungl_ has quit IRC
[03:13:17] *** trungl_ has joined #chromium
[03:13:17] *** ChanServ sets mode: +v trungl_
[03:15:53] *** tonikitoo has quit IRC
[03:16:40] <maruel> bah, I killed a few jobs, to realize that they are actually working, albeit slowly
[03:17:03] *** trungl has quit IRC
[03:17:06] *** trungl_ is now known as trungl
[03:17:11] *** paul_irish has joined #chromium
[03:19:25] *** tonikitoo has joined #chromium
[03:21:18] * maruel looks at mac's BSOD equivalent and pesters a bit
[03:22:12] *** MikeSmithW3C has joined #chromium
[03:22:25] *** darwin has quit IRC
[03:22:37] *** dglazkov has joined #chromium
[03:22:37] *** ChanServ sets mode: +v dglazkov
[03:22:59] *** trungl has quit IRC
[03:24:18] *** dpranke has quit IRC
[03:24:43] *** arv has quit IRC
[03:24:50] *** leeight has joined #chromium
[03:24:53] *** leeight has left #chromium
[03:25:27] *** vieira has joined #chromium
[03:29:07] *** vieira has joined #chromium
[03:30:18] *** Gabe_G23 has quit IRC
[03:30:44] *** xji has quit IRC
[03:32:11] *** RT|Chatzilla has quit IRC
[03:32:53] *** vieira has quit IRC
[03:35:46] *** paul_irish has quit IRC
[03:36:20] *** Wastesuk has joined #chromium
[03:37:59] *** Waste has quit IRC
[03:39:56] *** pyr3 has quit IRC
[03:40:11] *** Gabe_G23 has joined #chromium
[03:42:20] *** paul_irish has joined #chromium
[03:42:41] *** fbarchard has joined #chromium
[03:43:03] *** dglazkov has quit IRC
[03:45:25] *** ishermandom has quit IRC
[03:49:35] <kbr_google> fyi, fixing upstream build problem on chromium win related to webgl
[03:50:16] *** pathorn has quit IRC
[03:50:18] *** csilv has left #chromium
[03:52:18] *** jamesr has quit IRC
[03:53:03] *** MikeSmithW3C has quit IRC
[03:56:30] <fbarchard> is anyone looking into the tree closure?
[04:00:32] *** bevc_work has quit IRC
[04:01:20] *** Wastesuk is now known as Waste
[04:01:29] *** Waste has quit IRC
[04:01:29] *** Waste has joined #chromium
[04:01:29] *** Waste has joined #chromium
[04:04:02] *** johnny_g has quit IRC
[04:04:51] *** paul_iri_ has joined #chromium
[04:04:54] *** paul_irish has quit IRC
[04:05:03] *** paul_iri_ is now known as paul_irish
[04:06:23] *** RT|Chatzilla has joined #chromium
[04:07:36] *** rubenbb has quit IRC
[04:08:20] *** parasight has quit IRC
[04:10:52] *** parasight has joined #chromium
[04:13:14] *** dglazkov has joined #chromium
[04:13:14] *** ChanServ sets mode: +v dglazkov
[04:17:52] *** Bleak has joined #chromium
[04:21:39] *** arv has joined #chromium
[04:23:16] *** paul_irish has quit IRC
[04:24:15] *** mflex has joined #chromium
[04:24:15] *** remyo has quit IRC
[04:24:46] *** mflex has left #chromium
[04:25:18] *** Buglouse has quit IRC
[04:25:41] *** beej666 has quit IRC
[04:29:10] *** arv has quit IRC
[04:31:04] *** hbono has quit IRC
[04:33:29] *** hbono has joined #chromium
[04:35:52] *** paul_irish has joined #chromium
[04:35:54] *** MikeSmithW3C has joined #chromium
[04:35:59] *** paul_irish has quit IRC
[04:39:07] *** magn3ts has quit IRC
[04:42:42] *** drusepth has joined #chromium
[04:43:08] *** Kernel-Panic has quit IRC
[04:43:20] *** jamesr has joined #chromium
[04:43:33] *** Kernel-Panic has joined #chromium
[04:45:08] *** Beetny has joined #chromium
[04:45:21] *** legion13 has joined #chromium
[04:45:31] *** FullFlannelJacke has quit IRC
[04:53:20] *** tedoc2000 has joined #chromium
[04:56:13] *** TheEggMan has joined #chromium
[04:56:13] *** TheEggMan has quit IRC
[04:57:20] *** FullFlannelJacke has joined #chromium
[04:57:55] *** abarth has joined #chromium
[04:57:56] *** ChanServ sets mode: +v abarth
[04:59:23] *** tonyg-cr has quit IRC
[04:59:46] *** tlrobinson has joined #chromium
[05:00:59] *** dmaclach has joined #chromium
[05:02:38] *** Waste has quit IRC
[05:03:03] *** legion13 has quit IRC
[05:04:22] *** jamesr has quit IRC
[05:04:29] <akalin> reopening tree
[05:05:03] *** dmaclach_ has joined #chromium
[05:05:21] <trungl-bot> Tree status changed: open, redness is tolerable (webkit linux -> senorblanco, valgrind mac -> ???)
[05:05:40] *** FullFlannelJacke has quit IRC
[05:06:28] *** inferno-sec_ has joined #chromium
[05:06:57] *** dmaclach has quit IRC
[05:06:57] *** dmaclach_ is now known as dmaclach
[05:07:17] <dumi> akalin: the chromeos memory bot is REALLY unhappy again, maybe we should keep the tree closed to not make it worse until somebody takes a look at that?
[05:07:35] <akalin> dumi: oh, okay
[05:08:01] <akalin> "Chromium OS UI (valgrind)" bots?
[05:08:07] <dumi> akalin: yes
[05:08:10] <akalin> ok
[05:08:19] <akalin> i am never sure what redness is tolerable :(
[05:08:44] <dumi> me neither, but the three was closed for a good part of the day because the sheriffs were trying to fix those bots
[05:08:49] <akalin> oh, i see
[05:08:56] <dumi> and i think they did fix them, and as soon as the tree reopened, those bots went red again
[05:09:22] <dumi> hamaji: any opinion on whether the tree should be open or closed?
[05:09:24] <trungl-bot> Tree status changed: closed, Chromium OS memory bots unhappy (webkit linux -> senorblanco, valgrind mac -> ???)
[05:19:33] *** tonyg-cr has joined #chromium
[05:19:33] *** ChanServ sets mode: +v tonyg-cr
[05:25:28] *** rubenbb has joined #chromium
[05:29:08] *** tonyg-cr has quit IRC
[05:34:01] *** dmaclach_ has joined #chromium
[05:37:02] *** dmaclach has quit IRC
[05:37:02] *** dmaclach_ is now known as dmaclach
[05:38:09] *** hbono has quit IRC
[05:38:13] *** mflex has joined #chromium
[05:38:49] *** mflex has left #chromium
[05:39:45] *** michaeln has quit IRC
[05:41:20] *** hbono has joined #chromium
[05:44:02] *** dglazkov has quit IRC
[05:45:10] *** dglazkov has joined #chromium
[05:45:10] *** ChanServ sets mode: +v dglazkov
[05:49:59] <hbono> hamaji: it seems a WebKit merge caused lots of leaks on "Chromium OS UI (valgrind)" bots.
[05:52:15] *** dmaclach has quit IRC
[06:12:41] *** dmaclach has joined #chromium
[06:14:18] *** fqian has joined #chromium
[06:16:10] *** dave_levin has quit IRC
[06:18:29] *** dglazkov has quit IRC
[06:23:01] *** skydrome has quit IRC
[06:25:03] *** bweinstein has joined #chromium
[06:25:33] *** bweinstein has joined #chromium
[06:25:43] *** johnny_g has joined #chromium
[06:27:12] *** hbono has quit IRC
[06:29:54] *** johnny_g has quit IRC
[06:30:25] *** rolandsteiner1 is now known as rsteiner
[06:30:35] *** ChanServ sets mode: +v rsteiner
[06:34:06] *** rubenbb has quit IRC
[06:34:07] *** hbono has joined #chromium
[06:34:45] *** skerner has quit IRC
[06:36:32] *** shenki has quit IRC
[06:41:11] *** zaspire has quit IRC
[06:46:29] *** Kunalagon has joined #chromium
[06:47:44] *** trungl has joined #chromium
[06:47:45] *** ChanServ sets mode: +v trungl
[06:48:16] *** rubenbb has joined #chromium
[06:51:34] <hamaji> hmm a lot of leaks. i'll look into this. for the meantime, i'd open the tree as it's night in mtv and people might not pile many other leaks
[06:56:28] *** dumi has quit IRC
[06:57:11] *** bweinstein has quit IRC
[07:01:37] <trungl-bot> Tree status changed: open, please refrain from committing big changes (valgrind -> hamaji)
[07:04:00] <hamaji> willchan: you there? i'm guessing your change made valgrind linux red
[07:04:43] *** trungl-bot has quit IRC
[07:04:56] *** skydrome has joined #chromium
[07:05:02] *** trungl-bot has joined #chromium
[07:05:59] <trungl-bot> Tree status changed by viettrungluu at chromium dot org (:trungl): open, please refrain from committing big changes (valgrind -> hamaji) [vtl-test]
[07:06:59] <trungl-bot> Tree status changed by viettrungluu at chromium dot org (:trungl): open, please refrain from committing big changes (valgrind -> hamaji)
[07:07:57] <hamaji> k, i'd revert 49188
[07:08:32] *** bers has joined #chromium
[07:11:46] <trungl> 2fs
[07:12:43] <trungl> 1
[07:13:09] <trungl> 11
[07:13:11] <trungl> 1
[07:13:22] <trungl> 1
[07:14:05] <trungl-bot> Tree status changed by hamaji at chromium dot org: open, please refrain from committing big changes (chromiumos valgrind -> hamaji, linux/mac valgrind -> reverted r49188)
[07:14:23] <trungl> 1
[07:14:31] <trungl>
[07:14:50] <trungl>
[07:14:52] *** fqian has quit IRC
[07:14:52] <trungl> 2
[07:14:54] *** tonyg-cr has joined #chromium
[07:14:54] *** ChanServ sets mode: +v tonyg-cr
[07:14:57] <trungl> 2
[07:14:58] <trungl> 1
[07:15:04] <trungl>
[07:15:46] *** tonyg-cr has quit IRC
[07:15:51] <trungl> foo
[07:15:55] *** cying has joined #chromium
[07:16:00] <trungl> foo
[07:16:07] <trungl> foo
[07:16:13] <trungl> foo
[07:16:48] <trungl> 1foo
[07:17:14] <trungl> foo
[07:17:19] <trungl> (don't mind me)
[07:18:05] *** inferno-sec_ has quit IRC
[07:19:52] *** patcito has joined #chromium
[07:19:55] <patcito> hi
[07:19:59] *** bweinstein has joined #chromium
[07:20:24] <patcito> is there a way to read files with getAsDataURL or readAsDataURL in chromium using the fileAPI?
[07:21:16] <trungl> foo
[07:23:24] <trungl> foo
[07:23:42] *** abarth has quit IRC
[07:25:22] *** bevc has joined #chromium
[07:25:45] *** trungl-bot has quit IRC
[07:26:04] <trungl> trungl-bot: expexp
[07:26:04] *** trungl-bot has joined #chromium
[07:26:10] <trungl> trungl-bot: expexp
[07:26:10] <trungl-bot> trungl: Error: "expexp" is not a valid command.
[07:26:22] *** kphanee has joined #chromium
[07:26:26] <trungl> trungl-bot: exptemp
[07:26:27] <trungl-bot> foo
[07:28:18] <hamaji> hmm i'm not sure if the webkit roll is the cause of chrome os valgrind failure. it seems this red happened even before the webkit roll: http://build.chromium.org/buildbot/memory/builders/Chromium%20OS%20UI%20(valgrind)(1)/builds/3506
[07:30:02] *** bers has quit IRC
[07:31:28] *** MikeSmithW3C^ has joined #chromium
[07:34:40] *** MikeSmithW3C has quit IRC
[07:36:36] *** loislo has joined #chromium
[07:38:39] *** trungl-bot has quit IRC
[07:38:45] *** trungl-bot has joined #chromium
[07:38:58] <trungl> trungl-bot: exptemp
[07:38:59] <trungl-bot> ,Foo bar baz
[07:40:41] *** tedoc2000 has quit IRC
[07:40:45] *** trungl-bot has quit IRC
[07:41:01] *** trungl-bot has joined #chromium
[07:41:06] <trungl> trungl-bot: exptemp
[07:41:07] <trungl-bot> Foo bar baz
[07:41:08] <trungl-bot> Foo bar baz
[07:41:35] *** trungl-bot has quit IRC
[07:41:52] *** trungl-bot has joined #chromium
[07:41:57] <trungl> trungl-bot: exptemp
[07:41:58] <trungl-bot> Foo bar baz
[07:42:00] <trungl-bot> Foo bar baz
[07:44:43] *** peavey has quit IRC
[07:49:50] *** trungl-bot has quit IRC
[07:50:06] *** hagebake has joined #chromium
[07:50:06] *** trungl-bot has joined #chromium
[07:50:06] *** hagebake has quit IRC
[07:50:06] *** hagebake has joined #chromium
[07:50:30] *** trungl-bot has quit IRC
[07:50:48] *** trungl-bot has joined #chromium
[07:50:59] <trungl> don't mind me, while I cycle through some tree statuses
[07:51:17] *** peavey has joined #chromium
[07:51:31] *** hagabaka has quit IRC
[07:51:45] <trungl-bot> Tree closed by viettrungluu at chromium dot org (:trungl): closed [vtl testing], please refrain from committing big changes (chromiumos valgrind -> hamaji, linux/mac valgrind -> reverted r49188)
[07:52:02] *** hagebake has quit IRC
[07:52:46] <trungl-bot> Unknown tree status set by viettrungluu at chromium dot org (:trungl): foobar [vtl testing], please refrain from committing big changes (chromiumos valgrind -> hamaji, linux/mac valgrind -> reverted r49188)
[07:53:47] <trungl-bot> Tree opened by viettrungluu at chromium dot org (:trungl): open, please refrain from committing big changes (chromiumos valgrind -> hamaji, linux/mac valgrind -> reverted r49188)
[07:53:54] <trungl> Oops.
[07:53:59] <trungl> That was supposed to be green.
[07:54:12] <fbarchard> bumping deps for ffmpeg to build cleaner on linux
[07:54:41] *** trungl-bot has quit IRC
[07:54:48] *** trungl-bot has joined #chromium
[07:55:37] *** faffi has joined #chromium
[07:55:44] <trungl-bot> Tree opened by viettrungluu at chromium dot org (:trungl): open, please refrain from committing big changes (chromiumos valgrind -> hamaji, linux/mac valgrind -> reverted r49188) [vtl testing]
[07:56:45] <trungl-bot> Tree opened by viettrungluu at chromium dot org (:trungl): open, please refrain from committing big changes (chromiumos valgrind -> hamaji, linux/mac valgrind -> reverted r49188)
[07:56:55] <trungl> thank you for your patience
[07:57:05] <trungl> hopefully, everything still works correctly
[07:57:17] * trungl should write unit tests for trungl-bot.
[07:57:41] <faffi> im reading the documentation on how to add an ssl cert to chromium but i still dont understand the exact steps i need to take, such as the information from the server that i need
[07:58:40] <hamaji> tony^work: your r49224 made some windows bots red?
[07:59:02] <hamaji> tony^work: most of them seem to be bot issue though?
[08:03:50] *** kcbanner has quit IRC
[08:09:12] *** ishermandom has joined #chromium
[08:14:41] *** morrita has quit IRC
[08:15:53] <tony^work> looking
[08:16:15] *** dabear has quit IRC
[08:16:29] *** dabear has joined #chromium
[08:18:06] <tony^work> hamaji: I don't think the browser_tests or extract_build failures are related to my checkin
[08:18:07] *** ishermandom has quit IRC
[08:18:51] *** kcbanner has joined #chromium
[08:19:31] <hamaji> tony^work: ok thanks! actually they are getting healthy...
[08:28:49] *** bgmerrell has quit IRC
[08:29:07] *** bgmerrell has joined #chromium
[08:29:59] *** Zaba has quit IRC
[08:33:58] *** bevc has quit IRC
[08:34:11] *** Zaba has joined #chromium
[08:43:12] *** bweinstein has quit IRC
[08:44:20] *** ik0n has quit IRC
[08:50:19] *** glaksmono has joined #chromium
[08:54:29] *** Erkan_Yilmaz has quit IRC
[08:56:26] *** Beetny_ has joined #chromium
[08:57:39] *** Beetny has quit IRC
[08:57:40] *** Beetny_ is now known as Beetny
[08:59:48] *** cying has quit IRC
[09:02:10] *** glaksmono_ has joined #chromium
[09:04:42] *** glaksmono has quit IRC
[09:05:20] *** glaksmono has joined #chromium
[09:06:36] *** glaksmono__ has joined #chromium
[09:06:52] *** GeekShadow has joined #chromium
[09:07:41] *** glaksmono_ has quit IRC
[09:10:01] *** glaksmono has quit IRC
[09:13:16] *** trungl has quit IRC
[09:14:13] *** glaksmono__ has quit IRC
[09:14:46] *** FullFlannelJacke has joined #chromium
[09:16:17] *** glaksmono has joined #chromium
[09:16:23] *** coyo is now known as SleepingCoyote
[09:18:52] *** Administrator__ has joined #chromium
[09:20:23] *** glaksmono_ has joined #chromium
[09:21:10] *** glaksmono has quit IRC
[09:21:20] *** glaksmono_ is now known as glaksmono
[09:22:31] *** alyxuk has quit IRC
[09:24:02] *** alyxuk has joined #chromium
[09:24:02] *** alyxuk has quit IRC
[09:24:02] *** alyxuk has joined #chromium
[09:25:21] *** morrita has joined #chromium
[09:25:23] *** glaksmono_ has joined #chromium
[09:26:33] *** Kernel-Panic has quit IRC
[09:27:06] *** General1337 has joined #chromium
[09:27:10] *** glaksmono has quit IRC
[09:27:42] *** glaksmono has joined #chromium
[09:28:42] *** nebula has joined #chromium
[09:29:25] *** glaksmono__ has joined #chromium
[09:30:05] *** General13372 has quit IRC
[09:31:22] *** glaksmono_ has quit IRC
[09:32:34] *** glaksmono has quit IRC
[09:32:37] *** glaksmono__ is now known as glaksmono
[09:38:45] *** Kernel-Panic has joined #chromium
[09:41:20] <Administrator__> fuck ,the chromium team is a fuck team not any a useful build instrument docs ,i have viewed and reviewed again and again form dev.chromium.org code. google.com etc.i couldnot find any useful manual ,funk google guck chromium
[09:42:24] *** Administrator__ has quit IRC
[09:52:22] *** glaksmono has quit IRC
[09:52:41] *** wocao has joined #chromium
[09:54:13] *** henkpoley has joined #chromium
[09:55:34] *** FullFlannelJacke has quit IRC
[09:56:15] <wocao>     kk
[09:59:28] *** shepazu has joined #chromium
[10:04:00] *** BCalvignac has joined #chromium
[10:05:27] *** hbono has quit IRC
[10:06:00] *** BCalvignac has quit IRC
[10:06:35] *** bauerb has joined #chromium
[10:07:10] *** rsteiner has quit IRC
[10:08:02] *** BCalvignac has joined #chromium
[10:10:21] *** markusheintz has joined #chromium
[10:11:37] *** rolandsteiner has joined #chromium
[10:32:30] *** hbono has joined #chromium
[10:36:44] *** patcito has quit IRC
[10:47:24] *** yuzo has quit IRC
[10:52:05] <hamaji> hmm i'll close the tree again as i couldn't see the cause of chromium os bot redness
[10:52:43] <trungl-bot> Tree closed by hamaji at chromium dot org: closed (chromiumos valgrind needs investigation)
[10:53:47] *** yuzo has joined #chromium
[10:54:58] <tony^work> oo, fancy colored text from the bot
[10:57:33] *** ROBOd has joined #chromium
[10:59:19] *** rohitrao has joined #chromium
[10:59:19] *** ChanServ sets mode: +v rohitrao
[11:00:25] *** rolandsteiner has quit IRC
[11:00:37] <hamaji> jshin: linux heapcheck seemed to start failing from your change. do you have any idea about this? http://build.chromium.org/buildbot/memory/builders/Linux%20Heapcheck/builds/3360
[11:13:52] *** BCalvignac has quit IRC
[11:22:21] *** apavlov has joined #chromium
[11:22:22] *** hbono has quit IRC
[11:25:59] *** timurrrr has joined #chromium
[11:26:05] <joth> Anyone looking at the chrome os valgrind failure?
[11:26:45] <joth> I propose to revert http://src.chromium.org/viewvc/chrome?view=rev&revision=48102 as that speculatively enabled the test which is now failing
[11:27:00] <timurrrr> Hi. Can I commit http://codereview.chromium.org/2765002 ?
[11:27:31] <jorlow> timurrrr: seems reasonable
[11:28:13] <timurrrr> It shouldn't affect Valgrind bots much, maybe some more tests will get excluded (which is in fact what supposed to be done earlier)
[11:28:15] <hamaji> joth: sounds great idea
[11:29:05] <timurrrr> joth: is it failing on ChromiumOS bots?
[11:29:22] <joth> hamaji: OK, I'll do that and CC the authors of r48102 and r49188 (which is when it started failing once more)
[11:29:29] <joth> timurrrr: yes
[11:29:46] <joth> http://build.chromium.org/buildbot/memory/builders/Chromium%20OS%20UI%20(valgrind)(2)/builds/3724/steps/valgrind%20test:%20base/logs/stdio
[11:29:55] <timurrrr> joth: yep, I see
[11:30:05] *** henkpoley has left #chromium
[11:35:31] *** BCalvignac has joined #chromium
[11:36:49] <joth> done. lets see how that does...
[11:38:58] *** wocao has quit IRC
[11:39:00] <timurrrr> re:ChromiumOS/UI - looks like this may be related to WebKit roll
[11:39:16] <timurrrr> http://build.chromium.org/buildbot/memory/builders/Chromium%20OS%20UI%20(valgrind)(3)/builds/3741 -> Roll DEPS for WebKit 60844:60868.
[11:43:57] *** MikeSmithW3C^ has quit IRC
[11:46:17] *** hbono has joined #chromium
[11:50:50] *** tittiatcoke has joined #chromium
[11:50:51] *** tittiatcoke has quit IRC
[11:50:51] *** tittiatcoke has joined #chromium
[11:51:55] <joth> timurrrr: I submitted a try job to roll back the roll http://build.chromium.org/buildbot/try-server/builders/linux_chromeos_valgrind/builds/72
[11:54:29] <timurrrr> joth: Sounds good
[11:57:51] *** rolandsteiner has joined #chromium
[11:58:15] <timurrrr> joth: Valgrind tryjobs don't run UI tests...
[12:00:54] *** MikeSmithW3C has joined #chromium
[12:01:08] *** glider has joined #chromium
[12:04:09] <glider> hamaji: yt?
[12:06:07] *** GeekShadow has quit IRC
[12:06:34] <hamaji> glider: yes
[12:09:27] <glider> hamaji: I'm going to land a heapcheck suppression for leaks in ipc_tests on Linux
[12:10:40] *** chrisccoulson has quit IRC
[12:11:06] <hamaji> glider: sounds great, thanks for doing it! please cc jshin and me when you file a bug
[12:11:27] *** slavka` has joined #chromium
[12:11:55] *** mahemoff_ has joined #chromium
[12:12:08] *** chrisccoulson has joined #chromium
[12:15:56] *** mahemoff has joined #chromium
[12:16:16] *** mahemoff_ has quit IRC
[12:25:42] *** dmaclach has quit IRC
[12:26:29] *** duffydack has joined #chromium
[12:27:21] *** MikeSmithW3C has quit IRC
[12:28:02] *** mahemoff has quit IRC
[12:28:40] *** mahemoff has joined #chromium
[12:29:08] *** whesse has joined #chromium
[12:31:44] *** chrisccoulson has quit IRC
[12:32:40] *** rolandsteiner has quit IRC
[12:43:13] *** cmtx_ has joined #chromium
[12:43:53] *** chrisccoulson has joined #chromium
[12:44:58] *** ishermandom has joined #chromium
[12:45:32] *** hbono has quit IRC
[12:57:10] *** ishermandom has quit IRC
[12:59:45] *** tittiatcoke has quit IRC
[13:02:26] *** _rs has joined #chromium
[13:03:29] *** zaspire has joined #chromium
[13:05:19] *** Dimmuxx has joined #chromium
[13:10:04] <timurrrr> Is there anyone investigating ChromiumOS Valgrind bots?
[13:10:06] *** amx has joined #chromium
[13:16:38] *** MikeSmithW3C has joined #chromium
[13:18:12] *** shreyas has joined #chromium
[13:20:02] *** MikeSmithW3C has quit IRC
[13:20:09] <hamaji> timurrrr: ah, i commented on the bug you opened
[13:20:30] *** MikeSmithW3C has joined #chromium
[13:21:49] *** tonikitoo has quit IRC
[13:23:35] <timurrrr> I see
[13:24:02] <timurrrr> hamaji: do you know what we can do with it?
[13:24:41] <timurrrr> re: CrOS/Valgrind -> is it possible to revert r49211 ? Looks like it results in some net:: leaks..
[13:28:24] <hamaji> timurrrr: hmm i can see the net:: leaks before r49211 http://build.chromium.org/buildbot/memory/builders/Chromium%20OS%20UI%20%28valgrind%29%281%29/builds/3506
[13:31:19] *** shepazu has quit IRC
[13:34:00] <timurrrr> hamaji: yes, looks you're right
[13:34:40] <timurrrr> what do you think about opening the tree with (CrOS/Valgrind -> ???)
[13:34:42] <timurrrr> ?
[13:35:28] <whesse> We would like to push a new version of V8.
[13:36:37] <hamaji> timurrrr: i'm not sure about policy around tree open/close (i'm mainly working for webkit these days), but i'd like to wait for a while because joth made committed a change for chromium os bots http://build.chromium.org/buildbot/memory/changes/9213
[13:36:50] <hamaji> timurrrr: i want to see the results
[13:37:16] <hamaji> whesse: yeah i'd like to do the next webkit roll, too...
[13:37:44] <timurrrr> hamaji: OK
[13:40:23] <hamaji> i cannot see today's !PDT chromium build sheriff. eisinger should be sheriffing now maybe?
[13:42:48] <trungl-bot> Tree closed by timurrrr at chromium dot org: closed (chromiumos valgrind -> help needed)
[13:43:09] <timurrrr> (I hope that'd pay some more attention from devs)
[13:44:16] *** Martijnc has joined #chromium
[13:48:16] <hamaji> looks like joth's change didn't work :( http://build.chromium.org/buildbot/memory/builders/Chromium%20OS%20UI%20%28valgrind%29%284%29/builds/3574
[13:48:52] <joth> hamaji: My change was only tackling the base tests failure I'm afraid
[13:49:08] <joth> not ui tests
[13:51:17] *** faitz has quit IRC
[13:51:36] <hamaji> joth: ah, i see. i misunderstood... i thought base test's leak was fixed by my revert
[13:52:40] <joth> it was an access violation, not a leak, that I was looking at
[13:53:00] <joth> http://build.chromium.org/buildbot/memory/builders/Chromium%20OS%20UI%20(valgrind)(2)/builds/3724/steps/valgrind%20test:%20base/logs/stdio
[13:53:53] <joth> hamaji: which revision was your revert?
[13:54:18] <hamaji> joth: this one (sorry for the totally wrong change description...): http://src.chromium.org/viewvc/chrome?view=rev&revision=49225
[13:54:30] *** Peter` has quit IRC
[13:54:54] *** tonikitoo has joined #chromium
[13:55:10] <hamaji> joth: yeah, it was access violation, not leak. but anyway i think my revert worked for this: http://build.chromium.org/buildbot/memory/builders/Chromium%20OS%20UI%20%28valgrind%29%282%29/builds/3729
[13:55:18] <joth> ah, darn. I didn't spot that was a revert
[13:55:52] <joth> that's the change I referred to when I proposed disabling the test.
[13:56:16] <joth> hamaji: did you raise a bug? if not I will and document the whole story
[13:56:38] *** GeekShadow has joined #chromium
[13:56:47] *** faitz has joined #chromium
[13:57:36] <hamaji> joth: no i didn't. please file a bug, thanks
[13:58:35] *** Peter` has joined #chromium
[14:03:48] *** mahemoff has quit IRC
[14:04:04] *** slavka` has quit IRC
[14:04:14] *** kcbanner has quit IRC
[14:06:41] *** slavka` has joined #chromium
[14:08:18] *** mahemoff has joined #chromium
[14:11:26] *** jetienne has joined #chromium
[14:17:23] *** slavka` has quit IRC
[14:17:54] *** slavka` has joined #chromium
[14:19:06] *** kcbanner has joined #chromium
[14:22:20] *** nebula has quit IRC
[14:28:07] *** shreyas has quit IRC
[14:32:33] *** _rs has quit IRC
[14:38:38] *** nthawEE has joined #chromium
[14:39:17] *** shepazu has joined #chromium
[14:39:29] *** selckin has quit IRC
[14:46:02] *** Peter` has quit IRC
[14:48:38] *** Dimmuxx has left #chromium
[14:49:26] *** selckin has joined #chromium
[14:49:42] *** mahemoff has quit IRC
[14:51:03] *** Peter` has joined #chromium
[15:01:13] *** mahemoff has joined #chromium
[15:05:01] *** thomasvl has joined #chromium
[15:05:01] *** ChanServ sets mode: +v thomasvl
[15:06:34] *** mahemoff has joined #chromium
[15:09:14] *** leeight has joined #chromium
[15:09:37] *** leeight has left #chromium
[15:19:48] *** FullFlannelJacke has joined #chromium
[15:21:02] *** bazz has joined #chromium
[15:21:10] *** bazz has left #chromium
[15:22:47] *** mahemoff has quit IRC
[15:25:28] *** mahemoff has joined #chromium
[15:28:06] *** kliegs has joined #chromium
[15:32:52] *** malavv has joined #chromium
[15:35:36] *** zaspire has quit IRC
[15:40:30] *** zaspire has joined #chromium
[15:58:39] *** ROBOd_ has joined #chromium
[15:58:43] *** holdenss has joined #chromium
[16:00:48] *** ROBOd has quit IRC
[16:02:52] *** rsesek_afk has quit IRC
[16:02:58] *** rsesek has joined #chromium
[16:02:58] *** ChanServ sets mode: +v rsesek
[16:08:54] *** senorblanco has joined #chromium
[16:08:54] *** ChanServ sets mode: +v senorblanco
[16:11:50] *** miketaylr has joined #chromium
[16:12:37] *** yutak_home has joined #chromium
[16:12:38] *** ChanServ sets mode: +v yutak_home
[16:16:47] *** bradleymeck has joined #chromium
[16:20:25] *** AaronMT has joined #chromium
[16:21:35] *** AaronMT has joined #chromium
[16:22:37] *** tedoc2000 has joined #chromium
[16:23:49] *** jrmuizel has joined #chromium
[16:25:32] *** slavka` has quit IRC
[16:29:43] *** Kunalagon has joined #chromium
[16:33:08] *** chrisccoulson has quit IRC
[16:34:56] <rsesek> hamaji: your CL description doesn't match the contents for http://src.chromium.org/viewvc/chrome?view=rev&revision=49225
[16:35:13] *** Buglouse has joined #chromium
[16:35:17] <rsesek> did you let willchan know you reverted?
[16:37:47] *** trungl has joined #chromium
[16:37:47] *** ChanServ sets mode: +v trungl
[16:39:38] <trungl> 'morning, Chromium.
[16:39:38] <trungl-bot> trungl: Good morning!
[16:40:07] *** chrisccoulson has joined #chromium
[16:41:28] *** tav_ has joined #chromium
[16:41:47] *** jetienne has quit IRC
[16:42:43] *** tav has quit IRC
[16:42:43] *** tav_ is now known as tav
[16:43:03] *** dmaclach has joined #chromium
[16:45:55] *** holdenss has quit IRC
[16:46:42] <malavv> morning trungl, here is a fortune for you
[16:46:48] <malavv> trungl-bot: fortune
[16:46:50] <trungl-bot> malavv: Immature artists imitate, mature artists steal. -- Lionel Trilling
[16:46:53] <trungl> :)
[16:49:04] *** tittiatcoke has joined #chromium
[16:49:05] *** tittiatcoke has quit IRC
[16:49:05] *** tittiatcoke has joined #chromium
[16:53:40] <senorblanco> is someone working on the ChromeOS valgrind issues?
[16:54:30] * trungl punches rietveld.
[16:54:30] <rsesek> senorblanco: not actively; I'm watching the latest CL cycle
[16:54:45] *** MikeSmithW3C has quit IRC
[16:54:47] <rsesek> senorblanco: it looks like there's going to be some suppression adjustments, tho
[16:55:11] *** MikeSmithW3C has joined #chromium
[16:55:51] <senorblanco> rsesek: I can add some suppressions, but refactoring w/existing would be good
[16:56:25] <rsesek> senorblanco: I think some of it may be fallout from a revert of willchan's cl yesterday; he updated suppressions but I don't think that was reverted, just his original cl
[16:56:38] <senorblanco> rsesek: interesting
[16:56:49] *** MikeSmithW3C has quit IRC
[16:57:07] <senorblanco> rsesek: one of the leaks are really strange.
[16:57:15] <rsesek> which one?
[16:57:18] <senorblanco> ^are^is
[16:57:38] <trungl> hey, this isn't a command-line, you know
[16:57:50] <trungl> it's a vi session, as we all know
[16:57:53] *** MikeSmithW3C has joined #chromium
[16:57:56] <senorblanco> the one on message_pump_libevent.cc:236
[16:58:09] <rsesek> senorblanco: that's fallout from willchan's cl
[16:58:32] <senorblanco> I can't see how a scoped_ptr would leak, barring a longjmp or something
[16:59:31] <senorblanco> trungl: :s/are/is/^M
[16:59:48] <trungl> thank you
[17:00:10] * trungl will be enforcing proper syntax in #chromium from now on.
[17:00:36] *** tittiatcoke has quit IRC
[17:00:38] <senorblanco> trungl: Iyou're welcome.^[
[17:01:41] * trungl actually literally presses ^[ for Esc surprisingly often.
[17:02:24] * trungl thinks about it and realizes that in vi he usually does so and rarely presses the Esc key.
[17:05:31] *** Bleak has quit IRC
[17:06:08] <rsesek> senorblanco: looks like some of the leaks are from yesterdays' wk merge
[17:06:14] <rsesek> WTF::ThreadSpecific
[17:06:45] <senorblanco> trungl: I got in the habit of using ^P instead of up-arrow for accessing history from the cmdline, due to some stupid term emulation problems years ago
[17:07:06] <rsesek> timurrrr: do you think we should disable that file_writer test on valgrind?
[17:07:36] <rsesek> (i.e. add it to the filter list)
[17:07:53] *** Novastorm has joined #chromium
[17:07:56] <timurrrr> rsesek: do you know the name of the test?
[17:08:14] <rsesek> timurrrr: I think it's the one you mailed me aboug (UnloadTest.FLAKY_CrossSiteInfiniteUnloadAsyncInputEvent)
[17:08:29] <senorblanco> trungl:  But if you do that in a DOS prompt, it'll try to print (or used to).  If you don't have a printer, it'll just hang the shell.
[17:08:35] <senorblanco> trungl: computers suck.
[17:08:41] <timurrrr> rsesek: I think I've already disabled it a few hours ago
[17:08:49] <timurrrr> ah
[17:09:07] <timurrrr> rsesek: do you think this FLAKY test is the hanger?
[17:09:22] <trungl> senorblanco: it's 2010 and I *still* sometimes have problems with backspace not working
[17:09:32] <rsesek> timurrrr: not necessarily; it appears to complete, but it's the last test valgrind runs before just timing out
[17:10:04] <timurrrr> rsesek: on Mac UI? No, the last test is Worker test which has just been excluded
[17:10:37] <senorblanco> trungl: when I think of all the developer-hours wasted on CRLF problems, I die a little inside.
[17:10:44] <timurrrr> rsesek: the unloadtest is there in the summary but it has been run earlier
[17:11:05] <rsesek> timurrrr: okay; if tvl's change is going to fix valgrind-mac-2, we should probably stop the current build, lest it take another 15 hours
[17:11:47] <timurrrr> rsesek: OK, I'll stop it
[17:12:03] <rsesek> timurrrr: thanks, I'm filing and suppressing cros valgrind
[17:12:15] <timurrrr> rsesek: cool, thank you!
[17:12:46] <senorblanco> rsesek: I'll send you what I had so far
[17:12:54] <rsesek> senorblanco: tx
[17:13:47] *** leeight has joined #chromium
[17:13:49] *** leeight has left #chromium
[17:14:57] *** kellegous has joined #chromium
[17:15:56] *** cmtx_ has quit IRC
[17:17:58] *** kandinski has quit IRC
[17:18:13] *** Utoxin has quit IRC
[17:18:26] *** Utoxin has joined #chromium
[17:18:42] *** kandinski has joined #chromium
[17:18:49] <dmaclach> jega155 (windows trybot) is 33955 seconds past its ETA. Anybody know how/want to kill it?
[17:19:19] <rsesek> dear project hosting: stop being read only. kthxbye
[17:20:29] <dmaclach> also, none of the win trybots have admin names... how are we supposed to know who to annoy? ;-)
[17:20:46] <timurrrr> dmaclach: maruel@ ? :-)
[17:21:16] *** zer0her0 has quit IRC
[17:22:03] <thomasvl> dmaclach: if you have an older trybot email, you'll find an address in it for sending things too
[17:22:25] *** loislo has quit IRC
[17:22:34] *** loislo has joined #chromium
[17:26:09] *** trungl has quit IRC
[17:27:34] *** Novastorm has quit IRC
[17:28:10] <rsesek> senorblanco: thx for the suppressions; I'm splitting them up because project hosting is down. and cl to you for the ones that already have bugs
[17:28:14] *** kinnetica has joined #chromium
[17:29:45] <trungl-bot> Tree closed by rsesek at chromium dot org: closed (chromiumos valgrind -> rsesek)
[17:29:56] <senorblanco> ok
[17:31:12] <senorblanco> trungl-bot: oooh, colours
[17:31:13] <trungl-bot> senorblanco: Error: "oooh," is not a valid command.
[17:31:16] <senorblanco> :)
[17:31:16] *** Erkan_Yilmaz has joined #chromium
[17:31:25] <senorblanco> trungl-bot halp
[17:31:25] <trungl-bot> senorblanco: Valid commands (use "halp <command>" for more): bug, commit, commits, cookie, fortune, halp, help, lkgr, offices, time, treestatus, uptime, webkitbug, webkitcommit, webkitcommits, whois. (If you whisper to me, I'll whisper back.)
[17:33:13] *** tonyg-cr has joined #chromium
[17:33:13] *** ChanServ sets mode: +v tonyg-cr
[17:34:05] *** dave_levin has joined #chromium
[17:36:08] <senorblanco> damn.  trungl-bot just gave me a "talk to the hand" for 5 minutes.
[17:36:16] *** steven_t has joined #chromium
[17:36:38] <steven_t> i think we can do better than a bookmark-bar-with-menus paradigm
[17:37:27] <steven_t> the way we use it has grown out of proportion from the paradigms threshold for efficiency
[17:38:01] <sky__> Is there a reason we aren't adding supressions and openning the tree?
[17:39:18] <rsesek> sky__: I'm adding suppressions; there's 5 leaks and project hosting was down
[17:39:29] <sky__> ok, tx.
[17:40:14] *** steven_t has left #chromium
[17:47:08] *** tittiatcoke has joined #chromium
[17:48:55] *** Venom_X has joined #chromium
[17:50:27] <rsesek> senorblanco: http://codereview.chromium.org/2756005/show
[17:52:49] <senorblanco> lg'ed
[17:53:42] <senorblanco> open tree?  (no point in waiting 2hrs for cycle, IMHO)
[17:53:50] <rsesek> senorblanco: yup
[17:55:05] <trungl-bot> Tree opened by rsesek at chromium dot org: Tree is open
[17:55:42] *** tfarina has joined #chromium
[17:56:49] *** hagabaka has joined #chromium
[17:56:50] *** hagabaka has joined #chromium
[17:59:00] *** darwin has joined #chromium
[18:00:32] *** tonyg-cr has quit IRC
[18:00:50] *** dglazkov has joined #chromium
[18:00:50] *** ChanServ sets mode: +v dglazkov
[18:01:45] <dglazkov> good morning, Chromium!
[18:01:46] <trungl-bot> dglazkov: Good morning!
[18:03:21] *** GeekShadow has quit IRC
[18:04:59] <rsesek> anyone use git for chromium?
[18:06:09] *** markmentovai has joined #chromium
[18:06:10] *** ChanServ sets mode: +v markmentovai
[18:06:19] <tfarina> yep on linux
[18:06:49] <rsesek> tfarina: can you tell me what you get when you run this: git config --get branch.trunk.merge
[18:06:59] <rsesek> I screwed up my config by messing with remotes :p
[18:07:54] <tfarina> rsesek: sorry, I'm not with my linux box right now.
[18:08:00] <rsesek> ah
[18:08:16] <bauerb> rsesek: for git-cl?
[18:08:37] *** senorblanco is now known as senorblanco_lunc
[18:08:44] *** tav_ has joined #chromium
[18:08:57] <rsesek> bauerb: ?
[18:09:17] <rsesek> bauerb: that just controls what remote ref gets merged to trunk; I think I re-set it right but I'm not sure
[18:09:27] *** loislo has quit IRC
[18:09:47] <bauerb> rsesek: do you need to configure that for git-cl to work or for some other reason?
[18:10:01] <rsesek> bauerb: it's part of the default config when you clone I'm pretty sure
[18:10:20] <rsesek> bauerb: I messed it up by mucking with git branch --set-upstream
[18:10:42] *** kellegous has quit IRC
[18:10:43] <bauerb> rsesek: mine says refs/heads/trunk
[18:10:53] *** rohitrao has quit IRC
[18:10:57] <rsesek> bauerb: great. thx. that's what I thought it was :)
[18:11:58] *** tav has quit IRC
[18:11:58] *** tav_ is now known as tav
[18:13:04] *** Utoxin has quit IRC
[18:13:16] *** Utoxin has joined #chromium
[18:13:34] *** trungl has joined #chromium
[18:13:35] *** ChanServ sets mode: +v trungl
[18:13:57] <bauerb> rsesek: i never get it right automatically, i always end up having to edit it by hand
[18:13:59] *** shepazu has quit IRC
[18:14:26] <rsesek> bauerb: I've been using git for 3 years and I still can't ever be sure I get refspecs right :p
[18:14:27] <bauerb> rsesek: that's why i know how to edit it in order for git-cl to get the right upstream branch ;)
[18:15:27] *** rohitkc has joined #chromium
[18:16:07] *** dglazkov has quit IRC
[18:17:03] *** dglazkov has joined #chromium
[18:17:03] *** ChanServ sets mode: +v dglazkov
[18:18:11] *** BryanWB has joined #chromium
[18:19:44] *** Utoxin has quit IRC
[18:20:00] *** Utoxin has joined #chromium
[18:20:16] *** RT|Chatzilla has quit IRC
[18:24:13] *** tonyg-cr has joined #chromium
[18:24:14] *** ChanServ sets mode: +v tonyg-cr
[18:24:31] *** Utoxin has quit IRC
[18:24:41] *** Utoxin has joined #chromium
[18:25:31] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "compile" on "Linux Builder (ChromiumOS)" from 49260: chaitanyag at chromium dot org, jiesun at google dot com, senorblanco at google dot com, sky at chromium dot org, tim at chromium dot org (:timsteele), xiyuan at chromium dot org)
[18:25:45] *** thakis_ has joined #chromium
[18:25:45] *** ChanServ sets mode: +v thakis_
[18:26:06] *** xji has joined #chromium
[18:26:59] <sky__> failure looks like chaitanyag
[18:27:03] <rsesek> yup
[18:27:14] *** kandinski has quit IRC
[18:27:15] *** fbarchard has left #chromium
[18:27:57] *** kandinski has joined #chromium
[18:28:00] <rsesek> is he here?
[18:28:10] <sky__> not sure
[18:28:22] <rsesek> trungl-bot: who chaitanyag
[18:28:22] <trungl-bot> rsesek: Error: "who" is not a valid command.
[18:28:27] <rsesek> trungl-bot: halp
[18:28:27] <trungl-bot> rsesek: Valid commands (use "halp <command>" for more): bug, commit, commits, cookie, fortune, halp, help, lkgr, offices, time, treestatus, uptime, webkitbug, webkitcommit, webkitcommits, whois. (If you whisper to me, I'll whisper back.)
[18:28:32] <rsesek> trungl-bot: whois chaitanyag
[18:28:32] <trungl-bot> rsesek: No explicit entry for chaitanyag found. Try: chaitanyag at chromium dot org / :chaitanyag / chaitanyag at google dot com.
[18:28:33] <trungl-bot> Tree closed by sky at chromium dot org: Tree is closed (chaitanyag)
[18:28:48] <rsesek> sky__: I'm going to revert
[18:30:04] <sky__> i im'd him and said he should speak up on irc.
[18:30:14] *** zaspire has quit IRC
[18:30:29] <sky__> (or her, not sure)
[18:30:35] <trungl-bot> Tree closed by rsesek at chromium dot org: Tree is closed (revert in)
[18:31:58] *** fqian has joined #chromium
[18:34:07] <thakis_> whoa, trungl-bot supports colors!
[18:34:24] <thakis_> trungl-bot: halp
[18:34:24] <trungl-bot> thakis_: Valid commands (use "halp <command>" for more): bug, commit, commits, cookie, fortune, halp, help, lkgr, offices, time, treestatus, uptime, webkitbug, webkitcommit, webkitcommits, whois. (If you whisper to me, I'll whisper back.)
[18:34:27] <trungl> next up: marquee effects
[18:34:38] <eglaysher> ...
[18:34:51] <trungl> and blinking!
[18:35:00] <thakis_> trungl: and a google-colored progress bar
[18:35:06] <thakis_> and a command that needs a progress bar
[18:35:41] <thomasvl> trungl: commits command seems to lag the data on the waterfall
[18:35:50] <trungl> strange
[18:36:00] <trungl> it should be grabbing it straight off svn
[18:36:01] <dhollowa_> thomasvl: yes, mine too.
[18:36:18] <thomasvl> trungl: that's why, it's probably grabbing from the public mirror
[18:36:21] <rsesek> senorblanco_lunc: webkit needs you
[18:36:32] <trungl> maybe I should rectify that
[18:36:35] *** skerner has joined #chromium
[18:36:48] *** senorblanco_lunc is now known as senorblanco
[18:36:52] *** thakis__ has joined #chromium
[18:36:53] *** ChanServ sets mode: +v thakis__
[18:37:30] *** rohitrao has joined #chromium
[18:37:30] *** ChanServ sets mode: +v rohitrao
[18:37:33] <thomasvl> trungl: fyi - some of the bot scripts have/had irc support, so it might make sense to talk to folks about getting those going again since they could be lighter then something polling to relay
[18:37:38] *** stoyan has quit IRC
[18:37:44] <senorblanco> rsesek: you mean webkit (dbg)(3)
[18:37:47] <senorblanco> ?
[18:38:00] <trungl> thomasvl: k
[18:38:19] <rsesek> senorblanco: webkit-dbg-3, webkit-linux-dbg-{1,3}
[18:38:24] <senorblanco> hmm, weird
[18:39:04] <rsesek> just waiting on chromium-arm to pass compile, then will reopen
[18:39:33] <senorblanco> that started before my roll
[18:40:06] *** trungl-bot has quit IRC
[18:40:06] *** thakis_ has quit IRC
[18:40:15] *** bers has joined #chromium
[18:40:24] *** trungl-bot has joined #chromium
[18:40:34] *** ojan_away is now known as ojan
[18:40:34] <rsesek> senorblanco: ah you're right, I was looking at your earlier change thinking it was the webkit roll
[18:40:53] <senorblanco> but those are tests which were failing on the canaries yesterday... very strange
[18:41:34] *** trungl-bot has quit IRC
[18:42:41] *** kellegous has joined #chromium
[18:42:51] <senorblanco> and now webkit-linux-dbg 1,3 are green.. curiouser and curiouser
[18:42:56] <rsesek> very strange
[18:43:53] *** stoyan has joined #chromium
[18:44:25] <senorblanco> hmm, I think something's messed up with the extract build step
[18:44:35] <rsesek> senorblanco: which builder?
[18:44:41] *** trungl-bot has joined #chromium
[18:44:43] <trungl> sigh, internal svn wants authentication
[18:45:33] *** faffi has left #chromium
[18:46:08] <senorblanco> the webkit linux (dbg) claims it built including my roll (49259), but it looks like the webkit linux (dbg) testers were using 49257, so the layout test files were wrong
[18:46:33] <senorblanco> anyway it should clean itself up
[18:48:29] *** jshin has joined #chromium
[18:49:32] <rsesek> Exception: Error auto-installing the irclib.py package to:
[18:49:46] <rsesek> is someone touching webkit-mac-105-3?
[18:52:26] <rsesek> opened
[18:52:33] <trungl-bot> Tree opened by rsesek at chromium dot org: Tree is open
[18:53:29] *** maikmerten has joined #chromium
[18:54:46] <senorblanco> i sent a mail to maruel and markhuang (re the layout test bot weirdness)
[18:57:06] *** thakis__ has quit IRC
[18:57:44] <rsesek> jcivelli: yt?
[18:58:42] *** skerner has quit IRC
[18:59:01] *** skerner has joined #chromium
[19:00:09] *** skerner has quit IRC
[19:02:19] *** kellegous_ has joined #chromium
[19:02:38] <trungl-bot> Tree opened by timurrrr at chromium dot org: Tree is open (CrOS Valgrind -> suppressions needed)
[19:02:53] <rsesek> timurrrr: um suppressions were put in already
[19:03:08] *** evmar_afk is now known as evmar
[19:03:53] *** skerner has joined #chromium
[19:04:39] <trungl-bot> Tree opened by rsesek at chromium dot org: Tree is open
[19:05:25] *** arv has joined #chromium
[19:05:38] *** kellegous has quit IRC
[19:05:39] *** kellegous_ is now known as kellegous
[19:06:05] *** thakis_ has joined #chromium
[19:06:06] *** ChanServ sets mode: +v thakis_
[19:06:32] *** shepazu has joined #chromium
[19:06:38] <evmar> every cros valgrind bot is red
[19:06:41] <trungl-bot> Tree closed by rsesek at chromium dot org: Tree is closed (Windows needs to catch up)
[19:06:52] <rsesek> evmar: suppressions were landed at 251 and 252
[19:07:20] *** bers has quit IRC
[19:08:10] *** scherkus has joined #chromium
[19:08:31] *** scherkus has quit IRC
[19:08:47] *** shepazu has quit IRC
[19:09:13] *** jamesr has joined #chromium
[19:09:26] <jcivelli> rsesek: I am there
[19:10:05] <rsesek> jcivelli: cool. I'm gonna open the tree in a minute now that windows has caught up, and then will take lunch. cros valgrind should be cycling green soon
[19:10:24] <jcivelli> resek: Sounds good
[19:12:26] <jshin> rsesek: thank you taking care of the tree (and adding suppressions to CrOS valgrind)
[19:12:39] <rsesek> happy to help
[19:13:14] <rsesek> opened
[19:13:18] <rsesek> and going to lunch
[19:13:33] *** thakis__ has joined #chromium
[19:13:34] *** ChanServ sets mode: +v thakis__
[19:13:47] <trungl-bot> Tree opened by rsesek at chromium dot org: Tree is open
[19:14:32] *** miketaylr has left #chromium
[19:14:40] *** bauerb has quit IRC
[19:15:18] *** abarth has joined #chromium
[19:15:18] *** ChanServ sets mode: +v abarth
[19:15:24] *** RobWork has quit IRC
[19:16:41] *** thakis_ has quit IRC
[19:16:58] *** MikeSmithW3C^ has joined #chromium
[19:20:21] *** MikeSmithW3C has quit IRC
[19:21:17] *** Beetny has quit IRC
[19:22:19] *** chrisccoulson has quit IRC
[19:22:41] *** chrisccoulson has joined #chromium
[19:22:46] *** lianj_ has quit IRC
[19:23:14] *** apavlov has quit IRC
[19:23:56] *** chrisccoulson has quit IRC
[19:24:44] *** lianj has joined #chromium
[19:25:24] <jcivelli>  dhollowa: mac compile failure
[19:25:56] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "compile" on "Chromium Mac Builder" from 49274: dhollowa at chromium dot org)
[19:26:26] *** chrisccoulson has joined #chromium
[19:27:17] <dhollowa_> jcivelli: looking
[19:27:57] <trungl-bot> Tree closed by jcivelli at chromium dot org: Tree is closed (Mac compile failure -> dhollowa)
[19:29:05] *** testuser has joined #chromium
[19:29:12] *** AaronMT has quit IRC
[19:29:16] *** testuser has quit IRC
[19:29:33] *** noodlesgc has joined #chromium
[19:29:55] *** shepazu has joined #chromium
[19:31:50] <dhollowa_> jcivelli: looks like a quick fix.  will patch.
[19:33:34] <jcivelli> unclear why Chrome Builder Win (dbg) failed. Linker failed with an unknown PDB error
[19:33:54] *** AaronMT has joined #chromium
[19:34:35] *** RobWork has joined #chromium
[19:36:37] <maruel> anyone knows why the mac & win try slaves are suddenly very slow?
[19:36:45] <maruel> jcivelli: IB joy
[19:36:55] <maruel> nsylvain: ^^^^^ (reason to drop IB)
[19:37:15] <timsteele> any histogram-code enlightened folks here?   wondering what the numbers field in the COUNT_XXXXX macro refer to... max per day/hour/eternity?
[19:37:15] <jshin> maruel: should we clobber it?
[19:37:24] <maruel> no, just build again
[19:37:31] <maruel> i.e. kick the builder
[19:37:33] <jshin> ok
[19:38:19] <evmar> timsteele: looks like maximum
[19:38:30] <evmar> timsteele: would be nice to add docs to them when you figure it out
[19:39:24] <timsteele> yeah, but max per what?  forever?
[19:40:12] <timsteele> looking at some of the uses of _10000, like Memory.GlyphPagesPerLoad, I'd expect to get more than 10000 of those in my lifetime :)
[19:40:16] <dhollowa_> jcivelli: fix in, should clear.  was a warning difference on mac bots.
[19:40:58] <jcivelli> dhollowa_: thanks
[19:41:41] <dhollowa_> np, not sure how that got by the try bots.
[19:42:01] *** loislo has joined #chromium
[19:43:03] *** m0 has quit IRC
[19:43:27] *** arv has quit IRC
[19:43:45] *** arv has joined #chromium
[19:44:06] *** noodlesgc has left #chromium
[19:44:49] *** dpranke has joined #chromium
[19:44:50] *** ChanServ sets mode: +v dpranke
[19:45:17] *** tedoc2000 has quit IRC
[19:45:49] <dhollowa_> jcivelli: looks like that cleared it.  mac compiled.
[19:45:55] <rsesek> back
[19:46:15] *** apatrick_ has left #chromium
[19:46:17] *** tedoc2000 has joined #chromium
[19:47:10] <trungl-bot> Tree opened by rsesek at chromium dot org: Tree is open
[19:48:24] <rsesek> senorblanco: more reliability failures :(
[19:48:49] <senorblanco> rsesek: whee
[19:50:13] <rsesek> senorblanco: one is weird inside MessageLoop :
[19:50:14] <rsesek> :/
[19:51:10] *** BryanWB has quit IRC
[19:51:13] *** glider has quit IRC
[19:51:37] <senorblanco> looking
[19:51:42] <rsesek> tx
[19:52:43] <senorblanco> why are these things always in turkish porn
[19:52:43] *** csilv has joined #chromium
[19:52:50] <rsesek> heh
[19:53:34] <senorblanco> that line is "delete task;", if it makes a difference
[19:53:38] <senorblanco> so maybe memory corruption
[19:53:51] <rsesek> yay
[19:54:23] *** thakis__ has quit IRC
[19:54:56] *** jamesr has quit IRC
[19:55:18] <rsesek> senorblanco: there's not a way to figure out who posted the task is there?
[19:55:20] *** Kernel-Panic has quit IRC
[19:55:21] *** RobWork has quit IRC
[19:55:36] *** chaitanyag has joined #chromium
[19:56:08] <senorblanco> trungl-bot lkgr
[19:56:10] *** Kernel-Panic has joined #chromium
[19:56:10] <trungl-bot> senorblanco: 49252
[19:56:15] <senorblanco> hmm, still old
[19:58:33] <senorblanco> rsesek: No idea.
[19:59:16] *** markmentovai_ has joined #chromium
[19:59:16] *** ChanServ sets mode: +v markmentovai_
[20:00:19] *** thakis_ has joined #chromium
[20:00:20] *** ChanServ sets mode: +v thakis_
[20:00:21] *** RobWork has joined #chromium
[20:00:23] <rsesek> senorblanco: it looks like the webkit traces related to the roll, tho
[20:00:39] <jshin> maruel: webkit (dbg) (3) is in pink (exception) : buildbot.slave.commands.TimeoutError: SIGKILL failed to kill process.
[20:01:02] <maruel> I'll kick it
[20:01:11] <jshin> maruel: thanks
[20:01:43] *** markmentovai has quit IRC
[20:01:44] *** markmentovai_ is now known as markmentovai
[20:01:48] *** GeekShadow has joined #chromium
[20:02:20] *** neighborlee has joined #chromium
[20:02:26] <maruel> jshin: I'll let it do its run in case it self healed
[20:02:35] <maruel> ping me if I forget :)
[20:02:52] <neighborlee> how do I get chrome  'find' panel to stay open  as I surf ?
[20:03:10] <jshin> maruel: i'll
[20:04:23] *** kcbanner has quit IRC
[20:06:29] *** michaeln has joined #chromium
[20:07:46] <rsesek> jshin, jcivelli: are either of you familiar with Reliability?
[20:07:51] *** bevc_work has joined #chromium
[20:08:10] <jcivelli> rsesek: a bit
[20:08:23] <rsesek> jcivelli: mind taking a look? I'm not too familiar
[20:08:27] <jcivelli> I'll take a look
[20:09:48] *** rohitrao has quit IRC
[20:10:31] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "compile" on "Chromium Linux Builder (dbg-shlib)" from 49283: agl at chromium dot org)
[20:10:34] <rsesek> argh
[20:11:01] *** agl has joined #chromium
[20:11:02] *** ChanServ sets mode: +v agl
[20:11:02] *** markmentovai_ has joined #chromium
[20:11:02] *** ChanServ sets mode: +v markmentovai_
[20:11:09] *** markmentovai has quit IRC
[20:11:09] *** markmentovai_ is now known as markmentovai
[20:11:16] <agl> I see the tree redness: blame evmar but I'll revert.
[20:11:16] <jshin> agl: skia roll has a compile failure
[20:11:24] <evmar> what'd i do?
[20:11:25] <rsesek> thanks
[20:11:26] <jshin> agl: thanks
[20:11:47] <jcivelli> rsesek: sky is looking at the reliability failure
[20:11:58] <rsesek> jcivelli, sky__: thanks
[20:12:31] <evmar> /usr/bin/ld: out/Debug/obj.target/skia/libskia.so:error: undefined reference to 'SkTRegistry<SkImageDecoder*, SkStream*>::gHead'
[20:12:34] *** reiz has joined #chromium
[20:12:34] <evmar> ah.
[20:12:39] <evmar> lame.  :(
[20:12:43] <trungl-bot> Tree opened by agl at chromium dot org: Tree is open
[20:13:35] *** arv has quit IRC
[20:13:38] *** arv has joined #chromium
[20:13:43] <trungl-bot> Tree opened by sky at chromium dot org: Tree is open [sky looking at reliability]
[20:13:56] *** reiz is now known as leiz
[20:14:31] <agl> revert conflicted, closing again for a sec
[20:14:44] <trungl-bot> Tree closed by agl at chromium dot org: Tree is closed [sky looking at reliability]
[20:14:51] *** eseidel has joined #chromium
[20:16:10] *** neighborlee has left #chromium
[20:16:51] <agl> r49285 just hosed my local tree. Would someone else revert 49283?
[20:16:58] <rsesek> agl: sure
[20:17:11] <agl> rsesek: thanks
[20:17:23] *** thakis_ has quit IRC
[20:19:16] *** kcbanner has joined #chromium
[20:19:47] <trungl-bot> Tree opened by rsesek at chromium dot org: Tree is open [sky looking at reliability]
[20:23:01] *** thakis_ has joined #chromium
[20:23:01] *** ChanServ sets mode: +v thakis_
[20:23:07] *** timurrrr has left #chromium
[20:26:07] *** rohitrao has joined #chromium
[20:26:07] *** ChanServ sets mode: +v rohitrao
[20:27:42] <jshin> maruel: Chromium Builder (dbg) failed to link again after a kick (force build).
[20:28:12] <maruel> at least webkit dbg 3 passed
[20:28:17] <maruel> you can't have all them all :)
[20:28:43] *** agl has quit IRC
[20:29:15] <jshin> maruel: so, we just wait for this link error ( LNK1318: Unexpected PDB error) to heal itself?
[20:29:18] <maruel> jshin: it's not done its second run again?
[20:29:42] <jshin> maruel: no. didn't know that it takes 2 cycles :-)
[20:29:45] <maruel> ah ok one went ok in between
[20:29:52] <maruel> don't know why
[20:32:30] *** tonyg-cr has quit IRC
[20:33:04] <dcheng_> Hmm. It'd be nice if the "restart and update" prompt could persist session cookies that way FF does.
[20:33:18] <rsesek> anyone familiar with Pango/FontConfig? CrOs is reporting a leak in FcFontSort() on this run: http://build.chromium.org/buildbot/memory/builders/Chromium%20OS%20UI%20(valgrind)(3)/builds/3752
[20:33:21] <dcheng_> Though I'm not sure how much of a security problem that'd be.
[20:33:22] *** dhollowa__ has joined #chromium
[20:33:32] *** dcheng_ is now known as dcheng
[20:34:46] *** skerner has quit IRC
[20:35:30] *** kellegous has quit IRC
[20:35:32] *** jcivelli has quit IRC
[20:35:41] *** thakis_ has quit IRC
[20:36:04] <evmar> rsesek: since it's going through pango_layout_get_pixel_size, i think it's maybe a pango/fontconfig bug, maybe some sort of cache
[20:36:19] <evmar> i'm sure someone ought to look at it, but i don't think anyone ever looks at our memory leaks :~(
[20:36:22] <rsesek> evmar: that was my suspicion, so I'm putting it in cat1 suppression but filing a bug to double check
[20:36:36] <rsesek> there's a bunch of other pango/fc leaks in there as cat1
[20:36:51] *** thakis_ has joined #chromium
[20:36:51] *** ChanServ sets mode: +v thakis_
[20:37:42] *** sky__ has left #chromium
[20:41:17] <rsesek> evmar: http://codereview.chromium.org/2739004
[20:46:17] <rsesek> evmar: updated the suppression, so it should hopefully now address your concern
[20:46:40] <evmar> that doesn't address my concern
[20:46:42] <evmar> :)
[20:46:49] *** sky__ has joined #chromium
[20:46:54] <evmar> you're saying "someone calls FcFontSort and it eventually leaks"
[20:47:09] <evmar> but that means if you don't free the return value of FcFontSort you've suppressed it
[20:47:24] <evmar> i woudl make it be something more at the top, like that the ChromeCanvas call to pango doesn't leak, or something
[20:47:24] <rsesek> evmar: ah I see; misunderstood your comment
[20:47:30] <evmar> but i also think we've talked about this more than it was worth :)
[20:47:46] *** jparent has quit IRC
[20:47:46] <sky__> the reliability failure looks like it is going to cycle green.
[20:47:53] <sky__> I don't think it's from my cl, but I'll keep looking.
[20:48:05] *** apatrick_ has joined #chromium
[20:48:23] <rsesek> evmar: I could put fun:pango_layout_get_pixel_size at the bottom with fuzz inbetween that and FcFontSort()
[20:48:46] <evmar> yeah, that soundsg ood
[20:48:55] <rsesek> k
[20:54:44] *** jcivelli has joined #chromium
[20:55:38] *** jparent has joined #chromium
[20:55:59] *** bers has joined #chromium
[20:57:02] *** Zaba has quit IRC
[20:57:02] *** mahemoff has quit IRC
[20:58:27] *** genericbrandx has joined #chromium
[20:58:33] *** genericbrandx has quit IRC
[20:59:39] *** rohitrao_ has joined #chromium
[20:59:39] *** ChanServ sets mode: +v rohitrao_
[20:59:44] *** rohitrao_ has quit IRC
[21:00:45] *** mahemoff has joined #chromium
[21:00:48] *** mahemoff has quit IRC
[21:00:49] *** Zaba has joined #chromium
[21:01:09] *** Beetny has joined #chromium
[21:01:22] *** drclue has joined #chromium
[21:02:37] *** rohitrao has quit IRC
[21:03:29] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "compile" on "Chromium Linux Builder (dbg-shlib)" from 49298: sergeyu at chromium dot org)
[21:04:06] <rsesek> trungl-bot: whois sergeyu
[21:04:07] <trungl-bot> rsesek: No explicit entry for sergeyu found. Try: sergeyu at chromium dot org / :sergeyu / sergeyu at google dot com.
[21:04:13] *** Waste has joined #chromium
[21:04:27] *** dumi has joined #chromium
[21:05:02] *** dhollowa__ has quit IRC
[21:05:23] *** Pupeno has joined #chromium
[21:05:30] <trungl-bot> Tree closed by rsesek at chromium dot org: Tree is closed [sky -> reliability, sergeyu -> linux-shlib)
[21:05:33] <Pupeno> How do I get Chromium to work in spanish in Ubuntu?
[21:05:43] <jcivelli> rsesek: I going for lunch
[21:05:49] <rsesek> jcivelli: k
[21:06:35] *** Erkan_Yilmaz_ has joined #chromium
[21:06:43] <drclue> Just wondering if given the fact that WebSockets is an evolving thing , yet folks are trying to develop applications towards it's eventual stability if there could for the sake of development , be a little flag or such , so that those developing could keep going with the last release version , while those in the "keeping up" department could have time to adjust code , as opposed to the whole room having to come to a halt
[21:06:44] *** rubenbb has quit IRC
[21:07:29] <rsesek> reverting sergeyu
[21:07:56] *** rubenbb has joined #chromium
[21:07:58] <Waste> Pupeno: menu -> options -> under the bonnet -> change font and language settings
[21:08:05] *** kellegous has joined #chromium
[21:08:25] <Pupeno> Waste: selecting spanish made chrome ask for websites in spanish, but the ui remains in english.
[21:08:32] <trungl-bot> Tree closed by rsesek at chromium dot org: Tree is closed [sky -> reliability, sergeyu -> reverting]
[21:09:04] <Waste> what about the "google chrome language" selection box
[21:09:11] *** xji has quit IRC
[21:09:37] *** eseidel has quit IRC
[21:09:50] *** beej666 has joined #chromium
[21:09:54] *** tonyg-cr has joined #chromium
[21:09:54] *** ChanServ sets mode: +v tonyg-cr
[21:09:59] *** Erkan_Yilmaz has quit IRC
[21:10:34] <trungl-bot> Tree closed by rsesek at chromium dot org: Tree is closed [revert in] [sky -> reliability]
[21:12:35] <trungl-bot> Tree opened by rsesek at chromium dot org: Tree is open
[21:14:11] *** maikmerten has quit IRC
[21:18:37] *** peratu has joined #chromium
[21:18:45] <peratu> Hi.
[21:20:29] <peratu> I'm having this error in most of Youtube videos: "Your browser does not currently recognize any of the video formats available". Why?
[21:20:43] <rsesek> peratu: see topic
[21:21:18] <peratu> rsesek, you want I ask in #chromium-support ?
[21:21:31] <rsesek> yes, this is not a support channel
[21:21:33] <peratu> Ok, no problem. Soryy.
[21:21:37] <peratu> Sorry.
[21:22:11] *** peratu has left #chromium
[21:26:03] *** stevenjb has joined #chromium
[21:26:07] *** cbentzel has joined #chromium
[21:26:57] *** General13372 has joined #chromium
[21:29:12] <evmar> OMG.  a ui test failed for me locally... AND IT FOUND A REAL BUG
[21:29:19] <evmar> this might be the first time in history a failing ui test indicates a problem
[21:29:36] <rsesek> haha
[21:29:41] *** thakis_ has quit IRC
[21:30:27] *** General1337 has quit IRC
[21:31:34] <senorblanco> lol
[21:32:00] *** duffydack has joined #chromium
[21:33:51] *** jamesr has joined #chromium
[21:34:58] *** nebula has joined #chromium
[21:36:31] *** JoesphL0t has joined #chromium
[21:39:11] <willchan> is rietveld serving 500s for anyone else?
[21:39:15] <pkasting> codesite is giving me 500 errors
[21:39:20] *** drclue has left #chromium
[21:39:22] <rsesek> I think appengine is wonky right now
[21:39:24] <pkasting> jam2: ^^?
[21:40:07] <rsesek> http://code.google.com/status/appengine
[21:40:37] <estade> anomaly!
[21:40:44] <estade> like in star control
[21:40:52] <senorblanco> woohoo, two green chromeOS valgrind bots
[21:41:08] <rsesek> senorblanco: one more should be green and I don't know why it's not
[21:41:13] <rsesek> and then the other one I can't find a cause for
[21:41:18] <rsesek> the leak
[21:42:16] <senorblanco> well, here comes another WebKit roll.  that'll fix *everything*.   ;)
[21:43:11] <rsesek> I love how chromium-mac-valgrind has been running for over 2 hours and it's still chugging away
[21:43:45] <senorblanco> 3rd chromeOS valgrind bot is green now
[21:43:46] <rsesek> omg I win! another cros valgrind goes green
[21:43:48] <rsesek> heh
[21:46:49] <rsesek> sky__: did you do anything to reliability, or did it green itself?
[21:47:12] *** pkasting has quit IRC
[21:47:30] <thomasvl> rsesek: fyi - i kicked a mac valgrind bot (looping output)
[21:47:40] <rsesek> thomasvl: k
[21:48:53] <senorblanco> rsesek: I think reliability uses a different set of URLs each time (IIRC)
[21:48:59] <rsesek> oh ic
[21:49:03] <rsesek> that would make a difference
[21:51:23] *** pkasting has joined #chromium
[21:51:23] *** ChanServ sets mode: +v pkasting
[21:54:31] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "unit_tests" on "Vista Tests (dbg)(1)" from 49302: brettw at chromium dot org, erg at chromium dot org (:eglaysher))
[21:55:06] <eglaysher> oh crap that was a grd change.
[21:55:09] <rsesek> eglaysher: is that because you had a grd change
[21:55:09] <rsesek> yea
[21:55:18] * eglaysher slams head into desk
[21:55:31] <eglaysher> kicking the bots.
[21:55:43] <rsesek> eglaysher: I think senorblanco's webkit roll will flush it out
[21:55:52] <rsesek> don't these things usually take 2 runs?
[21:56:31] <trungl-bot> Tree closed by rsesek at chromium dot org: Tree is closed [grd change]
[21:57:42] <eglaysher> rsesek: I kicked the bots before you said that. Either way, it should fix itself.
[21:57:45] <eglaysher> Sorry about this.
[21:57:48] <akalin> who is username.local at chromium dot org
[21:57:49] <rsesek> k thanks
[21:57:59] <akalin> er, username.localhost at gmail dot com
[21:58:45] <akalin> he seems to be an active chromium developer
[21:58:55] *** BCalvignac has quit IRC
[21:59:44] *** xji has joined #chromium
[22:00:56] <bradleymeck> in v8 is there a way to Intercept Object.defineProperty(obj,pd) and get the property descriptor (and to get the property descriptor of an object in the first place from c++)
[22:01:09] *** BCalvignac has joined #chromium
[22:02:40] <Pupeno> Waste: where's this "google chrome language" selection box? I can't find it.
[22:03:40] <pcgod> Pupeno: LANG=es_ES.utf8 chrome   ... there is no language selection on linux
[22:03:55] *** cder has quit IRC
[22:04:13] <Waste> that might explain it, lame
[22:05:33] <Pupeno> pcgod: LANG is already es_ES.utf8.
[22:06:11] *** dmazzoni has quit IRC
[22:06:57] <Pupeno> pcgod: also, the translation bar is translating to english by default, not to spanish, and it's not translating english.
[22:07:07] <senorblanco> I think that ui_tests fail is flake, since it passed on the trybots.  I'll keep an eye on it next run.
[22:07:27] <estade> Pupeno: this is not the right channel for user support
[22:08:08] <rsesek> thanks
[22:08:22] <rsesek> I'm waiting for 1 green block to know that the grd change cycled through before reopening
[22:08:59] *** kliegs_ has joined #chromium
[22:09:00] *** kliegs_ has quit IRC
[22:09:02] *** kliegs has quit IRC
[22:09:21] *** kliegs has joined #chromium
[22:11:31] *** glider has joined #chromium
[22:11:34] <evmar> Pupeno: open a bug?  es_ES.UTF-8 should put everything into spanish
[22:13:11] <jshin> Pupeno: what's the output of "env | egrep 'LANG|LC_'  LANG has the lowest priority
[22:14:33] <rsesek> BuildAndReadPack passed -> opened
[22:14:43] *** selckin has quit IRC
[22:14:44] <trungl-bot> Tree opened by rsesek at chromium dot org: Tree is open
[22:14:56] *** loislo has quit IRC
[22:15:24] <Pupeno> jshin: only LANG and GDM_LANG are defined, both as es_ES.UTF-8.
[22:15:27] *** glider has quit IRC
[22:16:00] *** dhollowa__ has joined #chromium
[22:16:18] <jshin> Pupeno: strange. why don't you file a bug? i'll take a look.
[22:16:46] <senorblanco> brb
[22:16:48] *** senorblanco has quit IRC
[22:17:57] <evmar> Pupeno: you can also consult the output of the "locale" command, sometimes that is informative
[22:24:55] *** senorblanco has joined #chromium
[22:24:55] *** ChanServ sets mode: +v senorblanco
[22:26:50] <akalin> anyone else annoyed at the "RenderThread calling v8 IdleNotification for xxxx" log info messages?
[22:27:32] *** tfarina has quit IRC
[22:28:31] <jamesr> yeah
[22:28:43] <akalin> jamesr: wanna review http://codereview.chromium.org/2770005/show ? :)
[22:28:50] <jamesr> akalin: clever :P
[22:28:57] <akalin> jamesr: :)
[22:28:59] <akalin> it's just one line
[22:29:22] <Pupeno> jshin: http://code.google.com/p/chromium/issues/detail?id=46189
[22:29:45] <jamesr> akalin: nuke it from orbit
[22:29:51] <jamesr> i kinda wish we had a VLOG sometimes
[22:30:03] <akalin> yeah :(
[22:30:06] <akalin> and vlogmodule
[22:30:10] <akalin> there's a bug for that somewhere
[22:30:32] <akalin> i looked into it a little bit, but i think google-log relies on google-flags, which is pretty different from our own
[22:30:53] <senorblanco> trungl-bot lkgr
[22:30:55] <willchan> it shouldn't be hard to re-implement, right?
[22:30:56] <trungl-bot> senorblanco: 49279
[22:31:03] <willchan> i'd really like VLOG
[22:31:12] <akalin> i'm not sure
[22:31:20] <akalin> i got lost in the maze of macros
[22:31:28] <akalin> and base::subtle stuff
[22:32:46] *** RobWork has quit IRC
[22:33:13] <akalin> anyone want to review a sync-related cocoa CL?
[22:33:23] <akalin> s/want/available/
[22:34:19] <rsesek> we're short on cocoa heads this week
[22:34:30] <akalin> :((
[22:34:46] <akalin> oh, all away at wwdc?
[22:34:48] <evmar> Pupeno: are you using ubuntu chromium?
[22:34:51] <rsesek> akalin: yup
[22:35:11] <akalin> wwdc is like the burning man of mac devs i guess
[22:35:26] <evmar> with less drug-fueled sex and more goatees and gadgets
[22:35:36] <chase> senorblanco: ping
[22:35:40] <senorblanco> chase: pong
[22:35:53] <chase> senorblanco: i want to bounce the fyi master, lmk if now's not a good time
[22:36:05] <senorblanco> bounce away
[22:36:35] <chase> senorblanco: ok, thanks
[22:36:42] *** eseidelDesk has joined #chromium
[22:36:54] *** TabAtkins_ has quit IRC
[22:37:20] *** RobWork has joined #chromium
[22:37:34] <dmaclach> akalin, I'll take the cocoa review
[22:38:03] <dmaclach> windows trybots seem to be all returning failures. Are people just ignoring the windows trybots?
[22:38:08] *** TabAtkins_ has joined #chromium
[22:38:43] <rsesek> dmaclach: what's failing?
[22:39:23] <Pupeno> evmar: yes.
[22:39:39] <akalin> dmaclach: cool, thanks
[22:39:58] *** RobWork has quit IRC
[22:40:12] <dmaclach> rsesek several of the windows trybots appear to be down,  and the builds that are "finishing" all appear to have errors.
[22:40:20] <rsesek> :(
[22:40:31] <dmaclach> rsesek: s/down/hung/
[22:40:47] *** shepazu has quit IRC
[22:42:45] *** RobWork has joined #chromium
[22:43:29] *** shepazu has joined #chromium
[22:47:52] *** Kunalagon has quit IRC
[22:48:11] *** cedricv has quit IRC
[22:48:47] <estade> mmoss: where's the chromium man page
[22:49:11] <mmoss> estade: the source?
[22:49:14] <estade> yea
[22:49:26] <estade> well, google-chrome man page i mean
[22:50:17] <mmoss> estade: chrome/app/resources/manpage.1.in
[22:50:47] <estade> mmoss: ahh thanks. now I see why my git grep failed
[22:51:04] <mmoss> yeah, it gets renamed at build time
[22:51:50] *** markmentovai has quit IRC
[22:51:56] *** markmentovai has joined #chromium
[22:51:56] *** ChanServ sets mode: +v markmentovai
[22:54:53] <estade> mmoss: i was git grepping for "--app", but it's escaped in the man page
[22:57:43] <evmar> i wish there was a more logical place to put it
[22:57:54] *** dhollowa__ has quit IRC
[23:03:46] *** jamesr has quit IRC
[23:05:08] <bradleymeck> in v8 is there a way to Intercept Object.defineProperty(obj,pd) and get the property descriptor (and to get the property descriptor of an object in the first place from c++)
[23:05:14] *** hagebake has joined #chromium
[23:05:56] *** hagabaka has quit IRC
[23:06:03] *** thakis_ has joined #chromium
[23:06:04] *** ChanServ sets mode: +v thakis_
[23:06:10] *** dhollowa__ has joined #chromium
[23:06:39] *** jamesr has joined #chromium
[23:08:27] *** ROBOd_ has quit IRC
[23:10:16] <alyxuk> chrome is saying it hasnt crashed or restarted in two weeks, but i only restarted it .. today
[23:11:33] *** jamesr has quit IRC
[23:12:15] <alyxuk> that was painful.
[23:12:19] <alyxuk> XP was really struggling :/
[23:15:01] <estade> alyxuk: yea, that message is wrong
[23:15:06] <estade> we actually check every hour, not 2 weeks
[23:15:19] <estade> but when that feature gets pushed to beta/stable channels, it will be 2 weeks
[23:15:24] <estade> finnur: ^
[23:15:44] <alyxuk> is it just me, or is the menus for "controll current page" and "control chrome" different?
[23:15:49] <alyxuk> the page button, and wrench button
[23:16:02] <alyxuk> the page one seems to use the windows theme, but the wrench looks a bit different
[23:16:10] <alyxuk> its spaces out a lot more
[23:16:21] *** kellegous has quit IRC
[23:16:29] <alyxuk> spaced*
[23:16:37] <alyxuk> anyway, gonna go get a shower, bbl.
[23:16:42] <estade> alyxuk: if you think there is a bug, please post it on crbug.com
[23:17:08] <pcgod> alyxuk: there is a bug for that
[23:17:49] *** pathorn has joined #chromium
[23:20:09] <senorblanco> 9 pink watering cans just appeared on my screen :)
[23:20:35] <senorblanco> FYI master reboot + jparent's notification extension = watering cans aplenty :)
[23:21:06] *** dhollowa__ has quit IRC
[23:21:32] *** RobWork has quit IRC
[23:21:33] *** dhollowa__ has joined #chromium
[23:21:37] <jparent> senorblanco: heh, yeah, i just got a slew of them myself.  But at least the water cans are cute!  by the way, I just pushed the update to the extension to auto cancel notifications that are more than 30 mins old.
[23:23:06] <senorblanco> jparent: awesome
[23:25:05] *** RobWork has joined #chromium
[23:25:58] *** dhollowa__ has quit IRC
[23:29:31] <RobWork> Medicasuccess2
[23:30:56] *** gaol has joined #chromium
[23:31:01] <gaol> hello
[23:32:37] <trungl-bot> Tree closed by rsesek at chromium dot org: Tree is closed [vista modules net -> ?]
[23:32:44] *** GeekShadow has quit IRC
[23:33:48] <jshin> jcivelli: I'm gonna mark BrowserTest.PageLanguageDetection as Flaky on Windows (it failed 5-6%). any idea why?
[23:34:30] <rsesek> weird
[23:34:39] <trungl-bot> Tree opened by rsesek at chromium dot org: Tree is open
[23:34:56] *** m0 has joined #chromium
[23:34:58] <m0> /whouww//wdsada
[23:35:13] <m0> arv: ping
[23:35:18] *** gaol has quit IRC
[23:35:39] *** cbentzel has quit IRC
[23:35:50] *** jamesr has joined #chromium
[23:35:55] <arv> m0: ack
[23:36:26] <jcivelli> jshin: not sure why
[23:36:29] <m0> arv: you got 1.3 minutes for something on closure :x
[23:36:39] *** _rs has joined #chromium
[23:37:21] <jshin> jcivelli: only the 1st EXPECT fails..
[23:38:17] *** tonikitoo has quit IRC
[23:40:12] *** kellegous has joined #chromium
[23:43:33] *** thakis_ has quit IRC
[23:44:48] *** SRabbelier has quit IRC
[23:46:13] *** bers has quit IRC
[23:51:42] *** skerner has joined #chromium
[23:55:25] *** duffydack has quit IRC
[23:59:05] *** thakis_ has joined #chromium
[23:59:05] *** ChanServ sets mode: +v thakis_

top