OLD | NEW |
1 [general] | 1 [general] |
2 version = 1.8.10 | 2 version = 1.8.10 |
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 adblockplus/lib/matcher.js | 62 adblockplus/lib/matcher.js |
63 adblockplus/lib/filterListener.js | 63 adblockplus/lib/filterListener.js |
64 adblockplus/lib/synchronizer.js | 64 adblockplus/lib/synchronizer.js |
65 adblockplus/lib/notification.js | 65 adblockplus/lib/notification.js |
66 adblockplus/lib/antiadblockInit.js | 66 adblockplus/lib/antiadblockInit.js |
67 lib/url.js | 67 lib/url.js |
68 lib/stats.js | 68 lib/stats.js |
69 lib/whitelisting.js | 69 lib/whitelisting.js |
70 lib/filterValidation.js | 70 lib/filterValidation.js |
71 lib/icon.js | 71 lib/icon.js |
| 72 lib/devtools.js |
72 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ | 73 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ |
73 ext/common.js = ext/common.js chrome/ext/common.js | 74 ext/common.js = ext/common.js chrome/ext/common.js |
74 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style
=expand | 75 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style
=expand |
75 | 76 |
76 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js | 77 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js |
77 adblockplustests/chrome/content/tests/filterClasses.js | 78 adblockplustests/chrome/content/tests/filterClasses.js |
78 adblockplustests/chrome/content/tests/filterNotifier.js | 79 adblockplustests/chrome/content/tests/filterNotifier.js |
79 adblockplustests/chrome/content/tests/filterStorage.js | 80 adblockplustests/chrome/content/tests/filterStorage.js |
80 adblockplustests/chrome/content/tests/matcher.js | 81 adblockplustests/chrome/content/tests/matcher.js |
81 adblockplustests/chrome/content/tests/prefs.js | 82 adblockplustests/chrome/content/tests/prefs.js |
(...skipping 22 matching lines...) Expand all Loading... |
104 addSubscription.label | 105 addSubscription.label |
105 addSubscriptionAdd.label | 106 addSubscriptionAdd.label |
106 addSubscriptionOther.label | 107 addSubscriptionOther.label |
107 acceptableAds2.label | 108 acceptableAds2.label |
108 viewList.label | 109 viewList.label |
109 readMore.label | 110 readMore.label |
110 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 111 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
111 title.label | 112 title.label |
112 adblockplus/chrome/locale/*/meta.properties = =name | 113 adblockplus/chrome/locale/*/meta.properties = =name |
113 adblockplusui/locale/*/firstRun.json = =* | 114 adblockplusui/locale/*/firstRun.json = =* |
OLD | NEW |