[chromium-dev] Re: Compilation problems with Visual studio 2005

2008-09-27 Thread doth
Great, it worked, thanks all for your support. On Sep 26, 11:30 pm, Nicolas Sylvain [EMAIL PROTECTED] wrote: On 9/26/08, doth [EMAIL PROTECTED] wrote:  The registry entry was not set, the Cygwin\mounts v0 was empty,  I created a new entry manually, but still no luck. Ok, then this is

[chromium-dev] Issue: 2292 (File Associations Launching)

2008-09-27 Thread HLS
Hi, I spent the night learning the code and trying to resolve this issue: http://code.google.com/p/chromium/issues/detail?id=2292 I think I find the problem but I am not smart enough yet to undestand the synchronization of the data flow, threads and/or events. The bottom line is that by

[chromium-dev] Re: Cannot open include file: 'webkit_version.h' error

2008-09-27 Thread Yarin
This error happened to me as well. I searched for the file and, strangely enough, found it in my src\chrome\Debug\ folder. I have no idea what or who put it there, but after moving the file back to its correct position (src\webkit\glue\), I could compile. On Sep 27, 2:47 pm, bzaid [EMAIL

[chromium-dev] Re: Cannot open include file: 'webkit_version.h' error

2008-09-27 Thread Nicolas Sylvain
+cc maruel Marc-Antoine: A lot of people (internal and external) are complaining that sometimes the build breaks because of a missing webkit_version.h. It seems to coincide with this change of yours: - Flatten the glue dependencies to accelerate build on a quad core. Webcore has no custom

[chromium-dev] Correct way to create an NPObject for assignment to CppVariant

2008-09-27 Thread Marshall Greenblatt
Hi All, What is the correct way to create an NPObject for assignment to a CppVariant instance? The CppVariant instance in this case represents the return value from a CppBoundClass callback. For example, is it necessary to create my own static class object, or can I use V8NPObjectClass (or some

[chromium-dev] Re: Proposal: Chrome Development for Corporate/Professional Windows Developers

2008-09-27 Thread Adam Barth
On Sat, Sep 27, 2008 at 5:01 PM, HLS [EMAIL PROTECTED] wrote: - Not Create sequenced files I would prefer not to create sequential files as well. What alternate behavior do you propose if the user already has a file by the given name? Thanks, Adam

[chromium-dev] Re: Proposal: Chrome Development for Corporate/Professional Windows Developers

2008-09-27 Thread HLS
Thanks, There are two things I am strugglng with and I'm wondering if you steer me in the right direction. - Dialogs, they appear to be hard coded. Whats the documentation for this? WebKit? - The Download Manager: I want to add options to: - Not show the download tab - Not Create

[chromium-dev] Style question: referencing bug-ids from the comments

2008-09-27 Thread e. roman
Is there a recommended format for referencing issue-ids from code comments? (I have some TODOs that I want to spawn issues for). Previously the convention was: http://b/$ID This url was elegant and functional. Now I suppose the canonical URL would be:

[chromium-dev] Re: Idea: Consistent opening of new tabs in background and foreground

2008-09-27 Thread Wei Hu
I always like new tabs to be opened in background. You may be interested in checking out my patch at http://sites.google.com/site/ggchromium/%E8%87%AA%E5%88%B6google-chrome%E4%B8%8B%E8%BD%BD/2660.diff?attredirects=0 On Sep 27, 9:23 pm, Yarin [EMAIL PROTECTED] wrote: Hi *, the status quo for

[chromium-dev] Some sites throw browser not supported exception

2008-09-27 Thread Deoraj
Hi, while using chrome I found that some sites give browser not supported Exception. I am sure there might be a way to overcome this. It would be great if I be able to view all sites overcoming the browser dependency of the site. Thanks Deoraj