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

Issue 2870783002: Adds Compose Email Settings UI for deprecating Native App Launcher (Closed)

Created:
3 years, 7 months ago by pkl (ping after 24h if needed)
Modified:
3 years, 7 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, srahim+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Adds Compose Email Settings UI for deprecating Native App Launcher BUG=711511 Review-Url: https://codereview.chromium.org/2870783002 Cr-Commit-Position: refs/heads/master@{#471419} Committed: https://chromium.googlesource.com/chromium/src/+/38f94f533d809b4202db39ac8c17be4442eb4256

Patch Set 1 #

Patch Set 2 : add compose_email_handler_collection_view_controller.{h,mm} #

Patch Set 3 : Present UI iff there's >1 mail apps. #

Patch Set 4 : added unit tests #

Patch Set 5 : comments #

Total comments: 8

Patch Set 6 : comments, and minor code reorg in compose_email_handler_collection_view_controller.mm #

Total comments: 2

Patch Set 7 : fixed comment #

Total comments: 14

Patch Set 8 : replied to comments from rohitrao #

Unified diffs Side-by-side diffs Delta from patch set Stats (+400 lines, -43 lines) Patch
M ios/chrome/app/strings/ios_strings.grd View 1 chunk +3 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/settings/BUILD.gn View 1 2 3 4 chunks +5 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.h View 1 2 3 4 5 6 1 chunk +26 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.mm View 1 2 3 4 5 6 7 1 chunk +117 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller_unittest.mm View 1 2 3 1 chunk +111 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/settings/content_settings_collection_view_controller.h View 2 chunks +2 lines, -1 line 0 comments Download
M ios/chrome/browser/ui/settings/content_settings_collection_view_controller.mm View 1 2 3 4 5 9 chunks +48 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/settings/content_settings_collection_view_controller_unittest.mm View 1 2 3 2 chunks +18 lines, -1 line 0 comments Download
M ios/chrome/browser/web/BUILD.gn View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
A ios/chrome/browser/web/fake_mailto_handler_helpers.h View 1 2 3 1 chunk +31 lines, -0 lines 0 comments Download
A ios/chrome/browser/web/fake_mailto_handler_helpers.mm View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
M ios/chrome/browser/web/mailto_url_rewriter.h View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M ios/chrome/browser/web/mailto_url_rewriter.mm View 1 2 3 1 chunk +5 lines, -1 line 0 comments Download
M ios/chrome/browser/web/mailto_url_rewriter_unittest.mm View 1 2 3 3 chunks +3 lines, -38 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
pkl (ping after 24h if needed)
Settings UI for selecting which app to handle mailto: URL. The UI goes under Settings ...
3 years, 7 months ago (2017-05-10 23:59:10 UTC) #2
jif
lgtm with nits https://codereview.chromium.org/2870783002/diff/80001/ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.h File ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.h (right): https://codereview.chromium.org/2870783002/diff/80001/ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.h#newcode12 ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.h:12: // UI for Compose Email settings ...
3 years, 7 months ago (2017-05-11 14:03:58 UTC) #3
pkl (ping after 24h if needed)
Thank you! I addressed jif's comments. rohitrao: PTAL. https://codereview.chromium.org/2870783002/diff/80001/ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.h File ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.h (right): https://codereview.chromium.org/2870783002/diff/80001/ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.h#newcode12 ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.h:12: // ...
3 years, 7 months ago (2017-05-11 17:23:16 UTC) #4
jif
https://codereview.chromium.org/2870783002/diff/100001/ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.h File ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.h (right): https://codereview.chromium.org/2870783002/diff/100001/ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.h#newcode14 ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.h:14: // installed before this UI should be shwon because ...
3 years, 7 months ago (2017-05-11 17:44:12 UTC) #5
pkl (ping after 24h if needed)
https://codereview.chromium.org/2870783002/diff/100001/ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.h File ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.h (right): https://codereview.chromium.org/2870783002/diff/100001/ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.h#newcode14 ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.h:14: // installed before this UI should be shwon because ...
3 years, 7 months ago (2017-05-11 21:20:45 UTC) #6
rohitrao (ping after 24h)
lgtm https://codereview.chromium.org/2870783002/diff/120001/ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.mm File ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.mm (right): https://codereview.chromium.org/2870783002/diff/120001/ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.mm#newcode50 ios/chrome/browser/ui/settings/compose_email_handler_collection_view_controller.mm:50: - (instancetype)initWithStyle:(CollectionViewControllerStyle)style { This implementation should not be ...
3 years, 7 months ago (2017-05-12 01:57:58 UTC) #7
pkl (ping after 24h if needed)
Addressed rohitrao's comments. I'm submitting in the current state, but can change later based on ...
3 years, 7 months ago (2017-05-12 18:01:20 UTC) #8
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/2870783002/140001
3 years, 7 months ago (2017-05-12 18:03:34 UTC) #11
commit-bot: I haz the power
3 years, 7 months ago (2017-05-12 19:53:36 UTC) #14
Message was sent while issue was closed.
Committed patchset #8 (id:140001) as
https://chromium.googlesource.com/chromium/src/+/38f94f533d809b4202db39ac8c17...

Powered by Google App Engine
This is Rietveld 408576698