OLD | NEW |
1 [general] | 1 [general] |
2 version = 1.9.4 | 2 version = 1.9.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/adblockplus.js | 7 lib/adblockplus.js |
8 lib/punycode.js | 8 lib/punycode.js |
9 lib/publicSuffixList.js | 9 lib/publicSuffixList.js |
10 lib/sha1.js | 10 lib/sha1.js |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 adblockplus/lib/synchronizer.js | 85 adblockplus/lib/synchronizer.js |
86 adblockplus/lib/notification.js | 86 adblockplus/lib/notification.js |
87 adblockplus/lib/antiadblockInit.js | 87 adblockplus/lib/antiadblockInit.js |
88 lib/url.js | 88 lib/url.js |
89 lib/stats.js | 89 lib/stats.js |
90 lib/whitelisting.js | 90 lib/whitelisting.js |
91 lib/filterValidation.js | 91 lib/filterValidation.js |
92 lib/filterComposer.js | 92 lib/filterComposer.js |
93 lib/icon.js | 93 lib/icon.js |
94 lib/notificationHelper.js | 94 lib/notificationHelper.js |
| 95 lib/uninstall.js |
95 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ | 96 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ |
96 ext/common.js = ext/common.js chrome/ext/common.js | 97 ext/common.js = ext/common.js chrome/ext/common.js |
97 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style
=expand | 98 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style
=expand |
98 | 99 |
99 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js | 100 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js |
100 adblockplustests/chrome/content/tests/filterClasses.js | 101 adblockplustests/chrome/content/tests/filterClasses.js |
101 adblockplustests/chrome/content/tests/filterNotifier.js | 102 adblockplustests/chrome/content/tests/filterNotifier.js |
102 adblockplustests/chrome/content/tests/filterStorage.js | 103 adblockplustests/chrome/content/tests/filterStorage.js |
103 adblockplustests/chrome/content/tests/matcher.js | 104 adblockplustests/chrome/content/tests/matcher.js |
104 adblockplustests/chrome/content/tests/prefs.js | 105 adblockplustests/chrome/content/tests/prefs.js |
(...skipping 25 matching lines...) Expand all Loading... |
130 addSubscription.label | 131 addSubscription.label |
131 addSubscriptionAdd.label | 132 addSubscriptionAdd.label |
132 addSubscriptionOther.label | 133 addSubscriptionOther.label |
133 acceptableAds2.label | 134 acceptableAds2.label |
134 viewList.label | 135 viewList.label |
135 readMore.label | 136 readMore.label |
136 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 137 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
137 title.label | 138 title.label |
138 adblockplus/chrome/locale/*/meta.properties = =name | 139 adblockplus/chrome/locale/*/meta.properties = =name |
139 adblockplusui/locale/*/firstRun.json = =* | 140 adblockplusui/locale/*/firstRun.json = =* |
OLD | NEW |