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: Updated adblockplus dependency again Created Dec. 12, 2015, 12:47 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 | « include.preload.js ('k') | metadata.safari » ('j') | 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..8d189a516a6332ed402a8d60f20fd986f036d4bd 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
@@ -111,6 +113,7 @@ adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
notification_antiadblock_message
filter_elemhide_duplicate_id
filter_elemhide_nocriteria
+ filter_cssproperty_nodomain
adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label
notification.button.yes
notification.button.no
« no previous file with comments | « include.preload.js ('k') | metadata.safari » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld