Eitan Isaacson
142c5d79bb
Bug 1062016 - Editing state gets out of sync. r=yzen
2014-09-09 15:53:46 -07:00
Max Li
a3e68a70f0
Bug 1047428 - [AccessFu] Report read only state for editables.r=eeejay
2014-08-23 20:22:03 -04:00
Trevor Saunders
1585321a2d
bug 1052122 - derecursify TreeWalker::NextChild r=surkov
2014-08-12 02:02:28 -04:00
Trevor Saunders
b5e7b0437f
bug 1056459 - fire caret move event when document is loaded r=surkov
2014-08-27 16:14:53 -04:00
Max Li
260d99142e
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
7c4b9e7613
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
Mike Hommey
92deb5899a
Bug 1059113 - Use templates for shared libraries and frameworks. r=gps
...
Also force to use the existing template for XPCOM components.
2014-09-04 09:04:45 +09:00
Mike Hommey
8fd95ad480
Bug 1041941 - Use templates for programs, simple programs, libraries and C++ unit tests. r=gps
2014-09-03 14:10:54 +09:00
Trevor Saunders
77e3784fa9
bug 1056459 - fire caret move event when document is loaded r=surkov
2014-08-27 16:14:53 -04:00
Ehsan Akhgari
57ac66db6c
Address the review comments from bug 1061009
...
--HG--
extra : rebase_source : 63d565637b64a0f1ebdd6bfb8f0b0ed0ab651157
2014-09-02 18:37:58 -04:00
Ehsan Akhgari
76e67e1aae
Bug 1061009 - Fix more bad implicit constructors in a11y; r=tbsaunde
2014-09-02 12:19:58 -04:00
Ehsan Akhgari
10af1b919d
Bug 1061251 - Fix more bad implicit constructors in accessible; r=tbsaunde
2014-09-02 12:19:32 -04:00
Carsten "Tomcat" Book
67e711818e
Backed out changeset a7840102579b (bug 1052122) for causing regressions on a CLOSED TREE
2014-09-01 14:31:35 +02:00
Jesse Ruderman
bd590f38fa
Bug 1059020 - report fully qualified class name to avoid conflict with mozilla::dom::Notification. r=surkov.
2014-08-28 18:03:41 -07:00
Trevor Saunders
15ed6e9340
bug 1052122 - derecursify TreeWalker::NextChild r=surkov
2014-08-12 02:02:28 -04:00
Yura Zenevich
d91e6148b0
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
154ec9dadd
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
3fbe7fcecb
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
8e14e8e0d9
Bug 1058750 - Focus iframe when active cursor moves into it. r=yzen
2014-08-26 13:21:00 +02:00
Trevor Saunders
c236050506
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
129bfffc55
Bug 1052054 - Change accessfu-output event to accessibility-output. r=yzen
2014-08-25 12:42:36 -07:00
Olli Pettay
ceb34d2d4a
Bug 314095 - Eliminate nsIContent::GetDocument, r=jst
...
--HG--
extra : rebase_source : dd8f690940825b298a478b65b68a57418a9962ff
2014-08-22 23:11:27 +03:00
Eitan Isaacson
9e49c14b6c
Bug 1055004 - Fix failure of GetAccessibleOrContainer() to return a parent past a shadow root. r=davidb
2014-08-22 13:10:57 -07:00
Trevor Saunders
b6b2d4b019
bug 1047696 - mark a number of classes MOZ_FINAL to get compilers to devirtualize more r=froydnj
2014-08-05 13:33:55 -04:00
Eitan Isaacson
4932db332c
Bug 1030468 - User content window resolution to scale bounding boxes before presentation. r-yzen
2014-08-19 12:26:02 -07:00
Ehsan Akhgari
63f391665c
Backed out changeset 0409c8faca80 because of build bustage on a CLOSED TREE
2014-08-18 13:44:59 -04:00
Ehsan Akhgari
fc58ff494a
Add SetProp to the list of windows.h #defined functions that we need to #undef, no bug
2014-08-18 13:19:16 -04:00
Aryeh Gregor
4ae55a890c
Bug 1053190 - Reduce unnecessary inclusion of nsINode.h in headers; r=ehsan
2014-08-18 17:44:50 +03:00
Jonathan Kew
62b1dd641f
bug 1048752 followup 2 - another Windows non-unified build fix. no_r=me, bustage fix
2014-08-16 20:35:48 +01:00
Jonathan Kew
c30cb9ce84
bug 1048752 followup - fix for Windows non-unified build. no_r=me, bustage fix
2014-08-16 16:13:53 +01:00
Eitan Isaacson
e9b61ce0e0
Bug 1054409 - Add isFromUserInput to pivot change presentation. r=yzen
2014-08-16 01:06:16 -04:00
Nigel Babu
af38f69f80
Backed out changeset 62d9d374cd0f (bug 1054409) for windows nonunified bustage
2014-08-16 16:57:02 +05:30
Eitan Isaacson
01bafeaa94
Bug 1054409 - Add isFromUserInput to pivot change presentation. r=yzen
2014-08-16 01:06:16 -04:00
Robert O'Callahan
480e49b672
Bug 1048752. Part 24: Rename and deCOM Set/GetCaretVisible. r=tn
...
--HG--
extra : rebase_source : 04249e9b22a62b8f2952515fa48f4ba3227e235e
2014-08-06 17:19:29 +12:00
Robert O'Callahan
f5dae9b41f
Bug 1048752. Part 16: Move nsFrameSelection::HINT to CaretAssociationHint.h. r=tn
...
This patch started an attempt to remove nsFrameSelection.h from nsCaret.h
and metastasized into a rather large refactoring patch that removed it
from some other header files as well, and changed nsFrameSelection::HINT
into a global-scope enum with better names. I also converted bools
into CaretAssociationHint in a few places where that was appropriate,
but there are still some more places (GetChildFrameContainingOffset)
where bools need to be converted. I figured this patch was big enough already.
--HG--
extra : rebase_source : cc618ef60e707e1360644340a2648de389383da0
2014-08-06 17:19:27 +12:00
Robert O'Callahan
ffa90e4968
Bug 1048752. Part 14: Split GetGeometry into a static and a non-static version. r=tn
...
GetGeometry is used in two different ways. Sometimes it's used to get
information about a particular caret. Sometimes it's used to get
information about a particular selection that's not associated with
a caret. Splitting GetGeometry into a non-static version for the former
and a static version for the latter makes this more clear. Also it saves
code since for the latter version we don't have to get an nsCaret first.
--HG--
extra : rebase_source : b7730dac56b308a82b79b175749234c9a92b6f59
2014-08-06 17:19:26 +12:00
Alexander Surkov
87427888e8
Bug 1053765 - Putting role=log on a table tag breaks row and cell accessibles, r=tbsaunde
2014-08-15 16:49:02 -04:00
Alexander Surkov
6cc4e7dc34
Bug 1053998 - add few bits for doclifecycle logging, r=tbsaunde
2014-08-15 16:24:22 -04:00
Eitan Isaacson
522150ea20
Bug 1053462 - Add isFromUserInput to vc change events and pivot methods. r=surkov
2014-08-14 21:44:59 -04:00
James Teh
41e7731c94
Bug 934875 - Fix typo that prevents status bar accessibles from being created, r=MarcoZ
2014-08-14 15:19:58 -04:00
Ed Morley
2782f05f50
Backed out changeset 891c2e1b0e93 (bug 1052122) build failures; CLOSED TREE
2014-08-14 19:04:08 +01:00
Trevor Saunders
e3b48d1180
bug 1052122 - derecursify TreeWalker::NextChild r=surkov
2014-08-12 02:02:28 -04:00
Eitan Isaacson
4a7d1a6d9d
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
d8687c12d7
Bug 1053247 - Fix content integration tests. r=yzen
2014-08-14 09:24:08 -04:00
Eitan Isaacson
55e93c9218
Bug 1053248 - Add new gesture debug logger. r=yzen
2014-08-14 09:24:08 -04:00
Seth Fowler
26f79c7dab
Bug 913586 (Part 2) - Update Maybe users in accessible. r=asurkov
...
--HG--
extra : rebase_source : 521f090c8b37137877011ee057573f7baa62c5cb
2014-08-13 15:39:40 -07:00
Yura Zenevich
8dc0bf9909
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
Trevor Saunders
b8c122b731
bug 1052000 - fix some handling of empty text leaves r=surkov
2014-08-12 16:25:40 -04:00
Trevor Saunders
082dd2bdfd
bug 1016545 - Provide an iterator that iterates over all children of an element r=bz
2014-07-16 14:41:57 -04:00
Martijn Wargers
06d99401c1
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