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

Unified Diff: lib/cssRules.js

Issue 29354864: Issue 4223 - Migrate some more of adblockplustests (Closed)
Patch Set: Created Sept. 25, 2016, 1:38 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 | lib/elemHide.js » ('j') | test/cssRules.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/cssRules.js
diff --git a/lib/cssRules.js b/lib/cssRules.js
index 9fdbbba57f72df44494bec3f98f8a9e16ab7aeb9..1a29fec03b7c275511da43c640839fd40ce2047c 100644
--- a/lib/cssRules.js
+++ b/lib/cssRules.js
@@ -72,5 +72,10 @@ let CSSRules = exports.CSSRules =
result.push(filter);
}
return result;
+ },
+
+ _getAllRules: function()
kzar 2016/09/25 13:49:39 (Not to happy with this, or the similar changes to
Wladimir Palant 2016/09/26 09:40:58 How about you use sandboxed-module ;). The followi
+ {
+ return filters;
}
};
« no previous file with comments | « no previous file | lib/elemHide.js » ('j') | test/cssRules.js » ('J')

Powered by Google App Engine
This is Rietveld