OLD | NEW |
(Empty) | |
| 1 [general] |
| 2 backgroundScripts = ext/common.js |
| 3 ext/background.js |
| 4 lib/compat.js |
| 5 lib/info.js |
| 6 lib/io.js |
| 7 lib/adblockplus.js |
| 8 lib/punycode.js |
| 9 lib/publicSuffixList.js |
| 10 lib/basedomain.js |
| 11 lib/sha1.js |
| 12 lib/jsbn.js |
| 13 lib/rsa.js |
| 14 webrequest.js |
| 15 popupBlocker.js |
| 16 iconAnimation.js |
| 17 background.js |
| 18 permissions = http://*/* https://*/* |
| 19 |
| 20 [contentScripts] |
| 21 document_start = ext/common.js ext/content.js include.preload.js |
| 22 document_end = include.postload.js |
| 23 |
| 24 [mapping] |
| 25 ext/common.js = chrome/common.js |
| 26 ext/background.js = chrome/background.js |
| 27 ext/content.js = chrome/content.js |
| 28 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml |
| 29 firstRun.html = adblockplus/chrome/content/ui/firstRun.html |
| 30 firstRun.js = adblockplus/chrome/content/ui/firstRun.js |
| 31 i18n.js = adblockplus/chrome/content/ui/i18n.js |
| 32 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css |
| 33 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png |
| 34 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif |
| 35 skin/arrow-down.png = adblockplus/chrome/skin/arrow-down.png |
| 36 skin/arrow-up.png = adblockplus/chrome/skin/arrow-up.png |
| 37 skin/background.png = adblockplus/chrome/skin/background.png |
| 38 skin/background-candomore.png = adblockplus/chrome/skin/background-candomore.png |
| 39 skin/background-main.png = adblockplus/chrome/skin/background-main.png |
| 40 skin/background-share.png = adblockplus/chrome/skin/background-share.png |
| 41 skin/donate.png = adblockplus/chrome/skin/donate.png |
| 42 skin/features/malware.png = adblockplus/chrome/skin/features/malware.png |
| 43 skin/features/social.png = adblockplus/chrome/skin/features/social.png |
| 44 skin/features/tracking.png = adblockplus/chrome/skin/features/tracking.png |
| 45 skin/fonts/CreteRound-Italic.otf = adblockplus/chrome/skin/fonts/CreteRound-Ital
ic.otf |
| 46 skin/fonts/CreteRound-Regular.otf = adblockplus/chrome/skin/fonts/CreteRound-Reg
ular.otf |
| 47 skin/social/facebook.png = adblockplus/chrome/skin/social/facebook.png |
| 48 skin/social/googleplus.png = adblockplus/chrome/skin/social/googleplus.png |
| 49 skin/social/renren.png = adblockplus/chrome/skin/social/renren.png |
| 50 skin/social/twitter.png = adblockplus/chrome/skin/social/twitter.png |
| 51 skin/social/weibo.png = adblockplus/chrome/skin/social/weibo.png |
| 52 qunit/qunit.js = adblockplustests/chrome/content/qunit.js |
| 53 qunit/qunit.css = adblockplustests/chrome/content/qunit.css |
| 54 |
| 55 [preprocess] |
| 56 firstRun.html = |
| 57 |
| 58 [convert_js] |
| 59 lib/adblockplus.js = lib/prefs.js |
| 60 lib/utils.js |
| 61 lib/elemHideHitRegistration.js |
| 62 adblockplus/lib/downloader.js |
| 63 adblockplus/lib/filterNotifier.js |
| 64 adblockplus/lib/filterClasses.js |
| 65 adblockplus/lib/subscriptionClasses.js |
| 66 adblockplus/lib/filterStorage.js |
| 67 adblockplus/lib/elemHide.js |
| 68 adblockplus/lib/matcher.js |
| 69 adblockplus/lib/filterListener.js |
| 70 adblockplus/lib/synchronizer.js |
| 71 adblockplus/lib/notification.js |
| 72 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ |
| 73 |
| 74 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js |
| 75 adblockplustests/chrome/content/tests/filterClasses.js |
| 76 adblockplustests/chrome/content/tests/filterNotifier.js |
| 77 adblockplustests/chrome/content/tests/filterStorage.js |
| 78 adblockplustests/chrome/content/tests/matcher.js |
| 79 adblockplustests/chrome/content/tests/prefs.js |
| 80 adblockplustests/chrome/content/tests/regexpFilters_matching.js |
| 81 adblockplustests/chrome/content/tests/subscriptionClasses.js |
| 82 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ |
| 83 |
| 84 [import_locales] |
| 85 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location |
| 86 remove_subscription_warning |
| 87 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label |
| 88 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress |
| 89 subscription.lastDownload.invalidURL |
| 90 subscription.lastDownload.connectionError |
| 91 subscription.lastDownload.invalidData |
| 92 subscription.lastDownload.checksumMismatch |
| 93 subscription.enabled.label |
| 94 subscription.delete.label |
| 95 addSubscription.label |
| 96 addSubscriptionAdd.label |
| 97 addSubscriptionOther.label |
| 98 acceptableAds2.label |
| 99 viewList.label |
| 100 readMore.label |
| 101 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
| 102 title.label |
| 103 adblockplus/chrome/locale/*/meta.properties = =name |
| 104 adblockplus/chrome/locale/*/firstRun.properties = =* |
OLD | NEW |