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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 30 03:02:46 PDT 2013


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





--- Comment #21 from Alejandro PiƱeiro <apinheiro at igalia.com>  2013-05-30 03:01:16 PST ---
(In reply to comment #19)
> (In reply to comment #0)
> > DumpRenderTree accessibility code calls atk_document_get_locale(),
> > which has been deprecated since ATK
> > 2.7.90. atk_object_get_object_locale() should be used instead.
> 
> Sorry, I'm late for this.
> 
> In general I think we should be careful with making changes like this
> if there's no good reason.
> 
> You're bumping the ATK dependency to >= 2.7.90 without fixing any bugs
> or adding new functionality, which restricts the number of potential
> users:
> 
> http://packages.ubuntu.com/search?keywords=libatk1.0-0
> 
> http://packages.debian.org/libatk1.0-0
> 
> https://apps.fedoraproject.org/packages/atk

But the fact is that the dependency to ATK was already bumped. Take a look to bug 98376 comment 6. We bumped ATK dependency in order to fix a bug (detected by a non-passing test), so we added new functionality.

After some weeks, it was decided to bumpt to 2.8.0 (a stable release). This bump was managed on bug 113883.

So since two months now, the ATK support on WebKit needs ATK 2.8.0.

The problem here is that the EFL bots didn't update that (in relation with bug 98376, I guess that they are still skipping 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