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

Issue 2888173002: [ObjC ARC] Converts ios/chrome/test/app:test_support to ARC. (Closed)

Created:
3 years, 7 months ago by baxley
Modified:
3 years, 6 months ago
CC:
chromium-reviews, ios-reviews+chrome_chromium.org, ios-reviews_chromium.org, baxley+watch_chromium.org, pkl (ping after 24h if needed), noyau+watch_chromium.org, marq+watch_chromium.org, huangml+watch_chromium.org, liaoyuke+watch_chromium.org, gchatz
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

[ObjC ARC] Converts ios/chrome/test/app:test_support to ARC. Also convert ios/chrome/browser/ui/sync:eg_tests to ARC, since this simplifies use of output parameters in sync_test_util.mm. Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2888173002 Cr-Commit-Position: refs/heads/master@{#478845} Committed: https://chromium.googlesource.com/chromium/src/+/c3cb3cf56a018f1b82a8e091f81147340dc5762c

Patch Set 1 #

Patch Set 2 : fix test and DEPS #

Total comments: 7

Patch Set 3 : tighten deps exclusion #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -17 lines) Patch
M ios/chrome/browser/ui/sync/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/ui/sync/sync_fake_server_egtest.mm View 1 2 3 chunks +4 lines, -6 lines 0 comments Download
M ios/chrome/test/app/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A ios/chrome/test/app/DEPS View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M ios/chrome/test/app/bookmarks_test_util.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ios/chrome/test/app/chrome_test_util.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ios/chrome/test/app/histogram_test_util.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ios/chrome/test/app/history_test_util.mm View 1 chunk +5 lines, -1 line 0 comments Download
M ios/chrome/test/app/navigation_test_util.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ios/chrome/test/app/settings_test_util.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ios/chrome/test/app/signin_test_util.mm View 1 2 2 chunks +6 lines, -3 lines 0 comments Download
M ios/chrome/test/app/stack_view_test_util.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ios/chrome/test/app/static_html_view_test_util.mm View 2 chunks +5 lines, -1 line 0 comments Download
M ios/chrome/test/app/sync_test_util.mm View 2 chunks +5 lines, -1 line 0 comments Download
M ios/chrome/test/app/tab_test_util.mm View 3 chunks +9 lines, -5 lines 0 comments Download
M ios/chrome/test/app/web_view_interaction_test_util.mm View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 26 (14 generated)
baxley
Let me know what you think. Here are the notable changes I did in addition ...
3 years, 7 months ago (2017-05-17 16:44:35 UTC) #9
Eugene But (OOO till 7-30)
https://codereview.chromium.org/2888173002/diff/20001/ios/chrome/test/app/DEPS File ios/chrome/test/app/DEPS (right): https://codereview.chromium.org/2888173002/diff/20001/ios/chrome/test/app/DEPS#newcode2 ios/chrome/test/app/DEPS:2: "+ios/web/web_state/ui/crw_web_controller.h", On 2017/05/17 16:44:35, baxley wrote: > Eugene, let ...
3 years, 7 months ago (2017-05-17 18:28:44 UTC) #10
baxley
I'll follow up with gchatz@ when they're back to see if we need these tests ...
3 years, 7 months ago (2017-05-17 20:21:02 UTC) #13
stkhapugin
lgtm https://codereview.chromium.org/2888173002/diff/20001/ios/chrome/test/app/DEPS File ios/chrome/test/app/DEPS (right): https://codereview.chromium.org/2888173002/diff/20001/ios/chrome/test/app/DEPS#newcode2 ios/chrome/test/app/DEPS:2: "+ios/web/web_state/ui/crw_web_controller.h", On 2017/05/17 20:21:02, baxley wrote: > On ...
3 years, 6 months ago (2017-05-30 17:16:53 UTC) #14
baxley
https://codereview.chromium.org/2888173002/diff/20001/ios/chrome/test/app/DEPS File ios/chrome/test/app/DEPS (right): https://codereview.chromium.org/2888173002/diff/20001/ios/chrome/test/app/DEPS#newcode2 ios/chrome/test/app/DEPS:2: "+ios/web/web_state/ui/crw_web_controller.h", On 2017/05/30 17:16:53, stkhapugin wrote: > On 2017/05/17 ...
3 years, 6 months ago (2017-06-09 17:00:32 UTC) #15
Eugene But (OOO till 7-30)
https://codereview.chromium.org/2888173002/diff/20001/ios/chrome/test/app/DEPS File ios/chrome/test/app/DEPS (right): https://codereview.chromium.org/2888173002/diff/20001/ios/chrome/test/app/DEPS#newcode2 ios/chrome/test/app/DEPS:2: "+ios/web/web_state/ui/crw_web_controller.h", On 2017/06/09 17:00:32, baxley wrote: > On 2017/05/30 ...
3 years, 6 months ago (2017-06-12 03:53:55 UTC) #16
stkhapugin
Baxley, can you remove the test for now and let Eugene write a new one ...
3 years, 6 months ago (2017-06-12 12:23:34 UTC) #17
baxley
On 2017/06/12 12:23:34, stkhapugin wrote: > Baxley, can you remove the test for now and ...
3 years, 6 months ago (2017-06-12 14:24:53 UTC) #18
baxley
I made the DEPS exception for just one file. PTAL! If LG, feel free to ...
3 years, 6 months ago (2017-06-12 20:38:26 UTC) #19
Eugene But (OOO till 7-30)
lgtm
3 years, 6 months ago (2017-06-12 23:14:13 UTC) #21
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/2888173002/40001
3 years, 6 months ago (2017-06-12 23:15:03 UTC) #23
commit-bot: I haz the power
3 years, 6 months ago (2017-06-13 00:48:42 UTC) #26
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/c3cb3cf56a018f1b82a8e091f811...

Powered by Google App Engine
This is Rietveld 408576698