Alexandre Poirot
5a3800bc64
Bug 1027242 - Blacklist mulet's failing tests + expose 'mulet' to ini files; fix previous bustage on a CLOSED TREE, r=ahal
2014-07-02 15:40:56 -07:00
Alexander Surkov
0d6f5e3c65
Bug 1020510 - let tbody/etc accessible in table hierarchy, r=tbsaunde
2014-06-06 13:22:46 -04:00
Alexander Surkov
1521096aac
Bug 945435 - Firefox changed the way it handled role=presentation breaking ATs, r=tbsaunde
2013-12-18 12:25:07 -05:00
Alexander Surkov
41e7c3ad7c
Bug 559761 - make <input type=number> accessible, r=tbsaunde, smaug
...
--HG--
rename : accessible/tests/mochitest/value/test_range.html => accessible/tests/mochitest/value/test_number.html
2013-12-10 22:19:26 -05:00
Alexander Surkov
87b0c50a12
Bug 787858 - XUL textbox context menu inaccessible, r=tbsaunde
2013-12-07 16:37:04 -05:00
Ryan VanderMeulen
a91fbf0361
Merge fx-team to m-c.
2013-12-05 17:35:21 -05:00
Alexander Surkov
3ed6c139bd
Bug 942650 - Some toolbars have unknown accessible role or worse, r=tbsaunde Australis
2013-12-05 11:07:53 -05:00
Alexander Surkov
4a445e9470
Backout Bug 942650 - Some toolbars have unknown accessible role or worse - to fix commit message DONTBUILD
2013-12-05 11:03:48 -05:00
Alexander Surkov
7080283ef7
Bug 942650 - Some toolbars have unknown accessible role or worse, r=tbsaunde
2013-12-05 10:43:40 -05:00
Jared Wein
78680ed96d
Bug 649490 - Switch the volume slider on the media controls to be horizontal and always visible. r=Gijs
...
--HG--
extra : rebase_source : 90a0865e71b87dbaddf44c4805f78f709e5d80de
2013-11-27 10:31:39 -05:00
Ms2ger
22aff4cbdf
Bug 939271 - Part m: move mochitests to manifests in accessible/tests/mochitest; r=tbsaunde
2013-11-28 15:07:53 +01:00
Mike Hommey
f1cf3b4238
Bug 912293 - Remove now redundant boilerplate from Makefile.in. r=gps
2013-09-05 09:01:46 +09:00
Alexander Surkov
44d7125afd
Bug 900943 - multiline textbox contains bogus <br>, r=tbsaunde
...
--HG--
rename : accessible/tests/mochitest/text/test_label.xul => accessible/tests/mochitest/text/test_general.xul
2013-08-05 22:09:05 -04:00
Alexander Surkov
946b908a0b
Bug 882767 - don't expose whitespace accessibles in context of grids, r=tbsaunde
2013-07-18 11:09:45 -04:00
Alexander Surkov
dfc8b3d17a
Bug 722265 - Column header selection popup no longer exposed to accessibility APIs, r=tbsaunde
2013-06-21 09:01:57 +09:00
Trevor Saunders
9ee7f78167
bug 852129 - use HyperTextAccessible for invalid img r=surkov, bz
...
If the img is not valid then its children will be rendered, and the
sensible way to handle that is by giving the img a HyperTextAccessible
instead of an ImageAccessible. Since the accessible name of such an img
should be the value of the alt attribute we add similar logic as
ImageAccessible::NativeName() to HyperTextAccessible::NativeName()
conditioned on the tag being img.
2013-06-12 05:13:34 -04:00
Trevor Saunders
cd7600e311
no bug - remove probably unneeded assertion annotations
2013-05-28 19:21:52 -04:00
Alexander Surkov
65cd14896c
Bug 873358 - textarea claims bogus trailing \n (HTML br), r=tbsaunde
2013-05-23 12:57:04 +09:00
Alexander Surkov
c58428f754
Bug 559764 - make input@type=range accessible, r=tbsaunde, roc, smaug
2013-04-28 09:54:54 +09:00
Trevor Saunders
fd327982de
bug 809338 - don't flatten optgroups r=surkov
2012-11-10 04:41:40 -05:00
Matt Brubeck
5252041839
Bug 854868 - Make srcdir and objdir paths match for in accessible/tests [r=tbsaunde]
...
--HG--
extra : rebase_source : 48ed2b3f811f4225c07276c931d26c00ccd25e6a
2013-04-08 12:44:47 -07:00
Kyle Machulis
5aa83c3e11
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
2013-04-01 11:36:59 -07:00
Kyle Machulis
c79ccc0693
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
a59d40f143
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
...
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Mounir Lamouri
008ad31686
Bug 847233 - Fix a11y with <input type='file'> changes. r=surkov
2013-03-27 11:35:22 +00:00
Trevor Saunders
8a2e29fa9f
bug 809871 - patch 3/3 - xul tree accessible creation flushes layout r=surkov
2012-11-19 15:36:05 -05:00
Alexander Surkov
e8e5086b40
Bug 396166 - xul:label@value accessible should implement nsIAccessibleText, r=tbsaunde, roc
2013-03-01 13:06:16 +09:00
Ms2ger
3813557cac
Merge m-i to b-s.
2013-02-28 14:46:10 +01:00
Gregory Szorc
f0b7e3972c
Merge mozilla-central into build-system
...
There were merges in configure.in and some Makefile.in. None had any
conflicts. I spot verified the Makefile.in changes and confirmed that
the changes did not touch any DIRS* variables.
2013-02-27 10:03:52 -08:00
Ms2ger
cd9c6150fe
Merge m-c to b-s.
2013-02-26 19:09:25 +01:00
Gregory Szorc
f74c6d3693
Bug 784841 - Part 18a: Convert /accessible; r=glandium f=Ms2ger
2013-02-25 12:47:17 -08:00
L. David Baron
a144cc1c82
Bug 404077: Use navigator.platform.startsWith rather than navigator.platform.indexOf, at Jesse's suggestion.
2013-02-26 22:23:08 -08:00
L. David Baron
42aceb59d8
Bug 404077: Adjust annotations of expected assertions.
2013-02-27 13:20:26 -08:00
L. David Baron
57d19fbb86
Bug 404077: Annotate known assertions in mochitests.
2013-02-25 18:39:21 -08:00
Alexander Surkov
6a9c6be878
Bug 804461, part3 - use context to build list trees, r=tbsaunde
2012-12-02 20:35:41 +09:00
Alexander Surkov
4b367314a9
Bug 804461, part2 - use context to build table trees, r=tbsaunde
2012-11-30 16:33:01 +09:00
Daniel Holbert
c491e9d557
Bug 815928 part 4: Fix typo s/elemnet/element/ in comments & tests. DONTBUILD, rs=Waldo
2012-11-27 19:15:36 -08:00
Alexander Surkov
d9b25082f5
Bug 813508 - no need in special HTML caption processing for accessible tree creation, r=tbsaunde
2012-11-27 13:59:39 +09:00
Seth Fowler
630ed49838
Bug 812241 - Remove disabled test warnings. r=khuey
2012-11-20 16:13:04 -08:00
Alexander Surkov
3b4ac86e22
Bug 525909 - support ARIA role=rowgroup, r=tbsaunde
2012-11-17 16:59:55 +09:00
Alexander Surkov
0b55b444d6
Bug 809751 - presentational table related elements referred or having global ARIA attributes must be accessible, r=tbsaunde
2012-11-10 19:26:58 +09:00
James Kitchener
b460d1335c
Bug 786566 - ARIA menuitem acting as submenu should have PARENT_MENUITEM role, r=tbsaunde
2012-11-08 08:58:22 +09:00
Alexander Surkov
91e81186ae
Bug 745788 - improve logging and enable treeupdate/test_imgmap.html, r=tbsaunde
2012-10-10 09:14:44 +09:00
Alexander Surkov
71b87b2f80
Bug 739455 - intermittent failure of relations/test_tabbrowser.xul and tree/test_tabbrowser.xul, r=tbsaunde
2012-09-26 09:55:07 +09:00
Alexander Surkov
b51cdbd698
Bug 768296 - Ignore role=presentation when global ARIA attributes are present or referred by ARIA relationship, r=tbsaunde
2012-09-18 11:51:39 +09:00
Alexander Surkov
a329bf4723
Bug 706849 - create accessible by tag name as fallback if table descendant style is used out of table context, r=tbsaunde
2012-09-17 11:00:39 +09:00
Alexander Surkov
efa676d26e
Bug 507555 - Wrong accessible is created for HTML:li having block display style, r=tbsaunde
2012-09-06 15:03:24 +09:00
Mike Hommey
6173fa297f
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
2012-08-04 20:26:44 +02:00
Boris Zbarsky
051c2fee44
Bug 607267. Don't style imagemaps as block. r=dbaron,tbsaunde
2012-07-17 12:18:53 -04:00
Nathan Froyd
a7eb97f896
Bug 370750 - consolidate mochitest files installation; r=glandium
...
With assistance on the patch from Ms2ger, Waldo, and Mossop.
2012-07-03 16:49:02 -04:00