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

Delta Between Two Patch Sets: metadata.chrome

Issue 29403564: Issue 5083 - Merges chrome subdirectory to top level directory (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome
Left Patch Set: Created April 5, 2017, 10:55 a.m.
Right Patch Set: rebase for dave and sebastians changes, update buildtools dependency Created April 10, 2017, 7:51 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « managed-storage-schema.json ('k') | metadata.common » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 [general] 1 [general]
2 basename = adblockpluschrome
2 version = 1.13.2 3 version = 1.13.2
3 basename = adblockpluschrome 4 author = eyeo GmbH
5 permissions = tabs
6 http://*/*
7 https://*/*
8 ws://*/*
9 wss://*/*
10 contextMenus
11 webRequest
12 webRequestBlocking
13 webNavigation
14 storage
15 unlimitedStorage
16 notifications
4 backgroundScripts = ext/common.js 17 backgroundScripts = ext/common.js
5 lib/compat.js 18 lib/compat.js
6 lib/publicSuffixList.js 19 lib/publicSuffixList.js
7 lib/adblockplus.js 20 lib/adblockplus.js
8 messageResponder.js 21 messageResponder.js
9 ext/background.js 22 ext/background.js
10 background.js 23 background.js
11 testScripts = ../ext/common.js 24 testScripts = ../ext/common.js
12 ../ext/background.js 25 ../ext/background.js
13 ../lib/compat.js 26 ../lib/compat.js
14 ../lib/adblockplus.js 27 ../lib/adblockplus.js
15 ../lib/publicSuffixList.js 28 ../lib/publicSuffixList.js
16 common.js 29 common.js
17 tests/prefs.js 30 tests/prefs.js
18 tests/versionComparator.js 31 tests/versionComparator.js
19 tests/url.js 32 tests/url.js
20 tests/cssEscaping.js 33 tests/cssEscaping.js
21 permissions = tabs
22 http://*/*
23 https://*/*
24 ws://*/*
25 wss://*/*
26 contextMenus
27 webRequest
28 webRequestBlocking
29 webNavigation
30 storage
31 unlimitedStorage
32 notifications
33 options = options.html 34 options = options.html
34 devtools = devtools.html 35 devtools = devtools.html
35 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 36 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
36 icons = icons/abp-16.png icons/abp-32.png icons/detailed/abp-48.png 37 icons = icons/abp-16.png icons/abp-32.png icons/detailed/abp-48.png
37 icons/detailed/abp-64.png icons/detailed/abp-128.png 38 icons/detailed/abp-64.png icons/detailed/abp-128.png
38 managedStorageSchema = managed-storage-schema.json 39 managedStorageSchema = managed-storage-schema.json
39 author = eyeo GmbH
Sebastian Noack 2017/04/05 11:05:49 I would move general metadata like this above the
Jon Sonesen 2017/04/05 11:39:01 Done.
40 40
41 [compat] 41 [compat]
42 chrome = 49.0 42 chrome = 49.0
43 opera = 36.0 43 opera = 36.0
44 44
45 [contentScripts] 45 [contentScripts]
46 document_start = ext/common.js ext/content.js elemHideEmulation.js include.prelo ad.js 46 document_start = ext/common.js ext/content.js elemHideEmulation.js include.prelo ad.js
47 document_end = include.postload.js 47 document_end = include.postload.js
48 48
49 [mapping] 49 [mapping]
(...skipping 15 matching lines...) Expand all
65 skin/fonts/CreteRound-Italic.otf = adblockplusui/skin/fonts/CreteRound-Italic.ot f 65 skin/fonts/CreteRound-Italic.otf = adblockplusui/skin/fonts/CreteRound-Italic.ot f
66 skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular. otf 66 skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular. otf
67 skin/social/facebook.png = adblockplusui/skin/social/facebook.png 67 skin/social/facebook.png = adblockplusui/skin/social/facebook.png
68 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png 68 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png
69 skin/social/renren.png = adblockplusui/skin/social/renren.png 69 skin/social/renren.png = adblockplusui/skin/social/renren.png
70 skin/social/twitter.png = adblockplusui/skin/social/twitter.png 70 skin/social/twitter.png = adblockplusui/skin/social/twitter.png
71 skin/social/weibo.png = adblockplusui/skin/social/weibo.png 71 skin/social/weibo.png = adblockplusui/skin/social/weibo.png
72 devtools-panel.html = adblockplusui/devtools-panel.html 72 devtools-panel.html = adblockplusui/devtools-panel.html
73 devtools-panel.js = adblockplusui/devtools-panel.js 73 devtools-panel.js = adblockplusui/devtools-panel.js
74 skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css 74 skin/devtools-panel.css = adblockplusui/skin/devtools-panel.css
75 managed-storage-schema.json = lib/managed-storage-schema.json
76 75
77 [convert_js] 76 [convert_js]
78 lib/adblockplus.js = 77 lib/adblockplus.js =
79 lib/filterComposer.js 78 lib/filterComposer.js
80 lib/filterValidation.js 79 lib/filterValidation.js
81 lib/icon.js 80 lib/icon.js
82 lib/io.js 81 lib/io.js
83 lib/messaging.js 82 lib/messaging.js
84 lib/notificationHelper.js 83 lib/notificationHelper.js
85 lib/prefs.js 84 lib/prefs.js
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 addSubscription.label 144 addSubscription.label
146 addSubscriptionAdd.label 145 addSubscriptionAdd.label
147 addSubscriptionOther.label 146 addSubscriptionOther.label
148 acceptableAds2.label 147 acceptableAds2.label
149 viewList.label 148 viewList.label
150 readMore.label 149 readMore.label
151 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 150 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
152 title.label 151 title.label
153 adblockplus/chrome/locale/*/meta.properties = =name 152 adblockplus/chrome/locale/*/meta.properties = =name
154 adblockplusui/locale/*/firstRun.json = =* 153 adblockplusui/locale/*/firstRun.json = =*
LEFTRIGHT

Powered by Google App Engine
This is Rietveld