Commit Graph

1789 Commits

Author SHA1 Message Date
Marco Bonardo
708de44700 Merge mozilla-central to mozilla-inbound 2011-10-03 17:13:54 +02:00
Alexander Surkov
9be28e53c8 Bug 664142 - DEFAULT state exposed incorrectly for HTML, r=tbsaunde 2011-10-03 23:26:18 +09:00
Alexander Surkov
f38fb5f129 Bug 691248 - XUL tree items shouldn't pick up relations from XUL tree, r=tbsaunde 2011-10-03 23:26:11 +09:00
Alexander Surkov
f28de4f097 Bug 370396 - a11y mochitest for tabbox focus events, r=marcoz 2011-10-03 23:26:03 +09:00
Alexander Surkov
49f94b2f94 Bug 684818 - shift+tab fails on editable document after context menu is closed: enable mochitest, r=marcoz 2011-10-03 19:06:27 +09:00
Ms2ger
f28a61a995 Bug 691041 - Remove unused variables origTargetContent and targetContent from nsRootAccessible::ProcessDOMEvent; r=surkov 2011-10-01 18:14:39 +02:00
Alexander Surkov
9f7d65711a Bug 690222, follow up fix nsINode::GetChildAt usage 2011-10-01 12:53:57 +09:00
Alexander Surkov
55c6928736 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
1b76a114ce Bug 682790 - ignore implicit label association when it's associated explicitly, r=marcoz 2011-09-30 13:38:20 +09:00
Trevor Saunders
bc0274e8c3 bug 682247 - telemetry for deprocated IAccessibleTable interface r=surkov 2011-09-15 23:39:15 -04:00
Trevor Saunders
2b5a1b6727 bug 679786 - telemetry reporting use of ISimpleDOM* interfaces r=surkov 2011-08-17 10:43:20 -07:00
Michael Wu
d8e503c38b 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
c7fa94316c Bug 687393 - HTML select options gets relation from containing label, r=tbsaunde 2011-09-29 12:13:08 +09:00
Adam Dane [:hobophobe]
35dfe378d7 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
6a04618807 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
40988bf8a9 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
69c881504d 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
f3b3dcbb15 Bug 687096 - Remove entries for removed folders from LOCAL_INCLUDES; r=khuey 2011-09-18 11:22:18 +02:00
Trevor Saunders
561cc364d2 bug 481395 - replace nsAccessibilityAtoms with nsGkAtoms r=surkov, sicking 2011-06-03 14:35:17 -07:00
Ehsan Akhgari
7b45893388 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
13377aec83 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
a93784f15a 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
f3ece1a7ba Bug 672515 - remove nsIAccessible getAccessibleToRight/Left/Above/Below; r=trev.saunders 2011-09-05 17:49:28 +01:00
David Bolter
d31d7c8933 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
a148241548 Bug 681905 - Crash [@ nsDocAccessible::ProcessContentInserted], r=davidb 2011-09-01 16:12:51 +09:00
Alexander Surkov
454171e4fa Bug 682827 - Crash [@ nsINode::GetOwnerDoc], r=tbsaunde 2011-09-01 16:12:40 +09:00
Marco Castelluccio
7cb0506077 Bug 682744 - Sprinkle some do_QueryObject fairy dust around the tree; r=khuey 2011-08-30 22:45:31 +01:00
Marco Castelluccio
643aefc778 Bug 675870 - Remove nsIAccessible::relationsCount and getRelation(); f=tbsaunde r=surkov.alexander 2011-08-27 11:49:40 +01:00
Mats Palmgren
6894179e71 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
caf94ad9ca bug 680929 - don't return empty relations to atk r=davidb 2011-08-22 11:15:50 -07:00
Alexander Surkov
6c96cfe3fb Bug 386821 - need better solution for firing delayed event against xul tree, r=tbsaunde 2011-08-16 19:28:31 +09:00
Trevor Saunders
eb087b3f28 bug 678799 - a11y telemetry for accessibility initialization r=surkov, tglek 2011-08-11 04:01:27 -07:00
L. David Baron
2c717f398d 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
960a7c7495 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
e306b1b5aa 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
f2cba5adcb Merge the last green changeset from mozilla-inbound to mozilla-central 2011-08-12 06:41:55 -07:00
Trevor Saunders
feffec5d6a bug 678189 - add IsDefunct() check to accNavigate r=surkov, davidb 2011-08-11 13:05:35 -07:00
Ms2ger
9414376b01 Bug 677101, part b - Remove nsContentUtils.h includes from headers; r=volkmar 2011-08-11 15:29:50 +02:00
Alexander Surkov
268e01b6dc Bug 467143 - mixed state change event is fired for focused accessible only, r=tbsaunde 2011-08-11 20:45:36 +09:00
Ehsan Akhgari
e48161b8ff 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
326fa2b69b 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
b849d09dcc Bug 672536 - Merge nsISelection2 into nsISelectionPrivate r=smaug 2011-08-07 16:17:00 -04:00
Alexander Surkov
bed967623d Bug 652802, followup 2, nit fix 2011-08-09 18:31:59 +09:00
Alexander Surkov
9dc8941a50 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
214dcfc0fc Merge last green changeset on m-c to mozilla-inbound 2011-08-08 14:21:41 -07:00
Kyle Huey
b076ca1dd7 Merge m-i to m-c. 2011-08-08 08:18:51 -04:00
Alexander Surkov
12c50e74bc 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
9ccea30850 Bug 652802, followup, fix copy/paste error in relations/test_tabbrowser.xul, r=tbsaunde 2011-08-08 15:57:38 +09:00
Jonas Sicking
5491caaaf4 Bug 661297 Part 1: Remove Add/RemoveEventListenerByIID API. r=smaug 2011-08-08 11:26:26 -07:00
Alexander Surkov
b0052f46ea Bug 675861 - Crash [@ AccIterator::GetNext()], r=tbsaunde 2011-08-05 17:10:41 +09:00