LEFT | RIGHT |
1 [general] | 1 [general] |
2 backgroundScripts = ext/common.js | 2 backgroundScripts = ext/common.js |
3 ext/background.js | 3 ext/background.js |
4 lib/compat.js | 4 lib/compat.js |
5 lib/info.js | 5 lib/info.js |
6 lib/io.js | 6 lib/io.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/basedomain.js | 10 lib/basedomain.js |
11 lib/sha1.js | 11 lib/sha1.js |
12 lib/jsbn.js | 12 lib/jsbn.js |
13 lib/rsa.js | 13 lib/rsa.js |
14 webrequest.js | 14 webrequest.js |
15 popupBlocker.js | 15 popupBlocker.js |
| 16 iconAnimation.js |
16 background.js | 17 background.js |
17 permissions = http://*/* https://*/* | 18 permissions = http://*/* https://*/* |
18 | 19 |
19 [contentScripts] | 20 [contentScripts] |
20 document_start = ext/common.js ext/content.js include.preload.js | 21 document_start = ext/common.js ext/content.js include.preload.js |
21 document_end = include.postload.js | 22 document_end = include.postload.js |
22 | 23 |
23 [mapping] | 24 [mapping] |
24 ext/common.js = chrome/common.js | 25 ext/common.js = chrome/common.js |
25 ext/background.js = chrome/background.js | 26 ext/background.js = chrome/background.js |
26 ext/content.js = chrome/content.js | 27 ext/content.js = chrome/content.js |
27 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml | 28 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml |
28 firstRun.html = adblockplus/chrome/content/ui/firstRun.html | 29 firstRun.html = adblockplus/chrome/content/ui/firstRun.html |
29 firstRun.js = adblockplus/chrome/content/ui/firstRun.js | 30 firstRun.js = adblockplus/chrome/content/ui/firstRun.js |
30 i18n.js = adblockplus/chrome/content/ui/i18n.js | 31 i18n.js = adblockplus/chrome/content/ui/i18n.js |
31 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css | 32 skin/firstRun.css = adblockplus/chrome/skin/firstRun.css |
32 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png | 33 skin/abp-icon-big.png = adblockplus/chrome/skin/abp-icon-big.png |
33 skin/ajax-loader.gif = adblockplus/chrome/skin/ajax-loader.gif | 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 |
34 skin/background.png = adblockplus/chrome/skin/background.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 |
35 skin/features/malware.png = adblockplus/chrome/skin/features/malware.png | 42 skin/features/malware.png = adblockplus/chrome/skin/features/malware.png |
36 skin/features/social.png = adblockplus/chrome/skin/features/social.png | 43 skin/features/social.png = adblockplus/chrome/skin/features/social.png |
37 skin/features/tracking.png = adblockplus/chrome/skin/features/tracking.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 |
38 skin/social/facebook.png = adblockplus/chrome/skin/social/facebook.png | 47 skin/social/facebook.png = adblockplus/chrome/skin/social/facebook.png |
39 skin/social/gplus.png = adblockplus/chrome/skin/social/gplus.png | 48 skin/social/googleplus.png = adblockplus/chrome/skin/social/googleplus.png |
| 49 skin/social/renren.png = adblockplus/chrome/skin/social/renren.png |
40 skin/social/twitter.png = adblockplus/chrome/skin/social/twitter.png | 50 skin/social/twitter.png = adblockplus/chrome/skin/social/twitter.png |
| 51 skin/social/weibo.png = adblockplus/chrome/skin/social/weibo.png |
41 qunit/qunit.js = adblockplustests/chrome/content/qunit.js | 52 qunit/qunit.js = adblockplustests/chrome/content/qunit.js |
42 qunit/qunit.css = adblockplustests/chrome/content/qunit.css | 53 qunit/qunit.css = adblockplustests/chrome/content/qunit.css |
| 54 |
| 55 [preprocess] |
| 56 firstRun.html = |
43 | 57 |
44 [convert_js] | 58 [convert_js] |
45 lib/adblockplus.js = lib/prefs.js | 59 lib/adblockplus.js = lib/prefs.js |
46 lib/utils.js | 60 lib/utils.js |
47 lib/elemHideHitRegistration.js | 61 lib/elemHideHitRegistration.js |
48 adblockplus/lib/downloader.js | 62 adblockplus/lib/downloader.js |
49 adblockplus/lib/filterNotifier.js | 63 adblockplus/lib/filterNotifier.js |
50 adblockplus/lib/filterClasses.js | 64 adblockplus/lib/filterClasses.js |
51 adblockplus/lib/subscriptionClasses.js | 65 adblockplus/lib/subscriptionClasses.js |
52 adblockplus/lib/filterStorage.js | 66 adblockplus/lib/filterStorage.js |
53 adblockplus/lib/elemHide.js | 67 adblockplus/lib/elemHide.js |
54 adblockplus/lib/matcher.js | 68 adblockplus/lib/matcher.js |
55 adblockplus/lib/filterListener.js | 69 adblockplus/lib/filterListener.js |
56 adblockplus/lib/synchronizer.js | 70 adblockplus/lib/synchronizer.js |
57 adblockplus/lib/notification.js | 71 adblockplus/lib/notification.js |
| 72 lib/stats.js |
58 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ | 73 --arg module=true source_repo=https://hg.adblockplus.org/adblockplus/ |
59 | 74 |
60 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js | 75 qunit/tests/adblockplus.js = adblockplustests/chrome/content/tests/domainRestric
tions.js |
61 adblockplustests/chrome/content/tests/filterClasses.js | 76 adblockplustests/chrome/content/tests/filterClasses.js |
62 adblockplustests/chrome/content/tests/filterNotifier.js | 77 adblockplustests/chrome/content/tests/filterNotifier.js |
63 adblockplustests/chrome/content/tests/filterStorage.js | 78 adblockplustests/chrome/content/tests/filterStorage.js |
64 adblockplustests/chrome/content/tests/matcher.js | 79 adblockplustests/chrome/content/tests/matcher.js |
65 adblockplustests/chrome/content/tests/prefs.js | 80 adblockplustests/chrome/content/tests/prefs.js |
66 adblockplustests/chrome/content/tests/regexpFilters_matching.js | 81 adblockplustests/chrome/content/tests/regexpFilters_matching.js |
67 adblockplustests/chrome/content/tests/subscriptionClasses.js | 82 adblockplustests/chrome/content/tests/subscriptionClasses.js |
(...skipping 13 matching lines...) Expand all Loading... |
81 addSubscription.label | 96 addSubscription.label |
82 addSubscriptionAdd.label | 97 addSubscriptionAdd.label |
83 addSubscriptionOther.label | 98 addSubscriptionOther.label |
84 acceptableAds2.label | 99 acceptableAds2.label |
85 viewList.label | 100 viewList.label |
86 readMore.label | 101 readMore.label |
87 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 102 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
88 title.label | 103 title.label |
89 adblockplus/chrome/locale/*/meta.properties = =name | 104 adblockplus/chrome/locale/*/meta.properties = =name |
90 adblockplus/chrome/locale/*/firstRun.properties = =* | 105 adblockplus/chrome/locale/*/firstRun.properties = =* |
LEFT | RIGHT |