gecko-dev/gfx/layers/composite
Randall Barker 0c9253b86d Bug 1365161 - Ensure dynamic toolbar static snapshot visibility stays in sync with the real toolbar chrome r=botond,jchen
There were two issues that prevented the static snapshot toolbar and
real chrome toolbar from staying in sync.

1) When a page would resize such as when going fullscreen, if the
root content document was not scrollable, the animator would not receive
root composition page size updates. The page resize is used by the
animator to hide the static snapshot, so it would remain visible while
the real chrome toolbar would be hidden.

2) Certain places in UI java code would toggle the chrome state directly
instead of going through the animator to change the state.

MozReview-Commit-ID: DCQgRFS0UAO
2017-05-19 10:50:02 -07:00
..
AnimationMetricsTracker.cpp Bug 1338347 - Add code to measure the maximum number of contiguous frame drops in a compositor animation. r=botond 2017-03-20 11:41:05 -04:00
AnimationMetricsTracker.h Bug 1338347 - Add code to measure the maximum number of contiguous frame drops in a compositor animation. r=botond 2017-03-20 11:41:05 -04:00
AsyncCompositionManager.cpp Bug 1365161 - Ensure dynamic toolbar static snapshot visibility stays in sync with the real toolbar chrome r=botond,jchen 2017-05-19 10:50:02 -07:00
AsyncCompositionManager.h Bug 1364622 - Introduce a helper function for computing the async transform for a scroll thumb layer. r=kats 2017-05-15 18:35:16 -04:00
CanvasLayerComposite.cpp Attach Compositables to TextureSourceProviders instead of Compositors. (bug 1343814 part 5, r=mattwoodrow) 2017-03-21 20:32:56 -07:00
CanvasLayerComposite.h Remove Composer2D remnants. (bug 1339353, r=kats) 2017-02-14 12:29:39 -08:00
ColorLayerComposite.cpp Bug 1274673 - Use binary space partitioning for sorting/drawing layers - Part 3: Use BSPTree for layer sorting r=jrmuizel,mattwoodrow 2016-12-06 13:39:01 -10:00
ColorLayerComposite.h Bug 1274673 - Use binary space partitioning for sorting/drawing layers - Part 3: Use BSPTree for layer sorting r=jrmuizel,mattwoodrow 2016-12-06 13:39:01 -10:00
CompositableHost.cpp Attach Compositables to TextureSourceProviders instead of Compositors. (bug 1343814 part 5, r=mattwoodrow) 2017-03-21 20:32:56 -07:00
CompositableHost.h Attach Compositables to TextureSourceProviders instead of Compositors. (bug 1343814 part 5, r=mattwoodrow) 2017-03-21 20:32:56 -07:00
ConsolasFontData.h Add a fixed-width font for the compositor's debug overlay. (bug 1352151 part 9, r=bas) 2017-04-10 19:44:47 -07:00
ContainerLayerComposite.cpp Bug 1123754 (part 1) - Rename ProfilerMarkers.{h,cpp} as ProfilerMarkerPayload.{h,cpp}. r=mstange. 2017-04-27 07:36:19 +10:00
ContainerLayerComposite.h Factor POD attributes of Layers into a SimpleLayerAttributes class. (bug 1332567 part 5, r=mattwoodrow) 2017-01-24 16:41:18 -08:00
ContentHost.cpp Attach Compositables to TextureSourceProviders instead of Compositors. (bug 1343814 part 5, r=mattwoodrow) 2017-03-21 20:32:56 -07:00
ContentHost.h Attach Compositables to TextureSourceProviders instead of Compositors. (bug 1343814 part 5, r=mattwoodrow) 2017-03-21 20:32:56 -07:00
Diagnostics.cpp Add GPU draw time to the compositor diagnostic overlay. (bug 1352151 part 7, r=bas) 2017-04-10 19:44:46 -07:00
Diagnostics.h Add GPU draw time to the compositor diagnostic overlay. (bug 1352151 part 7, r=bas) 2017-04-10 19:44:46 -07:00
FontData.h Allow TextRenderer to render multiple fonts. (bug 1352151 part 8, r=bas) 2017-04-10 19:44:47 -07:00
FPSCounter.cpp Remove FPSState. (bug 1352151 part 3, r=mattwoodrow) 2017-04-10 19:44:45 -07:00
FPSCounter.h Remove FPSState. (bug 1352151 part 3, r=mattwoodrow) 2017-04-10 19:44:45 -07:00
FrameUniformityData.cpp
FrameUniformityData.h Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
GPUVideoTextureHost.cpp Replace TextureHost compositor access with TextureSourceProvider. (bug 1343814 part 3.1, r=mattwoodrow) 2017-03-21 20:32:54 -07:00
GPUVideoTextureHost.h Replace TextureHost compositor access with TextureSourceProvider. (bug 1343814 part 3.1, r=mattwoodrow) 2017-03-21 20:32:54 -07:00
ImageComposite.cpp Bug 1359206 - Fix CompositionTime and CompositeUntil handling of WebRenderImageHost r=nical 2017-04-27 09:34:54 -07:00
ImageComposite.h Bug 1359206 - Fix CompositionTime and CompositeUntil handling of WebRenderImageHost r=nical 2017-04-27 09:34:54 -07:00
ImageHost.cpp Bug 1359206 - Fix CompositionTime and CompositeUntil handling of WebRenderImageHost r=nical 2017-04-27 09:34:54 -07:00
ImageHost.h Attach Compositables to TextureSourceProviders instead of Compositors. (bug 1343814 part 5, r=mattwoodrow) 2017-03-21 20:32:56 -07:00
ImageLayerComposite.cpp Attach Compositables to TextureSourceProviders instead of Compositors. (bug 1343814 part 5, r=mattwoodrow) 2017-03-21 20:32:56 -07:00
ImageLayerComposite.h Remove Composer2D remnants. (bug 1339353, r=kats) 2017-02-14 12:29:39 -08:00
LayerManagerComposite.cpp Remove old device reset and compositor swapping code. (bug 1363126 part 3, r=rhunt) 2017-05-11 22:44:28 -07:00
LayerManagerComposite.h Remove old device reset and compositor swapping code. (bug 1363126 part 3, r=rhunt) 2017-05-11 22:44:28 -07:00
PaintCounter.cpp Bug 1340627 - part 6 - fix layers for Skia m59. r=mchang 2017-05-09 22:31:07 -04:00
PaintCounter.h Bug 1340627 - part 6 - fix layers for Skia m59. r=mchang 2017-05-09 22:31:07 -04:00
PaintedLayerComposite.cpp Attach Compositables to TextureSourceProviders instead of Compositors. (bug 1343814 part 5, r=mattwoodrow) 2017-03-21 20:32:56 -07:00
PaintedLayerComposite.h Remove Composer2D remnants. (bug 1339353, r=kats) 2017-02-14 12:29:39 -08:00
TextRenderer.cpp Add a fixed-width font for the compositor's debug overlay. (bug 1352151 part 9, r=bas) 2017-04-10 19:44:47 -07:00
TextRenderer.h Add a fixed-width font for the compositor's debug overlay. (bug 1352151 part 9, r=bas) 2017-04-10 19:44:47 -07:00
TextureHost.cpp Remove unnecessary MOZ_COUNT_CTOR/DTORs on reference counted compositor objects. (bug 1360963, r=mattwoodrow) 2017-05-10 10:58:20 -07:00
TextureHost.h Bug 1322650 - Use SurfaceTexture for WebGL on Android in E10S r=jgilbert 2017-05-15 09:37:44 -05:00
TiledContentHost.cpp Bug 1360471 (part 4) - Use a bitfield to represent profiler features. r=mstange. 2017-05-01 14:23:34 +10:00
TiledContentHost.h Attach Compositables to TextureSourceProviders instead of Compositors. (bug 1343814 part 5, r=mattwoodrow) 2017-03-21 20:32:56 -07:00
X11TextureHost.cpp Material changes for TextureHost TextureSourceProvider support. (bug 1343814 part 3.2, r=mattwoodrow) 2017-03-21 20:32:54 -07:00
X11TextureHost.h Material changes for TextureHost TextureSourceProvider support. (bug 1343814 part 3.2, r=mattwoodrow) 2017-03-21 20:32:54 -07:00