OLD | NEW |
1 [general] | 1 [general] |
2 basename = adblockpluschrome | 2 basename = adblockpluschrome |
3 version = 1.5 | 3 version = 1.5 |
4 backgroundScripts = lib/compat.js | 4 backgroundScripts = lib/compat.js |
5 lib/io.js | 5 lib/io.js |
6 lib/adblockplus.js | 6 lib/adblockplus.js |
7 lib/punycode.js | 7 lib/punycode.js |
8 lib/publicSuffixList.js | 8 lib/publicSuffixList.js |
9 lib/basedomain.js | 9 lib/basedomain.js |
10 lib/sha1.js | 10 lib/sha1.js |
11 lib/jsbn.js | 11 lib/jsbn.js |
12 lib/rsa.js | 12 lib/rsa.js |
13 webrequest.js | 13 webrequest.js |
14 popupBlocker.js | 14 popupBlocker.js |
15 background.js | 15 background.js |
16 permissions = tabs | 16 permissions = tabs |
17 http://*/* | 17 http://*/* |
18 https://*/* | 18 https://*/* |
19 contextMenus | 19 contextMenus |
20 webRequest | 20 webRequest |
21 webRequestBlocking | 21 webRequestBlocking |
22 webNavigation | 22 webNavigation |
23 unlimitedStorage | 23 unlimitedStorage |
| 24 notifications |
24 options = options.html | 25 options = options.html |
25 pageAction = icons/abp-19.png popup.html | 26 pageAction = icons/abp-19.png popup.html |
26 icons = icons/abp-?.png | 27 icons = icons/abp-?.png |
27 webAccessible = block.html | 28 webAccessible = block.html |
28 | 29 |
29 [contentScripts] | 30 [contentScripts] |
30 document_start = include.preload.js | 31 document_start = include.preload.js |
31 document_end = include.postload.js | 32 document_end = include.postload.js |
32 | 33 |
33 [compat] | 34 [compat] |
(...skipping 26 matching lines...) Expand all Loading... |
60 lib/elemHideHitRegistration.js | 61 lib/elemHideHitRegistration.js |
61 adblockplus/lib/downloader.js | 62 adblockplus/lib/downloader.js |
62 adblockplus/lib/filterNotifier.js | 63 adblockplus/lib/filterNotifier.js |
63 adblockplus/lib/filterClasses.js | 64 adblockplus/lib/filterClasses.js |
64 adblockplus/lib/subscriptionClasses.js | 65 adblockplus/lib/subscriptionClasses.js |
65 adblockplus/lib/filterStorage.js | 66 adblockplus/lib/filterStorage.js |
66 adblockplus/lib/elemHide.js | 67 adblockplus/lib/elemHide.js |
67 adblockplus/lib/matcher.js | 68 adblockplus/lib/matcher.js |
68 adblockplus/lib/filterListener.js | 69 adblockplus/lib/filterListener.js |
69 adblockplus/lib/synchronizer.js | 70 adblockplus/lib/synchronizer.js |
| 71 adblockplus/lib/notification.js |
70 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ | 72 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ |
71 | 73 |
72 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js | 74 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js |
73 adblockplustests/chrome/content/tests/filterClasses.js | 75 adblockplustests/chrome/content/tests/filterClasses.js |
74 adblockplustests/chrome/content/tests/filterNotifier.js | 76 adblockplustests/chrome/content/tests/filterNotifier.js |
75 adblockplustests/chrome/content/tests/filterStorage.js | 77 adblockplustests/chrome/content/tests/filterStorage.js |
76 adblockplustests/chrome/content/tests/matcher.js | 78 adblockplustests/chrome/content/tests/matcher.js |
77 adblockplustests/chrome/content/tests/regexpFilters_matching.js | 79 adblockplustests/chrome/content/tests/regexpFilters_matching.js |
78 adblockplustests/chrome/content/tests/subscriptionClasses.js | 80 adblockplustests/chrome/content/tests/subscriptionClasses.js |
79 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ | 81 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ |
(...skipping 12 matching lines...) Expand all Loading... |
92 addSubscription.label | 94 addSubscription.label |
93 addSubscriptionAdd.label | 95 addSubscriptionAdd.label |
94 addSubscriptionOther.label | 96 addSubscriptionOther.label |
95 acceptableAds2.label | 97 acceptableAds2.label |
96 viewList.label | 98 viewList.label |
97 readMore.label | 99 readMore.label |
98 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 100 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
99 title.label | 101 title.label |
100 adblockplus/chrome/locale/*/meta.properties = =name | 102 adblockplus/chrome/locale/*/meta.properties = =name |
101 adblockplus/chrome/locale/*/firstRun.properties = =* | 103 adblockplus/chrome/locale/*/firstRun.properties = =* |
OLD | NEW |