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

Issue 1418653004: [iOS] Support for chrome://version (Closed)

Created:
5 years, 1 month ago by droger
Modified:
5 years, 1 month ago
Reviewers:
Dan Beam, blundell
CC:
chromium-reviews, blundell+watchlist_chromium.org, sdefresne+watchlist_chromium.org, droger+watchlist_chromium.org, sdefresne+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[iOS] Support for chrome://version This CL ports chrome://version on iOS. A helper method to return the list of variations is componentized as part of this CL to allow sharing the code with other platforms. Committed: https://crrev.com/09a79c4f21e56f82e9406c300ffab446e1d92bb4 Cr-Commit-Position: refs/heads/master@{#356273}

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : For loop #

Total comments: 1

Patch Set 4 : Review comment from blundell #

Unified diffs Side-by-side diffs Delta from patch set Stats (+206 lines, -151 lines) Patch
M chrome/browser/ui/webui/version_handler.cc View 2 chunks +2 lines, -27 lines 0 comments Download
M components/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/version_ui.gypi View 1 chunk +6 lines, -0 lines 0 comments Download
M components/version_ui/BUILD.gn View 1 1 chunk +7 lines, -0 lines 0 comments Download
A + components/version_ui/DEPS View 1 chunk +0 lines, -3 lines 0 comments Download
A + components/version_ui/version_handler_helper.h View 1 chunk +10 lines, -10 lines 0 comments Download
A components/version_ui/version_handler_helper.cc View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
M ios/chrome/app/strings/ios_chromium_strings.grd View 1 chunk +9 lines, -0 lines 0 comments Download
M ios/chrome/app/strings/ios_google_chrome_strings.grd View 1 chunk +9 lines, -0 lines 0 comments Download
M ios/chrome/app/strings/ios_strings.grd View 1 chunk +5 lines, -0 lines 0 comments Download
M ios/chrome/browser/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
A ios/chrome/browser/ui/webui/version_handler.h View 1 chunk +32 lines, -0 lines 0 comments Download
A ios/chrome/browser/ui/webui/version_handler.cc View 1 chunk +31 lines, -0 lines 0 comments Download
A + ios/chrome/browser/ui/webui/version_ui.h View 1 chunk +8 lines, -11 lines 0 comments Download
A + ios/chrome/browser/ui/webui/version_ui.cc View 1 2 3 4 chunks +36 lines, -100 lines 0 comments Download
M ios/chrome/ios_chrome.gyp View 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (3 generated)
droger
dbeam for: //components/version_ui //chrome/browser/ui/webui/version_handler.cc blundell for: //ios
5 years, 1 month ago (2015-10-26 17:07:00 UTC) #2
Dan Beam
lgtm as you're basically just moving code https://codereview.chromium.org/1418653004/diff/20001/components/version_ui/version_handler_helper.cc File components/version_ui/version_handler_helper.cc (right): https://codereview.chromium.org/1418653004/diff/20001/components/version_ui/version_handler_helper.cc#newcode38 components/version_ui/version_handler_helper.cc:38: it != ...
5 years, 1 month ago (2015-10-26 18:44:51 UTC) #3
droger
https://codereview.chromium.org/1418653004/diff/20001/components/version_ui/version_handler_helper.cc File components/version_ui/version_handler_helper.cc (right): https://codereview.chromium.org/1418653004/diff/20001/components/version_ui/version_handler_helper.cc#newcode38 components/version_ui/version_handler_helper.cc:38: it != variations.end(); ++it) { On 2015/10/26 18:44:51, Dan ...
5 years, 1 month ago (2015-10-27 10:06:49 UTC) #4
blundell
lgtm https://codereview.chromium.org/1418653004/diff/40001/ios/chrome/browser/ui/webui/version_ui.cc File ios/chrome/browser/ui/webui/version_ui.cc (right): https://codereview.chromium.org/1418653004/diff/40001/ios/chrome/browser/ui/webui/version_ui.cc#newcode60 ios/chrome/browser/ui/webui/version_ui.cc:60: // On iOS, shorten the git hash to ...
5 years, 1 month ago (2015-10-27 10:10:00 UTC) #5
droger
Thanks for the reviews.
5 years, 1 month ago (2015-10-27 10:19:05 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1418653004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1418653004/60001
5 years, 1 month ago (2015-10-27 10:19:22 UTC) #9
commit-bot: I haz the power
Committed patchset #4 (id:60001)
5 years, 1 month ago (2015-10-27 12:02:40 UTC) #10
commit-bot: I haz the power
5 years, 1 month ago (2015-10-27 12:03:27 UTC) #11
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/09a79c4f21e56f82e9406c300ffab446e1d92bb4
Cr-Commit-Position: refs/heads/master@{#356273}

Powered by Google App Engine
This is Rietveld 408576698