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 |
|
Ed Morley
|
2e9b99cd6b
|
Bug 733848 - Temporarily disable part of markuprules.xml for frequent intermittent failures; r=surkov
|
2012-08-03 11:28:12 +01: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 |
|
Trevor Saunders
|
b2551dce82
|
bug 765252 - fixs nits (remove accidentally introduced tabs) r=me
|
2012-07-25 21:45:00 -04:00 |
|
Trevor Saunders
|
89e69ff062
|
bug 765252 - ensure PresShell::Destroy() always shutsdown the related accessible document r=bz, davidb
|
2012-07-21 07:48:05 -04:00 |
|
Jim Mathies
|
1fa82b5b80
|
Bug 776912 - msvc nullptr fix for DocAccessible. r=dbolter
|
2012-07-25 04:22:11 -05:00 |
|
Jim Mathies
|
ed09a43efe
|
backout 4e122956dcc0 CLOSED TREE
|
2012-07-24 17:00:02 -05:00 |
|
Jim Mathies
|
b6edc96fe0
|
Bug 776912 - vc11 nullptr fix for DocAccessible. r=dbolter
|
2012-07-24 15:07:41 -05:00 |
|
Trevor Saunders
|
1611730ebe
|
bug 776472 - crash in Accessible::NativeState() r=davidb
|
2012-07-23 13:59:36 -04:00 |
|
Joshua Cranmer
|
de30491499
|
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
|
0c8f5adf50
|
Bug 626472 part 1 - Define nsnull as nullptr where available; r=ehsan
|
2012-07-20 14:16:17 +03:00 |
|
David Zbarsky
|
59cb411fe0
|
[Bug 773839] Fix build warnings under accessible/ r=tbsaunde
|
2012-07-22 06:35:49 -04:00 |
|
Andrew Quartey
|
6679435cdb
|
Bug 766240 - Expandoify nsTextEquivUtils::gRoleToNameRulesMap. r=trev
|
2012-07-21 14:32:25 -04:00 |
|
Trevor Saunders
|
4d8c0de9d5
|
bug 776081 - telemetry for length of time spent in NotificationController::WillRefresh() r=davidb
|
2012-07-20 16:23:38 -04:00 |
|
Trevor Saunders
|
100d28e792
|
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
|
9e756fef7c
|
Bug 762898 - Implement UIA_AriaRolePropertyId. r=trev
|
2012-07-20 20:19:37 -04:00 |
|
Arun Sukumaran Latha
|
28f1f9d133
|
bug 769302 - annotate accessibility instantiation in crash reports r=tbsaunde f=davidb
|
2012-07-20 14:43:49 -04:00 |
|
Eitan Isaacson
|
39ec984a2f
|
Bug 775661 - Added dump tree Logger method, and states to string function. r=davidb
|
2012-07-20 09:46:54 -07:00 |
|
Eitan Isaacson
|
8947c75b9d
|
Bug 775659 - move getVirtualCursor to util function. Fix moveCursorToObject. r=davidb
|
2012-07-20 09:46:54 -07:00 |
|
Eitan Isaacson
|
353de3e964
|
Bug 775653 - Refactor traversal rules. r=davidb
|
2012-07-20 09:46:54 -07:00 |
|
Eitan Isaacson
|
6f6ba2b3b9
|
Bug 775657 - Added initial B2G support and speech presenter. r=davidb
|
2012-07-20 09:46:54 -07:00 |
|
Christian Bielert
|
36b8383cba
|
Bug 762806 - implement UIA_AcceleratorKeyPropertyId and UIA_AccessKeyPropertyId r=tbsaunde
|
2012-07-19 22:55:26 -04:00 |
|
Mark Capella
|
bf92974758
|
Bug 769998 - Make nsIWidget::IsVisible return bool, r=roc, f=ms2ger
|
2012-07-19 04:57:50 -04:00 |
|
Ehsan Akhgari
|
f7b31bffdf
|
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
|
9f34984aed
|
Remove two unused variables in the accessibility code (no bug)
|
2012-07-19 00:47:09 -04:00 |
|
Masayuki Nakano
|
588dd9f9f3
|
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
|
d713671ad0
|
Bug 607267. Don't style imagemaps as block. r=dbaron,tbsaunde
|
2012-07-17 12:18:53 -04:00 |
|
Hubert Figuière
|
79dd89a511
|
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
|
6f2f2919ee
|
Bug 774033 - Remove extra ; r=surkov.alexander.
|
2012-07-16 08:31:46 -04:00 |
|
Andrew Hurle
|
3a22150f69
|
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 |
|