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

Issue 29435631: Issue 5230 - Properly download Chromium on macOS (Closed)

Created:
May 10, 2017, 2:13 p.m. by hub
Modified:
May 18, 2017, 5:54 p.m.
Base URL:
https://hg.adblockplus.org/adblockpluscore/
Visibility:
Public.

Description

Issue 5230 - Properly download Chromium on macOS

Patch Set 1 #

Total comments: 23

Patch Set 2 : Fix the issues from the review. #

Total comments: 10

Patch Set 3 : Rework the code to be clearer. Address the other review issues. #

Total comments: 10

Patch Set 4 : Addressed review comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -15 lines) Patch
M chromium_process.js View 1 2 3 2 chunks +69 lines, -14 lines 0 comments Download
M package.json View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9
hub
May 10, 2017, 2:13 p.m. (2017-05-10 14:13:51 UTC) #1
hub
https://codereview.adblockplus.org/29435631/diff/29435632/chromium_process.js File chromium_process.js (right): https://codereview.adblockplus.org/29435631/diff/29435632/chromium_process.js#newcode30 chromium_process.js:30: const DecompressZip = require('decompress-zip'); I had to use a ...
May 10, 2017, 2:15 p.m. (2017-05-10 14:15:27 UTC) #2
Wladimir Palant
https://codereview.adblockplus.org/29435631/diff/29435632/chromium_process.js File chromium_process.js (right): https://codereview.adblockplus.org/29435631/diff/29435632/chromium_process.js#newcode30 chromium_process.js:30: const DecompressZip = require('decompress-zip'); On 2017/05/10 14:15:27, hub wrote: ...
May 16, 2017, 2:21 p.m. (2017-05-16 14:21:15 UTC) #3
hub
Updated patch. The only thing not done is using another zip module like yauzl (see ...
May 16, 2017, 3:49 p.m. (2017-05-16 15:49:30 UTC) #4
Wladimir Palant
I didn't comment on the issues that ESLint will catch. https://codereview.adblockplus.org/29435631/diff/29435632/chromium_process.js File chromium_process.js (right): https://codereview.adblockplus.org/29435631/diff/29435632/chromium_process.js#newcode30 ...
May 17, 2017, 10:37 a.m. (2017-05-17 10:37:02 UTC) #5
hub
updated patch. https://codereview.adblockplus.org/29435631/diff/29435632/chromium_process.js File chromium_process.js (right): https://codereview.adblockplus.org/29435631/diff/29435632/chromium_process.js#newcode30 chromium_process.js:30: const DecompressZip = require('decompress-zip'); On 2017/05/17 10:37:02, ...
May 17, 2017, 5:25 p.m. (2017-05-17 17:25:02 UTC) #6
Wladimir Palant
https://codereview.adblockplus.org/29435631/diff/29439609/chromium_process.js File chromium_process.js (right): https://codereview.adblockplus.org/29435631/diff/29439609/chromium_process.js#newcode144 chromium_process.js:144: fs.unlinkSync(destArchive); On 2017/05/17 17:25:02, hub wrote: > From what ...
May 18, 2017, 11:18 a.m. (2017-05-18 11:18:28 UTC) #7
hub
Updated patch. https://codereview.adblockplus.org/29435631/diff/29439609/chromium_process.js File chromium_process.js (right): https://codereview.adblockplus.org/29435631/diff/29439609/chromium_process.js#newcode144 chromium_process.js:144: fs.unlinkSync(destArchive); On 2017/05/18 11:18:27, Wladimir Palant wrote: ...
May 18, 2017, 1:22 p.m. (2017-05-18 13:22:38 UTC) #8
Wladimir Palant
May 18, 2017, 5:42 p.m. (2017-05-18 17:42:00 UTC) #9
LGTM

This needs to land on master and emscripten branch.

Powered by Google App Engine
This is Rietveld