4588a41161
* chore: bump chromium in DEPS to 1d6b29cd85c1c3cba093b8b69b2727cc26eaac97 * update patches * chore: use 'libvulkan.so.1' in the linux manifests CL: https://chromium-review.googlesource.com/c/angle/angle/+/2538430 Upstream renamed libvulkan.so to libvulkan.so.1, so sync our manifests. * chore: update expected window-open default policy. CL: https://chromium-review.googlesource.com/c/chromium/src/+/2429247 Upstream CL contiues the work to make `strict-origin-when-cross-origin` the default referrer policy. This commit changes our window-open tests to expect that policy over the previous `no-referrer-when-downgrade`. * chore: bump chromium in DEPS to 69cb7c65ad845cdab1cd5f4256237e72fceba2dd * chore: re-export chromium patches No code changes; just line numbers. `git am` failed because the upstream changes were just large enough to require patching to fail w/o fuzzing. The broken patch was patches/chromium/feat_allow_disabling_blink_scheduler_throttling_per_renderview.patch * update patches * chore: bump chromium in DEPS to c6d97a240d30e5f5166856f5ae6ee14d95b9a4f0 * update patches * fixup! chore: update expected window-open default policy. * chore: disallow copying CppHeapCreateParams Experimental commit to resolve FTBS https://ci.appveyor.com/project/electron-bot/electron-ljo26/builds/36405680#L25345 which introduces a new struct CppHeapCreateParams that aggregates a vector of unique_ptrs. Our Windows CI is unhappy that this struct implicitly deletes its copy ctor, so this commit makes it explicit. Xref: https://chromium-review.googlesource.com/c/v8/v8/+/2536642 * update patches * chore: bump chromium in DEPS to 0df9a85ffa0ad4711b41a089842e40b87ba88055 * update patches * fixup! chore: bump chromium to ac06d6903a2c981ab90a8162f1ba0 (master) (#26499) * chore: update calls to gfx::RemoveAcceleratorChar. The call signature for gfx::RemoveAccelerator changed in https://chromium-review.googlesource.com/c/chromium/src/+/2546471 . This commit updates use to match that. * chore: bump chromium in DEPS to 43d6c496251e08d3781bfadbe9727688551f74a9 * update patches * chore: bump chromium in DEPS to 1fb5c9825be4e2271c4fef0e802f5d970b32f62f * update patches * chore: bump chromium in DEPS to 8a1f078d67825e727a598b89a8924699df8d3850 * chore: bump chromium in DEPS to 28ff715b3a97d8cedc143bad671edb08b6de5fc2 * chore: update patches * Remove most service manifest remnants from Content https://chromium-review.googlesource.com/c/chromium/src/+/2296482 * Reland "Portals: Fix a11y for orphaned portals" https://chromium-review.googlesource.com/c/chromium/src/+/2542812 * Convert CallbackList::Subscription to a standalone class. https://chromium-review.googlesource.com/c/chromium/src/+/2522860 * fix: actually apply the zlib patch * chore: bump chromium in DEPS to 75b464e6357190ca302ba9ce8f8c2bf5a3b709ae * chore: update patches * chore: bump chromium@b884b9b2f647c59a75f5d2055030afa33d50ca10 * chore: bump chromium in DEPS to 829261dadcefdc54ce5fdf7c5fac2929786a63ce * chore: bump chromium in DEPS to 5df3e69605c7c0130374aaccb91fc4726a558db2 * chore: bump chromium in DEPS to 22db748d5b7b90f87e6e97ef4c92a727ac753ea4 * chore: bump chromium in DEPS to 1475df80282b7eeeb0e153d8375bfe651f083bf8 * chore: bump chromium in DEPS to 6d34fe9e9b7386edd90574617bfa4008de972d72 * chore: update patches * Disable CertVerifierService for now 2559260: Enable CertVerifierService by default | https://chromium-review.googlesource.com/c/chromium/src/+/2559260 * Remove force_ignore_site_for_cookies until we figure out what to do instead 2499162: Remove |force_ignore_site_for_cookies| from IPCs (e.g. ResourceRequest). | https://chromium-review.googlesource.com/c/chromium/src/+/2499162 * chore: bump chromium in DEPS to 95aeb1c59ebc03d19ba077b0cd707463d1b2865e * update patches * Set site_for_cookies to request url so that URLLoader::ShouldForceIgnoreSiteForCookies returns true * 2490383: a11y inspect reorg: implement accessible tree formatter factory https://chromium-review.googlesource.com/c/chromium/src/+/2490383 * 2485887: [Extensions][web_accessible_resources] Use |matches|. https://chromium-review.googlesource.com/c/chromium/src/+/2485887 * update v8 headers * chore: bump chromium in DEPS to 38587dc379a8cf4d4a13e482a6e89f2fe681144e * update patches * 2555005: [api] Simplify ScriptOrigin https://chromium-review.googlesource.com/c/v8/v8/+/2555005 * 2563553: Remove Flash from PermissionRequestTypes and PermissionTypes. https://chromium-review.googlesource.com/c/chromium/src/+/2563553 * 2546146: Remove browser-hosted InterfaceProvider https://chromium-review.googlesource.com/c/chromium/src/+/2546146 * Actually apply nan patch * update patches * chore: bump chromium in DEPS to 6718d4b50c9db975c5642ca5b68e8dc7ee1b7615 * update patches * 2546146: Remove browser-hosted InterfaceProvider https://chromium-review.googlesource.com/c/chromium/src/+/2546146 * chore: bump chromium in DEPS to 338cc300e3fe3a4cb4883e9ccdc34a32f3dfe034 * chore: bump chromium in DEPS to d9baeb1d192c23ceb1e1c4bbe6af98380b263bc1 * chore: bump chromium in DEPS to 3ca3051932683739b304e721cc394b6c66f841fe * chore: bump chromium in DEPS to 89292a4ae29096e5313aaf19dfa0c4710145c34d * 2571639: mac: Remove code to support OS X 10.10 in //sandbox https://chromium-review.googlesource.com/c/chromium/src/+/2571639 * Fixup patch indices * Do not build MTLManagedObjectAdapter It's been removed in newer Mantle versions and uses a deprecated enum * update patches * Remove sendToAll https://github.com/electron/electron/pull/26771 * 2569367: Remove dead fullscreen code in RenderWidgetHostView and friends https://chromium-review.googlesource.com/c/chromium/src/+/2569367 * Remove deprecated performFileOperation usage * 2568359: mac: Ignore Wdeprecated-declarations for LSSharedFileList* functions. https://chromium-review.googlesource.com/c/chromium/src/+/2568359 * 2561401: Add OutputPresenterX11 which uses X11 present extension. https://chromium-review.googlesource.com/c/chromium/src/+/2561401 * 2565511: [objects] Remove MakeExternal case for uncached internal strings https://chromium-review.googlesource.com/c/v8/v8/+/2565511 * fixup: Add disconnect logic to ElectronBrowserHandlerImpl * Allow local networking override for ATS https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html * Refactor: clean up rfh getters in ElectronBrowserHandlerImpl * Update patches * Remove unneeded BindTo * Don't assign ElectronBrowserHandlerImpl at all Co-authored-by: Charles Kerr <charles@charleskerr.com> Co-authored-by: deepak1556 <hop2deep@gmail.com> Co-authored-by: John Kleinschmidt <jkleinsc@github.com> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
797 lines
31 KiB
C++
797 lines
31 KiB
C++
// Copyright (c) 2014 GitHub, Inc.
|
|
// Use of this source code is governed by the MIT license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#ifndef SHELL_BROWSER_API_ELECTRON_API_WEB_CONTENTS_H_
|
|
#define SHELL_BROWSER_API_ELECTRON_API_WEB_CONTENTS_H_
|
|
|
|
#include <map>
|
|
#include <memory>
|
|
#include <string>
|
|
#include <utility>
|
|
#include <vector>
|
|
|
|
#include "base/memory/weak_ptr.h"
|
|
#include "base/observer_list.h"
|
|
#include "base/observer_list_types.h"
|
|
#include "chrome/browser/devtools/devtools_file_system_indexer.h"
|
|
#include "content/common/cursors/webcursor.h"
|
|
#include "content/common/frame.mojom.h"
|
|
#include "content/public/browser/devtools_agent_host.h"
|
|
#include "content/public/browser/keyboard_event_processing_result.h"
|
|
#include "content/public/browser/render_widget_host.h"
|
|
#include "content/public/browser/web_contents.h"
|
|
#include "content/public/browser/web_contents_delegate.h"
|
|
#include "content/public/browser/web_contents_observer.h"
|
|
#include "electron/buildflags/buildflags.h"
|
|
#include "electron/shell/common/api/api.mojom.h"
|
|
#include "gin/handle.h"
|
|
#include "gin/wrappable.h"
|
|
#include "mojo/public/cpp/bindings/receiver_set.h"
|
|
#include "printing/buildflags/buildflags.h"
|
|
#include "services/service_manager/public/cpp/binder_registry.h"
|
|
#include "shell/browser/api/frame_subscriber.h"
|
|
#include "shell/browser/api/save_page_handler.h"
|
|
#include "shell/browser/event_emitter_mixin.h"
|
|
#include "shell/browser/extended_web_contents_observer.h"
|
|
#include "shell/browser/ui/inspectable_web_contents.h"
|
|
#include "shell/browser/ui/inspectable_web_contents_delegate.h"
|
|
#include "shell/browser/ui/inspectable_web_contents_view_delegate.h"
|
|
#include "shell/common/gin_helper/cleaned_up_at_exit.h"
|
|
#include "shell/common/gin_helper/constructible.h"
|
|
#include "shell/common/gin_helper/error_thrower.h"
|
|
#include "ui/gfx/image/image.h"
|
|
|
|
#if BUILDFLAG(ENABLE_PRINTING)
|
|
#include "chrome/browser/printing/print_view_manager_basic.h"
|
|
#include "components/printing/common/print_messages.h"
|
|
#include "shell/browser/printing/print_preview_message_handler.h"
|
|
#endif
|
|
|
|
#if BUILDFLAG(ENABLE_ELECTRON_EXTENSIONS)
|
|
#include "extensions/common/view_type.h"
|
|
|
|
namespace extensions {
|
|
class ScriptExecutor;
|
|
}
|
|
#endif
|
|
|
|
namespace blink {
|
|
struct DeviceEmulationParams;
|
|
}
|
|
|
|
namespace gin_helper {
|
|
class Dictionary;
|
|
}
|
|
|
|
namespace network {
|
|
class ResourceRequestBody;
|
|
}
|
|
|
|
namespace gin {
|
|
class Arguments;
|
|
}
|
|
|
|
namespace electron {
|
|
|
|
class ElectronBrowserContext;
|
|
class ElectronJavaScriptDialogManager;
|
|
class InspectableWebContents;
|
|
class WebContentsZoomController;
|
|
class WebViewGuestDelegate;
|
|
class FrameSubscriber;
|
|
class WebDialogHelper;
|
|
class NativeWindow;
|
|
|
|
#if BUILDFLAG(ENABLE_OSR)
|
|
class OffScreenRenderWidgetHostView;
|
|
class OffScreenWebContentsView;
|
|
#endif
|
|
|
|
namespace api {
|
|
|
|
// Wrapper around the content::WebContents.
|
|
class WebContents : public gin::Wrappable<WebContents>,
|
|
public gin_helper::EventEmitterMixin<WebContents>,
|
|
public gin_helper::Constructible<WebContents>,
|
|
public gin_helper::CleanedUpAtExit,
|
|
public content::WebContentsObserver,
|
|
public content::WebContentsDelegate,
|
|
public InspectableWebContentsDelegate,
|
|
public InspectableWebContentsViewDelegate {
|
|
public:
|
|
enum class Type {
|
|
kBackgroundPage, // An extension background page.
|
|
kBrowserWindow, // Used by BrowserWindow.
|
|
kBrowserView, // Used by BrowserView.
|
|
kRemote, // Thin wrap around an existing WebContents.
|
|
kWebView, // Used by <webview>.
|
|
kOffScreen, // Used for offscreen rendering
|
|
};
|
|
|
|
// Create a new WebContents and return the V8 wrapper of it.
|
|
static gin::Handle<WebContents> New(v8::Isolate* isolate,
|
|
const gin_helper::Dictionary& options);
|
|
|
|
// Create a new V8 wrapper for an existing |web_content|.
|
|
//
|
|
// The lifetime of |web_contents| will be managed by this class.
|
|
static gin::Handle<WebContents> CreateAndTake(
|
|
v8::Isolate* isolate,
|
|
std::unique_ptr<content::WebContents> web_contents,
|
|
Type type);
|
|
|
|
// Get the api::WebContents associated with |web_contents|. Returns nullptr
|
|
// if there is no associated wrapper.
|
|
static WebContents* From(content::WebContents* web_contents);
|
|
static WebContents* FromID(int32_t id);
|
|
|
|
// Get the V8 wrapper of the |web_contents|, or create one if not existed.
|
|
//
|
|
// The lifetime of |web_contents| is NOT managed by this class, and the type
|
|
// of this wrapper is always REMOTE.
|
|
static gin::Handle<WebContents> FromOrCreate(
|
|
v8::Isolate* isolate,
|
|
content::WebContents* web_contents);
|
|
|
|
// gin::Wrappable
|
|
static gin::WrapperInfo kWrapperInfo;
|
|
static v8::Local<v8::ObjectTemplate> FillObjectTemplate(
|
|
v8::Isolate*,
|
|
v8::Local<v8::ObjectTemplate>);
|
|
const char* GetTypeName() override;
|
|
|
|
base::WeakPtr<WebContents> GetWeakPtr() { return weak_factory_.GetWeakPtr(); }
|
|
|
|
// Destroy the managed content::WebContents instance.
|
|
//
|
|
// Note: The |async| should only be |true| when users are expecting to use the
|
|
// webContents immediately after the call. Always pass |false| if you are not
|
|
// sure.
|
|
// See https://github.com/electron/electron/issues/8930.
|
|
//
|
|
// Note: When destroying a webContents member inside a destructor, the |async|
|
|
// should always be |false|, otherwise the destroy task might be delayed after
|
|
// normal shutdown procedure, resulting in an assertion.
|
|
// The normal pattern for calling this method in destructor is:
|
|
// api_web_contents_->DestroyWebContents(!Browser::Get()->is_shutting_down())
|
|
// See https://github.com/electron/electron/issues/15133.
|
|
void DestroyWebContents(bool async);
|
|
|
|
bool GetBackgroundThrottling() const;
|
|
void SetBackgroundThrottling(bool allowed);
|
|
int GetProcessID() const;
|
|
base::ProcessId GetOSProcessID() const;
|
|
Type GetType() const;
|
|
bool Equal(const WebContents* web_contents) const;
|
|
void LoadURL(const GURL& url, const gin_helper::Dictionary& options);
|
|
void DownloadURL(const GURL& url);
|
|
GURL GetURL() const;
|
|
base::string16 GetTitle() const;
|
|
bool IsLoading() const;
|
|
bool IsLoadingMainFrame() const;
|
|
bool IsWaitingForResponse() const;
|
|
void Stop();
|
|
void ReloadIgnoringCache();
|
|
void GoBack();
|
|
void GoForward();
|
|
void GoToOffset(int offset);
|
|
const std::string GetWebRTCIPHandlingPolicy() const;
|
|
void SetWebRTCIPHandlingPolicy(const std::string& webrtc_ip_handling_policy);
|
|
bool IsCrashed() const;
|
|
void ForcefullyCrashRenderer();
|
|
void SetUserAgent(const std::string& user_agent);
|
|
std::string GetUserAgent();
|
|
void InsertCSS(const std::string& css);
|
|
v8::Local<v8::Promise> SavePage(const base::FilePath& full_file_path,
|
|
const content::SavePageType& save_type);
|
|
void OpenDevTools(gin::Arguments* args);
|
|
void CloseDevTools();
|
|
bool IsDevToolsOpened();
|
|
bool IsDevToolsFocused();
|
|
void ToggleDevTools();
|
|
void EnableDeviceEmulation(const blink::DeviceEmulationParams& params);
|
|
void DisableDeviceEmulation();
|
|
void InspectElement(int x, int y);
|
|
void InspectSharedWorker();
|
|
void InspectSharedWorkerById(const std::string& workerId);
|
|
std::vector<scoped_refptr<content::DevToolsAgentHost>> GetAllSharedWorkers();
|
|
void InspectServiceWorker();
|
|
void SetIgnoreMenuShortcuts(bool ignore);
|
|
void SetAudioMuted(bool muted);
|
|
bool IsAudioMuted();
|
|
bool IsCurrentlyAudible();
|
|
void SetEmbedder(const WebContents* embedder);
|
|
void SetDevToolsWebContents(const WebContents* devtools);
|
|
v8::Local<v8::Value> GetNativeView(v8::Isolate* isolate) const;
|
|
void IncrementCapturerCount(gin::Arguments* args);
|
|
void DecrementCapturerCount(gin::Arguments* args);
|
|
bool IsBeingCaptured();
|
|
|
|
#if BUILDFLAG(ENABLE_PRINTING)
|
|
void OnGetDefaultPrinter(base::Value print_settings,
|
|
printing::CompletionCallback print_callback,
|
|
base::string16 device_name,
|
|
bool silent,
|
|
base::string16 default_printer);
|
|
void Print(gin::Arguments* args);
|
|
// Print current page as PDF.
|
|
v8::Local<v8::Promise> PrintToPDF(base::DictionaryValue settings);
|
|
#endif
|
|
|
|
void SetNextChildWebPreferences(const gin_helper::Dictionary);
|
|
|
|
// DevTools workspace api.
|
|
void AddWorkSpace(gin::Arguments* args, const base::FilePath& path);
|
|
void RemoveWorkSpace(gin::Arguments* args, const base::FilePath& path);
|
|
|
|
// Editing commands.
|
|
void Undo();
|
|
void Redo();
|
|
void Cut();
|
|
void Copy();
|
|
void Paste();
|
|
void PasteAndMatchStyle();
|
|
void Delete();
|
|
void SelectAll();
|
|
void Unselect();
|
|
void Replace(const base::string16& word);
|
|
void ReplaceMisspelling(const base::string16& word);
|
|
uint32_t FindInPage(gin::Arguments* args);
|
|
void StopFindInPage(content::StopFindAction action);
|
|
void ShowDefinitionForSelection();
|
|
void CopyImageAt(int x, int y);
|
|
|
|
// Focus.
|
|
void Focus();
|
|
bool IsFocused() const;
|
|
|
|
// Send messages to browser.
|
|
bool SendIPCMessage(bool internal,
|
|
const std::string& channel,
|
|
v8::Local<v8::Value> args);
|
|
|
|
bool SendIPCMessageWithSender(bool internal,
|
|
const std::string& channel,
|
|
blink::CloneableMessage args,
|
|
int32_t sender_id = 0);
|
|
|
|
bool SendIPCMessageToFrame(bool internal,
|
|
v8::Local<v8::Value> frame,
|
|
const std::string& channel,
|
|
v8::Local<v8::Value> args);
|
|
|
|
void PostMessage(const std::string& channel,
|
|
v8::Local<v8::Value> message,
|
|
base::Optional<v8::Local<v8::Value>> transfer);
|
|
|
|
// Send WebInputEvent to the page.
|
|
void SendInputEvent(v8::Isolate* isolate, v8::Local<v8::Value> input_event);
|
|
|
|
// Subscribe to the frame updates.
|
|
void BeginFrameSubscription(gin::Arguments* args);
|
|
void EndFrameSubscription();
|
|
|
|
// Dragging native items.
|
|
void StartDrag(const gin_helper::Dictionary& item, gin::Arguments* args);
|
|
|
|
// Captures the page with |rect|, |callback| would be called when capturing is
|
|
// done.
|
|
v8::Local<v8::Promise> CapturePage(gin::Arguments* args);
|
|
|
|
// Methods for creating <webview>.
|
|
bool IsGuest() const;
|
|
void AttachToIframe(content::WebContents* embedder_web_contents,
|
|
int embedder_frame_id);
|
|
void DetachFromOuterFrame();
|
|
|
|
// Methods for offscreen rendering
|
|
bool IsOffScreen() const;
|
|
#if BUILDFLAG(ENABLE_OSR)
|
|
void OnPaint(const gfx::Rect& dirty_rect, const SkBitmap& bitmap);
|
|
void StartPainting();
|
|
void StopPainting();
|
|
bool IsPainting() const;
|
|
void SetFrameRate(int frame_rate);
|
|
int GetFrameRate() const;
|
|
#endif
|
|
void Invalidate();
|
|
gfx::Size GetSizeForNewRenderView(content::WebContents*) override;
|
|
|
|
// Methods for zoom handling.
|
|
void SetZoomLevel(double level);
|
|
double GetZoomLevel() const;
|
|
void SetZoomFactor(gin_helper::ErrorThrower thrower, double factor);
|
|
double GetZoomFactor() const;
|
|
|
|
// Callback triggered on permission response.
|
|
void OnEnterFullscreenModeForTab(
|
|
content::RenderFrameHost* requesting_frame,
|
|
const blink::mojom::FullscreenOptions& options,
|
|
bool allowed);
|
|
|
|
// Create window with the given disposition.
|
|
void OnCreateWindow(const GURL& target_url,
|
|
const content::Referrer& referrer,
|
|
const std::string& frame_name,
|
|
WindowOpenDisposition disposition,
|
|
const std::string& features,
|
|
const scoped_refptr<network::ResourceRequestBody>& body);
|
|
|
|
// Returns the preload script path of current WebContents.
|
|
std::vector<base::FilePath> GetPreloadPaths() const;
|
|
|
|
// Returns the web preferences of current WebContents.
|
|
v8::Local<v8::Value> GetWebPreferences(v8::Isolate* isolate) const;
|
|
v8::Local<v8::Value> GetLastWebPreferences(v8::Isolate* isolate) const;
|
|
|
|
// Returns the owner window.
|
|
v8::Local<v8::Value> GetOwnerBrowserWindow(v8::Isolate* isolate) const;
|
|
|
|
// Grants the child process the capability to access URLs with the origin of
|
|
// the specified URL.
|
|
void GrantOriginAccess(const GURL& url);
|
|
|
|
// Notifies the web page that there is user interaction.
|
|
void NotifyUserActivation();
|
|
|
|
v8::Local<v8::Promise> TakeHeapSnapshot(v8::Isolate* isolate,
|
|
const base::FilePath& file_path);
|
|
|
|
// Properties.
|
|
int32_t ID() const { return id_; }
|
|
v8::Local<v8::Value> Session(v8::Isolate* isolate);
|
|
content::WebContents* HostWebContents() const;
|
|
v8::Local<v8::Value> DevToolsWebContents(v8::Isolate* isolate);
|
|
v8::Local<v8::Value> Debugger(v8::Isolate* isolate);
|
|
bool WasInitiallyShown();
|
|
content::RenderFrameHost* MainFrame();
|
|
|
|
WebContentsZoomController* GetZoomController() { return zoom_controller_; }
|
|
|
|
void AddObserver(ExtendedWebContentsObserver* obs) {
|
|
observers_.AddObserver(obs);
|
|
}
|
|
void RemoveObserver(ExtendedWebContentsObserver* obs) {
|
|
// Trying to remove from an empty collection leads to an access violation
|
|
if (observers_.might_have_observers())
|
|
observers_.RemoveObserver(obs);
|
|
}
|
|
|
|
bool EmitNavigationEvent(const std::string& event,
|
|
content::NavigationHandle* navigation_handle);
|
|
|
|
// this.emit(name, new Event(sender, message), args...);
|
|
template <typename... Args>
|
|
bool EmitWithSender(base::StringPiece name,
|
|
content::RenderFrameHost* sender,
|
|
electron::mojom::ElectronBrowser::InvokeCallback callback,
|
|
Args&&... args) {
|
|
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
|
|
v8::Isolate* isolate = JavascriptEnvironment::GetIsolate();
|
|
v8::HandleScope handle_scope(isolate);
|
|
v8::Local<v8::Object> wrapper;
|
|
if (!GetWrapper(isolate).ToLocal(&wrapper))
|
|
return false;
|
|
v8::Local<v8::Object> event = gin_helper::internal::CreateNativeEvent(
|
|
isolate, wrapper, sender, std::move(callback));
|
|
return EmitCustomEvent(name, event, std::forward<Args>(args)...);
|
|
}
|
|
|
|
void MarkDestroyed();
|
|
|
|
WebContents* embedder() { return embedder_; }
|
|
|
|
#if BUILDFLAG(ENABLE_ELECTRON_EXTENSIONS)
|
|
extensions::ScriptExecutor* script_executor() {
|
|
return script_executor_.get();
|
|
}
|
|
#endif
|
|
|
|
// Set the window as owner window.
|
|
void SetOwnerWindow(NativeWindow* owner_window);
|
|
void SetOwnerWindow(content::WebContents* web_contents,
|
|
NativeWindow* owner_window);
|
|
|
|
// Returns the WebContents managed by this delegate.
|
|
content::WebContents* GetWebContents() const;
|
|
|
|
// Returns the WebContents of devtools.
|
|
content::WebContents* GetDevToolsWebContents() const;
|
|
|
|
InspectableWebContents* inspectable_web_contents() const {
|
|
return inspectable_web_contents_.get();
|
|
}
|
|
|
|
NativeWindow* owner_window() const { return owner_window_.get(); }
|
|
|
|
bool is_html_fullscreen() const { return html_fullscreen_; }
|
|
|
|
void set_fullscreen_frame(content::RenderFrameHost* rfh) {
|
|
fullscreen_frame_ = rfh;
|
|
}
|
|
|
|
// mojom::ElectronBrowser
|
|
void Message(bool internal,
|
|
const std::string& channel,
|
|
blink::CloneableMessage arguments,
|
|
content::RenderFrameHost* render_frame_host);
|
|
void Invoke(bool internal,
|
|
const std::string& channel,
|
|
blink::CloneableMessage arguments,
|
|
electron::mojom::ElectronBrowser::InvokeCallback callback,
|
|
content::RenderFrameHost* render_frame_host);
|
|
void OnFirstNonEmptyLayout(content::RenderFrameHost* render_frame_host);
|
|
void ReceivePostMessage(const std::string& channel,
|
|
blink::TransferableMessage message,
|
|
content::RenderFrameHost* render_frame_host);
|
|
void MessageSync(
|
|
bool internal,
|
|
const std::string& channel,
|
|
blink::CloneableMessage arguments,
|
|
electron::mojom::ElectronBrowser::MessageSyncCallback callback,
|
|
content::RenderFrameHost* render_frame_host);
|
|
void MessageTo(bool internal,
|
|
int32_t web_contents_id,
|
|
const std::string& channel,
|
|
blink::CloneableMessage arguments);
|
|
void MessageHost(const std::string& channel,
|
|
blink::CloneableMessage arguments,
|
|
content::RenderFrameHost* render_frame_host);
|
|
void UpdateDraggableRegions(std::vector<mojom::DraggableRegionPtr> regions);
|
|
void SetTemporaryZoomLevel(double level);
|
|
void DoGetZoomLevel(
|
|
electron::mojom::ElectronBrowser::DoGetZoomLevelCallback callback);
|
|
|
|
private:
|
|
// Does not manage lifetime of |web_contents|.
|
|
WebContents(v8::Isolate* isolate, content::WebContents* web_contents);
|
|
// Takes over ownership of |web_contents|.
|
|
WebContents(v8::Isolate* isolate,
|
|
std::unique_ptr<content::WebContents> web_contents,
|
|
Type type);
|
|
// Creates a new content::WebContents.
|
|
WebContents(v8::Isolate* isolate, const gin_helper::Dictionary& options);
|
|
~WebContents() override;
|
|
|
|
// Creates a InspectableWebContents object and takes ownership of
|
|
// |web_contents|.
|
|
void InitWithWebContents(content::WebContents* web_contents,
|
|
ElectronBrowserContext* browser_context,
|
|
bool is_guest);
|
|
|
|
void InitWithSessionAndOptions(
|
|
v8::Isolate* isolate,
|
|
std::unique_ptr<content::WebContents> web_contents,
|
|
gin::Handle<class Session> session,
|
|
const gin_helper::Dictionary& options);
|
|
|
|
#if BUILDFLAG(ENABLE_ELECTRON_EXTENSIONS)
|
|
void InitWithExtensionView(v8::Isolate* isolate,
|
|
content::WebContents* web_contents,
|
|
extensions::ViewType view_type);
|
|
#endif
|
|
|
|
// content::WebContentsDelegate:
|
|
bool DidAddMessageToConsole(content::WebContents* source,
|
|
blink::mojom::ConsoleMessageLevel level,
|
|
const base::string16& message,
|
|
int32_t line_no,
|
|
const base::string16& source_id) override;
|
|
bool IsWebContentsCreationOverridden(
|
|
content::SiteInstance* source_site_instance,
|
|
content::mojom::WindowContainerType window_container_type,
|
|
const GURL& opener_url,
|
|
const content::mojom::CreateNewWindowParams& params) override;
|
|
content::WebContents* CreateCustomWebContents(
|
|
content::RenderFrameHost* opener,
|
|
content::SiteInstance* source_site_instance,
|
|
bool is_new_browsing_instance,
|
|
const GURL& opener_url,
|
|
const std::string& frame_name,
|
|
const GURL& target_url,
|
|
const std::string& partition_id,
|
|
content::SessionStorageNamespace* session_storage_namespace) override;
|
|
void WebContentsCreatedWithFullParams(
|
|
content::WebContents* source_contents,
|
|
int opener_render_process_id,
|
|
int opener_render_frame_id,
|
|
const content::mojom::CreateNewWindowParams& params,
|
|
content::WebContents* new_contents) override;
|
|
void AddNewContents(content::WebContents* source,
|
|
std::unique_ptr<content::WebContents> new_contents,
|
|
const GURL& target_url,
|
|
WindowOpenDisposition disposition,
|
|
const gfx::Rect& initial_rect,
|
|
bool user_gesture,
|
|
bool* was_blocked) override;
|
|
content::WebContents* OpenURLFromTab(
|
|
content::WebContents* source,
|
|
const content::OpenURLParams& params) override;
|
|
void BeforeUnloadFired(content::WebContents* tab,
|
|
bool proceed,
|
|
bool* proceed_to_fire_unload) override;
|
|
void SetContentsBounds(content::WebContents* source,
|
|
const gfx::Rect& pos) override;
|
|
void CloseContents(content::WebContents* source) override;
|
|
void ActivateContents(content::WebContents* contents) override;
|
|
void UpdateTargetURL(content::WebContents* source, const GURL& url) override;
|
|
bool HandleKeyboardEvent(
|
|
content::WebContents* source,
|
|
const content::NativeWebKeyboardEvent& event) override;
|
|
bool PlatformHandleKeyboardEvent(
|
|
content::WebContents* source,
|
|
const content::NativeWebKeyboardEvent& event);
|
|
content::KeyboardEventProcessingResult PreHandleKeyboardEvent(
|
|
content::WebContents* source,
|
|
const content::NativeWebKeyboardEvent& event) override;
|
|
void ContentsZoomChange(bool zoom_in) override;
|
|
void EnterFullscreenModeForTab(
|
|
content::RenderFrameHost* requesting_frame,
|
|
const blink::mojom::FullscreenOptions& options) override;
|
|
void ExitFullscreenModeForTab(content::WebContents* source) override;
|
|
void RendererUnresponsive(
|
|
content::WebContents* source,
|
|
content::RenderWidgetHost* render_widget_host,
|
|
base::RepeatingClosure hang_monitor_restarter) override;
|
|
void RendererResponsive(
|
|
content::WebContents* source,
|
|
content::RenderWidgetHost* render_widget_host) override;
|
|
bool HandleContextMenu(content::RenderFrameHost* render_frame_host,
|
|
const content::ContextMenuParams& params) override;
|
|
bool OnGoToEntryOffset(int offset) override;
|
|
void FindReply(content::WebContents* web_contents,
|
|
int request_id,
|
|
int number_of_matches,
|
|
const gfx::Rect& selection_rect,
|
|
int active_match_ordinal,
|
|
bool final_update) override;
|
|
bool CheckMediaAccessPermission(content::RenderFrameHost* render_frame_host,
|
|
const GURL& security_origin,
|
|
blink::mojom::MediaStreamType type) override;
|
|
void RequestMediaAccessPermission(
|
|
content::WebContents* web_contents,
|
|
const content::MediaStreamRequest& request,
|
|
content::MediaResponseCallback callback) override;
|
|
void RequestToLockMouse(content::WebContents* web_contents,
|
|
bool user_gesture,
|
|
bool last_unlocked_by_target) override;
|
|
content::JavaScriptDialogManager* GetJavaScriptDialogManager(
|
|
content::WebContents* source) override;
|
|
void OnAudioStateChanged(bool audible) override;
|
|
void UpdatePreferredSize(content::WebContents* web_contents,
|
|
const gfx::Size& pref_size) override;
|
|
|
|
// content::WebContentsObserver:
|
|
void BeforeUnloadFired(bool proceed,
|
|
const base::TimeTicks& proceed_time) override;
|
|
void RenderViewCreated(content::RenderViewHost* render_view_host) override;
|
|
void RenderFrameCreated(content::RenderFrameHost* render_frame_host) override;
|
|
void RenderViewDeleted(content::RenderViewHost*) override;
|
|
void RenderProcessGone(base::TerminationStatus status) override;
|
|
void RenderFrameDeleted(content::RenderFrameHost* render_frame_host) override;
|
|
void DOMContentLoaded(content::RenderFrameHost* render_frame_host) override;
|
|
void DidFinishLoad(content::RenderFrameHost* render_frame_host,
|
|
const GURL& validated_url) override;
|
|
void DidFailLoad(content::RenderFrameHost* render_frame_host,
|
|
const GURL& validated_url,
|
|
int error_code) override;
|
|
void DidStartLoading() override;
|
|
void DidStopLoading() override;
|
|
void DidStartNavigation(
|
|
content::NavigationHandle* navigation_handle) override;
|
|
void DidRedirectNavigation(
|
|
content::NavigationHandle* navigation_handle) override;
|
|
void DidFinishNavigation(
|
|
content::NavigationHandle* navigation_handle) override;
|
|
bool OnMessageReceived(const IPC::Message& message) override;
|
|
void WebContentsDestroyed() override;
|
|
void NavigationEntryCommitted(
|
|
const content::LoadCommittedDetails& load_details) override;
|
|
void TitleWasSet(content::NavigationEntry* entry) override;
|
|
void DidUpdateFaviconURL(
|
|
content::RenderFrameHost* render_frame_host,
|
|
const std::vector<blink::mojom::FaviconURLPtr>& urls) override;
|
|
void PluginCrashed(const base::FilePath& plugin_path,
|
|
base::ProcessId plugin_pid) override;
|
|
void MediaStartedPlaying(const MediaPlayerInfo& video_type,
|
|
const content::MediaPlayerId& id) override;
|
|
void MediaStoppedPlaying(
|
|
const MediaPlayerInfo& video_type,
|
|
const content::MediaPlayerId& id,
|
|
content::WebContentsObserver::MediaStoppedReason reason) override;
|
|
void DidChangeThemeColor() override;
|
|
void OnInterfaceRequestFromFrame(
|
|
content::RenderFrameHost* render_frame_host,
|
|
const std::string& interface_name,
|
|
mojo::ScopedMessagePipeHandle* interface_pipe) override;
|
|
void OnCursorChanged(const content::WebCursor& cursor) override;
|
|
void DidAcquireFullscreen(content::RenderFrameHost* rfh) override;
|
|
|
|
// InspectableWebContentsDelegate:
|
|
void DevToolsReloadPage() override;
|
|
|
|
// InspectableWebContentsViewDelegate:
|
|
void DevToolsFocused() override;
|
|
void DevToolsOpened() override;
|
|
void DevToolsClosed() override;
|
|
void DevToolsResized() override;
|
|
|
|
ElectronBrowserContext* GetBrowserContext() const;
|
|
|
|
void OnElectronBrowserConnectionError();
|
|
|
|
#if BUILDFLAG(ENABLE_OSR)
|
|
OffScreenWebContentsView* GetOffScreenWebContentsView() const;
|
|
OffScreenRenderWidgetHostView* GetOffScreenRenderWidgetHostView() const;
|
|
#endif
|
|
|
|
// Called when received a synchronous message from renderer to
|
|
// get the zoom level.
|
|
void OnGetZoomLevel(content::RenderFrameHost* frame_host,
|
|
IPC::Message* reply_msg);
|
|
|
|
void InitZoomController(content::WebContents* web_contents,
|
|
const gin_helper::Dictionary& options);
|
|
|
|
// content::WebContentsDelegate:
|
|
bool CanOverscrollContent() override;
|
|
content::ColorChooser* OpenColorChooser(
|
|
content::WebContents* web_contents,
|
|
SkColor color,
|
|
const std::vector<blink::mojom::ColorSuggestionPtr>& suggestions)
|
|
override;
|
|
void RunFileChooser(content::RenderFrameHost* render_frame_host,
|
|
scoped_refptr<content::FileSelectListener> listener,
|
|
const blink::mojom::FileChooserParams& params) override;
|
|
void EnumerateDirectory(content::WebContents* web_contents,
|
|
scoped_refptr<content::FileSelectListener> listener,
|
|
const base::FilePath& path) override;
|
|
bool IsFullscreenForTabOrPending(const content::WebContents* source) override;
|
|
blink::SecurityStyle GetSecurityStyle(
|
|
content::WebContents* web_contents,
|
|
content::SecurityStyleExplanations* explanations) override;
|
|
bool TakeFocus(content::WebContents* source, bool reverse) override;
|
|
content::PictureInPictureResult EnterPictureInPicture(
|
|
content::WebContents* web_contents,
|
|
const viz::SurfaceId&,
|
|
const gfx::Size& natural_size) override;
|
|
void ExitPictureInPicture() override;
|
|
|
|
// InspectableWebContentsDelegate:
|
|
void DevToolsSaveToFile(const std::string& url,
|
|
const std::string& content,
|
|
bool save_as) override;
|
|
void DevToolsAppendToFile(const std::string& url,
|
|
const std::string& content) override;
|
|
void DevToolsRequestFileSystems() override;
|
|
void DevToolsAddFileSystem(const std::string& type,
|
|
const base::FilePath& file_system_path) override;
|
|
void DevToolsRemoveFileSystem(
|
|
const base::FilePath& file_system_path) override;
|
|
void DevToolsIndexPath(int request_id,
|
|
const std::string& file_system_path,
|
|
const std::string& excluded_folders_message) override;
|
|
void DevToolsStopIndexing(int request_id) override;
|
|
void DevToolsSearchInPath(int request_id,
|
|
const std::string& file_system_path,
|
|
const std::string& query) override;
|
|
|
|
// InspectableWebContentsViewDelegate:
|
|
#if defined(TOOLKIT_VIEWS) && !defined(OS_MAC)
|
|
gfx::ImageSkia GetDevToolsWindowIcon() override;
|
|
#endif
|
|
#if defined(OS_LINUX)
|
|
void GetDevToolsWindowWMClass(std::string* name,
|
|
std::string* class_name) override;
|
|
#endif
|
|
|
|
// Destroy the managed InspectableWebContents object.
|
|
void ResetManagedWebContents(bool async);
|
|
|
|
// DevTools index event callbacks.
|
|
void OnDevToolsIndexingWorkCalculated(int request_id,
|
|
const std::string& file_system_path,
|
|
int total_work);
|
|
void OnDevToolsIndexingWorked(int request_id,
|
|
const std::string& file_system_path,
|
|
int worked);
|
|
void OnDevToolsIndexingDone(int request_id,
|
|
const std::string& file_system_path);
|
|
void OnDevToolsSearchCompleted(int request_id,
|
|
const std::string& file_system_path,
|
|
const std::vector<std::string>& file_paths);
|
|
|
|
// Set fullscreen mode triggered by html api.
|
|
void SetHtmlApiFullscreen(bool enter_fullscreen);
|
|
|
|
v8::Global<v8::Value> session_;
|
|
v8::Global<v8::Value> devtools_web_contents_;
|
|
v8::Global<v8::Value> debugger_;
|
|
|
|
std::unique_ptr<ElectronJavaScriptDialogManager> dialog_manager_;
|
|
std::unique_ptr<WebViewGuestDelegate> guest_delegate_;
|
|
std::unique_ptr<FrameSubscriber> frame_subscriber_;
|
|
|
|
#if BUILDFLAG(ENABLE_ELECTRON_EXTENSIONS)
|
|
std::unique_ptr<extensions::ScriptExecutor> script_executor_;
|
|
#endif
|
|
|
|
// The host webcontents that may contain this webcontents.
|
|
WebContents* embedder_ = nullptr;
|
|
|
|
// The zoom controller for this webContents.
|
|
WebContentsZoomController* zoom_controller_ = nullptr;
|
|
|
|
// The type of current WebContents.
|
|
Type type_ = Type::kBrowserWindow;
|
|
|
|
int32_t id_;
|
|
|
|
// Request id used for findInPage request.
|
|
uint32_t find_in_page_request_id_ = 0;
|
|
|
|
// Whether background throttling is disabled.
|
|
bool background_throttling_ = true;
|
|
|
|
// Whether to enable devtools.
|
|
bool enable_devtools_ = true;
|
|
|
|
// Observers of this WebContents.
|
|
base::ObserverList<ExtendedWebContentsObserver> observers_;
|
|
|
|
v8::Global<v8::Value> pending_child_web_preferences_;
|
|
|
|
bool initially_shown_ = true;
|
|
|
|
// The window that this WebContents belongs to.
|
|
base::WeakPtr<NativeWindow> owner_window_;
|
|
|
|
bool offscreen_ = false;
|
|
|
|
// Whether window is fullscreened by HTML5 api.
|
|
bool html_fullscreen_ = false;
|
|
|
|
// Whether window is fullscreened by window api.
|
|
bool native_fullscreen_ = false;
|
|
|
|
// UI related helper classes.
|
|
std::unique_ptr<WebDialogHelper> web_dialog_helper_;
|
|
|
|
scoped_refptr<DevToolsFileSystemIndexer> devtools_file_system_indexer_;
|
|
|
|
ElectronBrowserContext* browser_context_;
|
|
|
|
// The stored InspectableWebContents object.
|
|
// Notice that inspectable_web_contents_ must be placed after
|
|
// dialog_manager_, so we can make sure inspectable_web_contents_ is
|
|
// destroyed before dialog_manager_, otherwise a crash would happen.
|
|
std::unique_ptr<InspectableWebContents> inspectable_web_contents_;
|
|
|
|
// Maps url to file path, used by the file requests sent from devtools.
|
|
typedef std::map<std::string, base::FilePath> PathsMap;
|
|
PathsMap saved_files_;
|
|
|
|
// Map id to index job, used for file system indexing requests from devtools.
|
|
typedef std::
|
|
map<int, scoped_refptr<DevToolsFileSystemIndexer::FileSystemIndexingJob>>
|
|
DevToolsIndexingJobsMap;
|
|
DevToolsIndexingJobsMap devtools_indexing_jobs_;
|
|
|
|
scoped_refptr<base::SequencedTaskRunner> file_task_runner_;
|
|
|
|
// Stores the frame thats currently in fullscreen, nullptr if there is none.
|
|
content::RenderFrameHost* fullscreen_frame_ = nullptr;
|
|
|
|
service_manager::BinderRegistryWithArgs<content::RenderFrameHost*> registry_;
|
|
|
|
base::WeakPtrFactory<WebContents> weak_factory_;
|
|
|
|
DISALLOW_COPY_AND_ASSIGN(WebContents);
|
|
};
|
|
|
|
} // namespace api
|
|
|
|
} // namespace electron
|
|
|
|
#endif // SHELL_BROWSER_API_ELECTRON_API_WEB_CONTENTS_H_
|