mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 12:51:09 +02:00
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 |
||
|---|---|---|
| .. | ||
| AutoMaskData.h | ||
| BasicCanvasLayer.cpp | ||
| BasicCanvasLayer.h | ||
| BasicColorLayer.cpp | ||
| BasicCompositor.cpp | ||
| BasicCompositor.h | ||
| BasicContainerLayer.cpp | ||
| BasicContainerLayer.h | ||
| BasicImageLayer.cpp | ||
| BasicImages.cpp | ||
| BasicImplData.h | ||
| BasicLayerManager.cpp | ||
| BasicLayers.h | ||
| BasicLayersImpl.cpp | ||
| BasicLayersImpl.h | ||
| BasicPaintedLayer.cpp | ||
| BasicPaintedLayer.h | ||
| GrallocTextureHostBasic.cpp | ||
| GrallocTextureHostBasic.h | ||
| MacIOSurfaceTextureHostBasic.cpp | ||
| MacIOSurfaceTextureHostBasic.h | ||
| TextureClientX11.cpp | ||
| TextureClientX11.h | ||
| TextureHostBasic.cpp | ||
| TextureHostBasic.h | ||
| X11BasicCompositor.cpp | ||
| X11BasicCompositor.h | ||
| X11TextureSourceBasic.cpp | ||
| X11TextureSourceBasic.h | ||