summaryrefslogtreecommitdiff
path: root/accessible
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2022-01-11 15:34:17 +0000
committerMoonchild <moonchild@palemoon.org>2022-04-08 00:55:37 +0200
commit56d9003017a94e7619f98e76b04929115514d08c (patch)
tree952bd79e8cb7cfa2d071b6dbf13d95caed9d24fa /accessible
parente49b80dba7393d5baff831251f7981bc21324d81 (diff)
downloaduxp-56d9003017a94e7619f98e76b04929115514d08c.tar.gz
Issue #953 - 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.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/accessible/windows/msaa/Platform.cpp b/accessible/windows/msaa/Platform.cpp
index 56422f4a42..2bb6629fd1 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