summaryrefslogtreecommitdiffstats
path: root/webkit/database
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/database to webkit/browser and webkit/common. Also move content::...michaeln@google.com2013-05-2218-3819/+0
* Histogram versions and extended error codes for SQLite databases.shess@chromium.org2013-05-151-1/+1
* webkit: Merge fileapi::GetOriginURLFromIdentifier and DatabaseUtil::GetOrigin...tfarina@chromium.org2013-05-107-52/+34
* Add michaeln to webkit/OWNERS and clean housejamesr@chromium.org2013-05-091-1/+0
* Revert 198820 "Move FileEnumerator to its own file, do some refa..."dbeam@chromium.org2013-05-081-5/+4
* Move FileEnumerator to its own file, do some refactoring.brettw@chromium.org2013-05-071-4/+5
* webkit: Use base::MessageLoop.xhwang@chromium.org2013-05-074-15/+15
* webkit: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Update the remaining include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-171-1/+1
* Replace string16 with base::string16 in src/webkitbrettw@chromium.org2013-03-2914-283/+305
* Convert include paths for string_number_conversions in src/chrome and src/webkitbrettw@chromium.org2013-03-271-1/+1
* Proxy queryUsageAndQuota from worker process (3rd try)kinuko@chromium.org2013-03-231-0/+9
* Revert 189913 "Proxy queryUsageAndQuota from worker process"msw@chromium.org2013-03-221-6/+0
* Proxy queryUsageAndQuota from worker processalecflett@chromium.org2013-03-221-0/+6
* Move file_path.h to base/files.brettw@chromium.org2013-02-244-4/+4
* WebDatabase: check path traversal in origin_identifieraedla@chromium.org2013-02-183-0/+29
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-1/+1
* 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