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


Ignore:
Timestamp:
May 24, 2016 2:32:04 AM (8 years ago)
Author:
Carlos Garcia Campos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebKitGTK/2.12.x

    v34 v35  
    1515branch, so be sure to stay up to date. Thanks for your help!
    1616
     17== Proposed merges for 2.12.4 ==
     18  * 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.
     19  * https://trac.webkit.org/changeset/201087 ''[GTK] accessibility/meter-element.html is failing'' [[BR]] The reason the test was failing is due to lack of implementation. Also, as part of the fix, we are now exposing the aria-valuetext value which had not previously been exposed. Because aria-valuetext is used on a number of ARIA widget roles, and because meters should be accessible, this fix is desirable.
     20
    1721== Proposed merges for 2.12.3 ==
    1822  * ~~https://trac.webkit.org/changeset/200188 ''AX: [ATK] We need to be smarter about flattening and the accessible text implementation''~~
     
    2024  * ~~http://trac.webkit.org/changeset/201163 ''[GStreamer] unrelated codecs required to play videos''~~
    2125  * ~~https://trac.webkit.org/changeset/197886 ''[cmake] Fixed All-in-One build''~~
    22   * 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.
    2326  * ~~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.
    24   * https://trac.webkit.org/changeset/201087 ''[GTK] accessibility/meter-element.html is failing'' [[BR]] The reason the test was failing is due to lack of implementation. Also, as part of the fix, we are now exposing the aria-valuetext value which had not previously been exposed. Because aria-valuetext is used on a number of ARIA widget roles, and because meters should be accessible, this fix is desirable.
    2527
    2628== Proposed merges for 2.12.2 ==