summaryrefslogtreecommitdiffstats
path: root/content/browser/in_process_webkit
Commit message (Expand)AuthorAgeFilesLines
* Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}darin@chromium.org2013-01-021-2/+4
* Disable IndexedDBBrowserTest.DoesntHangTest on all platformssteveblock@chromium.org2012-12-271-6/+1
* Disable IndexedDBBrowserTest.DoesntHangTest on Win and OSXsteveblock@chromium.org2012-12-241-1/+6
* IndexedDB: Re-enable new/renamed tests in IndexedDBLayoutTest.IntVersionTestsjsbell@chromium.org2012-12-211-3/+2
* IndexedDB: Temporarily disable test using file renamed in WebKitjsbell@chromium.org2012-12-201-1/+3
* Disable intversion-close-between-events testdgrogan@chromium.org2012-12-131-1/+2
* The test has been kept failing after webkit roll in r172605xians@chromium.org2012-12-121-1/+7
* We're removing the sharedWorkerRepository() function from WebKitpilgrim@chromium.org2012-12-112-7/+0
* IndexedDB: Re-enable possibly no longer flaky test.jsbell@chromium.org2012-12-101-2/+1
* IndexedDB: Tests for unknown serialized data versions in backing stores.jsbell@chromium.org2012-12-101-0/+16
* refactor transaction id calculationalecflett@chromium.org2012-12-082-11/+19
* Propagate transaction id through IDBFactory::open() IPCalecflett@chromium.org2012-12-072-0/+27
* Rename int-based IPC variables to have ipc_ prefixalecflett@chromium.org2012-12-068-342/+365
* Remove old transaction() call, proxies, and messages.alecflett@chromium.org2012-11-302-33/+0
* Reenable some idb layout tests to run in content_shelldgrogan@chromium.org2012-11-301-9/+5
* Add support for int64-based transaction ids.alecflett@chromium.org2012-11-282-2/+51
* Remove setVersion plumbing from chromiumdgrogan@chromium.org2012-11-284-59/+0
* Add alecflett to OWNERS of IDB directoriesdgrogan@chromium.org2012-11-271-0/+1
* IndexedDB: Move quota check to commit phase of transaction.jsbell@chromium.org2012-11-221-9/+9
* Disable IndexedDBLayoutTest.ComplexTests, which is currentlymmenke@chromium.org2012-11-211-1/+1
* Mark IndexedDBLayoutTest.ComplexTests as failing after WebKit roll 135310:135353yurys@chromium.org2012-11-211-1/+3
* Remove calls to setVersion from browser testsdgrogan@chromium.org2012-11-171-6/+4
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-162-6/+6
* Disable intversion-and-setversion to not block a webkit rolldgrogan@chromium.org2012-11-151-1/+3
* Disable storage/indexeddb/database-basics.html as it's failing after wkrev.co...jochen@chromium.org2012-11-141-1/+2
* Remove legacy IDB backend IPC glue for string-based references.alecflett@chromium.org2012-11-132-195/+0
* content: Update calls froms RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-102-12/+12
* Test for destroying leveldb directory when we detect corruption or a schema d...dgrogan@chromium.org2012-11-081-26/+98
* Reenable two IDB intversion testsdgrogan@chromium.org2012-11-061-2/+2
* IndexedDB: Support id-based references in the IPC/Proxy code.alecflett@chromium.org2012-11-022-41/+223
* Disable part of IndexedDBLayoutTest.KeyTests - failing circa WK r133272jsbell@chromium.org2012-11-021-1/+2
* Move content\browser\in_process_webkit to content namespace.jam@chromium.org2012-10-2919-56/+87
* IndexedDB: Remove ambiguities due to future webkit landingalecflett@chromium.org2012-10-261-2/+7
* IndexedDB: Ensure pending callbacks are fired before dispatcher is torn downjsbell@chromium.org2012-10-261-0/+1
* Revert 163972 - IndexedDB: Ensure pending callbacks are fired before dispatch...abodenha@chromium.org2012-10-251-1/+0
* IndexedDB: Ensure pending callbacks are fired before dispatcher is torn downjsbell@chromium.org2012-10-251-0/+1
* webkit: Move FilePath/WebString conversion functions from 'glue' to 'base'hashimoto@chromium.org2012-10-233-9/+9
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-222-1/+3
* Flush out IPC for onSuccess() / onSuccess(long long)alecflett@chromium.org2012-10-172-0/+16
* IndexedDB: Delete old IPC plumbing following WK99097jsbell@chromium.org2012-10-172-9/+0
* Turn on LevelDB loggingdgrogan@chromium.org2012-10-161-0/+20
* IndexedDB: Plumbing to allow cause of transaction abort to be passed to scriptjsbell@chromium.org2012-10-152-1/+13
* Converted GetOriginsForHostTask to use base::PostTaskAndReply(). Deleted supe...calvinlo@chromium.org2012-10-112-100/+25
* Converted GetAllOriginsTask to use base::PostTaskAndReplyWithResult()calvinlo@chromium.org2012-10-102-45/+27
* Convert GetOriginUsageTask to use base::PostTaskAndReplyWithResult()calvinlo@chromium.org2012-10-092-45/+15
* Propagate IDB objectstore/index ids through chromium IPCalecflett@chromium.org2012-10-051-3/+5
* Migrate use of DeleteOriginTask to base::PostTaskAndReplyWithResult(). Part1 ...calvinlo@chromium.org2012-10-052-37/+18
* IndexedDB: Data requests should use Async IPCjsbell@chromium.org2012-10-022-94/+76
* Disable IndexedDBLayoutTest.IndexTests for being flaky and timing out.mpcomplete@chromium.org2012-09-291-1/+2
* Reenable indexeddb content_browsertests.dgrogan@chromium.org2012-09-281-15/+10