Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: tools/cfi/blacklist.txt

Issue 2265763002: Fix CFI blacklist typos and patterns. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/cfi/blacklist.txt
diff --git a/tools/cfi/blacklist.txt b/tools/cfi/blacklist.txt
index 8fff6ca6a334c83e7903dc1c510cd2faa0a89fdc..bc6a87789ce4aa05ba1eb0e8ea32ae192e311f89 100644
--- a/tools/cfi/blacklist.txt
+++ b/tools/cfi/blacklist.txt
@@ -128,6 +128,12 @@ fun:*DrawingDisplayItem*ApproximateOpCount*
# WebKit
# The entries below have not been categorized
+# blink::BoxClipper::BoxClipper
+fun:*blink*BoxClipper*LayoutBox*PaintInfo*LayoutPoint*ContentsClipBehavior*
+
+# blink::DrawingDisplayItem::DrawingDisplayItem
+fun: *blink*DrawingDisplayItem*DisplayItemClient*
+
fun:*ContainerNode*isChildTypeAllowed*
fun:*ContainerNode*checkAcceptChild*
fun:*ContainerNode*notifyNodeInserted*
@@ -139,7 +145,7 @@ fun:*Element*attributeChanged*
fun:*Element*didAddAttribute*
fun:*LayoutTreeBuilderForElement*shouldCreateLayoutObject*
fun:*LayoutTreeBuilderForElement*createLayoutObject*
-fun:*Node*isPreudoElement*
+fun:*Node*isPseudoElement*
fun:*Node*isFirstLetterPseudoElement*
fun:*Node*wrap*
fun:*EventTarget*hasEventListeners*
@@ -152,8 +158,8 @@ fun:*LayoutBlockFlow*layoutBlockFlow*
fun:*LayoutBlockFlow*rebuildFloatsFromIntruding*
fun:*LayoutBlockFlow*styleDidChange*
fun:*LayoutBlockFlow*layoutInlineChildren*
-fun:*LayoutBox*contentBoxRect,*
-fun:*LayoutBox*contentWidth,*
+fun:*LayoutBox*contentBoxRect*
+fun:*LayoutBox*contentWidth*
fun:*LayoutBox*contentHeight*
fun:*LayoutBox*clientLeft*
fun:*LayoutBox*clientTop*
@@ -204,13 +210,11 @@ fun:*PageAnimator*scheduleVisualUpdate*
fun:*BlockPainter*paint*
fun:*BlockPainter*paintObject*
fun:*BlockPainter*intersectsPaintRect*
-fun:*BoxClipper*BoxClipper*
fun:*ObjectPaintInvalidator*computePaintInvalidationReason*
fun:*ObjectPaintInvalidator*invalidateSelectionIfNeeded*
fun:*ObjectPaintInvalidator*invalidatePaintIfNeededWithComputedReason*
fun:*ContiguousContainer*clear*
fun:*GraphicsLayer*setNeedsDisplayInRect*
-fun:*DrawingDisplayItem*DrawingDisplayItem*
fun:*PaintArtifact*appendToWebDisplayItemList*
fun:*visualRectForDisplayItem*
fun:*PaintController*commitNewDisplayItems*
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698