Left: | ||
Right: |
OLD | NEW |
---|---|
1 [general] | 1 [general] |
2 version = 1.11 | 2 version = 1.11 |
3 backgroundScripts = lib/polyfills/url.js | 3 backgroundScripts = lib/polyfills/url.js |
4 lib/polyfills/promise.js | 4 lib/polyfills/promise.js |
5 lib/polyfills/fetch.js | 5 lib/polyfills/fetch.js |
6 ext/common.js | 6 ext/common.js |
7 ext/background.js | 7 ext/background.js |
8 lib/compat.js | 8 lib/compat.js |
9 lib/info.js | 9 lib/info.js |
10 lib/publicSuffixList.js | |
10 lib/adblockplus.js | 11 lib/adblockplus.js |
11 lib/punycode.js | |
12 lib/publicSuffixList.js | |
13 lib/sha1.js | 12 lib/sha1.js |
14 lib/jsbn.js | 13 lib/jsbn.js |
15 lib/rsa.js | 14 lib/rsa.js |
16 messageResponder.js | 15 messageResponder.js |
17 background.js | 16 background.js |
18 testScripts = ../ext/common.js | 17 testScripts = ../ext/common.js |
19 ../ext/background.js | 18 ../ext/background.js |
20 ../lib/compat.js | 19 ../lib/compat.js |
21 ../lib/info.js | 20 ../lib/info.js |
22 ../lib/adblockplus.js | 21 ../lib/adblockplus.js |
23 ../lib/publicSuffixList.js | 22 ../lib/publicSuffixList.js |
24 ../lib/punycode.js | |
25 ../lib/sha1.js | 23 ../lib/sha1.js |
26 ../lib/jsbn.js | 24 ../lib/jsbn.js |
27 ../lib/rsa.js | 25 ../lib/rsa.js |
28 common.js | 26 common.js |
29 tests/adblockplus.js | 27 tests/adblockplus.js |
30 tests/versionComparator.js | 28 tests/versionComparator.js |
31 tests/url.js | 29 tests/url.js |
32 tests/signatures.js | 30 tests/signatures.js |
33 tests/cssEscaping.js | 31 tests/cssEscaping.js |
34 permissions = http://*/* https://*/* | 32 permissions = http://*/* https://*/* |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
80 adblockpluscore/lib/subscriptionClasses.js | 78 adblockpluscore/lib/subscriptionClasses.js |
81 adblockpluscore/lib/filterStorage.js | 79 adblockpluscore/lib/filterStorage.js |
82 adblockpluscore/lib/elemHide.js | 80 adblockpluscore/lib/elemHide.js |
83 adblockpluscore/lib/matcher.js | 81 adblockpluscore/lib/matcher.js |
84 adblockpluscore/lib/cssRules.js | 82 adblockpluscore/lib/cssRules.js |
85 adblockpluscore/lib/filterListener.js | 83 adblockpluscore/lib/filterListener.js |
86 adblockpluscore/lib/synchronizer.js | 84 adblockpluscore/lib/synchronizer.js |
87 adblockpluscore/lib/notification.js | 85 adblockpluscore/lib/notification.js |
88 adblockpluscore/lib/antiadblockInit.js | 86 adblockpluscore/lib/antiadblockInit.js |
89 lib/messaging.js | 87 lib/messaging.js |
88 lib/tldjs.js | |
90 lib/url.js | 89 lib/url.js |
91 lib/stats.js | 90 lib/stats.js |
92 lib/devtools.js | 91 lib/devtools.js |
93 lib/whitelisting.js | 92 lib/whitelisting.js |
94 lib/filterValidation.js | 93 lib/filterValidation.js |
95 lib/filterComposer.js | 94 lib/filterComposer.js |
96 lib/icon.js | 95 lib/icon.js |
97 lib/notificationHelper.js | 96 lib/notificationHelper.js |
98 lib/subscriptionInit.js | 97 lib/subscriptionInit.js |
99 lib/requestBlocker.js | 98 lib/requestBlocker.js |
100 lib/popupBlocker.js | 99 lib/popupBlocker.js |
101 lib/uninstall.js | 100 lib/uninstall.js |
101 lib/punycode.js | |
Sebastian Noack
2016/05/12 11:12:22
So you wrap punycode.js into a module, however it
kzar
2016/05/17 15:15:37
Hmm guess you're right, Done.
| |
102 abp2blocklist/lib/abp2blocklist.js | |
103 safari/contentBlocking.js | |
102 --arg module=true source_repo=https://hg.adblockplus.org/adblockpluscore/ | 104 --arg module=true source_repo=https://hg.adblockplus.org/adblockpluscore/ |
103 ext/common.js = ext/common.js chrome/ext/common.js | 105 ext/common.js = ext/common.js chrome/ext/common.js |
104 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style =expand | 106 ext/background.js = ext/background.js chrome/ext/background.js --arg brace_style =expand |
105 include.postload.js = subscriptionLink.postload.js composer.postload.js | 107 include.postload.js = subscriptionLink.postload.js composer.postload.js |
106 | 108 |
107 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js | 109 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric tions.js |
108 adblockplustests/chrome/content/tests/filterClasses.js | 110 adblockplustests/chrome/content/tests/filterClasses.js |
109 adblockplustests/chrome/content/tests/filterNotifier.js | 111 adblockplustests/chrome/content/tests/filterNotifier.js |
110 adblockplustests/chrome/content/tests/filterStorage.js | 112 adblockplustests/chrome/content/tests/filterStorage.js |
111 adblockplustests/chrome/content/tests/matcher.js | 113 adblockplustests/chrome/content/tests/matcher.js |
(...skipping 28 matching lines...) Expand all Loading... | |
140 addSubscription.label | 142 addSubscription.label |
141 addSubscriptionAdd.label | 143 addSubscriptionAdd.label |
142 addSubscriptionOther.label | 144 addSubscriptionOther.label |
143 acceptableAds2.label | 145 acceptableAds2.label |
144 viewList.label | 146 viewList.label |
145 readMore.label | 147 readMore.label |
146 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 148 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
147 title.label | 149 title.label |
148 adblockplus/chrome/locale/*/meta.properties = =name | 150 adblockplus/chrome/locale/*/meta.properties = =name |
149 adblockplusui/locale/*/firstRun.json = =* | 151 adblockplusui/locale/*/firstRun.json = =* |
152 adblockplusui/locale/*/options.json = =* | |
OLD | NEW |