LEFT | RIGHT |
1 [general] | 1 [general] |
2 version = 1.10.1 | 2 version = 1.10.2 |
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/adblockplus.js | 10 lib/adblockplus.js |
11 lib/punycode.js | 11 lib/punycode.js |
12 lib/publicSuffixList.js | 12 lib/publicSuffixList.js |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 adblockplustests/chrome/content/tests/filterClasses.js | 105 adblockplustests/chrome/content/tests/filterClasses.js |
106 adblockplustests/chrome/content/tests/filterNotifier.js | 106 adblockplustests/chrome/content/tests/filterNotifier.js |
107 adblockplustests/chrome/content/tests/filterStorage.js | 107 adblockplustests/chrome/content/tests/filterStorage.js |
108 adblockplustests/chrome/content/tests/matcher.js | 108 adblockplustests/chrome/content/tests/matcher.js |
109 adblockplustests/chrome/content/tests/prefs.js | 109 adblockplustests/chrome/content/tests/prefs.js |
110 adblockplustests/chrome/content/tests/regexpFilters_matching.js | 110 adblockplustests/chrome/content/tests/regexpFilters_matching.js |
111 adblockplustests/chrome/content/tests/subscriptionClasses.js | 111 adblockplustests/chrome/content/tests/subscriptionClasses.js |
112 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ | 112 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ |
113 | 113 |
114 [import_locales] | 114 [import_locales] |
| 115 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location |
| 116 remove_subscription_warning |
| 117 notification_antiadblock_title |
| 118 notification_antiadblock_message |
| 119 filter_elemhide_duplicate_id |
| 120 filter_elemhide_nocriteria |
| 121 filter_cssproperty_nodomain |
| 122 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label |
| 123 notification.button.yes |
| 124 notification.button.no |
| 125 notification.closing.button.hide |
| 126 notification.closing.button.optout |
| 127 shownotifications.label |
| 128 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress |
| 129 subscription.lastDownload.invalidURL |
| 130 subscription.lastDownload.connectionError |
| 131 subscription.lastDownload.invalidData |
| 132 subscription.lastDownload.checksumMismatch |
| 133 subscription.enabled.label |
| 134 subscription.delete.label |
| 135 addSubscription.label |
| 136 addSubscriptionAdd.label |
| 137 addSubscriptionOther.label |
| 138 acceptableAds2.label |
| 139 viewList.label |
| 140 readMore.label |
| 141 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
| 142 title.label |
| 143 adblockplus/chrome/locale/*/meta.properties = =name |
115 adblockplusui/locale/*/firstRun.json = =* | 144 adblockplusui/locale/*/firstRun.json = =* |
LEFT | RIGHT |