blob: df94fc2462dc16f1d2c5e6ab411bb2002acbcd32 [file] [log] [blame]
/*
* Copyright (C) 2009, 2012 Google Inc. All rights reserved.
* Copyright (C) 2011 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are
* met:
*
* * Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* * Redistributions in binary form must reproduce the above
* copyright notice, this list of conditions and the following disclaimer
* in the documentation and/or other materials provided with the
* distribution.
* * Neither the name of Google Inc. nor the names of its
* contributors may be used to endorse or promote products derived from
* this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
* "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
* LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
* A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
* SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
* LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef THIRD_PARTY_BLINK_RENDERER_CORE_FRAME_LOCAL_FRAME_CLIENT_IMPL_H_
#define THIRD_PARTY_BLINK_RENDERER_CORE_FRAME_LOCAL_FRAME_CLIENT_IMPL_H_
#include <memory>
#include "base/memory/scoped_refptr.h"
#include "mojo/public/cpp/bindings/pending_remote.h"
#include "mojo/public/cpp/bindings/receiver.h"
#include "mojo/public/cpp/bindings/receiver_set.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "third_party/blink/renderer/core/frame/local_frame_client.h"
#include "third_party/blink/renderer/core/frame/web_local_frame_impl.h"
#include "third_party/blink/renderer/platform/heap/handle.h"
#include "third_party/blink/renderer/platform/weborigin/kurl.h"
#include "third_party/blink/renderer/platform/wtf/casting.h"
namespace blink {
class BrowserInterfaceBrokerProxy;
class WebDevToolsAgentImpl;
class WebLocalFrameImpl;
class WebSpellCheckPanelHostClient;
class CORE_EXPORT LocalFrameClientImpl final : public LocalFrameClient {
public:
explicit LocalFrameClientImpl(WebLocalFrameImpl*);
~LocalFrameClientImpl() override;
void Trace(Visitor*) const override;
WebLocalFrameImpl* GetWebFrame() const override;
// LocalFrameClient ----------------------------------------------
WebContentCaptureClient* GetWebContentCaptureClient() const override;
void DidCommitDocumentReplacementNavigation(DocumentLoader*) override;
// Notifies the WebView delegate that the JS window object has been cleared,
// giving it a chance to bind native objects to the window before script
// parsing begins.
void DispatchDidClearWindowObjectInMainWorld() override;
void DocumentElementAvailable() override;
void RunScriptsAtDocumentElementAvailable() override;
void RunScriptsAtDocumentReady(bool document_is_empty) override;
void RunScriptsAtDocumentIdle() override;
void DidCreateScriptContext(v8::Local<v8::Context>,
int32_t world_id) override;
void WillReleaseScriptContext(v8::Local<v8::Context>,
int32_t world_id) override;
// Returns true if we should allow register V8 extensions to be added.
bool AllowScriptExtensions() override;
bool HasWebView() const override;
bool InShadowTree() const override;
void WillBeDetached() override;
void Detached(FrameDetachType) override;
void DispatchWillSendRequest(ResourceRequest&) override;
void DispatchDidLoadResourceFromMemoryCache(const ResourceRequest&,
const ResourceResponse&) override;
void DispatchDidHandleOnloadEvents() override;
void DidFinishSameDocumentNavigation(HistoryItem*,
WebHistoryCommitType,
bool content_initiated,
bool is_history_api_navigation) override;
void DispatchDidReceiveTitle(const String&) override;
void DispatchDidCommitLoad(
HistoryItem*,
WebHistoryCommitType,
bool should_reset_browser_interface_broker,
network::mojom::WebSandboxFlags sandbox_flags,
const blink::ParsedFeaturePolicy& feature_policy_header,
const blink::DocumentPolicyFeatureState& document_policy_header) override;
void DispatchDidFailLoad(const ResourceError&, WebHistoryCommitType) override;
void DispatchDidFinishDocumentLoad() override;
void DispatchDidFinishLoad() override;
void BeginNavigation(
const ResourceRequest&,
mojom::RequestContextFrameType,
LocalDOMWindow* origin_window,
DocumentLoader*,
WebNavigationType,
NavigationPolicy,
WebFrameLoadType,
bool is_client_redirect,
mojom::blink::TriggeringEventInfo,
HTMLFormElement*,
network::mojom::CSPDisposition should_bypass_main_world_csp,
mojo::PendingRemote<mojom::blink::BlobURLToken>,
base::TimeTicks input_start_time,
const String& href_translate,
const base::Optional<WebImpression>& impression,
WTF::Vector<network::mojom::blink::ContentSecurityPolicyPtr>
initiator_csp,
network::mojom::IPAddressSpace,
mojo::PendingRemote<mojom::blink::NavigationInitiator>,
const LocalFrameToken* initiator_frame_token,
mojo::PendingRemote<mojom::blink::PolicyContainerHostKeepAliveHandle>
initiator_policy_container_keep_alive_handle) override;
void DispatchWillSendSubmitEvent(HTMLFormElement*) override;
void DidStartLoading() override;
void DidStopLoading() override;
bool NavigateBackForward(int offset) const override;
void DidDispatchPingLoader(const KURL&) override;
void DidChangePerformanceTiming() override;
void DidObserveInputDelay(base::TimeDelta) override;
void DidChangeCpuTiming(base::TimeDelta) override;
void DidObserveLoadingBehavior(LoadingBehaviorFlag) override;
void DidObserveNewFeatureUsage(mojom::WebFeature) override;
void DidObserveNewCssPropertyUsage(mojom::CSSSampleId, bool) override;
void DidObserveLayoutShift(double score, bool after_input_or_scroll) override;
void DidObserveInputForLayoutShiftTracking(
base::TimeTicks timestamp) override;
void DidObserveLayoutNg(uint32_t all_block_count,
uint32_t ng_block_count,
uint32_t all_call_count,
uint32_t ng_call_count) override;
void DidObserveLazyLoadBehavior(
WebLocalFrameClient::LazyLoadBehavior lazy_load_behavior) override;
void SelectorMatchChanged(const Vector<String>& added_selectors,
const Vector<String>& removed_selectors) override;
// Creates a WebDocumentLoaderImpl that is a DocumentLoader but also has:
// - storage to store an extra data that can be used by the content layer
// - wrapper methods to expose DocumentLoader's variables to the content
// layer
DocumentLoader* CreateDocumentLoader(
LocalFrame*,
WebNavigationType,
ContentSecurityPolicy*,
std::unique_ptr<WebNavigationParams> navigation_params,
std::unique_ptr<WebDocumentLoader::ExtraData> extra_data) override;
// Updates the underlying |WebDocumentLoaderImpl| of |DocumentLoader| with
// extra_data.
void UpdateDocumentLoader(
DocumentLoader* document_loader,
std::unique_ptr<WebDocumentLoader::ExtraData> extra_data) override;
WTF::String UserAgent() override;
base::Optional<blink::UserAgentMetadata> UserAgentMetadata() override;
WTF::String DoNotTrackValue() override;
void TransitionToCommittedForNewPage() override;
LocalFrame* CreateFrame(const WTF::AtomicString& name,
HTMLFrameOwnerElement*) override;
std::pair<RemoteFrame*, PortalToken> CreatePortal(
HTMLPortalElement*,
mojo::PendingAssociatedReceiver<mojom::blink::Portal>,
mojo::PendingAssociatedRemote<mojom::blink::PortalClient>) override;
RemoteFrame* AdoptPortal(HTMLPortalElement*) override;
WebPluginContainerImpl* CreatePlugin(HTMLPlugInElement&,
const KURL&,
const Vector<WTF::String>&,
const Vector<WTF::String>&,
const WTF::String&,
bool load_manually) override;
std::unique_ptr<WebMediaPlayer> CreateWebMediaPlayer(
HTMLMediaElement&,
const WebMediaPlayerSource&,
WebMediaPlayerClient*) override;
WebRemotePlaybackClient* CreateWebRemotePlaybackClient(
HTMLMediaElement&) override;
void DidChangeScrollOffset() override;
void DidUpdateCurrentHistoryItem() override;
bool AllowContentInitiatedDataUrlNavigations(const KURL&) override;
void DidChangeName(const String&) override;
std::unique_ptr<WebServiceWorkerProvider> CreateServiceWorkerProvider()
override;
WebContentSettingsClient* GetContentSettingsClient() override;
void DispatchDidChangeManifest() override;
unsigned BackForwardLength() override;
BlameContext* GetFrameBlameContext() override;
KURL OverrideFlashEmbedWithHTML(const KURL&) override;
void NotifyUserActivation() override;
void AbortClientNavigation() override;
WebSpellCheckPanelHostClient* SpellCheckPanelHostClient() const override;
WebTextCheckClient* GetTextCheckerClient() const override;
std::unique_ptr<WebURLLoaderFactory> CreateURLLoaderFactory() override;
blink::BrowserInterfaceBrokerProxy& GetBrowserInterfaceBroker() override;
AssociatedInterfaceProvider* GetRemoteNavigationAssociatedInterfaces()
override;
void AnnotatedRegionsChanged() override;
base::UnguessableToken GetDevToolsFrameToken() const override;
String evaluateInInspectorOverlayForTesting(const String& script) override;
bool HandleCurrentKeyboardEvent() override;
void DidChangeSelection(bool is_selection_empty) override;
void DidChangeContents() override;
Frame* FindFrame(const AtomicString& name) const override;
void FocusedElementChanged(Element* element) override;
void OnMainFrameIntersectionChanged(
const IntRect& intersection_rect) override;
void OnOverlayPopupAdDetected() override;
void OnLargeStickyAdDetected() override;
bool IsPluginHandledExternally(HTMLPlugInElement&,
const KURL&,
const String&) override;
v8::Local<v8::Object> GetScriptableObject(HTMLPlugInElement&,
v8::Isolate*) override;
scoped_refptr<WebWorkerFetchContext> CreateWorkerFetchContext() override;
scoped_refptr<WebWorkerFetchContext>
CreateWorkerFetchContextForPlzDedicatedWorker(
WebDedicatedWorkerHostFactoryClient*) override;
std::unique_ptr<WebContentSettingsClient> CreateWorkerContentSettingsClient()
override;
std::unique_ptr<media::SpeechRecognitionClient> CreateSpeechRecognitionClient(
media::SpeechRecognitionClient::OnReadyCallback callback) override;
void SetMouseCapture(bool capture) override;
bool UsePrintingLayout() const override;
std::unique_ptr<blink::ResourceLoadInfoNotifierWrapper>
CreateResourceLoadInfoNotifierWrapper() override;
void UpdateSubresourceFactory(
std::unique_ptr<blink::PendingURLLoaderFactoryBundle> pending_factory)
override;
void DidChangeMobileFriendliness(const MobileFriendliness&) override;
private:
bool IsLocalFrameClientImpl() const override { return true; }
WebDevToolsAgentImpl* DevToolsAgent();
// The WebFrame that owns this object and manages its lifetime. Therefore,
// the web frame object is guaranteed to exist.
Member<WebLocalFrameImpl> web_frame_;
String user_agent_;
};
template <>
struct DowncastTraits<LocalFrameClientImpl> {
static bool AllowFrom(const LocalFrameClient& client) {
return client.IsLocalFrameClientImpl();
}
};
} // namespace blink
#endif // THIRD_PARTY_BLINK_RENDERER_CORE_FRAME_LOCAL_FRAME_CLIENT_IMPL_H_