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

Issue 29332492: Issue 3269 - Display uninstallation page when uninstalled (Closed)

Created:
Dec. 9, 2015, 3:11 p.m. by kzar
Modified:
Dec. 15, 2015, 5:14 p.m.
Reviewers:
Sebastian Noack
Visibility:
Public.

Description

Issue 3269 - Display uninstallation page when uninstalled

Patch Set 1 #

Total comments: 3

Patch Set 2 : Create ext.setUninstallURL abstraction #

Total comments: 14

Patch Set 3 : Addressed feedback #

Total comments: 8

Patch Set 4 : Addressed further comments #

Total comments: 6

Patch Set 5 : Addressed more feedback #

Total comments: 2

Patch Set 6 : Check the API exists before using it #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -0 lines) Patch
A lib/uninstall.js View 1 2 3 4 5 1 chunk +56 lines, -0 lines 0 comments Download
M metadata.common View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M metadata.safari View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 11
kzar
Patch Set 1 Patch Set 2 : Create ext.setUninstallURL abstraction https://codereview.adblockplus.org/29332492/diff/29332493/metadata.safari File metadata.safari (right): https://codereview.adblockplus.org/29332492/diff/29332493/metadata.safari#newcode9 ...
Dec. 9, 2015, 3:40 p.m. (2015-12-09 15:40:44 UTC) #1
Sebastian Noack
https://codereview.adblockplus.org/29332492/diff/29332493/metadata.safari File metadata.safari (right): https://codereview.adblockplus.org/29332492/diff/29332493/metadata.safari#newcode9 metadata.safari:9: backgroundScripts -= ext/uninstall.js On 2015/12/09 15:40:44, kzar wrote: > ...
Dec. 9, 2015, 5:37 p.m. (2015-12-09 17:37:32 UTC) #2
kzar
Patch Set 3 : Addressed feedback https://codereview.adblockplus.org/29332492/diff/29332493/metadata.safari File metadata.safari (right): https://codereview.adblockplus.org/29332492/diff/29332493/metadata.safari#newcode9 metadata.safari:9: backgroundScripts -= ext/uninstall.js ...
Dec. 10, 2015, 2:28 p.m. (2015-12-10 14:28:21 UTC) #3
Sebastian Noack
https://codereview.adblockplus.org/29332492/diff/29332508/lib/uninstall.js File lib/uninstall.js (right): https://codereview.adblockplus.org/29332492/diff/29332508/lib/uninstall.js#newcode23 lib/uninstall.js:23: const uninstallURL = Utils.getDocLink("uninstall-abp"); IMO, there is no point ...
Dec. 12, 2015, 12:31 a.m. (2015-12-12 00:31:09 UTC) #4
kzar
Patch Set 4 : Addressed further comments https://codereview.adblockplus.org/29332492/diff/29332508/lib/uninstall.js File lib/uninstall.js (right): https://codereview.adblockplus.org/29332492/diff/29332508/lib/uninstall.js#newcode23 lib/uninstall.js:23: const uninstallURL ...
Dec. 12, 2015, 10:25 a.m. (2015-12-12 10:25:41 UTC) #5
Sebastian Noack
https://codereview.adblockplus.org/29332492/diff/29332575/lib/uninstall.js File lib/uninstall.js (right): https://codereview.adblockplus.org/29332492/diff/29332575/lib/uninstall.js#newcode26 lib/uninstall.js:26: for (let key of ["addonName", "addonVersion", "application", I just ...
Dec. 12, 2015, 1:43 p.m. (2015-12-12 13:43:28 UTC) #6
kzar
Patch Set 5 : Addressed more feedback https://codereview.adblockplus.org/29332492/diff/29332575/lib/uninstall.js File lib/uninstall.js (right): https://codereview.adblockplus.org/29332492/diff/29332575/lib/uninstall.js#newcode26 lib/uninstall.js:26: for (let ...
Dec. 12, 2015, 2:13 p.m. (2015-12-12 14:13:43 UTC) #7
Sebastian Noack
LGTM. But before merging this we should have the redirect in place of course.
Dec. 12, 2015, 2:16 p.m. (2015-12-12 14:16:06 UTC) #8
Sebastian Noack
https://codereview.adblockplus.org/29332492/diff/29332584/lib/uninstall.js File lib/uninstall.js (right): https://codereview.adblockplus.org/29332492/diff/29332584/lib/uninstall.js#newcode35 lib/uninstall.js:35: chrome.runtime.setUninstallURL(Utils.getDocLink("uninstalled") + "&" + How I could I miss ...
Dec. 15, 2015, 6:41 a.m. (2015-12-15 06:41:18 UTC) #9
kzar
Patch Set 6 : Check the API exists before using it (Other changes due to ...
Dec. 15, 2015, 11:34 a.m. (2015-12-15 11:34:17 UTC) #10
Sebastian Noack
Dec. 15, 2015, 11:37 a.m. (2015-12-15 11:37:31 UTC) #11
LGTM

Powered by Google App Engine
This is Rietveld