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

Side by Side Diff: metadata.chrome

Issue 29394585: Issue 5027 - Use updated webRequest API for WebSocket blocking (Closed)
Patch Set: change commit message, add chrome version to include.preload.js comments Created March 29, 2017, 12:04 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
« no previous file with comments | « lib/requestBlocker.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 [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 ws://*/*
10 wss://*/*
9 contextMenus 11 contextMenus
10 webRequest 12 webRequest
11 webRequestBlocking 13 webRequestBlocking
12 webNavigation 14 webNavigation
13 storage 15 storage
14 unlimitedStorage 16 unlimitedStorage
15 notifications 17 notifications
16 options = options.html 18 options = options.html
17 devtools = devtools.html 19 devtools = devtools.html
18 browserAction = icons/abp-16.png icons/abp-19.png icons/abp-20.png icons/abp-32. png icons/abp-38.png icons/abp-40.png popup.html 20 browserAction = icons/abp-16.png icons/abp-19.png icons/abp-20.png icons/abp-32. png icons/abp-38.png icons/abp-40.png popup.html
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 devtools.js = chrome/devtools.js 57 devtools.js = chrome/devtools.js
56 devtools-panel.html = adblockplusui/devtools-panel.html 58 devtools-panel.html = adblockplusui/devtools-panel.html
57 devtools-panel.js = adblockplusui/devtools-panel.js 59 devtools-panel.js = adblockplusui/devtools-panel.js
58 skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css 60 skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css
59 managed-storage-schema.json = chrome/managed-storage-schema.json 61 managed-storage-schema.json = chrome/managed-storage-schema.json
60 62
61 [convert_js] 63 [convert_js]
62 lib/adblockplus.js += lib/devtools.js lib/popupBlocker.js lib/uninstall.js lib/c sp.js 64 lib/adblockplus.js += lib/devtools.js lib/popupBlocker.js lib/uninstall.js lib/c sp.js
63 ext/common.js += chrome/ext/common.js 65 ext/common.js += chrome/ext/common.js
64 ext/background.js += chrome/ext/background.js 66 ext/background.js += chrome/ext/background.js
OLDNEW
« no previous file with comments | « lib/requestBlocker.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld