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

Unified Diff: metadata.chrome

Issue 29711592: Issue 6424 - Use internal symbol in ext namespace (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Switch to internal methods everywhere Created March 1, 2018, 11:58 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
« ext/background.js ('K') | « lib/requestBlocker.js ('k') | popup.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.chrome
===================================================================
--- a/metadata.chrome
+++ b/metadata.chrome
@@ -6,23 +6,25 @@
<all_urls>
contextMenus
webRequest
webRequestBlocking
webNavigation
storage
unlimitedStorage
notifications
-backgroundScripts = polyfill.js
+backgroundScripts = base.js
+ polyfill.js
ext/common.js
ext/background.js
lib/compat.js
lib/publicSuffixList.js
lib/adblockplus.js
-testScripts = ../polyfill.js
+testScripts = ../base.js
+ ../polyfill.js
../ext/common.js
../ext/background.js
../lib/compat.js
../lib/publicSuffixList.js
tests.js
options = options.html
devtools = devtools.html
browserAction = icons/abp-16.png icons/abp-19.png icons/abp-20.png icons/abp-32.png icons/abp-38.png icons/abp-40.png popup.html
@@ -30,17 +32,21 @@
icons/detailed/abp-64.png icons/detailed/abp-128.png
managedStorageSchema = managed-storage-schema.json
[compat]
chrome = 49.0
opera = 36.0
[contentScripts]
-document_start = polyfill.js ext/common.js ext/content.js include.preload.js
+document_start = base.js
+ polyfill.js
+ ext/common.js
+ ext/content.js
+ include.preload.js
document_end = include.postload.js
[mapping]
subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml
firstRun.html = adblockplusui/firstRun.html
common.js = adblockplusui/common.js
firstRun.js = adblockplusui/firstRun.js
i18n.js = adblockplusui/i18n.js
« ext/background.js ('K') | « lib/requestBlocker.js ('k') | popup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld