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
/
common
/
indexed_db
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert to new WebIDBTypes enums and accessors
jamesr@chromium.org
2013-07-18
7
-87
/
+112
*
Add content/common/DEPS to burn down bad Blink uses
jamesr@chromium.org
2013-07-17
1
-2
/
+0
*
Add jln to OWNERS for IPC review.
palmer@chromium.org
2013-07-16
1
-0
/
+1
*
IndexedDB: Switch key/value handling from vector<char> to std::string
jsbell@chromium.org
2013-07-10
1
-6
/
+6
*
Tell IDB frontend about data loss.
dgrogan@chromium.org
2013-06-25
1
-0
/
+4
*
Update the remaining includes of string16.h to its new location.
tfarina@chromium.org
2013-06-18
1
-1
/
+1
*
Origin identifiers are always ASCII, store as std::string
jamesr@chromium.org
2013-06-18
1
-3
/
+3
*
Make security team OWNERS for all IPC *_messages*.h files.
palmer@chromium.org
2013-06-12
1
-8
/
+8
*
Use a direct include of strings headers in content/common/.
avi@chromium.org
2013-06-12
2
-2
/
+2
*
IndexedDB: Add unit test for key size estimates
jsbell@chromium.org
2013-06-11
3
-26
/
+102
*
IndexedDB: Fix prefetching for string keys
jsbell@chromium.org
2013-06-10
1
-1
/
+2
*
Remove IDBCursorBackendInterface::deleteFunction (part 2/3)
jsbell@chromium.org
2013-06-03
1
-6
/
+0
*
Migrate the IndexedDB backend from Blink to Chromium
alecflett@chromium.org
2013-05-31
2
-13
/
+35
*
Revert "Migrate the IndexedDB backend from Blink to Chromium"
alecflett@chromium.org
2013-05-30
2
-35
/
+13
*
Migrate the IndexedDB backend from Blink to Chromium
alecflett@chromium.org
2013-05-30
2
-13
/
+35
*
Revert "Migrate the IndexedDB backend from Blink to Chromium"
jsbell@chromium.org
2013-05-30
2
-35
/
+13
*
Migrate the IndexedDB backend from Blink to Chromium
jsbell@chromium.org
2013-05-30
2
-13
/
+35
*
Update refernces to Blink's Platform API (content)
abarth@chromium.org
2013-05-30
6
-10
/
+10
*
Revert "Migrate the IndexedDB backend from Blink to Chromium"
jsbell@chromium.org
2013-05-28
2
-35
/
+13
*
Migrate the IndexedDB backend from Blink to Chromium
jsbell@chromium.org
2013-05-28
2
-13
/
+35
*
Revert 202215 "Migrate the IndexedDB backend from Blink to Chromium"
xiyuan@chromium.org
2013-05-25
2
-35
/
+13
*
Migrate the IndexedDB backend from Blink to Chromium
jsbell@chromium.org
2013-05-24
2
-13
/
+35
*
Move indexeddb "common child" code out of content/common.
alecflett@chromium.org
2013-05-22
12
-2050
/
+0
*
add placeholder switch handlers for upcoming WebIDBKey::MinType
alecflett@chromium.org
2013-05-21
2
-5
/
+6
*
Remove Set* methods from IndexedDBKeyPath
jsbell@chromium.org
2013-05-20
3
-46
/
+53
*
Remove Set* methods from IndexedDBKey
alecflett@chromium.org
2013-05-20
7
-158
/
+236
*
add placeholder switch handlers for upcoming WebIDBKey::MinType
alecflett@chromium.org
2013-05-17
2
-3
/
+8
*
Revert "disable IndexedDBDispatcherTest.ValueSizeTest"
jsbell@chromium.org
2013-05-09
1
-1
/
+1
*
disable IndexedDBDispatcherTest.ValueSizeTest
estade@chromium.org
2013-05-07
1
-1
/
+1
*
Adding kenrb as security team owner for IPC definition files.
kenrb@chromium.org
2013-05-02
1
-0
/
+1
*
Change include paths to use the new IDB header locations in Platform
alecflett@chromium.org
2013-05-02
13
-32
/
+26
*
Remove WebSecurityOrigin from chromium
alecflett@chromium.org
2013-04-25
5
-71
/
+24
*
Remove legacy check from renderer's IDB dispatcher
alecflett@chromium.org
2013-04-24
1
-16
/
+0
*
Remove WebDOMStringList from chromium
alecflett@chromium.org
2013-04-22
3
-9
/
+1
*
Remove legacy open method from IDB renderer proxy
alecflett@chromium.org
2013-04-22
2
-25
/
+0
*
Remove WebExceptionCode from IDB proxy code
alecflett@chromium.org
2013-04-22
7
-51
/
+25
*
IndexedDB: Ensure connections arriving for terminated workers are closed
jsbell@chromium.org
2013-04-02
2
-3
/
+49
*
IndexedDB: Account for dispatcher thread being null during shutdown
jsbell@chromium.org
2013-04-02
1
-0
/
+5
*
IndexedDB: Rename confusing ipc identifier variables
jsbell@chromium.org
2013-03-23
3
-105
/
+108
*
IndexedDB: Fix database callback tracking/cleanup on close
jsbell@chromium.org
2013-03-21
5
-33
/
+44
*
IndexedDB: Remove unused plumbing for string version changes
jsbell@chromium.org
2013-03-21
3
-23
/
+0
*
IndexedDB: Ensure cursor prefetch count grows as expected
jsbell@chromium.org
2013-02-26
5
-11
/
+188
*
Remove old SerializedScriptValue based callbacks.
alecflett@chromium.org
2013-02-22
8
-262
/
+1
*
Proxy new WebData-based onSuccess() calls.
alecflett@chromium.org
2013-02-22
5
-15
/
+239
*
IndexedDB: Restore maximum value size checks and tests
jsbell@chromium.org
2013-02-20
2
-22
/
+56
*
Remove old copying put() methods and messages
alecflett@chromium.org
2013-02-19
5
-111
/
+0
*
Proxy WebData-based WebIDBDatabase::put
alecflett@chromium.org
2013-02-14
6
-6
/
+113
*
Add explicit casts to avoid ambiguous matching in
alecflett@chromium.org
2013-02-07
2
-7
/
+14
*
Remove deprecated IPC code for onUpgradeNeeded/onSuccess/metadata
alecflett@chromium.org
2013-02-01
6
-83
/
+0
*
Remove old IDBTransaction* cruft from earlier refactoring
alecflett@chromium.org
2013-01-31
7
-272
/
+0
[next]