зеркало из https://github.com/mozilla/gecko-dev.git
4d227d94ae
This simplifies the logic around MessageTask's lifecycle to make ownership as clear as possible and reduce the number of redundant checks. This new change no longer clears the mChannel member when the MessageTask is disconnected, instead relying on isInList() to check whether the MessageTask is still in the channel's mPending list. This is already being automatically managed as the mPending list is modified, and should avoid potential usage mistakes. Differential Revision: https://phabricator.services.mozilla.com/D123140 |
||
---|---|---|
.. | ||
app | ||
chromium | ||
contentproc | ||
glue | ||
gtest | ||
ipdl | ||
mscom | ||
testshell | ||
moz.build | ||
pull-chromium.py |