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

Unified Diff: metadata.common

Issue 29340571: Issue 3687 - Add experimental support for Safari content blockers (Closed)
Patch Set: Addressed Nits Created May 18, 2016, 11:30 a.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 | « metadata.chrome ('k') | options.html » ('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 ce4c902fdbff08368661ad5e7522426e5b3bd76d..d6f09813837a2de2f16c969ad812963c64246c38 100644
--- a/metadata.common
+++ b/metadata.common
@@ -7,9 +7,8 @@ backgroundScripts = lib/polyfills/url.js
ext/background.js
lib/compat.js
lib/info.js
- lib/adblockplus.js
- lib/punycode.js
lib/publicSuffixList.js
+ lib/adblockplus.js
lib/sha1.js
lib/jsbn.js
lib/rsa.js
@@ -21,7 +20,6 @@ testScripts = ../ext/common.js
../lib/info.js
../lib/adblockplus.js
../lib/publicSuffixList.js
- ../lib/punycode.js
../lib/sha1.js
../lib/jsbn.js
../lib/rsa.js
@@ -87,6 +85,7 @@ lib/adblockplus.js = adblockpluscore/lib/events.js
adblockpluscore/lib/notification.js
adblockpluscore/lib/antiadblockInit.js
lib/messaging.js
+ lib/tldjs.js
lib/url.js
lib/stats.js
lib/devtools.js
@@ -99,6 +98,9 @@ lib/adblockplus.js = adblockpluscore/lib/events.js
lib/requestBlocker.js
lib/popupBlocker.js
lib/uninstall.js
+ lib/punycode.js
+ abp2blocklist/lib/abp2blocklist.js
+ safari/contentBlocking.js
--arg module=true source_repo=https://hg.adblockplus.org/adblockpluscore/
ext/common.js = ext/common.js chrome/ext/common.js
ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style=expand
« no previous file with comments | « metadata.chrome ('k') | options.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld