gecko-dev/dom/indexedDB
shindli ff75fdf21a Backed out 5 changesets (bug 1617170) for toolchains bustages CLOSED TREE
Backed out changeset cc2aadaf5923 (bug 1617170)
Backed out changeset bda38a16aac3 (bug 1617170)
Backed out changeset 5d3ed69aca66 (bug 1617170)
Backed out changeset 90dfe1253fe4 (bug 1617170)
Backed out changeset f1a4f3952931 (bug 1617170)
2020-03-06 14:55:58 +02:00
..
crashtests
test Bug 1614360 - Added test case. r=dom-workers-and-storage-reviewers,ttung 2020-02-18 10:42:48 +00:00
ActorsChild.cpp Backed out 5 changesets (bug 1617170) for toolchains bustages CLOSED TREE 2020-03-06 14:55:58 +02:00
ActorsChild.h Bug 1613340 - Remove const_cast relating to CursorResponse. r=jld,dom-workers-and-storage-reviewers,edenchuang 2020-03-03 13:51:18 +00:00
ActorsParent.cpp Backed out 5 changesets (bug 1617170) for toolchains bustages CLOSED TREE 2020-03-06 14:55:58 +02:00
ActorsParent.h
FileInfo.cpp Bug 1617170 - Change signature of FileInfo::GetFileForFileInfo to accept const& instead of raw pointer. r=dom-workers-and-storage-reviewers,janv 2020-03-03 13:51:52 +00:00
FileInfo.h Bug 1617170 - Change signature of FileInfo::GetFileForFileInfo to accept const& instead of raw pointer. r=dom-workers-and-storage-reviewers,janv 2020-03-03 13:51:52 +00:00
FileManager.h Bug 1617170 - Rename GetNewFileInfo to CreateFileInfo. r=dom-workers-and-storage-reviewers,janv 2020-03-03 12:48:26 +00:00
FlippedOnce.h
IDBCursor.cpp Bug 1613340 - Remove const_cast relating to StructuredCloneReadInfo. r=dom-workers-and-storage-reviewers,edenchuang 2020-03-03 13:45:26 +00:00
IDBCursor.h Bug 1600906 - Convert IDBCursor and BackgroundCursorChild to templates to increase type safety and reduce state. r=dom-workers-and-storage-reviewers,ytausky 2020-01-10 15:23:52 +00:00
IDBCursorType.cpp Bug 1600906 - Convert IDBCursor and BackgroundCursorChild to templates to increase type safety and reduce state. r=dom-workers-and-storage-reviewers,ytausky 2020-01-10 15:23:52 +00:00
IDBCursorType.h Bug 1600906 - Transform Cursor into a template depending on the cursor type. r=dom-workers-and-storage-reviewers,ytausky 2020-01-13 10:31:06 +00:00
IDBDatabase.cpp Backed out 5 changesets (bug 1617170) for toolchains bustages CLOSED TREE 2020-03-06 14:55:58 +02:00
IDBDatabase.h Backed out 5 changesets (bug 1617170) for toolchains bustages CLOSED TREE 2020-03-06 14:55:58 +02:00
IDBEvents.cpp
IDBEvents.h
IDBFactory.cpp Bug 1616570 - Part 1: Rename CookieSettings to CookieJarSettings. r=Ehsan 2020-03-04 08:59:08 +00:00
IDBFactory.h Bug 1618463 - Remove unused message IncrementLoggingRequestSerialNumber from PBackgroundIDBFactory; r=sg,dom-workers-and-storage-reviewers 2020-02-27 09:30:50 +00:00
IDBFileHandle.cpp Bug 1535617: Part 2 - Clear weak references for most cycle collected objects on unlink. r=mccr8 2020-02-25 19:44:39 +00:00
IDBFileHandle.h
IDBFileRequest.cpp
IDBFileRequest.h
IDBIndex.cpp Bug 1497007 - Replace CanAcceptRequests by the now equivalent IsActive. r=dom-workers-and-storage-reviewers,janv 2020-01-17 12:47:09 +00:00
IDBIndex.h
IDBKeyRange.cpp
IDBKeyRange.h
IDBMutableFile.cpp Bug 1607791 - Get rid of IDBMutableFile.getFile() - part 1, r=asuth,janv 2020-01-15 12:02:21 +00:00
IDBMutableFile.h Bug 1607791 - Get rid of IDBMutableFile.getFile() - part 1, r=asuth,janv 2020-01-15 12:02:21 +00:00
IDBObjectStore.cpp Backed out 5 changesets (bug 1617170) for toolchains bustages CLOSED TREE 2020-03-06 14:55:58 +02:00
IDBObjectStore.h Bug 1613340 - Remove const_cast relating to StructuredCloneReadInfo. r=dom-workers-and-storage-reviewers,edenchuang 2020-03-03 13:45:26 +00:00
IDBRequest.cpp Bug 1617327 - Part 2: Remove nsAutoPtr usage from ipc, security, IDB. r=mccr8,janv 2020-02-24 19:26:40 +00:00
IDBRequest.h
IDBResult.h
IDBTransaction.cpp Bug 1619307 - Fixed assertion in IDBTransaction::Run. r=dom-workers-and-storage-reviewers,janv 2020-03-04 13:10:54 +00:00
IDBTransaction.h Bug 1613340 - Remove const_cast relating to DatabaseSpec. r=dom-workers-and-storage-reviewers,edenchuang 2020-03-03 13:44:25 +00:00
IndexedDatabase.h Backed out 5 changesets (bug 1617170) for toolchains bustages CLOSED TREE 2020-03-06 14:55:58 +02:00
IndexedDatabaseInlines.h Backed out 5 changesets (bug 1617170) for toolchains bustages CLOSED TREE 2020-03-06 14:55:58 +02:00
IndexedDatabaseManager.cpp Bug 1606187 - Part 2b: Update users of nsClassHashtable to handle UniquePtr differences r=KrisWright,froydnj 2020-01-13 19:18:56 +00:00
IndexedDatabaseManager.h
InitializedOnce.h Bug 1617170 - Restrict availability of InitializedOnce::reset, and add InitializedOnce::release. r=dom-workers-and-storage-reviewers,janv 2020-02-28 10:28:30 +00:00
Key.cpp Bug 1605934 - Use nested namespaces r=sg 2020-01-18 13:48:34 +00:00
Key.h Bug 1600906 - Avoid copying key buffers. r=dom-workers-and-storage-reviewers,ytausky 2020-01-06 14:16:33 +00:00
KeyPath.cpp
KeyPath.h Bug 1613985 - Use MOZ_COUNTED_DEFAULT_CTOR_*/MOZ_COUNTED_DTOR_* macros. r=froydnj 2020-02-20 11:40:14 +00:00
PBackgroundIDBCursor.ipdl
PBackgroundIDBDatabase.ipdl
PBackgroundIDBDatabaseFile.ipdl
PBackgroundIDBDatabaseRequest.ipdl
PBackgroundIDBFactory.ipdl Bug 1618463 - Remove unused message IncrementLoggingRequestSerialNumber from PBackgroundIDBFactory; r=sg,dom-workers-and-storage-reviewers 2020-02-27 09:30:50 +00:00
PBackgroundIDBFactoryRequest.ipdl
PBackgroundIDBRequest.ipdl
PBackgroundIDBSharedTypes.ipdlh Bug 1539498 - Make SerializedStructuredCloneBuffer move-only. r=asuth,jld,baku 2020-02-01 15:16:43 +00:00
PBackgroundIDBTransaction.ipdl Bug 1609957 - Fix race condition in determining the last request before commit. r=dom-workers-and-storage-reviewers,janv 2020-02-27 10:05:48 +00:00
PBackgroundIDBVersionChangeTransaction.ipdl Bug 1609957 - Fix race condition in determining the last request before commit. r=dom-workers-and-storage-reviewers,janv 2020-02-27 10:05:48 +00:00
PBackgroundIndexedDBUtils.ipdl
PermissionRequestBase.cpp Bug 1600906 - Use std::move instead of swap, use const where then possible. r=dom-workers-and-storage-reviewers,ytausky 2020-01-09 14:43:57 +00:00
PermissionRequestBase.h
ProfilerHelpers.h Bug 1617327 - Part 2: Remove nsAutoPtr usage from ipc, security, IDB. r=mccr8,janv 2020-02-24 19:26:40 +00:00
ReportInternalError.cpp
ReportInternalError.h
ScriptErrorHelper.cpp
ScriptErrorHelper.h
SerializationHelpers.h Bug 1600906 - Convert IDBCursor and BackgroundCursorChild to templates to increase type safety and reduce state. r=dom-workers-and-storage-reviewers,ytausky 2020-01-10 15:23:52 +00:00
moz.build Bug 1613854 - De-virtualize IPDL protocol methods in ActorsChild. r=dom-workers-and-storage-reviewers,janv,jld 2020-02-17 14:49:27 +00:00
nsIIDBPermissionsRequest.idl