-
- Downloads
Bug 1289432 - Switch over to using the mActiveXXXBlock in some places instead...
Bug 1289432 - Switch over to using the mActiveXXXBlock in some places instead of fishing around in mInputBlockQueue. r=botond Note that this patch has a subtle functional change because the mActiveXXXBlock variables can remain non-null even if there are no blocks in mInputBlockQueue. In fact, this patch contains the secret sauce that allows the input queue to handle interleaved input events, because this ensures that the interleaved events end up getting associated with the pre-existing active block rather than creating a new one. MozReview-Commit-ID: 7GkbSe9IaC4
Please register or sign in to comment