зеркало из https://github.com/mozilla/gecko-dev.git
f026ab19d2
If NormalFileHandleOp's initialisation fails, it is not possible to send a failure response, which is why mResponseSent remains `false`. To not assert the value of mResponseSent in such cases, check for a new Boolean member mEnqueued has been introduced. If mEnqueued is `false`, that suggests initialization failure. Differential Revision: https://phabricator.services.mozilla.com/D59326 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
ActorsParent.cpp | ||
ActorsParent.h | ||
FileHandleStorage.h | ||
PBackgroundFileHandle.ipdl | ||
PBackgroundFileRequest.ipdl | ||
PBackgroundMutableFile.ipdl | ||
SerializationHelpers.h | ||
moz.build |