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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « metadata.chrome ('k') | metadata.safari » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [general] 1 [general]
2 version = 1.8.3
2 backgroundScripts = ext/common.js 3 backgroundScripts = ext/common.js
3 ext/background.js 4 ext/background.js
4 lib/compat.js 5 lib/compat.js
5 lib/info.js 6 lib/info.js
6 lib/io.js 7 lib/io.js
7 lib/adblockplus.js 8 lib/adblockplus.js
8 lib/punycode.js 9 lib/punycode.js
9 lib/publicSuffixList.js 10 lib/publicSuffixList.js
10 lib/basedomain.js 11 lib/basedomain.js
11 lib/sha1.js 12 lib/sha1.js
12 lib/jsbn.js 13 lib/jsbn.js
13 lib/rsa.js 14 lib/rsa.js
14 webrequest.js 15 webrequest.js
15 popupBlocker.js 16 popupBlocker.js
16 iconAnimation.js 17 iconAnimation.js
17 background.js 18 background.js
18 permissions = http://*/* https://*/* 19 permissions = http://*/* https://*/*
19 20
20 [contentScripts] 21 [contentScripts]
21 document_start = ext/common.js ext/content.js include.preload.js 22 document_start = ext/common.js ext/content.js include.preload.js
22 document_end = include.postload.js 23 document_end = include.postload.js
23 24
24 [mapping] 25 [mapping]
25 ext/common.js = chrome/common.js 26 ext/content.js = chrome/ext/content.js
26 ext/background.js = chrome/background.js 27 ext/popup.js = chrome/ext/popup.js
27 ext/content.js = chrome/content.js 28 notification.html = chrome/notification.html
28 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml 29 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml
29 firstRun.html = adblockplus/chrome/content/ui/firstRun.html 30 firstRun.html = adblockplus/chrome/content/ui/firstRun.html
30 firstRun.js = adblockplus/chrome/content/ui/firstRun.js 31 firstRun.js = adblockplus/chrome/content/ui/firstRun.js
31 i18n.js = adblockplus/chrome/content/ui/i18n.js 32 i18n.js = adblockplus/chrome/content/ui/i18n.js
32 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css 33 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css
33 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png 34 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png
34 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif 35 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif
35 skin/background.png = adblockplus/chrome/skin/background.png 36 skin/background.png = adblockplus/chrome/skin/background.png
36 skin/background-main.png = adblockplus/chrome/skin/background-main.png 37 skin/background-main.png = adblockplus/chrome/skin/background-main.png
37 skin/background-share.png = adblockplus/chrome/skin/background-share.png 38 skin/background-share.png = adblockplus/chrome/skin/background-share.png
(...skipping 21 matching lines...) Expand all
59 adblockplus/lib/downloader.js 60 adblockplus/lib/downloader.js
60 adblockplus/lib/filterNotifier.js 61 adblockplus/lib/filterNotifier.js
61 adblockplus/lib/filterClasses.js 62 adblockplus/lib/filterClasses.js
62 adblockplus/lib/subscriptionClasses.js 63 adblockplus/lib/subscriptionClasses.js
63 adblockplus/lib/filterStorage.js 64 adblockplus/lib/filterStorage.js
64 adblockplus/lib/elemHide.js 65 adblockplus/lib/elemHide.js
65 adblockplus/lib/matcher.js 66 adblockplus/lib/matcher.js
66 adblockplus/lib/filterListener.js 67 adblockplus/lib/filterListener.js
67 adblockplus/lib/synchronizer.js 68 adblockplus/lib/synchronizer.js
68 adblockplus/lib/notification.js 69 adblockplus/lib/notification.js
70 adblockplus/lib/antiadblockInit.js
69 lib/stats.js 71 lib/stats.js
72 lib/whitelisting.js
70 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ 73 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/
74 ext/common.js = ext/common.js chrome/ext/common.js
75 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style =expand
71 76
72 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js 77 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js
73 adblockplustests/chrome/content/tests/filterClasses.js 78 adblockplustests/chrome/content/tests/filterClasses.js
74 adblockplustests/chrome/content/tests/filterNotifier.js 79 adblockplustests/chrome/content/tests/filterNotifier.js
75 adblockplustests/chrome/content/tests/filterStorage.js 80 adblockplustests/chrome/content/tests/filterStorage.js
76 adblockplustests/chrome/content/tests/matcher.js 81 adblockplustests/chrome/content/tests/matcher.js
77 adblockplustests/chrome/content/tests/prefs.js 82 adblockplustests/chrome/content/tests/prefs.js
78 adblockplustests/chrome/content/tests/regexpFilters_matching.js 83 adblockplustests/chrome/content/tests/regexpFilters_matching.js
79 adblockplustests/chrome/content/tests/subscriptionClasses.js 84 adblockplustests/chrome/content/tests/subscriptionClasses.js
80 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ 85 --arg source_repo=https://hg.adblockplus.org/adblockplustests/
81 86
82 [import_locales] 87 [import_locales]
83 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location 88 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
84 remove_subscription_warning 89 remove_subscription_warning
90 notification_antiadblock_title
91 notification_antiadblock_message
92 filter_elemhide_duplicate_id
93 filter_elemhide_nocriteria
85 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label 94 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label
95 notification.button.yes
96 notification.button.no
97 notification.button.close
86 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress 98 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress
87 subscription.lastDownload.invalidURL 99 subscription.lastDownload.invalidURL
88 subscription.lastDownload.connectionError 100 subscription.lastDownload.connectionError
89 subscription.lastDownload.invalidData 101 subscription.lastDownload.invalidData
90 subscription.lastDownload.checksumMismatch 102 subscription.lastDownload.checksumMismatch
91 subscription.enabled.label 103 subscription.enabled.label
92 subscription.delete.label 104 subscription.delete.label
93 addSubscription.label 105 addSubscription.label
94 addSubscriptionAdd.label 106 addSubscriptionAdd.label
95 addSubscriptionOther.label 107 addSubscriptionOther.label
96 acceptableAds2.label 108 acceptableAds2.label
97 viewList.label 109 viewList.label
98 readMore.label 110 readMore.label
99 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 111 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
100 title.label 112 title.label
101 adblockplus/chrome/locale/*/meta.properties = =name 113 adblockplus/chrome/locale/*/meta.properties = =name
102 adblockplus/chrome/locale/*/firstRun.properties = =* 114 adblockplus/chrome/locale/*/firstRun.properties = =*
OLDNEW
« no previous file with comments | « metadata.chrome ('k') | metadata.safari » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld