| OLD | NEW |
| 1 # There are three kinds of suppressions in this file. | 1 # There are three 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 879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 890 fun:net::HttpCache::Transaction::DoLoop | 890 fun:net::HttpCache::Transaction::DoLoop |
| 891 fun:net::HttpCache::Transaction::Start | 891 fun:net::HttpCache::Transaction::Start |
| 892 fun:URLRequestHttpJob::StartTransaction | 892 fun:URLRequestHttpJob::StartTransaction |
| 893 fun:URLRequestHttpJob::OnCanGetCookiesCompleted | 893 fun:URLRequestHttpJob::OnCanGetCookiesCompleted |
| 894 fun:URLRequestHttpJob::AddCookieHeaderAndStart | 894 fun:URLRequestHttpJob::AddCookieHeaderAndStart |
| 895 fun:URLRequestHttpJob::Start | 895 fun:URLRequestHttpJob::Start |
| 896 fun:URLRequest::StartJob | 896 fun:URLRequest::StartJob |
| 897 fun:URLRequest::Start | 897 fun:URLRequest::Start |
| 898 fun:HTTPTestServer::StartGETRequest | 898 fun:HTTPTestServer::StartGETRequest |
| 899 } | 899 } |
| 900 { | |
| 901 bug_50103_a | |
| 902 Heapcheck:Leak | |
| 903 fun:Value::CreateNullValue | |
| 904 fun:history::TopSites::AddBlacklistedURL | |
| 905 fun:history::TopSitesTest_*_Test::TestBody | |
| 906 } | |
| 907 { | |
| 908 bug_50103_b | |
| 909 Heapcheck:Leak | |
| 910 fun:Value::CreateIntegerValue | |
| 911 fun:history::TopSites::AddPinnedURL | |
| 912 fun:history::TopSitesTest_PinnedURLs_Test::TestBody | |
| 913 } | |
| 914 | 900 |
| OLD | NEW |