Граф коммитов

3019 Коммитов

Автор SHA1 Сообщение Дата
Hub Figuière 81647eebb6 Bug 708144 - Make sure to update the Mac accessible tree. r=tbsaunde landing on a CLOSED TREE 2011-12-22 14:31:06 -08:00
Ginn Chen ac84a44ef7 Bug 619002 Remove the warning message with atk < 1.32 r=tbsaunde 2011-12-21 19:26:08 +08:00
Mats Palmgren ff183ab7dd Bug 619273 - Create new ranges for adding to the selection. 2011-12-20 10:15:41 +01:00
Mats Palmgren 498185f3f0 Bug 619273 - Move the selection state bit from frames to content nodes. r=smaug 2011-12-20 10:15:41 +01:00
Jeff Walden 2e53b58879 Bug 711799 - Add parentheses to a bunch of && expressions nested within || expressions. r=dholbert 2011-12-18 01:00:47 -05:00
Jeff Walden 85bf4a9e46 Bug 711799 - Add parentheses to a bunch of assignments nested in conditionals. r=dholbert
--HG--
extra : rebase_source : 6359235dba4b22dbbfafab2e993d5b9191a9b310
2011-12-18 01:00:47 -05:00
Jeff Walden 16db021217 Bug 711799 - Fix a bunch of unused-variable warnings. r=dholbert
--HG--
extra : rebase_source : 91fc77dca316018652d4d99f6d4cc8d0f7195e6e
2011-12-18 01:00:42 -05:00
Jignesh Kakadiya 7aa00944eb Bug 539694 - prevent copying accessible objects r=tbsaunde 2011-12-16 01:24:47 -05:00
Hub Figuiere a157c1d76d Bug 705404 - Create the Mac mozAccessible on demand r=tbsaunde. 2011-12-15 14:47:04 +00:00
Brian O'Keefe 2d75e4a6ac Bug 708846 - Clean up the SVG namespace checks to use nsIContent::IsSVG() instead; r=longsonr 2011-12-15 14:47:03 +00:00
Hub Figuiere 81bce588d9 Bug 707852 - Remove the wrapper for the Obj-C class as we can do without; r=surkov a=mac-only 2011-12-13 14:17:59 +00:00
Trevor Saunders 25ce63ba6c bug 455443 and bug 703770 - fix missed review nits r=me 2011-12-09 02:53:05 -05:00
Trevor Saunders dec07846fa bug 705983 always check gconf for accessibility state when GNOME_ACCESSIBILITY not set r=ginn.chen 2011-12-01 18:30:55 -05:00
Hub Figuiere 1385150715 Bug 708106 - Remove NSAccessibility constants for pre MacOS X 10.4. r=tbsaunde 2011-12-09 15:25:25 +08:00
Hub Figuiere 1b75d56798 Bug 455443 - cache the parent for the accessibilityAttributeValue(NSAccessibilityParentAttribute). r=surkov 2011-12-08 16:19:31 -05:00
Hub Figuiere 14c7c2d6bf Bug 703770 - mozRootAccessible need to return a different set of properties. r=surkov 2011-12-08 16:19:29 -05:00
Marco Zehe d530dbaee3 Bug 457226 - mochitest for ARIA states, r=surkov 2011-12-08 17:01:31 +01:00
Alexander Surkov c09db1bc84 Bug 706067 - Make takeFocus work on widget items, r=marcoz, tbsaunde 2011-12-08 20:20:15 +08:00
Boris Zbarsky 0dd5df7749 Mitigation (not fix) for bug 694254. 2011-12-08 01:24:17 -05:00
Jignesh Kakadiya cc5c9a5ec2 Bug 706369 - Changed occurences of nsIContent::getChildAt() using getFirstChild(), getNextSibling() and getPreviousSibling(), r=surkov 2011-12-07 12:50:17 +05:30
Alexander Surkov d26cb4cb75 Bug 689847 - Expose active state on current item of selectable widgets, r=davidb, tbsaunde 2011-12-07 17:10:22 +08:00
Hub Figuiere 0883d65b87 Bug 707846 - remove unused nsAccessibleWrap::GetUnignoredChildCount(). r=surkov 2011-12-06 14:08:01 +08:00
Hub Figuiere 0157150f92 Bug 689105 - Ensure a11y children are initialized before caching on Mac. r=surkov, r=davidb 2011-12-05 12:33:30 -08:00
Alexander Surkov e148d1a55c Bug 704852 - Calculate compatibility mode when accessibility starts, r=tbsaunde, sr=neil, f=marcoz 2011-12-06 14:07:46 +08:00
Alexander Surkov edc770329c Bug 658272 - Implement figure and figcaption accessibility, r=tbsaunde, marcoz
--HG--
rename : accessible/tests/mochitest/test_elm_landmarks.html => accessible/tests/mochitest/elm/test_landmarks.html
rename : accessible/tests/mochitest/test_elm_listbox.xul => accessible/tests/mochitest/elm/test_listbox.xul
rename : accessible/tests/mochitest/test_elm_nsApplicationAcc.html => accessible/tests/mochitest/elm/test_nsApplicationAcc.html
rename : accessible/tests/mochitest/test_elm_plugin.html => accessible/tests/mochitest/elm/test_plugin.html
2011-12-05 14:04:06 +08:00
Ms2ger 601136dc5d Bug 705437 - Remove dead code: nsCoreUtils::GetLastSensibleColumn; r=surkov 2011-12-03 22:50:17 +01:00
Ms2ger cbd5a5aacb Bug 705436 - Remove dead code: getDocumentTypeCB; r=surkov 2011-12-03 22:50:17 +01:00
Alexander Surkov da6f38dbdb Bug 706335 - Remove text accesible getting no text inside a preformatted area, r=marcoz, bz 2011-12-02 16:52:56 +08:00
Justin Lebar 02b09fb494 Back out revs d445f83ecfb1:dc9cc326cad0, because they did not back out what was intended. 2011-12-01 16:35:42 -05:00
Justin Lebar 9b26154c74 Backed out changeset 5d920a44a901 (bug 698002) 2011-12-01 15:43:07 -05:00
Alexander Surkov d57afd0e9c Bug 706834 - Crash in nsXULTreeAccessible::TreeViewChanged, r=marcoz 2011-12-02 04:21:54 +08:00
Alexander Surkov 501c68b0e5 Bug 703202 - ARIA comboboxes don't fire value change events, r=tbsaunde, marcoz 2011-12-02 00:12:02 +08:00
Alexander Surkov af2c5b6a31 Bug 706784 - Firefox 8.0.1 Crash Report [@ nsLinkableAccessible::GetValue(nsAString_internal&) ], r=marcoz 2011-12-02 00:11:53 +08:00
Ed Morley 77b33db0bb Bug 703889 - Remove |ifndef DISABLE_XFORMS_HOOKS| since it's never defined; r=ted 2011-11-30 18:37:57 +00:00
Alexander Surkov ca6afa8566 Bug 699017 - aria-required attribute on file input not read by JAWS, r=tbsaunde, marcoz, roc 2011-11-30 20:36:20 +08:00
Atul Aggarwal 076203ae3f Bug 672511 - Morph nsIAccessNode::uniqueId, r=surkov 2011-11-30 14:18:45 +05:30
Trevor Saunders 47210c1f13 Bug 693948 - expose layout-guess: true object attribute on CSS table accessible, r=surkov 2011-11-07 04:05:51 -05:00
Alexander Surkov 0e2f270498 Bug 706026 - Crash in nsXULTextFieldAccessible::FrameSelection, r=marcoz 2011-11-29 22:37:51 +08:00
Masatoshi Kimura b3caf3014c Bug 451161 - Part 1: Allow overriding system accesibility settings without SystemPref module. r=surkov.alexander 2011-11-26 20:48:55 +01:00
David Bolter 899b2bf2a0 Bug 705179 - Implement initial canvas accessible and baseline test. r=surkov,ehsan 2011-11-25 11:58:34 -05:00
Alexander Surkov 5bb7f189cb Bug 701669 - crash when changing profile in profile manager, r=tbsaunde 2011-11-25 12:32:49 +08:00
Alexander Surkov dcf73a7c49 Bug 699037 - Remove a11y dependency on e10s build flag, r=davidb 2011-11-24 19:31:49 +08:00
Alexander Surkov 279a5e8eb0 Bug 287740 - expose axis object attribute on table cells, r=marcoz 2011-11-24 19:31:41 +08:00
Alexander Surkov 677bfef278 Bug 704754 - expose abbr object attribute on header cells, r=marcoz 2011-11-24 19:31:34 +08:00
Alexander Surkov 3b4b35835a Bug 704416 - HTML acronym and abbr names should be provided by @title, r=marcoz 2011-11-24 19:31:25 +08:00
Alexander Surkov 0d29f1c82b Bug 703198 - JAWS doesn't announce combobox navigation in collapsed combobox, perf version, r=marcoz 2011-11-23 20:50:33 +08:00
Alexander Surkov 592b26162a Bug 703198 - JAWS doesn't announce combobox navigation in collapsed combobox, r=marcoz 2011-11-22 13:01:02 +08:00
Alexander Surkov 1b0b77421c Bug 702903 - IAccessibleRelation::get_target broken, r=tbsaunde 2011-11-18 10:43:57 +08:00
Ms2ger 8504a98f9a Backout 4adf065b48a6; landed the wrong patch. 2011-11-17 18:58:00 +01:00
Alexander Surkov 221c625fa5 Bug 702629 - aria-orientation should be applied to slider and separator roles, r=marcoz 2011-11-17 21:18:54 +08:00