I would assume that I need to create a HTTP request from within the "my-scheme" job, and then have "my-scheme" copy the response back thereby masking the request.
I will give this a try. If anyone knows of a simpler approach, their advice would be greatly appreciated. On 30 July, 20:02, Kruncher <[email protected]> wrote: > I have just tried adding the scheme directly beneath where the > standard Chromium ones are being registered. The scheme is now being > recognized within the web browser. > > When "my-scheme://test" is entered, the location bar now automatically > switches to "http://192.168.1.4:8080/". > > Is it possible 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 <[email protected]> wrote: > > > > > 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 registered. I haven't > > been able to spend very much time exploring/breaking throughout the > > Chromium source yet. I am going to give it another try when I get home > > from work tonight. > > > Thanks, > > > On 30 July, 08:44, Peter Kasting <[email protected]> wrote: > > > > On Thu, Jul 30, 2009 at 12:38 AM, Tim Steele <[email protected]> wrote: > > > > > We only had one URL for the scheme in question, so whether it was for > > > > the > > > > entire scheme didn't matter. > > > > Ah. Yeah, that'd do it. > > > > PK --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
