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

Issue 2202623002: Converts parts of ios/web to ARC (Closed)

Created:
4 years, 4 months ago by stkhapugin
Modified:
4 years, 4 months ago
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Converts top-level ios/web files, interstitials and navigation directories to ARC. Removes property_releaser usage. Includes results of ARCMigrate run. BUG=624365 TEST=None Committed: https://crrev.com/eb706fb3fce4cb2ee01ba6725163ab6d52c0f0ad Cr-Commit-Position: refs/heads/master@{#413717}

Patch Set 1 #

Patch Set 2 : Removed web_arc_transition #

Total comments: 10

Patch Set 3 : Comments #

Total comments: 3

Patch Set 4 : Compile guards #

Total comments: 2

Patch Set 5 : Removed extra release #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+159 lines, -82 lines) Patch
M ios/web/BUILD.gn View 1 2 5 chunks +43 lines, -8 lines 0 comments Download
M ios/web/active_state_manager_impl.mm View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M ios/web/alloc_with_zone_interceptor.mm View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M ios/web/browser_state.mm View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M ios/web/browser_url_rewriter_impl.mm View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M ios/web/interstitials/html_web_interstitial_impl.mm View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M ios/web/interstitials/native_web_interstitial_impl.mm View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M ios/web/interstitials/web_interstitial_impl.mm View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M ios/web/navigation/crw_session_certificate_policy_manager.mm View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M ios/web/navigation/crw_session_controller.h View 1 2 1 chunk +10 lines, -10 lines 0 comments Download
M ios/web/navigation/crw_session_controller.mm View 1 2 3 4 18 chunks +41 lines, -48 lines 2 comments Download
M ios/web/navigation/crw_session_entry.mm View 1 2 3 6 chunks +4 lines, -6 lines 0 comments Download
M ios/web/navigation/navigation_item_impl.mm View 1 2 3 4 chunks +7 lines, -3 lines 2 comments Download
M ios/web/navigation/navigation_manager_impl.mm View 1 2 3 4 chunks +10 lines, -7 lines 0 comments Download
M ios/web/navigation/nscoder_util.mm View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M ios/web/url_scheme_util.mm View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M ios/web/web_view_creation_util.mm View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 27 (11 generated)
stkhapugin
PTAL
4 years, 4 months ago (2016-08-01 20:42:09 UTC) #3
Eugene But (OOO till 7-30)
Thanks for converting this. Adding Kurt who actually owns navigation (not formally because everything is ...
4 years, 4 months ago (2016-08-01 21:13:48 UTC) #5
stkhapugin
Thanks, PTAL. This is waiting for the function annotation CL. https://codereview.chromium.org/2202623002/diff/20001/ios/web/BUILD.gn File ios/web/BUILD.gn (right): https://codereview.chromium.org/2202623002/diff/20001/ios/web/BUILD.gn#newcode71 ...
4 years, 4 months ago (2016-08-18 17:09:36 UTC) #6
Eugene But (OOO till 7-30)
Please wait for Kurt's lg as well. Also could you please convert smaller portion of ...
4 years, 4 months ago (2016-08-18 17:51:38 UTC) #7
stkhapugin
Eugene, thanks for the feedback, I'll try to make my CLs smaller in the future. ...
4 years, 4 months ago (2016-08-19 09:29:11 UTC) #8
stkhapugin
Eugene, thanks for the feedback, I'll try to make my CLs smaller in the future.
4 years, 4 months ago (2016-08-19 09:29:11 UTC) #9
stkhapugin
Added compile guards.
4 years, 4 months ago (2016-08-19 11:43:19 UTC) #11
Eugene But (OOO till 7-30)
https://codereview.chromium.org/2202623002/diff/40001/ios/web/BUILD.gn File ios/web/BUILD.gn (right): https://codereview.chromium.org/2202623002/diff/40001/ios/web/BUILD.gn#newcode45 ios/web/BUILD.gn:45: "interstitials/web_interstitial_impl.mm", On 2016/08/19 09:29:11, stkhapugin wrote: > On 2016/08/18 ...
4 years, 4 months ago (2016-08-19 15:18:17 UTC) #15
stkhapugin
Ping Kurt https://codereview.chromium.org/2202623002/diff/60001/ios/web/navigation/crw_session_controller.mm File ios/web/navigation/crw_session_controller.mm (right): https://codereview.chromium.org/2202623002/diff/60001/ios/web/navigation/crw_session_controller.mm#newcode849 ios/web/navigation/crw_session_controller.mm:849: CFRelease(uuidStringRef); On 2016/08/19 15:18:17, Eugene But wrote: ...
4 years, 4 months ago (2016-08-19 15:35:02 UTC) #16
kkhorimoto
Generally looking good, but I have some high-level comments: 1) I think that Objective C ...
4 years, 4 months ago (2016-08-19 23:15:43 UTC) #17
Eugene But (OOO till 7-30)
On 2016/08/19 23:15:43, kkhorimoto_ wrote: > Generally looking good, but I have some high-level comments: ...
4 years, 4 months ago (2016-08-19 23:23:16 UTC) #18
stkhapugin
https://codereview.chromium.org/2202623002/diff/80001/ios/web/navigation/crw_session_controller.mm File ios/web/navigation/crw_session_controller.mm (right): https://codereview.chromium.org/2202623002/diff/80001/ios/web/navigation/crw_session_controller.mm#newcode403 ios/web/navigation/crw_session_controller.mm:403: rendererInitiated:rendererInitiated]); On 2016/08/19 23:15:43, kkhorimoto_ wrote: > How do ...
4 years, 4 months ago (2016-08-22 11:37:01 UTC) #19
kkhorimoto
lgtm
4 years, 4 months ago (2016-08-22 17:02:14 UTC) #20
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/2202623002/80001
4 years, 4 months ago (2016-08-23 11:09:33 UTC) #23
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years, 4 months ago (2016-08-23 13:17:27 UTC) #25
commit-bot: I haz the power
4 years, 4 months ago (2016-08-23 13:19:26 UTC) #27
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/eb706fb3fce4cb2ee01ba6725163ab6d52c0f0ad
Cr-Commit-Position: refs/heads/master@{#413717}

Powered by Google App Engine
This is Rietveld 408576698