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
/
indexed_db_context_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Quota: Factor out (Mock)QuotaManagerProxy into its own file for readability
nhiroki@chromium.org
2014-01-17
1
-1
/
+1
*
Unrevert 244240 "IndexedDBFactory now ForceCloses databases."
cmumford@chromium.org
2014-01-11
1
-31
/
+10
*
Revert 244240 "IndexedDBFactory now ForceCloses databases."
jsbell@chromium.org
2014-01-10
1
-10
/
+31
*
IndexedDBFactory now ForceCloses databases.
cmumford@chromium.org
2014-01-10
1
-31
/
+10
*
Convert base::file_util to use File instead of PlatformFile.
rvargas@chromium.org
2014-01-07
1
-1
/
+1
*
Update uses of Value in chromeos/, cloud_print/, components/, content/ to use...
avi@chromium.org
2013-12-23
1
-8
/
+9
*
IndexedDB: Force a database compaction after a database is deleted
jsbell@chromium.org
2013-12-17
1
-0
/
+6
*
Ensure chrome://tracing shows IndexedDB as option
jsbell@chromium.org
2013-12-07
1
-0
/
+2
*
IndexedDB: Forced close should cancel pending timers
jsbell@chromium.org
2013-12-06
1
-0
/
+2
*
Move more file_util functions to base namespace.
brettw@chromium.org
2013-12-04
1
-1
/
+1
*
Move IndexedDBTransaction diagnostics members into a struct
jsbell@chromium.org
2013-11-26
1
-7
/
+7
*
IndexedDB: Correct transaction start scheduling to match spec
jsbell@chromium.org
2013-11-26
1
-6
/
+6
*
IndexedDB: Close backing store after a failed write
jsbell@chromium.org
2013-10-31
1
-2
/
+2
*
IndexedDB: Track backing stores via origin URL, sanify identifier usage
jsbell@chromium.org
2013-10-28
1
-5
/
+3
*
IndexedDB: Ensure backing store is released on forced-close
jsbell@chromium.org
2013-10-24
1
-5
/
+2
*
IndexedDB: Ensure that closed connections are not used
jsbell@chromium.org
2013-10-19
1
-0
/
+1
*
IndexedDB: Use leveldb::DestroyDB to delete backing stores
jsbell@chromium.org
2013-10-15
1
-2
/
+11
*
Add more diagnostic info to chrome://indexeddb-internals
jsbell@chromium.org
2013-09-12
1
-1
/
+37
*
Add connection/transaction diagnostics to chrome://indexeddb-internals
jsbell@chromium.org
2013-07-22
1
-6
/
+106
*
Add a "Force Close" link and connection count to indexeddb-interanals.
alecflett@chromium.org
2013-07-18
1
-1
/
+14
*
[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
*
IndexedDB: Coding conventions and cleanup
jsbell@chromium.org
2013-07-13
1
-1
/
+1
*
IndexedDB: Switch key/value handling from vector<char> to std::string
jsbell@chromium.org
2013-07-10
1
-2
/
+0
*
IndexedDB: Remove unnecessary scoped_refptr<T>::get() calls
jsbell@chromium.org
2013-07-03
1
-20
/
+16
*
Convert WebIDBDatabaseImpl to IndexedDBConnection
jsbell@chromium.org
2013-07-03
1
-5
/
+5
*
Update OS X to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-07-02
1
-3
/
+3
*
Move file_util::Delete to the base namespace
brettw@chromium.org
2013-07-01
1
-2
/
+2
*
IndexedDB: Eliminate WebIDBFactoryImpl wrapper
jsbell@chromium.org
2013-06-28
1
-8
/
+11
*
IndexedDB: Remove uses of WebKit API types from back-end code
jsbell@chromium.org
2013-06-28
1
-1
/
+0
*
Move IndexedDB from WEBKIT_DEPRECATED to dedicated thread
jsbell@chromium.org
2013-06-25
1
-27
/
+43
*
Use {As,From}UTF16Unsafe instead of file_path_string_conversions.{h,cc}.
darin@chromium.org
2013-06-25
1
-1
/
+0
*
Move ComputeDirectorySize to the base namespace.
brettw@chromium.org
2013-06-22
1
-1
/
+1
*
Use chromium logic for database identifier<->origin conversions
jamesr@chromium.org
2013-06-19
1
-9
/
+14
*
Origin identifiers are always ASCII, store as std::string
jamesr@chromium.org
2013-06-18
1
-11
/
+9
*
Remove excess WebKit includes and WebData references
alecflett@chromium.org
2013-06-14
1
-2
/
+0
*
Use a direct include of strings headers in content/browser/, part 1.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Remove content/browser dependency on many WebKit::WebIDB* classes
alecflett@chromium.org
2013-06-10
1
-8
/
+6
*
Move FileEnumerator to its own file, do some refactoring.
brettw@chromium.org
2013-06-08
1
-2
/
+3
*
Turn on the new IndexedDB backend.
alecflett@chromium.org
2013-06-04
1
-4
/
+1
*
IndexedDB: Use canonical paths in included headers
jsbell@chromium.org
2013-06-03
1
-2
/
+2
*
Update content/ to use scoped_refptr<T>::get() rather than implicit "operator...
rsleevi@chromium.org
2013-06-02
1
-1
/
+1
*
Migrate the IndexedDB backend from Blink to Chromium
alecflett@chromium.org
2013-05-31
1
-34
/
+50
*
Revert "Migrate the IndexedDB backend from Blink to Chromium"
alecflett@chromium.org
2013-05-30
1
-50
/
+34
*
Migrate the IndexedDB backend from Blink to Chromium
alecflett@chromium.org
2013-05-30
1
-34
/
+50
*
Revert "Migrate the IndexedDB backend from Blink to Chromium"
jsbell@chromium.org
2013-05-30
1
-50
/
+34
*
Migrate the IndexedDB backend from Blink to Chromium
jsbell@chromium.org
2013-05-30
1
-34
/
+50
*
Move webkit/quota files to webkit/browser/quota or webkit/common/quota
tzik@chromium.org
2013-05-30
1
-2
/
+2
*
Update refernces to Blink's Platform API (content)
abarth@chromium.org
2013-05-30
1
-4
/
+4
*
Revert "Migrate the IndexedDB backend from Blink to Chromium"
jsbell@chromium.org
2013-05-28
1
-50
/
+34
[next]