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

Side by Side Diff: metadata.common

Issue 29388608: Issue 5014 - Fix broken "Hide targeted messages?" notifications (Closed)
Patch Set: Created March 19, 2017, 10:04 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 | « no previous file | no next file » | 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.13.1 2 version = 1.13.1
3 backgroundScripts = ext/common.js 3 backgroundScripts = ext/common.js
4 ext/background.js 4 ext/background.js
5 lib/compat.js 5 lib/compat.js
6 lib/info.js 6 lib/info.js
7 lib/publicSuffixList.js 7 lib/publicSuffixList.js
8 lib/adblockplus.js 8 lib/adblockplus.js
9 messageResponder.js 9 messageResponder.js
10 background.js 10 background.js
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 lib/adblockplus.js[module] = true 90 lib/adblockplus.js[module] = true
91 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,subscriptionInit,filterComposer,stats,uninstall,csp 91 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,subscriptionInit,filterComposer,stats,uninstall,csp
92 ext/common.js = ext/common.js 92 ext/common.js = ext/common.js
93 ext/background.js = ext/background.js 93 ext/background.js = ext/background.js
94 include.postload.js = subscriptionLink.postload.js composer.postload.js 94 include.postload.js = subscriptionLink.postload.js composer.postload.js
95 elemHideEmulation.js = adblockpluscore/lib/common.js adblockpluscore/chrome/cont ent/elemHideEmulation.js 95 elemHideEmulation.js = adblockpluscore/lib/common.js adblockpluscore/chrome/cont ent/elemHideEmulation.js
96 96
97 [import_locales] 97 [import_locales]
98 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location 98 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
99 remove_subscription_warning 99 remove_subscription_warning
100 notification_antiadblock_title 100 =notification_antiadblock_title
101 notification_antiadblock_message 101 =notification_antiadblock_message
102 filter_unknown_option 102 filter_unknown_option
103 filter_invalid_regexp 103 filter_invalid_regexp
104 filter_elemhide_duplicate_id 104 filter_elemhide_duplicate_id
105 filter_elemhide_nocriteria 105 filter_elemhide_nocriteria
106 filter_elemhideemulation_nodomain 106 filter_elemhideemulation_nodomain
107 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label 107 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label
108 notification.button.yes 108 notification.button.yes
109 notification.button.no 109 notification.button.no
110 notification.closing.button.hide 110 notification.closing.button.hide
111 notification.closing.button.optout 111 notification.closing.button.optout
112 shownotifications.label 112 shownotifications.label
113 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress 113 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress
114 subscription.lastDownload.invalidURL 114 subscription.lastDownload.invalidURL
115 subscription.lastDownload.connectionError 115 subscription.lastDownload.connectionError
116 subscription.lastDownload.invalidData 116 subscription.lastDownload.invalidData
117 subscription.lastDownload.checksumMismatch 117 subscription.lastDownload.checksumMismatch
118 subscription.enabled.label 118 subscription.enabled.label
119 subscription.delete.label 119 subscription.delete.label
120 addSubscription.label 120 addSubscription.label
121 addSubscriptionAdd.label 121 addSubscriptionAdd.label
122 addSubscriptionOther.label 122 addSubscriptionOther.label
123 acceptableAds2.label 123 acceptableAds2.label
124 viewList.label 124 viewList.label
125 readMore.label 125 readMore.label
126 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 126 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
127 title.label 127 title.label
128 adblockplus/chrome/locale/*/meta.properties = =name 128 adblockplus/chrome/locale/*/meta.properties = =name
129 adblockplusui/locale/*/firstRun.json = =* 129 adblockplusui/locale/*/firstRun.json = =*
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld