[Webkit-unassigned] [Bug 41093] fast/text/hyphenate-character.html is failing on the Leopard Commit Bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 23 14:13:19 PDT 2010


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





--- Comment #15 from mitz at webkit.org  2010-06-23 14:13:18 PST ---
(In reply to comment #7)
> % read -g AppleLanguages
> 2010-06-23 13:01:08.222 defaults[87738:10b] 
> The domain/default pair of (kCFPreferencesAnyApplication, AppleLanguages) does not exist
> 
> Looks like we already set AppleLanguages during DRT execution anyway:
> http://trac.webkit.org/browser/trunk/WebKitTools/DumpRenderTree/mac/DumpRenderTree.mm#L391

Looking more carefully at the WebKit code <http://trac.webkit.org/browser/trunk/WebCore/platform/text/mac/TextBreakIteratorInternalICUMac.mm#L39>, I can see that the default has to be set in the global domain, so what DumpRenderTree does is ineffective here. I bet

defaults write -g AppleLanguages -array en

will fix it.

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