David Bolter
2feb04630a
Bug 681674 - aria-autocomplete not supported on standard form text input controls. r=tbsaunde,MarcoZ
2011-09-01 11:37:24 -04:00
Alexander Surkov
12f840102f
Bug 681905 - Crash [@ nsDocAccessible::ProcessContentInserted], r=davidb
2011-09-01 16:12:51 +09:00
Alexander Surkov
836f78cf04
Bug 682827 - Crash [@ nsINode::GetOwnerDoc], r=tbsaunde
2011-09-01 16:12:40 +09:00
Marco Castelluccio
a1151d128d
Bug 682744 - Sprinkle some do_QueryObject fairy dust around the tree; r=khuey
2011-08-30 22:45:31 +01:00
Marco Castelluccio
f9c95cd74f
Bug 675870 - Remove nsIAccessible::relationsCount and getRelation(); f=tbsaunde r=surkov.alexander
2011-08-27 11:49:40 +01:00
Mats Palmgren
f1c56f2e22
Bug 653649 - New way of getting child lists from frames. (part 4/5) r=roc
...
Remove the nsIAtom* child list names and use child list ID enum instead.
2011-08-24 22:54:30 +02:00
Trevor Saunders
8edd17cc6e
bug 680929 - don't return empty relations to atk r=davidb
2011-08-22 11:15:50 -07:00
Alexander Surkov
ce83452872
Bug 386821 - need better solution for firing delayed event against xul tree, r=tbsaunde
2011-08-16 19:28:31 +09:00
Trevor Saunders
4ec814f54e
bug 678799 - a11y telemetry for accessibility initialization r=surkov, tglek
2011-08-11 04:01:27 -07:00
L. David Baron
d2b6891283
Switch lots of callers to using nsLayoutUtils::GetFontMetricsForFrame and nsLayoutUtils::GetFontMetricsForStyleContext. (Bug 678671, patch 1) r=roc
...
This changes a number of callers that were previously bypassing the use
of the correct language (with either no language or the charset-detected
language on the pres context via nsPresContext::GetMetricsFor) and/or
the correct user font set to pass the correct values, which should
improve the correctness of the behavior of whatever they were using the
fonts for, and also reduce the number of unique sets of font metrics
requested (which helps nsFontCache effectiveness).
2011-08-14 10:08:04 -07:00
Malini Das
132054c82e
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- new tests. r=jmaher, a=test-only
2011-08-12 12:21:44 -04:00
Malini Das
ea71db787e
Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only
2011-08-12 12:21:36 -04:00
Matt Brubeck
981b18c20b
Merge the last green changeset from mozilla-inbound to mozilla-central
2011-08-12 06:41:55 -07:00
Trevor Saunders
832db26255
bug 678189 - add IsDefunct() check to accNavigate r=surkov, davidb
2011-08-11 13:05:35 -07:00
Ms2ger
4ca9cbc0f3
Bug 677101, part b - Remove nsContentUtils.h includes from headers; r=volkmar
2011-08-11 15:29:50 +02:00
Alexander Surkov
ca3716edd7
Bug 467143 - mixed state change event is fired for focused accessible only, r=tbsaunde
2011-08-11 20:45:36 +09:00
Ehsan Akhgari
523ebb7851
Bug 677661 - Remove nsTPtrArray and add a SafeElementAt(index_type) API to nsTArray when it's instantiated with a pointer type; r=sicking
2011-08-10 01:36:00 -04:00
Trevor Saunders
e4acc6cbb2
bug 641838 - decomtaminate accessible relations r=surkov sr=neil
...
--HG--
rename : accessible/src/msaa/nsAccessibleRelationWrap.cpp => accessible/src/msaa/ia2AccessibleRelation.cpp
rename : accessible/src/msaa/nsAccessibleRelationWrap.h => accessible/src/msaa/ia2AccessibleRelation.h
rename : accessible/src/base/nsAccessibleRelation.cpp => accessible/src/xpcom/nsAccessibleRelation.cpp
rename : accessible/src/base/nsAccessibleRelation.h => accessible/src/xpcom/nsAccessibleRelation.h
2011-08-09 18:44:00 -07:00
David Zbarsky
feef9bcb83
Bug 672536 - Merge nsISelection2 into nsISelectionPrivate r=smaug
2011-08-07 16:17:00 -04:00
Alexander Surkov
36f54f3466
Bug 652802, followup 2, nit fix
2011-08-09 18:31:59 +09:00
Alexander Surkov
d9ad8479cc
Bug 677467 - focusedChild crashes on application accessible, r=tbsaunde
...
--HG--
rename : accessible/tests/mochitest/test_takeFocus.html => accessible/tests/mochitest/focus/test_takeFocus.html
2011-08-09 18:31:31 +09:00
Matt Brubeck
75b08bec62
Merge last green changeset on m-c to mozilla-inbound
2011-08-08 14:21:41 -07:00
Kyle Huey
15fbe145d9
Merge m-i to m-c.
2011-08-08 08:18:51 -04:00
Alexander Surkov
e1ec962ee2
Bug 676213 - document load and busy events may be fired before subdocuments are ready, r=tbsaunde
2011-08-08 16:55:36 +09:00
Alexander Surkov
5ca28446ec
Bug 652802, followup, fix copy/paste error in relations/test_tabbrowser.xul, r=tbsaunde
2011-08-08 15:57:38 +09:00
Jonas Sicking
743f1281ec
Bug 661297 Part 1: Remove Add/RemoveEventListenerByIID API. r=smaug
2011-08-08 11:26:26 -07:00
Alexander Surkov
6e99b40d1e
Bug 675861 - Crash [@ AccIterator::GetNext()], r=tbsaunde
2011-08-05 17:10:41 +09:00
Alexander Surkov
bf207e5d73
Bug 652802 - intermittent failures in mochitests/content/a11y/accessible/relations/test_tabbrowser.xul | Can't get accessible for [object XULElement], r=marcoz
2011-08-04 18:54:22 +09:00
Alexander Surkov
45079b3a88
Bug 673836 - Intermittent failure in accessible/tree/test_tabbrowser.xul | Different amount of expected children of [ 'browser node' , role: internal frame] - got 0, expected 1, r=marcoz
2011-08-04 18:54:15 +09:00
Alexander Surkov
a255108003
Bug 676267 - expose stale state on accessibles unattached from tree, r=tbsaunde
2011-08-04 18:54:06 +09:00
Marco Bonardo
f085adb28b
Merge mozilla-central and mozilla-inbound
2011-08-04 11:35:17 +02:00
Marco Bonardo
4067f13aee
Merge last green changeset from mozilla-inbound to mozilla-central
2011-08-04 11:19:01 +02:00
Robert Sesek
73a22986c4
Bug 448168 - Apply |s/entires/entries/g|; r=roc
2011-08-04 09:04:29 +02:00
Alexander Surkov
9c28a0db40
Bug 676340 - Crash [@ nsAccessible::NativeState() ] (called by nsXULTextFieldAccessible::GetValue), r=tbsaunde
2011-08-04 12:57:31 +09:00
Alexander Surkov
b4f4ed4c12
Bug 676240 - Crash [@ nsXULTreeAccessible::GetChildCount(), r=tbsaunde
2011-08-04 12:57:22 +09:00
Alexander Surkov
b5f6fa8b10
Bug 675515 - Crash [@ TextUpdater::DoUpdate] with long text node, r=tbsaunde, sr=neil
2011-08-04 12:57:08 +09:00
Trevor Saunders
fe28a3ecf1
bug 671926 - dexpcom GetNumActions() r=surkov
2011-06-05 12:35:43 -07:00
Trevor Saunders
f2f032e264
bug 673389 - cleanup what is a conceptual parent in AccGroupInfo r=surkov
2011-07-22 06:40:37 -07:00
Trevor Saunders
0ff1e74aab
bug 671991 - decomtaminate GetFocusedChild() r=surkov
2011-07-15 15:58:49 -07:00
Trevor Saunders
a7f80555a4
bug 666863 - a11y name space part 1 wrap states namespace in mozilla::a11y r=surkov
2011-07-27 05:43:01 -07:00
Marco Bonardo
506125133a
Merge mozilla-central and mozilla-inbound
2011-07-29 13:46:15 +02:00
Boris Zbarsky
8c4f807bd6
Merge backout of changeset 489b47df5c6e (bug 666863)
2011-07-29 02:17:27 -04:00
Boris Zbarsky
5883853c90
Backed out changeset 489b47df5c6e (bug 666863) because it doesn't compile on Windows.
2011-07-29 02:16:49 -04:00
Alexander Surkov
e1b3d2347b
Bug 674943 - treeupdate/test_doc.html fails to run, r=marcoz
2011-07-29 11:37:11 +09:00
Alexander Surkov
0b0ab7f3d1
Bug 674934 - treeupdated/test_contextmenu.xul fails to run, r=marcoz
2011-07-29 11:36:56 +09:00
Alexander Surkov
dffc2bee84
Bug 674930 - events/test_tree.xul fails to run, r=marcoz
2011-07-29 11:36:48 +09:00
Alexander Surkov
3829a2255f
Bug 672912 - Some accessibility tests scroll window, r=tbsaunde
2011-07-29 11:36:36 +09:00
Trevor Saunders
a4ef984d9f
bug 666863 - a11y name space part 1 wrap states name space in mozilla::a11y r=surkov
...
--HG--
extra : transplant_source : %5B%40%9C%82%21%CE%93%CD%CE%0C%7B%01%E5%EFH%3A%7EX%20%0F
2011-07-27 05:43:01 -07:00
Alexander Surkov
f8b12c04e2
Bug 673757 - Do not process invalidation list while tree is created, r=tbsaunde
2011-07-24 20:15:37 -07:00
Alexander Surkov
d6c77f3c48
Bug 660461 - attributes/test_obj_group.xul random fail | Can't get accessible for menu_item2.1, An error occurred - acc is null, r=tbsaunde
2011-07-24 21:45:23 +09:00