gecko-dev/layout/painting
L. David Baron 53383e2d5c Bug 1369260 - Remove use of MOZ_ASSERT_IF in layout. r=heycam
As I've said before, as module owner I prefer that MOZ_ASSERT_IF not be
used in the module because I consider it to be unreadable.  However, a
few uses have crept in, and this patch removes them.

I consider it to be unreadable because the name looks like a name that
uses smalltalk-ish naming conventions, i.e., with a part of the name
corresponding to each parameter, in order.  However, the parameters are
in the order opposite the name.

This was written primarily with the vim commands:
:%s/MOZ_ASSERT_IF(\([^,]*\),/MOZ_ASSERT(!\1 ||/
:wn
followed by manual cleanup for indentation and removal of !!.

MozReview-Commit-ID: G6rLbOn7k8d
2017-06-06 22:27:17 -07:00
..
ActiveLayerTracker.cpp Bug 1368252 - Call GetLayerActivity() instead of directly looking up frame's LayerActivityProperty(). r=mats 2017-05-28 11:22:39 +01:00
ActiveLayerTracker.h
BorderCache.h
BorderConsts.h Bug 1320014 Part 6 - Remove #define NS_CORNER_[TOP_LEFT/TOP_RIGHT/BOTTOM_RIGHT/BOTTOM_LEFT] r=mats 2017-01-04 18:15:30 +08:00
DashedCornerFinder.cpp
DashedCornerFinder.h
DisplayItemClip.cpp Bug 1320014 Part 7 - Convert half corner indices #define to an enum. r=mats 2017-01-05 11:31:38 +08:00
DisplayItemClip.h
DisplayItemClipChain.cpp
DisplayItemClipChain.h
DisplayItemScrollClip.cpp
DisplayItemScrollClip.h
DisplayListClipState.cpp
DisplayListClipState.h
DottedCornerFinder.cpp Bug 1320014 Part 3 - Move Corner from namespace mozilla::css into mozilla. r=mats 2017-01-04 17:18:49 +08:00
DottedCornerFinder.h Bug 1320014 Part 3 - Move Corner from namespace mozilla::css into mozilla. r=mats 2017-01-04 17:18:49 +08:00
FrameLayerBuilder.cpp Bug 1369260 - Remove use of MOZ_ASSERT_IF in layout. r=heycam 2017-06-06 22:27:17 -07:00
FrameLayerBuilder.h Backed out changeset 9483bb6d8ce6 (bug 1330570) for test failures in test_selection_move_commands.html | cmd_scrollBottom - -300 should equal -300 2017-05-10 12:11:11 +02:00
LayerState.h
MaskLayerImageCache.cpp Bug 1326579: Add some needed includes in layout/painting, to preemptively fix unified bustage. r=xidorn 2016-12-31 16:35:41 -08:00
MaskLayerImageCache.h Bug 1333366 Part 1 - Update document related to Corner and HalfCorner. r=mats 2017-01-24 18:37:05 +08:00
moz.build Bug 1341101 part 1 - Move nsCSSRendering::PaintGradient into its own file r=jrmuizel 2017-03-14 01:05:41 -05:00
nsCSSRendering.cpp Bug 1369260 - Remove use of MOZ_ASSERT_IF in layout. r=heycam 2017-06-06 22:27:17 -07:00
nsCSSRendering.h Bug 1360246 - Propagate the StackingContextHelper to the rest of the displaylist-building code. r=nical 2017-05-03 08:48:08 -04:00
nsCSSRenderingBorders.cpp Bug 1362967 - Push clip region in WebRenderDisplayItemLayer. r=kats 2017-05-10 13:51:24 +08:00
nsCSSRenderingBorders.h Bug 1362967 - Push clip region in WebRenderDisplayItemLayer. r=kats 2017-05-10 13:51:24 +08:00
nsCSSRenderingGradients.cpp Bug 1365495 - Let WebRender premultiply gradient stop colors r=jrmuizel 2017-05-18 20:30:15 -04:00
nsCSSRenderingGradients.h Bug 1360246 - Propagate the StackingContextHelper to the rest of the displaylist-building code. r=nical 2017-05-03 08:48:08 -04:00
nsDisplayItemTypes.h
nsDisplayItemTypesList.h Bug 929484 - Remove nsTableBorderBackground displayitem and nsTablePainter. r=mstange 2017-05-05 14:30:15 +08:00
nsDisplayList.cpp Bug 1365972 - Add initial WebRender support for nsDisplayFilter. r=rhunt, r=mattwoodrow 2017-06-06 06:28:00 -04:00
nsDisplayList.h Bug 1367488 - Pre-render offscreen portions of scrollbar thumbs inside an iframe. r=mstange 2017-05-29 18:05:05 -04:00
nsDisplayListInvalidation.cpp
nsDisplayListInvalidation.h
nsImageRenderer.cpp Bug 1369260 - Remove use of MOZ_ASSERT_IF in layout. r=heycam 2017-06-06 22:27:17 -07:00
nsImageRenderer.h Bug 1360246 - Propagate the StackingContextHelper to the rest of the displaylist-building code. r=nical 2017-05-03 08:48:08 -04:00
PaintTracker.cpp
PaintTracker.h