| 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 3531 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3542 bug_50056 | 3542 bug_50056 |
| 3543 Memcheck:Leak | 3543 Memcheck:Leak |
| 3544 fun:_Znw* | 3544 fun:_Znw* |
| 3545 fun:_Z11NewCallbackI22ContentSettingsHandlerPK5ValueEPN9Callback1IT0_E4TypeEP
T_MS9_FvS5_E | 3545 fun:_Z11NewCallbackI22ContentSettingsHandlerPK5ValueEPN9Callback1IT0_E4TypeEP
T_MS9_FvS5_E |
| 3546 fun:_ZN22ContentSettingsHandler16RegisterMessagesEv | 3546 fun:_ZN22ContentSettingsHandler16RegisterMessagesEv |
| 3547 fun:_ZN17DOMMessageHandler6AttachEP5DOMUI | 3547 fun:_ZN17DOMMessageHandler6AttachEP5DOMUI |
| 3548 fun:_ZN9OptionsUI23AddOptionsPageUIHandlerEP15DictionaryValueP20OptionsPageUI
Handler | 3548 fun:_ZN9OptionsUI23AddOptionsPageUIHandlerEP15DictionaryValueP20OptionsPageUI
Handler |
| 3549 fun:_ZN9OptionsUIC1EP11TabContents | 3549 fun:_ZN9OptionsUIC1EP11TabContents |
| 3550 fun:_Z8NewDOMUII9OptionsUIEP5DOMUIP11TabContentsRK4GURL | 3550 fun:_Z8NewDOMUII9OptionsUIEP5DOMUIP11TabContentsRK4GURL |
| 3551 } | 3551 } |
| 3552 { | |
| 3553 bug_50103_a | |
| 3554 Memcheck:Leak | |
| 3555 fun:_Znw* | |
| 3556 fun:_ZN5Value15CreateNullValueEv | |
| 3557 fun:_ZN7history8TopSites17AddBlacklistedURLERK4GURL | |
| 3558 fun:_ZN7history*TopSitesTest_*_Test8TestBodyEv | |
| 3559 } | |
| 3560 { | |
| 3561 bug_50103_b | |
| 3562 Memcheck:Leak | |
| 3563 fun:_Znw* | |
| 3564 fun:_ZN5Value18CreateIntegerValueE* | |
| 3565 fun:_ZN7history8TopSites12AddPinnedURLERK4GURL* | |
| 3566 fun:_ZN7history*TopSitesTest_PinnedURLs_Test8TestBodyEv | |
| 3567 } | |
| 3568 | 3552 |
| 3569 | 3553 |
| OLD | NEW |