index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
content
/
browser
/
in_process_webkit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change ExecuteJavaScript* helper functions in browser_test_utils.{h,cc}
darin@chromium.org
2013-01-02
1
-2
/
+4
*
Disable IndexedDBBrowserTest.DoesntHangTest on all platforms
steveblock@chromium.org
2012-12-27
1
-6
/
+1
*
Disable IndexedDBBrowserTest.DoesntHangTest on Win and OSX
steveblock@chromium.org
2012-12-24
1
-1
/
+6
*
IndexedDB: Re-enable new/renamed tests in IndexedDBLayoutTest.IntVersionTests
jsbell@chromium.org
2012-12-21
1
-3
/
+2
*
IndexedDB: Temporarily disable test using file renamed in WebKit
jsbell@chromium.org
2012-12-20
1
-1
/
+3
*
Disable intversion-close-between-events test
dgrogan@chromium.org
2012-12-13
1
-1
/
+2
*
The test has been kept failing after webkit roll in r172605
xians@chromium.org
2012-12-12
1
-1
/
+7
*
We're removing the sharedWorkerRepository() function from WebKit
pilgrim@chromium.org
2012-12-11
2
-7
/
+0
*
IndexedDB: Re-enable possibly no longer flaky test.
jsbell@chromium.org
2012-12-10
1
-2
/
+1
*
IndexedDB: Tests for unknown serialized data versions in backing stores.
jsbell@chromium.org
2012-12-10
1
-0
/
+16
*
refactor transaction id calculation
alecflett@chromium.org
2012-12-08
2
-11
/
+19
*
Propagate transaction id through IDBFactory::open() IPC
alecflett@chromium.org
2012-12-07
2
-0
/
+27
*
Rename int-based IPC variables to have ipc_ prefix
alecflett@chromium.org
2012-12-06
8
-342
/
+365
*
Remove old transaction() call, proxies, and messages.
alecflett@chromium.org
2012-11-30
2
-33
/
+0
*
Reenable some idb layout tests to run in content_shell
dgrogan@chromium.org
2012-11-30
1
-9
/
+5
*
Add support for int64-based transaction ids.
alecflett@chromium.org
2012-11-28
2
-2
/
+51
*
Remove setVersion plumbing from chromium
dgrogan@chromium.org
2012-11-28
4
-59
/
+0
*
Add alecflett to OWNERS of IDB directories
dgrogan@chromium.org
2012-11-27
1
-0
/
+1
*
IndexedDB: Move quota check to commit phase of transaction.
jsbell@chromium.org
2012-11-22
1
-9
/
+9
*
Disable IndexedDBLayoutTest.ComplexTests, which is currently
mmenke@chromium.org
2012-11-21
1
-1
/
+1
*
Mark IndexedDBLayoutTest.ComplexTests as failing after WebKit roll 135310:135353
yurys@chromium.org
2012-11-21
1
-1
/
+3
*
Remove calls to setVersion from browser tests
dgrogan@chromium.org
2012-11-17
1
-6
/
+4
*
Move scoped_temp_dir from base to base/files
brettw@chromium.org
2012-11-16
2
-6
/
+6
*
Disable intversion-and-setversion to not block a webkit roll
dgrogan@chromium.org
2012-11-15
1
-1
/
+3
*
Disable storage/indexeddb/database-basics.html as it's failing after wkrev.co...
jochen@chromium.org
2012-11-14
1
-1
/
+2
*
Remove legacy IDB backend IPC glue for string-based references.
alecflett@chromium.org
2012-11-13
2
-195
/
+0
*
content: Update calls froms RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-10
2
-12
/
+12
*
Test for destroying leveldb directory when we detect corruption or a schema d...
dgrogan@chromium.org
2012-11-08
1
-26
/
+98
*
Reenable two IDB intversion tests
dgrogan@chromium.org
2012-11-06
1
-2
/
+2
*
IndexedDB: Support id-based references in the IPC/Proxy code.
alecflett@chromium.org
2012-11-02
2
-41
/
+223
*
Disable part of IndexedDBLayoutTest.KeyTests - failing circa WK r133272
jsbell@chromium.org
2012-11-02
1
-1
/
+2
*
Move content\browser\in_process_webkit to content namespace.
jam@chromium.org
2012-10-29
19
-56
/
+87
*
IndexedDB: Remove ambiguities due to future webkit landing
alecflett@chromium.org
2012-10-26
1
-2
/
+7
*
IndexedDB: Ensure pending callbacks are fired before dispatcher is torn down
jsbell@chromium.org
2012-10-26
1
-0
/
+1
*
Revert 163972 - IndexedDB: Ensure pending callbacks are fired before dispatch...
abodenha@chromium.org
2012-10-25
1
-1
/
+0
*
IndexedDB: Ensure pending callbacks are fired before dispatcher is torn down
jsbell@chromium.org
2012-10-25
1
-0
/
+1
*
webkit: Move FilePath/WebString conversion functions from 'glue' to 'base'
hashimoto@chromium.org
2012-10-23
3
-9
/
+9
*
Move a bunch of code in content\common (as well as a few left in renderer) to...
jam@chromium.org
2012-10-22
2
-1
/
+3
*
Flush out IPC for onSuccess() / onSuccess(long long)
alecflett@chromium.org
2012-10-17
2
-0
/
+16
*
IndexedDB: Delete old IPC plumbing following WK99097
jsbell@chromium.org
2012-10-17
2
-9
/
+0
*
Turn on LevelDB logging
dgrogan@chromium.org
2012-10-16
1
-0
/
+20
*
IndexedDB: Plumbing to allow cause of transaction abort to be passed to script
jsbell@chromium.org
2012-10-15
2
-1
/
+13
*
Converted GetOriginsForHostTask to use base::PostTaskAndReply(). Deleted supe...
calvinlo@chromium.org
2012-10-11
2
-100
/
+25
*
Converted GetAllOriginsTask to use base::PostTaskAndReplyWithResult()
calvinlo@chromium.org
2012-10-10
2
-45
/
+27
*
Convert GetOriginUsageTask to use base::PostTaskAndReplyWithResult()
calvinlo@chromium.org
2012-10-09
2
-45
/
+15
*
Propagate IDB objectstore/index ids through chromium IPC
alecflett@chromium.org
2012-10-05
1
-3
/
+5
*
Migrate use of DeleteOriginTask to base::PostTaskAndReplyWithResult(). Part1 ...
calvinlo@chromium.org
2012-10-05
2
-37
/
+18
*
IndexedDB: Data requests should use Async IPC
jsbell@chromium.org
2012-10-02
2
-94
/
+76
*
Disable IndexedDBLayoutTest.IndexTests for being flaky and timing out.
mpcomplete@chromium.org
2012-09-29
1
-1
/
+2
*
Reenable indexeddb content_browsertests.
dgrogan@chromium.org
2012-09-28
1
-15
/
+10
[next]