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

Side by Side Diff: metadata.chrome

Issue 29437555: Issue 4586, 5207 - Move the injected wrappers into a separate file (Closed)
Patch Set: Avoid adding an extra content script Created May 12, 2017, 12:53 p.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 | « inject.preload.js ('k') | 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 basename = adblockpluschrome 2 basename = adblockpluschrome
3 version = 1.13.2 3 version = 1.13.2
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/matcher.js 105 adblockpluscore/lib/matcher.js
106 adblockpluscore/lib/notification.js 106 adblockpluscore/lib/notification.js
107 adblockpluscore/lib/rsa.js 107 adblockpluscore/lib/rsa.js
108 adblockpluscore/lib/rusha.js 108 adblockpluscore/lib/rusha.js
109 adblockpluscore/lib/subscriptionClasses.js 109 adblockpluscore/lib/subscriptionClasses.js
110 adblockpluscore/lib/synchronizer.js 110 adblockpluscore/lib/synchronizer.js
111 adblockplusui/lib/antiadblockInit.js 111 adblockplusui/lib/antiadblockInit.js
112 lib/adblockplus.js[module] = true 112 lib/adblockplus.js[module] = true
113 lib/adblockplus.js[injectinfomodule] = true 113 lib/adblockplus.js[injectinfomodule] = true
114 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,subscriptionInit,filterComposer,stats,uninstall,csp 114 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,subscriptionInit,filterComposer,stats,uninstall,csp
115 include.preload.js = include.preload.js inject.preload.js
115 include.postload.js = subscriptionLink.postload.js composer.postload.js 116 include.postload.js = subscriptionLink.postload.js composer.postload.js
116 elemHideEmulation.js = adblockpluscore/lib/common.js adblockpluscore/chrome/cont ent/elemHideEmulation.js 117 elemHideEmulation.js = adblockpluscore/lib/common.js adblockpluscore/chrome/cont ent/elemHideEmulation.js
117 118
118 [import_locales] 119 [import_locales]
119 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location 120 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
120 remove_subscription_warning 121 remove_subscription_warning
121 =notification_antiadblock_title 122 =notification_antiadblock_title
122 =notification_antiadblock_message 123 =notification_antiadblock_message
123 filter_unknown_option 124 filter_unknown_option
124 filter_invalid_regexp 125 filter_invalid_regexp
(...skipping 16 matching lines...) Expand all
141 addSubscription.label 142 addSubscription.label
142 addSubscriptionAdd.label 143 addSubscriptionAdd.label
143 addSubscriptionOther.label 144 addSubscriptionOther.label
144 acceptableAds2.label 145 acceptableAds2.label
145 viewList.label 146 viewList.label
146 readMore.label 147 readMore.label
147 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 148 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
148 title.label 149 title.label
149 adblockplus/chrome/locale/*/meta.properties = =name 150 adblockplus/chrome/locale/*/meta.properties = =name
150 adblockplusui/locale/*/firstRun.json = =* 151 adblockplusui/locale/*/firstRun.json = =*
OLDNEW
« no previous file with comments | « inject.preload.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld