gecko-dev/accessible/base
Boris Zbarsky 72cdddcc61 Bug 1434686 part 3. Use IgnoreErrors() outside of dom/. r=mystor
I left some IgnoredErrorResults for now where people warn on failure.  We could
consider adding a WarnOnError() thing or something.

MozReview-Commit-ID: L5ttZ9CGKg0
2018-02-01 14:21:14 -05:00
..
ARIAMap.cpp Bug 1432513 - Implement ARIA Graphics roles r=surkov 2018-01-23 09:37:00 +02:00
ARIAMap.h Bug 1423167: Move most attribute-related methods from nsIContent to Element. r=bz 2017-12-06 16:05:59 +01:00
ARIAStateMap.cpp Bug 1423990: Move the last few attribute-related methods outside of nsIContent. r=bz 2017-12-25 17:50:10 +01: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 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 1423990: Move the last few attribute-related methods outside of nsIContent. r=bz 2017-12-25 17:50:10 +01:00
AccIterator.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
AccTypes.h
AccessibleOrProxy.cpp
AccessibleOrProxy.h
Asserts.cpp
DocManager.cpp Bug 1426807 - Prevent the a11y code running on static clone (printing) docs. r=surkov 2018-01-24 20:02:15 +00: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 1316163 - remove eCoalesceMutationTextChange event rule r=davidb 2016-11-15 22:07:39 -05:00
EventQueue.h
EventTree.cpp bug 1324019 - remove TreeMutation::mEventTree field r=davidb 2016-12-16 14:07:44 -05:00
EventTree.h bug 1324019 - remove TreeMutation::mEventTree field r=davidb 2016-12-16 14:07:44 -05:00
Filters.cpp
Filters.h
FocusManager.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
FocusManager.h
Logging.cpp Bug 1430997 - Rename nsINode::IndexOf to nsINode::ComputeIndexOf, r=catalinb 2018-01-23 14:30:18 +01: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
NotificationController.cpp Bug 1427825: Make accessibility use the flattened tree more consistently. r=surkov 2018-01-03 19:59:16 +01:00
NotificationController.h Bug 1260598 Make document events wait for chrome content insertion events r=surkov 2017-12-14 11:07:00 +02: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 1379098 - ARIA combobox should map to AXComboBox. r=marcoz 2017-07-11 11:16:00 +02:00
RoleMap.h Bug 1418102 - role heading need to have a name computed from its subtree, r=marcoz 2017-11-20 10:02:52 -05: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 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
Statistics.h
StyleInfo.cpp Bug 1315874 - Drop 'ForElement' from GetStyleContextForElementXXX methods; r=heycam 2017-04-05 14:39:23 +09:00
StyleInfo.h
TextAttrs.cpp Bug 1423990: Move the last few attribute-related methods outside of nsIContent. r=bz 2017-12-25 17:50:10 +01:00
TextAttrs.h Bug 1412641 - Initialize some uninitialized fields in accessibility. r=surkov 2017-10-31 12:09:01 +01: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 1405796 - Don't traverse into relocated children in scoped TreeWalker. r=surkov 2017-12-22 11:25:00 -05: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 1419170 - Remove the statusbar and statusbarpanel bindings;r=Paolo 2017-11-27 09:17:04 -08:00
moz.build Bug 1394734 - Replace CONFIG['GNU_C*'] by CONFIG['CC_TYPE'] r=glandium 2017-12-07 22:09:15 +01: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 1423541: Use BaseRect access methods instead of member variables in accessible/ r=surkov 2018-01-12 12:07:29 -05:00
nsAccUtils.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
nsAccessibilityService.cpp Bug 1430412 - fire 'a11y-init-or-shutdown' at the end of a11y service init and shutdown calls. r=surkov 2018-01-15 21:59:19 -05:00
nsAccessibilityService.h Bug 1416893 - Added getConsumers method to nsIAccessibilityService. r=surkov 2017-11-14 11:21:32 -05:00
nsAccessiblePivot.cpp Bug 1423541: Use BaseRect access methods instead of member variables in accessible/ r=surkov 2018-01-12 12:07:29 -05:00
nsAccessiblePivot.h
nsCoreUtils.cpp Bug 1434686 part 3. Use IgnoreErrors() outside of dom/. r=mystor 2018-02-01 14:21:14 -05:00
nsCoreUtils.h Bug 1423990: Move the last few attribute-related methods outside of nsIContent. r=bz 2017-12-25 17:50:10 +01:00
nsEventShell.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsEventShell.h
nsTextEquivUtils.cpp Bug 1423990: Move the last few attribute-related methods outside of nsIContent. r=bz 2017-12-25 17:50:10 +01:00
nsTextEquivUtils.h Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00