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

Delta Between Two Patch Sets: metadata.chrome

Issue 29508671: Testing new options page with the extension (Closed)
Left Patch Set: Rebased Created Sept. 29, 2017, 6:03 p.m.
Right Patch Set: Created Oct. 5, 2017, 8:40 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « lib/prefs.js ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 [general] 1 [general]
2 basename = adblockpluschrome 2 basename = adblockpluschrome
3 version = 1.13.4 3 version = 1.13.4
4 author = eyeo GmbH 4 author = eyeo GmbH
5 permissions = tabs 5 permissions = tabs
6 <all_urls> 6 <all_urls>
7 contextMenus 7 contextMenus
8 webRequest 8 webRequest
9 webRequestBlocking 9 webRequestBlocking
10 webNavigation 10 webNavigation
(...skipping 26 matching lines...) Expand all
37 37
38 [compat] 38 [compat]
39 chrome = 49.0 39 chrome = 49.0
40 opera = 36.0 40 opera = 36.0
41 41
42 [contentScripts] 42 [contentScripts]
43 document_start = ext/common.js ext/content.js elemHideEmulation.js include.prelo ad.js 43 document_start = ext/common.js ext/content.js elemHideEmulation.js include.prelo ad.js
44 document_end = include.postload.js 44 document_end = include.postload.js
45 45
46 [mapping] 46 [mapping]
47 subscriptions.xml = adblockplusui/subscriptions.xml 47 subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml
48 options.html = adblockplusui/options.html 48 options.html = adblockplusui/options.html
49 firstRun.html = adblockplusui/firstRun.html 49 firstRun.html = adblockplusui/firstRun.html
50 options.js = adblockplusui/options.js 50 options.js = adblockplusui/options.js
51 common.js = adblockplusui/common.js 51 common.js = adblockplusui/common.js
52 firstRun.js = adblockplusui/firstRun.js 52 firstRun.js = adblockplusui/firstRun.js
53 i18n.js = adblockplusui/i18n.js 53 i18n.js = adblockplusui/i18n.js
54 messageResponder.js = adblockplusui/messageResponder.js 54 messageResponder.js = adblockplusui/messageResponder.js
55 icons/detailed/abp-128.png = adblockplusui/skin/abp-128.png 55 icons/detailed/abp-128.png = adblockplusui/skin/abp-128.png
56 skin/options.css = adblockplusui/skin/options.css 56 skin/options.css = adblockplusui/skin/options.css
57 skin/common.css = adblockplusui/skin/common.css 57 skin/common.css = adblockplusui/skin/common.css
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
133 adblockplusui/lib/antiadblockInit.js 133 adblockplusui/lib/antiadblockInit.js
134 lib/adblockplus.js[module] = true 134 lib/adblockplus.js[module] = true
135 lib/adblockplus.js[injectinfomodule] = true 135 lib/adblockplus.js[injectinfomodule] = true
136 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,subscriptionInit,filterComposer,stats,uninstall,csp,cssInjection,firefoxD ataCleanup 136 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,subscriptionInit,filterComposer,stats,uninstall,csp,cssInjection,firefoxD ataCleanup
137 include.preload.js = include.preload.js inject.preload.js 137 include.preload.js = include.preload.js inject.preload.js
138 include.postload.js = subscriptionLink.postload.js composer.postload.js 138 include.postload.js = subscriptionLink.postload.js composer.postload.js
139 elemHideEmulation.js = adblockpluscore/lib/common.js adblockpluscore/lib/content /elemHideEmulation.js 139 elemHideEmulation.js = adblockpluscore/lib/common.js adblockpluscore/lib/content /elemHideEmulation.js
140 elemHideEmulation.js[module] = true 140 elemHideEmulation.js[module] = true
141 141
142 [import_locales] 142 [import_locales]
143 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
144 remove_subscription_warning
145 =notification_antiadblock_title
146 =notification_antiadblock_message
147 filter_unknown_option
148 filter_invalid_regexp
149 filter_elemhide_duplicate_id
150 filter_elemhide_nocriteria
151 filter_elemhideemulation_nodomain
152 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label
153 notification.button.yes
154 notification.button.no
155 notification.closing.button.hide
156 notification.closing.button.optout
157 shownotifications.label
158 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress
159 subscription.lastDownload.invalidURL
160 subscription.lastDownload.connectionError
161 subscription.lastDownload.invalidData
162 subscription.lastDownload.checksumMismatch
163 subscription.enabled.label
164 subscription.delete.label
165 addSubscription.label
166 addSubscriptionAdd.label
167 addSubscriptionOther.label
168 acceptableAds2.label
169 viewList.label
170 readMore.label
171 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
172 title.label
173 adblockplus/chrome/locale/*/meta.properties = =name
174 adblockplusui/locale/*/firstRun.json = =* 143 adblockplusui/locale/*/firstRun.json = =*
175 adblockplusui/locale/*/options.json = =* 144 adblockplusui/locale/*/options.json = =*
176 adblockplusui/locale/*/common.json = =* 145 adblockplusui/locale/*/common.json = =*
LEFTRIGHT
« lib/prefs.js ('k') | no next file » | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld