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

Issue 10818023: Implements iOS device util methods. (Closed)

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

Description

Implements iOS device util methods. Utility methods in this package provides IOS device-specific information. BUG=NONE TEST=NONE Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150324

Patch Set 1 : #

Total comments: 40

Patch Set 2 : Address review comments #

Patch Set 3 : address more review comments #

Patch Set 4 : Rename a variable #

Total comments: 6

Patch Set 5 : Fix a comment, add const to NSString* and fix a format #

Total comments: 65

Patch Set 6 : address review comments #

Patch Set 7 : Address review comments #

Total comments: 8

Patch Set 8 : address review comments #

Patch Set 9 : Fix an indentation #

Patch Set 10 : Sync and change the way to access sha256 data #

Total comments: 4

Patch Set 11 : address review comments #

Patch Set 12 : sync #

Unified diffs Side-by-side diffs Delta from patch set Stats (+247 lines, -0 lines) Patch
M base/base.gyp View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -0 lines 0 comments Download
M base/base.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +2 lines, -0 lines 0 comments Download
A base/ios/device_util.h View 1 2 3 4 5 6 7 1 chunk +65 lines, -0 lines 0 comments Download
A base/ios/device_util.mm View 1 2 3 4 5 6 7 8 9 10 1 chunk +126 lines, -0 lines 0 comments Download
A base/ios/device_util_unittest.mm View 1 2 3 4 5 6 7 1 chunk +53 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (0 generated)
Chen Yu
Starting with stuartmorgan for initial look. Thanks!
8 years, 5 months ago (2012-07-24 13:04:07 UTC) #1
stuartmorgan
https://chromiumcodereview.appspot.com/10818023/diff/1006/base/ios/device_util.h File base/ios/device_util.h (right): https://chromiumcodereview.appspot.com/10818023/diff/1006/base/ios/device_util.h#newcode11 base/ios/device_util.h:11: namespace device_util { Add a blank line after this. ...
8 years, 5 months ago (2012-07-24 13:38:49 UTC) #2
stuartmorgan
Fix typo (device) in CL summary Explain briefly what the overall package of utilities is ...
8 years, 5 months ago (2012-07-24 13:39:48 UTC) #3
stuartmorgan
On 2012/07/24 13:39:48, stuartmorgan wrote: > Explain briefly what the overall package of utilities is ...
8 years, 5 months ago (2012-07-24 13:40:06 UTC) #4
Chen Yu
Thanks for the review! https://chromiumcodereview.appspot.com/10818023/diff/1006/base/ios/device_util.h File base/ios/device_util.h (right): https://chromiumcodereview.appspot.com/10818023/diff/1006/base/ios/device_util.h#newcode11 base/ios/device_util.h:11: namespace device_util { On 2012/07/24 ...
8 years, 5 months ago (2012-07-24 14:34:20 UTC) #5
stuartmorgan
LGTM with a couple last nits. https://chromiumcodereview.appspot.com/10818023/diff/3006/base/ios/device_util.h File base/ios/device_util.h (right): https://chromiumcodereview.appspot.com/10818023/diff/3006/base/ios/device_util.h#newcode13 base/ios/device_util.h:13: // This methods ...
8 years, 5 months ago (2012-07-25 11:48:59 UTC) #6
Chen Yu
https://chromiumcodereview.appspot.com/10818023/diff/3006/base/ios/device_util.h File base/ios/device_util.h (right): https://chromiumcodereview.appspot.com/10818023/diff/3006/base/ios/device_util.h#newcode13 base/ios/device_util.h:13: // This methods returns the hardware version of the ...
8 years, 5 months ago (2012-07-25 12:44:55 UTC) #7
stuartmorgan
+Mark for OWNERs review
8 years, 5 months ago (2012-07-25 12:48:26 UTC) #8
Mark Mentovai
https://chromiumcodereview.appspot.com/10818023/diff/16001/base/ios/device_util.h File base/ios/device_util.h (right): https://chromiumcodereview.appspot.com/10818023/diff/16001/base/ios/device_util.h#newcode21 base/ios/device_util.h:21: // iPhone4,1 -> ??iPhone 5 There’s no such thing ...
8 years, 5 months ago (2012-07-25 14:00:23 UTC) #9
Chen Yu
Thanks for the review! PTAL. https://chromiumcodereview.appspot.com/10818023/diff/16001/base/ios/device_util.h File base/ios/device_util.h (right): https://chromiumcodereview.appspot.com/10818023/diff/16001/base/ios/device_util.h#newcode21 base/ios/device_util.h:21: // iPhone4,1 -> ??iPhone ...
8 years, 4 months ago (2012-07-27 16:28:17 UTC) #10
Mark Mentovai
Stuart, can you take another look again as a first line?
8 years, 4 months ago (2012-07-27 16:36:32 UTC) #11
stuartmorgan
LGTM https://chromiumcodereview.appspot.com/10818023/diff/16001/base/ios/device_util_unittest.mm File base/ios/device_util_unittest.mm (right): https://chromiumcodereview.appspot.com/10818023/diff/16001/base/ios/device_util_unittest.mm#newcode41 base/ios/device_util_unittest.mm:41: [defaults removeObjectForKey:@"ChromiumClientID"]; On 2012/07/25 14:00:23, Mark Mentovai wrote: ...
8 years, 4 months ago (2012-07-30 14:28:54 UTC) #12
Chen Yu
https://chromiumcodereview.appspot.com/10818023/diff/20006/base/ios/device_util.h File base/ios/device_util.h (right): https://chromiumcodereview.appspot.com/10818023/diff/20006/base/ios/device_util.h#newcode49 base/ios/device_util.h:49: // Returns the MAC address of interface with name ...
8 years, 4 months ago (2012-07-30 16:15:45 UTC) #13
Chen Yu
8 years, 4 months ago (2012-08-01 11:24:02 UTC) #14
Mark Mentovai
https://chromiumcodereview.appspot.com/10818023/diff/29002/base/ios/device_util.mm File base/ios/device_util.mm (right): https://chromiumcodereview.appspot.com/10818023/diff/29002/base/ios/device_util.mm#newcode44 base/ios/device_util.mm:44: u_int64_t memory_size = 0; uint64_t, not u_int64_t. Same on ...
8 years, 4 months ago (2012-08-01 13:59:25 UTC) #15
Chen Yu
https://chromiumcodereview.appspot.com/10818023/diff/29002/base/ios/device_util.mm File base/ios/device_util.mm (right): https://chromiumcodereview.appspot.com/10818023/diff/29002/base/ios/device_util.mm#newcode44 base/ios/device_util.mm:44: u_int64_t memory_size = 0; On 2012/08/01 13:59:26, Mark Mentovai ...
8 years, 4 months ago (2012-08-01 15:17:56 UTC) #16
Mark Mentovai
LGTM
8 years, 4 months ago (2012-08-01 15:22:17 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/chenyu@chromium.org/10818023/30005
8 years, 4 months ago (2012-08-06 12:32:22 UTC) #18
commit-bot: I haz the power
Failed to apply patch for base/base.gypi: While running patch -p1 --forward --force; patching file base/base.gypi ...
8 years, 4 months ago (2012-08-06 12:32:24 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/chenyu@chromium.org/10818023/21006
8 years, 4 months ago (2012-08-07 09:44:53 UTC) #20
commit-bot: I haz the power
8 years, 4 months ago (2012-08-07 11:03:12 UTC) #21
Change committed as 150324

Powered by Google App Engine
This is Rietveld 408576698