Hi, all

I keep surveying and find that extension mechanism provider is
browser, not Webkit.
Our browser won't proivde extesion mechanism in short time, so we
should modify the browser code directly.
How does Chrome to support Google Gear? It uses extension or write in
browser code.
Could I refer to Chrome?

In fact, we focus on offline functions of Google Gear.
Therefore, I want to know how to modify our browser for supporting
this part.

What's the detail to acheive it?
I have some ideas but I'm not sure that it's right.
1. To copy the *.so to plugins path, ex .mozilla/plugins (What are the
else required files and paths?)
2. To load Google Gear plugin when browser startup
3. To send HTTP requests to Google Gear plugin instead of Webkit
engine. (What's the function I need to call?)
4. ...?


Thank you for help.

On 6月19日, 上午11時26分, emn178 <[email protected]> wrote:
> Hi, all
>
> We develop a Webkit-based browser and want to use Google Gear in it. I
> find this 
> article:http://groups.google.com/group/gears-users/browse_thread/thread/debb6...
>
> It means that I need to write a webkit extension.
> What functions does the extension need to implement?
> Is there any document or code I can refer to?
> Could I refer to the firefox extension? Where is it?
>
> I think that I have to porting it in two weeks..
>
> Who can help me?

Reply via email to