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

Side by Side Diff: metadata.common

Issue 29345109: Issue 4059 - Adapt the manifest for Edge (2) (Closed)
Patch Set: Move 'author' to metadata.common Created May 28, 2016, 9:07 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
« no previous file with comments | « metadata.chrome ('k') | metadata.safari » ('j') | 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 version = 1.11 2 version = 1.11
3 backgroundScripts = lib/polyfills/url.js 3 backgroundScripts = lib/polyfills/url.js
4 lib/polyfills/promise.js 4 lib/polyfills/promise.js
5 lib/polyfills/fetch.js 5 lib/polyfills/fetch.js
6 ext/common.js 6 ext/common.js
7 ext/background.js 7 ext/background.js
8 lib/compat.js 8 lib/compat.js
9 lib/info.js 9 lib/info.js
10 lib/adblockplus.js 10 lib/adblockplus.js
(...skipping 16 matching lines...) Expand all
27 ../lib/jsbn.js 27 ../lib/jsbn.js
28 ../lib/rsa.js 28 ../lib/rsa.js
29 ../webrequest.js 29 ../webrequest.js
30 common.js 30 common.js
31 tests/adblockplus.js 31 tests/adblockplus.js
32 tests/versionComparator.js 32 tests/versionComparator.js
33 tests/url.js 33 tests/url.js
34 tests/signatures.js 34 tests/signatures.js
35 tests/cssEscaping.js 35 tests/cssEscaping.js
36 permissions = http://*/* https://*/* 36 permissions = http://*/* https://*/*
37 author = Eyeo GmbH
37 38
38 [contentScripts] 39 [contentScripts]
39 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s 40 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s
40 document_end = include.postload.js 41 document_end = include.postload.js
41 42
42 [mapping] 43 [mapping]
43 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js 44 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js
44 ext/content.js = chrome/ext/content.js 45 ext/content.js = chrome/ext/content.js
45 ext/popup.js = chrome/ext/popup.js 46 ext/popup.js = chrome/ext/popup.js
46 subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml 47 subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 addSubscription.label 137 addSubscription.label
137 addSubscriptionAdd.label 138 addSubscriptionAdd.label
138 addSubscriptionOther.label 139 addSubscriptionOther.label
139 acceptableAds2.label 140 acceptableAds2.label
140 viewList.label 141 viewList.label
141 readMore.label 142 readMore.label
142 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 143 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
143 title.label 144 title.label
144 adblockplus/chrome/locale/*/meta.properties = =name 145 adblockplus/chrome/locale/*/meta.properties = =name
145 adblockplusui/locale/*/firstRun.json = =* 146 adblockplusui/locale/*/firstRun.json = =*
OLDNEW
« no previous file with comments | « metadata.chrome ('k') | metadata.safari » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld