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

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

Issue 3178001: Delete callbacks after use in canned browsing data helpers. (Closed)
Patch Set: Created 10 years, 4 months 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
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | 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, stuff that is somehow a false positive 4 # 2. Intentional unit test errors, 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. 8 # These should all be in chromium's bug tracking system.
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 1429 matching lines...) Expand 10 before | Expand all | Expand 10 after
1440 fun:_ZN7testing8internal15TestFactoryImplI40DownloadManagerTest_GetSafeFilena me_TestE10CreateTestEv 1440 fun:_ZN7testing8internal15TestFactoryImplI40DownloadManagerTest_GetSafeFilena me_TestE10CreateTestEv
1441 } 1441 }
1442 { 1442 {
1443 bug_49268_3 1443 bug_49268_3
1444 Memcheck:Leak 1444 Memcheck:Leak
1445 fun:_Znw* 1445 fun:_Znw*
1446 fun:_ZN19DownloadManagerTestC2Ev 1446 fun:_ZN19DownloadManagerTestC2Ev
1447 fun:_ZN7testing8internal15TestFactoryImplI45DownloadManagerTest_TestDownloadF ilename_TestE10CreateTestEv 1447 fun:_ZN7testing8internal15TestFactoryImplI45DownloadManagerTest_TestDownloadF ilename_TestE10CreateTestEv
1448 } 1448 }
1449 { 1449 {
1450 bug_49750
1451 Memcheck:Leak
1452 fun:_Znw*
1453 fun:_ZN16CookiesTreeModelC2EPN3net13CookieMonsterEP26BrowsingDataDatabaseHelp erP30BrowsingDataLocalStorageHelperP26BrowsingDataAppCacheHelper
1454 fun:_ZN26TabSpecificContentSettings27LocalSharedObjectsContainer19GetCookiesT reeModelEv
1455 fun:-[CollectedCookiesWindowController loadTreeModelFromTabContents]
1456 fun:-[CollectedCookiesWindowController initWithTabContents:]
1457 fun:_ZN12_GLOBAL__N_154CollectedCookiesWindowControllerTest_Construction_Test 8TestBodyEv
1458 }
1459 {
1460 bug_50281 1450 bug_50281
1461 Memcheck:Leak 1451 Memcheck:Leak
1462 fun:_Znw* 1452 fun:_Znw*
1463 fun:_ZN* 1453 fun:_ZN*
1464 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile 1454 fun:_ZN30ChromeURLRequestContextFactoryC2EP7Profile
1465 fun:_ZN12_GLOBAL__N_122FactoryForOffTheRecordC2EP7Profile 1455 fun:_ZN12_GLOBAL__N_122FactoryForOffTheRecordC2EP7Profile
1466 fun:_ZN29ChromeURLRequestContextGetter18CreateOffTheRecordEP7Profile 1456 fun:_ZN29ChromeURLRequestContextGetter18CreateOffTheRecordEP7Profile
1467 fun:_ZN23OffTheRecordProfileImplC2EP7Profile 1457 fun:_ZN23OffTheRecordProfileImplC2EP7Profile
1468 fun:_ZN11ProfileImpl22GetOffTheRecordProfileEv 1458 fun:_ZN11ProfileImpl22GetOffTheRecordProfileEv
1469 fun:_ZN7Browser18NewIncognitoWindowEv 1459 fun:_ZN7Browser18NewIncognitoWindowEv
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
1550 bug_50638 1540 bug_50638
1551 Memcheck:Cond 1541 Memcheck:Cond
1552 fun:gleUpdateViewScissorData 1542 fun:gleUpdateViewScissorData
1553 ... 1543 ...
1554 fun:cgl_set_surface 1544 fun:cgl_set_surface
1555 fun:ogl_attach_surface 1545 fun:ogl_attach_surface
1556 fun:ogl_render_fade_transition 1546 fun:ogl_render_fade_transition
1557 fun:ogl_render_layer_ 1547 fun:ogl_render_layer_
1558 fun:ogl_render_layers 1548 fun:ogl_render_layers
1559 } 1549 }
OLDNEW
« no previous file with comments | « tools/valgrind/memcheck/suppressions.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698