[00:00:58] <trungl> echelog-1: tree-status [00:00:58] <echelog-1> trungl: Tree is open (angry but open) <http://chromium-status.appspot.com/current> [00:01:16] <thakis> where's rohit? [00:01:29] <rsesek> it's 6pm ET? maybe home? [00:01:45] <rsesek> [how is it 6pm already?!] [00:01:58] <thakis> that's a good question [00:02:21] <trungl> if the earth were flat, it might not be 6 pm [00:03:49] *** zloidemon has quit IRC [00:03:55] *** romainhuet has quit IRC [00:03:58] <thakis> ex falso quodlibet [00:04:03] *** zloidemon has joined #chromium [00:05:20] <thakis> trungl: btw, passing thoughts on http://codereview.chromium.org/2303002/show? [00:05:36] <trungl> oh yeah [00:06:04] <trungl> thakis: I see red on the windows trybot result -- back to the drawing boards for you! [00:06:48] <thakis> :-( [00:07:17] <trungl> argh, wrong web browser [00:09:02] <rsesek> I highly recommend Choose Wisely http://blog.tigion.de/2010/03/28/choose-wisely-version-0-3/ ? if you set it as your default web browser, it will allow you to choose which one you want when you click links [00:10:13] <rsesek> it's good if you run 3+ web browsers [00:10:17] <thakis> that home page is written in some weird language [00:10:26] <rsesek> chromium will translate it for you ;) [00:10:38] <thakis> doesn't work for me for some reason [00:10:50] *** malavv has quit IRC [00:10:58] <rsesek> thakis: http://tigion.de/projekte/software/choose-wisely_0-3-1.zip download link [00:11:27] <thakis> i think i want to open 80% of my links in chrome [00:11:28] <thakis> :-) [00:11:54] <rsesek> it'd be super cool if it could open certain URL patterns in certain browsers [00:12:07] <rsesek> like *chromium.org in one, *.google.com in another [00:12:11] <trungl> rsesek: that's what I really want [00:12:27] <rsesek> I emailed the dude asking for him to open source the project, and he said he's gonna [00:12:28] <trungl> though I mostly cut-and-paste links from colloquy, since I don't trust it, for some reason [00:12:38] <trungl> (colloquy, that is) [00:12:43] <trungl> about:fsadfads [00:12:55] * trungl wonders if clicking on that will result in badness. [00:13:03] <trungl> uh, yes [00:13:05] <trungl> crap [00:13:24] *** trungl has left #chromium [00:13:24] <thakis> :-) [00:13:30] *** trungl has joined #chromium [00:13:33] *** ChanServ sets mode: +v trungl [00:13:37] *** thakis has left #chromium [00:13:48] *** thakis has joined #chromium [00:13:48] *** ChanServ sets mode: +v thakis [00:13:58] <thakis> gets me every time [00:14:11] <trungl> me too [00:14:17] <trungl> yet I couldn't resist the temptation [00:14:21] <bauerb> trungl: that is awesome [00:14:37] *** rafaelw has quit IRC [00:14:38] <thakis> we should add about:fdsdff to chrome [00:14:45] *** bauerb has left #chromium [00:14:50] *** bauerb has joined #chromium [00:14:58] <rsesek> it should tell you about the secret internals of the goat teleporter [00:21:01] *** oneoneoneoneo has joined #chromium [00:21:54] *** michaeln has joined #chromium [00:22:00] *** akem has quit IRC [00:28:22] *** FullFlannelJacke has quit IRC [00:28:37] *** oneoneoneoneo has quit IRC [00:29:08] <dumi> markmentovai: question [00:29:12] <markmentovai> dumi: [00:29:32] <dumi> markmentovai: i have a crash that happens on macs only. is there any way to get extra information from the mini dump? [00:29:54] <dumi> like the value of some variables, or the exact location where the crash happened (it's inside v8, when it was calling a user callback) [00:30:04] <markmentovai> dumi: not really, we get about all that we can get via the breakpad processor [00:30:15] <dumi> :( [00:30:20] <markmentovai> theoretically it'd be possible to transform it into a core file and open it in a debugger, but that support doesn't exist at present [00:30:24] *** Kaosevil has joined #chromium [00:30:36] <dumi> so basically all i have is the stack trace? [00:30:39] *** faitz has quit IRC [00:30:41] <markmentovai> yup [00:30:50] <dumi> ok, thanks, i'll try to use that [00:31:13] <markmentovai> but you do have the exact location, in terms of an instruction pointer [00:31:20] <markmentovai> i don't know what else you might mean by "exact location" [00:31:56] <dumi> the last 2 lines in the stack trace are just addresses [00:32:03] *** faitz has joined #chromium [00:32:05] <markmentovai> dumi: show me? [00:32:07] <dumi> i was hoping to get more information about what exactly happened there [00:32:13] <dumi> http://crash/reportdetail?reportid=226d9d8b3cd13d89 [00:32:15] <markmentovai> that's something i might be able to fill in for you [00:32:54] *** dspstv has joined #chromium [00:32:59] <markmentovai> ah, no, in this case it's a jump to text that wasn't contributed by a module [00:33:06] <markmentovai> in other words, something v8 compiled [00:33:16] <dumi> i see [00:33:23] <markmentovai> those addresses are just on the heap [00:33:26] <dumi> well, i'll try asking the v8 guys, maybe they've seen it before [00:33:28] *** trungl-bot has joined #chromium [00:33:33] <markmentovai> Invoke generally jumps into v8-compiled code [00:34:01] <markmentovai> dumi: thanks for working on this bug [00:34:12] <dumi> yeah, it calls CALL_GENERATED_CODE, so i guess these addresses don't mean anything from one run to another [00:34:20] <dumi> np, gotta get it fixed :) [00:34:26] *** trungl-bot has quit IRC [00:34:51] <markmentovai> unfortunately since it's on the heap we can't even manually crack open the minidump and see what was there [00:35:05] <markmentovai> our minidumps only contain snapshots of stack memory [00:36:16] *** trungl-bot has joined #chromium [00:36:43] <jrg> estade: ping [00:36:46] <jrg> estade: http://build.chromium.org/buildbot/waterfall/builders/Mac10.5%20Tests%20(dbg)(3)/builds/7293 [00:36:48] *** bers has quit IRC [00:36:51] <dumi> i see. maybe i'll get lucky and find a way to reproduce it [00:37:07] <estade> jrg: looking [00:37:11] <markmentovai> trungl-bot: what are you? [00:37:36] <trungl> poor trungl-bot is mute [00:37:39] <jrg> estade: (I even tracked down the non-proxy link for you :-) [00:37:44] *** trungl-bot has quit IRC [00:37:48] <estade> jrg: awesome thanks. I filed a ticket [00:37:50] <markmentovai> trungl: pretty sad -bot [00:37:53] <estade> I can't see why this is complaining [00:37:54] * trungl is going to replace himself [00:38:23] <estade> jrg: I didn't touch browser tests [00:39:04] *** MikeSmithW3C^ has joined #chromium [00:39:37] *** markmentovai has quit IRC [00:39:41] *** FullFlannelJacke has joined #chromium [00:40:31] *** tonikitoo has quit IRC [00:42:36] *** MikeSmithW3C has quit IRC [00:42:40] *** csilv has left #chromium [00:47:41] <bradleymeck> can multiple independent v8 contexts run in parallel? [00:48:06] *** BCalvignac has quit IRC [00:48:39] <bradleymeck> or just 1 v8 execution thread per program [00:49:38] *** trungl-bot has joined #chromium [00:51:02] *** trungl-bot has quit IRC [00:52:40] <pathorn> well there are webworkers [00:52:54] <pathorn> which are entirely different contexts with just a communication channel [00:54:38] *** TimothyFitz has joined #chromium [00:55:55] <TimothyFitz> chromium's buildbot waterfall is heavily customized, are those changes checked in anywhere? [00:56:08] *** bradleymeck has quit IRC [00:56:31] *** Venom_X has quit IRC [00:56:57] *** bradleymeck has joined #chromium [00:57:41] *** trungl-bot has joined #chromium [00:57:55] *** bradleymeck has quit IRC [00:58:12] *** trungl-bot has quit IRC [00:58:28] <thakis> TimothyFitz: dunno, but webkit's buildbot looks similar ( http://build.webkit.org/console ) [00:58:39] <thakis> TimothyFitz: nsylvain (not here atm) or maruel might know [00:59:18] <TimothyFitz> thakis: Interesting, didn't know that. [01:01:34] <thakis> m0 might know too [01:02:06] <TimothyFitz> Ahh it's probably in trunk/tools/buildbot [01:05:52] *** trungl-bot has joined #chromium [01:06:29] *** trungl-bot has quit IRC [01:06:40] <TimothyFitz> For anyone else who's interested in that status view: http://src.chromium.org/viewvc/chrome/trunk/tools/buildbot/scripts/master/chromium_status.py?revision=38547&view=markup [01:07:29] *** trungl-bot has joined #chromium [01:08:04] *** trungl-bot has joined #chromium [01:08:09] *** lilmatt has quit IRC [01:09:05] *** trungl-bot has quit IRC [01:10:23] *** trungl-bot has joined #chromium [01:11:04] *** Aizu` has joined #chromium [01:11:23] *** trungl-bot has quit IRC [01:11:27] *** jrmuizel has quit IRC [01:12:58] *** happygrue has joined #chromium [01:12:59] *** doubleOzero has joined #chromium [01:13:12] <jrg> memory bot restarted; no need to worry about purple tree [01:13:45] <doubleOzero> chomium is acting super slow for me for the last few updates. is this known? [01:14:25] <dumi> aboodman: is there any specific JS function that gets called when an extension is being loaded? [01:15:35] <aboodman> dumi: window.onload gets fired [01:15:39] <aboodman> is that what you mean? [01:16:06] <dumi> aboodman: i guess, trying to debug a crash in an extension and it looks like it always happens on load, so we were wondering what code we need to look at [01:16:12] <dumi> on load = <= 100ms uptime [01:17:23] *** dhollowa has quit IRC [01:17:29] *** mihaip has quit IRC [01:25:54] <maruel> fixing chromium builder dbg [01:27:59] *** pdelgallego has quit IRC [01:28:35] *** trungl-bot has joined #chromium [01:29:20] <trungl> trungl-bot: tree-status [01:29:22] <trungl-bot> trungl: Tree is open (angry but open) [01:29:51] <trungl> trungl-bot: tree-status [01:29:53] <trungl-bot> trungl: Tree is open (still angry?) [01:29:58] <trungl> sweet [01:30:06] <akalin> whoa, it's a bot [01:31:57] <willchan> is it possible to fix the windows trybot so it generates symbolized stacktraces properly? [01:32:53] <maruel> willchan: it would slow them down [01:33:13] <maruel> but if I disable IB and use vs2008 as I planed, it would probably be more bearable [01:33:20] <willchan> in the meantime, does anyone with a windows box wanna help me out and patch http://codereview.chromium.org/2122015/show and build/run test_shell_tests and give me a stacktrace? i'll treat you to lunch. [01:33:40] <willchan> googlers only [01:34:53] <willchan> maruel: is there a way to provide a mode where we could get symbolized stacktraces? [01:35:05] <maruel> willchan: not atm [01:35:46] <willchan> maruel: i don't need it in general. just once in a blue moon. i'd be happy to wait the extra time for the run. [01:37:16] <maruel> willchan: file a FR [01:38:48] <pathorn> willchan: I can give it a try [01:39:21] <willchan> maruel: filed [01:39:28] <willchan> pathorn: awesome, thanks! [01:40:16] <maruel> jrg: what's out, bev will restart slaves [01:40:21] <maruel> the chromium builders [01:40:47] <maruel> and they need a clobber [01:42:39] <pathorn> willchan: how do I dump a stacktrace from vs? [01:43:24] <willchan> pathorn: good question :) i have rarely ever used vs, so i dunno :P [01:43:25] <pathorn> I got the crash, CSSParser.cpp:352, declaration is null [01:43:36] *** bevc_work has joined #chromium [01:43:59] <willchan> isn't there like a view in the bottom left or bottom right with the stacktrace? [01:44:04] <willchan> you can probably copy/paste it [01:45:27] <pathorn> http://pastebin.com/si81Z0ik [01:45:43] <willchan> pathorn++, thanks! [01:46:58] <willchan> pathorn: just to double check, this is test_shell_tests.exe, right? [01:47:19] <pathorn> oh I ran test_shell.exe [01:47:26] <jrg> maruel: thx [01:47:53] <jamesr> pathorn: where did you see that? [01:48:22] <jamesr> that is weird... [01:48:42] <jamesr> i've seen a similar stack before but only with local (iffy) webkit changes [01:48:58] <willchan> jamesr: it's possible it's due to my changelist. he's patching in my change that seems to crash test_shell_tests.exe (although he ran test_shell.exe on accident) [01:49:05] *** rsesek has quit IRC [01:49:38] *** kinnetica has joined #chromium [01:49:44] *** doubleOzero has left #chromium [01:51:48] *** LorentzFactor has joined #chromium [01:52:09] <pathorn> test_shell_tests is taking longer to run [01:53:15] <LorentzFactor> I have a bug to report, but not exactly sure how to explain it. Sort of a nasty little race condition involving requested http resources. [01:53:19] <pathorn> willchan: where are you expecting a crash? [01:53:43] <LorentzFactor> plus I need to show logs / other file involved... but don't know if I can upload these to the bug report system [01:53:51] *** sbyer has quit IRC [01:54:07] <willchan> pathorn: at the end. i think it's during the process shutdown. i think test_shell_tests should take on the order of 2 minutes to run. [01:54:13] <jamesr> LorentzFactor: you can attach files to bug reports [01:54:54] *** tonyg-cr has quit IRC [01:55:35] <pathorn> yeah I'm not getting symbols [01:55:47] <LorentzFactor> jamesr, okay, didn't see it on the thing I was filling out... [01:55:50] <pathorn> I'm trying a clean--I think my vc80.pdb got corrupt [01:55:53] *** LorentzFactor is now known as rbfussell [01:56:15] <jamesr> rbfussell: i see an 'Attach a file' like at http://crbug.com/new [01:56:20] <jamesr> s/like/link/ [01:56:43] <willchan> pathorn: ok. thanks again for doing this. i left my windows box back in mtv and am trying to avoid having to set up a windows vm over here. [01:56:52] <rbfussell> Are these file public for download? cos I've not had a chance to comb through the packet logs to redact any personal info, I'm sure none should be there, but nonetheless. [01:57:00] <jamesr> they are [01:57:03] <rbfussell> meh. [01:57:29] *** johnny_g_ has joined #chromium [01:58:08] <rbfussell> I'm also not sure how much of a security risk this is, maybe none, but the possibility exists [01:58:21] *** johnny_g_ has quit IRC [01:58:22] <rbfussell> so not sure about public disclosure of it. [01:58:36] *** johnny_g_ has joined #chromium [01:59:05] <rbfussell> doesn't allow any execution of anything, but could allow for creation of arbitrary files to be downloaded and if used in conjunction with other methods could do some odd things. [02:00:11] <jamesr> rbfussell: in the drop down 'Template' pick 'Security Bug' [02:00:19] <rbfussell> k [02:00:30] <jamesr> that'll restrict the bug to the security team until they get a chance to triage [02:01:09] <rbfussell> ok, good deal. thanks [02:02:17] *** johnny_g has quit IRC [02:02:18] *** johnny_g_ is now known as johnny_g [02:06:32] *** Dataforce has quit IRC [02:06:39] *** Tommi2 has joined #chromium [02:07:18] *** Dataforce has joined #chromium [02:07:35] *** Tommi has quit IRC [02:07:56] *** RT|Chatzilla has joined #chromium [02:10:56] *** apatrick_ has joined #chromium [02:11:02] <maruel> restarted the builders [02:11:07] <maruel> hopefully it'll work [02:11:35] <maruel> confidence level: [____|__] [02:15:14] <pathorn> willchan: when in doubt, clean and rebuild [02:15:25] <pathorn> I was messing around with my gclient config [02:15:32] <pathorn> anyway now I got a stacktrace that maybe makes more sense [02:15:34] <pathorn> http://pastebin.com/Tk8UYHy3 [02:15:45] *** cying_ has quit IRC [02:15:52] <pathorn> in the AppCacheUpdateJobTest.UpgradeManifestDataUnchanged test? [02:17:26] <willchan> pathorn: that looks much more reasonable, thanks! [02:17:49] <willchan> i was fixing a lot of bugs in that area. there's probably some race condition that only shows up on windows builds. [02:17:58] <pathorn> ah [02:20:16] *** dspstv has left #chromium [02:21:48] *** stuartmorgan has quit IRC [02:23:59] *** nsylvain has joined #chromium [02:26:28] <maruel> ETA isn't too long if compile succeed [02:26:28] *** bweinstein has quit IRC [02:27:02] *** trungl-bot has quit IRC [02:27:31] *** trungl-bot has joined #chromium [02:28:05] *** trungl-bot has quit IRC [02:28:10] *** lianj_ has quit IRC [02:28:35] *** trungl-bot has joined #chromium [02:29:36] *** trungl-bot has quit IRC [02:29:48] *** lianj has joined #chromium [02:30:35] *** tonikitoo has joined #chromium [02:30:53] *** apatrick_ has left #chromium [02:31:02] *** bweinstein has joined #chromium [02:31:34] *** trungl-bot has joined #chromium [02:31:49] <trungl> trungl-bot: tree-status [02:31:50] <trungl-bot> trungl: Tree is closed (maintenance: maruel and bevc. Will be closed until clean build finishes. ETA is 'in a long time') [02:31:55] <trungl> trungl-bot: time [02:31:56] <trungl-bot> trungl: It's 17:32 on Thursday at the MTV office. [02:32:07] <trungl> trungl-bot: time muc [02:32:07] <trungl-bot> trungl: It's 02:32 on Friday at the MUC office. [02:32:13] <nsylvain> trungl-bot: make me a sandwich [02:32:22] *** dmaclach has quit IRC [02:32:22] <nsylvain> :( [02:32:59] <trungl> trungl-bot can do at most a subset of what I can do. [02:33:09] <nsylvain> Ah! [02:33:10] <pathorn> trungl-bot: sudo make me a sandwich [02:33:26] <pathorn> :( [02:34:07] *** trungl-bot has quit IRC [02:34:27] *** trungl-bot has joined #chromium [02:35:09] <pathorn> hey does anyone know if the pyautolib tests get run on the buildbots? [02:35:09] *** rolandsteiner has joined #chromium [02:35:29] <pathorn> since it sounds like you have to build with -fPIC [02:35:39] <pathorn> I'm on linux [02:36:01] <pathorn> I'm looking at http://dev.chromium.org/developers/pyauto [02:36:38] *** General13372 has joined #chromium [02:40:19] *** General1337 has quit IRC [02:42:40] *** trungl-bot has quit IRC [02:42:46] *** trungl-bot has joined #chromium [02:43:42] *** Kaosevil has quit IRC [02:44:59] *** pdelgallego has joined #chromium [02:45:16] *** dhhwong has joined #chromium [02:47:23] *** dhhwong has quit IRC [02:51:33] *** johnny_g has quit IRC [02:55:27] *** trungl-bot has quit IRC [02:55:53] *** trungl-bot has joined #chromium [02:57:11] *** feldstein has joined #chromium [02:57:35] *** zyichi has joined #chromium [02:57:47] *** ChanServ sets mode: +v rolandsteiner [03:00:28] <nsylvain> anyone knows why some webkit tests are crashing now? [03:00:38] <nsylvain> ping tony^work [03:02:55] *** trungl-bot has quit IRC [03:03:41] *** trungl-bot has joined #chromium [03:04:11] *** tedoc2000 has quit IRC [03:05:54] *** yutak_home has quit IRC [03:05:54] *** bweinstein has quit IRC [03:06:04] *** bweinstein has joined #chromium [03:06:05] *** feldstein is now known as msg [03:06:15] *** msg is now known as feldstein [03:06:48] *** trungl-bot has quit IRC [03:07:05] <jamesr> nsylvain: link? [03:07:06] *** trungl-bot has joined #chromium [03:07:34] <trungl> trungl-bot: treestatus [03:07:36] <trungl-bot> trungl: Tree is closed (maintenance: maruel and bevc. Will be closed until clean build finishes. ETA is 'in a long time') [03:07:42] <trungl> trungl-bot: fortune [03:07:44] <trungl-bot> trungl: If you are what you eat, does that mean Euell Gibbons really was a nut? [03:08:29] *** hbono has joined #chromium [03:09:40] *** magn3ts has joined #chromium [03:11:20] *** dhollowa has joined #chromium [03:12:32] *** magn3ts has quit IRC [03:14:10] <nsylvain> jamesr: http://build.chromium.org/buildbot/waterfall/waterfall?builder=Webkit%20(dbg)(3) [03:15:41] <jamesr> willchan: ^^ ? [03:15:50] <jamesr> ASSERTION FAILED: m_pendingAmountSent >= 0 (third_party/WebKit/WebKit/chromium/src/SocketStreamHandle.cpp:147 virtual void WebCore::SocketStreamHandleInternal::didSendData(WebKit::WebSocketStreamHandle*, int)) [03:16:12] *** masterov has quit IRC [03:16:48] <maruel> BrowserCloseTabWhenOtherTabHasListener has regressed [03:17:51] <willchan> jamesr: i have no clue. that's websocket stuff implemented in webkit. bug ukai. [03:19:22] *** trungl is now known as trungl_away [03:27:16] *** jamesr has quit IRC [03:29:26] *** weinjared has joined #chromium [03:29:47] *** feldstein has quit IRC [03:31:00] *** johnny_g has joined #chromium [03:37:58] <estade> maruel: that is my fault [03:38:04] <estade> used the wrong macro [03:38:07] <maruel> estade: yes [03:38:08] <maruel> I'm fixing [03:38:08] <estade> supposed to be OS_WIN not OS_WINDOWS [03:38:16] <estade> I have the fix ready [03:38:19] <maruel> ah [03:38:20] <maruel> ok [03:38:21] <maruel> shoot then [03:38:22] <maruel> but [03:38:24] <maruel> it's not MAYBE [03:38:28] <maruel> it's FLAKY_ [03:38:40] <estade> maruel: no, it's disabled [03:38:48] <maruel> ah ok I see [03:38:49] *** dave_levin has quit IRC [03:38:59] <estade> it's disabled rather than fails because it takes a long time to fail [03:39:25] <maruel> ok [03:40:02] <estade> fix in. sorry for redness [03:41:22] <maruel> ok I'll reopen [03:43:19] *** bweinstein has quit IRC [03:47:07] *** jshin has quit IRC [03:47:21] *** thakis_ has joined #chromium [03:47:21] *** ChanServ sets mode: +v thakis_ [03:47:31] <maruel> wow, memory master looks like hell [03:49:47] *** mrossetti has quit IRC [03:51:24] *** paul_irish has joined #chromium [03:52:46] *** rbfussell has quit IRC [03:53:37] *** mpcomplete has quit IRC [03:58:17] *** pdelgallego has quit IRC [03:58:40] *** jschuh has left #chromium [04:00:43] *** bauerb has quit IRC [04:05:49] *** trungl_mbp has joined #chromium [04:05:53] *** trungl_mbp is now known as trungl [04:05:54] *** ChanServ sets mode: +v trungl [04:06:01] <trungl> trungl-bot: treestatus [04:06:03] <trungl-bot> trungl: Tree is open (suspect hang on r48453 was flakiness; we've seen that a few times today) [04:07:31] <nirnimesh> pathorn: it doesn't run on the main waterfall yet [04:07:36] *** kerz has quit IRC [04:08:47] *** gOcOOl has left #chromium [04:09:41] *** dpranke has quit IRC [04:12:03] *** bweinstein has joined #chromium [04:14:32] <maruel> forcing a clobber build on most mac valgrind slaves, it seems to fix the compile failure [04:16:36] *** johnny_g has quit IRC [04:20:01] *** bevc_work has quit IRC [04:23:57] <thakis_> hclam: i'm here btw [04:24:02] <thakis_> i'll look into o3d after dinner [04:25:24] *** johnny_g has joined #chromium [04:30:50] <maruel> I've clobbered chr blder dbg again [04:31:01] *** NinoScript has joined #chromium [04:36:07] *** johnny_g has quit IRC [04:40:27] *** urbanape has quit IRC [04:42:31] *** trungl has quit IRC [04:45:05] *** johnny_g has joined #chromium [04:52:55] *** bauerb has joined #chromium [04:57:57] *** trungl_mbp has joined #chromium [04:59:52] *** trungl_mbp is now known as trungl [04:59:53] *** ChanServ sets mode: +v trungl [05:00:05] <trungl> trungl-bot: treestatus [05:00:06] <trungl-bot> trungl: Tree is open (suspect hang on r48453 was flakiness; we've seen that a few times today) [05:03:20] *** johnny_g has quit IRC [05:11:46] *** js2 has quit IRC [05:12:40] <thakis_> trungl-bot: commands [05:12:50] <thakis_> trungl-bot: halp [05:13:13] <trungl> trungl-bot is much like me, and prefers not to respond [05:13:13] <thakis_> trungl-bot: random-kitten [05:13:23] <thakis_> you prefer not to respond? [05:13:24] <thakis_> that's news [05:13:38] <trungl> well, maybe trungl-bot is like me, only better [05:21:52] <trungl> wow, maybe svn's xml output support is useful after all [05:22:01] <trungl> who knew [05:23:36] * trungl wonders at what point he'll have to stop claiming that he knows no python. [05:24:53] <thakis_> what does a = [range(1, 4), range(4, 7)]; print zip(*a); do and why? [05:27:04] *** masterov has joined #chromium [05:31:34] *** masterov has quit IRC [05:32:30] <trungl> no idea [05:34:00] <trungl> it's safe to say I don't know python yet [05:34:02] *** hagabaka has quit IRC [05:34:33] *** bweinstein has quit IRC [05:35:03] *** kcbanner_ has joined #chromium [05:35:15] <kcbanner_> Hey all. [05:35:32] <kcbanner_> I can't type a '/' in the console, because a "Keyboard Shortcuts" dialog pops up. [05:35:37] <kcbanner_> Making it impossible to type html. [05:35:41] *** johnny_g has joined #chromium [05:36:13] *** johnny_g has quit IRC [05:36:56] <kcbanner_> 6.0.408.1 dev [05:40:02] <kcbanner_> This just started happening, and it is incredibly annoying! [05:42:53] *** masterov has joined #chromium [05:43:03] *** MikeSmithW3C^ has quit IRC [05:43:52] *** MikeSmithW3C^ has joined #chromium [05:45:29] *** johnny_g has joined #chromium [05:52:52] <Maxdamantus> What would be required to implement a vertical tab bar? [05:53:04] <Maxdamantus> (Not just a popup one) [05:55:14] <Maxdamantus> Can't seem to see anything hinting the ability to modify the UI in such a way, on http://code.google.com/chrome/extensions/devguide.html [05:55:40] <Maxdamantus> So presumably can't do it using an extension. [05:57:12] <thakis_> kcbanner_: http://webkit.org/new-inspector-bug [05:57:44] <thakis_> Maxdamantus: it's not possible to do that with an extension [05:58:48] <trungl> let me see if I can teach a new dog new tricks [05:59:04] <Maxdamantus> Are there any plans to allow extensions to do such a thing? [05:59:12] *** trungl-bot has quit IRC [05:59:18] <Maxdamantus> I'd imagine many people would like to change the overall UI. [05:59:30] *** trungl-bot has joined #chromium [06:00:30] <trungl> trungl-bot: commits [06:00:33] <trungl-bot> trungl: r48465 huanr at chromium dot org: Use different product IO for SxS in mini installer. // r48461 rolandsteiner at chromium dot org: WebKit roll 60276:60327 // r48460 tfarina at chromium dot org: views: Move BoxLayout class into views/examples directory. // r48459 oshima at chromium dot org: landing chaitanya's patch // r48458 jrg at chromium dot org: Suppress valgrind IPC bug. [06:00:55] <trungl> trungl-bot: commits 20 [06:01:02] <trungl-bot> trungl: r48465 huanr at chromium dot org: Use different product IO for SxS in mini installer. // r48461 rolandsteiner at chromium dot org: WebKit roll 60276:60327 // r48460 tfarina at chromium dot org: views: Move BoxLayout class into views/examples directory. // r48459 oshima at chromium dot org: landing chaitanya's patch // r48458 jrg at chromium dot org: Suppress valgrind IPC bug. // r48457 rsimha at chromium dot org: Adding a (5 more messages) [06:01:08] <trungl> trungl-bot: more [06:01:25] <trungl> fail [06:02:43] <thakis_> trungl: commits [06:02:50] *** MikeSmithW3C has joined #chromium [06:02:59] <kcbanner_> thakis_: bug submitted. [06:03:11] <thakis_> trungl: less fail than you, it seems [06:03:17] <trungl> r48465 someone: blah // rFoo fsfdsa: foo [06:03:28] <trungl> oh yeah, I forgot the thakis_: prefix [06:04:30] <thakis_> trungl: do you know about the chromium DRT by chance? [06:04:43] <trungl> DRT? [06:04:47] <trungl> oh, DRT [06:04:49] <trungl> no [06:05:08] <trungl> but maybe you should ask trungl-bot [06:06:42] *** trungl-bot has quit IRC [06:07:02] *** Dark|Book has quit IRC [06:07:14] *** trungl-bot has joined #chromium [06:09:41] *** trungl-bot has joined #chromium [06:09:43] <trungl> if only I didn't stop killing trungl-bot [06:11:08] *** trungl-bot has quit IRC [06:12:02] *** alyxuk| has quit IRC [06:12:44] *** trungl-bot has joined #chromium [06:12:55] *** alyxuk has joined #chromium [06:12:55] *** alyxuk has quit IRC [06:12:55] *** alyxuk has joined #chromium [06:13:07] *** trungl-bot has quit IRC [06:14:50] *** johnny_g has quit IRC [06:14:52] *** trungl-bot has joined #chromium [06:15:02] *** Dark|Book has joined #chromium [06:15:26] <trungl> trungl-bot: commits 10 [06:15:28] <trungl-bot> trungl: r48465 huanr at chromium dot org: Use different product IO for SxS in mini installer. // r48461 rolandsteiner at chromium dot org: WebKit roll 60276:60327 // r48460 tfarina at chromium dot org: views: Move BoxLayout class into views/examples directory. // r48459 oshima at chromium dot org: landing chaitanya's patch // r48458 jrg at chromium dot org: Suppress valgrind IPC bug. // r48457 rsimha at chromium dot org: Adding a (2 more messages) [06:15:30] <trungl> more [06:15:34] <trungl> trungl-bot: more [06:15:35] <trungl-bot> trungl: TearDown() method to class LiveSyncTest. // r48456 chron at chromium dot org: Remove signin and persist from gaia_authenticator. This fixes an issue where Chromium OS did not persist sync cookies. // r48454 estade at chromium dot org: TBR: Fix OS_WINDOWS to OS_WIN. // r48453 bevc at chromium dot org: Adds support for running coverity on Linux. Removes embedded password // r48452 kbr at google dot com: Accepted mouse (1 more message) [06:15:39] <trungl> trungl-bot: more [06:15:39] <trungl-bot> trungl: moved events in NSWindow used for Cocoa full-screen code path. [06:16:02] <trungl> trungl-bot: treestatus [06:16:04] <trungl-bot> trungl: Tree is open (suspect hang on r48453 was flakiness; we've seen that a few times today) [06:16:04] <thakis_> trungl-bot: more more more [06:16:05] <trungl-bot> thakis_: Error: I haven't seen more. [06:16:15] <thakis_> trungl-bot: why not? [06:16:15] <trungl-bot> thakis_: Error: "why" is not a valid command. [06:16:26] <thakis_> trungl-bot: why is "why" not a valid command? [06:16:26] <trungl-bot> thakis_: Error: "why" is not a valid command. [06:16:34] <thakis_> trungl-bot: help [06:16:35] <trungl-bot> thakis_: Error: "help" is not a valid command. [06:16:41] <thakis_> trungl-bot: command [06:16:42] <trungl-bot> thakis_: Error: "command" is not a valid command. [06:16:46] <thakis_> oh come on [06:17:14] <thakis_> trungl-bot: is-not-a-valid-command [06:17:15] <trungl-bot> thakis_: Error: "is-not-a-valid-command" is not a valid command. [06:17:23] <thakis_> <- easily entertained [06:17:36] *** br-away has quit IRC [06:17:42] <trungl> oh, maybe I'll turn on help [06:17:44] *** bent-mozilla has quit IRC [06:17:48] *** trungl-bot has quit IRC [06:18:07] <thakis_> let it say "the help command is 'halp'" on help [06:19:55] *** trungl-bot has joined #chromium [06:20:00] <trungl> trungl-bot: help [06:20:02] <trungl-bot> trungl: The help command is "halp". [06:20:15] <trungl> too bad there's no "halp" command yet [06:25:44] <thakis_> that's even better [06:26:12] *** trungl-bot has quit IRC [06:26:28] *** trungl-bot has joined #chromium [06:26:36] <trungl> trungl-bot: halp [06:26:36] <trungl-bot> trungl: Valid commands: halp, fortune [06:26:46] <trungl> trungl-bot: halp halp [06:26:47] <trungl-bot> trungl: Usage: halp [command] [06:29:05] *** taf2 has quit IRC [06:29:18] *** trungl-bot has quit IRC [06:29:37] *** trungl-bot has joined #chromium [06:29:51] *** rickspencer3 has quit IRC [06:29:54] *** trungl-bot has quit IRC [06:29:58] *** trungl-bot has joined #chromium [06:30:03] *** TimothyFitz has quit IRC [06:30:19] <trungl> trungl-bot: help [06:30:19] <trungl-bot> trungl: The help command is "halp" (blame thakis for this). [06:30:27] <trungl> trungl-bot: halp [06:30:28] <trungl-bot> trungl: Valid commands (use "halp <command>" for more): halp, treestatus, help, commits, time, fortune [06:30:39] *** kphanee has quit IRC [06:30:49] <trungl> trungl-bot: halp halp [06:30:49] <trungl-bot> trungl: Usage: halp [command] [06:30:58] *** kphanee has joined #chromium [06:31:03] <trungl> hmmm, joining a dictionary doesn't seem optimal [06:33:00] *** trungl-bot has quit IRC [06:33:09] *** trungl-bot has joined #chromium [06:33:15] <trungl> trungl-bot: halp [06:33:16] <trungl-bot> trungl: Valid commands (use "halp <command>" for more): commits, fortune, halp, help, time, treestatus [06:33:29] <trungl> trungl-bot: halp help [06:33:29] <trungl-bot> trungl: Usage: help [06:33:36] <trungl> trungl-bot: halp commits [06:33:36] <trungl-bot> trungl: Usage: commits [count] [06:33:38] *** br-away has joined #chromium [06:33:45] <trungl> trungl-bot: fortune [06:33:46] <trungl-bot> trungl: Harrison's Postulate: For every action, there is an equal and opposite criticism. [06:33:57] <trungl> trungl-bot: time [06:33:57] <trungl-bot> trungl: It's 21:34 on Thursday at the MTV office. [06:34:03] <trungl> trungl-bot: halp time [06:34:03] <trungl-bot> trungl: Usage: time [office] [06:34:11] <trungl> trungl-bot: time MUC [06:34:12] <trungl-bot> trungl: It's 06:34 on Friday at the MUC office. [06:34:50] * trungl should add more offices. [06:35:08] <tony^work> trungl-bot: time TOK [06:35:09] <trungl-bot> tony^work: It's 13:35 on Friday at the TOK office. [06:42:50] *** MikeSmithW3C has quit IRC [06:44:12] *** dhollowa_ has joined #chromium [06:44:32] *** cmtx_ has joined #chromium [06:46:21] *** cmtx_ has quit IRC [06:47:30] *** MikeSmithW3C has joined #chromium [06:48:54] <thakis_> trungl-bot: time MOON [06:48:54] <trungl-bot> thakis_: I don't know about that office. [06:48:56] <trungl-bot> thakis_: An error has occurred and has been logged. Please contact this bot's administrator for more information. [06:49:04] <thakis_> trungl: crashed it! [06:50:41] *** kcbanner_ has quit IRC [06:51:02] *** trungl-bot has quit IRC [06:51:08] *** trungl-bot has joined #chromium [06:51:20] <trungl> thakis_: it might have survived [06:51:43] <trungl> trungl-bot: halp [06:51:43] <trungl-bot> trungl: Valid commands (use "halp <command>" for more): commits, fortune, halp, help, offices, time, treestatus [06:51:49] <trungl> trungl-bot: offices [06:51:49] <trungl-bot> trungl: Valid offices: AAR, BLD, KIR, LON, MON, MSK, MTV, MUC, NYC, RES, SEA, SMO, STP, SYD, TOK, WAS, WAT, ZUR [06:51:58] <trungl> trungl-bot: time MOON [06:51:58] <trungl-bot> trungl: I don't know about that office. [06:52:03] <trungl> trungl-bot: time MON [06:52:03] <thakis_> trungl-bot: offices offices offices [06:52:03] <trungl-bot> trungl: It's 00:52 on Friday at the MON office. [06:52:18] <thakis_> trungl-bot: trungl-bot [06:52:18] <trungl-bot> thakis_: Error: "trungl-bot" is not a valid command. [06:52:25] <thakis_> trungl-bot: offices time [06:52:32] <thakis_> trungl-bot: time offices [06:52:32] <trungl-bot> thakis_: I don't know about that office. [06:55:56] *** trungl-bot has quit IRC [06:56:02] *** trungl-bot has joined #chromium [06:56:15] <trungl> trungl-bot: offices sfda dfsa [06:56:15] <trungl-bot> trungl: offices try using halp [06:56:29] <trungl> oops [06:56:33] *** trungl-bot has quit IRC [06:57:57] *** roc has quit IRC [06:59:11] *** Zaba has quit IRC [06:59:29] *** trungl-bot has joined #chromium [06:59:52] <trungl> trungl-bot: offices fdsa fads [06:59:52] <trungl-bot> trungl: (offices takes no arguments; try using "halp") -- [07:00:03] <trungl> uh, no [07:01:27] *** trungl-bot has quit IRC [07:01:43] *** trungl-bot has joined #chromium [07:01:52] <trungl> trungl-bot: offices fds afsd [07:01:53] <trungl-bot> trungl: offices takes no arguments; try using "halp" [07:02:02] <trungl> trungl-bot: offices [07:02:02] <trungl-bot> trungl: Valid offices: AAR, BLD, KIR, LON, MON, MSK, MTV, MUC, NYC, RES, SEA, SMO, STP, SYD, TOK, WAS, WAT, ZUR [07:02:10] <trungl> trungl-bot: time STP [07:02:10] <trungl-bot> trungl: It's 09:02 on Friday at the STP office. [07:02:56] <trungl> trungl-bot: halp fdsa afds [07:02:56] <trungl-bot> trungl: halp takes at most one argument; try using "halp" [07:02:59] <trungl> halp [07:03:01] <trungl> trungl-bot: halp [07:03:02] <trungl-bot> trungl: Valid commands (use "halp <command>" for more): commits, fortune, halp, help, offices, time, treestatus [07:03:12] <trungl> trungl-bot: commits [07:03:14] <trungl-bot> trungl: r48467 jhawkins at chromium dot org: AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=off // r48466 hbono at chromium dot org: Removes obsolete suppression rules for Bug 44879. // r48465 huanr at chromium dot org: Use different product IO for SxS in mini installer. // r48461 rolandsteiner at chromium dot org: WebKit roll 60276:60327 // r48460 tfarina at chromium dot org: views: Move BoxLayout class (1 more message) [07:03:21] <trungl> trungl-bot: more [07:03:21] <trungl-bot> trungl: into views/examples directory. [07:03:33] <trungl> trungl-bot: treestatus [07:03:34] <trungl-bot> trungl: Tree is open (suspect hang on r48453 was flakiness; we've seen that a few times today) [07:09:54] <thakis_> trungl-bot: halp more [07:09:54] <trungl-bot> thakis_: Valid commands (use "halp <command>" for more): commits, fortune, halp, help, offices, time, treestatus [07:10:06] <thakis_> trungl-bot: halp commit [07:10:06] <trungl-bot> thakis_: Valid commands (use "halp <command>" for more): commits, fortune, halp, help, offices, time, treestatus [07:10:12] <thakis_> trungl-bot: halp commits [07:10:12] <trungl-bot> thakis_: Usage: commits [count] [07:14:52] *** trungl-bot has quit IRC [07:14:59] *** trungl-bot has joined #chromium [07:15:20] <trungl> trungl-bot: commits [07:15:22] <trungl-bot> trungl: r48467 jhawkins at chromium dot org: AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=off // r48466 hbono at chromium dot org: Removes obsolete suppression rules for Bug 44879. // r48465 huanr at chromium dot org: Use different product IO for SxS in mini installer. // r48461 rolandsteiner at chromium dot org: WebKit roll 60276:60327 // r48460 tfarina at chromium dot org: views: Move BoxLayout class (1 more message) [07:15:27] <trungl> trungl-bot: more [07:15:27] <trungl-bot> trungl: into views/examples directory. [07:15:35] <trungl> trungl-bot: commit 48467 [07:15:35] <trungl-bot> trungl: Sorry, mysterious failure. :( [07:15:38] <trungl> d'oh [07:16:43] *** trungl-bot has quit IRC [07:17:02] *** trungl-bot has joined #chromium [07:17:15] <trungl> trungl-bot: [07:17:26] <trungl> trungl-bot: commit 48467 [07:17:26] <trungl-bot> trungl: Sorry, mysterious failure. :( [07:17:27] *** jschuh has joined #chromium [07:18:02] *** trungl-bot has quit IRC [07:18:08] <trungl> not so mysterious [07:18:13] <trungl> owner incompetence [07:18:19] *** trungl-bot has joined #chromium [07:18:26] <trungl> trungl-bot: commit 48467 [07:18:27] <trungl-bot> trungl: r48467 jhawkins at chromium dot org: AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=off or non-empty fields. BUG=45143 TEST=FormManagerTest.FillForm Review URL: http://codereview.chromium.org/2348001 [07:18:55] *** trungl-bot has quit IRC [07:19:12] *** trungl-bot has joined #chromium [07:19:28] <trungl> trungl-bot: commit 48466 [07:19:30] <trungl-bot> trungl: r48466 hbono at chromium dot org: Removes obsolete suppression rules for Bug 44879. / This change just removes obsolete suppression rules for Bug 44879, which is fixed by r48212. / / BUG=44879 / TEST=keep valgrind bots green. / Review URL: http://codereview.chromium.org/2268001 [07:19:43] <trungl> trungl-bot: halp [07:19:44] <trungl-bot> trungl: Valid commands (use "halp <command>" for more): commit, commits, fortune, halp, help, offices, time, treestatus [07:19:51] <trungl> trungl-bot: halp commit [07:19:51] <trungl-bot> trungl: Usage: commit <SVN_revision> [07:23:46] <trungl> trungl-bot: commit fdsa [07:23:47] <trungl-bot> trungl: Error: 'fdsa' is not a valid integer. [07:23:55] <trungl> trungl-bot: commit adfsfdas afdsfsad [07:23:55] <trungl-bot> trungl: Error: 'adfsfdas' is not a valid integer. [07:24:02] <trungl> trungl-bot: commit -543 [07:24:03] <trungl-bot> trungl: Invalid revision. [07:24:11] <trungl> trungl-bot: commit -543 fdfdsa [07:24:12] <trungl-bot> trungl: commit takes exactly one argument; try using "halp" [07:24:15] <thakis_> trungl-bot: webkit-commit r28 [07:24:15] <trungl-bot> thakis_: Error: "webkit-commit" is not a valid command. [07:24:21] <thakis_> trungl-bot: it should be [07:24:22] <trungl-bot> thakis_: Error: "it" is not a valid command. [07:24:33] <trungl> sigh [07:24:38] <trungl> you're so demanding [07:24:53] *** yusukes has quit IRC [07:25:57] <thakis_> trungl-bot: fix-bug 44042 [07:25:57] <trungl-bot> thakis_: Error: "fix-bug" is not a valid command. [07:28:04] *** dhollowa has quit IRC [07:28:04] *** dhollowa_ is now known as dhollowa [07:28:12] *** dhollowa_ has joined #chromium [07:29:39] *** thakis_ has quit IRC [07:29:50] *** trungl-bot has quit IRC [07:30:02] *** trungl-bot has joined #chromium [07:30:08] <trungl> good thing I have low standards for code cleanliness [07:30:14] <trungl> trungl-bot: commits [07:30:17] <trungl-bot> trungl: r48468 kinuko at chromium dot org: Create directory if the given gtest_output path is in an unexisting directory. // r48467 jhawkins at chromium dot org: AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=off // r48466 hbono at chromium dot org: Removes obsolete suppression rules for Bug 44879. // r48465 huanr at chromium dot org: Use different product IO for SxS in mini installer. // r48461 (1 more message) [07:30:21] <trungl> trungl-bot: more [07:30:21] <trungl-bot> trungl: rolandsteiner at chromium dot org: WebKit roll 60276:60327 [07:30:27] <trungl> trungl-bot: commits 3 [07:30:35] <trungl-bot> trungl: r48468 kinuko at chromium dot org: Create directory if the given gtest_output path is in an unexisting directory. // r48467 jhawkins at chromium dot org: AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=off // r48466 hbono at chromium dot org: Removes obsolete suppression rules for Bug 44879. [07:30:42] <trungl> trungl-bot: commit 48468 [07:30:45] <trungl-bot> trungl: r48468 kinuko at chromium dot org: Create directory if the given gtest_output path is in an unexisting directory. / / BUG=42781 / TEST=Run one of out-of-process-tests (e.g. browser_tests) with --gtest_output=xml:unexisting_dir/output.xml parameter and see if the specified unexisting_dir is successfully created (if it's in a writable location). / / Review URL: (1 more message) [07:30:49] <trungl> trungl-bot: more [07:30:50] <trungl-bot> trungl: http://codereview.chromium.org/2302003 [07:30:57] <trungl> trungl-bot: webkit-commits [07:30:59] <trungl-bot> trungl: r60343 morrita at google dot com: 2010-05-27 MORITA Hajime <morrita at google dot com> // r60342 darin at apple dot com: 2010-05-27 Darin Adler <darin at apple dot com> // r60341 eric at webkit dot org: 2010-05-27 Kwang Yul Seo <skyul at company100 dot net> // r60340 rolandsteiner at chromium dot org: 2010-05-27 Roland Steiner <rolandsteiner at chromium dot org> // r60337 eric at webkit dot org: 2010-05-27 Nathan Lawrence (1 more message) [07:31:08] <trungl> trungl-bot: more [07:31:08] <trungl-bot> trungl: <nlawrence at apple dot com> [07:31:27] <trungl> hmmm, must do something about that [07:31:34] <trungl> trungl-bot webkit-commit 60343 [07:31:35] <trungl-bot> trungl: r60343 morrita at google dot com: 2010-05-27 MORITA Hajime <morrita at google dot com> / / Not reviewed. Fixed typo / / * rendering/RenderTheme.cpp: / (WebCore::RenderTheme::adjustStyle): [07:32:18] <trungl> trungl-bot: webkit-commit 60340 [07:32:19] <trungl-bot> trungl: r60340 rolandsteiner at chromium dot org: 2010-05-27 Roland Steiner <rolandsteiner at chromium dot org> / / Reviewed by Tamura Kent. / / [Chromium] Update chromium test expectations for parseFloat & toNumber tests / https://bugs.webkit.org/show_bug.cgi?id=39861 / / Update expectation files. / / * platform/chromium/fast/js/ToNumber-expected.txt: / * (1 more message) [07:34:32] *** trungl-bot has quit IRC [07:34:49] *** trungl-bot has joined #chromium [07:35:05] <trungl> trungl-bot: webkit-commits [07:35:07] <trungl-bot> trungl: r60343 morrita at google dot com / r60342 darin at apple dot com / r60341 eric at webkit dot org / r60340 rolandsteiner at chromium dot org / r60337 eric at webkit dot org / r60332 eric at webkit dot org / r60331 bdakin at apple dot com / r60330 eric at webkit dot org / r60328 darin at apple dot com / r60327 eric at webkit dot org [07:35:23] <trungl> trungl-bot: webkit-commit 60328 [07:35:24] <trungl-bot> trungl: r60328 darin at apple dot com: 2010-05-26 Darin Adler <darin at apple dot com> / / Reviewed by Kent Tamura. / / Null characters handled incorrectly in ToNumber conversion / https://bugs.webkit.org/show_bug.cgi?id=38088 / / * runtime/JSGlobalObjectFunctions.cpp: / (JSC::parseInt): Changed code to use UTF8String().data() instead of / ascii() to fix the (4 more messages) [07:35:30] <trungl> trungl-bot: more [07:35:30] <trungl-bot> trungl: thread safety issue. Code path is covered by existing / tests in run-javascriptcore-tests. / (JSC::parseFloat): Moved comment to UString::toDouble since the issue / affects all clients, not just parseFloat. Specifically, this also affects / standard JavaScript numeric conversion, ToNumber. / / * runtime/UString.cpp: / (3 more messages) [07:35:36] <trungl> trungl-bot: more [07:35:36] <trungl-bot> trungl: (JSC::UString::toDouble): Added a comment about incorrect space skipping. / Changed trailing junk check to use the length of the CString instead of / checking for a null character. Also got rid of a little unneeded logic / in the case where we tolerate trailing junk. / 2010-05-26 Darin Adler <darin at apple dot com> / / Reviewed by Kent Tamura. / / Null (2 more messages) [07:35:37] *** cying has quit IRC [07:35:41] <trungl> trungl-bot: more [07:35:42] <trungl-bot> trungl: characters handled incorrectly in ToNumber conversion / https://bugs.webkit.org/show_bug.cgi?id=38088 / / * fast/js/ToNumber-expected.txt: Updated for new tests and to / expect PASS for two null character tests. / * fast/js/ToNumber.js: Added more test cases. / * fast/js/parseFloat-expected.txt: Updated for new test case. / * fast/js/script- (1 more message) [07:35:45] <trungl> trungl-bot: more [07:35:45] <trungl-bot> trungl: tests/parseFloat.js: Added a test case. [07:37:39] *** up365 has quit IRC [07:37:53] *** yusukes has joined #chromium [07:41:28] *** TimothyFitz has joined #chromium [07:41:29] *** trungl-bot has quit IRC [07:41:45] *** trungl-bot has joined #chromium [07:42:02] <trungl> trungl-bot: webkit-commit 60328 [07:42:04] <trungl-bot> trungl: r60328 darin at apple dot com: 2010-05-26 Darin Adler <darin at apple dot com> / / Reviewed by Kent Tamura. / / Null characters handled incorrectly in ToNumber conversion / https://bugs.webkit.org/show_bug.cgi?id=38088 / / * runtime/JSGlobalObjectFunctions.cpp: / (JSC::parseInt): Changed code to use UTF8String().data() instead of / ascii() to fix the thread safety issue. Code path is covered by (3 more messages) [07:42:17] <trungl> trungl-bot:commits [07:42:21] <trungl> trungl-bot: commits [07:42:24] <trungl-bot> trungl: r48468 kinuko at chromium dot org: Create directory if the given gtest_output path is in an unexisting directory. // r48467 jhawkins at chromium dot org: AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=off // r48466 hbono at chromium dot org: Removes obsolete suppression rules for Bug 44879. // r48465 huanr at chromium dot org: Use different product IO for SxS in mini installer. // r48461 (1 more message) [07:42:30] <trungl> trungl-bot: commit 48468 [07:42:33] <trungl-bot> trungl: r48468 kinuko at chromium dot org: Create directory if the given gtest_output path is in an unexisting directory. / / BUG=42781 / TEST=Run one of out-of-process-tests (e.g. browser_tests) with --gtest_output=xml:unexisting_dir/output.xml parameter and see if the specified unexisting_dir is successfully created (if it's in a writable location). / / Review URL: (1 more message) [07:43:53] <trungl> trungl-bot: halp [07:43:53] <trungl-bot> trungl: Valid commands (use "halp <command>" for more): commit, commits, fortune, halp, help, offices, time, treestatus, webkitcommit, webkitcommits [07:44:55] <trungl> man, that trungl-bot is one verbose mofo [07:46:43] *** michaeln has quit IRC [07:49:23] <dhollowa> trung-bot: botoff [07:49:54] *** trungl-bot has quit IRC [07:50:05] <dhollowa> :-) [07:50:10] *** trungl-bot has joined #chromium [07:50:29] <trungl> trungl-bot: halp [07:50:29] <trungl-bot> trungl: Valid commands (use "halp <command>" for more): commit, commits, fortune, halp, help, lkgr, offices, time, treestatus, webkitcommit, webkitcommits [07:50:34] <trungl> trungl-bot: lkgr [07:50:36] <trungl-bot> trungl: An error has occurred and has been logged. Please contact this bot's administrator for more information. [07:50:40] <trungl> oops [07:51:17] *** trungl-bot has quit IRC [07:51:36] *** trungl-bot has joined #chromium [07:51:54] <trungl> trungl: lkgr [07:52:12] <trungl> trungl-bot: lkgr [07:52:13] <trungl-bot> trungl: 48466 [07:52:27] <trungl> trungl-bot: commit 48466 [07:52:29] <trungl-bot> trungl: r48466 hbono at chromium dot org: Removes obsolete suppression rules for Bug 44879. / This change just removes obsolete suppression rules for Bug 44879, which is fixed by r48212. / / BUG=44879 / TEST=keep valgrind bots green. / Review URL: http://codereview.chromium.org/2268001 [07:52:31] *** zaspire has quit IRC [07:55:08] *** bauerb has quit IRC [08:03:53] *** dev2_ has joined #chromium [08:04:48] *** dev2 has quit IRC [08:04:59] *** dev2_ is now known as dev2 [08:09:40] *** trungl-bot has quit IRC [08:09:59] *** trungl-bot has joined #chromium [08:10:22] <trungl> trungl-bot: cr-commits [08:10:23] <trungl-bot> trungl: An error has occurred and has been logged. Please contact this bot's administrator for more information. [08:11:07] *** MikeSmithW3C has quit IRC [08:11:21] *** trungl-bot has quit IRC [08:11:26] *** trungl-bot has joined #chromium [08:11:35] <trungl> trungl-bot: commits 3 [08:11:40] <trungl-bot> trungl: r48468 kinuko at chromium dot org: Create directory if the given gtest_output path is in an unexisting directory. // r48467 jhawkins at chromium dot org: AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=off // r48466 hbono at chromium dot org: Removes obsolete suppression rules for Bug 44879. [08:11:46] <trungl> trungl-bot: cr-commits [08:11:52] <trungl-bot> trungl: r48468 kinuko at chromium dot org: Create directory if the given gtest_output path is in an unexisting directory. // r48467 jhawkins at chromium dot org: AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=off // r48466 hbono at chromium dot org: Removes obsolete suppression rules for Bug 44879. // r48465 huanr at chromium dot org: Use different product IO for SxS in mini installer. // r48461 (1 more message) [08:14:31] *** trungl-bot has quit IRC [08:14:39] *** trungl-bot has joined #chromium [08:14:59] <trungl> trungl-bot: commands [08:14:59] <trungl-bot> trungl: Error: "commands" is not a valid command. [08:15:05] <trungl> trungl-bot: halp [08:15:05] <trungl-bot> trungl: Valid commands (use "halp <command>" for more): commit, commits, fortune, halp, help, lkgr, offices, time, treestatus, webkitcommit, webkitcommits [08:15:12] <trungl> trungl-bot: help commit [08:15:12] <trungl-bot> trungl: help takes no arguments; try using "halp" [08:15:17] <trungl> trungl-bot: halp commit [08:15:17] <trungl-bot> trungl: Usage: commit <Cr_SVN_revision> / alias: crcommit [08:18:25] *** NinoScript has quit IRC [08:21:29] *** trungl-bot has quit IRC [08:21:35] *** trungl-bot has joined #chromium [08:21:49] <trungl> trungl-bot: bug [08:21:51] <trungl-bot> trungl: bug takes exactly one argument; try using "halp" [08:21:55] <trungl> trungl-bot: bug 44879 [08:21:56] <trungl-bot> trungl: http://crbug.com/44879 -- Leaks in (anonymous namespace)::ExtensionImpl::StartRequest() [08:21:57] <trungl-bot> trungl: An error has occurred and has been logged. Please contact this bot's administrator for more information. [08:22:01] <trungl> d'oh [08:22:51] *** shepazu has quit IRC [08:23:36] *** trungl-bot has quit IRC [08:23:53] *** trungl-bot has joined #chromium [08:24:12] <trungl> trungl-bot: crbug 44879 [08:24:14] <trungl-bot> trungl: http://crbug.com/44879 -- Leaks in (anonymous namespace)::ExtensionImpl::StartRequest() [08:24:28] <trungl> trungl-bot: crbug 789987 [08:24:30] <trungl-bot> trungl: Unable to get bug -- does it exist? [08:24:40] <trungl> trungl-bot: commits 4 [08:24:43] <trungl-bot> trungl: r48469 rolandsteiner at chromium dot org: WebKit roll 60327:60341 // r48468 kinuko at chromium dot org: Create directory if the given gtest_output path is in an unexisting directory. // r48467 jhawkins at chromium dot org: AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=off // r48466 hbono at chromium dot org: Removes obsolete suppression rules for Bug 44879. [08:24:52] <trungl> trungl-bot: commit 48467 [08:24:55] <trungl-bot> trungl: r48467 jhawkins at chromium dot org: AutoFill: Refactor the code used to fill a form. Don't fill autocomplete=off / or non-empty fields. / / BUG=45143 / TEST=FormManagerTest.FillForm / / Review URL: http://codereview.chromium.org/2348001 [08:25:03] <trungl> trungl-bot: bug 45143 [08:25:05] <trungl-bot> trungl: http://crbug.com/45143 -- AutoFill fills non-empty fields [08:25:35] <trungl> trungl-bot: wkcommits [08:25:37] <trungl-bot> trungl: r60343 morrita at google dot com / r60342 darin at apple dot com / r60341 eric at webkit dot org / r60340 rolandsteiner at chromium dot org / r60337 eric at webkit dot org / r60332 eric at webkit dot org / r60331 bdakin at apple dot com / r60330 eric at webkit dot org / r60328 darin at apple dot com / r60327 eric at webkit dot org [08:25:43] <trungl> trungl-bot: halp [08:25:44] <trungl-bot> trungl: Valid commands (use "halp <command>" for more): bug, commit, commits, fortune, halp, help, lkgr, offices, time, treestatus, webkitcommit, webkitcommits [08:25:50] <trungl> trungl-bot: halp bug [08:25:51] <trungl-bot> trungl: Usage: bug <Cr_bug_ID> / alias: crbug [08:26:00] <trungl> trungl-bot: wkcommit 60343 [08:26:02] <trungl-bot> trungl: r60343 morrita at google dot com: 2010-05-27 MORITA Hajime <morrita at google dot com> / / Not reviewed. Fixed typo / / * rendering/RenderTheme.cpp: / (WebCore::RenderTheme::adjustStyle): [08:26:12] <trungl> trungl-bot: wkcommit 60342 [08:26:13] <trungl-bot> trungl: r60342 darin at apple dot com: 2010-05-27 Darin Adler <darin at apple dot com> / / Reviewed by David Levin. / / Make more HTML DOM members private, especially constructors / https://bugs.webkit.org/show_bug.cgi?id=39697 / / Refactoring, so no new tests needed. / / Working my way through HTMLTagNames.in from top to bottom, skipping any / that are non-trivial for some reason. / / * (10 more messages) [08:31:23] *** GeekShadow has joined #chromium [08:31:39] *** wers has joined #chromium [08:32:37] *** trungl-bot has quit IRC [08:33:09] *** trungl-bot has joined #chromium [08:33:27] <trungl> trungl-bot: bug 45143 [08:33:28] <trungl-bot> trungl: Error: "bug" is not a valid command. [08:33:38] <trungl> trungl-bot: bug 45143 [08:33:38] <trungl-bot> trungl: Error: "bug" is not a valid command. [08:33:46] *** trungl-bot has quit IRC [08:36:54] *** trungl-bot has joined #chromium [08:36:56] <trungl> trungl-bot: 45143 [08:36:58] <trungl-bot> trungl: Error: "45143" is not a valid command. [08:37:03] <trungl> trungl-bot: crbug 45143 [08:37:05] <trungl-bot> trungl: http://crbug.com/45143 -- AutoFill fills non-empty fields [08:37:11] <trungl> trungl-bot: bug 12345 [08:37:13] <trungl-bot> trungl: http://crbug.com/12345 -- chrome does not shine [08:37:31] <trungl> trungl-bot: webkitbug 39697 [08:37:33] <trungl-bot> trungl: https://bugs.webkit.org/show_bug.cgi?id=39697 -- Make more HTML DOM members private, especially constructors [08:37:41] <trungl> trungl-bot: wkbot 39696 [08:37:42] <trungl-bot> trungl: Error: "wkbot" is not a valid command. [08:37:49] <trungl> trungl-bot: wkbug 39695 [08:37:51] <trungl-bot> trungl: https://bugs.webkit.org/show_bug.cgi?id=39695 -- FrameLoader cleanup: Merge some bool members into a state machine [08:37:59] <trungl> trungl-bot: wkbug 3423443 [08:38:00] <trungl-bot> trungl: Invalid bug ID. [08:38:08] <trungl> trungl-bot: wkbug 243344 [08:38:09] <trungl-bot> trungl: Oops, unable to find title in bug. [08:38:53] *** trungl-bot has quit IRC [08:38:57] *** trungl-bot has joined #chromium [08:39:08] <trungl> trungl-bot: wkbug 11111 [08:39:10] <trungl-bot> trungl: https://bugs.webkit.org/show_bug.cgi?id=11111 -- Crash when dragging fixed position ::after pseudo-element [08:39:18] <trungl> trungl-bot: wkbug 111111 [08:39:19] <trungl-bot> trungl: Unable to get bug -- does it exist? [08:39:25] <trungl> trungl-bot: halp [08:39:25] <trungl-bot> trungl: Valid commands (use "halp <command>" for more): bug, commit, commits, fortune, halp, help, lkgr, offices, time, treestatus, webkitbug, webkitcommit, webkitcommits [08:39:41] <trungl> trungl-bot: halp webkitbug [08:39:41] <trungl-bot> trungl: Usage: webkitbug <WK_bug_ID> / alias: wkbug [08:45:12] *** trungl-bot has quit IRC [08:45:16] *** trungl-bot has joined #chromium [08:45:19] *** up365 has joined #chromium [08:45:24] *** mfinkle has quit IRC [08:45:33] <trungl> trungl-bot: sing [08:45:33] <trungl-bot> trungl: No. [08:45:40] <trungl> trungl-bot: sing a song [08:45:40] <trungl-bot> trungl: No. [08:45:45] <trungl> trungl-bot: dance [08:45:46] <trungl-bot> trungl: Get real. [08:45:46] *** mfinkle has joined #chromium [08:46:03] <trungl> trungl-bot: halp [08:46:03] <trungl-bot> trungl: Valid commands (use "halp <command>" for more): bug, commit, commits, fortune, halp, help, lkgr, offices, time, treestatus, webkitbug, webkitcommit, webkitcommits [08:46:19] <trungl> trungl-bot: help [08:46:19] <trungl-bot> trungl: The help command is "halp" (blame thakis for this). [08:46:30] <trungl> trungl-bot: wkcommits [08:46:31] <trungl-bot> trungl: r60343 morrita at google dot com / r60342 darin at apple dot com / r60341 eric at webkit dot org / r60340 rolandsteiner at chromium dot org / r60337 eric at webkit dot org / r60332 eric at webkit dot org / r60331 bdakin at apple dot com / r60330 eric at webkit dot org / r60328 darin at apple dot com / r60327 eric at webkit dot org [08:46:52] <trungl> trungl-bot: wkcommit 60327 [08:46:54] <trungl-bot> trungl: r60327 eric at webkit dot org: 2010-05-27 Pavel Feldman <pfeldman at chromium dot org> / / Reviewed by Yury Semikhatsky. / / Web Inspector: [REGRESSION] Query parameters are not displayed in the resources headers section. / / https://bugs.webkit.org/show_bug.cgi?id=39848 / / * inspector/front-end/ResourceView.js: / (WebInspector.ResourceView): / (1 more message) [08:47:13] <trungl> trungl-bot: more [08:47:13] <trungl-bot> trungl: (WebInspector.ResourceView.prototype._refreshRequestPayload): [08:48:12] *** tittiatcoke has joined #chromium [08:48:12] *** tittiatcoke has quit IRC [08:48:12] *** tittiatcoke has joined #chromium [08:48:29] *** GeekShadow has quit IRC [08:51:35] <trungl> trungl-bot: fortune [08:51:36] <trungl-bot> trungl: I try not to break the rules but merely to test their elasticity. -- Bill Veeck [08:51:56] <trungl> trungl-bot: fortune [08:51:57] <trungl-bot> trungl: Neil Armstrong tripped. [08:53:49] *** masterov has quit IRC [08:54:33] <jochen__> good morning chromium [08:55:06] *** masterov has joined #chromium [08:56:49] <trungl> 'morning, jochen__ [08:58:53] *** GeekShadow has joined #chromium [08:59:22] *** masterov has quit IRC [09:03:27] *** Bleak has quit IRC [09:11:12] *** twanj has quit IRC [09:16:18] *** MikeSmithW3C has joined #chromium [09:18:00] *** pdelgallego has joined #chromium [09:18:42] *** shepazu has joined #chromium [09:20:06] *** shepazutoo has joined #chromium [09:23:58] *** shepazu has quit IRC [09:26:55] *** trungl-bot has quit IRC [09:27:14] *** trungl-bot has joined #chromium [09:27:52] <trungl> trungl-bot: commits 3 [09:27:55] <trungl-bot> trungl: r48471 fbarchard at chromium dot org: pad yuv additional 15 bytes to allow 16 pixels at a time to be processed without going off end of buffer. // r48470 hbono at chromium dot org: Cancels an ongoing IME composition when receiving an IME_CANCEL_COMPOSITION event on Windows. // r48469 rolandsteiner at chromium dot org: WebKit roll 60327:60341 [09:28:01] <trungl> trungl-bot: treestatus [09:28:02] <trungl-bot> trungl: Tree is open (suspect hang on r48453 was flakiness; we've seen that a few times today) [09:28:12] <trungl> trungl-bot: wkcommits [09:28:14] <trungl-bot> trungl: r60344 morrita at google dot com / r60343 morrita at google dot com / r60342 darin at apple dot com / r60341 eric at webkit dot org / r60340 rolandsteiner at chromium dot org / r60337 eric at webkit dot org / r60332 eric at webkit dot org / r60331 bdakin at apple dot com / r60330 eric at webkit dot org / r60328 darin at apple dot com [09:28:27] <trungl> trunglbot: bug 43210 [09:28:33] *** coyo has quit IRC [09:28:44] <trungl> trungl-bot: bug 43210 [09:28:45] <trungl-bot> trungl: http://crbug.com/43210 -- <select> & javascript problem [09:28:46] <trungl> trungl-bot: halp [09:28:47] <trungl-bot> trungl: Valid commands (use "halp <command>" for more): bug, commit, commits, fortune, halp, help, lkgr, offices, time, treestatus, webkitbug, webkitcommit, webkitcommits [09:29:00] *** coyo has joined #chromium [09:29:08] <trungl> trungl-bot: wkbug 12345 [09:29:08] <trungl> trungl-bot: halp [09:29:10] <trungl-bot> trungl: https://bugs.webkit.org/show_bug.cgi?id=12345 -- REGRESSION: Disabled pop-up text is not grayed out [09:29:11] <trungl-bot> trungl: Valid commands (use "halp <command>" for more): bug, commit, commits, fortune, halp, help, lkgr, offices, time, treestatus, webkitbug, webkitcommit, webkitcommits [09:29:34] *** FullFlannelJacke has quit IRC [09:30:19] *** FullFlannelJacke has joined #chromium [09:30:39] *** Beetny has joined #chromium [09:32:08] *** trungl-bot has quit IRC [09:32:14] *** trungl-bot has joined #chromium [09:32:32] <trungl> 'morning, Chromium [09:32:33] <trungl-bot> trungl: Good morning! [09:32:46] <trungl> Good morning, chromium [09:32:46] <trungl-bot> trungl: Good morning! [09:36:40] *** trungl-bot has quit IRC [09:36:45] *** trungl-bot has joined #chromium [09:37:35] <trungl> Good morning, chromium [09:37:51] *** trungl-bot has quit IRC [09:38:52] <mnissler> trungl: oh, now you can kill it by saying Good morning? :-P [09:38:55] *** stoyan__ has joined #chromium [09:40:28] *** stoyan has quit IRC [09:41:19] <trungl> well, it may have survived, but I noticed an exception [09:42:43] *** jochen__ has quit IRC [09:43:21] *** trungl-bot has joined #chromium [09:45:23] *** trungl-bot has joined #chromium [09:45:36] <trungl> good morning, chromium [09:45:44] *** trungl-bot has quit IRC [09:46:04] *** trungl-bot has joined #chromium [09:46:10] <trungl> good morning chromium [09:46:10] <trungl-bot> trungl: Good morning! [09:46:15] <trungl> good morning trungl-bot [09:46:22] <trungl> trungl-bot: treestatus [09:46:23] <trungl-bot> trungl: Tree is open (suspect hang on r48453 was flakiness; we've seen that a few times today) [09:46:28] <trungl> trungl-bot: commits [09:46:30] <trungl-bot> trungl: r48471 fbarchard at chromium dot org: pad yuv additional 15 bytes to allow 16 pixels at a time to be processed without going off end of buffer. // r48470 hbono at chromium dot org: Cancels an ongoing IME composition when receiving an IME_CANCEL_COMPOSITION event on Windows. // r48469 rolandsteiner at chromium dot org: WebKit roll 60327:60341 // r48468 kinuko at chromium dot org: Create directory if the given (1 more message) [09:46:36] <trungl> trunglbot: time MUC [09:46:53] <trungl> trungl-bot: time MUC [09:46:53] <trungl-bot> trungl: It's 09:47 on Friday at the MUC office. [09:46:59] <trungl> stupid hyphens [09:47:08] <trungl> good morning trungl-bot [09:47:09] <trungl-bot> trungl: Good morning! [09:47:54] <trungl> trungl-bot: commit 48471 [09:47:55] <trungl-bot> trungl: r48471 fbarchard at chromium dot org: pad yuv additional 15 bytes to allow 16 pixels at a time to be processed without going off end of buffer. / BUG=43970 / TEST=play http://fbarchard0-w.ad.corp.google.com/mediatests/Etherworks-WebMadeMovies3BuildingABetterInternet799.ogg with scaling down (CTRL -). Should not crash. / / Review URL: http://codereview.chromium.org/2337001 [09:48:08] *** jochen__ has joined #chromium [09:48:08] *** ChanServ sets mode: +v jochen__ [09:48:12] <trungl> trungl: bug 43970 [09:48:34] <trungl> trungl-bot: bug 43970 [09:48:35] <trungl-bot> trungl: http://crbug.com/43970 -- Crash on http://www.drumbeat.org/ [09:52:24] *** trungl-bot has quit IRC [09:52:30] *** trungl-bot has joined #chromium [09:52:36] <trungl> 'evening, Chromium [09:52:36] <trungl-bot> trungl: Good evening. [09:52:39] <trungl> time TOK [09:52:42] <trungl> trungl-bot: time TOK [09:52:42] <trungl-bot> trungl: It's 16:53 on Friday at the TOK office. [09:52:51] <trungl> hrm, not quite evening yet [09:53:44] <trungl> trungl-bot: time [09:53:44] <trungl-bot> trungl: It's 00:54 on Friday at the MTV office. [09:54:01] <trungl> 'night, trungl-bot. [09:54:01] <trungl-bot> trungl: 'night. [09:54:06] *** trungl has quit IRC [09:56:42] *** rolandsteiner has quit IRC [09:57:52] *** TimothyFitz has quit IRC [09:58:08] <jochen__> trungl-bot: time MUC [09:58:08] <trungl-bot> jochen__: It's 09:58 on Friday at the MUC office. [09:58:13] <jochen__> \o/ [10:02:45] *** rolandsteiner has joined #chromium [10:06:57] *** leeight has joined #chromium [10:07:00] *** leeight has left #chromium [10:11:50] *** JohnDoe2 has joined #chromium [10:15:01] *** FullFlannelJacke has quit IRC [10:19:06] *** zyichi has quit IRC [10:29:13] *** satorux has quit IRC [10:29:21] *** BenL has joined #chromium [10:32:29] *** JohnDoe2 has quit IRC [10:33:43] *** rolandsteiner has quit IRC [10:33:51] *** loislo has joined #chromium [10:35:57] *** FullFlannelJacke has joined #chromium [10:37:53] *** cedricv has quit IRC [10:38:42] *** FullFlannelJacke has quit IRC [10:39:55] *** cedricv has joined #chromium [10:44:51] *** satorux has joined #chromium [10:57:11] <jorlow> ha...wow.... [10:57:14] *** ROBOd has joined #chromium [11:03:14] <jorlow> trungl-bot: hi [11:03:15] <trungl-bot> jorlow: Error: "hi" is not a valid command. [11:03:16] *** rolandsteiner has joined #chromium [11:03:22] <jorlow> trungl-bot: help [11:03:24] <trungl-bot> jorlow: The help command is "halp" (blame thakis for this). [11:03:34] <jorlow> trungl-bot: halp [11:03:35] <trungl-bot> jorlow: Valid commands (use "halp <command>" for more): bug, commit, commits, fortune, halp, help, lkgr, offices, time, treestatus, webkitbug, webkitcommit, webkitcommits [11:04:02] <jorlow> trungl-bot: treestatus [11:04:04] <trungl-bot> jorlow: Tree is open (suspect hang on r48453 was flakiness; we've seen that a few times today) [11:04:16] <jorlow> trungl-bot: halp webkitbug [11:04:17] <trungl-bot> jorlow: Usage: webkitbug <WK_bug_ID> / alias: wkbug [11:04:41] <jorlow> trungl-bot: wkbug 44444 [11:04:42] <trungl-bot> jorlow: Unable to get bug -- does it exist? [11:05:01] <jorlow> trungl-bot: wkbug 39663 [11:05:04] <trungl-bot> jorlow: https://bugs.webkit.org/show_bug.cgi?id=39663 -- Update the style guide re: static member variables and structs [11:12:30] *** zyichi has joined #chromium [11:14:25] *** Adys has quit IRC [11:15:35] *** zyichi has quit IRC [11:15:53] *** zyichi has joined #chromium [11:24:50] *** mseaborn has left #chromium [11:29:50] *** shepazutoo has quit IRC [11:36:17] <jochen__> trungl-bot: halp offices [11:36:17] <trungl-bot> jochen__: Usage: offices [11:36:22] <jochen__> trungl-bot: offices [11:36:22] <trungl-bot> jochen__: Valid offices: AAR, BLD, KIR, LON, MON, MSK, MTV, MUC, NYC, RES, SEA, SMO, STP, SYD, TOK, WAS, WAT, ZUR [11:42:17] *** hbono has quit IRC [11:43:08] *** abarth|afwk is now known as abarth [11:45:51] *** apavlov has joined #chromium [11:49:44] *** hbono has joined #chromium [11:49:47] *** zyichi has left #chromium [11:53:36] *** Zaba has joined #chromium [11:55:58] *** glider has joined #chromium [11:59:36] <glider> trying to clobber the Chromium Builder (dbg) [12:00:07] *** MikeSmithW3C has quit IRC [12:00:16] <glider> um, just forcing the build [12:03:12] *** wers has quit IRC [12:06:03] *** Adys has joined #chromium [12:20:48] *** hbono has quit IRC [12:21:46] *** GeekShadow has quit IRC [12:42:05] *** shepazu has joined #chromium [12:47:52] *** Beetny` has joined #chromium [12:50:16] *** Beetny has quit IRC [12:52:10] *** coyo has quit IRC [12:55:13] *** coyo has joined #chromium [12:57:59] <bulach> glider: yt? [12:58:07] <glider> bulach: yes [12:59:25] <bulach> glider: hi! so, I just enabled layout tests for geolocation, and apparently the webkit_tests failed with an "access is denied" for the log file.. should I wait for the next cycle? try-bots were green.. [13:00:14] <glider> bulach: let's try to restart that build [13:00:57] <bulach> glider: thanks! [13:06:30] <jochen__> trybots hate me big times :( [13:08:28] *** yusukes has left #chromium [13:10:12] *** rolandsteiner has quit IRC [13:13:54] *** tkent has quit IRC [13:16:47] <glider> bulach: looks like the failure is stable [13:17:22] <bulach> glider: ouch... :( I'll revert that change and will try to reproduce it somehow then... thanks! [13:17:38] <glider> bulach: please wait [13:18:02] <glider> bulach: maybe that's the server-side problem [13:18:24] <glider> WindowsError: [Error 5] Access is denied: 'c:\\b\\slave\\webkit-rel\\build\\src\\webkit\\Release\\..\\../../layout-test-results\\error.log-28May2010-030807.txt' [13:19:17] <bulach> glider: yep, that's the one... since I just touched test expectations, I think there's a chance it's related... (although of course, it's green everywhere else..) [13:20:00] *** Kaosevil has joined #chromium [13:23:42] <glider> bulach: the file is in its place, looks like the slash is the problem [13:26:33] <bulach> glider: ahn, ok.. well, my change only added to test_expectations.txt.. not sure how the slashes could've changed :) let me check the previous changes.. [13:28:46] <bulach> glider: do you have the file by any chance? can you send it over? perhaps it was access denied because the test_shell still got a handle to it? [13:30:24] <glider> bulach: yes, | can download it and send to you [13:30:45] <bulach> glider: thanks!! [13:34:53] <glider> bulach: oh, you're right. The access is denied for me as well [13:35:53] *** _rs has joined #chromium [13:36:38] <bulach> glider: a couple of changes before (48475) that bot went purple, so perhaps it left something dodgy? [13:42:42] *** Zedde has quit IRC [13:46:57] *** Zedde has joined #chromium [13:51:05] *** shepazu has quit IRC [13:55:00] *** tonikitoo has quit IRC [13:55:22] *** GeekShadow has joined #chromium [13:56:46] *** kinnetica has quit IRC [14:01:59] <glider> bulach: I've removed the handle -- no problems so far [14:02:57] <bulach> glider: ok, thanks! hopefully it'll make it a happy and green bot.. ;) [14:12:22] <bulach> glider: i'll be right back, feel free to drover my change if needed.. [14:19:36] *** Yon has joined #chromium [14:28:32] *** mofaph_ has joined #chromium [14:29:29] *** Beetny` has quit IRC [14:29:52] *** tonikitoo has joined #chromium [14:35:19] *** wjmaclean_ has joined #chromium [14:36:30] *** General1337 has joined #chromium [14:37:01] *** thomasvl has joined #chromium [14:37:01] *** ChanServ sets mode: +v thomasvl [14:37:23] *** Mizaru[G] has joined #chromium [14:37:55] <mofaph_> hello there, how to find chrome cookie file? i am sorry, i'm not good at English, i am Chinese. [14:39:08] <maruel> mofaph_: ask on #chromium-support [14:39:50] *** Mizaru has quit IRC [14:40:13] *** General13372 has quit IRC [14:48:39] <maruel> bah, I'll let Vista Perf(1) complete [14:50:38] *** taf2 has joined #chromium [14:51:37] *** GeekShado_ has joined #chromium [14:55:40] *** GeekShadow has quit IRC [14:56:29] <maruel> tree is open [15:07:50] <maruel> I'll restart the try server [15:11:57] *** mofaph_ has quit IRC [15:12:19] *** Kaosevil has quit IRC [15:13:51] <thomasvl> maruel: i'm getting a few proxy errors loading waterfall related pages, known? [15:14:06] <maruel> thomasvl: no [15:14:15] *** darwin_ has quit IRC [15:14:23] <thomasvl> ok, i'll keep an eye on it looking for any pattern [15:27:54] *** levu has joined #chromium [15:28:09] *** Ingo has joined #chromium [15:28:11] <Ingo> hallo [15:28:31] *** Ingo has left #chromium [15:29:33] *** Ingo has joined #chromium [15:29:35] <Ingo> hallo [15:31:31] *** brabor has joined #chromium [15:36:38] *** rickspencer3 has joined #chromium [15:39:14] *** levu has left #chromium [15:40:25] *** huckphin has joined #chromium [15:44:11] *** pinkerton has joined #chromium [15:44:11] *** ChanServ sets mode: +v pinkerton [15:49:28] *** br-away is now known as bratsche [15:57:09] *** brabor has quit IRC [16:08:28] *** tittiatcoke has quit IRC [16:12:39] *** tedoc2000 has joined #chromium [16:12:48] *** zyichi has joined #chromium [16:13:36] *** lgombos has quit IRC [16:15:00] *** Yon has quit IRC [16:15:32] *** tittiatcoke has joined #chromium [16:15:33] *** tittiatcoke has quit IRC [16:15:33] *** tittiatcoke has joined #chromium [16:18:53] *** trungl_mbp has joined #chromium [16:21:40] <trungl_mbp> Good morning, Chromium! [16:21:40] <trungl-bot> trungl_mbp: Good morning! [16:21:56] *** trungl_mbp has quit IRC [16:22:13] <Ingo> gm [16:22:22] <Ingo> can someone give me a practical tipp [16:22:35] <Ingo> i switched over from ff but i am missing a HUGE feature [16:23:03] <Ingo> a feature i need every day [16:23:13] <jorlow> Ingo: not the right place [16:23:30] <jorlow> maybe #chromium-support [16:23:41] <Ingo> thanks [16:23:57] *** Ingo has left #chromium [16:27:56] *** rsesek has joined #chromium [16:27:56] *** ChanServ sets mode: +v rsesek [16:29:02] *** bradleymeck_ has joined #chromium [16:34:30] *** shepazu has joined #chromium [16:35:33] *** huckphin has quit IRC [16:36:13] *** trungl_mbp has joined #chromium [16:36:20] *** trungl_mbp is now known as trungl [16:36:20] *** ChanServ sets mode: +v trungl [16:36:50] *** lgombos has joined #chromium [16:38:55] *** shepazu has quit IRC [16:45:52] *** maruel_ has joined #chromium [16:45:52] *** ChanServ sets mode: +v maruel_ [16:46:15] *** Kunalagon has joined #chromium [16:46:18] *** Singularity has quit IRC [16:47:13] *** maruel has left #chromium [16:47:40] *** maruel_ is now known as maruel [16:48:44] *** yutak_home has joined #chromium [16:48:44] *** ChanServ sets mode: +v yutak_home [16:54:09] *** hagabaka has joined #chromium [16:54:31] *** tonyg-cr has joined #chromium [16:54:32] *** ChanServ sets mode: +v tonyg-cr [16:55:17] *** Zedde has quit IRC [16:55:39] *** Zedde has joined #chromium [16:55:56] *** tonyg-cr has quit IRC [16:57:57] <trungl> so silent [17:00:11] <rsesek> holiday weekends mean people are OOO [17:01:20] <trungl> slackers [17:01:44] * trungl wonders what he's doing going to work. [17:01:49] <trungl> oh yeah, interview today [17:01:52] * rsesek too [17:02:12] * rsesek needs to pack for MTV [17:02:33] <trungl> just remember to bring clothing [17:02:48] <rsesek> oh yes, I'll add that to my list [17:02:51] <tedoc2000> heh [17:03:28] <trungl> though going naked may make passing airport security easier [17:03:43] <rsesek> though it could introduce a whole host of other problems [17:03:44] *** dev2_ has joined #chromium [17:03:49] <rsesek> like public indecency tickets [17:04:32] <trungl> but you're clearly not in "public" [17:04:39] <jorlow> rsesek: solution, just stay in SF and work out of the SF office [17:04:39] *** WeedPac has joined #chromium [17:04:51] <trungl> otherwise, you'd have rights and stuff [17:04:55] <rsesek> heh [17:05:03] <jorlow> people wlaking around the city naked is pretty normal [17:05:11] *** dev2 has quit IRC [17:05:15] * trungl can confirm this. [17:05:17] <rsesek> haha [17:05:22] *** dev2_ is now known as dev2 [17:05:38] <jorlow> my parents visited once during the weekend of the folsom street fair [17:05:48] <jorlow> they were a bit troubled [17:05:48] * trungl hasn't seen any naked people in the SF office, however. [17:06:18] <thakis> i'm not sure if this kind of conversation is better than siience [17:06:51] *** huckphin has joined #chromium [17:06:51] <trungl> thakis is such a wet blanket [17:07:16] <trungl> trungl-bot: time LON [17:07:18] <trungl-bot> trungl: It's 16:07 on Friday at the LON office. [17:08:03] <jorlow> trungl-bot: is it time for us in the LON office to go home yet? [17:08:04] <trungl-bot> jorlow: Error: "is" is not a valid command. [17:08:10] <rsesek> trungl-bot: what is the meaning of life? [17:08:11] <trungl-bot> rsesek: Error: "what" is not a valid command. [17:08:13] <rsesek> darn [17:08:40] * trungl should add natural-language recognition.... [17:09:02] <glider> trungl-bot: "valid command" [17:09:03] <trungl-bot> glider: Error: "valid command" is not a valid command. [17:09:10] *** zyichi has left #chromium [17:09:14] <glider> lol [17:09:28] <jorlow> trungl: look what you've done now.... [17:09:51] * trungl blames trungl-bot. [17:09:59] <trungl> Wait till it takes over the world. [17:10:34] *** AaronMT has joined #chromium [17:11:18] *** huckphin has quit IRC [17:14:50] <trungl> trungl-bot: sing a song [17:14:50] <trungl-bot> trungl: No. [17:15:00] <trungl> alas [17:15:03] <rsesek> trungl-bot: "your mom" [17:15:03] <trungl-bot> rsesek: Error: "your mom" is not a valid command. [17:15:05] <rsesek> hehe [17:15:29] <trungl> biab [17:15:31] *** trungl has quit IRC [17:15:38] *** masterov has joined #chromium [17:15:41] *** mrossetti has joined #chromium [17:17:34] *** kcbanner has joined #chromium [17:18:39] <jorlow> trungl-bot: time MTV [17:18:40] <trungl-bot> jorlow: It's 08:19 on Friday at the MTV office. [17:20:09] *** RT|Chatzilla has quit IRC [17:20:58] *** jrmuizel has joined #chromium [17:21:40] * pinkerton starts a build on his win box, expects it to finish about 5pm [17:21:52] <thakis> high expectations [17:23:25] *** sjefen6 has quit IRC [17:23:33] *** jschuh has quit IRC [17:24:13] *** tonyg-cr has joined #chromium [17:24:14] *** ChanServ sets mode: +v tonyg-cr [17:24:34] *** sjefen6 has joined #chromium [17:26:05] *** Venom_X has joined #chromium [17:29:11] *** trungl_away is now known as trungl [17:29:24] <trungl> trungl-bot time TOK [17:29:24] <trungl-bot> trungl: It's 00:29 on Saturday at the TOK office. [17:29:34] <trungl> Saturday in Tokyo! [17:29:38] <trungl> clearly the place to be [17:31:25] <pinkerton> erm [17:31:28] * trungl wonders if pinkerton's Windows box is powered by (lazy) hamsters. [17:31:29] <thakis> trungl-bot: i feel distressed [17:31:30] <trungl-bot> thakis: Error: "i" is not a valid command. [17:31:49] <pinkerton> trungl: sure feels that way [17:31:53] <thakis> trungl: it should pipe unknown commands into some eliza-type program and return that [17:32:08] <thakis> e.g. emacs's doctor [17:32:12] <trungl> file a bug [17:32:28] <thakis> trungl-bot: file-bug you should pipe unknown commands into some eliza-type program and return that [17:32:29] <trungl-bot> thakis: Error: "file-bug" is not a valid command. [17:32:32] <trungl> pinkerton: why is it so slow? what kind of hardware? (not a z600?) [17:32:42] <thakis> i can't! [17:32:45] <pinkerton> it's a dell p390 [17:32:48] <pinkerton> not a z600 [17:32:48] <trungl> oh [17:32:58] <trungl> that explains a lot [17:32:59] <trungl> I think [17:33:04] <maruel> pinkerton: please switch [17:33:21] <maruel> you cost too much to use a 390 :) [17:33:50] <trungl> but dell's web site tells me it's "truly irresistible" [17:33:59] <pinkerton> maruel: in my time, or in earth resources? :) [17:34:07] *** loislo has quit IRC [17:36:01] <thakis> xcode crashes when you try to build two projects at once [17:36:02] <thakis> nice [17:36:32] <trungl> thakis: you didn't know that? [17:36:37] <jorlow> :-) [17:36:48] <maruel> pinkerton: both [17:36:53] <motownavi> I think only if one project depends on the other [17:37:08] <thakis> no, up to now i only had hardware that ignored all input events once i started a single build [17:37:12] <trungl> no, even when they don't, at least the last time I tried [17:37:28] <thakis> so i wasn't able to start a second build [17:37:52] <trungl> clearly you just weren't determined enough [17:37:56] <trungl> you could have scripted it [17:42:21] *** rjsvaljean has joined #chromium [17:42:34] *** rjsvaljean has left #chromium [17:43:30] *** kinnetica has joined #chromium [17:44:13] <trungl> trungl-bot: treestatus [17:44:14] <trungl-bot> trungl: Tree is open ("Linux Tests x64" -> akalin) [17:44:33] * trungl has got to get it to announce the tree status on its own. [17:45:11] <trungl> trungl-bot: fortune [17:45:12] <trungl-bot> trungl: The truth about a man lies first and foremost in what he hides. -- Andre Malraux [17:45:35] <maruel> trungl: let me restart this slave [17:46:25] * trungl wants the twenty-something-female chrome extension to be ported to trungl-bot. [17:51:03] <thakis> oh yes! [17:51:14] * jorlow remembers when he first tried that extension...a couple clicks in, I got a picture of someone "knitting"...not quite the same as pictures of "kittens" [17:51:21] <thakis> it should get a cute picture, convert it to ascii art, and spam the channel with that [17:51:24] <thakis> every 5 min or so [17:57:38] *** darin__ is now known as darin [17:58:22] *** GeekShado_ has quit IRC [17:59:22] *** phajdan-jr has joined #chromium [17:59:23] *** ChanServ sets mode: +v phajdan-jr [18:06:07] *** bradnelson has joined #chromium [18:06:17] *** ansi has joined #chromium [18:06:40] *** glider has quit IRC [18:07:55] *** shreyas has joined #chromium [18:09:10] *** shreyas has quit IRC [18:09:56] <trungl> foo [18:15:18] -trungl- testing [18:15:29] -trungl- foo [18:24:21] *** sbyer has joined #chromium [18:26:35] <maruel> I have a review pending for the sync_unit_tests failures but it'll require a master restart [18:27:56] *** darin is now known as fishd [18:28:11] *** ChanServ sets mode: +v fishd [18:28:17] *** Singularity has joined #chromium [18:30:53] *** phajdan-jr is now known as phajdan-jr|afk [18:33:41] <thakis> can someone review http://codereview.chromium.org/2373003/show real quick? [18:33:52] <thakis> it's just removing an unused file [18:33:56] *** huckphin has joined #chromium [18:34:17] *** mpcomplete has joined #chromium [18:34:18] *** ChanServ sets mode: +v mpcomplete [18:36:41] <thakis> trungl ^ since I know you're around [18:36:49] <trungl> hang on a sec [18:37:00] * thakis hangs on a sec [18:38:50] *** huckphin has quit IRC [18:39:28] <trungl> thakis: what's up with that file, anyway? [18:39:41] <thakis> what do you mean? [18:39:48] <thakis> it's unused [18:40:10] <thakis> render_process_impl.cc is where the action is these days [18:40:17] <trungl> right, [18:40:23] <trungl> that's what I was figuring out [18:40:51] <thakis> updated cl description [18:41:53] *** twanj has joined #chromium [18:42:49] <thakis> trungl: hey, do you know why flash crashes when i try to run it in-process? [18:42:54] <thakis> i'd ask stuart, but he's not here yet [18:43:09] <trungl> thakis: no, but it doesn't surprise me [18:44:37] *** bent-mozilla has joined #chromium [18:45:51] *** zaspire has joined #chromium [18:48:26] *** dhollowa_ has quit IRC [18:50:18] <pinkerton> single-process plugins don't work on mac [18:50:45] <pinkerton> stuart never paid it much attention since it obviously wasn't ever a primary use case [18:50:51] *** inferno-sec has joined #chromium [18:50:59] *** trungl-bot has quit IRC [18:51:13] <pinkerton> thakis: ^^ [18:51:26] * trungl is surprised they work on windows [18:51:29] <trungl> (do they?) [18:51:34] <pinkerton> probably [18:52:19] <thakis> pinkerton: i need to do some patching to get plugins to load in a single process. it's required by the default_plugin test_shell_test, so i was investigating how feasible it is to get them working for that single case [18:52:30] <pinkerton> ah [18:52:32] <thakis> it's not too hard to wire _something_ up that then doesn't really work apparently :-) [18:52:46] <thakis> so i was hoping to get some background information on what might be broken [18:52:55] <pinkerton> i've found that wiring up something that doesn't really work is astoundingly easy [18:55:42] *** csilv_ has joined #chromium [18:58:32] *** WeedPac has quit IRC [18:58:53] *** trungl-bot has joined #chromium [19:00:14] *** trungl-bot has quit IRC [19:00:28] *** crescendo has quit IRC [19:01:41] *** WeedPac has joined #chromium [19:01:53] *** dave_levin has joined #chromium [19:03:19] *** trungl-bot has joined #chromium [19:03:29] *** crescendo__ has quit IRC [19:04:05] *** rickspencer3 has quit IRC [19:04:16] *** AaronMT has quit IRC [19:05:20] *** trungl-bot has quit IRC [19:05:36] *** trungl-bot has joined #chromium [19:07:23] *** trungl-bot has quit IRC [19:07:32] *** trungl-bot has joined #chromium [19:09:49] *** AaronMT has joined #chromium [19:10:11] *** trungl-bot has quit IRC [19:11:52] *** trungl-bot has joined #chromium [19:13:59] *** paul_irish has quit IRC [19:13:59] *** paul_irish_ has joined #chromium [19:14:54] *** trungl-bot has quit IRC [19:15:12] *** trungl-bot has joined #chromium [19:16:56] *** trungl-bot has quit IRC [19:19:05] *** TimothyFitz has joined #chromium [19:22:53] *** trungl-bot has joined #chromium [19:27:04] <fishd> oh dear, install-build-deps.sh is failing me [19:27:17] *** GeekShadow has joined #chromium [19:27:22] *** trungl-bot has quit IRC [19:29:49] <willchan> what's failing? [19:30:15] *** rafaelw has joined #chromium [19:31:46] *** kkania has joined #chromium [19:32:38] *** trungl-bot has joined #chromium [19:34:29] *** trungl-bot has quit IRC [19:34:45] *** trungl-bot has joined #chromium [19:37:47] <kkania> question for any git windows users: does first 'git svn fetch' take a couple days to finish? (I seem to remember it being instant on linux) [19:38:22] <sky__> git feels an order of magnitude slower on windows. [19:39:11] <kkania> ok, although this seems like a couple of orders more [19:43:16] *** jamesr has joined #chromium [19:45:37] *** malavv has joined #chromium [19:46:25] <mpcomplete> bradnelson: fyi i checked in a grd change, so i expect resource-related failures for the next pass [19:49:31] *** Bleak has joined #chromium [19:50:16] <bradnelson> mpcomplete: k [19:50:37] *** jschuh has joined #chromium [19:50:47] <maruel> trungl: you do tree status spamming? [19:51:41] *** xji_ has joined #chromium [19:51:52] *** pkasting__ has joined #chromium [19:52:29] *** bauerb has joined #chromium [19:55:18] *** pkasting_ has quit IRC [19:55:54] *** xji__ has quit IRC [19:56:23] <malavv> Whoo, firs time I see a tree so green [20:00:49] <trungl> maruel: hrm, debugging my bot [20:00:57] <maruel> ok [20:00:59] <trungl> or just spamming for fun [20:01:03] <trungl> one of those two [20:02:51] *** zaspire has quit IRC [20:04:49] *** trungl-bot has quit IRC [20:04:54] *** trungl-bot has joined #chromium [20:05:35] <eglaysher> kkania: git is multiple orders of magnitude slower on windows. [20:05:53] <eglaysher> kkania: also, you should be using our git mirror for the inital clone [20:06:35] <kkania> eglaysher: yes, i am pretty sure i cloned the one in the jail [20:08:11] *** rickspencer3 has joined #chromium [20:18:05] *** trungl-bot has quit IRC [20:26:18] *** inferno-sec has quit IRC [20:26:28] *** kinnetica has quit IRC [20:29:27] *** masterov has quit IRC [20:29:33] *** AaronMT has quit IRC [20:29:58] *** tonyg-cr has quit IRC [20:31:04] *** mihaip has joined #chromium [20:33:30] *** thomasvl has quit IRC [20:36:42] *** robertshield has joined #chromium [20:37:58] *** stevenjb has quit IRC [20:38:08] *** eseidel has joined #chromium [20:38:23] *** pinkerton has quit IRC [20:39:58] *** js2 has joined #chromium [20:42:47] *** js2 has quit IRC [20:43:05] *** js2 has joined #chromium [20:48:10] *** stuartmorgan has joined #chromium [20:48:10] *** ChanServ sets mode: +v stuartmorgan [20:54:07] *** michaeln has joined #chromium [21:00:23] *** trungl-bot has joined #chromium [21:00:32] *** maikmerten has joined #chromium [21:01:33] *** trungl-bot has quit IRC [21:02:02] *** trungl-bot has joined #chromium [21:02:45] *** trungl-bot has quit IRC [21:03:01] *** trungl-bot has joined #chromium [21:03:43] *** trungl-bot has quit IRC [21:05:20] *** eseidel has quit IRC [21:08:50] *** trungl-bot has joined #chromium [21:09:45] <trungl-bot> foo [21:09:51] *** trungl-bot has quit IRC [21:11:59] *** trungl-bot has joined #chromium [21:12:46] -trungl-bot- Tree status changed: closed -- restarting master x [21:12:57] <akalin> a helpful bot! [21:13:22] <trungl> oh, come on [21:13:28] <trungl> it has plenty of useful stuff [21:13:33] <akalin> what [21:13:37] <trungl> trungl-bot: halp [21:13:37] <trungl-bot> trungl: Valid commands (use "halp <command>" for more): bug, commit, commits, fortune, halp, help, lkgr, offices, time, treestatus, webkitbug, webkitcommit, webkitcommits [21:13:39] <akalin> i wasn't being sarcastic [21:13:40] <trungl> trungl-bot: commits [21:13:44] <trungl-bot> trungl: r48507 kbr at google dot com: In some circumstances the O3D plugin is briefly resized to zero height, // r48506 zhurunz at google dot com: Sync to latest breakpad which doesn't have deps on libglog. // r48505 zelidrag at chromium dot org: File browser crash fix. // r48504 willchan at chromium dot org: Remove assertion on correct NetworkChangeNotifierLinux cleanup. // r48503 mpcomplete at chromium dot org: First pass at (1 more message) [21:13:51] <trungl> trungl-bot: commit 48507 [21:13:52] -trungl-bot- Tree status changed: closed -- restarting master [21:13:54] <trungl-bot> trungl: r48507 kbr at google dot com: In some circumstances the O3D plugin is briefly resized to zero height, / causing the Core Graphics rendering backend to request a zero-height render / target. base::bits::Log2Ceiling returns -1 for a zero input which was being / translated to a huge unsigned integer value, leading to an assertion / failure. Verified with submitter's use case. / / BUG=none / (1 more message) [21:14:01] <trungl> trungl-bot: more [21:14:02] <trungl-bot> trungl: TEST=none / / Review URL: http://codereview.chromium.org/2377002 [21:14:06] <trungl> trungl-bot: bug 12345 [21:14:07] <rsesek> trungl-bot: bug [21:14:08] <trungl-bot> trungl: http://crbug.com/12345 -- chrome does not shine [21:14:09] <trungl-bot> rsesek: bug takes exactly one argument; try using "halp" [21:14:17] <akalin> trungl-bot: bug 1 [21:14:18] <trungl-bot> akalin: Oops, unable to find title in bug. [21:14:23] <akalin> trungl-bot: bug 2 [21:14:25] <rsesek> trungl-bot: bug 533 [21:14:29] <trungl-bot> akalin: http://crbug.com/2 -- Testing if chromium id works [21:14:31] <trungl-bot> rsesek: http://crbug.com/533 -- The google chrome fails to initialize gives The application failed to initalize properly error(0xc0000005) error [21:14:31] <trungl> now now, people [21:14:35] *** mpcomplete has quit IRC [21:14:43] <trungl> trungl-bot: webkit-commits [21:14:45] <rsesek> you shouldn't give us toys if we can't play with them [21:14:49] <trungl-bot> trungl: r60372 cfleizach at apple dot com / r60371 chang.shu at nokia dot com / r60370 abarth at webkit dot org / r60369 abarth at webkit dot org / r60368 cfleizach at apple dot com / r60367 treat at webkit dot org / r60366 cfleizach at apple dot com / r60365 mnaganov at chromium dot org / r60364 eric at webkit dot org / r60363 eric at webkit dot org [21:14:49] <rsesek> ;) [21:15:05] <trungl> trungl-bot: webkit-commit 60372 [21:15:06] <trungl-bot> trungl: r60372 cfleizach at apple dot com: Build fix. No review. / / AX: need to catch NSAccessibilityExceptions in DRT / https://bugs.webkit.org/show_bug.cgi?id=39881 / / It looks like Tiger doesn't like seeing a NSMakeRange inside a @try. / / * DumpRenderTree/mac/AccessibilityUIElementMac.mm: / (AccessibilityUIElement::rowIndexRange): / (AccessibilityUIElement::columnIndexRange): / (1 more message) [21:15:10] <rsesek> trungl-bot: offices [21:15:11] <trungl-bot> rsesek: Valid offices: AAR, BLD, KIR, LON, MON, MSK, MTV, MUC, NYC, RES, SEA, SMO, STP, SYD, TOK, WAS, WAT, ZUR [21:15:17] <trungl> trungl-bot: wkbug 39881 [21:15:19] <trungl-bot> trungl: https://bugs.webkit.org/show_bug.cgi?id=39881 -- AX: need to catch NSAccessibilityExceptions in DRT [21:15:45] <trungl> trungl-bot: time LON [21:15:45] <trungl-bot> trungl: It's 20:16 on Friday at the LON office. [21:15:54] <trungl> and they're not around [21:15:55] <trungl> slackers! [21:16:38] <trungl> I think trungl-bot is more useful than me [21:16:46] <trungl> trungl-bot: fortune [21:16:48] <trungl-bot> trungl: Advertising may be described as the science of arresting the human intelligence long enough to get money from it. [21:16:54] <rsesek> heh [21:17:15] *** bauerb has quit IRC [21:17:22] *** bauerb has joined #chromium [21:17:36] <akalin> you should make trungl-bot auto-revert breaking commits [21:18:00] <rsesek> you should also make trung-bot bring us coffee [21:18:03] <trungl> maybe I'll give it the ability to revert sometime soon [21:18:07] <rsesek> and fix our bugs [21:18:10] <dhollowa> or clobber when a .grd change is committed [21:19:31] <akalin> this is how the machines take over [21:19:32] <akalin> D: [21:20:19] <dhollowa> Is it because the machines take over that you came to me? [21:20:36] <akalin> D: [21:20:41] <robertshield> trungl-bot: what is the meaning of life? [21:20:41] <trungl-bot> robertshield: Error: "what" is not a valid command. [21:21:06] <dhollowa> Why do you say what is the meaning of life? [21:21:17] <rsesek> robertshield: I tried that this morning, but it's still hasn't found out, I guess [21:21:21] <Tommi2> trungl-bot: fame [21:21:22] <trungl-bot> Tommi2: Error: "fame" is not a valid command. [21:21:33] <Tommi2> trungl-bot: fortune [21:21:35] <trungl-bot> Tommi2: Causes moderate eye irritation. [21:21:36] <robertshield> Why do you say why do you say what is the meaning of life? [21:22:12] <robertshield> :) [21:22:30] <Tommi2> trungl-bot: help [21:22:30] <trungl-bot> Tommi2: The help command is "halp" (blame thakis for this). [21:22:56] <dhollowa> M-x doctor, <pastes> <ret> <ret> [21:23:07] <dhollowa> emacs never fails to please. ;-) [21:23:28] <Tommi2> trungl-bot: halp! (sigh) [21:23:29] <trungl-bot> Tommi2: Error: "halp!" is not a valid command. [21:23:37] <Tommi2> trungl-bot: halp [21:23:38] <trungl-bot> Tommi2: Valid commands (use "halp <command>" for more): bug, commit, commits, fortune, halp, help, lkgr, offices, time, treestatus, webkitbug, webkitcommit, webkitcommits [21:24:14] <thakis> trungl: could the "bug" command also return the status of a bug? [21:24:24] <trungl> I suppose [21:24:40] <thakis> trungl: and halp! of course needs to be an alias for halp [21:25:13] <thakis> it also needs a free-pony command [21:25:16] <trungl> thakis: you're so demanding [21:25:41] <Tommi2> trungl-bot: bug trungl for free-pony [21:25:42] <trungl-bot> Tommi2: Error: 'trungl' is not a valid integer. [21:25:48] <Tommi2> I knew that [21:26:12] <dhollowa> but he's quite a number! [21:26:17] <thakis> what, it can't implicitly convert names to numbers? [21:26:18] *** Boots_ has quit IRC [21:27:34] *** eseidel has joined #chromium [21:28:56] <trungl> dhollowa: but what number? [21:29:14] <thakis> maybe a 5 [21:30:11] <dhollowa> trungl: definitely irrational, possibly transcendental [21:33:13] *** trungl-bot has quit IRC [21:33:20] *** trungl-bot has joined #chromium [21:33:43] <trungl> trungl-bot: bug 12345 [21:33:44] <trungl-bot> trungl: Sorry, mysterious failure. :( [21:33:47] <trungl> d'oh [21:33:53] *** trungl-bot has quit IRC [21:33:54] <maruel> restarting dead slaves [21:35:29] *** trungl-bot has joined #chromium [21:35:35] <trungl> trungl-bot: bug 12345 [21:35:36] <trungl-bot> trungl: http://crbug.com/12345 (WontFix) -- chrome does not shine [21:35:48] <trungl> trungl-bot: bug 43210 [21:35:50] <trungl-bot> trungl: http://crbug.com/43210 -- <select> & javascript problem [21:36:07] *** kkania has quit IRC [21:36:39] <trungl> crap [21:36:41] *** trungl-bot has quit IRC [21:38:04] *** bent-mozilla has quit IRC [21:39:43] *** mihaip has quit IRC [21:39:44] *** eseidel has quit IRC [21:39:49] *** mihaip has joined #chromium [21:40:26] *** trungl-bot has joined #chromium [21:40:32] <trungl> trungl-bot: bug 12345 [21:40:33] <trungl-bot> trungl: http://crbug.com/12345 -- chrome does not shine [21:40:36] *** mihaip has quit IRC [21:40:36] <trungl> d'oh [21:41:20] *** mihaip has joined #chromium [21:43:15] *** trungl-bot has quit IRC [21:43:34] *** trungl-bot has joined #chromium [21:44:07] <trungl> bug 12345 [21:44:14] <trungl> not psychic [21:44:19] <trungl> trungl-bot: bug 12345 [21:44:21] <trungl-bot> trungl: http://crbug.com/12345 (WontFix) -- chrome does not shine [21:44:28] <trungl> trungl-bot: bug 43210 [21:44:29] <trungl-bot> trungl: http://crbug.com/43210 (Unconfirmed) -- <select> & javascript problem [21:44:54] *** tittiatcoke has quit IRC [21:46:24] <thakis> trungl: another 20 minutes well spent! [21:46:47] <trungl> it's all your fault [21:48:01] *** bent-mozilla has joined #chromium [21:50:13] *** Beetny has joined #chromium [21:50:13] *** mihaip has quit IRC [21:50:42] *** mihaip has joined #chromium [21:51:07] *** glider has joined #chromium [21:52:02] *** glider has quit IRC [21:52:10] *** kkania has joined #chromium [21:55:49] *** tittiatcoke has joined #chromium [21:59:33] -trungl-bot- Tree status changed: open (go slow...) [22:01:01] *** asargent has joined #chromium [22:01:01] *** ChanServ sets mode: +v asargent [22:04:32] *** mihaip has quit IRC [22:05:40] *** dmaclach has joined #chromium [22:06:05] *** tonyg-cr has joined #chromium [22:06:05] *** ChanServ sets mode: +v tonyg-cr [22:07:47] *** stuartmorgan has quit IRC [22:08:00] <akalin> trungl-bot: bug 666 [22:08:03] <trungl-bot> akalin: http://crbug.com/666 (Fixed) -- Silverlight Bug, Don't Run Exacly in Google Chrome [22:10:09] <thakis> linux folks: how do i built chrome in 32bit mode? [22:10:32] <thakis> trungl-bot: bug 888i [22:10:32] <trungl-bot> thakis: Error: '888i' is not a valid integer. [22:10:51] <thakis> trungl-bot: bug 0x1234 [22:10:52] <trungl-bot> thakis: http://crbug.com/4660 (Unconfirmed) -- Chrome does not always open properly when starting it from a link clicked [22:10:55] <thakis> hah [22:11:05] <thakis> trungl-bot: bug 08 [22:11:06] <trungl-bot> thakis: Error: '08' is not a valid integer. [22:11:42] -trungl-bot- Tree status changed: Tree is closed (Automatic: "net_unittests" on "Modules Mac10.5 (dbg)" from 48515: asargent at chromium dot org, fbarchard at chromium dot org) [22:11:46] <thakis> trungl-bot: 0b0101 [22:11:46] <trungl-bot> thakis: Error: "0b0101" is not a valid command. [22:11:52] <thakis> trungl-bot: bug 0b0101 [22:11:58] <trungl-bot> thakis: http://crbug.com/5 (WontFix) -- Java not working yet [22:12:22] <thakis> looks like trungl-bot is running python 3 [22:12:40] <thakis> linux folks: how do i built chrome in 32bit mode? [22:12:48] -trungl-bot- Tree status changed: open (probably spurious...) [22:12:54] *** Bleak has left #chromium [22:12:58] <willchan> thakis: get a 32 bit machine [22:13:04] <thakis> :-( [22:13:10] <willchan> or set target_arch [22:13:16] <willchan> ia32 [22:13:23] <willchan> it's a gyp variable [22:13:42] <thakis> i.e. [22:13:53] <thakis> GYP_DEFINES=target_arch=ia32 gclient runhooks [22:13:53] <thakis> ? [22:15:46] <willchan> thakis: that sounds right to me. i actually use ~/.gyp/include.gypi, but i think your way is probably better. [22:16:07] <willchan> i just never remember what the env variable is supposed to be [22:16:09] <thakis> do i need to clobber out/Debug/obj.target afterwards, or is the build smart enough? [22:16:16] <willchan> build is not smart enough [22:16:24] <mattm_g_> yeah, that's the right var [22:16:33] <thakis> sadness [22:16:36] <mattm_g_> Build has been smart enough for me [22:16:43] <willchan> oh really? [22:16:50] <willchan> ok [22:17:30] <willchan> i thought i remember dean/evan talking about the make generator not using a separate output dir for different arch types, so this would be broken, but i haven't actually tried [22:17:34] <willchan> and that was a long time ago [22:18:36] <mattm_g_> Hm, well I don't tihnk it uses a separate dir, but it does use the build command line as one of the dependency inputs [22:18:44] *** pdelgallego has quit IRC [22:18:46] <mattm_g_> so it should rebuild everything when you change [22:19:06] <willchan> i see, ok [22:20:43] *** pdelgallego has joined #chromium [22:25:07] *** paul_irish_ is now known as paul_irish [22:25:25] *** kkania has quit IRC [22:26:51] <thakis> jamesr: ping [22:26:56] <jamesr> pong [22:27:14] <jamesr> thakis: you have some timing, i just sat down [22:27:33] <thakis> jamesr: http://crbug.com/43958 [22:27:50] <thakis> jamesr: ideas why this might happen on mac but not on windows, given the comments i added? [22:28:17] *** rsesek1 has joined #chromium [22:28:26] <jamesr> thakis: maybe, i was in this code pretty recently. paging back in... [22:28:42] <thakis> also, can you check if this bug happens in safari/win? [22:29:02] <jamesr> thakis: safari uses the platformWidget() codepath [22:29:07] <jamesr> on mac [22:29:29] <jamesr> i would think safari/win matches chrome, lemme fire up a vm [22:30:06] *** kkania has joined #chromium [22:31:01] <thakis> jamesr: so, why would this happen in chrome/mac but not chrome/linux? [22:31:19] <jamesr> thakis: that is a mystery [22:31:38] <thakis> ok, i'll look into that then [22:31:47] *** rsesek has quit IRC [22:33:04] <jamesr> thakis: safari/win works (one scroll event per scroll) [22:33:21] <thakis> weird [22:38:26] *** jamesr_ has joined #chromium [22:39:15] *** jamesr has quit IRC [22:39:44] *** jamesr has joined #chromium [22:40:27] *** maikmerten has quit IRC [22:41:03] *** eseidel has joined #chromium [22:42:17] <jamesr> thakis: fwiw, i'm pretty sure this bug existed before http://trac.webkit.org/changeset/58615 [22:42:24] *** mpcomplete has joined #chromium [22:42:24] *** ChanServ sets mode: +v mpcomplete [22:42:26] <jamesr> thakis: given that i saw the bug while trying to make repro cases for the bug that patch was for [22:44:43] *** ROBOd has quit IRC [22:52:17] *** dpranke has joined #chromium [22:52:17] *** ChanServ sets mode: +v dpranke [22:56:50] *** kkania has quit IRC [22:56:56] *** ansi has quit IRC [22:57:16] *** tonikitoo has quit IRC [22:59:56] <rsesek1> have a good weekend, all. mtv: see you next week [23:00:01] *** rsesek1 has quit IRC [23:03:35] <akalin> maruel: thanks for getting sync_unit_tests working on all platforms! [23:04:04] *** masterov has joined #chromium [23:06:57] *** masterov has quit IRC [23:07:28] *** masterov has joined #chromium [23:09:24] *** Catfish_Man has joined #chromium [23:10:18] <Catfish_Man> hi folks; question for any Mac chrome people around. In http://src.chromium.org/viewvc/chrome/trunk/src/base/process_util_mac.mm?view=markup you're accessing CFAllocator's context directly instead of using CFAllocatorGetContext. Is there a reason for that? It's not safe at all [23:11:00] *** mrossetti has quit IRC [23:18:31] -trungl-bot- Tree status changed: open [23:20:10] <jamesr> thakis: you know the answer to Catfish_Man's q? [23:20:39] <thakis> jamesr: i don't [23:20:55] <thakis> Catfish_Man: i assume there's no reason for that, let me check `git blame` [23:21:04] <Catfish_Man> thakis: thanks :) [23:21:21] <jamesr> i'll bet one of those already-home-and-drunk east coast mac weenies knows the answer [23:21:35] <thakis> probably motownavi [23:21:49] <Catfish_Man> I suppose I should go file a bug on changing it [23:22:29] <thakis> Catfish_Man: added in http://codereview.chromium.org/1039007 , tweaked in http://codereview.chromium.org/2131010 [23:23:32] <thakis> Catfish_Man: done for http://crbug.com/12673 [23:23:49] <Catfish_Man> I 403 on that url [23:23:55] <Catfish_Man> security bug? [23:24:05] <thakis> hm, no [23:24:30] <jamesr> it's marked private [23:24:37] <thakis> Catfish_Man: try again, in unprivated it [23:25:01] <thakis> Catfish_Man: if you file a bug, give me the # and i'll cc the right peopel [23:25:07] <thakis> people, even [23:27:33] <thakis> piman_: that was quick. thanks :-) [23:28:33] <sky__> Why are link times horrific on windows all of a sudden? I keep getting full links. [23:28:41] <trungl> trungl-bot: bug 12673 [23:28:42] <trungl-bot> trungl: http://crbug.com/12673 (Verified) -- OOM should crash browser/renderer immediately on OSX. [23:28:50] * thakis always confuses horrific and terrific [23:29:05] <thakis> trungl: it's no longer private. try with a private bug [23:29:06] <sky__> Did someone add the MAKE_SLOW_LINK time flag for windows or something? [23:29:15] <thakis> trungl: maybe trungl-bot leaks information about private bugs [23:29:22] <trungl> seems unlikely [23:29:27] <trungl> thakis: suggest a private bug [23:29:34] * trungl wonders if he can see private bugs himself. [23:29:50] <thakis> trungl: pick one http://code.google.com/p/chromium/issues/list?can=2&q=label:private&colspec=ID+Stars+Pri+Area+Feature+Type+Status+Summary+Modified+Owner+Mstone+OS&x=mstone&y=area&cells=tiles [23:30:32] *** masterov has quit IRC [23:30:41] -trungl-bot- Tree status changed: Tree is closed (Automatic: "compile" on "Chromium Builder" from 48527: kkania at chromium dot org) [23:30:41] <trungl> trungl-bot: bug 26003 [23:30:43] <trungl-bot> trungl: Oops, unable to find title in bug. [23:30:54] <trungl> so there [23:31:07] <Catfish_Man> thakis: filed http://code.google.com/p/chromium/issues/detail?id=45362 :) [23:31:12] <trungl> trungl-bot: commit 48527 [23:31:15] <trungl-bot> trungl: r48527 kkania at chromium dot org: Add chrome frame tests for common navigation cases to ensure IE still works. / BUG=none / TEST=none / Review url: http://codereview.chromium.org/2173002 / Review URL: http://codereview.chromium.org/2374002 [23:32:09] <trungl> trungl-bot: bug 45362 [23:32:11] <trungl-bot> trungl: http://crbug.com/45362 (Untriaged) -- Please use CFAllocatorGetContext instead of mucking around in private state [23:32:42] <thakis> Catfish_Man: ccd people. is this urgent? if not, i'll just wait for them to respond (next tuesday) [23:32:42] -trungl-bot- Tree status changed: closed (--> kkania) [23:32:58] *** skydrome has quit IRC [23:33:01] <Catfish_Man> thakis: that's fine [23:33:06] <thakis> cool [23:33:12] *** skydrome has joined #chromium [23:33:16] <thakis> thanks for the notice :-) [23:33:19] <Catfish_Man> np [23:33:44] -trungl-bot- Tree status changed: closed (reverting) [23:34:53] <trungl> if only trungl-bot could revert [23:34:56] <motownavi> Catfish_Man: yes [23:35:07] <motownavi> so you can get the "context" via CFAllocatorGetContext [23:35:11] * trungl isn't brave enough to give it real power yet. [23:35:15] <motownavi> but that gets you a copy of the allocator pointers [23:35:25] <motownavi> you can change those all you want with no effect [23:35:32] <motownavi> yes, what we do is insane and dangerous [23:35:34] <motownavi> but it works [23:35:44] <motownavi> (I wrote it; ask me any questions you have) [23:35:45] <trungl> we like to live dangerously [23:36:03] <trungl> motownavi needs a motownavi-bot to answer all questions [23:36:03] <Catfish_Man> motownavi: no, it doesn't work [23:36:09] <Catfish_Man> it works on 10.6 :/ [23:36:17] <motownavi> Please be more specific [23:36:25] <motownavi> unit tests seemed to work on 10.5 [23:36:31] <Catfish_Man> NDA prevents me from describing exactly what system it doesn't work on :( [23:36:37] * Catfish_Man works on the Foundation/CF team at Apple [23:36:38] <motownavi> oooooh [23:37:24] <motownavi> we got a hint about the zone allocators being protected on that system [23:37:34] <motownavi> but no wind about the CFAllocators [23:37:41] <trungl> ah, mysteries [23:37:51] <motownavi> Catfish_Man, can we talk at wwdc? Can you obliquely hint to me what we need to do? [23:38:10] <Catfish_Man> motownavi: yeah, I'll be at the cocoa labs, and hanging around the various gatherings after [23:38:31] <motownavi> Who should I be looking for? Or will they know who "catfish man" is? [23:38:42] <Catfish_Man> hah, well, they will, but names are probably better. I'm David Smith [23:38:56] <trungl> "/whois Catfish_Man" [23:39:02] <trungl> unless he's lying about his name [23:39:10] <motownavi> trungl: I'm slow, it's Friday [23:39:18] <motownavi> do you know your schedule yet? [23:39:21] <Catfish_Man> motownavi: I need to read up on this more to figure out what should be done. It's not really my area, I just volunteered to relay it to the outside world 'cause I've been involved in webkit stuff more [23:39:26] <trungl> trungl-bot: time NYC [23:39:26] <trungl-bot> trungl: It's 17:39 on Friday at the NYC office. [23:39:33] <trungl> clearly time for beer [23:39:39] <trungl> (or other alcohol) [23:39:50] <motownavi> Catfish_Man: Thanks. [23:39:50] <eglaysher> trungl: still two hours till beer time for us though [23:39:58] <trungl> alas [23:40:05] <motownavi> We're trying to die on OOM but it's non-obvious how to do so [23:40:12] <trungl> some people have fridges with beer [23:40:53] * Catfish_Man pulls up CFAllocatorGetContext and starts reading [23:41:38] <thakis> motownavi: there's a SetDefaultAllocator function, isn't that enough? [23:41:52] <motownavi> If they use the default allocator [23:41:58] <motownavi> we want to cover all the bases [23:43:04] <thakis> motownavi: but you're only changing the functions of kCFAllocatorSystemDefault [23:43:10] <thakis> which SetDefault presumably replaces [23:43:30] *** cirwin has joined #chromium [23:43:32] <motownavi> a) no I'm not only changing that allocator's functions, and b) SetDefault doesn't replace that. [23:43:38] <motownavi> Please reread the code. [23:43:40] *** cirwin has left #chromium [23:43:47] <thakis> ok ok :-) [23:43:52] -trungl-bot- Tree status changed: open [23:44:06] <motownavi> sorry, misread what you wrote [23:44:30] <motownavi> sorry, misread again. you are incorrect [23:44:33] <thakis> :-) [23:44:48] <motownavi> "systemdefault" is the default allocator if no other default is set [23:44:59] <motownavi> when you set a default it's used instead of systemdefault [23:45:12] <motownavi> but there is a systemdefault constant to bypass the set default if you want to [23:45:49] *** roc has joined #chromium [23:47:22] <thakis> trungl: the "tree is open" notifications make my `while $(git cl tree | grep closed); do sleep 10; done; git cl dcommit -f` trick less useful [23:48:29] <thakis> bradnelson: i'm afk for 1h or so, revert me if i broke something [23:52:27] *** eseidel has quit IRC [23:52:38] <bradnelson> thakis: k [23:53:13] <Catfish_Man> motownavi: ok, I don't see an obvious way to do what you need. I think we'll have to talk to Chris about it at WWDC [23:53:34] *** ansi has joined #chromium [23:54:33] <motownavi> Catfish_Man: :( understood. [23:54:46] <Catfish_Man> motownavi: one thing that occurs to me is that if you're willing to sacrifice a security feature on unreleased systems, you could guard that behavior with an OS version check [23:54:46] <motownavi> (Which Chris? Espinosa? He's devtools, right?) [23:54:50] <Catfish_Man> Chris Kane [23:54:54] <motownavi> oh [23:55:34] <motownavi> hmmm.... I'll file a bug and talk about it on Tuesday. It might be preferable to crash than have a weakness. [23:56:48] *** skydrome has quit IRC [23:56:58] *** skydrome has joined #chromium [23:57:11] <motownavi> But thanks for tracking us down and reaching out. I appreciate your interest in helping. [23:58:40] <Catfish_Man> hopefully we'll be able to figure something out :)