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 |
|
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
|
74339ca4d5
|
Bug 1061671 - Wait for document load complete before starting jsat content tests. r=yzen
|
2014-09-22 09:27:04 -07:00 |
|
Eitan Isaacson
|
af7c2f3fbb
|
Bug 1067509 - Refactor jsat content test runner. r=yzen
|
2014-09-22 09:27:04 -07:00 |
|
Alexander Surkov
|
5c70fbd3ab
|
Bug 1040735 - DOM node reinsertion under anonymous content may trigger a11y child adoption, r=bz, tbdaunde, davidb
|
2014-09-19 20:02:30 -04:00 |
|
Eric
|
144a3d4934
|
Bug 1031188 - Ensure that accDescription never duplicates AccessibleName, r=surkov, marcoz
|
2014-09-18 08:52:05 -04:00 |
|
Alexander Surkov
|
d6aaddc95b
|
Bug 1020039 - Intermittent relations/test_embeds.xul, disable logging
|
2014-09-12 15:40:58 -04:00 |
|
Alexander Surkov
|
2f0f4848ad
|
Bug 1020039 - Intermittent relations/test_embeds.xul
|
2014-09-12 10:04:25 -04:00 |
|
Alexander Surkov
|
1ff85019c3
|
Bug 1020039 - Intermittent relations/test_embeds.xul, add extra output, stage2
|
2014-09-11 19:46:28 -04:00 |
|
Alexander Surkov
|
6e5ca4e434
|
Bug 1020039 - Intermittent relations/test_embeds.xul, add extra output
|
2014-09-11 15:58:28 -04: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 |
|
Trevor Saunders
|
7cce18a3b2
|
bug 1052122 - derecursify TreeWalker::NextChild r=surkov
|
2014-08-12 02:02:28 -04:00 |
|
Trevor Saunders
|
6ece72fae4
|
bug 1056459 - fire caret move event when document is loaded r=surkov
|
2014-08-27 16:14:53 -04:00 |
|
Max Li
|
e3c94e5920
|
Bug 980510 - After moving by granularity, swiping to next object brings up current object. r=eeejay
|
2014-08-22 18:02:45 -04:00 |
|
Daniel Holbert
|
ad714344d2
|
Backing out 8dc381124409 (bug 1056459) for apparently causing crashes in B2G-on-OS-X "Gip" test runs.
|
2014-09-03 17:22:37 -07:00 |
|
Trevor Saunders
|
c104df9608
|
bug 1056459 - fire caret move event when document is loaded r=surkov
|
2014-08-27 16:14:53 -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 |
|
Yura Zenevich
|
014eff526e
|
Bug 1056803 - added nsiAccessibleObjectAttributeChangedEvent interface. Tests included. r=tbsaunde
---
accessible/base/AccEvent.cpp | 8 +++++
accessible/base/AccEvent.h | 29 ++++++++++++++++-
accessible/generic/DocAccessible.cpp | 8 +++--
accessible/interfaces/moz.build | 1 +
.../nsIAccessibleObjectAttributeChangedEvent.idl | 21 ++++++++++++
accessible/tests/mochitest/common.js | 2 ++
accessible/tests/mochitest/events.js | 37 ++++++++++++++++++++++
.../tests/mochitest/events/test_aria_objattr.html | 7 ++--
accessible/xpcom/AccEvents.conf | 1 +
9 files changed, 106 insertions(+), 8 deletions(-)
create mode 100644 accessible/interfaces/nsIAccessibleObjectAttributeChangedEvent.idl
|
2014-08-28 08:42:06 -04:00 |
|
Eitan Isaacson
|
603477c30b
|
Bug 1058750 - Focus iframe when active cursor moves into it. r=yzen
|
2014-08-26 13:21:00 +02:00 |
|
Trevor Saunders
|
17ca615366
|
bug 1052513 - fix HyperTextAccessible::SelectionBoundsAt for selections extending outside the current hyper text r=surkov
|
2014-08-13 18:03:50 -04:00 |
|
Eitan Isaacson
|
ecaf6438db
|
Bug 1052054 - Change accessfu-output event to accessibility-output. r=yzen
|
2014-08-25 12:42:36 -07:00 |
|
Olli Pettay
|
1f448a88c4
|
Bug 314095 - Eliminate nsIContent::GetDocument, r=jst
--HG--
extra : rebase_source : dd8f690940825b298a478b65b68a57418a9962ff
|
2014-08-22 23:11:27 +03:00 |
|
Alexander Surkov
|
ef0231619d
|
Bug 1053765 - Putting role=log on a table tag breaks row and cell accessibles, r=tbsaunde
|
2014-08-15 16:49:02 -04:00 |
|
Eitan Isaacson
|
622cfa0912
|
Bug 1053462 - Add isFromUserInput to vc change events and pivot methods. r=surkov
|
2014-08-14 21:44:59 -04:00 |
|
James Teh
|
579a59055f
|
Bug 934875 - Fix typo that prevents status bar accessibles from being created, r=MarcoZ
|
2014-08-14 15:19:58 -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
|
4336a1f21c
|
Bug 1053247 - Fix content integration tests. r=yzen
|
2014-08-14 09:24:08 -04:00 |
|
Trevor Saunders
|
bb1111772a
|
bug 1052000 - fix some handling of empty text leaves r=surkov
|
2014-08-12 16:25:40 -04:00 |
|
Martijn Wargers
|
174ea37131
|
Bug 1032878 - Fix for various failing mochitest-plain/-chrome tests. r=jmaher, r=akachkach, r=surkov, r=cpearce
|
2014-08-10 20:03:50 -07:00 |
|
Wes Kocher
|
0e8de3ce49
|
Backed out 4 changesets (bug 1032878) for probably introducing a leak, creating a CLOSED TREE
Backed out changeset 780c948d79f3 (bug 1032878)
Backed out changeset 0cfcc44660a8 (bug 1032878)
Backed out changeset 991f8d5da382 (bug 1032878)
Backed out changeset f54984be223e (bug 1032878)
|
2014-08-11 14:27:57 -07:00 |
|
Martijn Wargers
|
b102096d4b
|
Bug 1032878 - Fix for various failing mochitest-plain/-chrome tests. r=jmaher, r=akachkach, r=surkov, r=cpearce
|
2014-08-10 20:03:50 -07: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 |
|
Alexander Surkov
|
ce2859f8f8
|
Bug 1020548 - update aria-orientation impl to ARIA 1.1, r=tbsaunde, sr=neil
|
2014-08-11 08:13:44 -04:00 |
|
Yura Zenevich
|
6cc167fca3
|
Bug 1030470 - (part 1) moved the non-android localization part out of AccessFu to be handled in Gaia. r=eeejay
---
accessible/jsat/AccessFu.jsm | 176 ++-----
accessible/jsat/OutputGenerator.jsm | 337 +++++--------
accessible/jsat/Presentation.jsm | 193 ++++----
accessible/jsat/Utils.jsm | 43 +-
accessible/tests/mochitest/jsat/jsatcommon.js | 19 +-
accessible/tests/mochitest/jsat/output.js | 12 +-
accessible/tests/mochitest/jsat/test_alive.html | 22 +-
.../mochitest/jsat/test_content_integration.html | 95 ++--
.../tests/mochitest/jsat/test_content_text.html | 8 +-
.../tests/mochitest/jsat/test_explicit_names.html | 73 +--
.../tests/mochitest/jsat/test_landmarks.html | 125 +++--
.../tests/mochitest/jsat/test_live_regions.html | 144 +++---
accessible/tests/mochitest/jsat/test_output.html | 526 +++++++++++----------
accessible/tests/mochitest/jsat/test_tables.html | 492 ++++++++++++++-----
.../en-US/chrome/accessibility/AccessFu.properties | 103 +++-
15 files changed, 1306 insertions(+), 1062 deletions(-)
|
2014-08-06 09:38:50 -04:00 |
|
Birunthan Mohanathas
|
d26ae08047
|
Bug 1044111 - Collapse test-only moz.build files under accessible/ into ancestor moz.build files. r=ted
|
2014-07-28 18:02:44 -07:00 |
|
Alexandre Poirot
|
5a3800bc64
|
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
|
2014-07-02 15:40:56 -07:00 |
|
Jonathan Griffin
|
efbbf73c27
|
Backed out changeset 64586374a208 on a CLOSED TREE
|
2014-07-22 18:29:57 -07:00 |
|
Alexandre Poirot
|
09c66c2ebd
|
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
|
2014-07-02 15:40:56 -07:00 |
|
Jonathan Griffin
|
0cd20a2c49
|
Backout 4f6d9db92389 for bustage on a CLOSED TREE
|
2014-07-22 17:55:50 -07:00 |
|
Alexandre Poirot
|
c044256760
|
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files. r=ahal
|
2014-07-02 15:40:56 -07:00 |
|
Trevor Saunders
|
0cdb19dabd
|
bug 1036694 - merge nsIMarkupDocumentViewer into nsIContentViewer r=smaug
|
2014-07-09 17:27:49 -04:00 |
|
Marco Zehe
|
c0a11c14e0
|
Bug 1033283 - Expose STATE_PRESSED on menu buttons, r=surkov
|
2014-07-04 09:51:54 +02:00 |
|
Athena
|
2eb699a40a
|
Bug 746178 - use accelKey instead of metaKey/ctrlKey r=marcoz
|
2014-07-03 12:47:47 +02:00 |
|
Athena
|
e083fbb8f3
|
Bug 746178 - Use the metaKey to close the window on OSX r=marcoz
Reenable the test for Mac
|
2014-07-02 07:43:00 +02:00 |
|
Eitan Isaacson
|
b44a6903ff
|
Bug 1027315 - GetAccessibleOrContainer should check across shadow root for document. r=surkov
|
2014-06-20 11:54:59 -07:00 |
|
Eitan Isaacson
|
2f32b56ad8
|
Bug 1026125 - Check for current document accross shadow root when creating accessible. r=surkov f=wchen
|
2014-06-18 10:58:52 -07:00 |
|
Xidorn Quan
|
dc0ffd85cb
|
Bug 966166 - Part 6: Tests for @counter-style. r=jfkthame, r=davidb
|
2014-06-11 21:14:00 -04:00 |
|