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

Side by Side Diff: tools/heapcheck/suppressions.txt

Issue 23286003: ash: Get output info from chromeos instead of XRandR. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use index from XRandR Created 7 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 | « chromeos/display/real_output_configurator_delegate.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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 { 147 {
148 bug_51988_j 148 bug_51988_j
149 Heapcheck:Leak 149 Heapcheck:Leak
150 fun:sqlite3MemMalloc 150 fun:sqlite3MemMalloc
151 fun:chromeos::*::ListCertsInSlot 151 fun:chromeos::*::ListCertsInSlot
152 } 152 }
153 { 153 {
154 bug_119677 154 bug_119677
155 Heapcheck:Leak 155 Heapcheck:Leak
156 ... 156 ...
157 fun:DisplayChangeObserverX11 157 fun:DisplayChangeObserver
158 fun:aura::Env::Init 158 fun:aura::Env::Init
159 fun:aura::Env::GetInstance 159 fun:aura::Env::GetInstance
160 } 160 }
161 { 161 {
162 bug_146464_a 162 bug_146464_a
163 Heapcheck:Leak 163 Heapcheck:Leak
164 fun:get_peer_sock_name 164 fun:get_peer_sock_name
165 fun:base::MessagePumpAuraX11::GetDefaultXDisplay 165 fun:base::MessagePumpAuraX11::GetDefaultXDisplay
166 } 166 }
167 { 167 {
(...skipping 692 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 fun:views::NonClientView::ViewHierarchyChanged 860 fun:views::NonClientView::ViewHierarchyChanged
861 fun:views::View::ViewHierarchyChangedImpl 861 fun:views::View::ViewHierarchyChangedImpl
862 fun:views::View::PropagateAddNotifications 862 fun:views::View::PropagateAddNotifications
863 fun:views::View::AddChildViewAt 863 fun:views::View::AddChildViewAt
864 fun:views::View::AddChildView 864 fun:views::View::AddChildView
865 fun:views::internal::RootView::SetContentsView 865 fun:views::internal::RootView::SetContentsView
866 fun:views::Widget::SetContentsView 866 fun:views::Widget::SetContentsView
867 fun:views::Widget::Init 867 fun:views::Widget::Init
868 fun:BrowserFrame::InitBrowserFrame 868 fun:BrowserFrame::InitBrowserFrame
869 } 869 }
OLDNEW
« no previous file with comments | « chromeos/display/real_output_configurator_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698