OLD | NEW |
1 # There are four kinds of suppressions in this file. | 1 # There are four kinds of suppressions in this file. |
2 # 1. third party stuff we have no control over | 2 # 1. third party stuff we have no control over |
3 # | 3 # |
4 # 2. intentional unit test errors, or stuff that is somehow a false positive | 4 # 2. intentional unit test errors, or stuff that is somehow a false positive |
5 # in our own code, or stuff that is so trivial it's not worth fixing | 5 # in our own code, or stuff that is so trivial it's not worth fixing |
6 # | 6 # |
7 # 3. Suppressions for real chromium bugs that are not yet fixed. | 7 # 3. Suppressions for real chromium bugs that are not yet fixed. |
8 # These should all be in chromium's bug tracking system (but a few aren't yet). | 8 # These should all be in chromium's bug tracking system (but a few aren't yet). |
9 # Periodically we should sweep this file and the bug tracker clean by | 9 # Periodically we should sweep this file and the bug tracker clean by |
10 # running overnight and removing outdated bugs/suppressions. | 10 # running overnight and removing outdated bugs/suppressions. |
(...skipping 6471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6482 fun:_ZN7content24NavigationControllerImpl17LoadURLWithParamsERKNS_20Navigatio
nController13LoadURLParamsE | 6482 fun:_ZN7content24NavigationControllerImpl17LoadURLWithParamsERKNS_20Navigatio
nController13LoadURLParamsE |
6483 fun:_ZN7content5Shell15LoadURLForFrameERK4GURLRKSs | 6483 fun:_ZN7content5Shell15LoadURLForFrameERK4GURLRKSs |
6484 fun:_ZN7content5Shell7LoadURLERK4GURL | 6484 fun:_ZN7content5Shell7LoadURLERK4GURL |
6485 } | 6485 } |
6486 { | 6486 { |
6487 bug_372832 | 6487 bug_372832 |
6488 Memcheck:Leak | 6488 Memcheck:Leak |
6489 fun:_Znw* | 6489 fun:_Znw* |
6490 fun:_ZN7content27ServiceWorkerContextWrapper12InitInternalERKN4base8FilePathE
PNS1_19SequencedTaskRunnerEPNS1_16MessageLoopProxyEPN5quota17QuotaManagerProxyE | 6490 fun:_ZN7content27ServiceWorkerContextWrapper12InitInternalERKN4base8FilePathE
PNS1_19SequencedTaskRunnerEPNS1_16MessageLoopProxyEPN5quota17QuotaManagerProxyE |
6491 } | 6491 } |
| 6492 { |
| 6493 bug_379359 |
| 6494 Memcheck:Leak |
| 6495 fun:_Znw* |
| 6496 fun:_ZN7content27ServiceWorkerContextWrapperC1EPNS_14BrowserContextE |
| 6497 fun:_ZN7content20StoragePartitionImpl6CreateEPNS_14BrowserContextEbRKN4base8F
ilePathE |
| 6498 fun:_ZN7content23StoragePartitionImplMap3GetERKSsS2_b |
| 6499 fun:_ZN7content12_GLOBAL__N_129GetStoragePartitionFromConfigEPNS_14BrowserCon
textERKSsS4_b |
| 6500 fun:_ZN7content14BrowserContext19GetStoragePartitionEPS0_PNS_12SiteInstanceE |
| 6501 fun:_ZN7content14BrowserContext26GetDefaultStoragePartitionEPS0_ |
| 6502 fun:_ZN7content21ShellBrowserMainParts21PreMainMessageLoopRunEv |
| 6503 fun:_ZN7content15BrowserMainLoop21PreMainMessageLoopRunEv |
| 6504 } |
OLD | NEW |