mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-05-26 14:18:48 +00:00
8a0a002cf2
- Bug 1148708: Add missing 'override' annotations in DocAccessibleChild.h. rs=ehsan (d606358545)
- Bug 1210408 - make nsMaiInterfaceAction work with proxies, r=tbsaunde (f7c819c6ae)
- Bug 1210407 - teach nsMaiInterfaceTable to use proxies, r=tbsaunde (4ca4f10b5f)
- bug 1185157 make sure we don't send an event to a destroyed ipc document r=billm (23acf53f75)
- bug 1214864 - make SetCarretOffset() async r=davidb (e3079e9b2d)
- missing of Bug 1139972 - IPC Proxy for charAt, r=tbsaunde (e9593ed752)
- bug 1191598 - Pass MOZ_CURRENT_PROJECT in environment when running post-build automation steps for universal mac builds. r=gps (fc342c6ced)
- Bug 1164596 - Add mach android-emulator command; r=ahal (afeb9b27d1)
- Bug 1223149 - Add basic usage documentation for mach build; r=glandium (bfb802d175)
- Bug 1182301 - Improve 'mach build' notifications. r=gps (2c65a122d1)
- Bug 1184696 - Add clobber targets to |mach clobber|; Ability to clobber compiled python files, r=gps (35d8be292e)
- Bug 1117958 - Allow any debugging options to the run or gtest mach subcommands to automatically enable debugging. r=gps (32f986af4b)
- Bug 1180081 - Properly rebuild gtest/libxul before running gtests. r=gps (80db9a3d49)
- Bug 1171647, part 1 - Define a new function to convert the mode to a string. r=njn (61ad16f5ba)
- Bug 1171647, part 2 - Remove redundant assertion for dark matter mode. r=njn (b5ac9519f3)
- Bug 1058178, part 1 - Implement DMD heap scanning mode. r=njn (60e1079536)
- Bug 1058178, part 2 - Implement address clamping analysis for DMD scan logs. r=njn (45c0326b93)
- Bug 1102388 - Fix DMD static constructor ordering dependency. r=mccr8 (59b87897a1)
- Bug 1128705 - Don't redefine PAGE_SIZE in DMD if it's already defined. r=erahm (49216348ee)
- Bug 1179042 - Add a script for analyzing memory blocks using a heap scan DMD log. r=njn DONTBUILD (1c08d2d66e)
- Bug 1207245 - part 6 - rename nsRefPtr<T> to RefPtr<T>; r=ehsan; a=Tomcat (1c999d139b)
- Bug 1158772 - fix non-idiomatic memset call in nsDeque.cpp; r=erahm (de6b555245)
- Bug 1199400 - Part 1: Use CheckedInt when growing nsDeque capacity. r=froydnj (dfdf6814a3)
- Bug 1199400 - Part 0: Remove unused nsDequeIterator. r=froydnj (38d69d7f47)
- Bug 1199400 - Part 2: Add tests for possible nsDeque corner cases. r=froydnj (931baff195)
- Bug 1201997 - Part 1 - Converted compiled test to gtest for nsDeque class. Added tests to test untested methods. r=froydn (e893916651)
- Bug 1201997 - Part 2 - Removing unused methods from the nsDeque class. r=froydn (41595a90ac)
- Bug 1201997 - Part 3 - Make internally used methods private. r=froydn (8cd3afd96f)
- Bug 1201997 - Part 4 - Change size and offset variables to size_t.r=froydn (73eabc8d60)
- Bug 1215140 P1 Add an nsIConsoleReportCollector interface to support navigation channel logging. r=bz (8a41535e2b)
- Bug 1215140 P2 Make HttpBaseChannel implement nsIConsoleReportCollector. r=bz (75fca301f2)
- Bug 1197679 - If nsUnknownDecoder is involved in e10s DivertToParent can break. r=jduell (5d94a12504)
- Bug 1178991 - smartptr for http converter r=hurley (8e7fbc8443)
- bug 366559 - patch 2, fix nsHTTPCompressConv indentation r=bagder (ba762da587)
- bug 366559 - patch 3, fix nsHTTPCompressConv bracing style r=bagder (54195ab451)
- bits of bug 366559 - patch 7, content-encoding brotli for http (f0b4051022)
- Bug 1205112 - Make PushEvent.data nullable. r=mt,smaug (775db32856)
- Bug 1193414 - SharedWorkers thread should be kept alive also when the SharedWorker object is CCed, r=khuey (b77ea8125c)
- Bug 1206520: Add about:config prefs to enable throwing on asm.js validation failures; r=bz (c42126665d)
- Bug 1193414 - Telemetry for SharedWorker spawning. r=bkelly (77984b7bcc)
- Bug 1205676 - Enable WPT service-worker/unregister-then-register-new-script.https.html in e10s, r=nsm (ec24939cf6)
- Bug 1193133 - Throw when calling postMessage from a Service Worker dom object with no global. r=bkelly (526dcacfab)
- Bug 1181871 P1 Only enforce Cache Context shared data destruction on target thread after init. r=ehsan (cdbf3ed3a8)
- Bug 1181871 P2 Fix ServiceWorkerManager usage of stack-based ErrorResult. r=ehsan (c449195d90)
- minor cleanup and missing bit of 1198230 (02f459db05)
- Bug 1143717 - Implement the ServiceWorkerMessageEvent interface. r=baku (027b3465f2)
- fix misspatch (708eee4e84)
- Bug 1188545 - Disentangle service workers from shared workers and refactor event dispatching code into a separate class. r=nsm,mrbkap (fb5b5341c9)
- Bug 1205228 - Change PackagedAppVerifier to notify the verification result asynchronously. r=valentin. (9edda0fa00)
- Bug 1178518 - Packaged App Utils. r=valentin (f60f3b7a93)
- Bug 1213150 - Part 1: Add a nsContentUtils::IsNonSubresourceRequest helper; r=jdm (b509cc3cc9)
- Bug 1213150 - Part 2: Rework ShouldPrepareForIntercept() in terms of subresource requests; r=jdm (2e92fe8780)
- Bug 1213150 - Part 3: Remove nsIInterceptedChannel.isNavigation; r=jdm (becf1cc12f)
- Bug 1213150 follow-up: fix build bustage (8d73d6ca73)
- Bug 1198394 - Part 1: Allow interception of HSTS upgraded connections in non-e10s mode; r=mcmanus (f504c5be08)
- Bug 1198394 - Part 2: Add a test for interception of HSTS upgraded connections; r=jdm (054e984eef)
- Bug 1187011 - Don't allow response body with null body status. r=bkelly (b1860741d1)
- missing bit of 1140788 (29d319712e)
- Bug 1213436 - Reject core dumps with node IDs that don't fit in an IEEE 754 double; r=sfink (3c1f6fdda0)
- Bug 1211006 - Add Debugger.Source.prototype.canonicalId; r=ejpbruel (eef7b79fce)
- Bug 1199218 - Implement JS::ubi::Node::size for js::LazyScript referents; r=sfink (098a48d240)
- Bug 1220031 - Add JS::ubi::Node::scriptFilename; r=sfink (6b824ae680)
- Bug 1143575. Remove unused MediaQueue::Empty. r=cpearce (de737f3433)
- Bug 1209933 - Make sure all parent runtime pointers are the topmost parent, r=billm. (fe824d967d)
- Bug 1197012 - Fix ThrowTypeError in Notification. r=mccr8 (0b1a097526)
- Bug 1197893 - Check the number of arguments for ThrowTypeError() and ThrowRangeError() at compile time. r=peterv (d98c7d78a0)
- Bug 1142083 - Add test for IDN Unicode domain redirect. r=mcmanus (0c8961fe17)
- Bug 1187159 - Add mochitest for loading packaged apps (iframe+fetch+mozapp) r=jduell (ce90ea561b)
- Bug 1186290 - Notify TabParent to switch process when loading a signed package. r=honzab, r=kanru. (c58a14554a)
- fix (15e2df75eb)
- Bug 1206124 P1 Fix "same-origin" CORS credentials in FetchDriver. r=ehsan (fae1bb6ab3)
- Bug 1206124 P2 Test fetch() with credentials and redirects. r=ehsan (ffc6254112)
- Bug 1211751: Remove nsIChannelEventSink-forwarding from EventSource and FetchDriver. It's never needed. r=smaug (adafe5737a)
- Bug 1212433 Fail fetch() calls that require preflight and also redirect. r=sicking a=abillings (c0d6742b9e)
- Bug 1193128 - Fix base64 decoding when fetching data URIs. r=baku (80bafa291a)
- Bug 1195167 part 1: Let necko handle all protocols. r=bkelly (bb932b0ada)
- Bug 1195167 part 2: Remove redundant aCORSFlag argument and instead use mCORSFlagEverSet. r=bkelly (beadafcad0)
- Bug 1195167 part 3: Remove more scheme-specific handling from FetchDriver. r=bkelly (d00b38db9e)
- Bug 1195167 part 4: Remove FetchDriver::BasicFetch since it is empty. r=bkelly (c5ed097267)
- Bug 1210413 P2 Test CORS credentials on cross-origin redirects. r=sicking a=dveditz (b4eeb8aac0)
- Bug 1210413 P1 Propagate new channel load flags from child to parent on redirect. r=jduell a=dveditz (8b329af4fa)
- Bug 1195167 part 5: Make FetchDriver use AsyncOpen2. r=bkelly (cc217c4cc1)
- Bug 1195167 part 6: Some code simplification since necko handles fetch recursion. r=bkelly (f3b6da2262)
- Bug 1195167: Followup to fix test which I forgot to change (81e7439a2e)
- Bug 1215746: Remove RequestMode::Cors_with_forced_preflight. r=bkelly (0336e812b6)
- Bug 1211000: Move CORS preflight logic from nsCORSListenerProxy to nsCORSPreflightListener. r=ehsan (bf2f71cf22)
- missing bit of Bug 1211443 - Drop scheduled update if decoder initialization isn't done yet. r=jya (f6bc074e33)
- Bug 1182571: Fix nsILoadInfo->GetContentPolicyType API to be less ambigious. Audit and fix all users of it. r=ckerschb (5af6fa7442)
- fix (e40c8e7625)
- Bug 1173811 - Part 1: Propagate the response URL to intercepted channels when necessary (non-e10s). r=mayhemer,bkelly (26f4f13c28)
- Bug 1173811 - Part 2: Propagate the response URL to intercepted channels when necessary (e10s). r=mayhemer,bkelly (a603fe1df2)
- Bug 1154309 - Add New Resource Timing Fields r=bz,hurley (1d14eb6bef)
- Bug 1175685 - add OriginAttribute to LoadInfo. r=jonas, r=ckerschb, r=michal (a5d18bb637)
- Bug 1175685 - add OriginAttribute to LoadInfo. r=jonas, r=ckerschb, r=michal (fb07d2c8aa)
- Bug 1212904 P1 Add a LoadTainting enumeration. r=jduell (a1db8a3e99)
- Bug 1212904 P2 Add LoadTainting information to nsILoadInfo. r=jduell (2482e5e334)
- Bug 1221151 - use [infallible] in nsILoadInfo.idl instead of manual %{C++ blocks; r=jduell (aae73129b6)
- Bug 1045891 - CSP 2 child-src implementation r=ckerschb (792920aeb9)
- Bug 1219931 - CSP: Don't allow removing a policy (r=sicking) (9daaab4186)
- Bug 1208661 - Dump client-side layer textures. r=BenWa (1f2d17d515)
1051 lines
39 KiB
C++
1051 lines
39 KiB
C++
/* -*- Mode: C++; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
/* vim: set ts=8 sts=2 et sw=2 tw=80: */
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
#ifndef nsDocShell_h__
|
|
#define nsDocShell_h__
|
|
|
|
#include "nsITimer.h"
|
|
#include "nsContentPolicyUtils.h"
|
|
#include "nsIDocShell.h"
|
|
#include "nsIDocShellTreeItem.h"
|
|
#include "nsIBaseWindow.h"
|
|
#include "nsINetworkInterceptController.h"
|
|
#include "nsIScrollable.h"
|
|
#include "nsITextScroll.h"
|
|
#include "nsIContentViewerContainer.h"
|
|
#include "nsIDOMStorageManager.h"
|
|
#include "nsDocLoader.h"
|
|
#include "mozilla/BasePrincipal.h"
|
|
#include "mozilla/UniquePtr.h"
|
|
#include "mozilla/WeakPtr.h"
|
|
#include "mozilla/TimeStamp.h"
|
|
#include "GeckoProfiler.h"
|
|
#include "mozilla/dom/ProfileTimelineMarkerBinding.h"
|
|
#include "mozilla/LinkedList.h"
|
|
#include "jsapi.h"
|
|
|
|
// Helper Classes
|
|
#include "nsCOMPtr.h"
|
|
#include "nsPoint.h" // mCurrent/mDefaultScrollbarPreferences
|
|
#include "nsString.h"
|
|
#include "nsAutoPtr.h"
|
|
#include "nsThreadUtils.h"
|
|
#include "nsContentUtils.h"
|
|
#include "timeline/ObservedDocShell.h"
|
|
#include "timeline/TimelineConsumers.h"
|
|
#include "timeline/TimelineMarker.h"
|
|
|
|
// Threshold value in ms for META refresh based redirects
|
|
#define REFRESH_REDIRECT_TIMER 15000
|
|
|
|
// Interfaces Needed
|
|
#include "nsIDocCharset.h"
|
|
#include "nsIInterfaceRequestor.h"
|
|
#include "nsIRefreshURI.h"
|
|
#include "nsIWebNavigation.h"
|
|
#include "nsIWebPageDescriptor.h"
|
|
#include "nsIWebProgressListener.h"
|
|
#include "nsIDocShellLoadInfo.h"
|
|
#include "nsIAuthPromptProvider.h"
|
|
#include "nsILoadContext.h"
|
|
#include "nsIWebShellServices.h"
|
|
#include "nsILinkHandler.h"
|
|
#include "nsIClipboardCommands.h"
|
|
#include "nsITabParent.h"
|
|
#include "nsCRT.h"
|
|
#include "prtime.h"
|
|
#include "nsRect.h"
|
|
#include "Units.h"
|
|
#include "nsIDeprecationWarner.h"
|
|
|
|
namespace mozilla {
|
|
namespace dom {
|
|
class EventTarget;
|
|
typedef uint32_t ScreenOrientationInternal;
|
|
} // namespace dom
|
|
} // namespace mozilla
|
|
|
|
class nsDocShell;
|
|
class nsDOMNavigationTiming;
|
|
class nsGlobalWindow;
|
|
class nsIController;
|
|
class nsIScrollableFrame;
|
|
class OnLinkClickEvent;
|
|
class nsDSURIContentListener;
|
|
class nsDocShellEditorData;
|
|
class nsIClipboardDragDropHookList;
|
|
class nsICommandManager;
|
|
class nsIContentViewer;
|
|
class nsIDocument;
|
|
class nsIDOMNode;
|
|
class nsIDocShellTreeOwner;
|
|
class nsIGlobalHistory2;
|
|
class nsIHttpChannel;
|
|
class nsIPrompt;
|
|
class nsISHistory;
|
|
class nsISecureBrowserUI;
|
|
class nsIStringBundle;
|
|
class nsISupportsArray;
|
|
class nsIURIFixup;
|
|
class nsIURILoader;
|
|
class nsIWebBrowserFind;
|
|
class nsIWidget;
|
|
|
|
/* internally used ViewMode types */
|
|
enum ViewMode
|
|
{
|
|
viewNormal = 0x0,
|
|
viewSource = 0x1
|
|
};
|
|
|
|
class nsRefreshTimer : public nsITimerCallback
|
|
{
|
|
public:
|
|
nsRefreshTimer();
|
|
|
|
NS_DECL_THREADSAFE_ISUPPORTS
|
|
NS_DECL_NSITIMERCALLBACK
|
|
|
|
int32_t GetDelay() { return mDelay ;}
|
|
|
|
RefPtr<nsDocShell> mDocShell;
|
|
nsCOMPtr<nsIURI> mURI;
|
|
nsCOMPtr<nsIPrincipal> mPrincipal;
|
|
int32_t mDelay;
|
|
bool mRepeat;
|
|
bool mMetaRefresh;
|
|
|
|
protected:
|
|
virtual ~nsRefreshTimer();
|
|
};
|
|
|
|
enum eCharsetReloadState
|
|
{
|
|
eCharsetReloadInit,
|
|
eCharsetReloadRequested,
|
|
eCharsetReloadStopOrigional
|
|
};
|
|
|
|
class nsDocShell final
|
|
: public nsDocLoader
|
|
, public nsIDocShell_ESR38_2
|
|
, public nsIWebNavigation
|
|
, public nsIBaseWindow
|
|
, public nsIScrollable
|
|
, public nsITextScroll
|
|
, public nsIDocCharset
|
|
, public nsIContentViewerContainer
|
|
, public nsIRefreshURI
|
|
, public nsIWebProgressListener
|
|
, public nsIWebPageDescriptor
|
|
, public nsIAuthPromptProvider
|
|
, public nsILoadContext
|
|
, public nsIWebShellServices
|
|
, public nsILinkHandler
|
|
, public nsIClipboardCommands
|
|
, public nsIDOMStorageManager
|
|
, public nsINetworkInterceptController
|
|
, public nsIDeprecationWarner
|
|
, public mozilla::SupportsWeakPtr<nsDocShell>
|
|
{
|
|
friend class nsDSURIContentListener;
|
|
|
|
public:
|
|
MOZ_DECLARE_WEAKREFERENCE_TYPENAME(nsDocShell)
|
|
|
|
nsDocShell();
|
|
|
|
NS_DECL_AND_IMPL_ZEROING_OPERATOR_NEW
|
|
|
|
virtual nsresult Init() override;
|
|
|
|
NS_DECL_ISUPPORTS_INHERITED
|
|
|
|
NS_DECL_NSIDOCSHELL_ESR38_2
|
|
NS_DECL_NSIDOCSHELL_ESR38
|
|
NS_DECL_NSIDOCSHELL
|
|
NS_DECL_NSIDOCSHELLTREEITEM
|
|
NS_DECL_NSIWEBNAVIGATION
|
|
NS_DECL_NSIBASEWINDOW
|
|
NS_DECL_NSISCROLLABLE
|
|
NS_DECL_NSITEXTSCROLL
|
|
NS_DECL_NSIDOCCHARSET
|
|
NS_DECL_NSIINTERFACEREQUESTOR
|
|
NS_DECL_NSIWEBPROGRESSLISTENER
|
|
NS_DECL_NSIREFRESHURI
|
|
NS_DECL_NSICONTENTVIEWERCONTAINER
|
|
NS_DECL_NSIWEBPAGEDESCRIPTOR
|
|
NS_DECL_NSIAUTHPROMPTPROVIDER
|
|
NS_DECL_NSICLIPBOARDCOMMANDS
|
|
NS_DECL_NSIWEBSHELLSERVICES
|
|
NS_DECL_NSINETWORKINTERCEPTCONTROLLER
|
|
NS_DECL_NSIDEPRECATIONWARNER
|
|
NS_FORWARD_SAFE_NSIDOMSTORAGEMANAGER(TopSessionStorageManager())
|
|
|
|
NS_IMETHOD Stop() override
|
|
{
|
|
// Need this here because otherwise nsIWebNavigation::Stop
|
|
// overrides the docloader's Stop()
|
|
return nsDocLoader::Stop();
|
|
}
|
|
|
|
// Need to implement (and forward) nsISecurityEventSink, because
|
|
// nsIWebProgressListener has methods with identical names...
|
|
NS_FORWARD_NSISECURITYEVENTSINK(nsDocLoader::)
|
|
|
|
// nsILinkHandler
|
|
NS_IMETHOD OnLinkClick(nsIContent* aContent,
|
|
nsIURI* aURI,
|
|
const char16_t* aTargetSpec,
|
|
const nsAString& aFileName,
|
|
nsIInputStream* aPostDataStream,
|
|
nsIInputStream* aHeadersDataStream,
|
|
bool aIsTrusted) override;
|
|
NS_IMETHOD OnLinkClickSync(nsIContent* aContent,
|
|
nsIURI* aURI,
|
|
const char16_t* aTargetSpec,
|
|
const nsAString& aFileName,
|
|
nsIInputStream* aPostDataStream = 0,
|
|
nsIInputStream* aHeadersDataStream = 0,
|
|
nsIDocShell** aDocShell = 0,
|
|
nsIRequest** aRequest = 0) override;
|
|
NS_IMETHOD OnOverLink(nsIContent* aContent,
|
|
nsIURI* aURI,
|
|
const char16_t* aTargetSpec) override;
|
|
NS_IMETHOD OnLeaveLink() override;
|
|
|
|
nsDocShellInfoLoadType ConvertLoadTypeToDocShellLoadInfo(uint32_t aLoadType);
|
|
uint32_t ConvertDocShellLoadInfoToLoadType(
|
|
nsDocShellInfoLoadType aDocShellLoadType);
|
|
|
|
// Don't use NS_DECL_NSILOADCONTEXT because some of nsILoadContext's methods
|
|
// are shared with nsIDocShell (appID, etc.) and can't be declared twice.
|
|
NS_IMETHOD GetAssociatedWindow(nsIDOMWindow**) override;
|
|
NS_IMETHOD GetTopWindow(nsIDOMWindow**) override;
|
|
NS_IMETHOD GetTopFrameElement(nsIDOMElement**) override;
|
|
NS_IMETHOD GetNestedFrameId(uint64_t*) override;
|
|
NS_IMETHOD IsAppOfType(uint32_t, bool*) override;
|
|
NS_IMETHOD GetIsContent(bool*) override;
|
|
NS_IMETHOD GetUsePrivateBrowsing(bool*) override;
|
|
NS_IMETHOD SetUsePrivateBrowsing(bool) override;
|
|
NS_IMETHOD SetPrivateBrowsing(bool) override;
|
|
NS_IMETHOD GetUseRemoteTabs(bool*) override;
|
|
NS_IMETHOD SetRemoteTabs(bool) override;
|
|
NS_IMETHOD GetOriginAttributes(JS::MutableHandle<JS::Value>) override;
|
|
|
|
// Restores a cached presentation from history (mLSHE).
|
|
// This method swaps out the content viewer and simulates loads for
|
|
// subframes. It then simulates the completion of the toplevel load.
|
|
nsresult RestoreFromHistory();
|
|
|
|
// Perform a URI load from a refresh timer. This is just like the
|
|
// ForceRefreshURI method on nsIRefreshURI, but makes sure to take
|
|
// the timer involved out of mRefreshURIList if it's there.
|
|
// aTimer must not be null.
|
|
nsresult ForceRefreshURIFromTimer(nsIURI* aURI, int32_t aDelay,
|
|
bool aMetaRefresh, nsITimer* aTimer,
|
|
nsIPrincipal* aPrincipal);
|
|
|
|
friend class OnLinkClickEvent;
|
|
|
|
// We need dummy OnLocationChange in some cases to update the UI without
|
|
// updating security info.
|
|
void FireDummyOnLocationChange()
|
|
{
|
|
FireOnLocationChange(this, nullptr, mCurrentURI,
|
|
LOCATION_CHANGE_SAME_DOCUMENT);
|
|
}
|
|
|
|
nsresult HistoryTransactionRemoved(int32_t aIndex);
|
|
|
|
// Notify Scroll observers when an async panning/zooming transform
|
|
// has started being applied
|
|
void NotifyAsyncPanZoomStarted();
|
|
// Notify Scroll observers when an async panning/zooming transform
|
|
// is no longer applied
|
|
void NotifyAsyncPanZoomStopped();
|
|
|
|
mozilla::OriginAttributes GetOriginAttributes();
|
|
|
|
void SetInFrameSwap(bool aInSwap)
|
|
{
|
|
mInFrameSwap = aInSwap;
|
|
}
|
|
bool InFrameSwap();
|
|
|
|
private:
|
|
// An observed docshell wrapper is created when recording markers is enabled.
|
|
mozilla::UniquePtr<mozilla::ObservedDocShell> mObserved;
|
|
bool IsObserved() const { return !!mObserved; }
|
|
|
|
// It is necessary to allow adding a timeline marker wherever a docshell
|
|
// instance is available. This operation happens frequently and needs to
|
|
// be very fast, so instead of using a Map or having to search for some
|
|
// docshell-specific markers storage, a pointer to an `ObservedDocShell` is
|
|
// is stored on docshells directly.
|
|
friend void mozilla::TimelineConsumers::AddConsumer(nsDocShell*);
|
|
friend void mozilla::TimelineConsumers::RemoveConsumer(nsDocShell*);
|
|
friend void mozilla::TimelineConsumers::AddMarkerForDocShell(
|
|
nsDocShell*, const char*, MarkerTracingType);
|
|
friend void mozilla::TimelineConsumers::AddMarkerForDocShell(
|
|
nsDocShell*, const char*, const TimeStamp&, MarkerTracingType);
|
|
friend void mozilla::TimelineConsumers::AddMarkerForDocShell(
|
|
nsDocShell*, UniquePtr<TimelineMarker>&&);
|
|
|
|
public:
|
|
// Tell the favicon service that aNewURI has the same favicon as aOldURI.
|
|
static void CopyFavicon(nsIURI* aOldURI,
|
|
nsIURI* aNewURI,
|
|
bool aInPrivateBrowsing);
|
|
|
|
static nsDocShell* Cast(nsIDocShell* aDocShell)
|
|
{
|
|
return static_cast<nsDocShell*>(aDocShell);
|
|
}
|
|
|
|
protected:
|
|
virtual ~nsDocShell();
|
|
virtual void DestroyChildren() override;
|
|
|
|
// Content Viewer Management
|
|
nsresult EnsureContentViewer();
|
|
// aPrincipal can be passed in if the caller wants. If null is
|
|
// passed in, the about:blank principal will end up being used.
|
|
nsresult CreateAboutBlankContentViewer(nsIPrincipal* aPrincipal,
|
|
nsIURI* aBaseURI,
|
|
bool aTryToSaveOldPresentation = true);
|
|
nsresult CreateContentViewer(const nsACString& aContentType,
|
|
nsIRequest* aRequest,
|
|
nsIStreamListener** aContentHandler);
|
|
nsresult NewContentViewerObj(const nsACString& aContentType,
|
|
nsIRequest* aRequest, nsILoadGroup* aLoadGroup,
|
|
nsIStreamListener** aContentHandler,
|
|
nsIContentViewer** aViewer);
|
|
nsresult SetupNewViewer(nsIContentViewer* aNewViewer);
|
|
|
|
void SetupReferrerFromChannel(nsIChannel* aChannel);
|
|
|
|
nsresult GetEldestPresContext(nsPresContext** aPresContext);
|
|
|
|
// Get the principal that we'll set on the channel if we're inheriting. If
|
|
// aConsiderCurrentDocument is true, we try to use the current document if
|
|
// at all possible. If that fails, we fall back on the parent document.
|
|
// If that fails too, we force creation of a content viewer and use the
|
|
// resulting principal. If aConsiderCurrentDocument is false, we just look
|
|
// at the parent.
|
|
nsIPrincipal* GetInheritedPrincipal(bool aConsiderCurrentDocument);
|
|
|
|
// Actually open a channel and perform a URI load. Note: whatever owner is
|
|
// passed to this function will be set on the channel. Callers who wish to
|
|
// not have an owner on the channel should just pass null.
|
|
// If aSrcdoc is not void, the load will be considered as a srcdoc load,
|
|
// and the contents of aSrcdoc will be loaded instead of aURI.
|
|
// aOriginalURI will be set as the originalURI on the channel that does the
|
|
// load. If aOriginalURI is null, aURI will be set as the originalURI.
|
|
// If aLoadReplace is true, LOAD_REPLACE flag will be set to the nsIChannel.
|
|
nsresult DoURILoad(nsIURI* aURI,
|
|
nsIURI* aOriginalURI,
|
|
bool aLoadReplace,
|
|
bool aIsFromProcessingFrameAttributes,
|
|
nsIURI* aReferrer,
|
|
bool aSendReferrer,
|
|
uint32_t aReferrerPolicy,
|
|
nsISupports* aOwner,
|
|
const char* aTypeHint,
|
|
const nsAString& aFileName,
|
|
nsIInputStream* aPostData,
|
|
nsIInputStream* aHeadersData,
|
|
bool aFirstParty,
|
|
nsIDocShell** aDocShell,
|
|
nsIRequest** aRequest,
|
|
bool aIsNewWindowTarget,
|
|
bool aBypassClassifier,
|
|
bool aForceAllowCookies,
|
|
const nsAString& aSrcdoc,
|
|
nsIURI* aBaseURI,
|
|
nsContentPolicyType aContentPolicyType);
|
|
nsresult AddHeadersToChannel(nsIInputStream* aHeadersData,
|
|
nsIChannel* aChannel);
|
|
nsresult DoChannelLoad(nsIChannel* aChannel,
|
|
nsIURILoader* aURILoader,
|
|
bool aBypassClassifier);
|
|
|
|
nsresult ScrollToAnchor(nsACString& aCurHash, nsACString& aNewHash,
|
|
uint32_t aLoadType);
|
|
|
|
// Returns true if would have called FireOnLocationChange,
|
|
// but did not because aFireOnLocationChange was false on entry.
|
|
// In this case it is the caller's responsibility to ensure
|
|
// FireOnLocationChange is called.
|
|
// In all other cases false is returned.
|
|
bool OnLoadingSite(nsIChannel* aChannel,
|
|
bool aFireOnLocationChange,
|
|
bool aAddToGlobalHistory = true);
|
|
|
|
// Returns true if would have called FireOnLocationChange,
|
|
// but did not because aFireOnLocationChange was false on entry.
|
|
// In this case it is the caller's responsibility to ensure
|
|
// FireOnLocationChange is called.
|
|
// In all other cases false is returned.
|
|
// Either aChannel or aOwner must be null. If aChannel is
|
|
// present, the owner should be gotten from it.
|
|
// If OnNewURI calls AddToSessionHistory, it will pass its
|
|
// aCloneSHChildren argument as aCloneChildren.
|
|
bool OnNewURI(nsIURI* aURI, nsIChannel* aChannel, nsISupports* aOwner,
|
|
uint32_t aLoadType,
|
|
bool aFireOnLocationChange,
|
|
bool aAddToGlobalHistory,
|
|
bool aCloneSHChildren);
|
|
|
|
void SetReferrerURI(nsIURI* aURI);
|
|
void SetReferrerPolicy(uint32_t aReferrerPolicy);
|
|
|
|
// Session History
|
|
bool ShouldAddToSessionHistory(nsIURI* aURI);
|
|
// Either aChannel or aOwner must be null. If aChannel is
|
|
// present, the owner should be gotten from it.
|
|
// If aCloneChildren is true, then our current session history's
|
|
// children will be cloned onto the new entry. This should be
|
|
// used when we aren't actually changing the document while adding
|
|
// the new session history entry.
|
|
nsresult AddToSessionHistory(nsIURI* aURI, nsIChannel* aChannel,
|
|
nsISupports* aOwner,
|
|
bool aCloneChildren,
|
|
nsISHEntry** aNewEntry);
|
|
nsresult AddChildSHEntryToParent(nsISHEntry* aNewEntry, int32_t aChildOffset,
|
|
bool aCloneChildren);
|
|
|
|
nsresult AddChildSHEntryInternal(nsISHEntry* aCloneRef, nsISHEntry* aNewEntry,
|
|
int32_t aChildOffset, uint32_t aLoadType,
|
|
bool aCloneChildren);
|
|
|
|
nsresult LoadHistoryEntry(nsISHEntry* aEntry, uint32_t aLoadType);
|
|
nsresult PersistLayoutHistoryState();
|
|
|
|
// Clone a session history tree for subframe navigation.
|
|
// The tree rooted at |aSrcEntry| will be cloned into |aDestEntry|, except
|
|
// for the entry with id |aCloneID|, which will be replaced with
|
|
// |aReplaceEntry|. |aSrcShell| is a (possibly null) docshell which
|
|
// corresponds to |aSrcEntry| via its mLSHE or mOHE pointers, and will
|
|
// have that pointer updated to point to the cloned history entry.
|
|
// If aCloneChildren is true then the children of the entry with id
|
|
// |aCloneID| will be cloned into |aReplaceEntry|.
|
|
static nsresult CloneAndReplace(nsISHEntry* aSrcEntry,
|
|
nsDocShell* aSrcShell,
|
|
uint32_t aCloneID,
|
|
nsISHEntry* aReplaceEntry,
|
|
bool aCloneChildren,
|
|
nsISHEntry** aDestEntry);
|
|
|
|
// Child-walking callback for CloneAndReplace
|
|
static nsresult CloneAndReplaceChild(nsISHEntry* aEntry, nsDocShell* aShell,
|
|
int32_t aChildIndex, void* aData);
|
|
|
|
nsresult GetRootSessionHistory(nsISHistory** aReturn);
|
|
nsresult GetHttpChannel(nsIChannel* aChannel, nsIHttpChannel** aReturn);
|
|
bool ShouldDiscardLayoutState(nsIHttpChannel* aChannel);
|
|
|
|
// Determine whether this docshell corresponds to the given history entry,
|
|
// via having a pointer to it in mOSHE or mLSHE.
|
|
bool HasHistoryEntry(nsISHEntry* aEntry) const
|
|
{
|
|
return aEntry && (aEntry == mOSHE || aEntry == mLSHE);
|
|
}
|
|
|
|
// Update any pointers (mOSHE or mLSHE) to aOldEntry to point to aNewEntry
|
|
void SwapHistoryEntries(nsISHEntry* aOldEntry, nsISHEntry* aNewEntry);
|
|
|
|
// Call this method to swap in a new history entry to m[OL]SHE, rather than
|
|
// setting it directly. This completes the navigation in all docshells
|
|
// in the case of a subframe navigation.
|
|
void SetHistoryEntry(nsCOMPtr<nsISHEntry>* aPtr, nsISHEntry* aEntry);
|
|
|
|
// Child-walking callback for SetHistoryEntry
|
|
static nsresult SetChildHistoryEntry(nsISHEntry* aEntry, nsDocShell* aShell,
|
|
int32_t aEntryIndex, void* aData);
|
|
|
|
// Callback prototype for WalkHistoryEntries.
|
|
// aEntry is the child history entry, aShell is its corresponding docshell,
|
|
// aChildIndex is the child's index in its parent entry, and aData is
|
|
// the opaque pointer passed to WalkHistoryEntries.
|
|
typedef nsresult(*WalkHistoryEntriesFunc)(nsISHEntry* aEntry,
|
|
nsDocShell* aShell,
|
|
int32_t aChildIndex,
|
|
void* aData);
|
|
|
|
// For each child of aRootEntry, find the corresponding docshell which is
|
|
// a child of aRootShell, and call aCallback. The opaque pointer aData
|
|
// is passed to the callback.
|
|
static nsresult WalkHistoryEntries(nsISHEntry* aRootEntry,
|
|
nsDocShell* aRootShell,
|
|
WalkHistoryEntriesFunc aCallback,
|
|
void* aData);
|
|
|
|
// overridden from nsDocLoader, this provides more information than the
|
|
// normal OnStateChange with flags STATE_REDIRECTING
|
|
virtual void OnRedirectStateChange(nsIChannel* aOldChannel,
|
|
nsIChannel* aNewChannel,
|
|
uint32_t aRedirectFlags,
|
|
uint32_t aStateFlags) override;
|
|
|
|
/**
|
|
* Helper function that determines if channel is an HTTP POST.
|
|
*
|
|
* @param aChannel
|
|
* The channel to test
|
|
*
|
|
* @return True iff channel is an HTTP post.
|
|
*/
|
|
bool ChannelIsPost(nsIChannel* aChannel);
|
|
|
|
/**
|
|
* Helper function that finds the last URI and its transition flags for a
|
|
* channel.
|
|
*
|
|
* This method first checks the channel's property bag to see if previous
|
|
* info has been saved. If not, it gives back the referrer of the channel.
|
|
*
|
|
* @param aChannel
|
|
* The channel we are transitioning to
|
|
* @param aURI
|
|
* Output parameter with the previous URI, not addref'd
|
|
* @param aChannelRedirectFlags
|
|
* If a redirect, output parameter with the previous redirect flags
|
|
* from nsIChannelEventSink
|
|
*/
|
|
void ExtractLastVisit(nsIChannel* aChannel,
|
|
nsIURI** aURI,
|
|
uint32_t* aChannelRedirectFlags);
|
|
|
|
/**
|
|
* Helper function that caches a URI and a transition for saving later.
|
|
*
|
|
* @param aChannel
|
|
* Channel that will have these properties saved
|
|
* @param aURI
|
|
* The URI to save for later
|
|
* @param aChannelRedirectFlags
|
|
* The nsIChannelEventSink redirect flags to save for later
|
|
*/
|
|
void SaveLastVisit(nsIChannel* aChannel,
|
|
nsIURI* aURI,
|
|
uint32_t aChannelRedirectFlags);
|
|
|
|
/**
|
|
* Helper function for adding a URI visit using IHistory. If IHistory is
|
|
* not available, the method tries nsIGlobalHistory2.
|
|
*
|
|
* The IHistory API maintains chains of visits, tracking both HTTP referrers
|
|
* and redirects for a user session. VisitURI requires the current URI and
|
|
* the previous URI in the chain.
|
|
*
|
|
* Visits can be saved either during a redirect or when the request has
|
|
* reached its final destination. The previous URI in the visit may be
|
|
* from another redirect or it may be the referrer.
|
|
*
|
|
* @pre aURI is not null.
|
|
*
|
|
* @param aURI
|
|
* The URI that was just visited
|
|
* @param aReferrerURI
|
|
* The referrer URI of this request
|
|
* @param aPreviousURI
|
|
* The previous URI of this visit (may be the same as aReferrerURI)
|
|
* @param aChannelRedirectFlags
|
|
* For redirects, the redirect flags from nsIChannelEventSink
|
|
* (0 otherwise)
|
|
* @param aResponseStatus
|
|
* For HTTP channels, the response code (0 otherwise).
|
|
*/
|
|
void AddURIVisit(nsIURI* aURI,
|
|
nsIURI* aReferrerURI,
|
|
nsIURI* aPreviousURI,
|
|
uint32_t aChannelRedirectFlags,
|
|
uint32_t aResponseStatus = 0);
|
|
|
|
// Helper Routines
|
|
nsresult ConfirmRepost(bool* aRepost);
|
|
NS_IMETHOD GetPromptAndStringBundle(nsIPrompt** aPrompt,
|
|
nsIStringBundle** aStringBundle);
|
|
NS_IMETHOD GetChildOffset(nsIDOMNode* aChild, nsIDOMNode* aParent,
|
|
int32_t* aOffset);
|
|
nsIScrollableFrame* GetRootScrollFrame();
|
|
NS_IMETHOD EnsureScriptEnvironment();
|
|
NS_IMETHOD EnsureEditorData();
|
|
nsresult EnsureTransferableHookData();
|
|
NS_IMETHOD EnsureFind();
|
|
nsresult RefreshURIFromQueue();
|
|
NS_IMETHOD LoadErrorPage(nsIURI* aURI, const char16_t* aURL,
|
|
const char* aErrorPage,
|
|
const char16_t* aErrorType,
|
|
const char16_t* aDescription,
|
|
const char* aCSSClass,
|
|
nsIChannel* aFailedChannel);
|
|
bool IsPrintingOrPP(bool aDisplayErrorDialog = true);
|
|
bool IsNavigationAllowed(bool aDisplayPrintErrorDialog = true,
|
|
bool aCheckIfUnloadFired = true);
|
|
|
|
nsresult SetBaseUrlForWyciwyg(nsIContentViewer* aContentViewer);
|
|
|
|
static inline uint32_t PRTimeToSeconds(PRTime aTimeUsec)
|
|
{
|
|
PRTime usecPerSec = PR_USEC_PER_SEC;
|
|
return uint32_t(aTimeUsec /= usecPerSec);
|
|
}
|
|
|
|
inline bool UseErrorPages()
|
|
{
|
|
return (mObserveErrorPages ? sUseErrorPages : mUseErrorPages);
|
|
}
|
|
|
|
bool IsFrame();
|
|
|
|
//
|
|
// Helper method that is called when a new document (including any
|
|
// sub-documents - ie. frames) has been completely loaded.
|
|
//
|
|
virtual nsresult EndPageLoad(nsIWebProgress* aProgress,
|
|
nsIChannel* aChannel,
|
|
nsresult aResult);
|
|
|
|
// Sets the current document's current state object to the given SHEntry's
|
|
// state object. The current state object is eventually given to the page
|
|
// in the PopState event.
|
|
nsresult SetDocCurrentStateObj(nsISHEntry* aShEntry);
|
|
|
|
nsresult CheckLoadingPermissions();
|
|
|
|
// Security checks to prevent frameset spoofing. See comments at
|
|
// implementation sites.
|
|
static bool CanAccessItem(nsIDocShellTreeItem* aTargetItem,
|
|
nsIDocShellTreeItem* aAccessingItem,
|
|
bool aConsiderOpener = true);
|
|
static bool ValidateOrigin(nsIDocShellTreeItem* aOriginTreeItem,
|
|
nsIDocShellTreeItem* aTargetTreeItem);
|
|
|
|
// Returns true if would have called FireOnLocationChange,
|
|
// but did not because aFireOnLocationChange was false on entry.
|
|
// In this case it is the caller's responsibility to ensure
|
|
// FireOnLocationChange is called.
|
|
// In all other cases false is returned.
|
|
bool SetCurrentURI(nsIURI* aURI, nsIRequest* aRequest,
|
|
bool aFireOnLocationChange,
|
|
uint32_t aLocationFlags);
|
|
|
|
// The following methods deal with saving and restoring content viewers
|
|
// in session history.
|
|
|
|
// mContentViewer points to the current content viewer associated with
|
|
// this docshell. When loading a new document, the content viewer is
|
|
// either destroyed or stored into a session history entry. To make sure
|
|
// that destruction happens in a controlled fashion, a given content viewer
|
|
// is always owned in exactly one of these ways:
|
|
// 1) The content viewer is active and owned by a docshell's
|
|
// mContentViewer.
|
|
// 2) The content viewer is still being displayed while we begin loading
|
|
// a new document. The content viewer is owned by the _new_
|
|
// content viewer's mPreviousViewer, and has a pointer to the
|
|
// nsISHEntry where it will eventually be stored. The content viewer
|
|
// has been close()d by the docshell, which detaches the document from
|
|
// the window object.
|
|
// 3) The content viewer is cached in session history. The nsISHEntry
|
|
// has the only owning reference to the content viewer. The viewer
|
|
// has released its nsISHEntry pointer to prevent circular ownership.
|
|
//
|
|
// When restoring a content viewer from session history, open() is called
|
|
// to reattach the document to the window object. The content viewer is
|
|
// then placed into mContentViewer and removed from the history entry.
|
|
// (mContentViewer is put into session history as described above, if
|
|
// applicable).
|
|
|
|
// Determines whether we can safely cache the current mContentViewer in
|
|
// session history. This checks a number of factors such as cache policy,
|
|
// pending requests, and unload handlers.
|
|
// |aLoadType| should be the load type that will replace the current
|
|
// presentation. |aNewRequest| should be the request for the document to
|
|
// be loaded in place of the current document, or null if such a request
|
|
// has not been created yet. |aNewDocument| should be the document that will
|
|
// replace the current document.
|
|
bool CanSavePresentation(uint32_t aLoadType,
|
|
nsIRequest* aNewRequest,
|
|
nsIDocument* aNewDocument);
|
|
|
|
// Captures the state of the supporting elements of the presentation
|
|
// (the "window" object, docshell tree, meta-refresh loads, and security
|
|
// state) and stores them on |mOSHE|.
|
|
nsresult CaptureState();
|
|
|
|
// Begin the toplevel restore process for |aSHEntry|.
|
|
// This simulates a channel open, and defers the real work until
|
|
// RestoreFromHistory is called from a PLEvent.
|
|
nsresult RestorePresentation(nsISHEntry* aSHEntry, bool* aRestoring);
|
|
|
|
// Call BeginRestore(nullptr, false) for each child of this shell.
|
|
nsresult BeginRestoreChildren();
|
|
|
|
// Method to get our current position and size without flushing
|
|
void DoGetPositionAndSize(int32_t* aX, int32_t* aY, int32_t* aWidth,
|
|
int32_t* aHeight);
|
|
|
|
// Call this when a URI load is handed to us (via OnLinkClick or
|
|
// InternalLoad). This makes sure that we're not inside unload, or that if
|
|
// we are it's still OK to load this URI.
|
|
bool IsOKToLoadURI(nsIURI* aURI);
|
|
|
|
void ReattachEditorToWindow(nsISHEntry* aSHEntry);
|
|
|
|
nsCOMPtr<nsIDOMStorageManager> mSessionStorageManager;
|
|
nsIDOMStorageManager* TopSessionStorageManager();
|
|
|
|
// helpers for executing commands
|
|
nsresult GetControllerForCommand(const char* aCommand,
|
|
nsIController** aResult);
|
|
nsresult EnsureCommandHandler();
|
|
|
|
nsIChannel* GetCurrentDocChannel();
|
|
|
|
bool ShouldBlockLoadingForBackButton();
|
|
|
|
// Convenience method for getting our parent docshell. Can return null
|
|
already_AddRefed<nsDocShell> GetParentDocshell();
|
|
|
|
// Check if we have an app redirect registered for the URI and redirect if
|
|
// needed. Returns true if a redirect happened, false otherwise.
|
|
bool DoAppRedirectIfNeeded(nsIURI* aURI,
|
|
nsIDocShellLoadInfo* aLoadInfo,
|
|
bool aFirstParty);
|
|
|
|
protected:
|
|
nsresult GetCurScrollPos(int32_t aScrollOrientation, int32_t* aCurPos);
|
|
nsresult SetCurScrollPosEx(int32_t aCurHorizontalPos,
|
|
int32_t aCurVerticalPos);
|
|
|
|
// Override the parent setter from nsDocLoader
|
|
virtual nsresult SetDocLoaderParent(nsDocLoader* aLoader) override;
|
|
|
|
void ClearFrameHistory(nsISHEntry* aEntry);
|
|
|
|
/**
|
|
* Initializes mTiming if it isn't yet.
|
|
* After calling this, mTiming is non-null.
|
|
*/
|
|
void MaybeInitTiming();
|
|
|
|
public:
|
|
// Event type dispatched by RestorePresentation
|
|
class RestorePresentationEvent : public nsRunnable
|
|
{
|
|
public:
|
|
NS_DECL_NSIRUNNABLE
|
|
explicit RestorePresentationEvent(nsDocShell* aDs) : mDocShell(aDs) {}
|
|
void Revoke() { mDocShell = nullptr; }
|
|
private:
|
|
RefPtr<nsDocShell> mDocShell;
|
|
};
|
|
|
|
protected:
|
|
bool JustStartedNetworkLoad();
|
|
|
|
nsresult CreatePrincipalFromReferrer(nsIURI* aReferrer,
|
|
nsIPrincipal** aResult);
|
|
|
|
enum FrameType
|
|
{
|
|
eFrameTypeRegular,
|
|
eFrameTypeBrowser,
|
|
eFrameTypeApp
|
|
};
|
|
|
|
static const nsCString FrameTypeToString(FrameType aFrameType)
|
|
{
|
|
switch (aFrameType) {
|
|
case FrameType::eFrameTypeApp:
|
|
return NS_LITERAL_CSTRING("app");
|
|
case FrameType::eFrameTypeBrowser:
|
|
return NS_LITERAL_CSTRING("browser");
|
|
case FrameType::eFrameTypeRegular:
|
|
return NS_LITERAL_CSTRING("regular");
|
|
default:
|
|
NS_ERROR("Unknown frame type");
|
|
return EmptyCString();
|
|
}
|
|
}
|
|
|
|
FrameType GetInheritedFrameType();
|
|
|
|
bool HasUnloadedParent();
|
|
|
|
// Dimensions of the docshell
|
|
nsIntRect mBounds;
|
|
nsString mName;
|
|
nsString mTitle;
|
|
|
|
/**
|
|
* Content-Type Hint of the most-recently initiated load. Used for
|
|
* session history entries.
|
|
*/
|
|
nsCString mContentTypeHint;
|
|
nsIntPoint mDefaultScrollbarPref; // persistent across doc loads
|
|
|
|
nsCOMPtr<nsISupportsArray> mRefreshURIList;
|
|
nsCOMPtr<nsISupportsArray> mSavedRefreshURIList;
|
|
RefPtr<nsDSURIContentListener> mContentListener;
|
|
nsCOMPtr<nsIContentViewer> mContentViewer;
|
|
nsCOMPtr<nsIWidget> mParentWidget;
|
|
|
|
// mCurrentURI should be marked immutable on set if possible.
|
|
nsCOMPtr<nsIURI> mCurrentURI;
|
|
nsCOMPtr<nsIURI> mReferrerURI;
|
|
uint32_t mReferrerPolicy;
|
|
RefPtr<nsGlobalWindow> mScriptGlobal;
|
|
nsCOMPtr<nsISHistory> mSessionHistory;
|
|
nsCOMPtr<nsIGlobalHistory2> mGlobalHistory;
|
|
nsCOMPtr<nsIWebBrowserFind> mFind;
|
|
nsCOMPtr<nsICommandManager> mCommandManager;
|
|
// Reference to the SHEntry for this docshell until the page is destroyed.
|
|
// Somebody give me better name
|
|
nsCOMPtr<nsISHEntry> mOSHE;
|
|
// Reference to the SHEntry for this docshell until the page is loaded
|
|
// Somebody give me better name.
|
|
// If mLSHE is non-null, non-pushState subframe loads don't create separate
|
|
// root history entries. That is, frames loaded during the parent page
|
|
// load don't generate history entries the way frame navigation after the
|
|
// parent has loaded does. (This isn't the only purpose of mLSHE.)
|
|
nsCOMPtr<nsISHEntry> mLSHE;
|
|
|
|
// Holds a weak pointer to a RestorePresentationEvent object if any that
|
|
// holds a weak pointer back to us. We use this pointer to possibly revoke
|
|
// the event whenever necessary.
|
|
nsRevocableEventPtr<RestorePresentationEvent> mRestorePresentationEvent;
|
|
|
|
// Editor data, if this document is designMode or contentEditable.
|
|
nsAutoPtr<nsDocShellEditorData> mEditorData;
|
|
|
|
// Transferable hooks/callbacks
|
|
nsCOMPtr<nsIClipboardDragDropHookList> mTransferableHookData;
|
|
|
|
// Secure browser UI object
|
|
nsCOMPtr<nsISecureBrowserUI> mSecurityUI;
|
|
|
|
// The URI we're currently loading. This is only relevant during the
|
|
// firing of a pagehide/unload. The caller of FirePageHideNotification()
|
|
// is responsible for setting it and unsetting it. It may be null if the
|
|
// pagehide/unload is happening for some reason other than just loading a
|
|
// new URI.
|
|
nsCOMPtr<nsIURI> mLoadingURI;
|
|
|
|
// Set in LoadErrorPage from the method argument and used later
|
|
// in CreateContentViewer. We have to delay an shistory entry creation
|
|
// for which these objects are needed.
|
|
nsCOMPtr<nsIURI> mFailedURI;
|
|
nsCOMPtr<nsIChannel> mFailedChannel;
|
|
uint32_t mFailedLoadType;
|
|
|
|
// Set in DoURILoad when either the LOAD_RELOAD_ALLOW_MIXED_CONTENT flag or
|
|
// the LOAD_NORMAL_ALLOW_MIXED_CONTENT flag is set.
|
|
// Checked in nsMixedContentBlocker, to see if the channels match.
|
|
nsCOMPtr<nsIChannel> mMixedContentChannel;
|
|
|
|
// WEAK REFERENCES BELOW HERE.
|
|
// Note these are intentionally not addrefd. Doing so will create a cycle.
|
|
// For that reasons don't use nsCOMPtr.
|
|
|
|
nsIDocShellTreeOwner* mTreeOwner; // Weak Reference
|
|
mozilla::dom::EventTarget* mChromeEventHandler; // Weak Reference
|
|
|
|
eCharsetReloadState mCharsetReloadState;
|
|
|
|
// Offset in the parent's child list.
|
|
// -1 if the docshell is added dynamically to the parent shell.
|
|
uint32_t mChildOffset;
|
|
uint32_t mBusyFlags;
|
|
uint32_t mAppType;
|
|
uint32_t mLoadType;
|
|
|
|
int32_t mMarginWidth;
|
|
int32_t mMarginHeight;
|
|
|
|
// This can either be a content docshell or a chrome docshell. After
|
|
// Create() is called, the type is not expected to change.
|
|
int32_t mItemType;
|
|
|
|
// Index into the SHTransaction list, indicating the previous and current
|
|
// transaction at the time that this DocShell begins to load
|
|
int32_t mPreviousTransIndex;
|
|
int32_t mLoadedTransIndex;
|
|
|
|
uint32_t mSandboxFlags;
|
|
nsWeakPtr mOnePermittedSandboxedNavigator;
|
|
|
|
// mFullscreenAllowed stores how we determine whether fullscreen is allowed
|
|
// when GetFullscreenAllowed() is called. Fullscreen is allowed in a
|
|
// docshell when all containing iframes have the allowfullscreen
|
|
// attribute set to true. When mFullscreenAllowed is CHECK_ATTRIBUTES
|
|
// we check this docshell's containing frame for the allowfullscreen
|
|
// attribute, and recurse onto the parent docshell to ensure all containing
|
|
// frames also have the allowfullscreen attribute. If we find an ancestor
|
|
// docshell with mFullscreenAllowed not equal to CHECK_ATTRIBUTES, we've
|
|
// reached a content boundary, and mFullscreenAllowed denotes whether the
|
|
// parent across the content boundary has allowfullscreen=true in all its
|
|
// containing iframes. mFullscreenAllowed defaults to CHECK_ATTRIBUTES and
|
|
// is set otherwise when docshells which are content boundaries are created.
|
|
enum FullscreenAllowedState
|
|
{
|
|
CHECK_ATTRIBUTES,
|
|
PARENT_ALLOWS,
|
|
PARENT_PROHIBITS
|
|
};
|
|
FullscreenAllowedState mFullscreenAllowed;
|
|
|
|
// The orientation lock as described by
|
|
// https://w3c.github.io/screen-orientation/
|
|
mozilla::dom::ScreenOrientationInternal mOrientationLock;
|
|
|
|
// Cached value of the "browser.xul.error_pages.enabled" preference.
|
|
static bool sUseErrorPages;
|
|
|
|
bool mCreated;
|
|
bool mAllowSubframes;
|
|
bool mAllowPlugins;
|
|
bool mAllowJavascript;
|
|
bool mAllowMetaRedirects;
|
|
bool mAllowImages;
|
|
bool mAllowMedia;
|
|
bool mAllowDNSPrefetch;
|
|
bool mAllowWindowControl;
|
|
bool mAllowContentRetargeting;
|
|
bool mAllowContentRetargetingOnChildren;
|
|
bool mCreatingDocument; // (should be) debugging only
|
|
bool mUseErrorPages;
|
|
bool mObserveErrorPages;
|
|
bool mAllowAuth;
|
|
bool mAllowKeywordFixup;
|
|
bool mIsOffScreenBrowser;
|
|
bool mIsActive;
|
|
bool mIsPrerendered;
|
|
bool mIsAppTab;
|
|
bool mUseGlobalHistory;
|
|
bool mInPrivateBrowsing;
|
|
bool mUseRemoteTabs;
|
|
bool mDeviceSizeIsPageSize;
|
|
bool mWindowDraggingAllowed;
|
|
bool mInFrameSwap;
|
|
|
|
// Because scriptability depends on the mAllowJavascript values of our
|
|
// ancestors, we cache the effective scriptability and recompute it when
|
|
// it might have changed;
|
|
bool mCanExecuteScripts;
|
|
void RecomputeCanExecuteScripts();
|
|
|
|
// This boolean is set to true right before we fire pagehide and generally
|
|
// unset when we embed a new content viewer. While it's true no navigation
|
|
// is allowed in this docshell.
|
|
bool mFiredUnloadEvent;
|
|
|
|
// this flag is for bug #21358. a docshell may load many urls
|
|
// which don't result in new documents being created (i.e. a new
|
|
// content viewer) we want to make sure we don't call a on load
|
|
// event more than once for a given content viewer.
|
|
bool mEODForCurrentDocument;
|
|
bool mURIResultedInDocument;
|
|
|
|
bool mIsBeingDestroyed;
|
|
|
|
bool mIsExecutingOnLoadHandler;
|
|
|
|
// Indicates that a DocShell in this "docshell tree" is printing
|
|
bool mIsPrintingOrPP;
|
|
|
|
// Indicates to CreateContentViewer() that it is safe to cache the old
|
|
// presentation of the page, and to SetupNewViewer() that the old viewer
|
|
// should be passed a SHEntry to save itself into.
|
|
bool mSavingOldViewer;
|
|
|
|
// @see nsIDocShellHistory::createdDynamically
|
|
bool mDynamicallyCreated;
|
|
#ifdef DEBUG
|
|
bool mInEnsureScriptEnv;
|
|
#endif
|
|
bool mAffectPrivateSessionLifetime;
|
|
bool mInvisible;
|
|
bool mHasLoadedNonBlankURI;
|
|
uint64_t mHistoryID;
|
|
uint32_t mDefaultLoadFlags;
|
|
|
|
static nsIURIFixup* sURIFixup;
|
|
|
|
RefPtr<nsDOMNavigationTiming> mTiming;
|
|
|
|
// This flag means that mTiming has been initialized but nulled out.
|
|
// We will check the innerWin's timing before creating a new one
|
|
// in MaybeInitTiming()
|
|
bool mBlankTiming;
|
|
|
|
// Are we a regular frame, a browser frame, or an app frame?
|
|
FrameType mFrameType;
|
|
|
|
// We only expect mOwnOrContainingAppId to be something other than
|
|
// UNKNOWN_APP_ID if mFrameType != eFrameTypeRegular. For vanilla iframes
|
|
// inside an app, we'll retrieve the containing app-id by walking up the
|
|
// docshell hierarchy.
|
|
//
|
|
// (This needs to be the docshell's own /or containing/ app id because the
|
|
// containing app frame might be in another process, in which case we won't
|
|
// find it by walking up the docshell hierarchy.)
|
|
uint32_t mOwnOrContainingAppId;
|
|
|
|
nsString mPaymentRequestId;
|
|
|
|
nsString GetInheritedPaymentRequestId();
|
|
|
|
private:
|
|
nsCString mForcedCharset;
|
|
nsCString mParentCharset;
|
|
int32_t mParentCharsetSource;
|
|
nsCOMPtr<nsIPrincipal> mParentCharsetPrincipal;
|
|
nsTObserverArray<nsWeakPtr> mPrivacyObservers;
|
|
nsTObserverArray<nsWeakPtr> mReflowObservers;
|
|
nsTObserverArray<nsWeakPtr> mScrollObservers;
|
|
nsCString mOriginalUriString;
|
|
nsWeakPtr mOpener;
|
|
|
|
// A depth count of how many times NotifyRunToCompletionStart
|
|
// has been called without a matching NotifyRunToCompletionStop.
|
|
uint32_t mJSRunToCompletionDepth;
|
|
|
|
// Separate function to do the actual name (i.e. not _top, _self etc.)
|
|
// searching for FindItemWithName.
|
|
nsresult DoFindItemWithName(const char16_t* aName,
|
|
nsISupports* aRequestor,
|
|
nsIDocShellTreeItem* aOriginalRequestor,
|
|
nsIDocShellTreeItem** aResult);
|
|
|
|
// Notify consumers of a search being loaded through the observer service:
|
|
void MaybeNotifyKeywordSearchLoading(const nsString& aProvider,
|
|
const nsString& aKeyword);
|
|
|
|
#ifdef DEBUG
|
|
// We're counting the number of |nsDocShells| to help find leaks
|
|
static unsigned long gNumberOfDocShells;
|
|
#endif /* DEBUG */
|
|
|
|
public:
|
|
class InterfaceRequestorProxy : public nsIInterfaceRequestor
|
|
{
|
|
public:
|
|
explicit InterfaceRequestorProxy(nsIInterfaceRequestor* aRequestor);
|
|
NS_DECL_THREADSAFE_ISUPPORTS
|
|
NS_DECL_NSIINTERFACEREQUESTOR
|
|
|
|
protected:
|
|
virtual ~InterfaceRequestorProxy();
|
|
InterfaceRequestorProxy() {}
|
|
nsWeakPtr mWeakPtr;
|
|
};
|
|
};
|
|
|
|
#endif /* nsDocShell_h__ */
|