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