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

Issue 10704123: Implement SysInfo for iOS (Closed)

Created:
8 years, 5 months ago by Chen Yu
Modified:
8 years, 5 months ago
Reviewers:
Mark Mentovai
CC:
chromium-reviews, erikwright (departed), brettw-cc_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Implement SysInfo for iOS BUG=NONE TEST=NONE Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146106

Patch Set 1 #

Patch Set 2 : #

Total comments: 23

Patch Set 3 : Address review comments #

Total comments: 8

Patch Set 4 : Address review comments #

Patch Set 5 : Add examples for system names #

Total comments: 3

Patch Set 6 : Remove a blank line #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -20 lines) Patch
M base/base.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A + base/sys_info_ios.mm View 1 2 3 4 5 2 chunks +28 lines, -18 lines 0 comments Download
M base/sys_info_mac.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
Chen Yu
8 years, 5 months ago (2012-07-09 18:03:44 UTC) #1
Mark Mentovai
https://chromiumcodereview.appspot.com/10704123/diff/2001/base/base.gypi File base/base.gypi (right): https://chromiumcodereview.appspot.com/10704123/diff/2001/base/base.gypi#newcode359 base/base.gypi:359: 'sys_info_ios.cc', Your file uses Objective-C and is named sys_info_ios.mm, ...
8 years, 5 months ago (2012-07-09 18:22:47 UTC) #2
Chen Yu
thanks for the review! https://chromiumcodereview.appspot.com/10704123/diff/2001/base/base.gypi File base/base.gypi (right): https://chromiumcodereview.appspot.com/10704123/diff/2001/base/base.gypi#newcode359 base/base.gypi:359: 'sys_info_ios.cc', Yes, sorry, this should ...
8 years, 5 months ago (2012-07-10 15:51:10 UTC) #3
Mark Mentovai
https://chromiumcodereview.appspot.com/10704123/diff/12001/base/sys_info_ios.mm File base/sys_info_ios.mm (right): https://chromiumcodereview.appspot.com/10704123/diff/12001/base/sys_info_ios.mm#newcode19 base/sys_info_ios.mm:19: return SysNSStringToUTF8([[UIDevice currentDevice] systemName]); I think we should understand ...
8 years, 5 months ago (2012-07-10 16:10:04 UTC) #4
Chen Yu
https://chromiumcodereview.appspot.com/10704123/diff/12001/base/sys_info_ios.mm File base/sys_info_ios.mm (right): https://chromiumcodereview.appspot.com/10704123/diff/12001/base/sys_info_ios.mm#newcode19 base/sys_info_ios.mm:19: return SysNSStringToUTF8([[UIDevice currentDevice] systemName]); Examples added for ipad and ...
8 years, 5 months ago (2012-07-10 17:07:30 UTC) #5
Mark Mentovai
LGTM with this one change. https://chromiumcodereview.appspot.com/10704123/diff/2004/base/sys_info_ios.mm File base/sys_info_ios.mm (right): https://chromiumcodereview.appspot.com/10704123/diff/2004/base/sys_info_ios.mm#newcode19 base/sys_info_ios.mm:19: // Examples of returned ...
8 years, 5 months ago (2012-07-10 17:11:27 UTC) #6
Chen Yu
https://chromiumcodereview.appspot.com/10704123/diff/2004/base/sys_info_ios.mm File base/sys_info_ios.mm (right): https://chromiumcodereview.appspot.com/10704123/diff/2004/base/sys_info_ios.mm#newcode60 base/sys_info_ios.mm:60: On 2012/07/10 17:11:27, Mark Mentovai wrote: > Remove this ...
8 years, 5 months ago (2012-07-10 17:13:24 UTC) #7
Mark Mentovai
LGTM
8 years, 5 months ago (2012-07-10 17:31:29 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/chenyu@chromium.org/10704123/17001
8 years, 5 months ago (2012-07-11 09:36:21 UTC) #9
stuartmorgan
https://chromiumcodereview.appspot.com/10704123/diff/2001/base/sys_info_ios.mm File base/sys_info_ios.mm (right): https://chromiumcodereview.appspot.com/10704123/diff/2001/base/sys_info_ios.mm#newcode31 base/sys_info_ios.mm:31: void SysInfo::OperatingSystemVersionNumbers(int32 *major_version, On 2012/07/09 18:22:47, Mark Mentovai wrote: ...
8 years, 5 months ago (2012-07-11 09:46:04 UTC) #10
commit-bot: I haz the power
List of reviewers changed. stuartmorgan@chromium.org did a drive-by without LGTM'ing!
8 years, 5 months ago (2012-07-11 10:43:57 UTC) #11
stuartmorgan
On 2012/07/11 10:43:57, I haz the power (commit-bot) wrote: > List of reviewers changed. mailto:stuartmorgan@chromium.org ...
8 years, 5 months ago (2012-07-11 10:46:38 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/chenyu@chromium.org/10704123/17001
8 years, 5 months ago (2012-07-11 10:46:55 UTC) #13
commit-bot: I haz the power
8 years, 5 months ago (2012-07-11 12:15:10 UTC) #14
Change committed as 146106

Powered by Google App Engine
This is Rietveld 408576698