[chromium-dev] Where does -Werror get disabled for WebCore?

2009-09-13 Thread Ben Laurie
By default, cflags includes -Werror ... (see build/common.gypi). It seems something disables this for WebCore (which is built by webkit/webkit.gyp:webcore) but I can't figure out what - does anyone know? --~--~-~--~~~---~--~~ Chromium Developers mailing list:

[chromium-dev] Re: Where does -Werror get disabled for WebCore?

2009-09-13 Thread Jeremy Orlow
Unless we can get people upstream to compile with -Wall -Werror, that'll be an uphill battle (every time we want to roll to a new version). It'd be nice if we could, though. On Sun, Sep 13, 2009 at 11:35 AM, Ben Laurie b...@chromium.org wrote: On Sun, Sep 13, 2009 at 7:13 PM, Darin

[chromium-dev] Re: Where does -Werror get disabled for WebCore?

2009-09-13 Thread Ben Laurie
On Sun, Sep 13, 2009 at 7:41 PM, Jeremy Orlowjor...@chromium.org wrote: Unless we can get people upstream to compile with -Wall -Werror, that'll be an uphill battle (every time we want to roll to a new version).  It'd be nice if we could, though. Everyone should compile with -Wall -Werror, so

[chromium-dev] Re: Extensions and XMLHttpRequest

2009-09-13 Thread Chris Campbell
Is the problem just that alert() isn't working in the extension? --Chris On Fri, Sep 11, 2009 at 2:09 AM, GOTTMODUS kerst...@gmail.com wrote: Hi, I have a problem with the XMLHttpRequest in my extension. I want to receive a file but nothing happens. Can someone please help me with that?

[chromium-dev] CEF status?

2009-09-13 Thread Jerry Evans
Hi, I'm trying to determine what is happening with the embedded framework. Builds are currently broken and there is radio silence on the CEF fora. Does anyone have insider knowledge? Thx++ Jerry. --~--~-~--~~~---~--~~ Chromium Developers mailing list:

[chromium-dev] Re: Wanted: anonymous FTP servers running rare software

2009-09-13 Thread mar...@flock
It's not in your list of FTP servers you want to test, but I have an AS/400 I could fire up (on a non-standard port) if you are interested in testing against that. Just let me know if/when. Marcus (from my logged-in account this time) On Sep 10, 5:07 pm, Paweł Hajdan Jr. phajdan...@chromium.org

[chromium-dev] Re: CEF status?

2009-09-13 Thread Marshall Greenblatt
Hi Jerry, The CEF project is separate from the Chromium project, and CEF-specific questions should not be directed to the chromium-dev mailing list. The CEF project is alive and well, but as with most open source projects it is run by volunteers. Chromium trunk is a fast-moving target and so the

[chromium-dev] Re: Please stop hardcoding URLs everywhere

2009-09-13 Thread Nico Weber
A nice trick for finding if a constant string you're about to add already exists in the codebase is to use http://codesearch.google.com/.  For example, to find existing strings that start with javascript, you could use this query: