5513e66982
* chore: bump chromium in DEPS to 94.0.4604.0 * build: 3-way merge of chromium patches * chore: bump chromium in DEPS to 94.0.4605.0 * build: 3-way merge of chromium patches * 3076040: Reland Remove delete_children RemoveAllChildViews arg Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3076040 * 3069287: Remove the remaining uses and delete the deprecated API Ref: https://chromium-review.googlesource.com/c/chromium/src/+/3069287 * 2297212: Replace RemoveWithoutPathExpansion(.*, nullptr) with Value::RemoveKey() Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2297212 Also: https://chromium-review.googlesource.com/c/chromium/src/+/3060296 * 3082756: Change transport_security_persister_path param to be a path to a file. Refs: https://chromium-review.googlesource.com/c/chromium/src/+/3082756 > this CL intentionally changes the name of the parameter > in the network context parameters and the order of the constructor > parameters to ensure all callers update their code to pass a full > file path rather than a path to a directory. The 'path' in this diff is already an absolute path, coming from `CHECK(base::PathService::Get(chrome::DIR_USER_DATA, &path_));` at08ff1c2cbf/shell/browser/electron_browser_context.cc (L126)
* iwyu: network::mojom::HttpRawHeaderPair * fixup! 3076040: Reland Remove delete_children RemoveAllChildViews arg Missed one. * 2999884: CodeHealth: Remove DictionaryValue::GetStringWithoutPathExpansion Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2999884 (example of replacing GetStringWithoutPathExpansion() w/FindStringKey()) Also: https://chromium-review.googlesource.com/c/chromium/src/+/3060296 (removal of DictionaryValue::GetStringWithoutPathExpansion) * 3059260: Remove kSameSiteByDefaultCookies and kCookiesWithoutSameSiteMustBeSecure Refs: https://chromium-review.googlesource.com/c/chromium/src/+/3059260 We had both of these in a 'disable_features' list. Since these feature have been removed upstream, remove them from our disable list, too. IMPORTANT: this commit should not be backported to older branches that still have these features, because doing so would un-disable them. * 2920890: Load reroute_info from download in-progress and history db back into DownloadItem. Refs: https://chromium-review.googlesource.com/c/chromium/src/+/2920890 * 3039323: [Clipboard API] Clipboard Custom Formats implementation Part 5. Refs: https://chromium-review.googlesource.com/c/chromium/src/+/3039323 * chore: bump chromium in DEPS to 94.0.4606.0 * 3084502: Add a new PrintRasterizePdfDpi policy. Refs: https://chromium-review.googlesource.com/c/chromium/src/+/3084502 * chore: update patches * chore: bump chromium in DEPS to 94.0.4606.3 * chore: bump chromium in DEPS to 95.0.4608.0 * chore: bump chromium in DEPS to 95.0.4609.0 * [DevTools] Remove report_raw_headers from network::ResourceRequest https://chromium-review.googlesource.com/c/chromium/src/+/2856099 * Remove content::WebContentsObserver::OnInterfaceRequestFromFrame https://chromium-review.googlesource.com/c/chromium/src/+/3092665 * Disable kDesktopCaptureMacV2 https://chromium-review.googlesource.com/c/chromium/src/+/3069272 * Add a new PrintRasterizePdfDpi policy. https://chromium-review.googlesource.com/c/chromium/src/+/3084502 * chore: update patches * chore: bump chromium in DEPS to 95.0.4609.3 * disable `use_lld` for macos * chore: update patches * Linux: use chrome_crashpad_handler instead of crashpad_handler https://chromium-review.googlesource.com/c/chromium/src/+/3054290 * chore: fix lint * Revert "[DevTools] Remove report_raw_headers from network::ResourceRequest" This reverts commit 28f4da1582d046e96cb58f3cbb590503e89dfd0d. * [DevTools] Remove report_raw_headers from network::ResourceRequest (Attempt #2) https://chromium-review.googlesource.com/c/chromium/src/+/2856099 * DCHECK that predictor always has a non-empty NetworkIsolationKey. https://chromium-review.googlesource.com/c/chromium/src/+/3067698 * Remove --no-untrusted-code-mitigations from //content and //gin https://chromium-review.googlesource.com/c/chromium/src/+/3096585 * fixup! Remove kSameSiteByDefaultCookies and kCookiesWithoutSameSiteMustBeSecure https://chromium-review.googlesource.com/c/chromium/src/+/3059260 * fixup! Remove kSameSiteByDefaultCookies and kCookiesWithoutSameSiteMustBeSecure * Convert PrintManager to RenderFrameHostReceiverSet. https://chromium-review.googlesource.com/c/chromium/src/+/3072019 * chore: bump chromium in DEPS to 95.0.4612.5 * chore: disable v8 oilpan * [Compiler] Remove untrusted code mitigations. https://chromium-review.googlesource.com/c/v8/v8/+/3045704 * Remove most FTP logic from services/network. https://chromium-review.googlesource.com/c/chromium/src/+/3076119 * Rename scale_factor.h -> resource_scale_factor.h https://chromium-review.googlesource.com/c/chromium/src/+/3057113 * [GURL -> SiteForCookies] extensions/ https://chromium-review.googlesource.com/c/chromium/src/+/3100825 * breadcrumbs: add desktop entry point https://chromium-review.googlesource.com/c/chromium/src/+/3021746 * Move args_ to private in ExtensionFunction https://chromium-review.googlesource.com/c/chromium/src/+/3076261 * chore: iwyu * fixup! Remove kSameSiteByDefaultCookies and kCookiesWithoutSameSiteMustBeSecure * Disable kDesktopCaptureMacV2 https://chromium-review.googlesource.com/c/chromium/src/+/3069272 * fixup! [Compiler] Remove untrusted code mitigations. * fixup! Disable kDesktopCaptureMacV2 * Revert "chore: disable v8 oilpan" This reverts commit 5d255cf1d8e8efbb906047937a713279e5f800d0. * Reland "chore: disable v8 oilpan" This reverts commit 1c252765b07a205560e7b5eed06de2605336e2d8. The previous revert was to test on which platforms did the heapsnapshot test actually fail. * [Clipboard API] Clipboard Custom Formats implementation Part 5. https://chromium-review.googlesource.com/c/chromium/src/+/3039323 * Convert ExtensionFrameHost to RenderFrameHostReceiverSet. https://chromium-review.googlesource.com/c/chromium/src/+/3063358 * Convert PDFWebContentsHelper to RenderFrameHostReceiverSet. https://chromium-review.googlesource.com/c/chromium/src/+/3049751 * [Underscore Migration] Migrate ui/legacy https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/3093160 * chore: remove unknown permission error * chore: fix lint * chore: ignore -Wunreachable-code-return for node deps/ * fixup! chore: ignore -Wunreachable-code-return for node deps/ * fix: windows build * fix: build dependency Dependency was missed incbeae20438
* 3108669: arm,dsp: Fix 8bpp Dct64_NEON(). https://chromium-review.googlesource.com/c/codecs/libgav1/+/3108669 * chore: revert libgav1 roll * Revert "3108669: arm,dsp: Fix 8bpp Dct64_NEON()." This reverts commit 7ed31323127aac8ba2eaff9cae6c9be9a4954f33. * Revert "chore: revert libgav1 roll" This reverts commit 084a490d298811267316c786762fe7aa91b6318d. * chore: revert clang roll * chore: Fix -Wunreachable-code-aggressive warnings in arm and arm64 code Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com> Co-authored-by: deepak1556 <hop2deep@gmail.com> Co-authored-by: mlaurencin <mlaurencin@electronjs.org> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
271 lines
9.8 KiB
C++
271 lines
9.8 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_api_clipboard.h"
|
|
|
|
#include <map>
|
|
|
|
#include "base/strings/utf_string_conversions.h"
|
|
#include "shell/common/gin_converters/image_converter.h"
|
|
#include "shell/common/gin_helper/dictionary.h"
|
|
#include "shell/common/node_includes.h"
|
|
#include "third_party/skia/include/core/SkBitmap.h"
|
|
#include "third_party/skia/include/core/SkImageInfo.h"
|
|
#include "third_party/skia/include/core/SkPixmap.h"
|
|
#include "ui/base/clipboard/clipboard_format_type.h"
|
|
#include "ui/base/clipboard/scoped_clipboard_writer.h"
|
|
|
|
namespace electron {
|
|
|
|
namespace api {
|
|
|
|
ui::ClipboardBuffer Clipboard::GetClipboardBuffer(gin_helper::Arguments* args) {
|
|
std::string type;
|
|
if (args->GetNext(&type) && type == "selection")
|
|
return ui::ClipboardBuffer::kSelection;
|
|
else
|
|
return ui::ClipboardBuffer::kCopyPaste;
|
|
}
|
|
|
|
std::vector<std::u16string> Clipboard::AvailableFormats(
|
|
gin_helper::Arguments* args) {
|
|
std::vector<std::u16string> format_types;
|
|
ui::Clipboard* clipboard = ui::Clipboard::GetForCurrentThread();
|
|
clipboard->ReadAvailableTypes(GetClipboardBuffer(args),
|
|
/* data_dst = */ nullptr, &format_types);
|
|
return format_types;
|
|
}
|
|
|
|
bool Clipboard::Has(const std::string& format_string,
|
|
gin_helper::Arguments* args) {
|
|
ui::Clipboard* clipboard = ui::Clipboard::GetForCurrentThread();
|
|
ui::ClipboardFormatType format(
|
|
ui::ClipboardFormatType::GetType(format_string));
|
|
if (format.GetName().empty())
|
|
format = ui::ClipboardFormatType::CustomPlatformType(format_string);
|
|
return clipboard->IsFormatAvailable(format, GetClipboardBuffer(args),
|
|
/* data_dst = */ nullptr);
|
|
}
|
|
|
|
std::string Clipboard::Read(const std::string& format_string) {
|
|
ui::Clipboard* clipboard = ui::Clipboard::GetForCurrentThread();
|
|
std::map<std::string, std::string> custom_format_names;
|
|
custom_format_names =
|
|
clipboard->ExtractCustomPlatformNames(ui::ClipboardBuffer::kCopyPaste,
|
|
/* data_dst = */ nullptr);
|
|
#if defined(OS_LINUX)
|
|
if (custom_format_names.find(format_string) == custom_format_names.end()) {
|
|
custom_format_names =
|
|
clipboard->ExtractCustomPlatformNames(ui::ClipboardBuffer::kSelection,
|
|
/* data_dst = */ nullptr);
|
|
}
|
|
#endif
|
|
CHECK(custom_format_names.find(format_string) != custom_format_names.end());
|
|
ui::ClipboardFormatType format(ui::ClipboardFormatType::CustomPlatformType(
|
|
custom_format_names[format_string]));
|
|
|
|
std::string data;
|
|
clipboard->ReadData(format, /* data_dst = */ nullptr, &data);
|
|
return data;
|
|
}
|
|
|
|
v8::Local<v8::Value> Clipboard::ReadBuffer(const std::string& format_string,
|
|
gin_helper::Arguments* args) {
|
|
std::string data = Read(format_string);
|
|
return node::Buffer::Copy(args->isolate(), data.data(), data.length())
|
|
.ToLocalChecked();
|
|
}
|
|
|
|
void Clipboard::WriteBuffer(const std::string& format,
|
|
const v8::Local<v8::Value> buffer,
|
|
gin_helper::Arguments* args) {
|
|
if (!node::Buffer::HasInstance(buffer)) {
|
|
args->ThrowError("buffer must be a node Buffer");
|
|
return;
|
|
}
|
|
|
|
ui::ScopedClipboardWriter writer(GetClipboardBuffer(args));
|
|
base::span<const uint8_t> payload_span(
|
|
reinterpret_cast<const uint8_t*>(node::Buffer::Data(buffer)),
|
|
node::Buffer::Length(buffer));
|
|
writer.WriteData(base::UTF8ToUTF16(format),
|
|
mojo_base::BigBuffer(payload_span));
|
|
}
|
|
|
|
void Clipboard::Write(const gin_helper::Dictionary& data,
|
|
gin_helper::Arguments* args) {
|
|
ui::ScopedClipboardWriter writer(GetClipboardBuffer(args));
|
|
std::u16string text, html, bookmark;
|
|
gfx::Image image;
|
|
|
|
if (data.Get("text", &text)) {
|
|
writer.WriteText(text);
|
|
|
|
if (data.Get("bookmark", &bookmark))
|
|
writer.WriteBookmark(bookmark, base::UTF16ToUTF8(text));
|
|
}
|
|
|
|
if (data.Get("rtf", &text)) {
|
|
std::string rtf = base::UTF16ToUTF8(text);
|
|
writer.WriteRTF(rtf);
|
|
}
|
|
|
|
if (data.Get("html", &html))
|
|
writer.WriteHTML(html, std::string());
|
|
|
|
if (data.Get("image", &image))
|
|
writer.WriteImage(image.AsBitmap());
|
|
}
|
|
|
|
std::u16string Clipboard::ReadText(gin_helper::Arguments* args) {
|
|
std::u16string data;
|
|
ui::Clipboard* clipboard = ui::Clipboard::GetForCurrentThread();
|
|
auto type = GetClipboardBuffer(args);
|
|
if (clipboard->IsFormatAvailable(ui::ClipboardFormatType::PlainTextType(),
|
|
type, /* data_dst = */ nullptr)) {
|
|
clipboard->ReadText(type, /* data_dst = */ nullptr, &data);
|
|
} else {
|
|
#if defined(OS_WIN)
|
|
if (clipboard->IsFormatAvailable(ui::ClipboardFormatType::PlainTextAType(),
|
|
type,
|
|
/* data_dst = */ nullptr)) {
|
|
std::string result;
|
|
clipboard->ReadAsciiText(type, /* data_dst = */ nullptr, &result);
|
|
data = base::ASCIIToUTF16(result);
|
|
}
|
|
#endif
|
|
}
|
|
return data;
|
|
}
|
|
|
|
void Clipboard::WriteText(const std::u16string& text,
|
|
gin_helper::Arguments* args) {
|
|
ui::ScopedClipboardWriter writer(GetClipboardBuffer(args));
|
|
writer.WriteText(text);
|
|
}
|
|
|
|
std::u16string Clipboard::ReadRTF(gin_helper::Arguments* args) {
|
|
std::string data;
|
|
ui::Clipboard* clipboard = ui::Clipboard::GetForCurrentThread();
|
|
clipboard->ReadRTF(GetClipboardBuffer(args), /* data_dst = */ nullptr, &data);
|
|
return base::UTF8ToUTF16(data);
|
|
}
|
|
|
|
void Clipboard::WriteRTF(const std::string& text, gin_helper::Arguments* args) {
|
|
ui::ScopedClipboardWriter writer(GetClipboardBuffer(args));
|
|
writer.WriteRTF(text);
|
|
}
|
|
|
|
std::u16string Clipboard::ReadHTML(gin_helper::Arguments* args) {
|
|
std::u16string data;
|
|
std::u16string html;
|
|
std::string url;
|
|
uint32_t start;
|
|
uint32_t end;
|
|
ui::Clipboard* clipboard = ui::Clipboard::GetForCurrentThread();
|
|
clipboard->ReadHTML(GetClipboardBuffer(args), /* data_dst = */ nullptr, &html,
|
|
&url, &start, &end);
|
|
data = html.substr(start, end - start);
|
|
return data;
|
|
}
|
|
|
|
void Clipboard::WriteHTML(const std::u16string& html,
|
|
gin_helper::Arguments* args) {
|
|
ui::ScopedClipboardWriter writer(GetClipboardBuffer(args));
|
|
writer.WriteHTML(html, std::string());
|
|
}
|
|
|
|
v8::Local<v8::Value> Clipboard::ReadBookmark(gin_helper::Arguments* args) {
|
|
std::u16string title;
|
|
std::string url;
|
|
gin_helper::Dictionary dict =
|
|
gin_helper::Dictionary::CreateEmpty(args->isolate());
|
|
ui::Clipboard* clipboard = ui::Clipboard::GetForCurrentThread();
|
|
clipboard->ReadBookmark(/* data_dst = */ nullptr, &title, &url);
|
|
dict.Set("title", title);
|
|
dict.Set("url", url);
|
|
return dict.GetHandle();
|
|
}
|
|
|
|
void Clipboard::WriteBookmark(const std::u16string& title,
|
|
const std::string& url,
|
|
gin_helper::Arguments* args) {
|
|
ui::ScopedClipboardWriter writer(GetClipboardBuffer(args));
|
|
writer.WriteBookmark(title, url);
|
|
}
|
|
|
|
gfx::Image Clipboard::ReadImage(gin_helper::Arguments* args) {
|
|
ui::Clipboard* clipboard = ui::Clipboard::GetForCurrentThread();
|
|
absl::optional<gfx::Image> image;
|
|
clipboard->ReadImage(
|
|
GetClipboardBuffer(args),
|
|
/* data_dst = */ nullptr,
|
|
base::BindOnce(
|
|
[](absl::optional<gfx::Image>* image, const SkBitmap& result) {
|
|
image->emplace(gfx::Image::CreateFrom1xBitmap(result));
|
|
},
|
|
&image));
|
|
DCHECK(image.has_value());
|
|
return image.value();
|
|
}
|
|
|
|
void Clipboard::WriteImage(const gfx::Image& image,
|
|
gin_helper::Arguments* args) {
|
|
ui::ScopedClipboardWriter writer(GetClipboardBuffer(args));
|
|
SkBitmap orig = image.AsBitmap();
|
|
SkBitmap bmp;
|
|
|
|
if (bmp.tryAllocPixels(orig.info()) &&
|
|
orig.readPixels(bmp.info(), bmp.getPixels(), bmp.rowBytes(), 0, 0)) {
|
|
writer.WriteImage(bmp);
|
|
}
|
|
}
|
|
|
|
#if !defined(OS_MAC)
|
|
void Clipboard::WriteFindText(const std::u16string& text) {}
|
|
std::u16string Clipboard::ReadFindText() {
|
|
return std::u16string();
|
|
}
|
|
#endif
|
|
|
|
void Clipboard::Clear(gin_helper::Arguments* args) {
|
|
ui::Clipboard::GetForCurrentThread()->Clear(GetClipboardBuffer(args));
|
|
}
|
|
|
|
} // namespace api
|
|
|
|
} // namespace electron
|
|
|
|
namespace {
|
|
|
|
void Initialize(v8::Local<v8::Object> exports,
|
|
v8::Local<v8::Value> unused,
|
|
v8::Local<v8::Context> context,
|
|
void* priv) {
|
|
gin_helper::Dictionary dict(context->GetIsolate(), exports);
|
|
dict.SetMethod("availableFormats",
|
|
&electron::api::Clipboard::AvailableFormats);
|
|
dict.SetMethod("has", &electron::api::Clipboard::Has);
|
|
dict.SetMethod("read", &electron::api::Clipboard::Read);
|
|
dict.SetMethod("write", &electron::api::Clipboard::Write);
|
|
dict.SetMethod("readText", &electron::api::Clipboard::ReadText);
|
|
dict.SetMethod("writeText", &electron::api::Clipboard::WriteText);
|
|
dict.SetMethod("readRTF", &electron::api::Clipboard::ReadRTF);
|
|
dict.SetMethod("writeRTF", &electron::api::Clipboard::WriteRTF);
|
|
dict.SetMethod("readHTML", &electron::api::Clipboard::ReadHTML);
|
|
dict.SetMethod("writeHTML", &electron::api::Clipboard::WriteHTML);
|
|
dict.SetMethod("readBookmark", &electron::api::Clipboard::ReadBookmark);
|
|
dict.SetMethod("writeBookmark", &electron::api::Clipboard::WriteBookmark);
|
|
dict.SetMethod("readImage", &electron::api::Clipboard::ReadImage);
|
|
dict.SetMethod("writeImage", &electron::api::Clipboard::WriteImage);
|
|
dict.SetMethod("readFindText", &electron::api::Clipboard::ReadFindText);
|
|
dict.SetMethod("writeFindText", &electron::api::Clipboard::WriteFindText);
|
|
dict.SetMethod("readBuffer", &electron::api::Clipboard::ReadBuffer);
|
|
dict.SetMethod("writeBuffer", &electron::api::Clipboard::WriteBuffer);
|
|
dict.SetMethod("clear", &electron::api::Clipboard::Clear);
|
|
}
|
|
|
|
} // namespace
|
|
|
|
NODE_LINKED_MODULE_CONTEXT_AWARE(electron_common_clipboard, Initialize)
|