summaryrefslogtreecommitdiffstats
path: root/chrome/browser/in_process_webkit
Commit message (Expand)AuthorAgeFilesLines
* Move in_process_webkit dir from chrome\browser to content\browser.jam@chromium.org2011-02-2430-4336/+0
* IndexedDB: Allow injection of keys into values via key path.hans@chromium.org2011-02-174-0/+111
* Expose WebCore log channels on the chrome command linegavinp@chromium.org2011-02-161-3/+8
* Plumbing for WebIDBFactory::deleteDatabasejochen@chromium.org2011-02-162-15/+61
* These tests are still flaky, so I'm disabling agin.jorlow@chromium.org2011-02-161-11/+10
* Re-enable all the IndexedDB browser tests and update them to handlejorlow@chromium.org2011-02-151-14/+15
* Disable some tests that need to be updated due to a WebKit patch that hasn't ...jorlow@chromium.org2011-02-151-4/+4
* indexeddb: make setVersion fire blocked event if other connections are opendgrogan@chromium.org2011-02-142-0/+5
* Revert "indexeddb: make setVersion fire blocked event if other connections ar...dgrogan@chromium.org2011-02-122-5/+0
* indexeddb: make setVersion fire blocked event if other connections are opendgrogan@chromium.org2011-02-122-0/+5
* Plumbing for the IDBObjectStore::clear() method.jochen@chromium.org2011-02-102-0/+24
* Declare DOMStorageMessageFilter::OnDestruct() const.bauerb@chromium.org2011-02-102-2/+2
* Destroy DOMStorageMessageFilter on the IO thread.bauerb@chromium.org2011-02-102-1/+7
* Remove includes of message headers in headers.jam@chromium.org2011-02-092-22/+39
* IndexedDB: Update calls to WebIDBObjectStore::put().hans@chromium.org2011-02-021-1/+1
* IndexedDB: CursorDispathcerHost::OnUpdate should use IndexedDBCallbacks<WebID...hans@chromium.org2011-02-011-2/+1
* IndexedDB: Remove overrides of and calls to WebIDBCallbacks::onSuccess().hans@chromium.org2011-01-282-33/+5
* Land 6266021 for David.jorlow@chromium.org2011-01-272-1/+10
* IndexedDB: Prepare to remove IDBCallbacks::onSuccess() used for null values.hans@chromium.org2011-01-271-0/+14
* Correct typo for "disabled".lzheng@chromium.org2011-01-251-1/+1
* Disable KeyPathTest.lzheng@chromium.org2011-01-251-1/+2
* Disable IndexTestlzheng@chromium.org2011-01-251-1/+2
* Disable 3 flaky indexeddb browser testsandreip@chromium.org2011-01-251-3/+6
* Re-enable indexedDB browser tests after picking up WebKit revision 76531andreip@chromium.org2011-01-251-17/+5
* Disable IndexedDBBrowserTest.TransactionTest and IndexedDBBrowserTest.DoesntH...rniwa@chromium.org2011-01-251-14/+2
* Disable IndexedDBBrowserTest.TransactionTest and IndexedDBBrowserTest.DoesntH...rniwa@chromium.org2011-01-251-4/+16
* Disable IndexedDBBrowserTest.KeyPathTest per WebKit revision 76531.rniwa@chromium.org2011-01-241-7/+8
* Mark some IndexedDB browser tests as flaky.asargent@chromium.org2011-01-241-4/+8
* Fix IndexedDB race condition during shutdown.hans@chromium.org2011-01-215-121/+184
* Remove obsolete base/lock.h and fix up callers to use the new header file andbrettw@chromium.org2011-01-211-1/+0
* Changing the behaviour of DOMStorageMessageFilter so that receiving invalid m...twiz@chromium.org2011-01-203-21/+19
* Remove action_max_timeout_ms and fix all the callers.tfarina@chromium.org2011-01-191-2/+4
* Mark IndexedDBBrowserTest.KeyPathTest flaky on windows.mnissler@chromium.org2011-01-181-1/+8
* Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...abarth@chromium.org2011-01-1711-37/+37
* Crash when using indexed db in second incognito window.tsepez@chromium.org2011-01-141-1/+3
* Clean up some old TODOsjorlow@chromium.org2011-01-121-17/+1
* Cleanup: Remove unneeded includes of chrome_switches.h.thestig@chromium.org2011-01-112-2/+0
* Fix null pointer dereferences in IndexedDBjorlow@chromium.org2011-01-101-0/+20
* Disable crashy IndexedDBBrowserTest.ObjectStoreTestphajdan.jr@chromium.org2011-01-031-1/+2
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Add stats for figuring out how often we kill processes because of malformed I...jam@chromium.org2010-12-224-105/+83
* Disable following tests that trigger an assertion failure:phajdan.jr@chromium.org2010-12-181-2/+4
* Cleanup: Remove unneeded includes of notification_service.h.thestig@chromium.org2010-12-171-1/+2
* This adds some plumbing for propagating the status and error code of a render...gspencer@chromium.org2010-12-142-2/+2
* Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act...jam@chromium.org2010-12-141-1/+1
* Fix problems from my change to IndexedDBDispatcherHost.jam@chromium.org2010-12-131-0/+20
* Fix problem with my last change (http://src.chromium.org/viewvc/chrome?view=r...jam@chromium.org2010-12-131-0/+1
* Make IndexedDBDispatcherHost be a message filter and move its messages into a...jam@chromium.org2010-12-134-567/+347
* Make DOMStorageDispatcherHost be a message filter (and rename it accordingly)...jam@chromium.org2010-12-1311-506/+359