| OLD | NEW |
| 1 # HeapCheck sanity test | 1 # HeapCheck sanity test |
| 2 leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody | 2 leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody |
| 3 | 3 |
| 4 #### Third-party leaks #### | 4 #### Third-party leaks #### |
| 5 | 5 |
| 6 # False positives in libfontconfig. http://crbug.com/39050 | 6 # False positives in libfontconfig. http://crbug.com/39050 |
| 7 leak:libfontconfig | 7 leak:libfontconfig |
| 8 | 8 |
| 9 # False positive in Blink due to bit twiddling on pointers. http://crbug.com/242
672 | 9 # False positive in Blink due to bit twiddling on pointers. http://crbug.com/242
672 |
| 10 # TODO(earthdok): Annotate. | 10 # TODO(earthdok): Annotate. |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 66 leak:WebCore::StringCache::createStringAndInsertIntoCache | 66 leak:WebCore::StringCache::createStringAndInsertIntoCache |
| 67 leak:WebCore::V8WindowShell::initializeIfNeeded | 67 leak:WebCore::V8WindowShell::initializeIfNeeded |
| 68 leak:WebCore::V8MouseEvent::constructorCallback | 68 leak:WebCore::V8MouseEvent::constructorCallback |
| 69 leak:WebCore::*::*GetterCallback | 69 leak:WebCore::*::*GetterCallback |
| 70 leak:WebCore::*::*SetterCallback | 70 leak:WebCore::*::*SetterCallback |
| 71 leak:WebCore::*::errorMethodCallback | 71 leak:WebCore::*::errorMethodCallback |
| 72 leak:WebCore::v8StringToWebCoreString | 72 leak:WebCore::v8StringToWebCoreString |
| 73 leak:WTF::StringImpl::createUninitialized | 73 leak:WTF::StringImpl::createUninitialized |
| 74 leak:ResourceBundleSourceMap::GetSource | 74 leak:ResourceBundleSourceMap::GetSource |
| 75 | 75 |
| 76 # http://crbug.com/328987 | |
| 77 leak:MetricsNetworkObserver::ProbeWifiPHYLayerProtocol | |
| 78 leak:MetricsLog::MetricsLog | |
| 79 | |
| 80 #### Actual bugs in Chromium code #### | 76 #### Actual bugs in Chromium code #### |
| 81 # PLEASE DO NOT ADD NEW SUPPRESSIONS TO THIS SECTION. Instead, commits that | 77 # PLEASE DO NOT ADD NEW SUPPRESSIONS TO THIS SECTION. Instead, commits that |
| 82 # introduce memory leaks should be reverted. | 78 # introduce memory leaks should be reverted. |
| 83 | 79 |
| 84 # Small test-only leak in ppapi_unittests. http://crbug.com/258113 | 80 # Small test-only leak in ppapi_unittests. http://crbug.com/258113 |
| 85 leak:ppapi::proxy::PPP_Instance_Private_ProxyTest_PPPInstancePrivate_Test | 81 leak:ppapi::proxy::PPP_Instance_Private_ProxyTest_PPPInstancePrivate_Test |
| 86 | 82 |
| 87 # Leak in base_unittests. http://crbug.com/268267 | 83 # Leak in base_unittests. http://crbug.com/268267 |
| 88 leak:base::WeakPtrTest_MoveOwnershipAfterInvalidate_Test::TestBody | 84 leak:base::WeakPtrTest_MoveOwnershipAfterInvalidate_Test::TestBody |
| 89 | 85 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 104 leak:BookmarkBubbleGtk::InitFolderComboModel | 100 leak:BookmarkBubbleGtk::InitFolderComboModel |
| 105 leak:TranslateInfoBarBase::CreateLanguageCombobox | 101 leak:TranslateInfoBarBase::CreateLanguageCombobox |
| 106 leak:GtkNativeViewManager | 102 leak:GtkNativeViewManager |
| 107 leak:_gdk_x11_window_get_toplevel | 103 leak:_gdk_x11_window_get_toplevel |
| 108 leak:gtk_util::*AppModal | 104 leak:gtk_util::*AppModal |
| 109 | 105 |
| 110 # http://crbug.com/318221 | 106 # http://crbug.com/318221 |
| 111 leak:base::EnsureProcessTerminated | 107 leak:base::EnsureProcessTerminated |
| 112 | 108 |
| 113 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. | 109 # PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above. |
| OLD | NEW |