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: Update adblockpluscore dependency Created July 18, 2018, 11:32 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.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 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/devtools.js
145 lib/requestBlocker.js 145 lib/requestBlocker.js
146 lib/popupBlocker.js 146 lib/popupBlocker.js
147 lib/subscriptionInit.js 147 lib/subscriptionInit.js
148 lib/filterComposer.js 148 lib/filterComposer.js
149 lib/stats.js 149 lib/stats.js
150 lib/uninstall.js 150 lib/uninstall.js
151 lib/csp.js 151 lib/csp.js
152 lib/scriptInjection.js 152 lib/contentFiltering.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 160
161 [import_locales] 161 [import_locales]
162 adblockplusui/locale/*/antiadblockInit.json = * 162 adblockplusui/locale/*/antiadblockInit.json = *
163 adblockplusui/locale/*/common.json = * 163 adblockplusui/locale/*/common.json = *
164 adblockplusui/locale/*/desktop-options.json = * 164 adblockplusui/locale/*/desktop-options.json = *
165 adblockplusui/locale/*/firstRun.json = * 165 adblockplusui/locale/*/firstRun.json = *
166 adblockplusui/locale/*/issue-reporter.json = * 166 adblockplusui/locale/*/issue-reporter.json = *
167 adblockplusui/locale/*/updates.json = * 167 adblockplusui/locale/*/updates.json = *
LEFTRIGHT

Powered by Google App Engine
This is Rietveld