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

Unified Diff: metadata.common

Issue 29363445: Issue 4577 - Remove Safari support (Closed)
Patch Set: Created Nov. 17, 2016, 11:36 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/prefs.js ('k') | metadata.safari » ('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..4afa7fd94462cc1e41b1ff84510a7e1a954fe3ae 100644
--- a/metadata.common
+++ b/metadata.common
@@ -1,8 +1,6 @@
[general]
version = 1.12.4
-backgroundScripts = lib/polyfills/url.js
- lib/polyfills/promise.js
- lib/polyfills/fetch.js
+backgroundScripts = lib/polyfills/fetch.js
ext/common.js
ext/background.js
lib/compat.js
@@ -92,7 +90,7 @@ lib/adblockplus.js =
adblockpluscore/lib/synchronizer.js
lib/adblockplus.js[module] = true
lib/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockpluscore/
-lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupBlocker,contentBlocking,subscriptionInit,filterComposer,stats,uninstall,csp
+lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupBlocker,subscriptionInit,filterComposer,stats,uninstall,csp
ext/common.js = ext/common.js
ext/background.js = ext/background.js
ext/background.js[brace_style] = expand
« no previous file with comments | « lib/prefs.js ('k') | metadata.safari » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld