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

Issue 2681353002: [ObjC ARC] Converts ios/chrome/common:unit_tests to ARC. (Closed)

Created:
3 years, 10 months ago by lody
Modified:
3 years, 10 months ago
Reviewers:
stkhapugin, sdefresne
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/common:unit_tests to ARC. Automatically generated ARCMigrate commit Notable issues: Separated block_unittest.mm into its own target as it checks memory management and does not apply to an ARC environment. Bug opened at https://bugs.chromium.org/p/chromium/issues/detail?id=690941 to create a test to check for correct interaction of C++ and blocks in the ARC world. BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2681353002 Cr-Commit-Position: refs/heads/master@{#450391} Committed: https://chromium.googlesource.com/chromium/src/+/6a5106048c624b4ae8421a1f88e7cbe4d7e85869

Patch Set 1 #

Patch Set 2 : extract class that does not make sense to be formatted to own target #

Total comments: 2

Patch Set 3 : comment #

Total comments: 5

Patch Set 4 : comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -2 lines) Patch
M ios/chrome/common/BUILD.gn View 1 2 3 1 chunk +14 lines, -1 line 0 comments Download
M ios/chrome/common/ns_regular_expression_unittest.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ios/chrome/common/string_util_unittest.mm View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 23 (15 generated)
lody
Please review. See the note in the CL description.
3 years, 10 months ago (2017-02-10 15:31:21 UTC) #9
sdefresne
https://codereview.chromium.org/2681353002/diff/20001/ios/chrome/common/BUILD.gn File ios/chrome/common/BUILD.gn (right): https://codereview.chromium.org/2681353002/diff/20001/ios/chrome/common/BUILD.gn#newcode32 ios/chrome/common/BUILD.gn:32: source_set("noarc_unit_tests") { Can you add a comment there says ...
3 years, 10 months ago (2017-02-10 15:36:36 UTC) #10
lody
https://codereview.chromium.org/2681353002/diff/20001/ios/chrome/common/BUILD.gn File ios/chrome/common/BUILD.gn (right): https://codereview.chromium.org/2681353002/diff/20001/ios/chrome/common/BUILD.gn#newcode32 ios/chrome/common/BUILD.gn:32: source_set("noarc_unit_tests") { On 2017/02/10 15:36:36, sdefresne wrote: > Can ...
3 years, 10 months ago (2017-02-13 10:25:38 UTC) #13
sdefresne
https://codereview.chromium.org/2681353002/diff/40001/ios/chrome/common/block_unittest.mm File ios/chrome/common/block_unittest.mm (right): https://codereview.chromium.org/2681353002/diff/40001/ios/chrome/common/block_unittest.mm#newcode13 ios/chrome/common/block_unittest.mm:13: // This class should not use ARC. When everything ...
3 years, 10 months ago (2017-02-13 14:15:58 UTC) #14
sdefresne
lgtm with suggested changes https://codereview.chromium.org/2681353002/diff/40001/ios/chrome/common/BUILD.gn File ios/chrome/common/BUILD.gn (right): https://codereview.chromium.org/2681353002/diff/40001/ios/chrome/common/BUILD.gn#newcode53 ios/chrome/common/BUILD.gn:53: ":common", Add ":"noarc_unit_tests" here. https://codereview.chromium.org/2681353002/diff/40001/ios/chrome/common/block_unittest.mm ...
3 years, 10 months ago (2017-02-14 10:04:24 UTC) #15
lody
https://codereview.chromium.org/2681353002/diff/40001/ios/chrome/common/BUILD.gn File ios/chrome/common/BUILD.gn (right): https://codereview.chromium.org/2681353002/diff/40001/ios/chrome/common/BUILD.gn#newcode53 ios/chrome/common/BUILD.gn:53: ":common", On 2017/02/14 10:04:24, sdefresne wrote: > Add ":"noarc_unit_tests" ...
3 years, 10 months ago (2017-02-14 14:23:47 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/2681353002/80001
3 years, 10 months ago (2017-02-14 16:03:00 UTC) #20
commit-bot: I haz the power
3 years, 10 months ago (2017-02-14 17:12:41 UTC) #23
Message was sent while issue was closed.
Committed patchset #4 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/6a5106048c624b4ae8421a1f88e7...

Powered by Google App Engine
This is Rietveld 408576698