Commit Graph

3641 Commits

Author SHA1 Message Date
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
Eitan Isaacson
eae5445a6a 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
86b7aff8fc 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
ba62deec8e Bug 1030468 - User content window resolution to scale bounding boxes before presentation. r-yzen 2014-08-19 12:26:02 -07:00
Ehsan Akhgari
81e509cdc8 Backed out changeset 0409c8faca80 because of build bustage on a CLOSED TREE 2014-08-18 13:44:59 -04:00
Ehsan Akhgari
03e222d7d9 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
15ec3ba67b Bug 1053190 - Reduce unnecessary inclusion of nsINode.h in headers; r=ehsan 2014-08-18 17:44:50 +03:00
Jonathan Kew
17756d04bf 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
dca0cf1581 bug 1048752 followup - fix for Windows non-unified build. no_r=me, bustage fix 2014-08-16 16:13:53 +01: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
Robert O'Callahan
70c695fa57 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
ae6a16193a 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
922821fdc8 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
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
Alexander Surkov
552d26a301 Bug 1053998 - add few bits for doclifecycle logging, r=tbsaunde 2014-08-15 16:24:22 -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
Ed Morley
3887b1cfc9 Backed out changeset 891c2e1b0e93 (bug 1052122) build failures; CLOSED TREE 2014-08-14 19:04:08 +01:00
Trevor Saunders
b10e50fe34 bug 1052122 - derecursify TreeWalker::NextChild r=surkov 2014-08-12 02:02:28 -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
Eitan Isaacson
6a892af295 Bug 1053248 - Add new gesture debug logger. r=yzen 2014-08-14 09:24:08 -04:00
Seth Fowler
b5a1950468 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
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
Trevor Saunders
bb1111772a bug 1052000 - fix some handling of empty text leaves r=surkov 2014-08-12 16:25:40 -04:00
Trevor Saunders
434a7cf97c 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
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
Nicholas Nethercote
8c60d14a1a Bug 1050009 - Initialize pldhash tables with a length, not a capacity. r=roc.
* * *
imported patch rm-dummy-params

--HG--
extra : rebase_source : c25987eb11bae197218d5fc53b77def19afa36ac
2014-08-06 06:31:21 -07:00
Ehsan Akhgari
5a033b2b9f Bug 1048246 - Fix more bad implicit constructors in layout; r=roc
--HG--
extra : rebase_source : ed828993139bc70232508364a9f046e38b7d3e06
2014-08-07 19:48:38 -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
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
Mike Hommey
ec54bf6c1f Bug 1045783 - Move most OS_LIBS to moz.build and do some related cleanup. r=mshal 2014-08-06 07:25:33 +09:00
Ehsan Akhgari
66fae4b9c6 Bug 1048240 - Fix more bad implicit constructors in accessible; r=tbsaunde 2014-08-05 17:57:52 -04:00
Ryan VanderMeulen
9ac24c1b15 Bug 1037214 - Use mozilla::ErrorResult to fix OSX non-unified bustage. r=Ms2ger 2014-08-05 13:57:32 -04:00
Alessio Placitelli
1bc5797367 Bug 1037214 - Throw OOM to the script instead of aborting in FragmentOrElement::GetTextContentInternal. r=bz 2014-08-05 06:10:00 -04:00
Nathan Froyd
b0d8d29205 Bug 1046784 - move -DNOMINMAX definitions to moz.build; r=mshal 2014-07-31 10:41:48 -04:00
Nathan Froyd
9ea6c585f8 Bug 1042878 - part 2 - move MOZ_CAIRO_CFLAGS et al additions to C*FLAGS into moz.build; r=glandium 2014-07-24 11:55:33 -04:00
Nathan Froyd
4246e6b6ea Bug 1044162 - part 1 - make EXTRA_{PP_,}JS_MODULES communicate their installation path; r=mshal
This patch makes EXTRA_{PP_,}JS_MODULES similar in functionality to
TESTING_JS_MODULES: we indicate the path relative to
$(FINAL_TARGET)/modules with an appropriate hierarchy of paths.
2014-07-25 13:40:07 -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
Tetsuro Kato
e8a5ff50ac Bug 1045081 - TextRange.cpp failed to compile on VS2013: error C2872. r=surkov 2014-07-28 23:40:27 +09:00
Andrew McCreight
1bb0ec7122 Bug 1034923 - Make AccEventGen.py code generator generate classes with private destructors. r=tbsaunde 2014-07-28 10:15:58 -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