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
/
indexed_db
Commit message (
Expand
)
Author
Age
Files
Lines
*
[content shell] move browser process stuff into browser/ subdir
jochen@chromium.org
2013-08-20
1
-1
/
+1
*
IndexedDB: Replace Operation classes with base::Callbacks
jsbell@chromium.org
2013-08-16
6
-748
/
+534
*
Content changes for GetURL refactor.
nasko@chromium.org
2013-08-13
2
-2
/
+3
*
IndexedDB: Miscellanous coding style cleanup
jsbell@chromium.org
2013-08-13
3
-30
/
+39
*
Don't delete IndexedDB on some non-corruption I/O errors.
dgrogan@chromium.org
2013-08-09
6
-27
/
+162
*
Fix IDB browser crash when renderer is killed because of malformed IPC.
dgrogan@chromium.org
2013-07-24
2
-1
/
+6
*
Update include paths in content/browser for base/process changes.
rsesek@chromium.org
2013-07-23
2
-3
/
+1
*
Add connection/transaction diagnostics to chrome://indexeddb-internals
jsbell@chromium.org
2013-07-22
12
-74
/
+238
*
Use builders to convert between WebKit and content IDB types
jamesr@chromium.org
2013-07-20
1
-1
/
+0
*
IndexedDB: Convert remaining pointer-arithmetic decodes to StringPiece
jsbell@chromium.org
2013-07-18
3
-358
/
+256
*
Add a "Force Close" link and connection count to indexeddb-interanals.
alecflett@chromium.org
2013-07-18
4
-32
/
+149
*
Convert to new WebIDBTypes enums and accessors
jamesr@chromium.org
2013-07-18
5
-60
/
+68
*
Use a direct include of the message_loop header in content/, part 1.
avi@chromium.org
2013-07-18
2
-2
/
+2
*
[Indexed DB] Now supported in single process mode.
benm@chromium.org
2013-07-17
1
-2
/
+1
*
Rename base::Delete to base::DeleteFile
brettw@chromium.org
2013-07-16
1
-2
/
+2
*
Move PathIsWritable, DirectoryExists, ContentsEqual, and TextContentsEqual to...
brettw@chromium.org
2013-07-15
1
-5
/
+5
*
IndexedDB: Coding conventions and cleanup
jsbell@chromium.org
2013-07-13
14
-191
/
+86
*
Histogram detailed errors for IndexedDB reads.
dgrogan@chromium.org
2013-07-13
1
-0
/
+1
*
Better size formatting for indexeddb-internals
alecflett@chromium.org
2013-07-13
1
-1
/
+2
*
IndexedDB: Test for "close" event when connection is force-closed.
jsbell@chromium.org
2013-07-12
1
-12
/
+21
*
add missing header in indexed_db_backing_store.cc
mostynb@opera.com
2013-07-11
1
-0
/
+1
*
IndexedDB: Validate store/index parameters
jsbell@chromium.org
2013-07-11
2
-80
/
+144
*
IndexedDB: Add test to ensure backing store closed after pending delete
jsbell@chromium.org
2013-07-11
2
-66
/
+87
*
IndexedDB: Remove transaction timer, just post tasks
jsbell@chromium.org
2013-07-10
2
-19
/
+27
*
Lazily allocate peer handles in the BrowserMessageFilter to reduce excessive
zturner@chromium.org
2013-07-10
1
-2
/
+2
*
IndexedDB: ContinueFunction -> Continue
jsbell@chromium.org
2013-07-10
6
-18
/
+17
*
IndexedDB: Switch key/value handling from vector<char> to std::string
jsbell@chromium.org
2013-07-10
28
-887
/
+726
*
content: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-09
4
-4
/
+4
*
Move Copy* into the base namespace.
brettw@chromium.org
2013-07-09
1
-3
/
+3
*
Update CrOS to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-07-03
2
-18
/
+18
*
Switch database/file_identifier to std::string, remove createFromDatabaseIden...
jamesr@chromium.org
2013-07-03
11
-111
/
+103
*
IndexedDB: Remove unnecessary scoped_refptr<T>::get() calls
jsbell@chromium.org
2013-07-03
14
-124
/
+94
*
Parse and histogram LevelDB corruption errors.
dgrogan@chromium.org
2013-07-03
1
-27
/
+94
*
Convert WebIDBDatabaseImpl to IndexedDBConnection
jsbell@chromium.org
2013-07-03
14
-614
/
+393
*
Disable IndexedDBBrowserTest.ValueSizeTest
sbc@chromium.org
2013-07-02
1
-1
/
+1
*
Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-07-02
1
-3
/
+3
*
IndexedDB: Remove IndexedDBCallbacksWrapper
jsbell@chromium.org
2013-07-01
17
-806
/
+536
*
IndexedDB: Eliminate IndexedDBDatabaseCallbacksWrapper
jsbell@chromium.org
2013-07-01
17
-159
/
+98
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-2
/
+2
*
IndexedDB: Eliminate WebIDBCursor wrapper
jsbell@chromium.org
2013-06-29
8
-121
/
+90
*
IndexedDB: Eliminate WebIDBFactoryImpl wrapper
jsbell@chromium.org
2013-06-28
5
-142
/
+46
*
Use a direct include of time headers in content/, part 1.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
IndexedDB: Remove uses of WebKit API types from back-end code
jsbell@chromium.org
2013-06-28
15
-76
/
+47
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
3
-11
/
+11
*
Move IndexedDB files out of in_process_webkit
jsbell@chromium.org
2013-06-26
11
-6
/
+2092
*
IndexedDB: Chromium Coding Style fixes - no default arguments
jsbell@chromium.org
2013-06-26
9
-22
/
+32
*
Histogram OS-level errors along with the method that encountered them.
dgrogan@chromium.org
2013-06-26
1
-3
/
+25
*
Tell IDB frontend about data loss.
dgrogan@chromium.org
2013-06-25
10
-24
/
+112
*
Move IndexedDB from WEBKIT_DEPRECATED to dedicated thread
jsbell@chromium.org
2013-06-25
8
-190
/
+229
*
Use {As,From}UTF16Unsafe instead of file_path_string_conversions.{h,cc}.
darin@chromium.org
2013-06-25
3
-6
/
+4
[next]