OLD | NEW |
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 2168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2179 name=bug_389132 | 2179 name=bug_389132 |
2180 content.dll!crypto_kernel_do_load_cipher_type | 2180 content.dll!crypto_kernel_do_load_cipher_type |
2181 content.dll!crypto_kernel_load_cipher_type | 2181 content.dll!crypto_kernel_load_cipher_type |
2182 content.dll!crypto_kernel_init | 2182 content.dll!crypto_kernel_init |
2183 content.dll!cricket::SrtpSession::SetKey | 2183 content.dll!cricket::SrtpSession::SetKey |
2184 content.dll!cricket::SrtpSession::SetSend | 2184 content.dll!cricket::SrtpSession::SetSend |
2185 content.dll!cricket::SrtpFilter::SetRtpParams | 2185 content.dll!cricket::SrtpFilter::SetRtpParams |
2186 content.dll!cricket::BaseChannel::SetupDtlsSrtp | 2186 content.dll!cricket::BaseChannel::SetupDtlsSrtp |
2187 content.dll!cricket::BaseChannel::ChannelWritable_w | 2187 content.dll!cricket::BaseChannel::ChannelWritable_w |
2188 content.dll!cricket::BaseChannel::OnWritableState | 2188 content.dll!cricket::BaseChannel::OnWritableState |
| 2189 |
| 2190 UNINITIALIZED READ |
| 2191 name=bug_drm_1586_a |
| 2192 *!WebCore::RenderStyle::NonInheritedFlags::* |
| 2193 |
| 2194 UNINITIALIZED READ |
| 2195 name=bug_drm_1586_b |
| 2196 *!WebCore::RenderStyle::NonInheritedFlags::* |
| 2197 |
| 2198 UNINITIALIZED READ |
| 2199 name=bug_drm_1586_c |
| 2200 *!WebCore::ContainerNode::setHovered |
| 2201 |
| 2202 UNINITIALIZED READ |
| 2203 name=bug_drm_1586_d |
| 2204 *!WebCore::AXRenderObject::isVisited |
| 2205 |
| 2206 UNINITIALIZED READ |
| 2207 name=bug_drm_1586_e |
| 2208 *!WebCore::StyleBuilder::applyProperty |
| 2209 |
| 2210 UNINITIALIZED READ |
| 2211 name=bug_drm_1586_f |
| 2212 *!WebCore::RenderStyle::stylePropagationDiff |
| 2213 |
| 2214 UNINITIALIZED READ |
| 2215 name=bug_drm_1586_g |
| 2216 *!WebCore::ContainerNode::setActive |
| 2217 |
| 2218 UNINITIALIZED READ |
| 2219 name=bug_drm_1586_h |
| 2220 *!WebCore::MatchedPropertiesCache::isCacheable |
| 2221 |
| 2222 UNINITIALIZED READ |
| 2223 name=bug_drm_1586_i |
| 2224 *!WebCore::TouchAdjustment::nodeRespondsToTapGesture |
OLD | NEW |