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

Unified Diff: metadata.gecko

Issue 29335650: Issue 2595 - Use the core code from adblockpluscore (Closed)
Patch Set: Created Feb. 4, 2016, 6:35 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/synchronizer.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.gecko
===================================================================
--- a/metadata.gecko
+++ b/metadata.gecko
@@ -13,7 +13,7 @@
4=Fabrice Desré
5=Hubird
6=Günther Beyer (opoloo.de)
-additional=chrome/content/ui/subscriptions.xml //subscription/@author
+additional=adblockpluscore/chrome/content/ui/subscriptions.xml //subscription/@author
[homepage]
default=http://adblockplus.org/
@@ -62,9 +62,23 @@
chrome/content/ui/skin/social/weibo.png = adblockplusui/skin/social/weibo.png
chrome/content/ui/ext/common.js = ext/common.js
chrome/content/ui/ext/content.js = ext/content.js
+chrome/content/ui/subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml
+chrome/content/cssProperties.js = adblockpluscore/chrome/content/cssProperties.js
lib/ext_background.js = ext/background.js
lib/ext_common.js = ext/common.js
lib/messageResponder.js = adblockplusui/messageResponder.js
+lib/antiadblockInit.js = adblockpluscore/lib/antiadblockInit.js
+lib/cssRules.js = adblockpluscore/lib/cssRules.js
+lib/downloader.js = adblockpluscore/lib/downloader.js
+lib/elemHide.js = adblockpluscore/lib/elemHide.js
+lib/filterClasses.js = adblockpluscore/lib/filterClasses.js
+lib/filterListener.js = adblockpluscore/lib/filterListener.js
+lib/filterNotifier.js = adblockpluscore/lib/filterNotifier.js
+lib/filterStorage.js = adblockpluscore/lib/filterStorage.js
+lib/matcher.js = adblockpluscore/lib/matcher.js
+lib/notification.js = adblockpluscore/lib/notification.js
+lib/subscriptionClasses.js = adblockpluscore/lib/subscriptionClasses.js
+lib/synchronizer.js = adblockpluscore/lib/synchronizer.js
[import_locales]
adblockplusui/locale/*/firstRun.json = *
« no previous file with comments | « lib/synchronizer.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld