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 IDBValue::m_sessionID
[WebKit-https.git]
/
Source
/
WebCore
/
Modules
/
indexeddb
/
IDBTransaction.cpp
2019-08-12
youenn@apple.com
Remove IDBValue::m_sessionID
blob
|
commitdiff
2019-05-13
ysuzuki@apple.com
[WTF] Simplify GCThread and CompilationThread flags...
blob
|
commitdiff
|
diff to current
2019-04-26
sihui_liu@apple.com
[ iOS Sim ] REGRESSION (r242986) Layout Test storage...
blob
|
commitdiff
|
diff to current
2019-04-18
sihui_liu@apple.com
Blob type cannot be stored correctly in IDB when IDBObj...
blob
|
commitdiff
|
diff to current
2019-04-04
commit-queue@webki...
Unreviewed, rolling out r243807 and r243824.
blob
|
commitdiff
|
diff to current
2019-04-04
ysuzuki@apple.com
[WebCore] Put most of derived classes of ScriptWrappabl...
blob
|
commitdiff
|
diff to current
2019-04-03
sihui_liu@apple.com
Blob type cannot be stored correctly in IDB when IDBObj...
blob
|
commitdiff
|
diff to current
2019-02-26
sihui_liu@apple.com
[Mac WK2] storage/indexeddb/IDBObject-leak.html is...
blob
|
commitdiff
|
diff to current
2019-02-25
sihui_liu@apple.com
IndexedDB: IDBDatabase and IDBTransaction are leaked...
blob
|
commitdiff
|
diff to current
2019-02-19
commit-queue@webki...
Unreviewed, rolling out r241722.
blob
|
commitdiff
|
diff to current
2019-02-18
sihui_liu@apple.com
IndexedDB: leak IDBDatabase and IDBTransacstion in...
blob
|
commitdiff
|
diff to current
2019-01-29
achristensen@apple.com
Use lambdas instead of member pointer functions for...
blob
|
commitdiff
|
diff to current
2019-01-11
sihui_liu@apple.com
IndexedDB: leak IDBTransaction, TransactionOperation...
blob
|
commitdiff
|
diff to current
2018-12-22
yusukesuzuki@slows...
Use Ref<> as much as possible
blob
|
commitdiff
|
diff to current
2018-12-20
cdumez@apple.com
wtf/Optional.h: move-constructor and move-assignment...
blob
|
commitdiff
|
diff to current
2018-11-28
achristensen@apple.com
Add SessionIDs wherever BlobURLs are used in Serialized...
blob
|
commitdiff
|
diff to current
2018-11-12
yusukesuzuki@slows...
WTFMove(xxx) is used in arguments while other arguments...
blob
|
commitdiff
|
diff to current
2018-11-12
yusukesuzuki@slows...
IDBTransaction does not use "RefPtr<IDBTransaction...
blob
|
commitdiff
|
diff to current
2018-08-27
youenn@apple.com
Various IndexDB tests abandon documents
blob
|
commitdiff
|
diff to current
2018-08-27
youenn@apple.com
IDBCursor does not need to be an ActiveDOMObject
blob
|
commitdiff
|
diff to current
2018-08-17
rniwa@webkit.org
Replace canBubble and cancelable booleans in Event...
blob
|
commitdiff
|
diff to current
2018-06-23
utatane.tea@gmail.com
[WTF] Add user-defined literal for ASCIILiteral
blob
|
commitdiff
|
diff to current
2017-12-04
utatane.tea@gmail.com
WTF shouldn't have both Thread and ThreadIdentifier
blob
|
commitdiff
|
diff to current
2017-11-20
darin@apple.com
Eliminate some cases of double hashing, other related...
blob
|
commitdiff
|
diff to current
2017-11-04
darin@apple.com
Simplify event dispatch code and make it a bit more...
blob
|
commitdiff
|
diff to current
2017-10-17
keith_miller@apple.com
Change WebCore sources to work with unified source...
blob
|
commitdiff
|
diff to current
2017-10-10
commit-queue@webki...
Replace copyKeysToVector/copyValuesToVector with copyTo...
blob
|
commitdiff
|
diff to current
2017-09-20
cdumez@apple.com
IDBRequest and IDBTransaction error properties should...
blob
|
commitdiff
|
diff to current
2017-07-26
cdumez@apple.com
Clean up ExceptionCode enumeration
blob
|
commitdiff
|
diff to current
2017-07-25
cdumez@apple.com
ExceptionCode enumeration should use modern exception...
blob
|
commitdiff
|
diff to current
2017-07-22
cdumez@apple.com
Drop IDBDatabaseException class
blob
|
commitdiff
|
diff to current
2017-07-18
darin@apple.com
Improve use of NeverDestroyed
blob
|
commitdiff
|
diff to current
2017-04-09
cdumez@apple.com
Start dropping Timer API dealing with double
blob
|
commitdiff
|
diff to current
2016-12-15
beidson@apple.com
Enhance some of the logging statements just added for...
blob
|
commitdiff
|
diff to current
2016-12-15
beidson@apple.com
Add a new Logging Channel for IndexedDB Operation sched...
blob
|
commitdiff
|
diff to current
2016-12-07
darin@apple.com
Remove various stray uses of WebCore::Dictionary
blob
|
commitdiff
|
diff to current
2016-12-01
beidson@apple.com
IndexedDB 2.0: Implement IDBObjectStore.getKey().
blob
|
commitdiff
|
diff to current
2016-11-30
beidson@apple.com
IndexedDB 2.0: Send operations off to the server in...
blob
|
commitdiff
|
diff to current
2016-11-30
beidson@apple.com
REGRESSION (209086): IDB tests crash under GuardMalloc.
blob
|
commitdiff
|
diff to current
2016-11-29
beidson@apple.com
IndexedDB 2.0: The client's transaction operation queue...
blob
|
commitdiff
|
diff to current
2016-11-29
beidson@apple.com
IndexedDB 2.0: Queue up completed requests in the clien...
blob
|
commitdiff
|
diff to current
2016-11-27
utatane.tea@gmail.com
[WTF] Import std::optional reference implementation...
blob
|
commitdiff
|
diff to current
2016-11-10
beidson@apple.com
IndexedDB 2.0: REGRESSION(r208467) Fix flaky crashes...
blob
|
commitdiff
|
diff to current
2016-11-09
beidson@apple.com
IndexedDB 2.0: Encapsulate cursor iteration parameters...
blob
|
commitdiff
|
diff to current
2016-11-09
beidson@apple.com
IndexedDB 2.0: Clean up more transaction abort behavior...
blob
|
commitdiff
|
diff to current
2016-11-02
fpizlo@apple.com
The GC should be in a thread
blob
|
commitdiff
|
diff to current
2016-11-01
beidson@apple.com
IndexedDB 2.0: Support IDBIndex getAll/getAllKeys.
blob
|
commitdiff
|
diff to current
2016-11-01
beidson@apple.com
Address style feedback in https://bugs.webkit.org/show_...
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-27
cdumez@apple.com
[Web IDL] Add support for having string enumerations...
blob
|
commitdiff
|
diff to current
2016-10-25
beidson@apple.com
IndexedDB 2.0: Support IDBObjectStore openKeyCursor.
blob
|
commitdiff
|
diff to current
2016-10-25
beidson@apple.com
IndexedDB 2.0: Support new IDBTransaction interfaces.
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-10-10
darin@apple.com
Replace all uses of ExceptionCodeWithMessage with WebCo...
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-07-20
beidson@apple.com
Transition most IDB interfaces from ScriptExecutionCont...
blob
|
commitdiff
|
diff to current
2016-07-15
ggaren@apple.com
Added a makeRef<T> helper
blob
|
commitdiff
|
diff to current
2016-06-15
cdumez@apple.com
Drop some unnecessary header includes
blob
|
commitdiff
|
diff to current
2016-06-06
beidson@apple.com
Modern IDB: Crash seen in IDBConnectionProxy::putOrAdd...
blob
|
commitdiff
|
diff to current
2016-06-05
beidson@apple.com
Unreviewed, rolling out r201693.
blob
|
commitdiff
|
diff to current
2016-06-05
beidson@apple.com
Modern IDB: Crash seen in IDBConnectionProxy::putOrAdd...
blob
|
commitdiff
|
diff to current
2016-06-01
peavo@outlook.com
[Win][IndexedDB] Crash when running blob test.
blob
|
commitdiff
|
diff to current
2016-05-28
cdumez@apple.com
callOnMainThread() should not copy captured lambda...
blob
|
commitdiff
|
diff to current
2016-05-27
beidson@apple.com
Modern IDB: After closing a Netflix video, trying to...
blob
|
commitdiff
|
diff to current
2016-05-24
beidson@apple.com
Modern IDB: (Workers) Eliminate race in getting the...
blob
|
commitdiff
|
diff to current
2016-05-23
beidson@apple.com
Speculative fix for:
blob
|
commitdiff
|
diff to current
2016-05-20
beidson@apple.com
Modern IDB: Properly handle blobs in Workers.
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-13
beidson@apple.com
Rename all protector variables that should be called...
blob
|
commitdiff
|
diff to current
2016-05-06
beidson@apple.com
Modern IDB (Workers): Start running a lot of the worker...
blob
|
commitdiff
|
diff to current
2016-05-06
beidson@apple.com
Modern IDB (Workers): Get everything to the right threads.
blob
|
commitdiff
|
diff to current
2016-05-05
beidson@apple.com
Modern IDB (Workers): Remove the need for IDBConnection...
blob
|
commitdiff
|
diff to current
2016-05-05
beidson@apple.com
Modern IDB (Workers): Move TransactionOperation managem...
blob
|
commitdiff
|
diff to current
2016-05-05
beidson@apple.com
Modern IDB: Move all IDB DOM object management from...
blob
|
commitdiff
|
diff to current
2016-05-05
beidson@apple.com
Modern IDB: Add thread identifiers and assertions to...
blob
|
commitdiff
|
diff to current
2016-04-25
peavo@outlook.com
[Win][IndexedDB] Fix build errors.
blob
|
commitdiff
|
diff to current
2016-04-19
beidson@apple.com
Modern IDB: ObjectStore Blob Support.
blob
|
commitdiff
|
diff to current
2016-04-18
darin@apple.com
Get rid of IDBAny
blob
|
commitdiff
|
diff to current
2016-04-15
beidson@apple.com
Add the message property to DOMError.
blob
|
commitdiff
|
diff to current
2016-04-14
beidson@apple.com
Modern IDB (Blob support): Support retrieving Blobs...
blob
|
commitdiff
|
diff to current
2016-04-08
beidson@apple.com
Modern IDB: Make IDBGetResult contain an IDBValue inste...
blob
|
commitdiff
|
diff to current
2016-04-05
beidson@apple.com
Modern IDB: Get blob URLs/files all the way to the...
blob
|
commitdiff
|
diff to current
2016-04-05
beidson@apple.com
Modern IDB: Replace use of SerializedScriptValue with...
blob
|
commitdiff
|
diff to current
2016-04-05
beidson@apple.com
Modern IDB: Dump blobs to disk before storing them...
blob
|
commitdiff
|
diff to current
2016-03-28
beidson@apple.com
Modern IDB: Remove abstract base classes for all IDB...
blob
|
commitdiff
|
diff to current
2016-01-09
akling@apple.com
Use NeverDestroyed instead of DEPRECATED_DEFINE_STATIC_...
blob
|
commitdiff
|
diff to current
2015-09-14
beidson@apple.com
Rename current concrete IDB implementation to "Legacy".
blob
|
commitdiff
|
diff to current
2015-07-04
cdumez@apple.com
Drop RefPtr::clear() method
blob
|
commitdiff
|
diff to current
2015-06-08
commit-queue@webki...
Replaced 0 with nullptr in WebCore/Modules.
blob
|
commitdiff
|
diff to current
2015-06-02
commit-queue@webki...
Use modern for-loops in WebCore/Modules - 1
blob
|
commitdiff
|
diff to current
2015-06-02
gyuyoung.kim@webki...
Purge PassRefPtr in WebCore/Modules - 3
blob
|
commitdiff
|
diff to current
2015-04-08
cdumez@apple.com
Rename ActiveDOMObject::canSuspend() to canSuspendForPa...
blob
|
commitdiff
|
diff to current
2015-02-28
cdumez@apple.com
Make ActiveDOMObject::canSuspend() pure virtual
blob
|
commitdiff
|
diff to current
2014-03-14
svillar@igalia.com
Rename DEFINE_STATIC_LOCAL to DEPRECATED_DEFINE_STATIC_...
blob
|
commitdiff
|
diff to current
2014-02-23
commit-queue@webki...
Remove some unreachable code (-Wunreachable-code)
blob
|
commitdiff
|
diff to current
2014-02-07
ljaehun.lim@samsun...
Unreviewed, fix build error on 64bit debug build
blob
|
commitdiff
|
diff to current
2014-02-06
joepeck@webkit.org
Web Inspector: Add Console support to JSContext Inspection
blob
|
commitdiff
|
diff to current
2014-02-06
beidson@apple.com
IDB: storage/indexeddb/mozilla/clear.html fails
blob
|
commitdiff
|
diff to current
2013-12-18
beidson@apple.com
DatabaseProcess: Pipe through object store IDs and...
blob
|
commitdiff
|
diff to current
next