gecko-dev/accessible/atk
James Teh 447aa32c0e Bug 1862802 part 1: Provide an argument to PlatformCaretMoveEvent specifying whether the event was caused by user input. r=eeejay
This is needed in order to support find in page on Android using remote caret events instead of virtual cursor change events.

Depends on D192641

Differential Revision: https://phabricator.services.mozilla.com/D192642
2023-11-29 03:53:19 +00:00
..
AccessibleWrap.cpp Bug 1862802 part 1: Provide an argument to PlatformCaretMoveEvent specifying whether the event was caused by user input. r=eeejay 2023-11-29 03:53:19 +00:00
AccessibleWrap.h Bug 1694573 part 5: Make LocalAccessible call Platform*Event. Remove most of the platform HandleAccEvent overrides. r=eeejay 2023-07-19 02:56:54 +00:00
ApplicationAccessibleWrap.cpp Bug 1856795 - ride along: use = default; on some recently modified files r=emilio 2023-10-15 15:29:03 +00:00
ApplicationAccessibleWrap.h
DocAccessibleWrap.cpp
DocAccessibleWrap.h
DOMtoATK.cpp Bug 1834006 part 2: Remove ATK specific password masking code. r=morgan 2023-05-24 21:36:01 +00:00
DOMtoATK.h Bug 1834006 part 2: Remove ATK specific password masking code. r=morgan 2023-05-24 21:36:01 +00:00
InterfaceInitFuncs.h
moz.build Bug 1845883: Remove HyperTextAccessibleWrap. r=nlapre 2023-08-02 01:42:17 +00:00
nsMai.h Bug 1768785: Remove AtkSocketAccessible and related code. r=eeejay 2023-05-16 04:08:11 +00:00
nsMaiHyperlink.cpp Bug 1826856 - Remove sync AnchorURIAt method. r=Jamie 2023-04-25 16:34:12 +00:00
nsMaiHyperlink.h Bug 1834006 part 1: Remove several unnecessary differentiations between local and remote Accessibles in platform specific code. r=morgan 2023-05-24 21:36:00 +00:00
nsMaiInterfaceAction.cpp Bug 1821957: Remove RemoteAccessible methods which are already supported by RemoteAccessibleBase/CachedTableAccessible/CachedTableCellAccessible or are no longer used. r=eeejay,ipc-reviewers,mccr8 2023-05-21 02:44:36 +00:00
nsMaiInterfaceComponent.cpp Bug 1854473 - Use screen's scale factor when providing accessible bounds in ATK. r=nlapre 2023-09-26 18:41:32 +00:00
nsMaiInterfaceDocument.cpp Bug 1826869 - Cache doc mime type and make available via DocAccessibleParent. r=morgan,ipc-reviewers,mccr8 2023-05-26 22:17:13 +00:00
nsMaiInterfaceEditableText.cpp Bug 1832353 - P3: Make editable text methods async and return void. r=Jamie,ipc-reviewers,mccr8 2023-05-26 22:17:12 +00:00
nsMaiInterfaceHyperlinkImpl.cpp Bug 1834006 part 1: Remove several unnecessary differentiations between local and remote Accessibles in platform specific code. r=morgan 2023-05-24 21:36:00 +00:00
nsMaiInterfaceHypertext.cpp Bug 1826858 - Eliminate LinkAt sync IPDL call. r=nlapre 2023-04-14 18:38:18 +00:00
nsMaiInterfaceImage.cpp
nsMaiInterfaceSelection.cpp
nsMaiInterfaceTable.cpp Bug 1832228 part 3: Rename TableAccessibleBase to TableAccessible and TableCellAccessibleBase to TableCellAccessible. r=nlapre 2023-06-08 09:50:28 +00:00
nsMaiInterfaceTableCell.cpp Bug 1862437: Return the correct data for ATK get_row_column_span. r=eeejay 2023-11-21 23:34:15 +00:00
nsMaiInterfaceText.cpp Bug 1372296: Unify ScrollSubstringToPoint for local and remote Accessibles, thus enabling support for RemoteAccessible on Windows. r=eeejay 2023-08-08 05:18:55 +00:00
nsMaiInterfaceValue.cpp Bug 1826865 - Make SetCurValue asynchronous. r=Jamie,ipc-reviewers,jld 2023-04-28 15:59:01 +00:00
nsStateMap.h
Platform.cpp Bug 1768785: Remove AtkSocketAccessible and related code. r=eeejay 2023-05-16 04:08:11 +00:00
RootAccessibleWrap.cpp Bug 1856795 - Remove redundant member init r=emilio 2023-10-15 15:29:02 +00:00
RootAccessibleWrap.h
UtilInterface.cpp