gecko-dev/dom/simpledb
Jan Varga db701f0dde Bug 1919428 - SDB: Error out open requests if the connection is allowed to close; r=dom-storage-reviewers,jari
Open requests currently succeed even if the underlying connection is allowed to
close (triggered by a clear operation). Open requests should rather fail in
that case because the connection is unsable anyway (a new open request must be
started).

Differential Revision: https://phabricator.services.mozilla.com/D220579
2024-09-30 17:01:50 +00:00
..
test Bug 1919428 - SDB: Error out open requests if the connection is allowed to close; r=dom-storage-reviewers,jari 2024-09-30 17:01:50 +00:00
ActorsChild.cpp Bug 1919428 - SDB: Error out open requests if the connection is allowed to close; r=dom-storage-reviewers,jari 2024-09-30 17:01:50 +00:00
ActorsChild.h
ActorsParent.cpp Bug 1919428 - SDB: Error out open requests if the connection is allowed to close; r=dom-storage-reviewers,jari 2024-09-30 17:01:50 +00:00
ActorsParent.h
moz.build Bug 1919428 - SDB: Add a new testing only notification for database work starting; r=dom-storage-reviewers,jari 2024-09-30 17:01:49 +00:00
NotifyUtils.cpp Bug 1919428 - SDB: Add a new testing only notification for database work starting; r=dom-storage-reviewers,jari 2024-09-30 17:01:49 +00:00
NotifyUtils.h Bug 1919428 - SDB: Add a new testing only notification for database work starting; r=dom-storage-reviewers,jari 2024-09-30 17:01:49 +00:00
nsISDBCallbacks.idl
nsISDBConnection.idl
nsISDBRequest.idl Bug 1917454 - Add nsISDBRequest.resultName readonly attribute; r=dom-storage-reviewers,jari 2024-09-16 11:01:21 +00:00
nsISDBResults.idl
PBackgroundSDBConnection.ipdl
PBackgroundSDBRequest.ipdl
SDBConnection.cpp Bug 1919428 - SDB: Error out open requests if the connection is allowed to close; r=dom-storage-reviewers,jari 2024-09-30 17:01:50 +00:00
SDBConnection.h Bug 1919428 - SDB: Error out open requests if the connection is allowed to close; r=dom-storage-reviewers,jari 2024-09-30 17:01:50 +00:00
SDBRequest.cpp Bug 1917454 - Add nsISDBRequest.resultName readonly attribute; r=dom-storage-reviewers,jari 2024-09-16 11:01:21 +00:00
SDBRequest.h
SDBResults.cpp Bug 1900930 - Make ENSURE_SUCCESS call WouldReportJSException. r=dom-core,win-reviewers,emilio,gstoll,edgar 2024-08-21 08:43:09 +00:00
SDBResults.h
SimpleDBCommon.cpp
SimpleDBCommon.h