gecko-dev/accessible/base
Eitan Isaacson ff59e176e4 Bug 1692523 - P2: Prefix remote heirarchy functions with 'Remote'. r=Jamie
Parent -> RemoteParent
ChildAt -> RemoteChildAt
FirstChild -> RemoteFirstChild
LastChild -> RemoteLastChild
NextSibling -> RemoteNextSibling
PrevSibling -> RemotePrevSibling

Differential Revision: https://phabricator.services.mozilla.com/D105035
2021-02-16 20:05:11 +00:00
..
ARIAMap.cpp Bug 1359482: Don't expose the editable state on ARIA grids and gridcells. r=eeejay 2021-01-15 01:32:13 +00:00
ARIAMap.h Bug 1678015 - Expose assertive live region attributes for ARIA alerts on Mac, r=Jamie,eeejay 2020-12-02 20:54:41 +00:00
ARIAStateMap.cpp Bug 1359482: Don't expose the editable state on ARIA grids and gridcells. r=eeejay 2021-01-15 01:32:13 +00:00
ARIAStateMap.h Bug 1359482: Don't expose the editable state on ARIA grids and gridcells. r=eeejay 2021-01-15 01:32:13 +00:00
AccEvent.cpp Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
AccEvent.h Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
AccGroupInfo.cpp Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
AccGroupInfo.h
AccIterator.cpp Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
AccIterator.h
AccTypes.h Bug 1687239 part 2 - Remove plugin support from layout/. r=emilio 2021-01-25 11:53:49 +00:00
AccessibleOrProxy.cpp Bug 1692523 - P2: Prefix remote heirarchy functions with 'Remote'. r=Jamie 2021-02-16 20:05:11 +00:00
AccessibleOrProxy.h Bug 1692523 - P2: Prefix remote heirarchy functions with 'Remote'. r=Jamie 2021-02-16 20:05:11 +00:00
Asserts.cpp
DocManager.cpp Bug 1646486: Move dom::Document::IsVisibleConsideringAncestors to a11y::nsCoreUtils::IsDocumentVisibleConsideringInProcessAncestors. r=emilio 2021-02-09 00:44:21 +00:00
DocManager.h Bug 1690456: Don't allow nsAccessibilityService to be shut down while a parent document is still shutting down. r=yzen 2021-02-04 01:10:52 +00:00
EmbeddedObjCollector.cpp Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
EmbeddedObjCollector.h
EventQueue.cpp Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
EventQueue.h Bug 493683 part 3: When an Accessible mutates, fire description change events on an Accessible described by it (or an ancestor thereof) via a relation. r=eeejay 2021-01-27 00:39:08 +00:00
EventTree.cpp Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
EventTree.h
Filters.cpp
Filters.h
FocusManager.cpp Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
FocusManager.h
IDSet.h
Logging.cpp Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
Logging.h
MarkupMap.h Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
NotificationController.cpp Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
NotificationController.h Bug 493683 part 3: When an Accessible mutates, fire description change events on an Accessible described by it (or an ancestor thereof) via a relation. r=eeejay 2021-01-27 00:39:08 +00:00
Pivot.cpp Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
Pivot.h Bug 493683 part 4: Add a PivotRule to match any local Accessible in the same document. r=eeejay 2021-01-25 01:12:17 +00:00
Platform.h Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
Relation.h
RelationType.h
RelationTypeMap.h
Role.h Bug 1665962: Introduce roles::LISTITEM_MARKER to rolemap, add mac mapping to AXListMarker r=eeejay,Jamie 2020-09-29 22:31:58 +00:00
RoleMap.h Bug 1674215 - Map role=tooltip to AXGroup instead of AXHelpTag. r=morgan 2020-11-10 23:15:02 +00:00
SelectionManager.cpp Bug 1652017 - Remove unnecessary includes for expensive nsIFrame.h. r=emilio 2020-07-15 13:44:39 +00:00
SelectionManager.h Bug 1652017 - Remove unnecessary includes for expensive nsIFrame.h. r=emilio 2020-07-15 13:44:39 +00:00
States.h
Statistics.h
StyleInfo.cpp Bug 1682003 - Avoid UTF-8 -> UTF-16 conversion during CSSOM serialization. r=heycam 2020-12-17 14:04:35 +00:00
StyleInfo.h
TextAttrs.cpp Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
TextAttrs.h
TextRange-inl.h
TextRange.cpp Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
TextRange.h Bug 1683561 - Make `accessibility` buildable outside of `unified-build` environment. r=sg 2021-01-05 09:47:12 +00:00
TextUpdater.cpp Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
TextUpdater.h
TreeWalker.cpp Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
TreeWalker.h
XULMap.h Bug 1652211 - Create and destroy xul tooltips as they appear and go away. r=Jamie 2020-07-16 17:51:22 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
nsAccCache.h
nsAccUtils.cpp Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
nsAccUtils.h
nsAccessibilityService.cpp Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
nsAccessibilityService.h Bug 1680840: Fire table styling changed event when style changes that may affect data/layout table classification r=emilio,eeejay 2021-02-04 20:50:05 +00:00
nsAccessiblePivot.cpp Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
nsAccessiblePivot.h
nsCoreUtils.cpp Bug 1646486: Move dom::Document::IsVisibleConsideringAncestors to a11y::nsCoreUtils::IsDocumentVisibleConsideringInProcessAncestors. r=emilio 2021-02-09 00:44:21 +00:00
nsCoreUtils.h Bug 1646486: Move dom::Document::IsVisibleConsideringAncestors to a11y::nsCoreUtils::IsDocumentVisibleConsideringInProcessAncestors. r=emilio 2021-02-09 00:44:21 +00:00
nsEventShell.cpp
nsEventShell.h
nsTextEquivUtils.cpp Bug 1692523 - P1: Prefix local heirarchy functions with 'Local'. r=Jamie 2021-02-16 20:05:10 +00:00
nsTextEquivUtils.h Bug 1650462: Don't include group descendants when calculating the acc name of treeitems. r=MarcoZ 2020-07-13 01:32:33 +00:00