Bug 1794319: Remove a11y::EventTree, as it has been dead code for 6 years. r=eeejay

Differential Revision: https://phabricator.services.mozilla.com/D158918
This commit is contained in:
James Teh
2022-10-11 01:41:42 +00:00
parent 99341cf6fa
commit 14e0d69281
10 changed files with 16 additions and 677 deletions

View File

@@ -35,10 +35,6 @@ NotificationController::NotificationController(DocAccessible* aDocument,
mObservingState(eNotObservingRefresh),
mPresShell(aPresShell),
mEventGeneration(0) {
#ifdef DEBUG
mMoveGuardOnStack = false;
#endif
// Schedule initial accessible tree construction.
ScheduleProcessing();
}
@@ -107,15 +103,6 @@ void NotificationController::Shutdown() {
mFocusEvent = nullptr;
mEvents.Clear();
mRelocations.Clear();
mEventTree.Clear();
}
EventTree* NotificationController::QueueMutation(LocalAccessible* aContainer) {
EventTree* tree = mEventTree.FindOrInsert(aContainer);
if (tree) {
ScheduleProcessing();
}
return tree;
}
void NotificationController::CoalesceHideEvent(AccHideEvent* aHideEvent) {