OLD | NEW |
1 [general] | 1 [general] |
2 backgroundScripts = ext/common.js | 2 backgroundScripts = ext/common.js |
3 ext/background.js | 3 ext/background.js |
4 lib/compat.js | 4 lib/compat.js |
5 lib/info.js | 5 lib/info.js |
6 lib/io.js | 6 lib/io.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/basedomain.js | 10 lib/basedomain.js |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
61 adblockplus/lib/filterNotifier.js | 61 adblockplus/lib/filterNotifier.js |
62 adblockplus/lib/filterClasses.js | 62 adblockplus/lib/filterClasses.js |
63 adblockplus/lib/subscriptionClasses.js | 63 adblockplus/lib/subscriptionClasses.js |
64 adblockplus/lib/filterStorage.js | 64 adblockplus/lib/filterStorage.js |
65 adblockplus/lib/elemHide.js | 65 adblockplus/lib/elemHide.js |
66 adblockplus/lib/matcher.js | 66 adblockplus/lib/matcher.js |
67 adblockplus/lib/filterListener.js | 67 adblockplus/lib/filterListener.js |
68 adblockplus/lib/synchronizer.js | 68 adblockplus/lib/synchronizer.js |
69 adblockplus/lib/notification.js | 69 adblockplus/lib/notification.js |
70 lib/stats.js | 70 lib/stats.js |
| 71 lib/whitelisting.js |
71 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ | 72 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ |
72 | 73 |
73 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js | 74 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js |
74 adblockplustests/chrome/content/tests/filterClasses.js | 75 adblockplustests/chrome/content/tests/filterClasses.js |
75 adblockplustests/chrome/content/tests/filterNotifier.js | 76 adblockplustests/chrome/content/tests/filterNotifier.js |
76 adblockplustests/chrome/content/tests/filterStorage.js | 77 adblockplustests/chrome/content/tests/filterStorage.js |
77 adblockplustests/chrome/content/tests/matcher.js | 78 adblockplustests/chrome/content/tests/matcher.js |
78 adblockplustests/chrome/content/tests/prefs.js | 79 adblockplustests/chrome/content/tests/prefs.js |
79 adblockplustests/chrome/content/tests/regexpFilters_matching.js | 80 adblockplustests/chrome/content/tests/regexpFilters_matching.js |
80 adblockplustests/chrome/content/tests/subscriptionClasses.js | 81 adblockplustests/chrome/content/tests/subscriptionClasses.js |
(...skipping 13 matching lines...) Expand all Loading... |
94 addSubscription.label | 95 addSubscription.label |
95 addSubscriptionAdd.label | 96 addSubscriptionAdd.label |
96 addSubscriptionOther.label | 97 addSubscriptionOther.label |
97 acceptableAds2.label | 98 acceptableAds2.label |
98 viewList.label | 99 viewList.label |
99 readMore.label | 100 readMore.label |
100 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 101 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
101 title.label | 102 title.label |
102 adblockplus/chrome/locale/*/meta.properties = =name | 103 adblockplus/chrome/locale/*/meta.properties = =name |
103 adblockplus/chrome/locale/*/firstRun.properties = =* | 104 adblockplus/chrome/locale/*/firstRun.properties = =* |
OLD | NEW |