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
*
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
*
Cleanup: Remove unneeded browser_thread.h usage.
thestig@chromium.org
2010-12-13
1
-1
/
+0
*
Disable crashy IndexedDBBrowserTest.DoesntHangTest
phajdan.jr@chromium.org
2010-12-10
1
-1
/
+2
*
Coverity: Initialize member variables.
jhawkins@chromium.org
2010-12-05
1
-1
/
+2
*
Get rid of the last couple references to "remove" functions and description w...
jorlow@chromium.org
2010-12-03
2
-31
/
+32
*
Move:
ben@chromium.org
2010-12-02
3
-3
/
+3
*
Refactor DOM storage context clean-up on shutdown.
pastarmovj@chromium.org
2010-12-01
4
-33
/
+112
*
Moved deleting the indexed db context to the IndexedDBContext destructor.
pastarmovj@chromium.org
2010-11-30
6
-40
/
+80
*
Refactor: move HostContentSettingsMap to content_settings
gfeher@chromium.org
2010-11-30
2
-2
/
+2
*
Revert 67662 - FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-0
/
+1
*
FBTF: Remove unneeded headers from base/ (part 10)
thestig@chromium.org
2010-11-30
1
-1
/
+0
*
Remove flags from IDBKeyRange, change left->lower, right->upper, and add bool...
jorlow@chromium.org
2010-11-29
1
-3
/
+6
*
IndexedDB: Remove IDBDatabase.description
hans@chromium.org
2010-11-29
2
-11
/
+0
*
IndexedDB: Rename IDBDatabase.objectStores to objectStoreNames
hans@chromium.org
2010-11-29
2
-9
/
+9
[next]