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

Issue 2524383002: [ObjC ARC] Converts ios/chrome/browser/find_in_page:find_in_page to ARC.Automatically generated A… (Closed)

Created:
4 years ago by stkhapugin
Modified:
4 years ago
CC:
chromium-reviews, pkl (ping after 24h if needed), mac-reviews_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[ObjC ARC] Converts ios/chrome/browser/find_in_page:find_in_page to ARC. Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Committed: https://crrev.com/4c6f265721e5a032d0fe8f138274264db05b7fa1 Cr-Commit-Position: refs/heads/master@{#434517}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Comments + removed scoped_nsobjects and weak_nsobjects #

Total comments: 2

Patch Set 3 : qwer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -47 lines) Patch
M ios/chrome/browser/find_in_page/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/browser/find_in_page/find_in_page_controller.mm View 1 2 13 chunks +19 lines, -18 lines 0 comments Download
M ios/chrome/browser/find_in_page/find_in_page_model.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/find_in_page/find_in_page_model.mm View 1 2 chunks +10 lines, -9 lines 0 comments Download
M ios/chrome/browser/find_in_page/js_findinpage_manager.h View 1 2 chunks +2 lines, -7 lines 0 comments Download
M ios/chrome/browser/find_in_page/js_findinpage_manager.mm View 1 9 chunks +16 lines, -12 lines 0 comments Download

Messages

Total messages: 17 (8 generated)
stkhapugin
PTAL. Passes downstream tests.
4 years ago (2016-11-25 09:54:05 UTC) #6
noyau (Ping after 24h)
https://codereview.chromium.org/2524383002/diff/1/ios/chrome/browser/find_in_page/find_in_page_model.h File ios/chrome/browser/find_in_page/find_in_page_model.h (right): https://codereview.chromium.org/2524383002/diff/1/ios/chrome/browser/find_in_page/find_in_page_model.h#newcode18 ios/chrome/browser/find_in_page/find_in_page_model.h:18: @property(weak, nonatomic, readonly) NSString* text; Weak? The implementation is ...
4 years ago (2016-11-25 10:27:46 UTC) #7
stkhapugin
Thanks for great comments, PTAL https://codereview.chromium.org/2524383002/diff/1/ios/chrome/browser/find_in_page/find_in_page_model.h File ios/chrome/browser/find_in_page/find_in_page_model.h (right): https://codereview.chromium.org/2524383002/diff/1/ios/chrome/browser/find_in_page/find_in_page_model.h#newcode18 ios/chrome/browser/find_in_page/find_in_page_model.h:18: @property(weak, nonatomic, readonly) NSString* ...
4 years ago (2016-11-25 11:23:04 UTC) #8
noyau (Ping after 24h)
https://codereview.chromium.org/2524383002/diff/20001/ios/chrome/browser/find_in_page/find_in_page_controller.mm File ios/chrome/browser/find_in_page/find_in_page_controller.mm (right): https://codereview.chromium.org/2524383002/diff/20001/ios/chrome/browser/find_in_page/find_in_page_controller.mm#newcode45 ios/chrome/browser/find_in_page/find_in_page_controller.mm:45: @property(weak, nonatomic, readonly) This one also, readonly and weak ...
4 years ago (2016-11-25 12:56:26 UTC) #9
stkhapugin
PTAL https://codereview.chromium.org/2524383002/diff/20001/ios/chrome/browser/find_in_page/find_in_page_controller.mm File ios/chrome/browser/find_in_page/find_in_page_controller.mm (right): https://codereview.chromium.org/2524383002/diff/20001/ios/chrome/browser/find_in_page/find_in_page_controller.mm#newcode45 ios/chrome/browser/find_in_page/find_in_page_controller.mm:45: @property(weak, nonatomic, readonly) On 2016/11/25 12:56:26, noyau wrote: ...
4 years ago (2016-11-25 14:19:39 UTC) #10
noyau (Ping after 24h)
lgtm
4 years ago (2016-11-25 14:52:17 UTC) #11
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/2524383002/40001
4 years ago (2016-11-25 14:57:39 UTC) #13
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-11-25 16:12:56 UTC) #15
commit-bot: I haz the power
4 years ago (2016-11-25 16:15:27 UTC) #17
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/4c6f265721e5a032d0fe8f138274264db05b7fa1
Cr-Commit-Position: refs/heads/master@{#434517}

Powered by Google App Engine
This is Rietveld 408576698