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

Unified Diff: metadata.common

Issue 29374674: Issue 4864 - Start using ESLint for adblockpluschrome (Closed)
Patch Set: Addressed some of Sebastian's feedback, made other improvements Created Feb. 20, 2017, 10:06 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 | « metadata.chrome ('k') | notification.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 b8781d7685098307e6c297f7a230a946e387b91f..5338fe54c6bba71fec3de1e426f6f8aa7bf0a206 100644
--- a/metadata.common
+++ b/metadata.common
@@ -29,6 +29,7 @@ document_end = include.postload.js
[mapping]
ext/content.js = chrome/ext/content.js
ext/popup.js = chrome/ext/popup.js
+ext/common.js = ext/common.js
subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml
firstRun.html = adblockplusui/firstRun.html
common.js = adblockplusui/common.js
@@ -70,7 +71,7 @@ lib/adblockplus.js =
lib/utils.js
lib/whitelisting.js
adblockpluscore/lib/coreUtils.js
- adblockpluscore/lib/antiadblockInit.js
+ adblockplusui/lib/antiadblockInit.js
adblockpluscore/lib/common.js
adblockpluscore/lib/downloader.js
adblockpluscore/lib/elemHide.js
@@ -89,7 +90,6 @@ lib/adblockplus.js =
adblockpluscore/lib/synchronizer.js
lib/adblockplus.js[module] = true
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
include.postload.js = subscriptionLink.postload.js composer.postload.js
elemHideEmulation.js = adblockpluscore/lib/common.js adblockpluscore/chrome/content/elemHideEmulation.js
« no previous file with comments | « metadata.chrome ('k') | notification.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld