Alexander Surkov
|
67cc22e9ac
|
Bug 591874 - windows screen readers are broken due to post-130078 changes in the native widget structure, r=marcoz, davidb, a=blocking
|
2010-09-16 20:23:17 -07:00 |
|
Alexander Surkov
|
e78be84ae6
|
Bug 595383 - Crash in IAccessible2::role and IAccessible::get_accrole, r=davidb, a=davidb
|
2010-09-15 08:22:09 +09:00 |
|
Ehsan Akhgari
|
93e95a8bd1
|
Bug 240933 - Part 2: Fix the accessibility test to only expect two children for textarea's; r=surkov a=dbaron
--HG--
extra : rebase_source : 6e679d506da6346459f5ced40aeaeca59ad3fe87
|
2010-07-12 23:02:03 -04:00 |
|
Joel Maher
|
4c645cfeeb
|
Bug 591325 Fix regression due to relativesrcdir landing in xpchsell test, continued cleanup in chrome tets r=ctalbert a=NPOTB
|
2010-09-10 10:20:38 -07:00 |
|
Alexander Surkov
|
350f92ecac
|
Bug 592913 - provide a way to quickly determine whether an accessible object is a descendant of a tab document, r=marcoz, davidb, a=blocking
|
2010-09-09 23:44:56 +09:00 |
|
Serge Gautherie
|
69dde3276a
|
Bug 591741 - [SeaMonkey] mochitest-a11y: relations/test_tabbrowser.xul times out; (Av1) Bind chrome://navigator/content/navigator.css for SeaMonkey.
r=surkov.alexander a=(test only).
|
2010-09-09 15:57:25 +02:00 |
|
Alexander Surkov
|
71e47e6c5b
|
Bug 592193 - add dexpcom version of nsIAccessible::role, part3: reduce amount of nsAccUtils::Role calls, r=marcoz, a=davidb
|
2010-09-07 11:41:53 +09:00 |
|
Alexander Surkov
|
c8a1f39823
|
Bug 592193 - add dexpcom version of nsIAccessible::role, part2: dexpcomed GetRole, r=marcoz, a=davidb
|
2010-09-06 12:33:29 +09:00 |
|
Alexander Surkov
|
449d61b522
|
Bug 592193 - add dexpcom version of nsIAccessible::role, part1: change GetRoleInternal, r=marcoz, a=davidb
|
2010-09-05 11:14:01 +09:00 |
|
Alexander Surkov
|
6c40138658
|
Bug 574588 - nsAccessible::GetRole() should avoid a11y tree traversal, r=davidb, a=davidb
|
2010-09-04 09:32:13 +09:00 |
|
Ehsan Akhgari
|
d84bc18024
|
Back out bug 240933 and bug 590554 because of reftest failure on Win7 and also bug 593211
|
2010-09-02 19:54:23 -04:00 |
|
Ehsan Akhgari
|
9bfb381743
|
Bug 240933 - Part 2: Fix the accessibility test to only expect two children for textarea's; r=surkov a=dbaron
--HG--
extra : rebase_source : c4ed0124ad3ab8e36227dc9077f8c216f4d48a5e
|
2010-07-12 23:02:03 -04:00 |
|
Alexander Surkov
|
24684fea56
|
Bug 590176 - add pseudo SelectAccessible interface, r=marcoz, davidb, a=davidb
|
2010-09-02 09:46:59 +09:00 |
|
Joel Maher
|
77f6f36e1e
|
Bug 592166 - Cleanup chrome:// references in a11y tests in preparation for running on anroid r=dbolter a=NPOTB
|
2010-09-01 15:09:56 -07:00 |
|
Alexander Surkov
|
4c5a058f90
|
Bug 589399 - add pseudo HyperLinkAccessible interface, r=davidb, f=neil, a=davidb
--HG--
rename : accessible/tests/mochitest/test_nsIAccessibleHyperLink.html => accessible/tests/mochitest/hyperlink/test_general.html
rename : accessible/tests/mochitest/test_nsIAccessibleHyperLink.xul => accessible/tests/mochitest/hyperlink/test_general.xul
|
2010-09-01 12:26:13 +09:00 |
|
Alexander Surkov
|
a6cf519b9f
|
Bug 591199 - mochitest for bug 334386: fire alert event for AIRA alert, r=marcoz, a=blocking
|
2010-08-30 14:09:59 +09:00 |
|
Alexander Surkov
|
c5c1983a44
|
Bug 591163 - mochitest for bug 413777, r=marcoz, a=blocking
|
2010-08-30 14:08:00 +09:00 |
|
Alexander Surkov
|
01248757dd
|
Bug 590128 - crash [@nsAccessible::GetIndexOf], r=davidb, a=davidb
|
2010-08-25 11:08:59 +09:00 |
|
Alexander Surkov
|
72bf2418ac
|
Bug 574312 - fix assertion, r=davidb, a=davidb
|
2010-08-25 11:08:43 +09:00 |
|
Alexander Surkov
|
ce66c7964f
|
Bug 589145 - dexpcom accessible event classes, r=davidb, sr=neil, a=davidb
--HG--
rename : accessible/src/base/nsAccEvent.cpp => accessible/src/base/AccEvent.cpp
rename : accessible/src/base/nsAccEvent.h => accessible/src/base/AccEvent.h
|
2010-08-25 11:08:28 +09:00 |
|
David Bolter
|
12ccffad47
|
Bug 583952 - fix 2 - Crash [@ nsAccUtils::GetHeaderCellsFor]; r=marcoz,surkov a=davidb
|
2010-08-24 09:38:31 -04:00 |
|
Ms2ger
|
70a57ce50d
|
Bug 562698 - Part c: Pass Elements to AttributeWillChange; r=bzbarsky, a=dbaron
|
2010-08-24 09:06:20 +02:00 |
|
Ms2ger
|
b01dbc0d56
|
Bug 562698 - Part a: Pass Elements to nsIMutationObserver::AttributeChanged and nsCSSFrameConstructor::AttributeChanged; r=bzbarsky, a=dbaron
|
2010-08-24 09:05:56 +02:00 |
|
Robert O'Callahan
|
af4fec12f8
|
Bug 585817. Part 2: Change nsIPresShell::CreateRenderingContext to GetReferenceRenderingContext, that uses the shared 1x1 surface, and use it all over the place. r=mats,sr=dbaron
|
2010-08-20 14:29:01 -05:00 |
|
Chris Jones
|
710798b9a7
|
Backed out changeset 7b3726c3a580
|
2010-08-19 19:04:08 -05:00 |
|
Robert O'Callahan
|
7dd66ea23a
|
Bug 585817. Part 2: Change nsIPresShell::CreateRenderingContext to GetReferenceRenderingContext, that uses the shared 1x1 surface, and use it all over the place. r=mats,sr=dbaron
|
2010-08-19 13:49:35 -05:00 |
|
Ms2ger
|
83250e047d
|
Bug 583076 - fix a number of build warnings in accessible/, r=surkov, a=benjamin
|
2010-08-19 11:14:50 +09:00 |
|
Alexander Surkov
|
ed8f8c61d7
|
Bug 587938 - content radomly disappears or isn't being created at all for NVDA's virtual buffer, effective August 16, 2010, r=marcoz, ginn.chen, a=beltzner
|
2010-08-19 11:14:14 +09:00 |
|
Robert O'Callahan
|
92dc04abd2
|
Bug 537890. Part 9: Make accessibility's font-size text attribute return 'pt' values calculated as 4/3 of a px, not based on the DPI of the user's monitor. r=surkov
|
2010-08-13 21:58:02 +12:00 |
|
Edmund Wong
|
c31f357639
|
Bug 585336: Fix "a the" in comments (for General core code). r=timeless a=NPOTB (comment-only)
|
2010-08-15 15:50:02 -07:00 |
|
Alexander Surkov
|
696aab4367
|
Bug 420993 - dead accessible objects should not be present in the hierarchy, r=davidb
|
2010-08-15 20:29:02 +09:00 |
|
Alexander Surkov
|
72ea9444fc
|
Bug 576777 - provide quick access to link index, r=marcoz, davidb, sr=neil
|
2010-08-15 20:28:49 +09:00 |
|
Justin Dolske
|
31d0c919e0
|
bug 586818: disable test_name_nsRootAcc.xul. a=bustage_fix
|
2010-08-12 20:04:46 -04:00 |
|
David Bolter
|
de564a0dfd
|
Bug 583952 - Crash [@ nsAccUtils::GetHeaderCellsFor(nsIAccessibleTable*, nsIAccessibleTableCell*, int, nsIArray**) ]; r=MarcoZ a=davidb
|
2010-08-12 11:59:44 -04:00 |
|
Alexander Surkov
|
1cbc7e99bb
|
Bug 576838 - nsIAccessibleTable is broken for crazy tables; r=davidb,marco.zehe a=davidb
|
2010-08-12 11:59:40 -04:00 |
|
Dão Gottwald
|
1e1c1def63
|
Backed out changeset cdd440adb726
|
2010-08-10 15:10:11 +02:00 |
|
Ms2ger
|
719312de88
|
Bug 562698 - Part a: Pass Elements to nsIMutationObserver::AttributeChanged and nsCSSFrameConstructor::AttributeChanged; r=bzbarsky, a=dbaron
|
2010-08-10 14:25:28 +02:00 |
|
David Bolter
|
aa34e86ab5
|
Bug 581967 - Give aria-labelledby precedence over aria-label. r=MarcoZ, surkov a=beltzner
|
2010-08-06 09:58:15 -04:00 |
|
David Bolter
|
2e6942a299
|
Test absence of aria-label and aria-labelledby object attributes (b=581952). a=test
|
2010-08-06 09:58:12 -04:00 |
|
David Bolter
|
e790f4c362
|
Bug 581952 - Remove aria-label object attribute (redundant info). r=MarcoZ a=beltzner
|
2010-08-06 09:58:09 -04:00 |
|
Ginn Chen
|
1af92028c7
|
Bug 583214 Duplicate entries for first Root Window with AT-SPI 2 r=surkov a=blocking2.0
|
2010-08-06 15:03:32 +08:00 |
|
Markus Stange
|
e8ba63626d
|
Merge backout of changeset e29fc477ab4d.
|
2010-08-05 14:55:37 +02:00 |
|
Markus Stange
|
9592b6df75
|
Backed out changeset e29fc477ab4d, bug 576777, because of perma-orange in test_text.html.
|
2010-08-05 14:55:15 +02:00 |
|
Markus Stange
|
8385d61396
|
Backed out changeset d84aff2ae1db (from bug 576777) because of perma-orange in test_text.html.
|
2010-08-05 14:53:49 +02:00 |
|
Alexander Surkov
|
73cf493746
|
Bug 576777 - accessible/attributes/test_text.html mochitest fix
|
2010-08-05 12:39:22 +04:00 |
|
Dão Gottwald
|
5e1925d39e
|
Fix test_tabbrowser.xul after bug 583516 landing
|
2010-08-05 10:15:28 +02:00 |
|
Alexander Surkov
|
e7719dff47
|
Bug 576777 - provide quick access to link index, r=marcoz, davidb, sr=neil
|
2010-08-05 11:37:08 +04:00 |
|
Boris Zbarsky
|
a511e5c466
|
Another bustage fix for bug 582303
|
2010-08-04 23:54:11 -04:00 |
|
David Zbarsky
|
170437618c
|
Remove unneeded nsIDOMNSHTMLInputElement interface by merging it into nsIDOMHTMLInputElement. (Bug 582303) r=jst
|
2010-08-04 22:40:18 -04:00 |
|
Kyle Huey
|
ef8a1429c9
|
Bug 522770: Link directly to object files instead of intermediate static libs. Patch originally written by Ted Mielczarek. Checking into a CLOSED TREE as a bustage fix. reviews pending.
--HG--
extra : rebase_source : 54a506a5815dcdedaf3f61ad7d6bdd0529d7f5f7
|
2010-08-01 01:48:21 -07:00 |
|