[Webkit-unassigned] [Bug 30811] REGRESSION(49818): Tiger fails new fast/js/navigator-language.html test

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 27 17:47:30 PDT 2009


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





--- Comment #2 from Eric Seidel <eric at webkit.org>  2009-10-27 17:47:30 PDT ---
Here is the file for the mac:
http://trac.webkit.org/browser/trunk/WebCore/platform/mac/Language.mm

The implementation is in WebKit:
http://trac.webkit.org/browser/trunk/WebKit/mac/WebCoreSupport/WebViewFactory.mm#L129

Which calls through to here:
http://trac.webkit.org/browser/trunk/WebKit/mac/Misc/WebNSUserDefaultsExtras.m

I'm not sure what part of that ends up different on Tiger though.  None of it
is special-cased for Tiger.

It's possible that "WKCopyCFLocalizationPreferredName" has a special Tiger
implementation and thus is the root of the difference here.

Again, for now I think we should just check in the "failing" result for Tiger.

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