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

Side by Side Diff: metadata.common

Issue 29350286: Issue 4376 - Updated buildtools dependency (Closed)
Patch Set: Rebased, set revisions, tidy up metadata.safari Created Sept. 9, 2016, 3:03 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 | « 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.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
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 skin/social/facebook.png = adblockplusui/skin/social/facebook.png 63 skin/social/facebook.png = adblockplusui/skin/social/facebook.png
64 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png 64 skin/social/googleplus.png = adblockplusui/skin/social/googleplus.png
65 skin/social/renren.png = adblockplusui/skin/social/renren.png 65 skin/social/renren.png = adblockplusui/skin/social/renren.png
66 skin/social/twitter.png = adblockplusui/skin/social/twitter.png 66 skin/social/twitter.png = adblockplusui/skin/social/twitter.png
67 skin/social/weibo.png = adblockplusui/skin/social/weibo.png 67 skin/social/weibo.png = adblockplusui/skin/social/weibo.png
68 qunit/qunit.js = adblockplustests/chrome/content/qunit.js 68 qunit/qunit.js = adblockplustests/chrome/content/qunit.js
69 qunit/qunit.css = adblockplustests/chrome/content/qunit.css 69 qunit/qunit.css = adblockplustests/chrome/content/qunit.css
70 70
71 [convert_js] 71 [convert_js]
72 lib/adblockplus.js = 72 lib/adblockplus.js =
73 lib/devtools.js
74 lib/filterComposer.js 73 lib/filterComposer.js
75 lib/filterValidation.js 74 lib/filterValidation.js
76 lib/icon.js 75 lib/icon.js
77 lib/io.js 76 lib/io.js
78 lib/messaging.js 77 lib/messaging.js
79 lib/notificationHelper.js 78 lib/notificationHelper.js
80 lib/popupBlocker.js
81 lib/prefs.js 79 lib/prefs.js
82 lib/punycode.js 80 lib/punycode.js
83 lib/requestBlocker.js 81 lib/requestBlocker.js
84 lib/stats.js 82 lib/stats.js
85 lib/subscriptionInit.js 83 lib/subscriptionInit.js
86 lib/tldjs.js 84 lib/tldjs.js
87 lib/uninstall.js
88 lib/url.js 85 lib/url.js
89 lib/utils.js 86 lib/utils.js
90 lib/whitelisting.js 87 lib/whitelisting.js
91 safari/contentBlocking.js
92 abp2blocklist/lib/abp2blocklist.js
93 adblockpluscore/lib/antiadblockInit.js 88 adblockpluscore/lib/antiadblockInit.js
94 adblockpluscore/lib/cssRules.js 89 adblockpluscore/lib/cssRules.js
95 adblockpluscore/lib/downloader.js 90 adblockpluscore/lib/downloader.js
96 adblockpluscore/lib/elemHide.js 91 adblockpluscore/lib/elemHide.js
97 adblockpluscore/lib/events.js 92 adblockpluscore/lib/events.js
98 adblockpluscore/lib/filterClasses.js 93 adblockpluscore/lib/filterClasses.js
99 adblockpluscore/lib/filterListener.js 94 adblockpluscore/lib/filterListener.js
100 adblockpluscore/lib/filterNotifier.js 95 adblockpluscore/lib/filterNotifier.js
101 adblockpluscore/lib/filterStorage.js 96 adblockpluscore/lib/filterStorage.js
102 adblockpluscore/lib/matcher.js 97 adblockpluscore/lib/matcher.js
103 adblockpluscore/lib/notification.js 98 adblockpluscore/lib/notification.js
104 adblockpluscore/lib/subscriptionClasses.js 99 adblockpluscore/lib/subscriptionClasses.js
105 adblockpluscore/lib/synchronizer.js 100 adblockpluscore/lib/synchronizer.js
106 --arg module=true source_repo=https://hg.adblockplus.org/adblockpluscore/ 101 lib/adblockplus.js[module] = true
107 autoload=filterListener,synchronizer,requestBlocker,popupBlocker,contentBlocki ng,subscriptionInit,filterComposer,stats,uninstall 102 lib/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockpluscore/
108 ext/common.js = ext/common.js chrome/ext/common.js 103 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,contentBlocking,subscriptionInit,filterComposer,stats,uninstall
109 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style =expand 104 ext/common.js = ext/common.js
105 ext/background.js = ext/background.js
106 ext/background.js[brace_style] = expand
110 include.postload.js = subscriptionLink.postload.js composer.postload.js 107 include.postload.js = subscriptionLink.postload.js composer.postload.js
111 108
112 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js 109 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js
113 adblockplustests/chrome/content/tests/filterClasses.js 110 adblockplustests/chrome/content/tests/filterClasses.js
114 adblockplustests/chrome/content/tests/filterNotifier.js 111 adblockplustests/chrome/content/tests/filterNotifier.js
115 adblockplustests/chrome/content/tests/filterStorage.js 112 adblockplustests/chrome/content/tests/filterStorage.js
116 adblockplustests/chrome/content/tests/matcher.js 113 adblockplustests/chrome/content/tests/matcher.js
117 adblockplustests/chrome/content/tests/prefs.js 114 adblockplustests/chrome/content/tests/prefs.js
118 adblockplustests/chrome/content/tests/regexpFilters_matching.js 115 adblockplustests/chrome/content/tests/regexpFilters_matching.js
119 adblockplustests/chrome/content/tests/subscriptionClasses.js 116 adblockplustests/chrome/content/tests/subscriptionClasses.js
120 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ 117 qunit/tests/adblockplus.js[source_repo] = https://hg.adblockplus.org/adblockplus tests/
121 118
122 [import_locales] 119 [import_locales]
123 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location 120 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
124 remove_subscription_warning 121 remove_subscription_warning
125 notification_antiadblock_title 122 notification_antiadblock_title
126 notification_antiadblock_message 123 notification_antiadblock_message
127 filter_unknown_option 124 filter_unknown_option
128 filter_invalid_regexp 125 filter_invalid_regexp
129 filter_elemhide_duplicate_id 126 filter_elemhide_duplicate_id
130 filter_elemhide_nocriteria 127 filter_elemhide_nocriteria
(...skipping 14 matching lines...) Expand all
145 addSubscription.label 142 addSubscription.label
146 addSubscriptionAdd.label 143 addSubscriptionAdd.label
147 addSubscriptionOther.label 144 addSubscriptionOther.label
148 acceptableAds2.label 145 acceptableAds2.label
149 viewList.label 146 viewList.label
150 readMore.label 147 readMore.label
151 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 148 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
152 title.label 149 title.label
153 adblockplus/chrome/locale/*/meta.properties = =name 150 adblockplus/chrome/locale/*/meta.properties = =name
154 adblockplusui/locale/*/firstRun.json = =* 151 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