Bug 1268544: Integrate remote COM objects into a11y code; r=tbsaunde

MozReview-Commit-ID: ctPgegQ83a
This commit is contained in:
Aaron Klotz
2016-08-15 14:24:12 -06:00
parent 9355e5463f
commit cf545b454f
11 changed files with 178 additions and 4 deletions

View File

@@ -420,6 +420,10 @@ NotificationController::WillRefresh(mozilla::TimeStamp aTime)
if (tabChild) {
static_cast<TabChild*>(tabChild.get())->
SendPDocAccessibleConstructor(ipcDoc, parentIPCDoc, id);
#if defined(XP_WIN)
IAccessibleHolder holder(CreateHolderFromAccessible(childDoc));
ipcDoc->SendCOMProxy(holder);
#endif
}
}
}