зеркало из https://github.com/mozilla/gecko-dev.git
a9b339e353
If HttpChannelChild::Cancel is triggered off main thread while flushing channel event queue, CompleteResume might be executed while the flush is about to be finished. In this case, queue resumption will not be able to trigger the second queue flush because the previous one is not finished yet. Therefore, the HttpChannelChild::Cancel will be sitted in the queue without executing. MozReview-Commit-ID: GxnkiDUmEnw --HG-- extra : rebase_source : d04268a04ab24c38bf6fa436526a04f77cd64805 |
||
---|---|---|
.. | ||
ChannelEventQueue.cpp | ||
ChannelEventQueue.h | ||
NeckoChannelParams.ipdlh | ||
NeckoChild.cpp | ||
NeckoChild.h | ||
NeckoCommon.cpp | ||
NeckoCommon.h | ||
NeckoMessageUtils.h | ||
NeckoParent.cpp | ||
NeckoParent.h | ||
PChannelDiverter.ipdl | ||
PDataChannel.ipdl | ||
PFileChannel.ipdl | ||
PNecko.ipdl | ||
PRtspChannel.ipdl | ||
PRtspController.ipdl | ||
moz.build |