summaryrefslogtreecommitdiffstats
path: root/content/browser/in_process_webkit
Commit message (Expand)AuthorAgeFilesLines
* Update chromium tests for new IDBDatabase.transaction() restrictions. The tra...jsbell@chromium.org2011-10-271-2/+1
* Disable IndexedDBBrowserTestWithLowQuota.QuotaTest failing after WebKit rollyurys@chromium.org2011-10-271-1/+2
* IndexedDB: Update calls to and implementations of WebIDBFactory.hans@chromium.org2011-10-272-37/+2
* Move resource_codes to content/public/common.jam@chromium.org2011-10-251-1/+1
* base::Bind: Convert BrowsingDatabaseHelper::StartFetching.jhawkins@chromium.org2011-10-231-1/+1
* Move SerializedScriptValue to content/public/common and put it into the conte...jam@chromium.org2011-10-216-40/+47
* base::Bind: Cleanups in in_process_webkit.jhawkins@chromium.org2011-10-197-46/+39
* Use base::Callback in Quota related code.tzik@chromium.org2011-10-186-83/+75
* Move in-process-webkit unit tests to content unit tests targetjochen@chromium.org2011-10-172-12/+13
* 2nd try: Change default global temporary quota limit to 50% of available spacekinuko@chromium.org2011-10-171-13/+1
* Revert 105791 (to see if it fixes browser_tests) - Change default global temp...kinuko@chromium.org2011-10-171-1/+13
* Change default global temporary quota limit to 50% of available spacekinuko@chromium.org2011-10-171-13/+1
* Move content_switches to content\public\common.jam@chromium.org2011-10-135-5/+5
* Consolidate key, primary key, value cursor messages.dgrogan@chromium.org2011-10-122-5/+4
* Modify WaitableEvent::Wait() to return voidsteveblock@chromium.org2011-10-121-6/+6
* more content exports needed for unit_tests and browser_tests.dpranke@chromium.org2011-09-306-13/+14
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-303-5/+6
* Implementation of IDBFactory::getDatabaseNamesjsbell@chromium.org2011-09-264-0/+73
* Do not intitialize V8 in browser process.dslomov@chromium.org2011-09-241-1/+1
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-1/+0
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-135-5/+12
* IndexedDBContext: Clearing session-only databases on exit.marja@chromium.org2011-09-123-8/+77
* A stab at fixing a frequent crasher in the DOMStorage stuff.michaeln@google.com2011-09-081-3/+2
* Move more files to content_unittestsphajdan.jr@chromium.org2011-09-022-16/+14
* Update Chrome to use WebKitPlatformSupport instead of WebKitClient.abarth@chromium.org2011-09-024-42/+46
* When uninstalling a hosted app, delete data for its launch_url's origin, asmichaeln@google.com2011-09-021-0/+1
* Switch ChromeTestSuite to the same convention as ContentTestSuite:phajdan.jr@chromium.org2011-08-273-7/+3
* Remove --unlimited-quota-for-indexeddb. Increase incognito quota.dgrogan@chromium.org2011-08-264-30/+7
* * Wire up the delete command in the cookie tree UI to actually delete indexed...michaeln@google.com2011-08-255-92/+172
* Browser test for IndexedDB quotadgrogan@chromium.org2011-08-221-0/+47
* IndexedDB API cleanup.adamk@chromium.org2011-08-224-72/+17
* Fixing a memory leak in DOMStorageTest.SessionOnly.marja@chromium.org2011-08-201-29/+34
* --single-process hacks to avoid crashing on shutdownmichaeln@google.com2011-08-191-1/+4
* Session-only local storage cleared on exit.marja@chromium.org2011-08-195-0/+113
* Tag IPC::Channel::Listener implementations with OVERRIDEevan@chromium.org2011-08-161-4/+4
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-4/+4
* Reorganize chrome/test, part #9phajdan.jr@chromium.org2011-08-112-2/+2
* Removal of Profile from content part 7.avi@chromium.org2011-08-094-13/+12
* Remove idb transaction callbacks onTimeout stuff that was removed from the spec.dgrogan@chromium.org2011-08-092-6/+0
* Improve IndexedDB's quota supportdgrogan@chromium.org2011-08-0510-44/+340
* Quota: Add quota::StorageType to the GetOriginsCallback definition.mkwst@chromium.org2011-08-053-21/+40
* GTTF: Use a fresh TestingBrowserProcess for each test, part #4phajdan.jr@chromium.org2011-08-032-1/+6
* Move more files from chrome/test to chrome/test/base, part #4phajdan.jr@chromium.org2011-08-014-4/+4
* Move in_process_browser_test and ui_test_utils to chrome/test/basephajdan.jr@chromium.org2011-07-293-4/+4
* Make IndexedDB call QuotaManager::NotifyStorageAccesseddgrogan@chromium.org2011-07-146-14/+61
* Implement GetOrigins for indexeddb quotadgrogan@chromium.org2011-07-084-3/+102
* Remove --indexeddb-use-leveldb command-line flag.hans@chromium.org2011-07-062-4/+8
* GCC 4.6 -Wunused-but-set-variable cleanup.pph34r@gmail.com2011-07-011-1/+1
* Use leveldb by default, Chrome sidehans@chromium.org2011-07-014-14/+14
* Refactor IndexedDB quota client test in prep for leveldbdgrogan@chromium.org2011-06-291-15/+17