gecko-dev/accessible/base
James Teh d09d8b85c6 Bug 1572852: a11y::Logging::LogDocShellTree: Make it clear that this is in-process DocShell tree info. r=yzen
For an OOP iframe, the logged parent will be null and the logged root won't be the real top level document.
This is just the way things are and this might still be useful info sometimes, so we still log it, but make it clear in the log message that it's about the in-process tree.

Differential Revision: https://phabricator.services.mozilla.com/D74587
2020-05-11 14:38:53 +00:00
..
ARIAMap.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=jgilbert 2020-04-05 13:34:58 +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 1578355 - Part 1: Move user-activation code from EventStateManager to UserActivation; r=smaug 2019-09-20 20:51:25 +00:00
AccEvent.h
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 1626455 - Remove nsAutoPtr usage from accessible/. r=MarcoZ 2020-04-03 21:05:35 +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 1625396: AccessibleOrProxy::ChildAtPoint: Accessible::ChildAtPoint can return null, so don't try to check for a remote child doc in that case. r=yzen 2020-03-30 13:19:15 +00:00
AccessibleOrProxy.h Bug 1621521: Make xpcAccessible::Get(Deepest)ChildAtPoint walk into remote child documents. r=yzen 2020-03-13 01:42:05 +00:00
Asserts.cpp
DocManager.cpp Bug 1634217. Make `accessible/` buildable outside of `unified-build` environment. r=eeejay 2020-05-01 04:28:35 +00:00
DocManager.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in accessibility. r=smaug 2020-02-12 13:39:21 +00:00
EmbeddedObjCollector.cpp
EmbeddedObjCollector.h
EventQueue.cpp Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +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 1617795: Use BrowsingContext instead of DOM window to get the focused document for a11y. r=yzen,hsivonen 2020-03-13 15:40:46 +00:00
FocusManager.h
IDSet.h
Logging.cpp Bug 1572852: a11y::Logging::LogDocShellTree: Make it clear that this is in-process DocShell tree info. r=yzen 2020-05-11 14:38:53 +00:00
Logging.h
MarkupMap.h Bug 1629078 part 2: Make date/time inputs labellable by an ancestor HTML label and expose text-input-type attribute. r=MarcoZ 2020-04-23 04:48:53 +00:00
NotificationController.cpp Bug 1617628 - Hide nsBaseHashtable Put overloads in nsRefPtrHashtable subclass. r=froydnj 2020-02-25 17:03:36 +00:00
NotificationController.h Bug 1628715 - Part 7: Add MOZ_NONNULL_RETURN to infallible nsTArray::AppendElements. r=xpcom-reviewers,necko-reviewers,nika,valentin 2020-04-24 13:31:14 +00:00
Pivot.cpp Bug 1634217. Make `accessible/` buildable outside of `unified-build` environment. r=eeejay 2020-05-01 04:28:35 +00:00
Pivot.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-10-06 18:29:55 +00:00
Platform.h Bug 1616468 - Indicate required field in hint string. r=Jamie 2020-03-04 00:00:44 +00:00
Relation.h
RelationType.h
RelationTypeMap.h
Role.h Bug 1625153 - Implement the WAI-ARIA 1.2 code role, r=Jamie 2020-03-26 21:26:15 +00:00
RoleMap.h Bug 1635538 - Correct the AXRole for image maps, r=eeejay 2020-05-13 20:07:42 +00:00
SelectionManager.cpp Bug 1608071: part 2) Rename `nsContentUtils::GetCommonAncestor` and related methods. r=smaug 2020-01-13 10:29:44 +00:00
SelectionManager.h
States.h
Statistics.h
StyleInfo.cpp Bug 1617472 - Put Servo_GetPropertyValue behind a method in ComputedStyle. r=heycam 2020-03-01 23:49:38 +00:00
StyleInfo.h
TextAttrs.cpp Bug 1602317 - Switch style system to associated constants-in-body. r=heycam 2019-12-09 03:32:28 +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
TextRange.h Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +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 1571461 - Change accessibility of search widget to look for all event handlers and remove hack to hide.r=surkov,MarcoZ 2020-03-31 11:06:38 +00:00
moz.build Bug 1587791 - remove XBL backed accessible relations support r=MarcoZ 2019-10-10 14:08:17 +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 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
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 1625864 - Fire state change event on LINKED change. r=Jamie,morgan 2020-04-24 14:34:09 +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 1634217. Make `accessible/` buildable outside of `unified-build` environment. r=eeejay 2020-05-01 04:28:35 +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 1634217. Make `accessible/` buildable outside of `unified-build` environment. r=eeejay 2020-05-01 04:28:35 +00:00
nsCoreUtils.h Bug 1634217. Make `accessible/` buildable outside of `unified-build` environment. r=eeejay 2020-05-01 04:28:35 +00:00
nsEventShell.cpp
nsEventShell.h
nsTextEquivUtils.cpp Bug 1629078 part 1: For eNameFromSubtreeIfReqRule, don't walk into the descendants of the Accessible for which the text equiv is being calculated. r=MarcoZ 2020-04-23 04:38:19 +00:00
nsTextEquivUtils.h