Commit Graph

2893 Commits

Author SHA1 Message Date
Phil Ringnalda
82aafe837c Back out ecd327272240 (bug 733712) for Linux oth assertions
CLOSED TREE
2013-04-15 13:31:24 -07:00
Vasil Dimov
ae43f13227 bug 733712 - don't call atk_object_set_name() r=tbsaunde 2013-04-15 14:21:20 -04: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
Trevor Saunders
8cac19a60b bug 858896 - crash if sdnAccessible is constructed with a null node r=davidb 2013-04-08 12:06:57 -04:00
Trevor Saunders
49055ecbc9 bug 856349 - remove useless SHORT_LIBNAME assignments r=glandium 2013-03-30 15:42:45 -04:00
David Zbarsky
a3eafcf007 Bug 857884 - Use dom::EventTarget more in content/ and dom/ r=Ms2ger 2013-04-05 20:44:15 -04:00
Jim Mathies
e95156ae17 Bug 855232 - don't send native msaa accessible events when running in metro, it messes up soft keyboard display. r=dbolter 2013-04-05 05:33:41 -05:00
Alexandre BM
6c18a863dc Bug 850987 - RenderedToContentOffset/ContentToRenderedOffset should return an offset unchanged for HTMLTextFieldAccessible, r=tbsaunde, f=surkov 2013-04-05 17:15:26 +09:00
Alexander Surkov
d650d3f4e1 Bug 857936 - ARIA columnheader/rowheader should inherit editable state, r=tbsaunde 2013-04-05 11:10:17 +09:00
Yura Zenevich
c368d15c02 Bug 753984 - added a preference for utterance order to make it configurable. Presenter context was moved to Utils and renamed to pivot context. Created a new method to generate utterance for pivot context. Moved context utterance generation from Pivot(Presentation) to UtteranceGenerator. r=eeejay 2013-04-04 15:16:37 -07:00
Yura Zenevich
400b3881fb Bug 753984 - added tests for an utterance order configurability. r=eeejay 2013-04-04 15:16:37 -07:00
Yura Zenevich
9a2d0b2da0 Bug 857749 - fixed an issue with utterance generator function for application. r=eeejay 2013-04-03 16:53:05 -07:00
matekm
98c3b1a219 Bug 784739 - Switch from NULL to nullptr in accessible/; r=ehsan
--HG--
extra : rebase_source : 1adb3db25645398b42222553330fba0feaf1ed9f
2013-04-02 20:33:43 -04: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
Trevor Saunders
c27cf99233 bug 856476 - bustage fix on osx r=me landed on a CLOSED TREE 2013-04-01 06:56:01 -04:00
Trevor Saunders
894ce12a51 bug 856487 - remove some xpcom goo from nsAccUtils r=surkov 2013-03-31 20:57:07 -04:00
Trevor Saunders
6a89b1b6d2 bug 781971 - hack around plugin hangs r=surkov 2013-02-26 17:07:24 -05:00
Robert Bindar
d4095a084c bug 856409 - Fixed comparison warnings about comparision between uint32_t and int32_t. r=tbsaunde 2013-03-31 18:38:32 -04:00
Alexander Surkov
e50eac0080 Bug 855732 - getTextBeforeOffset for word boundaries: evolving, r=tbsaunde 2013-03-31 22:39:29 +09: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
Brandon Coffman
52fa94fca1 Bug 849624 - Add tests. r=surkov 2013-03-29 07:04:28 -04:00
Brandon Coffman
542f20e2f4 Bug 849624 - Map header and footer to their newly recommended roles. r=surkov 2013-03-29 07:05:39 -04:00
Joel Maher
e1c993c75b Bug 856000 - remove SimpleTest.finish() call from states/test_tree.xul. r=tbsaunde 2013-03-29 08:43:29 -04:00
Andrea Marchesini
77ae8010d9 Bug 825196 - Rename nsHTMLInputElement to HTMLInputElement. r=Ms2ger
--HG--
rename : content/html/content/src/nsHTMLInputElement.cpp => content/html/content/src/HTMLInputElement.cpp
rename : content/html/content/src/nsHTMLInputElement.h => content/html/content/src/HTMLInputElement.h
2013-03-28 15:41:32 -04:00
Trevor Saunders
0e017966ce bug 845134 - enable more logging 2013-03-27 14:56:50 -04:00
Ryan VanderMeulen
fe0fde1dd9 Backed out changeset e420e4044337 (bug 845134) for OSX 10.6 mochitest-other orange. 2013-03-27 16:59:06 -04:00
Trevor Saunders
205968e53e bug 845134 - enable more logging 2013-03-27 14:56:50 -04:00
Mounir Lamouri
008ad31686 Bug 847233 - Fix a11y with <input type='file'> changes. r=surkov 2013-03-27 11:35:22 +00:00
Alexander Surkov
d42673dcb7 Bug 853361 - moving by words is inconsistent, r=roc 2013-03-27 09:57:29 +09: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
David Bolter
bc310c1f76 Bug 853581 - Minor nsAccUtils cleanup. r=tbsaunde 2013-03-26 18:25:54 +01:00
Alexander Surkov
f1159deaac Bug 853340 - getTextAtOffset for word boundaries: beginning of a new life, r=tbsaunde
CLOSED TREE
2013-03-24 09:57:06 +09:00
Trevor Saunders
42c1d5ef97 backout 392c55ce512d bug 853340 to see if it somehow broke linux pgo landed on a CLOSED TREE 2013-03-24 15:28:34 -04:00
Alexander Surkov
3ba4d66119 Bug 853340 - getTextAtOffset for word boundaries: beginning of a new life, r=tbsaunde 2013-03-24 09:57:06 +09:00
Alexander Surkov
4611850e53 Bug 852804 - a11y::SelectionManager shouldn't hold a strong ref to focused element, r=tbsaunde 2013-03-23 10:59:48 +09:00
Hubert Figuière
dc38ed4ff0 Bug 835338 - Part 2: Reenable test_scroll.xul on Mac. r=tbsaunde 2013-03-21 17:31:41 -04:00
Trevor Saunders
e8b1760d8b bug 853927 - rm the shenanigans test_scroll.xul does to open a file r=davidb f=jmaher 2013-03-22 13:48:35 -04:00
Trevor Saunders
2c4b7496cc bug 852044 - test_link.html doesn't assert on mac either anymore 2013-03-22 05:02:05 -04:00
Trevor Saunders
06fd0a980e bug 852044 - follow up test_link.html doesn't assert on win anymore 2013-03-22 05:00:31 -04:00
Trevor Saunders
a25e658ed5 bug 852044 - don't fire sync events from DocAccessible::ProcessLoad() r=surkov 2013-03-18 01:58:34 -04:00
Alexander Surkov
ddc3fa1553 Bug 852021 - add getText* at caret offset mochitest, r=tbsaunde 2013-03-22 11:02:35 +09:00
David Zbarsky
5cc0fcdcdf Bug 847007: Remove nsIContent includes r=Ms2ger 2013-03-21 20:05:20 -04:00
David Zbarsky
9a11ed834c Bug 847007: Remove nsIDocument includes r=Ms2ger 2013-03-21 20:05:19 -04:00
Mike Shal
c2a9341a2e Bug 852534 - Remove GRE_MODULE from Makefile.in; r=gps 2013-03-21 08:41:00 -07:00
Gregory Szorc
09e7b06723 Bug 844654 - Part 3: Remove now empty Makefile.in files; rs=khuey
--HG--
extra : rebase_source : 8de9c7f68a953e574dda22f8c14c2b2ca60444f9
2013-03-19 18:49:07 -07:00
Mike Shal
9680b82df6 Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps 2013-03-19 11:47:00 -07:00
Trevor Saunders
8b11739fc1 bug 852379 - remove unecessary nsHashtable.h includes r=Ms2ger 2013-03-18 21:18:26 -04:00
Trevor Saunders
67dff5d95a bug 850797 - add nsIDocument::IsVisibleConsideringAncestors() r=bz 2013-03-16 00:13:38 -04:00
Trevor Saunders
4e9b298abf bug 850981 - make AppendChild inline around InsertChildAt() r=surkov 2013-03-14 00:53:28 -04:00