b4060b9b0fec0d1c398c753253050449c133be15: Bug 1397426 - Fix block comment formatting in nsITabParent.idl. r?billm
draft
Mike Conley <mconley@mozilla.com> - Mon, 25 Sep 2017 13:55:48 -0400 - rev 700786
Push
89973 by mconley@mozilla.com at Mon, 20 Nov 2017 22:09:48 +0000
Bug 1397426 - Fix block comment formatting in nsITabParent.idl. r?billm
MozReview-Commit-ID: KWwDee0ujR
740e3a74ba5a03e2ffa3e4ff81deda8396c3a3a0: Bug 1397426 - Make async tab switcher use new nsITabParent renderLayers function. r?billm
draft
Mike Conley <mconley@mozilla.com> - Fri, 03 Nov 2017 10:27:35 -0400 - rev 700785
Push
89973 by mconley@mozilla.com at Mon, 20 Nov 2017 22:09:48 +0000
Bug 1397426 - Make async tab switcher use new nsITabParent renderLayers function. r?billm
MozReview-Commit-ID: Go2EdMXGwa7
e362345fe7eac4bba1b395fff847a5e9cf861032: Bug 1397426 - Rename TabChild's notion of "active tabs" to "visible tabs" and move logic into renderLayers. r?billm
draft
Mike Conley <mconley@mozilla.com> - Fri, 03 Nov 2017 11:27:29 -0400 - rev 700784
Push
89973 by mconley@mozilla.com at Mon, 20 Nov 2017 22:09:48 +0000
Bug 1397426 - Rename TabChild's notion of "active tabs" to "visible tabs" and move logic into renderLayers. r?billm
MozReview-Commit-ID: 1bBNwew7uCk
4ba6516e8a9f9d494105828ad161bf6104c42db9: Bug 1397426 - When short-circuiting a TabParent::RenderLayers call, still fire the layer tree event if we've been preserving layers. r?billm
draft
Mike Conley <mconley@mozilla.com> - Tue, 07 Nov 2017 15:08:47 -0500 - rev 700783
Push
89973 by mconley@mozilla.com at Mon, 20 Nov 2017 22:09:48 +0000
Bug 1397426 - When short-circuiting a TabParent::RenderLayers call, still fire the layer tree event if we've been preserving layers. r?billm
MozReview-Commit-ID: 7UT036vUY85
e1cbc000c14bd7150999aa491006748486825df6: Bug 1397426 - Add IPC interface to tell TabChild's to render and clear layers, distinct from setting the active state on the DocShell. r?billm
draft
Mike Conley <mconley@mozilla.com> - Fri, 03 Nov 2017 10:27:05 -0400 - rev 700782
Push
89973 by mconley@mozilla.com at Mon, 20 Nov 2017 22:09:48 +0000
Bug 1397426 - Add IPC interface to tell TabChild's to render and clear layers, distinct from setting the active state on the DocShell. r?billm
Originally, setting the active state on the DocShell for remote browsers also did the
work of making the TabChild render its layers and upload them to the compositor.
This patch adds a new renderLayers method to nsITabParent which allows more fine-grained
control - we can now, for example, cause layers to be rendered and uploaded without
activating the DocShell.
Note that if one activates or deactivates the DocShell, we'll still do the work of
attempting to render / clear the layers if it hasn't already been done.
MozReview-Commit-ID: KkLaMDTzfHi
2b4d367dd0d0fa8d27887953f53aa3572d85d4db: Bug 1403686 - Crops screenshots to a region based on a selector. Initial Impl of cropping with Chris Cho. r?jaws
draft
Robin Miller <mill2540@msu.edu> - Sat, 14 Oct 2017 17:00:37 -0400 - rev 700781
Push
89972 by mill2540@msu.edu at Mon, 20 Nov 2017 22:06:51 +0000
Bug 1403686 - Crops screenshots to a region based on a selector. Initial Impl of cropping with Chris Cho. r?jaws
Can now crop screenshots to a given list of XUL elements, which is specified by CSS selectors or custom functions.
Also changed behavior so that if different window types are given, the application exits.
MozReview-Commit-ID: CqmIJFufONw
e42266c97e7b30f3e7f45a5d2a3438db8de5df51: Bug 951793 - Add a test for the pref that controls overscroll-behavior. r=emilio
draft
Botond Ballo <botond@mozilla.com> - Mon, 20 Nov 2017 17:04:04 -0500 - rev 700780
Push
89971 by bballo@mozilla.com at Mon, 20 Nov 2017 22:06:14 +0000
Bug 951793 - Add a test for the pref that controls overscroll-behavior. r=emilio
MozReview-Commit-ID: 9qIuF1Vdsm4
05cb1d2a1a75239308c4543f377f7de5e68853fa: Bug 951793 - Disable the timeout in the web-platform-test for overscroll-behavior. r=jgraham
draft
Botond Ballo <botond@mozilla.com> - Mon, 20 Nov 2017 14:48:25 -0500 - rev 700779
Push
89971 by bballo@mozilla.com at Mon, 20 Nov 2017 22:06:14 +0000
Bug 951793 - Disable the timeout in the web-platform-test for overscroll-behavior. r=jgraham
This is a manual test, and the timeout often prevents it from being run to
completion manually.
MozReview-Commit-ID: DXnqycq5hix
05a6c826d8c16ef9ef3f48406f3febaff439177c: Bug 951793 - Update the manual web-platform-test to reflect the name change from scroll-boundary-behavior for overscroll-behavior. r=kats
draft
Botond Ballo <botond@mozilla.com> - Mon, 20 Nov 2017 14:45:35 -0500 - rev 700778
Push
89971 by bballo@mozilla.com at Mon, 20 Nov 2017 22:06:14 +0000
Bug 951793 - Update the manual web-platform-test to reflect the name change from scroll-boundary-behavior for overscroll-behavior. r=kats
MozReview-Commit-ID: 8oKvmzdzF30
268c02cd46624d6d02f4113b92fca8060fb3878c: Bug 951793 - Add overscroll-behavior to the layer dump. r=kats
draft
Botond Ballo <botond@mozilla.com> - Wed, 25 Oct 2017 13:21:49 -0400 - rev 700777
Push
89971 by bballo@mozilla.com at Mon, 20 Nov 2017 22:06:14 +0000
Bug 951793 - Add overscroll-behavior to the layer dump. r=kats
MozReview-Commit-ID: 629DKmrbVIi
4379863b1acda7a35452efba888e0cb0c5b69c4d: Bug 951793 - Obey overscroll-behavior for swipe navigation. r=mstange
draft
Botond Ballo <botond@mozilla.com> - Mon, 23 Oct 2017 18:27:24 -0400 - rev 700776
Push
89971 by bballo@mozilla.com at Mon, 20 Nov 2017 22:06:14 +0000
Bug 951793 - Obey overscroll-behavior for swipe navigation. r=mstange
MozReview-Commit-ID: i2BuiAfG71
542e05756a7ff9780171d3f8707e32d8311a0cd6: Bug 951793 - Obey overscroll-behavior for any overscroll effect. r=kats
draft
Botond Ballo <botond@mozilla.com> - Fri, 03 Nov 2017 16:07:46 -0400 - rev 700775
Push
89971 by bballo@mozilla.com at Mon, 20 Nov 2017 22:06:14 +0000
Bug 951793 - Obey overscroll-behavior for any overscroll effect. r=kats
MozReview-Commit-ID: HyATx3aCmmm
789075fa731b74bbbd38d9251117957cb5231830: Bug 951793 - Obey overscroll-behavior for wheel and pan gesture events. r=kats
draft
Botond Ballo <botond@mozilla.com> - Fri, 17 Nov 2017 18:52:58 -0500 - rev 700774
Push
89971 by bballo@mozilla.com at Mon, 20 Nov 2017 22:06:14 +0000
Bug 951793 - Obey overscroll-behavior for wheel and pan gesture events. r=kats
MozReview-Commit-ID: EmbsMu9Esww
ca64aed4cb7b36d1177beaea412b9b95f5e8f515: Bug 951793 - Remove ScrollDirection::NONE. r=kats
draft
Botond Ballo <botond@mozilla.com> - Fri, 17 Nov 2017 12:09:00 -0500 - rev 700773
Push
89971 by bballo@mozilla.com at Mon, 20 Nov 2017 22:06:14 +0000
Bug 951793 - Remove ScrollDirection::NONE. r=kats
ScrollDirection variables for which NONE was a valid value are replaced with
Maybe<ScrollDirection>.
I also took the opportunity to change the remaining ScrollDirection
enumerators to eTitleCase as per style guide.
MozReview-Commit-ID: GWejQR2HqH5
8f5caf23cb7d9016dd32ecdd0e6aa09a80d0fc05: Bug 951793 - Obey overscroll-behavior for fling handoff. r=kats
draft
Botond Ballo <botond@mozilla.com> - Fri, 03 Nov 2017 16:03:38 -0400 - rev 700772
Push
89971 by bballo@mozilla.com at Mon, 20 Nov 2017 22:06:14 +0000
Bug 951793 - Obey overscroll-behavior for fling handoff. r=kats
MozReview-Commit-ID: 9i2AgmW3Inm
2ce61b1f2542c81fed9d4291dcc1e417bd989a80: Bug 951793 - Light refactoring to the fling handoff code. r=kats
draft
Botond Ballo <botond@mozilla.com> - Fri, 03 Nov 2017 13:07:48 -0400 - rev 700771
Push
89971 by bballo@mozilla.com at Mon, 20 Nov 2017 22:06:14 +0000
Bug 951793 - Light refactoring to the fling handoff code. r=kats
Passing FlingHandoffState around as an in-out parameter was making
the next change (respecting overscroll-behavior) messy.
MozReview-Commit-ID: 4wuoll20Jt7
7a264dcac5060af2e4d1978347ba4137f6f2c65d: Bug 951793 - Obey overscroll-behavior for immediate scroll handoff. r=kats
draft
Botond Ballo <botond@mozilla.com> - Fri, 20 Oct 2017 19:16:44 -0400 - rev 700770
Push
89971 by bballo@mozilla.com at Mon, 20 Nov 2017 22:06:14 +0000
Bug 951793 - Obey overscroll-behavior for immediate scroll handoff. r=kats
MozReview-Commit-ID: JPJOK8A1PQ
7ff194f97b17ccf4e632a565c1219f6d8898219e: Bug 951793 - Add a few utility functions to expose the overscroll behavior in relevant places in APZ. r=kats
draft
Botond Ballo <botond@mozilla.com> - Fri, 20 Oct 2017 19:31:02 -0400 - rev 700769
Push
89971 by bballo@mozilla.com at Mon, 20 Nov 2017 22:06:14 +0000
Bug 951793 - Add a few utility functions to expose the overscroll behavior in relevant places in APZ. r=kats
MozReview-Commit-ID: 4wFfUY5p6J5
dad20d5426ddc5b8fbc0d011e0a47dff7386c15f: Bug 951793 - Store the overscroll behavior in ScrollMetadata and propagate it to APZ. r=mstange
draft
Botond Ballo <botond@mozilla.com> - Wed, 18 Oct 2017 20:13:19 -0400 - rev 700768
Push
89971 by bballo@mozilla.com at Mon, 20 Nov 2017 22:06:14 +0000
Bug 951793 - Store the overscroll behavior in ScrollMetadata and propagate it to APZ. r=mstange
MozReview-Commit-ID: J7Vkd941QxK
6331c72a4cb64aa35ffb7e2c987db35c0dc646b4: Bug 951793 - Add overscroll-behavior attributes to ScrollbarStyles. r=mstange
draft
Botond Ballo <botond@mozilla.com> - Wed, 18 Oct 2017 19:13:02 -0400 - rev 700767
Push
89971 by bballo@mozilla.com at Mon, 20 Nov 2017 22:06:14 +0000
Bug 951793 - Add overscroll-behavior attributes to ScrollbarStyles. r=mstange
MozReview-Commit-ID: 7fksMZdDSrG