gecko-dev/accessible/base
2022-01-18 23:31:21 +00:00
..
AccAttributes.cpp Bug 1737944 - P2: Allow AccAttributes to store a UniquePtr of AccGroupInfo. r=Jamie 2022-01-04 21:01:34 +00:00
AccAttributes.h Bug 1737944 - P2: Allow AccAttributes to store a UniquePtr of AccGroupInfo. r=Jamie 2022-01-04 21:01:34 +00:00
AccEvent.cpp Bug 1741792 part 1: Cache the caret in the parent process using caret events. r=eeejay 2021-12-01 04:48:33 +00:00
AccEvent.h Bug 1747749 - Introduce inner reorder event. r=Jamie 2022-01-04 17:41:41 +00:00
AccGroupInfo.cpp Bug 1737944 - P9: Make AccGroupInfo use Accessible. r=Jamie 2022-01-04 21:01:38 +00:00
AccGroupInfo.h Bug 1737944 - P9: Make AccGroupInfo use Accessible. r=Jamie 2022-01-04 21:01:38 +00:00
AccIterator.cpp Bug 1737944 - P9: Make AccGroupInfo use Accessible. r=Jamie 2022-01-04 21:01:38 +00:00
AccIterator.h
AccTypes.h Bug 1747835 - P1: Add eHTMLDateTimeFieldType AccType and IsDateTimeField checker. r=morgan 2022-01-05 22:30:52 +00:00
ARIAMap.cpp Bug 1727616 - Add meter ARIA role. r=Jamie 2021-08-26 16:17:21 +00:00
ARIAMap.h Backed out 4 changesets (bug 1722396) for causing multiple failures CLOSED TREE 2021-07-30 01:39:18 +03:00
ARIAStateMap.cpp
ARIAStateMap.h
Asserts.cpp
CacheConstants.h Bug 1737944 - P4: Cache aria group attributes and introduce Accessible getter. r=Jamie 2022-01-04 21:01:35 +00:00
DocManager.cpp Bug 1730541, remove nsCoreUtils::IsContentDocument, r=nika 2021-09-13 21:01:23 +00:00
DocManager.h
EmbeddedObjCollector.cpp
EmbeddedObjCollector.h
EventQueue.cpp Bug 1723614 - P2: Robustify name change events and use events in name tests. r=Jamie 2021-08-05 23:04:17 +00:00
EventQueue.h
EventTree.cpp Bug 1725145 - fixes for linking in the hybrid build env. r=valentin 2021-08-22 10:21:56 +00:00
EventTree.h
Filters.cpp
Filters.h
FocusManager.cpp Bug 1691930 - Check that FocusedChild is bound to a doc in RecvFocusedChild. r=Jamie 2021-03-24 16:24:47 +00:00
FocusManager.h
HTMLMarkupMap.h Bug 1714390 - P5: Use static aria_* atoms for aria attributes. r=Jamie 2021-06-10 23:07:07 +00:00
IDSet.h
Logging.cpp Bug 1741148 - part 4: Add nsINode::ComputeIndexInParentNode() and nsINode::ComputeIndexInParentContent() r=smaug 2021-12-09 12:03:00 +00:00
Logging.h Bug 1729061 - Introduce cache verification logging. r=Jamie 2021-09-28 21:55:41 +00:00
MathMLMarkupMap.h Bug 1703600 part 4: Move MathML elements into MathMLMarkupMap.h. r=eeejay 2021-04-14 04:11:18 +00:00
moz.build Bug 1737944 - P2: Allow AccAttributes to store a UniquePtr of AccGroupInfo. r=Jamie 2022-01-04 21:01:34 +00:00
NotificationController.cpp Bug 1744009 - Accessibility fixes for new combobox layout code. r=eeejay 2022-01-17 11:10:05 +00:00
NotificationController.h Bug 1613634 - Reduce calls to CoalesceMutationEvents r=Jamie,eeejay 2022-01-07 18:48:37 +00:00
nsAccCache.h
nsAccessibilityService.cpp Bug 1744009 - Accessibility fixes for new combobox layout code. r=eeejay 2022-01-17 11:10:05 +00:00
nsAccessibilityService.h Bug 1744009 - Accessibility fixes for new combobox layout code. r=eeejay 2022-01-17 11:10:05 +00:00
nsAccessiblePivot.cpp Bug 1694571: Replace AccessibleOrProxy's with Accessible's r=Jamie 2021-07-22 17:58:49 +00:00
nsAccessiblePivot.h
nsAccUtils.cpp Bug 1748878: Use LayoutDeviceInt types for points, rects, sizes in dev pixels r=Jamie,emilio 2022-01-18 23:31:21 +00:00
nsAccUtils.h Bug 1748878: Use LayoutDeviceInt types for points, rects, sizes in dev pixels r=Jamie,emilio 2022-01-18 23:31:21 +00:00
nsCoreUtils.cpp Bug 1748878: Use LayoutDeviceInt types for points, rects, sizes in dev pixels r=Jamie,emilio 2022-01-18 23:31:21 +00:00
nsCoreUtils.h Bug 1748878: Use LayoutDeviceInt types for points, rects, sizes in dev pixels r=Jamie,emilio 2022-01-18 23:31:21 +00:00
nsEventShell.cpp Bug 1727373 - Add state change info in event logging. r=morgan 2021-08-24 23:49:59 +00:00
nsEventShell.h Bug 1714390 - P2: Use AccAttributes for accessible and text attributes. r=Jamie 2021-06-10 23:07:05 +00:00
nsTextEquivUtils.cpp Bug 1725145 - header files fixes in the hybrid build env. r=valentin 2021-08-22 10:21:55 +00:00
nsTextEquivUtils.h
Pivot.cpp Bug 1748878: Use LayoutDeviceInt types for points, rects, sizes in dev pixels r=Jamie,emilio 2022-01-18 23:31:21 +00:00
Pivot.h Bug 1694571: Replace AccessibleOrProxy's with Accessible's r=Jamie 2021-07-22 17:58:49 +00:00
Platform.h
Relation.h
RelationType.h Bug 1710751: Create LINKS_TO relation to track anchors and their corresponding elements r=eeejay 2021-05-26 21:31:42 +00:00
RelationTypeMap.h Bug 1710751: Create LINKS_TO relation to track anchors and their corresponding elements r=eeejay 2021-05-26 21:31:42 +00:00
Role.h
RoleMap.h Bug 1732108: Map ATK_ROLE_CONTENT_DELETION/INSERTION. r=eeejay 2021-09-24 00:05:50 +00:00
SelectionManager.cpp Bug 1741792 part 1: Cache the caret in the parent process using caret events. r=eeejay 2021-12-01 04:48:33 +00:00
SelectionManager.h
States.h Bug 1738032 part 2: Push a11y state in the initial cache push. r=eeejay 2021-11-02 23:56:35 +00:00
Statistics.h
StyleInfo.cpp Bug 1723921 - Cleanup nsComputedDOMStyle and related APIs. r=layout-reviewers,jfkthame 2021-08-07 09:47:15 +00:00
StyleInfo.h Bug 1714390 - P4: Set non-string values in AccAttributes when possible. r=Jamie 2021-06-10 23:07:06 +00:00
TextAttrs.cpp Bug 1730096 part 2: Implement support for text attributes in TextLeafPoint. r=eeejay 2021-11-01 23:27:37 +00:00
TextAttrs.h Bug 1714390 - P2: Use AccAttributes for accessible and text attributes. r=Jamie 2021-06-10 23:07:05 +00:00
TextLeafRange.cpp Bug 1741792 part 2: Use the cached caret. r=eeejay 2021-12-01 04:48:34 +00:00
TextLeafRange.h Bug 1730862 part 2: Support retrieval of the caret using TextLeafPoint. r=eeejay 2021-11-30 02:07:37 +00:00
TextRange-inl.h
TextRange.cpp Bug 1735446 - part 4: Make Selection::GetRangeAt() take uint32_t instead of int32_t r=smaug 2021-12-09 07:35:09 +00:00
TextRange.h
TextUpdater.cpp
TextUpdater.h
TreeWalker.cpp Bug 1731526 - Fix non-unified build errors in accessible/. r=eeejay 2021-09-22 01:41:40 +00:00
TreeWalker.h
XULMap.h