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

Delta Between Two Patch Sets: metadata.common

Issue 29345109: Issue 4059 - Adapt the manifest for Edge (2) (Closed)
Left Patch Set: Move 'author' to metadata.common Created May 28, 2016, 9:07 a.m.
Right Patch Set: Fix the diff not to be incremental Created May 28, 2016, 10:59 p.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 | « no previous file | metadata.safari » ('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 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
11 lib/punycode.js 11 lib/punycode.js
12 lib/publicSuffixList.js 12 lib/publicSuffixList.js
13 lib/sha1.js 13 lib/sha1.js
14 lib/jsbn.js 14 lib/jsbn.js
15 lib/rsa.js 15 lib/rsa.js
16 webrequest.js
17 messageResponder.js 16 messageResponder.js
18 background.js 17 background.js
19 testScripts = ../ext/common.js 18 testScripts = ../ext/common.js
20 ../ext/background.js 19 ../ext/background.js
21 ../lib/compat.js 20 ../lib/compat.js
22 ../lib/info.js 21 ../lib/info.js
23 ../lib/adblockplus.js 22 ../lib/adblockplus.js
24 ../lib/publicSuffixList.js 23 ../lib/publicSuffixList.js
25 ../lib/punycode.js 24 ../lib/punycode.js
26 ../lib/sha1.js 25 ../lib/sha1.js
27 ../lib/jsbn.js 26 ../lib/jsbn.js
28 ../lib/rsa.js 27 ../lib/rsa.js
29 ../webrequest.js
30 common.js 28 common.js
31 tests/adblockplus.js 29 tests/adblockplus.js
32 tests/versionComparator.js 30 tests/versionComparator.js
33 tests/url.js 31 tests/url.js
34 tests/signatures.js 32 tests/signatures.js
35 tests/cssEscaping.js 33 tests/cssEscaping.js
36 permissions = http://*/* https://*/* 34 permissions = http://*/* https://*/*
37 author = Eyeo GmbH
38 35
39 [contentScripts] 36 [contentScripts]
40 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s 37 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s
41 document_end = include.postload.js 38 document_end = include.postload.js
42 39
43 [mapping] 40 [mapping]
44 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js 41 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js
45 ext/content.js = chrome/ext/content.js 42 ext/content.js = chrome/ext/content.js
46 ext/popup.js = chrome/ext/popup.js 43 ext/popup.js = chrome/ext/popup.js
47 subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml 44 subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml
(...skipping 18 matching lines...) Expand all
66 skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular. otf 63 skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular. otf
67 skin/social/facebook.png = adblockplusui/skin/social/facebook.png 64 skin/social/facebook.png = adblockplusui/skin/social/facebook.png
68 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png 65 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png
69 skin/social/renren.png = adblockplusui/skin/social/renren.png 66 skin/social/renren.png = adblockplusui/skin/social/renren.png
70 skin/social/twitter.png = adblockplusui/skin/social/twitter.png 67 skin/social/twitter.png = adblockplusui/skin/social/twitter.png
71 skin/social/weibo.png = adblockplusui/skin/social/weibo.png 68 skin/social/weibo.png = adblockplusui/skin/social/weibo.png
72 qunit/qunit.js = adblockplustests/chrome/content/qunit.js 69 qunit/qunit.js = adblockplustests/chrome/content/qunit.js
73 qunit/qunit.css = adblockplustests/chrome/content/qunit.css 70 qunit/qunit.css = adblockplustests/chrome/content/qunit.css
74 71
75 [convert_js] 72 [convert_js]
76 lib/adblockplus.js = lib/prefs.js 73 lib/adblockplus.js = adblockpluscore/lib/events.js
74 lib/prefs.js
77 lib/utils.js 75 lib/utils.js
78 lib/io.js 76 lib/io.js
79 adblockpluscore/lib/downloader.js 77 adblockpluscore/lib/downloader.js
80 adblockpluscore/lib/filterNotifier.js 78 adblockpluscore/lib/filterNotifier.js
81 adblockpluscore/lib/filterClasses.js 79 adblockpluscore/lib/filterClasses.js
82 adblockpluscore/lib/subscriptionClasses.js 80 adblockpluscore/lib/subscriptionClasses.js
83 adblockpluscore/lib/filterStorage.js 81 adblockpluscore/lib/filterStorage.js
84 adblockpluscore/lib/elemHide.js 82 adblockpluscore/lib/elemHide.js
85 adblockpluscore/lib/matcher.js 83 adblockpluscore/lib/matcher.js
86 adblockpluscore/lib/cssRules.js 84 adblockpluscore/lib/cssRules.js
87 adblockpluscore/lib/filterListener.js 85 adblockpluscore/lib/filterListener.js
88 adblockpluscore/lib/synchronizer.js 86 adblockpluscore/lib/synchronizer.js
89 adblockpluscore/lib/notification.js 87 adblockpluscore/lib/notification.js
90 adblockpluscore/lib/antiadblockInit.js 88 adblockpluscore/lib/antiadblockInit.js
89 lib/messaging.js
91 lib/url.js 90 lib/url.js
92 lib/stats.js 91 lib/stats.js
93 lib/devtools.js 92 lib/devtools.js
94 lib/whitelisting.js 93 lib/whitelisting.js
95 lib/filterValidation.js 94 lib/filterValidation.js
96 lib/filterComposer.js 95 lib/filterComposer.js
97 lib/icon.js 96 lib/icon.js
98 lib/notificationHelper.js 97 lib/notificationHelper.js
98 lib/subscriptionInit.js
99 lib/requestBlocker.js
99 lib/popupBlocker.js 100 lib/popupBlocker.js
100 lib/uninstall.js 101 lib/uninstall.js
101 --arg module=true source_repo=https://hg.adblockplus.org/adblockpluscore/ 102 --arg module=true source_repo=https://hg.adblockplus.org/adblockpluscore/
102 ext/common.js = ext/common.js chrome/ext/common.js 103 ext/common.js = ext/common.js chrome/ext/common.js
103 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style =expand 104 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style =expand
104 include.postload.js = subscriptionLink.postload.js blockElement.postload.js 105 include.postload.js = subscriptionLink.postload.js composer.postload.js
105 106
106 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js 107 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js
107 adblockplustests/chrome/content/tests/filterClasses.js 108 adblockplustests/chrome/content/tests/filterClasses.js
108 adblockplustests/chrome/content/tests/filterNotifier.js 109 adblockplustests/chrome/content/tests/filterNotifier.js
109 adblockplustests/chrome/content/tests/filterStorage.js 110 adblockplustests/chrome/content/tests/filterStorage.js
110 adblockplustests/chrome/content/tests/matcher.js 111 adblockplustests/chrome/content/tests/matcher.js
111 adblockplustests/chrome/content/tests/prefs.js 112 adblockplustests/chrome/content/tests/prefs.js
112 adblockplustests/chrome/content/tests/regexpFilters_matching.js 113 adblockplustests/chrome/content/tests/regexpFilters_matching.js
113 adblockplustests/chrome/content/tests/subscriptionClasses.js 114 adblockplustests/chrome/content/tests/subscriptionClasses.js
114 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ 115 --arg source_repo=https://hg.adblockplus.org/adblockplustests/
115 116
116 [import_locales] 117 [import_locales]
117 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location 118 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
118 remove_subscription_warning 119 remove_subscription_warning
119 notification_antiadblock_title 120 notification_antiadblock_title
120 notification_antiadblock_message 121 notification_antiadblock_message
122 filter_unknown_option
123 filter_invalid_regexp
121 filter_elemhide_duplicate_id 124 filter_elemhide_duplicate_id
122 filter_elemhide_nocriteria 125 filter_elemhide_nocriteria
123 filter_cssproperty_nodomain 126 filter_cssproperty_nodomain
124 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label 127 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label
125 notification.button.yes 128 notification.button.yes
126 notification.button.no 129 notification.button.no
127 notification.closing.button.hide 130 notification.closing.button.hide
128 notification.closing.button.optout 131 notification.closing.button.optout
129 shownotifications.label 132 shownotifications.label
130 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress 133 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress
131 subscription.lastDownload.invalidURL 134 subscription.lastDownload.invalidURL
132 subscription.lastDownload.connectionError 135 subscription.lastDownload.connectionError
133 subscription.lastDownload.invalidData 136 subscription.lastDownload.invalidData
134 subscription.lastDownload.checksumMismatch 137 subscription.lastDownload.checksumMismatch
135 subscription.enabled.label 138 subscription.enabled.label
136 subscription.delete.label 139 subscription.delete.label
137 addSubscription.label 140 addSubscription.label
138 addSubscriptionAdd.label 141 addSubscriptionAdd.label
139 addSubscriptionOther.label 142 addSubscriptionOther.label
140 acceptableAds2.label 143 acceptableAds2.label
141 viewList.label 144 viewList.label
142 readMore.label 145 readMore.label
143 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 146 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
144 title.label 147 title.label
145 adblockplus/chrome/locale/*/meta.properties = =name 148 adblockplus/chrome/locale/*/meta.properties = =name
146 adblockplusui/locale/*/firstRun.json = =* 149 adblockplusui/locale/*/firstRun.json = =*
LEFTRIGHT
« no previous file | metadata.safari » ('j') | Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Toggle Comments ('s')

Powered by Google App Engine
This is Rietveld