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

Side by Side Diff: metadata.chrome

Issue 29740555: Issue 6469 - Inject API wrappers only if there's a filter match (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Wrap tabs.executeScript Created April 2, 2018, 12:14 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 | « lib/scriptInjection.js ('k') | polyfill.js » ('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 basename = adblockpluschrome 2 basename = adblockpluschrome
3 version = 3.0.2 3 version = 3.0.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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 desktop-options.js = adblockplusui/desktop-options.js 115 desktop-options.js = adblockplusui/desktop-options.js
116 skin/desktop-options.css = adblockplusui/skin/desktop-options.css 116 skin/desktop-options.css = adblockplusui/skin/desktop-options.css
117 updates.html = adblockplusui/updates.html 117 updates.html = adblockplusui/updates.html
118 updates.js = adblockplusui/updates.js 118 updates.js = adblockplusui/updates.js
119 skin/updates.css = adblockplusui/skin/updates.css 119 skin/updates.css = adblockplusui/skin/updates.css
120 120
121 [bundles] 121 [bundles]
122 lib/adblockplus.js = 122 lib/adblockplus.js =
123 adblockpluscore/lib/filterListener.js 123 adblockpluscore/lib/filterListener.js
124 adblockpluscore/lib/synchronizer.js 124 adblockpluscore/lib/synchronizer.js
125 lib/scriptInjection.js
125 lib/requestBlocker.js 126 lib/requestBlocker.js
126 lib/popupBlocker.js 127 lib/popupBlocker.js
127 lib/subscriptionInit.js 128 lib/subscriptionInit.js
128 lib/filterComposer.js 129 lib/filterComposer.js
129 lib/stats.js 130 lib/stats.js
130 lib/uninstall.js 131 lib/uninstall.js
131 lib/csp.js 132 lib/csp.js
132 lib/cssInjection.js 133 lib/cssInjection.js
133 adblockplusui/messageResponder.js 134 adblockplusui/messageResponder.js
134 background.js 135 background.js
135 include.preload.js = include.preload.js inject.preload.js 136 include.preload.js = include.preload.js
137 inject.preload.js = inject.preload.js
136 include.postload.js = subscriptionLink.postload.js composer.postload.js 138 include.postload.js = subscriptionLink.postload.js composer.postload.js
137 qunit/tests.js = 139 qunit/tests.js =
138 qunit/common.js 140 qunit/common.js
139 qunit/tests/prefs.js 141 qunit/tests/prefs.js
140 qunit/tests/url.js 142 qunit/tests/url.js
141 qunit/tests/cssEscaping.js 143 qunit/tests/cssEscaping.js
142 144
143 [import_locales] 145 [import_locales]
144 adblockplusui/locale/*/antiadblockInit.json = * 146 adblockplusui/locale/*/antiadblockInit.json = *
145 adblockplusui/locale/*/common.json = * 147 adblockplusui/locale/*/common.json = *
146 adblockplusui/locale/*/desktop-options.json = * 148 adblockplusui/locale/*/desktop-options.json = *
147 adblockplusui/locale/*/firstRun.json = * 149 adblockplusui/locale/*/firstRun.json = *
148 adblockplusui/locale/*/issue-reporter.json = * 150 adblockplusui/locale/*/issue-reporter.json = *
149 adblockplusui/locale/*/updates.json = * 151 adblockplusui/locale/*/updates.json = *
OLDNEW
« no previous file with comments | « lib/scriptInjection.js ('k') | polyfill.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld