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: Update Cu.import use to correspond with adblockpluscore changes, removed unused utils.js file Created March 8, 2017, 12:26 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 | « 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 b5428548f258c308dffc4a1209a9cd38ba93ef6d..e557f6ff672b9e154209b19567e934ce5d2a1f73 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
@@ -89,7 +90,6 @@ lib/adblockplus.js =
adblockplusui/lib/antiadblockInit.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