Trevor Saunders
b44f1d6ed0
bug 767860 - stop using nsIDOMHTMLInputElement in a11y r=mounir, surkov
2012-06-03 07:36:51 -04:00
Trevor Saunders
ecad9969c9
bug 767843 - stop using nsIDOMHTMLOptionElement in a11y r=surkov
2012-06-02 15:41:29 -04:00
Alexander Surkov
e7d291b1a2
Bug 761853 - ARIA grid with rowgroup breaks table row/col counting and indices, r=tbsaunde
...
--HG--
rename : accessible/src/base/filters.cpp => accessible/src/base/AccFilters.cpp
rename : accessible/src/base/filters.h => accessible/src/base/AccFilters.h
2012-08-28 22:13:59 +09:00
Ms2ger
3286c816ba
Backed out changeset 08e41d18e1f8 for a case-folding collision.
2012-08-28 10:24:30 +02:00
Alexander Surkov
19a015f49f
Bug 761853 - ARIA grid with rowgroup breaks table row/col counting and indices, r=tbsaunde
...
--HG--
rename : accessible/src/base/filters.cpp => accessible/src/base/Filters.cpp
rename : accessible/src/base/filters.h => accessible/src/base/Filters.h
2012-08-28 16:33:01 +09:00
Eitan Isaacson
3432e8457b
Bug 785510 - Add accessible retreival service to utils, and remove it as global from modules. r=davidb
2012-08-26 20:14:42 -07:00
Hub Figuière
b70aa47228
Bug 668469 - Part 2: use InteractiveState() instead of NativeInteractiveState(). r=surkov
...
--HG--
extra : rebase_source : 0da87d1ad720782293d5091537a2edc2f6d07c46
2012-08-24 23:48:41 -04:00
David Zbarsky
a3f56ea14f
[Bug 785454] Remove nsPresShell::GetFrameForPoint r=smaug
2012-08-25 00:09:48 -04:00
Andrew McCreight
0d31841b85
Bug 750570, part 4 - Switch most native CC classes to use the purple buffer. r=smaug
...
This patch actually converts over most of the existing native CC classes
to use the participant. This is done by converting them to use
the newly generalized nsCycleCollectingAutoRefCnt instead of their usual
ref count.
This is mostly a matter of defining new macros defining AddRef() and Release()
for native CC classes with the CC ref count.
nsTimeout is left as a legacy native CC class because it is a weird class,
but hopefully eventually it too can be converted over. See bug 774874.
2012-08-24 09:50:06 -07:00
Nathan Froyd
5a382da19a
Bug 785226 - fix -Wenum-compare warning spam in accessible/src/base/RoleAsserts.cpp; r=davidb
2012-08-23 17:00:58 -04:00
Hubert Figuière
5e93fa3cb0
Bug 668469 - Don't ignore focusable elements. r=surkov
2012-08-22 08:08:43 -07:00
Hubert Figuière
dd8068b656
Bug 772060 - Part 1: Implement accessibilityArrayAttributeCount for mozPaneAccessible. r=surkov,tbsaunde
2012-07-11 17:29:19 -07:00
Eitan Isaacson
0811c9e233
Revert "Bug 782320 - Use names for pushbuttons. r=davidb"
2012-08-24 09:52:24 -04:00
Ms2ger
789db6da1e
Revert to changeset e048ac9eb279 for bustage.
2012-08-24 15:44:54 +02:00
Hubert Figuière
f7c07d424c
Bug 668469 - Don't ignore focusable elements. r=surkov
...
--HG--
extra : rebase_source : 79f3e0057204647187366bad8fe3c72464e3640b
2012-08-22 08:08:43 -07:00
Hubert Figuière
3c4c50954f
Bug 772060 - Part 1: Implement accessibilityArrayAttributeCount for mozPaneAccessible. r=surkov,tbsaunde
...
--HG--
extra : rebase_source : 4d9d87b9ffebdec3844a661a81e187a9bc130ef7
2012-07-11 17:29:19 -07:00
Eitan Isaacson
5c74e95904
Bug 785076 - Work around touch emulation timestamp issue. r=davidb
2012-08-23 11:33:10 -04:00
Ehsan Akhgari
2962d2eed1
Bug 579517 - Part 5: Add missing StandardInteger.h #includes where needed; r=bsmedberg
...
Landing on a CLOSED TREE
2012-08-08 17:08:17 -04:00
Ehsan Akhgari
8c296bbcd4
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
...
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
2012-08-22 11:56:38 -04:00
Eitan Isaacson
b0efd002b1
Bug 784162 - Add "touches" field to accessfu gesture events in Android. r=marcoz
2012-08-20 18:29:22 -04:00
Eitan Isaacson
056ab03794
Bug 773749 - Add Jelly Bean support to AccessFu. r=davidb
2012-08-20 18:29:22 -04:00
Aryeh Gregor
7403d9eed1
Bug 776481 - Don't try returning nsresult in place of bool (accessible/); r=tbsaunde
2012-08-14 12:10:42 +03:00
Eitan Isaacson
224b63dab3
Bug 780350 - Support gesture scrolling and pages. r=davidb
2012-08-17 15:49:34 -07:00
Eitan Isaacson
ffd7e91f4f
Bug 780350 - Introduce TouchAdapter and add some gesture support. r=davidb
2012-08-17 15:49:34 -07:00
Eitan Isaacson
7bd727c7ca
Bug 783084 - Activate AccessFu when screen reader is enabled in B2G. r=davidb
2012-08-17 15:49:34 -07:00
Eitan Isaacson
75a383f58b
Bug 782320 - Use names for pushbuttons. r=davidb
2012-08-15 13:40:12 -07:00
Eitan Isaacson
0447610726
Bug 782317 - Change platform conditionals for Android Firefox to "mobile/android". r=davidb
2012-08-15 13:40:12 -07:00
Eitan Isaacson
2a911ad1ad
Bug 782316 - Removed HOME and END keys from vc controller. r=davidb
2012-08-15 13:40:11 -07:00
Aryeh Gregor
982100775b
Bug 780618 - Move all error codes to nsError.h; r=ehsan
2012-07-27 17:03:27 +03:00
Andrew Quartey
a360ff3f10
Bug 762897 - Implement UIA_AriaPropertiesPropertyId r=tbsaunde
2012-08-10 16:10:18 -04:00
Ryan VanderMeulen
b2693c26ec
Backout 9d4d0dc404b8 (bug 767754) for Windows m-oth leaks.
2012-08-09 10:30:01 -04:00
Xi Yang
c9e0f5d519
bug 767754 - move application accessible life cycle logic to nsAccessibilityService r=tbsaund
2012-08-09 00:59:00 -04:00
Ms2ger
c861fd0028
Bug 743573 - Fix a number of build warnings in dom/; r=mounir
2012-08-07 09:06:29 +02:00
David Zbarsky
fe804d085c
[Bug 780428] Don't include nsIFrame.h in places where it's not necessary r=roc
2012-08-05 23:00:56 -04:00
Ms2ger
cb4d106015
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
2012-08-04 09:44:00 +02:00
Mike Hommey
c1b35e7b2a
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Ed Morley
4eb11bee72
Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
2012-08-04 18:05:15 +01:00
Ms2ger
b927c10310
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
2012-08-04 09:44:00 +02:00
Cameron McCormack
45a49ac210
Bug 655877 - Part 16: Treat all values of display other than 'none' as 'inline' in SVG text frames. r=roc
2012-08-02 21:38:51 +10:00
Aryeh Gregor
60db4333c3
Bug 779091 - Make Accessible::Init() infallible; r=surkov
2012-07-27 16:53:02 +03:00
David Zbarsky
b141317984
[Bug 779386] Clean up some includes in a11y r=surkov
2012-08-01 11:31:10 -07:00
Trevor Saunders
0bcc452bce
bug 778666 - crash in DocAccessible::DocAccessible() r=surkov
2012-07-31 12:59:04 -04:00
Neil Deakin
b960ff246c
Bug 582719, use nsQueryFrame for menus and popups rather than GetType, r=neil
2012-07-30 20:43:28 -04:00
Aryeh Gregor
2e7996f8d1
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
2012-07-27 16:59:29 +03:00
Aryeh Gregor
57c0ad57fb
Bug 777292 part 2 - Change all nsnull to nullptr
2012-07-30 17:20:58 +03:00
Trevor Saunders
ba6eb75773
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
38561ba285
Bug 778569 - Add uiautomationcore to accessibility client detection. r=trev.saunders
2012-07-29 17:59:01 -05:00
Trevor Saunders
79d834f927
bug 776081 - part 2 fix c++ parsing issue r=froydnj
2012-07-28 00:21:44 -04:00
Trevor Saunders
15be0e10a2
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
4c19df0013
Back out 30fbd796d3bb and 50e2e602bab0 (bug 765252) because of Windows build failure
2012-07-25 20:10:06 -07:00