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

Unified Diff: metadata.gecko

Issue 29364102: Issue 4658 - Incorporate element hiding emulation filters (Closed) Base URL: https://bitbucket.org/fhd/adblockplus
Patch Set: Update adblockpluscore dependency to b1e70036624f Created Dec. 13, 2016, 5:32 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/main.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
@@ -55,25 +55,26 @@
chrome/content/ui/skin/social/facebook.png = adblockplusui/skin/social/facebook.png
chrome/content/ui/skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png
chrome/content/ui/skin/social/renren.png = adblockplusui/skin/social/renren.png
chrome/content/ui/skin/social/twitter.png = adblockplusui/skin/social/twitter.png
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
+chrome/content/elemHideEmulation.js = adblockpluscore/chrome/content/elemHideEmulation.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/common.js = adblockpluscore/lib/common.js
lib/coreUtils.js = adblockpluscore/lib/coreUtils.js
-lib/cssRules.js = adblockpluscore/lib/cssRules.js
lib/downloader.js = adblockpluscore/lib/downloader.js
lib/elemHide.js = adblockpluscore/lib/elemHide.js
+lib/elemHideEmulation.js = adblockpluscore/lib/elemHideEmulation.js
lib/events.js = adblockpluscore/lib/events.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
« no previous file with comments | « lib/main.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld