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: Created Sept. 19, 2014, 2:41 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
Index: src/plugin/PluginFilter.cpp
===================================================================
--- a/src/plugin/PluginFilter.cpp
+++ b/src/plugin/PluginFilter.cpp
@@ -424,6 +424,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";
@@ -715,5 +716,8 @@
}
return true;
}
+#ifdef ENABLE_DEBUG_RESULT
+ CPluginDebug::DebugResultIgnoring(type, src, domain);
+#endif
return false;
}

Powered by Google App Engine
This is Rietveld