[Webkit-unassigned] [Bug 115647] Replace deprecated call to atk_document_get_locale() in DumpRenderTree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 6 10:35:12 PDT 2013


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





--- Comment #7 from Alejandro PiƱeiro <apinheiro at igalia.com>  2013-05-06 10:33:35 PST ---
(In reply to comment #5)

> 
> Also note that if we replace the implementation of ::language with just a call to atk_object_get_object_locale, probably we will get into a regression, as atk_object_get_object_locale is not implemented at all at webkit atk implementation. 

And btw, there is an already existing implementation of atk_document_get_locale:

http://trac.webkit.org/browser/trunk/Source/WebCore/accessibility/atk/WebKitAccessibleInterfaceDocument.cpp#L112

So two things:

  1. This implementation is not needed anymore, because the method is deprecated.
  2. It is needed an implementation for atk_object_get_object_locale, to avoid the regression I'm mentioning

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