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

Unified Diff: metadata.common

Issue 29354778: Issue 4466 - Remove rsa.js, update core + buildtools (Closed)
Patch Set: Removed signature tests, they are tested in adblockpluscore Created Sept. 23, 2016, 1:51 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 | « lib/whitelisting.js ('k') | qunit/tests/signatures.js » ('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 c7308d7f38b9735ac2797e2523fd72f01593d341..7f4183122bf719588fe15b259327aa55fad85446 100644
--- a/metadata.common
+++ b/metadata.common
@@ -9,9 +9,6 @@ backgroundScripts = lib/polyfills/url.js
lib/info.js
lib/publicSuffixList.js
lib/adblockplus.js
- lib/sha1.js
- lib/jsbn.js
- lib/rsa.js
messageResponder.js
background.js
testScripts = ../ext/common.js
@@ -20,14 +17,10 @@ testScripts = ../ext/common.js
../lib/info.js
../lib/adblockplus.js
../lib/publicSuffixList.js
- ../lib/sha1.js
- ../lib/jsbn.js
- ../lib/rsa.js
common.js
tests/adblockplus.js
tests/versionComparator.js
tests/url.js
- tests/signatures.js
tests/cssEscaping.js
permissions = http://*/* https://*/*
author = Eyeo GmbH
@@ -95,8 +88,11 @@ lib/adblockplus.js =
adblockpluscore/lib/filterListener.js
adblockpluscore/lib/filterNotifier.js
adblockpluscore/lib/filterStorage.js
+ adblockpluscore/lib/jsbn.js
adblockpluscore/lib/matcher.js
adblockpluscore/lib/notification.js
+ adblockpluscore/lib/rsa.js
+ adblockpluscore/lib/rusha.js
adblockpluscore/lib/subscriptionClasses.js
adblockpluscore/lib/synchronizer.js
lib/adblockplus.js[module] = true
« no previous file with comments | « lib/whitelisting.js ('k') | qunit/tests/signatures.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld