| Commit message (Expand) | Author | Age | Files | Lines |
* | Linux/ChromeOS Chromium style checker cleanup, webkit/ edition. | rsleevi@chromium.org | 2013-02-07 | 1 | -8/+9 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 7 | -65/+71 |
* | Update some #includes in webkit/ for new headers in Platform directory | pilgrim@chromium.org | 2013-01-15 | 1 | -1/+1 |
* | Bake targeted error histogram support directly into sql::Connection. | shess@chromium.org | 2013-01-03 | 1 | -15/+1 |
* | webkit: Update the calls from RunAllPending() to RunUntilIdle(). | tfarina@chromium.org | 2012-12-16 | 1 | -4/+4 |
* | [base] Move AutoReset to base namespace. | dbeam@chromium.org | 2012-11-21 | 1 | -1/+1 |
* | Move scoped_temp_dir from base to base/files | brettw@chromium.org | 2012-11-16 | 1 | -8/+8 |
* | webkit: Merge 'database' and 'quota' to 'webkit_storage' | hashimoto@chromium.org | 2012-10-26 | 10 | -205/+35 |
* | Remove ref counting on sql::ErrorDelegate | pkotwicz@chromium.org | 2012-10-17 | 2 | -8/+12 |
* | Automate more Better Session Restore tests. | marja@chromium.org | 2012-10-15 | 1 | -0/+1 |
* | Refactors DatabaseQuotaClient using base::Callback. | nhiroki@chromium.org | 2012-08-21 | 2 | -247/+105 |
* | Fix ObfuscatedOriginEnumerator::Next not to try to call | ericu@chromium.org | 2012-07-09 | 1 | -8/+13 |
* | Move remaining webkit storage unit tests to content_unittests | adamk@chromium.org | 2012-06-08 | 3 | -1/+6 |
* | Unwire the clear on exit preference from the storage systems. | jochen@chromium.org | 2012-06-05 | 3 | -152/+20 |
* | RefCounted types should not have public destructors, webkit/ edition | rsleevi@chromium.org | 2012-06-04 | 1 | -1/+3 |
* | Change webkit/{fileapi,quota} code to use TaskRunner. | kinuko@chromium.org | 2012-05-07 | 1 | -1/+1 |
* | RefCounted types should not have public destructors, webkit/ | rsleevi@chromium.org | 2012-04-28 | 5 | -20/+47 |
* | Fix some grammar in comments, error messages and documentation. | gavinp@chromium.org | 2012-04-03 | 1 | -1/+1 |
* | Get rid of the clear_on_exit constructor parameter on DatabaseTracker since i... | jam@chromium.org | 2012-02-27 | 4 | -19/+15 |
* | More SQL statement usage regularization. Back-touch some | gbillock@chromium.org | 2012-02-18 | 2 | -2/+4 |
* | Nuke from orbit corrupt websql databases. | michaeln@google.com | 2012-02-18 | 3 | -1/+119 |
* | Prefer ScopedNestableTaskAllower over manual save/restore | dhollowa@chromium.org | 2012-02-14 | 1 | -2/+2 |
* | Database usage adjustment for .../webkit | gbillock@chromium.org | 2012-02-07 | 3 | -76/+49 |
* | Remove task.h and finish base::Bind() migration. | ajwong@chromium.org | 2012-01-06 | 1 | -1/+0 |
* | DatabaseTracker:: Fix a bug I introduced in r115465. | jhawkins@chromium.org | 2012-01-01 | 2 | -6/+7 |
* | base::Bind: Convert webkit/database. | jhawkins@chromium.org | 2011-12-22 | 5 | -51/+51 |
* | Appcache, local storage, indexed db, databases: skip exit-time deletion when ... | marja@chromium.org | 2011-12-08 | 3 | -1/+98 |
* | Update these includes to use the new header locations | abarth@chromium.org | 2011-12-03 | 1 | -1/+1 |
* | Add OVERRIDE to webkit/. | avi@chromium.org | 2011-11-16 | 1 | -1/+1 |
* | webkit: Remove 3 exit time destructor and turn on -Wexit-time-destructors. | thakis@chromium.org | 2011-11-11 | 1 | -1/+2 |
* | base::Bind: Convert webkit/database. | jhawkins@chromium.org | 2011-10-19 | 5 | -21/+29 |
* | Use base::Callback in Quota related code. | tzik@chromium.org | 2011-10-18 | 3 | -48/+48 |
* | Begin CompletionCallback switchover. | willchan@chromium.org | 2011-10-01 | 5 | -20/+20 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 1 | -0/+1 |
* | DatabaseTracker: Clearing session-only databases on exit. | marja@chromium.org | 2011-09-08 | 3 | -9/+110 |
* | Some DatabaseTracker cleanup. | michaeln@google.com | 2011-08-26 | 3 | -18/+93 |
* | Test cleanup: Using MockSpecialStoragePolicy instead of local subclasses of S... | marja@chromium.org | 2011-08-17 | 1 | -24/+17 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 3 | -7/+7 |
* | Quota: Add quota::StorageType to the GetOriginsCallback definition. | mkwst@chromium.org | 2011-08-05 | 3 | -22/+38 |
* | Remove VfsBackend::FileTypeIs{Journal,MainDB} | phajdan.jr@chromium.org | 2011-07-27 | 2 | -16/+0 |
* | Move app/sql/* files to sql/ directory. | tfarina@chromium.org | 2011-07-19 | 5 | -15/+15 |
* | Move code to clear web databases on shutdown to the database tracker | jochen@chromium.org | 2011-07-08 | 5 | -57/+242 |
* | Change all the references from app_base to sql. | tfarina@chromium.org | 2011-07-06 | 1 | -1/+1 |
* | Revert 91288 - Change references from app_base to sql. | cmp@chromium.org | 2011-07-01 | 1 | -1/+1 |
* | Change references from app_base to sql. | tfarina@chromium.org | 2011-07-01 | 1 | -1/+1 |
* | Remove msvs_guids from third_party, webkit, tools and views. | tony@chromium.org | 2011-06-14 | 1 | -1/+0 |
* | Hooking MHTML generation to the browser. | jcivelli@chromium.org | 2011-06-14 | 2 | -31/+2 |
* | More WebSQLDatabase and QuotaManager integration. | michaeln@google.com | 2011-05-26 | 6 | -267/+148 |
* | We need this work-around for file:/// URIs as | michaeln@google.com | 2011-05-25 | 2 | -3/+19 |
* | Implement DatabaseQuotaClient's DeteleteOriginData method. | michaeln@google.com | 2011-05-25 | 3 | -12/+140 |