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

Side by Side Diff: metadata.chrome

Issue 29737561: Issue 6539, 6782 - Implement support for snippets (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Add explanatory comment in catch block Created July 19, 2018, 3:51 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/contentFiltering.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.1 3 version = 3.1
4 author = eyeo GmbH 4 author = eyeo GmbH
5 backgroundScripts = polyfill.js 5 backgroundScripts = polyfill.js
6 ext/common.js 6 ext/common.js
7 ext/background.js 7 ext/background.js
8 lib/compat.js 8 lib/compat.js
9 lib/publicSuffixList.js 9 lib/publicSuffixList.js
10 lib/adblockplus.js 10 lib/adblockplus.js
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css 128 skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css
129 issue-reporter.html = adblockplusui/issue-reporter.html 129 issue-reporter.html = adblockplusui/issue-reporter.html
130 issue-reporter.js = adblockplusui/issue-reporter.js 130 issue-reporter.js = adblockplusui/issue-reporter.js
131 skin/issue-reporter.css = adblockplusui/skin/issue-reporter.css 131 skin/issue-reporter.css = adblockplusui/skin/issue-reporter.css
132 desktop-options.html = adblockplusui/desktop-options.html 132 desktop-options.html = adblockplusui/desktop-options.html
133 desktop-options.js = adblockplusui/desktop-options.js 133 desktop-options.js = adblockplusui/desktop-options.js
134 skin/desktop-options.css = adblockplusui/skin/desktop-options.css 134 skin/desktop-options.css = adblockplusui/skin/desktop-options.css
135 updates.html = adblockplusui/updates.html 135 updates.html = adblockplusui/updates.html
136 updates.js = adblockplusui/updates.js 136 updates.js = adblockplusui/updates.js
137 skin/updates.css = adblockplusui/skin/updates.css 137 skin/updates.css = adblockplusui/skin/updates.css
138 snippets.js = adblockpluscore/lib/content/snippets.js
138 139
139 [bundles] 140 [bundles]
140 lib/adblockplus.js = 141 lib/adblockplus.js =
141 adblockpluscore/lib/filterListener.js 142 adblockpluscore/lib/filterListener.js
142 adblockpluscore/lib/synchronizer.js 143 adblockpluscore/lib/synchronizer.js
143 lib/devtools.js 144 lib/devtools.js
144 lib/requestBlocker.js 145 lib/requestBlocker.js
145 lib/popupBlocker.js 146 lib/popupBlocker.js
146 lib/subscriptionInit.js 147 lib/subscriptionInit.js
147 lib/filterComposer.js 148 lib/filterComposer.js
148 lib/stats.js 149 lib/stats.js
149 lib/uninstall.js 150 lib/uninstall.js
150 lib/csp.js 151 lib/csp.js
151 lib/cssInjection.js 152 lib/contentFiltering.js
152 adblockplusui/messageResponder.js 153 adblockplusui/messageResponder.js
153 include.preload.js = 154 include.preload.js =
154 include.preload.js 155 include.preload.js
155 inject.preload.js 156 inject.preload.js
156 include.postload.js = 157 include.postload.js =
157 subscriptionLink.postload.js 158 subscriptionLink.postload.js
158 composer.postload.js 159 composer.postload.js
159 160
160 [import_locales] 161 [import_locales]
161 adblockplusui/locale/*/antiadblockInit.json = * 162 adblockplusui/locale/*/antiadblockInit.json = *
162 adblockplusui/locale/*/common.json = * 163 adblockplusui/locale/*/common.json = *
163 adblockplusui/locale/*/desktop-options.json = * 164 adblockplusui/locale/*/desktop-options.json = *
164 adblockplusui/locale/*/firstRun.json = * 165 adblockplusui/locale/*/firstRun.json = *
165 adblockplusui/locale/*/issue-reporter.json = * 166 adblockplusui/locale/*/issue-reporter.json = *
166 adblockplusui/locale/*/updates.json = * 167 adblockplusui/locale/*/updates.json = *
OLDNEW
« no previous file with comments | « lib/contentFiltering.js ('k') | polyfill.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld