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

Issue 2380323002: [ARC] Converts parts of ios/web/web_state to ARC. (Closed)

Created:
4 years, 2 months ago by stkhapugin
Modified:
4 years, 2 months ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[ARC] Converts parts of ios/web/web_state to ARC. Notable changes: * CRWWebViewProxyImpl now uses synthesized getter and ivar for property contentView * CRWJSPOSTRequestLoader now does not create a retain cycle of CRWWKScriptMessageRouter objects. The cycle seems to have been harmless, but it definitely brings no value, and it's better to not have it. BUG=651830 Committed: https://crrev.com/2a4ea729584ef7faa36d2f64db26b09bd14122ef Cr-Commit-Position: refs/heads/master@{#422776}

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -50 lines) Patch
M ios/web/BUILD.gn View 2 chunks +15 lines, -15 lines 0 comments Download
M ios/web/public/web_state/crw_web_view_scroll_view_proxy.h View 1 chunk +3 lines, -2 lines 0 comments Download
M ios/web/web_state/crw_web_view_proxy_impl.mm View 3 chunks +8 lines, -9 lines 0 comments Download
M ios/web/web_state/crw_web_view_scroll_view_proxy.mm View 5 chunks +12 lines, -10 lines 4 comments Download
M ios/web/web_state/error_translation_util.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ios/web/web_state/global_web_state_event_tracker.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ios/web/web_state/js/credential_util.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ios/web/web_state/js/crw_js_injection_manager.mm View 2 chunks +5 lines, -2 lines 0 comments Download
M ios/web/web_state/js/crw_js_injection_receiver.mm View 1 chunk +5 lines, -1 line 0 comments Download
M ios/web/web_state/js/crw_js_plugin_placeholder_manager.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ios/web/web_state/js/crw_js_post_request_loader.mm View 5 chunks +15 lines, -11 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 20 (13 generated)
stkhapugin
ptal
4 years, 2 months ago (2016-10-04 12:34:27 UTC) #12
marq (ping after 24h)
https://codereview.chromium.org/2380323002/diff/1/ios/web/web_state/crw_web_view_scroll_view_proxy.mm File ios/web/web_state/crw_web_view_scroll_view_proxy.mm (right): https://codereview.chromium.org/2380323002/diff/1/ios/web/web_state/crw_web_view_scroll_view_proxy.mm#newcode7 ios/web/web_state/crw_web_view_scroll_view_proxy.mm:7: #import <objc/runtime.h> Is this needed? https://codereview.chromium.org/2380323002/diff/1/ios/web/web_state/crw_web_view_scroll_view_proxy.mm#newcode20 ios/web/web_state/crw_web_view_scroll_view_proxy.mm:20: base::scoped_nsobject<id> _observers; ...
4 years, 2 months ago (2016-10-04 12:49:05 UTC) #13
stkhapugin
https://codereview.chromium.org/2380323002/diff/1/ios/web/web_state/crw_web_view_scroll_view_proxy.mm File ios/web/web_state/crw_web_view_scroll_view_proxy.mm (right): https://codereview.chromium.org/2380323002/diff/1/ios/web/web_state/crw_web_view_scroll_view_proxy.mm#newcode7 ios/web/web_state/crw_web_view_scroll_view_proxy.mm:7: #import <objc/runtime.h> On 2016/10/04 12:49:05, marq wrote: > Is ...
4 years, 2 months ago (2016-10-04 13:02:50 UTC) #14
marq (ping after 24h)
lgtm
4 years, 2 months ago (2016-10-04 13:04:18 UTC) #15
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/2380323002/1
4 years, 2 months ago (2016-10-04 13:05:15 UTC) #17
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 2 months ago (2016-10-04 13:55:09 UTC) #18
commit-bot: I haz the power
4 years, 2 months ago (2016-10-04 13:57:42 UTC) #20
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/2a4ea729584ef7faa36d2f64db26b09bd14122ef
Cr-Commit-Position: refs/heads/master@{#422776}

Powered by Google App Engine
This is Rietveld 408576698