diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-14 03:24:53 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-14 03:24:53 +0000 |
commit | fd162f7743bdca48cdd6f716d7bfe9ac0855f4fe (patch) | |
tree | 2ddf39aefc22d493d908562f4936353406187383 /tools | |
parent | 422a5adca3bbeacb0cdf7295eef97666c1afd5ee (diff) | |
download | chromium_src-fd162f7743bdca48cdd6f716d7bfe9ac0855f4fe.zip chromium_src-fd162f7743bdca48cdd6f716d7bfe9ac0855f4fe.tar.gz chromium_src-fd162f7743bdca48cdd6f716d7bfe9ac0855f4fe.tar.bz2 |
Close notification windows while message loop is still active
Reset tooltip_controller explicitly so that timer stops at shutdown.
Use tray_ reference in SystemTrayDelegate instead of going through ash instance.
Make sure delegates doesn't access tray after the tray has been deleted.
BUG=104998
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=131902
Review URL: http://codereview.chromium.org/9968101
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132320 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/memcheck/suppressions.txt | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/tools/valgrind/memcheck/suppressions.txt b/tools/valgrind/memcheck/suppressions.txt index 2455d88..852ba8e0 100644 --- a/tools/valgrind/memcheck/suppressions.txt +++ b/tools/valgrind/memcheck/suppressions.txt @@ -4442,51 +4442,6 @@ fun:_ZN15tracked_objects10ThreadData32TallyRunOnWorkerThreadIfTrackingEPKNS_6BirthsERKNS_11TrackedTimeES6_S6_ } { - bug_104998a - Memcheck:Leak - fun:_Znw* - ... - fun:_ZN16SiteInstanceImpl10GetProcessEv - ... - fun:_ZN21RenderViewHostFactory6CreateEPN7content12SiteInstanceEPNS0_22RenderViewHostDelegate*SessionStorageNamespace* - fun:_ZN21RenderViewHostManager4InitEPN7content14BrowserContextEPNS0_12SiteInstanceEi - fun:_ZN15WebContentsImplC1EPN7content14BrowserContextEPNS0_12SiteInstance*SessionStorageNamespace* - fun:_ZN7content11WebContents6CreateEPNS_14BrowserContextEPNS_12SiteInstance*SessionStorageNamespace* - fun:_ZN11BalloonHost4InitEv -} -{ - bug_104998c - Memcheck:Leak - fun:_Znw* - fun:_ZN20ChildProcessLauncherC1EbRKSt6vectorISt4pairISsSsESaIS2_EEiP11CommandLinePNS_6ClientE - fun:_ZN21RenderProcessHostImpl4InitEb - ... - fun:_ZN21RenderViewHostManager14InitRenderView* - fun:_ZN21RenderViewHostManager8NavigateERKN7content19NavigationEntryImplE - fun:_ZN15WebContentsImpl15NavigateToEntryERKN7content19NavigationEntryImplENS0_20NavigationController10ReloadTypeE - fun:_ZN15WebContentsImpl22NavigateToPendingEntryEN7content20NavigationController10ReloadTypeE - fun:_ZN24NavigationControllerImpl22NavigateToPendingEntryEN7content20NavigationController10ReloadTypeE - fun:_ZN24NavigationControllerImpl9LoadEntryEPN7content19NavigationEntryImplE - fun:_ZN24NavigationControllerImpl7LoadURLERK4GURLRKN7content8ReferrerENS3_14PageTransitionERKSs - fun:_ZN11BalloonHost4InitEv -} -{ - bug_104998d - Memcheck:Leak - fun:_Znw* - fun:_ZN21RenderProcessHostImpl4InitEb - ... - fun:_ZN15WebContentsImpl32CreateRenderViewForRenderManager* - fun:_ZN21RenderViewHostManager14InitRenderView* - fun:_ZN21RenderViewHostManager8NavigateERKN7content19NavigationEntryImplE - fun:_ZN15WebContentsImpl15NavigateToEntryERKN7content19NavigationEntryImplENS0_20NavigationController10ReloadTypeE - fun:_ZN15WebContentsImpl22NavigateToPendingEntryEN7content20NavigationController10ReloadTypeE - fun:_ZN24NavigationControllerImpl22NavigateToPendingEntryEN7content20NavigationController10ReloadTypeE - fun:_ZN24NavigationControllerImpl9LoadEntryEPN7content19NavigationEntryImplE - fun:_ZN24NavigationControllerImpl7LoadURLERK4GURLRKN7content8ReferrerENS3_14PageTransitionERKSs - fun:_ZN11BalloonHost4InitEv -} -{ bug_105715 Memcheck:Uninitialized ... |