2009/5/13 jack <[email protected]>: > Thanks for your feedback. My understanding is that Chrome is actively > working on an official user preference system based on HTML 5 local > storage. In the meantime, I was suggested trying bookmarks as a > workaround. I haven't tried the new release yet, but in last week it > didn't work out because it seemed the communication between the > content script and extension (namely chromium.extension.connect() > blabla) was not ready yet. As for cookie, unless I missed sth, I think > it is not a decent solution because of its strict security/domain > restriction (to keep in mind user preference should work browser-wide > instead of domain-wide).
The content script communication stuff works in the current release. The name has changed to 'chrome.extension.connect()' (not chromium). - a --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
