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

Side by Side Diff: metadata.chrome

Issue 29705719: Issue 6402 - Split filter hit / request logging out into own API (Closed)
Patch Set: Ensure devtools module is included in the bundle Created Feb. 22, 2018, 4:30 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
« lib/devLogger.js ('K') | « lib/whitelisting.js ('k') | 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.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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 adblockpluscore/lib/filterListener.js 77 adblockpluscore/lib/filterListener.js
78 adblockpluscore/lib/synchronizer.js 78 adblockpluscore/lib/synchronizer.js
79 lib/requestBlocker.js 79 lib/requestBlocker.js
80 lib/popupBlocker.js 80 lib/popupBlocker.js
81 lib/subscriptionInit.js 81 lib/subscriptionInit.js
82 lib/filterComposer.js 82 lib/filterComposer.js
83 lib/stats.js 83 lib/stats.js
84 lib/uninstall.js 84 lib/uninstall.js
85 lib/csp.js 85 lib/csp.js
86 lib/cssInjection.js 86 lib/cssInjection.js
87 lib/devtools.js
87 adblockplusui/messageResponder.js 88 adblockplusui/messageResponder.js
88 background.js 89 background.js
89 include.preload.js = include.preload.js inject.preload.js 90 include.preload.js = include.preload.js inject.preload.js
90 include.postload.js = subscriptionLink.postload.js composer.postload.js 91 include.postload.js = subscriptionLink.postload.js composer.postload.js
91 qunit/tests.js = 92 qunit/tests.js =
92 qunit/common.js 93 qunit/common.js
93 qunit/tests/prefs.js 94 qunit/tests/prefs.js
94 qunit/tests/url.js 95 qunit/tests/url.js
95 qunit/tests/cssEscaping.js 96 qunit/tests/cssEscaping.js
96 97
97 [import_locales] 98 [import_locales]
98 adblockplusui/locale/*/firstRun.json = * 99 adblockplusui/locale/*/firstRun.json = *
99 adblockplusui/locale/*/antiadblockInit.json = * 100 adblockplusui/locale/*/antiadblockInit.json = *
100 adblockplusui/locale/*/issue-reporter.json = * 101 adblockplusui/locale/*/issue-reporter.json = *
OLDNEW
« lib/devLogger.js ('K') | « lib/whitelisting.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld