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

Side by Side Diff: metadata.chrome

Issue 29417555: Issue 5130 - Changes url protocol permissions to all urls (Closed)
Patch Set: fix redundancies introduced in last patch Created April 19, 2017, 12:21 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/popupBlocker.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 = 1.13.2 3 version = 1.13.2
4 author = eyeo GmbH 4 author = eyeo GmbH
5 permissions = tabs 5 permissions = tabs
6 http://*/* 6 <all_urls>
7 https://*/*
8 ws://*/*
9 wss://*/*
10 contextMenus 7 contextMenus
11 webRequest 8 webRequest
12 webRequestBlocking 9 webRequestBlocking
13 webNavigation 10 webNavigation
14 storage 11 storage
15 unlimitedStorage 12 unlimitedStorage
16 notifications 13 notifications
17 backgroundScripts = ext/common.js 14 backgroundScripts = ext/common.js
18 ext/background.js 15 ext/background.js
19 lib/compat.js 16 lib/compat.js
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 addSubscription.label 141 addSubscription.label
145 addSubscriptionAdd.label 142 addSubscriptionAdd.label
146 addSubscriptionOther.label 143 addSubscriptionOther.label
147 acceptableAds2.label 144 acceptableAds2.label
148 viewList.label 145 viewList.label
149 readMore.label 146 readMore.label
150 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 147 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
151 title.label 148 title.label
152 adblockplus/chrome/locale/*/meta.properties = =name 149 adblockplus/chrome/locale/*/meta.properties = =name
153 adblockplusui/locale/*/firstRun.json = =* 150 adblockplusui/locale/*/firstRun.json = =*
OLDNEW
« no previous file with comments | « lib/popupBlocker.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld