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

[00:05:46] *** amstan has joined #chromium
[00:06:23] *** ishermandom has quit IRC
[00:12:18] *** moblin_ has quit IRC
[00:13:02] *** ishermandom has joined #chromium
[00:15:58] *** clamiax has quit IRC
[00:17:42] *** Bleak has quit IRC
[00:33:16] <thakis> jamesr: where's webkit's String type defined?
[00:34:11] *** jrmuizel has quit IRC
[00:34:13] <jamesr> hah!
[00:34:17] <jamesr> what rev?
[00:34:57] <jamesr> thakis: old answer: WebCore/platform/text/PlatformString.h
[00:35:15] <thakis> jamesr: ToTish
[00:35:33] <jamesr> new answer: that is just a forwarding header for JavaScriptCore/wtf/text/WTFString.h
[00:35:33] *** hlv has joined #chromium
[00:35:50] <jamesr> it's bounced back and forth a lot in the past ~week
[00:35:55] <jamesr> lots of check ins to move it and reverts
[00:35:59] <jamesr> but it's one of those two files
[00:36:59] <thakis> jamesr: that works, thanks
[00:38:46] *** Venom_X has quit IRC
[00:39:05] *** agota has quit IRC
[00:40:07] *** ishermandom has quit IRC
[00:45:54] <js2> nsylvain: can you guys share the code you're using to run symstore?
[00:46:48] <js2> i presume you're running it from some internal windows buildbots; i don't see any evidence of it in the publicly available stuff.
[00:47:55] *** andybons has quit IRC
[00:49:28] *** ishermandom has joined #chromium
[00:49:52] *** hlv has quit IRC
[00:56:07] *** apatrick_ has joined #chromium
[00:57:55] *** dale1v has joined #chromium
[00:57:55] *** dale1v has joined #chromium
[01:00:27] *** Bleak has joined #chromium
[01:01:18] *** tonikitoo has joined #chromium
[01:01:19] *** ukai_ has quit IRC
[01:01:53] *** hlv has joined #chromium
[01:04:39] *** janm has quit IRC
[01:07:07] *** rohitrao has joined #chromium
[01:07:07] *** ChanServ sets mode: +v rohitrao
[01:07:24] *** dglazkov has quit IRC
[01:12:30] *** hlv has quit IRC
[01:15:41] *** bent-mozilla has quit IRC
[01:18:23] *** kinnetica_ has joined #chromium
[01:19:55] *** kinnetica has quit IRC
[01:19:55] *** kinnetica_ is now known as kinnetica
[01:20:14] *** yutak_home has joined #chromium
[01:20:14] *** ChanServ sets mode: +v yutak_home
[01:23:35] *** Ruetobas has quit IRC
[01:25:03] *** Ruetobas has joined #chromium
[01:25:10] *** rohitrao has quit IRC
[01:30:14] *** hbono has quit IRC
[01:34:07] <thakis> ARGH I DIDNT MEAN TO HIT CMD Q
[01:35:31] *** roc has quit IRC
[01:35:32] * willchan is happy linux chromium doesn't suport ctrl-q
[01:35:56] <thakis> bah, that's of course even worse :-)
[01:36:44] <willchan> man, i'd have accidentally closed my browser so many times if we supported it.  i know some people like it, but they're heathens and probably use emacs too.
[01:37:04] <wr|> emacs doesn't support ctrl-q
[01:37:23] <willchan> i wouldn't know that :P
[01:37:29] <wr|> now you do :)
[01:37:46] *** dmaclach has quit IRC
[01:38:27] *** roc has joined #chromium
[01:38:57] <wr|> but why would you accidentally hit ctrl-q if you hate it so much?
[01:40:37] <willchan> q happens to be next to w
[01:40:47] <willchan> on qwerty keyboards
[01:41:34] *** roc has quit IRC
[01:45:15] <wr|> ok. I agree. chrome shouldn't support ctrl-q.
[01:46:05] <stuartmorgan> thakis: why don't you remap it in System Prefs?
[01:47:26] <thakis> stuartmorgan: because sometimes i like to quit chrome
[01:47:36] <stuartmorgan> thakis: add shift
[01:48:06] <thakis> stuartmorgan: but what would i complain about then?
[01:48:19] <stuartmorgan> Activity Monitor listings?
[01:49:27] *** Ruetobas has quit IRC
[01:49:34] *** Ruetobas has joined #chromium
[01:50:44] <thakis> :-D
[01:53:36] *** johnny_g_ has joined #chromium
[01:55:26] *** rsesek has quit IRC
[01:56:28] *** mpcomplete has quit IRC
[01:57:22] *** johnny_g_ has quit IRC
[01:57:27] *** johnny_g_ has joined #chromium
[01:57:34] *** johnny_g has quit IRC
[01:57:34] *** johnny_g_ is now known as johnny_g
[01:59:37] *** mpcomplete has joined #chromium
[01:59:37] *** ChanServ sets mode: +v mpcomplete
[02:00:39] <thakis> jamesr: who's a good reviewer for https://bugs.webkit.org/show_bug.cgi?id=39092 ?
[02:00:47] <thakis> it's a tiny patch
[02:01:05] <thakis> and consists mostly of copying over EditorMac.mm from editing/mac
[02:01:25] *** markmentovai has quit IRC
[02:03:47] <jamesr> why copy?
[02:03:52] <jamesr> can the logic go somewhere shared?
[02:04:14] <jamesr> i don't see anything chromium specific in the patch other than the path
[02:05:27] *** tripelb has quit IRC
[02:07:19] <jamesr> thakis: ^^
[02:07:42] <thakis> jamesr: there's stuff in EditorMac that we don't want in chromium
[02:07:50] <thakis> jamesr: seems simpler wrt gyp too
[02:08:49] <thakis> jamesr: if there's precedent of files that started as FooMac and then got used in mac and chromium/mac ports, point me to it, and i'll do that
[02:09:43] *** inferno-sec has quit IRC
[02:10:57] *** _rs has quit IRC
[02:11:37] <motownavi> thakis: all the theme stuff :(
[02:11:43] <motownavi> clones of the Mac theme stuff
[02:12:06] *** jrmuizel has joined #chromium
[02:12:10] <thakis> so that's a vote for copying :-P
[02:12:25] <motownavi> If you do copy, make sure to note it in the code
[02:12:30] <thakis> it's not a lot of code, so i don't feel too bad. then again, it's calling spis, so sharing the code would be nicer
[02:12:30] <motownavi> so that it can be updated
[02:12:33] <thakis> motownavi: good point
[02:12:52] <motownavi> by the millions of devs after you whose life you made hell
[02:12:53] *** yutak_home has quit IRC
[02:12:55] <motownavi> :P
[02:14:13] *** iPac has quit IRC
[02:18:49] *** stuartmorgan has quit IRC
[02:19:17] *** jlouie has quit IRC
[02:19:23] <pkasting> How do I get a TabContents* if I have a NavigationEntry
[02:19:35] *** iPac has joined #chromium
[02:19:45] <pkasting> There must be some way
[02:20:50] *** sbyer has left #chromium
[02:24:20] <thakis> NavigationEntry entry; TabContents* contents = (TabContents*)(&entry ^ rand()); pray
[02:25:23] <pkasting> LOL
[02:25:28] <pkasting> nm, though, I found another way
[02:26:54] *** lianj has quit IRC
[02:27:16] <jamesr> thakis: just split the shared bits out into new files?
[02:27:38] <thakis> jamesr: where would that file go
[02:27:40] <thakis> ?
[02:27:44] <jamesr> i dunno
[02:27:53] <jamesr> you ask all these questions
[02:28:11] <jamesr> hrm
[02:28:27] <jamesr> the file feels a little misplaced to begin with
[02:28:54] *** lianj has joined #chromium
[02:31:56] *** ishermandom has quit IRC
[02:34:29] *** jschuh_ has joined #chromium
[02:35:26] *** johnny_g has quit IRC
[02:36:13] *** masterov has joined #chromium
[02:36:27] *** jschuh_ has quit IRC
[02:37:52] *** tonyg-cr has quit IRC
[02:38:27] *** johnny_g has joined #chromium
[02:43:50] <jamesr> i guess y'all mac weenies just love copy-pasting code
[02:44:26] *** masterov has quit IRC
[02:45:10] *** mazda has quit IRC
[02:45:34] *** johnny_g has quit IRC
[02:47:03] *** moblin_ has joined #chromium
[02:47:37] *** victorw has left #chromium
[02:47:52] <moblin_> if someone could put an extension label to this bug that'd be nice :) http://crbug.com/42787
[02:48:17] *** ishermandom has joined #chromium
[02:48:53] <thakis> moblin_: done
[02:48:59] *** thakis has quit IRC
[02:49:01] <moblin_> thakis: thanks
[02:49:31] *** tedoc2000 has quit IRC
[02:49:40] *** iPac has quit IRC
[02:50:41] *** moblin_ has quit IRC
[02:53:02] *** jamesr has quit IRC
[02:55:08] *** iPac has joined #chromium
[02:57:22] *** zfxp has joined #chromium
[03:01:42] *** thakis has joined #chromium
[03:01:42] *** ChanServ sets mode: +v thakis
[03:04:25] <maruel> so, who's fault?
[03:04:26] *** ishermandom has quit IRC
[03:05:09] *** thakis has quit IRC
[03:06:10] *** dale1v is now known as dale1v[away]
[03:06:22] <maruel> smells grd
[03:06:32] <mirandac> my code should show up nowhere -- creates a constructor that will be used in a future patch
[03:06:52] <maruel> rvargas: feel like clobbered release win builder?
[03:09:53] <rvargas> does that cf change affects chrome.dll?
[03:12:04] *** mazda has joined #chromium
[03:12:25] *** dave_levin has quit IRC
[03:15:17] *** mrossetti has quit IRC
[03:15:31] *** kinnetica has quit IRC
[03:15:56] *** ishermandom has joined #chromium
[03:16:26] *** BCalvignac2 has joined #chromium
[03:16:28] *** BCalvignac3 has joined #chromium
[03:17:12] <jianli> my patch seems to be fine too since the change should not be in used in any unittest
[03:17:37] *** trungl is now known as trungl_away
[03:19:01] *** BCalvignac1 has quit IRC
[03:19:04] *** BCalvignac has quit IRC
[03:22:32] <rvargas> maruel: could you take a look at vista dbg 3?
[03:24:30] *** sshc has quit IRC
[03:24:37] *** roc has joined #chromium
[03:25:29] *** zyichi has joined #chromium
[03:26:21] *** wers has joined #chromium
[03:27:07] *** johnny_g has joined #chromium
[03:27:57] *** ishermandom has quit IRC
[03:30:36] *** kerz has quit IRC
[03:33:45] *** wkorman has joined #chromium
[03:33:50] *** wkorman has quit IRC
[03:34:36] *** iPac has quit IRC
[03:37:15] *** Bleak has quit IRC
[03:38:35] *** tyoshino_m has quit IRC
[03:42:31] *** tyoshino_m has joined #chromium
[03:44:28] *** wkorman has joined #chromium
[03:48:04] *** iPac has joined #chromium
[03:48:09] *** crav has left #chromium
[03:48:38] *** victorw_ has joined #chromium
[03:50:29] *** leeight has joined #chromium
[03:50:32] *** leeight has left #chromium
[03:51:46] *** victorw_ has left #chromium
[03:52:43] *** johnny_g has quit IRC
[03:52:43] *** johnny_g_ has joined #chromium
[03:52:43] *** johnny_g_ is now known as johnny_g
[03:54:32] *** johnny_g_ has joined #chromium
[03:54:32] *** johnny_g has quit IRC
[03:54:33] *** johnny_g_ is now known as johnny_g
[03:56:47] *** andrix has joined #chromium
[03:57:53] *** wkorman_ has joined #chromium
[03:57:53] *** wkorman has quit IRC
[03:57:53] *** wkorman_ is now known as wkorman
[04:00:00] *** wers has quit IRC
[04:01:22] *** wkorman_ has joined #chromium
[04:01:22] *** wkorman has quit IRC
[04:01:23] *** wkorman_ is now known as wkorman
[04:04:56] *** iPac has quit IRC
[04:05:01] *** roc has quit IRC
[04:05:52] *** BCalvignac has joined #chromium
[04:05:57] *** BCalvignac1 has joined #chromium
[04:08:39] *** BCalvignac3 has quit IRC
[04:08:54] *** magn3ts has joined #chromium
[04:09:16] *** BCalvignac2 has quit IRC
[04:13:11] *** andrix has quit IRC
[04:17:54] *** tyoshin__ has joined #chromium
[04:19:12] *** tyoshino_m has quit IRC
[04:23:30] *** dglazkov has joined #chromium
[04:23:30] *** ChanServ sets mode: +v dglazkov
[04:26:28] *** tweek__ has joined #chromium
[04:26:39] *** tweek__ has left #chromium
[04:33:06] *** dglazkov has quit IRC
[04:33:52] *** iPac has joined #chromium
[04:34:33] *** iPac2 has joined #chromium
[04:35:13] *** dpranke has quit IRC
[04:35:23] *** dmaclach has joined #chromium
[04:36:07] *** dmaclach_ has joined #chromium
[04:36:07] *** dmaclach has quit IRC
[04:36:07] *** dmaclach_ is now known as dmaclach
[04:38:25] *** iPac has quit IRC
[04:39:18] *** sshc has joined #chromium
[04:39:19] *** iPac2 has quit IRC
[04:40:50] *** dale1v[away] is now known as dale1v
[04:41:08] *** dale1v has quit IRC
[04:41:35] *** dmaclach has quit IRC
[04:42:47] <rvargas> tyoshino: I'm leaving now
[04:43:11] <tyoshino> rvargas: ok. see you
[04:43:22] *** roc has joined #chromium
[04:43:58] *** dmaclach has joined #chromium
[04:44:28] *** gospch_ has joined #chromium
[04:44:52] *** iPac has joined #chromium
[04:46:01] *** monodemono_ has joined #chromium
[04:47:10] <monodemono_> Hey guys, a friend is making an extension for Reddit that involves opening things in new tabs, but for some reason they're opening in new windows instead of tabs. Any idea what he's doing wrong?
[04:47:50] *** gospch has quit IRC
[04:47:58] *** gospch_ is now known as gospch
[04:49:38] *** dmaclach has quit IRC
[04:53:56] *** mpcomplete has quit IRC
[04:55:12] *** zyichi has quit IRC
[04:55:26] *** zyichi has joined #chromium
[04:59:30] *** MikeSmithW3C has quit IRC
[05:00:52] *** iPac has quit IRC
[05:00:58] *** johnny_g has left #chromium
[05:04:36] *** MikeSmithW3C has joined #chromium
[05:06:57] *** iPac has joined #chromium
[05:07:22] *** bweinstein has quit IRC
[05:09:44] *** monodemono_ has quit IRC
[05:11:29] *** zfxp has quit IRC
[05:14:54] *** dumi has joined #chromium
[05:15:17] *** dglazkov has joined #chromium
[05:15:17] *** ChanServ sets mode: +v dglazkov
[05:16:19] <dumi> i'm getting crashes on the "history thread" on windows. is anybody else having the same problem? or was it fixed already?
[05:28:42] *** magn3ts has quit IRC
[05:40:44] *** wers has joined #chromium
[05:43:51] *** amstan has quit IRC
[05:45:52] *** inferno-sec has joined #chromium
[05:47:47] *** inferno-sec_ has joined #chromium
[05:48:48] *** wkorman has quit IRC
[05:52:00] *** inferno-sec has quit IRC
[05:52:00] *** inferno-sec_ is now known as inferno-sec
[05:57:07] *** erikkay has quit IRC
[06:06:12] *** wkorman has joined #chromium
[06:06:32] *** wkorman_ has joined #chromium
[06:10:19] *** wkorman has quit IRC
[06:10:20] *** wkorman_ is now known as wkorman
[06:10:23] *** jstrom has quit IRC
[06:10:59] *** Tyrosus has joined #chromium
[06:11:05] *** hlv has joined #chromium
[06:13:21] *** dglazkov has quit IRC
[06:13:32] *** jstrom has joined #chromium
[06:19:52] *** wkorman has quit IRC
[06:21:53] *** magn3ts has joined #chromium
[06:31:54] *** michaeln has quit IRC
[06:32:24] *** MikeSmithW3C has quit IRC
[06:32:24] *** Yuvi has quit IRC
[06:34:06] *** jrmuizel has quit IRC
[06:35:45] *** hlv has quit IRC
[06:36:14] *** hlv has joined #chromium
[06:40:58] *** Kunalagon has joined #chromium
[06:42:55] *** ishermandom has joined #chromium
[06:48:05] *** iPac has quit IRC
[06:53:42] *** Tyrosus has quit IRC
[06:54:07] *** Tyrosus has joined #chromium
[06:58:14] *** MikeSmithW3C has joined #chromium
[06:59:54] *** FeasibilityStudy has quit IRC
[07:00:52] *** Kunalagon has quit IRC
[07:01:47] *** FeasibilityStudy has joined #chromium
[07:04:19] *** MikeSmithW3C has quit IRC
[07:05:06] *** hlv has quit IRC
[07:05:43] *** hlv has joined #chromium
[07:06:04] *** iPac has joined #chromium
[07:08:14] *** tonikitoo has quit IRC
[07:10:38] *** iPac has quit IRC
[07:17:36] *** iPac has joined #chromium
[07:19:25] *** MikeSmithW3C has joined #chromium
[07:29:40] *** iPac has quit IRC
[07:32:36] *** loislo has joined #chromium
[07:37:24] *** MikeSmithW3C has quit IRC
[07:37:33] *** iPac has joined #chromium
[07:42:11] *** iPac has quit IRC
[07:54:36] *** MikeSmithW3C has joined #chromium
[08:03:27] *** inferno-sec has quit IRC
[08:21:49] *** Caleb has quit IRC
[08:24:38] *** Caleb has joined #chromium
[08:28:03] *** aaron_ has joined #chromium
[08:28:31] *** MikeSmithW3C has quit IRC
[08:28:54] <aaron_> how to port chrome to arm platform
[08:29:46] *** Tyrosus has quit IRC
[08:36:06] *** agota has joined #chromium
[08:37:11] *** iPac has joined #chromium
[08:45:44] *** aaron_ has quit IRC
[08:50:22] *** skydrome has quit IRC
[08:50:32] *** skydrome has joined #chromium
[09:00:51] <tyoshino> hmm, ld failure on Valgrind Mac
[09:04:03] *** tyoshin__ has quit IRC
[09:05:37] *** ishermandom has quit IRC
[09:12:11] *** General1337 has joined #chromium
[09:14:44] *** General13372 has quit IRC
[09:15:21] *** abarth has joined #chromium
[09:15:22] *** ChanServ sets mode: +v abarth
[09:17:44] <jochen__> good morning chromium
[09:19:20] *** iPac has quit IRC
[09:23:43] <tyoshino> good morning
[09:26:51] *** skydrome has quit IRC
[09:38:32] *** iPac has joined #chromium
[09:41:05] *** skydrome has joined #chromium
[09:41:54] *** tittiatcoke has joined #chromium
[09:41:55] *** tittiatcoke has quit IRC
[09:41:55] *** tittiatcoke has joined #chromium
[09:42:49] *** iPac has quit IRC
[09:44:48] <eroman> hiya
[09:51:13] *** aaron_liuj has joined #chromium
[09:52:44] <aaron_liuj> Get the source code for the browser (optional)
[09:52:56] <aaron_liuj> how to get chrome source code
[09:53:12] <aaron_liuj> i just want to get chrome code
[09:53:59] <aaron_liuj> but don't  know  how to download source code
[09:54:24] *** bauerb has joined #chromium
[09:54:25] <jochen__> http://dev.chromium.org/developers/how-tos/get-the-code
[09:56:04] <aaron_liuj> thanks but i just want to chrome not for chromium os
[09:56:13] *** hlv_ has joined #chromium
[09:56:53] <aaron_liuj>  thanks but i just want to chrome not for chromium os
[09:59:03] <jochen__> that's chrome
[09:59:12] <jochen__> chromium os is a tad larger
[10:00:25] *** hlv has quit IRC
[10:00:25] *** hlv_ is now known as hlv
[10:02:09] *** tyoshino_m has joined #chromium
[10:02:32] *** MikeSmithW3C has joined #chromium
[10:05:10] *** zyichi has left #chromium
[10:05:54] <tyoshino_m> oshima: thank you for the fix. but Mac valgrind stay failing
[10:06:03] *** Zaba has quit IRC
[10:06:35] *** hlv has quit IRC
[10:06:58] <aaron_liuj> thanks ,but how to port it to arm platfrom
[10:07:39] <aaron_liuj> it's seemed so difficuld
[10:08:03] <jochen__> why port? it already supports arm
[10:08:54] <tyoshino_m> oshima: don't mind. i was misunderstanding
[10:08:57] <jochen__> http://build.chromium.org/buildbot/waterfall/waterfall?builder=Chromium%20Arm
[10:09:38] *** tonikitoo has joined #chromium
[10:09:58] *** hlv has joined #chromium
[10:11:59] *** abarth has quit IRC
[10:16:34] *** Zaba has joined #chromium
[10:18:58] *** hlv has quit IRC
[10:19:43] <aaron_liuj> i mean i want to download  chrome source and compile it for arm ,i don'n know how to do step by step
[10:19:46] *** hlv has joined #chromium
[10:20:55] <aaron_liuj> where i can get the documentation
[10:21:12] <aaron_liuj> thanks u so much
[10:25:21] <jochen__> i assume you mean for linux on arm?
[10:26:14] <jochen__> follow http://code.google.com/p/chromium/wiki/LinuxBuildInstructions
[10:28:02] <rubenbb> I suggest you ignore this guy like I do ;) I tried to explain stuff to him before but it never went anywhere
[10:28:34] *** iPac has joined #chromium
[10:29:50] *** gospch has quit IRC
[10:30:01] *** dale1v has joined #chromium
[10:30:01] *** dale1v has joined #chromium
[10:30:09] *** sundiamonde has quit IRC
[10:30:22] *** hlv has joined #chromium
[10:30:41] *** sundiamonde has joined #chromium
[10:30:46] *** tyoshino_m has quit IRC
[10:34:24] *** bauerb has quit IRC
[10:34:30] *** bauerb has joined #chromium
[10:38:19] *** Yuvi has joined #chromium
[10:39:23] *** romainhuet has joined #chromium
[10:44:58] *** mazda has quit IRC
[10:45:51] *** mazda has joined #chromium
[10:47:19] *** hlv has left #chromium
[10:52:00] *** Beetny has joined #chromium
[10:56:32] *** ROBOd has joined #chromium
[10:56:34] *** iPac has quit IRC
[10:59:29] *** MikeSmithW3C has quit IRC
[11:00:07] *** iPac has joined #chromium
[11:02:16] <tyoshino> oshima: yt?
[11:03:28] <tyoshino> ah, not online..
[11:04:40] *** MikeSmithW3C has joined #chromium
[11:07:07] *** iPac has quit IRC
[11:08:56] *** iPac has joined #chromium
[11:16:29] *** sundiamonde has quit IRC
[11:18:38] <aaron_liuj> Error: git version 1.6.3.3 < minimum required 1.6.6
[11:19:59] *** iPac has quit IRC
[11:31:20] <tyoshino> i'll be away for a few hours and back around 6 PST
[11:32:57] *** dale1v has quit IRC
[11:38:32] *** dale1v has joined #chromium
[11:38:32] *** dale1v has joined #chromium
[11:42:30] *** tkent has quit IRC
[11:49:55] *** GeekShadow has joined #chromium
[11:51:02] *** sundiamonde has joined #chromium
[11:51:23] <rubenbb> evmar: this patch - http://codereview.chromium.org/1480002
[11:52:00] *** wers has quit IRC
[11:52:05] <rubenbb> I'm suggesting taking out the build/*gyp* changes for now, so that the _linux files don't need to be renamed yet, but the rest of the gyp checks for BSD can be committed
[11:54:03] <evmar> rubenbb: ack, i am sorry i dropped this change
[11:54:06] <evmar> i thought peter was splitting it up
[11:55:55] <rubenbb> I think it stalled because of the _linux issue
[11:56:32] <rubenbb> evmar: my proposed solution is to punt on that, as it's only in common.gypi and commit the rest of it
[11:57:51] *** romainhuet has quit IRC
[11:59:11] <rubenbb> I mentioned build/*gyp* as I thought you may not like modifying build/linux/system.gyp also
[12:08:08] *** pnu has quit IRC
[12:20:18] <Peter`> I've received 6.0.401.1-dev via the dev-channel a while ago already, but it's not listed on the Google Chrome Release blog yet, is that deliberate?
[12:23:19] *** magn3ts has quit IRC
[12:26:46] *** nayankk has joined #chromium
[12:27:01] <nayankk> Hi All..
[12:27:31] *** peper has quit IRC
[12:28:44] <nayankk> I am trying to test WebGL contents with chromium browser.. I have nVidia GeForce 7300 SE/7200 GS/PCI/SSE2, with NVIDIA 173.14.22 version.. I can run WebGL contents in firefox nightly builds.. But, chromium always complains that "Shader support couldn't be initialized".. !
[12:29:19] *** Malmis has quit IRC
[12:29:47] <nayankk> I am sure that my graphics card has shader support in it, (as WebGL works fine in firefox), but still unable to open WebGL stuffs..
[12:30:06] <nayankk> Are there anyone facing the same issue? BTW., I am on Ubuntu Linux..
[12:31:27] *** Malmis has joined #chromium
[12:32:21] *** andrix has joined #chromium
[12:33:41] *** peper has joined #chromium
[12:36:47] *** Malmis has quit IRC
[12:38:55] *** rubenbb has quit IRC
[12:40:17] *** rubenbb has joined #chromium
[12:43:12] *** Malmis has joined #chromium
[12:45:29] <aaron_liuj> Error: No solution specified
[12:47:07] *** Beetny` has joined #chromium
[12:49:11] *** Beetny has quit IRC
[12:57:31] *** andrix has quit IRC
[12:57:44] <rubenbb> nayankk: may not work right on linux, did you try with the --in-process-webgl flag too?
[12:57:44] *** gospch has joined #chromium
[13:00:54] *** Russ has joined #chromium
[13:03:42] *** chaser has joined #chromium
[13:04:22] *** Peter` has quit IRC
[13:04:33] *** aaron_liuj has quit IRC
[13:04:42] *** Peter` has joined #chromium
[13:06:43] *** chaser has quit IRC
[13:07:16] *** chaser has joined #chromium
[13:10:31] *** aaron_liuj has joined #chromium
[13:12:34] *** Bleak has joined #chromium
[13:29:09] *** SRabbelier has quit IRC
[13:32:41] *** SRabbelier has joined #chromium
[13:36:39] <nayankk> rubenbb: Thanks a lot.. It worked.. :)
[13:37:20] <rubenbb> np
[13:38:55] *** MikeSmithW3C has quit IRC
[13:41:53] *** Beetny` has quit IRC
[13:43:04] *** aaron_liuj has quit IRC
[13:43:51] *** cbentzel has joined #chromium
[13:49:51] *** rubenbb has quit IRC
[13:50:30] *** rubenbb has joined #chromium
[13:51:05] *** hayato has quit IRC
[13:51:13] *** hayato has joined #chromium
[13:53:11] *** wjmaclean has joined #chromium
[13:57:55] *** zloidemon has quit IRC
[14:05:19] *** rubenbb has quit IRC
[14:05:49] *** rubenbb has joined #chromium
[14:09:46] *** dale1v has quit IRC
[14:10:00] *** dale1v has joined #chromium
[14:10:06] *** yutak has quit IRC
[14:18:20] *** cbentzel has quit IRC
[14:19:54] *** tonikitoo has quit IRC
[14:25:55] *** rsesek has joined #chromium
[14:32:30] *** aaron_liuj has joined #chromium
[14:32:53] <aaron_liuj> Error: unrecognized option -mimplicit-it=thumb
[14:33:57] <aaron_liuj> what's wrong with me
[14:34:27] *** _rs has joined #chromium
[14:35:15] *** hbono has joined #chromium
[14:48:24] *** _rs has quit IRC
[15:02:11] *** andrix has joined #chromium
[15:05:10] *** sundiamonde has quit IRC
[15:22:00] *** miketaylr has joined #chromium
[15:22:11] *** tonikitoo has joined #chromium
[15:23:22] *** cying has joined #chromium
[15:38:34] <aaron_liuj> make: *** Waiting for unfinished jobs....
[15:38:43] <aaron_liuj> what's wrong
[15:45:16] *** cbentzel has joined #chromium
[15:46:32] *** thomasvl has joined #chromium
[15:46:32] *** ChanServ sets mode: +v thomasvl
[15:47:33] *** romainhuet has joined #chromium
[15:47:36] <aaron_liuj> make: *** Waiting for unfinished jobs....
[15:48:52] *** janm has joined #chromium
[15:50:11] *** apavlov has joined #chromium
[15:54:54] *** mazda has quit IRC
[15:55:37] *** ansi has joined #chromium
[16:00:14] <aaron_liuj> make: *** Waiting for unfinished jobs....
[16:00:21] *** janm has quit IRC
[16:02:06] *** rohitrao has joined #chromium
[16:02:06] *** ChanServ sets mode: +v rohitrao
[16:05:42] *** karpar has joined #chromium
[16:06:18] *** janm has joined #chromium
[16:12:19] *** kinnetica has joined #chromium
[16:16:06] *** Venom_X has joined #chromium
[16:22:53] *** nayankk has left #chromium
[16:24:49] *** codonnell has joined #chromium
[16:24:54] *** codonnell has left #chromium
[16:32:36] *** alokp has joined #chromium
[16:35:09] *** aaron_liuj has quit IRC
[16:36:00] <jorlow> japhet: ping
[16:38:03] *** janm has quit IRC
[16:38:32] *** mrossetti has joined #chromium
[16:40:02] *** trungl_mbp has joined #chromium
[16:41:44] *** trungl_mbp is now known as trungl
[16:41:44] *** ChanServ sets mode: +v trungl
[16:42:26] <trungl> 'morning, Chromium.
[16:42:33] <rsesek> morning, trungl
[16:42:43] <trungl> 'morning, rsesek.
[16:45:37] *** mrossetti has quit IRC
[16:45:42] <dcheng> Can anyone see if crbug.com/44184 happens on Linux Chrome?
[16:46:04] <rsesek> thomasvl: you free for a CL?
[16:46:05] *** mrossetti has joined #chromium
[16:47:03] *** tyoshino_m has joined #chromium
[16:47:37] <thomasvl> sure
[16:47:45] <rsesek> thanks, uploading
[16:49:28] *** erikkay has joined #chromium
[16:50:09] *** tedoc2000 has joined #chromium
[16:51:44] <rsesek> thomasvl: http://codereview.chromium.org/2066003/show
[16:55:19] *** hwennborg has quit IRC
[16:55:24] *** hwennborg has joined #chromium
[16:55:59] *** dumi has quit IRC
[16:56:20] *** dumi has joined #chromium
[16:56:53] *** yutak_home has joined #chromium
[16:56:53] *** ChanServ sets mode: +v yutak_home
[16:58:08] *** FeasibilityStudy has quit IRC
[16:58:50] *** jrmuizel has joined #chromium
[16:59:57] *** tonyg-cr has joined #chromium
[16:59:57] *** ChanServ sets mode: +v tonyg-cr
[17:00:49] *** AaronMT has joined #chromium
[17:01:00] *** mazda has joined #chromium
[17:01:37] *** wers has joined #chromium
[17:04:14] <sky__> Is the tree closed because of reliability bot?
[17:05:29] *** tonyg-cr has quit IRC
[17:10:16] *** rsesek has quit IRC
[17:10:41] *** rsesek has joined #chromium
[17:11:09] *** wers has quit IRC
[17:12:12] <thomasvl> rsesek: does the cross platform code get the notification of history info now?
[17:12:24] <thomasvl> (and cause the mac stuff to relayout?)
[17:12:44] <rsesek> thomasvl: yes, the model calls ModelChanged() when the history info comes in
[17:13:05] <thomasvl> good, i thought it did but wanted to check.  :)
[17:14:33] *** andrix has left #chromium
[17:14:53] <tyoshino_m> sky_: open now. I'll look into memory failures
[17:15:21] *** andrix has joined #chromium
[17:16:07] *** FeasibilityStudy has joined #chromium
[17:16:38] *** trungl_mbp has joined #chromium
[17:17:21] *** tonyg-cr has joined #chromium
[17:17:21] *** ChanServ sets mode: +v tonyg-cr
[17:18:17] *** trungl has quit IRC
[17:18:28] *** trungl_mbp_ has joined #chromium
[17:18:40] *** sullenge1ie has joined #chromium
[17:19:08] *** sullengenie has joined #chromium
[17:19:11] *** trungl_mbp_ has quit IRC
[17:20:06] *** wkorman has joined #chromium
[17:21:10] *** trungl_mbp has quit IRC
[17:21:34] *** sullengenie has left #chromium
[17:22:19] *** vladbph has quit IRC
[17:22:47] *** vladbph has joined #chromium
[17:22:53] *** sullengenie has joined #chromium
[17:23:04] *** sullengenie has left #chromium
[17:28:18] *** ansi has quit IRC
[17:28:31] *** wkorman has quit IRC
[17:31:46] <rsesek> thomasvl: what do you mean by "dcheck the image size against your comment?" ? make sure the size equals kImageSize,kImageSize?
[17:31:55] <thomasvl> y
[17:31:58] <rsesek> k
[17:32:30] <thomasvl> since you layout could be wrong if someone replaced the images with something different, can't hurt to validate it in debug.
[17:32:41] <rsesek> sure
[17:33:13] <thomasvl> i learned this lesson in prefs, there are a few dchecks that catch when strings/etc. get changed and break the layout.
[17:33:30] <thomasvl> "this will never..."  :)
[17:33:36] <rsesek> got it ;)
[17:33:46] *** peper has quit IRC
[17:34:02] <sky__> given the memory errors should we revert the webkit roll?
[17:35:30] *** peper has joined #chromium
[17:37:21] *** tyoshin__ has joined #chromium
[17:37:42] *** ansi has joined #chromium
[17:37:50] *** cying has quit IRC
[17:38:49] *** loislo has quit IRC
[17:39:25] *** markmentovai has joined #chromium
[17:39:25] *** ChanServ sets mode: +v markmentovai
[17:39:45] *** maikmerten has joined #chromium
[17:40:03] *** tyoshino_m has quit IRC
[17:47:32] <tyoshino> sky_: is reverting better? i thought basically we suppress errors for wk roll. just basically
[17:47:55] <tyoshino> looks like most of failure occurred in the same function
[17:48:17] <tyoshino> fun:_ZN7WebCore16CSSStyleSelector11initElementEPNS_7ElementE
[17:49:10] <sky__> I think it depends upon the scope of the errors.
[17:49:15] <sky__> If it's a lot, then revert.
[17:49:45] <sky__> You shouldn't treat the webkit roll specially, its just like any other landing. If the fallout is bad, revert.
[17:49:59] <tyoshino> yes. lot, but same kind of
[17:50:02] <tyoshino> ok.
[17:50:14] *** romainhuet has quit IRC
[17:52:57] *** romainhuet has joined #chromium
[17:56:14] *** dale1v is now known as dale1v[away]
[18:00:45] *** alokp has quit IRC
[18:02:53] <hbono> tyoshino: to revert or not, it may be a good idea to file a bug for these UMRs.
[18:03:02] <rsesek> markmentovai: mac valgrind is failing compile again, this time browser_tests is the victim
[18:03:32] <markmentovai> rsesek: yup, there were two or three threads on that. unfortunately, they were all private e-mail. :(
[18:03:33] <tyoshino> hbono: all right. I'll file a bug and write down what kind of leak occurred.
[18:03:36] <tyoshino> thank you
[18:03:37] <markmentovai> rsesek: i'll check in a fix in a few
[18:03:46] <rsesek> ah okay
[18:03:49] <rsesek> :)
[18:03:51] <hbono> tyoshino: no problem. have a good night. :)
[18:03:55] <markmentovai> unless you want to write it up and send me the review
[18:04:21] <rsesek> I do not know how to fix
[18:04:26] *** trungl_away is now known as trungl
[18:05:08] *** trungl_mbp has joined #chromium
[18:05:24] <markmentovai> if you were my intern, i'd encourage you. (don't take this as pressure, i'm just playing around.)
[18:05:37] <markmentovai> i've still got a couple days before i get to play slave-driver
[18:05:48] <rsesek> heh ? just the weekend
[18:06:09] <markmentovai> if you are interested - and seriously, no pressure, i'll hit it today if nobody else does - you can take a look at how i fixed this for unit_tests in chrome_tests.gypi.
[18:06:35] <rsesek> oh if it's the same fix, I can probably do that :p
[18:08:19] *** dale1v[away] is now known as dale1v
[18:11:31] *** dglazkov has joined #chromium
[18:11:31] *** ChanServ sets mode: +v dglazkov
[18:12:12] <dglazkov> good morning, Chromium!
[18:15:28] *** Venom_X_ has joined #chromium
[18:15:55] *** Venom_X has quit IRC
[18:15:55] *** Venom_X_ is now known as Venom_X
[18:17:19] *** mpcomplete has joined #chromium
[18:17:19] *** ChanServ sets mode: +v mpcomplete
[18:18:16] *** loislo has joined #chromium
[18:21:29] <trungl> 'morning, dglazkov!
[18:24:12] <rsesek> the mac_valgrind trybot is just sitting idle but says '2 pending' ? what does that mean?
[18:26:56] <trungl> it means that it's Friday, and it's getting an early start to the weekend?
[18:27:20] <rsesek> or it knows my patches are so awesome it doesn't need to test them
[18:27:47] <trungl> that too
[18:28:02] <trungl> do the valgrind trybots actually build for themselves?
[18:28:15] <rsesek> supposedly. I think they have to for the right -O and -g flags
[18:28:16] <trungl> or do they rely on the normal bot for building?
[18:28:19] <trungl> oh
[18:34:31] *** cying has joined #chromium
[18:43:08] *** johnny_g has joined #chromium
[18:43:50] *** karpar has quit IRC
[18:44:19] *** dale1v is now known as dale1v[away]
[18:44:20] <rsesek> mac valgrind succeeded compile, removing from the status
[18:49:45] *** BCalvignac2 has joined #chromium
[18:50:18] *** BCalvignac3 has joined #chromium
[18:50:52] *** BCalvignac1 has quit IRC
[18:51:19] *** BCalvignac has quit IRC
[18:52:22] *** dmaclach has joined #chromium
[18:53:02] <rsesek> thomasvl: ping
[18:53:05] *** bauerb has quit IRC
[18:53:25] <thomasvl> pong
[18:53:39] *** blindmurray has left #chromium
[18:53:42] <rsesek> thomasvl: my trybot failed with this error: page_info_window_mac_unittest.mm:33:warning: 'PageInfoWindowMacTest' has a field 'PageInfoWindowMacTest::model_' whose type uses the anonymous namespace
[18:53:58] <rsesek> but I'm confused because the anon namespace is in the same file/compilation unit
[18:54:46] *** fqian has joined #chromium
[18:55:37] <thomasvl> looking
[18:55:45] *** inferno-sec has joined #chromium
[18:57:15] *** apavlov has quit IRC
[18:57:52] <thomasvl> rsesek: guess: model_ is public, so it's warning because the type is defined within the anon namespace, so no one else could use that same type to interact with the variable.
[18:58:07] <thomasvl> i.e.- no one could declare a matching variable.
[18:58:10] <thomasvl> make sense?
[18:58:27] <rsesek> yes. so then making it private could fix the error? [I also didn't get this locally, which is weird]
[18:58:28] *** ansi has quit IRC
[18:58:56] <thomasvl> rsesek: you on 10.6 local?  ie-different gcc rev?
[18:59:02] <rsesek> thomasvl: yes
[18:59:17] <thomasvl> rsesek: try protected since you use it within the tests.
[18:59:25] *** romainhuet has quit IRC
[18:59:47] <thomasvl> rsesek: markmentovai might have ideas also, but on a quick read of it, that's my guess.
[18:59:57] <rsesek> ok. thanks
[19:01:26] *** dmaclach_ has joined #chromium
[19:01:44] *** dmaclach has quit IRC
[19:01:44] *** dmaclach_ is now known as dmaclach
[19:06:12] <maruel> I'll reboot linux tests (tsan ui)
[19:06:58] *** tonikitoo has quit IRC
[19:10:41] <tyoshino> maruel: could you take a look at Mac UI Valgrind (4) too?
[19:11:43] *** dale1v[away] is now known as dale1v
[19:12:57] <rvargas> tyoshino: I thought you were gone already
[19:13:26] <tyoshin__> rvargas: hi
[19:13:42] <rvargas> hello
[19:14:28] *** abarth has joined #chromium
[19:14:28] *** ChanServ sets mode: +v abarth
[19:15:07] <maruel> tyoshino: rebooted
[19:15:12] <tyoshin__> maruel: thank you
[19:16:12] <tyoshin__> rvargas: Linux Valgrind (3) (4) will hopefully cycle green
[19:16:14] <tyoshin__> http://code.google.com/p/chromium/issues/detail?id=44190
[19:16:30] <rvargas> yeah
[19:16:40] <tyoshin__> Shinichiro landed fix on wk, so the next roll would be fine.
[19:16:54] *** bweinstein has joined #chromium
[19:16:54] *** thakis has joined #chromium
[19:16:54] *** ChanServ sets mode: +v thakis
[19:17:01] <tyoshin__> (1) (2) contains some other failures started occurring before the wk roll
[19:17:35] <tyoshin__> http://build.chromium.org/buildbot/memory/waterfall?builder=Linux%20Tests%20(valgrind)(1)
[19:18:27] <tyoshin__> could you please investigate?
[19:18:34] <rvargas> sure
[19:18:51] <tyoshin__> thank you. so good night -
[19:19:06] <rvargas> good night!
[19:20:32] <hbono> tyoshin__: good night. :)
[19:21:43] <rvargas> for the record... that's Brett's change and it should be green by the next run
[19:25:47] *** tittiatcoke has quit IRC
[19:27:11] *** dale1v has quit IRC
[19:27:20] *** dale1v has joined #chromium
[19:34:55] *** vt100 has quit IRC
[19:37:03] *** sbyer has joined #chromium
[19:37:31] *** tonyg-cr has quit IRC
[19:38:05] *** AaronMT has quit IRC
[19:40:43] *** rubenbb has quit IRC
[19:42:54] *** vt100 has joined #chromium
[19:47:31] *** oshima has joined #chromium
[19:49:51] *** andrix has quit IRC
[19:50:23] <rvargas> maruel: could you take a look at xp dbg 3 (failed update)
[19:50:28] *** victorw has joined #chromium
[19:50:34] *** Ruetobas has quit IRC
[19:51:58] <maruel> rvargas: will do
[19:53:01] *** rubenbb has joined #chromium
[19:53:02] *** Ruetobas has joined #chromium
[19:54:40] *** bent-mozilla has joined #chromium
[19:55:48] *** tonikitoo has joined #chromium
[19:56:42] *** tonyg-cr has joined #chromium
[19:56:43] *** ChanServ sets mode: +v tonyg-cr
[19:56:50] *** thakis_ has joined #chromium
[19:56:50] *** ChanServ sets mode: +v thakis_
[19:57:23] *** bweinstein has quit IRC
[19:57:29] *** dmaclach has quit IRC
[19:59:07] *** dmaclach has joined #chromium
[19:59:12] *** markmentovai_ has joined #chromium
[19:59:13] *** ChanServ sets mode: +v markmentovai_
[20:00:31] *** thakis has quit IRC
[20:00:31] *** thakis_ is now known as thakis
[20:01:14] *** estade has joined #chromium
[20:01:14] *** ChanServ sets mode: +v estade
[20:03:30] *** bweinstein has joined #chromium
[20:04:15] *** markmentovai has quit IRC
[20:04:15] *** markmentovai_ is now known as markmentovai
[20:04:54] <skerner> Visual Studio freezes every time I open chrome.sln.  Waiting overnight and rebooting are no help.  Does anyone know of a trick to reset it?
[20:05:17] *** tfarina has joined #chromium
[20:07:08] *** Adys has quit IRC
[20:07:31] *** blindmurray has joined #chromium
[20:08:20] *** Adys has joined #chromium
[20:11:23] *** eseidel has joined #chromium
[20:11:53] *** tittiatcoke has joined #chromium
[20:11:58] *** appamatto has joined #chromium
[20:13:12] *** jlouie has joined #chromium
[20:18:43] *** loislo_ has joined #chromium
[20:19:52] *** andrix has joined #chromium
[20:22:23] *** loislo has quit IRC
[20:22:23] *** loislo_ is now known as loislo
[20:22:29] *** maikmerten has quit IRC
[20:24:32] *** markmentovai has quit IRC
[20:24:36] *** markmentovai has joined #chromium
[20:24:36] *** ChanServ sets mode: +v markmentovai
[20:25:26] *** appamatto has quit IRC
[20:26:27] *** thakis_ has joined #chromium
[20:26:27] *** ChanServ sets mode: +v thakis_
[20:26:34] *** thakis is now known as thakis_mbp
[20:26:45] *** thakis_ is now known as thakis
[20:28:46] *** thakis has quit IRC
[20:28:52] *** thakis_mbp has quit IRC
[20:29:12] *** thakis has joined #chromium
[20:29:13] *** ChanServ sets mode: +v thakis
[20:29:25] *** tonyg-cr has quit IRC
[20:34:35] *** oshima has quit IRC
[20:42:50] <thakis> rohitrao: where'd you get git from? macports?
[20:42:59] <thakis> do you remember your port invocation?
[20:43:11] <rsesek> install git-core +svn I think
[20:43:12] <rohitrao> I had to add +svn or something
[20:43:21] <rohitrao> +doc comes by default
[20:43:39] <thakis> rohitrao: got it
[20:43:41] <thakis> thanks
[20:43:51] <rohitrao> git-core @1.7.0.5_0+doc+svn (active) is what I have installed
[20:45:50] <blindmurray> problem building - 1st time - using vs2005/win2003 - using tarfile sources - 'can't find libcmt.li'b in an intermediate build folder (no lie - it's not there) - common/familiar problem?
[20:46:47] <blindmurray>  -- building the chrome project...
[20:47:47] <rsesek> [not a windows person] are you fully patched? http://dev.chromium.org/developers/how-tos/build-instructions-windows
[20:47:53] *** mpcomplete has quit IRC
[20:48:28] <blindmurray> think so - have all the current tools -  looking further
[20:48:41] <blindmurray> used that link - thnx
[20:49:18] <blindmurray> errr 'using' that link
[20:50:05] *** eseidel_ has joined #chromium
[20:50:23] <blindmurray> so you rebuild libcmy.lib in base/allocator - will try to build allocator proj
[20:50:51] *** hbono has quit IRC
[20:51:38] *** oshima has joined #chromium
[20:51:58] *** eseidel has quit IRC
[20:51:58] *** eseidel_ is now known as eseidel
[20:52:03] *** dave_levin has joined #chromium
[20:52:59] <blindmurray> hmmm that's where it breaks... in /allocator
[20:53:47] <oshima> hello. i'm trying to reproduce linkage error (bad_alloc) that chromeos valgrind bot is having. we believeit's due to 4g limit, and i want to know a way to emulate it on my 64 bit machine.
[20:54:34] <oshima> i tried ulimit -m/-v 4g (in kbytes), but it couldn't reproduce the problem. does anyone know how?
[20:57:48] *** tonyg-cr has joined #chromium
[20:57:49] *** ChanServ sets mode: +v tonyg-cr
[20:58:40] <thakis> man, git has even more dependencies than svn
[20:59:01] <akalin> aren't you installing with +svn
[20:59:15] <thakis> shh
[20:59:20] <akalin> o_O
[20:59:49] <akalin> doesn't svn depend on like apache or something
[20:59:50] <rsesek> thakis: git by itself should have few deps (if you get it from source it compiles and installs in 5 minutes)
[20:59:53] *** Caleb has quit IRC
[20:59:56] <blindmurray> resek: ok got it - libcmt.lib not found - so the tar file pops out a batch file that shells out to a *nix shell to copy the newly output libcmt.lib to an intermediate directory.  The batch file had cr-lf  instead of unix line ends.  Used winzip - wonder if it added the dos-style endings or if they were in the original .sh?  aneewayz, building now...
[21:00:41] <rsesek> blindmurray: glad you got it; I'm Mac/*nix only :p
[21:01:23] <rsesek> thomasvl: I tried putting the entire test into an anon namespace, which seems to have worked
[21:01:23] <blindmurray> boy, needa find a windows person i guess - still thnx -
[21:01:28] <rsesek> trybot pending, tho
[21:04:13] *** tav_ has joined #chromium
[21:04:16] *** victorw has left #chromium
[21:07:42] *** tav has quit IRC
[21:07:43] *** tav_ is now known as tav
[21:10:25] <thakis> trungl: so. what did you want me to do wrt printing again?
[21:11:52] *** General13372 has joined #chromium
[21:13:38] *** kinnetica has quit IRC
[21:14:00] *** shepazu has joined #chromium
[21:14:08] *** hbono has joined #chromium
[21:14:20] *** alokp has joined #chromium
[21:14:55] * trungl ignores thakis.
[21:15:05] *** General1337 has quit IRC
[21:15:26] *** Zxcvb has joined #chromium
[21:15:48] *** Zxcvb has left #chromium
[21:15:54] <akalin> trungl: time to resurrect #chromium-nothakisallowed?
[21:16:07] <akalin> :-)
[21:16:30] <trungl> I would, but then this guy nothakis likes to show up there
[21:16:38] <akalin> lol
[21:17:55] *** Zxcvb has joined #chromium
[21:18:04] <akalin> i always wondered what a thaki was
[21:18:07] <akalin> and why they weren't allowed
[21:19:17] <Zxcvb> would it be possible to convert an x86 native client binary to arm and if so, has anyone made such a converter yet?
[21:20:02] *** cbentzel has quit IRC
[21:22:27] *** Beetny has joined #chromium
[21:24:21] <dhollowa> see the break.  will revert.
[21:26:24] *** bweinstein has quit IRC
[21:27:01] *** tonyg-cr has quit IRC
[21:28:13] *** thakis_ has joined #chromium
[21:28:14] *** ChanServ sets mode: +v thakis_
[21:29:37] *** bweinstein has joined #chromium
[21:30:11] <dhollowa> added fix for compile error instead.  small fix.  should cycle green.
[21:31:26] *** bweinstein has quit IRC
[21:31:52] *** bweinstein has joined #chromium
[21:31:53] *** cbentzel has joined #chromium
[21:32:09] <maruel> rvargas: fixed update scripts on xp dbg 3
[21:32:20] <rvargas> thanks
[21:32:43] <maruel> for the update failures, it look like a code.google.com flakiness
[21:32:50] <maruel> as they are doing a full checkout
[21:32:55] <maruel> not much to do except wait :(
[21:33:18] <maruel> gclient explicitely doesn't handle "http 200" as an error code
[21:33:18] <maruel> eh
[21:35:41] *** Caleb has joined #chromium
[21:36:14] *** paul_irish has quit IRC
[21:38:02] *** Zxcvb has quit IRC
[21:38:54] <rvargas> dhollowa: what's holding the commit?
[21:39:22] <dhollowa> sorry, i've got a fix.  how do i git cl dcommit when tree is closed?
[21:39:32] <dhollowa> thx.
[21:40:21] <dhollowa> git cl dcommit --force
[21:40:28] <dhollowa> git-cl: error: no such option: --force
[21:40:30] <dhollowa> ?
[21:41:00] <dhollowa> thx.
[21:41:25] *** erkan^ has joined #chromium
[21:41:27] *** abarth has quit IRC
[21:41:39] <dhollowa> done.  should cycle green.  sorry for the break.  try bots didn't catch it.  something must have suck in.
[21:41:50] <dhollowa> *snuck :-)
[21:47:09] *** dmaclach has quit IRC
[21:47:21] *** dmaclach has joined #chromium
[21:47:27] *** cbentzel has left #chromium
[21:49:53] <erkan^> I can not found --> Chromium for Dutch language :S
[21:54:21] *** Venom_X_ has joined #chromium
[21:54:38] *** shepazu has quit IRC
[21:56:03] *** Venom_X has quit IRC
[21:56:03] *** Venom_X_ is now known as Venom_X
[21:57:50] *** dmaclach has quit IRC
[21:58:32] <jlouie> has anyone experienced problems with file_util::Move(old_path, new_path) failing on Win7 or WinVista?
[21:59:33] *** eseidel has quit IRC
[21:59:53] *** bfulgham has joined #chromium
[22:02:15] *** thakis_ has quit IRC
[22:03:12] <dhollowa> dhollowa: the chromium xp fail should have cycled green.
[22:04:55] *** abarth has joined #chromium
[22:04:55] *** ChanServ sets mode: +v abarth
[22:05:48] *** thakis_ has joined #chromium
[22:05:48] *** ChanServ sets mode: +v thakis_
[22:07:15] *** CosmiChaos has joined #chromium
[22:07:47] <rsesek> looks like r47300 caused linux-perf
[22:08:39] *** paul_irish has joined #chromium
[22:09:02] <dhollowa> almost there with linux 64 compile problem.  arghh.
[22:11:51] *** tittiatcoke has quit IRC
[22:12:18] <dhollowa> committed.  that should be the last of it.
[22:17:08] *** erkan^ has left #chromium
[22:20:38] <rvargas> out for lunch
[22:22:20] *** snej has quit IRC
[22:22:58] <bfulgham> abarth: ping?
[22:23:17] <abarth> bfulgham: hi
[22:23:55] <bfulgham> abarth: I was talking with pkasting about the "WebKit API" in chromium and I had a few questions he thought you might be able to answer.
[22:24:03] <abarth> sure
[22:24:45] <bfulgham> abarth: I was wondering if that API gives access to the underlying JavaScript engine (I guess V8 in that build?) so that a client C++ program could populate the environment with objects and so forth?
[22:24:52] <abarth> yes
[22:24:57] <abarth> that's how we do the extension system
[22:25:07] <abarth> you get access to the V8 API
[22:25:15] <abarth> which is also a relatively stable API
[22:25:56] *** mpcomplete has joined #chromium
[22:25:57] *** ChanServ sets mode: +v mpcomplete
[22:26:34] *** loislo has quit IRC
[22:28:50] *** andrix has quit IRC
[22:30:11] *** tonyg-cr has joined #chromium
[22:30:11] *** ChanServ sets mode: +v tonyg-cr
[22:38:37] *** jamesr has joined #chromium
[22:43:08] *** peavey has joined #chromium
[22:45:02] *** gionnico has joined #chromium
[22:50:11] *** eseidel has joined #chromium
[22:50:56] *** ROBOd has quit IRC
[22:53:37] *** Beetny has quit IRC
[22:53:46] *** victorw has joined #chromium
[22:56:30] *** thakis_ has quit IRC
[22:59:35] *** dglazkov has quit IRC
[23:01:11] *** miketaylr has quit IRC
[23:02:32] *** dglazkov has joined #chromium
[23:02:32] *** ChanServ sets mode: +v dglazkov
[23:02:41] *** dmaclach has joined #chromium
[23:05:57] *** eseidel_ has joined #chromium
[23:06:10] *** dmaclach has quit IRC
[23:06:10] *** drusepth has joined #chromium
[23:06:20] *** thomasvl has quit IRC
[23:06:25] *** dglazkov has quit IRC
[23:06:40] *** dglazkov has joined #chromium
[23:06:40] *** ChanServ sets mode: +v dglazkov
[23:08:49] *** eseidel has quit IRC
[23:08:49] *** eseidel_ is now known as eseidel
[23:12:49] *** agota has quit IRC
[23:13:24] *** roc has quit IRC
[23:13:28] *** dmaclach has joined #chromium
[23:13:55] *** roc has joined #chromium
[23:15:04] *** dmaclach has quit IRC
[23:15:35] *** dmaclach has joined #chromium
[23:15:43] <thakis> webkitters (jamesr, fishd, abarth, eseidel, dglazkov, etc): how hard is it to clone a dom?
[23:15:58] *** dglazkov has quit IRC
[23:16:11] <fishd> thakis: depends on what you want
[23:16:12] <abarth> thakis: there's a structured clone algorithm for some things
[23:16:22] *** rohitrao has quit IRC
[23:16:22] <akalin> thakis: it depends on whether the dominatrix wants to be cloned or not
[23:16:50] <fishd> thakis: you can do the equivalent of serializing the dom and de-serializing it in a new context
[23:17:04] <thakis> fishd: for in-tab print preview, trungl figured it'd be nice to clone the dom of the current page and then disable (some of) js
[23:17:20] <fishd> thakis: but if you mean cloning the js execution state along with the dom as well as the various DOMWindows and everything they include, then not so likely.
[23:17:21] <thakis> and we wondered how feasible that is
[23:17:40] <fishd> didn't maruel work on something like that once
[23:17:48] <thakis> maruel: did you?
[23:17:53] <fishd> have you spoken with him about his past experience trying to make print preview work?
[23:18:00] <thakis> not personally
[23:18:10] <fishd> i'd recommend a brain dump :)
[23:18:46] <fishd> cloning the dom is probably a nice idea, but that'd probably break plugins
[23:18:52] <fishd> we need to support printing of plugins too
[23:19:06] <fishd> there's also canvas to consider
[23:19:50] <thakis> fishd: plugins don't print at the moment, so that can probably wait for v2 :-P
[23:20:06] <thakis> they could somehow be replaced with a static image during cloning *handwave*
[23:20:11] *** sundiamonde has joined #chromium
[23:20:14] <fishd> yeah, that makes sense
[23:20:17] <fishd> same goes for canvas
[23:20:23] <thakis> yes
[23:20:27] *** dmaclach has quit IRC
[23:20:45] <fishd> hmm
[23:20:58] <thakis> one concern with stopping js execution is that js that does layout on resizing is stopped too
[23:20:59] *** dmaclach has joined #chromium
[23:21:00] <fishd> maybe print preview should just be render the page to pdf
[23:21:03] <thakis> no idea how bad that is
[23:21:03] <fishd> and then render the pdf
[23:22:26] <thakis> fishd: we talked about this. points against that were a) reflowing a pdf (when changing margins) is slower than doing a html reflow b) schedule risks c) putting UI on top of HTML might be easier than to put it on top of a PDF (say margin sliders, page number checkboxes etc) d) with html we could long-term maybe leverage the css paged media stuff
[23:33:27] <akalin> willchan: ping
[23:34:29] *** Malmis_ has joined #chromium
[23:34:40] *** Malmis_ has joined #chromium
[23:35:17] <willchan> akalin: pong
[23:35:32] <akalin> willchan: so i'm looking at http://code.google.com/p/chromium/issues/detail?id=36740
[23:35:55] <akalin> it looks like you're saying that OCSP should just be intiialized on the IOthread, i.e. be part of IOThread::globals()?
[23:37:22] <willchan> akalin: lemme check, i don't know the OCSP code that well
[23:39:09] <willchan> akalin: i think this code might be pretty broken, i'm still paging it into memory
[23:39:16] <akalin> broken?
[23:39:24] <akalin> also is wtc around?
[23:39:27] *** alokp has quit IRC
[23:39:30] <akalin> sync guys are under the impression that he was working on it
[23:41:35] <rsesek> akalin or thakis: can I send one of you a fix (http://codereview.chromium.org/2088005) for a Memcheck:Cond? http://build.chromium.org/buildbot/memory/builders/Chromium%20Mac%20(valgrind)/builds/4832/steps/valgrind%20test:%20unit/logs/stdio
[23:42:03] <jamesr> thakis: baaaah
[23:42:12] *** tfarina has quit IRC
[23:42:12] <willchan> akalin: wtc is on vacation
[23:42:15] <willchan> oops
[23:42:17] <akalin> rsesek: sure
[23:42:18] <willchan> i mean, in tokyo
[23:42:20] <willchan> at a conf
[23:42:22] <akalin> oh
[23:42:27] <willchan> be back next week
[23:42:37] <thakis> make: *** No rule to make target `/Volumes/MacintoshHD2/src/chrome-git/src/chrome/../xcodebuild/Debug/protoc', needed by `/Volumes/MacintoshHD2/src/chrome-git/src/chrome/../xcodebuild/DerivedSources/Debug/protoc_out/chrome/browser/userfeedback/proto/annotations.pb.h'.  Stop.
[23:42:37] <willchan> um, i think i remember the issue right now
[23:42:42] <thakis> what am i doing wrong?
[23:42:44] <rsesek> akalin: ty. http://codereview.chromium.org/2088005/show
[23:42:47] <willchan> OCSPInitSingleton makes assumptions about the IO thread
[23:42:48] <willchan> that is bad
[23:42:56] <akalin> what kinds of assumptions?
[23:42:59] <willchan> network stack code should not assume that it runs on the IO thread
[23:43:07] <willchan> since, sync for example uses it in a diff thread
[23:43:19] <akalin> oh, right
[23:43:19] <willchan> network stack code is allowed to assume it's single threaded
[23:43:20] *** markmentovai has quit IRC
[23:43:39] <willchan> OCSPInitSingleton() does a DCHECK on MessageLoopForIO::current()
[23:43:47] <akalin> right
[23:43:50] <willchan> which fails if it is initialized first on the sync thread
[23:44:03] <willchan> it shouldn't need to have that requirement
[23:44:10] <willchan> another thing
[23:44:14] <willchan> it should use Singleton
[23:44:17] <willchan> er, shouldn't
[23:44:25] <willchan> OCSP stuff gets posted to WorkerPool threads
[23:44:32] <willchan> they are not joined at shutdown
[23:44:37] <willchan> so, we get shutdown crashes
[23:44:48] *** KaOSoFt has joined #chromium
[23:44:49] <willchan> when OCSP's singleton data gets deleted by AtExitManager
[23:44:54] <akalin> i see
[23:44:55] <willchan> and then accessed from a worker thread
[23:44:58] <willchan> very evil
[23:45:03] *** KaOSoFt has left #chromium
[23:45:06] <jamesr> thakis: pages that do JS fixups to layout will look like poo when resized (or when the margins are changed or whatever)
[23:45:07] <akalin> is there a bug for the general problem?
[23:45:13] <willchan> i gave wtc crap for it, i think he has a mental TODO
[23:45:15] <akalin> it seems like this info should be captured somewhere
[23:45:18] <akalin> oh
[23:45:24] <thakis> jamesr: yes, that's what i said above
[23:45:38] <thakis> jamesr: now can you tell me how to fix that protoc error? :-)
[23:45:51] <jamesr> nuke it!
[23:45:59] <jamesr> i dunno
[23:46:01] <jamesr> restart xcode?
[23:46:14] <akalin> Get coffee while it checks dependenies
[23:46:42] <willchan> akalin: i suggest you do something like call EnsureOCSPInit() in the IOThread startup
[23:46:52] <willchan> will be a quick fix
[23:46:56] <willchan> but won't fix shutdown
[23:47:02] <thakis> hm, maybe stopping the build and restarting it fixed the problem
[23:47:03] <willchan> ukai or wtc will get to that
[23:47:06] <akalin> okay
[23:47:18] <sky__> Do all the win try bots need to be rebooted or something?
[23:47:20] <akalin> willchan: wanna annotate the bug with what you just said?
[23:47:36] <akalin> so we don't have to remember what's going on again :)
[23:47:43] <willchan> i'll file a separate bug
[23:47:49] <akalin> okay, taht works too
[23:54:20] *** malavv has joined #chromium
[23:54:24] <willchan> filed as 44223
[23:54:42] <willchan> the singleton issue.  i'll update the other bug with the single-threaded assumptions.
[23:55:38] <willchan> actually, wtc has a comment somewhat to that effect in #8
[23:56:10] *** abarth has quit IRC
[23:56:32] *** roc has quit IRC
[23:58:42] <thakis> hrm, starting gdb with chromium is slow on a mac pro as well. lame :-/
[23:58:53] <thakis> (on 10.5 at least)
[23:58:54] <akalin> gdb sucks, news at 11

top