chore: bump chromium to 128.0.6558.0 (32-x-y) (#42746)
* chore: bump chromium to 128.0.6558.0 32-x-y * chore: bump chromium in DEPS to 127.0.6526.0 * chore: update network_service_allow_remote_certificate_verification_logic.patch manually apply patch due to minor upstream shear Xref:5598454
* chore: update fix_move_autopipsettingshelper_behind_branding_buildflag.patch No manual changes; patch applied with fuzz 1 * chore: update refactor_expose_file_system_access_blocklist.patch No manual changes; patch applied with fuzz 2 * chore: update revert_heap_add_checks_position_info.patch No manual changes; patch applied with fuzz 1 * chore: e patches all * chore: bump chromium in DEPS to 127.0.6527.0 * chore: update patches * chore: bump chromium in DEPS to 127.0.6529.0 * chore: bump chromium in DEPS to 127.0.6531.0 * chore: update patches * 5596349: Remove PDF OCR toggle from settings.5596349
* 5585932: [video-pip] Add minimize button to video picture-in-picture window5585932
* 5604487: Reland "[api] Deprecate v8::FunctionCallbackInfo::Holder() for real"5604487
* 5581721: [DEPS] Update clang-format location5581721
* 5597904: [Windows] Remove ConvertToLongPath from Sandbox Utilities.5597904
ResolveNTFunctionPtr was removed in this CL. * fix: visibility state specs on macOS Refs5605407
* Revert "fix: visibility state specs on macOS" This reverts commit 1eee30a33dfafeec86cdd09526a07b01abca2ed6. * temp: disable occlusion checker on macOS * chore: bump chromium in DEPS to 128.0.6535.0 * chore: update patches * [Extensions] Move some scriptings files out of the API directory. Refs5606682
* fix[node]: do not use soon-to-be-deprecated V8 API * fix: update api_remove_allcan_read_write.patch * chore: update patches * chore: update patches * chore: fix lf mismatch in api_remove_allcan_read_write.patch * chore: update patches * chore: bump chromium in DEPS to 128.0.6538.0 * chore: update v8 patches * chore: update patches * ui/gl/features.gni: Set use_egl=true unconditionally. Refs5569748
Refs https://issues.chromium.org/issues/344606399 * chore: bump chromium in DEPS to 128.0.6540.0 * chore: bump chromium in DEPS to 128.0.6541.0 * chore: update patches * chore: fix nan read/write patch * chore: bump chromium in DEPS to 128.0.6543.0 * 5626254: Use sandbox_type instead of process_type |5626254
* chore: update patches * rework nan patches * 5621488: Apply consistent naming conventions to zoom values |5621488
* chore: bump chromium in DEPS to 128.0.6544.0 * 5605693: Remove files from third_party/ninja |5605693
* chore: update patches * chore: maybe fix nan patch, part 3 * chore: delete nan patch * chore: re-add nan patch (attempt 2) * chore: add test patch * fixup! add test patch * chore: bump chromium in DEPS to 128.0.6549.0 * chore: bump chromium in DEPS to 128.0.6551.0 * 5637699: Add command line to ASAN Additional Info section |5637699
* chore: update patches * chore: bump chromium in DEPS to 128.0.6553.0 * chore: bump chromium in DEPS to 128.0.6555.0 * fix: add property query interceptors * chore: bump chromium in DEPS to 128.0.6557.0 * 5583182: Automatic Fullscreen: Prototype Permissions API query support |5583182
* 5613297: Move render input router and related dependencies to //components/input |5613297
* chore: update patches * test: skip methodswithdata-test.js nan test * chore: bump chromium in DEPS to 128.0.6558.0 * chore: update patches * build: reference correct ninja cipd ref Ref:5605693
* update libcxx filenames * refactor: CursorManager moved to //components/input Ref:5613297
* refactor: spanify mojo Read/WriteData methods Ref:5619291
* refactor: remove constexpr from KeyboardCodeFromKeyIdentifier Ref: unknown Added TODO to investigate after * chore: update patches * refactor: improve type safety of a11y ids Ref:5614590
* chore: disable tls node tests that don't apply given boringssl tls configuration Ref: https://boringssl-review.googlesource.com/c/boringssl/+/68487 * chore: add patch to fix nan v8 incompat with NamedPropertyHandlerConfiguration and IndexedPropertyHandlerConfiguration Ref:5630388
* fix: limit subspan length per feedback * Fix incorrect CalculateInsetsInDIP check * 5645742: Reland "Reland "Add toolchains without PartitionAlloc-Everywhere for dump_syms et al""5645742
* chore: more Windows logging * 5617471: Add NPU blocking to chromium blocklist5617471
--------- 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: PatchUp <73610968+patchup[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org> Co-authored-by: deepak1556 <hop2deep@gmail.com> Co-authored-by: Keeley Hammond <khammond@slack-corp.com> Co-authored-by: Alice Zhao <alice@makenotion.com> Co-authored-by: Samuel Attard <marshallofsound@electronjs.org> Co-authored-by: VerteDinde <vertedinde@electronjs.org> Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com> Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> * chore: cleanup .patches after trop --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com> Co-authored-by: John Kleinschmidt <jkleinsc@electronjs.org>
This commit is contained in:
parent
37fc8346aa
commit
c2939ef9af
122 changed files with 1602 additions and 1178 deletions
|
@ -66,7 +66,7 @@ class Archive : public node::ObjectWrap {
|
|||
// Reads the offset and size of file.
|
||||
static void GetFileInfo(const v8::FunctionCallbackInfo<v8::Value>& args) {
|
||||
auto* isolate = args.GetIsolate();
|
||||
auto* wrap = node::ObjectWrap::Unwrap<Archive>(args.Holder());
|
||||
auto* wrap = node::ObjectWrap::Unwrap<Archive>(args.This());
|
||||
|
||||
base::FilePath path;
|
||||
if (!gin::ConvertFromV8(isolate, args[0], &path)) {
|
||||
|
@ -104,7 +104,7 @@ class Archive : public node::ObjectWrap {
|
|||
// Returns a fake result of fs.stat(path).
|
||||
static void Stat(const v8::FunctionCallbackInfo<v8::Value>& args) {
|
||||
auto* isolate = args.GetIsolate();
|
||||
auto* wrap = node::ObjectWrap::Unwrap<Archive>(args.Holder());
|
||||
auto* wrap = node::ObjectWrap::Unwrap<Archive>(args.This());
|
||||
base::FilePath path;
|
||||
if (!gin::ConvertFromV8(isolate, args[0], &path)) {
|
||||
args.GetReturnValue().Set(v8::False(isolate));
|
||||
|
@ -127,7 +127,7 @@ class Archive : public node::ObjectWrap {
|
|||
// Returns all files under a directory.
|
||||
static void Readdir(const v8::FunctionCallbackInfo<v8::Value>& args) {
|
||||
auto* isolate = args.GetIsolate();
|
||||
auto* wrap = node::ObjectWrap::Unwrap<Archive>(args.Holder());
|
||||
auto* wrap = node::ObjectWrap::Unwrap<Archive>(args.This());
|
||||
base::FilePath path;
|
||||
if (!gin::ConvertFromV8(isolate, args[0], &path)) {
|
||||
args.GetReturnValue().Set(v8::False(isolate));
|
||||
|
@ -145,7 +145,7 @@ class Archive : public node::ObjectWrap {
|
|||
// Returns the path of file with symbol link resolved.
|
||||
static void Realpath(const v8::FunctionCallbackInfo<v8::Value>& args) {
|
||||
auto* isolate = args.GetIsolate();
|
||||
auto* wrap = node::ObjectWrap::Unwrap<Archive>(args.Holder());
|
||||
auto* wrap = node::ObjectWrap::Unwrap<Archive>(args.This());
|
||||
base::FilePath path;
|
||||
if (!gin::ConvertFromV8(isolate, args[0], &path)) {
|
||||
args.GetReturnValue().Set(v8::False(isolate));
|
||||
|
@ -163,7 +163,7 @@ class Archive : public node::ObjectWrap {
|
|||
// Copy the file out into a temporary file and returns the new path.
|
||||
static void CopyFileOut(const v8::FunctionCallbackInfo<v8::Value>& args) {
|
||||
auto* isolate = args.GetIsolate();
|
||||
auto* wrap = node::ObjectWrap::Unwrap<Archive>(args.Holder());
|
||||
auto* wrap = node::ObjectWrap::Unwrap<Archive>(args.This());
|
||||
base::FilePath path;
|
||||
if (!gin::ConvertFromV8(isolate, args[0], &path)) {
|
||||
args.GetReturnValue().Set(v8::False(isolate));
|
||||
|
@ -181,7 +181,7 @@ class Archive : public node::ObjectWrap {
|
|||
// Return the file descriptor.
|
||||
static void GetFD(const v8::FunctionCallbackInfo<v8::Value>& args) {
|
||||
auto* isolate = args.GetIsolate();
|
||||
auto* wrap = node::ObjectWrap::Unwrap<Archive>(args.Holder());
|
||||
auto* wrap = node::ObjectWrap::Unwrap<Archive>(args.This());
|
||||
|
||||
args.GetReturnValue().Set(gin::ConvertToV8(
|
||||
isolate, wrap->archive_ ? wrap->archive_->GetUnsafeFD() : -1));
|
||||
|
|
|
@ -38,8 +38,6 @@ namespace pdfViewerPrivate {
|
|||
|
||||
callback GetStreamInfoCallback = void(StreamInfo streamInfo);
|
||||
callback IsAllowedLocalFileAccessCallback = void(boolean result);
|
||||
callback IsPdfOcrAlwaysActiveCallback = void(boolean result);
|
||||
callback OnPdfOcrPrefSetCallback = void(boolean result);
|
||||
callback VoidCallback = void();
|
||||
|
||||
interface Functions {
|
||||
|
@ -54,23 +52,11 @@ namespace pdfViewerPrivate {
|
|||
DOMString url,
|
||||
IsAllowedLocalFileAccessCallback callback);
|
||||
|
||||
// Determines if the preference for PDF OCR is set to run PDF OCR always.
|
||||
// |callback|: Called with true if PDF OCR is set to be always active;
|
||||
// false otherwise.
|
||||
static void isPdfOcrAlwaysActive(
|
||||
IsPdfOcrAlwaysActiveCallback callback);
|
||||
|
||||
// Sets the current tab title to `title` for a full-page PDF.
|
||||
static void setPdfDocumentTitle(
|
||||
DOMString title,
|
||||
optional VoidCallback callback);
|
||||
|
||||
// Sets a pref value for PDF OCR.
|
||||
// |value|: The new value of the pref.
|
||||
// |callback|: The callback for whether the pref was set or not.
|
||||
static void setPdfOcrPref(
|
||||
boolean value, OnPdfOcrPrefSetCallback callback);
|
||||
|
||||
// Sets PDF plugin attributes in the stream for this context if there is
|
||||
// one.
|
||||
static void setPdfPluginAttributes(
|
||||
|
@ -79,10 +65,6 @@ namespace pdfViewerPrivate {
|
|||
};
|
||||
|
||||
interface Events {
|
||||
// Fired when a pref value for PDF OCR has changed.
|
||||
// |value| The pref value that changed.
|
||||
static void onPdfOcrPrefChanged(boolean value);
|
||||
|
||||
// Fired when the browser wants the listener to perform a save.
|
||||
// `streamUrl`: Unique ID for the instance that should perform the save.
|
||||
static void onSave(DOMString streamUrl);
|
||||
|
|
|
@ -150,6 +150,8 @@ v8::Local<v8::Value> Converter<blink::PermissionType>::ToV8(
|
|||
switch (val) {
|
||||
case blink::PermissionType::ACCESSIBILITY_EVENTS:
|
||||
return StringToV8(isolate, "accessibility-events");
|
||||
case blink::PermissionType::AUTOMATIC_FULLSCREEN:
|
||||
return StringToV8(isolate, "automatic-fullscreen");
|
||||
case blink::PermissionType::AR:
|
||||
return StringToV8(isolate, "ar");
|
||||
case blink::PermissionType::BACKGROUND_FETCH:
|
||||
|
|
|
@ -365,9 +365,11 @@ class ChunkedDataPipeReadableStream
|
|||
if (size_ && num_bytes > *size_ - bytes_read_)
|
||||
num_bytes = *size_ - bytes_read_;
|
||||
MojoResult rv = data_pipe_->ReadData(
|
||||
static_cast<void*>(static_cast<char*>(buf->Buffer()->Data()) +
|
||||
buf->ByteOffset()),
|
||||
&num_bytes, MOJO_READ_DATA_FLAG_NONE);
|
||||
MOJO_READ_DATA_FLAG_NONE,
|
||||
base::span(static_cast<uint8_t*>(buf->Buffer()->Data()),
|
||||
buf->ByteLength())
|
||||
.subspan(buf->ByteOffset(), num_bytes),
|
||||
num_bytes);
|
||||
if (rv == MOJO_RESULT_OK) {
|
||||
bytes_read_ += num_bytes;
|
||||
// Not needed for correctness, but this allows the consumer to send the
|
||||
|
|
|
@ -23,7 +23,7 @@ v8::Global<v8::FunctionTemplate>* GetIsDestroyedFunc() {
|
|||
}
|
||||
|
||||
void DestroyFunc(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
||||
v8::Local<v8::Object> holder = info.Holder();
|
||||
v8::Local<v8::Object> holder = info.This();
|
||||
if (Destroyable::IsDestroyed(holder))
|
||||
return;
|
||||
|
||||
|
@ -35,7 +35,7 @@ void DestroyFunc(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
|||
|
||||
void IsDestroyedFunc(const v8::FunctionCallbackInfo<v8::Value>& info) {
|
||||
info.GetReturnValue().Set(gin::ConvertToV8(
|
||||
info.GetIsolate(), Destroyable::IsDestroyed(info.Holder())));
|
||||
info.GetIsolate(), Destroyable::IsDestroyed(info.This())));
|
||||
}
|
||||
|
||||
} // namespace
|
||||
|
|
|
@ -16,8 +16,8 @@ namespace {
|
|||
|
||||
using CodeAndShiftedChar = std::pair<ui::KeyboardCode, std::optional<char16_t>>;
|
||||
|
||||
constexpr CodeAndShiftedChar KeyboardCodeFromKeyIdentifier(
|
||||
const std::string_view str) {
|
||||
// TODO: Why does making this constexpr fail
|
||||
CodeAndShiftedChar KeyboardCodeFromKeyIdentifier(const std::string_view str) {
|
||||
#if BUILDFLAG(IS_MAC)
|
||||
constexpr auto CommandOrControl = ui::VKEY_COMMAND;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue