gecko-dev/gfx/layers/composite
Kartikaya Gupta 3d29d74088 Bug 1498699 - Only create the AndroidDynamicToolbarAnimator for Fennec. r=jnicol
The bulk of this is adjusting the code that tries to use the toolbar to
have appropriate null checks instead of asserting it will exist. The
creation of the animator instance is now guarded by a IsFennec
condition.

Depends on D8658

Differential Revision: https://phabricator.services.mozilla.com/D8659

--HG--
extra : moz-landing-system : lando
2018-10-15 14:56:35 +00:00
..
AsyncCompositionManager.cpp Bug 1498699 - Only create the AndroidDynamicToolbarAnimator for Fennec. r=jnicol 2018-10-15 14:56:35 +00:00
AsyncCompositionManager.h Bug 1486772 - Refactor the screen-orientation types and headers r=smaug 2018-08-29 20:54:56 +00:00
CanvasLayerComposite.cpp Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel 2017-10-27 16:10:06 -07:00
CanvasLayerComposite.h Bug 1412048 - Remove NS_RUNTIMEABORT. r=froydnj 2017-10-24 23:41:15 -07:00
ColorLayerComposite.cpp Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel 2017-10-27 16:10:06 -07:00
ColorLayerComposite.h Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel 2017-10-27 16:10:06 -07:00
CompositableHost.cpp Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel 2017-10-27 16:10:06 -07:00
CompositableHost.h Bug 1245400 - P3. Report number of frames dropped by compositor back to VideoSink. r=nical 2018-08-22 17:26:36 +02:00
CompositorScreenshotGrabber.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
CompositorScreenshotGrabber.h Bug 1444432 - Implement screenshot grabbing in LayerManagerComposite. r=jrmuizel 2018-04-12 15:31:12 -04:00
ConsolasFontData.h Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel 2017-10-27 16:10:06 -07:00
ContainerLayerComposite.cpp Bug 1483459 - Avoid copying regions before converting them to rects throughout the gfx directory. r=sotaro 2018-08-21 14:58:47 +02:00
ContainerLayerComposite.h Bug 1420512 - Try unifying data structures for scrollbar container and scrollbar thumb info. r=botond 2018-03-02 19:00:03 +01:00
ContentHost.cpp Bug 1423570: Use BaseRect access methods instead of member variables in gfx/ r=bas.schouten 2017-12-19 15:48:39 -05:00
ContentHost.h Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj 2017-11-05 19:37:28 -08:00
Diagnostics.cpp Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel 2017-10-27 16:10:06 -07:00
Diagnostics.h Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel 2017-10-27 16:10:06 -07:00
FPSCounter.cpp Bug 1428258 - Stop using GetNativePath in gfx/. r=jrmuizel 2017-12-17 00:13:30 +09:00
FPSCounter.h Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel 2017-10-27 16:10:06 -07:00
FontData.h Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel 2017-10-27 16:10:06 -07:00
FrameUniformityData.cpp Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel 2017-10-27 16:10:06 -07:00
FrameUniformityData.h Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel 2017-10-27 16:10:06 -07:00
GPUVideoTextureHost.cpp Bug 1490415 - prevent creating a GPUVideoTextureHost with a null wrapped texture; r=sotaro 2018-09-12 00:17:10 +00:00
GPUVideoTextureHost.h Bug 1490415 - prevent creating a GPUVideoTextureHost with a null wrapped texture; r=sotaro 2018-09-12 00:17:10 +00:00
ImageComposite.cpp Bug 1245400 - P2. Keep track of frames that should have been painted but didn't. r=nical, r=mattwoodrow 2018-08-22 17:26:36 +02:00
ImageComposite.h Bug 1245400 - P3. Report number of frames dropped by compositor back to VideoSink. r=nical 2018-08-22 17:26:36 +02:00
ImageHost.cpp Bug 1245400 - P2. Keep track of frames that should have been painted but didn't. r=nical, r=mattwoodrow 2018-08-22 17:26:36 +02:00
ImageHost.h Bug 1245400 - P3. Report number of frames dropped by compositor back to VideoSink. r=nical 2018-08-22 17:26:36 +02:00
ImageLayerComposite.cpp Backed out 4 changesets (bug 1418816) for reftest perma failure bugs/289480.html a=backout 2018-09-19 22:33:24 +03:00
ImageLayerComposite.h Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel 2017-10-27 16:10:06 -07:00
LayerManagerComposite.cpp Bug 1498699 - Only create the AndroidDynamicToolbarAnimator for Fennec. r=jnicol 2018-10-15 14:56:35 +00:00
LayerManagerComposite.h Bug 1483459 - Avoid copying regions before converting them to rects throughout the gfx directory. r=sotaro 2018-08-21 14:58:47 +02:00
PaintCounter.cpp Bug 1423570: Use BaseRect access methods instead of member variables in gfx/ r=bas.schouten 2017-12-19 15:48:39 -05:00
PaintCounter.h Fix DataSourceSurface mapping in PaintCounter. (bug 1405390 part 4, r=bas) 2017-11-09 00:43:31 -08:00
PaintedLayerComposite.cpp Bug 1398845 - Handle null mBuffer in PaintedLayerComposite::IsOpaque r=mstange 2018-02-22 20:53:10 -08:00
PaintedLayerComposite.h Bug 1398845 - Handle null mBuffer in PaintedLayerComposite::IsOpaque r=mstange 2018-02-22 20:53:10 -08:00
TextRenderer.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
TextRenderer.h Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel 2017-10-27 16:10:06 -07:00
TextureHost.cpp Bug 1493198 - P4. Add support for 10/12 bits YUV image to WebRender (bindings) r=mattwoodrow 2018-09-26 14:58:25 +00:00
TextureHost.h Bug 1493198 - P2. Use enum for describing color depth. r=mattwoodrow 2018-09-25 20:44:55 +00:00
TiledContentHost.cpp Bug 1265824 - Wait on texture handles with IPC r=jld,mattwoodrow 2018-05-05 15:46:26 -07:00
TiledContentHost.h Bug 1461786 - Rename references to tile positions to tile coords. r=nical 2018-04-20 09:42:35 -05:00
X11TextureHost.cpp Bug 1464037 - Replace GL_PROVIDER_GLX by MOZ_X11 to build X11 dependent code, r=lsalzman 2018-05-24 14:06:31 +02:00
X11TextureHost.h Bug 1412427 part 8: (automated patch) Switch a bunch of C++ files in gfx to use our standard mode lines. r=jrmuizel 2017-10-27 16:10:06 -07:00