From d6e6d13cb35c8e1dabd3eca5d03cf5d2c84abf54 Mon Sep 17 00:00:00 2001 From: "sergeyu@chromium.org" Date: Wed, 27 Oct 2010 19:11:44 +0000 Subject: Cleanups in the chromotocol code. 1) Renamed ChromotingServer to ChromotocolServer. 2) Renamed ChromotingConnection to ChromotocolConnection. 3) Added documentation for ChromotocolServer. 4) Fixed methods names in ChromtocolConnection. 5) Removed some unncessary references to media/*. BUG=None TEST=None Review URL: http://codereview.chromium.org/4105002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64113 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/heapcheck/suppressions.txt | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'tools/heapcheck') diff --git a/tools/heapcheck/suppressions.txt b/tools/heapcheck/suppressions.txt index 04f5723..5d67153 100644 --- a/tools/heapcheck/suppressions.txt +++ b/tools/heapcheck/suppressions.txt @@ -1044,12 +1044,8 @@ bug_57966c Heapcheck:Leak ... - fun:remoting::JingleChromotingConnection::OnAccept - fun:remoting::JingleChromotingConnection::OnSessionState - fun:sigslot::_connection2::emit - fun:sigslot::signal2::operator - fun:cricket::BaseSession::SetState - fun:cricket::Session::Accept + fun:remoting::JingleChromotocolConnection::OnInitiate + fun:remoting::JingleChromotocolConnection::OnSessionState } { bug_58094 @@ -1120,14 +1116,3 @@ fun:testing::HandleExceptionsInMethodIfSupported fun:testing::Test::Run } -{ - bug_60875 - Heapcheck:Leak - ... - fun:remoting::JingleChromotingConnection::OnInitiate - fun:remoting::JingleChromotingConnection::OnSessionState - fun:sigslot::_connection2::emit - fun:sigslot::signal2::operator - fun:cricket::BaseSession::SetState - fun:cricket::Session::OnInitiateMessage -} -- cgit v1.1