OLD | NEW |
1 [general] | 1 [general] |
2 version = 1.7.4 | 2 version = 1.7.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/io.js | 7 lib/io.js |
8 lib/adblockplus.js | 8 lib/adblockplus.js |
9 lib/punycode.js | 9 lib/punycode.js |
10 lib/publicSuffixList.js | 10 lib/publicSuffixList.js |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 adblockplus/lib/downloader.js | 61 adblockplus/lib/downloader.js |
62 adblockplus/lib/filterNotifier.js | 62 adblockplus/lib/filterNotifier.js |
63 adblockplus/lib/filterClasses.js | 63 adblockplus/lib/filterClasses.js |
64 adblockplus/lib/subscriptionClasses.js | 64 adblockplus/lib/subscriptionClasses.js |
65 adblockplus/lib/filterStorage.js | 65 adblockplus/lib/filterStorage.js |
66 adblockplus/lib/elemHide.js | 66 adblockplus/lib/elemHide.js |
67 adblockplus/lib/matcher.js | 67 adblockplus/lib/matcher.js |
68 adblockplus/lib/filterListener.js | 68 adblockplus/lib/filterListener.js |
69 adblockplus/lib/synchronizer.js | 69 adblockplus/lib/synchronizer.js |
70 adblockplus/lib/notification.js | 70 adblockplus/lib/notification.js |
| 71 adblockplus/lib/antiadblockInit.js |
71 lib/stats.js | 72 lib/stats.js |
72 lib/whitelisting.js | 73 lib/whitelisting.js |
73 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ | 74 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ |
74 | 75 |
75 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js | 76 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js |
76 adblockplustests/chrome/content/tests/filterClasses.js | 77 adblockplustests/chrome/content/tests/filterClasses.js |
77 adblockplustests/chrome/content/tests/filterNotifier.js | 78 adblockplustests/chrome/content/tests/filterNotifier.js |
78 adblockplustests/chrome/content/tests/filterStorage.js | 79 adblockplustests/chrome/content/tests/filterStorage.js |
79 adblockplustests/chrome/content/tests/matcher.js | 80 adblockplustests/chrome/content/tests/matcher.js |
80 adblockplustests/chrome/content/tests/prefs.js | 81 adblockplustests/chrome/content/tests/prefs.js |
81 adblockplustests/chrome/content/tests/regexpFilters_matching.js | 82 adblockplustests/chrome/content/tests/regexpFilters_matching.js |
82 adblockplustests/chrome/content/tests/subscriptionClasses.js | 83 adblockplustests/chrome/content/tests/subscriptionClasses.js |
83 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ | 84 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ |
84 | 85 |
85 [import_locales] | 86 [import_locales] |
86 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location | 87 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location |
87 remove_subscription_warning | 88 remove_subscription_warning |
| 89 notification_antiadblock_title |
| 90 notification_antiadblock_message |
88 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label | 91 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label |
| 92 notification.button.yes |
| 93 notification.button.no |
| 94 notification.button.close |
89 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress | 95 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress |
90 subscription.lastDownload.invalidURL | 96 subscription.lastDownload.invalidURL |
91 subscription.lastDownload.connectionError | 97 subscription.lastDownload.connectionError |
92 subscription.lastDownload.invalidData | 98 subscription.lastDownload.invalidData |
93 subscription.lastDownload.checksumMismatch | 99 subscription.lastDownload.checksumMismatch |
94 subscription.enabled.label | 100 subscription.enabled.label |
95 subscription.delete.label | 101 subscription.delete.label |
96 addSubscription.label | 102 addSubscription.label |
97 addSubscriptionAdd.label | 103 addSubscriptionAdd.label |
98 addSubscriptionOther.label | 104 addSubscriptionOther.label |
99 acceptableAds2.label | 105 acceptableAds2.label |
100 viewList.label | 106 viewList.label |
101 readMore.label | 107 readMore.label |
102 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 108 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
103 title.label | 109 title.label |
104 adblockplus/chrome/locale/*/meta.properties = =name | 110 adblockplus/chrome/locale/*/meta.properties = =name |
105 adblockplus/chrome/locale/*/firstRun.properties = =* | 111 adblockplus/chrome/locale/*/firstRun.properties = =* |
OLD | NEW |