summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_special_storage_policy.cc
Commit message (Expand)AuthorAgeFilesLines
* Move each permission classes to its own files in extensions/permissions and r...penghuang@chromium.org2012-06-271-8/+9
* Surfacing permissions for hosted apps in Cookies content settings exceptionsvabr@chromium.org2012-06-131-2/+7
* Move Extension into extensions namespaceaa@chromium.org2012-05-211-4/+4
* Move BrowserThread to content namespace.joi@chromium.org2011-11-021-0/+2
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-1/+1
* Adding CookieSettings for storing cookie content settings.marja@chromium.org2011-10-281-12/+9
* Delegating the "are images allowed" decision to renderer.marja@chromium.org2011-10-271-2/+2
* Don't protect the storage of origins associated with bookmark apps.michaeln@google.com2011-10-211-2/+2
* Take the content settings set by extensions into account in the default setti...marja@chromium.org2011-10-191-1/+1
* Reland r105832: NewRunnable* -> base::Bind for most of chrome/browser/extensi...adamk@chromium.org2011-10-181-2/+2
* Revert 105832 - NewRunnable* -> base::Bind for most of chrome/browser/extensi...adamk@chromium.org2011-10-171-2/+2
* NewRunnable* -> base::Bind for most of chrome/browser/extensions/.adamk@chromium.org2011-10-171-2/+2
* DatabaseTracker: Clearing session-only databases on exit.marja@chromium.org2011-09-081-0/+17
* Session-only local storage cleared on exit.marja@chromium.org2011-08-191-1/+13
* Send notifications on the IO thread when changes are made to the special stor...michaeln@google.com2011-08-151-18/+42
* Start refractoring extension permissions into ExtensionPermissionSet.jstritar@chromium.org2011-06-231-8/+12
* File API changes needed for safely passing user selected file entities from t...zelidrag@chromium.org2011-04-161-17/+22
* Make ExtensionSpecialStoragePolicy hold references to extentions added.michaeln@google.com2011-04-081-3/+3
* Wired local file system support for File API. The local file system provider ...zelidrag@chromium.org2011-03-251-2/+15
* Fix a memory leak and add the webkit_quota library to the project.michaeln@google.com2011-02-221-2/+2
* Fix chromium-style compile error that got in the tree since yesterday.erg@google.com2011-02-171-0/+8
* Add the quota::SpecialStoragePolicy interface and an implementation that grantsmichaeln@google.com2011-02-171-0/+93