Changes between Version 33 and Version 34 of WebKitGTK/2.12.x


Ignore:
Timestamp:
May 23, 2016 6:42:21 AM (8 years ago)
Author:
Carlos Garcia Campos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/2.12.x

    v33 v34  
    1818  * ~~https://trac.webkit.org/changeset/200188 ''AX: [ATK] We need to be smarter about flattening and the accessible text implementation''~~
    1919  * ~~https://bugs.webkit.org/show_bug.cgi?id=153956 ''REGRESSION(r196222): [AX][GTK] accessibility/gtk/caret-offsets.html failing''~~ [[BR]] (The reason for including this is because in the process of fixing the Layout-Test-only failure, I discovered and fixed a bug in the caret-moved event for list items which would cause Orca to speak the wrong character during caret navigation.)
    20   * https://trac.webkit.org/changeset/200939 ''REGRESSION (r199821): Large animated GIFs with slow network do not animate till the last frame''
    21   * http://trac.webkit.org/changeset/201163 ''[GStreamer] unrelated codecs required to play videos''
    22   * https://trac.webkit.org/changeset/197886 ''[cmake] Fixed All-in-One build''
     20  * ~~http://trac.webkit.org/changeset/201163 ''[GStreamer] unrelated codecs required to play videos''~~
     21  * ~~https://trac.webkit.org/changeset/197886 ''[cmake] Fixed All-in-One build''~~
    2322  * https://trac.webkit.org/changeset/201072 ''AX: [ATK] Use WebCore Accessibility's AccessibilityText for AtkObject name and description'' [[BR]] This change brings us into better compliance with a couple of W3C specs and fixes several bugs in which the accessible name of objects was missing or broken. Because Orca doesn't always know when/if the accessible name is broken, having this fix is desirable.
    2423  * ~~https://trac.webkit.org/changeset/200677 ''[GTK] accessibility/aria-readonly.html is failing''~~ [[BR]] Fixing this failing test was done by adding support for ATK_STATE_READ_ONLY, ATK_STATE_CHECKABLE, and correcting some bugs associated with the exposure of ATK_STATE_EDITABLE. Because Orca doesn't always know when/if the accessible state set isn't quite right, having this fix is desirable.