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

Side by Side Diff: metadata.common

Issue 29335668: Issue 2597 - Begin the switch to adblockpluscore (Closed)
Patch Set: Keep adblockplus dependency for those pesky strings Created Feb. 15, 2016, 6:30 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 | « dependencies ('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 version = 1.10.2 2 version = 1.10.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/adblockplus.js 10 lib/adblockplus.js
(...skipping 22 matching lines...) Expand all
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 37
38 [contentScripts] 38 [contentScripts]
39 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s 39 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j s
40 document_end = include.postload.js 40 document_end = include.postload.js
41 41
42 [mapping] 42 [mapping]
43 cssProperties.js = adblockplus/chrome/content/cssProperties.js 43 cssProperties.js = adblockpluscore/chrome/content/cssProperties.js
44 ext/content.js = chrome/ext/content.js 44 ext/content.js = chrome/ext/content.js
45 ext/popup.js = chrome/ext/popup.js 45 ext/popup.js = chrome/ext/popup.js
46 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml 46 subscriptions.xml = adblockpluscore/chrome/content/ui/subscriptions.xml
47 firstRun.html = adblockplusui/firstRun.html 47 firstRun.html = adblockplusui/firstRun.html
48 common.js = adblockplusui/common.js 48 common.js = adblockplusui/common.js
49 firstRun.js = adblockplusui/firstRun.js 49 firstRun.js = adblockplusui/firstRun.js
50 i18n.js = adblockplusui/i18n.js 50 i18n.js = adblockplusui/i18n.js
51 messageResponder.js = adblockplusui/messageResponder.js 51 messageResponder.js = adblockplusui/messageResponder.js
52 icons/detailed/abp-128.png = adblockplusui/skin/abp-128.png 52 icons/detailed/abp-128.png = adblockplusui/skin/abp-128.png
53 skin/common.css = adblockplusui/skin/common.css 53 skin/common.css = adblockplusui/skin/common.css
54 skin/firstRun.css = adblockplusui/skin/firstRun.css 54 skin/firstRun.css = adblockplusui/skin/firstRun.css
55 skin/ajax-loader.gif = adblockplusui/skin/ajax-loader.gif 55 skin/ajax-loader.gif = adblockplusui/skin/ajax-loader.gif
56 skin/background.png = adblockplusui/skin/background.png 56 skin/background.png = adblockplusui/skin/background.png
(...skipping 11 matching lines...) Expand all
68 skin/social/renren.png = adblockplusui/skin/social/renren.png 68 skin/social/renren.png = adblockplusui/skin/social/renren.png
69 skin/social/twitter.png = adblockplusui/skin/social/twitter.png 69 skin/social/twitter.png = adblockplusui/skin/social/twitter.png
70 skin/social/weibo.png = adblockplusui/skin/social/weibo.png 70 skin/social/weibo.png = adblockplusui/skin/social/weibo.png
71 qunit/qunit.js = adblockplustests/chrome/content/qunit.js 71 qunit/qunit.js = adblockplustests/chrome/content/qunit.js
72 qunit/qunit.css = adblockplustests/chrome/content/qunit.css 72 qunit/qunit.css = adblockplustests/chrome/content/qunit.css
73 73
74 [convert_js] 74 [convert_js]
75 lib/adblockplus.js = lib/prefs.js 75 lib/adblockplus.js = lib/prefs.js
76 lib/utils.js 76 lib/utils.js
77 lib/io.js 77 lib/io.js
78 adblockplus/lib/downloader.js 78 adblockpluscore/lib/downloader.js
79 adblockplus/lib/filterNotifier.js 79 adblockpluscore/lib/filterNotifier.js
80 adblockplus/lib/filterClasses.js 80 adblockpluscore/lib/filterClasses.js
81 adblockplus/lib/subscriptionClasses.js 81 adblockpluscore/lib/subscriptionClasses.js
82 adblockplus/lib/filterStorage.js 82 adblockpluscore/lib/filterStorage.js
83 adblockplus/lib/elemHide.js 83 adblockpluscore/lib/elemHide.js
84 adblockplus/lib/matcher.js 84 adblockpluscore/lib/matcher.js
85 adblockplus/lib/cssRules.js 85 adblockpluscore/lib/cssRules.js
86 adblockplus/lib/filterListener.js 86 adblockpluscore/lib/filterListener.js
87 adblockplus/lib/synchronizer.js 87 adblockpluscore/lib/synchronizer.js
88 adblockplus/lib/notification.js 88 adblockpluscore/lib/notification.js
89 adblockplus/lib/antiadblockInit.js 89 adblockpluscore/lib/antiadblockInit.js
90 lib/url.js 90 lib/url.js
91 lib/stats.js 91 lib/stats.js
92 lib/devtools.js 92 lib/devtools.js
93 lib/whitelisting.js 93 lib/whitelisting.js
94 lib/filterValidation.js 94 lib/filterValidation.js
95 lib/filterComposer.js 95 lib/filterComposer.js
96 lib/icon.js 96 lib/icon.js
97 lib/notificationHelper.js 97 lib/notificationHelper.js
98 lib/popupBlocker.js 98 lib/popupBlocker.js
99 lib/uninstall.js 99 lib/uninstall.js
100 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ 100 --arg module=true source_repo=https://hg.adblockplus.org/adblockpluscore/
101 ext/common.js = ext/common.js chrome/ext/common.js 101 ext/common.js = ext/common.js chrome/ext/common.js
102 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style =expand 102 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style =expand
103 103
104 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js 104 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js
105 adblockplustests/chrome/content/tests/filterClasses.js 105 adblockplustests/chrome/content/tests/filterClasses.js
106 adblockplustests/chrome/content/tests/filterNotifier.js 106 adblockplustests/chrome/content/tests/filterNotifier.js
107 adblockplustests/chrome/content/tests/filterStorage.js 107 adblockplustests/chrome/content/tests/filterStorage.js
108 adblockplustests/chrome/content/tests/matcher.js 108 adblockplustests/chrome/content/tests/matcher.js
109 adblockplustests/chrome/content/tests/prefs.js 109 adblockplustests/chrome/content/tests/prefs.js
110 adblockplustests/chrome/content/tests/regexpFilters_matching.js 110 adblockplustests/chrome/content/tests/regexpFilters_matching.js
(...skipping 24 matching lines...) Expand all
135 addSubscription.label 135 addSubscription.label
136 addSubscriptionAdd.label 136 addSubscriptionAdd.label
137 addSubscriptionOther.label 137 addSubscriptionOther.label
138 acceptableAds2.label 138 acceptableAds2.label
139 viewList.label 139 viewList.label
140 readMore.label 140 readMore.label
141 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 141 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
142 title.label 142 title.label
143 adblockplus/chrome/locale/*/meta.properties = =name 143 adblockplus/chrome/locale/*/meta.properties = =name
144 adblockplusui/locale/*/firstRun.json = =* 144 adblockplusui/locale/*/firstRun.json = =*
OLDNEW
« no previous file with comments | « dependencies ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld