Ryan VanderMeulen
|
15cb4b33b4
|
Backout 9d4d0dc404b8 (bug 767754) for Windows m-oth leaks.
|
2012-08-09 10:30:01 -04:00 |
|
Xi Yang
|
8a46f8c59e
|
bug 767754 - move application accessible life cycle logic to nsAccessibilityService r=tbsaund
|
2012-08-09 00:59:00 -04:00 |
|
Ms2ger
|
94bf1722ed
|
Bug 743573 - Fix a number of build warnings in dom/; r=mounir
|
2012-08-07 09:06:29 +02:00 |
|
David Zbarsky
|
03039446fa
|
[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
|
c75eefb90d
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Ed Morley
|
f4181983a1
|
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
|
27245512cd
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Ed Morley
|
6829dfe6eb
|
Bug 733848 - Temporarily disable part of markuprules.xml for frequent intermittent failures; r=surkov
|
2012-08-03 11:28:12 +01:00 |
|
Cameron McCormack
|
7670328c6c
|
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
|
e780171a3d
|
Bug 779091 - Make Accessible::Init() infallible; r=surkov
|
2012-07-27 16:53:02 +03:00 |
|
David Zbarsky
|
401fe61b28
|
[Bug 779386] Clean up some includes in a11y r=surkov
|
2012-08-01 11:31:10 -07:00 |
|
Trevor Saunders
|
3448a4f821
|
bug 778666 - crash in DocAccessible::DocAccessible() r=surkov
|
2012-07-31 12:59:04 -04:00 |
|
Neil Deakin
|
5ae1b87a02
|
Bug 582719, use nsQueryFrame for menus and popups rather than GetType, r=neil
|
2012-07-30 20:43:28 -04:00 |
|
Aryeh Gregor
|
c81630fddb
|
Bug 777292 - Convert incorrect conversions to nsresult and fix named constants; r=ehsan
|
2012-07-27 16:59:29 +03:00 |
|
Aryeh Gregor
|
d0ad5a7d0c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Trevor Saunders
|
d104d715a1
|
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
|
3a9fe0e5ea
|
Bug 778569 - Add uiautomationcore to accessibility client detection. r=trev.saunders
|
2012-07-29 17:59:01 -05:00 |
|
Trevor Saunders
|
1c1a6f21c9
|
bug 776081 - part 2 fix c++ parsing issue r=froydnj
|
2012-07-28 00:21:44 -04:00 |
|
Trevor Saunders
|
44db52b2be
|
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
|
01a396145f
|
Back out 30fbd796d3bb and 50e2e602bab0 (bug 765252) because of Windows build failure
|
2012-07-25 20:10:06 -07:00 |
|
Trevor Saunders
|
dead782e9d
|
bug 765252 - fixs nits (remove accidentally introduced tabs) r=me
|
2012-07-25 21:45:00 -04:00 |
|
Trevor Saunders
|
124602d44c
|
bug 765252 - ensure PresShell::Destroy() always shutsdown the related accessible document r=bz, davidb
|
2012-07-21 07:48:05 -04:00 |
|
Jim Mathies
|
34d9aee779
|
Bug 776912 - msvc nullptr fix for DocAccessible. r=dbolter
|
2012-07-25 04:22:11 -05:00 |
|
Jim Mathies
|
679a7416c2
|
backout 4e122956dcc0 CLOSED TREE
|
2012-07-24 17:00:02 -05:00 |
|
Jim Mathies
|
86123a6486
|
Bug 776912 - vc11 nullptr fix for DocAccessible. r=dbolter
|
2012-07-24 15:07:41 -05:00 |
|
Trevor Saunders
|
4fa57464c0
|
bug 776472 - crash in Accessible::NativeState() r=davidb
|
2012-07-23 13:59:36 -04:00 |
|
Joshua Cranmer
|
497e7cd9bb
|
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
|
65eef91085
|
Bug 626472 part 1 - Define nsnull as nullptr where available; r=ehsan
|
2012-07-20 14:16:17 +03:00 |
|
David Zbarsky
|
4385f6a6bf
|
[Bug 773839] Fix build warnings under accessible/ r=tbsaunde
|
2012-07-22 06:35:49 -04:00 |
|
Andrew Quartey
|
8e80867af3
|
Bug 766240 - Expandoify nsTextEquivUtils::gRoleToNameRulesMap. r=trev
|
2012-07-21 14:32:25 -04:00 |
|
Trevor Saunders
|
93e91906db
|
bug 776081 - telemetry for length of time spent in NotificationController::WillRefresh() r=davidb
|
2012-07-20 16:23:38 -04:00 |
|
Trevor Saunders
|
354efdaec0
|
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
|
7421af8d6c
|
Bug 762898 - Implement UIA_AriaRolePropertyId. r=trev
|
2012-07-20 20:19:37 -04:00 |
|
Arun Sukumaran Latha
|
bca1339e96
|
bug 769302 - annotate accessibility instantiation in crash reports r=tbsaunde f=davidb
|
2012-07-20 14:43:49 -04:00 |
|
Eitan Isaacson
|
70ca399968
|
Bug 775661 - Added dump tree Logger method, and states to string function. r=davidb
|
2012-07-20 09:46:54 -07:00 |
|
Eitan Isaacson
|
ada69af295
|
Bug 775659 - move getVirtualCursor to util function. Fix moveCursorToObject. r=davidb
|
2012-07-20 09:46:54 -07:00 |
|
Eitan Isaacson
|
c8ebf84285
|
Bug 775653 - Refactor traversal rules. r=davidb
|
2012-07-20 09:46:54 -07:00 |
|
Eitan Isaacson
|
a1ae890b1e
|
Bug 775657 - Added initial B2G support and speech presenter. r=davidb
|
2012-07-20 09:46:54 -07:00 |
|
Christian Bielert
|
a3673c358e
|
Bug 762806 - implement UIA_AcceleratorKeyPropertyId and UIA_AccessKeyPropertyId r=tbsaunde
|
2012-07-19 22:55:26 -04:00 |
|
Mark Capella
|
ab782c26b2
|
Bug 769998 - Make nsIWidget::IsVisible return bool, r=roc, f=ms2ger
|
2012-07-19 04:57:50 -04:00 |
|
Ehsan Akhgari
|
efa1fce835
|
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
|
f7b7b72794
|
Remove two unused variables in the accessibility code (no bug)
|
2012-07-19 00:47:09 -04:00 |
|
Masayuki Nakano
|
4c95259d7e
|
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
|
5a39a1c779
|
Bug 607267. Don't style imagemaps as block. r=dbaron,tbsaunde
|
2012-07-17 12:18:53 -04:00 |
|
Hubert Figuière
|
f3ad2803cb
|
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
|
bf7838b9c9
|
Bug 774033 - Remove extra ; r=surkov.alexander.
|
2012-07-16 08:31:46 -04:00 |
|
Andrew Hurle
|
9015f3f070
|
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
|
34120b1053
|
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
|
66716ed01f
|
Bug 769452 - Use NS_FORWARD_NSIACCESSIBLETABLE on accessible tables instead of custom macro. r=tbsaunde
|
2012-07-12 19:28:53 -04:00 |
|