[chromium-dev] Re: Adding a Custom Scheme

2009-07-30 Thread Kruncher
I tried selecting an alternative from the autocomplete suggestions, but all of them resort to a Google search. From what I saw last night, it seems as though any factory methods that are registered prior to the BrowserMain method are being cleared, and then the Chromium methods are being

[chromium-dev] Re: Adding a Custom Scheme

2009-07-30 Thread Kruncher
to make the Chromium location bar show my-scheme:// test but still have the page come from http://192.168.1.4:8080/;? On 30 July, 09:39, Kruncher leaha...@gmail.com wrote: I tried selecting an alternative from the autocomplete suggestions, but all of them resort to a Google search. From what I saw

[chromium-dev] Re: Adding a Custom Scheme

2009-07-29 Thread Kruncher
Those are the kinds of URL's that I have been trying, but when I hit enter it reverts to: http://www.google.co.uk/search?sourceid=chromeie=UTF-8q=my-scheme://some-url It seems almost as though the scheme factory is not getting registered. I am working on a help viewer. When the viewer is

[chromium-dev] Re: Adding a Custom Scheme

2009-07-29 Thread Kruncher
of a custom application? On 30 July, 00:40, Peter Kasting pkast...@google.com wrote: On Wed, Jul 29, 2009 at 4:23 PM, Kruncher leaha...@gmail.com wrote: Those are the kinds of URL's that I have been trying, but when I hit enter it reverts to: http://www.google.co.uk/search?sourceid=chromeie=UTF

[chromium-dev] Adding a Custom Scheme

2009-07-27 Thread Kruncher
Hi, I am trying to add a custom scheme to the Chromium browser. I am trying to write a scheme that will transparently redirect requests to another URL. For some reason, however, my custom scheme does not appear to get recognized. Could somebody tell me what I am doing wrong? For the time being

[chromium-dev] Re: Getting Started with a New Project

2009-07-26 Thread Kruncher
Hope that helps a little. On Jul 25, 8:34 pm, Juan Baez tux...@gmail.com wrote: Where you able to figure this out Kruncher? If so, could you provide me with some feedback as to how you resolved the problem? I am sort of trying to do something similar myself. On Jul 20, 2:41 am, Kruncher

[chromium-dev] Re: Getting Started with a New Project

2009-07-20 Thread Kruncher
Yes, I tried adding that project but it didn't seem to help. On 19 July, 20:49, Thiago Farina thiago.far...@gmail.com wrote: Did you added the common project to your solution? On Jul 19, 12:40 pm, Kruncher leaha...@gmail.com wrote: For the purposes of practice I am trying to create

[chromium-dev] Getting Started with a New Project

2009-07-19 Thread Kruncher
For the purposes of practice I am trying to create an empty Win32 Exe project that uses the demonstration code from: http://dev.chromium.org/developers/design-documents/chromeviews To do this I have created a new solution and an empty project. I have then added the demonstration code, and in

[chromium-dev] Re: Creating a Custom View

2009-07-15 Thread Kruncher
, Kruncher leaha...@gmail.com wrote: Hi, I would like to create a custom browser application based on the Chromium source. I have downloaded and compiled the source (from the Chrome.sln solution. What I want to do is:  - Create a new executable project.  - Create a custom view

[chromium-dev] Re: Creating a Custom View

2009-07-15 Thread Kruncher
of what they do is removing options, maybe you can even upload your changes to the Chromium source code (with #IF DEFINE YOUR_CUSTOM_CODE or something). But you have to ask them first, of course. ☆PhistucK On Wed, Jul 15, 2009 at 11:41, Kruncher leaha...@gmail.com wrote: Thanks for your

[chromium-dev] Re: Using Chromium Source Code?

2009-07-12 Thread Kruncher
, 2009 at 16:46, Kruncher leaha...@gmail.com wrote: Thanks for the link of terms, and for your confirmation. From what I can see in the terms, Chromium is primarily covered by the BSD and LGPL licences, so I can't see a problem there. I guess my primary concern is with copyright if I am

[chromium-dev] Re: Using Chromium Source Code?

2009-07-09 Thread Kruncher
Thanks for the link of terms, and for your confirmation. From what I can see in the terms, Chromium is primarily covered by the BSD and LGPL licences, so I can't see a problem there. I guess my primary concern is with copyright if I am reworking the Chromium browser part of the project to meet