Changes between Version 31 and Version 32 of WebKitGTK/2.12.x


Ignore:
Timestamp:
May 21, 2016 9:19:42 PM (8 years ago)
Author:
Michael Catanzaro
Comment:

I'm in X, let's copy/paste

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/2.12.x

    v31 v32  
    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   * r200939
    21   * bug #135972
     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''
    2222  * https://trac.webkit.org/changeset/197886 ''[cmake] Fixed All-in-One build''
    2323  * 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.