| OLD | NEW |
| 1 [general] | 1 [general] |
| 2 version = 1.9.4 | 2 version = 1.9.4 |
| 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/adblockplus.js | 7 lib/adblockplus.js |
| 8 lib/punycode.js | 8 lib/punycode.js |
| 9 lib/publicSuffixList.js | 9 lib/publicSuffixList.js |
| 10 lib/sha1.js | 10 lib/sha1.js |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 ../webrequest.js | 27 ../webrequest.js |
| 28 common.js | 28 common.js |
| 29 tests/adblockplus.js | 29 tests/adblockplus.js |
| 30 tests/versionComparator.js | 30 tests/versionComparator.js |
| 31 tests/url.js | 31 tests/url.js |
| 32 tests/signatures.js | 32 tests/signatures.js |
| 33 tests/cssEscaping.js | 33 tests/cssEscaping.js |
| 34 permissions = http://*/* https://*/* | 34 permissions = http://*/* https://*/* |
| 35 | 35 |
| 36 [contentScripts] | 36 [contentScripts] |
| 37 document_start = ext/common.js ext/content.js include.preload.js | 37 document_start = ext/common.js ext/content.js cssProperties.js include.preload.j
s |
| 38 document_end = include.postload.js | 38 document_end = include.postload.js |
| 39 | 39 |
| 40 [mapping] | 40 [mapping] |
| 41 cssProperties.js = adblockplus/chrome/content/cssProperties.js |
| 41 ext/content.js = chrome/ext/content.js | 42 ext/content.js = chrome/ext/content.js |
| 42 ext/popup.js = chrome/ext/popup.js | 43 ext/popup.js = chrome/ext/popup.js |
| 43 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml | 44 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml |
| 44 firstRun.html = adblockplusui/firstRun.html | 45 firstRun.html = adblockplusui/firstRun.html |
| 45 common.js = adblockplusui/common.js | 46 common.js = adblockplusui/common.js |
| 46 firstRun.js = adblockplusui/firstRun.js | 47 firstRun.js = adblockplusui/firstRun.js |
| 47 i18n.js = adblockplusui/i18n.js | 48 i18n.js = adblockplusui/i18n.js |
| 48 messageResponder.js = adblockplusui/messageResponder.js | 49 messageResponder.js = adblockplusui/messageResponder.js |
| 49 icons/detailed/abp-128.png = adblockplusui/skin/abp-128.png | 50 icons/detailed/abp-128.png = adblockplusui/skin/abp-128.png |
| 50 skin/common.css = adblockplusui/skin/common.css | 51 skin/common.css = adblockplusui/skin/common.css |
| (...skipping 21 matching lines...) Expand all Loading... |
| 72 lib/adblockplus.js = lib/prefs.js | 73 lib/adblockplus.js = lib/prefs.js |
| 73 lib/utils.js | 74 lib/utils.js |
| 74 lib/io.js | 75 lib/io.js |
| 75 adblockplus/lib/downloader.js | 76 adblockplus/lib/downloader.js |
| 76 adblockplus/lib/filterNotifier.js | 77 adblockplus/lib/filterNotifier.js |
| 77 adblockplus/lib/filterClasses.js | 78 adblockplus/lib/filterClasses.js |
| 78 adblockplus/lib/subscriptionClasses.js | 79 adblockplus/lib/subscriptionClasses.js |
| 79 adblockplus/lib/filterStorage.js | 80 adblockplus/lib/filterStorage.js |
| 80 adblockplus/lib/elemHide.js | 81 adblockplus/lib/elemHide.js |
| 81 adblockplus/lib/matcher.js | 82 adblockplus/lib/matcher.js |
| 83 adblockplus/lib/cssRules.js |
| 82 adblockplus/lib/filterListener.js | 84 adblockplus/lib/filterListener.js |
| 83 adblockplus/lib/synchronizer.js | 85 adblockplus/lib/synchronizer.js |
| 84 adblockplus/lib/notification.js | 86 adblockplus/lib/notification.js |
| 85 adblockplus/lib/antiadblockInit.js | 87 adblockplus/lib/antiadblockInit.js |
| 86 lib/url.js | 88 lib/url.js |
| 87 lib/stats.js | 89 lib/stats.js |
| 88 lib/whitelisting.js | 90 lib/whitelisting.js |
| 89 lib/filterValidation.js | 91 lib/filterValidation.js |
| 90 lib/filterComposer.js | 92 lib/filterComposer.js |
| 91 lib/icon.js | 93 lib/icon.js |
| (...skipping 12 matching lines...) Expand all Loading... |
| 104 adblockplustests/chrome/content/tests/subscriptionClasses.js | 106 adblockplustests/chrome/content/tests/subscriptionClasses.js |
| 105 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ | 107 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ |
| 106 | 108 |
| 107 [import_locales] | 109 [import_locales] |
| 108 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location | 110 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location |
| 109 remove_subscription_warning | 111 remove_subscription_warning |
| 110 notification_antiadblock_title | 112 notification_antiadblock_title |
| 111 notification_antiadblock_message | 113 notification_antiadblock_message |
| 112 filter_elemhide_duplicate_id | 114 filter_elemhide_duplicate_id |
| 113 filter_elemhide_nocriteria | 115 filter_elemhide_nocriteria |
| 116 filter_cssproperty_nodomain |
| 114 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label | 117 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label |
| 115 notification.button.yes | 118 notification.button.yes |
| 116 notification.button.no | 119 notification.button.no |
| 117 notification.closing.button.hide | 120 notification.closing.button.hide |
| 118 notification.closing.button.optout | 121 notification.closing.button.optout |
| 119 shownotifications.label | 122 shownotifications.label |
| 120 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress | 123 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress |
| 121 subscription.lastDownload.invalidURL | 124 subscription.lastDownload.invalidURL |
| 122 subscription.lastDownload.connectionError | 125 subscription.lastDownload.connectionError |
| 123 subscription.lastDownload.invalidData | 126 subscription.lastDownload.invalidData |
| 124 subscription.lastDownload.checksumMismatch | 127 subscription.lastDownload.checksumMismatch |
| 125 subscription.enabled.label | 128 subscription.enabled.label |
| 126 subscription.delete.label | 129 subscription.delete.label |
| 127 addSubscription.label | 130 addSubscription.label |
| 128 addSubscriptionAdd.label | 131 addSubscriptionAdd.label |
| 129 addSubscriptionOther.label | 132 addSubscriptionOther.label |
| 130 acceptableAds2.label | 133 acceptableAds2.label |
| 131 viewList.label | 134 viewList.label |
| 132 readMore.label | 135 readMore.label |
| 133 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 136 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
| 134 title.label | 137 title.label |
| 135 adblockplus/chrome/locale/*/meta.properties = =name | 138 adblockplus/chrome/locale/*/meta.properties = =name |
| 136 adblockplusui/locale/*/firstRun.json = =* | 139 adblockplusui/locale/*/firstRun.json = =* |
| OLD | NEW |