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

Side by Side Diff: lib/filterClassesNew.js

Issue 29383799: Issue 4988 - [emscripten] Adjust API for Element Hiding Emulation filters (Closed) Base URL: https://hg.adblockplus.org/adblockpluscore
Patch Set: Created March 14, 2017, 2:42 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 "use strict"; 1 "use strict";
2 2
3 let compiled = require("compiled"); 3 let compiled = require("compiled");
4 for (let cls of ["Filter", "InvalidFilter", "CommentFilter", "ActiveFilter", 4 for (let cls of ["Filter", "InvalidFilter", "CommentFilter", "ActiveFilter",
5 "RegExpFilter", "BlockingFilter", "WhitelistFilter", "ElemHideBase", 5 "RegExpFilter", "BlockingFilter", "WhitelistFilter", "ElemHideBase",
6 "ElemHideFilter", "ElemHideException", "CSSPropertyFilter"]) 6 "ElemHideFilter", "ElemHideException", "ElemHideEmulationFilter"])
7 { 7 {
8 exports[cls] = compiled[cls]; 8 exports[cls] = compiled[cls];
9 } 9 }
OLDNEW
« compiled/RegExpFilter.cpp ('K') | « compiled/bindings.cpp ('k') | test/filterClasses.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld