summaryrefslogtreecommitdiffstats
path: root/webkit/database
Commit message (Expand)AuthorAgeFilesLines
* Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.rsleevi@chromium.org2013-02-071-8/+9
* Add FilePath to base namespace.brettw@chromium.org2013-02-027-65/+71
* Update some #includes in webkit/ for new headers in Platform directorypilgrim@chromium.org2013-01-151-1/+1
* Bake targeted error histogram support directly into sql::Connection.shess@chromium.org2013-01-031-15/+1
* webkit: Update the calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-12-161-4/+4
* [base] Move AutoReset to base namespace.dbeam@chromium.org2012-11-211-1/+1
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-8/+8
* webkit: Merge 'database' and 'quota' to 'webkit_storage'hashimoto@chromium.org2012-10-2610-205/+35
* Remove ref counting on sql::ErrorDelegatepkotwicz@chromium.org2012-10-172-8/+12
* Automate more Better Session Restore tests.marja@chromium.org2012-10-151-0/+1
* Refactors DatabaseQuotaClient using base::Callback.nhiroki@chromium.org2012-08-212-247/+105
* Fix ObfuscatedOriginEnumerator::Next not to try to callericu@chromium.org2012-07-091-8/+13
* Move remaining webkit storage unit tests to content_unittestsadamk@chromium.org2012-06-083-1/+6
* Unwire the clear on exit preference from the storage systems.jochen@chromium.org2012-06-053-152/+20
* RefCounted types should not have public destructors, webkit/ editionrsleevi@chromium.org2012-06-041-1/+3
* Change webkit/{fileapi,quota} code to use TaskRunner.kinuko@chromium.org2012-05-071-1/+1
* RefCounted types should not have public destructors, webkit/rsleevi@chromium.org2012-04-285-20/+47
* Fix some grammar in comments, error messages and documentation.gavinp@chromium.org2012-04-031-1/+1
* Get rid of the clear_on_exit constructor parameter on DatabaseTracker since i...jam@chromium.org2012-02-274-19/+15
* More SQL statement usage regularization. Back-touch somegbillock@chromium.org2012-02-182-2/+4
* Nuke from orbit corrupt websql databases.michaeln@google.com2012-02-183-1/+119
* Prefer ScopedNestableTaskAllower over manual save/restoredhollowa@chromium.org2012-02-141-2/+2
* Database usage adjustment for .../webkitgbillock@chromium.org2012-02-073-76/+49
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-061-1/+0
* DatabaseTracker:: Fix a bug I introduced in r115465.jhawkins@chromium.org2012-01-012-6/+7
* base::Bind: Convert webkit/database.jhawkins@chromium.org2011-12-225-51/+51
* Appcache, local storage, indexed db, databases: skip exit-time deletion when ...marja@chromium.org2011-12-083-1/+98
* Update these includes to use the new header locationsabarth@chromium.org2011-12-031-1/+1
* Add OVERRIDE to webkit/.avi@chromium.org2011-11-161-1/+1
* webkit: Remove 3 exit time destructor and turn on -Wexit-time-destructors.thakis@chromium.org2011-11-111-1/+2
* base::Bind: Convert webkit/database.jhawkins@chromium.org2011-10-195-21/+29
* Use base::Callback in Quota related code.tzik@chromium.org2011-10-183-48/+48
* Begin CompletionCallback switchover.willchan@chromium.org2011-10-015-20/+20
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* DatabaseTracker: Clearing session-only databases on exit.marja@chromium.org2011-09-083-9/+110
* Some DatabaseTracker cleanup.michaeln@google.com2011-08-263-18/+93
* Test cleanup: Using MockSpecialStoragePolicy instead of local subclasses of S...marja@chromium.org2011-08-171-24/+17
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-153-7/+7
* Quota: Add quota::StorageType to the GetOriginsCallback definition.mkwst@chromium.org2011-08-053-22/+38
* Remove VfsBackend::FileTypeIs{Journal,MainDB}phajdan.jr@chromium.org2011-07-272-16/+0
* Move app/sql/* files to sql/ directory.tfarina@chromium.org2011-07-195-15/+15
* Move code to clear web databases on shutdown to the database trackerjochen@chromium.org2011-07-085-57/+242
* Change all the references from app_base to sql.tfarina@chromium.org2011-07-061-1/+1
* Revert 91288 - Change references from app_base to sql.cmp@chromium.org2011-07-011-1/+1
* Change references from app_base to sql.tfarina@chromium.org2011-07-011-1/+1
* Remove msvs_guids from third_party, webkit, tools and views.tony@chromium.org2011-06-141-1/+0
* Hooking MHTML generation to the browser.jcivelli@chromium.org2011-06-142-31/+2
* More WebSQLDatabase and QuotaManager integration.michaeln@google.com2011-05-266-267/+148
* We need this work-around for file:/// URIs asmichaeln@google.com2011-05-252-3/+19
* Implement DatabaseQuotaClient's DeteleteOriginData method.michaeln@google.com2011-05-253-12/+140