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

Unified Diff: metadata.common

Issue 29367475: Issue 4659 - Incorporate element hiding emulation filters (Closed) Base URL: https://bitbucket.org/fhd/adblockpluschrome
Patch Set: Created Dec. 13, 2016, 9:24 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
« include.preload.js ('K') | « include.preload.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: metadata.common
===================================================================
--- a/metadata.common
+++ b/metadata.common
@@ -19,21 +19,22 @@
tests/prefs.js
tests/versionComparator.js
tests/url.js
tests/cssEscaping.js
permissions = http://*/* https://*/*
author = Eyeo GmbH
[contentScripts]
-document_start = ext/common.js ext/content.js cssProperties.js include.preload.js
+document_start = ext/common.js ext/content.js core-common.js elemHideEmulation.js include.preload.js
document_end = include.postload.js
[mapping]
-cssProperties.js = adblockpluscore/chrome/content/cssProperties.js
+core-common.js = adblockpluscore/lib/common.js
Felix Dahlke 2016/12/13 21:27:27 common.js was already taken for adblockplusui/comm
kzar 2016/12/19 13:51:40 Mind instead using the convert_js section to combi
Felix Dahlke 2016/12/20 14:35:42 That's a cool idea, didn't occur to me at all. Don
+elemHideEmulation.js = adblockpluscore/chrome/content/elemHideEmulation.js
ext/content.js = chrome/ext/content.js
ext/popup.js = chrome/ext/popup.js
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
messageResponder.js = adblockplusui/messageResponder.js
@@ -68,19 +69,20 @@
lib/stats.js
lib/subscriptionInit.js
lib/tldjs.js
lib/url.js
lib/utils.js
lib/whitelisting.js
adblockpluscore/lib/coreUtils.js
adblockpluscore/lib/antiadblockInit.js
- adblockpluscore/lib/cssRules.js
+ adblockpluscore/lib/common.js
adblockpluscore/lib/downloader.js
adblockpluscore/lib/elemHide.js
+ adblockpluscore/lib/elemHideEmulation.js
adblockpluscore/lib/events.js
adblockpluscore/lib/filterClasses.js
adblockpluscore/lib/filterListener.js
adblockpluscore/lib/filterNotifier.js
adblockpluscore/lib/filterStorage.js
adblockpluscore/lib/jsbn.js
adblockpluscore/lib/matcher.js
adblockpluscore/lib/notification.js
@@ -98,17 +100,17 @@
adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
remove_subscription_warning
notification_antiadblock_title
notification_antiadblock_message
filter_unknown_option
filter_invalid_regexp
filter_elemhide_duplicate_id
filter_elemhide_nocriteria
- filter_cssproperty_nodomain
+ filter_elemhideemulation_nodomain
adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label
notification.button.yes
notification.button.no
notification.closing.button.hide
notification.closing.button.optout
shownotifications.label
adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress
subscription.lastDownload.invalidURL
« include.preload.js ('K') | « include.preload.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld