[chromium-dev] Re: External protocol dialog checkbox

2009-10-21 Thread Avi Drissman
On Tue, Oct 20, 2009 at 9:37 PM, Evan Stade wrote: > > fyi: http://codereview.chromium.org/306017/show > > Yes. As soon as that GRD change gets in I'm patching my code... Avi --~--~-~--~~~---~--~~ Chromium Developers mailing list: chromium-dev@googlegroups.com V

[chromium-dev] Re: [linux] how to work around nacl errors in 64-bit build

2009-10-21 Thread John Grabowski
I sent mail to the nacl team and got reassurances(at 1138AM) that they will hit it asap. I didn't cc chromium-dev because I used the internal nacl mailing list. jrg On Tue, Oct 20, 2009 at 12:15 PM, Scott Violet wrote: > > I want to say this bug has existed for around a week now. Is anyone >

[chromium-dev] chrome build problem on Ubuntu

2009-10-21 Thread webinfinite
Hi, I am building Chromium on my Ubuntu box but have the following errors: /usr/bin/ld: skipping incompatible /home/yezhang/chrome/chromium_zhang/ src/sconsbuild/Debug/lib/libnpGoogleNaClPluginChrome.a when searching for -lnpGoogleNaClPluginChrome /usr/bin/ld: cannot find -lnpGoogleNaClPluginCh

[chromium-dev] Re: chrome build problem on Ubuntu

2009-10-21 Thread Evan Martin
http://groups.google.com/group/chromium-dev/browse_thread/thread/130391aa1809e41e Also: I am glad you mailed chromium-dev rather than me. On Tue, Oct 20, 2009 at 5:47 PM, webinfinite wrote: > > Hi, > > I am building Chromium on my Ubuntu box but have the following errors: > > > /usr/bin/ld: ski

[chromium-dev] Re: chrome build problem on Ubuntu

2009-10-21 Thread Jacob Mandelson
On Tue, Oct 20, 2009 at 05:47:08PM -0700, webinfinite wrote: > I am building Chromium on my Ubuntu box but have the following errors: > > > /usr/bin/ld: skipping incompatible /home/yezhang/chrome/chromium_zhang/ > src/sconsbuild/Debug/lib/libnpGoogleNaClPluginChrome.a when searching > for -lnpGo

[chromium-dev] Re: [linux] how to work around nacl errors in 64-bit build

2009-10-21 Thread Jeremy Orlow
Why did you use the "internal nacl mailing list"? This is an issue that affects all of Chromium. The NaCl team members are on chromium-dev, right? If not, they should have been the day that our fates became intertwined. J On Tue, Oct 20, 2009 at 12:17 PM, John Grabowski wrote: > I sent mail t

[chromium-dev] Re: [linux] how to work around nacl errors in 64-bit build

2009-10-21 Thread John Grabowski
On Wed, Oct 21, 2009 at 11:37 AM, Jeremy Orlow wrote: > Why did you use the "internal nacl mailing list"? To keep things unambiguous and try for immediate action for a build-ish break. Only members can view list members for the public lists. I didn't want to join those lists just to confirm m

[chromium-dev] Re: [linux] how to work around nacl errors in 64-bit build

2009-10-21 Thread Jeremy Orlow
I'll follow up with the NaCl team to make sure they are. On Wed, Oct 21, 2009 at 11:57 AM, John Grabowski wrote: > > > On Wed, Oct 21, 2009 at 11:37 AM, Jeremy Orlow wrote: > >> Why did you use the "internal nacl mailing list"? > > > To keep things unambiguous and try for immediate action for a

[chromium-dev] Re: [linux] how to work around nacl errors in 64-bit build

2009-10-21 Thread Michael Moss
To update, the issue will probably be resolved in gyp. Nacl has a bit of an unusual build configuration,  but it should probably be supported. There is a discussion on the gyp developers list looking into the best way to accommodate it. Michael --~--~-~--~~~---~--~---

[chromium-dev] Re: [linux] how to work around nacl errors in 64-bit build

2009-10-21 Thread Bradley Nelson
Michael, The variables handling in gyp definitely needs to be settled, but to get people going with this, I've sent you a change that should resolve this particular case (though it is moderately redundant). -BradN On Wed, Oct 21, 2009 at 12:58 PM, Michael Moss wrote: > > To update, the issue wi

[chromium-dev] Re: [linux] how to work around nacl errors in 64-bit build

2009-10-21 Thread Bradley Nelson
That's http://codereview.chromium.org/295044 for reference. On Wed, Oct 21, 2009 at 1:06 PM, Bradley Nelson wrote: > Michael, > The variables handling in gyp definitely needs to be settled, but to get > people going with this, I've sent you a change that should resolve this > particular case (tho

[chromium-dev] WebKit gardening and media layout tests

2009-10-21 Thread Andrew Scherkus
If you roll WebKit DEPS and media layout tests start failing, don't fret! Mark them as PASS FAIL and assign them to bug 13907. Don't worry about specifying the operating system or release/debug -- our code is mostly platform agnostic so if it flakily fails on one bot, it's only a matter of time be

[chromium-dev] Re: Survey: Please read and respond!

2009-10-21 Thread Peter Kasting
Update: So far I have 26 responses. Google Groups tells me these two groups combined have as many as 4789 members (although there is probably a lot of overlap between the two so that number is lower), so that's about an 0.5% response rate. If you don't respond, we can't make any changes to make

[chromium-dev] A tale of two (or more) syncing extensions, and a proposal

2009-10-21 Thread Tim Steele
[re-sending from correct email account] Hi, I wrote up a document that discusses some interesting unintentional relationships that can exist between independent extensions, and how this general problem also currently affects the browser sync engine. This issue was discovered from trying to expla

[chromium-dev] Re: A tale of two (or more) syncing extensions, and a proposal

2009-10-21 Thread Aaron Boodman
Have not read all of it yet, but am in favor in general of having some sort of quota for extension api calls to protect from meltdown. We have a very convenient chokepoint to implement this in our system, so it would just be a matter of a more detailed design of the heuristics to use for each API

[chromium-dev] Re: [linux] how to work around nacl errors in 64-bit build

2009-10-21 Thread Bradley Nelson
Ok this should be fixed.Let me know if anyone hits this error. -BradN On Wed, Oct 21, 2009 at 1:06 PM, Bradley Nelson wrote: > That's http://codereview.chromium.org/295044 for reference. > > > On Wed, Oct 21, 2009 at 1:06 PM, Bradley Nelson wrote: > >> Michael, >> The variables handling in gyp d

[chromium-dev] Linux/Stability - Remember to check the return value from GTK functions.

2009-10-21 Thread Lei Zhang
Hi Linux folks, This is a kind reminder to check the return values from GTK functions. Every time you put the unchecked result from, say, gtk_file_chooser_get_filename() into a FilePath or std::string, you risk a browser process crash if the result is NULL. I just triaged several crashes of this

[chromium-dev] Re: WebKit API wrapper for Document

2009-10-21 Thread Darin Fisher
Marshall, For now, can you just use NPObject to access the DOM? See WebBindings for implementation of NPRuntime methods. Long term, I am interested in reflecting the full DOM via the WebKit API, but I don't want to rush the design. At present, we are pretty busy just trying to complete the core

[chromium-dev] Re: RFC: AutoFill++ Design Document

2009-10-21 Thread Darin Fisher
Ah, OK. That sounds like a good solution. I don't know how to implement that, but maybe there is already a way. -Darin On Tue, Oct 20, 2009 at 1:54 PM, Nick Baum wrote: > The mocks also show a preview of all the fields when hovering over or > arrowing to one of the drop-down options. > > Is

[chromium-dev] Re: RFC: AutoFill++ Design Document

2009-10-21 Thread Darin Fisher
So, granting my name in one field, grants the page access to my credit card in another? :-/ -Darin On Tue, Oct 20, 2009 at 12:46 PM, Ben Goodger (Google) wrote: > The theory is that you would start typing in one of the fields, the > traditional autofill UI (dropdown) would appear and selecting an