[Webkit-unassigned] [Bug 100633] Text Autosizing: Add Text Autosizing APIs for WK2
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 30 22:59:14 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=100633
Sam Weinig <sam at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #171548|review? |review-
Flag| |
--- Comment #10 from Sam Weinig <sam at webkit.org> 2012-10-30 23:00:32 PST ---
(From update of attachment 171548)
View in context: https://bugs.webkit.org/attachment.cgi?id=171548&action=review
> Source/WebKit2/UIProcess/API/C/WKPreferences.h:229
> +// Defaults to 1.0
> +WK_EXPORT void WKPreferencesSetTextAutosizingFontScaleFactor(WKPreferencesRef preferences, float fontScaleFactor);
> +WK_EXPORT float WKPreferencesGetTextAutosizingFontScaleFactor(WKPreferencesRef preferences);
All the other preferences use double, why use float here? I'd prefer we keep it consistent and use double.
--
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