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: Remove onChange logic for checkboxes Created May 18, 2016, 10:43 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') | options.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.common
diff --git a/metadata.common b/metadata.common
index ce4c902fdbff08368661ad5e7522426e5b3bd76d..248c48cbcdcbd978c19f194351c44b0fe25a30b0 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
@@ -146,4 +148,4 @@ adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress
adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
title.label
adblockplus/chrome/locale/*/meta.properties = =name
-adblockplusui/locale/*/firstRun.json = =*
+adblockplusui/locale/*/firstRun.json = =*
Sebastian Noack 2016/05/18 11:16:32 Nit: It seems you removed the new line at the end
kzar 2016/05/18 11:32:07 Done.
« no previous file with comments | « metadata.chrome ('k') | options.html » ('j') | options.js » ('J')

Powered by Google App Engine
This is Rietveld