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

Side by Side Diff: tools/cfi/blacklist.txt

Issue 2834513002: Update CFI blacklist to match the recent renames in Blink. (Closed)
Patch Set: Created 3 years, 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # e.g. RolloverProtectedTickClock 1 # e.g. RolloverProtectedTickClock
2 fun:*MutableInstance* 2 fun:*MutableInstance*
3 3
4 # WTF allocators. 4 # WTF allocators. See https://crbug.com/713293.
5 fun:*allocate*Backing* 5 fun:*Allocate*Backing*
6 6
7 # WTF::ThreadSpecific 7 # WTF::ThreadSpecific
8 fun:*ThreadSpecific* 8 fun:*ThreadSpecific*
9 9
10 # Mesa contains several bad casts. 10 # Mesa contains several bad casts.
11 src:*third_party/mesa* 11 src:*third_party/mesa*
12 12
13 # Deliberate bad cast to derived class to hide functions. 13 # Deliberate bad cast to derived class to hide functions.
14 type:*BlockIUnknownMethods* 14 type:*BlockIUnknownMethods*
15 type:*BlockRefType* 15 type:*BlockRefType*
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 fun:*cc*DisplayItemList*Inputs* 100 fun:*cc*DisplayItemList*Inputs*
101 101
102 fun:*PaintInvalidationState*computePaintInvalidationRectInBacking* 102 fun:*PaintInvalidationState*computePaintInvalidationRectInBacking*
103 fun:*AdjustAndMarkTrait*mark* 103 fun:*AdjustAndMarkTrait*mark*
104 fun:*TraceTrait*trace* 104 fun:*TraceTrait*trace*
105 fun:*ChromeClientImpl*scheduleAnimation* 105 fun:*ChromeClientImpl*scheduleAnimation*
106 fun:*hasAspectRatio* 106 fun:*hasAspectRatio*
107 fun:*nextBreakablePosition* 107 fun:*nextBreakablePosition*
108 fun:*supportsCachedOffsets* 108 fun:*supportsCachedOffsets*
109 fun:*traceImpl* 109 fun:*traceImpl*
OLDNEW
« 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