Commit Graph

2418 Commits

Author SHA1 Message Date
David Zbarsky
882188708f [Bug 779386] Clean up some includes in a11y r=surkov 2012-08-01 11:31:10 -07:00
Trevor Saunders
42d226aa04 bug 778666 - crash in DocAccessible::DocAccessible() r=surkov 2012-07-31 12:59:04 -04:00
Neil Deakin
91964d02eb Bug 582719, use nsQueryFrame for menus and popups rather than GetType, r=neil 2012-07-30 20:43:28 -04:00
Aryeh Gregor
903f6c9c84 Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan 2012-07-27 16:59:29 +03:00
Aryeh Gregor
e806eeab4f Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
Trevor Saunders
68411fc9ad bug 777117 - add table cell accessible interface r=davidb
From 5d763ba823c357e2023c0e8b4ee6c7c173433d23 Mon Sep 17 00:00:00 2001
---
 accessible/src/generic/ARIAGridAccessible.cpp |    9 +++-
 accessible/src/generic/ARIAGridAccessible.h   |    9 +++-
 accessible/src/generic/TableCellAccessible.h  |   71 +++++++++++++++++++++++++
 accessible/src/html/HTMLTableAccessible.cpp   |    9 +++-
 accessible/src/html/HTMLTableAccessible.h     |    9 +++-
 accessible/src/xpcom/xpcAccessibleTableCell.h |   37 +++++++++++++
 accessible/src/xul/XULListboxAccessible.cpp   |    9 +++-
 accessible/src/xul/XULListboxAccessible.h     |    9 +++-
 accessible/src/xul/XULTreeGridAccessible.cpp  |    9 +++-
 accessible/src/xul/XULTreeGridAccessible.h    |    9 +++-
 10 files changed, 168 insertions(+), 12 deletions(-)
 create mode 100644 accessible/src/generic/TableCellAccessible.h
 create mode 100644 accessible/src/xpcom/xpcAccessibleTableCell.h
2012-07-24 11:58:25 -04:00
Jim Mathies
3c4f5a96a7 Bug 778569 - Add uiautomationcore to accessibility client detection. r=trev.saunders 2012-07-29 17:59:01 -05:00
Trevor Saunders
fd28866118 bug 776081 - part 2 fix c++ parsing issue r=froydnj 2012-07-28 00:21:44 -04:00
Trevor Saunders
dabf20ec71 bug 765252 - ensure doc accessibles don't out live the related pres shell r=bz, davidb, surkov 2012-07-28 00:21:40 -04:00
Matt Brubeck
a16afabd41 Back out 30fbd796d3bb and 50e2e602bab0 (bug 765252) because of Windows build failure 2012-07-25 20:10:06 -07:00
Trevor Saunders
3fc654b79c bug 765252 - fixs nits (remove accidentally introduced tabs) r=me 2012-07-25 21:45:00 -04:00
Trevor Saunders
ebb5401d33 bug 765252 - ensure PresShell::Destroy() always shutsdown the related accessible document r=bz, davidb 2012-07-21 07:48:05 -04:00
Jim Mathies
45e0f704dd Bug 776912 - msvc nullptr fix for DocAccessible. r=dbolter 2012-07-25 04:22:11 -05:00
Jim Mathies
816ff27654 backout 4e122956dcc0 CLOSED TREE 2012-07-24 17:00:02 -05:00
Jim Mathies
b88cddbe9c Bug 776912 - vc11 nullptr fix for DocAccessible. r=dbolter 2012-07-24 15:07:41 -05:00
Trevor Saunders
93dc9d908e bug 776472 - crash in Accessible::NativeState() r=davidb 2012-07-23 13:59:36 -04:00
Joshua Cranmer
774444109e Bug 773637 - Kill NS_SCRIPTABLE attributes, Part 2: Remove NS_SCRIPTABLE. r=ehsan
--HG--
extra : rebase_source : 83020e0a1961ed5b33d5e0599419c6b7b82caa87
2012-07-06 15:31:49 -05:00
Aryeh Gregor
e57dd159b2 Bug 626472 part 1 - Define nsnull as nullptr where available; r=ehsan 2012-07-20 14:16:17 +03:00
David Zbarsky
1be3fb087e [Bug 773839] Fix build warnings under accessible/ r=tbsaunde 2012-07-22 06:35:49 -04:00
Andrew Quartey
ce18b68837 Bug 766240 - Expandoify nsTextEquivUtils::gRoleToNameRulesMap. r=trev 2012-07-21 14:32:25 -04:00
Trevor Saunders
9e7b35efdb bug 776081 - telemetry for length of time spent in NotificationController::WillRefresh() r=davidb 2012-07-20 16:23:38 -04:00
Trevor Saunders
e8b1ed4471 bug 762876 - fix default orientation of role=scrollbar, and ensure only one of states horizontal or vertical is set r=davidb 2012-07-17 10:41:59 -04:00
Andrew Quartey
773f33f6c2 Bug 762898 - Implement UIA_AriaRolePropertyId. r=trev 2012-07-20 20:19:37 -04:00
Arun Sukumaran Latha
67a785f914 bug 769302 - annotate accessibility instantiation in crash reports r=tbsaunde f=davidb 2012-07-20 14:43:49 -04:00
Eitan Isaacson
d526d45f0c Bug 775661 - Added dump tree Logger method, and states to string function. r=davidb 2012-07-20 09:46:54 -07:00
Eitan Isaacson
6628da651c Bug 775659 - move getVirtualCursor to util function. Fix moveCursorToObject. r=davidb 2012-07-20 09:46:54 -07:00
Eitan Isaacson
9b5acd9631 Bug 775653 - Refactor traversal rules. r=davidb 2012-07-20 09:46:54 -07:00
Eitan Isaacson
c17e0143e0 Bug 775657 - Added initial B2G support and speech presenter. r=davidb 2012-07-20 09:46:54 -07:00
Christian Bielert
ca19e1cfb4 Bug 762806 - implement UIA_AcceleratorKeyPropertyId and UIA_AccessKeyPropertyId r=tbsaunde 2012-07-19 22:55:26 -04:00
Mark Capella
430f93c039 Bug 769998 - Make nsIWidget::IsVisible return bool, r=roc, f=ms2ger 2012-07-19 04:57:50 -04:00
Ehsan Akhgari
3e1a5e0246 Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (accessibility parts); blanket-r=bzbarsky 2012-07-19 00:48:45 -04:00
Ehsan Akhgari
ebc0823215 Remove two unused variables in the accessibility code (no bug) 2012-07-19 00:47:09 -04:00
Masayuki Nakano
7a210f7746 Bug 751749 part.2 Support Win key for a modifier of shortcut key and access key r=smaug, enn 2012-07-19 10:28:16 +09:00
Boris Zbarsky
051c2fee44 Bug 607267. Don't style imagemaps as block. r=dbaron,tbsaunde 2012-07-17 12:18:53 -04:00
Hubert Figuière
d95bc73af6 Bug 773090 - Implement image map properly on Mac and fix AXLink attributes. r=
--HG--
extra : rebase_source : 3ff3c2142a0f8e5190b91bd4bfd1ad79b22e05b8
2012-07-11 17:22:28 -07:00
Rafael Ávila de Espíndola
480168957d Bug 774033 - Remove extra ; r=surkov.alexander. 2012-07-16 08:31:46 -04:00
Andrew Hurle
1e3bb07c3f Bug 587909 - Improve the visual style of location bar results. r=Unfocused ui-r=shorlander
--HG--
extra : rebase_source : 625a3e2cf16b2601c20709b1ff6ee7c3792a6faa
2012-07-12 20:53:00 -07:00
Hubert Figuière
fb85a07c98 Bug 768997 - nsAccUtils::IsTextInterfaceSupportCorrect() is no longer called in DEBUG on Mac. r=davidb
--HG--
extra : rebase_source : df9c75a40f5d25af429a7a14dbea8a05ef82d65e
2012-07-11 17:23:46 -07:00
Xi Yang
8aacd404ee Bug 769452 - Use NS_FORWARD_NSIACCESSIBLETABLE on accessible tables instead of custom macro. r=tbsaunde 2012-07-12 19:28:53 -04:00
pcheng
7056b57a74 Bug 742659 - move nsARIAMap::UniversalStatesFor to aria namespace, r=tbsaunde, f=surkov 2012-07-10 21:00:30 -04:00
Eitan Isaacson
046f0925ed Bug 757372 - Announce "editing" when in editing mode. Use a11y states and focus to determine it. r=davidb 2012-07-10 16:10:15 -07:00
Andrew Quartey
c121c073e1 Bug 767757 - Move nsAccessNode::Init() to Acccessible::Init() r=trev.saunders 2012-07-10 14:32:30 +02:00
Nathan Froyd
a7eb97f896 Bug 370750 - consolidate mochitest files installation; r=glandium
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00
Andrew Quartey
29f9c1dec1 Bug 761910 - Add text attribute testing for HTML mark color. r=eitan 2012-07-07 10:06:59 -04:00
Mark Capella
b5aec8bc0a Bug 762770 - implement IAccessibleEx, rkhuey 2012-07-06 12:59:13 -04:00
Hub Figuière
e66f91f91c Bug 718700 - Implement subroles for WAI-ARIA Landmarks. f=marcoz r=dbolter
--HG--
extra : rebase_source : b4bd571fe82d401d96bdd11ad8902b3fa03b1294
2012-06-29 14:12:18 -07:00
Hub Figuière
79fe9e58b7 Bug 718625 - Implement TextLeaf accessibles for Mac. Fix Heading title. r=tbsaunde
--HG--
extra : rebase_source : c5f3044614af18ace16f7a91d3b51effa48c9ff8
2012-06-29 14:12:16 -07:00
Hub Figuière
c81599a0c3 Bug 758799 - Check accessible expiry properly. r=dbolter
--HG--
extra : rebase_source : 9ed36a1fe38bac02770c57f82eeef15e6ac9cd74
2012-06-29 14:12:02 -07:00
Hub Figuière
718a59f98a Bug 750612 - Don't expose invisible property pages in a deck frame. r=tbsaunde
--HG--
extra : rebase_source : ca16cada2efddb6d55cf5dff43cc6a9393ba66e1
2012-06-28 16:04:50 -07:00
Trevor Saunders
1ecb963c4c bug 758112 - use mozilla::Selection in accessible/ r=surkov
From 60355eaaee7ef9edbc475c355133e02bc7c1a89f Mon Sep 17 00:00:00 2001
---
 accessible/src/generic/HyperTextAccessible.cpp |  106 +++++++++---------------
 accessible/src/generic/RootAccessible.cpp      |    1 -
 2 files changed, 39 insertions(+), 68 deletions(-)
2012-04-06 20:09:31 -04:00