Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Delta Between Two Patch Sets: metadata.common

Issue 29332492: Issue 3269 - Display uninstallation page when uninstalled (Closed)
Left Patch Set: Addressed feedback Created Dec. 10, 2015, 2:27 p.m.
Right Patch Set: Check the API exists before using it Created Dec. 15, 2015, 11:32 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « lib/uninstall.js ('k') | metadata.safari » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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
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
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 13 matching lines...) Expand all
105 adblockplustests/chrome/content/tests/subscriptionClasses.js 107 adblockplustests/chrome/content/tests/subscriptionClasses.js
106 --arg source_repo=https://hg.adblockplus.org/adblockplustests/ 108 --arg source_repo=https://hg.adblockplus.org/adblockplustests/
107 109
108 [import_locales] 110 [import_locales]
109 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location 111 adblockplus/chrome/locale/*/global.properties = subscription_invalid_location
110 remove_subscription_warning 112 remove_subscription_warning
111 notification_antiadblock_title 113 notification_antiadblock_title
112 notification_antiadblock_message 114 notification_antiadblock_message
113 filter_elemhide_duplicate_id 115 filter_elemhide_duplicate_id
114 filter_elemhide_nocriteria 116 filter_elemhide_nocriteria
117 filter_cssproperty_nodomain
115 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label 118 adblockplus/chrome/locale/*/overlay.dtd = hideplaceholders.label
116 notification.button.yes 119 notification.button.yes
117 notification.button.no 120 notification.button.no
118 notification.closing.button.hide 121 notification.closing.button.hide
119 notification.closing.button.optout 122 notification.closing.button.optout
120 shownotifications.label 123 shownotifications.label
121 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress 124 adblockplus/chrome/locale/*/filters.dtd = subscription.lastDownload.inProgress
122 subscription.lastDownload.invalidURL 125 subscription.lastDownload.invalidURL
123 subscription.lastDownload.connectionError 126 subscription.lastDownload.connectionError
124 subscription.lastDownload.invalidData 127 subscription.lastDownload.invalidData
125 subscription.lastDownload.checksumMismatch 128 subscription.lastDownload.checksumMismatch
126 subscription.enabled.label 129 subscription.enabled.label
127 subscription.delete.label 130 subscription.delete.label
128 addSubscription.label 131 addSubscription.label
129 addSubscriptionAdd.label 132 addSubscriptionAdd.label
130 addSubscriptionOther.label 133 addSubscriptionOther.label
131 acceptableAds2.label 134 acceptableAds2.label
132 viewList.label 135 viewList.label
133 readMore.label 136 readMore.label
134 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 137 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
135 title.label 138 title.label
136 adblockplus/chrome/locale/*/meta.properties = =name 139 adblockplus/chrome/locale/*/meta.properties = =name
137 adblockplusui/locale/*/firstRun.json = =* 140 adblockplusui/locale/*/firstRun.json = =*
LEFTRIGHT

Powered by Google App Engine
This is Rietveld