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

Side by Side Diff: metadata.chrome

Issue 29536764: Issue 5587, 5748 - Use mobile options page on Firefox for Android (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Add options page loader Created Sept. 8, 2017, 9:59 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
OLDNEW
1 [general] 1 [general]
2 basename = adblockpluschrome 2 basename = adblockpluschrome
3 version = 1.13.3 3 version = 1.13.3
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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 adblockpluscore/lib/jsbn.js 105 adblockpluscore/lib/jsbn.js
106 adblockpluscore/lib/matcher.js 106 adblockpluscore/lib/matcher.js
107 adblockpluscore/lib/notification.js 107 adblockpluscore/lib/notification.js
108 adblockpluscore/lib/rsa.js 108 adblockpluscore/lib/rsa.js
109 adblockpluscore/lib/rusha.js 109 adblockpluscore/lib/rusha.js
110 adblockpluscore/lib/subscriptionClasses.js 110 adblockpluscore/lib/subscriptionClasses.js
111 adblockpluscore/lib/synchronizer.js 111 adblockpluscore/lib/synchronizer.js
112 adblockplusui/lib/antiadblockInit.js 112 adblockplusui/lib/antiadblockInit.js
113 lib/adblockplus.js[module] = true 113 lib/adblockplus.js[module] = true
114 lib/adblockplus.js[injectinfomodule] = true 114 lib/adblockplus.js[injectinfomodule] = true
115 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,subscriptionInit,filterComposer,stats,uninstall,csp,cssInjection,firefoxD ataCleanup 115 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,subscriptionInit,filterComposer,stats,uninstall,csp,cssInjection,firefoxD ataCleanup,browserAction
116 include.preload.js = include.preload.js inject.preload.js 116 include.preload.js = include.preload.js inject.preload.js
117 include.postload.js = subscriptionLink.postload.js composer.postload.js 117 include.postload.js = subscriptionLink.postload.js composer.postload.js
118 elemHideEmulation.js = adblockpluscore/lib/common.js adblockpluscore/lib/content /elemHideEmulation.js 118 elemHideEmulation.js = adblockpluscore/lib/common.js adblockpluscore/lib/content /elemHideEmulation.js
119 elemHideEmulation.js[module] = true 119 elemHideEmulation.js[module] = true
120 120
121 [import_locales] 121 [import_locales]
122 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location 122 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
123 remove_subscription_warning 123 remove_subscription_warning
124 =notification_antiadblock_title 124 =notification_antiadblock_title
125 =notification_antiadblock_message 125 =notification_antiadblock_message
(...skipping 18 matching lines...) Expand all
144 addSubscription.label 144 addSubscription.label
145 addSubscriptionAdd.label 145 addSubscriptionAdd.label
146 addSubscriptionOther.label 146 addSubscriptionOther.label
147 acceptableAds2.label 147 acceptableAds2.label
148 viewList.label 148 viewList.label
149 readMore.label 149 readMore.label
150 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 150 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
151 title.label 151 title.label
152 adblockplus/chrome/locale/*/meta.properties = =name 152 adblockplus/chrome/locale/*/meta.properties = =name
153 adblockplusui/locale/*/firstRun.json = =* 153 adblockplusui/locale/*/firstRun.json = =*
OLDNEW

Powered by Google App Engine
This is Rietveld