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

Side by Side Diff: metadata.chrome

Issue 29798585: [experiment] Use patch #29798570 in adblockpluschrome Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Created June 4, 2018, 12:29 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 | « 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 basename = adblockpluschrome 2 basename = adblockpluschrome
3 version = 3.1 3 version = 3.1
4 author = eyeo GmbH 4 author = eyeo GmbH
5 backgroundScripts = polyfill.js 5 backgroundScripts = polyfill.js
6 Module.js
6 ext/common.js 7 ext/common.js
7 ext/background.js 8 ext/background.js
8 lib/compat.js 9 lib/compat.js
9 lib/publicSuffixList.js 10 lib/publicSuffixList.js
10 lib/adblockplus.js 11 lib/adblockplus.js
11 testScripts = ../polyfill.js 12 testScripts = ../polyfill.js
12 ../ext/common.js 13 ../ext/common.js
13 ../ext/background.js 14 ../ext/background.js
14 ../lib/compat.js 15 ../lib/compat.js
15 ../lib/publicSuffixList.js 16 ../lib/publicSuffixList.js
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css 129 skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css
129 issue-reporter.html = adblockplusui/issue-reporter.html 130 issue-reporter.html = adblockplusui/issue-reporter.html
130 issue-reporter.js = adblockplusui/issue-reporter.js 131 issue-reporter.js = adblockplusui/issue-reporter.js
131 skin/issue-reporter.css = adblockplusui/skin/issue-reporter.css 132 skin/issue-reporter.css = adblockplusui/skin/issue-reporter.css
132 desktop-options.html = adblockplusui/desktop-options.html 133 desktop-options.html = adblockplusui/desktop-options.html
133 desktop-options.js = adblockplusui/desktop-options.js 134 desktop-options.js = adblockplusui/desktop-options.js
134 skin/desktop-options.css = adblockplusui/skin/desktop-options.css 135 skin/desktop-options.css = adblockplusui/skin/desktop-options.css
135 updates.html = adblockplusui/updates.html 136 updates.html = adblockplusui/updates.html
136 updates.js = adblockplusui/updates.js 137 updates.js = adblockplusui/updates.js
137 skin/updates.css = adblockplusui/skin/updates.css 138 skin/updates.css = adblockplusui/skin/updates.css
139 Module.js = adblockpluscore/wasm/Module.js
140 Module.wasm = adblockpluscore/wasm/Module.wasm
138 141
139 [bundles] 142 [bundles]
140 lib/adblockplus.js = 143 lib/adblockplus.js =
141 adblockpluscore/lib/filterListener.js 144 adblockpluscore/lib/filterListener.js
142 adblockpluscore/lib/synchronizer.js 145 adblockpluscore/lib/synchronizer.js
143 lib/devtools.js 146 lib/devtools.js
144 lib/requestBlocker.js 147 lib/requestBlocker.js
145 lib/popupBlocker.js 148 lib/popupBlocker.js
146 lib/subscriptionInit.js 149 lib/subscriptionInit.js
147 lib/filterComposer.js 150 lib/filterComposer.js
(...skipping 14 matching lines...) Expand all
162 qunit/tests/url.js 165 qunit/tests/url.js
163 qunit/tests/cssEscaping.js 166 qunit/tests/cssEscaping.js
164 167
165 [import_locales] 168 [import_locales]
166 adblockplusui/locale/*/antiadblockInit.json = * 169 adblockplusui/locale/*/antiadblockInit.json = *
167 adblockplusui/locale/*/common.json = * 170 adblockplusui/locale/*/common.json = *
168 adblockplusui/locale/*/desktop-options.json = * 171 adblockplusui/locale/*/desktop-options.json = *
169 adblockplusui/locale/*/firstRun.json = * 172 adblockplusui/locale/*/firstRun.json = *
170 adblockplusui/locale/*/issue-reporter.json = * 173 adblockplusui/locale/*/issue-reporter.json = *
171 adblockplusui/locale/*/updates.json = * 174 adblockplusui/locale/*/updates.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