![electron-roller[bot]](/assets/img/avatar_default.png)
* chore: bump chromium in DEPS to 99.0.4819.0 * chore: update patches * chore: bump chromium in DEPS to 99.0.4824.0 * chore: update patches * chore: bump chromium in DEPS to 99.0.4827.0 * chore: update patches * 3352511: PiP: Add inkdrop and pointer cursor to PiP window buttons3352511
* 3309164: webhid: Show FIDO devices in the chooser if allowed3309164
* 3297868: hid: Add experimental HIDDevice.forget()3297868
* 3362491: [Extensions] Move i18n API to //extensions3362491
* MCC Refactor step0: Allow embedders to register associated_interface binders with RenderFrameHostImpl::associated_registry_.3281481
* 3352616: [Gtk] Remove libgtk from the link-line3352616
* 3249211: Clear-Site-Data support for partitioned cookies3249211
* [Extensions][COIL] Use [allow|block]list in //extensions/common3372668
* Begin ScopedUserPrefUpdate migration to modern base::Value3376154
* [Code Health] Refactor PrefService GetDict + GetList to use base::Value3343526
* 3354997: [CodeHealth] Remove deprecated SetDictionary method3354997
* 3287323: Add LacrosPrefStore for lacros settings3287323
* 3365916: [PA] Clean up remaining lazy commit code3365916
* [MPArch] Target the external protocol error at the responsible frame.3011560
* Pass origin to RegisterNonNetworkSubresourceURLLoaderFactories3350608
* Linux: Send OSCrypt raw encryption key to the Network Service3320484
* [PlzServiceWorker] Remove remaining references to PlzServiceWorker.3359441
* chore: fixup for lint * 3327621: Fix tablet mode detection for Win 11.3327621
* 3342428: ax_mac: move AXTextMarker conversion utils under ui umbrella3342428
* 3353974: Mac: Use base::Feature for overlay features3353974
* chore: bump chromium in DEPS to 99.0.4828.0 * chore: update patches * chore: bump chromium in DEPS to 99.0.4837.0 * chore: update patches * chore: update patches * 3379142: Drop FALLTHROUGH macro Ref:3379142
* 3381749: C++17: Allow use of std::map::try_emplace and std::map::insert_or_assign Ref:3381749
* chore: bump chromium in DEPS to 99.0.4839.0 * chore: update patches * chore: bump chromium in DEPS to 99.0.4840.0 * chore: bump chromium in DEPS to 99.0.4844.0 * 3395881: [api] Deprecate Local<v8::Context> v8::Object::CreationContext() Ref:3395881
* chore: update patches * chore: bump chromium in DEPS to 100.0.4845.0 * chore: update patches * chore: bump chromium in DEPS to 100.0.4847.0 * chore: update patches * chore: bump chromium in DEPS to 100.0.4849.0 * chore: update patches * chore: bump chromium in DEPS to 100.0.4851.0 * chore: bump chromium in DEPS to 100.0.4853.0 * update patches * chore: update patches * update patches * 3383599: Fonts Access: Remove prototype that uses a font picker.3383599
* 3404768: Remove ALLOW_UNUSED macros3404768
* 3374762: Remove ignore_result.h3374762
* 3399305: [unseasoned-pdf] Apply proper frame offsets for touch selections3399305
* 3402210: [Extensions] Don't trigger unload event for already unloaded extension3402210
* 3410912: Combine URLLoaderClient OnReceiveResponse and OnStartLoadingResponseBody.3410912
* 3370428: Make the AuthSchemes policy support dynamic refresh3370428
* 3407603: Finish ScopedUserPrefUpdate migration to modern base::Value3407603
* 3378352: ozone/x11: move code from //ui/p/x11 to //ui/ozone/p/x113378352
* 3370810: Delete chrome/service, AKA the Cloud Print service process.3370810
* chore: bump chromium in DEPS to 100.0.4855.0 * chore: update patches * fixup! 3370810: Delete chrome/service, AKA the Cloud Print service process. * revert 3348007 to fix windows build * 3318572: [Code health] Fix gn check errors in //extensions/browser:*3318572
* fix printing.patch * fix iwyu issue * 3408515: win: Make ShorcutOperation an enum class and modernize names3408515
* 3388333: [UIA] Remove dead code accessibility_misc_utils.h/cc3388333
* fix windows build? i hope * patch gn visibility of //ui/ozone/platform/x11 * missing include base/logging.h * use BUILDFLAG for USE_NSS_CERTS3379123
* defined(OS_*) ==> BUILDFLAG(IS_*) https://bugs.chromium.org/p/chromium/issues/detail?id=1234043 * fixup! 3404768: Remove ALLOW_UNUSED macros * another attempt to fix windows build * temporarily disable the custom scheme service worker test https://github.com/electron/electron/issues/32664 * fix loading mv3 extensions not sure what cl broke this unfort. * fixup! 3404768: Remove ALLOW_UNUSED macros * patch nan3395880
* fix node test * fix nullptr in FindPdfFrame * patch perfetto to fix build issue on win-ia32bc44c3c753
* fix build for linux-x64-testing-no-run-as-node * fix patch * skip <webview>.capturePage() test https://github.com/electron/electron/issues/32705 * test: fix failing tests of focus/blur events of WebContents (#32711) * inherit stdio from app module test child processes this prevents them from timing out due to full stdout buffers * test to see if we can get better logs on windows ci * try again for appveyor log things * skip contentTracing tests on ia32 * ci: disable gpu compositing * drop applied patch * fix merge fail * Revert "ci: disable gpu compositing" This reverts commit 0344129fcb19ea3e87e06c1110d751f22eba3fec. Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <jkleinsc@github.com> Co-authored-by: VerteDinde <khammond@slack-corp.com> Co-authored-by: VerteDinde <vertedinde@electronjs.org> Co-authored-by: Jeremy Rose <jeremya@chromium.org> Co-authored-by: Jeremy Rose <nornagon@nornagon.net> Co-authored-by: Cheng Zhao <zcbenz@gmail.com> Co-authored-by: deepak1556 <hop2deep@gmail.com>
337 lines
12 KiB
C++
337 lines
12 KiB
C++
// Copyright (c) 2013 GitHub, Inc.
|
|
// Use of this source code is governed by the MIT license that can be
|
|
// found in the LICENSE file.
|
|
|
|
#include "shell/common/api/electron_bindings.h"
|
|
|
|
#include <algorithm>
|
|
#include <string>
|
|
#include <utility>
|
|
#include <vector>
|
|
|
|
#include "base/logging.h"
|
|
#include "base/process/process.h"
|
|
#include "base/process/process_handle.h"
|
|
#include "base/process/process_metrics_iocounters.h"
|
|
#include "base/system/sys_info.h"
|
|
#include "base/threading/thread_restrictions.h"
|
|
#include "chrome/common/chrome_version.h"
|
|
#include "electron/electron_version.h"
|
|
#include "services/resource_coordinator/public/cpp/memory_instrumentation/global_memory_dump.h"
|
|
#include "services/resource_coordinator/public/cpp/memory_instrumentation/memory_instrumentation.h"
|
|
#include "shell/browser/browser.h"
|
|
#include "shell/common/application_info.h"
|
|
#include "shell/common/gin_converters/file_path_converter.h"
|
|
#include "shell/common/gin_helper/dictionary.h"
|
|
#include "shell/common/gin_helper/locker.h"
|
|
#include "shell/common/gin_helper/microtasks_scope.h"
|
|
#include "shell/common/gin_helper/promise.h"
|
|
#include "shell/common/heap_snapshot.h"
|
|
#include "shell/common/node_includes.h"
|
|
#include "third_party/blink/renderer/platform/heap/process_heap.h" // nogncheck
|
|
|
|
namespace electron {
|
|
|
|
ElectronBindings::ElectronBindings(uv_loop_t* loop) {
|
|
uv_async_init(loop, call_next_tick_async_.get(), OnCallNextTick);
|
|
call_next_tick_async_.get()->data = this;
|
|
metrics_ = base::ProcessMetrics::CreateCurrentProcessMetrics();
|
|
}
|
|
|
|
ElectronBindings::~ElectronBindings() = default;
|
|
|
|
// static
|
|
void ElectronBindings::BindProcess(v8::Isolate* isolate,
|
|
gin_helper::Dictionary* process,
|
|
base::ProcessMetrics* metrics) {
|
|
// These bindings are shared between sandboxed & unsandboxed renderers
|
|
process->SetMethod("crash", &Crash);
|
|
process->SetMethod("hang", &Hang);
|
|
process->SetMethod("getCreationTime", &GetCreationTime);
|
|
process->SetMethod("getHeapStatistics", &GetHeapStatistics);
|
|
process->SetMethod("getBlinkMemoryInfo", &GetBlinkMemoryInfo);
|
|
if (gin_helper::Locker::IsBrowserProcess()) {
|
|
process->SetMethod("getProcessMemoryInfo", &GetProcessMemoryInfo);
|
|
}
|
|
process->SetMethod("getSystemMemoryInfo", &GetSystemMemoryInfo);
|
|
process->SetMethod("getSystemVersion",
|
|
&base::SysInfo::OperatingSystemVersion);
|
|
process->SetMethod("getIOCounters", &GetIOCounters);
|
|
process->SetMethod("getCPUUsage",
|
|
base::BindRepeating(&ElectronBindings::GetCPUUsage,
|
|
base::Unretained(metrics)));
|
|
|
|
#if defined(MAS_BUILD)
|
|
process->SetReadOnly("mas", true);
|
|
#endif
|
|
|
|
#if BUILDFLAG(IS_WIN)
|
|
if (IsRunningInDesktopBridge())
|
|
process->SetReadOnly("windowsStore", true);
|
|
#endif
|
|
}
|
|
|
|
void ElectronBindings::BindTo(v8::Isolate* isolate,
|
|
v8::Local<v8::Object> process) {
|
|
gin_helper::Dictionary dict(isolate, process);
|
|
BindProcess(isolate, &dict, metrics_.get());
|
|
|
|
dict.SetMethod("takeHeapSnapshot", &TakeHeapSnapshot);
|
|
#if BUILDFLAG(IS_POSIX)
|
|
dict.SetMethod("setFdLimit", &base::IncreaseFdLimitTo);
|
|
#endif
|
|
dict.SetMethod("activateUvLoop",
|
|
base::BindRepeating(&ElectronBindings::ActivateUVLoop,
|
|
base::Unretained(this)));
|
|
|
|
gin_helper::Dictionary versions;
|
|
if (dict.Get("versions", &versions)) {
|
|
versions.SetReadOnly(ELECTRON_PROJECT_NAME, ELECTRON_VERSION_STRING);
|
|
versions.SetReadOnly("chrome", CHROME_VERSION_STRING);
|
|
}
|
|
}
|
|
|
|
void ElectronBindings::EnvironmentDestroyed(node::Environment* env) {
|
|
auto it =
|
|
std::find(pending_next_ticks_.begin(), pending_next_ticks_.end(), env);
|
|
if (it != pending_next_ticks_.end())
|
|
pending_next_ticks_.erase(it);
|
|
}
|
|
|
|
void ElectronBindings::ActivateUVLoop(v8::Isolate* isolate) {
|
|
node::Environment* env = node::Environment::GetCurrent(isolate);
|
|
if (std::find(pending_next_ticks_.begin(), pending_next_ticks_.end(), env) !=
|
|
pending_next_ticks_.end())
|
|
return;
|
|
|
|
pending_next_ticks_.push_back(env);
|
|
uv_async_send(call_next_tick_async_.get());
|
|
}
|
|
|
|
// static
|
|
void ElectronBindings::OnCallNextTick(uv_async_t* handle) {
|
|
auto* self = static_cast<ElectronBindings*>(handle->data);
|
|
for (auto* env : self->pending_next_ticks_) {
|
|
gin_helper::Locker locker(env->isolate());
|
|
v8::Context::Scope context_scope(env->context());
|
|
v8::HandleScope handle_scope(env->isolate());
|
|
node::CallbackScope scope(env->isolate(), v8::Object::New(env->isolate()),
|
|
{0, 0});
|
|
}
|
|
|
|
self->pending_next_ticks_.clear();
|
|
}
|
|
|
|
// static
|
|
void ElectronBindings::Crash() {
|
|
volatile int* zero = nullptr;
|
|
*zero = 0;
|
|
}
|
|
|
|
// static
|
|
void ElectronBindings::Hang() {
|
|
for (;;)
|
|
base::PlatformThread::Sleep(base::Seconds(1));
|
|
}
|
|
|
|
// static
|
|
v8::Local<v8::Value> ElectronBindings::GetHeapStatistics(v8::Isolate* isolate) {
|
|
v8::HeapStatistics v8_heap_stats;
|
|
isolate->GetHeapStatistics(&v8_heap_stats);
|
|
|
|
gin_helper::Dictionary dict = gin::Dictionary::CreateEmpty(isolate);
|
|
dict.SetHidden("simple", true);
|
|
dict.Set("totalHeapSize",
|
|
static_cast<double>(v8_heap_stats.total_heap_size() >> 10));
|
|
dict.Set(
|
|
"totalHeapSizeExecutable",
|
|
static_cast<double>(v8_heap_stats.total_heap_size_executable() >> 10));
|
|
dict.Set("totalPhysicalSize",
|
|
static_cast<double>(v8_heap_stats.total_physical_size() >> 10));
|
|
dict.Set("totalAvailableSize",
|
|
static_cast<double>(v8_heap_stats.total_available_size() >> 10));
|
|
dict.Set("usedHeapSize",
|
|
static_cast<double>(v8_heap_stats.used_heap_size() >> 10));
|
|
dict.Set("heapSizeLimit",
|
|
static_cast<double>(v8_heap_stats.heap_size_limit() >> 10));
|
|
dict.Set("mallocedMemory",
|
|
static_cast<double>(v8_heap_stats.malloced_memory() >> 10));
|
|
dict.Set("peakMallocedMemory",
|
|
static_cast<double>(v8_heap_stats.peak_malloced_memory() >> 10));
|
|
dict.Set("doesZapGarbage",
|
|
static_cast<bool>(v8_heap_stats.does_zap_garbage()));
|
|
|
|
return dict.GetHandle();
|
|
}
|
|
|
|
// static
|
|
v8::Local<v8::Value> ElectronBindings::GetCreationTime(v8::Isolate* isolate) {
|
|
auto timeValue = base::Process::Current().CreationTime();
|
|
if (timeValue.is_null()) {
|
|
return v8::Null(isolate);
|
|
}
|
|
double jsTime = timeValue.ToJsTime();
|
|
return v8::Number::New(isolate, jsTime);
|
|
}
|
|
|
|
// static
|
|
v8::Local<v8::Value> ElectronBindings::GetSystemMemoryInfo(
|
|
v8::Isolate* isolate,
|
|
gin_helper::Arguments* args) {
|
|
base::SystemMemoryInfoKB mem_info;
|
|
if (!base::GetSystemMemoryInfo(&mem_info)) {
|
|
args->ThrowError("Unable to retrieve system memory information");
|
|
return v8::Undefined(isolate);
|
|
}
|
|
|
|
gin_helper::Dictionary dict = gin::Dictionary::CreateEmpty(isolate);
|
|
dict.SetHidden("simple", true);
|
|
dict.Set("total", mem_info.total);
|
|
|
|
// See Chromium's "base/process/process_metrics.h" for an explanation.
|
|
int free =
|
|
#if BUILDFLAG(IS_WIN)
|
|
mem_info.avail_phys;
|
|
#else
|
|
mem_info.free;
|
|
#endif
|
|
dict.Set("free", free);
|
|
|
|
// NB: These return bogus values on macOS
|
|
#if !BUILDFLAG(IS_MAC)
|
|
dict.Set("swapTotal", mem_info.swap_total);
|
|
dict.Set("swapFree", mem_info.swap_free);
|
|
#endif
|
|
|
|
return dict.GetHandle();
|
|
}
|
|
|
|
// static
|
|
v8::Local<v8::Promise> ElectronBindings::GetProcessMemoryInfo(
|
|
v8::Isolate* isolate) {
|
|
CHECK(gin_helper::Locker::IsBrowserProcess());
|
|
gin_helper::Promise<gin_helper::Dictionary> promise(isolate);
|
|
v8::Local<v8::Promise> handle = promise.GetHandle();
|
|
|
|
if (!Browser::Get()->is_ready()) {
|
|
promise.RejectWithErrorMessage(
|
|
"Memory Info is available only after app ready");
|
|
return handle;
|
|
}
|
|
|
|
v8::Global<v8::Context> context(isolate, isolate->GetCurrentContext());
|
|
memory_instrumentation::MemoryInstrumentation::GetInstance()
|
|
->RequestGlobalDumpForPid(
|
|
base::GetCurrentProcId(), std::vector<std::string>(),
|
|
base::BindOnce(&ElectronBindings::DidReceiveMemoryDump,
|
|
std::move(context), std::move(promise),
|
|
base::GetCurrentProcId()));
|
|
return handle;
|
|
}
|
|
|
|
// static
|
|
v8::Local<v8::Value> ElectronBindings::GetBlinkMemoryInfo(
|
|
v8::Isolate* isolate) {
|
|
auto allocated = blink::ProcessHeap::TotalAllocatedObjectSize();
|
|
auto total = blink::ProcessHeap::TotalAllocatedSpace();
|
|
|
|
gin_helper::Dictionary dict = gin::Dictionary::CreateEmpty(isolate);
|
|
dict.SetHidden("simple", true);
|
|
dict.Set("allocated", static_cast<double>(allocated >> 10));
|
|
dict.Set("total", static_cast<double>(total >> 10));
|
|
return dict.GetHandle();
|
|
}
|
|
|
|
// static
|
|
void ElectronBindings::DidReceiveMemoryDump(
|
|
v8::Global<v8::Context> context,
|
|
gin_helper::Promise<gin_helper::Dictionary> promise,
|
|
base::ProcessId target_pid,
|
|
bool success,
|
|
std::unique_ptr<memory_instrumentation::GlobalMemoryDump> global_dump) {
|
|
v8::Isolate* isolate = promise.isolate();
|
|
gin_helper::Locker locker(isolate);
|
|
v8::HandleScope handle_scope(isolate);
|
|
gin_helper::MicrotasksScope microtasks_scope(isolate, true);
|
|
v8::Context::Scope context_scope(
|
|
v8::Local<v8::Context>::New(isolate, context));
|
|
|
|
if (!success) {
|
|
promise.RejectWithErrorMessage("Failed to create memory dump");
|
|
return;
|
|
}
|
|
|
|
bool resolved = false;
|
|
for (const memory_instrumentation::GlobalMemoryDump::ProcessDump& dump :
|
|
global_dump->process_dumps()) {
|
|
if (target_pid == dump.pid()) {
|
|
gin_helper::Dictionary dict = gin::Dictionary::CreateEmpty(isolate);
|
|
const auto& osdump = dump.os_dump();
|
|
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_WIN)
|
|
dict.Set("residentSet", osdump.resident_set_kb);
|
|
#endif
|
|
dict.Set("private", osdump.private_footprint_kb);
|
|
dict.Set("shared", osdump.shared_footprint_kb);
|
|
promise.Resolve(dict);
|
|
resolved = true;
|
|
break;
|
|
}
|
|
}
|
|
if (!resolved) {
|
|
promise.RejectWithErrorMessage(
|
|
R"(Failed to find current process memory details in memory dump)");
|
|
}
|
|
}
|
|
|
|
// static
|
|
v8::Local<v8::Value> ElectronBindings::GetCPUUsage(
|
|
base::ProcessMetrics* metrics,
|
|
v8::Isolate* isolate) {
|
|
gin_helper::Dictionary dict = gin::Dictionary::CreateEmpty(isolate);
|
|
dict.SetHidden("simple", true);
|
|
int processor_count = base::SysInfo::NumberOfProcessors();
|
|
dict.Set("percentCPUUsage",
|
|
metrics->GetPlatformIndependentCPUUsage() / processor_count);
|
|
|
|
// NB: This will throw NOTIMPLEMENTED() on Windows
|
|
// For backwards compatibility, we'll return 0
|
|
#if !BUILDFLAG(IS_WIN)
|
|
dict.Set("idleWakeupsPerSecond", metrics->GetIdleWakeupsPerSecond());
|
|
#else
|
|
dict.Set("idleWakeupsPerSecond", 0);
|
|
#endif
|
|
|
|
return dict.GetHandle();
|
|
}
|
|
|
|
// static
|
|
v8::Local<v8::Value> ElectronBindings::GetIOCounters(v8::Isolate* isolate) {
|
|
auto metrics = base::ProcessMetrics::CreateCurrentProcessMetrics();
|
|
base::IoCounters io_counters;
|
|
gin_helper::Dictionary dict = gin::Dictionary::CreateEmpty(isolate);
|
|
dict.SetHidden("simple", true);
|
|
|
|
if (metrics->GetIOCounters(&io_counters)) {
|
|
dict.Set("readOperationCount", io_counters.ReadOperationCount);
|
|
dict.Set("writeOperationCount", io_counters.WriteOperationCount);
|
|
dict.Set("otherOperationCount", io_counters.OtherOperationCount);
|
|
dict.Set("readTransferCount", io_counters.ReadTransferCount);
|
|
dict.Set("writeTransferCount", io_counters.WriteTransferCount);
|
|
dict.Set("otherTransferCount", io_counters.OtherTransferCount);
|
|
}
|
|
|
|
return dict.GetHandle();
|
|
}
|
|
|
|
// static
|
|
bool ElectronBindings::TakeHeapSnapshot(v8::Isolate* isolate,
|
|
const base::FilePath& file_path) {
|
|
base::ThreadRestrictions::ScopedAllowIO allow_io;
|
|
|
|
base::File file(file_path,
|
|
base::File::FLAG_CREATE_ALWAYS | base::File::FLAG_WRITE);
|
|
|
|
return electron::TakeHeapSnapshot(isolate, &file);
|
|
}
|
|
|
|
} // namespace electron
|