gecko-dev/gfx/layers/composite
Nicholas Nethercote b71747b2ac Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm.
The new name makes the sense of the condition much clearer. E.g. compare:

  NS_WARN_IF_FALSE(!rv.Failed());

with:

  NS_WARNING_ASSERTION(!rv.Failed());

The new name also makes it clearer that it only has effect in debug builds,
because that's standard for assertions.

--HG--
extra : rebase_source : 886e57a9e433e0cb6ed635cc075b34b7ebf81853
2016-09-01 15:01:16 +10:00
..
AsyncCompositionManager.cpp Bug 1298722 - Use MOZ_MUST_USE in StyleAnimationValue. r=birtles. 2016-08-30 16:10:59 +10:00
AsyncCompositionManager.h Bug 1291373 - [geckoview] part 3, Remove MOZ_ANDROID_APZ r=botond,snorp 2016-08-16 14:33:43 -07:00
CanvasLayerComposite.cpp Bug 1250244 - Part 2: Remove old VR rendering paths,r=gw280 2016-05-27 13:49:04 -07:00
CanvasLayerComposite.h Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
ColorLayerComposite.cpp Bug 1272778. Use IntRects for clip rects instead of Rects. r=mstange 2016-05-13 19:58:43 -04:00
ColorLayerComposite.h
CompositableHost.cpp Bug 1223736 - Part 3: Remove the distinction between 2d and 3d masks since it only adds complexity. r=Bas 2016-03-22 09:10:37 +13:00
CompositableHost.h Bug 1250244 - Part 2: Remove old VR rendering paths,r=gw280 2016-05-27 13:49:04 -07:00
ContainerLayerComposite.cpp Bug 1250244 - Part 2: Remove old VR rendering paths,r=gw280 2016-05-27 13:49:04 -07:00
ContainerLayerComposite.h Bug 1250244 - Part 2: Remove old VR rendering paths,r=gw280 2016-05-27 13:49:04 -07:00
ContentHost.cpp Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
ContentHost.h Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
FontData.h
FPSCounter.cpp Bug 1294121 - Backed out changeset 635d266614ad for windows build failures. r=me. CLOSED TREE 2016-08-16 09:17:25 -07:00
FPSCounter.h Bug 1235261 - Part 1: Rename nsAutoTArray to AutoTArray. r=froydnj 2016-02-02 17:36:30 +02:00
FrameUniformityData.cpp
FrameUniformityData.h Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
ImageHost.cpp Bug 1250244 - Part 2: Remove old VR rendering paths,r=gw280 2016-05-27 13:49:04 -07:00
ImageHost.h Bug 1250244 - Part 2: Remove old VR rendering paths,r=gw280 2016-05-27 13:49:04 -07:00
ImageLayerComposite.cpp Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
ImageLayerComposite.h Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
LayerManagerComposite.cpp Bug 1294479 - Remove ANativeWindow methods from AndroidBridge; r=snorp 2016-08-19 17:17:24 -04:00
LayerManagerComposite.h Bug 1294121 - Backed out changeset 635d266614ad for windows build failures. r=me. CLOSED TREE 2016-08-16 09:17:25 -07:00
PaintCounter.cpp Bug 1294121 - Backed out changeset 635d266614ad for windows build failures. r=me. CLOSED TREE 2016-08-16 09:17:25 -07:00
PaintCounter.h Bug 1294121 - Backed out changeset 635d266614ad for windows build failures. r=me. CLOSED TREE 2016-08-16 09:17:25 -07:00
PaintedLayerComposite.cpp Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
PaintedLayerComposite.h Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
qrcode_table.h
TextRenderer.cpp Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
TextRenderer.h
TextureHost.cpp Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
TextureHost.h Bug 1254011 - Avoid allocating RGB buffer for YUV data everytime r=nical 2016-07-08 18:59:59 -07:00
TiledContentHost.cpp Bug 1299727 - Rename NS_WARN_IF_FALSE as NS_WARNING_ASSERTION. r=erahm. 2016-09-01 15:01:16 +10:00
TiledContentHost.h Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01:00
X11TextureHost.cpp Bug 1258768 - Remove the remaining unsafe compositor casts. r=dvander 2016-04-14 12:38:42 +02:00
X11TextureHost.h Bug 1272600 - Part 3 - Move the ReadUnlock logic from compositable to texture. r=sotaro 2016-06-02 11:00:21 +02:00