| OLD | NEW |
| 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 mojo::test:: types. | |
| 22 # They are loaded from libmojo_public_test_support.so | |
| 23 # https://crbug.com/515347 | |
| 24 type:mojo::test::* | |
| 25 | |
| 26 # All types and sources from libclearkeycdm.so. | 21 # All types and sources from libclearkeycdm.so. |
| 27 # See https://crbug.com/557969 | 22 # See https://crbug.com/557969 |
| 28 type:media::CdmVideoDecoder | 23 type:media::CdmVideoDecoder |
| 29 type:media::ClearKeyCdm | 24 type:media::ClearKeyCdm |
| 30 type:media::FakeCdmVideoDecoder | 25 type:media::FakeCdmVideoDecoder |
| 31 type:media::FFmpegCdmAudioDecoder | 26 type:media::FFmpegCdmAudioDecoder |
| 32 type:media::FFmpegCdmVideoDecoder | 27 type:media::FFmpegCdmVideoDecoder |
| 33 type:media::LibvpxCdmVideoDecoder | 28 type:media::LibvpxCdmVideoDecoder |
| 34 src:*external_clear_key* | 29 src:*external_clear_key* |
| 35 type:cdm::* | 30 type:cdm::* |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 fun:*DatabaseContext*contextDestroyed* | 66 fun:*DatabaseContext*contextDestroyed* |
| 72 | 67 |
| 73 # FIXME: Cannot handle template function LifecycleObserver<>::setContext, | 68 # FIXME: Cannot handle template function LifecycleObserver<>::setContext, |
| 74 # so exclude source file for now. | 69 # so exclude source file for now. |
| 75 src:*LifecycleObserver.h* | 70 src:*LifecycleObserver.h* |
| 76 | 71 |
| 77 # Blink wtf::Vector cast on non-initialized data | 72 # Blink wtf::Vector cast on non-initialized data |
| 78 # https://crbug.com/568891 | 73 # https://crbug.com/568891 |
| 79 src:*wtf/Vector.h* | 74 src:*wtf/Vector.h* |
| 80 src:*wtf/PartitionAllocator.h* | 75 src:*wtf/PartitionAllocator.h* |
| OLD | NEW |