- Sep 14, 2016
-
-
Jan de Mooij authored
--HG-- extra : rebase_source : a1df9ae95f0c80f67ce21bc494bb92a20cbc5784
-
Jan de Mooij authored
--HG-- rename : js/xpconnect/src/XPCJSRuntime.cpp => js/xpconnect/src/XPCJSContext.cpp extra : rebase_source : e6b435ab1ca2739e340669195dff77c561ea573e
-
Jan de Mooij authored
--HG-- rename : xpcom/base/CycleCollectedJSRuntime.cpp => xpcom/base/CycleCollectedJSContext.cpp rename : xpcom/base/CycleCollectedJSRuntime.h => xpcom/base/CycleCollectedJSContext.h extra : rebase_source : 075214b5057f151520926715b6154e99ae80a0b3
-
Julian Seward authored
Bug 1301856 - Spurious valgrind warning in in CSSParserImpl::ParseGridLine() with gcc 5.3. r=mats@mozilla.com. --HG-- extra : rebase_source : 3a781aa7b35ffaca474313626cec07d4deea3a85
-
Carsten "Tomcat" Book authored
-
Carsten "Tomcat" Book authored
-
Neil Deakin authored
-
Kartikaya Gupta authored
Bug 1302493 - Update the in-tree APZ documentation to reflect various changes since it was last updated. r=botond MozReview-Commit-ID: Atu0RMSctq2
-
Kartikaya Gupta authored
Bug 1269067 - Add a gtest to ensure that mouse drag blocks and wheel blocks don't interrupt each other. r=botond MozReview-Commit-ID: F7FlcaTl4jl
-
Kartikaya Gupta authored
MozReview-Commit-ID: B57VOs7rdSH
-
Kartikaya Gupta authored
MozReview-Commit-ID: IEUSxcIb0fN
-
Kartikaya Gupta authored
Bug 1289432 - Migrate remaining InputQueue code to use the new mQueuedInput structure instead of the block-based queue. r=botond MozReview-Commit-ID: 41M1QGp8kcX
-
Kartikaya Gupta authored
Bug 1289432 - Update a couple more functions to stop fishing around inside mInputBlockQueue. r=botond MozReview-Commit-ID: TsIGZK43wb
-
Kartikaya Gupta authored
Bug 1289432 - Stop relying on the mEvents array inside the SetConfirmedTargetApzc implementations. r=botond MozReview-Commit-ID: BG7BmQPa6g9
-
Kartikaya Gupta authored
Instead of having this special shortcut case that goes through MaybeHandleCurrentBlock and DispatchImmediate, we can just add the input to the queue normally and call ProcessInputBlocks() which effectively does the same thing. Doing it this way also guarantees that mQueuedInputs is non-empty and mQueuedInputs[0] is the input currently being processed. This is useful for future patches because it will allow us to maintain the guarantee that the input block for the input currently being processed can be readily accessed via GetCurrentInputBlock(). MozReview-Commit-ID: JuVbpsFLURo
-
Kartikaya Gupta authored
Bug 1289432 - Allow the CurrentBlock() and CurrentXXXBlock() functions to return null, and guard/assert at the callsites. r=botond MozReview-Commit-ID: 77LWZBtAB9Y
-
Kartikaya Gupta authored
Bug 1289432 - Update checks for unprocessed events to use mQueuedInputs instead of checking the block is at the head. r=botond MozReview-Commit-ID: GEHDHhkLPKe
-
Kartikaya Gupta authored
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
-
Kartikaya Gupta authored
Most of the changes to InputBlockState.* are temporary and will be removed in a future patch, once the transition to using mQueuedInputs is complete. However, the code is useful as an intermediate step to verify that mQueuedInputs is maintaining events in the same order and with the same lifetime as the old block- based queue. MozReview-Commit-ID: I8lVhMiT4hg
-
Kartikaya Gupta authored
Note that this patch makes the InputData hierarchy polymorphic. MozReview-Commit-ID: HrZ2KhHeDoy
-
Kartikaya Gupta authored
MozReview-Commit-ID: 36MatfdCVS8
-
Kartikaya Gupta authored
Bug 1289432 - Use RefPtr instead of UniquePtr to hold the block state objects, since there will be multiple references to them soon. r=botond MozReview-Commit-ID: BhWf1omgfoC
-
Gabriele Svelto authored
Bug 1301667 - Increase the low memory threshold under Windows and clean up the available memory tracker r=njn
-
Eugen Sawin authored
-
Carsten "Tomcat" Book authored
-
James Graham authored
MozReview-Commit-ID: BUee8ZFWL2D
-
Carsten "Tomcat" Book authored
-
Carsten "Tomcat" Book authored
-
Carsten "Tomcat" Book authored
-
Carsten "Tomcat" Book authored
-
Edwin Flores authored
-
Nicolas B. Pierron authored
-
Andi-Bogdan Postelnicu authored
MozReview-Commit-ID: GQmfWrmhKNg --HG-- extra : rebase_source : 50c8dbac10a8b249bccce27616159daec9d9af1a
-
Jean-Yves Avenard authored
MozReview-Commit-ID: DYpijpqKtId --HG-- extra : rebase_source : 102c95b2aa164dbb19e891474d4a6864dc442db0
-
Jason Laster authored
-
- Sep 13, 2016
-
-
Benoit Girard authored
MozReview-Commit-ID: Kk5vFNMdhjV --HG-- extra : rebase_source : 8a8851b91fa045c8cb13e1aee2c8c7c62d2b0a4e
-
- Sep 14, 2016
-
-
Phil Ringnalda authored
CLOSED TREE
-
Zibi Braniecki authored
MozReview-Commit-ID: Ii7TqMDRzu4
-
Ben Kelly authored
-
Ben Kelly authored
-