Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Issue 2148293005: Migrate mac installer to delegate-driven model (Closed)

Created:
4 years, 5 months ago by Anna Zeng
Modified:
4 years, 3 months ago
CC:
chromium-reviews, grt+watch_chromium.org, wfh+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Migrate mac installer to delegate-driven model BUG= Committed: https://crrev.com/f255d87c61c30e7a65ca8d085fd0c44ac9fdaec8 Cr-Commit-Position: refs/heads/master@{#407180}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Moved to delegate-driven structure #

Patch Set 3 : Addressed the rest of Sidney's comments #

Total comments: 10

Patch Set 4 : Addressed all comments except NetworkCommunication #

Total comments: 5

Patch Set 5 : Last patch before CQ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -145 lines) Patch
M chrome/installer/mac/BUILD.gn View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/installer/mac/app/BUILD.gn View 1 1 chunk +15 lines, -3 lines 0 comments Download
D chrome/installer/mac/app/DownloadDelegate.h View 1 1 chunk +0 lines, -14 lines 0 comments Download
M chrome/installer/mac/app/DownloadDelegate.m View 1 1 chunk +0 lines, -42 lines 0 comments Download
M chrome/installer/mac/app/Downloader.h View 1 2 3 1 chunk +8 lines, -1 line 0 comments Download
M chrome/installer/mac/app/Downloader.m View 1 2 3 3 chunks +39 lines, -5 lines 0 comments Download
A chrome/installer/mac/app/MainDelegate.h View 1 2 3 4 1 chunk +23 lines, -0 lines 0 comments Download
A chrome/installer/mac/app/MainDelegate.m View 1 2 3 4 1 chunk +36 lines, -0 lines 0 comments Download
M chrome/installer/mac/app/NetworkCommunication.h View 1 2 3 4 2 chunks +4 lines, -7 lines 0 comments Download
M chrome/installer/mac/app/NetworkCommunication.m View 1 2 3 4 3 chunks +10 lines, -16 lines 0 comments Download
M chrome/installer/mac/app/OmahaCommunication.h View 1 2 3 4 1 chunk +11 lines, -4 lines 0 comments Download
M chrome/installer/mac/app/OmahaCommunication.m View 1 2 3 4 2 chunks +13 lines, -26 lines 0 comments Download
M chrome/installer/mac/app/OmahaXMLRequest.m View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M chrome/installer/mac/app/main.m View 1 2 3 4 1 chunk +5 lines, -24 lines 0 comments Download

Messages

Total messages: 24 (9 generated)
Anna Zeng
This is the progress Ivan and I have made so far in figuring out how ...
4 years, 5 months ago (2016-07-15 20:08:06 UTC) #3
Anna Zeng
On 2016/07/15 20:08:06, Anna Zeng wrote: > This is the progress Ivan and I have ...
4 years, 5 months ago (2016-07-18 17:52:48 UTC) #5
Sidney San Martín
On 2016/07/15 20:08:06, Anna Zeng wrote: > If we continue going in this direction, most ...
4 years, 5 months ago (2016-07-18 18:28:22 UTC) #6
Sidney San Martín
https://codereview.chromium.org/2148293005/diff/1/chrome/installer/mac/app/DownloadDelegate.m File chrome/installer/mac/app/DownloadDelegate.m (right): https://codereview.chromium.org/2148293005/diff/1/chrome/installer/mac/app/DownloadDelegate.m#newcode10 chrome/installer/mac/app/DownloadDelegate.m:10: @implementation DownloadDelegate : NSObject Not strictly related to this ...
4 years, 5 months ago (2016-07-18 18:28:52 UTC) #7
Anna Zeng
Requesting review! We have addressed all comments included thus far, and welcome more perspectives.
4 years, 5 months ago (2016-07-19 19:23:48 UTC) #8
Mark Mentovai
I like this! Anna, if you wrote this, have you let Ivan look at for ...
4 years, 5 months ago (2016-07-19 21:07:40 UTC) #9
Sidney San Martín
https://codereview.chromium.org/2148293005/diff/40001/chrome/installer/mac/app/MainDelegate.h File chrome/installer/mac/app/MainDelegate.h (right): https://codereview.chromium.org/2148293005/diff/40001/chrome/installer/mac/app/MainDelegate.h#newcode12 chrome/installer/mac/app/MainDelegate.h:12: @end main.m knows that it's dealing with an instance ...
4 years, 5 months ago (2016-07-19 23:19:20 UTC) #10
Anna Zeng
https://codereview.chromium.org/2148293005/diff/40001/chrome/installer/mac/app/MainDelegate.h File chrome/installer/mac/app/MainDelegate.h (right): https://codereview.chromium.org/2148293005/diff/40001/chrome/installer/mac/app/MainDelegate.h#newcode16 chrome/installer/mac/app/MainDelegate.h:16: @end On 2016/07/19 23:19:20, Sidney San Martín wrote: > ...
4 years, 5 months ago (2016-07-21 18:06:44 UTC) #11
Anna Zeng
Ready for another round of eyes!
4 years, 5 months ago (2016-07-21 18:50:35 UTC) #13
Sidney San Martín
On 2016/07/21 18:50:35, Anna Zeng wrote: > Ready for another round of eyes! I have ...
4 years, 5 months ago (2016-07-22 02:29:45 UTC) #14
Sidney San Martín
https://codereview.chromium.org/2148293005/diff/60001/chrome/installer/mac/app/MainDelegate.h File chrome/installer/mac/app/MainDelegate.h (right): https://codereview.chromium.org/2148293005/diff/60001/chrome/installer/mac/app/MainDelegate.h#newcode15 chrome/installer/mac/app/MainDelegate.h:15: - (void)onDownloadSuccess; This method is already in DownloaderDelegate, an ...
4 years, 5 months ago (2016-07-22 02:30:17 UTC) #15
Mark Mentovai
Nice refactor. LGTM when the remaining feedback is addressed.
4 years, 5 months ago (2016-07-22 15:15:13 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2148293005/80001
4 years, 5 months ago (2016-07-22 16:19:32 UTC) #20
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 5 months ago (2016-07-22 17:08:35 UTC) #22
commit-bot: I haz the power
4 years, 5 months ago (2016-07-22 17:10:28 UTC) #24
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/f255d87c61c30e7a65ca8d085fd0c44ac9fdaec8
Cr-Commit-Position: refs/heads/master@{#407180}

Powered by Google App Engine
This is Rietveld 408576698