Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/plugin/PluginFilter.cpp

Issue 6299667012780032: Issues #696,1231,1264,1265 - Improve handling in PassthroughApp (Closed)
Patch Set: rebase Created Oct. 17, 2014, 12:51 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/plugin/AdblockPlusDomTraverser.cpp ('k') | src/plugin/PluginTabBase.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/plugin/PluginFilter.cpp
===================================================================
--- a/src/plugin/PluginFilter.cpp
+++ b/src/plugin/PluginFilter.cpp
@@ -420,6 +420,7 @@
{
m_contentMapText[CFilter::contentTypeDocument] = "DOCUMENT";
m_contentMapText[CFilter::contentTypeObject] = "OBJECT";
+ m_contentMapText[CFilter::contentTypeObjectSubrequest] = "OBJECT-SUBREQUEST";
m_contentMapText[CFilter::contentTypeImage] = "IMAGE";
m_contentMapText[CFilter::contentTypeScript] = "SCRIPT";
m_contentMapText[CFilter::contentTypeOther] = "OTHER";
@@ -707,5 +708,8 @@
}
return true;
}
+#ifdef ENABLE_DEBUG_RESULT
+ CPluginDebug::DebugResultIgnoring(type, src, domain);
+#endif
return false;
}
« no previous file with comments | « src/plugin/AdblockPlusDomTraverser.cpp ('k') | src/plugin/PluginTabBase.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld