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: Addressed Sebastian's feedback Created Feb. 17, 2017, 2:16 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') | no next file » | 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..3f13ba332646f9a372f74aa80f3ad94c20d11950 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 # These three scripts are strictly redundant as their counterparts
+ lib/jsbn.js # now live in adblockpluscore. We've added them back here rather
+ lib/rsa.js # than debugging an issue with Safari compatibility. See #4902.
messageResponder.js
background.js
testScripts = ../ext/common.js
@@ -83,11 +86,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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld