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

Side by Side Diff: src/plugin/PluginTabBase.cpp

Issue 4797021667983360: [IE] remove <atlhost.h> (Closed)
Patch Set: Created July 20, 2014, 7:01 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
« adblockplus.gyp ('K') | « src/plugin/PluginStdAfx.h ('k') | 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 #include "PluginStdAfx.h" 1 #include "PluginStdAfx.h"
2 2
3 #include "PluginClient.h" 3 #include "PluginClient.h"
4 #include "PluginSettings.h" 4 #include "PluginSettings.h"
5 #ifdef SUPPORT_CONFIG 5 #ifdef SUPPORT_CONFIG
6 #include "PluginConfig.h" 6 #include "PluginConfig.h"
7 #endif 7 #endif
8 #include "PluginTab.h" 8 #include "PluginTab.h"
9 #include "PluginDomTraverser.h" 9 #include "PluginDomTraverser.h"
10 #include "PluginClass.h" 10 #include "PluginClass.h"
11 11
12 #include "PluginTabBase.h" 12 #include "PluginTabBase.h"
13 #include "PluginUtil.h" 13 #include "PluginUtil.h"
14 #include <dispex.h> 14 #include <dispex.h>
15 #include <Mshtmhst.h>
15 16
16 int CPluginTabBase::s_dictionaryVersion = 0; 17 int CPluginTabBase::s_dictionaryVersion = 0;
17 int CPluginTabBase::s_settingsVersion = 1; 18 int CPluginTabBase::s_settingsVersion = 1;
18 #ifdef SUPPORT_FILTER 19 #ifdef SUPPORT_FILTER
19 int CPluginTabBase::s_filterVersion = 0; 20 int CPluginTabBase::s_filterVersion = 0;
20 #endif 21 #endif
21 #ifdef SUPPORT_WHITELIST 22 #ifdef SUPPORT_WHITELIST
22 int CPluginTabBase::s_whitelistVersion = 0; 23 int CPluginTabBase::s_whitelistVersion = 0;
23 #endif 24 #endif
24 #ifdef SUPPORT_CONFIG 25 #ifdef SUPPORT_CONFIG
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 CPluginClient::LogPluginError(pluginError.GetErrorCode(), pluginError. GetErrorId(), pluginError.GetErrorSubid(), pluginError.GetErrorDescription(), tr ue, pluginError.GetProcessId(), pluginError.GetThreadId()); 386 CPluginClient::LogPluginError(pluginError.GetErrorCode(), pluginError. GetErrorId(), pluginError.GetErrorSubid(), pluginError.GetErrorDescription(), tr ue, pluginError.GetProcessId(), pluginError.GetThreadId());
386 } 387 }
387 388
388 // Non-hanging sleep 389 // Non-hanging sleep
389 Sleep(50); 390 Sleep(50);
390 } 391 }
391 392
392 tabLoopIteration++; 393 tabLoopIteration++;
393 } 394 }
394 } 395 }
OLDNEW
« adblockplus.gyp ('K') | « src/plugin/PluginStdAfx.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld