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: Created March 30, 2018, 8:25 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
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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css 110 skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css
111 issue-reporter.html = adblockplusui/issue-reporter.html 111 issue-reporter.html = adblockplusui/issue-reporter.html
112 issue-reporter.js = adblockplusui/issue-reporter.js 112 issue-reporter.js = adblockplusui/issue-reporter.js
113 skin/issue-reporter.css = adblockplusui/skin/issue-reporter.css 113 skin/issue-reporter.css = adblockplusui/skin/issue-reporter.css
114 desktop-options.html = adblockplusui/desktop-options.html 114 desktop-options.html = adblockplusui/desktop-options.html
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 snippets.js = snippets.js
Manish Jethani 2018/03/31 08:09:40 This by the way will eventually come from a separa
120 121
121 [bundles] 122 [bundles]
122 lib/adblockplus.js = 123 lib/adblockplus.js =
123 adblockpluscore/lib/filterListener.js 124 adblockpluscore/lib/filterListener.js
124 adblockpluscore/lib/synchronizer.js 125 adblockpluscore/lib/synchronizer.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
134 lib/snippets.js
133 adblockplusui/messageResponder.js 135 adblockplusui/messageResponder.js
134 background.js 136 background.js
135 include.preload.js = include.preload.js inject.preload.js 137 include.preload.js = include.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

Powered by Google App Engine
This is Rietveld