[Webkit-unassigned] [Bug 103971] FontPlatformData has unnecessary m_textOrientation member

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 4 09:36:14 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103971


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #177417|review?                     |review+
               Flag|                            |




--- Comment #4 from Darin Adler <darin at apple.com>  2012-12-04 09:38:39 PST ---
(From update of attachment 177417)
View in context: https://bugs.webkit.org/attachment.cgi?id=177417&action=review

> Source/WebCore/ChangeLog:8
> +        Nothing in SimpleFontData depends on the FontPlatformData’s textOrientation, so we don’t

Is the strange character here you doing something wrong, or bugs.webkit.org doing something wrong?

>> Source/WebCore/css/CSSFontFaceSource.cpp:115
>> +                       | (fontDescription.orientation() == Vertical ? 4 : 0) | (syntheticBold ? 2 : 0) | (syntheticItalic ? 1 : 0);
> 
> Weird number of spaces at line-start.  Are you using a 4-space indent?  [whitespace/indent] [3]

For what it’s worth I prefer the 4-space indent that the style script calls for. But I don’t think adding formatting changes to this patch is a good idea.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list