[chromium-dev] Re: Point the browser to an URL

2009-07-11 Thread Thiago Farina
Maybe you can find what you want here: http://dev.chromium.org/developers/design-documents On Jul 10, 7:00 pm, Roberto Perez robj.pe...@gmail.com wrote: I keep working on it, The basic functionality of DnD is very simple, but call a browser method isn't so :) On Mac ( and i think that the

[chromium-dev] Re: Point the browser to an URL

2009-07-10 Thread Roberto Perez
I keep working on it, The basic functionality of DnD is very simple, but call a browser method isn't so :) On Mac ( and i think that the same on windows and linux ) there is a BaseView subclass called RenderWidgetHostViewMac that has an atributte of the type RenderWidgetHost. I believe that i can

[chromium-dev] Re: Point the browser to an URL

2009-07-06 Thread PhistucK
If it is using the same functions as the Windows version uses for opening URLs (and I believe it does, since this is a very basic core functionality that should be unified), then search for the way the Go button goes to the URL in toolbar. Generally, I found it in browser.h\cc (