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

Unified Diff: metadata.common

Issue 5088751004942336: Issue 370 - Right-clicked element is removed independent of created filter (Closed)
Patch Set: Rebase to rev 3c9cea80c481 Created July 18, 2014, 8:54 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') | metadata.safari » ('j') | 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
@@ -1,4 +1,5 @@
[general]
+version = 1.8.3
backgroundScripts = ext/common.js
ext/background.js
lib/compat.js
@@ -22,9 +23,9 @@
document_end = include.postload.js
[mapping]
-ext/common.js = chrome/common.js
-ext/background.js = chrome/background.js
-ext/content.js = chrome/content.js
+ext/content.js = chrome/ext/content.js
+ext/popup.js = chrome/ext/popup.js
+notification.html = chrome/notification.html
subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml
firstRun.html = adblockplus/chrome/content/ui/firstRun.html
firstRun.js = adblockplus/chrome/content/ui/firstRun.js
@@ -66,8 +67,12 @@
adblockplus/lib/filterListener.js
adblockplus/lib/synchronizer.js
adblockplus/lib/notification.js
+ adblockplus/lib/antiadblockInit.js
lib/stats.js
+ lib/whitelisting.js
--arg module=true source_repo=https://hg.adblockplus.org/adblockplus/
+ext/common.js = ext/common.js chrome/ext/common.js
+ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style=expand
qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestrictions.js
adblockplustests/chrome/content/tests/filterClasses.js
@@ -82,7 +87,14 @@
[import_locales]
adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
remove_subscription_warning
+ notification_antiadblock_title
+ notification_antiadblock_message
+ filter_elemhide_duplicate_id
+ filter_elemhide_nocriteria
adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label
+ notification.button.yes
+ notification.button.no
+ notification.button.close
adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress
subscription.lastDownload.invalidURL
subscription.lastDownload.connectionError
« no previous file with comments | « metadata.chrome ('k') | metadata.safari » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld