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

Side by Side Diff: metadata.chrome

Issue 29374674: Issue 4864 - Start using ESLint for adblockpluschrome (Closed)
Patch Set: Remove the arrow-parens rule Created March 9, 2017, 10:15 a.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 [default] 1 [default]
2 inherit = metadata.common 2 inherit = metadata.common
3 3
4 [general] 4 [general]
5 basename = adblockpluschrome 5 basename = adblockpluschrome
6 permissions = tabs 6 permissions = tabs
7 http://*/* 7 http://*/*
8 https://*/* 8 https://*/*
9 contextMenus 9 contextMenus
10 webRequest 10 webRequest
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 ext/devtools.js = chrome/ext/devtools.js 52 ext/devtools.js = chrome/ext/devtools.js
53 devtools.html = chrome/devtools.html 53 devtools.html = chrome/devtools.html
54 devtools.js = chrome/devtools.js 54 devtools.js = chrome/devtools.js
55 devtools-panel.html = adblockplusui/devtools-panel.html 55 devtools-panel.html = adblockplusui/devtools-panel.html
56 devtools-panel.js = adblockplusui/devtools-panel.js 56 devtools-panel.js = adblockplusui/devtools-panel.js
57 skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css 57 skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css
58 managed-storage-schema.json = chrome/managed-storage-schema.json 58 managed-storage-schema.json = chrome/managed-storage-schema.json
59 59
60 [convert_js] 60 [convert_js]
61 lib/adblockplus.js += lib/devtools.js lib/popupBlocker.js lib/uninstall.js lib/c sp.js 61 lib/adblockplus.js += lib/devtools.js lib/popupBlocker.js lib/uninstall.js lib/c sp.js
62 ext/common.js += chrome/ext/common.js
63 ext/background.js += chrome/ext/background.js 62 ext/background.js += chrome/ext/background.js
OLDNEW
« no previous file with comments | « lib/whitelisting.js ('k') | metadata.common » ('j') | notification.js » ('J')

Powered by Google App Engine
This is Rietveld