diff options
author | Moonchild <moonchild@palemoon.org> | 2022-01-11 15:34:17 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2022-01-11 15:34:17 +0000 |
commit | e5752cab067ef7ab71cc0639f93fd34918a346c1 (patch) | |
tree | ca15bca693d51121f33c5199774d8ca9e326f0e0 /accessible | |
parent | 9ff8e15c6effab231e3fe4e9d94e6d0f5bbeecd5 (diff) | |
download | aura-central-e5752cab067ef7ab71cc0639f93fd34918a346c1.tar.gz |
Issue %3051 - Neuter the user-facing controls for e10s
This should prevent people using a massive footgun that would blow off
their entire legs. Requires appropriate FE changes.
Diffstat (limited to 'accessible')
-rw-r--r-- | accessible/windows/msaa/Platform.cpp | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/accessible/windows/msaa/Platform.cpp b/accessible/windows/msaa/Platform.cpp index 56422f4a4..2bb6629fd 100644 --- a/accessible/windows/msaa/Platform.cpp +++ b/accessible/windows/msaa/Platform.cpp @@ -35,19 +35,6 @@ a11y::PlatformInit() nsWinUtils::MaybeStartWindowEmulation(); ia2AccessibleText::InitTextChangeData(); - if (BrowserTabsRemoteAutostart()) { - mscom::InterceptorLog::Init(); - UniquePtr<RegisteredProxy> regProxy( - mscom::RegisterProxy(L"ia2marshal.dll")); - gRegProxy = regProxy.release(); - UniquePtr<RegisteredProxy> regAccTlb( - mscom::RegisterTypelib(L"oleacc.dll", - RegistrationFlags::eUseSystemDirectory)); - gRegAccTlb = regAccTlb.release(); - UniquePtr<RegisteredProxy> regMiscTlb( - mscom::RegisterTypelib(L"Accessible.tlb")); - gRegMiscTlb = regMiscTlb.release(); - } } void |