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
*
IndexedDB: Aggregating value/blob params into a single struct.
cmumford
2015-03-30
1
-19
/
+13
*
Avoid large inlined automatic methods in IndexedDB code.
bratell
2015-02-19
6
-3
/
+17
*
IndexedDB: Fix camelCase variable names to be snake_case
jsbell
2015-01-22
3
-11
/
+11
*
Add mkwst@chromium.org to IPC OWNERS files.
mkwst
2014-10-09
1
-0
/
+1
*
Add wfh@chromium.org to ipc OWNERS files
Will Harris
2014-09-08
1
-0
/
+1
*
Revert "Explicitly implement copy ctor/assignment operator for IndexedDBKey"
andrewhayden
2014-08-29
2
-26
/
+0
*
Remove cevans@ from OWNERS files.
thestig
2014-08-29
1
-1
/
+0
*
IndexedDB + Coding Style: re-order enums/typedefs/... to match guide
jsbell
2014-08-23
1
-1
/
+1
*
Update storage OWNERS entries
jsbell@chromium.org
2014-07-30
1
-1
/
+0
*
IndexedDB: Only fire 'blocked' if 'versionchange' was ignored [Chromium]
jsbell@chromium.org
2014-07-07
1
-1
/
+5
*
Tidy up stray semicolons and missing include guard in message files.
tsepez@chromium.org
2014-06-26
1
-3
/
+9
*
[IndexedDB] Use consistent enums on both sides of IPC.
pritam.nikam@samsung.com
2014-06-21
1
-13
/
+11
*
Add ericu and cmumford as OWNERS of IndexedDB directories
jsbell@chromium.org
2014-06-11
1
-2
/
+2
*
IndexedDB: Fix trivial cpplint.py errors
jsbell@chromium.org
2014-06-11
4
-5
/
+10
*
Remove cdn from OWNERS for IPC security review.
palmer@chromium.org
2014-06-08
1
-1
/
+0
*
New IPC message parameters for IDB/Blob support.
ericu@chromium.org
2014-04-09
1
-10
/
+44
*
Misc. Indexed DB cleanup:
pkasting@chromium.org
2014-03-20
3
-70
/
+78
*
Fix "unreachable code" warnings (MSVC warning 4702) in content/.
pkasting@chromium.org
2014-03-19
2
-7
/
+6
*
Add safe blob-over-IPC transfer from browser->renderer for IDB.
ericu@chromium.org
2014-03-18
1
-0
/
+3
*
Use validating form of IPC enum macros for blink types.
tsepez@chromium.org
2014-02-11
1
-3
/
+6
*
IndexedDB: Use enums in Blink API and IPC
jsbell@chromium.org
2014-02-07
1
-2
/
+3
*
IndexedDB: Replace static_cast<size_t>(123) with 123u in tests/checks
jsbell@chromium.org
2014-01-24
1
-6
/
+6
*
IndexedDB: Only reset prefetch caches for cursors in same transaction
jsbell@chromium.org
2014-01-22
1
-0
/
+2
*
Revert of IndexedDB: Only reset prefetch caches for cursors in same transacti...
mnissler@chromium.org
2014-01-22
1
-2
/
+0
*
IndexedDB: Only reset prefetch caches for cursors in same transaction
jsbell@chromium.org
2014-01-22
1
-0
/
+2
*
Remove stale comment referring to Chrome Frame.
grt@chromium.org
2014-01-21
1
-5
/
+0
*
Make per-file message file reviewers consistent across owners.
tsepez@chromium.org
2014-01-17
1
-1
/
+3
*
IndexedDB: Replace passing identically-sized vectors with pairs
jsbell@chromium.org
2014-01-16
1
-12
/
+8
*
Explicitly implement copy ctor/assignment operator for IndexedDBKey
jsbell@chromium.org
2014-01-13
2
-0
/
+26
*
Update some uses of char16 to use the base:: namespace.
avi@chromium.org
2013-12-25
1
-2
/
+2
*
Convert string16 to base::string16 in content.
brettw@chromium.org
2013-12-03
7
-31
/
+31
*
IndexedDB: Don't leak database proxy objects
jsbell@chromium.org
2013-11-26
1
-0
/
+14
*
IndexedDB: Support binary keys in Chromium back-end
jsbell@chromium.org
2013-11-21
3
-1
/
+26
*
IndexedDB: Implement back-end for IDBCursor.continuePrimaryKey()
jsbell@chromium.org
2013-11-16
1
-2
/
+3
*
IndexedDB: move DataLoss enum out of WebIDBCallbacks
jsbell@chromium.org
2013-11-14
1
-3
/
+2
*
Rename WebKit namespace to blink (part 3)
abarth@chromium.org
2013-11-07
8
-49
/
+49
*
Generate dataLossMessage from corruption strings
dgrogan@chromium.org
2013-11-02
1
-0
/
+1
*
IndexedDB: Add defaults for switches on WebIDBKeyType (1/4)
jsbell@chromium.org
2013-10-01
2
-0
/
+3
*
Use builders to convert between WebKit and content IDB types
jamesr@chromium.org
2013-07-20
7
-144
/
+2
*
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
[next]