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

Delta Between Two Patch Sets: metadata.chrome

Issue 29737561: Issue 6539, 6782 - Implement support for snippets (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Left Patch Set: Use adblockpluscore/lib/snippets.js for script parsing Created April 25, 2018, 6:30 p.m.
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « lib/contentFiltering.js ('k') | polyfill.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 [general] 1 [general]
2 basename = adblockpluschrome 2 basename = adblockpluschrome
3 version = 3.0.4 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
11 testScripts = ../polyfill.js 11 testScripts = ../polyfill.js
12 ../ext/common.js 12 ../ext/common.js
13 ../ext/background.js 13 ../ext/background.js
(...skipping 114 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 = snippets.js 138 snippets.js = adblockpluscore/lib/content/snippets.js
139 139
140 [bundles] 140 [bundles]
141 lib/adblockplus.js = 141 lib/adblockplus.js =
142 adblockpluscore/lib/filterListener.js 142 adblockpluscore/lib/filterListener.js
143 adblockpluscore/lib/synchronizer.js 143 adblockpluscore/lib/synchronizer.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 lib/scriptInjection.js
153 adblockplusui/messageResponder.js 153 adblockplusui/messageResponder.js
154 include.preload.js = 154 include.preload.js =
155 include.preload.js 155 include.preload.js
156 inject.preload.js 156 inject.preload.js
157 include.postload.js = 157 include.postload.js =
158 subscriptionLink.postload.js 158 subscriptionLink.postload.js
159 composer.postload.js 159 composer.postload.js
160 qunit/tests.js =
161 qunit/common.js
162 qunit/tests/prefs.js
163 qunit/tests/url.js
164 qunit/tests/cssEscaping.js
165 160
166 [import_locales] 161 [import_locales]
167 adblockplusui/locale/*/antiadblockInit.json = * 162 adblockplusui/locale/*/antiadblockInit.json = *
168 adblockplusui/locale/*/common.json = * 163 adblockplusui/locale/*/common.json = *
169 adblockplusui/locale/*/desktop-options.json = * 164 adblockplusui/locale/*/desktop-options.json = *
170 adblockplusui/locale/*/firstRun.json = * 165 adblockplusui/locale/*/firstRun.json = *
171 adblockplusui/locale/*/issue-reporter.json = * 166 adblockplusui/locale/*/issue-reporter.json = *
172 adblockplusui/locale/*/updates.json = * 167 adblockplusui/locale/*/updates.json = *
LEFTRIGHT

Powered by Google App Engine
This is Rietveld