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

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

Issue 164294: gtk: Disconnect the accelerator group keys when closing the browser window.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/gtk/browser_window_gtk.cc ('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, 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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 fun:_Z25createV8ObjectForNPObjectP8NPObjectS0_ 443 fun:_Z25createV8ObjectForNPObjectP8NPObjectS0_
444 } 444 }
445 { 445 {
446 # webkit leak? See http://crbug.com/9503 446 # webkit leak? See http://crbug.com/9503
447 bug_9503 447 bug_9503
448 Memcheck:Leak 448 Memcheck:Leak
449 ... 449 ...
450 fun:_ZN19TestWebViewDelegate24UpdateSelectionClipboardEb 450 fun:_ZN19TestWebViewDelegate24UpdateSelectionClipboardEb
451 } 451 }
452 { 452 {
453 # see http://crbug.com/10737
454 bug_10737
455 Memcheck:Leak
456 fun:calloc
457 fun:g_malloc0
458 fun:g_closure_new_simple
459 fun:g_cclosure_new
460 fun:_ZN16BrowserWindowGtk19ConnectAcceleratorsEv
461 fun:_ZN16BrowserWindowGtkC1EP7Browser
462 fun:_ZN13BrowserWindow19CreateBrowserWindowEP7Browser
463 }
464 {
465 # real leak; see http://crbug.com/10738 453 # real leak; see http://crbug.com/10738
466 bug_10738 454 bug_10738
467 Memcheck:Leak 455 Memcheck:Leak
468 ... 456 ...
469 fun:_ZN20NavigationController22NavigateToPendingEntryEb 457 fun:_ZN20NavigationController22NavigateToPendingEntryEb
470 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry 458 fun:_ZN20NavigationController9LoadEntryEP15NavigationEntry
471 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j 459 fun:_ZN20NavigationController7LoadURLERK4GURLS2_j
472 } 460 }
473 { 461 {
474 # see http://crbug.com/10748 462 # see http://crbug.com/10748
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
1014 # Found by running ui tests over and over 1002 # Found by running ui tests over and over
1015 bug_18664 1003 bug_18664
1016 Memcheck:Leak 1004 Memcheck:Leak
1017 fun:_Znw* 1005 fun:_Znw*
1018 fun:_ZN18ResourceDispatcher12CreateBridgeERKSsRK4GURLS4_S4_S1_S1_S1_iiN12Reso urceType4TypeEjii 1006 fun:_ZN18ResourceDispatcher12CreateBridgeERKSsRK4GURLS4_S4_S1_S1_S1_iiN12Reso urceType4TypeEjii
1019 fun:_ZN11webkit_glue20ResourceLoaderBridge6CreateERKSsRK4GURLS5_S5_S2_S2_S2_i iN12ResourceType4TypeEii 1007 fun:_ZN11webkit_glue20ResourceLoaderBridge6CreateERKSsRK4GURLS5_S5_S2_S2_S2_i iN12ResourceType4TypeEii
1020 ... 1008 ...
1021 fun:_ZN7WebCore14ResourceHandle5startEPNS_5FrameE 1009 fun:_ZN7WebCore14ResourceHandle5startEPNS_5FrameE
1022 fun:_ZN7WebCore14ResourceHandle6createERKNS_15ResourceRequestEPNS_20ResourceH andleClientEPNS_5FrameEbbb 1010 fun:_ZN7WebCore14ResourceHandle6createERKNS_15ResourceRequestEPNS_20ResourceH andleClientEPNS_5FrameEbbb
1023 } 1011 }
OLDNEW
« no previous file with comments | « chrome/browser/gtk/browser_window_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698