gecko-dev/layout/painting
Nicholas Nethercote b23fb68ae3 Bug 1405541 - Split AUTO_PROFILER_LABEL_DYNAMIC into three macros. r=mstange.
It's easy to mess up the scoping so that (a) the label is pushed and then
immediately popped, and/or (b) the string doesn't live long enough. It's also
easy to do a utf16-to-utf8 conversion unnecessarily when the profiler is
inactive.

This patch splits that macro into three new ones that are harder to mess up.

- AUTO_PROFILER_LABEL_DYNAMIC_CSTR: same as current.
- AUTO_PROFILER_LABEL_DYNAMIC_NSCSTRING: for nsCStrings.
- AUTO_PROFILER_LABEL_DYNAMIC_LOSSY_NSSTRING: for nsStrings.

--HG--
extra : rebase_source : 59f77df0124249bfd11fee3585420a17b4201d37
2017-10-04 13:44:24 +11:00
..
crashtests Bug 1402183 - Part 2: Add crashtest r=mstange 2017-09-23 18:42:47 +02:00
ActiveLayerTracker.cpp Bug 1389215 - Don't layerize in response to margin changes. r=mattwoodrow 2017-08-12 18:42:04 -04:00
ActiveLayerTracker.h Bug 1389215 - Don't layerize in response to margin changes. r=mattwoodrow 2017-08-12 18:42:04 -04:00
BorderCache.h
BorderConsts.h
DashedCornerFinder.cpp
DashedCornerFinder.h
DisplayItemClip.cpp Bug 1404955 - Use ComplexClipRegion instead of WrComplexClipRegion. r=kats 2017-10-03 18:11:14 -04:00
DisplayItemClip.h Bug 1404955 - Use ComplexClipRegion instead of WrComplexClipRegion. r=kats 2017-10-03 18:11:14 -04:00
DisplayItemClipChain.cpp Bug 870698 - Part 2: Replace Append("") with AppendLiteral(""). r=erahm 2017-09-03 22:14:11 -07:00
DisplayItemClipChain.h
DisplayItemScrollClip.cpp Bug 870698 - Part 2: Replace Append("") with AppendLiteral(""). r=erahm 2017-09-03 22:14:11 -07:00
DisplayItemScrollClip.h
DisplayListClipState.cpp
DisplayListClipState.h
DottedCornerFinder.cpp
DottedCornerFinder.h
FrameLayerBuilder.cpp Bug 1405541 - Split AUTO_PROFILER_LABEL_DYNAMIC into three macros. r=mstange. 2017-10-04 13:44:24 +11:00
FrameLayerBuilder.h Bug 1392523. Remove duplicated gfxContext* parameter. r=mattwoodrow 2017-09-12 22:17:43 -04:00
LayerState.h
MaskLayerImageCache.cpp Bug 1388639 - Use KnowsCompositor instead of ShadowForwarder in MaskImageData and MaskLayerImageCache r=nical 2017-08-10 11:43:11 +09:00
MaskLayerImageCache.h Bug 1388639 - Use KnowsCompositor instead of ShadowForwarder in MaskImageData and MaskLayerImageCache r=nical 2017-08-10 11:43:11 +09:00
moz.build
nsCSSRendering.cpp Bug 1403915 - Remove the WebRender*Layer classes and functions that refer to them. r=jrmuizel 2017-10-03 16:31:08 -04:00
nsCSSRendering.h Bug 1403915 - Remove the WebRender*Layer classes and functions that refer to them. r=jrmuizel 2017-10-03 16:31:08 -04:00
nsCSSRenderingBorders.cpp Bug 1403915 - Remove the WebRender*Layer classes and functions that refer to them. r=jrmuizel 2017-10-03 16:31:08 -04:00
nsCSSRenderingBorders.h Bug 1403915 - Remove the WebRender*Layer classes and functions that refer to them. r=jrmuizel 2017-10-03 16:31:08 -04:00
nsCSSRenderingGradients.cpp Bug 1403915 - Remove the WebRender*Layer classes and functions that refer to them. r=jrmuizel 2017-10-03 16:31:08 -04:00
nsCSSRenderingGradients.h Bug 1403915 - Remove the WebRender*Layer classes and functions that refer to them. r=jrmuizel 2017-10-03 16:31:08 -04:00
nsDisplayItemTypes.h Backed out changeset 951b97610913 (bug 1397058) for almost permafailing reftest box-decoration-break-with-outset-box-shadow-1.html on stylo. r=backout a=backout 2017-09-14 10:45:11 +02:00
nsDisplayItemTypesList.h Backed out changeset 951b97610913 (bug 1397058) for almost permafailing reftest box-decoration-break-with-outset-box-shadow-1.html on stylo. r=backout a=backout 2017-09-14 10:45:11 +02:00
nsDisplayList.cpp Bug 1302470 Part 4: Change nsDisplayList::GetOpaqueRegion non-opaque lists to build up a region from its children. r=mattwoodrow 2017-04-20 10:50:41 -07:00
nsDisplayList.h Bug 1405684 - Remove AutoBuildingDisplayList::GetPrevAnimatedGeometryRoot. r=mattwoodrow 2017-09-25 08:42:05 +01:00
nsDisplayListInvalidation.cpp
nsDisplayListInvalidation.h
nsImageRenderer.cpp Bug 1403915 - Remove the WebRender*Layer classes and functions that refer to them. r=jrmuizel 2017-10-03 16:31:08 -04:00
nsImageRenderer.h Bug 1403915 - Remove the WebRender*Layer classes and functions that refer to them. r=jrmuizel 2017-10-03 16:31:08 -04:00
PaintTracker.cpp
PaintTracker.h