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

Issue 470923005: Reland: Update iOS deployment target to 7.0 (Closed)

Created:
6 years, 4 months ago by stuartmorgan
Modified:
6 years, 4 months ago
CC:
chromium-reviews, rohitrao (ping after 24h)
Project:
chromium
Visibility:
Public.

Description

Reland: Update iOS deployment target to 7.0 iOS 6 will no longer be supported. Replaces deprecated sizeWithFont: with sizeWithAttributes: (adding a ceilf since according to the internet, the former rounds up, and the latter does not) to fix compilation. Special-cases the nil font case, since sizeWithFont:nil would work and return zero, but it's impossible to construct an attribute dictionary with a nil font. BUG=402921 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=289702

Patch Set 1 #

Patch Set 2 : Fix nil font handling #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -3 lines) Patch
M build/common.gypi View 2 chunks +5 lines, -1 line 0 comments Download
M ui/gfx/platform_font_ios.mm View 1 2 chunks +8 lines, -1 line 0 comments Download
M ui/gfx/text_utils_ios.mm View 1 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
stuartmorgan
Patch set 1 is https://codereview.chromium.org/463333002 Patch set 2 has the fix for nil font handling. ...
6 years, 4 months ago (2014-08-14 14:56:47 UTC) #1
Alexei Svitkine (slow)
The CQ bit was checked by asvitkine@chromium.org
6 years, 4 months ago (2014-08-14 15:19:20 UTC) #2
Alexei Svitkine (slow)
lgtm
6 years, 4 months ago (2014-08-14 15:19:20 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/stuartmorgan@chromium.org/470923005/20001
6 years, 4 months ago (2014-08-14 15:22:10 UTC) #4
commit-bot: I haz the power
6 years, 4 months ago (2014-08-14 21:22:38 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (20001) as 289702

Powered by Google App Engine
This is Rietveld 408576698