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

Side by Side Diff: metadata.common

Issue 29356068: Issue 4495 - Update adblockplustests dependency (Closed)
Patch Set: Remove adblockplustests Created Oct. 6, 2016, 9:37 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 | « dependencies ('k') | qunit/qunit.css » ('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.12.2 2 version = 1.12.2
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/publicSuffixList.js 10 lib/publicSuffixList.js
11 lib/adblockplus.js 11 lib/adblockplus.js
12 messageResponder.js 12 messageResponder.js
13 background.js 13 background.js
14 testScripts = ../ext/common.js 14 testScripts = ../ext/common.js
15 ../ext/background.js 15 ../ext/background.js
16 ../lib/compat.js 16 ../lib/compat.js
17 ../lib/info.js 17 ../lib/info.js
18 ../lib/adblockplus.js 18 ../lib/adblockplus.js
19 ../lib/publicSuffixList.js 19 ../lib/publicSuffixList.js
20 common.js 20 common.js
21 tests/adblockplus.js 21 tests/prefs.js
22 tests/versionComparator.js 22 tests/versionComparator.js
23 tests/url.js 23 tests/url.js
24 tests/cssEscaping.js 24 tests/cssEscaping.js
25 permissions = http://*/* https://*/* 25 permissions = http://*/* https://*/*
26 author = Eyeo GmbH 26 author = Eyeo GmbH
27 27
28 [contentScripts] 28 [contentScripts]
29 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s 29 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s
30 document_end = include.postload.js 30 document_end = include.postload.js
31 31
(...skipping 19 matching lines...) Expand all
51 skin/features/malware.png = adblockplusui/skin/features/malware.png 51 skin/features/malware.png = adblockplusui/skin/features/malware.png
52 skin/features/social.png = adblockplusui/skin/features/social.png 52 skin/features/social.png = adblockplusui/skin/features/social.png
53 skin/features/tracking.png = adblockplusui/skin/features/tracking.png 53 skin/features/tracking.png = adblockplusui/skin/features/tracking.png
54 skin/fonts/CreteRound-Italic.otf = adblockplusui/skin/fonts/CreteRound-Italic.ot f 54 skin/fonts/CreteRound-Italic.otf = adblockplusui/skin/fonts/CreteRound-Italic.ot f
55 skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular. otf 55 skin/fonts/CreteRound-Regular.otf = adblockplusui/skin/fonts/CreteRound-Regular. otf
56 skin/social/facebook.png = adblockplusui/skin/social/facebook.png 56 skin/social/facebook.png = adblockplusui/skin/social/facebook.png
57 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png 57 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png
58 skin/social/renren.png = adblockplusui/skin/social/renren.png 58 skin/social/renren.png = adblockplusui/skin/social/renren.png
59 skin/social/twitter.png = adblockplusui/skin/social/twitter.png 59 skin/social/twitter.png = adblockplusui/skin/social/twitter.png
60 skin/social/weibo.png = adblockplusui/skin/social/weibo.png 60 skin/social/weibo.png = adblockplusui/skin/social/weibo.png
61 qunit/qunit.js = adblockplustests/chrome/content/qunit.js
62 qunit/qunit.css = adblockplustests/chrome/content/qunit.css
63 61
64 [convert_js] 62 [convert_js]
65 lib/adblockplus.js = 63 lib/adblockplus.js =
66 lib/filterComposer.js 64 lib/filterComposer.js
67 lib/filterValidation.js 65 lib/filterValidation.js
68 lib/icon.js 66 lib/icon.js
69 lib/io.js 67 lib/io.js
70 lib/messaging.js 68 lib/messaging.js
71 lib/notificationHelper.js 69 lib/notificationHelper.js
72 lib/prefs.js 70 lib/prefs.js
(...skipping 23 matching lines...) Expand all
96 adblockpluscore/lib/subscriptionClasses.js 94 adblockpluscore/lib/subscriptionClasses.js
97 adblockpluscore/lib/synchronizer.js 95 adblockpluscore/lib/synchronizer.js
98 lib/adblockplus.js[module] = true 96 lib/adblockplus.js[module] = true
99 lib/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockpluscore/ 97 lib/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockpluscore/
100 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,contentBlocking,subscriptionInit,filterComposer,stats,uninstall 98 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,contentBlocking,subscriptionInit,filterComposer,stats,uninstall
101 ext/common.js = ext/common.js 99 ext/common.js = ext/common.js
102 ext/background.js = ext/background.js 100 ext/background.js = ext/background.js
103 ext/background.js[brace_style] = expand 101 ext/background.js[brace_style] = expand
104 include.postload.js = subscriptionLink.postload.js composer.postload.js 102 include.postload.js = subscriptionLink.postload.js composer.postload.js
105 103
106 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js
107 adblockplustests/chrome/content/tests/filterClasses.js
Sebastian Noack 2016/10/06 11:47:36 Do I miss something here, or shouldn't we import t
Wladimir Palant 2016/10/06 12:09:29 This makes little sense. In adblockpluscore these
Sebastian Noack 2016/10/06 12:24:17 Not sure about the effort, but I think it generall
Wladimir Palant 2016/10/06 14:27:58 I don't really remember that misoptimization being
Sebastian Noack 2016/10/06 16:24:23 I don't agree, but if we still want to run the cor
108 adblockplustests/chrome/content/tests/filterNotifier.js
109 adblockplustests/chrome/content/tests/filterStorage.js
110 adblockplustests/chrome/content/tests/matcher.js
111 adblockplustests/chrome/content/tests/prefs.js
112 adblockplustests/chrome/content/tests/regexpFilters_matching.js
113 adblockplustests/chrome/content/tests/subscriptionClasses.js
114 qunit/tests/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockplus tests/
115
116 [import_locales] 104 [import_locales]
117 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location 105 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
118 remove_subscription_warning 106 remove_subscription_warning
119 notification_antiadblock_title 107 notification_antiadblock_title
120 notification_antiadblock_message 108 notification_antiadblock_message
121 filter_unknown_option 109 filter_unknown_option
122 filter_invalid_regexp 110 filter_invalid_regexp
123 filter_elemhide_duplicate_id 111 filter_elemhide_duplicate_id
124 filter_elemhide_nocriteria 112 filter_elemhide_nocriteria
125 filter_cssproperty_nodomain 113 filter_cssproperty_nodomain
(...skipping 13 matching lines...) Expand all
139 addSubscription.label 127 addSubscription.label
140 addSubscriptionAdd.label 128 addSubscriptionAdd.label
141 addSubscriptionOther.label 129 addSubscriptionOther.label
142 acceptableAds2.label 130 acceptableAds2.label
143 viewList.label 131 viewList.label
144 readMore.label 132 readMore.label
145 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 133 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
146 title.label 134 title.label
147 adblockplus/chrome/locale/*/meta.properties = =name 135 adblockplus/chrome/locale/*/meta.properties = =name
148 adblockplusui/locale/*/firstRun.json = =* 136 adblockplusui/locale/*/firstRun.json = =*
OLDNEW
« no previous file with comments | « dependencies ('k') | qunit/qunit.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld