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

3905 Коммитов

Автор SHA1 Сообщение Дата
Alexander Surkov 7417717465 Bug 736944 - make nsDocAccessible::RecreateAccessible fall into usual ContentInserted/ContentRemoved procedure, r=tbsaunde 2012-03-23 10:49:55 +09:00
Mark Capella 31c60d27dd Bug 686909 - The system suffix is for system generated events only, patch=tbsaune, capella, r=surkov 2012-03-22 21:28:25 +09:00
Hessam Salehi b568dd684b Bug 474505 - Replace uses of nsVoidPtrHashkey with nsPtrHashKey<T>; r=bsmedberg 2012-03-21 14:07:31 -04:00
Matt Brubeck f0e8caecf8 Merge mozilla-central and mozilla-inbound 2012-03-20 16:16:42 -07:00
Serge Gautherie 48a7bfdd94 Bug 736905. (Av1) test_ui_modalprompt.html needs to check "prompts.tab_modal.enabled" preference. r=surkov.alexander. 2012-03-20 20:16:15 +01:00
Aryeh Gregor b6e8a243c5 Bug 735805 - Part 4.5: Fix a11y mochitest that runs no tests. r=surkov 2012-03-20 13:31:39 -04:00
Adam Dane [:hobophobe] 3553ea51e4 Bug 720126 - Update scroll API to use ScrollAxis parameters (where and when). r=roc 2012-03-19 21:09:50 -05:00
Trevor Saunders a161216789 bug 735915 - make atk interface vfuncs static r=askalski, ginn.chen 2012-03-20 00:02:50 -04:00
Mark Capella 77401d118a Bug 735136 - get rid of nsHTMLSelectOptionAccessibleGetPositionAndSizeInternal, r=tbsaunde, f=surkov 2012-03-20 10:23:39 +09:00
Jignesh Kakadiya a1649cc6a9 Bug 726072 - nsAccUtils::GetMultiSelectableContainer should use nsDocAccessible::GetAccessible, r=eitan, f=surkov 2012-03-15 22:13:44 -04:00
Alexander Surkov f6864b715f Bug 732389 - image map accessible tree is not updated when image map is changed, r=bz, tbsaunde 2012-03-15 16:16:02 -04:00
Alexander Surkov f4e88d33c6 Bug 735666 - crash [@ nsIDocument::GetContainer() ], r=tbsaunde 2012-03-14 16:37:50 -04:00
Alexander Surkov 57a7a1538e Bug 733382 - editable state bit should be presented on readonly inputs, r=davidb
--HG--
rename : accessible/tests/mochitest/states/test_inputs.xul => accessible/tests/mochitest/states/test_controls.xul
2012-03-14 13:48:01 -04:00
Alexander Surkov 54311f04d7 Bug 735228 - CAccessibleComponent shouldn't use GetComputedStyle, r=tbsaunde 2012-03-13 13:35:26 -04:00
Alexander Surkov dcb1c22769 Bug 661293 - add mochitest for content alert() relations, r=marcoz 2012-03-13 13:01:26 -04:00
Alexander Surkov da76cc7828 Bug 421242 - allow relations in anonymous content for binding parent, r=bsaunde, f=smaug 2012-03-13 12:06:21 -04:00
Alexander Surkov 93c3782647 Bug 731287 - get rid nsCoreUtils::GetComputedStyleDeclaration, r=tbsaunde 2012-03-12 21:08:06 -04:00
Alexander Surkov a2972036a1 Bug 731276 - remove CSS computed style getters from nsIAccessible, r=tbsaunde 2012-03-12 21:00:29 -04:00
Mark Capella 0547c66249 Bug 726069 - get rid nsAccUtils::GetPositionAndSizeForXULContainerItem, r=hub, f=surkov 2012-03-12 14:10:03 -04:00
Mark Capella f958ac319d Bug 696975 - extend the list of legitimate data table structures for layout-guess object attribute, r=surkov, hub 2012-03-12 13:54:21 -04:00
Alexander Surkov bd968de967 Bug 728907 - use mozilla::ArrayLength instead of array length macros 2012-03-12 09:29:48 -04:00
Alexander Surkov be197251ac Bug 473569 - Restrict text-position to allowed values, r=tbsaunde 2012-03-12 08:03:43 -04:00
Alexander Surkov 79acee84d2 Bug 728907 - replace nsTArray on on-stack c++ array in TextAttrsMgr, r=tbsaunde 2012-03-11 23:37:30 -04:00
Alexander Surkov 38c3360332 Bug 523304 - expose text-underline-color and text-line-through-color text attributes, r=tbsaunde 2012-03-11 00:35:02 +09:00
Alexander Surkov 7416d8b24a Bug 523304 - tweak TextAttr interface, r=tbsaunde
--HG--
rename : accessible/src/base/nsTextAttrs.cpp => accessible/src/base/TextAttrs.cpp
rename : accessible/src/base/nsTextAttrs.h => accessible/src/base/TextAttrs.h
2012-03-10 16:29:51 +09:00
Eitan Isaacson 658456e3bd Bug 729384 - Mochitest for nsIAccessibleVirtualCursorChangeEvent. r=marco.zehe 2012-03-09 20:52:13 -05:00
Eitan Isaacson afbdc703b8 Bug 729384 - Create an interface for virtual cursor changed events. r=surkov.alexander 2012-03-09 20:52:13 -05:00
Alexander Surkov 83eb9cf057 Bug 729831 - Don't expose CSS-based object attributes on not in tree accessible and accessible having no DOM element, r=marcoz 2012-03-09 23:20:17 +09:00
Alexander Surkov a5f97df2f3 Bug 733335 - dexpcom nsIEditableTextAccessible::GetAssociatedEditor, r=davidb 2012-03-08 12:28:38 +09:00
Alexander Surkov 3d63028402 Bug 643172 - improve a11y eventQueue logging, r=marcoz 2012-03-08 03:19:50 +09:00
Marco Bonardo b8c9914f75 Merge inbound and central 2012-03-07 10:33:11 +01:00
Trevor Saunders 2b0fa7d05b Bug 726287 - misc decomtamination in nsHypertextAccessible, r=surkov 2012-03-07 02:08:02 +09:00
Alexander Surkov fd13dae1bd Bug 732908 - Expose 'Firefox' and 'Thunderbird' as the accessible app names -- even for pre-release versions, r=ginn 2012-03-06 19:01:55 +09:00
Serge Gautherie b233578ffd Bug 718237. (Cv1) Call initAutoComplete() early to support XPFE AutoComplete. r=surkov.alexander. 2012-03-06 15:10:10 +01:00
Mark Capella 9990bfec92 Bug 731904 - get rid nsCoreUtils::IsCorrectFrameType, r=surkov 2012-03-05 04:18:31 +09:00
Alexander Surkov 85a2a68851 Bug 731287 - don't use GetComputedStyle for background-color in HTML table layout guess, r=tbsaunde 2012-03-04 11:29:25 +09:00
Alexander Surkov 836ea45bea Bug 727940 - Windows app can't read Firefox setting for hardware acceleration (D2D), r=marcoz, tbsaunde 2012-03-03 21:09:46 +09:00
Mark Capella c054e7368d Bug 627379 - Add test for @hidden attribute, r=surkov 2012-03-02 22:46:57 +09:00
David Bolter 70c5f45260 Bug 495912 - Expose content in HTML canvas elements. r=bz,roc r=surkov(tests)
layout-mentor: bz (mucho thanks!)

We make html canvas frame a container and render frames for its content which makes a lot of what we need for accessibility "just work".
2012-02-17 23:26:37 -05:00
Ed Morley 4a4afe5617 Backout 547de632a3e2 (bug 495912) for mochitest-a11y orange 2012-02-29 18:42:58 +00:00
David Bolter 711ce9c45a Bug 495912 - Expose content in HTML canvas elements. r=bz,roc r=surkov(tests)
layout-mentor: bz (mucho thanks!)

We make html canvas frame a container and render frames for its content which makes a lot of what we need for accessibility "just work".
2012-02-17 23:26:37 -05:00
Alexander Surkov 7fbcdd36e8 Bug 728907 - don't static_cast text attribute objects, r=tbsaunde 2012-02-29 21:36:37 +09:00
Alexander Surkov f53353977e Bug 728907 - remove nsTextAttrs.h include from nsHyperTextAccessible.h, r=tbsaunde 2012-02-29 19:59:38 +09:00
Alexander Surkov f3df2050fa Bug 728907 - don't use GetComputedStyle for text attributes: font-style, r=tbsaunde 2012-02-29 16:35:51 +09:00
Alexander Surkov d1282affb9 Bug 473576 - font-family text attribute should expose actual font used, r=tbsaunde, f=karl 2012-02-29 09:25:06 +09:00
Trevor Saunders f2f1af883d bug 730841 - only call atk_object_set_parent() when the parent actually is different r=surkov 2012-02-27 15:30:32 -05:00
Alexander Surkov 16fe0c30f9 Bug 728907 - don't use GetComputedStyle for text attributes: color, r=tbsaunde 2012-02-27 23:43:39 +09:00
Alexander Surkov 0a54231a3d Bug 729831 - Crash @ mozilla::a11y::StyleInfo::Margin, r=tbsaunde 2012-02-27 20:33:55 +09:00
Mark Capella 3dda5066e5 Bug 728905 - telemetry ZoomText, YouDao Dictionary and Kazaguru, r=tbsaunde, f=surkov 2012-02-26 11:15:55 +09:00
Marco Bonardo 9239fd20a0 Merge last green PGO from inbound to central 2012-02-25 11:11:15 +01:00
Serge Gautherie b81f3aac72 Bug 718235. (Av1) events/test_focus_general.html: Disable synthShiftTab() check on SeaMonkey. r=surkov.alexander. 2012-02-25 06:18:27 +01:00
Mark Capella d7d4705039 Bug 728904 - prefix telemetry constants starting by A11Y, r=surkov, f=tbsaunde 2012-02-25 13:32:21 +09:00
Mark Capella 7cd901be3d Bug 725259 - ARIA role combobox shouldn't allow aria-valueXXX attributes, r=davidb, f=surkov 2012-02-25 13:32:10 +09:00
Hub Figuière 59555fd1f1 Bug 729861 - Part 2: make the doc accessible check an assert. r=tbsaunde 2012-02-24 12:36:01 -08:00
Hub Figuière 19b80456e3 Bug 729861 - Crash: make sure we don't get a nsnull doc accessible. r=surkov 2012-02-23 23:31:24 -08:00
Alexander Surkov 8ff2d17b11 Bug 727942 - childAtPoint may return incorrect accessibles when page zoomed, r=marcoz 2012-02-23 12:16:57 +09:00
Ed Morley 1fff1817f2 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-22 22:20:54 +00:00
Ed Morley 4ad9928576 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-22 14:10:55 +00:00
Serge Gautherie ae01a6456e Bug 729474. (Av1) name/test_browserui.xul: Improve log, to help diagnose. r=surkov.alexander. 2012-02-22 14:45:24 +01:00
Alexander Surkov af23187993 Bug 650241 - disable width testing of testBounds() because of failure on some platforms 2012-02-22 13:49:22 +09:00
Alexander Surkov 828385b0a5 Bug 650241 - Location returned by accessibles sometimes incorrect when page zoomed, r=marcoz 2012-02-22 11:07:43 +09:00
Hub Figuière 3cf1483e08 Bug 726097 - Use the right doc accessible when hit testing. Add proper mochi-test. r=surkov
--HG--
rename : accessible/tests/mochitest/test_childAtPoint.html => accessible/tests/mochitest/hittest/test_general.html
rename : accessible/tests/mochitest/test_childAtPoint.xul => accessible/tests/mochitest/hittest/test_general.xul
2012-02-15 13:51:04 -08:00
Alexander Surkov 918a5be803 Bug 714579 - Don't use GetComputedStyle for object attribute calculation, r=tbsaunde, marcoz, f=bz 2012-02-21 00:45:29 +09:00
Ed Morley 4bf9c638b6 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-02-20 12:08:28 +00:00
Serge Gautherie fabb333b8b Bug 718237. (Bv2) test_focus_autocomplete.xul: Skip this test on SeaMonkey ftb. r=surkov.alexander. 2012-02-20 05:25:17 +01:00
Alexander Surkov c274fc08ac Bug 677154 - Detached document accessibility tree, r=bz, marcoz 2012-02-18 02:38:43 +09:00
Alexander Surkov 2c47e9ccb9 Bug 499093 - Fix discrepancy between tr count and row count in nsHTMLTableAccessible::IsProbablyForLayout, r=marcoz 2012-02-17 16:21:26 +09:00
Nathan Froyd 071e239411 Bug 727163 - fix compiler warnings in accessible/; r=askalski 2012-02-14 10:53:09 -08:00
Alexander Surkov aeae1f243e Bug 727735 - don't use computed style for width detection in IsProbablyForLayout, r=tbsaunde 2012-02-18 18:18:48 +09:00
Andrew Quartey 52a308321a Bug 691267 - Remove nsHTMLButtonAccessible duplication, r=surkov
--HG--
rename : accessible/tests/mochitest/actions/test_inputs.html => accessible/tests/mochitest/actions/test_controls.html
2012-02-22 20:33:37 +09:00
Alexander Surkov d7ddfeb65a Bug 650241 - improve accessible boundaries testing, r=marcoz 2012-02-22 20:27:28 +09:00
alexander a1033e9ebc Bug 714579 - Make sure the accessible isn't defunct before getting the caret offset. r=tbsaunde 2012-02-15 07:11:00 -08:00
joseph 4a2651dcea Bug 726507 - Replace GetAccService()->GetAccessible() with mDoc->GetAccessible() in html/ and xul/ subfolders of accessibility/src/ folder, r=surkov 2012-02-16 03:22:17 +08:00
Marco Bonardo ac1084a122 Merge last green PGO from inbound to central 2012-02-14 11:16:13 +01:00
Alexander Surkov 8ee948af98 Bug 725644 - add new nsIAccessibleHideEvent interface, r=tbsaunde 2012-02-14 09:02:41 +09:00
Alexander Surkov 9ae365ff31 Bug 725581 - caretOffset for textarea should be -1 when textarea doesn't have a focus, r=tbsaunde 2012-02-13 12:37:52 +09:00
Mark Capella 646e87e9ad Bug 725647. (Bv1a) test_embeds.xul: Use new openBrowserWindow(). f=sgautherie r=surkov.alexander. 2012-02-13 21:03:43 +01:00
Jignesh Kakadiya 4e7a1c2977 Bug 725998 - get rid of GetAccessibleOrContainer and GetContainerAccessible, r=surkov 2012-02-12 11:35:55 +09:00
Jignesh Kakadiya 4df520e019 Bug 724452 - use nsFocusManager::GetFocusManager() more, r=tbsaunde, hub, surkov 2012-02-12 11:34:00 +09:00
Andrew Quartey 0600b7c1b0 Bug 634829 - Remove nsIAccessibleWin32Object interface, r=surkov 2012-02-11 16:45:10 +09:00
Tobias Markus (:Tobbi) c6da3c120e Bug 725178 - Remove ensureAccessibleTree from common.js, r=surkov 2012-02-08 20:13:37 +01:00
Trevor Saunders 85d1a05ca2 bug 672507 - fix review nits r=davidb 2012-02-10 16:39:20 -05:00
Andrzej Skalski 7a5efd5d98 Bug 706134 - ARIA listitem shouldn't expose selectable state and pick up aria-selected and aria-checked, r=surkov 2012-02-11 03:25:48 +09:00
Hub Figuière 091407a1d0 Bug 721947 - use nsIPresShell instead of nsIWeakShell. r=surkov 2012-02-09 08:49:17 -08:00
Hub Figuiere 3f82199215 Bug 673405 - Rename GetDocAccessible() to Document(). r=surkov 2011-11-09 14:52:00 -08:00
Hub Figuière 93cb301801 Bug 672504 - Don't keep pointer to weak presshell in accessible. r=surkov 2012-02-07 14:38:54 -08:00
Jignesh Kakadiya 380184a676 Bug 539694 - Added MOZ_DELETE attribute to private copy constructors, r=surkov 2012-02-09 16:43:13 +09:00
Joey Blacksmith 453511ce79 Bug 723796 - nsAccessible::GetAllowsAnonChildAccessibles renamed to nsAccessible::CanHaveAnonChildren, r=surkov 2012-02-08 16:31:25 +09:00
Andrzej Skalski ebb375a3e9 Bug 717506 - telemetry for xforms use, r=surkov, tbsaunde 2012-02-08 16:21:21 +09:00
Alexander Surkov 8050d15fa0 Bug 723833 - IAccessibleText::setCaretOffset on location or search bar causes focus to jump, r=tbsaunde, marcoz
--HG--
rename : accessible/tests/mochitest/test_text_caret.html => accessible/tests/mochitest/textcaret/test_general.html
2012-02-08 13:31:18 +09:00
Ed Morley 3f6fc388b8 Backout 0b205d34aefc (bug 673405), 3327d251ce49 (bug 672504) for mochitest-other leaks 2012-02-08 01:23:12 +00:00
Hub Figuiere 2221410077 Bug 673405 - Rename GetDocAccessible() to Document(). r=surkov 2011-11-09 14:52:00 -08:00
Hub Figuière dee7a5f592 Bug 672504 - Don't keep pointer to weak presshell in accessible. r=surkov 2012-02-07 14:38:54 -08:00
Trevor Saunders 09f5adb9a2 bug 672507 - merge nsIAccessNode and nsIAccessible r=davidb, surkov 2012-02-07 08:18:33 -05:00
Mark Capella eef48fd1c8 Bug 689540 - Expose IA2 margin- object attributes, r=surkov 2012-02-06 18:18:25 +01:00
Marco Zehe 2e040a8930 Bug 719754 - Rewrite a11y tests that put <tabbrowser> in random XUL documents and expect it to work (tree and relations files), r=surkov 2012-02-06 13:06:07 +01:00
David Bolter 52516dc9cb Bug 721772 - Call ISimpleDOM telemetry accumulation only once. r=tbsaunde 2012-02-04 13:52:52 -05:00
Ed Morley 9894657097 Backout 001b3e1ec98f (bug 721772), 2012-02-04 18:02:07 +00:00
David Bolter cf26731881 Bug 721772 - Call ISimpleDOM telemetry accumulation only once; r=tbsaunde 2012-02-04 17:45:04 +00:00
Panagiotis Koutsourakis 01607a9182 Bug 702388 - Convert Makefiles to use |TEST_DIRS += foo| r=khuey
Files named Makefile.in containing the expression

DIRS += <foo>
or
DIRS = <foo>

inside the conditional expression

ifdef ENABLE_TESTS
...
endif

are changed to

TEST_DIRS += tests

outside any conditional expression.

The files

./layout/Makefile.in
./layout/Makefile.in
./layout/style/Makefile.in
./rdf/Makefile.in
./security/manager/Makefile.in
./content/Makefile.in
./content/smil/Makefile.in
./content/xul/templates/Makefile.in
./content/xul/content/Makefile.in
./content/base/Makefile.in
./content/media/Makefile.in
./parser/htmlparser/Makefile.in
./dom/sms/Makefile.in
./js/jsd/Makefile.in
./js/xpconnect/Makefile.in
./widget/Makefile.in
./widget/windows/Makefile.in
./Makefile.in
./startupcache/Makefile.in
./storage/Makefile.in
./gfx/Makefile.in
./intl/strres/Makefile.in
./intl/uconv/Makefile.in
./intl/unicharutil/Makefile.in
./intl/lwbrk/Makefile.in
./embedding/Makefile.in
./modules/libjar/Makefile.in
./modules/libpref/Makefile.in
./build/Makefile.in
./build/win32/Makefile.in
./xpcom/Makefile.in
./extensions/spellcheck/hunspell/Makefile.in
./extensions/cookie/Makefile.in
./netwerk/Makefile.in
./netwerk/streamconv/Makefile.in
./editor/txmgr/Makefile.in
./toolkit/mozapps/shared/Makefile.in
./toolkit/mozapps/update/Makefile.in
./toolkit/library/Makefile.in
./toolkit/library/Makefile.in
./toolkit/crashreporter/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/perf/Makefile.in
./toolkit/components/feeds/Makefile.in
./toolkit/components/url-classifier/Makefile.in

contain the string

ifdef ENABLE_TESTS

but have some other statement inside (e.g. TOOL_DIRS += <foo> etc) and
they remain unchanged by this patch.
2012-02-04 17:32:24 +00:00
Alexander Surkov ff4df47c7f Bug 719754 - rewrite name/test_nsRootAcc.xul, r=marcoz
--HG--
rename : accessible/tests/mochitest/name/test_nsRootAcc.xul => accessible/tests/mochitest/name/test_browserui.xul
2012-02-03 20:19:17 +09:00
Jonathan Kew 4f3d811964 backout 5ca407ff5564 (bug 672507) for M-oth (a11y) orange 2012-02-03 10:18:03 +00:00
Trevor Saunders 2d37d2f910 bug 672507 - merge nsIAccessNode and nsIAccessible r=davidb, surkov 2012-01-10 11:43:27 -05:00
Makoto Kato f78818e408 Bug 710125 - Reduce LoadLibray/GetProcAddress for user32.dll and oleacc.dll on a11y, r=surkov, roc 2012-02-02 21:29:58 +09:00
Trevor Saunders c2a06419c6 really backout bug 672507 on a CLOSED TREE 2012-02-02 04:42:34 -05:00
Trevor Saunders 8b4b64159d Backed out changeset 02fa7e9fb9f8 bug 672507 on a CLOSED TREE 2012-02-02 04:37:55 -05:00
Trevor Saunders 2ac6e2ae45 bug 672507 - bustage fix 2012-02-02 04:08:31 -05:00
Trevor Saunders 1e850e97c8 bug 672507 - merge nsIAccessNode and nsIAccessible r=davidb, surkov 2012-01-10 11:43:27 -05:00
Eitan Isaacson b735caf6fd Bug 698823 - Introduce virtual cursor/soft focus functionality to a11y API, r=tbsaunde, surkov, sr=neil 2012-02-02 15:14:51 +09:00
Murali 110c11e1f7 Bug 720148 - ARIA button should expose press action, r=surkov 2012-02-02 10:13:09 +09:00
Mark Capella 11b54c8ffa Bug 589784 - Remove role='label' aria processing: no longer in spec, r=davidb, surkov 2012-02-01 16:23:22 +09:00
Alexander Surkov 4b2fcb809a Bug 719754 - rewrite events/test_scroll.xul, patch=marcoz, surkov, r=marcoz 2012-02-01 14:17:42 +09:00
Ed Morley c41ebec361 Backout 38607065cf3f (bug 672504) for M-oth orange 2012-01-31 21:14:30 +00:00
Hub Figuière ceb8abd31f Bug 672504 - Don't keep pointer to weak presshell in accessible. r=surkov
--HG--
extra : rebase_source : 5d06fcee1b05ff43b70efe07a7082850a091a31e
2012-01-31 09:56:56 -08:00
Alexander Surkov 3afb738022 Bug 707654 - embeds relation on root accessible can return not content document, r=davidb 2012-01-31 15:40:06 +09:00
David Bolter 581e0a724d Bug 722248 - Some chrome accessibles report incorrect visibility states. r=MarcoZ
Timothy wants us to stop using views, so we'll use frame API instead.
This is a pseudo-revert of some of bug 591363.
2012-01-30 22:03:31 -05:00
Joe Drew b59de70db9 Merge mozilla-central to mozilla-inbound. 2012-01-28 15:48:23 -05:00
Tim Taubert af665e3984 merge m-c to fx-team 2012-01-28 09:10:04 +01:00
Alexander Surkov 1b38a29ec5 Bug 719754 - rewrite events/test_docload.xul, r=marcoz 2012-01-27 19:22:19 +09:00
Hub Figuière 5458a0a183 Bug 712927 - Rework the tabs hierarchy in Mac a11y. r=tbsaunde,surkov
--HG--
extra : rebase_source : 32fcd72c7b3dd377e0fb379c5838012fd84610a5
2012-01-26 22:14:09 -08:00
Hub Figuière d5188423b0 Bug 718624 - Handle press action on links, expose the URL. r=surkov
--HG--
extra : rebase_source : a525881db9fc46bac56230cc8751eebef0ff7dd8
2012-01-27 07:50:04 -08:00
Tim Taubert 3c6a3df834 Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin 2012-01-25 23:43:27 +01:00
Tim Taubert 54922013e9 Backed out changeset 746adaa9c9da (bug 455553) 2012-01-26 18:27:49 +01:00
Tim Taubert 8505d6b7a9 Bug 455553 - Part 3 - about:newtab integration; r=fryn,gavin 2012-01-25 23:43:27 +01:00
Ms2ger 52604a336b Merge m-c to m-i. 2012-01-25 11:06:40 +01:00
Ms2ger e2fe92c52b Bug 718504 - Remove some GetChildAt callers; r=smaug 2012-01-25 08:50:07 +01:00
Hub Figuière 67fcc4cef0 Bug 712923 - Properly handle Heading elements to be recognizable by VoiceOver. r=tbsaunde,surkov,marcoz
--HG--
extra : rebase_source : 111fa34bc3f12646f68d00a73d1717f822c196dd
2012-01-23 14:37:21 -08:00
Ed Morley dcb5b07ba3 Merge mozilla-central to mozilla-inbound 2012-01-23 19:22:52 +00:00
Ed Morley 53637e4fbb Merge last green changeset of mozilla-inbound to mozilla-central 2012-01-23 19:19:06 +00:00
Ed Morley 47beae5f15 Backout ca7d87ab38b6 (bug 707654) for causing problems with NVDA (bug 720393); a=MarcoZ 2012-01-23 17:55:30 +00:00
Marco Zehe 1966b3ea8f Bug 477015 - Create namerules based tests for accessible name of images, r=surkov 2012-01-23 09:05:26 +01:00
Alexander Surkov 142095078a Bug 707654 - embeds relation on root accessible can return not content document, r=davidb 2012-01-22 15:36:52 +01:00
Trevor Saunders 2031341c1c bug 718990 - the empty string is not a valid atk plug id r=surkov 2012-01-26 14:58:29 -05:00
David Bolter b02a4a5761 Bug 717505 - Crash [@ nsAccessible::VisibilityState] when closing a tab. r=roc 2012-01-23 13:24:13 -05:00
Alexander Surkov 2f73585ef8 Bug 526703 - Screen readers announce ARIA list items, tree items, and listbox items as 'not selected', r=marcoz
--HG--
rename : accessible/tests/mochitest/states/test_aria_tabs.html => accessible/tests/mochitest/states/test_aria_widgetitems.html
2012-01-21 12:06:26 +01:00
Ed Morley 61f2f889cc Merge last green changeset of mozilla-inbound to mozilla-central 2012-01-21 02:31:32 +00:00
Serge Gautherie cd12a285fa Bug 718239. (Bv1a-bis) accessible/tests/mochitest/events.js: Fix typo in patch Bv1a. r=surkov.alexander. 2012-01-20 12:58:57 +01:00
Serge Gautherie 5d50ee8c43 Bug 718239. (Bv1a) accessible/tests/mochitest/events.js: Use Services.jsm. r=surkov.alexander. 2012-01-20 12:49:41 +01:00
Serge Gautherie 01f13fa027 Bug 718237. (Av1) accessible/tests/mochitest/*: Support "SeaMonkey searchbar" too, Remove 1 useless "browser.css" use. r=surkov.alexander. 2012-01-20 12:49:41 +01:00
David Bolter f487a932e9 Bug 678965 - telemetry for injected screen reader dll's. r=nfroyd,tbsaunde,marcoz
Telemetry for NVDA, JAWS, OLDJAWS, WE, DOLPHIN, SEROTEK, COBRA
2012-01-20 12:26:22 -05:00
Alexander Surkov b4e803c892 Bug 706079 - ignore aria-activedescendant referent having no ARIA role, r=davidb, f=marcoz 2012-01-20 16:22:31 +01:00
Savita TS b2f7020fed Bug 715555 - Fix "unusued" spelling. r=gavin 2012-01-19 15:54:35 +01:00
Hub Figuière e89e005964 Bug 369710 - Alerts are now usable with VoiceOver. r=tbsaunde
--HG--
extra : rebase_source : 0f5af488624a5c0ade97688b8af246c91637e6d4
2012-01-24 13:00:24 -08:00
Trevor Saunders e3e9218654 bug 717683 - remove unneeded includes of nsIAccessible.h r=davidb 2011-12-27 19:02:31 -05:00
Trevor Saunders 25c6fc075e bug 717683 - remove unneeded QI to nsIAccessibleDocument r=davidb 2011-12-27 17:25:43 -05:00
Trevor Saunders 5a0ab16005 bug 717683 - remove unneeded QI to nsIAccessibleDocument r=davidb 2011-12-27 17:00:13 -05:00
Trevor Saunders d71aba9980 bug 717683 - clean up atk document impl r=davidb 2011-12-27 15:25:03 -05:00
Trevor Saunders 059edcb70e bug 717689 - remove unneeded nsCOMPtrs to accessibles r=davidb 2011-12-27 21:28:58 -05:00
Jignesh Kakadiya 229022546b Bug 686433 - move out nsXULSelectableAccessible class from nsXULMenuAccessible.h file. r=tbsaunde 2000-12-31 19:12:15 -05:00
Dão Gottwald d45f1ccfaf Bug 715857 - Disable a11y tests that put <tabbrowser> in random XUL documents and expect it to work. r=MarcoZ 2012-01-16 14:37:21 +01:00