| Commit message (Expand) | Author | Age | Files | Lines |
* | Update chromium tests for new IDBDatabase.transaction() restrictions. The tra... | jsbell@chromium.org | 2011-10-27 | 1 | -2/+1 |
* | Disable IndexedDBBrowserTestWithLowQuota.QuotaTest failing after WebKit roll | yurys@chromium.org | 2011-10-27 | 1 | -1/+2 |
* | IndexedDB: Update calls to and implementations of WebIDBFactory. | hans@chromium.org | 2011-10-27 | 2 | -37/+2 |
* | Move resource_codes to content/public/common. | jam@chromium.org | 2011-10-25 | 1 | -1/+1 |
* | base::Bind: Convert BrowsingDatabaseHelper::StartFetching. | jhawkins@chromium.org | 2011-10-23 | 1 | -1/+1 |
* | Move SerializedScriptValue to content/public/common and put it into the conte... | jam@chromium.org | 2011-10-21 | 6 | -40/+47 |
* | base::Bind: Cleanups in in_process_webkit. | jhawkins@chromium.org | 2011-10-19 | 7 | -46/+39 |
* | Use base::Callback in Quota related code. | tzik@chromium.org | 2011-10-18 | 6 | -83/+75 |
* | Move in-process-webkit unit tests to content unit tests target | jochen@chromium.org | 2011-10-17 | 2 | -12/+13 |
* | 2nd try: Change default global temporary quota limit to 50% of available space | kinuko@chromium.org | 2011-10-17 | 1 | -13/+1 |
* | Revert 105791 (to see if it fixes browser_tests) - Change default global temp... | kinuko@chromium.org | 2011-10-17 | 1 | -1/+13 |
* | Change default global temporary quota limit to 50% of available space | kinuko@chromium.org | 2011-10-17 | 1 | -13/+1 |
* | Move content_switches to content\public\common. | jam@chromium.org | 2011-10-13 | 5 | -5/+5 |
* | Consolidate key, primary key, value cursor messages. | dgrogan@chromium.org | 2011-10-12 | 2 | -5/+4 |
* | Modify WaitableEvent::Wait() to return void | steveblock@chromium.org | 2011-10-12 | 1 | -6/+6 |
* | more content exports needed for unit_tests and browser_tests. | dpranke@chromium.org | 2011-09-30 | 6 | -13/+14 |
* | Here are more exports needed for content_unittests to link in the component b... | dpranke@chromium.org | 2011-09-30 | 3 | -5/+6 |
* | Implementation of IDBFactory::getDatabaseNames | jsbell@chromium.org | 2011-09-26 | 4 | -0/+73 |
* | Do not intitialize V8 in browser process. | dslomov@chromium.org | 2011-09-24 | 1 | -1/+1 |
* | Delete Tracked, and move Location to its own file. | ajwong@chromium.org | 2011-09-21 | 1 | -1/+0 |
* | Annotate all of the functions in content that need to be exported, in prepara... | dpranke@chromium.org | 2011-09-13 | 5 | -5/+12 |
* | IndexedDBContext: Clearing session-only databases on exit. | marja@chromium.org | 2011-09-12 | 3 | -8/+77 |
* | A stab at fixing a frequent crasher in the DOMStorage stuff. | michaeln@google.com | 2011-09-08 | 1 | -3/+2 |
* | Move more files to content_unittests | phajdan.jr@chromium.org | 2011-09-02 | 2 | -16/+14 |
* | Update Chrome to use WebKitPlatformSupport instead of WebKitClient. | abarth@chromium.org | 2011-09-02 | 4 | -42/+46 |
* | When uninstalling a hosted app, delete data for its launch_url's origin, as | michaeln@google.com | 2011-09-02 | 1 | -0/+1 |
* | Switch ChromeTestSuite to the same convention as ContentTestSuite: | phajdan.jr@chromium.org | 2011-08-27 | 3 | -7/+3 |
* | Remove --unlimited-quota-for-indexeddb. Increase incognito quota. | dgrogan@chromium.org | 2011-08-26 | 4 | -30/+7 |
* | * Wire up the delete command in the cookie tree UI to actually delete indexed... | michaeln@google.com | 2011-08-25 | 5 | -92/+172 |
* | Browser test for IndexedDB quota | dgrogan@chromium.org | 2011-08-22 | 1 | -0/+47 |
* | IndexedDB API cleanup. | adamk@chromium.org | 2011-08-22 | 4 | -72/+17 |
* | Fixing a memory leak in DOMStorageTest.SessionOnly. | marja@chromium.org | 2011-08-20 | 1 | -29/+34 |
* | --single-process hacks to avoid crashing on shutdown | michaeln@google.com | 2011-08-19 | 1 | -1/+4 |
* | Session-only local storage cleared on exit. | marja@chromium.org | 2011-08-19 | 5 | -0/+113 |
* | Tag IPC::Channel::Listener implementations with OVERRIDE | evan@chromium.org | 2011-08-16 | 1 | -4/+4 |
* | Add MessageLoopProxy::current | nduca@chromium.org | 2011-08-15 | 1 | -4/+4 |
* | Reorganize chrome/test, part #9 | phajdan.jr@chromium.org | 2011-08-11 | 2 | -2/+2 |
* | Removal of Profile from content part 7. | avi@chromium.org | 2011-08-09 | 4 | -13/+12 |
* | Remove idb transaction callbacks onTimeout stuff that was removed from the spec. | dgrogan@chromium.org | 2011-08-09 | 2 | -6/+0 |
* | Improve IndexedDB's quota support | dgrogan@chromium.org | 2011-08-05 | 10 | -44/+340 |
* | Quota: Add quota::StorageType to the GetOriginsCallback definition. | mkwst@chromium.org | 2011-08-05 | 3 | -21/+40 |
* | GTTF: Use a fresh TestingBrowserProcess for each test, part #4 | phajdan.jr@chromium.org | 2011-08-03 | 2 | -1/+6 |
* | Move more files from chrome/test to chrome/test/base, part #4 | phajdan.jr@chromium.org | 2011-08-01 | 4 | -4/+4 |
* | Move in_process_browser_test and ui_test_utils to chrome/test/base | phajdan.jr@chromium.org | 2011-07-29 | 3 | -4/+4 |
* | Make IndexedDB call QuotaManager::NotifyStorageAccessed | dgrogan@chromium.org | 2011-07-14 | 6 | -14/+61 |
* | Implement GetOrigins for indexeddb quota | dgrogan@chromium.org | 2011-07-08 | 4 | -3/+102 |
* | Remove --indexeddb-use-leveldb command-line flag. | hans@chromium.org | 2011-07-06 | 2 | -4/+8 |
* | GCC 4.6 -Wunused-but-set-variable cleanup. | pph34r@gmail.com | 2011-07-01 | 1 | -1/+1 |
* | Use leveldb by default, Chrome side | hans@chromium.org | 2011-07-01 | 4 | -14/+14 |
* | Refactor IndexedDB quota client test in prep for leveldb | dgrogan@chromium.org | 2011-06-29 | 1 | -15/+17 |