| OLD | NEW |
| 1 [general] | 1 [general] |
| 2 version = 1.9.3 | 2 version = 1.9.3 |
| 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 |
| 11 lib/jsbn.js | 11 lib/jsbn.js |
| 12 lib/rsa.js | 12 lib/rsa.js |
| 13 webrequest.js | 13 webrequest.js |
| 14 messageResponder.js | 14 messageResponder.js |
| 15 popupBlocker.js | 15 popupBlocker.js |
| 16 background.js | 16 background.js |
| 17 testScripts = ../ext/common.js | 17 testScripts = ../ext/common.js |
| 18 ../ext/background.js | 18 ../ext/background.js |
| 19 ../lib/compat.js | 19 ../lib/compat.js |
| 20 ../lib/info.js | 20 ../lib/info.js |
| 21 ../lib/io.js | |
| 22 ../lib/adblockplus.js | 21 ../lib/adblockplus.js |
| 23 ../lib/publicSuffixList.js | 22 ../lib/publicSuffixList.js |
| 24 ../lib/punycode.js | 23 ../lib/punycode.js |
| 25 ../lib/sha1.js | 24 ../lib/sha1.js |
| 26 ../lib/jsbn.js | 25 ../lib/jsbn.js |
| 27 ../lib/rsa.js | 26 ../lib/rsa.js |
| 28 ../webrequest.js | 27 ../webrequest.js |
| 29 common.js | 28 common.js |
| 30 tests/adblockplus.js | 29 tests/adblockplus.js |
| 31 tests/versionComparator.js | 30 tests/versionComparator.js |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 addSubscription.label | 125 addSubscription.label |
| 127 addSubscriptionAdd.label | 126 addSubscriptionAdd.label |
| 128 addSubscriptionOther.label | 127 addSubscriptionOther.label |
| 129 acceptableAds2.label | 128 acceptableAds2.label |
| 130 viewList.label | 129 viewList.label |
| 131 readMore.label | 130 readMore.label |
| 132 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label | 131 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label |
| 133 title.label | 132 title.label |
| 134 adblockplus/chrome/locale/*/meta.properties = =name | 133 adblockplus/chrome/locale/*/meta.properties = =name |
| 135 adblockplusui/locale/*/firstRun.json = =* | 134 adblockplusui/locale/*/firstRun.json = =* |
| OLD | NEW |