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
/
chrome
/
browser
/
in_process_webkit
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move in_process_webkit dir from chrome\browser to content\browser.
jam@chromium.org
2011-02-24
30
-4336
/
+0
*
IndexedDB: Allow injection of keys into values via key path.
hans@chromium.org
2011-02-17
4
-0
/
+111
*
Expose WebCore log channels on the chrome command line
gavinp@chromium.org
2011-02-16
1
-3
/
+8
*
Plumbing for WebIDBFactory::deleteDatabase
jochen@chromium.org
2011-02-16
2
-15
/
+61
*
These tests are still flaky, so I'm disabling agin.
jorlow@chromium.org
2011-02-16
1
-11
/
+10
*
Re-enable all the IndexedDB browser tests and update them to handle
jorlow@chromium.org
2011-02-15
1
-14
/
+15
*
Disable some tests that need to be updated due to a WebKit patch that hasn't ...
jorlow@chromium.org
2011-02-15
1
-4
/
+4
*
indexeddb: make setVersion fire blocked event if other connections are open
dgrogan@chromium.org
2011-02-14
2
-0
/
+5
*
Revert "indexeddb: make setVersion fire blocked event if other connections ar...
dgrogan@chromium.org
2011-02-12
2
-5
/
+0
*
indexeddb: make setVersion fire blocked event if other connections are open
dgrogan@chromium.org
2011-02-12
2
-0
/
+5
*
Plumbing for the IDBObjectStore::clear() method.
jochen@chromium.org
2011-02-10
2
-0
/
+24
*
Declare DOMStorageMessageFilter::OnDestruct() const.
bauerb@chromium.org
2011-02-10
2
-2
/
+2
*
Destroy DOMStorageMessageFilter on the IO thread.
bauerb@chromium.org
2011-02-10
2
-1
/
+7
*
Remove includes of message headers in headers.
jam@chromium.org
2011-02-09
2
-22
/
+39
*
IndexedDB: Update calls to WebIDBObjectStore::put().
hans@chromium.org
2011-02-02
1
-1
/
+1
*
IndexedDB: CursorDispathcerHost::OnUpdate should use IndexedDBCallbacks<WebID...
hans@chromium.org
2011-02-01
1
-2
/
+1
*
IndexedDB: Remove overrides of and calls to WebIDBCallbacks::onSuccess().
hans@chromium.org
2011-01-28
2
-33
/
+5
*
Land 6266021 for David.
jorlow@chromium.org
2011-01-27
2
-1
/
+10
*
IndexedDB: Prepare to remove IDBCallbacks::onSuccess() used for null values.
hans@chromium.org
2011-01-27
1
-0
/
+14
*
Correct typo for "disabled".
lzheng@chromium.org
2011-01-25
1
-1
/
+1
*
Disable KeyPathTest.
lzheng@chromium.org
2011-01-25
1
-1
/
+2
*
Disable IndexTest
lzheng@chromium.org
2011-01-25
1
-1
/
+2
*
Disable 3 flaky indexeddb browser tests
andreip@chromium.org
2011-01-25
1
-3
/
+6
*
Re-enable indexedDB browser tests after picking up WebKit revision 76531
andreip@chromium.org
2011-01-25
1
-17
/
+5
*
Disable IndexedDBBrowserTest.TransactionTest and IndexedDBBrowserTest.DoesntH...
rniwa@chromium.org
2011-01-25
1
-14
/
+2
*
Disable IndexedDBBrowserTest.TransactionTest and IndexedDBBrowserTest.DoesntH...
rniwa@chromium.org
2011-01-25
1
-4
/
+16
*
Disable IndexedDBBrowserTest.KeyPathTest per WebKit revision 76531.
rniwa@chromium.org
2011-01-24
1
-7
/
+8
*
Mark some IndexedDB browser tests as flaky.
asargent@chromium.org
2011-01-24
1
-4
/
+8
*
Fix IndexedDB race condition during shutdown.
hans@chromium.org
2011-01-21
5
-121
/
+184
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-1
/
+0
*
Changing the behaviour of DOMStorageMessageFilter so that receiving invalid m...
twiz@chromium.org
2011-01-20
3
-21
/
+19
*
Remove action_max_timeout_ms and fix all the callers.
tfarina@chromium.org
2011-01-19
1
-2
/
+4
*
Mark IndexedDBBrowserTest.KeyPathTest flaky on windows.
mnissler@chromium.org
2011-01-18
1
-1
/
+8
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
11
-37
/
+37
*
Crash when using indexed db in second incognito window.
tsepez@chromium.org
2011-01-14
1
-1
/
+3
*
Clean up some old TODOs
jorlow@chromium.org
2011-01-12
1
-17
/
+1
*
Cleanup: Remove unneeded includes of chrome_switches.h.
thestig@chromium.org
2011-01-11
2
-2
/
+0
*
Fix null pointer dereferences in IndexedDB
jorlow@chromium.org
2011-01-10
1
-0
/
+20
*
Disable crashy IndexedDBBrowserTest.ObjectStoreTest
phajdan.jr@chromium.org
2011-01-03
1
-1
/
+2
*
Move CancellationFlag and WaitableEvent to the synchronization subdirectory.
brettw@chromium.org
2011-01-02
1
-1
/
+1
*
Move base/thread.h to base/threading, fix up callers to use the new location.
brettw@chromium.org
2011-01-01
1
-1
/
+1
*
Add stats for figuring out how often we kill processes because of malformed I...
jam@chromium.org
2010-12-22
4
-105
/
+83
*
Disable following tests that trigger an assertion failure:
phajdan.jr@chromium.org
2010-12-18
1
-2
/
+4
*
Cleanup: Remove unneeded includes of notification_service.h.
thestig@chromium.org
2010-12-17
1
-1
/
+2
*
This adds some plumbing for propagating the status and error code of a render...
gspencer@chromium.org
2010-12-14
2
-2
/
+2
*
Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act...
jam@chromium.org
2010-12-14
1
-1
/
+1
*
Fix problems from my change to IndexedDBDispatcherHost.
jam@chromium.org
2010-12-13
1
-0
/
+20
*
Fix problem with my last change (http://src.chromium.org/viewvc/chrome?view=r...
jam@chromium.org
2010-12-13
1
-0
/
+1
*
Make IndexedDBDispatcherHost be a message filter and move its messages into a...
jam@chromium.org
2010-12-13
4
-567
/
+347
*
Make DOMStorageDispatcherHost be a message filter (and rename it accordingly)...
jam@chromium.org
2010-12-13
11
-506
/
+359
[next]