git://git.webkit.org
/
WebKit-https.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Remove IDBBackingStoreTemporaryFileHandler
[WebKit-https.git]
/
Source
/
WebCore
/
Modules
/
indexeddb
/
server
/
IDBServer.h
2019-10-22
sihui_liu@apple.com
Remove IDBBackingStoreTemporaryFileHandler
blob
|
commitdiff
2019-10-09
sihui_liu@apple.com
IndexedDB: update size to actual disk usage only when...
blob
|
commitdiff
|
diff to current
2019-09-12
youenn@apple.com
Use typed identifiers for IDB connection identifiers
blob
|
commitdiff
|
diff to current
2019-08-30
sihui_liu@apple.com
IndexedDB: update size of database when database operat...
blob
|
commitdiff
|
diff to current
2019-08-30
cdumez@apple.com
Add "IsolatedCopy" in the name of String getters that...
blob
|
commitdiff
|
diff to current
2019-08-21
cdumez@apple.com
Crash under StringImpl::~StringImpl() in IDBServer...
blob
|
commitdiff
|
diff to current
2019-08-19
sihui_liu@apple.com
Remove IDB-specific quota
blob
|
commitdiff
|
diff to current
2019-08-15
ryanhaddad@apple.com
Unreviewed, rolling out r248526.
blob
|
commitdiff
|
diff to current
2019-08-12
youenn@apple.com
Remove IDB-specific quota
blob
|
commitdiff
|
diff to current
2019-04-26
sihui_liu@apple.com
Stop IDB transactions to release locked database files...
blob
|
commitdiff
|
diff to current
2019-04-09
sihui_liu@apple.com
Remove unnecessary network process assertion for IDB...
blob
|
commitdiff
|
diff to current
2019-04-08
youenn@apple.com
Make sure UniqueIDBDatabaseConnection unregisters itsel...
blob
|
commitdiff
|
diff to current
2019-03-21
youenn@apple.com
Cache API and IDB space usages should be initialized...
blob
|
commitdiff
|
diff to current
2019-03-15
sihui_liu@apple.com
[ Mojave WK1 ] Layout Test storage/indexeddb/database...
blob
|
commitdiff
|
diff to current
2019-03-13
youenn@apple.com
Check IDB quota usage through QuotaManager
blob
|
commitdiff
|
diff to current
2019-02-27
sihui_liu@apple.com
Network Process is put to suspended when holding locked...
blob
|
commitdiff
|
diff to current
2018-11-01
sihui_liu@apple.com
Add a storage limit for IndexedDB
blob
|
commitdiff
|
diff to current
2018-01-03
utatane.tea@gmail.com
Remove std::chrono completely
blob
|
commitdiff
|
diff to current
2017-12-02
beidson@apple.com
Factor out the "databaseTaskQueue" parts of IDBServer...
blob
|
commitdiff
|
diff to current
2017-07-10
beidson@apple.com
Cleanup lifetime issues of UniqueIDBDatabase and IDBBac...
blob
|
commitdiff
|
diff to current
2017-06-26
utatane.tea@gmail.com
[WTF] Drop Thread::create(obsolete things) API since...
blob
|
commitdiff
|
diff to current
2017-06-10
cdumez@apple.com
Use WTF::Function instead of std::function in indexeddb...
blob
|
commitdiff
|
diff to current
2017-04-12
utatane.tea@gmail.com
[WTF] Introduce Thread class and use RefPtr<Thread...
blob
|
commitdiff
|
diff to current
2016-11-11
beidson@apple.com
IndexedDB 2.0: "close pending flag" and firing blocked...
blob
|
commitdiff
|
diff to current
2016-11-09
beidson@apple.com
IndexedDB 2.0: Encapsulate cursor iteration parameters...
blob
|
commitdiff
|
diff to current
2016-10-31
beidson@apple.com
IndexedDB 2.0: Support IDBObjectStore getAll/getAllKeys.
blob
|
commitdiff
|
diff to current
2016-10-24
beidson@apple.com
IndexedDB 2.0: Support IDBIndex name assignment.
blob
|
commitdiff
|
diff to current
2016-10-20
beidson@apple.com
IndexedDB 2.0: Support IDBObjectStore name assignment.
blob
|
commitdiff
|
diff to current
2016-08-15
achristensen@apple.com
Remove unused includes of wtf headers
blob
|
commitdiff
|
diff to current
2016-08-02
beidson@apple.com
Refactor data passed along for a "GetRecord" request.
blob
|
commitdiff
|
diff to current
2016-05-31
beidson@apple.com
Make createCrossThreadTask() functions return on the...
blob
|
commitdiff
|
diff to current
2016-05-31
beidson@apple.com
Move CrossThreadCopier/CrossThreadTask to WTF.
blob
|
commitdiff
|
diff to current
2016-05-18
beidson@apple.com
Modern IDB: Add support for server side closing of...
blob
|
commitdiff
|
diff to current
2016-05-18
beidson@apple.com
Modern IDB: Make TestRunner.clearAllDatabases also...
blob
|
commitdiff
|
diff to current
2016-05-11
beidson@apple.com
Modern IDB: IDBOpenDBRequests that are stop()'ed don...
blob
|
commitdiff
|
diff to current
2016-04-28
beidson@apple.com
Modern IDB: Implement native IDBFactory.getAllDatabaseN...
blob
|
commitdiff
|
diff to current
2016-04-08
beidson@apple.com
Modern IDB (Blob support): Write blobs to temporary...
blob
|
commitdiff
|
diff to current
2016-04-05
beidson@apple.com
Modern IDB: Replace use of SerializedScriptValue with...
blob
|
commitdiff
|
diff to current
2016-03-03
beidson@apple.com
Modern IDB: Close UniqueIDBDatabases once they become...
blob
|
commitdiff
|
diff to current
2016-02-18
beidson@apple.com
Modern IDB: Implement server->client operations in...
blob
|
commitdiff
|
diff to current
2016-02-18
beidson@apple.com
Modern IDB: Implement client->server operations in...
blob
|
commitdiff
|
diff to current
2016-01-15
beidson@apple.com
Modern IDB: Support opening and deleting SQLite databas...
blob
|
commitdiff
|
diff to current
2016-01-12
beidson@apple.com
Modern IDB: storage/indexeddb/dont-wedge.html is flaky.
blob
|
commitdiff
|
diff to current
2015-12-31
beidson@apple.com
Modern IDB: Only fire blocked events after all open...
blob
|
commitdiff
|
diff to current
2015-12-24
beidson@apple.com
Modern IDB: Don't open any new connections until after...
blob
|
commitdiff
|
diff to current
2015-11-20
beidson@apple.com
Modern IDB: IDBFactory.deleteDatabase() support.
blob
|
commitdiff
|
diff to current
2015-11-19
beidson@apple.com
Modern IDB: IDBObjectStore.deleteIndex() support.
blob
|
commitdiff
|
diff to current
2015-11-13
beidson@apple.com
Modern IDB: Pipe through cursor functions from client...
blob
|
commitdiff
|
diff to current
2015-11-04
beidson@apple.com
Modern IDB: Fill out IDBIndex, create MemoryIndex in...
blob
|
commitdiff
|
diff to current
2015-11-03
beidson@apple.com
Modern IDB: IBDObjectStore.delete() support.
blob
|
commitdiff
|
diff to current
2015-11-02
beidson@apple.com
Modern IDB: IBDObjectStore.count() support.
blob
|
commitdiff
|
diff to current
2015-10-31
beidson@apple.com
Modern IDB: Support IDBObjectStore.get() for IDBKeyRanges.
blob
|
commitdiff
|
diff to current
2015-10-30
beidson@apple.com
Modern IDB: IDBObjectStore.clear() support.
blob
|
commitdiff
|
diff to current
2015-10-29
beidson@apple.com
Modern IDB: deleteObjectStore support.
blob
|
commitdiff
|
diff to current
2015-10-29
beidson@apple.com
Modern IDB: Support IDBDatabase.transaction() (and...
blob
|
commitdiff
|
diff to current
2015-10-27
beidson@apple.com
Modern IDB: Support IDBObjectStore.put/get support.
blob
|
commitdiff
|
diff to current
2015-10-22
beidson@apple.com
Modern IDB: Basic createObjectStore implementation.
blob
|
commitdiff
|
diff to current
2015-10-21
beidson@apple.com
Modern IDB: Add basic transaction aborting.
blob
|
commitdiff
|
diff to current
2015-10-16
beidson@apple.com
Modern IDB: Support IDBDatabase.close().
blob
|
commitdiff
|
diff to current
2015-10-16
commit-queue@webki...
Unreviewed, rolling out r191156.
blob
|
commitdiff
|
diff to current
2015-10-16
beidson@apple.com
Modern IDB: Support IDBDatabase.close().
blob
|
commitdiff
|
diff to current
2015-10-15
beidson@apple.com
Modern IDB: Add basic transaction committing.
blob
|
commitdiff
|
diff to current
2015-10-12
beidson@apple.com
Modern IDB: Start version change transaction for connec...
blob
|
commitdiff
|
diff to current
2015-10-01
beidson@apple.com
Add UniqueIDBDatabase object, IDBBackingStore objects...
blob
|
commitdiff
|
diff to current
2015-09-28
beidson@apple.com
Add an IDB Server that can roundtrip a request back...
blob
|
commitdiff
|
diff to current