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

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

Issue 2265783002: CFI blacklist: a few new entries; a bit more sorted. (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 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.
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.
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 fun:*SkBaseDevice*accessPixels* 84 fun:*SkBaseDevice*accessPixels*
85 85
86 # https://crbug.com/638056 86 # https://crbug.com/638056
87 fun:*call_hline_blitter* 87 fun:*call_hline_blitter*
88 fun:*do_scanline* 88 fun:*do_scanline*
89 fun:*antifilldot8* 89 fun:*antifilldot8*
90 90
91 # Unclear what could be done here 91 # Unclear what could be done here
92 fun:*SkCanvas*drawRect* 92 fun:*SkCanvas*drawRect*
93 fun:*SkPictureGpuAnalyzer*analyzePicture* 93 fun:*SkPictureGpuAnalyzer*analyzePicture*
94 fun:*SkScalerContext*MakeRec*
94 95
95 # V8 96 # V8
96 97
97 # https://crbug.com/638056 98 # https://crbug.com/638056
98 fun:*VisitorAdapter*VisitEmbedderReference* 99 fun:*VisitorAdapter*VisitEmbedderReference*
99 fun:*GlobalHandles*IterateWeakRoots* 100 fun:*GlobalHandles*IterateWeakRoots*
100 fun:*GlobalHandles*IterateObjectGroups* 101 fun:*GlobalHandles*IterateObjectGroups*
101 fun:*GlobalHandles*IterateAllRoots* 102 fun:*GlobalHandles*IterateAllRoots*
102 fun:*GlobalHandles*IterateAllRootsWithClassIds* 103 fun:*GlobalHandles*IterateAllRootsWithClassIds*
103 fun:*GlobalHandles*IterateAllRootsInNewSpaceWithClassIds* 104 fun:*GlobalHandles*IterateAllRootsInNewSpaceWithClassIds*
(...skipping 26 matching lines...) Expand all
130 131
131 # blink::BoxClipper::BoxClipper 132 # blink::BoxClipper::BoxClipper
132 fun:*blink*BoxClipper*LayoutBox*PaintInfo*LayoutPoint*ContentsClipBehavior* 133 fun:*blink*BoxClipper*LayoutBox*PaintInfo*LayoutPoint*ContentsClipBehavior*
133 134
134 # blink::DrawingDisplayItem::DrawingDisplayItem 135 # blink::DrawingDisplayItem::DrawingDisplayItem
135 fun:*blink*DrawingDisplayItem*DisplayItemClient* 136 fun:*blink*DrawingDisplayItem*DisplayItemClient*
136 137
137 # cc::DisplayItemList::Inputs::~Inputs 138 # cc::DisplayItemList::Inputs::~Inputs
138 fun:*cc*DisplayItemList*Inputs* 139 fun:*cc*DisplayItemList*Inputs*
139 140
141 # StyleAttributeMutationScope::StyleAttributeMutationScope
142 fun:*StyleAttributeMutationScope*AbstractPropertySetCSSStyleDeclaration*
143
144 # StyleAttributeMutationScope::~StyleAttributeMutationScope
145 fun:*StyleAttributeMutationScopeD2Ev*
146
147 fun:*AbstractPropertySetCSSStyleDeclaration*contextStyleSheet*
148 fun:*AbstractPropertySetCSSStyleDeclaration*setPropertyInternal*
149 fun:*ComputeFloatOffsetAdapter*collectIfNeeded*
140 fun:*ContainerNode*isChildTypeAllowed* 150 fun:*ContainerNode*isChildTypeAllowed*
141 fun:*ContainerNode*checkAcceptChild* 151 fun:*ContainerNode*checkAcceptChild*
142 fun:*ContainerNode*notifyNodeInserted* 152 fun:*ContainerNode*notifyNodeInserted*
143 fun:*ContainerNode*attachLayoutTree* 153 fun:*ContainerNode*attachLayoutTree*
144 fun:*ContainerNode*notifyNodeInsertedInternal* 154 fun:*ContainerNode*notifyNodeInsertedInternal*
145 fun:*SharedStyleFinder*canShareStyleWithElement* 155 fun:*SharedStyleFinder*canShareStyleWithElement*
146 fun:*ElementRuleCollector*collectMatchingRules* 156 fun:*ElementRuleCollector*collectMatchingRules*
147 fun:*Element*attributeChanged* 157 fun:*Element*attributeChanged*
148 fun:*Element*didAddAttribute* 158 fun:*Element*didAddAttribute*
159 fun:*HTMLElement*offsetHeightForBinding*
149 fun:*LayoutTreeBuilderForElement*shouldCreateLayoutObject* 160 fun:*LayoutTreeBuilderForElement*shouldCreateLayoutObject*
150 fun:*LayoutTreeBuilderForElement*createLayoutObject* 161 fun:*LayoutTreeBuilderForElement*createLayoutObject*
151 fun:*Node*isPseudoElement*
152 fun:*Node*isFirstLetterPseudoElement*
153 fun:*Node*wrap*
154 fun:*EventTarget*hasEventListeners* 162 fun:*EventTarget*hasEventListeners*
155 fun:*HTMLCollection*invalidateCacheForAttribute* 163 fun:*HTMLCollection*invalidateCacheForAttribute*
164 fun:*InlineBox*destroy*
165 fun:*InlineBox*moveInLogicalDirection*
166 fun:*InlineFlowBox*setConstructed*
156 fun:*LayoutBlock*createsNewFormattingContext* 167 fun:*LayoutBlock*createsNewFormattingContext*
157 fun:*LayoutBlock*computeChildPreferredLogicalWidth* 168 fun:*LayoutBlock*computeChildPreferredLogicalWidth*
158 fun:*LayoutBlock*computePreferredLogicalWidths* 169 fun:*LayoutBlock*computePreferredLogicalWidths*
159 fun:*LayoutBlock*computeOverflow* 170 fun:*LayoutBlock*computeOverflow*
160 fun:*LayoutBlock*logicalLeftOffsetForContent* 171 fun:*LayoutBlock*logicalLeftOffsetForContent*
172 fun:*LayoutBlock*marginAfterForChild*
173 fun:*LayoutBlock*marginBeforeForChild*
174 fun:*LayoutBlock*marginStartForChild*
161 fun:*LayoutBlock*updateLogicalWidthAndColumnWidth* 175 fun:*LayoutBlock*updateLogicalWidthAndColumnWidth*
162 fun:*LayoutBlockFlow*computeInlinePreferredLogicalWidths* 176 fun:*LayoutBlockFlow*computeInlinePreferredLogicalWidths*
163 fun:*LayoutBlockFlow*determineLogicalLeftPositionForChild* 177 fun:*LayoutBlockFlow*determineLogicalLeftPositionForChild*
164 fun:*LayoutBlockFlow*layoutBlockFlow* 178 fun:*LayoutBlockFlow*layoutBlockFlow*
165 fun:*LayoutBlockFlow*layoutInlineChildren* 179 fun:*LayoutBlockFlow*layoutInlineChildren*
166 fun:*LayoutBlockFlow*marginBeforeEstimateForChild* 180 fun:*LayoutBlockFlow*marginBeforeEstimateForChild*
167 fun:*LayoutBlockFlow*rebuildFloatsFromIntruding* 181 fun:*LayoutBlockFlow*rebuildFloatsFromIntruding*
168 fun:*LayoutBlockFlow*yPositionForFloatIncludingMargin* 182 fun:*LayoutBlockFlow*yPositionForFloatIncludingMargin*
169 fun:*LayoutBlockFlow*styleDidChange* 183 fun:*LayoutBlockFlow*styleDidChange*
170 fun:*LayoutBox*addLayoutOverflow* 184 fun:*LayoutBox*addLayoutOverflow*
(...skipping 15 matching lines...) Expand all
186 fun:*LayoutBox*contentBoxRect* 200 fun:*LayoutBox*contentBoxRect*
187 fun:*LayoutBox*contentHeight* 201 fun:*LayoutBox*contentHeight*
188 fun:*LayoutBox*contentWidth* 202 fun:*LayoutBox*contentWidth*
189 fun:*LayoutBox*hasAutoHorizontalScrollbar* 203 fun:*LayoutBox*hasAutoHorizontalScrollbar*
190 fun:*LayoutBox*hasAutoVerticalScrollbar* 204 fun:*LayoutBox*hasAutoVerticalScrollbar*
191 fun:*LayoutBox*hasUnsplittableScrollingOverflow* 205 fun:*LayoutBox*hasUnsplittableScrollingOverflow*
192 fun:*LayoutBox*layoutOverflowRectForPropagation* 206 fun:*LayoutBox*layoutOverflowRectForPropagation*
193 fun:*LayoutBox*logicalLayoutOverflowRectForPropagation* 207 fun:*LayoutBox*logicalLayoutOverflowRectForPropagation*
194 fun:*LayoutBox*maxPreferredLogicalWidth* 208 fun:*LayoutBox*maxPreferredLogicalWidth*
195 fun:*LayoutBox*noOverflowRect* 209 fun:*LayoutBox*noOverflowRect*
210 fun:*LayoutBox*pixelSnappedOffsetHeight*
196 fun:*LayoutBox*scrollsOverflow* 211 fun:*LayoutBox*scrollsOverflow*
212 fun:*LayoutBox*shrinkToAvoidFloats*
197 fun:*LayoutBox*updateLogicalHeight* 213 fun:*LayoutBox*updateLogicalHeight*
198 fun:*LayoutBox*visualOverflowRectForPropagation* 214 fun:*LayoutBox*visualOverflowRectForPropagation*
199 fun:*LayoutBoxModelObject*borderAndPaddingHeight* 215 fun:*LayoutBoxModelObject*borderAndPaddingHeight*
200 fun:*LayoutBoxModelObject*borderAndPaddingWidth* 216 fun:*LayoutBoxModelObject*borderAndPaddingWidth*
217 fun:*LayoutBoxModelObject*borderAndPaddingBefore*
218 fun:*LayoutBoxModelObject*borderAndPaddingAfter*
201 fun:*LayoutBoxModelObject*borderAndPaddingLogicalHeight* 219 fun:*LayoutBoxModelObject*borderAndPaddingLogicalHeight*
202 fun:*LayoutBoxModelObject*borderAndPaddingLogicalWidth* 220 fun:*LayoutBoxModelObject*borderAndPaddingLogicalWidth*
203 fun:*LayoutBoxModelObject*borderAndPaddingLogicalLeft* 221 fun:*LayoutBoxModelObject*borderAndPaddingLogicalLeft*
222 fun:*LayoutBoxModelObject*marginHeight*
223 fun:*LayoutBoxModelObject*marginWidth*
224 fun:*LayoutBoxModelObject*marginLogicalHeight*
225 fun:*LayoutBoxModelObject*marginLogicalWidth*
204 fun:*LayoutBoxModelObject*styleDidChange* 226 fun:*LayoutBoxModelObject*styleDidChange*
205 fun:*LayoutBoxModelObject*invalidateTreeIfNeeded* 227 fun:*LayoutBoxModelObject*invalidateTreeIfNeeded*
206 fun:*LayoutFlexibleBox*adjustChildSizeForMinAndMax* 228 fun:*LayoutFlexibleBox*adjustChildSizeForMinAndMax*
207 fun:*LayoutFlexibleBox*childIntrinsicLogicalHeight* 229 fun:*LayoutFlexibleBox*childIntrinsicLogicalHeight*
208 fun:*LayoutFlexibleBox*clientLogicalBottomAfterRepositioning* 230 fun:*LayoutFlexibleBox*clientLogicalBottomAfterRepositioning*
209 fun:*LayoutFlexibleBox*computeInnerFlexBaseSizeForChild* 231 fun:*LayoutFlexibleBox*computeInnerFlexBaseSizeForChild*
210 fun:*LayoutFlexibleBox*constructFlexItem* 232 fun:*LayoutFlexibleBox*constructFlexItem*
211 fun:*LayoutFlexibleBox*flowAwareBorderAfter* 233 fun:*LayoutFlexibleBox*flowAwareBorderAfter*
212 fun:*LayoutFlexibleBox*flowAwareMarginBeforeForChild* 234 fun:*LayoutFlexibleBox*flowAwareMarginBeforeForChild*
213 fun:*LayoutFlexibleBox*flowAwareMarginEndForChild* 235 fun:*LayoutFlexibleBox*flowAwareMarginEndForChild*
214 fun:*LayoutFlexibleBox*flowAwareMarginStartForChild* 236 fun:*LayoutFlexibleBox*flowAwareMarginStartForChild*
215 fun:*LayoutFlexibleBox*flowAwarePaddingAfter* 237 fun:*LayoutFlexibleBox*flowAwarePaddingAfter*
216 fun:*LayoutFlexibleBox*layoutAndPlaceChildren* 238 fun:*LayoutFlexibleBox*layoutAndPlaceChildren*
217 fun:*LayoutFlexibleBox*marginBoxAscentForChild* 239 fun:*LayoutFlexibleBox*marginBoxAscentForChild*
240 fun:*LayoutGrid*maxContentForChild*
241 fun:*LayoutGrid*minContentForChild*
218 fun:*LayoutGrid*updateAutoMarginsInColumnAxisIfNeeded* 242 fun:*LayoutGrid*updateAutoMarginsInColumnAxisIfNeeded*
219 fun:*LayoutGrid*updateAutoMarginsInRowAxisIfNeeded* 243 fun:*LayoutGrid*updateAutoMarginsInRowAxisIfNeeded*
220 fun:*LayoutObject*slowFirstChild*
221 fun:*LayoutObject*canHaveChildren*
222 fun:*LayoutObject*addChild* 244 fun:*LayoutObject*addChild*
223 fun:*LayoutObject*backgroundIsKnownToBeObscured* 245 fun:*LayoutObject*backgroundIsKnownToBeObscured*
246 fun:*LayoutObject*canHaveChildren*
247 fun:*LayoutObject*invalidatePaintIfNeeded*
248 fun:*LayoutObject*invalidatePaintOfPreviousPaintInvalidationRect*
224 fun:*LayoutObject*invalidatePaintOfSubtreesIfNeeded* 249 fun:*LayoutObject*invalidatePaintOfSubtreesIfNeeded*
225 fun:*LayoutObject*invalidatePaintIfNeeded* 250 fun:*LayoutObject*insertedIntoTree*
226 fun:*LayoutObject*layoutIfNeeded* 251 fun:*LayoutObject*layoutIfNeeded*
252 fun:*LayoutObject*removeShapeImageClient*
227 fun:*LayoutObject*setStyle* 253 fun:*LayoutObject*setStyle*
254 fun:*LayoutObject*slowFirstChild*
228 fun:*LayoutObjectChildList*insertChildNode* 255 fun:*LayoutObjectChildList*insertChildNode*
229 fun:*supportsCachedOffsets* 256 fun:*Node*isAfterPseudoElement*
257 fun:*Node*isBeforePseudoElement*
258 fun:*Node*isFirstLetterPseudoElement*
259 fun:*Node*isPseudoElement*
260 fun:*Node*wrap*
230 fun:*PaintInvalidationState*computePaintInvalidationRectInBacking* 261 fun:*PaintInvalidationState*computePaintInvalidationRectInBacking*
231 fun:*FrameTree*parent* 262 fun:*FrameTree*parent*
232 fun:*FrameTree*traverseNext* 263 fun:*FrameTree*traverseNext*
233 fun:*PageAnimator*scheduleVisualUpdate* 264 fun:*PageAnimator*scheduleVisualUpdate*
234 fun:*BlockPainter*paint* 265 fun:*BlockPainter*paint*
235 fun:*BlockPainter*paintObject* 266 fun:*BlockPainter*paintObject*
236 fun:*BlockPainter*intersectsPaintRect* 267 fun:*BlockPainter*intersectsPaintRect*
237 fun:*ObjectPaintInvalidator*computePaintInvalidationReason* 268 fun:*ObjectPaintInvalidator*computePaintInvalidationReason*
238 fun:*ObjectPaintInvalidator*invalidateSelectionIfNeeded* 269 fun:*ObjectPaintInvalidator*invalidateSelectionIfNeeded*
239 fun:*ObjectPaintInvalidator*invalidatePaintIfNeededWithComputedReason* 270 fun:*ObjectPaintInvalidator*invalidatePaintIfNeededWithComputedReason*
271 fun:*StyleResolver*matchAllRules*
240 fun:*ContiguousContainer*clear* 272 fun:*ContiguousContainer*clear*
241 fun:*GraphicsLayer*setNeedsDisplayInRect* 273 fun:*GraphicsLayer*setNeedsDisplayInRect*
242 fun:*PaintArtifact*appendToWebDisplayItemList* 274 fun:*PaintArtifact*appendToWebDisplayItemList*
243 fun:*visualRectForDisplayItem* 275 fun:*visualRectForDisplayItem*
244 fun:*PaintController*commitNewDisplayItems* 276 fun:*PaintController*commitNewDisplayItems*
245 fun:*AdjustAndMarkTrait**mark* 277 fun:*AdjustAndMarkTrait**mark*
246 fun:*TraceTrait**trace* 278 fun:*TraceTrait**trace*
247 fun:*ChromeClientImpl*scheduleAnimation* 279 fun:*ChromeClientImpl*scheduleAnimation*
280 fun:*blink*PODIntervalTree*searchForOverlapsFrom*
281 fun:*borderPaddingWidthForBoxSizing*
282 fun:*hasAspectRatio*
283 fun:*nextBreakablePosition*
284 fun:*shouldBeConsideredAsReplaced*
285 fun:*supportsCachedOffsets*
248 fun:*traceImpl* 286 fun:*traceImpl*
249 fun:*shouldBeConsideredAsReplaced*
250 fun:*borderPaddingWidthForBoxSizing*
251 fun:*blink*PODIntervalTree*searchForOverlapsFrom*
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