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

Issue 2746473003: [ObjC ARC] Converts ios/chrome/browser/ui/bookmarks:bookmarks to ARC. (Closed)

Created:
3 years, 9 months ago by stkhapugin
Modified:
3 years, 9 months ago
Reviewers:
lpromero
CC:
chromium-reviews, ios-reviews+chrome_chromium.org, ios-reviews_chromium.org, tfarina, 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/ui/bookmarks:bookmarks to ARC. Automatically generated ARCMigrate commit Notable issues:None BUG=624363 TEST=None Review-Url: https://codereview.chromium.org/2746473003 Cr-Commit-Position: refs/heads/master@{#459141} Committed: https://chromium.googlesource.com/chromium/src/+/e1b5abb6552410cef4b2de74624b24a32a3081a2

Patch Set 1 #

Patch Set 2 : merged targets #

Patch Set 3 : cleanup #

Patch Set 4 : annotate weaks #

Total comments: 5

Patch Set 5 : convert ios/chrome/browser/ui/ntp:ntp_internal #

Patch Set 6 : ... #

Patch Set 7 : rebase #

Patch Set 8 : rebase #

Patch Set 9 : fix test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+204 lines, -294 lines) Patch
M ios/chrome/browser/ui/bookmarks/BUILD.gn View 1 4 chunks +4 lines, -70 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_home_view_controller.h View 1 chunk +3 lines, -3 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_home_view_controller.mm View 4 chunks +7 lines, -11 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_home_view_controller_unittest.mm View 1 2 3 4 5 6 7 8 1 chunk +37 lines, -35 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_home_waiting_view.mm View 3 chunks +7 lines, -9 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_interaction_controller.mm View 9 chunks +21 lines, -30 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_menu_cell.h View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_menu_cell.mm View 4 chunks +13 lines, -16 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_menu_item.mm View 6 chunks +9 lines, -16 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_menu_view.h View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_menu_view.mm View 10 chunks +18 lines, -23 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_model_bridge_observer.h View 1 2 3 4 1 chunk +2 lines, -2 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_model_bridge_observer.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_navigation_controller.mm View 1 chunk +4 lines, -1 line 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_panel_view.h View 1 chunk +3 lines, -3 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_panel_view.mm View 1 2 3 chunks +22 lines, -36 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_position_cache.mm View 3 chunks +2 lines, -6 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_promo_cell.h View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_promo_cell.mm View 10 chunks +27 lines, -20 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_promo_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/ui/bookmarks/bookmark_promo_controller.mm View 1 2 3 5 chunks +7 lines, -6 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/undo_manager_bridge_observer.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/ui/bookmarks/undo_manager_bridge_observer.mm View 1 chunk +4 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/bookmarks/undo_manager_wrapper.mm View 2 chunks +4 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 45 (27 generated)
stkhapugin
PTAL
3 years, 9 months ago (2017-03-10 15:25:15 UTC) #6
lpromero
lgtm https://codereview.chromium.org/2746473003/diff/60001/ios/chrome/browser/ui/bookmarks/bookmark_model_bridge_observer.h File ios/chrome/browser/ui/bookmarks/bookmark_model_bridge_observer.h (right): https://codereview.chromium.org/2746473003/diff/60001/ios/chrome/browser/ui/bookmarks/bookmark_model_bridge_observer.h#newcode73 ios/chrome/browser/ui/bookmarks/bookmark_model_bridge_observer.h:73: BookmarkModel* model_; // weak This can move closer ...
3 years, 9 months ago (2017-03-10 16:06:18 UTC) #7
stkhapugin
Thanks! https://codereview.chromium.org/2746473003/diff/60001/ios/chrome/browser/ui/bookmarks/bookmark_model_bridge_observer.h File ios/chrome/browser/ui/bookmarks/bookmark_model_bridge_observer.h (right): https://codereview.chromium.org/2746473003/diff/60001/ios/chrome/browser/ui/bookmarks/bookmark_model_bridge_observer.h#newcode73 ios/chrome/browser/ui/bookmarks/bookmark_model_bridge_observer.h:73: BookmarkModel* model_; // weak On 2017/03/10 16:06:18, lpromero ...
3 years, 9 months ago (2017-03-10 16:17:20 UTC) #10
lpromero
https://codereview.chromium.org/2746473003/diff/60001/ios/chrome/browser/ui/bookmarks/bookmark_promo_cell.mm File ios/chrome/browser/ui/bookmarks/bookmark_promo_cell.mm (right): https://codereview.chromium.org/2746473003/diff/60001/ios/chrome/browser/ui/bookmarks/bookmark_promo_cell.mm#newcode190 ios/chrome/browser/ui/bookmarks/bookmark_promo_cell.mm:190: _promoView = promoView; On 2017/03/10 16:17:19, stkhapugin wrote: > ...
3 years, 9 months ago (2017-03-10 16:19:59 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/2746473003/120001
3 years, 9 months ago (2017-03-14 15:06:20 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/172079)
3 years, 9 months ago (2017-03-14 16:09:55 UTC) #18
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/2746473003/140001
3 years, 9 months ago (2017-03-15 15:38:21 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/384113)
3 years, 9 months ago (2017-03-15 16:19:58 UTC) #23
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/2746473003/160001
3 years, 9 months ago (2017-03-22 15:32:36 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/345510)
3 years, 9 months ago (2017-03-22 16:21:16 UTC) #28
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/2746473003/160001
3 years, 9 months ago (2017-03-22 16:22:11 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/333606)
3 years, 9 months ago (2017-03-22 18:34:56 UTC) #32
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/2746473003/160001
3 years, 9 months ago (2017-03-23 15:45:40 UTC) #34
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/389787)
3 years, 9 months ago (2017-03-23 16:28:28 UTC) #36
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/2746473003/160001
3 years, 9 months ago (2017-03-23 16:45:29 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/389850)
3 years, 9 months ago (2017-03-23 17:03:48 UTC) #40
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/2746473003/160001
3 years, 9 months ago (2017-03-23 17:13:10 UTC) #42
commit-bot: I haz the power
3 years, 9 months ago (2017-03-23 18:05:53 UTC) #45
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/e1b5abb6552410cef4b2de74624b...

Powered by Google App Engine
This is Rietveld 408576698