gecko-dev/accessible/base
Bas Schouten 25a1b0f61f Bug 1669256 - Part 1: Remove AbstractEventQueue and de-templatize ThreadEventQueue. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D92709
2020-10-09 17:56:34 +00:00
..
ARIAMap.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
ARIAMap.h Bug 1600362 - Cleanup IntersectionObserver. r=smaug 2019-11-29 20:39:36 +00:00
ARIAStateMap.cpp
ARIAStateMap.h
AccEvent.cpp Bug 1649217 - Part 3: Support isSelectionCollapsed in caret moved xpcom iface. r=Jamie 2020-07-02 17:43:21 +00:00
AccEvent.h Bug 1649217 - Part 1: Add isSelectionCollapsed to AccCaretMoveEvent. r=Jamie 2020-07-02 17:43:09 +00:00
AccGroupInfo.cpp Bug 1635309: Clear conceptual parent when updating AccGroupInfo. r=MarcoZ 2020-05-05 05:36:31 +00:00
AccGroupInfo.h Bug 1608969 - Add new ARIA 1.3 comment role, r=Jamie 2020-03-01 19:35:06 +00:00
AccIterator.cpp Bug 1640605 - Remove IsInAnonymousSubtree / IsRootOfAnonymousSubtree. r=edgar 2020-05-25 11:43:51 +00:00
AccIterator.h Bug 1587791 - remove XBL backed accessible relations support r=MarcoZ 2019-10-10 14:08:17 +00:00
AccTypes.h Bug 1625864 - Fire state change event on LINKED change. r=Jamie,morgan 2020-04-24 14:34:09 +00:00
AccessibleOrProxy.cpp Bug 1649575 - Part 1: Add comparators to AccessibleOrProxy. r=Jamie 2020-07-02 21:24:32 +00:00
AccessibleOrProxy.h Bug 1662147: Add AXControlSearchKey to rotor r=eeejay 2020-09-15 16:42:34 +00:00
Asserts.cpp Bug 1641932: Add Mac subroles to role map. r=eeejay 2020-06-05 03:45:44 +00:00
DocManager.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
DocManager.h Bug 1630208 part 3: Clean up the remote XPC document accessible cache on shutdown. r=yzen 2020-06-17 18:42:30 +00:00
EmbeddedObjCollector.cpp
EmbeddedObjCollector.h
EventQueue.cpp Bug 1669256 - Part 1: Remove AbstractEventQueue and de-templatize ThreadEventQueue. r=smaug 2020-10-09 17:56:34 +00:00
EventQueue.h
EventTree.cpp
EventTree.h
Filters.cpp Bug 1455066 - Take into account wrapping div or section elements when calculating table indexes for grid rows, r=Jamie 2020-03-04 06:25:01 +00:00
Filters.h
FocusManager.cpp Bug 1660359 part 2: Allow a11y focus on a remote print preview OuterDocAccessible. r=jwatt,yzen 2020-08-27 06:12:25 +00:00
FocusManager.h
IDSet.h
Logging.cpp Bug 1634591: Rename nsCoreUtils::IsTabDocument to IsTopLevelContentDocInProcess. Rename DocAccessible::eTabDocument to eTopLevelContentDocInProcess. r=MarcoZ 2020-06-10 05:03:05 +00:00
Logging.h
MarkupMap.h Bug 1668707: When deciding whether to create a div Accessible, skip the first/last child if it's invisible and consider inline-block, etc. r=MarcoZ 2020-10-02 07:15:15 +00:00
NotificationController.cpp Bug 1666617 - Add an observer description argument to AddRefreshObserver. r=smaug 2020-09-25 02:36:29 +00:00
NotificationController.h Bug 1656117 - Reduce include dependencies on nsRefreshDriver.h. r=mstange 2020-08-04 21:17:50 +00:00
Pivot.cpp Bug 1662262: Move and modify mac pivot rules for better granularity r=eeejay 2020-09-01 22:12:55 +00:00
Pivot.h Bug 1662262: Move and modify mac pivot rules for better granularity r=eeejay 2020-09-01 22:12:55 +00:00
Platform.h Bug 1226473 - Support AXSelectedTextMarkerRange. r=morgan 2020-07-06 17:32:45 +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 1665962: Introduce roles::LISTITEM_MARKER to rolemap, add mac mapping to AXListMarker r=eeejay,Jamie 2020-09-29 22:31:58 +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 1646336 - Don't unnecessarily lose precision in nsComputedDOMStyle. r=hiro 2020-06-18 00:42:47 +00:00
StyleInfo.h
TextAttrs.cpp Bug 1665962: Introduce roles::LISTITEM_MARKER to rolemap, add mac mapping to AXListMarker r=eeejay,Jamie 2020-09-29 22:31:58 +00:00
TextAttrs.h Bug 1602317 - Switch style system to associated constants-in-body. r=heycam 2019-12-09 03:32:28 +00:00
TextRange-inl.h
TextRange.cpp Bug 1661765 - Part 1: Move selection and scroll functions to TextRange. r=Jamie 2020-09-21 22:52:01 +00:00
TextRange.h Bug 1661765 - Part 1: Move selection and scroll functions to TextRange. r=Jamie 2020-09-21 22:52:01 +00:00
TextUpdater.cpp
TextUpdater.h
TreeWalker.cpp Bug 1587512 - remove XBL dialog support bits; remove XBL support from TreeWalker; update XBL related comments and remove XBL mutation test r=MarcoZ,Jamie 2019-10-14 05:36: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 1652254 - Remove svg from some moz.build local includes r=dholbert 2020-07-12 16:38:26 +00:00
nsAccCache.h Bug 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
nsAccUtils.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsAccUtils.h Bug 1572860: Remove the ability for an outer document to override live region markup in an inner iframe document. r=MarcoZ 2020-05-11 11:13:43 +00:00
nsAccessibilityService.cpp Bug 1668707: When deciding whether to create a div Accessible, skip the first/last child if it's invisible and consider inline-block, etc. r=MarcoZ 2020-10-02 07:15:15 +00:00
nsAccessibilityService.h Bug 1596007: Fire an a11y state change event when an image's size becomes available. r=eeejay,emilio 2020-02-18 17:22:35 +00:00
nsAccessiblePivot.cpp Bug 1652809: Convert Pivot framework to use AccessibleOrProxy objects r=eeejay 2020-07-28 22:35:24 +00:00
nsAccessiblePivot.h Bug 1580019 - Refactor nsIAccessiblePivot to a stateless Pivot class. r=Jamie 2019-09-18 22:23:58 +00:00
nsCoreUtils.cpp Bug 1648010 - Remove NS_NAMED_LITERAL_CSTRING and NS_NAMED_LITERAL_STRING macros. r=froydnj 2020-07-01 08:42:31 +00:00
nsCoreUtils.h Bug 1650145 - Replace all value uses of Empty[C]String by 0-length _ns literals. r=froydnj,geckoview-reviewers,agi 2020-09-23 15:17:15 +00:00
nsEventShell.cpp Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsEventShell.h
nsTextEquivUtils.cpp Bug 1650462: Don't include group descendants when calculating the acc name of treeitems. r=MarcoZ 2020-07-13 01:32:33 +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