vote up 3 vote down star

Developing extensions for Google Chrome 4.x. I'd like to keep a couple of parameters persistent, and thought about using Google Gears' Database object - since it's always installed with Chrome.
But I couldn't find any documentation that will tell me if it's possible. The only relevant sentence I could find was

Data is stored using the same-origin security policy, meaning that a web application cannot access data outside of its domain

Is that evenrelevant to an extension, that runs locally? Is there anything else that may prevent me from using the Database object? Thanks for your time.

flag

I don't know, but if you can't, do file a bug for it :) – bdonlan Oct 22 at 1:56
Ok, I tried a straight-forward approach (inserting row, reading it back and displaying it) - works in an HTML, doesn't work in the extension. Where should I report a bug? :) – Traveling Tech Guy Oct 22 at 5:37

1 Answer

vote up 0 vote down check

According to this thread about people using different features of gears in their chrome plugins: http://groups.google.com/group/gears-users/browse%5Fthread/thread/396c542a7f6d44ce?pli=1 yes.

link|flag
Thanks, will give it a deeper look. – Traveling Tech Guy Oct 28 at 4:53

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.