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

Side by Side Diff: tools/valgrind/drmemory/suppressions_full.txt

Issue 587133003: Retire obsolete DrMemory suppressions ..327672 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | 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 # This file contains suppressions for the Dr.Memory tool, see 1 # This file contains suppressions for the Dr.Memory tool, see
2 # http://dev.chromium.org/developers/how-tos/using-drmemory 2 # http://dev.chromium.org/developers/how-tos/using-drmemory
3 # 3 #
4 # This file should contain suppressions only for the reports happening 4 # This file should contain suppressions only for the reports happening
5 # in the 'full' mode (drmemory_full). 5 # in the 'full' mode (drmemory_full).
6 # For the reports that can happen in the light mode (a.k.a. drmemory_light), 6 # For the reports that can happen in the light mode (a.k.a. drmemory_light),
7 # please use suppressions.txt instead. 7 # please use suppressions.txt instead.
8 8
9 ############################################################### 9 ###############################################################
10 # Known reports on the third party we have no control over. 10 # Known reports on the third party we have no control over.
(...skipping 1569 matching lines...) Expand 10 before | Expand all | Expand 10 after
1580 *!blink::ElementRuleCollector::collectMatchingRules 1580 *!blink::ElementRuleCollector::collectMatchingRules
1581 *!blink::StyleResolver::matchAuthorRules 1581 *!blink::StyleResolver::matchAuthorRules
1582 1582
1583 UNINITIALIZED READ 1583 UNINITIALIZED READ
1584 name=bug_238170c 1584 name=bug_238170c
1585 *!blink::ReplaceSelectionCommand::doApply 1585 *!blink::ReplaceSelectionCommand::doApply
1586 *!blink::CompositeEditCommand::apply 1586 *!blink::CompositeEditCommand::apply
1587 *!blink::applyCommand 1587 *!blink::applyCommand
1588 1588
1589 UNINITIALIZED READ 1589 UNINITIALIZED READ
1590 name=bug_241044
1591 *!blink::Settings::setOpenGLMultisamplingEnabled
1592 *!blink::WebSettingsImpl::setOpenGLMultisamplingEnabled
1593 *!content::ApplyWebPreferences
1594 *!content::RenderViewImpl::OnUpdateWebPreferences
1595 *!content::RenderViewImpl::SetWebkitPreferences
1596
1597 UNINITIALIZED READ
1598 name=bug_246153
1599 *!blink::Settings::setOpenGLMultisamplingEnabled
1600 *!blink::WebSettingsImpl::setOpenGLMultisamplingEnabled
1601 *!content::ApplyWebPreferences
1602 ...
1603 *!content::RenderViewImpl::Initialize
1604 *!content::RenderViewImpl::Create*
1605 *!content::RenderThreadImpl::OnCreateNewView
1606
1607 UNINITIALIZED READ
1608 name=bug_259789 1590 name=bug_259789
1609 *!blink::::adjustAttributes 1591 *!blink::::adjustAttributes
1610 *!blink::WebGLRenderingContext::maybeRestoreContext 1592 *!blink::WebGLRenderingContext::maybeRestoreContext
1611 *!blink::Timer<>::fired 1593 *!blink::Timer<>::fired
1612 *!blink::ThreadTimers::sharedTimerFiredInternal 1594 *!blink::ThreadTimers::sharedTimerFiredInternal
1613 *!blink::ThreadTimers::sharedTimerFired 1595 *!blink::ThreadTimers::sharedTimerFired
1614 *!content::BlinkPlatformImpl::DoTimeout 1596 *!content::BlinkPlatformImpl::DoTimeout
1615 1597
1616 UNINITIALIZED READ 1598 UNINITIALIZED READ
1617 name=bug_290405 1599 name=bug_290405
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1666 UNINITIALIZED READ 1648 UNINITIALIZED READ
1667 name=bug_309477 1649 name=bug_309477
1668 *!WebTestRunner::EventSender::reset 1650 *!WebTestRunner::EventSender::reset
1669 *!WebTestRunner::TestInterfaces::resetTestHelperControllers 1651 *!WebTestRunner::TestInterfaces::resetTestHelperControllers
1670 *!WebTestRunner::TestInterfaces::resetAll 1652 *!WebTestRunner::TestInterfaces::resetAll
1671 ... 1653 ...
1672 *!content::ShellRenderProcessObserver::WebKitInitialized 1654 *!content::ShellRenderProcessObserver::WebKitInitialized
1673 *!content::RenderThreadImpl::EnsureWebKitInitialized 1655 *!content::RenderThreadImpl::EnsureWebKitInitialized
1674 *!content::RenderThreadImpl::OnCreateNewView 1656 *!content::RenderThreadImpl::OnCreateNewView
1675 1657
1676 UNINITIALIZED READ
1677 name=bug_312332
1678 ...
1679 *!blink::RenderTextControl::computeIntrinsicLogicalWidths
1680 *!blink::RenderTextControl::computePreferredLogicalWidths
1681 ...
1682 *!blink::RenderBlock::layout
1683
1684 UNINITIALIZED READ
1685 name=bug_327672
1686 *!blink::StyleSheetContents::isCacheable
1687 *!blink::LinkStyle::setCSSStyleSheet
1688 *!blink::CSSStyleSheetResource::checkNotify
1689 ...
1690 *!content::WebURLLoaderImpl::Context::OnCompletedRequest
1691
1692 ############################################################### 1658 ###############################################################
1693 # Real issues in Chromium 1659 # Real issues in Chromium
1694 1660
1695 LEAK 1661 LEAK
1696 name=http://crbug.com/32085 1662 name=http://crbug.com/32085
1697 ... 1663 ...
1698 chrome.dll!NotificationRegistrar::Add 1664 chrome.dll!NotificationRegistrar::Add
1699 1665
1700 LEAK 1666 LEAK
1701 name=http://crbug.com/32623 1667 name=http://crbug.com/32623
(...skipping 498 matching lines...) Expand 10 before | Expand all | Expand 10 after
2200 2166
2201 UNINITIALIZED READ 2167 UNINITIALIZED READ
2202 name=bug_414268 2168 name=bug_414268
2203 pdf.dll!chrome_pdf::PDFiumEngine::OnMouseMove 2169 pdf.dll!chrome_pdf::PDFiumEngine::OnMouseMove
2204 pdf.dll!chrome_pdf::PDFiumEngine::HandleEvent 2170 pdf.dll!chrome_pdf::PDFiumEngine::HandleEvent
2205 pdf.dll!chrome_pdf::OutOfProcessInstance::HandleInputEvent 2171 pdf.dll!chrome_pdf::OutOfProcessInstance::HandleInputEvent
2206 pdf.dll!pp::InputEvent_HandleEvent 2172 pdf.dll!pp::InputEvent_HandleEvent
2207 ppapi_proxy.dll!ppapi::CallWhileUnlocked<> 2173 ppapi_proxy.dll!ppapi::CallWhileUnlocked<>
2208 ppapi_proxy.dll!ppapi::proxy::PPP_InputEvent_Proxy::OnMsgHandleFilteredInputEven t 2174 ppapi_proxy.dll!ppapi::proxy::PPP_InputEvent_Proxy::OnMsgHandleFilteredInputEven t
2209 2175
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698