summaryrefslogtreecommitdiffstats
path: root/webkit/quota
Commit message (Expand)AuthorAgeFilesLines
...
* Notify the quota manager when write operation is made in FileSystem API.kinuko@chromium.org2011-05-092-26/+13
* Implement SandboxQuotaClient for Quota support in sandboxed filesystemkinuko@chromium.org2011-05-098-82/+193
* Build fix for 83151kinuko@chromium.org2011-04-271-1/+1
* Another clang build fix for 83145kinuko@chromium.org2011-04-272-1/+5
* Clang fix for 83145; adding constructor to QuotaTaskObserver.kinuko@chromium.org2011-04-272-0/+4
* Add 1st cut of QuotaManager codekinuko@chromium.org2011-04-2713-7/+2078
* Delete a few unused functions.thakis@chromium.org2011-04-251-15/+0
* Update quota database schema to store quota per-host instead of per-origin.kinuko@chromium.org2011-04-253-218/+141
* File API changes needed for safely passing user selected file entities from t...zelidrag@chromium.org2011-04-161-2/+5
* Add webkit/quota/OWNERS filekinuko@chromium.org2011-04-131-0/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-283-4/+4
* Wired local file system support for File API. The local file system provider ...zelidrag@chromium.org2011-03-251-0/+3
* Implement quota manager database.kinuko@chromium.org2011-03-174-0/+798
* Fix a memory leak and add the webkit_quota library to the project.michaeln@google.com2011-02-223-0/+46
* Add the quota::SpecialStoragePolicy interface and an implementation that grantsmichaeln@google.com2011-02-171-0/+31