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

Side by Side Diff: metadata.common

Issue 29332492: Issue 3269 - Display uninstallation page when uninstalled (Closed)
Patch Set: Create ext.setUninstallURL abstraction Created Dec. 9, 2015, 3:36 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 ext/uninstall.js
17 testScripts = ../ext/common.js 18 testScripts = ../ext/common.js
18 ../ext/background.js 19 ../ext/background.js
19 ../lib/compat.js 20 ../lib/compat.js
20 ../lib/info.js 21 ../lib/info.js
21 ../lib/adblockplus.js 22 ../lib/adblockplus.js
22 ../lib/publicSuffixList.js 23 ../lib/publicSuffixList.js
23 ../lib/punycode.js 24 ../lib/punycode.js
24 ../lib/sha1.js 25 ../lib/sha1.js
25 ../lib/jsbn.js 26 ../lib/jsbn.js
26 ../lib/rsa.js 27 ../lib/rsa.js
27 ../webrequest.js 28 ../webrequest.js
28 common.js 29 common.js
29 tests/adblockplus.js 30 tests/adblockplus.js
30 tests/versionComparator.js 31 tests/versionComparator.js
31 tests/url.js 32 tests/url.js
32 tests/signatures.js 33 tests/signatures.js
33 tests/cssEscaping.js 34 tests/cssEscaping.js
34 permissions = http://*/* https://*/* 35 permissions = http://*/* https://*/*
35 36
36 [contentScripts] 37 [contentScripts]
37 document_start = ext/common.js ext/content.js include.preload.js 38 document_start = ext/common.js ext/content.js include.preload.js
38 document_end = include.postload.js 39 document_end = include.postload.js
39 40
40 [mapping] 41 [mapping]
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
44 ext/uninstall.js = chrome/ext/uninstall.js
43 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml 45 subscriptions.xml = adblockplus/chrome/content/ui/subscriptions.xml
44 firstRun.html = adblockplusui/firstRun.html 46 firstRun.html = adblockplusui/firstRun.html
45 common.js = adblockplusui/common.js 47 common.js = adblockplusui/common.js
46 firstRun.js = adblockplusui/firstRun.js 48 firstRun.js = adblockplusui/firstRun.js
47 i18n.js = adblockplusui/i18n.js 49 i18n.js = adblockplusui/i18n.js
48 messageResponder.js = adblockplusui/messageResponder.js 50 messageResponder.js = adblockplusui/messageResponder.js
49 icons/detailed/abp-128.png = adblockplusui/skin/abp-128.png 51 icons/detailed/abp-128.png = adblockplusui/skin/abp-128.png
50 skin/common.css = adblockplusui/skin/common.css 52 skin/common.css = adblockplusui/skin/common.css
51 skin/firstRun.css = adblockplusui/skin/firstRun.css 53 skin/firstRun.css = adblockplusui/skin/firstRun.css
52 skin/ajax-loader.gif = adblockplusui/skin/ajax-loader.gif 54 skin/ajax-loader.gif = adblockplusui/skin/ajax-loader.gif
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 addSubscription.label 129 addSubscription.label
128 addSubscriptionAdd.label 130 addSubscriptionAdd.label
129 addSubscriptionOther.label 131 addSubscriptionOther.label
130 acceptableAds2.label 132 acceptableAds2.label
131 viewList.label 133 viewList.label
132 readMore.label 134 readMore.label
133 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label 135 adblockplus/chrome/locale/*/subscriptionSelection.dtd = location.label
134 title.label 136 title.label
135 adblockplus/chrome/locale/*/meta.properties = =name 137 adblockplus/chrome/locale/*/meta.properties = =name
136 adblockplusui/locale/*/firstRun.json = =* 138 adblockplusui/locale/*/firstRun.json = =*
OLDNEW
« chrome/ext/uninstall.js ('K') | « chrome/ext/uninstall.js ('k') | metadata.safari » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld