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

Side by Side Diff: metadata.common

Issue 29376774: Issue 4715 - Fixing previous commit, consider dependency update importing issue 3672 changes proper… (Closed)
Patch Set: Created Feb. 21, 2017, 11:18 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 | « no previous file | 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.12.4 2 version = 1.12.4
3 backgroundScripts = ext/common.js 3 backgroundScripts = ext/common.js
4 ext/background.js 4 ext/background.js
5 lib/compat.js 5 lib/compat.js
6 lib/info.js 6 lib/info.js
7 lib/publicSuffixList.js 7 lib/publicSuffixList.js
8 lib/adblockplus.js 8 lib/adblockplus.js
9 messageResponder.js 9 messageResponder.js
10 background.js 10 background.js
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 lib/prefs.js 63 lib/prefs.js
64 lib/punycode.js 64 lib/punycode.js
65 lib/requestBlocker.js 65 lib/requestBlocker.js
66 lib/stats.js 66 lib/stats.js
67 lib/subscriptionInit.js 67 lib/subscriptionInit.js
68 lib/tldjs.js 68 lib/tldjs.js
69 lib/url.js 69 lib/url.js
70 lib/utils.js 70 lib/utils.js
71 lib/whitelisting.js 71 lib/whitelisting.js
72 adblockpluscore/lib/coreUtils.js 72 adblockpluscore/lib/coreUtils.js
73 adblockpluscore/lib/antiadblockInit.js
74 adblockpluscore/lib/common.js 73 adblockpluscore/lib/common.js
75 adblockpluscore/lib/downloader.js 74 adblockpluscore/lib/downloader.js
76 adblockpluscore/lib/elemHide.js 75 adblockpluscore/lib/elemHide.js
77 adblockpluscore/lib/elemHideEmulation.js 76 adblockpluscore/lib/elemHideEmulation.js
78 adblockpluscore/lib/events.js 77 adblockpluscore/lib/events.js
79 adblockpluscore/lib/filterClasses.js 78 adblockpluscore/lib/filterClasses.js
80 adblockpluscore/lib/filterListener.js 79 adblockpluscore/lib/filterListener.js
81 adblockpluscore/lib/filterNotifier.js 80 adblockpluscore/lib/filterNotifier.js
82 adblockpluscore/lib/filterStorage.js 81 adblockpluscore/lib/filterStorage.js
83 adblockpluscore/lib/jsbn.js 82 adblockpluscore/lib/jsbn.js
84 adblockpluscore/lib/matcher.js 83 adblockpluscore/lib/matcher.js
85 adblockpluscore/lib/notification.js 84 adblockpluscore/lib/notification.js
86 adblockpluscore/lib/rsa.js 85 adblockpluscore/lib/rsa.js
87 adblockpluscore/lib/rusha.js 86 adblockpluscore/lib/rusha.js
88 adblockpluscore/lib/subscriptionClasses.js 87 adblockpluscore/lib/subscriptionClasses.js
89 adblockpluscore/lib/synchronizer.js 88 adblockpluscore/lib/synchronizer.js
89 adblockplusui/lib/antiadblockInit.js
90 lib/adblockplus.js[module] = true 90 lib/adblockplus.js[module] = true
91 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,subscriptionInit,filterComposer,stats,uninstall,csp 91 lib/adblockplus.js[autoload] = filterListener,synchronizer,requestBlocker,popupB locker,subscriptionInit,filterComposer,stats,uninstall,csp
92 ext/common.js = ext/common.js 92 ext/common.js = ext/common.js
93 ext/background.js = ext/background.js 93 ext/background.js = ext/background.js
94 include.postload.js = subscriptionLink.postload.js composer.postload.js 94 include.postload.js = subscriptionLink.postload.js composer.postload.js
95 elemHideEmulation.js = adblockpluscore/lib/common.js adblockpluscore/chrome/cont ent/elemHideEmulation.js 95 elemHideEmulation.js = adblockpluscore/lib/common.js adblockpluscore/chrome/cont ent/elemHideEmulation.js
96 96
97 [import_locales] 97 [import_locales]
98 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location 98 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
99 remove_subscription_warning 99 remove_subscription_warning
(...skipping 20 matching lines...) Expand all
120 addSubscription.label 120 addSubscription.label
121 addSubscriptionAdd.label 121 addSubscriptionAdd.label
122 addSubscriptionOther.label 122 addSubscriptionOther.label
123 acceptableAds2.label 123 acceptableAds2.label
124 viewList.label 124 viewList.label
125 readMore.label 125 readMore.label
126 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 126 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
127 title.label 127 title.label
128 adblockplus/chrome/locale/*/meta.properties = =name 128 adblockplus/chrome/locale/*/meta.properties = =name
129 adblockplusui/locale/*/firstRun.json = =* 129 adblockplusui/locale/*/firstRun.json = =*
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld