Commit Graph

4070 Commits

Author SHA1 Message Date
Alexander Surkov
24dba3d6a7 Bug 861062 - getTextAfterOffset for word boundaries: still evolving, r=tbsaunde 2013-05-15 17:26:17 +09:00
Alexander Surkov
3c29f55adb Bug 865591 - visible menu item have offscreen state, r=tbsaunde 2013-05-14 14:02:48 +09:00
Chen Dai
04051cfe44 Bug 869322 - Remove stray parens causing Google Talkback being unable to read text in input boxes. r=eitan 2013-05-08 21:54:05 -04:00
Alexander Surkov
2967dba6fa Bug 865997 - Don't prune complex subtrees for roles usually having no children, r=tbsaunde 2013-05-08 18:26:54 +09:00
Daniel Holbert
849ff6bc22 Bug 869750 - Remove unused variables from HyperTextAccessible.cpp. r=surkov 2013-05-07 22:38:16 -04:00
Alexander Surkov
8f76a2b452 Bug 860013 part2: mimic WebKitGtk behavior for text_at_offset word_end boundary, r=tbsaunde 2013-05-07 18:18:37 +09:00
Trevor Saunders
ee4e3d1b4e bug 865559 - follow up to fix NS_NOTREACHED() not being declared in mingw debug builds r=me 2013-05-06 17:27:52 -04:00
Alexander Surkov
e3867fc39f Bug 865588 - tear off ISimpleDOMText, r=tbsaunde
--HG--
rename : accessible/src/windows/msaa/TextLeafAccessibleWrap.cpp => accessible/src/windows/sdn/sdnTextAccessible.cpp
rename : accessible/src/windows/msaa/TextLeafAccessibleWrap.h => accessible/src/windows/sdn/sdnTextAccessible.h
2013-05-06 21:08:08 +09:00
Jonathan Watt
8df48d0c75 Bug 853525 - Convert much of HTMLInputElement (step handling, validation, events, etc.) to use mozilla::Decimal (a Binary Coded Decimal type) to avoid many rounding issues when it has fractional step values. r=mounir 2013-05-06 00:23:18 +01:00
Alexander Surkov
f13d6cee71 Bug 865559 - get rid of nsAccessNodeWrap, r=tbsaunde 2013-05-05 14:38:14 +09:00
Alexander Surkov
e0c75c54ed Bug 862863 - inactive document accessible might be lost, r=tbsaunde 2013-05-04 20:06:22 +09:00
Gregory Szorc
522764dec4 Bug 863069 - Part 1: Sort lists in moz.build files; r=mshal 2013-05-03 09:54:45 -07:00
Trevor Saunders
a36bcc36bc bug 868215 - add optgroup test r=surkov 2012-11-17 08:06:40 -05:00
Alexander Surkov
8ed331f2de Bug 860013 - navigation by words broken with orca, r=tbsaunde 2013-05-03 23:10:05 +09:00
Alexander Surkov
e55603cbe7 Bug 865240 - fix IUnknown implementation, r=tbsaunde
--HG--
rename : accessible/src/windows/msaa/AccessibleWrap.h => accessible/src/windows/msaa/IUnknownImpl.h
2013-04-30 12:23:48 +09:00
Eitan Isaacson
4f54ad6ad9 Bug 808596 - Introduce key role. r=surkov 2013-04-29 14:07:39 -07:00
Eitan Isaacson
80509d09a7 Bug 866862 - Block 'click' on desktop browser. r=yzen 2013-04-29 12:45:12 -07:00
Alexander Surkov
b3dd9402da Bug 559764 - make input@type=range accessible, r=tbsaunde, roc, smaug 2013-04-28 09:54:54 +09:00
Aryeh Gregor
f0404a303a Bug 859817 - Remove implicit conversions from raw pointer to already_AddRefed; r=Ms2ger 2013-04-22 14:15:59 +03:00
Eitan Isaacson
65f06f8bcd Bug 865452 - Don't capture scripted mouse events. r=yzen 2013-04-25 12:39:16 -07:00
Eitan Isaacson
f5fea201e9 Bug 865449 - Make AccessFu more desktop-browser friendly. r=yzen
- Use Speech presenter on everything but mobile/android
- Filter out accessibility events that are chrome related.
- Don't capture key presses on desktop
- Rework TouchAdapter to take mouse events on desktop.
    Generating touch events does not work on desktop since that interface is preffed out by default.
    We lost the ability to do multiple finger gestures with modifier keys, but that was not really used anyway.
2013-04-25 12:39:16 -07:00
Eitan Isaacson
26dca3b0bb Bug 865430 - Give dispatched mouse events from a11y an unkown input source. r=surkov 2013-04-25 09:16:10 -07:00
Eitan Isaacson
60ca5af6d1 Bug 865447 - Expose Accessfu input object for scripting purposes. r=yzen 2013-04-25 09:16:10 -07:00
Alexander Surkov
78558d84e7 Bug 864646 - get rid nsARIAMap struct, r=tbsaunde
--HG--
rename : accessible/src/base/nsARIAMap.cpp => accessible/src/base/ARIAMap.cpp
rename : accessible/src/base/nsARIAMap.h => accessible/src/base/ARIAMap.h
2013-04-25 12:48:26 +09:00
Eitan Isaacson
4e483b7739 Bug 865026 - Added option for output notification. r=davidb 2013-04-24 10:33:16 -07:00
Yura Zenevich
7399dfba4c Bug 811307 - [PATCH 2/2] [AccessFu] Add mochitest for enabling. Tear-down bits by MarcoZ. r=eeejay r=marcoz 2013-04-23 10:39:15 -07:00
Yura Zenevich
51ea552b94 Bug 811307 - [PATCH 1/2] added AccessFu.detach method. Also made necessary changes to cleanly disable/enable and attach/detach AccessFu. r=eeejay r=marcoz 2013-04-23 10:39:15 -07:00
Mats Palmgren
72dcb9d7c9 Bug 863120 - Make RootAccessibleWrap.mm #include header files for layout things it uses. r=surkov 2013-04-23 13:37:18 +02:00
Trevor Saunders
d5adeefcd6 bug 809338 - fixup test 2013-04-23 02:00:31 -04:00
Trevor Saunders
630e403e12 bug 809338 - don't flatten optgroups r=surkov 2012-11-10 04:41:40 -05:00
Alexander Surkov
dd4f686085 Bug 440590 - Text selection information is not updated when HTML and XUL entries lose focus, r=tbsaunde 2013-04-22 17:10:09 +09:00
David Zbarsky
b1ad5f5a1f [Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 6 r=Ms2ger 2013-04-19 18:18:33 -04:00
David Zbarsky
dd6ace641b [Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 5 r=Ms2ger 2013-04-19 18:18:32 -04:00
Bobby Holley
cfe137c733 Bug 860438 - Straightforward cases. r=gabor 2013-04-18 11:36:03 -04:00
Trevor Saunders
67157be678 bug 733712 - don't call atk_object_set_name() r=tbsaunde 2013-04-17 04:29:35 -04:00
Mike Shal
df7deac25b Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey 2013-04-16 15:24:43 -04:00
Phil Ringnalda
105a94f13b Back out ecd327272240 (bug 733712) for Linux oth assertions
CLOSED TREE
2013-04-15 13:31:24 -07:00
Vasil Dimov
3746848945 bug 733712 - don't call atk_object_set_name() r=tbsaunde 2013-04-15 14:21:20 -04:00
Matt Brubeck
cbd07f4ebc 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
df566605b4 bug 858896 - crash if sdnAccessible is constructed with a null node r=davidb 2013-04-08 12:06:57 -04:00
Trevor Saunders
910e36a49a bug 856349 - remove useless SHORT_LIBNAME assignments r=glandium 2013-03-30 15:42:45 -04:00
David Zbarsky
59707ec484 Bug 857884 - Use dom::EventTarget more in content/ and dom/ r=Ms2ger 2013-04-05 20:44:15 -04:00
Jim Mathies
38a60197ca 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
7134130a62 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
c4f08a41d3 Bug 857936 - ARIA columnheader/rowheader should inherit editable state, r=tbsaunde 2013-04-05 11:10:17 +09:00
Yura Zenevich
24d10f8c80 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
30752f7d2b Bug 753984 - added tests for an utterance order configurability. r=eeejay 2013-04-04 15:16:37 -07:00
Yura Zenevich
49fe4e1073 Bug 857749 - fixed an issue with utterance generator function for application. r=eeejay 2013-04-03 16:53:05 -07:00
matekm
036bd4e5a1 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
72a717a860 Bug 855465 - Add emacs python mode comments to moz.build files; r=gps 2013-04-01 11:36:59 -07:00