OLD | NEW |
1 [general] | 1 [general] |
2 version = 1.10 | 2 version = 1.10 |
3 backgroundScripts = ext/common.js | 3 backgroundScripts = |
| 4 lib/polyfill/promise.js |
| 5 ext/common.js |
4 ext/background.js | 6 ext/background.js |
5 lib/compat.js | 7 lib/compat.js |
6 lib/info.js | 8 lib/info.js |
7 lib/adblockplus.js | 9 lib/adblockplus.js |
8 lib/punycode.js | 10 lib/punycode.js |
9 lib/publicSuffixList.js | 11 lib/publicSuffixList.js |
10 lib/sha1.js | 12 lib/sha1.js |
11 lib/jsbn.js | 13 lib/jsbn.js |
12 lib/rsa.js | 14 lib/rsa.js |
13 webrequest.js | 15 webrequest.js |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 addSubscription.label | 133 addSubscription.label |
132 addSubscriptionAdd.label | 134 addSubscriptionAdd.label |
133 addSubscriptionOther.label | 135 addSubscriptionOther.label |
134 acceptableAds2.label | 136 acceptableAds2.label |
135 viewList.label | 137 viewList.label |
136 readMore.label | 138 readMore.label |
137 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 139 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
138 title.label | 140 title.label |
139 adblockplus/chrome/locale/*/meta.properties = =name | 141 adblockplus/chrome/locale/*/meta.properties = =name |
140 adblockplusui/locale/*/firstRun.json = =* | 142 adblockplusui/locale/*/firstRun.json = =* |
OLD | NEW |