Commit Graph

2924 Commits

Author SHA1 Message Date
Alexander Surkov
f5af8007c3 Bug 690222, follow up fix nsINode::GetChildAt usage 2011-10-01 12:53:57 +09:00
Alexander Surkov
6e07d7f738 Bug 690222 - data table elements used to determine layout-guess attribute shouldn't be picked from nested tables, r=davidb 2011-10-01 10:09:31 +09:00
Alexander Surkov
c116e6b189 Bug 682790 - ignore implicit label association when it's associated explicitly, r=marcoz 2011-09-30 13:38:20 +09:00
Trevor Saunders
1e44a0ac60 bug 682247 - telemetry for deprocated IAccessibleTable interface r=surkov 2011-09-15 23:39:15 -04:00
Trevor Saunders
97b4d94b79 bug 679786 - telemetry reporting use of ISimpleDOM* interfaces r=surkov 2011-08-17 10:43:20 -07:00
Michael Wu
d2b70213ac Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00
Alexander Surkov
d764accfee Bug 687393 - HTML select options gets relation from containing label, r=tbsaunde 2011-09-29 12:13:08 +09:00
Adam Dane [:hobophobe]
2c59e05b59 bug 591249 - event dragleave not properly dispatched if drag-and-drop aborted with ESC within iframe. r=smaug 2011-09-26 15:55:04 -05:00
Alexander Surkov
85f57ffd5d Bug 673958 - rework accessible focus handling, r=enndeaking, marcoz, tbsaunde, matspal, f=marcoz
--HG--
rename : accessible/tests/mochitest/test_aria_activedescendant.html => accessible/tests/mochitest/events/test_focus_aria_activedescendant.html
rename : accessible/tests/mochitest/events/test_focus.html => accessible/tests/mochitest/events/test_focus_dialog.html
rename : accessible/tests/mochitest/events/test_focusdoc.html => accessible/tests/mochitest/events/test_focus_doc.html
rename : accessible/tests/mochitest/events/test_focus.xul => accessible/tests/mochitest/events/test_focus_general.xul
rename : accessible/tests/mochitest/states/test_comboboxes.xul => accessible/tests/mochitest/states/test_expandable.xul
rename : accessible/tests/mochitest/test_nsIAccessible_selects.html => accessible/tests/mochitest/states/test_selects.html
2011-09-28 10:46:11 +09:00
Steven Michaud
ddcfdbda09 Bug 674612 - Text to Speech on Lion not reading highlighted text. r=surkov f=marco 2011-09-27 10:38:44 -05:00
Ed Morley
c45e298b6e Bug 687389 - Fix MSVC 2010 warning C4005: '_WIN32_WINNT' : macro redefinition, for various files under accessible/public/*; r=khuey 2011-09-22 21:54:57 +01:00
Ms2ger
90a3810d3a Bug 687096 - Remove entries for removed folders from LOCAL_INCLUDES; r=khuey 2011-09-18 11:22:18 +02:00
Trevor Saunders
a634cefede bug 481395 - replace nsAccessibilityAtoms with nsGkAtoms r=surkov, sicking 2011-06-03 14:35:17 -07:00
Ehsan Akhgari
4df687ca99 Bug 686247 - Text control frames should accept dynamic changes to the CSS overflow property; r=bzbarsky,surkov 2011-09-13 15:09:51 -04:00
Mounir Lamouri
0d38832157 Bug 686545 - Fix build bustage with nsRefreshDriver/nsARefreshObserver not being defined. r=ehsan
The buld bustage only appears with some options being disabled in the
mozconfig. Likely, nsRefreshDriver.h is included by another hedear that isn't
included when an option is disabled.
2011-09-13 14:32:07 -07:00
Masayuki Nakano
9494e70c61 Bug 669028 part.5 accessible should use mozilla::LookAndFeel rather than nsILookAndFeel r=surkov.alexander 2011-09-09 11:27:12 +09:00
Marco Castelluccio
e47cab333b Bug 672515 - remove nsIAccessible getAccessibleToRight/Left/Above/Below; r=trev.saunders 2011-09-05 17:49:28 +01:00
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