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

Unified Diff: metadata.common

Issue 29331619: Issue 2397 - Integrate CSS property filters into adblockpluschrome (Closed)
Patch Set: Adjust code now that CSSPropertyFilters is a class Created Nov. 30, 2015, 5:37 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
« include.preload.js ('K') | « include.preload.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.common
diff --git a/metadata.common b/metadata.common
index dd314e462d4a53122125d00ee2411936893a7200..45e34c3a41857a2c5da15b6303912bceb0bb8b4a 100644
--- a/metadata.common
+++ b/metadata.common
@@ -34,10 +34,11 @@ testScripts = ../ext/common.js
permissions = http://*/* https://*/*
[contentScripts]
-document_start = ext/common.js ext/content.js include.preload.js
+document_start = ext/common.js ext/content.js cssProperties.js include.preload.js
document_end = include.postload.js
[mapping]
+cssProperties.js = adblockplus/chrome/content/cssProperties.js
ext/content.js = chrome/ext/content.js
ext/popup.js = chrome/ext/popup.js
subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml
@@ -79,6 +80,7 @@ lib/adblockplus.js = lib/prefs.js
adblockplus/lib/filterStorage.js
adblockplus/lib/elemHide.js
adblockplus/lib/matcher.js
+ adblockplus/lib/cssRules.js
adblockplus/lib/filterListener.js
adblockplus/lib/synchronizer.js
adblockplus/lib/notification.js
« include.preload.js ('K') | « include.preload.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld