| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Use the QuotaManager to determine the space available to WebSQLDatabases. Sin... | michaeln@google.com | 2011-05-25 | 1 | -7/+13 |
* | Move scoped_temp_dir and scoped_native_library back from base/memory to base. | thakis@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | Globally replace <(library) with static_library | evan@chromium.org | 2011-05-19 | 1 | -1/+1 |
* | Added DeleteOriginData to QuotaClient | kinuko@chromium.org | 2011-05-17 | 2 | -0/+13 |
* | More Quota + WebSQLDatabase integration. | michaeln@google.com | 2011-05-15 | 7 | -34/+366 |
* | Implementation of DatabaseQuotaClient for the WebSQLDatabase system. | michaeln@google.com | 2011-05-10 | 7 | -14/+614 |
* | File API changes needed for safely passing user selected file entities from t... | zelidrag@chromium.org | 2011-04-16 | 1 | -1/+1 |
* | Changes to WebDatabaseObserverImpl and SimpleDatabaseSystem required to have ... | michaeln@google.com | 2011-04-01 | 3 | -2/+167 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 2 | -6/+6 |
* | Wired local file system support for File API. The local file system provider ... | zelidrag@chromium.org | 2011-03-25 | 1 | -0/+4 |
* | web databases: remove a ToWStringHack | evan@chromium.org | 2011-03-10 | 1 | -2/+3 |
* | wstring: remove some simple instances of ToWStringHack | evan@chromium.org | 2011-03-02 | 1 | -2/+4 |
* | Add an accessor for an ExtensionSpecialStoragePolicy to the Profile class | michaeln@google.com | 2011-02-26 | 5 | -43/+68 |
* | More net/ reordering. | erg@google.com | 2011-01-21 | 1 | -0/+1 |
* | Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref... | abarth@chromium.org | 2011-01-17 | 1 | -2/+2 |