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

Issue 304723002: Gate subpixel scaling by RuntimeEnabledFeatures::subpixelFontScalingEnabled() on Mac (Closed)

Created:
6 years, 6 months ago by Dominik Röttsches
Modified:
6 years, 5 months ago
Reviewers:
eae, dglazkov, eseidel
CC:
blink-reviews, jamesr, krit, jbroman, danakj, Rik, Stephen Chennney, pdr., rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Gate subpixel scaling by RuntimeEnabledFeatures::subpixelFontScalingEnabled() on Mac Synchronise releasing / default activating this feature with the other platforms. BUG=378195 R=eae,dglazkov,eseidel Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=175203

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -11 lines) Patch
M Source/platform/fonts/mac/FontCacheMac.mm View 4 chunks +11 lines, -8 lines 0 comments Download
M Source/platform/fonts/mac/SimpleFontDataMac.mm View 3 chunks +12 lines, -3 lines 1 comment Download

Messages

Total messages: 17 (0 generated)
Dominik Röttsches
https://codereview.chromium.org/304723002/diff/1/Source/platform/fonts/mac/SimpleFontDataMac.mm File Source/platform/fonts/mac/SimpleFontDataMac.mm (right): https://codereview.chromium.org/304723002/diff/1/Source/platform/fonts/mac/SimpleFontDataMac.mm#newcode329 Source/platform/fonts/mac/SimpleFontDataMac.mm:329: scaledFontData.setFont(useHinting() ? [scaledFontData.font() screenFont] : [scaledFontData.font() printerFont]); This part ...
6 years, 6 months ago (2014-05-28 14:33:51 UTC) #1
eae
This is great! Could you also unskip the fast/text/sub-pixel/text-scaling* tests for Mac with this patch ...
6 years, 6 months ago (2014-05-28 16:15:05 UTC) #2
eae
LGTM (but please unskip the text scaling tests if you can).
6 years, 6 months ago (2014-05-28 19:06:11 UTC) #3
eae
The CQ bit was checked by eae@chromium.org
6 years, 6 months ago (2014-05-31 19:02:55 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dominik.rottsches@intel.com/304723002/1
6 years, 6 months ago (2014-05-31 19:03:29 UTC) #5
commit-bot: I haz the power
Change committed as 175203
6 years, 6 months ago (2014-05-31 20:28:25 UTC) #6
eae
On 2014/05/31 20:28:25, I haz the power (commit-bot) wrote: > Change committed as 175203 Enabling ...
6 years, 6 months ago (2014-05-31 23:27:52 UTC) #7
Dominik Röttsches
> Enabling tests in https://codereview.chromium.org/306243002 Thanks for landing! Saw the comment regarding the tests.
6 years, 6 months ago (2014-06-01 17:49:59 UTC) #8
eae
It appears this change only effects system fonts and not web fonts. Perhaps we need ...
6 years, 6 months ago (2014-06-10 23:13:16 UTC) #9
Dominik Röttsches
On 2014/06/10 23:13:16, eae wrote: > It appears this change only effects system fonts and ...
6 years, 6 months ago (2014-06-11 07:40:15 UTC) #10
eae
On 2014/06/11 07:40:15, Dominik Röttsches wrote: > On 2014/06/10 23:13:16, eae wrote: > > It ...
6 years, 6 months ago (2014-06-13 18:05:09 UTC) #11
Dominik Röttsches
On 2014/06/13 18:05:09, eae wrote: > On 2014/06/11 07:40:15, Dominik Röttsches wrote: > > On ...
6 years, 6 months ago (2014-06-17 13:34:27 UTC) #12
eae
On 2014/06/17 13:34:27, Dominik Röttsches wrote: > On 2014/06/13 18:05:09, eae wrote: > > On ...
6 years, 6 months ago (2014-06-17 18:14:49 UTC) #13
Dominik Röttsches
I did a small Skia test based on SkiaExamples and it seems, at least in ...
6 years, 6 months ago (2014-06-19 09:10:43 UTC) #14
eae
On 2014/06/19 09:10:43, Dominik Röttsches wrote: > I did a small Skia test based on ...
6 years, 6 months ago (2014-06-23 15:56:08 UTC) #15
Dominik Röttsches
On 2014/06/23 15:56:08, eae wrote: > Odd, I wonder why we get a different behavior ...
6 years, 5 months ago (2014-07-23 07:53:44 UTC) #16
eae
6 years, 5 months ago (2014-07-23 14:52:30 UTC) #17
On Wed, Jul 23, 2014 at 12:53 AM,  <dominik.rottsches@intel.com> wrote:
> On 2014/06/23 15:56:08, eae wrote:
>>
>> Odd, I wonder why we get a different behavior for webfonts then.
>
>
> This might explain it:
> http://code.google.com/p/chromium/issues/detail?id=395090#c12

That is only for linux though (and it works for webfonts on linux).
Perhaps we do something similar on mac?

To unsubscribe from this group and stop receiving emails from it, send an email
to blink-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698