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

Issue 2167683002: Creates coordinator for ActionSheet and TextInput (Closed)

Created:
4 years, 5 months ago by gambard
Modified:
4 years, 5 months ago
CC:
chromium-reviews, sdefresne+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@alertCoordinator
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Creates coordinator for ActionSheet and TextInput This CL creates subclasses of AlertCoordinator for moving the use of ActionSheet to another class and enabling the use of text inputs in the alert. BUG=629515 Committed: https://crrev.com/b315bdd5602fed434cbec60e99d489c4584a937b Cr-Commit-Position: refs/heads/master@{#407437}

Patch Set 1 #

Patch Set 2 : Typo #

Patch Set 3 : Change handler #

Patch Set 4 : Keep message property #

Total comments: 12

Patch Set 5 : Revision + StopHandler #

Patch Set 6 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+295 lines, -96 lines) Patch
M ios/chrome/BUILD.gn View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M ios/chrome/browser/BUILD.gn View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/alert_coordinator/action_sheet_coordinator.h View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/alert_coordinator/action_sheet_coordinator.mm View 1 2 3 4 1 chunk +55 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/alert_coordinator/action_sheet_coordinator_unittest.mm View 1 2 3 4 1 chunk +54 lines, -0 lines 0 comments Download
M ios/chrome/browser/ui/alert_coordinator/alert_coordinator.h View 1 2 3 4 3 chunks +14 lines, -15 lines 0 comments Download
M ios/chrome/browser/ui/alert_coordinator/alert_coordinator.mm View 1 2 3 4 5 7 chunks +29 lines, -33 lines 0 comments Download
M ios/chrome/browser/ui/alert_coordinator/alert_coordinator_unittest.mm View 1 2 3 4 5 4 chunks +10 lines, -48 lines 0 comments Download
A ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.h View 1 1 chunk +22 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator.mm View 1 chunk +19 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/alert_coordinator/input_alert_coordinator_unittest.mm View 1 chunk +53 lines, -0 lines 0 comments Download
M ios/chrome/ios_chrome.gyp View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M ios/chrome/ios_chrome_tests.gyp View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 19 (11 generated)
gambard
PTAL. I finally made subclasses, I could find an elegant way to handle the popover ...
4 years, 5 months ago (2016-07-20 13:21:18 UTC) #2
lpromero
https://codereview.chromium.org/2167683002/diff/60001/ios/chrome/browser/ui/alert_coordinator/action_sheet_coordinator.h File ios/chrome/browser/ui/alert_coordinator/action_sheet_coordinator.h (right): https://codereview.chromium.org/2167683002/diff/60001/ios/chrome/browser/ui/alert_coordinator/action_sheet_coordinator.h#newcode15 ios/chrome/browser/ui/alert_coordinator/action_sheet_coordinator.h:15: message:(NSString*)message NS_UNAVAILABLE; Move it below the designated initializer. https://codereview.chromium.org/2167683002/diff/60001/ios/chrome/browser/ui/alert_coordinator/action_sheet_coordinator.mm ...
4 years, 5 months ago (2016-07-21 21:47:50 UTC) #3
gambard
Thanks, PTAL. https://codereview.chromium.org/2167683002/diff/60001/ios/chrome/browser/ui/alert_coordinator/action_sheet_coordinator.h File ios/chrome/browser/ui/alert_coordinator/action_sheet_coordinator.h (right): https://codereview.chromium.org/2167683002/diff/60001/ios/chrome/browser/ui/alert_coordinator/action_sheet_coordinator.h#newcode15 ios/chrome/browser/ui/alert_coordinator/action_sheet_coordinator.h:15: message:(NSString*)message NS_UNAVAILABLE; On 2016/07/21 21:47:49, lpromero wrote: ...
4 years, 5 months ago (2016-07-22 13:51:19 UTC) #4
lpromero
lgtm
4 years, 5 months ago (2016-07-22 15:03:34 UTC) #5
commit-bot: I haz the power
This CL has an open dependency (Issue 2119373002 Patch 240001). Please resolve the dependency and ...
4 years, 5 months ago (2016-07-25 06:50:52 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/2167683002/100001
4 years, 5 months ago (2016-07-25 09:09:43 UTC) #16
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 5 months ago (2016-07-25 09:29:33 UTC) #17
commit-bot: I haz the power
4 years, 5 months ago (2016-07-25 09:31:32 UTC) #19
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/b315bdd5602fed434cbec60e99d489c4584a937b
Cr-Commit-Position: refs/heads/master@{#407437}

Powered by Google App Engine
This is Rietveld 408576698