Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1043 fun:_ZN7WebCore12parseUASheetERKNS_6StringE | 1043 fun:_ZN7WebCore12parseUASheetERKNS_6StringE |
| 1044 fun:_ZN7WebCore12parseUASheetEPKcj | 1044 fun:_ZN7WebCore12parseUASheetEPKcj |
| 1045 fun:_ZN7WebCore22loadSimpleDefaultStyleEv | 1045 fun:_ZN7WebCore22loadSimpleDefaultStyleEv |
| 1046 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentEPNS_14StyleSheetListEPNS_13 CSSStyleSheetES6_PKN3WTF6VectorINS7_6RefPtrIS5_EELj0EEEbb | 1046 fun:_ZN7WebCore16CSSStyleSelectorC1EPNS_8DocumentEPNS_14StyleSheetListEPNS_13 CSSStyleSheetES6_PKN3WTF6VectorINS7_6RefPtrIS5_EELj0EEEbb |
| 1047 fun:_ZN7WebCore8Document6attachEv | 1047 fun:_ZN7WebCore8Document6attachEv |
| 1048 fun:_ZN7WebCore5Frame11setDocumentEN3WTF10PassRefPtrINS_8DocumentEEE | 1048 fun:_ZN7WebCore5Frame11setDocumentEN3WTF10PassRefPtrINS_8DocumentEEE |
| 1049 fun:_ZN7WebCore11FrameLoader5beginERKNS_4KURLEbPNS_14SecurityOriginE | 1049 fun:_ZN7WebCore11FrameLoader5beginERKNS_4KURLEbPNS_14SecurityOriginE |
| 1050 fun:_ZN7WebCore11FrameLoader4initEv | 1050 fun:_ZN7WebCore11FrameLoader4initEv |
| 1051 fun:_ZN7WebCore5Frame4initEv | 1051 fun:_ZN7WebCore5Frame4initEv |
| 1052 } | 1052 } |
| 1053 { | |
| 1054 bug_23018 | |
| 1055 Memcheck:Addr4 | |
| 1056 fun:_ZN12_GLOBAL__N_115KillProcessTask3RunEv | |
| 1057 fun:_ZN11MessageLoop7RunTaskEP4Task | |
| 1058 fun:_ZN11MessageLoop21DeferOrRunPendingTaskERKNS_11PendingTaskE | |
| 1059 fun:_ZN11MessageLoop13DoDelayedWorkEPN4base4TimeE | |
| 1060 fun:_ZN4base18MessagePumpDefault3RunEPNS_11MessagePump8DelegateE | |
| 1061 fun:_ZN11MessageLoop11RunInternalEv | |
| 1062 fun:_ZN11MessageLoop10RunHandlerEv | |
| 1063 fun:_ZN11MessageLoop3RunEv | |
| 1064 fun:_Z10WorkerMainRK18MainFunctionParams | |
| 1065 fun:ChromeMain | |
| 1066 fun:main | |
|
stuartmorgan
2009/09/25 16:27:28
I would omit these last two frames.
| |
| 1067 } | |
| OLD | NEW |