June 25, 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:01:29] *** remyo has left #chromium
[00:01:55] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "test_shell_tests" on "Linux Tests (dbg-shlib)(1)" from 50775: atwilson at chromium dot org, dantasse at chromium dot org, evan at chromium dot org (:evmar), hclam at chromium dot org, mlloyd at chromium dot org, mpcomplete at chromium dot org, xji at chromium dot org)
[00:04:22] <hclam> ericu: looks like it is 50775
[00:05:06] <ericu> hclam yes indeed.
[00:05:43] <ericu> pinging mlloyd via im
[00:06:16] <hclam> can't chrome/ from webkit/, maybe move that switch to base_switches.cc
[00:06:48] <hclam> hmm.. ignore me, that's the --single-process switch
[00:06:57] <trungl-bot> Tree closed by ericu at google dot com: Tree is closed (linux build -> mlloyd)
[00:07:34] *** rsleevi has joined #chromium
[00:08:19] *** asargent has joined #chromium
[00:08:19] *** ChanServ sets mode: +v asargent
[00:10:17] *** howlymowly has quit IRC
[00:12:31] *** beng has quit IRC
[00:13:59] <hclam> is mlloyd here?
[00:16:27] *** Erkan_Yilmaz__ has joined #chromium
[00:16:45] *** taf2 has quit IRC
[00:19:11] *** General13372 has joined #chromium
[00:19:43] *** Erkan_Yilmaz_ has quit IRC
[00:20:39] *** awolfson has quit IRC
[00:23:21] *** General1337 has quit IRC
[00:24:56] <sky_> sherrifs: can I land a revert that may be causing the new_tab_ui_warm failures?
[00:25:24] *** Erkan_Yilmaz_ has joined #chromium
[00:26:08] <japhet> \\
[00:26:15] *** jrabbit has joined #chromium
[00:26:32] <sky_> ericu says yes, so I'm donig it.
[00:26:46] <jrabbit> why can't <video>s go to full screen or scale?
[00:27:01] <sky_> not sure, but I think they go to 11
[00:27:16] <jrabbit> the Ui elements aren't scalable. (the progress bar is)
[00:28:02] *** neb_ has joined #chromium
[00:28:03] *** ChanServ sets mode: +v neb_
[00:28:55] *** Erkan_Yilmaz__ has quit IRC
[00:29:44] <asargent> mrossetti , neb_ , ericu : is mlloyd in contact with you guys? if not, we should probably revert his CL
[00:29:59] <ericu> He is.
[00:30:07] <ericu> We're trying a clobber.
[00:30:23] <ericu> If that doesn't work, we'll revert.
[00:30:37] <asargent> ok, thx
[00:31:56] *** taf2 has joined #chromium
[00:36:42] *** kliegs has quit IRC
[00:39:17] *** markmentovai has quit IRC
[00:39:24] *** Erkan_Yilmaz__ has joined #chromium
[00:40:49] *** taf2 has quit IRC
[00:41:16] *** satish has joined #chromium
[00:42:43] *** Erkan_Yilmaz_ has quit IRC
[00:43:00] *** rohitrao has quit IRC
[00:45:10] *** Erkan_Yilmaz_ has joined #chromium
[00:45:39] *** vithos has quit IRC
[00:45:58] *** DBO has joined #chromium
[00:46:32] <DBO> I am writing an NPAPI plugin which is receiving events in its C module. How can I bubble those events back up into the javascript part of the plugin
[00:46:58] <DBO> ?
[00:47:42] *** vithos has joined #chromium
[00:48:28] *** Erkan_Yilmaz__ has quit IRC
[00:48:44] *** michaeln has joined #chromium
[00:48:44] *** ChanServ sets mode: +v michaeln
[00:50:35] <brettw> DBO: I think this has to do with the return value of your HandleEvent call, assuming you're doing a windowless plugin
[00:50:57] <brettw> if you're doing a windowed plugin, I'm not sure if it's possible
[00:51:35] <DBO> windowed vs windowless in this context I am not sure I know what the difference is
[00:52:00] <DBO> I apologize deeply for my complete and utter ignorance of NPAPI, it confuses the crap out of me
[00:52:34] <brettw> DBO: if you didn't do anything, you get a separate OS-level window for the plugin that hovers over the page
[00:53:10] <DBO> no I wont be needing that
[00:53:54] <brettw> DBO: lemme see how to set windowless mode
[00:55:20] <DBO> brettw, is there by chance anything you know of that already makes calls from C into the javascript like I need?
[00:56:33] *** vithos has quit IRC
[00:56:36] <brettw> DBO: check the test plugin in chrome: webkit/tools/npapi_layout_test_plugin
[00:56:50] <brettw> you set the NPPVpluginWindowBool to go into windowless mode
[00:58:04] <brettw> DBO: not sure I can help beyond that
[00:58:27] <neb_> DBO: https://developer.mozilla.org/en/Gecko_Plugin_API_Reference:Scripting_plugins
[00:58:40] <evmar> i think we are confused about dbo's requirement
[00:58:45] *** Erkan_Yilmaz__ has joined #chromium
[00:58:50] <DBO> its possible
[00:58:58] <evmar> he is trying to just send arbitrary messages (not mouse/keyboard events) to plugin and back
[00:59:10] <evmar> right?
[00:59:13] <evmar> the way to message from plugin->page is by making JS calls from the plugin
[01:00:04] <DBO> yeah basically I need to fire of a routine in my JS from the c plugin as the C plugin will get some form of event (from dbus) that requires information from the browsers tab interface
[01:00:16] <DBO> if that makes any sense at all, god knows I have had a day :)
[01:00:24] <neb_> PluginObject.cpp in npapi_layout_test_plugin does this exact thing
[01:00:29] *** msneck has left #chromium
[01:00:56] <DBO> neb_, perfect, knowing where to look is enough
[01:01:05] <jhawkins> mrossetti, neb_ ericu: what's the status of the tree, did the clobber work? I don't see a failing linux build
[01:01:31] <neb_> Gecko Plugin API Reference has the gory details
[01:01:35] <ericu> jhawkins waiting for linux tests.
[01:01:35] <DBO> neb_, brettw, evmar, thank you so much for the input and help, I will be back if I get stuck and can't figure it out further. once again thank you, this has been a headache for a while
[01:01:35] *** vithos has joined #chromium
[01:01:43] <jhawkins> ericu: which one?
[01:01:49] <DBO> neb_, yeah the gecko plugin api is a little confusing :)
[01:01:52] <ericu> dbg-shlib 1
[01:01:53] *** Erkan_Yilmaz_ has quit IRC
[01:02:24] <ericu> jhawkins it shows up as a test_shell_tests ui_tests failure
[01:04:45] *** Erkan_Yilmaz_ has joined #chromium
[01:05:33] *** jrmuizel has quit IRC
[01:06:29] *** sebmarkbage has quit IRC
[01:07:55] <jhawkins> ericu: time to revert?
[01:08:01] *** Erkan_Yilmaz__ has quit IRC
[01:08:18] <ericu> jhawkins Yup.
[01:08:38] *** satish has quit IRC
[01:09:18] *** shepazu has joined #chromium
[01:13:43] *** Erkan_Yilmaz__ has joined #chromium
[01:13:45] *** erikkay has quit IRC
[01:15:05] <thakis> linuxens: did someone look at using -flto for chrome?
[01:17:13] *** Erkan_Yilmaz_ has quit IRC
[01:17:50] <trungl-bot> Tree opened by ericu at google dot com: Tree is open (Linux tests will roll green)
[01:19:02] *** stevenjb has quit IRC
[01:20:27] *** crescendo has quit IRC
[01:21:00] <estade> agl: ping
[01:21:49] <evmar> thakis: we talked about it, but i think it's gcc 4.5 only
[01:22:00] <thakis> evmar: yes it is
[01:23:43] <thakis> how do i get unit_tests linking on 10.5? disabling svg?
[01:23:46] <thakis> (if so, how?)
[01:26:08] <akalin> thakis: export GYP_DEFINES='enable_svg=0'
[01:26:22] *** dglazkov has quit IRC
[01:26:25] <thakis> that's easy :-)
[01:26:26] <thakis> akalin: thanks
[01:26:27] <akalin> that worked for me
[01:27:54] *** jg has joined #chromium
[01:30:24] *** MikeSmithW3C^ has joined #chromium
[01:32:12] <thakis> eglaysher_lin: side tabs are pretty far along implementation-wise on win and mac
[01:34:16] *** MikeSmithW3C has quit IRC
[01:34:42] *** rafaelw1 has left #chromium
[01:37:55] *** AaronMT has quit IRC
[01:38:38] *** Buterrip has joined #chromium
[01:38:40] *** skerner_ has joined #chromium
[01:38:40] *** ChanServ sets mode: +v skerner_
[01:38:43] <Buterrip> hi ppl
[01:43:03] <Buterrip> ppl can help? :S
[01:43:09] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "compile" on "Chromium Builder" from 50785: ace at chromium dot org, ben at chromium dot org, erg at chromium dot org (:eglaysher), jhawkins at chromium dot org, rsleevi at chromium dot org)
[01:43:10] <Buterrip> when i try something like getelementbyname.contentwindow (sure, with the right sintax) or parent.main, or top.frames[2], it happens nothing, can someone help?
[01:43:34] <thakis> Buterrip: wrong channel, see topic
[01:44:12] <Buterrip> i see S: but no one answer me on #chromium-support
[01:44:21] *** beng has joined #chromium
[01:44:24] <beng> reverting
[01:44:28] <mrossetti> ericu: Can you dog the breakers? I've got to run off to a piano recital!  ;)
[01:44:48] <ericu> mrossetti sure.
[01:45:10] <ericu> beng is that your canvas refactoring killing the chromium builder?
[01:45:13] <rsleevi> Looks like it was 50784 - the failure was in views unit_tests trying to deal with gfx::Canvas
[01:45:21] <beng> yes
[01:45:23] <beng> reverting now
[01:45:28] <ericu> Thanks.
[01:46:24] *** mrossetti has quit IRC
[01:46:28] *** RT|Chatzilla has joined #chromium
[01:46:59] <skerner_> I am unable to build from ToT on windows, because eglplatform.h in third_party/mesa/... is including stdint.h .  Has anyone else seen this?
[01:47:05] <beng> it takes a really long time to revert
[01:47:11] <trungl-bot> Tree closed by ericu at google dot com: Tree is closed (ben reverting)
[01:48:15] <Buterrip> i have problems in my addon with controlling frames over javascript, when i try something like getelementbyname.contentwindow (sure, with the right sintax) or parent.main, or top.frames[2], it happens nothing, can someone help?
[01:49:07] <thakis> akalin: do i need to do a clean build after i disabled svg?
[01:49:10] <thakis> getting a ton of errors
[01:49:21] <akalin> thakis: you might
[01:49:26] <akalin> you did runhooks, right?
[01:49:30] <thakis> akalin: yes
[01:49:36] <akalin> when I did it, i already cleared a bunch of times from my previous failed attempts
[01:49:40] <Buterrip> akalin can i pm?
[01:49:42] <akalin> so you may need to clean-build too :(
[01:49:55] <thakis> xcode crashed!
[01:49:57] <akalin> Buterrip: no, i know nothing about javascript, and this is the wrong channel
[01:50:08] <Buterrip> oh which one?
[01:50:15] <akalin> Buterrip: see topic
[01:50:16] <Buterrip> i don't understand one thing
[01:50:21] *** up365 has joined #chromium
[01:50:32] <Buterrip> on a normal script, like html page, or firefox add on
[01:50:35] <Buterrip> it works
[01:50:40] <Buterrip> in google chrome no :|
[01:50:40] <beng> ericu: reverted
[01:51:17] <ericu> thanks beng
[01:51:20] <akalin> Buterrip: repeating your question won't make this any less the wrong channel
[01:51:35] <Buterrip> akalin i haven't repeated lol
[01:51:41] <asargent> Buterrip: if your question is about chrome extensions, please ask it here: http://groups.google.com/group/chromium-extensions
[01:51:42] <thakis> lol akalin
[01:51:46] <Buterrip> but i already undersand
[01:51:48] <Buterrip> ty
[01:52:05] <asargent> Buterrip: if it's about general web development and chrome, please ask it here: http://www.google.com/support/forum/p/Chrome/label?lid=5e916dca4598a98a&hl=en
[01:53:13] *** lgombos has quit IRC
[01:53:33] <akalin> i'm snarkier than usual today :(
[01:54:15] <trungl-bot> Tree opened by ericu at google dot com: Tree is open (linux builder will go green)
[01:55:15] <trungl-bot> Tree opened by ericu at google dot com: Tree is open (chromium builder will go green)
[01:58:16] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "compile" on "Chromium Builder (dbg)" from 50788: ace at chromium dot org, ben at chromium dot org, erg at chromium dot org (:eglaysher), jhawkins at chromium dot org, johnnyg at chromium dot org (:johnny_g), rafaelw at chromium dot org, rsleevi at chromium dot org)
[01:58:51] <thakis> the tree the tree the tree is on fire
[01:59:18] <trungl-bot> Tree opened by ericu at google dot com: Tree is open (chromium builder will go green)
[01:59:22] <ericu> And stay open, dammit.  It's the same problem.
[02:02:15] *** mazda has quit IRC
[02:03:38] *** eseidel has quit IRC
[02:07:20] <akalin> tree is clopen
[02:09:08] *** coyo|pingout is now known as coyo
[02:10:01] *** dmaclach has quit IRC
[02:11:49] *** jrmuizel has joined #chromium
[02:11:53] *** atwilson_ has joined #chromium
[02:11:53] *** ChanServ sets mode: +v atwilson_
[02:15:21] *** hbono has joined #chromium
[02:15:32] *** bmizerany has quit IRC
[02:16:05] *** bmizerany has joined #chromium
[02:16:11] *** satish has joined #chromium
[02:17:08] *** atwilson_ has quit IRC
[02:18:13] <satish> Hi, does anyone know GYP files well enough to help with an issue in compiling webkit's chromium port?
[02:18:37] <akalin> satish: maybe, what's the problem?
[02:19:14] *** stuartmorgan has quit IRC
[02:19:37] *** pkasting has quit IRC
[02:22:13] <satish> akalin: I have a webkit patch in https://bugs.webkit.org/show_bug.cgi?id=40984 where I include a new .cpp and .h file into webcore.gypi. Looks like that doesn't get compiled though, as the chrome-linux target build fails with undefined symbol errors.
[02:22:35] *** pkasting has joined #chromium
[02:22:35] *** ChanServ sets mode: +v pkasting
[02:23:20] <satish> akalin: I tried the same on my linux machine, and found that the generated WebKit/WebCore/WebCore.gyp/webcore.target.chromium.mk file does not include the new file in the OBJS list. So I'm wondering how the .mk gets generated by gyp and why my new file doesn't get in
[02:23:46] *** beng has quit IRC
[02:23:59] <akalin> satish: i'm not sure how it is with webkit, but in chromium you usually have to do ./build/gyp_chromium if you make changes to gyp files
[02:24:06] <akalin> to regenerate the .mk files, etc.
[02:24:25] <satish> akalin: Ok,I do see the same in webkit. Let me try that out.
[02:24:33] <evmar> i think the webkit builders always run gyp though
[02:24:34] <dcheng> There's also a bug on the cr-linux files where it doesn't regenerate the mk files after it applies your patch.
[02:24:36] <satish> akalin: should I run that and then do gclient runhooks --force again?
[02:24:40] <dcheng> At least there used to be. Not sure if it still exists.
[02:24:49] <akalin> satish: oh, gclient runhooks should actually do that
[02:24:59] <akalin> if you ran that, then it should have worked :|
[02:25:12] <satish> Yes, what dcheng mentioned seems to be happening now
[02:25:16] <akalin> ah
[02:25:35] <satish> What to do in this case? silently ignore the cr-linux target failure in the webkit patch and submit it?
[02:25:45] *** pkasting_ has joined #chromium
[02:25:46] *** ChanServ sets mode: +v pkasting_
[02:25:59] <asargent> ericu: FYI, looks like I introduced a unit_test leak - I'm taking a look at it now
[02:25:59] <dcheng> Well, ideally the cr-linux bot should be fixed because otherwise it's useless for patches that add new files =/
[02:26:12] <ericu> Thanks asargent
[02:26:29] <dcheng> But yeah, make sure it builds locally ... and then ignore it I guess.
[02:26:41] *** sytse_ has joined #chromium
[02:26:51] *** pcgod_ has joined #chromium
[02:27:03] <satish> ok. The problem is I don't see it working locally either. If I run gclient runhooks --force to generate the .mk files, I see my new file is not present in the .mk
[02:27:04] *** kinuko_ has joined #chromium
[02:27:04] *** ChanServ sets mode: +v kinuko_
[02:27:05] *** sswigart__ has joined #chromium
[02:27:06] *** ChanServ sets mode: +v sswigart__
[02:27:11] <satish> so could be a different issue too
[02:27:11] *** AaronMT has joined #chromium
[02:27:15] *** neb__ has joined #chromium
[02:27:15] *** ChanServ sets mode: +v neb__
[02:27:27] *** pkasting has quit IRC
[02:27:27] *** agl has quit IRC
[02:27:27] *** pcgod has quit IRC
[02:27:27] *** sytse has quit IRC
[02:27:27] *** motownavi has quit IRC
[02:27:27] *** kinuko has quit IRC
[02:27:27] *** neb_ has quit IRC
[02:27:27] *** sswigart has quit IRC
[02:27:28] *** pcgod_ is now known as pcgod
[02:27:28] *** kinuko_ is now known as kinuko
[02:27:28] *** sswigart__ is now known as sswigart
[02:27:37] *** motownavi has joined #chromium
[02:27:38] *** ChanServ sets mode: +v motownavi
[02:27:52] *** eseidel has joined #chromium
[02:28:52] <dcheng> satish: Is this a patch in WebKit checked out as part of a Chromium client, or are you building just WebKit?
[02:29:03] *** darwin_ has quit IRC
[02:29:39] <satish> I have chromium code checked out, and under third_party/Webkit I have the latest webkit code checked out. I'm just building webkit for this patch.
[02:29:51] *** agl has joined #chromium
[02:29:51] *** ChanServ sets mode: +v agl
[02:29:59] *** mbelshe1 has joined #chromium
[02:30:00] *** ChanServ sets mode: +v mbelshe1
[02:31:25] <dcheng> Hmm. I don't know... runhooks should have done the right thing =/
[02:32:25] <satish> runhooks does regenerate the .mk, so that works (I tried clean/delete the make files etc)... just that it seems to regenerate it by excluding my newly added file.
[02:32:45] *** plantain1 has joined #chromium
[02:32:45] *** erickt_ has joined #chromium
[02:32:46] <satish> Is there any way to debug the GYP -> .mk generation?
[02:33:24] *** taf2 has joined #chromium
[02:33:27] *** bevc_work has quit IRC
[02:33:27] *** yutak_home has quit IRC
[02:33:27] *** mbelshe has quit IRC
[02:33:27] *** Wicked has quit IRC
[02:33:27] *** deshantm has quit IRC
[02:33:27] *** GeorgeY has quit IRC
[02:33:27] *** plantain has quit IRC
[02:33:27] *** ik0n has quit IRC
[02:33:27] *** jrg has quit IRC
[02:33:27] *** jam2 has quit IRC
[02:33:27] *** sepisultrum has quit IRC
[02:33:27] *** erickt has quit IRC
[02:33:27] *** kjalarr has quit IRC
[02:33:40] *** sepisultrum has joined #chromium
[02:34:28] *** Wicked has joined #chromium
[02:36:02] *** jam2 has joined #chromium
[02:36:03] *** ChanServ sets mode: +v jam2
[02:36:21] *** jrg has joined #chromium
[02:36:21] *** ChanServ sets mode: +v jrg
[02:40:12] *** crescendo has joined #chromium
[02:41:08] *** coyo has quit IRC
[02:41:31] *** bandu has joined #chromium
[02:41:35] *** chrisccoulson has quit IRC
[02:41:56] *** shess__ has joined #chromium
[02:42:07] *** shess__ has quit IRC
[02:42:10] <asargent> ericu: I committed a suppression for the leak for now, and will hopefully have a fix later today or tomorrow - I believe it's just in the unit_test code and not in chrome itself
[02:42:31] *** shess__ has joined #chromium
[02:42:31] *** ChanServ sets mode: +v shess__
[02:42:50] *** asargent has quit IRC
[02:43:02] <ericu> Thanks asargent
[02:44:20] *** eseidel has quit IRC
[02:44:21] *** yutak_home has joined #chromium
[02:44:21] *** ChanServ sets mode: +v yutak_home
[02:46:07] *** darin__ has joined #chromium
[02:46:07] *** ChanServ sets mode: +v darin__
[02:46:22] *** jparent_ has joined #chromium
[02:46:22] *** ChanServ sets mode: +v jparent_
[02:46:25] *** MikeSmithW3C^ has quit IRC
[02:46:43] *** mbelshe has joined #chromium
[02:46:43] *** ChanServ sets mode: +v mbelshe
[02:47:56] *** japhet1 has joined #chromium
[02:47:56] *** ChanServ sets mode: +v japhet1
[02:48:12] *** kjalarr has joined #chromium
[02:48:57] *** Malmis has quit IRC
[02:48:58] <satish> dcheng: Found the issue, since I had both chromium and webkit in the same tree, I had my chromium depot_tools first in the path and hence running 'gclient runhooks' under webkit was invoking the chromium gclient and the .mk files were updated with the chromium GYP files.
[02:49:05] *** mbelshe1 has quit IRC
[02:49:05] *** up365 has quit IRC
[02:49:05] *** [Nef] has quit IRC
[02:49:05] *** til has quit IRC
[02:49:05] *** Caleb has quit IRC
[02:49:05] *** tav has quit IRC
[02:49:05] *** fishd_ has quit IRC
[02:49:05] *** jparent has quit IRC
[02:49:05] *** d1b has quit IRC
[02:49:05] *** pamg has quit IRC
[02:49:05] *** JakeSays has quit IRC
[02:49:05] *** japhet has quit IRC
[02:49:05] *** tehbaut has quit IRC
[02:49:05] *** purefusion has quit IRC
[02:49:05] *** TabAtkins has quit IRC
[02:49:05] *** eggy has quit IRC
[02:49:05] *** msteele_ has quit IRC
[02:49:15] *** shepazu has quit IRC
[02:49:26] *** dantasse has left #chromium
[02:49:36] <satish> dcheng: So instead now I run WebKit/chromium/gyp_webkit which does the right thing.
[02:50:09] <satish> dcheng: which means what you said earlier about webkit cr-linux bot not regenerating the .mk file might be the real issue
[02:50:22] *** up365 has joined #chromium
[02:50:22] *** [Nef] has joined #chromium
[02:50:22] *** til has joined #chromium
[02:50:22] *** Caleb has joined #chromium
[02:50:22] *** tav has joined #chromium
[02:50:22] *** d1b has joined #chromium
[02:50:22] *** pamg has joined #chromium
[02:50:22] *** JakeSays has joined #chromium
[02:50:22] *** tehbaut has joined #chromium
[02:50:22] *** purefusion has joined #chromium
[02:50:22] *** TabAtkins has joined #chromium
[02:50:22] *** eggy has joined #chromium
[02:50:22] *** msteele_ has joined #chromium
[02:50:22] *** zelazny.freenode.net sets mode: +vv pamg TabAtkins
[02:51:49] <dcheng> The Chromium gclient doesn't use the .gyp files under WebKit? That seems strange.
[02:51:59] <dcheng> Unless I'm misinterpreting that.
[02:52:35] <satish> er.. I know at least there is one difference with the feature_overrides.gypi between standalone webkit and chromium?
[02:53:09] <dcheng> For me at least, updating WebCore/WebCore.gypi and running gclient runhooks has worked. Maybe it doesn't work for some of the more interesting gyp files though.
[02:53:34] <dcheng> Oh, were you building WebKit directly with build-webkit?
[02:53:45] <satish> yes. using build-webkit
[02:53:45] <satish> why?
[02:54:01] <dcheng> I think that's probably the difference then.
[02:54:20] *** AaronMT has quit IRC
[02:54:36] <dcheng> Usually when I'm working on a WebKit patch, I rebuild the Chrome bits too instead of building just WebKit
[02:55:14] <dcheng> But yeah, I guess build-webkit and make chrome probably don't use the same make files.
[02:55:26] <satish> that's correct, that is the issue here.
[02:55:50] <satish> I'm still wondering about the webkit cr-linux buildbot not regenerating the .mk file. Do you know who manages the cr-linux bot?
[02:56:14] <dcheng> abarth
[02:57:05] <abarth> dcheng: hi
[02:57:22] <satish> abarth: Hi, I was asking dcheng regd the cr-linux webkit build bot
[02:58:02] <satish> abarth: My webkit patch in bug https://bugs.webkit.org/show_bug.cgi?id=40984 is failing on cr-linux, and the reason seems to be a problem in generating the .mk file from GYP (I added a new .cpp file to the GYPi)
[02:58:17] <satish> Is this a known problem or something wrong with my patch?
[02:58:28] <abarth> that's a known problem with the bot
[02:58:40] <abarth> i need to figure out how to gclient runhooks from the bot
[02:58:45] <satish> ah!
[02:59:18] <satish> too bad I didn't know earlier, just spent 8 hours trying to find the cause :)
[02:59:21] <satish> thanks.
[02:59:36] <dcheng> Might be nice to document it somewhere, as I spent a non-trivial amount of time figuring the same thing out as well.
[02:59:58] *** skerner__ has joined #chromium
[03:00:00] *** rafaelw1 has joined #chromium
[03:00:08] <abarth> satish: :(  i'm sorry
[03:00:10] *** johnny_g has quit IRC
[03:00:18] <abarth> ok, i'll prioritize fixing it
[03:00:24] <satish> abarth: Any chance this could be mentioned in http://trac.webkit.org/wiki/Chromium ?
[03:00:33] *** yutak_home has quit IRC
[03:00:57] *** eseidel has joined #chromium
[03:01:02] *** skerner__ has quit IRC
[03:01:10] <abarth> satish: sure, go ahead and add it
[03:02:38] *** dave_levin has quit IRC
[03:03:01] *** skerner_ has quit IRC
[03:04:37] <satish> ok.
[03:05:59] <hclam> ericu: I'm landing a new webkit revision
[03:06:09] <ericu> hclam  OK
[03:06:25] <ericu> hclam I'm going to run off in a bit; can you keep a good eye on it?
[03:06:30] <hclam> ericu: there's a compilation failure from webkit, wants to roll close enough
[03:06:35] <hclam> ericu: sure
[03:06:42] <hclam> ericu: will be around for a while
[03:06:50] <ericu> hclam--what failure?  What do you mean?
[03:06:57] <hclam> on the canary bots
[03:07:04] <hclam> not the main bots
[03:07:16] <ericu> So you're rolling up to it, or past it with a fix, or what?
[03:07:48] <hclam> just saying a new failure, wants to roll close to that :)
[03:07:59] *** MikeSmithW3C has joined #chromium
[03:10:42] *** satish has quit IRC
[03:13:53] <jamesr> hclam: asked eseidel to look at the chromium webkit compilation failures since he broke it
[03:14:23] <hclam> thanks, jamesr, I'm looking in it too
[03:14:54] <hclam> jamesr: he can probably fix it faster than me :)
[03:14:58] *** mazda has joined #chromium
[03:14:58] *** ChanServ sets mode: +v mazda
[03:15:10] <jamesr> hclam: yeah he should have a good idea of what's up
[03:15:34] *** pathorn has quit IRC
[03:17:06] *** kenneth_reitz has joined #chromium
[03:17:25] *** leeight has joined #chromium
[03:18:52] *** leeight has left #chromium
[03:19:05] *** awolfson has joined #chromium
[03:21:02] *** rajivm has joined #chromium
[03:21:02] *** ChanServ sets mode: +v rajivm
[03:21:47] *** rajivm has quit IRC
[03:22:41] *** rajiv_ has joined #chromium
[03:22:41] *** ChanServ sets mode: +v rajiv_
[03:22:55] *** rajiv_ has quit IRC
[03:23:05] *** rajivts has joined #chromium
[03:23:05] *** ChanServ sets mode: +v rajivts
[03:23:43] <ericu> 3 different ui_tests just failed, one per bot, with no obvious culprit.  Could just be flakiness...
[03:23:43] *** skerner_ has joined #chromium
[03:24:14] <ericu> If anyone's got any insight, please take a look.  I'm heading out and the other sheriffs are already gone.
[03:24:24] *** Buterrip has quit IRC
[03:31:13] <bmizerany> n v8, if I `return ThrowException(Exception::Error(String::New("my error")))` from a native method, and in JS I have a try/catch around that invocation of it, why does the catch not catch that?
[03:33:18] *** hbono has quit IRC
[03:33:26] *** rickspencer3 has quit IRC
[03:35:35] *** tedoc2000 has joined #chromium
[03:37:01] *** leeight has joined #chromium
[03:37:04] *** leeight has left #chromium
[03:38:42] *** BryanWB has joined #chromium
[03:41:28] *** eseidel has quit IRC
[03:42:01] *** Lars_G has joined #chromium
[03:42:19] *** Lars_G has left #chromium
[03:45:29] *** rickspencer3 has joined #chromium
[03:47:01] *** kliegs has joined #chromium
[03:48:29] *** jamesr has quit IRC
[03:50:45] *** fqian has quit IRC
[03:51:52] *** MikeSmithW3C has quit IRC
[03:52:30] <awong> I'm going to close the tree because it is a christmass tree right now, and there are no sheriffs.  I'm heading out too though.  Please spend some time to fix it before you checkin.
[03:53:03] *** rjkroege has quit IRC
[03:54:28] <trungl-bot> Tree closed by ajwong at chromium dot org: Tree is closed (too much red, no one around to fix.  Please fix, and reopen if you wish to check in.)
[03:55:01] *** tedoc2000 has quit IRC
[03:55:39] *** skerner_ has quit IRC
[03:57:50] *** skerner_ has joined #chromium
[03:58:06] *** Erkan_Yilmaz_ has joined #chromium
[03:59:50] * aboodman doesn't see anything that could have made the worker test start failing
[04:00:16] <aboodman> oh the webkit roll
[04:00:34] <aboodman> hclam: ?
[04:01:40] *** Erkan_Yilmaz__ has quit IRC
[04:02:20] *** MikeSmithW3C has joined #chromium
[04:02:37] *** csilv has left #chromium
[04:04:55] *** rginda has quit IRC
[04:05:52] *** earyoyo has quit IRC
[04:06:52] *** sbyer has quit IRC
[04:07:16] *** hbono has joined #chromium
[04:07:31] *** brettw has quit IRC
[04:11:14] * aboodman is trying revert of the last webkit roll
[04:12:11] *** neb_ has joined #chromium
[04:12:52] *** bent-mozilla has quit IRC
[04:14:55] *** neb_ has quit IRC
[04:15:16] *** ExAstris has joined #chromium
[04:15:27] *** neb_ has joined #chromium
[04:15:36] <ExAstris> Hi all. I just updated my chrome version and am now experiencing this issue: http://code.google.com/p/chromium/issues/detail?id=47419
[04:15:48] <ExAstris> I am on 6.0.447.0 dev channel as is the person reporting the issue.
[04:15:55] <ExAstris> can I rollback chrome until the problem is fixed, somehow?
[04:16:06] <akalin> you can switch to the beta channel
[04:16:34] <ExAstris> Okay. That'll fix the problem?
[04:16:42] <akalin> probably
[04:16:42] <ExAstris> Do we know when a patch is expected for the issue?
[04:17:15] <akalin> the bug might have that info
[04:17:49] *** oshima has joined #chromium
[04:17:49] *** ChanServ sets mode: +v oshima
[04:17:53] *** skerner_ has quit IRC
[04:18:47] <neb_> anyone working on WorkerTest.OpenDatabaseSyncInputs failing?
[04:18:53] * aboodman is
[04:19:17] *** Beetny has joined #chromium
[04:19:19] <aboodman> although by 'work' i mean, i'm waiting for the try bot to finish testing w/o latest webkit roll, which is my best guess
[04:20:13] <hclam> aboodman: i'm here
[04:20:31] *** trungl has joined #chromium
[04:20:31] *** ChanServ sets mode: +v trungl
[04:20:40] <trungl> 'evening, Chromium.
[04:20:41] <trungl-bot> trungl: Good evening.
[04:20:47] <ExAstris> akalin it doesn't seem to. Would it be worth it for me to wait a day and try again
[04:20:51] <hclam> looking into the failure now
[04:20:57] <akalin> ExAstris: your best bet is to keep an eye on the bug
[04:21:21] <ExAstris> akalin I replied to it to let people know. I will do.
[04:21:28] *** skerner_ has joined #chromium
[04:27:08] *** skerner__ has joined #chromium
[04:27:08] *** ChanServ sets mode: +v skerner__
[04:29:26] <hclam> aboodan: you there?
[04:29:33] <aboodman> hclam: yes
[04:29:51] *** skerner_ has quit IRC
[04:30:12] *** taf2 has quit IRC
[04:30:29] *** rickspencer3 has quit IRC
[04:30:44] <hclam> I've got this log: http://build.chromium.org/buildbot/waterfall/builders/Linux%20Tests%20x64/builds/3579http://build.chromium.org/buildbot/waterfall/builders/Linux%20Tests%20x64/builds/3579
[04:31:05] <hclam> think the ui test fails before the webkit roll
[04:31:24] *** bandu has quit IRC
[04:31:26] <aboodman> that link does nothing for me
[04:31:41] <aboodman> i see, it is malformed
[04:32:09] <aboodman> <shrug>
[04:32:12] <aboodman> dunno what to tell you
[04:32:34] <aboodman> my try run is almost done, then we will know for sure
[04:32:40] <hclam> sure
[04:32:42] *** hrna has joined #chromium
[04:32:46] <aboodman> sometimes those blame lists can be wrong
[04:33:09] <hclam> ok
[04:33:16] *** jschuh_ has joined #chromium
[04:37:56] <hclam> aboodman: I think it's http://src.chromium.org/viewvc/chrome?view=rev&revision=50798
[04:39:20] *** jrmuizel has quit IRC
[04:39:22] *** bmizerany has quit IRC
[04:39:38] *** bmizerany has joined #chromium
[04:39:44] *** jschuh has quit IRC
[04:40:07] *** jschuh_ is now known as jschuh
[04:41:45] *** rginda has joined #chromium
[04:41:45] *** ChanServ sets mode: +v rginda
[04:42:09] *** brettw has joined #chromium
[04:42:09] *** ChanServ sets mode: +v brettw
[04:43:50] *** dpranke has quit IRC
[04:44:59] *** earyoyo has joined #chromium
[04:44:59] *** ChanServ sets mode: +v earyoyo
[04:46:44] *** Erkan_Yilmaz__ has joined #chromium
[04:49:58] *** Erkan_Yilmaz_ has quit IRC
[04:50:15] <aboodman> hclam: seems to fix it
[04:50:19] <aboodman> http://build.chromium.org/buildbot/try-server/builders/linux/builds/35545/steps/ui_tests/logs/stdio
[04:51:02] <aboodman> going to try reverting it for reals
[04:51:37] <hclam> ok, thanks
[04:51:39] *** adiumtestuser has joined #chromium
[04:53:20] *** trungl has quit IRC
[04:54:32] *** decker has joined #chromium
[04:54:35] *** dglazkov has joined #chromium
[04:54:35] *** ChanServ sets mode: +v dglazkov
[04:55:20] <decker> yo.  would chromium mess with my at daemon at all?  because with a superficial glance, that's what its looking like
[04:56:10] <decker> which I'm finding very odd by the way
[04:56:52] <awong> decker: I could be wrong, but AFAIK, chromium doesn't mess with at...
[04:57:50] <hclam> aboodman: I tried reverting 50798 locally and it works for me too
[04:58:12] <hclam> aboodman: now running run bots
[04:58:56] <decker> awong: just for the record, this is the browser we're talking about, correct?
[04:59:11] *** jrmuizel has joined #chromium
[04:59:20] <awong> decker: yes...chromium the browser.  And you mean "at" as in the at daemon for scheduling jobs in unix systems right?
[05:00:11] *** earyoyo has quit IRC
[05:00:20] <shess__> aboodman: yay - I was just coming to that conclusion re that CL...
[05:01:33] *** jrmuizel has quit IRC
[05:01:38] <decker> awong: yeah, right, the job thing.  I did hit some sites the other day that were to say the least shady.  linux, chrome, figure I'm safe, the whole security  through obscurity thing and all.  gah.  wonder if I have some nonsense going on...
[05:02:01] <awong> decker: yeah, I would look somewhere other than chromium for the culprit.
[05:02:19] <decker> flash perhaps
[05:02:57] <decker> f it.  paranoid fucker that I am, a reinstall sounds to be in order.
[05:03:05] <awong> decker: hah.
[05:03:11] <decker> I just reinstalled anyway.  should help me streamline the process
[05:03:26] <awong> what makes you think chromium is using at anyways?
[05:04:07] <decker> good question.  let me see what pstree says...
[05:04:08] *** shoe has quit IRC
[05:04:18] *** shoe has joined #chromium
[05:04:33] <decker> gah, I'm an idiot though, already killed the atd process
[05:04:39] <decker> shoot
[05:04:48] <michaeln> big redness!
[05:05:34] <michaeln> ouch... reverted the webkit roll!
[05:05:59] *** wash has joined #chromium
[05:06:03] <decker> awong: well, anyhow, atd is off, should not have been running.  it was running some how.   no. 2, which is really odd, a chrome update seems to have restarted the at daemon.
[05:06:37] <awong> decker: yeah...I don't know. Sorry man
[05:07:03] *** qinjia has joined #chromium
[05:07:32] <decker> awong: yeah, me neither.  and I'm probably just paranoid.  but still.  going nuts on the .chrome analysis and a possible reinstall probably won't hurt much.  so yeah, thanks anyhow.  take it easy
[05:07:49] *** JTeh has joined #chromium
[05:07:51] *** decker has left #chromium
[05:10:11] *** RT|Chatzilla has quit IRC
[05:11:00] <dumi> i'm looking at the WorkerTest.OpenDatabaseSyncInputs failure
[05:12:32] <tony^work> hclam: are we waiting to revert 50798?
[05:13:03] <hclam> looking now
[05:13:23] <tony^work> FWIW, I wouldn't bother running try jobs for potential reverts
[05:13:38] <tony^work> easier to just revert first and re-land patches
[05:14:25] <hclam> ok
[05:14:32] <hclam> i'll go ahead and revert 50798
[05:16:11] *** earyoyo has joined #chromium
[05:16:11] *** ChanServ sets mode: +v earyoyo
[05:16:52] *** dglazkov has quit IRC
[05:18:34] *** RT|Chatzilla has joined #chromium
[05:19:22] <hclam> revert landed, going to look closely
[05:19:26] *** MikeSmithW3C^ has joined #chromium
[05:19:30] <hclam> if doesn't fix i'll revert the webkit roll
[05:19:36] <tony^work> SGTM
[05:20:10] <dumi> i think michael's getting to his desk now
[05:20:40] *** laranon has joined #chromium
[05:20:48] <michaeln> what will reverting 50798 fix?
[05:21:06] <hclam> the ui_test
[05:21:22] <hclam> WorkerTest.OpenDatabaseSyncInputs
[05:21:26] *** neb___ has joined #chromium
[05:22:03] *** MikeSmithW3C has quit IRC
[05:23:20] <michaeln> i see!
[05:23:31] *** neb_ has quit IRC
[05:28:46] *** earyoyo has quit IRC
[05:29:01] *** BryanWB has quit IRC
[05:29:46] *** rsleevi has quit IRC
[05:30:46] *** dglazkov has joined #chromium
[05:30:46] *** ChanServ sets mode: +v dglazkov
[05:32:22] *** dglazkov has quit IRC
[05:33:35] *** Erkan_Yilmaz_ has joined #chromium
[05:36:37] *** wash has quit IRC
[05:36:44] *** Erkan_Yilmaz__ has quit IRC
[05:37:06] *** wash has joined #chromium
[05:38:28] *** laranon has quit IRC
[05:40:16] *** ExAstris has quit IRC
[05:40:17] *** JTeh has quit IRC
[05:41:12] *** skerner__ has quit IRC
[05:41:14] *** JTeh has joined #chromium
[05:42:00] *** JTeh has quit IRC
[05:42:44] *** neb___ has quit IRC
[05:42:48] *** neb_ has joined #chromium
[05:46:07] *** neb__ has quit IRC
[05:53:11] *** earyoyo has joined #chromium
[05:53:11] *** ChanServ sets mode: +v earyoyo
[05:56:50] *** jnd_ has joined #chromium
[05:56:50] *** ChanServ sets mode: +v jnd_
[05:57:33] *** jrmuizel has joined #chromium
[06:01:58] *** til_ has joined #chromium
[06:01:58] *** til has quit IRC
[06:01:58] *** til_ is now known as til
[06:05:42] *** neb_ has quit IRC
[06:05:53] *** earyoyo has quit IRC
[06:06:23] *** bmizerany has quit IRC
[06:10:14] *** dmaclach has joined #chromium
[06:19:31] *** kreitz has joined #chromium
[06:21:44] *** kreitz has quit IRC
[06:22:12] *** kreitz has joined #chromium
[06:22:42] *** kenneth_reitz has quit IRC
[06:23:22] <hclam> in addition to ui test failure, there's also a valgrind valurte
[06:23:26] <hclam> failure
[06:24:31] *** earyoyo has joined #chromium
[06:24:31] *** ChanServ sets mode: +v earyoyo
[06:24:58] <hclam> one seems to be from r50774
[06:25:05] *** dave_levin has joined #chromium
[06:26:54] <hclam> going to revert r50774
[06:27:41] *** tedoc2000 has joined #chromium
[06:30:28] *** dmaclach has quit IRC
[06:33:32] *** MikeSmithW3C has joined #chromium
[06:33:53] *** dmaclach has joined #chromium
[06:34:36] <hclam> 50779 also seems to introduce valgrind error too
[06:34:50] *** MikeSmithW3C^ has quit IRC
[06:38:19] *** earyoyo has quit IRC
[06:40:50] *** roc has quit IRC
[06:44:50] <aboodman> tony^work: i went back and forth about it. it didn't seem completely clear that it was the roll.
[06:48:55] *** tedoc2000 has quit IRC
[06:49:42] *** jschuh has left #chromium
[06:51:34] *** dhollowa_ has joined #chromium
[06:51:48] *** malavv has quit IRC
[06:52:07] <hclam> aboodman: please look at this try: http://codereview.chromium.org/2807022/show
[06:52:18] <hclam> I reverted 50774 as it breaks valgrind
[06:52:29] <hclam> investigating 50779 as it seems to break avlrind too
[06:52:40] *** hclam is now known as hclam_afk
[06:52:46] *** dhollowa_ has quit IRC
[06:52:48] *** Utoxin has quit IRC
[06:52:50] *** Utoxin_ has joined #chromium
[06:52:57] * hclam_afk be back in 15 minutes
[06:54:11] *** amx has quit IRC
[06:55:07] *** amx has joined #chromium
[07:08:31] *** earyoyo has joined #chromium
[07:08:31] *** ChanServ sets mode: +v earyoyo
[07:09:44] <tony^work> I am confused as to the state of the tree
[07:09:57] <tony^work> it sounds like we're trying to figure out the valgrind failures now?
[07:10:26] <tony^work> ui tests look green now
[07:12:23] *** dmaclach has quit IRC
[07:14:05] *** dmaclach has joined #chromium
[07:16:33] <hclam_afk> tony^work: yup, i'm trying to fix the valgrind
[07:17:01] *** hclam_afk is now known as hclam
[07:17:20] *** g0pher has joined #chromium
[07:17:32] <hclam> i think it's good to open the tree, i'll keep fixing valgrindi nthe background
[07:19:54] <tony^work> ok, I opened the tree
[07:20:32] *** earyoyo has quit IRC
[07:20:42] <trungl-bot> Tree opened by tony at chromium dot org (:tony^work): tree is open (hclam investigating valgrind failures)
[07:21:05] <g0pher> is that the place to ask why chrome has gotten erratic since mid May ? eg is fine for awhile - then hangs - ??
[07:21:11] <hclam> thanks
[07:21:25] <g0pher> s/that/this/
[07:22:24] *** dimich_ has joined #chromium
[07:22:57] *** dmaclach has quit IRC
[07:24:00] *** jrmuizel has quit IRC
[07:24:10] *** Dataforce has quit IRC
[07:24:26] *** dimich_ has quit IRC
[07:26:43] *** eseidel has joined #chromium
[07:26:57] *** tittiatcoke has joined #chromium
[07:34:42] *** shess__ has left #chromium
[07:36:31] *** roc has joined #chromium
[07:38:55] *** dmaclach has joined #chromium
[07:39:05] *** pfeldman has joined #chromium
[07:42:49] *** jnd__ has joined #chromium
[07:42:49] *** ChanServ sets mode: +v jnd__
[07:42:51] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "net_unittests" on "Modules Mac10.5 (dbg)" from 50822: tony at chromium dot org (:tony^work))
[07:42:54] *** jnd_ has quit IRC
[07:43:24] *** wash has quit IRC
[07:43:52] <trungl-bot> Tree opened by tony at chromium dot org (:tony^work): tree is open (hclam investigating valgrind failures)
[07:44:00] <tony^work> test failure is probably a flaky test.  the patch I just landed doesn't even get compiled on mac :)
[07:44:10] *** General1337 has joined #chromium
[07:44:53] <g0pher> apology - just is so frustrtiing - chrome was so fast from Dec. to mid May. - now is ok for 5,10,20 pages - then starts hanging loading pages - try them in IE8 - come down ok
[07:45:35] *** darwin_ has joined #chromium
[07:47:45] *** General13372 has quit IRC
[07:49:08] <tony^work> g0pher: it's hard to tell what's wrong based on your description.  if you can narrow down the problem (e.g., disable extensions, check proxy settings, try a new profile, etc) then you can search the bugs database for other users with the same problem or file a new bug.
[07:49:11] *** disappearedng has quit IRC
[07:49:35] *** chOne has joined #chromium
[07:49:42] <chOne> hey everyone
[07:49:45] *** dmaclach has quit IRC
[07:50:01] <chOne> i have an imp question to ask, i dont know if its relevant here or not.
[07:51:29] <chOne> i was using windows 7 rc version, but installed windows 7 rtm, which disabled the rc windows and now i cannot access it. I want to get all my chrome favourites which were in that installation, how do i do that? I cannot boot the rc version anymore.
[07:51:32] <chOne> thanks
[07:54:05] *** secretmessages has joined #chromium
[07:54:17] *** jnd__ is now known as jnd^work
[07:54:33] <g0pher> tony - thanks - started out in Dec. on the regular chrome - at some point the update put me in the beta channel
[07:56:11] *** earyoyo has joined #chromium
[07:56:11] *** ChanServ sets mode: +v earyoyo
[07:58:01] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "base_unittests" on "Modules Mac10.5 (dbg)" from 50824: tfarina at chromium dot org)
[07:59:04] *** secretmessages has quit IRC
[08:00:16] *** bevc_work has joined #chromium
[08:01:36] *** alyxuk has quit IRC
[08:02:28] *** disappearedng has joined #chromium
[08:02:29] *** disappearedng has joined #chromium
[08:05:53] <hclam> the tree is broken, revert anyone?
[08:06:14] *** chOne has quit IRC
[08:06:27] *** secretmessages has joined #chromium
[08:06:39] <hclam> i'm going to rever
[08:06:40] <hclam> t
[08:07:14] <hclam> hm...odd it was just flaky it's green again
[08:07:15] *** alyxuk has joined #chromium
[08:07:18] <tony^work> yeah
[08:07:21] <tony^work> I opened the tree again
[08:07:29] <tony^work> not sure why the mac bots hate everyone tonight
[08:08:07] <trungl-bot> Tree opened by tony at chromium dot org (:tony^work): tree is open (hclam investigating valgrind failures)
[08:08:27] *** roc has quit IRC
[08:09:18] *** earyoyo has quit IRC
[08:09:39] *** tittiatcoke has quit IRC
[08:14:25] *** jrforbes_ has quit IRC
[08:16:59] *** pfeldman has quit IRC
[08:18:56] *** alyxuk has quit IRC
[08:20:11] *** secretmessages has quit IRC
[08:22:30] *** General13372 has joined #chromium
[08:23:03] *** eseidel has quit IRC
[08:23:09] *** eseidel has joined #chromium
[08:25:53] *** General1337 has quit IRC
[08:27:17] *** General1337 has joined #chromium
[08:31:24] *** General13372 has quit IRC
[08:31:59] *** eseidel has quit IRC
[08:32:28] *** [Nef] has quit IRC
[08:33:58] <bevc_work> hi everyone. I'm going to be restarting the try master around 12:00 am PDT.
[08:34:02] *** jg has quit IRC
[08:42:01] *** glaksmono has joined #chromium
[08:42:08] <glaksmono> anyone here?
[08:46:18] *** Erkan_Yilmaz_ has quit IRC
[08:48:43] *** earyoyo has joined #chromium
[08:48:43] *** ChanServ sets mode: +v earyoyo
[08:52:47] *** tittiatcoke has joined #chromium
[08:53:37] *** eseidel has joined #chromium
[08:54:30] *** kreitz has quit IRC
[08:54:55] <jochen__> morning chromium ppl
[08:54:55] <trungl-bot> jochen__: Good morning!
[09:00:50] *** earyoyo has quit IRC
[09:02:15] *** nayankk has joined #chromium
[09:02:47] <bevc_work> I'm restarting the try master in 10 minutes
[09:06:18] *** qinjia has quit IRC
[09:09:02] *** joelastpass has quit IRC
[09:09:13] *** nebula has joined #chromium
[09:11:55] *** nebula is now known as opuuuuus
[09:13:11] *** Greboid has quit IRC
[09:16:00] *** earyoyo has joined #chromium
[09:16:00] *** ChanServ sets mode: +v earyoyo
[09:21:02] *** HandyGandy has quit IRC
[09:23:47] *** jedivulcan has joined #chromium
[09:27:52] *** earyoyo has quit IRC
[09:28:14] <thakis> i'm out for today, revert me if my cl broke something
[09:28:20] <thakis> it passed the trybots
[09:28:26] <thakis> morning jochen__
[09:29:09] <tony^work> there are probably no tests that go through that code path
[09:29:33] <tony^work> d&d isn't covered by automated tests
[09:31:28] *** [Nef] has joined #chromium
[09:35:07] *** joelastpass has joined #chromium
[09:36:24] *** bevc_work has quit IRC
[09:37:04] <glaksmono> good morning!!! hehe..
[09:37:18] <glaksmono> building takes forever for debug :(
[09:37:23] <glaksmono> i need better computer
[09:38:40] *** glaksmono has quit IRC
[09:41:10] *** tittiatcoke has quit IRC
[09:43:51] *** GeekShadow has joined #chromium
[09:46:37] *** bauerb has joined #chromium
[09:46:37] *** ChanServ sets mode: +v bauerb
[09:49:57] <aboodman> arv is awake?
[09:55:10] *** earyoyo has joined #chromium
[09:55:10] *** ChanServ sets mode: +v earyoyo
[09:57:50] *** MikeSmithW3C has quit IRC
[09:57:54] <jochen__> some v8 person around?
[10:06:14] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "unit_tests" on "Linux Tests x64" from 50834: aa at chromium dot org, arv at chromium dot org)
[10:08:15] *** earyoyo has quit IRC
[10:13:39] *** Caleb has quit IRC
[10:14:15] *** Caleb has joined #chromium
[10:17:34] <jochen__> anybody feels like reviewing http://codereview.chromium.org/2821019 ?
[10:19:46] <aboodman> jochen__: done
[10:20:06] <aboodman> btw, the linux failure seems unrelated ot my change
[10:20:21] <aboodman> and arv's ftm
[10:21:42] <aboodman> n/m, there are other failures that are mine
[10:22:35] <tony^work> aboodman: yeah, the manifest test failed
[10:22:39] <tony^work> that's why the tree closed
[10:23:04] *** hbono has quit IRC
[10:23:25] <jochen__> ta
[10:24:02] <tony^work> there are also browser test failures
[10:24:22] <trungl-bot> Tree closed by tony at chromium dot org (:tony^work): Tree is closed (appweburls -> aboodman fixing)
[10:27:10] *** ROBOd has joined #chromium
[10:27:18] *** hbono has joined #chromium
[10:31:26] <trungl-bot> Tree closed by aa at chromium dot org: Tree is closed (revert in)
[10:38:29] *** sytse_ is now known as sytse
[10:44:59] *** roc has joined #chromium
[10:50:33] *** howlymowly has joined #chromium
[10:51:21] *** roc has quit IRC
[10:54:08] *** laranon has joined #chromium
[11:02:11] *** jnd^work has quit IRC
[11:02:39] *** jnd^work has joined #chromium
[11:02:39] *** ChanServ sets mode: +v jnd^work
[11:09:48] <trungl-bot> Tree opened by aa at chromium dot org: Tree is open
[11:29:07] *** tote has quit IRC
[11:29:54] *** away01 has quit IRC
[11:30:35] *** MikeSmithW3C has joined #chromium
[11:30:44] *** tittiatcoke has joined #chromium
[11:30:44] *** tittiatcoke has quit IRC
[11:30:44] *** tittiatcoke has joined #chromium
[11:30:48] *** away01 has joined #chromium
[11:31:17] *** away01 is now known as temp01
[11:33:17] *** MikeSmithW3C has quit IRC
[11:33:41] *** MikeSmithW3C has joined #chromium
[11:34:13] *** sebmarkbage has joined #chromium
[11:34:28] *** hebz0rl has joined #chromium
[11:42:59] *** hebz0rl has quit IRC
[11:43:58] *** hbono has quit IRC
[11:46:10] *** earyoyo has joined #chromium
[11:46:10] *** ChanServ sets mode: +v earyoyo
[11:46:12] *** earyoyo has quit IRC
[11:46:13] *** earyoyo has joined #chromium
[11:46:13] *** leguin.freenode.net sets mode: +v earyoyo
[11:47:52] *** tittiatcoke has quit IRC
[11:48:35] *** tittiatcoke has joined #chromium
[11:49:46] *** Zaba has quit IRC
[11:50:39] *** eseidel has quit IRC
[11:50:44] *** hebz0rl has joined #chromium
[11:51:03] *** tkent has quit IRC
[11:52:36] *** nayankk has quit IRC
[11:58:10] *** lianj has quit IRC
[11:58:22] *** Zaba has joined #chromium
[11:58:45] *** earyoyo has quit IRC
[11:59:52] *** lianj has joined #chromium
[12:00:01] <aboodman> relanding mega doom change
[12:03:56] *** chrisccoulson has joined #chromium
[12:04:28] *** shepazu has joined #chromium
[12:04:50] *** shepazu has quit IRC
[12:06:18] *** romainhuet has joined #chromium
[12:12:28] *** jeremyselier has joined #chromium
[12:13:16] *** jeremyselier has joined #chromium
[12:14:35] *** jeremyselier has joined #chromium
[12:15:14] *** jeremyselier has quit IRC
[12:15:44] *** jeremyselier has joined #chromium
[12:16:25] *** jeremyselier has quit IRC
[12:16:59] *** jeremyselier has joined #chromium
[12:20:41] *** laranon has quit IRC
[12:21:04] *** laranon has joined #chromium
[12:22:49] *** GeekShadow has quit IRC
[12:23:30] *** __yhvh__ has joined #chromium
[12:25:48] *** laranon has quit IRC
[12:25:58] <__yhvh__> I filed a bug that seems to have been fixed in the recent build, anyone want to close? http://bit.ly/bpgS5H
[12:26:43] *** earyoyo has joined #chromium
[12:26:43] *** ChanServ sets mode: +v earyoyo
[12:29:44] *** tittiatcoke has quit IRC
[12:30:15] *** opuuuuus has quit IRC
[12:34:52] *** tittiatcoke has joined #chromium
[12:38:49] *** earyoyo has quit IRC
[12:40:53] *** glotov has joined #chromium
[12:43:50] <aboodman> __yhvh__: done
[12:44:24] *** wesbluemarine has joined #chromium
[12:44:41] <wesbluemarine> why chromium os give me error on boot
[12:44:50] <wesbluemarine> unable to mount root fs
[12:48:11] *** awolfson has quit IRC
[12:50:44] *** carstenh has left #chromium
[12:55:05] *** roc has joined #chromium
[12:57:59] *** earyoyo has joined #chromium
[12:57:59] *** ChanServ sets mode: +v earyoyo
[13:02:03] *** taf2 has joined #chromium
[13:10:15] *** earyoyo has quit IRC
[13:11:51] *** earyoyo has joined #chromium
[13:11:51] *** ChanServ sets mode: +v earyoyo
[13:14:40] *** taf2 has quit IRC
[13:21:13] *** plantain1 is now known as plantain
[13:25:38] *** laranon has joined #chromium
[13:26:40] *** Adys has quit IRC
[13:27:08] *** fearphage has quit IRC
[13:29:48] *** Cheery has joined #chromium
[13:29:57] <Cheery> does chromium support wysiwym of any kind?
[13:31:15] <selckin> it literly supports it
[13:31:58] <Cheery> meaning of literly?
[13:32:29] *** Adys has joined #chromium
[13:32:30] *** Adys has quit IRC
[13:32:30] *** Adys has joined #chromium
[13:32:59] *** MikeSmithW3C has quit IRC
[13:33:03] *** Dogmeat_ has quit IRC
[13:34:03] <selckin> what you see is all you get
[13:35:01] <Cheery> yeh. if you mean the editable -field.
[13:35:05] <Cheery> that's horrible.
[13:41:15] *** fearphage has joined #chromium
[13:41:41] *** chaser_ has quit IRC
[13:52:24] *** Martijnc has joined #chromium
[13:55:58] *** GeekShadow has joined #chromium
[13:58:59] *** leeight has joined #chromium
[13:59:15] *** leeight has left #chromium
[13:59:56] *** Adys has quit IRC
[14:00:17] *** Adys has joined #chromium
[14:00:21] *** taf2 has joined #chromium
[14:02:43] *** Zaba has quit IRC
[14:05:35] *** kliegs has quit IRC
[14:08:22] *** zaspire has joined #chromium
[14:12:18] *** g0pher has quit IRC
[14:13:54] *** Zaba has joined #chromium
[14:14:22] *** bulach has quit IRC
[14:15:25] *** thomasvl has joined #chromium
[14:15:25] *** ChanServ sets mode: +v thomasvl
[14:16:14] *** fearphage has quit IRC
[14:18:22] *** GeekShadow has quit IRC
[14:21:27] *** mazda has quit IRC
[14:27:08] *** rohitrao has joined #chromium
[14:27:08] *** ChanServ sets mode: +v rohitrao
[14:34:57] *** darwin_ has quit IRC
[14:35:15] *** darwin_ has joined #chromium
[14:35:19] <rohitrao> thomasvl: if you go to news.google.com and command-click on a few links, where are those new tabs supposed to open?
[14:35:45] <rohitrao> thomasvl: this will be more interesting if news is not the rightmost tab
[14:41:11] *** AaronMT has joined #chromium
[14:41:13] <thomasvl> they should open next to the tab opening the links
[14:41:44] <thomasvl> rohitrao: seems busted in dev channel
[14:41:49] <thomasvl> the open on the far right for me
[14:42:19] <thomasvl> rohitrao: 6.0.437.3 dev
[14:42:26] <thomasvl> i'm checking for update and trying again
[14:42:43] *** yutak_home has joined #chromium
[14:42:44] *** ChanServ sets mode: +v yutak_home
[14:43:16] <thomasvl> rohitrao: but if i click a link in gmail, it opens next to gmail
[14:43:20] <thomasvl> something about cmd click changed?
[14:44:18] <thomasvl> rohitrao: writing it up to send to ui?
[14:46:16] <rohitrao> thomasvl: ok, just checking to make sure it wasn't always like this
[14:46:21] <rohitrao> i'll bisect and file a bug
[14:46:26] *** jrmuizel has joined #chromium
[14:46:26] <thomasvl> doesn't seem right to me at all
[14:46:29] <thomasvl> not sure when it changed though
[14:46:59] *** rohitrao has quit IRC
[14:47:12] *** hebz0rl has quit IRC
[14:50:52] *** belak has joined #chromium
[14:56:07] <trungl-bot> Tree closed by glotov at chromium dot org: Tree is closed (mnaganov is watching)
[14:57:30] *** lnostdal has quit IRC
[14:58:16] *** deshantm has joined #chromium
[14:59:47] *** bulach has joined #chromium
[14:59:48] *** ChanServ sets mode: +v bulach
[15:07:55] *** kenneth_reitz has joined #chromium
[15:08:12] *** kenneth_reitz has quit IRC
[15:11:31] *** yutak_home has quit IRC
[15:11:43] *** tittiatcoke has quit IRC
[15:14:14] *** aroben has joined #chromium
[15:14:19] *** aroben has joined #chromium
[15:15:10] *** kliegs has joined #chromium
[15:18:13] *** dave_levin has quit IRC
[15:19:00] *** lnostdal has joined #chromium
[15:21:16] *** rickspencer3 has joined #chromium
[15:21:17] *** laranon has quit IRC
[15:21:40] *** laranon has joined #chromium
[15:24:40] *** jrmuizel has quit IRC
[15:26:37] *** phajdan-jr has joined #chromium
[15:26:39] *** laranon has quit IRC
[15:26:41] *** ChanServ sets mode: +v phajdan-jr
[15:27:12] <phajdan-jr> mnaganov: ping
[15:27:28] <mnaganov> phajdan-jr: hi!
[15:27:43] <phajdan-jr> mnaganov: is the test you marked as flaky really flaky, or does it fail every time?
[15:28:46] *** Beetny has quit IRC
[15:28:47] <mnaganov> phajdan-jr: on a dashboard, it's red several times
[15:29:22] <phajdan-jr> mnaganov: I see. Could you just copy-paste a sample of failure logs to the bug? Thanks for catching the flake by the way.
[15:30:23] <mnaganov> phajdan-jr: ok.
[15:31:06] *** belak has left #chromium
[15:31:16] *** belak has quit IRC
[15:31:22] *** awolfson has joined #chromium
[15:32:01] *** lnostdal has quit IRC
[15:33:12] *** kenneth_reitz has joined #chromium
[15:35:24] *** rohitrao has joined #chromium
[15:35:25] *** ChanServ sets mode: +v rohitrao
[15:35:57] *** taf2 has quit IRC
[15:40:17] *** phajdan-jr is now known as phajdan-jr|afk
[15:46:33] *** jrmuizel has joined #chromium
[15:52:13] <rohitrao> thomasvl: definitely wasn't always that way :)  I think it broke in r49702
[15:52:43] <thomasvl> wow, that was a while ago
[15:52:46] <thomasvl> busted on sable then?
[15:53:08] *** GeekShadow has joined #chromium
[15:53:32] <rohitrao> this was only a week and a half ago
[15:53:45] <rohitrao> I think stable was cut way before then
[16:02:02] *** dmaclach has joined #chromium
[16:02:06] *** til has quit IRC
[16:02:25] *** til has joined #chromium
[16:04:55] <mnaganov> looks like win try bot got its svn locked
[16:04:57] <thomasvl> rohitrao: oh, we have had more revs then i guess i expected since then.
[16:04:58] <mnaganov> oh, it has healed itself
[16:07:09] *** moblin_ has joined #chromium
[16:07:36] <moblin_> hello, does someone know how do copy text from an xterm? (bt for a segfaut)
[16:09:17] *** skydrome has quit IRC
[16:09:47] *** tedoc2000 has joined #chromium
[16:10:59] *** kenneth_reitz has quit IRC
[16:11:06] <peavey> moblin_: select with left down, paste with middle
[16:11:36] <moblin_> oh i dont have middle here :/
[16:13:10] <peavey> then press and hold left and tab right for 3rd button emulation
[16:13:19] <moblin_> select doesn't seem to work either ... this is on a netbook so is a bit acrobatic
[16:14:42] *** dmaclach has quit IRC
[16:15:00] *** jrmuizel has quit IRC
[16:15:25] *** tedoc2000 has quit IRC
[16:15:42] *** rafaelw1 has quit IRC
[16:16:29] *** Beetny has joined #chromium
[16:19:20] *** Erkan_Yilmaz has joined #chromium
[16:19:25] *** beng has joined #chromium
[16:19:31] *** ChanServ sets mode: +v beng
[16:21:13] <moblin_> ok it works ... but only within the xterm. how do i get text out of it?
[16:21:41] *** howlymowly has quit IRC
[16:22:58] <peavey> same way
[16:26:08] *** stuartmorgan has joined #chromium
[16:26:08] *** ChanServ sets mode: +v stuartmorgan
[16:27:48] *** moblin_ has quit IRC
[16:29:57] *** Beetny has quit IRC
[16:30:20] *** thakis has quit IRC
[16:33:02] *** duffydack has joined #chromium
[16:34:52] *** trungl has joined #chromium
[16:34:52] *** ChanServ sets mode: +v trungl
[16:36:05] <trungl> 'morning, Chromium.
[16:36:06] <trungl-bot> trungl: Good morning!
[16:36:21] <trungl> good ol' reliable trungl-bot
[16:38:50] *** c3l has quit IRC
[16:39:33] *** kenneth_reitz has joined #chromium
[16:39:35] *** erikkay has joined #chromium
[16:39:35] *** ChanServ sets mode: +v erikkay
[16:41:25] *** moblin_ has joined #chromium
[16:42:13] *** kenneth_reitz has quit IRC
[16:42:24] <moblin_> forgot the nick, but thanks it worked after i got the timing right
[16:42:58] <moblin_> peavey it was
[16:43:01] *** duffydack has quit IRC
[16:45:27] *** duffydack has joined #chromium
[16:45:39] *** aroben is now known as aroben|af
[16:45:42] *** aroben|af is now known as aroben|afk
[16:46:37] *** jrmuizel has joined #chromium
[16:48:14] *** aroben|afk has quit IRC
[16:49:06] *** yutak_home has joined #chromium
[16:49:06] *** ChanServ sets mode: +v yutak_home
[16:50:03] *** rsesek has joined #chromium
[16:50:03] *** ChanServ sets mode: +v rsesek
[16:50:42] <rsesek> maruel: ping
[16:53:26] <sky_> mnaganov: the webkit roll seems to have made a buch of ui tests start failing.
[17:01:50] *** DBO has quit IRC
[17:05:23] *** trungl has quit IRC
[17:06:24] *** rohitrao_ has joined #chromium
[17:06:24] *** ChanServ sets mode: +v rohitrao_
[17:06:24] <mnaganov> sky_: you mean those marked FLAKY_ and FAILS_?
[17:06:32] <sky_> No, I think you should revert.
[17:06:44] <sky_> A bunch of the builders are crashing in the ui tests.
[17:06:52] *** urbanape has quit IRC
[17:07:10] <sky_> If you mark them as disabled it just means folks are likely going to crash when running tip of tree.
[17:07:12] <sky_> not good.
[17:07:15] *** rohitrao_ has quit IRC
[17:07:50] *** Erkan_Yilmaz_ has joined #chromium
[17:08:23] <sky_> The crashes seem to be in webkit_database::DatabaseTracker::GetFullDBFilePath
[17:08:38] <sky_> Are you going to revert, or should I?
[17:09:41] <mnaganov> OK, I'll revert.
[17:09:52] <sky_> tx
[17:10:25] *** jorlow has quit IRC
[17:11:32] *** Erkan_Yilmaz has quit IRC
[17:11:58] *** mrossetti has joined #chromium
[17:12:38] *** duffydack has left #chromium
[17:13:28] <maruel> rsesek: ponh
[17:13:30] <maruel> pong
[17:13:33] <trungl-bot> Tree closed by sky at chromium dot org: Tree is closed (mnaganov is reverting webkit roll)
[17:14:22] <rsesek> maruel: 1) sent mail re svn:eol comments, 2) have this CL: http://codereview.chromium.org/2848024/show which I think will require a memory master restart, is that correct?
[17:14:32] <rohitrao> are there any sync people in here?
[17:14:57] *** c3l has joined #chromium
[17:15:50] *** moblin_ has quit IRC
[17:16:15] *** fuzeman has quit IRC
[17:16:23] <pcgod> rohitrao: 47524 is 46917 (which is fixed in the current dev channel)
[17:17:13] <rohitrao> ah, am I an update behind?
[17:17:14] <rohitrao> thanks
[17:17:16] *** aroben has joined #chromium
[17:17:16] *** aroben has joined #chromium
[17:17:42] <maruel> rsesek: yes
[17:18:20] <rsesek> maruel: okay. when would be a good time to do that?
[17:18:27] <rsesek> assuming this is LG
[17:19:40] <maruel> rsesek: tomorrow
[17:20:03] <rsesek> maruel: okay. then I won't bother mark to get it reviewed just yet :p
[17:20:31] <maruel> rsesek: he reviewed it yesterday
[17:20:43] *** taf2 has joined #chromium
[17:20:46] <rsesek> oh weird I didn't get mail
[17:20:56] <rsesek> silly Rietveld
[17:21:15] *** qinjia has joined #chromium
[17:22:33] *** tonyg-cr has joined #chromium
[17:22:33] *** ChanServ sets mode: +v tonyg-cr
[17:23:23] <nsylvain> mnaganov: I need to restart the FYI waterfall. Do you mind if the webkit canaries go offline for a minute?
[17:23:28] *** qinjia has quit IRC
[17:23:45] <mnaganov> nsylvain: ok
[17:23:59] <nsylvain> thx
[17:24:40] <skerner> Before I look at the linux valgrind failures, is anyone already looking at them?
[17:26:01] *** Jezzzzy has joined #chromium
[17:28:23] <rohitrao> eroman: ping
[17:28:24] <sky_> You might wait until after mnaganov's revert. I'm not sure if that's causing failures on the valgrind slaves.
[17:31:37] *** Gadget3000 has quit IRC
[17:32:24] *** Gadget3000 has joined #chromium
[17:33:22] <sky_> maruel: would you happen to know what's run the reliability bot? It shows red, but clicking on the results says: 'RELIABILITY TEST FAILURE: No results found'
[17:33:27] <sky_> run->wrong
[17:34:59] *** darin__ is now known as fishd
[17:37:16] <fishd> taf2: good morning!
[17:37:28] <taf2> fishd: hey!
[17:39:48] *** dave_levin has joined #chromium
[17:39:48] *** ChanServ sets mode: +v dave_levin
[17:42:05] *** mdwright_laptop has joined #chromium
[17:42:21] <mnaganov> dumi: yt?
[17:42:33] *** mdwright_laptop has left #chromium
[17:49:27] *** GeekShadow has quit IRC
[17:50:16] <sky_> reliability bot seems to be out of disk space. Anyone know how to fix that?
[17:51:45] <sky_> I'm going to reopen. I'm hoping the ui test failure on linux is flakey.
[17:52:04] <trungl-bot> Tree opened by sky at chromium dot org: Tree is open [reverted webkit roll is cycling green] [reliability bot is out of disk space]
[17:53:04] <mnaganov> sky_: can you give an advice? I think it is r61812 that breaks workers db tests, because it changes workers db api. should I revert it in webkit? the patch seems too big to be quickly understood
[17:53:42] <dave_levin> dumi: &&&
[17:54:01] <dave_levin> dumi: ^^^^
[17:54:40] <sky_> mnaganov: I'm not sure how things like that are handled on the webkit side. Revert seems best, but I'm not sure if that's how webkit typically deals with those situations.
[17:55:09] <sky_> ask dmitri or fishd, they likely have a better idea.
[17:55:17] *** beng has quit IRC
[17:55:55] <fishd> mnaganov: reverting webkit changes, especially those made by chromium folks, is a good idea
[17:56:03] <fishd> when they break stuff
[17:56:36] <dave_levin> mnaganov: It is trivial too (using the sherrifbot in #webkit).
[17:56:41] <mnaganov> fishd: thanks. will do.
[17:57:19] *** maikmerten has joined #chromium
[18:00:55] *** DBO has joined #chromium
[18:03:00] <mnaganov> fishd: and now I can land the rollout that sheriff-bot created?
[18:05:13] <fishd> yes, i think so
[18:05:17] <fishd> but i've never used sherff-bot :)
[18:05:18] <mnaganov> fishd: commit queue contains 27 patches
[18:05:31] <fishd> ouch, that's some backlog
[18:05:39] <fishd> need to talk to eseidel about that
[18:06:12] *** shreyas_ has joined #chromium
[18:07:54] *** dmaclach has joined #chromium
[18:08:16] <rsesek> maruel: landed the valgrind -O flag change; would appreciate it if you could restart the memory master tomorrow
[18:09:53] *** [Nef] has quit IRC
[18:14:46] <dave_levin> fishd: that backlog is due to tiger being broken for over 24 hours so no patches landed... It is getting lower now.
[18:15:09] <fishd> ah
[18:15:16] *** rafaelw has joined #chromium
[18:15:16] *** ChanServ sets mode: +v rafaelw
[18:15:17] <mnaganov> fishd: one more thing I'm not feeling quite right: so I know that rolling up to 61812 WK revision will be OK, but then what: from 61812 to 61866 straight? I don't see a way to include webkit patches incrementally into chromium
[18:16:19] <fishd> you can pick a revision between 61812 and 61866, no?
[18:16:34] <fishd> but probably best to pick one that had a clean canary run
[18:16:53] <fishd> if 61866 had a clean run, then maybe just jump straight to it
[18:17:04] <fishd> ~50 changes is not too big of a jump
[18:17:15] *** RT|Chatzilla has quit IRC
[18:18:13] *** dglazkov has joined #chromium
[18:18:13] *** ChanServ sets mode: +v dglazkov
[18:18:29] <dglazkov> good morning, Chromium!
[18:18:29] <trungl-bot> dglazkov: Good morning!
[18:18:51] *** GeekShadow has joined #chromium
[18:19:17] <trungl-bot> Tree opened by sky at chromium dot org: Tree is open [reliability bot is out of disk space]
[18:19:22] *** Venom_X has joined #chromium
[18:19:30] *** ericu has quit IRC
[18:20:13] <mnaganov> fishd: ok, will check if that's possible, thanks
[18:23:50] <rohitrao> mrossetti: did you change the test harness to store full urls and titles in the map?
[18:28:16] *** asargent has joined #chromium
[18:28:17] *** ChanServ sets mode: +v asargent
[18:28:20] *** asargent has left #chromium
[18:29:08] <mrossetti> rohitrao: Yes. There's a checkbox in the UI for turning it on and off when doing a search.
[18:29:37] <rohitrao> mrossetti: I see it now.  I must've been looking at an old version of the code
[18:33:55] *** lnostdal has joined #chromium
[18:36:14] *** maikmerten has quit IRC
[18:36:37] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "remoting_unittests" on "Linux Tests (dbg-shlib)(1)" from 50853: darin at chromium dot org (:fishd), jar at chromium dot org, jcivelli at chromium dot org, sky at chromium dot org, thakis at chromium dot org)
[18:37:00] <fishd> damn, remoting unit tests is rpobably my fault
[18:37:07] <wesbluemarine> why chromium os give me kernel panic at boot
[18:37:09] *** pathorn has joined #chromium
[18:37:09] *** ChanServ sets mode: +v pathorn
[18:37:12] <wesbluemarine> unable to mount root fs
[18:37:24] *** jcivelli has joined #chromium
[18:37:27] *** ChanServ sets mode: +v jcivelli
[18:37:32] *** markmentovai has joined #chromium
[18:37:32] *** ChanServ sets mode: +v markmentovai
[18:37:36] <jcivelli> OK, I am on the Linux test failure
[18:38:41] <fishd> jcivelli: maybe that is my fault
[18:39:15] <jcivelli> fishd: no, it's mine (translate related stuff)
[18:39:43] <fishd> ah, i see
[18:39:46] <fishd> missing symbol at runtime
[18:39:52] <jcivelli> Somehow the sh tests still include some old symbols
[18:40:28] <jcivelli> But I entirely removed these files from the gyp file, and I was able to build afetr renaming the .h
[18:40:39] <trungl-bot> Tree closed by sky at chromium dot org: Tree is closed [unit_test failure -> jcivelli] [reliability bot out of disk]
[18:40:46] <jcivelli> May be it needs a clobber?
[18:41:22] <sky_> if you need a clobber, remember to do it on the builder and not the test machine.
[18:42:20] <jcivelli> sky_: yes, I'll go ahead and clobber the builder (linux sh)
[18:44:49] *** thakis has joined #chromium
[18:44:49] *** ChanServ sets mode: +v thakis
[18:45:37] *** johnny_g has joined #chromium
[18:46:46] <trungl-bot> Tree opened by sky at chromium dot org: Tree is open [(dbg-shlib)(1) failure, clobber build, hoping to cycle green -> jcivelli] [reliability bot out of disk]
[18:46:55] *** MikeSmithW3C has joined #chromium
[18:47:41] *** jeremyselier has quit IRC
[18:48:53] *** jedivulcan has quit IRC
[18:48:57] *** maikmerten has joined #chromium
[18:51:48] <sky_> page_cycler_moz seems to have been red since at least wednesday. How come?
[18:54:29] <thakis> my local builds all fail with [6121:20995:5656008763535:FATAL:/Volumes/MacintoshHD2/src/chrome-git/src/chrome/browser/net/dns_global.cc(309)] Check failed: 0U != request_info.hostname().length() (0 vs. 0)
[18:54:32] <thakis> shortly after starting them
[18:54:36] <thakis> known / fixed problem?
[18:55:38] <rohitrao> thakis: I've been trying to hunt down a sync person to ask about that
[18:55:47] <rohitrao> thakis: started sometime in the last 12 hours
[18:55:51] *** aroben is now known as aroben|lunch
[18:55:57] <rohitrao> thakis: will fix itself if you switch to GoogleGuest :)
[18:56:26] <thakis> rohitrao: wired connection :-/
[18:56:27] *** shreyas_ has quit IRC
[18:56:35] *** aroben|lunch has quit IRC
[18:56:38] <rohitrao> thakis: yeah, I just commented it out then
[18:56:55] <thakis> "0 vs 0" :-P
[18:56:59] <rohitrao> thakis: but this was crashing in builds from 10 days ago, so I think it's some sort of network change
[18:57:01] *** romainhuet has quit IRC
[18:57:16] *** dmaclach has quit IRC
[18:57:44] *** skerner has quit IRC
[18:58:52] <trungl-bot> Tree opened by rafaelw at chromium dot org: Tree is open [(dbg-shlib)(1) failure, clobber build, hoping to cycle green -> jcivelli] [reliability bot out of disk] [valgrind -> aa & asargent]
[18:59:06] *** skerner has joined #chromium
[18:59:07] *** ChanServ sets mode: +v skerner
[18:59:40] *** Beetny has joined #chromium
[19:07:05] *** thakis_ has joined #chromium
[19:07:06] *** ChanServ sets mode: +v thakis_
[19:07:58] <trungl-bot> Tree opened by sky at chromium dot org: Tree is open [(dbg-shlib)(1) failure, clobber build, hoping to cycle green -> jcivelli] [reliability bot out of disk] [valgrind -> aa & asargent] [page_cycler_moz -> introduced between 50646-50653]
[19:09:06] *** [Nef] has joined #chromium
[19:10:54] *** Dogmeat_ has joined #chromium
[19:16:38] *** japhet1 is now known as japhet
[19:16:42] *** Beetny has quit IRC
[19:20:57] <shess> rant: "Please quit Xcode before proceeding with the install."  What essential package did I just allow Software Update to update?
[19:21:28] <selckin> no worries, apple knows best, so you don't have to
[19:23:10] <thakis_> andybons: are browser actions supposed to be on the left or right of the unified wrench menu?
[19:23:24] <jcivelli> OK, looks a clobber did not help the sh linux bot
[19:23:34] <jcivelli> Anyone familiar with the sh linux bot?
[19:23:40] <shess> rant: is updating ... iTunes!  Woo!  In case I want to sync my ... music to my ... project?  No, no, in case I want to sync my source code to my iPhone?  [I'm sure there's an iTunes plug-in or something, I don't care, don't make such stupid dependencies.]
[19:24:12] <eglaysher_lin> I am about to drop a grd change on the tree.
[19:24:19] <thakis_> jam2: are forms in pdfs supposed to work already?
[19:24:28] <rafaelw> jcivelli: Can you have a look at translate-related linux heap-check failures: http://build.chromium.org/buildbot/memory/builders/Linux%20Heapcheck/builds/4216/steps/heapcheck%20test:%20unit/logs/stdio
[19:24:44] <rafaelw> (fun:TranslateManager2Test)
[19:25:41] <eglaysher_lin> I believe I hit the correct builders, but if there's grd appearing redness, I am to blame.
[19:25:52] <jcivelli> rafelw: will do
[19:26:08] <trungl-bot> Tree opened by rafaelw at chromium dot org: Tree is open [(dbg-shlib)(1) failure, clobber build, hoping to cycle green -> jcivelli] [reliability bot out of disk] [valgrind -> aa & asargent] [heapcheck -> aa & jcivelli] [page_cycler_moz -> introduced between 50646-50653]
[19:26:40] <lianj> OT: btw, why did google reader doesnt support ssl anymore? even when iam inside https gmail, the greader href points to the http version, why?
[19:28:59] <shess> thakis: DCHECK_NE, so 0 shouldn't be 0!  rohitrao: Man this is amazingly sucky.  I deleted the profile yesterday so I wouldn't even think sync would be enabled.
[19:29:24] <lianj> ..this really pisses me off! specially with the https PR on google servies. and then silently swichting it off :/
[19:30:13] *** rjkroege has joined #chromium
[19:30:14] *** ChanServ sets mode: +v rjkroege
[19:32:28] <thakis_> shess: i see this with sync disabled too
[19:32:41] *** GeekShad0w has joined #chromium
[19:34:09] *** GeekShadow has quit IRC
[19:39:53] *** Venom_X is now known as Venom_lnch
[19:40:46] <shess> thakis_: nevermind - "sync" in this case is a wrapper to turn async into synchronous.  Possibly this is related to the proxy issues lately.  It was freaking me out, there!
[19:42:17] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "compile" on "Linux Builder (ChromiumOS)" from 50860: erg at chromium dot org (:eglaysher), finnur at chromium dot org, mnaganov at chromium dot org, rafaelw at chromium dot org)
[19:42:57] *** kenneth_reitz has joined #chromium
[19:43:17] <rafaelw> erg: is chromeos failure you?
[19:44:51] *** Inc has left #chromium
[19:48:05] <akalin> hey who's looking at the compile failure?>
[19:48:50] <jcivelli> sheriffs, can I land a gyp change that should fix the Linux shlib bot?
[19:49:03] <rafaelw> it's (erg) (r50859). reverting now.
[19:49:09] <rafaelw> akalin: ^^
[19:49:13] <akalin> thanks
[19:49:22] <trungl-bot> Tree closed by rafaelw at chromium dot org: Tree is closed (erg -> revert going in)
[19:49:31] *** skerner has quit IRC
[19:49:56] *** skerner has joined #chromium
[19:49:59] <sky_> jcivelli: go for it after rafaelw reopens
[19:51:22] <trungl-bot> Tree closed by rafaelw at chromium dot org: Tree is closed [ chromeos -> revert in ] [(dbg-shlib)(1) failure, clobber build, hoping to cycle green -> jcivelli] [reliability bot out of disk] [valgrind -> aa & asargent] [heapcheck -> aa & jcivelli] [page_cycler_moz -> introduced between 50646-50653]
[19:54:20] *** thakis_ has quit IRC
[19:54:24] <trungl-bot> Tree opened by rafaelw at chromium dot org: Tree is open [(dbg-shlib)(1) failure, clobber build, hoping to cycle green -> jcivelli] [reliability bot out of disk] [valgrind -> aa & asargent] [heapcheck -> aa & jcivelli] [page_cycler_moz -> introduced between 50646-50653]
[19:58:08] <andybons> thakis: left
[19:58:29] <andybons> thakis: unified wrench menu should always be on the far right
[19:58:35] *** phajdan-jr|afk has quit IRC
[20:01:33] *** Bleak has joined #chromium
[20:01:39] <eglaysher_lin> there's a history compile problem too.
[20:01:46] <sky_> ya, looks like mrosetti.
[20:01:53] <sky_> I'm going to close again.
[20:02:02] <mrossetti> grrr
[20:02:25] <sky_> can you revert?
[20:02:28] <trungl-bot> Tree closed by sky at chromium dot org: Tree is closed [history compile -> mrossetti] [(dbg-shlib)(1) failure, -> jcivelli] [reliability bot out of disk] [valgrind -> aa & asargent] [heapcheck -> aa & jcivelli] [page_cycler_moz -> introduced between 50646-50653]
[20:02:42] <mrossetti> sky: I'll revert in just a sec.
[20:02:44] <leiz> is someone fixing the reliability bot?
[20:03:04] <sky_> As far as I can tell it's out of disk space.
[20:03:07] <sky_> I don't think anyone is fixing.
[20:03:09] *** chaser_ has joined #chromium
[20:03:16] <sky_> If you could, that would be great!
[20:03:42] <leiz> sky_: I don't know which machine it's running on, but I pinged huanr
[20:03:48] <sky_> tx
[20:06:57] <akalin> what's up with these noisy DeletePendingTasks() logs
[20:07:05] <mrossetti> sky: reverted
[20:07:30] <sky_> tx.
[20:07:50] <leiz> huanr says he'll take a look
[20:07:52] <sky_> there's a lot of red, lets let things cycle for a bit before reopenning.
[20:08:07] <rafaelw> ok
[20:08:20] *** aroben has joined #chromium
[20:09:32] <trungl-bot> Tree closed by sky at chromium dot org: Tree is closed, waiting for everything to cycle green [(dbg-shlib)(1) failure, -> jcivelli] [reliability bot out of disk] [valgrind -> aa & asargent] [heapcheck -> aa & jcivelli] [page_cycler_moz -> introduced between 50646-50653]
[20:10:36] *** Xand3r has quit IRC
[20:13:00] *** bauerb has quit IRC
[20:14:00] *** jrmuizel has quit IRC
[20:14:07] *** skerner has quit IRC
[20:17:42] *** MikeSmithW3C has quit IRC
[20:18:51] *** tittiatcoke has joined #chromium
[20:19:21] *** rickspencer3 has quit IRC
[20:19:21] *** eseidel has joined #chromium
[20:19:23] *** Xand3r has joined #chromium
[20:20:14] *** MikeSmithW3C has joined #chromium
[20:20:28] *** csilv has joined #chromium
[20:20:28] *** ChanServ sets mode: +v csilv
[20:20:44] <rohitrao> shess: ah, I see.  I just saw "sync" somewhere in the stack trace.
[20:20:55] <sky_> not sure what's up with modules xp, I'll force a build.
[20:20:57] <rohitrao> shess: but the line in question is by eroman :)
[20:21:06] <rohitrao> shess: also, it only fails when on corp
[20:21:48] <shess> rohitrao: it looks to me like it's somehow related to proxy.  I could be wrong.  Proxy has been acting up in corp, so ... but you're probably right, it's an attack by eroman.
[20:22:54] <eroman> rohitrao: pong, watsup?
[20:23:25] <rohitrao> eroman: we're hitting DCHECKs in dns_global.cc, but only when on corp
[20:23:35] <eroman> crbug.com/47501
[20:23:56] <eroman> google corp PAC script changed today, and it is tickling a bug in DNS prefetching
[20:24:08] <rohitrao> eroman: ah, got it.  is it safe to just comment out the dcheck for now? :)
[20:24:14] <eroman> rohitrao: ya
[20:24:18] <eroman> really that DCHECK just shouldnt be there
[20:24:19] <rohitrao> cool, thanks
[20:24:42] <eroman> incidentally, the corp PAC script is also incorrect (they are mixing dnsResolveEx() with isInNet() !)
[20:24:48] <shess> Basically any time in the future when I'm scratching my head about something opaque, I'm going to click my heels together three times and say "eroman, eroman, eroman, ..." until the problem is resolved or explained.
[20:24:55] *** thomasvl has quit IRC
[20:24:58] <eroman> so i wouldnt be surprised if cetain URL will be failing to load in chrome now
[20:25:12] <eroman> ... ill try to reach out to them
[20:25:37] <shess> you don't actually have to do anything.  the browser gets to www.google.com, but at some point hits the DCHECK.
[20:26:05] *** jrmuizel has joined #chromium
[20:26:52] <eroman> if you visit a domain that doesnt exist you will hit the DCHECK
[20:26:54] <andybons> thakis: ping
[20:27:04] <thakis> andybons: what
[20:27:06] <eroman> (and the browser does this all on its own, at some point later in startup)
[20:27:19] <andybons> thakis: WHAT
[20:27:30] <akalin> hey willchan
[20:27:34] *** General13372 has joined #chromium
[20:27:36] *** webar7 has joined #chromium
[20:27:37] <akalin> shouldn't http://codereview.chromium.org/2868020 have been reverted?
[20:27:41] <andybons> thakis: you get my response on the browser actions?
[20:27:48] <andybons> thakis: also this PDF bug is getting out of hand again.
[20:27:49] <thakis> andybons: yes. thanks!
[20:28:10] <thakis> andybons: we're dealing with mac users, this is not surprising
[20:28:23] <andybons> thakis: as if we're not mac users
[20:30:55] <webar7> are there any [free/net/open]BSD devs here ?
[20:31:04] <evmar> webar7: just ask
[20:31:05] <webar7> or maybe darwin :)
[20:31:12] <webar7> does it compile?
[20:31:21] <leiz> webar7: rubenbb is, I think
[20:31:37] *** General1337 has quit IRC
[20:31:38] <webar7> there's instructions on how to get it working on freebsd but I'm not sure which version of everyithing I need
[20:31:56] *** abarth is now known as abarth|lunch
[20:32:23] <webar7> I don't seem to be able to build the newest gcc which I need (4.6??)
[20:32:38] <webar7> oh wait I don't need that :)
[20:32:42] <evmar> 4.6 doesn't exist yet :)
[20:33:21] <eroman> rohitrao: shess: turn off DNS prefetching if you want to workaround the DCHECK problem
[20:34:53] <webar7> hmm well freebsd has a snapshot of gcc4.6-20100619  as a port
[20:35:07] <eroman> actually nevermind, that wont work
[20:35:07] <webar7> but I will try with clang ;-)
[20:36:41] <thakis> webar7: building with clang doesn't work out of the box
[20:36:59] <webar7> thakis, yeah ... I always try for fun :)
[20:37:25] <thakis> webar7: http://codereview.chromium.org/2762014/show has an outline on how to do it on os x with links for linux
[20:37:40] <andybons> stuartmorgan: ping
[20:38:01] <webar7> strange to see it pulling in gtk chromium sort of doesn't look like it uses gtk .. so minimalist and clean :)
[20:38:29] <evmar> webar7: gcc 4.5+ miscompiles IIRC, and clang definitely requires some hacknig.  i recommend using a normal version of gcc if you dno't want to spend three days chasing compiler errors
[20:38:40] <webar7> I thought it was using pure xlib or E or something freaky like that
[20:38:44] <webar7> evmar, ok
[20:38:52] <akalin> anyone here got the OS X 10.6 valgrind binaries working?
[20:38:58] <webar7> I'm using this -->  http://wiki.freebsd.org/Chromium
[20:39:02] <evmar> webar7: in the settings you can pick "use gtk theme" and then it will look relatively normal
[20:39:03] <rsesek> akalin: there's a bug for that. search for valgrind naked
[20:39:31] <rohitrao> hott
[20:39:33] <akalin> aha
[20:39:38] <rsesek> scandalous
[20:39:40] <evmar> webar7: yeah, the fsbd story is still pretty complicated  :(  we're (slowly) worknig on it
[20:39:46] <thakis> andybons: stuartmorgan wins the pdf bug
[20:40:05] <webar7> but I must've read somewhere I needed a newer gcc ... I have gcc44 port  installed but have switched over to clang now in freebsd base :)
[20:40:07] <webar7> wheee
[20:40:11] <rsesek> stuartmorgan has consistently had pwn-quality comments. I don't know what they still have to talk about
[20:40:23] <webar7> well "switched" is a strong word :)
[20:40:33] <shess> eroman: commenting out the dcheck works well enough for getting by.
[20:40:44] <webar7> evmar, ok thanks
[20:42:06] *** Greboid has joined #chromium
[20:42:32] <webar7> evmar, I'm following fbsd hacker discussions and buildng tip or some known to build snapshot  ...
[20:42:42] <webar7> evmar, http://chromium.hybridsource.org/  is main site
[20:45:13] <leiz> sky_: I got a few CLs like http://codereview.chromium.org/2805034/show, can I check those in?
[20:49:48] *** til has quit IRC
[20:52:19] *** stuartmorgan has quit IRC
[20:53:03] <trungl-bot> Tree opened by rafaelw at chromium dot org: Tree is open [(dbg-shlib)(1) failure, -> jcivelli] [reliability bot out of disk] [valgrind -> aa & asargent] [heapcheck -> aa & jcivelli] [page_cycler_moz -> introduced between 50646-50653]
[20:53:10] *** hrna has quit IRC
[20:53:13] *** eseidel has quit IRC
[20:57:10] *** tonyg-cr has quit IRC
[21:01:37] *** rohitrao has quit IRC
[21:03:51] *** tedoc2000 has joined #chromium
[21:04:42] *** bevc_work has joined #chromium
[21:04:42] *** ChanServ sets mode: +v bevc_work
[21:08:11] *** jrmuizel has quit IRC
[21:11:12] *** tedoc2000 has quit IRC
[21:16:53] *** dmaclach has joined #chromium
[21:19:49] *** jrmuizel has joined #chromium
[21:20:01] *** Venom_lnch is now known as Venom_X
[21:20:50] *** Venom_X has quit IRC
[21:23:49] *** xenol has joined #chromium
[21:24:19] <xenol> hello, i am trying several hours to make chromium bypass my gnome proxy settings and use enviroment variables, but it fails to
[21:24:23] <xenol> any ideas?
[21:24:37] *** bent-mozilla has joined #chromium
[21:27:20] *** jschuh has joined #chromium
[21:29:21] <evmar> xenol: see "man chromium-browser"
[21:29:46] <evmar> in particular the note next to the environment variable settings
[21:29:51] <xenol> evmar: i did.. but gnome proxy settings seems to be superior
[21:29:55] <xenol> i have set all_proxy
[21:30:02] <evmar> see the note there :)
[21:31:33] *** tonyg-cr has joined #chromium
[21:31:33] *** ChanServ sets mode: +v tonyg-cr
[21:31:41] *** dpranke has joined #chromium
[21:31:41] *** ChanServ sets mode: +v dpranke
[21:31:56] <rafaelw> going to lunch. i don't think sky is back yet. please be careful!
[21:31:57] <xenol> well i tried --proxy-server= but still proxy not working...
[21:32:50] *** duffydack has joined #chromium
[21:34:13] <evmar> xenol: hm, if you read the manpage carefully and it still doesn't work, can you start a bug including as much info as possible?
[21:34:30] <evmar> the fact that you were trying environment variables when it says those don't work makes me worry maybe you misread the flag names
[21:35:26] <xenol> i will try again then
[21:36:46] <xenol> chromium --proxy-server=localhost:9000 not working, it ain;t overriding gnome settings =(
[21:37:13] <evmar> xenol: what does about:net-internals say under the "proxy" tab?
[21:38:59] <xenol> Proxy server: [None]
[21:39:08] <xenol> i checked that before
[21:39:37] <xenol> it only works when i set gnome settings, which is not what i want :|
[21:39:59] *** zaspire has quit IRC
[21:42:06] *** victorw has quit IRC
[21:42:37] *** duffydack has left #chromium
[21:45:05] <evmar> i would start a bug, i can cc th relevant people
[21:45:11] <evmar> it should work
[21:45:38] *** cmasone has joined #chromium
[21:45:38] *** ChanServ sets mode: +v cmasone
[21:45:43] <xenol> i am using 5.0.375.70 on gentoo
[21:46:00] *** toxicFork has joined #chromium
[21:46:02] <toxicFork> hi
[21:47:28] *** cmasone has quit IRC
[21:47:33] *** toxicFork has left #chromium
[21:48:06] <rubenbb> webar7: http://www.freebsd.org/cgi/query-pr.cgi?pr=146302
[21:48:28] <rubenbb> webar7: scroll down to end, I just updated to latest stable
[21:48:35] <webar7> :)
[21:50:24] <estade> evmar: yay or nay on http://codereview.chromium.org/2860024/show
[21:50:37] <jhawkins> glotov, sky_, rafaelw: I've got a grd change to land. with permission, will follow the grd change landing steps
[21:51:51] <sky_> go for it.
[21:51:59] <webar7> rubenbb, excellent ... freebsd and clang folks will be happy and freebsd-clangers :-) gonna give it a try
[21:52:27] <jhawkins> sky_: thanks, closing the tree
[21:52:57] <rubenbb> webar7: as I noted there, clang doesn't work yet, but you can use the linked patches and try to finish the job if you like :)
[21:53:26] <evmar> estade: i really don't like it, it seems like a bandaid
[21:53:37] <evmar> estade: can't we jsut block x errors?  sorry, i lost context on this change again
[21:53:41] <trungl-bot> Tree closed by jhawkins at chromium dot org: Tree is closed [jhawkins landing GRD change]
[21:54:01] <estade> evmar: probably, but that seems like a worse bandaid
[21:54:05] *** Venom_X has joined #chromium
[21:54:19] <estade> i mean, technically there could be an XID collision as well
[21:54:20] <evmar> estade: well if the tab is going down, we don't really need to get this info right?
[21:54:26] <webar7> yeah
[21:54:38] <evmar> rubenbb: i got a chrome build working using clang for the first time last week
[21:54:46] <webar7> but the end of the year is only 6 months away ... it'll be like Xmas
[21:54:47] <estade> evmar: sure, we don't, but it seems better not to have any x errors, same way we try to avoid even harmless gdk errors
[21:54:50] <evmar> rubenbb: images are corrupted though, and there's an outstanding v8 patch that will be difficult to land
[21:56:14] <evmar> this doesn't prevent us from unrealizing a window though, right?
[21:56:24] <evmar> it just prevents our ata structure frmo getting updated that a window has gone away
[21:56:31] <evmar> the window is still gone, so our query for it will fail
[21:56:35] *** dmaclach has quit IRC
[21:56:37] <estade> no, it actually blocks the window unrealization
[21:56:55] <dcheng> Are debug symbols for official dev builds pushed somewhere?
[21:56:55] <evmar> hw?
[21:56:58] *** victorw has joined #chromium
[21:56:58] *** ChanServ sets mode: +v victorw
[21:56:58] <evmar> how?
[21:56:58] <rubenbb> evmar: yeah, as I emailed you, I couldn't get your last publicly posted clang patch to link v8 on freebsd, but I got a lot of other stuff to build and link with it :)
[21:57:21] <estade> evmar: gtk sends the unrealize signal, we block waiting for the lock
[21:57:35] <estade> evmar: the X resource isn't freed until after everyone has had a chance at the unrealize signal
[21:57:43] <webar7> is gtk the "native gui" for posix-ish platforms is can gtk-on-win32 possible?
[21:57:54] <evmar> estade: hm, i see
[21:57:55] <webar7> is gtk the "native gui" for posix-ish platforms only or is  gtk-on-win32 possible?
[21:58:04] <jhawkins> sky_: whitespace change landed, waiting for green
[21:58:11] <estade> webar7: gtk only is used for linux/bsd, not mac, and not win
[21:58:19] <evmar> estade: it still feels like a huge hack to me, but i think the fix is to eliminate all this background x11 stuff
[21:58:28] <webar7> hmm ok so it would be non trivial :)
[21:58:29] <evmar> estade: i guess it's fine if you think it's the best way
[21:58:39] *** rickspencer3 has joined #chromium
[21:58:44] <estade> evmar: I must admit I don't understand why it is necessary... some deadlock with plugin painting??
[21:58:52] <estade> the background x stuff that is
[21:58:54] <evmar> webar7: i dunno why you'd want to do it, it'd just be slwoer
[21:59:20] <evmar> estade: when the page asks for certain system attributes, we try to handle those requests in the IO thread
[21:59:21] *** skerner has joined #chromium
[21:59:21] *** ChanServ sets mode: +v skerner
[21:59:26] <webar7> just wondering how gtk-ed it is :)  gtk is used on android correct?
[21:59:27] <evmar> estade: because you can do that on windows
[21:59:46] <evmar> estade: but you can't on gtk
[21:59:52] <estade> evmar: right.
[21:59:56] <evmar> estade: we really should just proxy those requests to the UI thread i think
[22:00:20] <evmar> i should have cornered agl when he was in town the other day and made sure i udnerstand this, because he added all of this complexity for a reason that i have forgotten
[22:00:28] <webar7> anyway I must read through it now :)
[22:00:33] <webar7> bye nad thanx
[22:00:37] *** webar7 has left #chromium
[22:00:53] *** dmaclach has joined #chromium
[22:01:33] <estade> evmar: yea, clearly the UI thread would have been easier in the first place, background x must have been added for a reason
[22:01:59] <evmar> i think he was saying that it can block for long periods of time
[22:02:21] <evmar> see thread you're cc'd on :)
[22:02:38] <evmar> "The issue is the UI thread will go out to lunch for 100s of
[22:02:38] <evmar> milliseconds at a time. It's still pumping UI actions, but it doesn't
[22:02:39] <evmar> pump its Chrome message loop, so blocking the renderer on that is bad."
[22:02:46] <trungl-bot> Tree closed by jhawkins at chromium dot org: Tree is closed [GRD change landed, waiting for green]
[22:03:01] <estade> yea, I read that, but this comment in the code re: UI thread handling sync renderer requests: "This risks deadlock in the case of plugins"
[22:03:05] <evmar> i *believe* that isn't true, or if it was it's a bug
[22:03:13] <evmar> oh right, there's that
[22:03:24] <evmar> but that is a windows-specific problem
[22:03:25] <evmar> hm.
[22:03:32] *** xenol has left #chromium
[22:03:42] <evmar> for all i know it may not be anymore, sigh
[22:04:01] *** Beetny has joined #chromium
[22:04:53] <estade> if that's so, I'd say background x is not necessary. We do only have one message pump, animations shouldn't block that. In general if the UI thread could slow down for 100s of ms then the user experience would suffer badly (not just in this case)
[22:05:07] <evmar> yeah, that is my argument
[22:05:14] *** malavv has joined #chromium
[22:05:48] <estade> well i'd like to commit this and decide if we can do the general fix later
[22:07:01] <evmar> yeah
[22:07:06] <evmar> if agl likes it, it's fine by me
[22:07:22] <evmar> i'll just put it on the "things that ought to be cleaned up" list.  item #4123
[22:08:23] <evmar> estade: are the rounded corners in your scrollbar patch always filled with white?
[22:08:31] <estade> yes
[22:08:34] <evmar> your scerenshots were all on a white page, what's it look like on a black one?
[22:08:34] *** abarth|lunch is now known as abarth
[22:09:00] <estade> evmar: one sec
[22:09:09] <evmar> i mean, is it ugly?  no need to send me a picture
[22:10:41] <estade> evmar: well, not terribad
[22:10:57] *** cmasone has joined #chromium
[22:10:57] *** ChanServ sets mode: +v cmasone
[22:11:23] <estade> evmar: your opinion is valued: http://imgur.com/6vXjx.png
[22:12:14] <rsesek> thakis: what's the state of the clang build on mca?
[22:12:15] <thakis> oh hey, it looks like linux!
[22:12:15] <rsesek> *mac
[22:12:29] <thakis> rsesek: the exe and unit_tests build in debug mode
[22:12:37] <rsesek> does it blend? er run?
[22:12:40] <thakis> (without nacl and ffmpeg)
[22:12:41] <thakis> rsesek: yes
[22:12:45] <rsesek> swheet
[22:12:53] <thakis> unit_tests have a bunch of failing tests and crash after a while
[22:13:00] <thakis> but the browser seems to kinda work
[22:13:03] <rsesek> is with the XC4 DevPreview clang++?
[22:13:04] <thakis> haven't used it a lot, tho
[22:13:22] <thakis> rsesek: lulz. this is with tot clang, and only since 2 days ago without custom clang patches
[22:13:58] <thakis> rsesek: release build doesn't link 'cause of bugs in clang's c++ parts, nacl & ffmpeg don't compile 'cause of bugs in clang's built-in assembler, etc
[22:14:31] <thakis> rsesek: see links in http://codereview.chromium.org/2762014/
[22:14:51] <rsesek> hrm
[22:15:48] *** GeekShad0w has quit IRC
[22:16:41] * thakis <3 coordinate conversions
[22:21:15] *** inferno-sec has quit IRC
[22:24:35] <jhawkins> sky_: think I landed my whitespace change too early. I hate this
[22:24:55] <jhawkins> #lostproductivity
[22:24:58] <evmar> estade: the corners don't look very good :~(
[22:25:10] <evmar> estade: i say land it anywy just to make progerss
[22:25:14] <evmar> wow i can't type today
[22:25:21] <estade> evmar: well, it's an ordeal to land
[22:25:25] <evmar> but i think we should probably just use square buttons
[22:25:25] <estade> due to rebaselines
[22:25:29] <rsesek> jhawkins: the trick is to wait for the first 2 blocks in the windows section to go yellow on the GRD change, and then push whitespace
[22:25:36] <evmar> lucid's scrollers are flat anyway
[22:25:52] <estade> custom css
[22:26:26] <evmar> i meant: being flat isn't so bad since it's more or less what lucid did
[22:26:33] <evmar> but having white corners def looks like a bug
[22:26:43] <evmar> shrug
[22:27:27] <sky_> I'm going to reopen. I hate closing like this. I'll close later if we need to.
[22:27:32] <estade> yea, I'm just saying, maybe it could be solved with custom css. Are you suggesting getting rid of the stepper box altogether?
[22:27:38] <jhawkins> sky_: I'm with you
[22:27:55] <estade> evmar: I'm fine with holding off landing it if you want to get it looking right. It's going to take effort to land (hclam is helping me)
[22:28:08] <trungl-bot> Tree opened by sky at chromium dot org: Tree is open, but grd landed so expect a bumpy ride [(dbg-shlib)(1) failure, -> jcivelli] [reliability bot out of disk] [valgrind -> aa & asargent] [heapcheck -> aa & jcivelli] [page_cycler_moz -> introduced between 50646-50653]
[22:28:29] <evmar> i am leaving in ~1hr, will be back on monday
[22:29:24] <evmar> i have to go now, actually/
[22:29:29] *** evmar is now known as evmar_afk
[22:33:00] *** eseidel has joined #chromium
[22:35:20] <hclam> mnaganov just submitted a new webkit roll, so watch out..
[22:35:36] *** alyxuk has joined #chromium
[22:37:24] *** maikmerten has quit IRC
[22:39:34] <hclam> estade: are you ready to land?
[22:39:54] <akalin> does anyone know where the valgrind suppression files live?
[22:40:04] <akalin> and how I can use them so heapcheck doesn't dump a whole bunch of stuff on me?
[22:40:09] <rsesek> akalin: tools/valgrind/memcheck or hepacheck/
[22:40:16] <akalin> rsesek: thanks!
[22:40:30] <rsesek> akalin: if you run through tools/valgrind/chrome_tests.sh it will filter for you
[22:40:38] <akalin> aha!  thank you
[22:40:48] <rsesek> np
[22:41:30] <estade> hclam: yes
[22:41:39] <hclam> estade: cool
[22:41:51] <estade> hclam: wait no, one sec
[22:42:15] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "unit_tests" on "XP Tests (dbg)(1)" from 50880: jhawkins at chromium dot org, tim at chromium dot org (:timsteele))
[22:42:38] *** __yhvh__ has left #chromium
[22:42:41] *** malavv has quit IRC
[22:42:46] *** malavv has joined #chromium
[22:43:10] <sky_> looks like grd fallout
[22:43:19] <rafaelw> jhawkins: are these grd-related failures (xp test dbg 1)?
[22:43:26] *** Kunalagon has joined #chromium
[22:44:46] <sky_> lets wait a cycle.
[22:45:14] *** Jezzzzy has quit IRC
[22:45:17] <trungl-bot> Tree closed by sky at chromium dot org: Tree is closed [GRD change landed, waiting for green]
[22:46:18] <estade> hclam: ok ready
[22:46:23] <hclam> cool
[22:46:31] <rsesek> sky_: looks like there's extract build errors for F tests
[22:46:33] <rsesek> *CF
[22:46:41] <hclam> canary is pretty clear down so please land
[22:46:57] <sky_> ya, I don't know how to fix those.
[22:47:50] <rsesek> ping a trooper, looks like a file needs to be manually removed
[22:47:58] <rsesek> Release\\servers\\npchrome_frame.dll
[22:49:19] *** jrmuizel has quit IRC
[22:49:54] *** andybons has quit IRC
[22:50:46] <estade> hclam: sorry, conflicts + git trouble
[22:51:02] <hclam> no problem, take your time :)
[22:52:30] <dcheng> How hard would it be to write a script to clobber the appropriate .grd dependencies when the windows bot sees a .grd change landing?
[22:52:31] *** dmaclach has quit IRC
[22:52:58] <rsesek> the real answer is to fix the bugs in gyp
[22:53:08] <akalin> isn't it a visual studio bug
[22:53:14] <rsesek> yes
[22:53:22] <rsesek> but it can be worked around like it was for Xcode via gyp
[22:53:27] <akalin> oh
[22:53:36] <dcheng> Yes, but if it's much easier to write the simple script than fix gyp, it'd be nice as an intermediate bandaid.
[22:53:59] <rsesek> I think it makes more sense to fix the infrastructure than to add more
[22:54:14] <rsesek> O
[22:54:22] <rsesek> I'd do it but I know nothing about VS and don't have windows
[22:54:25] <rsesek> :)
[22:54:25] <markmentovai> grd problem? this is why we fixed it for xcode in gyp.
[22:54:52] *** asargent has joined #chromium
[22:54:52] *** ChanServ sets mode: +v asargent
[22:55:09] <rsesek> http://code.google.com/p/gyp/issues/detail?id=76 http://code.google.com/p/gyp/issues/detail?id=42  http://code.google.com/p/gyp/issues/detail?id=120
[22:56:08] <dcheng> I agree that the proper fix is in gyp, but it hasn't been fixed for awhile, and it doesn't seem like it will in the immediate future either.
[22:56:23] <markmentovai> it's probably pretty easy to fix
[22:56:41] <markmentovai> but you need to know a little more about visual studio to do it
[22:57:16] *** ROBOd has quit IRC
[22:57:22] *** dmaclach has joined #chromium
[22:58:14] <rsesek> http://code.google.com/p/gyp/issues/detail?id=42#c2
[22:58:20] <rsesek> seems like is all that needs to be done
[22:58:49] <akalin> these grd problems are a drain on productivity
[22:58:58] *** chrisccoulson has quit IRC
[22:59:28] <sky_> What I don't understand is why I clobber build doesn't fix it?
[22:59:35] <akalin> although what's up with the line '...until we drop support for vcproj exports'
[22:59:41] <rsesek> it does, it just takes significantly longer
[22:59:49] <sky_> Are you sure about that?
[22:59:52] <rsesek> yup
[22:59:52] <akalin> meaning dropping MSVC support altogether?
[23:00:00] <sky_> I'm pretty sure that has been tried in the past and not always works.
[23:00:10] <sky_> in fact there is a thread on it.
[23:00:11] <rsesek> the timing is also a lot trickier
[23:00:25] <markmentovai> sky_: a non-clobber rebuild fixes it
[23:00:36] <rsesek> which is why you push a whitespace
[23:00:46] <sky_> Yes, but why doesn't a clobber build fix it too?
[23:00:57] *** DBO has quit IRC
[23:01:00] <rsesek> ? change. the reason for holding the tree closed is because gatekeeper will auto-close due to the failures
[23:01:07] <markmentovai> if a clobber doesn?t work, it?s because the dependencies aren?t represented properly for msvs
[23:01:32] <sky_> Doesn't that also imply on an initial checkout things shouldn't build right?
[23:01:34] <markmentovai> the same reason that you?ll get ?old? .grd contents on a normal rebuild right when the .grd lands
[23:01:44] <markmentovai> you might get ?missing? on a clobber
[23:07:04] *** mazda has joined #chromium
[23:08:48] *** aroben has quit IRC
[23:10:02] <akalin> is building with linux_use_heapchecker supposed to be significantly slower?
[23:10:27] *** jrmuizel has joined #chromium
[23:10:57] *** bandu has joined #chromium
[23:11:36] *** chrisccoulson has joined #chromium
[23:13:29] <sky_> have at it
[23:13:34] <trungl-bot> Tree opened by sky at chromium dot org: Tree is open, grd mostly cycled through [(dbg-shlib)(1) failure, -> jcivelli] [reliability bot out of disk] [valgrind -> aa & asargent] [heapcheck -> aa & jcivelli] [page_cycler_moz -> introduced between 50646-50653]
[23:19:00] <estade> hclam: git svn rebase, very slow
[23:19:19] *** mazda has quit IRC
[23:19:27] *** mazda has joined #chromium
[23:19:27] *** ChanServ sets mode: +v mazda
[23:19:28] <hclam> estade: no problem, my mac is extra slow too.. :(
[23:19:41] <hclam> estade: git running way slower than on windows.. :(
[23:19:58] <estade> not possible
[23:20:36] <hclam> possibly a harddisk problem, but oh well, need to fix later
[23:21:44] <trungl-bot> Tree opened by sky at chromium dot org: Tree is open, grd mostly cycled through [(dbg-shlib)(1) failure, -> jcivelli] [valgrind -> aa & asargent] [heapcheck -> aa & jcivelli] [page_cycler_moz -> introduced between 50646-50653]
[23:23:53] *** cyy has joined #chromium
[23:26:59] *** tittiatcoke has quit IRC
[23:27:03] <eglaysher_lin> I have a grd change but it probably won't break windows since it only adds entries in <if></if> sections that windows doesn't evaluate.
[23:27:32] *** seventoes has joined #chromium
[23:28:11] <seventoes> Just updated my chrome in OSX and got that extra "Wrench" icon in my address bar row? why is this needed?
[23:28:39] <jcivelli> sky: I think I am off the hook for the dbg-shlib. The ui test that fails (BrowserCloseNoUnloadListeners) has been failing since yesterday
[23:28:46] <sky_> ok
[23:28:50] <akalin> anyone run into this error with heapchecker: /usr/local/google/home/akalin/src/chromium/src/out/Debug/unit_tests: /usr/lib/debug/libstdc++.so: no version information available (required by /usr/local/google/home/akalin/src/chromium/src/out/Debug/unit_tests)
[23:28:54] <akalin> ?
[23:29:33] <asargent> akalin: yes - I sent email about this same problem to chromium-dev last night
[23:29:41] <asargent> I haven't figured out what the problem is yet
[23:29:48] <akalin> argh :(
[23:30:23] <hclam> estade: going to afk for 15 minutes
[23:30:29] *** hclam is now known as hclam_afk
[23:30:42] <akalin> does heapchecker catch stuff that valgrind doesn't?
[23:30:50] <trungl-bot> Tree opened by sky at chromium dot org: Tree is open, grd mostly cycled through [(dbg-shlib)(1) failure, -> ?] [valgrind -> aa & asargent] [heapcheck -> aa & jcivelli] [page_cycler_moz -> introduced between 50646-50653]
[23:31:48] <asargent> akalin: I think it might
[23:32:05] <asargent> I also have some weird issue where the results on my own machine for valgrind are different from what the bot gets
[23:33:13] *** zzuper has joined #chromium
[23:33:38] <thakis> seventoes: it will for example display a "you've been updated" indicator
[23:34:14] <rsesek> akalin: valgrind is just a harness that runs different tools. memcheck is one, heapchecker is another, tsan is another
[23:34:22] <rsesek> memcheck and heapchecker do catch different things
[23:34:29] <seventoes> thakis: I rarely close chrome all the way, so I update manually (open About, restart chrome), so will I even see that?
[23:34:29] <akalin> oh
[23:35:03] <thakis> seventoes: that's exactly for your use case. it will show up when chrome's been updated in the background and you need to restart chrome to get the update
[23:35:33] <seventoes> thakis: Ah! Nice! Not so worried about the wasted space now ^_^
[23:39:52] <akalin> asargent: you're looking at heapcheck failures related to extensions, right?
[23:40:00] <akalin> do they have something to do with CrxInstaller::CompleteInstall?
[23:40:13] <zzuper> just installed dev chrome
[23:40:17] <asargent> yes - I just checked in a fix
[23:40:23] <akalin> oh, snap
[23:40:31] <akalin> i thought they had to do with my most recent change
[23:40:44] <asargent> oh sorry, I didn't see the second part of your question
[23:40:51] <akalin> oh
[23:40:53] <asargent> I just fixed some unit test code
[23:41:00] <akalin> darn
[23:41:09] *** cmasone has quit IRC
[23:41:17] <asargent> do you have a link to the heapcheck failure report you got?
[23:41:27] <akalin> http://build.chromium.org/buildbot/memory/builders/Linux%20Heapcheck/builds/4186/steps/heapcheck%20test:%20unit/logs/stdio
[23:41:34] <akalin> i'm pretty baffled by it :(
[23:41:48] <akalin> it seems like the extension created by LoadExtension is being leaked, but I can't seem to figure out where
[23:42:00] <akalin> i mean it's immediately stuffed into a scoped_ptr and handed off to other scoped_ptrs
[23:42:29] <asargent> huh - do you have the codereview url?
[23:43:16] <akalin> asargent: http://codereview.chromium.org/2819023
[23:44:06] *** willchan has quit IRC
[23:45:56] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "compile" on "Linux Builder (ChromiumOS)" from 50897: avi at chromium dot org (:motownavi), erg at chromium dot org (:eglaysher), pkasting at chromium dot org, sky at chromium dot org, thestig at chromium dot org (:leiz))
[23:46:03] *** seventoes has left #chromium
[23:46:03] <eglaysher_lin> checking
[23:46:18] <pkasting_> Compile failure is me
[23:46:19] <pkasting_> I'm on it
[23:46:56] <trungl-bot> Tree closed by pkasting at chromium dot org: Tree closed (Linux compile -> pkasting)
[23:47:00] *** kliegs has quit IRC
[23:47:05] <thakis> Gah! why is "wraps" not the default on labels
[23:50:12] <pkasting_> OK, attempted fix is in
[23:50:42] *** inferno-sec has joined #chromium
[23:50:42] *** ChanServ sets mode: +v inferno-sec
[23:50:58] <trungl-bot> Tree opened by pkasting at chromium dot org: Tree open (ChromeOS compile fix is in)
[23:52:19] *** taf2 has quit IRC
[23:52:59] <trungl-bot> Tree opened by sky at chromium dot org: Tree is open [chromeos compile fix is in] [valgrind -> aa & asargent] [heapcheck -> aa & jcivelli] [page_cycler_moz -> introduced between 50646-50653]
[23:55:56] <akalin> asargent: i think i see the problem
[23:56:01] <trungl-bot> Tree closed by buildbot at chromium dot org: Tree is closed (Automatic: "compile" on "Chromium XP" from 50897: asargent at chromium dot org, avi at chromium dot org (:motownavi), erg at chromium dot org (:eglaysher), pkasting at chromium dot org, sky at chromium dot org, thestig at chromium dot org (:leiz))
[23:56:14] <pkasting_> This compile failure looks like flakiness
[23:56:15] <akalin> the extension in the test is installed as disabled, so it gets stuffed into disabled_extensions_
[23:56:23] <akalin> akalin: and it doesn't seem like that gets cleared?
[23:56:35] <akalin> UnloadAllExtensions clears out extensions_ but doesn't touch disabled_extensions_
[23:56:44] <motownavi> probably the same failure
[23:57:01] <trungl-bot> Tree closed by pkasting at chromium dot org: Tree closed (Waiting to see if compile failure is flakiness)
[23:58:15] *** hclam_afk is now known as hclam
[23:58:27] <hclam> estade: I'm back
[23:58:27] <asargent> akalin: good catch - looks like we never had test coverage for disabled extensions
[23:58:41] <estade> hclam: git svn rebase still chugging along
[23:58:51] <akalin> asargent: d'oh!
[23:58:59] <hclam> oh, looks like a big patch :D
[23:59:12] <akalin> asargent: i'll whip up a CL real quick

top