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

Unified Diff: background.js

Issue 29361722: Issue 4592 - Adapt messaging code for the new element hiding emulation filters (Closed) Base URL: https://bitbucket.org/fhd/adblockplusui
Patch Set: Remove features property Created Nov. 21, 2016, 5:31 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 | « no previous file | messageResponder.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.js
===================================================================
--- a/background.js
+++ b/background.js
@@ -310,18 +310,18 @@
if (blocked.indexOf(url) >= 0)
return new modules.filterClasses.BlockingFilter();
else
return null;
}
}
};
- modules.cssRules = {
- CSSRules: {
+ modules.elemHideEmulation = {
+ ElemHideEmulation: {
getRulesForDomain: function(domain) { }
}
};
modules.filterNotifier = {
FilterNotifier: new EventEmitter()
};
« no previous file with comments | « no previous file | messageResponder.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld