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

Unified Diff: metadata.common

Issue 29375851: [safari] Issue 4902 - Partially revert d5be57b68f91 for Safari compatibility (Closed)
Patch Set: Created Feb. 17, 2017, 9:31 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 | « 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 dd88bc580d9ca05f764df4595458a7323f42870c..1dbbf04739cc61774835e6cec23c471e93bd35bd 100644
--- a/metadata.common
+++ b/metadata.common
@@ -9,6 +9,9 @@ backgroundScripts = lib/polyfills/url.js
lib/info.js
lib/publicSuffixList.js
lib/adblockplus.js
+ lib/sha1.js
Sebastian Noack 2017/02/17 11:59:19 Perhaps, add a comment here, at least, explaining
kzar 2017/02/17 14:17:24 Done.
+ lib/jsbn.js
+ lib/rsa.js
messageResponder.js
background.js
testScripts = ../ext/common.js
@@ -17,10 +20,14 @@ testScripts = ../ext/common.js
../lib/info.js
../lib/adblockplus.js
../lib/publicSuffixList.js
+ ../lib/sha1.js
Sebastian Noack 2017/02/17 11:59:19 There is no reason to re-add the tests, as they ca
kzar 2017/02/17 14:17:24 Done.
+ ../lib/jsbn.js
+ ../lib/rsa.js
common.js
tests/prefs.js
tests/versionComparator.js
tests/url.js
+ tests/signatures.js
tests/cssEscaping.js
permissions = http://*/* https://*/*
author = Eyeo GmbH
@@ -83,11 +90,8 @@ 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