gecko-dev/accessible/base
Alexander Surkov 08eb9dff6a Bug 1487311 - accessibility doesn't assosiate ids in shadow DOM, r=jamie, sr=smaug 2018-10-30 08:17:04 +08:00
..
ARIAMap.cpp Bug 1498586 - Add clang-format off to avoid the reformatting of the data structures r=Ehsan 2018-10-12 20:48:24 +00:00
ARIAMap.h Bug 1451169 - Change nsRoleMapEntry::roleAtom from `nsStaticAtom**` to `nsStaticAtom* const`. r=davidb 2018-04-03 10:55:33 +10:00
ARIAStateMap.cpp Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku 2018-04-03 13:21:06 +10:00
ARIAStateMap.h Bug 1355921 - Elements with a defined, non-false value for aria-current should expose ATK_STATE_ACTIVE. r=marcoz 2017-07-03 17:02:00 +02:00
AccEvent.cpp Bug 1479591 - Introduced accessibility scrolling event and interface. r=surkov 2018-08-15 13:07:00 -04:00
AccEvent.h Bug 1479591 - Introduced accessibility scrolling event and interface. r=surkov 2018-08-15 13:07:00 -04:00
AccGroupInfo.cpp Bug 1493403: AccGroupInfo::TotalItemCount: Don't assume a container has children. r=eeejay 2018-09-24 05:02:13 +00:00
AccGroupInfo.h Bug 1489324 - Add 'child-item-count' and 'hierarchical' attributes to collection containers. r=Jamie 2018-09-21 13:02:20 -07:00
AccIterator.cpp Bug 1487311 - accessibility doesn't assosiate ids in shadow DOM, r=jamie, sr=smaug 2018-10-30 08:17:04 +08:00
AccIterator.h Bug 1487311 - accessibility doesn't assosiate ids in shadow DOM, r=jamie, sr=smaug 2018-10-30 08:17:04 +08:00
AccTypes.h Bug 1445968 Accessible: factorize and optimize testing for password role r=surkov 2018-03-16 13:02:00 +02:00
AccessibleOrProxy.cpp Bug 1444964: Add needed #includes and namespaces to fix non-unified build bustage in accessible/base. r=surkov 2018-03-12 11:03:55 -07:00
AccessibleOrProxy.h
Asserts.cpp Bug 1479036 - Android classes role additions. r=surkov 2018-08-09 14:43:00 +03:00
DocManager.cpp Bug 1493563 - Part 5: Present the old state and the content blocking log to the web progress listeners; r=baku 2018-09-28 14:46:02 -04:00
DocManager.h Bug 1297474 - shutdown accessibility service only if there are no references to accessibles in JS. r=surkov 2016-11-22 08:40:13 -05:00
EmbeddedObjCollector.cpp
EmbeddedObjCollector.h
EventQueue.cpp Bug 1499702 - Clean up break statements in EventQueue::CoalesceEvents(), r=surkov 2018-10-18 07:06:45 +00:00
EventQueue.h
EventTree.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
EventTree.h Bug 1444964: Add needed #includes and namespaces to fix non-unified build bustage in accessible/base. r=surkov 2018-03-12 11:03:55 -07:00
Filters.cpp Bug 1442280 - Replaced aAccessible->Role() with Accessible::IsTable()method. r=surkov 2018-03-13 15:56:03 +08:00
Filters.h
FocusManager.cpp Bug 1457813 - Part 2: Replace non-asserting NS_PRECONDITIONs with MOZ_ASSERTs. r=froydnj 2018-04-28 12:50:58 -07:00
FocusManager.h Bug 1488109: If the focused element has aria-activedescendant and the target id is moved to another node, move accessible focus to the new target. r=surkov 2018-09-05 04:43:18 +00:00
IDSet.h Bug 1478727 - Move IDSet out of windows to base for Android use. r=jteh 2018-08-09 14:56:00 +03:00
Logging.cpp Bug 1387143 part 16. Remove nsISelectionPrivate::GetType. r=mats 2018-05-08 13:52:38 -04:00
Logging.h Bug 1387143 part 16. Remove nsISelectionPrivate::GetType. r=mats 2018-05-08 13:52:38 -04:00
MarkupMap.h Bug 1210630 - Section elements with accessible names should be mapped the same as ARIA role region, r=Jamie 2018-10-24 05:34:22 +00:00
NotificationController.cpp Bug 1500416 - Account for display: contents in ScheduleContentInsertion. r=Jamie 2018-10-22 09:17:18 +02:00
NotificationController.h Bug 1487312 - Fix content insertion accessibility notifications in Shadow DOM. r=Jamie,surkov 2018-10-20 01:19:08 +02:00
Platform.h Bug 1491479 - Add event type to ProxyScrollingEvent. r=Jamie 2018-09-18 10:43:18 -07:00
Relation.h Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
RelationType.h Bug 1310794 - implement aria-details and aria-errormessage, r=davidb 2016-10-25 13:51:27 -04:00
RelationTypeMap.h Bug 1374697 - Add ATK support for aria-details and aria-errormessage. r=surkov 2017-06-21 15:53:00 -04:00
Role.h Bug 903187: Map HTML ins/del to accessible roles. r=MarcoZ 2018-07-27 16:40:50 +10:00
RoleMap.h Bug 1499182 - Make Android role class names enums. r=jchen,Jamie 2018-10-17 20:43:49 +00:00
SelectionManager.cpp Bug 1469769 - Part 1: a11y: Replace failing NS_NOTREACHED with NS_ERROR. r=surkov 2018-06-04 01:44:18 -07:00
SelectionManager.h Bug 1387143 part 28. Remove nsISelection::AsSelection(). r=mats 2018-05-08 13:52:42 -04:00
States.h Bug 1449530 - clean up ATK states mapping, r=eeejay 2018-04-03 10:26:57 -04:00
Statistics.h
StyleInfo.cpp Bug 1498734 - Always compute angle values to degrees. r=xidorn 2018-10-13 00:41:03 +00:00
StyleInfo.h Bug 1436048: Use user defined types for font-stretch / font-style. r=jfkthame,jwatt 2018-04-23 18:22:05 +02:00
TextAttrs.cpp Bug 1498734 - Always compute angle values to degrees. r=xidorn 2018-10-13 00:41:03 +00:00
TextAttrs.h Bug 1436048: Use user defined types for font-stretch / font-style. r=jfkthame,jwatt 2018-04-23 18:22:05 +02:00
TextRange-inl.h
TextRange.cpp
TextRange.h Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
TextUpdater.cpp Bug 1469769 - Part 6: Replace non-failing NS_NOTREACHED with MOZ_ASSERT_UNREACHABLE. r=froydnj 2018-06-17 22:43:11 -07:00
TextUpdater.h
TreeWalker.cpp Bug 1445302 - Replace TArray.RemoveElementAt(TArray.Length() - 1) pattern with TArray.RemoveLastElement() or TArray.PopLastElement() r=froydnj 2018-03-13 14:51:33 +01:00
TreeWalker.h Bug 1405796 - Don't traverse into relocated children in scoped TreeWalker. r=surkov 2017-12-22 11:25:00 -05:00
XULMap.h Bug 1416363 - Remove colorpicker binding and related code. r=bgrins,surkov 2018-10-04 01:03:19 +00:00
moz.build Bug 1479033 - Introduce Android accessibility directory. r=Jamie 2018-09-18 10:43:18 -07:00
nsAccCache.h Bug 1347667 - unlink accessible's parent before accessible's shutdown when document shutdowns, r=yzen 2017-03-20 09:42:39 -04:00
nsAccUtils.cpp Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku 2018-04-03 13:21:06 +10:00
nsAccUtils.h Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in Element.h. r=baku 2018-04-03 13:21:06 +10:00
nsAccessibilityService.cpp Bug 1487311 - accessibility doesn't assosiate ids in shadow DOM, r=jamie, sr=smaug 2018-10-30 08:17:04 +08:00
nsAccessibilityService.h Bug 1451169 - Use `nsStaticAtom*` instead of `nsStaticAtom**` in nsAccessibilityService.h. r=davidb 2018-04-03 11:20:13 +10:00
nsAccessiblePivot.cpp Bug 1474688 - Support line movement granularity and remove defunct paragraph. r=yzen r=jchen 2018-07-16 15:59:00 +03:00
nsAccessiblePivot.h Backed out changeset ed8baebfeb78 (bug 1475087) for Windows build bustages on mozilla/a11y/DocAccessibleParent.h on a CLOSED TREE 2018-07-16 23:20:28 +03:00
nsCoreUtils.cpp Bug 1481645 - Remove some redundant uses of do_QueryInterface. r=bzbarsky 2018-08-13 09:05:19 +00:00
nsCoreUtils.h Bug 1466727 part 4. Stop using nsITreeColumn in accessibility code. r=surkov 2018-06-05 23:01:37 -04:00
nsEventShell.cpp Bug 1444964: Add needed #includes and namespaces to fix non-unified build bustage in accessible/base. r=surkov 2018-03-12 11:03:55 -07:00
nsEventShell.h
nsTextEquivUtils.cpp Bug 1491210 - stop using nsIDOMXULLabeledControlElement, r=jamie 2018-09-19 09:06:31 +08:00
nsTextEquivUtils.h Bug 1438193 - part11-5: nsTextEquivUtils r=surkov 2018-05-16 01:31:09 +09:00