Trevor Saunders
|
4cbc70432d
|
bug 659018 - nsIAccessibleEvent::EVENT_NAME_CHANGED not handled for atk r=surkov
From 783c75c83cee406c15b962f5ac10582f7ab9b354 Mon Sep 17 00:00:00 2001
---
accessible/src/atk/nsAccessibleWrap.cpp | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
|
2011-06-15 22:12:32 -07:00 |
|
Ed Morley
|
c5976c60c2
|
Bug 665391 - Remove unused variable maiAtkHyperlink from nsMaiHyperlink.cpp getUriCB(); r=surkov
|
2011-06-21 17:37:44 +02:00 |
|
Jonas Sicking
|
48f55a5733
|
Bug 659053 Part 1: Merge nsIDOM3Node into nsIDOMNode. Also removes Node.getFeature. r=peterv
|
2011-06-14 00:56:48 -07:00 |
|
Ted Mielczarek
|
b9712b1eab
|
merge m-c and b-s
|
2011-06-13 09:09:43 -04:00 |
|
David Bolter
|
225ee87f45
|
Bug 663136 - Add test coverage for tablist as implicit live region. r=MarcoZ
|
2011-06-12 23:54:36 -07:00 |
|
Ed Morley
|
8aaddd0334
|
Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted
|
2011-06-12 03:49:00 -04:00 |
|
Trevor Saunders
|
f113504a2f
|
Bug 653086 - clean up editor configuration in a11y files r=fernando
From 4a69f14cec60e25aca096b75b1be265b11a31244 Mon Sep 17 00:00:00 2001
---
accessible/src/atk/AtkSocketAccessible.cpp | 3 +--
accessible/src/atk/AtkSocketAccessible.h | 3 +--
accessible/src/atk/nsARIAGridAccessibleWrap.h | 2 +-
accessible/src/atk/nsAccessNodeWrap.cpp | 2 +-
accessible/src/atk/nsAccessNodeWrap.h | 2 +-
accessible/src/atk/nsAccessibleRelationWrap.h | 2 +-
accessible/src/atk/nsAccessibleWrap.cpp | 2 +-
accessible/src/atk/nsAccessibleWrap.h | 2 +-
accessible/src/atk/nsApplicationAccessibleWrap.cpp | 2 +-
accessible/src/atk/nsApplicationAccessibleWrap.h | 2 +-
accessible/src/atk/nsDocAccessibleWrap.cpp | 2 +-
accessible/src/atk/nsDocAccessibleWrap.h | 2 +-
accessible/src/atk/nsHTMLImageAccessibleWrap.h | 2 +-
accessible/src/atk/nsHTMLTableAccessibleWrap.h | 2 +-
accessible/src/atk/nsHyperTextAccessibleWrap.h | 2 +-
accessible/src/atk/nsMai.h | 2 +-
accessible/src/atk/nsMaiHyperlink.cpp | 2 +-
accessible/src/atk/nsMaiHyperlink.h | 2 +-
accessible/src/atk/nsMaiInterfaceAction.cpp | 2 +-
accessible/src/atk/nsMaiInterfaceAction.h | 2 +-
accessible/src/atk/nsMaiInterfaceComponent.cpp | 3 +--
accessible/src/atk/nsMaiInterfaceComponent.h | 3 +--
accessible/src/atk/nsMaiInterfaceDocument.cpp | 2 +-
accessible/src/atk/nsMaiInterfaceDocument.h | 2 +-
accessible/src/atk/nsMaiInterfaceEditableText.cpp | 2 +-
accessible/src/atk/nsMaiInterfaceEditableText.h | 2 +-
accessible/src/atk/nsMaiInterfaceHyperlinkImpl.cpp | 2 +-
accessible/src/atk/nsMaiInterfaceHyperlinkImpl.h | 2 +-
accessible/src/atk/nsMaiInterfaceHypertext.cpp | 2 +-
accessible/src/atk/nsMaiInterfaceHypertext.h | 2 +-
accessible/src/atk/nsMaiInterfaceImage.cpp | 2 +-
accessible/src/atk/nsMaiInterfaceImage.h | 2 +-
accessible/src/atk/nsMaiInterfaceSelection.cpp | 2 +-
accessible/src/atk/nsMaiInterfaceSelection.h | 2 +-
accessible/src/atk/nsMaiInterfaceTable.cpp | 2 +-
accessible/src/atk/nsMaiInterfaceTable.h | 2 +-
accessible/src/atk/nsMaiInterfaceText.cpp | 2 +-
accessible/src/atk/nsMaiInterfaceText.h | 2 +-
accessible/src/atk/nsMaiInterfaceValue.cpp | 2 +-
accessible/src/atk/nsMaiInterfaceValue.h | 2 +-
accessible/src/atk/nsRoleMap.h | 2 +-
accessible/src/atk/nsRootAccessibleWrap.cpp | 2 +-
accessible/src/atk/nsRootAccessibleWrap.h | 2 +-
accessible/src/atk/nsStateMap.h | 2 +-
accessible/src/atk/nsTextAccessibleWrap.h | 2 +-
accessible/src/atk/nsXULListboxAccessibleWrap.h | 2 +-
accessible/src/atk/nsXULMenuAccessibleWrap.h | 2 +-
accessible/src/atk/nsXULTreeGridAccessibleWrap.h | 2 +-
48 files changed, 48 insertions(+), 52 deletions(-)
|
2011-05-27 15:37:24 -07:00 |
|
Peter Van der Beken
|
d7c1a29690
|
Fix for bug 662243 (Hook up more a11y classes to CC). r=davidb, r=surkov.
--HG--
extra : rebase_source : 832afa37757f6a6bca180bc867777fb57ed29ca5
|
2011-06-09 11:44:31 +02:00 |
|
Alexander Surkov
|
03b957e372
|
Bug 546812 - treegrid row has accessible name of tree accessible, r=tbsaunde
|
2011-06-09 18:09:05 +09:00 |
|
Neil Rashbrook
|
a3113725d8
|
Bug 660524 - Useless use of PromiseFlatString, r=surkov
|
2011-06-07 11:24:14 +09:00 |
|
Alexander Surkov
|
b00a6062f5
|
Bug 659633 - don't traverse into XUL tree children when accessible tree is created, r=tbsaunde, f=marcoz
|
2011-06-07 11:24:01 +09:00 |
|
Alexander Surkov
|
ab9effc9a6
|
Bug 660153 - comb next/prev accessible methods, r=tbsaunde
|
2011-06-07 11:23:13 +09:00 |
|
Masayuki Nakano
|
a145ce7483
|
Bug 660742 accessible should use mozilla::Preferences r=roc+davidb
|
2011-06-03 15:01:02 +09:00 |
|
Masayuki Nakano
|
86e18547a1
|
Bug 660742 back out f81b4d9534f5
|
2011-06-02 21:30:35 +09:00 |
|
Masayuki Nakano
|
09b6048d53
|
Bug 660742 accessible should use mozilla::Preferences r=roc+davidb
|
2011-06-02 10:05:12 +09:00 |
|
Trevor Saunders
|
18fdff9409
|
Bug 660693 - Comparison between signed and unsigned integer expressions in nsAccessible.h r=surkov,davidb
From e5db737b0d45ebde4a81f83f94e96a4f052b55c0 Mon Sep 17 00:00:00 2001
---
accessible/src/base/nsAccessible.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
|
2011-05-31 14:01:32 -07:00 |
|
Boris Zbarsky
|
b5bc3817ce
|
Bug 598833 part 7. Make IntrinsicState protected. r=smaug
|
2011-05-31 21:46:57 -04:00 |
|
Boris Zbarsky
|
f137314503
|
Bug 598833 part 1. Move IntrinsicState from nsIContent to Element. r=smaug
|
2011-05-31 21:46:56 -04:00 |
|
Timothy Nikkel
|
b0fb6c2c9d
|
Bug 655264. Clean up some a11y code and make it less reliant on views. r=roc f=surkov
|
2011-05-30 13:23:36 -05:00 |
|
Ms2ger
|
1d927b646a
|
Bug 659743 - Part b: Remove nsImageMapUtils; r=smaug
|
2011-05-30 13:00:00 +02:00 |
|
Alexander Surkov
|
75f064e834
|
Bug 660149 - nsAccessNode::IsDefunct() should be const, r=trevor
|
2011-05-28 18:26:45 +09:00 |
|
Ms2ger
|
86b93bb1ab
|
Bug 659113 - Remove nsIDOMNSHTMLDocument; r=bz
|
2011-05-28 09:43:57 +02:00 |
|
Ms2ger
|
e5cf1395fc
|
Bug 658906 - Remove nsIDOMNSDocument; r=sicking
|
2011-05-28 09:43:53 +02:00 |
|
Alexander Surkov
|
a47c22da64
|
Bug 650585 - Remove flaky timeouts from the accessibility tests, patch=ehsan, surkov, r=surkov, ehsan
|
2011-05-27 12:26:48 +09:00 |
|
Trevor Saunders
|
50f1ab05f3
|
bug 659620 - Hang when trying to edit a page on WikiMo with NVDA running r=surkov
From e0a6515b9f894ab39bcd6db51d43e24a677667b3 Mon Sep 17 00:00:00 2001
---
accessible/src/base/nsBaseWidgetAccessible.cpp | 3 +-
.../tests/mochitest/actions/test_general.html | 21 ++++++++++++++++++++
2 files changed, 22 insertions(+), 2 deletions(-)
|
2011-05-25 07:52:01 -07:00 |
|
Alexander Surkov
|
32fd0821ef
|
The DOM document loaded before it's shown shouldn't have busy state, r=trevor, marcoz
|
2011-05-27 11:18:00 +09:00 |
|
Alexander Surkov
|
83f11f3a58
|
Disable accessible name tests for audio slider because of linux failure
|
2011-05-26 23:01:48 +09:00 |
|
Alexander Surkov
|
870883441c
|
Bug 651628 - enable media action tests, r=marcoz
--HG--
rename : accessible/tests/mochitest/test_elm_media.html => accessible/tests/mochitest/actions/test_media.html
|
2011-05-26 21:57:06 +09:00 |
|
Alexander Surkov
|
19c686e91f
|
Bug 651628 - enable comboboxes states test, r=marcoz
--HG--
rename : accessible/tests/mochitest/test_nsIAccessible_comboboxes.xul => accessible/tests/mochitest/states/test_comboboxes.xul
|
2011-05-26 21:56:57 +09:00 |
|
Alexander Surkov
|
89fc7a0dd9
|
Bug 651628 - enable childAtPoint tests, r=marcoz
|
2011-05-26 12:23:50 +09:00 |
|
David Bolter
|
c3d02a4e2e
|
Bug 653601 - aria-selected ignored for ARIA tabs, patch=davidb, tbsaunde; tests=davidb, tbsaunde, marcoz; r=surkov, a=sheriff
|
2011-05-24 16:02:44 +02:00 |
|
Trevor Saunders
|
0df7421e38
|
Bug 648133 - Fire state change event for aria-busy, patch=davidb, tbsaunde; r=surkov, a=sheriff
|
2011-05-24 16:02:30 +02:00 |
|
Ms2ger
|
c911ae13be
|
Bug 655517 - Remove nsIDOMDocumentEvent; f=ehsan r=smaug
|
2011-05-23 18:46:36 +02:00 |
|
Jim Mathies
|
605e3959e3
|
Bug 656089 - Fix accessibility focus bug w/Windows magnifier. r=marco
|
2011-05-23 08:07:17 -05:00 |
|
Alexander Surkov
|
3841353728
|
Bug 658737 - Untrusted Connection page document doesn't clear busy state after loading, r=tbsaunde
|
2011-05-21 16:00:14 +09:00 |
|
Trevor Saunders
|
5210f6bc9f
|
Bug 653584 - Crash in nsLinkableAccessible::NativeState(), r=surkov
|
2011-05-21 16:00:07 +09:00 |
|
Fernando Herrera
|
c4a4b37a32
|
Bug 654999 - Wrong end ofset logic in nsHyperTextAccessible::GetTextHelper for text before getting, r=surkov
|
2011-05-21 15:59:58 +09:00 |
|
Alexander Surkov
|
ccd8586dac
|
Bug 657296 - Crash [@ nsAccessibilityService::GetAccessible], r=ginn.chen
|
2011-05-21 15:59:50 +09:00 |
|
Mounir Lamouri
|
92de904e71
|
Merging cedar with mozilla-central.
|
2011-05-20 15:55:16 +02:00 |
|
Daniel Holbert
|
fa4c81f41f
|
Bug 658494: Fix out-of-order init list in nsAccTreeWalker constructor. r=marcoz
|
2011-05-20 03:55:37 -07:00 |
|
Craig Topper
|
8a3f0ad8f7
|
Bug 658143 - Part 1: Changes nsCOMPtr<nsFrameSelection> to nsRefPtr. r=roc
|
2011-05-18 20:10:49 -07:00 |
|
Alexander Surkov
|
a787a8ca8a
|
Bug 653607 - IAccessible::accChild fails on ARIA documents, r=davidb
|
2011-05-20 14:17:47 +09:00 |
|
Mounir Lamouri
|
513d0ca1d6
|
Merging cedar with mozilla-central.
|
2011-05-18 11:42:37 +02:00 |
|
Ed Morley
|
91238e76b1
|
Bug 316661 - Part A - Remove null-checks before delete. r=bsmedberg
|
2011-05-17 16:01:36 +02:00 |
|
Rafael Ávila de Epíndola
|
9a5251cb2b
|
Bug 655865 - Fix --enable-accessibility build with clang. r=smichaud,joshmoz
|
2011-05-17 16:00:30 +02:00 |
|
Ms2ger
|
2ba2beb025
|
Bug 655514 - Remove nsIDOMDocumentTraversal; f=ehsan r=jonas
|
2011-05-15 12:07:30 +02:00 |
|
Ms2ger
|
72dace0093
|
Bug 655513 - Remove nsIDOMDocumentRange; f=ehsan r=bzbarsky
|
2011-05-15 12:07:28 +02:00 |
|
Josh Aas
|
669eb04ac7
|
Bug 637253: Remove nsIPluginInstance interface. r=bsmedberg
|
2011-05-17 21:48:34 -04:00 |
|
David Bolter
|
b4edcad58f
|
Bug 640707 - Add event support for aria-sort. r=surkov
Yahoo mail needs this ASAP.
--HG--
rename : accessible/tests/mochitest/events/test_aria_hidden.html => accessible/tests/mochitest/events/test_aria_objattr.html
|
2011-05-17 12:33:45 -04:00 |
|
Trevor Saunders
|
9d24f296ab
|
redisable test_singleline.html and test_whitespaces.html because they went permaorange again after tm merge CLOSED TREE
|
2011-05-13 23:28:56 -04:00 |
|