diff options
author | Matt A. Tobin <email@mattatobin.com> | 2020-02-25 12:26:18 -0500 |
---|---|---|
committer | wolfbeast <mcwerewolf@wolfbeast.com> | 2020-04-14 12:54:47 +0200 |
commit | 3e59235162a7411ef876a3f1aad3b7e5f7c80f3c (patch) | |
tree | 78002f3565cd23beb3fbd5ca43ccb1ac35ce5a4a /docshell/base | |
parent | 7494866cb521d964bc60314cd180ed5df11a7afe (diff) | |
download | UXP-3e59235162a7411ef876a3f1aad3b7e5f7c80f3c.tar UXP-3e59235162a7411ef876a3f1aad3b7e5f7c80f3c.tar.gz UXP-3e59235162a7411ef876a3f1aad3b7e5f7c80f3c.tar.lz UXP-3e59235162a7411ef876a3f1aad3b7e5f7c80f3c.tar.xz UXP-3e59235162a7411ef876a3f1aad3b7e5f7c80f3c.zip |
Issue #1053 - Remove android support from docshell
Diffstat (limited to 'docshell/base')
-rw-r--r-- | docshell/base/nsAboutRedirector.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docshell/base/nsAboutRedirector.cpp b/docshell/base/nsAboutRedirector.cpp index f57d6c002..e1d883532 100644 --- a/docshell/base/nsAboutRedirector.cpp +++ b/docshell/base/nsAboutRedirector.cpp @@ -119,12 +119,10 @@ static RedirEntry kRedirMap[] = { nsIAboutModule::URI_MUST_LOAD_IN_CHILD | nsIAboutModule::ALLOW_SCRIPT }, -#ifndef ANDROID { "profiles", "chrome://global/content/aboutProfiles.xhtml", nsIAboutModule::ALLOW_SCRIPT }, -#endif // about:srcdoc is unresolvable by specification. It is included here // because the security manager would disallow srcdoc iframes otherwise. { |