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

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

Issue 1959093004: Roll media/cdm/api deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix windows with CDM_CLASS_API Created 4 years, 7 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 | « DEPS ('k') | 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.
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*
16 type:*SkAutoTUnref* 16 type:*SkAutoTUnref*
17 type:*SkBlockComRef* 17 type:*SkBlockComRef*
18 # https://crbug.com/517959 18 # https://crbug.com/517959
19 type:*NoAddRefRelease* 19 type:*NoAddRefRelease*
20 20
21 # All types and sources from libclearkeycdm.so.
22 # See https://crbug.com/557969
23 type:media::CdmVideoDecoder
24 type:media::ClearKeyCdm
25 type:media::FakeCdmVideoDecoder
26 type:media::FFmpegCdmAudioDecoder
27 type:media::FFmpegCdmVideoDecoder
28 type:media::LibvpxCdmVideoDecoder
29 src:*external_clear_key*
30 type:cdm::*
31
32 # invalid downcasts for IPC messages 21 # invalid downcasts for IPC messages
33 # https://crbug.com/520760 22 # https://crbug.com/520760
34 src:*nacl_message_scanner.cc* 23 src:*nacl_message_scanner.cc*
35 24
36 # src/base/win/event_trace_provider_unittest.cc 25 # src/base/win/event_trace_provider_unittest.cc
37 type:*EtwTraceProvider* 26 type:*EtwTraceProvider*
38 27
39 # These classes are used to communicate between chrome.exe and 28 # These classes are used to communicate between chrome.exe and
40 # chrome_child.dll (see src/sandbox/win/src/sandbox.h, 29 # chrome_child.dll (see src/sandbox/win/src/sandbox.h,
41 # src/chrome/app/chrome_main.cc). 30 # src/chrome/app/chrome_main.cc).
(...skipping 24 matching lines...) Expand all
66 fun:*DatabaseContext*contextDestroyed* 55 fun:*DatabaseContext*contextDestroyed*
67 56
68 # FIXME: Cannot handle template function LifecycleObserver<>::setContext, 57 # FIXME: Cannot handle template function LifecycleObserver<>::setContext,
69 # so exclude source file for now. 58 # so exclude source file for now.
70 src:*LifecycleObserver.h* 59 src:*LifecycleObserver.h*
71 60
72 # Blink wtf::Vector cast on non-initialized data 61 # Blink wtf::Vector cast on non-initialized data
73 # https://crbug.com/568891 62 # https://crbug.com/568891
74 src:*wtf/Vector.h* 63 src:*wtf/Vector.h*
75 src:*wtf/PartitionAllocator.h* 64 src:*wtf/PartitionAllocator.h*
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698