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

Side by Side Diff: tools/heapcheck/suppressions.txt

Issue 11411071: chromeos: Remove GViewRequestInterceptor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: delete GViewRequestInterceptor Created 8 years 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 | Annotate | Revision Log
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | tools/heapcheck/unit_tests.gtest-heapcheck.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 bug_102831_e 1096 bug_102831_e
1097 Heapcheck:Leak 1097 Heapcheck:Leak
1098 ... 1098 ...
1099 fun:FilePath::Append 1099 fun:FilePath::Append
1100 fun:chrome::PathProvider 1100 fun:chrome::PathProvider
1101 fun:PathService::Get 1101 fun:PathService::Get
1102 fun:PluginPrefs::SetPrefs 1102 fun:PluginPrefs::SetPrefs
1103 fun:PluginPrefsFactory::BuildServiceInstanceFor 1103 fun:PluginPrefsFactory::BuildServiceInstanceFor
1104 } 1104 }
1105 { 1105 {
1106 bug_103192_a
1107 Heapcheck:Leak
1108 fun:MessageLoop
1109 fun:MessageLoopForIO
1110 fun:GViewRequestInterceptorTest
1111 }
1112 {
1113 bug_103192_b
1114 Heapcheck:Leak
1115 fun:PluginService::GetPlugins
1116 fun:chromeos::::GViewRequestInterceptorTest::SetUp
1117 }
1118 {
1119 bug_103192_c
1120 Heapcheck:Leak
1121 fun:base::Bind
1122 fun:chromeos::::GViewRequestInterceptorTest::SetUp
1123 }
1124 {
1125 bug_103704 1106 bug_103704
1126 Heapcheck:Leak 1107 Heapcheck:Leak
1127 fun:std::string::_Rep::_S_create 1108 fun:std::string::_Rep::_S_create
1128 fun:std::string::copy 1109 fun:std::string::copy
1129 fun:std::basic_string::basic_string 1110 fun:std::basic_string::basic_string
1130 fun:TestingBrowserProcess 1111 fun:TestingBrowserProcess
1131 fun:::ChromeTestSuiteInitializer::OnTestStart 1112 fun:::ChromeTestSuiteInitializer::OnTestStart
1132 fun:testing::internal::TestEventRepeater::OnTestStart 1113 fun:testing::internal::TestEventRepeater::OnTestStart
1133 } 1114 }
1134 { 1115 {
1135 bug_103945
1136 Heapcheck:Leak
1137 ...
1138 fun:std::*string::_Rep::_S_create
1139 ...
1140 fun:PluginService::RegisterPepperPlugins
1141 fun:PluginService::Init
1142 fun:chromeos::::GViewRequestInterceptorTest::SetUp
1143 }
1144 {
1145 bug_111588a 1116 bug_111588a
1146 Heapcheck:Leak 1117 Heapcheck:Leak
1147 ... 1118 ...
1148 fun:ResourceDispatcherHost::CompleteRead 1119 fun:ResourceDispatcherHost::CompleteRead
1149 fun:ResourceDispatcherHost::OnReadCompleted 1120 fun:ResourceDispatcherHost::OnReadCompleted
1150 fun:net::URLRequest::NotifyReadCompleted 1121 fun:net::URLRequest::NotifyReadCompleted
1151 fun:net::URLRequestJob::NotifyReadComplete 1122 fun:net::URLRequestJob::NotifyReadComplete
1152 fun:net::URLRequestTestJob::ProcessNextOperation 1123 fun:net::URLRequestTestJob::ProcessNextOperation
1153 fun:net::URLRequestTestJob::ProcessOnePendingMessage 1124 fun:net::URLRequestTestJob::ProcessOnePendingMessage
1154 fun:ResourceDispatcherHostTest_*_Test::TestBody 1125 fun:ResourceDispatcherHostTest_*_Test::TestBody
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1667 fun:chromeos::ibus::AppendIBusLookupTable 1638 fun:chromeos::ibus::AppendIBusLookupTable
1668 fun:chromeos::ibus::IBusPanelServiceTest_UpdateLookupTableTest_Test::TestBody 1639 fun:chromeos::ibus::IBusPanelServiceTest_UpdateLookupTableTest_Test::TestBody
1669 } 1640 }
1670 { 1641 {
1671 bug_163111_d 1642 bug_163111_d
1672 Heapcheck:Leak 1643 Heapcheck:Leak
1673 ... 1644 ...
1674 fun:dbus::Response::FromMethodCall 1645 fun:dbus::Response::FromMethodCall
1675 fun:chromeos::ibus::IBusPanelServiceImpl::UpdateProperty 1646 fun:chromeos::ibus::IBusPanelServiceImpl::UpdateProperty
1676 } 1647 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | tools/heapcheck/unit_tests.gtest-heapcheck.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698