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

Side by Side Diff: Shared/AdblockPlusDomTraverser.cpp

Issue 9998007: Initial libadblockplus integration (Closed)
Patch Set: Created April 1, 2013, 9:55 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 #include "PluginStdAfx.h" 1 #include "PluginStdAfx.h"
2 2
3 #include "PluginClient.h" 3 #include "PluginClient.h"
4 #include "PluginFilter.h" 4 #include "PluginFilter.h"
5 #include "PluginSettings.h" 5 #include "PluginSettings.h"
6 6
7 #include "AdblockPlusDomTraverser.h" 7 #include "AdblockPlusDomTraverser.h"
8 8
9 9
10 CPluginDomTraverser::CPluginDomTraverser(CPluginTab* tab) : CPluginDomTraverserB ase(tab) 10 CPluginDomTraverser::CPluginDomTraverser(CPluginTab* tab) : CPluginDomTraverserB ase(tab)
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 133
134 static const CComBSTR sbstrNone(L"none"); 134 static const CComBSTR sbstrNone(L"none");
135 135
136 if (SUCCEEDED(pStyle->put_display(sbstrNone))) 136 if (SUCCEEDED(pStyle->put_display(sbstrNone)))
137 { 137 {
138 DEBUG_HIDE_EL(indent + L"HideEl::Hiding " + type + L" url:" + url) 138 DEBUG_HIDE_EL(indent + L"HideEl::Hiding " + type + L" url:" + url)
139 139
140 #ifdef ENABLE_DEBUG_RESULT 140 #ifdef ENABLE_DEBUG_RESULT
141 if (isDebug) 141 if (isDebug)
142 { 142 {
143 CPluginDebug::DebugResultHiding(type, url, "-", "-"); 143 CPluginDebug::DebugResultHiding(type, url, "-");
144 } 144 }
145 #endif // ENABLE_DEBUG_RESULT 145 #endif // ENABLE_DEBUG_RESULT
146 } 146 }
147 } 147 }
148 } 148 }
OLDNEW

Powered by Google App Engine
This is Rietveld