Yura Zenevich
|
1a112fb50c
|
Bug 1166321 - [AccessFu] adding support for role='switch'. r=eeejay
---
accessible/jsat/EventManager.jsm | 15 ++++++---
accessible/jsat/OutputGenerator.jsm | 36 ++++++++++++++--------
accessible/jsat/TraversalRules.jsm | 13 ++++----
.../mochitest/jsat/doc_content_integration.html | 7 +++++
accessible/tests/mochitest/jsat/doc_traversal.html | 2 ++
accessible/tests/mochitest/jsat/jsatcommon.js | 12 ++++++++
.../mochitest/jsat/test_content_integration.html | 12 ++++++++
accessible/tests/mochitest/jsat/test_output.html | 17 ++++++++++
.../tests/mochitest/jsat/test_traversal.html | 8 +++--
.../en-US/chrome/accessibility/AccessFu.properties | 5 +++
10 files changed, 102 insertions(+), 25 deletions(-)
|
2015-05-29 11:55:53 -04:00 |
|
Eitan Isaacson
|
4a0a415c4a
|
Bug 1144516 - Remove offset of mozbrowser iframe. r=yzen
|
2015-05-26 10:13:17 -07:00 |
|
Ross Ziegler
|
0cfcff875f
|
Bug 1152454 - Made liveregions responsive to name/value change events. r=yzen
---
accessible/jsat/EventManager.jsm | 12 ++++++++++++
accessible/jsat/Presentation.jsm | 10 ++++++----
.../tests/mochitest/jsat/doc_content_integration.html | 15 +++++++++++++++
accessible/tests/mochitest/jsat/jsatcommon.js | 2 +-
.../tests/mochitest/jsat/test_content_integration.html | 16 +++++++++++++---
5 files changed, 47 insertions(+), 8 deletions(-)
|
2015-04-21 17:06:18 -04:00 |
|
Botond Ballo
|
b0b35fd90e
|
Bug 1139675 - Update JS callers of nsIDOMWindowUtils.setResolution and getResolution in accessibility code. r=yzen
|
2015-03-06 17:14:18 -05:00 |
|
Yura Zenevich
|
93b3f9e70c
|
Bug 1136241 - making sure that hint/role strings are returned with no spaces to support localization. r=eeejay
---
accessible/jsat/OutputGenerator.jsm | 2 +-
accessible/jsat/Utils.jsm | 3 ++-
accessible/tests/mochitest/jsat/test_hints.html | 4 ++++
3 files changed, 7 insertions(+), 2 deletions(-)
|
2015-02-25 16:33:34 -05:00 |
|
Max Li
|
212d5dedcf
|
Bug 1122857 - form controls fail to emit TYPE_VIEW_CLICKED events upon state change. r=eeejay
--HG--
extra : rebase_source : 7c9e940f3cceca9eb2cc83c0c2c4cf2fe6a21a0c
|
2015-02-20 12:38:50 -05:00 |
|
Yura Zenevich
|
4e5a3b76fa
|
Bug 1129955 - added support for accessible name changes in AccessFu. r=eeejay
---
accessible/jsat/EventManager.jsm | 8 ++++++++
accessible/jsat/Presentation.jsm | 21 ++++++++++++++++++++
.../mochitest/jsat/doc_content_integration.html | 5 +++++
accessible/tests/mochitest/jsat/jsatcommon.js | 9 +++++++++
.../mochitest/jsat/test_content_integration.html | 23 +++++++++++++++++++---
5 files changed, 63 insertions(+), 3 deletions(-)
|
2015-02-05 14:06:53 -05:00 |
|
Eitan Isaacson
|
4d3ad794bc
|
Bug 1124982 - [AccessFu] Use correct symbols for keycodes in ContentControl.adjustRange(). r=yzen
|
2015-01-24 17:33:45 -08:00 |
|
Yura Zenevich
|
ad52d0dd56
|
Bug 1000295 - added elements with role='status' to traversal rules. r=eeejay
---
accessible/jsat/TraversalRules.jsm | 4 +++-
accessible/tests/mochitest/jsat/doc_traversal.html | 2 ++
accessible/tests/mochitest/jsat/test_output.html | 13 +++++++++++++
accessible/tests/mochitest/jsat/test_traversal.html | 2 +-
4 files changed, 19 insertions(+), 2 deletions(-)
|
2015-01-24 01:21:20 -05:00 |
|
Eitan Isaacson
|
b6029a4c06
|
Bug 1105475 - Make sendChromeEvent work with Mulet. r=yzen
|
2014-12-01 09:27:46 -08:00 |
|
Eitan Isaacson
|
78648094ac
|
Bug 1104400 - Get all message managers in Mulet setup. r=yzen
|
2014-11-26 13:05:23 -08:00 |
|
Yura Zenevich
|
66a07eb506
|
Bug 1069574 - [AccessFu] added support for interaction hints in B2G. r=eeejay
---
accessible/jsat/Presentation.jsm | 3 +-
accessible/jsat/Utils.jsm | 19 ++++++
accessible/tests/mochitest/jsat/a11y.ini | 1 +
accessible/tests/mochitest/jsat/output.js | 13 ++++
accessible/tests/mochitest/jsat/test_hints.html | 85 +++++++++++++++++++++++++
5 files changed, 120 insertions(+), 1 deletion(-)
create mode 100644 accessible/tests/mochitest/jsat/test_hints.html
|
2014-11-20 10:00:05 -05:00 |
|
Frédéric Wang
|
58ff3b0860
|
Bug 919279 - Send Accessibility:Event to indicate when the user wants to exit the view. r=eitan
|
2014-11-13 10:58:00 +01:00 |
|
Max Li
|
8a948d3e48
|
Bug 1071777 - Send a context menu event on braille long press. r=eeejay
|
2014-11-09 16:37:16 -08:00 |
|
Max Li
|
4857654ada
|
Bug 1011886 - [AccessFu] Introduce key echo by character, word, and character and word. r=eeejay
|
2014-10-31 08:48:21 -07:00 |
|
Yura Zenevich
|
a19f879153
|
Bug 1069588 - reporting value of the combobox, excluding subtree from combobox output. r=eeejay
---
accessible/jsat/OutputGenerator.jsm | 3 +-
accessible/tests/mochitest/jsat/test_output.html | 41 ++++++++++++++++++++++++
2 files changed, 42 insertions(+), 2 deletions(-)
|
2014-10-22 00:39:49 -04:00 |
|
Eitan Isaacson
|
2c7f22ed23
|
Bug 1075253 - Consecutive taps should only emit one gesture. r=yzen
|
2014-10-20 09:54:01 -07:00 |
|
Ryan VanderMeulen
|
5a932b9c6e
|
Backed out changeset a940b5a1f2f6 (bug 1075253) for mochitest-a11y orange.
CLOSED TREE
|
2014-10-15 19:43:12 -04:00 |
|
Eitan Isaacson
|
2b474d39a5
|
Bug 1075253 - Consecutive taps should only emit one gesture. r=yzen
|
2014-10-15 14:55:30 -07:00 |
|
Eitan Isaacson
|
fd160864f1
|
Bug 1068160 - Send no-move b2g presentation when user reaches start/end of document. r=yzen
|
2014-10-14 14:42:51 -07:00 |
|
Eitan Isaacson
|
5d709c8f0d
|
Bug 1081723 - Change adjust message to adjust or move. r=yzen
Move adjust range to ContenControl
|
2014-10-14 14:42:51 -07:00 |
|
Eitan Isaacson
|
09e8da9c20
|
Bug 1081721 - Adjust traversal rules to work with internal frames. r=yzen
|
2014-10-14 14:42:51 -07:00 |
|
Eitan Isaacson
|
9eac49598e
|
Bug 1081720 - Use prefs service to store quicknav state and proxy quicknav prefs to b2g settings. r=yzen
|
2014-10-14 14:42:50 -07:00 |
|
Eitan Isaacson
|
efac242ea7
|
Bug 1081717 - Add attribute for finger-up activation in addition to key role. r=yzen
|
2014-10-14 14:42:50 -07:00 |
|
Eitan Isaacson
|
27e6b08fb9
|
Bug 1081724 - Bind doubletaphold to quicknav menu. r=yzen
|
2014-10-14 14:42:50 -07:00 |
|
Eitan Isaacson
|
56b9315564
|
Bug 1077044 - Store previous cursor position when dialog pops up, and restore it when it is hidden. r=yzen
|
2014-10-12 11:23:45 -07:00 |
|
Yura Zenevich
|
b56a2f4acd
|
Bug 1078636 - adding state output to gridcells. r=eeejay
---
accessible/jsat/OutputGenerator.jsm | 8 ++++++++
accessible/tests/mochitest/jsat/test_output.html | 8 +++++++-
2 files changed, 15 insertions(+), 1 deletion(-)
|
2014-10-07 21:38:57 -04:00 |
|
Eitan Isaacson
|
c0c13a4fbb
|
Bug 981363 - Don't automove when the DOCUMENT_LOAD_COMPLETE is emitted for the actual document. r=yzenevich
|
2014-10-03 17:27:00 +02:00 |
|
Eitan Isaacson
|
2d64ca2c0c
|
Bug 1061671 - Wait for frame content to load before starting test. r=yzen
|
2014-09-29 15:35:29 -07:00 |
|
Yura Zenevich
|
3573cd6292
|
Bug 1069877 - ensuring vc position does not jump when already set in loaded document. r=eeejay
---
accessible/jsat/EventManager.jsm | 6 ++++++
1 file changed, 6 insertions(+)
|
2014-09-25 16:30:39 -04:00 |
|
Yura Zenevich
|
cbd96a83ac
|
Bug 1072305 - screen reader now handles gridcell, column and row headers more efficiently. r=eeejay
---
accessible/jsat/TraversalRules.jsm | 8 ++++
accessible/tests/mochitest/jsat/test_output.html | 46 ++++++++++++++++++++++
.../tests/mochitest/jsat/test_traversal.html | 8 ++--
3 files changed, 58 insertions(+), 4 deletions(-)
|
2014-09-25 16:28:34 -04:00 |
|
Yura Zenevich
|
59b5477db1
|
Bug 1071858 - aria-hidden elements will not be part of childCount when traversing. r=eeejay
---
accessible/jsat/TraversalRules.jsm | 4 ++--
accessible/jsat/Utils.jsm | 10 +++++++++
accessible/tests/mochitest/jsat/doc_traversal.html | 24 ++++++++++++++++++++++
.../tests/mochitest/jsat/test_traversal.html | 18 ++++++++--------
4 files changed, 46 insertions(+), 10 deletions(-)
|
2014-09-25 09:57:22 -04:00 |
|
Eitan Isaacson
|
8163c815e5
|
Bug 969512 - Don't use NS_MOUSEENTER/LEAVE in widget level code. r=kats r=yzen
Make accessibility explore by touch hover events touch events.
|
2014-09-23 12:09:22 -07:00 |
|
Eitan Isaacson
|
af7c2f3fbb
|
Bug 1067509 - Refactor jsat content test runner. r=yzen
|
2014-09-22 09:27:04 -07:00 |
|
Eitan Isaacson
|
45e1bf3ed7
|
Bug 1062016 - Editing state gets out of sync. r=yzen
|
2014-09-09 15:53:46 -07:00 |
|
Max Li
|
90bff683d0
|
Bug 1047428 - [AccessFu] Report read only state for editables.r=eeejay
|
2014-08-23 20:22:03 -04:00 |
|
Yura Zenevich
|
7638708930
|
Bug 1054454 - added support for aria-hidden attribute changes. Added output filter wh when presenting aria-hidden elements. r=eeejay
---
accessible/jsat/AccessFu.jsm | 4 +
accessible/jsat/EventManager.jsm | 92 ++++++++++-----
accessible/jsat/Utils.jsm | 14 ++-
.../mochitest/jsat/doc_content_integration.html | 17 +++
.../mochitest/jsat/test_content_integration.html | 67 +++++++++++
.../tests/mochitest/jsat/test_live_regions.html | 129 ++++++++++++++++++++-
6 files changed, 287 insertions(+), 36 deletions(-)
|
2014-08-28 09:07:30 -04:00 |
|
Eitan Isaacson
|
f7296a0e34
|
Bug 1059059 - Don't blur in editing mode if vc is on focused item. r=yzen
|
2014-08-26 20:32:00 +02:00 |
|
Eitan Isaacson
|
603477c30b
|
Bug 1058750 - Focus iframe when active cursor moves into it. r=yzen
|
2014-08-26 13:21:00 +02:00 |
|
Eitan Isaacson
|
ecaf6438db
|
Bug 1052054 - Change accessfu-output event to accessibility-output. r=yzen
|
2014-08-25 12:42:36 -07:00 |
|
Eitan Isaacson
|
ba62deec8e
|
Bug 1030468 - User content window resolution to scale bounding boxes before presentation. r-yzen
|
2014-08-19 12:26:02 -07:00 |
|
Eitan Isaacson
|
bb316fece1
|
Bug 1054409 - Add isFromUserInput to pivot change presentation. r=yzen
|
2014-08-16 01:06:16 -04:00 |
|
Nigel Babu
|
db2d3dfbdc
|
Backed out changeset 62d9d374cd0f (bug 1054409) for windows nonunified bustage
|
2014-08-16 16:57:02 +05:30 |
|
Eitan Isaacson
|
23e56771e5
|
Bug 1054409 - Add isFromUserInput to pivot change presentation. r=yzen
|
2014-08-16 01:06:16 -04:00 |
|
Eitan Isaacson
|
2190b8ceed
|
Bug 1053250 - When automoving back into a remote iframe preserve the frame's vc position. r=yzen
|
2014-08-14 09:24:08 -04:00 |
|
Eitan Isaacson
|
6a892af295
|
Bug 1053248 - Add new gesture debug logger. r=yzen
|
2014-08-14 09:24:08 -04:00 |
|
Yura Zenevich
|
349e04deab
|
Bug 1053021 - added a responsiveness multiplier to allow users configure screen reader gesture recognition intervals. r=eeejay
---
accessible/jsat/Gestures.jsm | 28 ++++++++++++++++++++++------
1 file changed, 22 insertions(+), 6 deletions(-)
|
2014-08-13 16:40:29 -04:00 |
|
Eitan Isaacson
|
acf0d35b78
|
Bug 1050383 - Send edge gesture events on two finger edge swipes. r=yzen
|
2014-08-11 14:27:15 -04:00 |
|
Yura Zenevich
|
f19118e58a
|
Bug 1050926 - taking into account aria-hidden when traversing subtree. r=eeejay
---
accessible/jsat/Utils.jsm | 4 +++-
accessible/tests/mochitest/jsat/test_output.html | 13 +++++++++++++
2 files changed, 16 insertions(+), 1 deletion(-)
|
2014-08-11 09:32:09 -04:00 |
|
Yura Zenevich
|
0f21afba98
|
Bug 1030470 - (part 2) linted AccessFu.jsm, OutputGenerator.jsm, Presentation.jsm and Utils.jsm. r=eeejay
---
accessible/jsat/AccessFu.jsm | 183 +++++++++++--------
accessible/jsat/OutputGenerator.jsm | 170 +++++++++---------
accessible/jsat/Presentation.jsm | 350 ++++++++++++++++++------------------
accessible/jsat/Utils.jsm | 128 +++++++------
4 files changed, 447 insertions(+), 384 deletions(-)
|
2014-08-06 09:38:56 -04:00 |
|