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: Created April 19, 2016, 1:59 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
Index: metadata.common
diff --git a/metadata.common b/metadata.common
index ce4c902fdbff08368661ad5e7522426e5b3bd76d..1f6cfdf7a4fa2c64bb93bf3fec837009019c0df4 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
Sebastian Noack 2016/05/12 11:12:22 So you wrap punycode.js into a module, however it
kzar 2016/05/17 15:15:37 Hmm guess you're right, Done.
+ 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
@@ -147,3 +149,4 @@ adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
title.label
adblockplus/chrome/locale/*/meta.properties = =name
adblockplusui/locale/*/firstRun.json = =*
+adblockplusui/locale/*/options.json = =*

Powered by Google App Engine
This is Rietveld