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

[00:00:36] *** huckphin has quit IRC
[00:03:00] *** Hexxeh has quit IRC
[00:04:13] *** MikeSmithW3C has joined #chromium
[00:08:01] *** willchan_ has joined #chromium
[00:08:01] *** ChanServ sets mode: +v willchan_
[00:08:57] *** kinnetica has quit IRC
[00:10:38] *** apatrick_ has joined #chromium
[00:11:34] *** apatrick_ has left #chromium
[00:12:18] <kbr_google> i've reproduced the webgl layout test failures locally in chromium; investigating why webgl appears to be completely broken
[00:12:18] *** pinkerton has quit IRC
[00:16:44] *** huanr has joined #chromium
[00:17:29] *** unix_user has joined #chromium
[00:18:11] <earyoyo> cchrome/service/cloud_print/printer_info_cups.cc:7:23: error: cups/cups.h: No such file or directory
[00:18:11] <earyoyo> chrome/service/cloud_print/printer_info_cups.cc: In function ?void cloud_print::EnumeratePrinters(cloud_print::PrinterList*)?:
[00:18:31] <earyoyo> why is the build fail?
[00:18:35] <jamesr> earyoyo: have you run install-build-deps.sh lately?
[00:18:44] <earyoyo> no
[00:18:52] <jamesr> sounds like you need the appropriate cups dev package
[00:19:07] <earyoyo> thanks
[00:19:10] <jamesr> something like libcupsdev-blahblah. the script should pick the right one out for your distro
[00:19:22] *** apatrick_ has joined #chromium
[00:19:41] <earyoyo> where is the script?
[00:19:47] <rohitrao> rsesek: do you have flash 10.1 installed separate from the version bundled with chrome?
[00:20:01] <jamesr> earyoyo: in build/
[00:20:07] <earyoyo> thx
[00:20:13] <jamesr> it should be mentioned in the linux build instructions
[00:20:17] <rsesek> rohitrao: no. I have 10.0.42
[00:20:27] <rohitrao> rsesek: huh, ok
[00:20:40] <rohitrao> the findbar disappearing seems directly related to flash 10.1
[00:21:01] *** apatrick_ has left #chromium
[00:21:22] *** apatrick_ has joined #chromium
[00:21:44] <rohitrao> stuartmorgan: is there a way to get flash 10.1.53.38 in a chromium build?
[00:21:48] <rsesek> rohitrao: ah ha! in Chrome I see it (with bundled flsh), but not with Chromium
[00:21:56] <rohitrao> should I just download rc6?
[00:22:00] <stuartmorgan> rohitrao: copy it in?
[00:22:24] <rohitrao> didn't know you could do that :)
[00:22:29] <trungl> or make sure you have src-internal and hack the gyp
[00:22:33] <stuartmorgan> rohitrao: In fact I think you could just put in in ~/Library/Internet Plug-Ins
[00:24:29] <rohitrao> stuartmorgan: that works, thanks!
[00:24:39] *** Bleak has quit IRC
[00:24:41] <rohitrao> now the question is, why is the findbar hidden :)
[00:24:48] *** apatrick_ has left #chromium
[00:24:58] <stuartmorgan> rohitrao: it's Flash-related?
[00:25:17] <rohitrao> stuartmorgan: yeah, it's only hidden when flash 10.1 is enabled
[00:25:22] <rohitrao> and even then only on certain pages
[00:25:32] <stuartmorgan> rohitrao: oh, then it's probably the CALayer
[00:25:42] <rohitrao> yeah, that's where i was going to look
[00:26:04] <stuartmorgan> How is the find bar implemented?
[00:26:05] <rohitrao> the layer is probably higher in the z-order or something
[00:26:18] <rohitrao> it's just a view that's a sibling of the web, but higher in the z-order
[00:26:20] <rohitrao> so it shows up on top
[00:26:37] <stuartmorgan> Hm... the CALayer is attached to the web view
[00:26:38] *** muchosoft has joined #chromium
[00:26:42] <stuartmorgan> So it's odd that it would be higher
[00:27:00] <stuartmorgan> But the way we attach it is a hack, so anything is possible ;)
[00:27:13] <muchosoft> hi, someone speaks Spanish?
[00:27:22] *** pfeldman has joined #chromium
[00:29:23] *** huckphin has joined #chromium
[00:29:23] <stuartmorgan> rohitrao: oh, it may not be that layer per se, but setting wantslayer on the view
[00:30:03] *** howlymowly has quit IRC
[00:32:10] *** tonikitoo has quit IRC
[00:32:26] <muchosoft> someone tells me how to configure the proxy list in chromium?
[00:32:53] <thakis> rohitrao: views with layers might be drawn after all other views
[00:33:00] <thakis> rohitrao: try giving the find bar a layer :-P
[00:33:13] <rohitrao> thakis: this seems like a terrible solution :)
[00:33:31] <thakis> i mean, to check
[00:33:35] <thakis> not as solution
[00:33:46] *** huckphin has quit IRC
[00:34:30] <muchosoft> someone help me?
[00:35:05] <rohitrao> muchosoft: see channel topic.  ask in #chromium-support
[00:35:32] <muchosoft> ok
[00:35:40] *** muchosoft has left #chromium
[00:38:27] *** markmentovai has left #chromium
[00:38:29] <rohitrao> definitely caused by setWantsLayer
[00:38:38] <rohitrao> will try giving the findbar a layer post-yoga
[00:39:13] *** apatrick_ has joined #chromium
[00:39:23] <estade> anyone want to claim GeolocationBrowserTest.NoInfobarForDeniedOrigin timeout?
[00:39:34] <estade> http://build.chromium.org/buildbot/waterfall/builders/Vista%20Tests%20(dbg)(4)/builds/8417/steps/browser_tests/logs/stdio
[00:41:54] *** rohitrao_ has joined #chromium
[00:41:54] *** ChanServ sets mode: +v rohitrao_
[00:42:17] *** senorblanco has quit IRC
[00:42:21] <estade> bulach: ^^
[00:42:52] *** unix_user has quit IRC
[00:43:18] *** kliegs has quit IRC
[00:44:15] *** rohitrao has quit IRC
[00:44:15] *** rohitrao_ is now known as rohitrao
[00:48:27] *** malavv has quit IRC
[00:50:09] *** jshin has joined #chromium
[00:50:18] *** BCalvignac has quit IRC
[00:53:58] *** eseidel has joined #chromium
[00:54:48] <akalin> hey guys
[00:54:53] <akalin> where is the NDEBUG variable defined in the gyp files?
[00:55:17] *** shenki has joined #chromium
[00:58:05] <estade> akalin: build/common.gypi it seems
[00:58:21] *** bratsche has quit IRC
[00:58:51] *** willchan_ has quit IRC
[01:03:03] <akalin> estade: thanks!
[01:03:08] *** wjmaclean_ has quit IRC
[01:04:55] *** hagebake has joined #chromium
[01:04:58] *** bradleymeck has quit IRC
[01:05:14] *** hagabaka has quit IRC
[01:07:43] *** Kunalagon has quit IRC
[01:08:57] *** hbono has joined #chromium
[01:09:07] *** hagebake is now known as hagabaka
[01:09:57] *** mc__ has quit IRC
[01:09:59] *** pfeldman has quit IRC
[01:11:19] *** jrmuizel has quit IRC
[01:11:46] <akalin> man, reitveld sure is crappy
[01:12:02] <akalin> either reitveld or appengine, i guess
[01:12:10] <rsesek> it could be worse, I'm sure
[01:12:38] <akalin> 5-10s latencies make me sad :(
[01:17:04] <estade> who is seh
[01:18:09] <estade> hey trungl, I found a page that might be more useful for you for the bot
[01:18:10] <estade> http://code.google.com/p/chromium/source/browse/wiki/UserHandleMapping.wiki
[01:18:19] <estade> maybe easier to parse
[01:18:42] *** skydrome has quit IRC
[01:19:08] <trungl> indeed
[01:19:18] <trungl> though I have a (slow) parser already
[01:19:40] <hbono> estade: seh -> scott hancher?
[01:19:47] <estade> yea
[01:20:03] <estade> not in irc it seems, or with a different name
[01:22:42] *** skydrome has joined #chromium
[01:22:50] *** tessamac has joined #chromium
[01:26:11] <estade> anyone sit near him? not responsive on gchat either :[
[01:26:45] *** mpcomplete has quit IRC
[01:26:50] *** HansInEffect has left #chromium
[01:26:55] *** apatrick_ has left #chromium
[01:27:42] *** Martijnc_ has quit IRC
[01:29:14] *** sshc has joined #chromium
[01:30:54] *** pdelgallego has quit IRC
[01:31:12] *** mpcomplete has joined #chromium
[01:31:12] *** ChanServ sets mode: +v mpcomplete
[01:37:50] *** davemoore has quit IRC
[01:37:52] *** arv has quit IRC
[01:38:02] *** davemoore has joined #chromium
[01:38:05] *** arv has joined #chromium
[01:41:25] *** apatrick_ has joined #chromium
[01:44:42] *** RT|Chatzilla has joined #chromium
[01:44:42] *** kliegs has joined #chromium
[01:45:13] <thakis> rohitrao: what's the bug # of the findbar bug?
[01:46:24] *** eseidel has quit IRC
[01:48:49] *** kenneth_reitz|kr has joined #chromium
[01:53:14] *** robarnold has quit IRC
[01:54:06] *** trungl has quit IRC
[01:54:09] * thakis wants a new dev channel release
[01:55:27] *** eseidel has joined #chromium
[01:55:37] *** kinnetica has joined #chromium
[01:55:42] *** xji has quit IRC
[01:58:56] *** mfinkle has joined #chromium
[01:59:14] *** MikeSmithW3C has quit IRC
[01:59:35] *** inferno-sec has quit IRC
[01:59:36] <kbr_google> fyi, webgl test breakage in chromium fixed in webkit r60582
[02:00:33] *** skydrome has quit IRC
[02:00:49] *** skydrome has joined #chromium
[02:00:49] <rsesek> the mac trybot has 43 pending?!?!
[02:01:31] <kbr_google> dhg, evanm, tkent: pls see above note regarding tree status
[02:01:33] *** AaronMT has joined #chromium
[02:02:00] *** skydrome has quit IRC
[02:03:49] *** duffydack has quit IRC
[02:11:52] <pkasting__> kbr_google: Thanks for fixing, I'll look into rolling that in ASAP
[02:12:05] <kbr_google> pkasting__: np
[02:14:30] *** bent-mozilla has joined #chromium
[02:16:22] *** Bleak has joined #chromium
[02:17:59] <pkasting__> estade: I have updated WK with less testing than I would normally give, in hopes of greening the Mac WK bot
[02:18:10] <rohitrao> thakis: 44087
[02:18:12] <pkasting__> estade: If something goes wrong, I can jump on it
[02:18:22] <estade> pkasting__: okay
[02:18:32] <thakis> rohitrao: thanks
[02:19:39] <trungl-bot> Tree status changed: Tree open (Mac WK Layout tests should go green)
[02:20:13] *** dmaclach has quit IRC
[02:20:51] *** cleary_ has quit IRC
[02:21:39] *** victorw has quit IRC
[02:22:17] *** tonyg-cr has quit IRC
[02:22:26] *** Venom_X has quit IRC
[02:23:05] *** cleary has joined #chromium
[02:25:00] *** stuartmorgan has quit IRC
[02:25:43] *** lianj_ has joined #chromium
[02:25:58] *** dglazkov has quit IRC
[02:26:06] <thakis> estade (or others): do you know if there are bugs already for page/tools menu unification?
[02:27:56] *** MikeSmithW3C has joined #chromium
[02:28:08] <rsesek> thakis: there is
[02:28:27] <thakis> rsesek: where? can't find it
[02:28:41] <rsesek> thakis: crbug.com/37925
[02:28:45] *** xji has joined #chromium
[02:29:31] *** lianj has quit IRC
[02:29:47] <trungl-bot> Tree status changed: Tree is closed (Automatic: "compile" on "Linux Builder (ChromiumOS)" from 48795: estade at chromium dot org, pkasting at chromium dot org)
[02:30:15] <estade> pkasting__: my fault
[02:30:38] *** yutak_home has quit IRC
[02:30:45] <thakis> rsesek: thx
[02:30:50] *** thakis is now known as thakis_afk
[02:31:23] *** Kaosevil has quit IRC
[02:32:52] *** rafaelw has left #chromium
[02:35:05] *** Travis-42 has quit IRC
[02:35:52] <trungl-bot> Tree status changed: Tree is closed (estade on chromeos compile)
[02:37:33] *** General13372 has joined #chromium
[02:38:29] *** WePac has joined #chromium
[02:39:10] *** kinnetica has quit IRC
[02:40:32] *** oshima1 has quit IRC
[02:41:13] *** General1337 has quit IRC
[02:41:16] *** eseidel has quit IRC
[02:41:27] *** paul_irish has quit IRC
[02:42:55] <trungl-bot> Tree status changed: Tree is open (chromeos cycling green)
[02:43:02] *** vrk has joined #chromium
[02:44:44] *** Paradox has left #chromium
[02:46:27] *** rsesek has quit IRC
[02:46:51] *** trungl has joined #chromium
[02:46:52] *** ChanServ sets mode: +v trungl
[02:50:30] <trungl> 'evening, Chromium.
[02:50:31] <trungl-bot> trungl: Good evening.
[02:51:14] *** ericroman has joined #chromium
[02:51:24] *** ericroman has left #chromium
[02:52:20] *** atwilson has joined #chromium
[02:52:48] *** eroman has joined #chromium
[02:54:18] *** dglazkov has joined #chromium
[02:54:19] *** ChanServ sets mode: +v dglazkov
[02:55:23] *** erikkay has quit IRC
[02:55:39] <estade> pkasting__: http://build.chromium.org/buildbot/waterfall/builders/Webkit%20%28dbg%29%282%29/builds/17553
[02:57:10] *** AaronMT has quit IRC
[02:57:24] *** trungl has quit IRC
[02:57:45] *** trungl has joined #chromium
[02:57:45] *** ChanServ sets mode: +v trungl
[02:57:47] <pkasting__> estade: That's odd, this is another case where the canary was fine
[02:59:55] <pkasting__> estade: Ahhh
[03:00:06] <pkasting__> estade: This is an ASSERT fail, so it will only show up on a Debug bot
[03:00:48] *** oshima1 has joined #chromium
[03:01:05] <pkasting__> estade: I'll poke at it more
[03:01:16] <estade> sgtm
[03:02:09] <trungl-bot> Tree status changed: Tree is open (chromeos cycling green, WK layout test crashes -> pkasting)
[03:04:11] <trungl-bot> Tree status changed: Tree is closed (Automatic: "compile" on "Linux Builder (ChromiumOS)" from 48798: eroman at chromium dot org, sergeyu at chromium dot org)
[03:06:39] <eroman> looks like sergeyu's change (complaining about not finding  alibjingle file)
[03:07:32] *** dglazkov has quit IRC
[03:07:47] <estade> sergeyu broke chromeos
[03:07:51] <estade> ah
[03:08:06] <estade> eroman saw as well. Has anyone pinged him?
[03:08:38] <akalin> i pinged him
[03:08:39] <eroman> estade: i tried pinging on IM, no response yet
[03:08:47] <akalin> he's looking
[03:08:52] <estade> thanks
[03:10:00] *** Buglouse has joined #chromium
[03:10:16] <trungl-bot> Tree status changed: Tree is closed (chromeos compile->sergeyu, WK layout tests -> pkasting)
[03:11:30] <estade> I'm out all
[03:11:39] <estade> please be kind + loving to the tree
[03:14:19] *** leeight has joined #chromium
[03:14:23] *** leeight has left #chromium
[03:14:25] *** bweinstein has quit IRC
[03:18:15] *** mpcomplete has quit IRC
[03:22:10] *** dglazkov has joined #chromium
[03:22:10] *** ChanServ sets mode: +v dglazkov
[03:22:33] *** dpranke has quit IRC
[03:26:34] *** johnny_g_ has joined #chromium
[03:29:37] *** rolandsteiner has joined #chromium
[03:30:20] *** johnny_g has quit IRC
[03:30:21] *** johnny_g_ is now known as johnny_g
[03:31:41] *** GuyFromHell has joined #chromium
[03:32:18] <GuyFromHell> if i were to want to implement the chrome bookmark sync in... you know... not chrome, is there any specification docs besides the high level one on the wiki?
[03:32:24] <GuyFromHell> or is source code my best bet
[03:32:32] <akalin> you mean the client side?
[03:32:36] <akalin> or the server side
[03:32:37] <GuyFromHell> akalin, yar
[03:32:39] <GuyFromHell> akalin, client
[03:32:42] <akalin> hmm
[03:32:58] <GuyFromHell> i'm thinking of doing a android app.. maybe...
[03:33:22] <akalin> i think the only spec is the one on the wiki
[03:33:43] <GuyFromHell> darn, because the one i saw is just "this is kinda what happens" and doesn't get into any specifics
[03:33:49] <akalin> yeah
[03:34:04] <akalin> you may want to look at the python server to see what it expects
[03:34:26] <GuyFromHell> hmm, that's probably easier than source diving the C++...
[03:34:26] <akalin> that plus the protocol definitions might get you somewhere
[03:34:40] <akalin> yeah the client-side code is pretty hairy
[03:34:59] <akalin> and probably not very easily transferrable to android
[03:35:05] *** johnny_g has quit IRC
[03:35:07] <GuyFromHell> i didn't realize it'd be like that, i saw the directory for chrome/browser/sync and was thinking it would be like 2 files... not 20
[03:35:30] <akalin> sync is complicated :-)
[03:35:33] <GuyFromHell> but then again, i've been in python land too long, what do i know about source length in C++ anymore :P
[03:36:12] <GuyFromHell> anyways, thanks for the idea about checking out the py server
[03:36:18] <akalin> sure
[03:38:30] *** bent-mozilla has quit IRC
[03:39:32] *** bevc_work has quit IRC
[03:44:02] *** MikeSmithW3C has quit IRC
[03:52:26] *** tonyg-cr has joined #chromium
[03:52:26] *** ChanServ sets mode: +v tonyg-cr
[03:55:57] *** WePac has quit IRC
[03:58:59] *** dave_levin has quit IRC
[03:59:08] *** skydrome has joined #chromium
[03:59:40] *** Bleak has quit IRC
[04:06:43] *** tonyg-cr has quit IRC
[04:08:16] <trungl-bot> Tree status changed: Tree is closed (things should be getting greener)
[04:08:49] <pkasting__> Going to get dinner and come back and see if the WK roll has helped
[04:09:06] <pkasting__> If things are green and someone needs to commit before I get back feel free to open
[04:13:23] *** ufosky has joined #chromium
[04:16:16] *** xji has quit IRC
[04:16:44] *** rohitrao has quit IRC
[04:17:22] *** thakis has joined #chromium
[04:17:22] *** ChanServ sets mode: +v thakis
[04:17:52] *** chrisccoulson has quit IRC
[04:18:47] <ufosky> when i build chrome use visual studio 2008,and i set GYP_DEFINES=library=shared_library,some projects generate .dll files don't generate .lib file for import,how to fix?
[04:25:51] *** tedoc2000 has quit IRC
[04:25:51] *** Mrcheesenips has quit IRC
[04:25:51] *** aboodman has quit IRC
[04:25:51] *** mattm_g has quit IRC
[04:25:51] *** ivan has quit IRC
[04:25:51] *** Sarten-X has quit IRC
[04:25:52] *** ScriptRipper has quit IRC
[04:25:52] *** wjmaclean has quit IRC
[04:25:52] *** akalin has quit IRC
[04:25:52] *** awong_ has quit IRC
[04:25:52] *** yurys has quit IRC
[04:28:14] *** Mrcheesenips has joined #chromium
[04:28:14] *** aboodman has joined #chromium
[04:28:14] *** mattm_g has joined #chromium
[04:28:14] *** ivan has joined #chromium
[04:28:14] *** Sarten-X has joined #chromium
[04:28:14] *** ScriptRipper has joined #chromium
[04:28:14] *** wjmaclean has joined #chromium
[04:28:14] *** akalin has joined #chromium
[04:28:14] *** awong_ has joined #chromium
[04:28:14] *** yurys has joined #chromium
[04:28:14] *** zelazny.freenode.net sets mode: +v aboodman
[04:28:56] *** willchan_ has joined #chromium
[04:28:57] *** ChanServ sets mode: +v willchan_
[04:29:13] *** Mrcheesenips has quit IRC
[04:30:30] *** Mrcheesenips has joined #chromium
[04:30:30] *** Mrcheesenips has joined #chromium
[04:34:39] *** jamesr has quit IRC
[04:35:25] *** mrossetti has quit IRC
[04:40:32] *** tfarina has joined #chromium
[04:42:28] *** mrossetti has joined #chromium
[04:43:00] *** rickspencer3 has quit IRC
[04:43:01] *** blah_sphemer has left #chromium
[04:43:49] *** mrossetti has quit IRC
[04:45:11] *** MikeSmithW3C has joined #chromium
[04:45:54] *** dglazkov has quit IRC
[04:46:49] *** mrossetti has joined #chromium
[04:47:41] *** mrossetti has quit IRC
[04:51:38] <tfarina> will be the tree reopened soon?
[04:51:44] <pkasting__> I just opened
[04:51:47] <trungl-bot> Tree status changed: Tree open
[04:51:49] *** pkasting__ is now known as pkasting
[04:52:01] <tfarina> thanks!
[04:52:08] *** ChanServ sets mode: +v pkasting
[04:52:36] <pkasting> There are still a few questionable things but I don't think they're my fault (fingers crossed)
[04:52:40] <pkasting> Anyway, I'm going home
[04:52:44] <pkasting> tkent: It's all yours
[04:53:59] *** trungl-bot has quit IRC
[04:54:09] *** jshin has quit IRC
[04:54:18] <tfarina> tkent: I can help if you need :)
[04:54:28] *** trungl-bot has joined #chromium
[04:56:15] <trungl-bot> Tree status changed: Tree open [testing irc-bot: viettrungluu at chromium dot org (:trungl)]
[04:57:00] *** dave_levin has joined #chromium
[04:57:16] <trungl-bot> Tree status changed: Tree open [testing irc-bot: viettrungluu at chromium dot org (:trungl) / mark at chromium dot org (:markmentovai)]
[04:58:17] <trungl-bot> Tree status changed: Tree open
[04:58:59] <tkent> pkasting:  sure.
[05:02:41] *** TabAtkins__ has joined #chromium
[05:04:11] *** huanr has quit IRC
[05:06:15] *** willchan_ has quit IRC
[05:06:28] *** MikeSmithW3C^ has joined #chromium
[05:08:43] *** tedoc2000 has joined #chromium
[05:09:22] *** MikeSmithW3C has quit IRC
[05:09:37] <tkent> thakis: yt?
[05:09:49] <thakis> tkent: barely
[05:09:50] <thakis> what's up
[05:09:52] <thakis> ?
[05:09:54] <tkent> tha
[05:10:09] <tkent> thakis: your WebKit change seems to break a test: http://test-results.appspot.com/dashboards/flakiness_dashboard.html#useWebKitCanary=true&tests=fast%2Frepaint%2Ffixed-move-after-keyboard-scroll.html
[05:10:41] <thakis> tkent: unpossible :-(
[05:10:53] <thakis> tkent: roll it out, i don't have time to look into this now
[05:11:21] <thakis> tkent: wait
[05:11:26] <thakis> tkent: what does that graph mean?
[05:11:37] <thakis> what does IMAGE mean?
[05:13:11] <tkent> It means render tree dump was ok, but image dump mismatched.
[05:15:21] *** figaroo has joined #chromium
[05:15:24] <thakis> tkent: i don't understand what happens if i click "show results"
[05:15:33] <figaroo> Hi, where can I go to chat live about extensions?
[05:15:57] <thakis> tkent: they look good to me
[05:16:20] <thakis> tkent: also, everything seems to pass at http://build.webkit.org/console , no?
[05:17:03] <figaroo> Anyone know?
[05:17:05] *** ufosky has quit IRC
[05:17:19] <tfarina> look for the google groups
[05:17:27] <tkent> thakis: build.webkit.org doesn't show Chromium LayoutTests resutls.
[05:18:19] <tkent> thakis:  anyway, I'll check the test locally.
[05:19:03] *** rickspencer3 has joined #chromium
[05:19:24] *** Waste has quit IRC
[05:21:06] <thakis> tkent: https://bugs.webkit.org/show_bug.cgi?id=38416
[05:21:39] <thakis> tkent: i believe my patch is correct, so if you could add that patch to the skiplist for chromium, i'd prefer that
[05:21:54] <thakis> you can then file a bug and assign it to me and i'll investigate
[05:22:26] <thakis> tkent: anyways, i have to run
[05:22:30] <thakis> tkent: worst case, roll it out
[05:23:01] <tkent> thakis: ok, I'll add it test_expectation.txt if your change is culprit.
[05:23:27] <figaroo> I can't find the official group
[05:23:33] <figaroo> for extensions.
[05:23:42] <figaroo> google groups is hard to search
[05:24:33] <tkent> figaroo: I think we have no chat on extensions.  The mail list is chromium-extensions at chromium dot org
[05:29:37] *** Buglouse has quit IRC
[05:31:39] *** Pr0jectRec0n has joined #chromium
[05:31:55] <Pr0jectRec0n> hey Have a question
[05:32:23] <Pr0jectRec0n> Have the same problem as here : http://www.google.com/support/forum/p/Chrome/thread?tid=0494ba482c478d6c&hl=en
[05:32:44] <Pr0jectRec0n> ne of the guys suggested this : http://www.opssys.com/instantkb/article.aspx?id=10176
[05:33:12] *** jayvee has joined #chromium
[05:33:20] <Pr0jectRec0n> But I'm on Win 7 and could not add "Evereyone" as d\irected because of this (I'm an admin on my machine)
[05:34:59] <jayvee> I pinned some tabs, and they wouldn't come up on startup at first. Now they are coming up on startup, but when I unpin them, close Chromium and restart it, the tabs come up again.
[05:35:03] <jayvee> They're stuck on!
[05:35:11] <jayvee> Any ideas how to unpin them for good>
[05:35:13] <jayvee> ?
[05:35:22] <Pr0jectRec0n> http://imgur.com/kHTDb.png
[05:40:22] <jayvee> http://www.google.com/search?q=chrome+pinned+tabs+stuck <--- just about no results
[05:42:09] <tfarina> jayvee: seems like a good case to file a bug? If so, could you file one for it ar crbug.com/new ?
[05:42:23] <tfarina> at*
[05:42:51] <jayvee> to be honest, I'd rather first figure out how to unstick the tabs (which I'll need to do for filing the bug anyway)
[05:43:09] <jayvee> do you have any pointers for where I should look?
[05:43:35] <jayvee> I don't see any obvious file like "~/.config/chromium/Pinned Tabs"
[05:43:50] <akalin> might be in the preferences file somewhere
[05:44:22] <jayvee> akalin: aha!
[05:44:26] <jayvee> "pinned_tabs": [ {
[05:45:26] *** nikolasco has joined #chromium
[05:49:25] <jayvee> tfarina: http://code.google.com/p/chromium/issues/detail?id=45705
[05:49:47] <jayvee> so removing the pinned_tabs section from Preferences fixed it.
[05:49:53] <jayvee> cheers
[05:53:21] *** anfedorov has joined #chromium
[05:53:43] <anfedorov> does anyone know the IRC channel for the Chrome browser?
[05:53:55] <anfedorov> (implied: is this it?)
[05:55:34] *** michaeln has quit IRC
[05:59:28] *** dglazkov has joined #chromium
[05:59:28] *** ChanServ sets mode: +v dglazkov
[06:02:37] *** dglazkov has quit IRC
[06:03:41] *** Mrcheesenips has quit IRC
[06:10:22] *** rolandsteiner has quit IRC
[06:10:47] *** figaroo has quit IRC
[06:12:09] <trungl-bot> Tree status changed: Tree is closed (Automatic: "compile" on "Chromium Builder (dbg)" from 48811: sergeyu at chromium dot org)
[06:13:30] *** _2x2l has quit IRC
[06:16:48] *** skydrome has quit IRC
[06:18:18] *** thakis has quit IRC
[06:18:34] *** skydrome has joined #chromium
[06:19:33] *** kinuko has quit IRC
[06:20:01] *** rolandsteiner has joined #chromium
[06:22:07] *** Pr0jectRec0n has left #chromium
[06:22:31] *** magn3ts has joined #chromium
[06:24:17] *** MikeSmithW3C^ has quit IRC
[06:24:17] *** MikeSmithW3C has joined #chromium
[06:27:01] *** rikki_max has joined #chromium
[06:28:49] <rikki_max> is there any known issues for html5 video tag and ogg videos?
[06:29:51] *** dave_levin has quit IRC
[06:30:31] *** _2x2l has joined #chromium
[06:30:52] *** trungl-bot has quit IRC
[06:31:00] *** trungl-bot has joined #chromium
[06:32:51] *** ufosky has joined #chromium
[06:38:58] *** zork has joined #chromium
[06:44:16] <tkent> I'll revert r48811 if no one objects
[06:45:13] *** wjmaclean has quit IRC
[06:45:15] <tony^work> looks like sergey is trying a clobber
[06:45:20] *** wjmaclean has joined #chromium
[06:46:11] <tkent> ok, I won't revert.
[06:46:18] *** figaroo has joined #chromium
[06:46:30] *** TabAtkins___ has joined #chromium
[06:46:43] *** figaroo is now known as foobar
[06:46:54] *** foobar is now known as fooo
[06:47:12] *** fooo is now known as foobar
[06:47:16] <foobar> Hi
[06:48:07] <foobar> When it comes to chromium extensions, can I place an iframe in a background page and have it work?
[06:49:13] *** TabAtkins__ has quit IRC
[06:49:35] <foobar> Anyone understand my question?
[06:49:45] <tony^work> looks green now
[06:50:16] <tkent> great
[06:51:15] <dumi> tree is still red
[06:52:31] <dumi> foobar: give it a try and see if it works?
[06:53:16] <foobar> I'm trying to communicate with a contentscript inside an iframe on the background page.
[06:53:16] <foobar> How can I send messages back and forth between the background page and iframe?
[06:54:12] <dumi> foobar: not sure, i'm not an extension expert, try #chromium-support
[06:54:49] <foobar> I know that a contentscript can send a message to the background page with chrome.extension.sendRequest, but how would I send a message to an iframe from the background page?
[06:55:42] <dumi> tony^work: the tree is still red. do you know if sergey is working on making it green?
[06:56:01] <foobar> It seems simple enough.
[06:56:33] <tony^work> I think we just need to reopen
[06:56:40] <tony^work> I will try to ping him on IM
[06:56:45] <dumi> tony^work: ok, thanks
[06:58:14] <trungl-bot> Tree status changed: Tree is open
[06:58:50] *** bradleymeck has joined #chromium
[06:59:09] *** Hixie has quit IRC
[07:00:56] * trungl learns about http://chromium-status.appspot.com/current?format=json -- who knew?
[07:04:04] <bradleymeck> mmm in v8 how would one extend v8::Object?
[07:07:54] <dumi> chromium/win/release just turned green, i guess sergey is off the hook :)
[07:08:02] <foobar> hmm
[07:09:26] <foobar> Is there a way to do cross-domain communication with an iframe in the background page if permissions are set for that domain?
[07:09:27] <foobar> Ugh, idk if that came out understandably.
[07:11:23] <bradleymeck> background page?
[07:12:27] *** trungl-bot has quit IRC
[07:12:51] *** trungl-bot has joined #chromium
[07:12:53] *** thakis has joined #chromium
[07:12:53] *** ChanServ sets mode: +v thakis
[07:13:04] <trungl> trungl-bot: treestatus
[07:13:05] <trungl-bot> trungl: Tree status set by sergeyu at chromium dot org: Tree is open
[07:13:09] <thakis> tkent: thinking about it, that baseline might be wrong
[07:13:14] <thakis> tkent: my cl fixes a scroling bug
[07:13:24] *** atwilson_ has joined #chromium
[07:13:40] <thakis> tkent: maybe the baseline for that test (which also is related to scrolling) was generated while chrome's scrolling was broken
[07:13:53] <thakis> tkent: since that test was added in the scrolling regression window, that seems likely
[07:13:59] <thakis> maybe it just needs rebaselining
[07:14:21] *** ufosky has quit IRC
[07:16:26] *** trungl-bot has quit IRC
[07:16:44] *** trungl-bot has joined #chromium
[07:19:35] *** dave_levin has joined #chromium
[07:20:23] *** atwilson_ has quit IRC
[07:20:27] *** rubenbb has quit IRC
[07:20:30] *** atwilson_ has joined #chromium
[07:24:05] *** Zaba has quit IRC
[07:26:37] <trungl-bot> Tree status changed: Tree is open [test change]
[07:26:47] *** trungl-bot has quit IRC
[07:26:57] *** trungl-bot has joined #chromium
[07:27:37] *** Zaba has joined #chromium
[07:27:54] <trungl-bot> Tree status changed: Tree is open
[07:29:41] *** shreyas has joined #chromium
[07:29:54] *** trungl-bot has quit IRC
[07:30:00] *** trungl-bot has joined #chromium
[07:31:23] *** loislo has joined #chromium
[07:31:35] *** cli_ has quit IRC
[07:31:58] <trungl-bot> Tree status changed: Tree is open [testing: viettrungluu at chromium dot org (:trungl)]
[07:32:37] *** holdenss has joined #chromium
[07:34:00] <trungl-bot> Tree status changed: Tree is open
[07:34:14] *** morrita has joined #chromium
[07:34:15] *** magn3ts has quit IRC
[07:35:09] *** rubenbb has joined #chromium
[07:37:07] *** trungl-bot has quit IRC
[07:37:13] <shreyas> in BrowserWindow, the method IsActive() almost never works
[07:37:24] *** trungl-bot has joined #chromium
[07:38:51] <shreyas> any reasons why?
[07:40:00] *** MikeSmithW3C^ has joined #chromium
[07:41:36] <trungl> why do you say it almost never works and why do you care?
[07:41:45] <trungl> it works when it needs to work
[07:42:20] *** MikeSmithW3C has quit IRC
[07:42:25] <shreyas> i am trying to use it in my code and it returns bool false even when its actually active
[07:43:04] <trungl> <shrug>
[07:43:24] *** Caleb has quit IRC
[07:44:56] *** Caleb has joined #chromium
[07:47:10] *** happygrue has quit IRC
[07:47:26] *** happygrue has joined #chromium
[07:47:42] *** bradleymeck has quit IRC
[07:51:39] *** holdenss has quit IRC
[07:56:26] *** MikeSmithXX has joined #chromium
[07:59:05] *** MikeSmithW3C^ has quit IRC
[08:03:11] *** thakis has quit IRC
[08:05:28] *** eycel has quit IRC
[08:07:40] *** jayvee has left #chromium
[08:10:33] *** RT|Chatzilla has quit IRC
[08:10:45] *** wers has joined #chromium
[08:11:11] *** aroben has joined #chromium
[08:12:07] *** Adys has quit IRC
[08:14:02] *** MikeSmithW3C^ has joined #chromium
[08:15:10] *** holdenss has joined #chromium
[08:18:36] *** Kunalagon has joined #chromium
[08:18:50] *** johnny_g has joined #chromium
[08:19:32] *** MikeSmithW3C^ has quit IRC
[08:20:03] *** MikeSmithW3C has joined #chromium
[08:20:29] *** Zaba has quit IRC
[08:22:45] *** RT|Chatzilla has joined #chromium
[08:23:06] *** Zaba has joined #chromium
[08:23:16] *** Yonz has joined #chromium
[08:25:24] *** Adys has joined #chromium
[08:27:07] *** Hixie has joined #chromium
[08:30:35] *** tittiatcoke has joined #chromium
[08:30:36] *** tittiatcoke has quit IRC
[08:30:36] *** tittiatcoke has joined #chromium
[08:36:38] *** hagabaka has quit IRC
[08:37:36] *** satorux1 has left #chromium
[08:40:02] *** pfeldman has joined #chromium
[08:45:56] *** ik0n has quit IRC
[08:51:17] *** holdenss has quit IRC
[08:52:48] *** rolandsteiner has quit IRC
[08:52:55] *** TabAtkins___ has quit IRC
[08:53:31] *** abarth has joined #chromium
[08:53:31] *** ChanServ sets mode: +v abarth
[08:54:44] *** aroben_ has joined #chromium
[08:54:45] *** aroben_ has joined #chromium
[08:54:45] *** aroben has quit IRC
[08:56:57] *** fahadsadah has quit IRC
[08:58:05] *** aroben_ has quit IRC
[08:58:35] *** aroben has joined #chromium
[08:58:36] *** aroben has joined #chromium
[09:00:02] *** tedoc2000 has quit IRC
[09:01:02] *** fahadsadah has joined #chromium
[09:01:04] *** holdenss has joined #chromium
[09:04:22] *** holdenss has quit IRC
[09:04:40] *** tkent has quit IRC
[09:05:09] *** GeekShadow has joined #chromium
[09:05:44] *** ojan has quit IRC
[09:05:55] *** tkent has joined #chromium
[09:06:08] *** RT|Chatzilla has quit IRC
[09:07:54] *** RT|Chatzilla has joined #chromium
[09:11:48] *** fqian has quit IRC
[09:18:18] *** aroben has quit IRC
[09:18:49] *** aroben has joined #chromium
[09:18:56] *** aroben has quit IRC
[09:18:57] *** aroben has joined #chromium
[09:19:27] *** hayato has quit IRC
[09:20:21] *** Martijnc has joined #chromium
[09:21:11] *** hayato has joined #chromium
[09:21:25] *** tittiatcoke has quit IRC
[09:24:08] *** paul_irish has joined #chromium
[09:25:00] *** pdelgallego has joined #chromium
[09:27:04] *** General1337 has joined #chromium
[09:27:16] *** aroben has quit IRC
[09:30:04] *** General13372 has quit IRC
[09:36:24] *** holdenss has joined #chromium
[09:37:18] *** michaeltomer has joined #chromium
[09:38:41] <michaeltomer> I'm having a weird issue where Chrome isn't loading all of my JS files, even though Safari, Firefox, Opera, and Camino all load the same page properly.
[09:39:20] *** jmson has joined #chromium
[09:39:44] <michaeltomer> There aren't any Javascript errors, but the inspector only shows one JS tag, even though "view source" shows they're all there.
[09:40:15] <michaeltomer> Is this a known issue?
[09:40:58] <michaeltomer> Come to think of it, even doing a sanity check by throwing an H1 tag in among the JS tags causes Chrome to skip the H1 tag, too!
[09:41:28] <michaeltomer> I should mention that I'm including all of my JS files at the bottom of the page, rather than in the head tag.
[09:43:20] *** tkent has quit IRC
[09:43:50] *** tkent has joined #chromium
[09:44:17] *** johnny_g has quit IRC
[09:47:44] *** holdenss has quit IRC
[09:47:45] *** johnny_g has joined #chromium
[09:53:20] *** GuyFromHell_ has joined #chromium
[09:54:05] *** johnny_g has quit IRC
[09:54:09] *** jeffra has joined #chromium
[09:55:08] *** jeffra has quit IRC
[09:55:42] *** Martijnc has quit IRC
[09:56:37] *** GuyFromHell has quit IRC
[10:02:45] *** foobar has quit IRC
[10:04:13] *** trungl has quit IRC
[10:05:16] *** pfeldman_ has joined #chromium
[10:07:03] *** MikeSmithW3C^ has joined #chromium
[10:08:24] *** pfeldman has quit IRC
[10:08:25] *** pfeldman_ is now known as pfeldman
[10:09:30] *** MikeSmithW3C has quit IRC
[10:17:41] *** slavka`1 has joined #chromium
[10:18:06] *** mc__ has joined #chromium
[10:19:12] *** MikeSmithW3C^ has quit IRC
[10:21:07] *** abarth has quit IRC
[10:23:56] *** abarth has joined #chromium
[10:23:56] *** ChanServ sets mode: +v abarth
[10:31:29] *** zork has left #chromium
[10:32:35] *** hayato has quit IRC
[10:34:30] *** hayato has joined #chromium
[10:37:16] *** shreyas has quit IRC
[10:40:12] *** Kunalagon has quit IRC
[10:42:52] *** shreyas has joined #chromium
[10:45:03] *** leeight has joined #chromium
[10:50:05] *** pfeldman_ has joined #chromium
[10:53:28] *** pfeldman has quit IRC
[10:53:28] *** pfeldman_ is now known as pfeldman
[10:56:12] *** MikeSmithW3C has joined #chromium
[10:59:59] *** fahadsadah has quit IRC
[11:05:39] *** ROBOd has joined #chromium
[11:05:54] *** howlymowly has joined #chromium
[11:06:02] *** fahadsadah has joined #chromium
[11:11:07] *** abarth has quit IRC
[11:14:18] *** leeight has left #chromium
[11:27:44] *** FullFlannelJacke has quit IRC
[11:31:33] *** FullFlannelJacke has joined #chromium
[11:32:56] *** chrisccoulson has joined #chromium
[11:40:46] *** maikmerten has joined #chromium
[11:41:19] *** happygrue has quit IRC
[11:42:42] *** Zaba has quit IRC
[11:43:22] <bulach> estade: I'll look at the  GeolocationBrowserTest.NoInfobarForDeniedOrigin timeout, thanks for the heads up
[11:44:42] *** MikeSmithW3C^ has joined #chromium
[11:46:04] *** MikeSmithW3C has quit IRC
[11:48:48] *** Zaba has joined #chromium
[11:49:02] *** monreal has joined #chromium
[11:56:43] *** zork has joined #chromium
[12:00:40] *** tfarina has quit IRC
[12:07:01] *** leeight has joined #chromium
[12:07:02] *** leeight has left #chromium
[12:07:13] *** zork has quit IRC
[12:08:57] *** zork has joined #chromium
[12:17:41] *** echelog-1 has joined #chromium
[12:18:34] *** GeekShadow has quit IRC
[12:21:07] *** bers has joined #chromium
[12:31:36] *** duffydack has quit IRC
[12:42:35] *** MikeSmithW3C^ has quit IRC
[12:47:19] *** kphanee has quit IRC
[12:47:50] *** FullFlannelJacke has quit IRC
[12:48:06] *** zork has quit IRC
[12:48:46] *** wers has quit IRC
[12:50:39] *** FullFlannelJacke has joined #chromium
[12:54:52] *** Kaosevil has joined #chromium
[12:55:53] *** hbono has quit IRC
[13:10:22] *** vladbph has quit IRC
[13:10:24] *** vladbph_ has joined #chromium
[13:10:26] *** vladbph_ is now known as vladbph
[13:10:35] *** anfedorov has quit IRC
[13:14:35] *** Martijnc has joined #chromium
[13:22:56] *** _rs has joined #chromium
[13:29:44] *** pfeldman has joined #chromium
[13:33:45] *** ufosky has joined #chromium
[13:36:13] *** vladbph has quit IRC
[13:36:38] *** vladbph has joined #chromium
[13:38:49] *** yutak_home has joined #chromium
[13:38:56] *** ChanServ sets mode: +v yutak_home
[13:46:52] *** GeekShadow has joined #chromium
[13:47:36] *** bers has quit IRC
[13:51:34] *** vladbph has quit IRC
[13:51:49] *** ufosky has quit IRC
[14:02:41] *** BCalvignac has joined #chromium
[14:07:46] *** anfedorov has joined #chromium
[14:08:49] <anfedorov> as I'm developing a Chromium extension, is there any way to reload it without clicking on the link in chrome://extensions/ ?
[14:09:08] <anfedorov> either via an API I can call from my text editor, or by monitoring the extension dir for changes?
[14:13:15] *** bradleymeck has joined #chromium
[14:16:15] *** Beetny has quit IRC
[14:19:22] *** FliPPeh has joined #chromium
[14:19:43] *** shreyas has quit IRC
[14:19:48] <FliPPeh> Hey, is this a place for Chromium browser extension related questions?
[14:19:54] <FliPPeh> About making them, not using them.
[14:21:02] *** Navitron has joined #chromium
[14:22:32] <anfedorov> FliPPeh: people seemed to ignore mine, so I'm going to guess no :)
[14:22:39] <FliPPeh> Meh
[14:22:45] <anfedorov> unless one of the developers is feeling extra nice
[14:22:51] <FliPPeh> My question has been resolved by browsing the search
[14:23:03] <anfedorov> technically, it's the Chromium Browser/OS developer channel, I think
[14:23:12] <FliPPeh> I was going to ask if extensions can make cross-site AJAX requests
[14:23:14] <FliPPeh> They can :)
[14:23:15] <anfedorov> FliPPeh: well, that's always good :)
[14:23:19] <anfedorov> haha, yes, of course
[14:23:37] <anfedorov> http://code.google.com/chrome/extensions/xhr.html
[14:23:38] <FliPPeh> I'm dissatisfied with the extension situation, there's 200 GMAIL and Yahoo mail plugins
[14:23:45] <FliPPeh> But not a single generic pop3 mail checker
[14:23:57] <anfedorov> hm... I don't think extensions can make a POP3 connection
[14:24:18] <anfedorov> it's on a different port and uses a different protocol than HTTP, which is what browsers usually do
[14:24:31] <FliPPeh> Yea, I'm aware of that :)
[14:24:36] <FliPPeh> I thought about using NPAPI
[14:24:49] <anfedorov> ah, certainly a possibility
[14:25:00] <anfedorov> or Native Client, since you're on Chrome ;)
[14:25:13] <FliPPeh> As far as I see, they are basically shared libaries loaded in javascript
[14:25:23] <FliPPeh> So I can use my C knownledge to make them obey my commands
[14:25:34] <anfedorov> yup
[14:25:44] <anfedorov> that's pretty much what you're supposed to think of them as
[14:26:16] <anfedorov> the hard part is making sure they aren't doing anything nasty, but that's not part of the API
[14:26:56] <FliPPeh> I have a tendency of created a lot of segmentation faults :)
[14:27:01] <FliPPeh> creating*
[14:34:15] *** wers has joined #chromium
[14:38:49] *** wers is now known as wers-dinner
[14:41:54] *** GeekShadow has quit IRC
[14:42:14] *** GeekShadow has joined #chromium
[14:44:58] *** Navitron has left #chromium
[14:50:46] *** cryzed has joined #chromium
[14:52:23] <cryzed> Hey I'm on Ubuntu 10.04 and am using the Chromium buildbot builds. In the "6.0.425.0 (48824) custom" version part of the font-rendering seems to be heavily broken -- but I think that only applies to one font. The previously working Monaco font is completely broken: http://www.ubuntu-pics.de/bild/76123/auswahl_002_h8NB4r.png
[14:52:32] <cryzed> Is anybody experiencing the same issues?
[14:53:00] <cryzed> The font resides in my ~/.fonts/ directory named "Monaco.ttc"
[14:53:12] <cryzed> *.tff fonts -- like Menlo, seem to be working
[14:55:27] *** kliegs has quit IRC
[14:57:46] *** bers has joined #chromium
[14:59:36] *** tittiatcoke has joined #chromium
[15:09:35] *** yutak_home has quit IRC
[15:21:48] *** Martijnc has quit IRC
[15:22:43] *** Martijnc has joined #chromium
[15:26:23] <trungl-bot> Tree status changed: Tree is closed for maintenance - ETA 30 minutes
[15:29:39] *** Zaba has quit IRC
[15:31:51] *** thomasvl has joined #chromium
[15:31:52] *** ChanServ sets mode: +v thomasvl
[15:34:06] *** kliegs has joined #chromium
[15:35:08] *** Zaba has joined #chromium
[15:37:43] *** c_zahmad has quit IRC
[15:38:43] *** miketaylr has joined #chromium
[15:44:02] *** Varazir has quit IRC
[15:45:06] *** c_zahmad has joined #chromium
[15:46:34] <trungl-bot> Tree status changed: Tree is open
[15:51:51] *** Erkan_Yilmaz_ has joined #chromium
[15:55:18] *** Erkan_Yilmaz has quit IRC
[15:57:34] *** rohitrao has joined #chromium
[15:57:35] *** ChanServ sets mode: +v rohitrao
[15:57:47] *** RobWork has quit IRC
[15:59:19] *** kinnetica has joined #chromium
[15:59:42] *** Zedde has joined #chromium
[16:00:54] *** pinkerton has joined #chromium
[16:00:54] *** ChanServ sets mode: +v pinkerton
[16:02:21] *** AaronMT has joined #chromium
[16:03:24] *** malavv has joined #chromium
[16:04:02] *** mrossetti has joined #chromium
[16:05:13] *** rickspencer3 has quit IRC
[16:07:26] *** dave_levin has quit IRC
[16:09:23] *** Micropple has joined #chromium
[16:09:54] <trungl-bot> Tree status changed: Tree is open (glider testing new Valgrind on codf152)
[16:10:20] *** jrmuizel has joined #chromium
[16:12:14] *** phajdan-jr has joined #chromium
[16:12:14] *** ChanServ sets mode: +v phajdan-jr
[16:14:38] *** RobWork has joined #chromium
[16:14:39] *** tfarina has joined #chromium
[16:15:03] *** shreyas has joined #chromium
[16:15:37] *** rikki_max has quit IRC
[16:18:23] *** dmaclach has joined #chromium
[16:18:34] *** Erkan_Yilmaz__ has joined #chromium
[16:19:13] *** Martijnc has quit IRC
[16:20:23] *** maikmerten has quit IRC
[16:20:39] <pinkerton> tfarina: ping?
[16:20:51] <tfarina> pinkerton: pong
[16:21:10] <pinkerton> if you've got cycles today to land that prefs patch, that would be great. i could, but i'm kinda busy.
[16:21:22] *** Erkan_Yilmaz_ has quit IRC
[16:21:35] *** tedoc2000 has joined #chromium
[16:22:41] <pinkerton> tfarina: just let me know which you'd prefer
[16:22:50] *** dmaclach has quit IRC
[16:22:51] <tfarina> pinkerton: sure, I will send it to the trybots first.
[16:22:53] <pinkerton> ok
[16:22:58] *** kcbanner has quit IRC
[16:23:49] <tfarina> pinkerton: but this is my first time landing the patch to a someone else :)
[16:24:21] *** Buglouse has joined #chromium
[16:24:28] <pinkerton> tfarina: just apply the patch, create a new CL, in the description, copy/paste their description and add something like "patch from [email address]"
[16:24:39] <pinkerton> tfarina: then check it in, no further review is necessary.
[16:25:43] <tfarina> pinkerton: right, I will do this right now.
[16:26:04] *** bradleymeck_ has joined #chromium
[16:26:33] *** erikkay has joined #chromium
[16:26:57] *** cryzed has left #chromium
[16:26:59] *** wers-dinner has quit IRC
[16:32:30] *** TimothyFitz has joined #chromium
[16:35:14] *** phajdan-1r has joined #chromium
[16:36:34] *** johnny_g has joined #chromium
[16:38:03] *** kcbanner has joined #chromium
[16:38:27] *** phajdan-jr has quit IRC
[16:39:15] <tfarina> pinkerton: the patch is not more applying cleaner.
[16:42:52] *** thakis has joined #chromium
[16:42:52] *** ChanServ sets mode: +v thakis
[16:44:40] <pinkerton> hrm
[16:44:56] <pinkerton> then i guess ask him to update the patch to ToT
[16:45:24] <tfarina> pinkerton: yep.
[16:46:59] *** TimothyFitz has quit IRC
[16:47:57] <tfarina> done.
[16:50:38] *** dhruvasagar has joined #chromium
[16:50:39] *** Martijnc has joined #chromium
[16:50:48] <dhruvasagar> Hi
[16:51:25] *** urbanape_ has quit IRC
[16:51:43] *** loislo has quit IRC
[16:51:55] <dhruvasagar> I enabled HTML5 in youtube, although the video player is loading as expected, but the video doesn't seem to be loading, I checked a few bugs that had been filed in the google code project page but it appears that this was fixed, could anyone have any suggestions ?
[16:54:50] <rubenbb> dhruvasagar: chromium doesn't include h.264 codec, chrome does, try openvideo.dailymotion.com, it uses theora
[16:55:28] <dhruvasagar> rubenbb: ok...trying
[16:56:27] *** Yonz has quit IRC
[16:56:39] *** urbanape has joined #chromium
[16:57:04] <rubenbb> dhruvasagar: this one works fine for me - http://openvideo.dailymotion.com/video/xdh0bk_shocking-pics-of-two-year-old-smoki_news#hp-v-v8
[16:57:37] <dhruvasagar> wow I think I read about this vid in newspapers
[16:57:45] <dhruvasagar> i'll watch it...
[16:57:52] <dhruvasagar> rubenbb: it works good :)
[16:58:07] <dhruvasagar> rubenbb: but what about youtube? what do I need to do then ?
[16:58:13] *** leeight has joined #chromium
[16:58:15] *** leeight has left #chromium
[16:58:50] <rubenbb> dhruvasagar: what chromium version?
[16:59:34] *** MikeSmithW3C has joined #chromium
[16:59:39] <dhruvasagar> rubenbb: 6.0.421.0 (48564) Ubuntu (64 bit)
[17:00:09] <rubenbb> ok, webm videos should work fine - http://www.youtube.com/watch?v=Z8EA7EbFX4k&hd=1&webm=1
[17:00:17] <tfarina> pinkerton: fyi http://codereview.chromium.org/2592001
[17:00:34] <pinkerton> ok
[17:00:55] <rubenbb> dhruvasagar: if you want the rest, use Chrome or you'll have to modify Chromium
[17:01:11] <dhruvasagar> rubenbb: hmmm
[17:01:20] <dhruvasagar> rubenbb: that video is loading
[17:01:31] <dhruvasagar> rubenbb: where do I browse webm videos ?
[17:01:35] <jorlow> rubenbb dhruvasagar  this not really the place for your conversation
[17:01:46] <jorlow> maybe take it to #chromium-support?
[17:02:02] <dhruvasagar> jorlow: we are discussing about chromium html5 issues, why is this not the place for the conversation !?
[17:02:09] <dhruvasagar> hmm
[17:02:12] <rubenbb> I'm in there too
[17:02:13] <jorlow> this is for chromium development
[17:02:16] <jorlow> please see topic
[17:02:21] <dhruvasagar> oh sry I didn't know
[17:02:26] <dhruvasagar> yea I should have read that
[17:02:33] <jorlow> np
[17:06:54] <thakis> pinkerton / tfarina: i was about to write that patch yesterday, but then i noticed that no mac app on my box remembers its window position
[17:06:56] <thakis> so i didn't
[17:06:57] *** trungl has joined #chromium
[17:06:57] *** ChanServ sets mode: +v trungl
[17:07:04] *** dhruvasagar has left #chromium
[17:07:07] *** hagabaka has joined #chromium
[17:07:14] <trungl> 'morning, Chromium!
[17:07:14] <trungl-bot> trungl: Good morning!
[17:07:21] <jorlow> ha
[17:07:34] <thakis> morning, trungl
[17:07:58] <jorlow> morning, trungl-bot
[17:07:58] <trungl-bot> jorlow: Good morning!
[17:08:27] <trungl> my bot is much too cheerful
[17:09:21] * trungl punches trungl-bot.
[17:10:04] <pinkerton> thakis: i think camino does :)
[17:10:26] *** phajdan-1r is now known as phajdan-jr
[17:10:44] *** phajdan-jr has joined #chromium
[17:10:44] *** ChanServ sets mode: +v phajdan-jr
[17:13:11] *** stuartmorgan has joined #chromium
[17:13:11] *** ChanServ sets mode: +v stuartmorgan
[17:14:44] *** tittiatcoke has quit IRC
[17:15:25] *** ansi has joined #chromium
[17:16:06] <thakis> pinkerton: camino wins again :-)
[17:16:10] <pinkerton> heh
[17:16:23] * pinkerton shrugs
[17:16:32] * trungl wonders what he missed.
[17:20:25] * jorlow gives up, downloads the camino source, and starts hacking
[17:20:42] * pinkerton chortles
[17:20:47] <trungl> are we all switching to camino?
[17:21:09] <jorlow> it's probably for the best
[17:21:50] <stuartmorgan> I dunno, I've heard bad things about the people who run that project
[17:22:10] * pinkerton mumbles something about MoCo and repeatedly grabbing his ankles
[17:22:26] <trungl> oh dear
[17:23:00] *** tonikitoo has joined #chromium
[17:23:59] <jorlow> who's going to tell linus the new plan?
[17:24:01] <trungl> all the pages in my recent browsing history containing "camino" are just references to some road
[17:24:49] *** phanee has joined #chromium
[17:24:55] *** tonyg-cr has joined #chromium
[17:24:55] *** ChanServ sets mode: +v tonyg-cr
[17:24:58] * trungl volunteers to port camino to windows
[17:25:04] *** phanee has joined #chromium
[17:25:14] <trungl> unlike those chrome slackers, camino supports os x 10.4
[17:25:28] * trungl wonders if camino has accessibility
[17:25:34] <jorlow> power pc too??
[17:25:46] <stuartmorgan> And amiga
[17:26:18] <trungl> atari st!
[17:27:44] <pinkerton> i have a patch for that all ready to go, was just waiting on review
[17:27:47] <trungl> jorlow: but yes, it does seem to support powerpc
[17:27:57] <pinkerton> if i was hyatt, i'd just land it....
[17:28:18] <jorlow> land what?
[17:28:24] <pinkerton> the atari st patch
[17:29:02] <trungl> but there's no pinkerton-commit t-shirt
[17:29:11] <pinkerton> true
[17:29:12] <stuartmorgan> trungl: no content accessibility :(
[17:29:20] *** rickspencer3 has joined #chromium
[17:29:24] <pinkerton> yeah camino hates mac users too
[17:29:36] <rohitrao> pinkerton: chrome actually supports 10.4, but I put in all this code to intentionally break it
[17:29:40] <rohitrao> because I hate 10.4
[17:29:43] <pinkerton> lol
[17:29:44] <rohitrao> and kittens
[17:29:51] <stuartmorgan> Don't forget freedom
[17:30:12] <pinkerton> what is this, a GPL love-fest?
[17:30:14] <rohitrao> it's true, that's why I only write for the ipad now
[17:30:16] <trungl> what about puppies?
[17:31:11] <jorlow> everyone loves puppies
[17:33:53] *** johnny_g has quit IRC
[17:34:05] *** kellegous has joined #chromium
[17:36:46] * trungl hears rohitrao is porting camino to the ipad.
[17:38:48] *** stalled has quit IRC
[17:40:34] <rubenbb> aw man, I still run 10.3.9 on an old powerbook, chromium for ppc mac would be nice, I could ditch Camino :)
[17:41:49] <jorlow> when is chrome for my graphing calculator coming out?
[17:42:36] <rubenbb> haha, chrome for TI-85? ;)
[17:42:36] <thakis> rohitrao is also porting 10.3.9 to the ipad
[17:43:27] <jorlow> rubenbb: I was thinking TI-83...I'm old school
[17:43:49] *** cryzed has joined #chromium
[17:44:01] *** cryzed has left #chromium
[17:45:19] *** atwilson_ has quit IRC
[17:45:43] *** atwilson_ has joined #chromium
[17:45:55] *** sebmarkbage has joined #chromium
[17:46:40] *** atwilson_ has quit IRC
[17:47:04] *** atwilson_ has joined #chromium
[17:50:02] *** andybons has joined #chromium
[17:50:12] *** markmentovai has joined #chromium
[17:50:12] *** ChanServ sets mode: +v markmentovai
[17:50:49] *** stalled has joined #chromium
[17:53:44] *** GuyFromHell_ has quit IRC
[17:53:55] <rubenbb> wrote up a source analysis of Iron and submitted to slashdot - http://slashdot.org/submission/1251884/The-Iron-Browser-Scam
[17:54:23] *** thakis has quit IRC
[17:54:47] *** GeekShadow has quit IRC
[17:56:06] *** trungl_ has joined #chromium
[17:56:06] *** ChanServ sets mode: +v trungl_
[17:58:46] *** trungl_ has quit IRC
[17:59:25] *** slavka`1 has quit IRC
[17:59:34] *** trungl has quit IRC
[17:59:44] *** Venom_X has joined #chromium
[17:59:45] *** slavka`1 has joined #chromium
[18:05:42] *** maikmerten has joined #chromium
[18:06:33] *** atwilson_ has quit IRC
[18:09:13] *** bers has quit IRC
[18:09:34] *** fqian has joined #chromium
[18:10:25] *** trungl_away is now known as trungl
[18:10:41] *** dmaclach has joined #chromium
[18:12:26] *** star-affinity has joined #chromium
[18:12:53] *** aroben has joined #chromium
[18:12:53] *** aroben has joined #chromium
[18:17:10] *** anfedorov has quit IRC
[18:19:53] *** dglazkov has joined #chromium
[18:19:53] *** ChanServ sets mode: +v dglazkov
[18:20:00] <dglazkov> good morning, Chromium!
[18:20:00] <trungl-bot> dglazkov: Good morning!
[18:20:04] <dglazkov> ha :)
[18:23:32] *** rsesek has joined #chromium
[18:23:32] *** ChanServ sets mode: +v rsesek
[18:24:52] *** xji has joined #chromium
[18:25:51] *** johnny_g has joined #chromium
[18:26:41] *** johnny_g has joined #chromium
[18:26:43] *** slavka`1 has quit IRC
[18:29:24] <thakis_afk> morning, dglazkov
[18:30:10] *** RT|Chatzilla has quit IRC
[18:34:10] *** star-affinity has quit IRC
[18:39:13] *** thakis_afk is now known as thakis
[18:39:45] *** GeekShadow has joined #chromium
[18:39:47] *** malavv has quit IRC
[18:40:12] *** sbyer has quit IRC
[18:42:17] *** bent-mozilla has joined #chromium
[18:44:55] *** TimothyFitz has joined #chromium
[18:48:39] *** dave_levin has joined #chromium
[18:49:42] *** paul_irish has quit IRC
[18:50:34] *** jschuh has joined #chromium
[18:51:46] *** sbyer has joined #chromium
[18:54:23] *** monreal has quit IRC
[18:54:42] *** BryanWB has joined #chromium
[18:55:54] *** FliPPeh has quit IRC
[18:57:41] *** FliPPeh has joined #chromium
[18:57:42] *** hayato has quit IRC
[19:00:29] *** Micropple has quit IRC
[19:03:22] *** robarnold has joined #chromium
[19:04:18] *** aroben has quit IRC
[19:06:09] *** Micropple has joined #chromium
[19:06:25] *** bers has joined #chromium
[19:07:21] *** pfeldman has quit IRC
[19:08:17] *** pfeldman has joined #chromium
[19:14:56] *** csilv has joined #chromium
[19:19:34] *** lianj has joined #chromium
[19:20:18] *** phajdan-jr is now known as phajdan-jr|afk
[19:22:45] *** lianj_ has quit IRC
[19:24:13] *** jcivelli has joined #chromium
[19:24:56] <jcivelli> Anyone having probelms syncing? third-party/libjingle has been failing to update for the last hour for me
[19:25:11] <rsesek> jcivelli: I think there's a thread on cr-dev about that
[19:26:53] *** maikmerten is now known as maik|eat
[19:28:21] <rsesek> dhg, estade: FYI, I'm landing a CL that includes a GRD change
[19:30:44] *** tittiatcoke has joined #chromium
[19:30:49] *** Travis-42 has joined #chromium
[19:31:39] <jcivelli> rsesek: thanks, found the thread. Sadly there is no solution in there :-(
[19:32:16] <rsesek> jcivelli: did you try deleting the directory (I know the thread says it doesn't help)
[19:33:07] *** mpcomplete has joined #chromium
[19:33:07] <jcivelli> rsesek: yep. I also commented out the dependency but we really need it to build just Chrome
[19:33:08] *** ChanServ sets mode: +v mpcomplete
[19:34:02] <rsesek> that's weird
[19:34:30] <jcivelli> rsesek: have you been able to sync thsi morning?
[19:34:47] <rsesek> jcivelli: syncing now. jingle is just got pulled no-prob
[19:34:49] <rsesek> but I'm on a Mac
[19:36:21] *** FliPPeh_ has joined #chromium
[19:36:22] *** shreyas has quit IRC
[19:36:39] <jcivelli> rsesek: Arg! Sohpos!!!
[19:36:49] <jcivelli> quarantined the file!
[19:36:54] <rsesek> that'd do it
[19:36:59] *** malavv has joined #chromium
[19:38:44] *** FliPPeh has quit IRC
[19:38:47] *** cying has joined #chromium
[19:39:57] <thakis> :-D
[19:40:08] <thakis> i wonder what happens when jam2 hears that :-)
[19:40:12] <atwilson> The gmail team wants to know if chrome supports http://en.wikipedia.org/wiki/Server_Name_Indication
[19:40:16] <atwilson> Who is a good person to ask?
[19:40:40] <atwilson> wikipedia sez "yes", but he wants confirmation from Someone.
[19:40:50] *** bers has quit IRC
[19:41:14] <thakis> atwilson: agl might know
[19:41:27] <atwilson> thx
[19:42:14] *** tittiatcoke has quit IRC
[19:44:02] <thakis> cocoa folks: I have a NSTableView that i'm calling selectRowIndexes:byExtendingSelection: on. right after that, I call selectedRowIndexes on the same table view, but I get an empty selection back
[19:44:05] <thakis> how could that be?
[19:44:29] *** shreyas has joined #chromium
[19:44:29] <rsesek> thakis: are you selecting a valid row?
[19:44:36] *** maik|eat is now known as maikmerten
[19:44:37] <thakis> rsesek: i think so
[19:44:52] <thakis> the table has 2 rows, i'm selecting index 1
[19:45:34] <rsesek> hm
[19:46:10] <rsesek> what does |-numberOfSelectedRows| return?
[19:46:55] <thakis> 2 i think :-P let me check
[19:47:29] *** shaan6 has joined #chromium
[19:48:39] <shaan6> Hi Everyone.
[19:48:44] *** GeekShadow has quit IRC
[19:49:11] <shaan6> I am trying to build chromium browser in ubuntu 9.10
[19:49:45] <shaan6> I am stuck here - /home/ubuntu/Public/depot_tools/gclient runhooks --force
[19:49:47] *** ansi has quit IRC
[19:50:01] <shaan6> got exceptions
[19:50:26] <thakis> shaan6: you're supposed to run this in chrome/src, not in depot_tools
[19:51:34] *** sbyer has quit IRC
[19:51:42] <thakis> rsesek: huh, seems like that that's not getting called, even if i call reloadData right before
[19:51:47] <thakis> rsesek: (datasource is set)
[19:51:54] <shaan6> actually I ran it from chrome/src only....here I have given the full path of gclient
[19:51:59] <shaan6> root@ubuntu-desktop:/home/ubuntu/Public/chromium/home/chrome-svn/tarball/chromium/src# /home/ubuntu/Public/depot_tools/gclient runhooks --force
[19:52:41] <rsesek> thakis: that's a method on TV
[19:53:05] <thakis> rsesek: ah
[19:53:08] <thakis> :-P
[19:53:35] *** arv has quit IRC
[19:53:53] *** arv has joined #chromium
[19:54:01] <shaan6> thakis: should I start building it from scratch...any idea?
[19:54:01] *** ansi has joined #chromium
[19:54:19] <rsesek> shaan6: do NOT run gclient as root
[19:54:29] <thakis> shaan6: if you follow the instructions on the wiki closely, it should work
[19:54:51] <shaan6> thakis: ok..thanks
[19:54:51] *** rsimha has quit IRC
[19:55:48] <shess> pinkerton, motownavi: looks like my change pushed the Perf(2) bot slightly over the edge.
[19:55:57] <pinkerton> really?
[19:56:05] * pinkerton swears profusely at ben
[19:56:21] <rohitrao> shess: what was your change?
[19:56:34] <shess> enable 10k worth of zombies for realz.
[19:56:39] <shess> [not just in debug]
[19:56:47] <rohitrao> ooh, nice
[19:57:38] <rohitrao> not that I have any say in this, but I'm ok with the perf hit, since it'll be temporary
[19:57:42] <rohitrao> and this data will be useful
[19:58:01] <rohitrao> so the question is, can we still track other perf regressions while this is in?
[19:58:03] <motownavi> since you asked me, I agree with rohitrao
[19:58:42] *** anfedorov has joined #chromium
[19:58:45] <shess> I think the main additional costs versus the runtime implementation are calling the c++ destructor via a function pointer (rather than direct), and an additional msg to -shouldBecomeCrZombie.  The latter was a free feature which is not needed by anyone.
[19:58:55] <shess> [so i could back it out.]
[19:59:01] *** asargent has joined #chromium
[19:59:01] *** ChanServ sets mode: +v asargent
[19:59:25] <stuartmorgan> thakis: Does this mean I broke the default plugin? (on a try bot) http://build.chromium.org/buildbot/try-server/builders/linux/builds/32501/steps/ui_tests/logs/DefaultPluginLoadTest
[19:59:42] <stuartmorgan> thakis: I'm confused by the fact that the test says the plugin is missing, but the compilation step didn't fail
[20:00:15] <shess> I used object_getClass() and object_setClass() rather than o->isa because I figured they'd be super-efficient.
[20:00:22] *** sbyer has joined #chromium
[20:00:47] <thakis> stuartmorgan: the "dlopen failed" warning is harmless and expected; linux checks if the plugin is wrapped by nspluginwrapper, but since it's an internal plugin, it can't dlopen it
[20:00:53] *** aroben has joined #chromium
[20:00:54] *** aroben has joined #chromium
[20:01:15] <stuartmorgan> thakis: so I just regressed model negotiation somehow?
[20:01:20] <thakis> stuartmorgan: the failing test suggests that the default plugin is no longer loaded after your cl
[20:01:38] <thakis> stuartmorgan: not sure what you mean by "model negotiation". what's your cl?
[20:02:10] <shess> dhg, estade: BTW, I'm looking at the Mac Perf(2) red.
[20:02:14] <stuartmorgan> thakis: The failing assertion is in a function called bool NegotiateModels(NPP instance)
[20:02:27] *** pfeldman has quit IRC
[20:02:43] *** pfeldman has joined #chromium
[20:02:44] <stuartmorgan> thakis: http://codereview.chromium.org/2505001
[20:02:51] <thakis> stuartmorgan: heh, didn't look at the stack :-) yes, then that's what this means
[20:04:34] <stuartmorgan> thakis: I'm unclear on how FALSE->false could have killed this...
[20:04:40] <thakis> stuartmorgan: me too
[20:04:54] *** sbyer has quit IRC
[20:05:07] *** pdelgallego has quit IRC
[20:06:03] <thakis> stuartmorgan: it fails in line 154, which isn't even affected by FALSE->false
[20:06:07] <thakis> (the toolkit check for gtk2)
[20:06:20] <stuartmorgan> Ah, true
[20:07:22] <thakis> stuartmorgan: plugin_host.cc does this:
[20:07:22] <thakis>       *reinterpret_cast<int*>(value) = NPNVGtk2;
[20:07:59] <stuartmorgan> Well that sounds size-unsafe
[20:08:02] *** pdelgallego has joined #chromium
[20:08:14] <thakis> yes
[20:08:22] <thakis> maybe your change to the .h affected NPNToolkitType somehow
[20:08:34] <stuartmorgan> Thanks, I'll poke at that
[20:09:38] *** Singularity has joined #chromium
[20:10:59] *** bweinstein has joined #chromium
[20:12:14] *** ansi has quit IRC
[20:13:02] *** pdelgallego has quit IRC
[20:13:45] *** pdelgallego has joined #chromium
[20:15:50] *** General13372 has joined #chromium
[20:16:18] *** mpcomplete1 has joined #chromium
[20:16:43] *** GeekShadow has joined #chromium
[20:16:45] *** Derreck has joined #chromium
[20:17:06] *** mpcomplete has quit IRC
[20:17:07] *** pinkerton has quit IRC
[20:17:07] *** General1337 has quit IRC
[20:17:07] *** shepazu has quit IRC
[20:17:07] *** apavlov has quit IRC
[20:17:07] *** brot has quit IRC
[20:17:07] *** rellig has quit IRC
[20:17:07] *** zer0her0 has quit IRC
[20:17:07] *** mnissler has quit IRC
[20:17:07] *** HighBit has quit IRC
[20:17:07] *** Namegduf has quit IRC
[20:17:07] *** klawd has quit IRC
[20:18:21] *** Namegduf has joined #chromium
[20:18:21] *** klawd has joined #chromium
[20:20:03] *** brot has joined #chromium
[20:20:28] *** HighBit has joined #chromium
[20:20:30] *** bweinstein has quit IRC
[20:20:43] <thakis> rsesek: even -numberOfRows returns 0, although datasource is set and i called reloadData before :-/
[20:20:45] *** zer0her0 has joined #chromium
[20:20:49] *** bweinstein has joined #chromium
[20:21:01] <rsesek> thakis: what happens if you don't call reload data before?
[20:21:09] <thakis> rsesek: well, the same
[20:21:31] *** rellig has joined #chromium
[20:21:44] <thakis> (new mm and _unittest.mm files in http://codereview.chromium.org/2534001/show )
[20:22:11] <thakis> anyway, afk for a while
[20:23:22] <shess> pink, motownavi: object_setClass() is implemented using OSAtomicCompareAndSwapPtrBarrier to set self->isa.  I bet the barrier is the problem.  Since this is in the -dealloc implementation on x86, it kind of seems like direct access wouldn't be the most horrible thing in the world (the runtime's internal dispose does this directly).
[20:23:34] *** GeekShad0w has joined #chromium
[20:23:44] *** shepazu has joined #chromium
[20:24:08] *** mnissler has joined #chromium
[20:24:22] *** hdtvfault has joined #chromium
[20:25:08] *** GeekShadow has quit IRC
[20:25:52] *** pinkerton has joined #chromium
[20:25:52] *** ChanServ sets mode: +v pinkerton
[20:25:53] <pinkerton> wtf.
[20:26:11] *** pdelgallego has quit IRC
[20:26:59] <hdtvfault> i want to make an extension that shows bookmarks menu, when i right click the bookmark (star) icon. I see lots of extensions adding custom toolbar buttons to do this. But is it possible to use the native  button like i want
[20:27:54] <stuartmorgan> hdtvfault: no, it's not
[20:28:04] <hdtvfault> ok cool thanks
[20:28:06] *** BryanWB has quit IRC
[20:29:45] <trungl> lunch!
[20:29:59] <rsesek> be there in a min
[20:30:08] <motownavi> shess: it's not like you're playing by the rules anyway
[20:30:54] <shess> motownavi: yeah, but somewhere deep in foundation or appkit they probably depend on thread safety :-).  Hard to see how they can depend on in WRT sending messages to freed objects, though.
[20:31:41] *** arv has quit IRC
[20:35:42] *** loislo has joined #chromium
[20:38:35] *** malavv has quit IRC
[20:40:50] *** sbyer has joined #chromium
[20:40:57] *** pdelgallego has joined #chromium
[20:41:26] *** shreyas has quit IRC
[20:45:02] *** _rs has quit IRC
[20:46:07] *** Erkan_Yilmaz_ has joined #chromium
[20:48:17] <trungl-bot> Tree status changed: Tree is closed (Automatic: "unit_tests" on "Vista Tests (dbg)(1)" from 48849: georgey at chromium dot org)
[20:48:45] *** pfeldman has quit IRC
[20:49:44] *** Erkan_Yilmaz__ has quit IRC
[20:49:54] *** hdtvfault has left #chromium
[20:54:10] *** miketayl has joined #chromium
[20:55:00] *** malavv has joined #chromium
[20:55:12] *** miketaylr has quit IRC
[20:56:06] *** miketayl is now known as miketaylr
[20:58:26] *** Micropple has quit IRC
[20:58:40] *** johnny_g has quit IRC
[20:58:46] *** johnny_g has joined #chromium
[20:59:29] *** johnny_g has joined #chromium
[20:59:30] *** hrna has joined #chromium
[20:59:44] *** johnny_g has quit IRC
[20:59:56] *** lich0r has joined #chromium
[21:00:15] *** johnny_g has joined #chromium
[21:00:43] <rohitrao> trungl: http://twitter.com/edmoore/status/15343517943 ?
[21:00:47] <rohitrao> is this true?
[21:02:23] <rohitrao> nevermind
[21:04:51] *** miketaylr has quit IRC
[21:05:00] *** miketaylr has joined #chromium
[21:05:25] *** kinuko has joined #chromium
[21:07:14] *** Micropple has joined #chromium
[21:08:39] *** rafaelw has joined #chromium
[21:08:57] <trungl> rohitrao: so, is it true?
[21:09:14] <rohitrao> trungl: no (sample size 1)
[21:09:27] <rohitrao> well, maybe, if you count his complaint as a sample
[21:09:34] *** Beetny has joined #chromium
[21:09:38] <trungl> some samples are worth more than others
[21:10:01] <trungl> I did test this at some point
[21:10:02] <trungl> I think
[21:10:05] <trungl> well, for logout anyway
[21:10:07] *** apatrick_ has left #chromium
[21:11:21] *** FliPPeh_ has quit IRC
[21:12:10] *** Micropple has quit IRC
[21:14:39] *** rickspencer3 has quit IRC
[21:16:28] *** anfedorov has quit IRC
[21:16:38] *** hrna has quit IRC
[21:17:12] *** mpcomplete1 has quit IRC
[21:20:07] *** paul_irish has joined #chromium
[21:20:13] *** duffydack has joined #chromium
[21:20:19] *** FliPPeh has joined #chromium
[21:20:50] *** dpranke has joined #chromium
[21:20:50] *** ChanServ sets mode: +v dpranke
[21:24:31] <aboodman> hey does anyone know with sync how long the user is typically stays authenticated for?
[21:24:59] <aboodman> or how i can clear whatever state is stored on the client, so that i can see the experience when the authentication expires
[21:25:32] *** Erkan_Yilmaz__ has joined #chromium
[21:26:06] <stuartmorgan> thakis: so it looks like the NPAPI spec just never considered type safety for this kind of call :(
[21:27:06] *** General1337 has joined #chromium
[21:27:09] <stuartmorgan> thakis: so congrats on uncovering a flaw in the API by not initializing the variable, I think ;)
[21:27:45] *** hrna has joined #chromium
[21:27:59] <rohitrao> thakis, stuartmorgan: calling setWantsLayer on the findbar fixes the bug.  now the question is, can I get the findbar to draw on top without the layer?
[21:28:50] *** Erkan_Yilmaz_ has quit IRC
[21:30:45] *** General13372 has quit IRC
[21:33:09] <stuartmorgan> rohitrao: I have no idea.
[21:33:51] <stuartmorgan> rohitrao: Sounds like a question for a developer conference session with the title "Core Animation in Practice"
[21:34:10] <stuartmorgan> (or something like that)
[21:34:16] <rohitrao> stuartmorgan: they'll just tell me to come back with an iphone :)
[21:34:30] * rohitrao will be the only person there with a mytouch 3g
[21:35:43] <estade> no idea what caused the unit test failure
[21:35:44] *** xji has quit IRC
[21:36:33] <motownavi> stuartmorgan: Oh, so I can go to them with http://code.google.com/p/chromium/issues/detail?id=43797 ?
[21:36:38] *** howlymowly has quit IRC
[21:36:52] <stuartmorgan> SGTM
[21:37:48] *** xji has joined #chromium
[21:37:54] <thakis> rohitrao: i would think that that's not easily possible
[21:38:08] <thakis> rohitrao: how about moving the find bar into a child window? :-)
[21:38:22] <thakis> (not even sure if _that_ helps)
[21:39:04] *** thomasvl has quit IRC
[21:40:08] *** FliPPeh has quit IRC
[21:40:23] <estade> ah, grd change
[21:40:35] <estade> GeorgeY: please notify sheriffs of grd changes
[21:41:22] *** FliPPeh has joined #chromium
[21:43:30] <trungl> or at least pay attention when the tree goes red with your name attached
[21:43:52] <estade> shess: r48838 regressed startup
[21:44:00] <estade> http://build.chromium.org/buildbot/waterfall/builders/Mac10.5%20Perf(2)/builds/9755
[21:44:06] <trungl-bot> Tree status changed: Tree is open (vista + xp tests have been clobbered)
[21:44:19] <shess> estade: yes, believe http://codereview.chromium.org/2605004 will fix, but debating with Avi.
[21:44:53] <estade> thx
[21:44:57] *** hrna has quit IRC
[21:45:07] <trungl-bot> Tree status changed: Tree is open (vista + xp tests have been clobbered; shess on mac perf)
[21:45:39] <shess> ooh.  sorry, that's a good idea.
[21:46:18] <estade> thakis: around?
[21:46:31] <thakis> estade: and how
[21:46:33] <estade> r48731 seems to have caused linux ui valgrind redness
[21:46:43] <estade> [  FAILED  ] DefaultPluginUITest.DefaultPluginLoadTes
[21:46:45] *** shaan6 has quit IRC
[21:46:50] <thakis> too bad
[21:46:54] <thakis> i wonder how made that change?
[21:47:20] <thakis> oh, me
[21:47:20] <estade> as well as on mac valgrind
[21:47:31] <estade> ... and chromium os
[21:47:33] <estade> well that's convenient
[21:47:46] <thakis> estade: good thing we don't have valgrind on windows
[21:47:50] <estade> i was afraid the rednesses were unrelated
[21:47:59] <pkasting> tkent, estade: will be offline for a couple hours, will check in later today
[21:48:30] <estade> pkasting: oh, are you subbing for someone as sheriff?
[21:48:40] <thakis> estade: maybe this leak was suppressed earlier and i changed the callstack
[21:48:47] <thakis> estade: anyways, will look. did you file a bug already?
[21:48:52] <estade> entirely plausible
[21:48:54] <estade> thakis: no
[21:49:08] *** bers has joined #chromium
[21:49:25] <thakis> estade: can you file and give it to me?
[21:50:10] <estade> thakis: oh, but I don't think it's a leak---i think the test is failing
[21:50:11] <trungl-bot> Tree status changed: Tree is open (vista + xp tests have been clobbered; shess on mac perf; thakis valgrind ui tests)
[21:50:46] <thakis> estade: afaik all kinds of tests fall under valgrind and nobody cares about that; at least that was true a few months ago
[21:50:55] *** phajdan-jr|afk has quit IRC
[21:50:59] <thakis> has that changed?
[21:51:02] <estade> yes
[21:51:20] <thakis> :-)
[21:51:21] <estade> failures and leaks are both bad
[21:51:36] <estade> although more stuff is disabled under valgrind than under non-valgrind
[21:51:56] <thakis> i'll take a look, but probably not today
[21:52:00] <estade> and there is a valgrind skip list in chrome/test/data/valgrind
[21:55:39] *** chrisccoulson has quit IRC
[21:56:08] <estade> thakis: http://codereview.chromium.org/2612001
[21:56:12] *** rickspencer3 has joined #chromium
[21:56:35] *** Micropple has joined #chromium
[21:57:10] <thakis> estade: are test_shell_tests run under valgrind?
[21:57:16] <shess> estade: my change is in.  if it doesn't green that bot, I'll revert them both while we discuss.
[21:57:17] <trungl-bot> Tree status changed: Tree is open (vista + xp tests have been clobbered; shess on mac perf)
[21:57:57] *** duffydack has left #chromium
[21:58:10] <estade> thakis: I guess not?
[21:58:18] <thakis> ok, then that's why
[21:58:28] <thakis> i moved this test from test_shell_tests to ui_tests
[21:59:25] *** giggsey has joined #chromium
[21:59:32] <thakis> estade: thanks btw :-)
[21:59:35] <giggsey> Is the latest Chrome dev using the new WebSocket spec?
[22:00:56] *** FliPPeh has quit IRC
[22:01:44] *** Micropple has quit IRC
[22:02:34] *** FliPPeh has joined #chromium
[22:04:44] *** Erkan_Yilmaz_ has joined #chromium
[22:07:00] *** cmtx_ has joined #chromium
[22:07:56] *** Erkan_Yilmaz__ has quit IRC
[22:10:04] *** thomasvl has joined #chromium
[22:10:05] *** ChanServ sets mode: +v thomasvl
[22:14:59] <estade> nsylvain: http://build.chromium.org/buildbot/waterfall/waterfall?builder=XP%20Interactive%20Perf
[22:15:04] <estade> extract build failing?
[22:15:59] *** maikmerten has quit IRC
[22:17:01] <estade> pkasting: did your webkit roll cause http://build.chromium.org/buildbot/waterfall/waterfall?builder=Webkit%20(dbg)(2) redness?
[22:17:06] *** cmtx_ has quit IRC
[22:17:20] <estade> (I know you're not on the blamelist... but the blamelist isn't very helpful in this case)
[22:18:12] *** arv has joined #chromium
[22:18:18] *** jamesr has joined #chromium
[22:18:53] *** FliPPeh has quit IRC
[22:19:16] *** FliPPeh has joined #chromium
[22:19:20] <michaeltomer> I've got an issue with Chrome on OS X. Chrome isn't loading all of my javascript files, even though Chrome on Windows loads the same page correctly. Safari, Opera, Camino, and Firefox all load the page correctly.
[22:19:41] <trungl-bot> Tree status changed: Tree is closed (waiting for redness to clear; webkit dbg builder = ?)
[22:19:49] <michaeltomer> The inspector doesn't show all of the JS tags either, even though they show up in the view source page.
[22:20:20] *** pinkerton has quit IRC
[22:20:26] *** Adys has quit IRC
[22:20:45] <michaeltomer> Since I'm loading all of my JS files at the bottom of the page body, I tried putting an H1 tag in with the JS tags, and Chrome on OS X even skips that.
[22:21:05] <akalin> michaeltomer: this channel is for chrome devs
[22:21:14] <akalin> you may have better luck in the support forum listed in the topic
[22:21:20] <michaeltomer> This seems like a development issue.
[22:21:25] <akalin> or if you can file a bug with a repro case
[22:21:45] <estade> michaeltomer: crbug.com/new
[22:21:55] *** ojan has joined #chromium
[22:22:24] *** chrisccoulson has joined #chromium
[22:22:30] *** General13372 has joined #chromium
[22:22:42] *** aroben has quit IRC
[22:23:04] <michaeltomer> I'll give that a shot. Thanks.
[22:23:14] *** rohitrao has quit IRC
[22:23:25] *** Adys has joined #chromium
[22:25:18] *** General1337 has quit IRC
[22:26:36] <jamesr> michaeltomer: yes, please file a bug. thanks
[22:27:01] <michaeltomer> I'm going to finish my changes and deploy them to my server so you guys can test against it.
[22:28:54] *** Micropple has joined #chromium
[22:29:19] *** malavv has quit IRC
[22:29:41] *** kinnetica has quit IRC
[22:33:20] *** hagabaka has quit IRC
[22:34:51] *** rickspencer3 has quit IRC
[22:35:27] *** hagabaka has joined #chromium
[22:35:27] *** hagabaka has joined #chromium
[22:36:05] *** RobWork has quit IRC
[22:36:05] *** beng has joined #chromium
[22:36:05] *** ChanServ sets mode: +v beng
[22:37:32] *** Micropple has quit IRC
[22:38:18] *** rickspencer3 has joined #chromium
[22:40:40] *** jrmuizel has quit IRC
[22:41:56] <trungl-bot> Tree status changed: Tree is open (redness should be dissolving)
[22:43:41] *** jrmuizel has joined #chromium
[22:45:29] *** bent-mozilla has quit IRC
[22:45:42] *** FliPPeh_ has joined #chromium
[22:48:53] *** FliPPeh has quit IRC
[22:49:41] <shess> estade: Mac Perf(2) has me befuddled, reverting the original change to see if that fixes it.
[22:49:49] <estade> shess: ok
[22:50:03] *** Micropple has joined #chromium
[22:50:05] *** ROBOd has quit IRC
[22:50:55] *** mpcomplete has joined #chromium
[22:50:55] *** ChanServ sets mode: +v mpcomplete
[22:52:13] *** ivan has quit IRC
[22:52:59] *** bent-mozilla has joined #chromium
[22:53:47] *** mc__ has quit IRC
[22:55:49] *** howlymowly has joined #chromium
[22:55:50] *** ivan`` has joined #chromium
[22:55:55] *** bent-mozilla has quit IRC
[22:56:02] *** howlymowly has quit IRC
[22:56:28] *** FliPPeh has joined #chromium
[22:56:49] *** bent-mozilla has joined #chromium
[22:58:03] *** apatrick_ has joined #chromium
[22:58:34] *** MikeSmithW3C^ has joined #chromium
[22:59:47] *** FliPPeh_ has quit IRC
[23:02:17] *** MikeSmithW3C has quit IRC
[23:03:30] *** bweinstein has quit IRC
[23:04:03] *** aroben has joined #chromium
[23:05:17] *** aroben has quit IRC
[23:05:54] *** bweinstein has joined #chromium
[23:07:02] *** pinkerton has joined #chromium
[23:07:03] *** ChanServ sets mode: +v pinkerton
[23:09:44] *** pfeldman has joined #chromium
[23:09:45] *** miketaylr has quit IRC
[23:09:58] *** RobWork has joined #chromium
[23:12:49] *** Erkan_Yilmaz__ has joined #chromium
[23:16:13] <estade> willchan: compile fail on win
[23:16:19] <estade> http://build.chromium.org/buildbot/waterfall/builders/Modules%20XP/builds/29139
[23:16:33] *** Erkan_Yilmaz_ has quit IRC
[23:16:46] *** FliPPeh_ has joined #chromium
[23:17:29] <willchan> estade: looking
[23:17:32] <giggsey> On latest dev of Chrome, in Win 7, the Page drop down uses the Win 7 styling, and the Wrench uses old windows styling
[23:17:43] <giggsey> I dunno if it's just my Windows box screwing around again though
[23:18:15] <willchan> estade: i don't think this is me...it looks really weird though.
[23:19:09] *** FliPPeh__ has joined #chromium
[23:19:44] *** FliPPeh has quit IRC
[23:19:48] *** FliPPeh__ has quit IRC
[23:19:50] *** FliPPeh has joined #chromium
[23:19:52] <estade> willchan: oh, it made it past compile
[23:19:54] <estade> on the next run
[23:19:56] <estade> carry on
[23:20:22] <willchan> estade: ok, good :)  i was getting boggled how i could have caused it.  i can see why my change would be suspicious though.
[23:20:31] <estade> i just saw net/
[23:20:43] <estade> and got out my pitchfork
[23:20:47] <willchan> reasonable instinctual assumption :)
[23:21:08] <akalin> we should just move to using libjingle sockets in chrome
[23:21:10] <akalin> problem solved
[23:21:20] <willchan> wtf? :P
[23:21:24] *** GeekShad0w has quit IRC
[23:22:44] *** FliPPeh_ has quit IRC
[23:23:47] <thakis> akalin: +1!
[23:23:53] <thakis> libjingle sounds much nicer than net/
[23:24:03] <akalin> we just updated it last night!
[23:24:09] <akalin> something that was literally years in the making
[23:24:18] <thakis> the only thing that's keeping me from switching from firefox is that their image library has a better name
[23:26:31] *** Venom_X has quit IRC
[23:27:12] <pinkerton> mmm
[23:27:50] *** bent-mozilla has quit IRC
[23:28:14] *** loislo has quit IRC
[23:28:19] <rsesek> pinkerton: CL to you
[23:28:22] *** bent-mozilla has joined #chromium
[23:28:49] <pinkerton> i saw
[23:29:01] <rsesek> :)
[23:31:01] *** bevc_work has joined #chromium
[23:31:10] <rsesek> does flash crash consistently in debug chromium builds for anyone else [mac]?
[23:46:17] *** ph8 has left #chromium
[23:46:58] <pinkerton> rsesek: i'll get to your cl tomorrow, i'm out for now
[23:47:03] <rsesek> sg
[23:47:06] <rsesek> later
[23:48:50] <thakis> rsesek: turns out that if you don't add at least one column to a table, it can't have rows either
[23:48:54] <thakis> who would've thought
[23:49:14] <rsesek> huh. kind of makes sense, but only in that Apple kind of way
[23:51:01] *** pinkerton has quit IRC
[23:53:58] *** Micropple has quit IRC
[23:55:44] *** FliPPeh has left #chromium
[23:55:54] <trungl-bot> Tree status changed: Tree is closed (Automatic: "unit_tests" on "Vista Tests (dbg)(1)" from 48872: eroman at chromium dot org (:eroman), mattm at chromium dot org (:mattm_g), mpcomplete at chromium dot org)
[23:57:04] *** johnny_g_ has joined #chromium
[23:57:24] *** johnny_g has quit IRC
[23:57:24] *** johnny_g_ is now known as johnny_g
[23:58:35] *** bweinstein has quit IRC
[23:58:59] *** bers has quit IRC

top