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

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

Created:
3 years, 6 months ago by marq (ping after 24h)
Modified:
3 years, 6 months ago
Reviewers:
stkhapugin, sdefresne
CC:
chromium-reviews, marq+watch_chromium.org, ios-reviews+chrome_chromium.org, noyau+watch_chromium.org, ios-reviews_chromium.org, asvitkine+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[ObjC ARC] Converts ios/chrome/browser/ui/stack_view:stack_view to ARC. Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2944443003 Cr-Commit-Position: refs/heads/master@{#481177} Committed: https://chromium.googlesource.com/chromium/src/+/6a9b847e0cbcfd1c8858a8fd63062221f5f96775

Patch Set 1 #

Total comments: 6

Patch Set 2 : Review feedback #

Patch Set 3 : Rebased. #

Patch Set 4 : Remove debugging DCHECK. #

Patch Set 5 : Add and use explicit disconnect in CardSet. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+276 lines, -228 lines) Patch
M ios/chrome/browser/metrics/BUILD.gn View 2 chunks +25 lines, -3 lines 0 comments Download
M ios/chrome/browser/metrics/tab_usage_recorder.mm View 1 chunk +0 lines, -4 lines 0 comments Download
M ios/chrome/browser/ui/stack_view/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/ui/stack_view/card_set.h View 1 2 3 4 2 chunks +8 lines, -4 lines 0 comments Download
M ios/chrome/browser/ui/stack_view/card_set.mm View 1 2 3 4 13 chunks +27 lines, -23 lines 0 comments Download
M ios/chrome/browser/ui/stack_view/card_stack_layout_manager.h View 1 chunk +1 line, -9 lines 0 comments Download
M ios/chrome/browser/ui/stack_view/card_stack_layout_manager.mm View 6 chunks +18 lines, -5 lines 0 comments Download
M ios/chrome/browser/ui/stack_view/card_stack_pinch_gesture_recognizer.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/stack_view/card_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/ui/stack_view/card_view.mm View 1 19 chunks +38 lines, -36 lines 0 comments Download
M ios/chrome/browser/ui/stack_view/close_button.mm View 2 chunks +8 lines, -1 line 0 comments Download
M ios/chrome/browser/ui/stack_view/page_animation_util.mm View 4 chunks +8 lines, -7 lines 0 comments Download
M ios/chrome/browser/ui/stack_view/stack_card.mm View 3 chunks +11 lines, -9 lines 0 comments Download
M ios/chrome/browser/ui/stack_view/stack_view_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ios/chrome/browser/ui/stack_view/stack_view_controller.mm View 1 2 3 4 37 chunks +100 lines, -111 lines 0 comments Download
M ios/chrome/browser/ui/stack_view/stack_view_controller_private.h View 3 chunks +5 lines, -5 lines 0 comments Download
M ios/chrome/browser/ui/stack_view/stack_view_toolbar_controller.mm View 3 chunks +11 lines, -7 lines 0 comments Download
M ios/chrome/browser/ui/stack_view/title_label.mm View 2 chunks +8 lines, -1 line 0 comments Download

Messages

Total messages: 32 (18 generated)
marq (ping after 24h)
3 years, 6 months ago (2017-06-15 16:54:55 UTC) #4
stkhapugin
lgtm with comments https://codereview.chromium.org/2944443003/diff/1/ios/chrome/browser/ui/stack_view/card_set.h File ios/chrome/browser/ui/stack_view/card_set.h (right): https://codereview.chromium.org/2944443003/diff/1/ios/chrome/browser/ui/stack_view/card_set.h#newcode50 ios/chrome/browser/ui/stack_view/card_set.h:50: @property(weak, nonatomic, readonly) CardStackLayoutManager* stackModel; It ...
3 years, 6 months ago (2017-06-16 13:17:50 UTC) #7
marq (ping after 24h)
Review feedback
3 years, 6 months ago (2017-06-19 10:03:39 UTC) #8
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/2944443003/20001
3 years, 6 months ago (2017-06-19 10:03:57 UTC) #11
marq (ping after 24h)
Thanks for the review! https://codereview.chromium.org/2944443003/diff/1/ios/chrome/browser/ui/stack_view/card_set.h File ios/chrome/browser/ui/stack_view/card_set.h (right): https://codereview.chromium.org/2944443003/diff/1/ios/chrome/browser/ui/stack_view/card_set.h#newcode50 ios/chrome/browser/ui/stack_view/card_set.h:50: @property(weak, nonatomic, readonly) CardStackLayoutManager* stackModel; ...
3 years, 6 months ago (2017-06-19 10:34:24 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/240333)
3 years, 6 months ago (2017-06-19 11:29:32 UTC) #14
marq (ping after 24h)
Rebased.
3 years, 6 months ago (2017-06-19 15:55:28 UTC) #15
marq (ping after 24h)
Remove debugging DCHECK.
3 years, 6 months ago (2017-06-19 15:59:28 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/2944443003/60001
3 years, 6 months ago (2017-06-19 15:59:53 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/240506)
3 years, 6 months ago (2017-06-19 17:30:26 UTC) #21
marq (ping after 24h)
PTAL at the changes to card_set and stack_view_controller.
3 years, 6 months ago (2017-06-20 14:28:17 UTC) #22
stkhapugin
lgtm
3 years, 6 months ago (2017-06-21 11:35:00 UTC) #27
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/2944443003/80001
3 years, 6 months ago (2017-06-21 11:38:31 UTC) #29
commit-bot: I haz the power
3 years, 6 months ago (2017-06-21 11:51:42 UTC) #32
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/6a9b847e0cbcfd1c8858a8fd6306...

Powered by Google App Engine
This is Rietveld 408576698