gecko-dev/dom/cache
Jed Davis ee171b6406 Bug 1615155 - Don't generate default Recv__delete__ if there are args. r=nika
The default method implementations cause problems when trying to
override them with different types in a direct call class.

For the `Recv__delete__` case there's a simple solution: omit it if
there are any arguments, because it doesn't make much sense to specify
arguments and then completely ignore them, and the no-arg case isn't a
problem for overriding.

Differential Revision: https://phabricator.services.mozilla.com/D62977

--HG--
extra : moz-landing-system : lando
2020-02-18 20:46:21 +00:00
..
test Bug 1605854 - Remove uneval/toSource from DOM tests. r=smaug 2020-01-06 13:09:27 +00:00
Action.cpp
Action.h
ActorChild.cpp
ActorChild.h
ActorUtils.h
AutoUtils.cpp
AutoUtils.h
Cache.cpp Bug 1615022 part 2. Require an rvalue reference to reject a Promise with an ErrorResult. r=farre,kvark 2020-02-14 15:42:30 +00:00
Cache.h
CacheChild.cpp
CacheChild.h
CacheOpChild.cpp Bug 1615022 part 2. Require an rvalue reference to reject a Promise with an ErrorResult. r=farre,kvark 2020-02-14 15:42:30 +00:00
CacheOpChild.h Bug 1615155 - Don't generate default Recv__delete__ if there are args. r=nika 2020-02-18 20:46:21 +00:00
CacheOpParent.cpp Bug 1152078. Remove the const_cast<ErrorResult> bits from DOM cache code. r=Ehsan 2020-02-05 16:15:07 +00:00
CacheOpParent.h
CacheParent.cpp
CacheParent.h
CacheStorage.cpp Bug 1615022 part 2. Require an rvalue reference to reject a Promise with an ErrorResult. r=farre,kvark 2020-02-14 15:42:30 +00:00
CacheStorage.h
CacheStorageChild.cpp
CacheStorageChild.h
CacheStorageParent.cpp Bug 1152078. Remove the const_cast<ErrorResult> bits from DOM cache code. r=Ehsan 2020-02-05 16:15:07 +00:00
CacheStorageParent.h
CacheStreamControlChild.cpp Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
CacheStreamControlChild.h
CacheStreamControlParent.cpp
CacheStreamControlParent.h
CacheTypes.ipdlh
CacheWorkerRef.cpp
CacheWorkerRef.h
Connection.cpp Bug 1588329 - Introduce mozIStorageAsyncConnection::variableLimit. r=mak 2019-10-15 21:22:57 +00:00
Connection.h
Context.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
Context.h
DBAction.cpp Bug 1576593 - P2 - Change the way for tunneling quota information to SQLite; r=janv 2019-10-25 12:02:10 +00:00
DBAction.h Bug 1576593 - P2 - Change the way for tunneling quota information to SQLite; r=janv 2019-10-25 12:02:10 +00:00
DBSchema.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
DBSchema.h
FileUtils.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
FileUtils.h Bug 1581067 - P5 - Only remove the temporary body files & body directories when it's in the initializing stage; r=asuth 2019-10-02 10:38:55 +00:00
IPCUtils.h
Manager.cpp Bug 1576593 - P2 - Change the way for tunneling quota information to SQLite; r=janv 2019-10-25 12:02:10 +00:00
Manager.h
ManagerId.cpp
ManagerId.h
moz.build
PCache.ipdl
PCacheOp.ipdl Bug 1152078. Remove the const_cast<ErrorResult> bits from DOM cache code. r=Ehsan 2020-02-05 16:15:07 +00:00
PCacheStorage.ipdl
PCacheStreamControl.ipdl
PrincipalVerifier.cpp Bug 1602090 part 2. Create separate CheckMayLoad and CheckMayLoadWithReporting APIs. r=ckerschb 2019-12-13 06:24:12 +00:00
PrincipalVerifier.h
QuotaClient.cpp Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
QuotaClient.h
ReadStream.cpp
ReadStream.h
SavedTypes.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in dom/ r=Ehsan 2019-12-06 09:24:56 +00:00
StreamControl.cpp Bug 1507180 - Make copy of list before iterating over it r=dom-workers-and-storage-reviewers,sg 2019-12-04 10:47:30 +00:00
StreamControl.h
StreamList.cpp
StreamList.h
Types.h Bug 1576593 - P2 - Change the way for tunneling quota information to SQLite; r=janv 2019-10-25 12:02:10 +00:00
TypeUtils.cpp Bug 1613978. Allow passing u"...", not just nsAStrings, to templated ThrowType/RangeError. r=peterv 2020-02-10 13:08:48 +00:00
TypeUtils.h