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

Side by Side Diff: tools/valgrind/memcheck/suppressions.txt

Issue 5755007: Rename ExtensionsService to ExtensionService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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 | « no previous file | no next file » | 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 769 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 fun:RC4_Encrypt 780 fun:RC4_Encrypt
781 } 781 }
782 { 782 {
783 bug_39963_a 783 bug_39963_a
784 Memcheck:Leak 784 Memcheck:Leak
785 fun:_Znw* 785 fun:_Znw*
786 fun:*ChromeCookieMonsterDelegateC1EP7Profile 786 fun:*ChromeCookieMonsterDelegateC1EP7Profile
787 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile 787 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
788 ... 788 ...
789 fun:_ZN11ProfileImpl36RegisterExtensionWithRequestContextsEP9Extension 789 fun:_ZN11ProfileImpl36RegisterExtensionWithRequestContextsEP9Extension
790 fun:_ZN17ExtensionService21NotifyExtensionLoadedEP9Extension 790 fun:_ZN16ExtensionService21NotifyExtensionLoadedEP9Extension
791 fun:_ZN17ExtensionService17OnExtensionLoadedEP9Extensionb 791 fun:_ZN16ExtensionService17OnExtensionLoadedEP9Extensionb
792 fun:_ZN17ExtensionService23LoadComponentExtensionsEv 792 fun:_ZN16ExtensionService23LoadComponentExtensionsEv
793 fun:_ZN17ExtensionService17LoadAllExtensionsEv 793 fun:_ZN16ExtensionService17LoadAllExtensionsEv
794 fun:_ZN17ExtensionService4InitEv 794 fun:_ZN16ExtensionService4InitEv
795 fun:_ZN11ProfileImpl14InitExtensionsEv 795 fun:_ZN11ProfileImpl14InitExtensionsEv
796 } 796 }
797 { 797 {
798 bug_39963_b 798 bug_39963_b
799 Memcheck:Leak 799 Memcheck:Leak
800 fun:_Znw* 800 fun:_Znw*
801 ... 801 ...
802 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile 802 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
803 ... 803 ...
804 fun:_ZN19RenderMessageFilterC1EP22ResourceDispatcherHostiP13PluginServicePN8p rinting15PrintJobManagerEP7ProfileP18RenderWidgetHelper 804 fun:_ZN19RenderMessageFilterC1EP22ResourceDispatcherHostiP13PluginServicePN8p rinting15PrintJobManagerEP7ProfileP18RenderWidgetHelper
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after
1524 fun:__new_exitfn 1524 fun:__new_exitfn
1525 fun:__cxa_atexit 1525 fun:__cxa_atexit
1526 } 1526 }
1527 { 1527 {
1528 bug_29069a 1528 bug_29069a
1529 Memcheck:Leak 1529 Memcheck:Leak
1530 fun:_Znw* 1530 fun:_Znw*
1531 fun:_ZN16UserScriptMaster9StartScanEv 1531 fun:_ZN16UserScriptMaster9StartScanEv
1532 fun:_ZN16UserScriptMaster7ObserveE16NotificationTypeRK18NotificationSourceRK1 9NotificationDetails 1532 fun:_ZN16UserScriptMaster7ObserveE16NotificationTypeRK18NotificationSourceRK1 9NotificationDetails
1533 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR K19NotificationDetails 1533 fun:_ZN19NotificationService6NotifyE16NotificationTypeRK18NotificationSourceR K19NotificationDetails
1534 fun:_ZN17ExtensionService27OnLoadedInstalledExtensionsEv 1534 fun:_ZN16ExtensionService27OnLoadedInstalledExtensionsEv
1535 ... 1535 ...
1536 fun:_ZN17ExtensionService17LoadAllExtensionsEv 1536 fun:_ZN16ExtensionService17LoadAllExtensionsEv
1537 fun:_ZN17ExtensionService4InitEv 1537 fun:_ZN16ExtensionService4InitEv
1538 } 1538 }
1539 { 1539 {
1540 bug_29069b 1540 bug_29069b
1541 Memcheck:Leak 1541 Memcheck:Leak
1542 fun:_Znw* 1542 fun:_Znw*
1543 fun:_Z9SerializeRKSt6vectorI10UserScriptSaIS0_EE 1543 fun:_Z9SerializeRKSt6vectorI10UserScriptSaIS0_EE
1544 fun:_ZN16UserScriptMaster14ScriptReloader7RunScanE8FilePathSt6vectorI10UserSc riptSaIS3_EE 1544 fun:_ZN16UserScriptMaster14ScriptReloader7RunScanE8FilePathSt6vectorI10UserSc riptSaIS3_EE
1545 } 1545 }
1546 { 1546 {
1547 bug_29675 1547 bug_29675
(...skipping 382 matching lines...) Expand 10 before | Expand all | Expand 10 after
1930 Memcheck:Leak 1930 Memcheck:Leak
1931 fun:_Znw* 1931 fun:_Znw*
1932 ... 1932 ...
1933 fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfileRK8FilePathS4 _i 1933 fun:_ZN29ChromeURLRequestContextGetter14CreateOriginalEP7ProfileRK8FilePathS4 _i
1934 fun:_ZN11ProfileImpl17GetRequestContextEv 1934 fun:_ZN11ProfileImpl17GetRequestContextEv
1935 fun:_ZN19SafeBrowsingService5StartEv 1935 fun:_ZN19SafeBrowsingService5StartEv
1936 fun:_ZN19SafeBrowsingService10InitializeEv 1936 fun:_ZN19SafeBrowsingService10InitializeEv
1937 fun:_ZN22ResourceDispatcherHost10InitializeEv 1937 fun:_ZN22ResourceDispatcherHost10InitializeEv
1938 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv 1938 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
1939 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv 1939 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
1940 fun:_ZN17ExtensionService4InitEv 1940 fun:_ZN16ExtensionService4InitEv
1941 } 1941 }
1942 { 1942 {
1943 bug_40877 1943 bug_40877
1944 Memcheck:Leak 1944 Memcheck:Leak
1945 fun:_Znw* 1945 fun:_Znw*
1946 fun:_ZN25ActiveNotificationTracker20RegisterNotificationERKN6WebKit15WebNotif icationE 1946 fun:_ZN25ActiveNotificationTracker20RegisterNotificationERKN6WebKit15WebNotif icationE
1947 fun:_ZN53ActiveNotificationTrackerTest_TestLookupAndClear_Test8TestBodyEv 1947 fun:_ZN53ActiveNotificationTrackerTest_TestLookupAndClear_Test8TestBodyEv
1948 } 1948 }
1949 { 1949 {
1950 bug_41186 1950 bug_41186
(...skipping 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
2692 fun:_ZN11MessageLoop11RunInternalEv 2692 fun:_ZN11MessageLoop11RunInternalEv
2693 fun:_ZN11MessageLoop10RunHandlerEv 2693 fun:_ZN11MessageLoop10RunHandlerEv
2694 } 2694 }
2695 { 2695 {
2696 bug_52837 2696 bug_52837
2697 Memcheck:Leak 2697 Memcheck:Leak
2698 fun:_Znw* 2698 fun:_Znw*
2699 ... 2699 ...
2700 fun:_ZNSt3mapISs8FilePathSt4lessISsESaISt4pairIKSsS0_EEE6insertESt17_Rb_tree_ iteratorIS5_ERKS5_ 2700 fun:_ZNSt3mapISs8FilePathSt4lessISsESaISt4pairIKSsS0_EEE6insertESt17_Rb_tree_ iteratorIS5_ERKS5_
2701 fun:_ZNSt3mapISs8FilePathSt4lessISsESaISt4pairIKSsS0_EEEixERS4_ 2701 fun:_ZNSt3mapISs8FilePathSt4lessISsESaISt4pairIKSsS0_EEEixERS4_
2702 fun:_ZN17ExtensionService15UnloadExtensionERKSs 2702 fun:_ZN16ExtensionService15UnloadExtensionERKSs
2703 fun:_ZN17ExtensionService18UninstallExtensionERKSsb 2703 fun:_ZN16ExtensionService18UninstallExtensionERKSsb
2704 fun:_ZN18AutomationProvider18UninstallExtensionEiPb 2704 fun:_ZN18AutomationProvider18UninstallExtensionEiPb
2705 } 2705 }
2706 { 2706 {
2707 bug_52900 2707 bug_52900
2708 Memcheck:Leak 2708 Memcheck:Leak
2709 fun:_Znw* 2709 fun:_Znw*
2710 fun:_ZN20RenderWidgetHostView19CreateViewForWidgetEP16RenderWidgetHost 2710 fun:_ZN20RenderWidgetHostView19CreateViewForWidgetEP16RenderWidgetHost
2711 fun:_ZN32RenderViewHostDelegateViewHelper25CreateNewFullscreenWidgetEiN6WebKi t12WebPopupTypeEP17RenderProcessHost 2711 fun:_ZN32RenderViewHostDelegateViewHelper25CreateNewFullscreenWidgetEiN6WebKi t12WebPopupTypeEP17RenderProcessHost
2712 fun:_ZN15TabContentsView33CreateNewFullscreenWidgetInternalEiN6WebKit12WebPop upTypeE 2712 fun:_ZN15TabContentsView33CreateNewFullscreenWidgetInternalEiN6WebKit12WebPop upTypeE
2713 fun:_ZN15TabContentsView25CreateNewFullscreenWidgetEiN6WebKit12WebPopupTypeE 2713 fun:_ZN15TabContentsView25CreateNewFullscreenWidgetEiN6WebKit12WebPopupTypeE
(...skipping 751 matching lines...) Expand 10 before | Expand all | Expand 10 after
3465 fun:_ZN22ResourceDispatcherHost10InitializeEv 3465 fun:_ZN22ResourceDispatcherHost10InitializeEv
3466 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv 3466 fun:_ZN18BrowserProcessImpl28CreateResourceDispatcherHostEv
3467 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv 3467 fun:_ZN18BrowserProcessImpl24resource_dispatcher_hostEv
3468 fun:_ZN16ExtensionService4InitEv 3468 fun:_ZN16ExtensionService4InitEv
3469 fun:_ZN11ProfileImpl14InitExtensionsEv 3469 fun:_ZN11ProfileImpl14InitExtensionsEv
3470 fun:_ZN14ProfileManager10AddProfileEP7Profileb 3470 fun:_ZN14ProfileManager10AddProfileEP7Profileb
3471 fun:_ZN14ProfileManager10GetProfileERK8FilePathb 3471 fun:_ZN14ProfileManager10GetProfileERK8FilePathb
3472 fun:_ZN14ProfileManager10GetProfileERK8FilePath 3472 fun:_ZN14ProfileManager10GetProfileERK8FilePath
3473 fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath 3473 fun:_ZN14ProfileManager17GetDefaultProfileERK8FilePath
3474 } 3474 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698