Bug 123727 - [EFL] Change ATK version to 2.10.0
Summary: [EFL] Change ATK version to 2.10.0
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit EFL (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 123883
  Show dependency treegraph
 
Reported: 2013-11-04 01:55 PST by Krzysztof Czech
Modified: 2013-11-06 01:46 PST (History)
3 users (show)

See Also:


Attachments
patch (1.22 KB, patch)
2013-11-04 02:07 PST, Krzysztof Czech
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Krzysztof Czech 2013-11-04 01:55:29 PST
Provided new ATK's API.
Comment 1 Krzysztof Czech 2013-11-04 02:07:18 PST
Created attachment 215899 [details]
patch
Comment 2 Mario Sanchez Prada 2013-11-04 07:04:59 PST
Comment on attachment 215899 [details]
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=215899&action=review

> Tools/efl/jhbuild.modules:342
> -    <branch module="pub/GNOME/sources/atk/2.8/atk-2.8.0.tar.xz" version="2.8.0"
> +    <branch module="pub/GNOME/sources/atk/2.10/atk-2.10.0.tar.xz" version="2.10.0"

If you raise the version of ATK to 2.10 you might also want to raise the version of its "siblings" at-spi2-core and at-spi2-atk
Comment 3 Krzysztof Czech 2013-11-04 07:18:05 PST
The integration of accessibility is not completed yet. Missing some parts (EAIL). I thought I would add those along with EAIL so that we would have a working prototype.
Comment 4 Krzysztof Czech 2013-11-04 07:25:29 PST
(In reply to comment #3)
> The integration of accessibility is not completed yet. Missing some parts (EAIL). I thought I would add those along with EAIL so that we would have a working prototype.

ATK 2.10.0 provides us new a API and we are consistent with GTK.
Comment 5 Mario Sanchez Prada 2013-11-04 07:41:25 PST
Comment on attachment 215899 [details]
patch

(In reply to comment #4)
> (In reply to comment #3)
> > The integration of accessibility is not completed yet. Missing some parts (EAIL). I thought I would add those along with EAIL so that we would have a working prototype.
> 
> ATK 2.10.0 provides us new a API and we are consistent with GTK.

Ah, I see.. you don't actually have at-spi2 at all in your jhbuild.modules. Sorry for the noise :)
Comment 6 WebKit Commit Bot 2013-11-04 08:06:59 PST
Comment on attachment 215899 [details]
patch

Clearing flags on attachment: 215899

Committed r158577: <http://trac.webkit.org/changeset/158577>
Comment 7 WebKit Commit Bot 2013-11-04 08:07:03 PST
All reviewed patches have been landed.  Closing bug.