gecko-dev/accessible/base
Eitan Isaacson 0293722fcc Bug 1565728 - Introduce PDocAccessiblePlatformExt. r=Jamie
This is an extension protocol that can be used for platform specific
API (ie. AccessibleWrap methods).

I'm not thrilled with the seperate constructor for the sub-protocol.
This means that the parent won't have the actor upon DocAccessibleParent
construction, and some timing bugs can arise because of the extra round
trip. It would be cool if both actors could be co-created, but that
would require ManagedEndpoint, and for PBrowser to manage them both. I
don't want to expose this to PBrowser.

Differential Revision: https://phabricator.services.mozilla.com/D37955

--HG--
extra : moz-landing-system : lando
2019-09-13 16:55:01 +00:00
..
AccessibleOrProxy.cpp
AccessibleOrProxy.h
AccEvent.cpp
AccEvent.h
AccGroupInfo.cpp
AccGroupInfo.h
AccIterator.cpp
AccIterator.h
AccTypes.h
ARIAMap.cpp Bug 1540813 - Support new ARIA roles insertion and deletion, r=Jamie 2019-08-21 20:36:39 +00:00
ARIAMap.h
ARIAStateMap.cpp
ARIAStateMap.h
Asserts.cpp
DocManager.cpp
DocManager.h
EmbeddedObjCollector.cpp
EmbeddedObjCollector.h
EventQueue.cpp
EventQueue.h
EventTree.cpp
EventTree.h
Filters.cpp
Filters.h
FocusManager.cpp
FocusManager.h
IDSet.h
Logging.cpp Bug 1576696 - Add a '0x' prefix to hex pointer values in logging nodes. r=Jamie 2019-08-27 02:02:01 +00:00
Logging.h
MarkupMap.h Bug 1563598: Change output elements to have statusbar role instead of section role. r=Jamie 2019-09-13 16:43:49 +00:00
moz.build Bug 1575420 - Replace MOZ_WIDGET_TOOLKIT value of "gtk3" with "gtk". r=froydnj 2019-08-21 12:25:42 +00:00
NotificationController.cpp Bug 1565728 - Introduce PDocAccessiblePlatformExt. r=Jamie 2019-09-13 16:55:01 +00:00
NotificationController.h
nsAccCache.h
nsAccessibilityService.cpp Bug 1569262 - Rename nsIDocShellTreeItem::GetRootTreeItem to GetInProcessRootTreeItem for Fission marking. r=nika 2019-08-07 19:24:00 +00:00
nsAccessibilityService.h Bug 1563598: Display 'container-live' attribute on descendents of implicitly-live elements. r=Jamie 2019-09-13 16:43:58 +00:00
nsAccessiblePivot.cpp
nsAccessiblePivot.h
nsAccUtils.cpp Bug 1563598: Display 'container-live' attribute on descendents of implicitly-live elements. r=Jamie 2019-09-13 16:43:58 +00:00
nsAccUtils.h
nsCoreUtils.cpp Bug 1569262 - Rename nsIDocShellTreeItem::GetRootTreeItem to GetInProcessRootTreeItem for Fission marking. r=nika 2019-08-07 19:24:00 +00:00
nsCoreUtils.h
nsEventShell.cpp
nsEventShell.h
nsTextEquivUtils.cpp
nsTextEquivUtils.h
Platform.h
Relation.h
RelationType.h
RelationTypeMap.h
Role.h
RoleMap.h
SelectionManager.cpp
SelectionManager.h
States.h
Statistics.h
StyleInfo.cpp Bug 1576194 - Remove kDisplayKTable. r=mats 2019-08-23 15:52:05 +00:00
StyleInfo.h
TextAttrs.cpp
TextAttrs.h
TextRange-inl.h
TextRange.cpp
TextRange.h
TextUpdater.cpp
TextUpdater.h
TreeWalker.cpp Bug 1573337 - remove XBL anon content filtering support from accessible tree traversal r=Jamie 2019-08-15 00:58:28 +00:00
TreeWalker.h
XULMap.h