Alexander Surkov
c4760e4a35
Bug 1252857 - Value change events for HTML:select have wrong target. r=marcoz, a=ritu
2016-03-18 16:22:17 -04:00
alexander
0f5bdd116f
Bug 1249253 - "After bug 1133213, in Google Docs, screen readers started to say "blank" before characters, lines, and when navigating". r=yzenevich a=ritu
2016-03-14 11:16:00 +01:00
Alexander Surkov
0a312529f8
Bug 1252857 - test value change events for closed HTML select, r=marcoz
2016-03-02 16:11:25 -05:00
Alexander Surkov
6647b0c3d8
Bug 1251743 - ARIA owns reallocation may insert a child at wrong index, r=yzen
2016-03-01 14:35:01 -05:00
Alexander Surkov
c970d68052
Bug 1252260 - get rid of HTML table CacheChildren, r=marcoz
2016-03-01 10:54:49 -05:00
Alexander Surkov
ea242908b9
Bug 1251680 - get container accessible computation should take into account the HTML select, r=marcoz
2016-02-29 10:05:29 -05:00
Alexander Surkov
a04727e373
Backout changeset 16516bf9614b, because of wrong bug reference
2016-02-29 10:04:49 -05:00
Alexander Surkov
322fee727a
Bug 1250878 - add acceptable child check for HTML select, r=marcoz
2016-02-27 07:55:30 -05:00
Alexander Surkov
059bea2587
Bug 1250333 - do not create accessibles for trailing BRs, r=davidb, roc
2016-02-25 07:09:59 -05:00
Alexander Surkov
bbb42aacb6
Bug 1250509 - make pretty print nicer for accessible trees in testing, r=yzen
2016-02-24 20:34:56 -05:00
Alexander Surkov
749b04b187
Bug 845176 - Intermittent relations/test_embeds.xul, r=yzen
2016-02-23 18:45:34 -05:00
Alexander Surkov
e0dd40d367
Bug 1249489 - covert css to device pixels in scroll/test_zoom.html and test_nsIAccessibleImage.html, r=yzen
2016-02-23 18:43:37 -05:00
Alexander Surkov
f2f1ca9884
Bug 1249489 - covert css to device pixels in hittest/test_canvas_hitregion.html, r=yzen
2016-02-23 18:43:31 -05:00
Alexander Surkov
51dd9b98ee
Bug 1249489 - covert css to device pixels in elm/test_canvas.html, r=yzen
2016-02-23 18:43:25 -05:00
Alexander Surkov
738cb3c659
Bug 1249400 - add a test for missed hide events in case of accessible stealing, r=yzen
2016-02-23 18:40:20 -05:00
Alexander Surkov
342fe40b7f
Bug 1248838 - ARIA owns change may fail, r=yzen
2016-02-19 13:11:33 -05:00
Gijs Kruitbosch
38bcf918e4
Bug 1216478 - prefer tooltiptext on a XUL element over title attribute on a containing toolbaritem when determining accessible name, r=surkov
...
MozReview-Commit-ID: Cv0Kl5U02jy
2016-01-20 13:47:42 +00:00
Alexander Surkov
4eea8ca180
Bug 845176 - enable logging for relations/test_embeds.xul
2016-02-10 13:02:20 -05:00
Ting-Yu Lin
0a3f2df764
Bug 591737 - Fix test_HTMLSpec.html. r=surkov
2016-01-20 23:20:42 +08:00
Yura Zenevich
4a3a06be91
Bug 1087608 - eliminating a pref observer leak and fixing test timeout overflow that cause intermittents. r=eeejay
2016-01-28 13:00:45 -05:00
Mats Palmgren
c20fce3514
Bug 1241840 - Set table cell colspan=0 to 1 instead per the HTML spec. r=bz
2016-01-27 17:02:12 +01:00
Alexander Surkov
28d32c5bd2
Bug 1233118 - implement IAccessible2_3::selectionRanges, r=yzen
2016-01-20 12:53:03 -05:00
Jonathan Kew
04e7780340
Bug 1239301 - Use 'ch' units rather than 'ex' units when specifying a width that is intended to fit a specific number of characters. r=tbsaunde
2016-01-18 13:27:59 +00:00
Eitan Isaacson
17f0419b09
Bug 1239051 - Labels should expose labeled controllers action. r=tbsaunde
2016-01-14 12:37:15 -08:00
Phil Ringnalda
e5b51ed668
Bug 845176 - Skip relations/test_embeds.xul on Linux debug and ASan, where it times out constantly
2015-12-09 18:48:26 -08:00
Robert O'Callahan
884728e2c1
Bug 1221043. Revert to including trailing whitespace for accessibility APIs. r=marcoz,mats
2015-12-01 02:21:25 +13:00
Alexander Surkov
f074f0378b
Bug 1226000
- control may pick up its name from wrong label, r=yzen
2015-11-24 14:44:24 -05:00
John Daggett
58aea8d328
Bug 1173260 - stub out tests that fail when 'cursive' is looked up via fontconfig. r=m_kato
2015-11-16 08:48:45 +09:00
Trevor Saunders
4871fe153a
bug 1213402 - separate value change events into text value changes and numeric value changes r=davidb
...
Arguably these are different things, and it will be easier to proxy events for
atk this way because atk only wants the numeric value changes.
2015-11-10 15:55:08 -05:00
Justin Obara
d248d5e184
Bug 1169019 - Removed screenreader announcement from gecko. r=yzen
2015-11-08 21:24:41 -08:00
Alexander Surkov
3b2b3cbc7c
Bug 582024 - ARIA active-descendant should work for ARIA owned elements, r=yzen
2015-11-03 11:03:34 -05:00
Alexander Surkov
a167ada93b
Bug 499917 - take into account aria-owns when calculating group attributes, test only, r=yzen
2015-11-03 11:03:23 -05:00
Alexander Surkov
f84f5ef832
Bug 1219744 - no child_of/parent_of relations for aria-owns, r=yzen
2015-11-02 12:42:27 -05:00
Robert O'Callahan
c9cf62c475
Bug 264412. Refactor nsIFrame::GetRenderedText API to be more sane. r=mats,marcoz
...
The test changes here are to adjust for the fact that
nsTextFrame::GetRenderedText can now trim whitespace from the end of lines
that end in a hard line break.
2015-10-30 19:23:10 +13:00
Alexander Surkov
5c8dc74dae
Bug 1219299 - rework aria-owns implementation, r=yzen
2015-10-29 18:08:48 -04:00
Ryan VanderMeulen
c07626a475
Bug 448064 - Add crashtest.
2015-10-24 15:03:19 -04:00
Robert O'Callahan
37b74104b6
Revert incorrectly committed changes ab657569f554 and a396f4262479
2015-10-24 22:38:22 +13:00
Robert O'Callahan
162b00750e
Bug 264412. Refactor nsIFrame::GetRenderedText API to be more sane. r=mats,marcoz
...
The test changes here are to adjust for the fact that
nsTextFrame::GetRenderedText can now trim whitespace from the end of lines
that end in a hard line break.
2015-10-24 22:27:29 +13:00
Tooru Fujisawa
82a15bf54f
Bug 1217038 - Remove for-each and legacy array comprehension from accessible/. r=yzen
2015-10-18 23:21:31 +09:00
Takeshi Kurosawa
9b5b3b3bfe
Bug 1007975 - div with display:table exposes table semantics r=surkov
...
- Construct a table accessible object if a content in question is HTML <table>
- Drop checking whether a table accessible object is built by CSS display:table from HTMLTableAccessbile::IsProbablyLayoutTable
2015-10-19 21:46:54 +09:00
Yura Zenevich
748d5072cc
Bug 1212528 - ensuring first seen document in ancestry is announced first. r=marcoz
2015-10-15 16:42:33 -04:00
Carsten "Tomcat" Book
d7f143eaad
Backed out 2 changesets (bug 1202902) to recking bug 1202902 to be able to reopen inbound on a CLOSED TREE
...
Backed out changeset 647025383676 (bug 1202902)
Backed out changeset d70c7fe532c6 (bug 1202902)
2015-10-07 14:03:21 +02:00
Sebastian Hengst
cd93f441eb
Backed out changeset c6b267589d0d (bug 1202902) for Mulet Reftest, W3C Platform Test and other failures. r=backout a=backout on a CLOSED TREE
2015-10-07 13:36:26 +02:00
Carsten "Tomcat" Book
b9e5717f50
Backed out 1 changesets (bug 1202902) for causing merge conflicts to mozilla-central
...
Backed out changeset cfc1820361f5 (bug 1202902)
2015-10-07 12:13:45 +02:00
Shu-yu Guo
b5f316de44
Bug 1202902 - Scripted fix the world.
2015-10-06 14:00:31 -07:00
Shu-yu Guo
f0cdd04e91
Bug 1202902 - Fix the world. (r=ato for marionette, rs=Mossop for rest)
2015-10-06 14:00:30 -07:00
Alexander Surkov
c8c132a9e4
Bug 1205318 - make aria-owns loop alg more sophisticated, r=yzen
2015-09-29 15:17:40 -04:00
Eitan Isaacson
cbe09dbbe3
Bug 1182311 - Make 3 finger triple tap more reliable. r=yzen
2015-09-29 14:37:11 -04:00
Alexander Surkov
7465d053af
Bug 1133213 - make aria-owns to alter the accessible tree, fire show/hide mutation events as we do for the accessible tree alterations, r=yzen, f=davidb
2015-09-15 12:01:51 -04:00
Wes Kocher
d072778cf8
Backed out changeset 0f4a1154350d (bug 1133213) for frequent a11y crashes CLOSED TREE
2015-09-14 16:08:47 -07:00