[Webkit-unassigned] [Bug 66220] [chromium] Update WebSettings to support per-script font settings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 22 23:19:36 PDT 2011


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


Matt Falkenhagen <falken at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |
                 CC|                            |fishd at chromium.org




--- Comment #9 from Matt Falkenhagen <falken at chromium.org>  2011-08-22 23:19:36 PST ---
The build failure was caused by including ICU headers needed for the UScriptCode enum used to identify scripts.

I consulted a little with Kent Tamura and he brought up that it might be bad to rely on ICU types in WebSettings.  Perhaps we can use a new type to hide UScriptCode (like WebString does for strings), or just use int.

Darin, what do you think?

-- 
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