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

Issue 2823953004: [ObjC ARC] Converts ios/chrome/browser/web:web_internal to ARC. (Closed)

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

Description

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

Patch Set 1 #

Total comments: 6

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -34 lines) Patch
M ios/chrome/browser/web/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/web/auto_reload_bridge.mm View 1 3 chunks +10 lines, -8 lines 0 comments Download
M ios/chrome/browser/web/auto_reload_controller.mm View 1 3 chunks +8 lines, -7 lines 0 comments Download
M ios/chrome/browser/web/blocked_popup_tab_helper.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ios/chrome/browser/web/chrome_web_client.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ios/chrome/browser/web/error_page_content.mm View 2 chunks +9 lines, -6 lines 0 comments Download
M ios/chrome/browser/web/error_page_generator.mm View 1 4 chunks +7 lines, -4 lines 0 comments Download
M ios/chrome/browser/web/external_app_launcher.mm View 3 chunks +9 lines, -6 lines 0 comments Download
M ios/chrome/browser/web/print_observer.mm View 2 chunks +6 lines, -3 lines 0 comments Download

Messages

Total messages: 21 (13 generated)
gambard
PTAL.
3 years, 8 months ago (2017-04-18 13:21:00 UTC) #6
Eugene But (OOO till 7-30)
lgtm https://codereview.chromium.org/2823953004/diff/1/ios/chrome/browser/web/error_page_generator.mm File ios/chrome/browser/web/error_page_generator.mm (right): https://codereview.chromium.org/2823953004/diff/1/ios/chrome/browser/web/error_page_generator.mm#newcode27 ios/chrome/browser/web/error_page_generator.mm:27: NSString* html_; Since you touching this, would you ...
3 years, 8 months ago (2017-04-18 15:44:44 UTC) #7
stkhapugin
https://codereview.chromium.org/2823953004/diff/1/ios/chrome/browser/web/auto_reload_bridge.mm File ios/chrome/browser/web/auto_reload_bridge.mm (right): https://codereview.chromium.org/2823953004/diff/1/ios/chrome/browser/web/auto_reload_bridge.mm#newcode49 ios/chrome/browser/web/auto_reload_bridge.mm:49: AutoReloadBridge* bridge_; This went from __unsafe_unretained to __strong, is ...
3 years, 8 months ago (2017-04-19 16:42:34 UTC) #8
gambard
C++ code under ARC have the same behavior as objective C (i.e. strong reference on ...
3 years, 8 months ago (2017-04-20 08:31:40 UTC) #11
sdefresne
On 2017/04/20 08:31:40, gambard wrote: > C++ code under ARC have the same behavior as ...
3 years, 8 months ago (2017-04-20 09:26:30 UTC) #12
stkhapugin
lgtm
3 years, 8 months ago (2017-04-20 15:48:56 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/2823953004/20001
3 years, 8 months ago (2017-04-21 07:01:45 UTC) #18
commit-bot: I haz the power
3 years, 8 months ago (2017-04-21 07:06:05 UTC) #21
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/bbdc3a57db54f6c15e343173885b...

Powered by Google App Engine
This is Rietveld 408576698