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

Issue 2508663002: [ios] Move NativeAppLauncher upstream (Closed)

Created:
4 years, 1 month ago by sczs1
Modified:
4 years, 1 month ago
CC:
chromium-reviews, mac-reviews_chromium.org, sdefresne+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[ios] Move NativeAppLauncher upstream BUG=662573 Committed: https://crrev.com/6db193bb9e47e9a6dc442e379f73441aca51a281 Cr-Commit-Position: refs/heads/master@{#433923}

Patch Set 1 : Upstream NativeAppLauncher Files #

Total comments: 25

Patch Set 2 : Unittests, CL Feedback #

Total comments: 6

Patch Set 3 : CL Feedback #

Total comments: 2

Patch Set 4 : String description change #

Total comments: 13

Patch Set 5 : CL Feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+641 lines, -0 lines) Patch
M ios/chrome/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M ios/chrome/app/strings/ios_strings.grd View 1 2 3 4 1 chunk +19 lines, -0 lines 0 comments Download
A ios/chrome/browser/native_app_launcher/BUILD.gn View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
A ios/chrome/browser/native_app_launcher/ios_appstore_ids.h View 1 1 chunk +22 lines, -0 lines 0 comments Download
A ios/chrome/browser/native_app_launcher/ios_appstore_ids.mm View 1 1 chunk +18 lines, -0 lines 0 comments Download
A ios/chrome/browser/native_app_launcher/native_app_infobar_controller.h View 1 chunk +13 lines, -0 lines 0 comments Download
A ios/chrome/browser/native_app_launcher/native_app_infobar_controller.mm View 1 1 chunk +126 lines, -0 lines 0 comments Download
A ios/chrome/browser/native_app_launcher/native_app_infobar_controller_unittest.mm View 1 1 chunk +101 lines, -0 lines 0 comments Download
A ios/chrome/browser/native_app_launcher/native_app_infobar_delegate.h View 1 2 3 4 1 chunk +74 lines, -0 lines 0 comments Download
A ios/chrome/browser/native_app_launcher/native_app_infobar_delegate.mm View 1 2 3 4 1 chunk +148 lines, -0 lines 0 comments Download
A ios/chrome/browser/native_app_launcher/native_app_infobar_delegate_unittest.mm View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A ios/chrome/browser/native_app_launcher/native_app_navigation_controller_protocol.h View 1 chunk +30 lines, -0 lines 0 comments Download

Messages

Total messages: 38 (25 generated)
sczs1
Hi Rohit, could you PTAL
4 years, 1 month ago (2016-11-17 02:21:25 UTC) #5
rohitrao (ping after 24h)
+sylvain to review as well. What happens if we have duplicate strings upstream and downstream? ...
4 years, 1 month ago (2016-11-17 03:15:23 UTC) #8
sdefresne
https://codereview.chromium.org/2508663002/diff/20001/ios/chrome/app/strings/ios_strings.grd File ios/chrome/app/strings/ios_strings.grd (right): https://codereview.chromium.org/2508663002/diff/20001/ios/chrome/app/strings/ios_strings.grd#newcode267 ios/chrome/app/strings/ios_strings.grd:267: <message name="IDS_APP_LAUNCHER_OPEN_ONCE_BUTTON_IOS" desc="Label of a button to choose to ...
4 years, 1 month ago (2016-11-17 06:24:26 UTC) #11
sczs1
PTAL. This should be ready to land. It compiles without the downstream part, so it ...
4 years, 1 month ago (2016-11-18 23:42:49 UTC) #14
sdefresne
https://codereview.chromium.org/2508663002/diff/40001/ios/chrome/browser/native_app_launcher/BUILD.gn File ios/chrome/browser/native_app_launcher/BUILD.gn (right): https://codereview.chromium.org/2508663002/diff/40001/ios/chrome/browser/native_app_launcher/BUILD.gn#newcode21 ios/chrome/browser/native_app_launcher/BUILD.gn:21: "//ui/base:base", Just "//ui/base" https://codereview.chromium.org/2508663002/diff/40001/ios/chrome/browser/native_app_launcher/BUILD.gn#newcode22 ios/chrome/browser/native_app_launcher/BUILD.gn:22: "//url:url", Just "//url" https://codereview.chromium.org/2508663002/diff/40001/ios/chrome/browser/native_app_launcher/native_app_infobar_delegate_unittest.mm ...
4 years, 1 month ago (2016-11-21 08:46:04 UTC) #17
sczs1
Implemented CL Feedback PTAL https://codereview.chromium.org/2508663002/diff/40001/ios/chrome/browser/native_app_launcher/BUILD.gn File ios/chrome/browser/native_app_launcher/BUILD.gn (right): https://codereview.chromium.org/2508663002/diff/40001/ios/chrome/browser/native_app_launcher/BUILD.gn#newcode21 ios/chrome/browser/native_app_launcher/BUILD.gn:21: "//ui/base:base", On 2016/11/21 08:46:04, sdefresne ...
4 years, 1 month ago (2016-11-21 17:43:01 UTC) #18
rohitrao (ping after 24h)
lgtm https://codereview.chromium.org/2508663002/diff/60001/ios/chrome/app/strings/ios_strings.grd File ios/chrome/app/strings/ios_strings.grd (right): https://codereview.chromium.org/2508663002/diff/60001/ios/chrome/app/strings/ios_strings.grd#newcode276 ios/chrome/app/strings/ios_strings.grd:276: <message name="IDS_IOS_APP_LAUNCHER_OPEN_IN_APP_QUESTION_MESSAGE" desc="Message in the infobar asking the ...
4 years, 1 month ago (2016-11-21 19:16:03 UTC) #19
sczs1
https://codereview.chromium.org/2508663002/diff/60001/ios/chrome/app/strings/ios_strings.grd File ios/chrome/app/strings/ios_strings.grd (right): https://codereview.chromium.org/2508663002/diff/60001/ios/chrome/app/strings/ios_strings.grd#newcode276 ios/chrome/app/strings/ios_strings.grd:276: <message name="IDS_IOS_APP_LAUNCHER_OPEN_IN_APP_QUESTION_MESSAGE" desc="Message in the infobar asking the user ...
4 years, 1 month ago (2016-11-21 23:38:02 UTC) #22
sdefresne
lgtm once comments addressed https://codereview.chromium.org/2508663002/diff/80001/ios/chrome/app/strings/ios_strings.grd File ios/chrome/app/strings/ios_strings.grd (right): https://codereview.chromium.org/2508663002/diff/80001/ios/chrome/app/strings/ios_strings.grd#newcode284 ios/chrome/app/strings/ios_strings.grd:284: </message> nit: indentation is incorrect ...
4 years, 1 month ago (2016-11-22 10:16:19 UTC) #25
sczs1
Testing the CL now https://codereview.chromium.org/2508663002/diff/80001/ios/chrome/app/strings/ios_strings.grd File ios/chrome/app/strings/ios_strings.grd (right): https://codereview.chromium.org/2508663002/diff/80001/ios/chrome/app/strings/ios_strings.grd#newcode284 ios/chrome/app/strings/ios_strings.grd:284: </message> On 2016/11/22 10:16:19, sdefresne ...
4 years, 1 month ago (2016-11-22 17:11:23 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/2508663002/100001
4 years, 1 month ago (2016-11-22 18:31:53 UTC) #33
commit-bot: I haz the power
Committed patchset #5 (id:100001)
4 years, 1 month ago (2016-11-22 18:37:53 UTC) #36
commit-bot: I haz the power
4 years, 1 month ago (2016-11-22 18:41:20 UTC) #38
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/6db193bb9e47e9a6dc442e379f73441aca51a281
Cr-Commit-Position: refs/heads/master@{#433923}

Powered by Google App Engine
This is Rietveld 408576698