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

Issue 2680433002: [ObjC ARC] Converts ios/chrome/browser/ui/first_run:first_run to ARC. (Closed)

Created:
3 years, 10 months ago by lody
Modified:
3 years, 9 months ago
Reviewers:
stkhapugin, bzanotti
CC:
chromium-reviews, marq+watch_chromium.org, pkl (ping after 24h if needed), noyau+watch_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[ObjC ARC] Converts ios/chrome/browser/ui/first_run:first_run to ARC. Automatically generated ARCMigrate commit Notable issues: * Annotated FirstRunChromeSigninViewController's _tabModel and _identity as __weak. BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2680433002 Cr-Commit-Position: refs/heads/master@{#448935} Committed: https://chromium.googlesource.com/chromium/src/+/527535830fcb2e3410f09962ca496067f7d438a3

Patch Set 1 #

Patch Set 2 : weaks #

Total comments: 10

Patch Set 3 : weak #

Unified diffs Side-by-side diffs Delta from patch set Stats (+81 lines, -82 lines) Patch
M ios/chrome/browser/ui/first_run/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/ui/first_run/first_run_chrome_signin_view_controller.mm View 1 5 chunks +8 lines, -6 lines 0 comments Download
M ios/chrome/browser/ui/first_run/first_run_util.mm View 2 chunks +5 lines, -1 line 0 comments Download
M ios/chrome/browser/ui/first_run/static_file_view_controller.mm View 4 chunks +10 lines, -8 lines 0 comments Download
M ios/chrome/browser/ui/first_run/welcome_to_chrome_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/ui/first_run/welcome_to_chrome_view.mm View 1 2 11 chunks +40 lines, -46 lines 0 comments Download
M ios/chrome/browser/ui/first_run/welcome_to_chrome_view_controller.mm View 1 2 8 chunks +16 lines, -20 lines 0 comments Download

Messages

Total messages: 22 (15 generated)
lody
Please review, thank you 🍔
3 years, 10 months ago (2017-02-06 16:01:23 UTC) #7
stkhapugin
https://codereview.chromium.org/2680433002/diff/20001/ios/chrome/browser/ui/first_run/welcome_to_chrome_view.mm File ios/chrome/browser/ui/first_run/welcome_to_chrome_view.mm (right): https://codereview.chromium.org/2680433002/diff/20001/ios/chrome/browser/ui/first_run/welcome_to_chrome_view.mm#newcode90 ios/chrome/browser/ui/first_run/welcome_to_chrome_view.mm:90: @property(weak, nonatomic, readonly) UIView* containerView; Here and below, since ...
3 years, 10 months ago (2017-02-06 18:07:20 UTC) #10
bzanotti
https://codereview.chromium.org/2680433002/diff/20001/ios/chrome/browser/ui/first_run/welcome_to_chrome_view.mm File ios/chrome/browser/ui/first_run/welcome_to_chrome_view.mm (right): https://codereview.chromium.org/2680433002/diff/20001/ios/chrome/browser/ui/first_run/welcome_to_chrome_view.mm#newcode76 ios/chrome/browser/ui/first_run/welcome_to_chrome_view.mm:76: __weak id<WelcomeToChromeViewDelegate> _delegate; You should be able to remove ...
3 years, 10 months ago (2017-02-06 18:35:31 UTC) #11
lody
https://codereview.chromium.org/2680433002/diff/20001/ios/chrome/browser/ui/first_run/welcome_to_chrome_view.mm File ios/chrome/browser/ui/first_run/welcome_to_chrome_view.mm (right): https://codereview.chromium.org/2680433002/diff/20001/ios/chrome/browser/ui/first_run/welcome_to_chrome_view.mm#newcode76 ios/chrome/browser/ui/first_run/welcome_to_chrome_view.mm:76: __weak id<WelcomeToChromeViewDelegate> _delegate; On 2017/02/06 18:35:31, bzanotti wrote: > ...
3 years, 10 months ago (2017-02-07 15:46:50 UTC) #16
bzanotti
lgtm
3 years, 10 months ago (2017-02-07 22:57:07 UTC) #17
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/2680433002/40001
3 years, 10 months ago (2017-02-08 09:01:01 UTC) #19
commit-bot: I haz the power
3 years, 10 months ago (2017-02-08 09:06:41 UTC) #22
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/527535830fcb2e3410f09962ca49...

Powered by Google App Engine
This is Rietveld 408576698