[Webkit-unassigned] [Bug 30440] New: [GTK] Fails new test fast/js/navigator-language.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 16 09:04:31 PDT 2009


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

           Summary: [GTK] Fails new test fast/js/navigator-language.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Keywords: Gtk
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: gns at gnome.org



Gustavo Noronha (kov) <gns at gnome.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #41288|                            |review?, commit-queue-
               Flag|                            |


Created an attachment (id=41288)
 --> (https://bugs.webkit.org/attachment.cgi?id=41288)
reimplementation of defaultLanguage

This test is failing because GTK+/Pango don't support changing locale after the
first gtk_init() call, thus our defaultLanguage() implementation always returns
whatever you had when you first started. I am not really sure about the patch.
WebKit's notion of locale will diverge from GTK+'s in case the application
changes setlocale(). If the application doing that expects WebKit to behave
like GTK+ (ignore setlocale changes), this may be bad. The other way of making
this test pass is to run an instance of DRT for it exclusively, which sounds
like complex and FAIL to me.

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