gecko-dev/accessible/base
2018-04-27 13:04:36 +03: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
AccEvent.cpp Bug 1392993 - Change nsIAccessibleObjectAttributeChangedEvent.changedAttribute from an nsIAtom to an AString. r=MarcoZ. 2017-08-24 17:19:09 +10:00
AccEvent.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
AccGroupInfo.cpp
AccGroupInfo.h
AccIterator.cpp Bug 1447098 part 1. Rename FromContent on various DOM classes to FromNode. r=mystor 2018-03-21 17:39:04 -04:00
AccIterator.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
AccTypes.h Bug 1445968 Accessible: factorize and optimize testing for password role r=surkov 2018-03-16 13:02:00 +02:00
ARIAMap.cpp Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03:00
ARIAMap.h Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03:00
ARIAStateMap.cpp Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03: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
Asserts.cpp
DocManager.cpp Bug 1455055 part 4. Clean up HandleEvent implementations in accessible. r=masayuki 2018-04-20 00:49:29 -04:00
DocManager.h
EmbeddedObjCollector.cpp
EmbeddedObjCollector.h
EventQueue.cpp
EventQueue.h
EventTree.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
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 1457155. Rename various focus manager variables to make it clearer that they're Elements. r=mccr8 2018-04-26 15:28:31 -04:00
FocusManager.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
Logging.cpp Bug 1454233: Remove nsINode::eDOCUMENT. r=bz 2018-04-20 01:30:11 +02:00
Logging.h Bug 1374580 (part 2) - Remove nsAFlat{,C}String typedefs. r=froydnj. 2017-06-20 19:19:05 +10:00
MarkupMap.h Bug 1316285 - Expose role and landmark role for HTML header and footer only if they are direct descendants of the body tag, section otherwise. r=eeejay 2017-08-28 14:30:17 +02:00
moz.build Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01:00
NotificationController.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
NotificationController.h Bug 1434710 - Replaced all instances of mozilla::IndexSequence, mozilla::MakeIndexSequence and mozilla::IndexSequenceFor with std::index_sequence, std::make_index_sequence and std::index_sequence_for and removed mfbt/IndexSequence.h. r=botond 2018-04-09 21:12:13 +10: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
nsAccessibilityService.cpp Bug 1429903 part 2. Stop using nsIDOMEventTarget in xpidl. r=mccr8 2018-04-20 00:49:30 -04:00
nsAccessibilityService.h Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03:00
nsAccessiblePivot.cpp Bug 1387608 - Check if tempPosition is null in pivot move by text. r=surkov 2018-03-22 15:10:00 -04:00
nsAccessiblePivot.h
nsAccUtils.cpp Bug 1455511: Always prune the accessibility tree for sliders. r=surkov 2018-04-23 17:23:00 +10:00
nsAccUtils.h Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03:00
nsCoreUtils.cpp Bug 1455674 part 12. Remove nsIDOMElement use from xpidl in layout. r=mossop 2018-04-26 23:36:30 -04:00
nsCoreUtils.h Bug 1442029 - Move XBL accessibility role="xul:colorpicker" and role="xul:colorpickertile" into XULMap.h r=enndeakin+6102,surkov 2018-03-02 09:53:55 -08: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 1449404 part 3. Get rid of nsIContent::AppendTextTo. r=mccr8 2018-03-28 18:01:47 -04:00
nsTextEquivUtils.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
Platform.h Bug 1419886: Part 2 - Add UIA detection to a11y and centralize a11y instantiator telemetry under a11y::SetInstantiator function; r=Jamie 2017-12-04 17:56:31 -07:00
Relation.h
RelationType.h
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 1429573 - Remove spinbuttons.xml bindings now that they are unused. r=Paolo 2018-02-09 21:54:42 +00:00
RoleMap.h Bug 1433891 - ARIA documents should be easily distinguishable from native ones r=marcoz 2018-02-06 12:13:00 +02:00
SelectionManager.cpp Bug 1330739 - Don't use control's frame as reference in SelectionManager. r=surkov 2017-07-26 19:02:37 -04:00
SelectionManager.h Bug 1330739 - Don't use control's frame as reference in SelectionManager. r=surkov 2017-07-26 19:02:37 -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 1436048: Use user defined types for font-stretch / font-style. r=jfkthame,jwatt 2018-04-23 18:22:05 +02: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 1454598 - part 2 - Allow variation fonts to record a weight range in gfxFontEntry, and update font-matching to handle ranges. r=jwatt 2018-04-25 07:18:23 +01: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 1412641 - Initialize some uninitialized fields in accessibility. r=surkov 2017-10-31 12:09:01 +01:00
TextUpdater.cpp
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 Backed out 8 changesets (bug 1451169) on request from njn a=backout 2018-04-11 11:22:05 +03:00