chore: bump chromium to f5b345dd470f14eef6e44732ccf23 (master) (#20649)
This commit is contained in:
Родитель
fb8b1fd1c9
Коммит
b6246dcf12
|
@ -65,12 +65,12 @@ machine-linux-2xlarge: &machine-linux-2xlarge
|
||||||
|
|
||||||
machine-mac: &machine-mac
|
machine-mac: &machine-mac
|
||||||
macos:
|
macos:
|
||||||
xcode: "9.4.1"
|
xcode: "10.3.0"
|
||||||
|
|
||||||
machine-mac-large: &machine-mac-large
|
machine-mac-large: &machine-mac-large
|
||||||
resource_class: large
|
resource_class: large
|
||||||
macos:
|
macos:
|
||||||
xcode: "9.4.1"
|
xcode: "10.3.0"
|
||||||
|
|
||||||
# Build configurations options.
|
# Build configurations options.
|
||||||
env-debug-build: &env-debug-build
|
env-debug-build: &env-debug-build
|
||||||
|
|
5
BUILD.gn
5
BUILD.gn
|
@ -546,6 +546,10 @@ source_set("electron_lib") {
|
||||||
]
|
]
|
||||||
|
|
||||||
sources += filenames.lib_sources_nss
|
sources += filenames.lib_sources_nss
|
||||||
|
sources += [
|
||||||
|
"shell/browser/ui/gtk_util.cc",
|
||||||
|
"shell/browser/ui/gtk_util.h",
|
||||||
|
]
|
||||||
}
|
}
|
||||||
if (is_win) {
|
if (is_win) {
|
||||||
libs += [ "dwmapi.lib" ]
|
libs += [ "dwmapi.lib" ]
|
||||||
|
@ -705,7 +709,6 @@ if (is_mac) {
|
||||||
public_deps += [ "//third_party/icu:icudata" ]
|
public_deps += [ "//third_party/icu:icudata" ]
|
||||||
}
|
}
|
||||||
if (v8_use_external_startup_data) {
|
if (v8_use_external_startup_data) {
|
||||||
sources += [ "$root_out_dir/natives_blob.bin" ]
|
|
||||||
public_deps += [ "//v8" ]
|
public_deps += [ "//v8" ]
|
||||||
if (use_v8_context_snapshot) {
|
if (use_v8_context_snapshot) {
|
||||||
sources += [ "$root_out_dir/v8_context_snapshot.bin" ]
|
sources += [ "$root_out_dir/v8_context_snapshot.bin" ]
|
||||||
|
|
2
DEPS
2
DEPS
|
@ -11,7 +11,7 @@ gclient_gn_args = [
|
||||||
|
|
||||||
vars = {
|
vars = {
|
||||||
'chromium_version':
|
'chromium_version':
|
||||||
'c3a0220e7bde049d599a8332b9b2785b0178be74',
|
'62521aaefdef5b345dd470f14eef6e44732ccf23',
|
||||||
'node_version':
|
'node_version':
|
||||||
'v12.13.0',
|
'v12.13.0',
|
||||||
'nan_version':
|
'nan_version':
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
|
|
||||||
version: 1.0.{build}
|
version: 1.0.{build}
|
||||||
build_cloud: libcc-20
|
build_cloud: libcc-20
|
||||||
image: vs2017-15.9-10.0.18362
|
image: vs2019-16.3-10.0.18362
|
||||||
environment:
|
environment:
|
||||||
GIT_CACHE_PATH: C:\Users\electron\libcc_cache
|
GIT_CACHE_PATH: C:\Users\electron\libcc_cache
|
||||||
ELECTRON_OUT_DIR: Default
|
ELECTRON_OUT_DIR: Default
|
||||||
|
|
|
@ -21,9 +21,5 @@ angle_enable_vulkan_validation_layers = false
|
||||||
|
|
||||||
is_cfi = false
|
is_cfi = false
|
||||||
|
|
||||||
# TODO: Remove this and update CI to contain 10.14 SDK once
|
|
||||||
# crbug.com/986701 is fixed.
|
|
||||||
mac_sdk_min = "10.13"
|
|
||||||
|
|
||||||
# TODO: disabled due to crashes. re-enable.
|
# TODO: disabled due to crashes. re-enable.
|
||||||
enable_osr = false
|
enable_osr = false
|
||||||
|
|
|
@ -37,10 +37,8 @@ net::NSSCertDatabase* GetNSSCertDatabaseForResourceContext(
|
||||||
// public and private slot.
|
// public and private slot.
|
||||||
// Redirect any slot usage to this persistent slot on Linux.
|
// Redirect any slot usage to this persistent slot on Linux.
|
||||||
g_nss_cert_database = new net::NSSCertDatabase(
|
g_nss_cert_database = new net::NSSCertDatabase(
|
||||||
crypto::ScopedPK11Slot(
|
crypto::ScopedPK11Slot(PK11_GetInternalKeySlot()) /* public slot */,
|
||||||
crypto::GetPersistentNSSKeySlot()) /* public slot */,
|
crypto::ScopedPK11Slot(PK11_GetInternalKeySlot()) /* private slot */);
|
||||||
crypto::ScopedPK11Slot(
|
|
||||||
crypto::GetPersistentNSSKeySlot()) /* private slot */);
|
|
||||||
}
|
}
|
||||||
return g_nss_cert_database;
|
return g_nss_cert_database;
|
||||||
}
|
}
|
||||||
|
|
|
@ -61,7 +61,6 @@ The output should look roughly like this:
|
||||||
├── libgcrypt.so.11
|
├── libgcrypt.so.11
|
||||||
├── libnode.so
|
├── libnode.so
|
||||||
├── locales
|
├── locales
|
||||||
├── natives_blob.bin
|
|
||||||
├── resources
|
├── resources
|
||||||
├── v8_context_snapshot.bin
|
├── v8_context_snapshot.bin
|
||||||
└── version
|
└── version
|
||||||
|
|
|
@ -62,7 +62,6 @@ The output should look roughly like this:
|
||||||
│ ├── am.pak
|
│ ├── am.pak
|
||||||
│ ├── ar.pak
|
│ ├── ar.pak
|
||||||
│ ├── [...]
|
│ ├── [...]
|
||||||
├── natives_blob.bin
|
|
||||||
├── node.dll
|
├── node.dll
|
||||||
├── resources
|
├── resources
|
||||||
│ ├── app
|
│ ├── app
|
||||||
|
|
|
@ -177,6 +177,8 @@ filenames = {
|
||||||
"shell/browser/lib/power_observer.h",
|
"shell/browser/lib/power_observer.h",
|
||||||
"shell/browser/lib/power_observer_linux.h",
|
"shell/browser/lib/power_observer_linux.h",
|
||||||
"shell/browser/lib/power_observer_linux.cc",
|
"shell/browser/lib/power_observer_linux.cc",
|
||||||
|
"shell/browser/linux/unity_service.cc",
|
||||||
|
"shell/browser/linux/unity_service.h",
|
||||||
"shell/browser/login_handler.cc",
|
"shell/browser/login_handler.cc",
|
||||||
"shell/browser/login_handler.h",
|
"shell/browser/login_handler.h",
|
||||||
"shell/browser/mac/atom_application.h",
|
"shell/browser/mac/atom_application.h",
|
||||||
|
@ -324,8 +326,6 @@ filenames = {
|
||||||
"shell/browser/ui/file_dialog_gtk.cc",
|
"shell/browser/ui/file_dialog_gtk.cc",
|
||||||
"shell/browser/ui/file_dialog_mac.mm",
|
"shell/browser/ui/file_dialog_mac.mm",
|
||||||
"shell/browser/ui/file_dialog_win.cc",
|
"shell/browser/ui/file_dialog_win.cc",
|
||||||
"shell/browser/ui/util_gtk.cc",
|
|
||||||
"shell/browser/ui/util_gtk.h",
|
|
||||||
"shell/browser/ui/inspectable_web_contents.cc",
|
"shell/browser/ui/inspectable_web_contents.cc",
|
||||||
"shell/browser/ui/inspectable_web_contents.h",
|
"shell/browser/ui/inspectable_web_contents.h",
|
||||||
"shell/browser/ui/inspectable_web_contents_delegate.h",
|
"shell/browser/ui/inspectable_web_contents_delegate.h",
|
||||||
|
|
|
@ -249,6 +249,8 @@ WebContents.prototype.printToPDF = function (options) {
|
||||||
|
|
||||||
// Chromium expects this in a 0-100 range number, not as float
|
// Chromium expects this in a 0-100 range number, not as float
|
||||||
printingSetting.scaleFactor = Math.ceil(printingSetting.scaleFactor) % 100
|
printingSetting.scaleFactor = Math.ceil(printingSetting.scaleFactor) % 100
|
||||||
|
// PrinterType enum from //printing/print_job_constants.h
|
||||||
|
printingSetting.printerType = 2
|
||||||
if (features.isPrintingEnabled()) {
|
if (features.isPrintingEnabled()) {
|
||||||
return this._printToPDF(printingSetting)
|
return this._printToPDF(printingSetting)
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -80,7 +80,7 @@ index d540144b293297791c087e0b968a47d368a73695..53cb9d2dc8f1962a70dc12b648d27c32
|
||||||
+ callback(EVP_ripemd160(), "ripemd160", NULL, arg);
|
+ callback(EVP_ripemd160(), "ripemd160", NULL, arg);
|
||||||
}
|
}
|
||||||
diff --git a/include/openssl/digest.h b/include/openssl/digest.h
|
diff --git a/include/openssl/digest.h b/include/openssl/digest.h
|
||||||
index c7c679760a30329311b4a6c0db475b2375537028..991fa00b8330a663625719436075bcc8ae32e17a 100644
|
index c3ceb7f22a123353f23cb33de9cc2931fb5e1c11..704d43a326e7cced925c9db1c2a6094a16f9abe9 100644
|
||||||
--- a/include/openssl/digest.h
|
--- a/include/openssl/digest.h
|
||||||
+++ b/include/openssl/digest.h
|
+++ b/include/openssl/digest.h
|
||||||
@@ -88,6 +88,9 @@ OPENSSL_EXPORT const EVP_MD *EVP_sha512(void);
|
@@ -88,6 +88,9 @@ OPENSSL_EXPORT const EVP_MD *EVP_sha512(void);
|
||||||
|
|
|
@ -34,8 +34,6 @@ scroll_bounce_flag.patch
|
||||||
mas-cfisobjc.patch
|
mas-cfisobjc.patch
|
||||||
mas-cgdisplayusesforcetogray.patch
|
mas-cgdisplayusesforcetogray.patch
|
||||||
mas-audiodeviceduck.patch
|
mas-audiodeviceduck.patch
|
||||||
mas-lssetapplicationlaunchservicesserverconnectionstatus.patch
|
|
||||||
ignore_rc_check.patch
|
|
||||||
chrome_key_systems.patch
|
chrome_key_systems.patch
|
||||||
allow_nested_error_trackers.patch
|
allow_nested_error_trackers.patch
|
||||||
blink_initialization_order.patch
|
blink_initialization_order.patch
|
||||||
|
@ -68,7 +66,6 @@ crashpad_pid_check.patch
|
||||||
preconnect_feature.patch
|
preconnect_feature.patch
|
||||||
network_service_allow_remote_certificate_verification_logic.patch
|
network_service_allow_remote_certificate_verification_logic.patch
|
||||||
put_back_deleted_colors_for_autofill.patch
|
put_back_deleted_colors_for_autofill.patch
|
||||||
build_win_disable_zc_twophase.patch
|
|
||||||
disable_color_correct_rendering.patch
|
disable_color_correct_rendering.patch
|
||||||
add_contentgpuclient_precreatemessageloop_callback.patch
|
add_contentgpuclient_precreatemessageloop_callback.patch
|
||||||
picture-in-picture.patch
|
picture-in-picture.patch
|
||||||
|
@ -79,5 +76,8 @@ feat_add_set_theme_source_to_allow_apps_to.patch
|
||||||
revert_cleanup_remove_menu_subtitles_sublabels.patch
|
revert_cleanup_remove_menu_subtitles_sublabels.patch
|
||||||
ui_views_fix_jumbo_build.patch
|
ui_views_fix_jumbo_build.patch
|
||||||
export_fetchapi_mojo_traits_to_fix_component_build.patch
|
export_fetchapi_mojo_traits_to_fix_component_build.patch
|
||||||
build_fix_when_building_with_enable_plugins_false.patch
|
|
||||||
add_zoom_limit_setters_to_webcontents.patch
|
add_zoom_limit_setters_to_webcontents.patch
|
||||||
|
revert_remove_contentrendererclient_shouldfork.patch
|
||||||
|
build_win_disable_zc_twophase.patch
|
||||||
|
ignore_rc_check.patch
|
||||||
|
build_win_fix_ambiguous_reference_with_msstl.patch
|
||||||
|
|
|
@ -10,7 +10,7 @@ This patch makes three changes to Accelerator::GetShortcutText to improve shortc
|
||||||
3. Ctrl-Shift-= should show as Ctrl-+
|
3. Ctrl-Shift-= should show as Ctrl-+
|
||||||
|
|
||||||
diff --git a/ui/base/accelerators/accelerator.cc b/ui/base/accelerators/accelerator.cc
|
diff --git a/ui/base/accelerators/accelerator.cc b/ui/base/accelerators/accelerator.cc
|
||||||
index 841a8ccd1f0ca5073cf0f0621f81561ed6425e0d..ac4c04b74b0a3b8e6d6c375fef021abbd8789a14 100644
|
index a3e869a74c33b161215ab4eb6f6adc6a71c9fff5..83315ce63e7d39d3e47a8bb61ade728e20ac11c8 100644
|
||||||
--- a/ui/base/accelerators/accelerator.cc
|
--- a/ui/base/accelerators/accelerator.cc
|
||||||
+++ b/ui/base/accelerators/accelerator.cc
|
+++ b/ui/base/accelerators/accelerator.cc
|
||||||
@@ -11,6 +11,7 @@
|
@@ -11,6 +11,7 @@
|
||||||
|
|
|
@ -10,10 +10,10 @@ Allows Electron to restore WER when ELECTRON_DEFAULT_ERROR_MODE is set.
|
||||||
This should be upstreamed.
|
This should be upstreamed.
|
||||||
|
|
||||||
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
||||||
index 4373f508964cb1e9fd51c952122ac2f41fb35ae9..065a7a57b77f1e3bf5e03fac900f1936d48ad4ff 100644
|
index 0de66bc85b1d392fba44858e3a478d918e538393..a21e318b2108223bb4ca6a74d3c654c3ad7ba77a 100644
|
||||||
--- a/content/gpu/gpu_main.cc
|
--- a/content/gpu/gpu_main.cc
|
||||||
+++ b/content/gpu/gpu_main.cc
|
+++ b/content/gpu/gpu_main.cc
|
||||||
@@ -236,6 +236,10 @@ int GpuMain(const MainFunctionParams& parameters) {
|
@@ -228,6 +228,10 @@ int GpuMain(const MainFunctionParams& parameters) {
|
||||||
|
|
||||||
logging::SetLogMessageHandler(GpuProcessLogMessageHandler);
|
logging::SetLogMessageHandler(GpuProcessLogMessageHandler);
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@ index 4373f508964cb1e9fd51c952122ac2f41fb35ae9..065a7a57b77f1e3bf5e03fac900f1936
|
||||||
// We are experiencing what appear to be memory-stomp issues in the GPU
|
// We are experiencing what appear to be memory-stomp issues in the GPU
|
||||||
// process. These issues seem to be impacting the task executor and listeners
|
// process. These issues seem to be impacting the task executor and listeners
|
||||||
// registered to it. Create the task executor on the heap to guard against
|
// registered to it. Create the task executor on the heap to guard against
|
||||||
@@ -349,7 +353,6 @@ int GpuMain(const MainFunctionParams& parameters) {
|
@@ -336,7 +340,6 @@ int GpuMain(const MainFunctionParams& parameters) {
|
||||||
GpuProcess gpu_process(io_thread_priority);
|
GpuProcess gpu_process(io_thread_priority);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -39,10 +39,10 @@ index 2aef366ac8194aa261cbca6abc051f7da8a988d3..3c7d66c81032636abcca4f1538ce9b7f
|
||||||
|
|
||||||
GIN_EXPORT static ArrayBufferAllocator* SharedInstance();
|
GIN_EXPORT static ArrayBufferAllocator* SharedInstance();
|
||||||
diff --git a/third_party/blink/renderer/bindings/core/v8/v8_initializer.cc b/third_party/blink/renderer/bindings/core/v8/v8_initializer.cc
|
diff --git a/third_party/blink/renderer/bindings/core/v8/v8_initializer.cc b/third_party/blink/renderer/bindings/core/v8/v8_initializer.cc
|
||||||
index 3b1ced15de47f6b88716db2b79306bb7d98cfdf4..0ed89b4147d98f2239a3504c898666a758cee618 100644
|
index f2d49df56a524fd1cc76623ec76fc7059957d476..bcb437fe328ccb95446ed0b8525017118546d41e 100644
|
||||||
--- a/third_party/blink/renderer/bindings/core/v8/v8_initializer.cc
|
--- a/third_party/blink/renderer/bindings/core/v8/v8_initializer.cc
|
||||||
+++ b/third_party/blink/renderer/bindings/core/v8/v8_initializer.cc
|
+++ b/third_party/blink/renderer/bindings/core/v8/v8_initializer.cc
|
||||||
@@ -645,6 +645,10 @@ class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
|
@@ -648,6 +648,10 @@ class ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
|
||||||
size, WTF::ArrayBufferContents::kDontInitialize);
|
size, WTF::ArrayBufferContents::kDontInitialize);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -54,10 +54,10 @@ index 3b1ced15de47f6b88716db2b79306bb7d98cfdf4..0ed89b4147d98f2239a3504c898666a7
|
||||||
WTF::ArrayBufferContents::FreeMemory(data);
|
WTF::ArrayBufferContents::FreeMemory(data);
|
||||||
}
|
}
|
||||||
diff --git a/third_party/blink/renderer/platform/wtf/typed_arrays/array_buffer_contents.cc b/third_party/blink/renderer/platform/wtf/typed_arrays/array_buffer_contents.cc
|
diff --git a/third_party/blink/renderer/platform/wtf/typed_arrays/array_buffer_contents.cc b/third_party/blink/renderer/platform/wtf/typed_arrays/array_buffer_contents.cc
|
||||||
index ac76d127b96b80c8260a7e2cda0b669cd98787ad..dcab64586700a8740262aede8dba2755f652d8e8 100644
|
index 8cd9b210bdb16fca7935b44dbc42829e1d193643..5c8ccbcc27a0ed6cc3a3b717f3336ddee4e82c0a 100644
|
||||||
--- a/third_party/blink/renderer/platform/wtf/typed_arrays/array_buffer_contents.cc
|
--- a/third_party/blink/renderer/platform/wtf/typed_arrays/array_buffer_contents.cc
|
||||||
+++ b/third_party/blink/renderer/platform/wtf/typed_arrays/array_buffer_contents.cc
|
+++ b/third_party/blink/renderer/platform/wtf/typed_arrays/array_buffer_contents.cc
|
||||||
@@ -130,6 +130,11 @@ void* ArrayBufferContents::AllocateMemoryOrNull(size_t size,
|
@@ -127,6 +127,11 @@ void* ArrayBufferContents::AllocateMemoryOrNull(size_t size,
|
||||||
return AllocateMemoryWithFlags(size, policy, base::PartitionAllocReturnNull);
|
return AllocateMemoryWithFlags(size, policy, base::PartitionAllocReturnNull);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -70,14 +70,14 @@ index ac76d127b96b80c8260a7e2cda0b669cd98787ad..dcab64586700a8740262aede8dba2755
|
||||||
Partitions::ArrayBufferPartition()->Free(data);
|
Partitions::ArrayBufferPartition()->Free(data);
|
||||||
}
|
}
|
||||||
diff --git a/third_party/blink/renderer/platform/wtf/typed_arrays/array_buffer_contents.h b/third_party/blink/renderer/platform/wtf/typed_arrays/array_buffer_contents.h
|
diff --git a/third_party/blink/renderer/platform/wtf/typed_arrays/array_buffer_contents.h b/third_party/blink/renderer/platform/wtf/typed_arrays/array_buffer_contents.h
|
||||||
index ee7c89a4950d6b3c97a810c41a62fee7e372018d..c2b60f20a72cca46d05af369f33d9c19395b34ef 100644
|
index 841e87c219e5d3c66bd3394a63bcfa13bf34640a..b47a6794febf699eef36505a2f0540ec542bd155 100644
|
||||||
--- a/third_party/blink/renderer/platform/wtf/typed_arrays/array_buffer_contents.h
|
--- a/third_party/blink/renderer/platform/wtf/typed_arrays/array_buffer_contents.h
|
||||||
+++ b/third_party/blink/renderer/platform/wtf/typed_arrays/array_buffer_contents.h
|
+++ b/third_party/blink/renderer/platform/wtf/typed_arrays/array_buffer_contents.h
|
||||||
@@ -140,6 +140,7 @@ class WTF_EXPORT ArrayBufferContents {
|
@@ -150,6 +150,7 @@ class WTF_EXPORT ArrayBufferContents {
|
||||||
void CopyTo(ArrayBufferContents& other);
|
void CopyTo(ArrayBufferContents& other);
|
||||||
|
|
||||||
static void* AllocateMemoryOrNull(size_t, InitializationPolicy);
|
static void* AllocateMemoryOrNull(size_t, InitializationPolicy);
|
||||||
+ static void* Realloc(void* data, size_t);
|
+ static void* Realloc(void* data, size_t);
|
||||||
static void FreeMemory(void*);
|
static void FreeMemory(void*);
|
||||||
static DataHandle CreateDataHandle(size_t, InitializationPolicy);
|
static DataHandle CreateDataHandle(size_t, InitializationPolicy);
|
||||||
static void Initialize(
|
|
||||||
|
|
|
@ -8,10 +8,10 @@ This is needed by Electron to allow apps to limit how much an app can zoom in
|
||||||
or out.
|
or out.
|
||||||
|
|
||||||
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
||||||
index 8586f71224f1cae6a5e9b4005a6acfef9ff64d4d..4d4dce8124312d46f90db8d2fc59bd0b7acd498d 100644
|
index 03ae4f288371d85493561f22e2429ade5de32339..9010eba2118c14d2cf3497bf78fb78ffe8f6ecf3 100644
|
||||||
--- a/content/browser/web_contents/web_contents_impl.cc
|
--- a/content/browser/web_contents/web_contents_impl.cc
|
||||||
+++ b/content/browser/web_contents/web_contents_impl.cc
|
+++ b/content/browser/web_contents/web_contents_impl.cc
|
||||||
@@ -4142,10 +4142,18 @@ bool WebContentsImpl::GetClosedByUserGesture() {
|
@@ -4110,10 +4110,18 @@ bool WebContentsImpl::GetClosedByUserGesture() {
|
||||||
return closed_by_user_gesture_;
|
return closed_by_user_gesture_;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -31,10 +31,10 @@ index 8586f71224f1cae6a5e9b4005a6acfef9ff64d4d..4d4dce8124312d46f90db8d2fc59bd0b
|
||||||
return maximum_zoom_percent_;
|
return maximum_zoom_percent_;
|
||||||
}
|
}
|
||||||
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
||||||
index 72f7570ed92886e97629116fec98c1c4dcf95f52..e876929be3df7ba7251886a56acf9b84bbe62e32 100644
|
index 37d4d79ea76db037fc95d3b15a96e70f320d3d55..060a16bd4f378bf0316e5af168a53ae3a734310a 100644
|
||||||
--- a/content/browser/web_contents/web_contents_impl.h
|
--- a/content/browser/web_contents/web_contents_impl.h
|
||||||
+++ b/content/browser/web_contents/web_contents_impl.h
|
+++ b/content/browser/web_contents/web_contents_impl.h
|
||||||
@@ -450,7 +450,9 @@ class CONTENT_EXPORT WebContentsImpl : public WebContents,
|
@@ -448,7 +448,9 @@ class CONTENT_EXPORT WebContentsImpl : public WebContents,
|
||||||
void SystemDragEnded(RenderWidgetHost* source_rwh) override;
|
void SystemDragEnded(RenderWidgetHost* source_rwh) override;
|
||||||
void SetClosedByUserGesture(bool value) override;
|
void SetClosedByUserGesture(bool value) override;
|
||||||
bool GetClosedByUserGesture() override;
|
bool GetClosedByUserGesture() override;
|
||||||
|
@ -44,7 +44,7 @@ index 72f7570ed92886e97629116fec98c1c4dcf95f52..e876929be3df7ba7251886a56acf9b84
|
||||||
int GetMaximumZoomPercent() override;
|
int GetMaximumZoomPercent() override;
|
||||||
void SetPageScale(float page_scale_factor) override;
|
void SetPageScale(float page_scale_factor) override;
|
||||||
gfx::Size GetPreferredSize() override;
|
gfx::Size GetPreferredSize() override;
|
||||||
@@ -1714,8 +1716,8 @@ class CONTENT_EXPORT WebContentsImpl : public WebContents,
|
@@ -1699,8 +1701,8 @@ class CONTENT_EXPORT WebContentsImpl : public WebContents,
|
||||||
bool closed_by_user_gesture_;
|
bool closed_by_user_gesture_;
|
||||||
|
|
||||||
// Minimum/maximum zoom percent.
|
// Minimum/maximum zoom percent.
|
||||||
|
@ -56,10 +56,10 @@ index 72f7570ed92886e97629116fec98c1c4dcf95f52..e876929be3df7ba7251886a56acf9b84
|
||||||
// Used to correctly handle integer zooming through a smooth scroll device.
|
// Used to correctly handle integer zooming through a smooth scroll device.
|
||||||
float zoom_scroll_remainder_;
|
float zoom_scroll_remainder_;
|
||||||
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
||||||
index 94a5b87ca72998729f1fca14f247914bb81d60d1..3af575d51d0a36f9586a3cfc00575e83e70a46b9 100644
|
index 750de66b8002ba66d0f2247d0075da1e51ac764c..1a57feeb1dfe08f8ce1113cb5d8c8ab57d761094 100644
|
||||||
--- a/content/public/browser/web_contents.h
|
--- a/content/public/browser/web_contents.h
|
||||||
+++ b/content/public/browser/web_contents.h
|
+++ b/content/public/browser/web_contents.h
|
||||||
@@ -808,8 +808,10 @@ class WebContents : public PageNavigator,
|
@@ -812,8 +812,10 @@ class WebContents : public PageNavigator,
|
||||||
virtual void SetClosedByUserGesture(bool value) = 0;
|
virtual void SetClosedByUserGesture(bool value) = 0;
|
||||||
virtual bool GetClosedByUserGesture() = 0;
|
virtual bool GetClosedByUserGesture() = 0;
|
||||||
|
|
||||||
|
|
|
@ -14,10 +14,10 @@ when there is code doing that.
|
||||||
This patch reverts the change to fix the crash in Electron.
|
This patch reverts the change to fix the crash in Electron.
|
||||||
|
|
||||||
diff --git a/third_party/blink/renderer/core/frame/local_frame.cc b/third_party/blink/renderer/core/frame/local_frame.cc
|
diff --git a/third_party/blink/renderer/core/frame/local_frame.cc b/third_party/blink/renderer/core/frame/local_frame.cc
|
||||||
index 0c69b3af9d2144b5d4d61e2d4add7edec839d0b5..acfba2544f6329348f60dd92ca5d9865960db371 100644
|
index 06f6b33d2137450ecea6d03bbe75f9b78d33c82a..c86fddc75758cd893932aa6ee29455810e051193 100644
|
||||||
--- a/third_party/blink/renderer/core/frame/local_frame.cc
|
--- a/third_party/blink/renderer/core/frame/local_frame.cc
|
||||||
+++ b/third_party/blink/renderer/core/frame/local_frame.cc
|
+++ b/third_party/blink/renderer/core/frame/local_frame.cc
|
||||||
@@ -325,10 +325,6 @@ void LocalFrame::DetachImpl(FrameDetachType type) {
|
@@ -333,10 +333,6 @@ void LocalFrame::DetachImpl(FrameDetachType type) {
|
||||||
}
|
}
|
||||||
CHECK(!view_ || !view_->IsAttached());
|
CHECK(!view_ || !view_->IsAttached());
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ index 0c69b3af9d2144b5d4d61e2d4add7edec839d0b5..acfba2544f6329348f60dd92ca5d9865
|
||||||
if (!Client())
|
if (!Client())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
@@ -346,6 +342,10 @@ void LocalFrame::DetachImpl(FrameDetachType type) {
|
@@ -354,6 +350,10 @@ void LocalFrame::DetachImpl(FrameDetachType type) {
|
||||||
// Notify ScriptController that the frame is closing, since its cleanup ends
|
// Notify ScriptController that the frame is closing, since its cleanup ends
|
||||||
// up calling back to LocalFrameClient via WindowProxy.
|
// up calling back to LocalFrameClient via WindowProxy.
|
||||||
GetScriptController().ClearForClose();
|
GetScriptController().ClearForClose();
|
||||||
|
|
|
@ -5,10 +5,10 @@ Subject: blink_world_context.patch
|
||||||
|
|
||||||
|
|
||||||
diff --git a/third_party/blink/public/web/web_local_frame.h b/third_party/blink/public/web/web_local_frame.h
|
diff --git a/third_party/blink/public/web/web_local_frame.h b/third_party/blink/public/web/web_local_frame.h
|
||||||
index 900c1e97bd5b8ad113def9001be495cae94bbcdf..6cec8d0bdfce94fd3980eb7509dfced79903f0d6 100644
|
index 98c18915bff9ac57fa99f07f3213c4b75795e47f..d696c5b9cf3a31233b91d395bea1ac389e182192 100644
|
||||||
--- a/third_party/blink/public/web/web_local_frame.h
|
--- a/third_party/blink/public/web/web_local_frame.h
|
||||||
+++ b/third_party/blink/public/web/web_local_frame.h
|
+++ b/third_party/blink/public/web/web_local_frame.h
|
||||||
@@ -356,6 +356,9 @@ class WebLocalFrame : public WebFrame {
|
@@ -343,6 +343,9 @@ class WebLocalFrame : public WebFrame {
|
||||||
// be calling this API.
|
// be calling this API.
|
||||||
virtual v8::Local<v8::Context> MainWorldScriptContext() const = 0;
|
virtual v8::Local<v8::Context> MainWorldScriptContext() const = 0;
|
||||||
|
|
||||||
|
@ -19,10 +19,10 @@ index 900c1e97bd5b8ad113def9001be495cae94bbcdf..6cec8d0bdfce94fd3980eb7509dfced7
|
||||||
// that the script evaluated to with callback. Script execution can be
|
// that the script evaluated to with callback. Script execution can be
|
||||||
// suspend.
|
// suspend.
|
||||||
diff --git a/third_party/blink/renderer/core/frame/web_local_frame_impl.cc b/third_party/blink/renderer/core/frame/web_local_frame_impl.cc
|
diff --git a/third_party/blink/renderer/core/frame/web_local_frame_impl.cc b/third_party/blink/renderer/core/frame/web_local_frame_impl.cc
|
||||||
index bb640f13de34de5d966d97cf617faa3cb3fd54c2..686cddd0755ee219eaf367b3ce84320aeeb5053d 100644
|
index d87ab3ddb5e85f820fc2deb03a245bddd74f0c38..8981f9b0101de4e99e2b5585bb05fa82464b34ff 100644
|
||||||
--- a/third_party/blink/renderer/core/frame/web_local_frame_impl.cc
|
--- a/third_party/blink/renderer/core/frame/web_local_frame_impl.cc
|
||||||
+++ b/third_party/blink/renderer/core/frame/web_local_frame_impl.cc
|
+++ b/third_party/blink/renderer/core/frame/web_local_frame_impl.cc
|
||||||
@@ -879,6 +879,13 @@ v8::Local<v8::Object> WebLocalFrameImpl::GlobalProxy() const {
|
@@ -880,6 +880,13 @@ v8::Local<v8::Object> WebLocalFrameImpl::GlobalProxy() const {
|
||||||
return MainWorldScriptContext()->Global();
|
return MainWorldScriptContext()->Global();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,15 +37,15 @@ index bb640f13de34de5d966d97cf617faa3cb3fd54c2..686cddd0755ee219eaf367b3ce84320a
|
||||||
return BindingSecurity::ShouldAllowAccessToFrame(
|
return BindingSecurity::ShouldAllowAccessToFrame(
|
||||||
CurrentDOMWindow(V8PerIsolateData::MainThreadIsolate()),
|
CurrentDOMWindow(V8PerIsolateData::MainThreadIsolate()),
|
||||||
diff --git a/third_party/blink/renderer/core/frame/web_local_frame_impl.h b/third_party/blink/renderer/core/frame/web_local_frame_impl.h
|
diff --git a/third_party/blink/renderer/core/frame/web_local_frame_impl.h b/third_party/blink/renderer/core/frame/web_local_frame_impl.h
|
||||||
index ab52cef219785766b1315ec7e17d15c2ba2d6138..cf12b32172a0dc814a1478c275d1b5c067d5eaeb 100644
|
index 7e2986c37ed7946a180c2c61adeb1047f7e39291..01ec09ad30949e16d1e037124cd3d82065d3d4f6 100644
|
||||||
--- a/third_party/blink/renderer/core/frame/web_local_frame_impl.h
|
--- a/third_party/blink/renderer/core/frame/web_local_frame_impl.h
|
||||||
+++ b/third_party/blink/renderer/core/frame/web_local_frame_impl.h
|
+++ b/third_party/blink/renderer/core/frame/web_local_frame_impl.h
|
||||||
@@ -150,6 +150,8 @@ class CORE_EXPORT WebLocalFrameImpl final
|
@@ -170,6 +170,8 @@ class CORE_EXPORT WebLocalFrameImpl final
|
||||||
int argc,
|
int argc,
|
||||||
v8::Local<v8::Value> argv[]) override;
|
v8::Local<v8::Value> argv[]) override;
|
||||||
v8::Local<v8::Context> MainWorldScriptContext() const override;
|
v8::Local<v8::Context> MainWorldScriptContext() const override;
|
||||||
+ v8::Local<v8::Context> WorldScriptContext(
|
+ v8::Local<v8::Context> WorldScriptContext(
|
||||||
+ v8::Isolate* isolate, int world_id) const override;
|
+ v8::Isolate* isolate, int world_id) const override;
|
||||||
v8::Local<v8::Object> GlobalProxy() const override;
|
void RequestExecuteScriptAndReturnValue(const WebScriptSource&,
|
||||||
void StartReload(WebFrameLoadType) override;
|
bool user_gesture,
|
||||||
void ReloadImage(const WebNode&) override;
|
WebScriptExecutionCallback*) override;
|
||||||
|
|
|
@ -8,10 +8,10 @@ categories in use are known / declared. This patch is required for us
|
||||||
to introduce a new Electron category for Electron-specific tracing.
|
to introduce a new Electron category for Electron-specific tracing.
|
||||||
|
|
||||||
diff --git a/base/trace_event/builtin_categories.h b/base/trace_event/builtin_categories.h
|
diff --git a/base/trace_event/builtin_categories.h b/base/trace_event/builtin_categories.h
|
||||||
index dcb32a5eadb7fc3c431099107bdfdfba8764a187..e1a343fdbdc6098189bce9fc1d81e6df5555e7ab 100644
|
index 14fd70d103a707a4aa217f662037908178daf9cf..30011a1bda4ba3c11aa1811649730e781ccb5cbf 100644
|
||||||
--- a/base/trace_event/builtin_categories.h
|
--- a/base/trace_event/builtin_categories.h
|
||||||
+++ b/base/trace_event/builtin_categories.h
|
+++ b/base/trace_event/builtin_categories.h
|
||||||
@@ -63,6 +63,7 @@
|
@@ -66,6 +66,7 @@
|
||||||
X("dwrite") \
|
X("dwrite") \
|
||||||
X("DXVA Decoding") \
|
X("DXVA Decoding") \
|
||||||
X("EarlyJava") \
|
X("EarlyJava") \
|
||||||
|
|
|
@ -1,74 +0,0 @@
|
||||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
||||||
From: deepak1556 <hop2deep@gmail.com>
|
|
||||||
Date: Tue, 8 Oct 2019 15:40:50 +0000
|
|
||||||
Subject: build: fix when building with enable_plugins=false
|
|
||||||
|
|
||||||
Bug: none
|
|
||||||
Change-Id: If878b3a7f5bb051c6e99c617418475c12754ae90
|
|
||||||
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1845624
|
|
||||||
Reviewed-by: Robert Sesek <rsesek@chromium.org>
|
|
||||||
Commit-Queue: Robert Sesek <rsesek@chromium.org>
|
|
||||||
Cr-Commit-Position: refs/heads/master@{#703739}
|
|
||||||
|
|
||||||
diff --git a/AUTHORS b/AUTHORS
|
|
||||||
index 6714e69599bc87c47663bec740b91e352ef92780..41aa5584412e4a325d2360691b00c43d7b08f1bb 100644
|
|
||||||
--- a/AUTHORS
|
|
||||||
+++ b/AUTHORS
|
|
||||||
@@ -223,6 +223,7 @@ Debashish Samantaray <d.samantaray@samsung.com>
|
|
||||||
Debug Wang <debugwang@tencent.com>
|
|
||||||
Deepak Dilip Borade <deepak.db@samsung.com>
|
|
||||||
Deepak Mittal <deepak.m1@samsung.com>
|
|
||||||
+Deepak Mohan <hop2deep@gmail.com>
|
|
||||||
Deepak Sharma <deepak.sharma@amd.com>
|
|
||||||
Deepak Singla <deepak.s@samsung.com>
|
|
||||||
Deokjin Kim <deokjin81.kim@samsung.com>
|
|
||||||
diff --git a/content/browser/sandbox_parameters_mac.mm b/content/browser/sandbox_parameters_mac.mm
|
|
||||||
index 5eead918eb9d9df03c86b5201b3f924643707f4b..a12cc8734c45a4ebb29672306da3a695a883eb9b 100644
|
|
||||||
--- a/content/browser/sandbox_parameters_mac.mm
|
|
||||||
+++ b/content/browser/sandbox_parameters_mac.mm
|
|
||||||
@@ -25,12 +25,16 @@
|
|
||||||
#include "content/public/common/content_client.h"
|
|
||||||
#include "content/public/common/content_features.h"
|
|
||||||
#include "content/public/common/content_switches.h"
|
|
||||||
-#include "content/public/common/pepper_plugin_info.h"
|
|
||||||
+#include "ppapi/buildflags/buildflags.h"
|
|
||||||
#include "sandbox/mac/seatbelt_exec.h"
|
|
||||||
#include "services/service_manager/sandbox/mac/sandbox_mac.h"
|
|
||||||
#include "services/service_manager/sandbox/sandbox_type.h"
|
|
||||||
#include "services/service_manager/sandbox/switches.h"
|
|
||||||
|
|
||||||
+#if BUILDFLAG(ENABLE_PLUGINS)
|
|
||||||
+#include "content/public/common/pepper_plugin_info.h"
|
|
||||||
+#endif
|
|
||||||
+
|
|
||||||
namespace content {
|
|
||||||
|
|
||||||
namespace {
|
|
||||||
@@ -148,6 +152,7 @@ void SetupNetworkSandboxParameters(sandbox::SeatbeltExecClient* client) {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
+#if BUILDFLAG(ENABLE_PLUGINS)
|
|
||||||
void SetupPPAPISandboxParameters(sandbox::SeatbeltExecClient* client) {
|
|
||||||
SetupCommonSandboxParameters(client);
|
|
||||||
|
|
||||||
@@ -172,6 +177,7 @@ void SetupPPAPISandboxParameters(sandbox::SeatbeltExecClient* client) {
|
|
||||||
// to n+1 more than the plugins added.
|
|
||||||
CHECK(index <= 5);
|
|
||||||
}
|
|
||||||
+#endif
|
|
||||||
|
|
||||||
void SetupCDMSandboxParameters(sandbox::SeatbeltExecClient* client) {
|
|
||||||
SetupCommonSandboxParameters(client);
|
|
||||||
@@ -212,9 +218,11 @@ void SetupSandboxParameters(service_manager::SandboxType sandbox_type,
|
|
||||||
case service_manager::SANDBOX_TYPE_NETWORK:
|
|
||||||
SetupNetworkSandboxParameters(client);
|
|
||||||
break;
|
|
||||||
+#if BUILDFLAG(ENABLE_PLUGINS)
|
|
||||||
case service_manager::SANDBOX_TYPE_PPAPI:
|
|
||||||
SetupPPAPISandboxParameters(client);
|
|
||||||
break;
|
|
||||||
+#endif
|
|
||||||
case service_manager::SANDBOX_TYPE_PROFILING:
|
|
||||||
case service_manager::SANDBOX_TYPE_UTILITY:
|
|
||||||
SetupUtilitySandboxParameters(client, command_line);
|
|
|
@ -8,7 +8,7 @@ Windows. This is to workaround the bug in crbug.com/969698#c10
|
||||||
until fixes have landed in upstream.
|
until fixes have landed in upstream.
|
||||||
|
|
||||||
diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn
|
diff --git a/build/config/win/BUILD.gn b/build/config/win/BUILD.gn
|
||||||
index a3a164b41b45381061c7fceb7d7ec1fdb4907792..8de0cb6a8d1987f84aaca5c3bb30ead0a2019bef 100644
|
index 95e32520781fc225be1c2bf7d8bfe43925d16d45..8de0cb6a8d1987f84aaca5c3bb30ead0a2019bef 100644
|
||||||
--- a/build/config/win/BUILD.gn
|
--- a/build/config/win/BUILD.gn
|
||||||
+++ b/build/config/win/BUILD.gn
|
+++ b/build/config/win/BUILD.gn
|
||||||
@@ -2,6 +2,7 @@
|
@@ -2,6 +2,7 @@
|
||||||
|
@ -19,18 +19,13 @@ index a3a164b41b45381061c7fceb7d7ec1fdb4907792..8de0cb6a8d1987f84aaca5c3bb30ead0
|
||||||
import("//build/config/chrome_build.gni")
|
import("//build/config/chrome_build.gni")
|
||||||
import("//build/config/clang/clang.gni")
|
import("//build/config/clang/clang.gni")
|
||||||
import("//build/config/compiler/compiler.gni")
|
import("//build/config/compiler/compiler.gni")
|
||||||
@@ -61,9 +62,13 @@ config("compiler") {
|
@@ -63,7 +64,8 @@ config("compiler") {
|
||||||
"/FS", # Preserve previous PDB behavior.
|
|
||||||
"/bigobj", # Some of our files are bigger than the regular limits.
|
|
||||||
"/utf-8", # Assume UTF-8 by default to avoid code page dependencies.
|
"/utf-8", # Assume UTF-8 by default to avoid code page dependencies.
|
||||||
- "/Zc:twoPhase",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
- if (is_clang) {
|
||||||
+ if (use_custom_libcxx) {
|
+ if (use_custom_libcxx) {
|
||||||
+ # Work around crbug.com/969698#c6, bug in MSSTL <xxatomic>.
|
+ # Work around crbug.com/969698#c6, bug in MSSTL <xxatomic>.
|
||||||
+ cflags += [ "/Zc:twoPhase" ]
|
cflags += [ "/Zc:twoPhase" ]
|
||||||
+ }
|
}
|
||||||
+
|
|
||||||
# Force C/C++ mode for the given GN detected file type. This is necessary
|
|
||||||
# for precompiled headers where the same source file is compiled in both
|
|
||||||
# modes.
|
|
||||||
|
|
|
@ -0,0 +1,29 @@
|
||||||
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||||
|
From: deepak1556 <hop2deep@gmail.com>
|
||||||
|
Date: Fri, 25 Oct 2019 15:35:45 -0700
|
||||||
|
Subject: build,[win]: fix ambiguous reference with MSSTL
|
||||||
|
|
||||||
|
size if defined in `<xutility>` with VS 2019
|
||||||
|
|
||||||
|
diff --git a/base/command_line.cc b/base/command_line.cc
|
||||||
|
index 4bb290dfa616eb9c7f5f8004eabe33336e9582d5..e9cd0806b1cd58affbfb1d39f7b3fa7a95bec747 100644
|
||||||
|
--- a/base/command_line.cc
|
||||||
|
+++ b/base/command_line.cc
|
||||||
|
@@ -43,7 +43,7 @@ constexpr CommandLine::StringPieceType kSwitchPrefixes[] = {L"--", L"-", L"/"};
|
||||||
|
// Unixes don't use slash as a switch.
|
||||||
|
constexpr CommandLine::StringPieceType kSwitchPrefixes[] = {"--", "-"};
|
||||||
|
#endif
|
||||||
|
-size_t switch_prefix_count = size(kSwitchPrefixes);
|
||||||
|
+size_t switch_prefix_count = base::size(kSwitchPrefixes);
|
||||||
|
|
||||||
|
size_t GetSwitchPrefixLength(CommandLine::StringPieceType string) {
|
||||||
|
for (size_t i = 0; i < switch_prefix_count; ++i) {
|
||||||
|
@@ -201,7 +201,7 @@ void CommandLine::set_slash_is_not_a_switch() {
|
||||||
|
// The last switch prefix should be slash, so adjust the size to skip it.
|
||||||
|
static_assert(base::make_span(kSwitchPrefixes).back() == L"/",
|
||||||
|
"Error: Last switch prefix is not a slash.");
|
||||||
|
- switch_prefix_count = size(kSwitchPrefixes) - 1;
|
||||||
|
+ switch_prefix_count = base::size(kSwitchPrefixes) - 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
// static
|
|
@ -5,10 +5,10 @@ Subject: can_create_window.patch
|
||||||
|
|
||||||
|
|
||||||
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
||||||
index d6d88e7b66f2de4b6733ea454fc45bb804f13a0e..30e9eabf785a0f241e9581ea38f55dd779acd8ce 100644
|
index 12b13750a26229fb0cb91ed37c24d1b81fdb9f65..887d31761e0f4d065f8d5f5ad1333874b305cadd 100644
|
||||||
--- a/content/browser/frame_host/render_frame_host_impl.cc
|
--- a/content/browser/frame_host/render_frame_host_impl.cc
|
||||||
+++ b/content/browser/frame_host/render_frame_host_impl.cc
|
+++ b/content/browser/frame_host/render_frame_host_impl.cc
|
||||||
@@ -4054,6 +4054,7 @@ void RenderFrameHostImpl::CreateNewWindow(
|
@@ -4308,6 +4308,7 @@ void RenderFrameHostImpl::CreateNewWindow(
|
||||||
last_committed_origin_, params->window_container_type,
|
last_committed_origin_, params->window_container_type,
|
||||||
params->target_url, params->referrer.To<Referrer>(),
|
params->target_url, params->referrer.To<Referrer>(),
|
||||||
params->frame_name, params->disposition, *params->features,
|
params->frame_name, params->disposition, *params->features,
|
||||||
|
@ -17,10 +17,10 @@ index d6d88e7b66f2de4b6733ea454fc45bb804f13a0e..30e9eabf785a0f241e9581ea38f55dd7
|
||||||
&no_javascript_access);
|
&no_javascript_access);
|
||||||
|
|
||||||
diff --git a/content/common/frame.mojom b/content/common/frame.mojom
|
diff --git a/content/common/frame.mojom b/content/common/frame.mojom
|
||||||
index f0d9cafca7efb0ae0440619b821b1976d8460396..e34e0e6387b907960d234da93a3e90a390488d02 100644
|
index cacab917f7bafd494c783bce7eddbeb58420b6e6..815a04e4a8b4abc2b21fe38188c77497e9f3eaae 100644
|
||||||
--- a/content/common/frame.mojom
|
--- a/content/common/frame.mojom
|
||||||
+++ b/content/common/frame.mojom
|
+++ b/content/common/frame.mojom
|
||||||
@@ -313,6 +313,10 @@ struct CreateNewWindowParams {
|
@@ -314,6 +314,10 @@ struct CreateNewWindowParams {
|
||||||
|
|
||||||
// The window features to use for the new window.
|
// The window features to use for the new window.
|
||||||
blink.mojom.WindowFeatures features;
|
blink.mojom.WindowFeatures features;
|
||||||
|
@ -32,10 +32,10 @@ index f0d9cafca7efb0ae0440619b821b1976d8460396..e34e0e6387b907960d234da93a3e90a3
|
||||||
|
|
||||||
// Operation result when the renderer asks the browser to create a new window.
|
// Operation result when the renderer asks the browser to create a new window.
|
||||||
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
|
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
|
||||||
index a9fddd7dd2d3f5c07a3b15925209a396c9aa096d..da7eca5f443e2ecdcb3f0819848735aafeb43a00 100644
|
index ee168f4c2dd6d3c81563baaa7476e80bb2aa7b95..3fdc443b408c3d8f7ffdabf6b010d5fc1ecd22d5 100644
|
||||||
--- a/content/public/browser/content_browser_client.cc
|
--- a/content/public/browser/content_browser_client.cc
|
||||||
+++ b/content/public/browser/content_browser_client.cc
|
+++ b/content/public/browser/content_browser_client.cc
|
||||||
@@ -502,6 +502,8 @@ bool ContentBrowserClient::CanCreateWindow(
|
@@ -506,6 +506,8 @@ bool ContentBrowserClient::CanCreateWindow(
|
||||||
const std::string& frame_name,
|
const std::string& frame_name,
|
||||||
WindowOpenDisposition disposition,
|
WindowOpenDisposition disposition,
|
||||||
const blink::mojom::WindowFeatures& features,
|
const blink::mojom::WindowFeatures& features,
|
||||||
|
@ -45,18 +45,18 @@ index a9fddd7dd2d3f5c07a3b15925209a396c9aa096d..da7eca5f443e2ecdcb3f0819848735aa
|
||||||
bool opener_suppressed,
|
bool opener_suppressed,
|
||||||
bool* no_javascript_access) {
|
bool* no_javascript_access) {
|
||||||
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
||||||
index 4e18dfd0dc8d4be9b59f12e7010b7f2be70d6cf0..07fa16953d6167a5a381b28a5da3c08a78de4306 100644
|
index 3792cba399a4b80f9fbb7fa1c5561f4614dbba62..891b69d65de0e47719af23eb7047d22d10417019 100644
|
||||||
--- a/content/public/browser/content_browser_client.h
|
--- a/content/public/browser/content_browser_client.h
|
||||||
+++ b/content/public/browser/content_browser_client.h
|
+++ b/content/public/browser/content_browser_client.h
|
||||||
@@ -178,6 +178,7 @@ class RenderFrameHost;
|
@@ -134,6 +134,7 @@ class NetworkService;
|
||||||
class RenderProcessHost;
|
class TrustedURLLoaderHeaderClient;
|
||||||
class RenderViewHost;
|
} // namespace mojom
|
||||||
class ResourceContext;
|
struct ResourceRequest;
|
||||||
+class ResourceRequestBody;
|
+class ResourceRequestBody;
|
||||||
class SerialDelegate;
|
} // namespace network
|
||||||
class SiteInstance;
|
|
||||||
class SpeechRecognitionManagerDelegate;
|
namespace rappor {
|
||||||
@@ -801,6 +802,8 @@ class CONTENT_EXPORT ContentBrowserClient {
|
@@ -812,6 +813,8 @@ class CONTENT_EXPORT ContentBrowserClient {
|
||||||
const std::string& frame_name,
|
const std::string& frame_name,
|
||||||
WindowOpenDisposition disposition,
|
WindowOpenDisposition disposition,
|
||||||
const blink::mojom::WindowFeatures& features,
|
const blink::mojom::WindowFeatures& features,
|
||||||
|
@ -66,7 +66,7 @@ index 4e18dfd0dc8d4be9b59f12e7010b7f2be70d6cf0..07fa16953d6167a5a381b28a5da3c08a
|
||||||
bool opener_suppressed,
|
bool opener_suppressed,
|
||||||
bool* no_javascript_access);
|
bool* no_javascript_access);
|
||||||
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
|
diff --git a/content/renderer/render_view_impl.cc b/content/renderer/render_view_impl.cc
|
||||||
index 4a3c760000fca5f53244a03b9a2074991bc0c382..c5ab8ad81bf11d0ec151b9585a4f1a7f5397ae4b 100644
|
index 2ddadfe3aa8aa8be885001429c5e817063788199..08ef43b9dcd13ee48598dd50b893347635ab6b06 100644
|
||||||
--- a/content/renderer/render_view_impl.cc
|
--- a/content/renderer/render_view_impl.cc
|
||||||
+++ b/content/renderer/render_view_impl.cc
|
+++ b/content/renderer/render_view_impl.cc
|
||||||
@@ -71,6 +71,7 @@
|
@@ -71,6 +71,7 @@
|
||||||
|
@ -75,9 +75,9 @@ index 4a3c760000fca5f53244a03b9a2074991bc0c382..c5ab8ad81bf11d0ec151b9585a4f1a7f
|
||||||
#include "content/renderer/loader/request_extra_data.h"
|
#include "content/renderer/loader/request_extra_data.h"
|
||||||
+#include "content/renderer/loader/web_url_request_util.h"
|
+#include "content/renderer/loader/web_url_request_util.h"
|
||||||
#include "content/renderer/media/audio/audio_device_factory.h"
|
#include "content/renderer/media/audio/audio_device_factory.h"
|
||||||
#include "content/renderer/media/webrtc/peer_connection_dependency_factory.h"
|
|
||||||
#include "content/renderer/media/webrtc/rtc_peer_connection_handler.h"
|
#include "content/renderer/media/webrtc/rtc_peer_connection_handler.h"
|
||||||
@@ -1367,6 +1368,8 @@ WebView* RenderViewImpl::CreateView(
|
#include "content/renderer/render_frame_impl.h"
|
||||||
|
@@ -1341,6 +1342,8 @@ WebView* RenderViewImpl::CreateView(
|
||||||
}
|
}
|
||||||
params->features = ConvertWebWindowFeaturesToMojoWindowFeatures(features);
|
params->features = ConvertWebWindowFeaturesToMojoWindowFeatures(features);
|
||||||
|
|
||||||
|
@ -87,10 +87,10 @@ index 4a3c760000fca5f53244a03b9a2074991bc0c382..c5ab8ad81bf11d0ec151b9585a4f1a7f
|
||||||
// moved on send.
|
// moved on send.
|
||||||
bool is_background_tab =
|
bool is_background_tab =
|
||||||
diff --git a/content/shell/browser/web_test/web_test_content_browser_client.cc b/content/shell/browser/web_test/web_test_content_browser_client.cc
|
diff --git a/content/shell/browser/web_test/web_test_content_browser_client.cc b/content/shell/browser/web_test/web_test_content_browser_client.cc
|
||||||
index 5faaea374484d51b1af261ff93fb96aec2eaa4e1..786d3a904a765b5cb53859c35a045b9e04b6250b 100644
|
index 87667cbeca11db24199ece95c717dd6a42f7466c..5f5af14a08f70d9e6de4454d6f672699c3e85c8f 100644
|
||||||
--- a/content/shell/browser/web_test/web_test_content_browser_client.cc
|
--- a/content/shell/browser/web_test/web_test_content_browser_client.cc
|
||||||
+++ b/content/shell/browser/web_test/web_test_content_browser_client.cc
|
+++ b/content/shell/browser/web_test/web_test_content_browser_client.cc
|
||||||
@@ -312,6 +312,8 @@ bool WebTestContentBrowserClient::CanCreateWindow(
|
@@ -315,6 +315,8 @@ bool WebTestContentBrowserClient::CanCreateWindow(
|
||||||
const std::string& frame_name,
|
const std::string& frame_name,
|
||||||
WindowOpenDisposition disposition,
|
WindowOpenDisposition disposition,
|
||||||
const blink::mojom::WindowFeatures& features,
|
const blink::mojom::WindowFeatures& features,
|
||||||
|
@ -100,7 +100,7 @@ index 5faaea374484d51b1af261ff93fb96aec2eaa4e1..786d3a904a765b5cb53859c35a045b9e
|
||||||
bool opener_suppressed,
|
bool opener_suppressed,
|
||||||
bool* no_javascript_access) {
|
bool* no_javascript_access) {
|
||||||
diff --git a/content/shell/browser/web_test/web_test_content_browser_client.h b/content/shell/browser/web_test/web_test_content_browser_client.h
|
diff --git a/content/shell/browser/web_test/web_test_content_browser_client.h b/content/shell/browser/web_test/web_test_content_browser_client.h
|
||||||
index 435f204a364e54b59c0bd651b760bf350ea94d11..1e6bee1fa08fa2d2a396678838d475e0e7e4ce0c 100644
|
index 987f2228a312a3cb9c9a04dd682987d1af3f3fe0..30cde8a73a4ca67edd8f898ff63cf446f62bfc64 100644
|
||||||
--- a/content/shell/browser/web_test/web_test_content_browser_client.h
|
--- a/content/shell/browser/web_test/web_test_content_browser_client.h
|
||||||
+++ b/content/shell/browser/web_test/web_test_content_browser_client.h
|
+++ b/content/shell/browser/web_test/web_test_content_browser_client.h
|
||||||
@@ -68,6 +68,8 @@ class WebTestContentBrowserClient : public ShellContentBrowserClient {
|
@@ -68,6 +68,8 @@ class WebTestContentBrowserClient : public ShellContentBrowserClient {
|
||||||
|
|
|
@ -8,10 +8,10 @@ run before shutdown. This is required to cleanup WebContents asynchronously
|
||||||
in atom::CommonWebContentsDelegate::ResetManageWebContents.
|
in atom::CommonWebContentsDelegate::ResetManageWebContents.
|
||||||
|
|
||||||
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
|
||||||
index 82f291613ac9682ddf414699046393125eb102eb..440681987b4d6420be93fe2f17180cb42adc8d2c 100644
|
index fbb9132e81a7d2e1ffa264eedcb385429e47042f..a0eb7e09745a7678ba27bb88fb2b4e28c06a9469 100644
|
||||||
--- a/content/browser/browser_main_loop.cc
|
--- a/content/browser/browser_main_loop.cc
|
||||||
+++ b/content/browser/browser_main_loop.cc
|
+++ b/content/browser/browser_main_loop.cc
|
||||||
@@ -1505,7 +1505,7 @@ void BrowserMainLoop::MainMessageLoopRun() {
|
@@ -1515,7 +1515,7 @@ void BrowserMainLoop::MainMessageLoopRun() {
|
||||||
NOTREACHED();
|
NOTREACHED();
|
||||||
#else
|
#else
|
||||||
base::RunLoop run_loop;
|
base::RunLoop run_loop;
|
||||||
|
|
|
@ -17,10 +17,10 @@ only one or two specific checks fail. Then it's better to simply comment out the
|
||||||
failing checks and allow the rest of the target to have them enabled.
|
failing checks and allow the rest of the target to have them enabled.
|
||||||
|
|
||||||
diff --git a/content/browser/frame_host/navigation_controller_impl.cc b/content/browser/frame_host/navigation_controller_impl.cc
|
diff --git a/content/browser/frame_host/navigation_controller_impl.cc b/content/browser/frame_host/navigation_controller_impl.cc
|
||||||
index f383b8ee13881b66144ca12e284e1ead4376a27f..42375cd33bb9759ef1c264672b250638a472fe7e 100644
|
index 6d52381b3cb1aa290d33ae07c6e4c499e007b928..60e8705fb3afe5e7712a159d79fee2efa4bd3587 100644
|
||||||
--- a/content/browser/frame_host/navigation_controller_impl.cc
|
--- a/content/browser/frame_host/navigation_controller_impl.cc
|
||||||
+++ b/content/browser/frame_host/navigation_controller_impl.cc
|
+++ b/content/browser/frame_host/navigation_controller_impl.cc
|
||||||
@@ -1209,8 +1209,10 @@ NavigationType NavigationControllerImpl::ClassifyNavigation(
|
@@ -1226,8 +1226,10 @@ NavigationType NavigationControllerImpl::ClassifyNavigation(
|
||||||
return NAVIGATION_TYPE_NEW_SUBFRAME;
|
return NAVIGATION_TYPE_NEW_SUBFRAME;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ index f383b8ee13881b66144ca12e284e1ead4376a27f..42375cd33bb9759ef1c264672b250638
|
||||||
|
|
||||||
if (rfh->GetParent()) {
|
if (rfh->GetParent()) {
|
||||||
// All manual subframes would be did_create_new_entry and handled above, so
|
// All manual subframes would be did_create_new_entry and handled above, so
|
||||||
@@ -1462,7 +1464,10 @@ void NavigationControllerImpl::RendererDidNavigateToNewPage(
|
@@ -1483,7 +1485,10 @@ void NavigationControllerImpl::RendererDidNavigateToNewPage(
|
||||||
new_entry->GetFavicon() = GetLastCommittedEntry()->GetFavicon();
|
new_entry->GetFavicon() = GetLastCommittedEntry()->GetFavicon();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -46,10 +46,10 @@ index f383b8ee13881b66144ca12e284e1ead4376a27f..42375cd33bb9759ef1c264672b250638
|
||||||
// navigation. Now we know that the renderer has updated its state accordingly
|
// navigation. Now we know that the renderer has updated its state accordingly
|
||||||
// and it is safe to also clear the browser side history.
|
// and it is safe to also clear the browser side history.
|
||||||
diff --git a/ui/base/clipboard/clipboard_win.cc b/ui/base/clipboard/clipboard_win.cc
|
diff --git a/ui/base/clipboard/clipboard_win.cc b/ui/base/clipboard/clipboard_win.cc
|
||||||
index 34c13c28117fe5fced5ca3190c5f948168cd010f..554ddabee8952e578a61a9b9c3f358b2475abd69 100644
|
index 00a096c43f13d8addcf202545ac2aef97ef9c556..0145c63c41ba67b260b5df273d04e5b87c22af23 100644
|
||||||
--- a/ui/base/clipboard/clipboard_win.cc
|
--- a/ui/base/clipboard/clipboard_win.cc
|
||||||
+++ b/ui/base/clipboard/clipboard_win.cc
|
+++ b/ui/base/clipboard/clipboard_win.cc
|
||||||
@@ -730,9 +730,9 @@ void ClipboardWin::WriteBitmapFromHandle(HBITMAP source_hbitmap,
|
@@ -744,9 +744,9 @@ void ClipboardWin::WriteBitmapFromHandle(HBITMAP source_hbitmap,
|
||||||
}
|
}
|
||||||
|
|
||||||
void ClipboardWin::WriteToClipboard(unsigned int format, HANDLE handle) {
|
void ClipboardWin::WriteToClipboard(unsigned int format, HANDLE handle) {
|
||||||
|
|
|
@ -7,10 +7,20 @@ Subject: desktop_media_list.patch
|
||||||
* Free the one-time use capturer after thumbnails are fetched
|
* Free the one-time use capturer after thumbnails are fetched
|
||||||
|
|
||||||
diff --git a/chrome/browser/media/webrtc/desktop_media_list.h b/chrome/browser/media/webrtc/desktop_media_list.h
|
diff --git a/chrome/browser/media/webrtc/desktop_media_list.h b/chrome/browser/media/webrtc/desktop_media_list.h
|
||||||
index a489bf6ea2179059f53e53563e993db9c7cd123b..8d3df446290e2111e4952899539cbc16d37546e5 100644
|
index a489bf6ea2179059f53e53563e993db9c7cd123b..93e237569fe94ec8526f67d915e1a7352d586b16 100644
|
||||||
--- a/chrome/browser/media/webrtc/desktop_media_list.h
|
--- a/chrome/browser/media/webrtc/desktop_media_list.h
|
||||||
+++ b/chrome/browser/media/webrtc/desktop_media_list.h
|
+++ b/chrome/browser/media/webrtc/desktop_media_list.h
|
||||||
@@ -69,6 +69,7 @@ class DesktopMediaList {
|
@@ -38,6 +38,9 @@ class DesktopMediaList {
|
||||||
|
|
||||||
|
virtual ~DesktopMediaList() {}
|
||||||
|
|
||||||
|
+ // Allows listening to notifications generated by the model.
|
||||||
|
+ virtual void AddObserver(DesktopMediaListObserver* observer) = 0;
|
||||||
|
+
|
||||||
|
// Sets time interval between updates. By default list of sources and their
|
||||||
|
// thumbnail are updated once per second. If called after StartUpdating() then
|
||||||
|
// it will take effect only after the next update.
|
||||||
|
@@ -69,6 +72,7 @@ class DesktopMediaList {
|
||||||
|
|
||||||
virtual int GetSourceCount() const = 0;
|
virtual int GetSourceCount() const = 0;
|
||||||
virtual const Source& GetSource(int index) const = 0;
|
virtual const Source& GetSource(int index) const = 0;
|
||||||
|
@ -19,10 +29,22 @@ index a489bf6ea2179059f53e53563e993db9c7cd123b..8d3df446290e2111e4952899539cbc16
|
||||||
virtual content::DesktopMediaID::Type GetMediaListType() const = 0;
|
virtual content::DesktopMediaID::Type GetMediaListType() const = 0;
|
||||||
};
|
};
|
||||||
diff --git a/chrome/browser/media/webrtc/desktop_media_list_base.cc b/chrome/browser/media/webrtc/desktop_media_list_base.cc
|
diff --git a/chrome/browser/media/webrtc/desktop_media_list_base.cc b/chrome/browser/media/webrtc/desktop_media_list_base.cc
|
||||||
index 9d9b7435044c4b84f971bd94765eb875fbac1624..eb7e10f7d9e937ebd6f776e4b4ec495d02fb884b 100644
|
index 9d9b7435044c4b84f971bd94765eb875fbac1624..2918f91d8e1308bf5a47313e20ad3cec74918f3a 100644
|
||||||
--- a/chrome/browser/media/webrtc/desktop_media_list_base.cc
|
--- a/chrome/browser/media/webrtc/desktop_media_list_base.cc
|
||||||
+++ b/chrome/browser/media/webrtc/desktop_media_list_base.cc
|
+++ b/chrome/browser/media/webrtc/desktop_media_list_base.cc
|
||||||
@@ -56,7 +56,7 @@ void DesktopMediaListBase::Update(UpdateCallback callback) {
|
@@ -22,6 +22,11 @@ DesktopMediaListBase::DesktopMediaListBase(base::TimeDelta update_period)
|
||||||
|
|
||||||
|
DesktopMediaListBase::~DesktopMediaListBase() {}
|
||||||
|
|
||||||
|
+void DesktopMediaListBase::AddObserver(DesktopMediaListObserver* observer) {
|
||||||
|
+ DCHECK(!observer_);
|
||||||
|
+ observer_ = observer;
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
void DesktopMediaListBase::SetUpdatePeriod(base::TimeDelta period) {
|
||||||
|
DCHECK(!observer_);
|
||||||
|
update_period_ = period;
|
||||||
|
@@ -56,7 +61,7 @@ void DesktopMediaListBase::Update(UpdateCallback callback) {
|
||||||
DCHECK(sources_.empty());
|
DCHECK(sources_.empty());
|
||||||
DCHECK(!refresh_callback_);
|
DCHECK(!refresh_callback_);
|
||||||
refresh_callback_ = std::move(callback);
|
refresh_callback_ = std::move(callback);
|
||||||
|
@ -31,7 +53,7 @@ index 9d9b7435044c4b84f971bd94765eb875fbac1624..eb7e10f7d9e937ebd6f776e4b4ec495d
|
||||||
}
|
}
|
||||||
|
|
||||||
int DesktopMediaListBase::GetSourceCount() const {
|
int DesktopMediaListBase::GetSourceCount() const {
|
||||||
@@ -70,6 +70,11 @@ const DesktopMediaList::Source& DesktopMediaListBase::GetSource(
|
@@ -70,6 +75,11 @@ const DesktopMediaList::Source& DesktopMediaListBase::GetSource(
|
||||||
return sources_[index];
|
return sources_[index];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -43,11 +65,32 @@ index 9d9b7435044c4b84f971bd94765eb875fbac1624..eb7e10f7d9e937ebd6f776e4b4ec495d
|
||||||
DesktopMediaID::Type DesktopMediaListBase::GetMediaListType() const {
|
DesktopMediaID::Type DesktopMediaListBase::GetMediaListType() const {
|
||||||
return type_;
|
return type_;
|
||||||
}
|
}
|
||||||
|
@@ -81,6 +91,12 @@ DesktopMediaListBase::SourceDescription::SourceDescription(
|
||||||
|
|
||||||
|
void DesktopMediaListBase::UpdateSourcesList(
|
||||||
|
const std::vector<SourceDescription>& new_sources) {
|
||||||
|
+ // Notify observer when there was no new source captured.
|
||||||
|
+ if (new_sources.empty()) {
|
||||||
|
+ observer_->OnSourceUnchanged(this);
|
||||||
|
+ return;
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
typedef std::set<DesktopMediaID> SourceSet;
|
||||||
|
SourceSet new_source_set;
|
||||||
|
for (size_t i = 0; i < new_sources.size(); ++i) {
|
||||||
diff --git a/chrome/browser/media/webrtc/desktop_media_list_base.h b/chrome/browser/media/webrtc/desktop_media_list_base.h
|
diff --git a/chrome/browser/media/webrtc/desktop_media_list_base.h b/chrome/browser/media/webrtc/desktop_media_list_base.h
|
||||||
index 3c09ec3111d54cb4f0b74f16a81292b779009eae..26acc18acaef21ced3604fe7ede079d8577f53f4 100644
|
index 3c09ec3111d54cb4f0b74f16a81292b779009eae..5c3667822afd47a22878b508b844a615c24f3162 100644
|
||||||
--- a/chrome/browser/media/webrtc/desktop_media_list_base.h
|
--- a/chrome/browser/media/webrtc/desktop_media_list_base.h
|
||||||
+++ b/chrome/browser/media/webrtc/desktop_media_list_base.h
|
+++ b/chrome/browser/media/webrtc/desktop_media_list_base.h
|
||||||
@@ -34,6 +34,7 @@ class DesktopMediaListBase : public DesktopMediaList {
|
@@ -27,6 +27,7 @@ class DesktopMediaListBase : public DesktopMediaList {
|
||||||
|
~DesktopMediaListBase() override;
|
||||||
|
|
||||||
|
// DesktopMediaList interface.
|
||||||
|
+ void AddObserver(DesktopMediaListObserver* observer) override;
|
||||||
|
void SetUpdatePeriod(base::TimeDelta period) override;
|
||||||
|
void SetThumbnailSize(const gfx::Size& thumbnail_size) override;
|
||||||
|
void SetViewDialogWindowId(content::DesktopMediaID dialog_id) override;
|
||||||
|
@@ -34,6 +35,7 @@ class DesktopMediaListBase : public DesktopMediaList {
|
||||||
void Update(UpdateCallback callback) override;
|
void Update(UpdateCallback callback) override;
|
||||||
int GetSourceCount() const override;
|
int GetSourceCount() const override;
|
||||||
const Source& GetSource(int index) const override;
|
const Source& GetSource(int index) const override;
|
||||||
|
@ -55,6 +98,18 @@ index 3c09ec3111d54cb4f0b74f16a81292b779009eae..26acc18acaef21ced3604fe7ede079d8
|
||||||
content::DesktopMediaID::Type GetMediaListType() const override;
|
content::DesktopMediaID::Type GetMediaListType() const override;
|
||||||
|
|
||||||
static uint32_t GetImageHash(const gfx::Image& image);
|
static uint32_t GetImageHash(const gfx::Image& image);
|
||||||
|
diff --git a/chrome/browser/media/webrtc/desktop_media_list_observer.h b/chrome/browser/media/webrtc/desktop_media_list_observer.h
|
||||||
|
index ad7f766a36b1b6b2a8bc0f96369f1aaadf6681f7..f6c6c14a0937430df62c9b9c1132c5916a9f2009 100644
|
||||||
|
--- a/chrome/browser/media/webrtc/desktop_media_list_observer.h
|
||||||
|
+++ b/chrome/browser/media/webrtc/desktop_media_list_observer.h
|
||||||
|
@@ -20,6 +20,7 @@ class DesktopMediaListObserver {
|
||||||
|
int new_index) = 0;
|
||||||
|
virtual void OnSourceNameChanged(DesktopMediaList* list, int index) = 0;
|
||||||
|
virtual void OnSourceThumbnailChanged(DesktopMediaList* list, int index) = 0;
|
||||||
|
+ virtual void OnSourceUnchanged(DesktopMediaList* list) = 0;
|
||||||
|
|
||||||
|
protected:
|
||||||
|
virtual ~DesktopMediaListObserver() {}
|
||||||
diff --git a/chrome/browser/media/webrtc/native_desktop_media_list.cc b/chrome/browser/media/webrtc/native_desktop_media_list.cc
|
diff --git a/chrome/browser/media/webrtc/native_desktop_media_list.cc b/chrome/browser/media/webrtc/native_desktop_media_list.cc
|
||||||
index 2b109bd1dea2aed647ec01c0660b2d4c963312f2..8567b4c84b55f1f7774ef3755dca63e94ddd7a29 100644
|
index 2b109bd1dea2aed647ec01c0660b2d4c963312f2..8567b4c84b55f1f7774ef3755dca63e94ddd7a29 100644
|
||||||
--- a/chrome/browser/media/webrtc/native_desktop_media_list.cc
|
--- a/chrome/browser/media/webrtc/native_desktop_media_list.cc
|
||||||
|
|
|
@ -15,10 +15,10 @@ the redraw locking mechanism, which fixes these issues. The electron issue
|
||||||
can be found at https://github.com/electron/electron/issues/1821
|
can be found at https://github.com/electron/electron/issues/1821
|
||||||
|
|
||||||
diff --git a/ui/views/win/hwnd_message_handler.cc b/ui/views/win/hwnd_message_handler.cc
|
diff --git a/ui/views/win/hwnd_message_handler.cc b/ui/views/win/hwnd_message_handler.cc
|
||||||
index 5a60f89ef1cb766a7b06ef80c4bee16c7de593e2..4a96f076a200e59289cbb1f152ec9d3d266f4214 100644
|
index 00971fc552171adb0ee9d4227a0bd03dfe1306be..10748277ed62c1e60bb95cfd9e8ddfe06dea4066 100644
|
||||||
--- a/ui/views/win/hwnd_message_handler.cc
|
--- a/ui/views/win/hwnd_message_handler.cc
|
||||||
+++ b/ui/views/win/hwnd_message_handler.cc
|
+++ b/ui/views/win/hwnd_message_handler.cc
|
||||||
@@ -348,6 +348,10 @@ constexpr int kSynthesizedMouseMessagesTimeDifference = 500;
|
@@ -305,6 +305,10 @@ constexpr int kSynthesizedMouseMessagesTimeDifference = 500;
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@ index 5a60f89ef1cb766a7b06ef80c4bee16c7de593e2..4a96f076a200e59289cbb1f152ec9d3d
|
||||||
// A scoping class that prevents a window from being able to redraw in response
|
// A scoping class that prevents a window from being able to redraw in response
|
||||||
// to invalidations that may occur within it for the lifetime of the object.
|
// to invalidations that may occur within it for the lifetime of the object.
|
||||||
//
|
//
|
||||||
@@ -399,6 +403,7 @@ class HWNDMessageHandler::ScopedRedrawLock {
|
@@ -356,6 +360,7 @@ class HWNDMessageHandler::ScopedRedrawLock {
|
||||||
cancel_unlock_(false),
|
cancel_unlock_(false),
|
||||||
should_lock_(owner_->IsVisible() && !owner->HasChildRenderingWindow() &&
|
should_lock_(owner_->IsVisible() && !owner->HasChildRenderingWindow() &&
|
||||||
::IsWindow(hwnd_) &&
|
::IsWindow(hwnd_) &&
|
||||||
|
@ -37,7 +37,7 @@ index 5a60f89ef1cb766a7b06ef80c4bee16c7de593e2..4a96f076a200e59289cbb1f152ec9d3d
|
||||||
(!(GetWindowLong(hwnd_, GWL_STYLE) & WS_CAPTION) ||
|
(!(GetWindowLong(hwnd_, GWL_STYLE) & WS_CAPTION) ||
|
||||||
!ui::win::IsAeroGlassEnabled())) {
|
!ui::win::IsAeroGlassEnabled())) {
|
||||||
if (should_lock_)
|
if (should_lock_)
|
||||||
@@ -1022,6 +1027,10 @@ HWNDMessageHandler::RegisterUnadjustedMouseEvent() {
|
@@ -976,6 +981,10 @@ HWNDMessageHandler::RegisterUnadjustedMouseEvent() {
|
||||||
return scoped_enable;
|
return scoped_enable;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -49,7 +49,7 @@ index 5a60f89ef1cb766a7b06ef80c4bee16c7de593e2..4a96f076a200e59289cbb1f152ec9d3d
|
||||||
// HWNDMessageHandler, gfx::WindowImpl overrides:
|
// HWNDMessageHandler, gfx::WindowImpl overrides:
|
||||||
|
|
||||||
diff --git a/ui/views/win/hwnd_message_handler.h b/ui/views/win/hwnd_message_handler.h
|
diff --git a/ui/views/win/hwnd_message_handler.h b/ui/views/win/hwnd_message_handler.h
|
||||||
index 4044afcc0fd1f076fc392d34417e3ccaa1347031..2bd5fcdf0293a07938d22902121517a458bd3e88 100644
|
index 8299c29aa1cff21c9ce66bb0a1934149f4be5d12..504bad57987009ec8c87641a52eb28d98e2d5c06 100644
|
||||||
--- a/ui/views/win/hwnd_message_handler.h
|
--- a/ui/views/win/hwnd_message_handler.h
|
||||||
+++ b/ui/views/win/hwnd_message_handler.h
|
+++ b/ui/views/win/hwnd_message_handler.h
|
||||||
@@ -202,6 +202,8 @@ class VIEWS_EXPORT HWNDMessageHandler : public gfx::WindowImpl,
|
@@ -202,6 +202,8 @@ class VIEWS_EXPORT HWNDMessageHandler : public gfx::WindowImpl,
|
||||||
|
@ -62,7 +62,7 @@ index 4044afcc0fd1f076fc392d34417e3ccaa1347031..2bd5fcdf0293a07938d22902121517a4
|
||||||
HICON GetDefaultWindowIcon() const override;
|
HICON GetDefaultWindowIcon() const override;
|
||||||
HICON GetSmallWindowIcon() const override;
|
HICON GetSmallWindowIcon() const override;
|
||||||
diff --git a/ui/views/win/hwnd_message_handler_delegate.h b/ui/views/win/hwnd_message_handler_delegate.h
|
diff --git a/ui/views/win/hwnd_message_handler_delegate.h b/ui/views/win/hwnd_message_handler_delegate.h
|
||||||
index ddc640e7a5d278e08c056f1989ac258c9ae8bfae..a5d050dadad3c565b0151ee945e5d17f42255aa3 100644
|
index 45c4e5b29d05ea0323596fa2c5034c2e30a68f70..e25aac69b09954fbc267309beba98ec0877fa2ac 100644
|
||||||
--- a/ui/views/win/hwnd_message_handler_delegate.h
|
--- a/ui/views/win/hwnd_message_handler_delegate.h
|
||||||
+++ b/ui/views/win/hwnd_message_handler_delegate.h
|
+++ b/ui/views/win/hwnd_message_handler_delegate.h
|
||||||
@@ -46,6 +46,8 @@ class VIEWS_EXPORT HWNDMessageHandlerDelegate {
|
@@ -46,6 +46,8 @@ class VIEWS_EXPORT HWNDMessageHandlerDelegate {
|
||||||
|
|
|
@ -20,10 +20,10 @@ to deal with color spaces. That is being tracked at
|
||||||
https://crbug.com/634542 and https://crbug.com/711107.
|
https://crbug.com/634542 and https://crbug.com/711107.
|
||||||
|
|
||||||
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
|
||||||
index 8d8d18e2c62dbabfaa81d79f0555954b0b319d3d..298bfe91b9c9f4cbb3b07fe9bc368a1e84433ed1 100644
|
index 57936884b27abdf4b7ce77697b51faeee986b844..384c9eec1710abaffd814fd1a9d3be13364cc5d4 100644
|
||||||
--- a/cc/trees/layer_tree_host_impl.cc
|
--- a/cc/trees/layer_tree_host_impl.cc
|
||||||
+++ b/cc/trees/layer_tree_host_impl.cc
|
+++ b/cc/trees/layer_tree_host_impl.cc
|
||||||
@@ -1815,6 +1815,12 @@ const gfx::ColorSpace& LayerTreeHostImpl::GetRasterColorSpace() const {
|
@@ -1822,6 +1822,12 @@ const gfx::ColorSpace& LayerTreeHostImpl::GetRasterColorSpace() const {
|
||||||
|
|
||||||
const gfx::ColorSpace& LayerTreeHostImpl::GetRasterColorSpaceAndId(
|
const gfx::ColorSpace& LayerTreeHostImpl::GetRasterColorSpaceAndId(
|
||||||
int* id) const {
|
int* id) const {
|
||||||
|
@ -37,7 +37,7 @@ index 8d8d18e2c62dbabfaa81d79f0555954b0b319d3d..298bfe91b9c9f4cbb3b07fe9bc368a1e
|
||||||
// The pending tree will have the most recently updated color space, so
|
// The pending tree will have the most recently updated color space, so
|
||||||
// prefer that.
|
// prefer that.
|
||||||
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
|
diff --git a/cc/trees/layer_tree_settings.h b/cc/trees/layer_tree_settings.h
|
||||||
index b6dd56de7cde72051caeedeef3ee413b8f24eba6..0da3f40ebc81170f63e61d8dc5714df5dd72c049 100644
|
index 182eb5f68731afdaba5ce71d0fa67ea1051eb0dc..3dd350583c3f23445841c3e46122ae6e809508b2 100644
|
||||||
--- a/cc/trees/layer_tree_settings.h
|
--- a/cc/trees/layer_tree_settings.h
|
||||||
+++ b/cc/trees/layer_tree_settings.h
|
+++ b/cc/trees/layer_tree_settings.h
|
||||||
@@ -96,6 +96,8 @@ class CC_EXPORT LayerTreeSettings {
|
@@ -96,6 +96,8 @@ class CC_EXPORT LayerTreeSettings {
|
||||||
|
@ -83,7 +83,7 @@ index f17aa1fa451f1b99d7f083e07edd49b11f7639e4..09f7c5d6a92d89c199b296771a8ff60c
|
||||||
!command_line->HasSwitch(switches::kUIDisablePartialSwap);
|
!command_line->HasSwitch(switches::kUIDisablePartialSwap);
|
||||||
#if defined(OS_MACOSX)
|
#if defined(OS_MACOSX)
|
||||||
diff --git a/components/viz/service/display/gl_renderer.cc b/components/viz/service/display/gl_renderer.cc
|
diff --git a/components/viz/service/display/gl_renderer.cc b/components/viz/service/display/gl_renderer.cc
|
||||||
index 9eb0276cbedd99b41e537720ea159cdaac7ce705..fbc49a3aa2a5458050acf0280f6caaa659941a68 100644
|
index cf811dcdec761ce6825cb1bffb83249b5e144cae..6303a6b2ab37548e580abe946be33ae75e5a0abe 100644
|
||||||
--- a/components/viz/service/display/gl_renderer.cc
|
--- a/components/viz/service/display/gl_renderer.cc
|
||||||
+++ b/components/viz/service/display/gl_renderer.cc
|
+++ b/components/viz/service/display/gl_renderer.cc
|
||||||
@@ -83,6 +83,9 @@
|
@@ -83,6 +83,9 @@
|
||||||
|
@ -108,7 +108,7 @@ index 9eb0276cbedd99b41e537720ea159cdaac7ce705..fbc49a3aa2a5458050acf0280f6caaa6
|
||||||
|
|
||||||
// Use the full quad_rect for debug quads to not move the edges based on
|
// Use the full quad_rect for debug quads to not move the edges based on
|
||||||
// partial swaps.
|
// partial swaps.
|
||||||
@@ -1428,7 +1432,8 @@ void GLRenderer::ChooseRPDQProgram(DrawRenderPassDrawQuadParams* params,
|
@@ -1476,7 +1480,8 @@ void GLRenderer::ChooseRPDQProgram(DrawRenderPassDrawQuadParams* params,
|
||||||
params->use_color_matrix, tint_gl_composited_content_,
|
params->use_color_matrix, tint_gl_composited_content_,
|
||||||
params->apply_shader_based_rounded_corner &&
|
params->apply_shader_based_rounded_corner &&
|
||||||
ShouldApplyRoundedCorner(params->quad)),
|
ShouldApplyRoundedCorner(params->quad)),
|
||||||
|
@ -118,7 +118,7 @@ index 9eb0276cbedd99b41e537720ea159cdaac7ce705..fbc49a3aa2a5458050acf0280f6caaa6
|
||||||
}
|
}
|
||||||
|
|
||||||
void GLRenderer::UpdateRPDQUniforms(DrawRenderPassDrawQuadParams* params) {
|
void GLRenderer::UpdateRPDQUniforms(DrawRenderPassDrawQuadParams* params) {
|
||||||
@@ -1899,8 +1904,8 @@ void GLRenderer::DrawSolidColorQuad(const SolidColorDrawQuad* quad,
|
@@ -1947,8 +1952,8 @@ void GLRenderer::DrawSolidColorQuad(const SolidColorDrawQuad* quad,
|
||||||
SetUseProgram(ProgramKey::SolidColor(use_aa ? USE_AA : NO_AA,
|
SetUseProgram(ProgramKey::SolidColor(use_aa ? USE_AA : NO_AA,
|
||||||
tint_gl_composited_content_,
|
tint_gl_composited_content_,
|
||||||
ShouldApplyRoundedCorner(quad)),
|
ShouldApplyRoundedCorner(quad)),
|
||||||
|
@ -129,7 +129,7 @@ index 9eb0276cbedd99b41e537720ea159cdaac7ce705..fbc49a3aa2a5458050acf0280f6caaa6
|
||||||
SetShaderColor(color, opacity);
|
SetShaderColor(color, opacity);
|
||||||
if (current_program_->rounded_corner_rect_location() != -1) {
|
if (current_program_->rounded_corner_rect_location() != -1) {
|
||||||
SetShaderRoundedCorner(
|
SetShaderRoundedCorner(
|
||||||
@@ -2055,8 +2060,8 @@ void GLRenderer::DrawContentQuadAA(const ContentDrawQuadBase* quad,
|
@@ -2103,8 +2108,8 @@ void GLRenderer::DrawContentQuadAA(const ContentDrawQuadBase* quad,
|
||||||
: NON_PREMULTIPLIED_ALPHA,
|
: NON_PREMULTIPLIED_ALPHA,
|
||||||
false, false, tint_gl_composited_content_,
|
false, false, tint_gl_composited_content_,
|
||||||
ShouldApplyRoundedCorner(quad)),
|
ShouldApplyRoundedCorner(quad)),
|
||||||
|
@ -140,7 +140,7 @@ index 9eb0276cbedd99b41e537720ea159cdaac7ce705..fbc49a3aa2a5458050acf0280f6caaa6
|
||||||
|
|
||||||
if (current_program_->tint_color_matrix_location() != -1) {
|
if (current_program_->tint_color_matrix_location() != -1) {
|
||||||
auto matrix = cc::DebugColors::TintCompositedContentColorTransformMatrix();
|
auto matrix = cc::DebugColors::TintCompositedContentColorTransformMatrix();
|
||||||
@@ -2152,8 +2157,8 @@ void GLRenderer::DrawContentQuadNoAA(const ContentDrawQuadBase* quad,
|
@@ -2200,8 +2205,8 @@ void GLRenderer::DrawContentQuadNoAA(const ContentDrawQuadBase* quad,
|
||||||
!quad->ShouldDrawWithBlending(), has_tex_clamp_rect,
|
!quad->ShouldDrawWithBlending(), has_tex_clamp_rect,
|
||||||
tint_gl_composited_content_,
|
tint_gl_composited_content_,
|
||||||
ShouldApplyRoundedCorner(quad)),
|
ShouldApplyRoundedCorner(quad)),
|
||||||
|
@ -151,7 +151,7 @@ index 9eb0276cbedd99b41e537720ea159cdaac7ce705..fbc49a3aa2a5458050acf0280f6caaa6
|
||||||
|
|
||||||
if (current_program_->tint_color_matrix_location() != -1) {
|
if (current_program_->tint_color_matrix_location() != -1) {
|
||||||
auto matrix = cc::DebugColors::TintCompositedContentColorTransformMatrix();
|
auto matrix = cc::DebugColors::TintCompositedContentColorTransformMatrix();
|
||||||
@@ -2256,7 +2261,7 @@ void GLRenderer::DrawYUVVideoQuad(const YUVVideoDrawQuad* quad,
|
@@ -2304,7 +2309,7 @@ void GLRenderer::DrawYUVVideoQuad(const YUVVideoDrawQuad* quad,
|
||||||
DCHECK_NE(src_color_space, src_color_space.GetAsFullRangeRGB());
|
DCHECK_NE(src_color_space, src_color_space.GetAsFullRangeRGB());
|
||||||
|
|
||||||
gfx::ColorSpace dst_color_space =
|
gfx::ColorSpace dst_color_space =
|
||||||
|
@ -160,7 +160,7 @@ index 9eb0276cbedd99b41e537720ea159cdaac7ce705..fbc49a3aa2a5458050acf0280f6caaa6
|
||||||
// Force sRGB output on Windows for overlay candidate video quads to match
|
// Force sRGB output on Windows for overlay candidate video quads to match
|
||||||
// DirectComposition behavior in case these switch between overlays and
|
// DirectComposition behavior in case these switch between overlays and
|
||||||
// compositing. See https://crbug.com/811118 for details.
|
// compositing. See https://crbug.com/811118 for details.
|
||||||
@@ -2412,8 +2417,8 @@ void GLRenderer::DrawStreamVideoQuad(const StreamVideoDrawQuad* quad,
|
@@ -2460,8 +2465,8 @@ void GLRenderer::DrawStreamVideoQuad(const StreamVideoDrawQuad* quad,
|
||||||
|
|
||||||
SetUseProgram(ProgramKey::VideoStream(tex_coord_precision,
|
SetUseProgram(ProgramKey::VideoStream(tex_coord_precision,
|
||||||
ShouldApplyRoundedCorner(quad)),
|
ShouldApplyRoundedCorner(quad)),
|
||||||
|
@ -171,7 +171,7 @@ index 9eb0276cbedd99b41e537720ea159cdaac7ce705..fbc49a3aa2a5458050acf0280f6caaa6
|
||||||
|
|
||||||
DCHECK_EQ(GL_TEXTURE0, GetActiveTextureUnit(gl_));
|
DCHECK_EQ(GL_TEXTURE0, GetActiveTextureUnit(gl_));
|
||||||
gl_->BindTexture(GL_TEXTURE_EXTERNAL_OES, lock.texture_id());
|
gl_->BindTexture(GL_TEXTURE_EXTERNAL_OES, lock.texture_id());
|
||||||
@@ -2475,8 +2480,8 @@ void GLRenderer::FlushTextureQuadCache(BoundGeometry flush_binding) {
|
@@ -2523,8 +2528,8 @@ void GLRenderer::FlushTextureQuadCache(BoundGeometry flush_binding) {
|
||||||
draw_cache_.nearest_neighbor ? GL_NEAREST : GL_LINEAR);
|
draw_cache_.nearest_neighbor ? GL_NEAREST : GL_LINEAR);
|
||||||
|
|
||||||
// Bind the program to the GL state.
|
// Bind the program to the GL state.
|
||||||
|
@ -182,7 +182,7 @@ index 9eb0276cbedd99b41e537720ea159cdaac7ce705..fbc49a3aa2a5458050acf0280f6caaa6
|
||||||
|
|
||||||
if (current_program_->rounded_corner_rect_location() != -1) {
|
if (current_program_->rounded_corner_rect_location() != -1) {
|
||||||
SetShaderRoundedCorner(
|
SetShaderRoundedCorner(
|
||||||
@@ -3185,7 +3190,9 @@ void GLRenderer::PrepareGeometry(BoundGeometry binding) {
|
@@ -3233,7 +3238,9 @@ void GLRenderer::PrepareGeometry(BoundGeometry binding) {
|
||||||
void GLRenderer::SetUseProgram(const ProgramKey& program_key_no_color,
|
void GLRenderer::SetUseProgram(const ProgramKey& program_key_no_color,
|
||||||
const gfx::ColorSpace& src_color_space,
|
const gfx::ColorSpace& src_color_space,
|
||||||
const gfx::ColorSpace& dst_color_space) {
|
const gfx::ColorSpace& dst_color_space) {
|
||||||
|
@ -193,7 +193,7 @@ index 9eb0276cbedd99b41e537720ea159cdaac7ce705..fbc49a3aa2a5458050acf0280f6caaa6
|
||||||
|
|
||||||
gfx::ColorSpace adjusted_color_space = src_color_space;
|
gfx::ColorSpace adjusted_color_space = src_color_space;
|
||||||
float sdr_white_level = current_frame()->sdr_white_level;
|
float sdr_white_level = current_frame()->sdr_white_level;
|
||||||
@@ -3564,7 +3571,7 @@ void GLRenderer::CopyRenderPassDrawQuadToOverlayResource(
|
@@ -3612,7 +3619,7 @@ void GLRenderer::CopyRenderPassDrawQuadToOverlayResource(
|
||||||
|
|
||||||
*overlay_texture = FindOrCreateOverlayTexture(
|
*overlay_texture = FindOrCreateOverlayTexture(
|
||||||
params.quad->render_pass_id, iosurface_width, iosurface_height,
|
params.quad->render_pass_id, iosurface_width, iosurface_height,
|
||||||
|
@ -202,7 +202,7 @@ index 9eb0276cbedd99b41e537720ea159cdaac7ce705..fbc49a3aa2a5458050acf0280f6caaa6
|
||||||
*new_bounds = gfx::RectF(updated_dst_rect.origin(),
|
*new_bounds = gfx::RectF(updated_dst_rect.origin(),
|
||||||
gfx::SizeF((*overlay_texture)->texture.size()));
|
gfx::SizeF((*overlay_texture)->texture.size()));
|
||||||
|
|
||||||
@@ -3782,8 +3789,8 @@ void GLRenderer::FlushOverdrawFeedback(const gfx::Rect& output_rect) {
|
@@ -3830,8 +3837,8 @@ void GLRenderer::FlushOverdrawFeedback(const gfx::Rect& output_rect) {
|
||||||
|
|
||||||
PrepareGeometry(SHARED_BINDING);
|
PrepareGeometry(SHARED_BINDING);
|
||||||
|
|
||||||
|
@ -213,7 +213,7 @@ index 9eb0276cbedd99b41e537720ea159cdaac7ce705..fbc49a3aa2a5458050acf0280f6caaa6
|
||||||
|
|
||||||
gfx::Transform render_matrix;
|
gfx::Transform render_matrix;
|
||||||
render_matrix.Translate(0.5 * output_rect.width() + output_rect.x(),
|
render_matrix.Translate(0.5 * output_rect.width() + output_rect.x(),
|
||||||
@@ -3943,3 +3950,5 @@ gfx::Size GLRenderer::GetRenderPassBackingPixelSize(
|
@@ -3991,3 +3998,5 @@ gfx::Size GLRenderer::GetRenderPassBackingPixelSize(
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace viz
|
} // namespace viz
|
||||||
|
@ -232,18 +232,18 @@ index e42a2f780170f01edce84753d60b1fba3a429aeb..3cb62924adf93c4d437c8fa81529efc5
|
||||||
service_manager::switches::kGpuSandboxAllowSysVShm,
|
service_manager::switches::kGpuSandboxAllowSysVShm,
|
||||||
service_manager::switches::kGpuSandboxFailuresFatal,
|
service_manager::switches::kGpuSandboxFailuresFatal,
|
||||||
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
||||||
index 0408a35db18ecdcad1521e4123aed4bd12bcf2c8..94898420ab1b93f61c830e19cd31ed0a1716922e 100644
|
index 71e6b162a8e56e63731b61c171c20d134e7e8b47..ea6722ee4162bdc1e0d8f7548bc971d268d343c4 100644
|
||||||
--- a/content/browser/renderer_host/render_process_host_impl.cc
|
--- a/content/browser/renderer_host/render_process_host_impl.cc
|
||||||
+++ b/content/browser/renderer_host/render_process_host_impl.cc
|
+++ b/content/browser/renderer_host/render_process_host_impl.cc
|
||||||
@@ -225,6 +225,7 @@
|
@@ -226,6 +226,7 @@
|
||||||
#include "ui/base/ui_base_switches.h"
|
#include "ui/base/ui_base_switches.h"
|
||||||
#include "ui/base/ui_base_switches_util.h"
|
#include "ui/base/ui_base_switches_util.h"
|
||||||
#include "ui/display/display_switches.h"
|
#include "ui/display/display_switches.h"
|
||||||
+#include "ui/gfx/switches.h"
|
+#include "ui/gfx/switches.h"
|
||||||
#include "ui/gl/gl_switches.h"
|
#include "ui/gl/gl_switches.h"
|
||||||
#include "ui/native_theme/native_theme_features.h"
|
#include "ui/native_theme/native_theme_features.h"
|
||||||
#include "url/url_constants.h"
|
#include "url/origin.h"
|
||||||
@@ -3015,6 +3016,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
@@ -3039,6 +3040,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
|
||||||
// Propagate the following switches to the renderer command line (along
|
// Propagate the following switches to the renderer command line (along
|
||||||
// with any associated values) if present in the browser command line.
|
// with any associated values) if present in the browser command line.
|
||||||
static const char* const kSwitchNames[] = {
|
static const char* const kSwitchNames[] = {
|
||||||
|
@ -252,10 +252,10 @@ index 0408a35db18ecdcad1521e4123aed4bd12bcf2c8..94898420ab1b93f61c830e19cd31ed0a
|
||||||
service_manager::switches::kDisableInProcessStackTraces,
|
service_manager::switches::kDisableInProcessStackTraces,
|
||||||
service_manager::switches::kDisableSeccompFilterSandbox,
|
service_manager::switches::kDisableSeccompFilterSandbox,
|
||||||
diff --git a/content/renderer/render_widget.cc b/content/renderer/render_widget.cc
|
diff --git a/content/renderer/render_widget.cc b/content/renderer/render_widget.cc
|
||||||
index 74cdb6031587640946ed08f37f1579ea4e68414c..68a5ec2d04dc3ec1c81d8f62fa067416f2faee29 100644
|
index 84af6512284655c8781fd839fc50cd3a75395889..d51198f40580d023d2bfcb6a131b7e5a0e2d4769 100644
|
||||||
--- a/content/renderer/render_widget.cc
|
--- a/content/renderer/render_widget.cc
|
||||||
+++ b/content/renderer/render_widget.cc
|
+++ b/content/renderer/render_widget.cc
|
||||||
@@ -2930,6 +2930,9 @@ cc::LayerTreeSettings RenderWidget::GenerateLayerTreeSettings(
|
@@ -2976,6 +2976,9 @@ cc::LayerTreeSettings RenderWidget::GenerateLayerTreeSettings(
|
||||||
settings.main_frame_before_activation_enabled =
|
settings.main_frame_before_activation_enabled =
|
||||||
cmd.HasSwitch(cc::switches::kEnableMainFrameBeforeActivation);
|
cmd.HasSwitch(cc::switches::kEnableMainFrameBeforeActivation);
|
||||||
|
|
||||||
|
@ -302,7 +302,7 @@ index 1aedba288aed698fd1b7ac6a4ef1a67fc892f84a..df2b5b120483225c2bd21a337e6085db
|
||||||
|
|
||||||
gfx::ColorSpace::TransferID transfer_id =
|
gfx::ColorSpace::TransferID transfer_id =
|
||||||
diff --git a/ui/gfx/mac/io_surface.cc b/ui/gfx/mac/io_surface.cc
|
diff --git a/ui/gfx/mac/io_surface.cc b/ui/gfx/mac/io_surface.cc
|
||||||
index 41f7fcbdd63af315f4b4e768bfef3b5004807a0b..398a4fdea3cc0ab4f5132deeb9365189f9c928c3 100644
|
index c383d42c986aa29fcdfc2009901ed452ef480b55..1b8d0818155a407eb42c3f785e9609fe7bfa3dc7 100644
|
||||||
--- a/ui/gfx/mac/io_surface.cc
|
--- a/ui/gfx/mac/io_surface.cc
|
||||||
+++ b/ui/gfx/mac/io_surface.cc
|
+++ b/ui/gfx/mac/io_surface.cc
|
||||||
@@ -16,6 +16,7 @@
|
@@ -16,6 +16,7 @@
|
||||||
|
@ -313,19 +313,19 @@ index 41f7fcbdd63af315f4b4e768bfef3b5004807a0b..398a4fdea3cc0ab4f5132deeb9365189
|
||||||
|
|
||||||
namespace gfx {
|
namespace gfx {
|
||||||
|
|
||||||
@@ -186,6 +187,11 @@ IOSurfaceRef CreateIOSurface(const gfx::Size& size,
|
@@ -261,6 +262,11 @@ IOSurfaceRef CreateIOSurface(const gfx::Size& size,
|
||||||
|
IOSurfaceSetValue(surface, CFSTR("IOSurfaceColorSpace"), kCGColorSpaceSRGB);
|
||||||
// Ensure that all IOSurfaces start as sRGB.
|
} else {
|
||||||
CGColorSpaceRef color_space = base::mac::GetSRGBColorSpace();
|
CGColorSpaceRef color_space = base::mac::GetSRGBColorSpace();
|
||||||
+ auto* cmd_line = base::CommandLine::ForCurrentProcess();
|
+ auto* cmd_line = base::CommandLine::ForCurrentProcess();
|
||||||
+ if (cmd_line->HasSwitch(switches::kDisableColorCorrectRendering)) {
|
+ if (cmd_line->HasSwitch(switches::kDisableColorCorrectRendering)) {
|
||||||
+ color_space = base::mac::GetSystemColorSpace();
|
+ color_space = base::mac::GetSystemColorSpace();
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
base::ScopedCFTypeRef<CFDataRef> color_space_icc(
|
base::ScopedCFTypeRef<CFDataRef> color_space_icc(
|
||||||
CGColorSpaceCopyICCProfile(color_space));
|
CGColorSpaceCopyICCProfile(color_space));
|
||||||
IOSurfaceSetValue(surface, CFSTR("IOSurfaceColorSpace"), color_space_icc);
|
IOSurfaceSetValue(surface, CFSTR("IOSurfaceColorSpace"), color_space_icc);
|
||||||
@@ -197,6 +203,14 @@ IOSurfaceRef CreateIOSurface(const gfx::Size& size,
|
@@ -277,6 +283,14 @@ bool IOSurfaceCanSetColorSpace(const ColorSpace& color_space) {
|
||||||
|
|
||||||
void IOSurfaceSetColorSpace(IOSurfaceRef io_surface,
|
void IOSurfaceSetColorSpace(IOSurfaceRef io_surface,
|
||||||
const ColorSpace& color_space) {
|
const ColorSpace& color_space) {
|
||||||
|
@ -337,9 +337,9 @@ index 41f7fcbdd63af315f4b4e768bfef3b5004807a0b..398a4fdea3cc0ab4f5132deeb9365189
|
||||||
+ return;
|
+ return;
|
||||||
+ }
|
+ }
|
||||||
+
|
+
|
||||||
// Special-case sRGB.
|
if (!internal::IOSurfaceSetColorSpace(io_surface, color_space)) {
|
||||||
if (color_space == ColorSpace::CreateSRGB()) {
|
DLOG(ERROR) << "Failed to set color space for IOSurface: "
|
||||||
base::ScopedCFTypeRef<CFDataRef> srgb_icc(
|
<< color_space.ToString();
|
||||||
diff --git a/ui/gfx/switches.cc b/ui/gfx/switches.cc
|
diff --git a/ui/gfx/switches.cc b/ui/gfx/switches.cc
|
||||||
index ba3dbf23d1df7a3b0cc199054f36a88014daa0e7..f8a563a78cee2856da0f2ad556beba19b01a2e59 100644
|
index ba3dbf23d1df7a3b0cc199054f36a88014daa0e7..f8a563a78cee2856da0f2ad556beba19b01a2e59 100644
|
||||||
--- a/ui/gfx/switches.cc
|
--- a/ui/gfx/switches.cc
|
||||||
|
|
|
@ -6,10 +6,10 @@ Subject: fix: disabling compositor recycling
|
||||||
Compositor recycling is useful for Chrome because there can be many tabs and spinning up a compositor for each one would be costly. In practice, Chrome uses the parent compositor code path of browser_compositor_view_mac.mm; the NSView of each tab is detached when it's hidden and attached when it's shown. For Electron, there is no parent compositor, so we're forced into the "own compositor" code path, which seems to be non-optimal and pretty ruthless in terms of the release of resources. Electron has no real concept of multiple tabs per window, so it should be okay to disable this ruthless recycling altogether in Electron.
|
Compositor recycling is useful for Chrome because there can be many tabs and spinning up a compositor for each one would be costly. In practice, Chrome uses the parent compositor code path of browser_compositor_view_mac.mm; the NSView of each tab is detached when it's hidden and attached when it's shown. For Electron, there is no parent compositor, so we're forced into the "own compositor" code path, which seems to be non-optimal and pretty ruthless in terms of the release of resources. Electron has no real concept of multiple tabs per window, so it should be okay to disable this ruthless recycling altogether in Electron.
|
||||||
|
|
||||||
diff --git a/content/browser/renderer_host/browser_compositor_view_mac.mm b/content/browser/renderer_host/browser_compositor_view_mac.mm
|
diff --git a/content/browser/renderer_host/browser_compositor_view_mac.mm b/content/browser/renderer_host/browser_compositor_view_mac.mm
|
||||||
index 18019d5794f688ca07b35a665cc9800bb1d3047a..60c7e980dd322ba012c564fca68848c3188ca5dc 100644
|
index 8ddd790decc43af9820c97121a3b359e7cbb49ee..41269301e92d96757066229842333c8981994234 100644
|
||||||
--- a/content/browser/renderer_host/browser_compositor_view_mac.mm
|
--- a/content/browser/renderer_host/browser_compositor_view_mac.mm
|
||||||
+++ b/content/browser/renderer_host/browser_compositor_view_mac.mm
|
+++ b/content/browser/renderer_host/browser_compositor_view_mac.mm
|
||||||
@@ -209,7 +209,7 @@
|
@@ -203,7 +203,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
void BrowserCompositorMac::SetRenderWidgetHostIsHidden(bool hidden) {
|
void BrowserCompositorMac::SetRenderWidgetHostIsHidden(bool hidden) {
|
||||||
|
|
|
@ -5,10 +5,10 @@ Subject: disable_hidden.patch
|
||||||
|
|
||||||
|
|
||||||
diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
|
diff --git a/content/browser/renderer_host/render_widget_host_impl.cc b/content/browser/renderer_host/render_widget_host_impl.cc
|
||||||
index 55c13fa06f7c6a5e7b3bd072ed7ffc452fd24438..09b6a881a5644859eafb216eee1172aeb8d086b2 100644
|
index 98273d31f12a368675580e37e849e6afb0b9d048..089d2e596d6ba753a13f0f3f6791a35fbb40b51a 100644
|
||||||
--- a/content/browser/renderer_host/render_widget_host_impl.cc
|
--- a/content/browser/renderer_host/render_widget_host_impl.cc
|
||||||
+++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
+++ b/content/browser/renderer_host/render_widget_host_impl.cc
|
||||||
@@ -683,6 +683,9 @@ void RenderWidgetHostImpl::WasHidden() {
|
@@ -674,6 +674,9 @@ void RenderWidgetHostImpl::WasHidden() {
|
||||||
if (is_hidden_)
|
if (is_hidden_)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
@ -19,10 +19,10 @@ index 55c13fa06f7c6a5e7b3bd072ed7ffc452fd24438..09b6a881a5644859eafb216eee1172ae
|
||||||
|
|
||||||
TRACE_EVENT0("renderer_host", "RenderWidgetHostImpl::WasHidden");
|
TRACE_EVENT0("renderer_host", "RenderWidgetHostImpl::WasHidden");
|
||||||
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
diff --git a/content/browser/renderer_host/render_widget_host_impl.h b/content/browser/renderer_host/render_widget_host_impl.h
|
||||||
index 71bfb5e5e6e0aba5615bc76cae1b551ac1880d09..c5175b7fd5c5394703fca85e57b4be5faf618b63 100644
|
index b5c6734044e0361a2b9e3d2f6800bb9a679cd73d..477dac2d5ba5ef93f990f625d063be95b4c7a7d5 100644
|
||||||
--- a/content/browser/renderer_host/render_widget_host_impl.h
|
--- a/content/browser/renderer_host/render_widget_host_impl.h
|
||||||
+++ b/content/browser/renderer_host/render_widget_host_impl.h
|
+++ b/content/browser/renderer_host/render_widget_host_impl.h
|
||||||
@@ -200,6 +200,9 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
@@ -185,6 +185,9 @@ class CONTENT_EXPORT RenderWidgetHostImpl
|
||||||
// RenderWidgetHostImpl.
|
// RenderWidgetHostImpl.
|
||||||
static RenderWidgetHostImpl* From(RenderWidgetHost* rwh);
|
static RenderWidgetHostImpl* From(RenderWidgetHost* rwh);
|
||||||
|
|
||||||
|
|
|
@ -6,10 +6,10 @@ Subject: disable_user_gesture_requirement_for_beforeunload_dialogs.patch
|
||||||
See https://github.com/electron/electron/issues/10754
|
See https://github.com/electron/electron/issues/10754
|
||||||
|
|
||||||
diff --git a/third_party/blink/renderer/core/dom/document.cc b/third_party/blink/renderer/core/dom/document.cc
|
diff --git a/third_party/blink/renderer/core/dom/document.cc b/third_party/blink/renderer/core/dom/document.cc
|
||||||
index 3c8e5db44c4174d5e876a8874fc702cc3233fc7b..31d45afae965efeb15b83d9f4259cc50abe987dd 100644
|
index 02cce1fc162b87229a9f969f328ff857d64047c3..505aac60a0c04344f4bddd25b99efe267bcc124d 100644
|
||||||
--- a/third_party/blink/renderer/core/dom/document.cc
|
--- a/third_party/blink/renderer/core/dom/document.cc
|
||||||
+++ b/third_party/blink/renderer/core/dom/document.cc
|
+++ b/third_party/blink/renderer/core/dom/document.cc
|
||||||
@@ -4181,7 +4181,9 @@ bool Document::DispatchBeforeUnloadEvent(ChromeClient* chrome_client,
|
@@ -4150,7 +4150,9 @@ bool Document::DispatchBeforeUnloadEvent(ChromeClient* chrome_client,
|
||||||
"frame that never had a user gesture since its load. "
|
"frame that never had a user gesture since its load. "
|
||||||
"https://www.chromestatus.com/feature/5082396709879808";
|
"https://www.chromestatus.com/feature/5082396709879808";
|
||||||
Intervention::GenerateReport(frame_, "BeforeUnloadNoGesture", message);
|
Intervention::GenerateReport(frame_, "BeforeUnloadNoGesture", message);
|
||||||
|
|
|
@ -7,10 +7,10 @@ Compilation of those files fails with the Chromium 68.
|
||||||
Remove the patch during the Chromium 69 upgrade.
|
Remove the patch during the Chromium 69 upgrade.
|
||||||
|
|
||||||
diff --git a/third_party/blink/renderer/platform/BUILD.gn b/third_party/blink/renderer/platform/BUILD.gn
|
diff --git a/third_party/blink/renderer/platform/BUILD.gn b/third_party/blink/renderer/platform/BUILD.gn
|
||||||
index 854d6c6b9763cbec3a4dd74635726e2c0e7c6944..4fe9ee97104c2b021d00a661ff7dbb7fe9a6f681 100644
|
index 40ad9a77f2277a95db2f2b198c9f53be28ff1e7b..5e8008d6e8de92f3af0c5ed8df3db1df44e3a8cf 100644
|
||||||
--- a/third_party/blink/renderer/platform/BUILD.gn
|
--- a/third_party/blink/renderer/platform/BUILD.gn
|
||||||
+++ b/third_party/blink/renderer/platform/BUILD.gn
|
+++ b/third_party/blink/renderer/platform/BUILD.gn
|
||||||
@@ -1781,7 +1781,7 @@ jumbo_source_set("blink_platform_unittests_sources") {
|
@@ -1807,7 +1807,7 @@ jumbo_source_set("blink_platform_unittests_sources") {
|
||||||
"graphics/paint/drawing_display_item_test.cc",
|
"graphics/paint/drawing_display_item_test.cc",
|
||||||
"graphics/paint/drawing_recorder_test.cc",
|
"graphics/paint/drawing_recorder_test.cc",
|
||||||
"graphics/paint/float_clip_rect_test.cc",
|
"graphics/paint/float_clip_rect_test.cc",
|
||||||
|
|
|
@ -33,10 +33,10 @@ index 0ccfe130f00ec3b6c75cd8ee04d5a2777e1fd00c..653829457d58bf92057cc36aa8a28970
|
||||||
DISALLOW_COPY_AND_ASSIGN(StaticHttpUserAgentSettings);
|
DISALLOW_COPY_AND_ASSIGN(StaticHttpUserAgentSettings);
|
||||||
};
|
};
|
||||||
diff --git a/services/network/network_context.cc b/services/network/network_context.cc
|
diff --git a/services/network/network_context.cc b/services/network/network_context.cc
|
||||||
index b9a8a12b8abb386fec548a26e4686af2e3822b8c..18af342553139669e485e5c34961de231f927f4c 100644
|
index f0981821bf55594169a35c2db16d79ea0321b565..95407bd68c2c1001408b3a4db093f26f41d21526 100644
|
||||||
--- a/services/network/network_context.cc
|
--- a/services/network/network_context.cc
|
||||||
+++ b/services/network/network_context.cc
|
+++ b/services/network/network_context.cc
|
||||||
@@ -928,6 +928,13 @@ void NetworkContext::SetNetworkConditions(
|
@@ -931,6 +931,13 @@ void NetworkContext::SetNetworkConditions(
|
||||||
std::move(network_conditions));
|
std::move(network_conditions));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -51,10 +51,10 @@ index b9a8a12b8abb386fec548a26e4686af2e3822b8c..18af342553139669e485e5c34961de23
|
||||||
// This may only be called on NetworkContexts created with the constructor
|
// This may only be called on NetworkContexts created with the constructor
|
||||||
// that calls MakeURLRequestContext().
|
// that calls MakeURLRequestContext().
|
||||||
diff --git a/services/network/network_context.h b/services/network/network_context.h
|
diff --git a/services/network/network_context.h b/services/network/network_context.h
|
||||||
index e98063a71435ee8828f3b5a21b569325965f7c58..dd34e65752d54b193965b7e7fea2cae324782204 100644
|
index af1fcc847fbfa699d1fa3b8bdc04a6326cb9c3b9..22b8821a6e8dbe21168cbcd73c7012b9cfd91eb7 100644
|
||||||
--- a/services/network/network_context.h
|
--- a/services/network/network_context.h
|
||||||
+++ b/services/network/network_context.h
|
+++ b/services/network/network_context.h
|
||||||
@@ -222,6 +222,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkContext
|
@@ -226,6 +226,7 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkContext
|
||||||
void CloseIdleConnections(CloseIdleConnectionsCallback callback) override;
|
void CloseIdleConnections(CloseIdleConnectionsCallback callback) override;
|
||||||
void SetNetworkConditions(const base::UnguessableToken& throttling_profile_id,
|
void SetNetworkConditions(const base::UnguessableToken& throttling_profile_id,
|
||||||
mojom::NetworkConditionsPtr conditions) override;
|
mojom::NetworkConditionsPtr conditions) override;
|
||||||
|
@ -63,10 +63,10 @@ index e98063a71435ee8828f3b5a21b569325965f7c58..dd34e65752d54b193965b7e7fea2cae3
|
||||||
void SetEnableReferrers(bool enable_referrers) override;
|
void SetEnableReferrers(bool enable_referrers) override;
|
||||||
#if defined(OS_CHROMEOS)
|
#if defined(OS_CHROMEOS)
|
||||||
diff --git a/services/network/public/mojom/network_context.mojom b/services/network/public/mojom/network_context.mojom
|
diff --git a/services/network/public/mojom/network_context.mojom b/services/network/public/mojom/network_context.mojom
|
||||||
index 4691fde53fd7d6ff6e89c55a7fec88d77b39701c..33021fcda6d2cbe46225ba8cf56e137ee7ef9912 100644
|
index cab46e7c1730a8886653380d36a6ec0cdddbf302..4f915806bf743f0e13fcd33abf7c74792c36f8ff 100644
|
||||||
--- a/services/network/public/mojom/network_context.mojom
|
--- a/services/network/public/mojom/network_context.mojom
|
||||||
+++ b/services/network/public/mojom/network_context.mojom
|
+++ b/services/network/public/mojom/network_context.mojom
|
||||||
@@ -912,6 +912,9 @@ interface NetworkContext {
|
@@ -932,6 +932,9 @@ interface NetworkContext {
|
||||||
SetNetworkConditions(mojo_base.mojom.UnguessableToken throttling_profile_id,
|
SetNetworkConditions(mojo_base.mojom.UnguessableToken throttling_profile_id,
|
||||||
NetworkConditions? conditions);
|
NetworkConditions? conditions);
|
||||||
|
|
||||||
|
@ -77,10 +77,10 @@ index 4691fde53fd7d6ff6e89c55a7fec88d77b39701c..33021fcda6d2cbe46225ba8cf56e137e
|
||||||
SetAcceptLanguage(string new_accept_language);
|
SetAcceptLanguage(string new_accept_language);
|
||||||
|
|
||||||
diff --git a/services/network/test/test_network_context.h b/services/network/test/test_network_context.h
|
diff --git a/services/network/test/test_network_context.h b/services/network/test/test_network_context.h
|
||||||
index 4fe68bb40d8e009e9765ed884bbf898a10b86124..a84cf0a1b07751bbcad9b193a4a3a1683e0db80c 100644
|
index 1c76fab5c50983d798bdb24e9fca89566b7c52c1..5ba5a6012335059c71c5bbacba4448c229f23f81 100644
|
||||||
--- a/services/network/test/test_network_context.h
|
--- a/services/network/test/test_network_context.h
|
||||||
+++ b/services/network/test/test_network_context.h
|
+++ b/services/network/test/test_network_context.h
|
||||||
@@ -98,6 +98,7 @@ class TestNetworkContext : public mojom::NetworkContext {
|
@@ -99,6 +99,7 @@ class TestNetworkContext : public mojom::NetworkContext {
|
||||||
void CloseIdleConnections(CloseIdleConnectionsCallback callback) override {}
|
void CloseIdleConnections(CloseIdleConnectionsCallback callback) override {}
|
||||||
void SetNetworkConditions(const base::UnguessableToken& throttling_profile_id,
|
void SetNetworkConditions(const base::UnguessableToken& throttling_profile_id,
|
||||||
mojom::NetworkConditionsPtr conditions) override {}
|
mojom::NetworkConditionsPtr conditions) override {}
|
||||||
|
|
|
@ -13,7 +13,7 @@ uses internally for things like menus and devtools.
|
||||||
We can remove this patch once it has in some shape been upstreamed.
|
We can remove this patch once it has in some shape been upstreamed.
|
||||||
|
|
||||||
diff --git a/ui/native_theme/native_theme.cc b/ui/native_theme/native_theme.cc
|
diff --git a/ui/native_theme/native_theme.cc b/ui/native_theme/native_theme.cc
|
||||||
index 5fd3bb3b60bda4449cc4743922758d62ee6decac..860b92c47f42d7517adb5e3370cc02d7e1c67b62 100644
|
index a91c4e3fb94c19686f3325709b3003bf4998c538..20c9959ff47d2c4a83ff91e802a1336a4c37690f 100644
|
||||||
--- a/ui/native_theme/native_theme.cc
|
--- a/ui/native_theme/native_theme.cc
|
||||||
+++ b/ui/native_theme/native_theme.cc
|
+++ b/ui/native_theme/native_theme.cc
|
||||||
@@ -40,6 +40,8 @@ NativeTheme::NativeTheme()
|
@@ -40,6 +40,8 @@ NativeTheme::NativeTheme()
|
||||||
|
@ -26,7 +26,7 @@ index 5fd3bb3b60bda4449cc4743922758d62ee6decac..860b92c47f42d7517adb5e3370cc02d7
|
||||||
}
|
}
|
||||||
|
|
||||||
diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
|
diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
|
||||||
index ef45da79366c2e3ab242ec140989b407ac70dbb8..98ca8881b0b9f68a464e62f76589b29157126a86 100644
|
index e479fc84f7013984fc53d18cad8812fbd43cb670..47fce78d2a55c7344297ba92b0083c01e3d1b72b 100644
|
||||||
--- a/ui/native_theme/native_theme.h
|
--- a/ui/native_theme/native_theme.h
|
||||||
+++ b/ui/native_theme/native_theme.h
|
+++ b/ui/native_theme/native_theme.h
|
||||||
@@ -429,6 +429,22 @@ class NATIVE_THEME_EXPORT NativeTheme {
|
@@ -429,6 +429,22 @@ class NATIVE_THEME_EXPORT NativeTheme {
|
||||||
|
@ -52,7 +52,7 @@ index ef45da79366c2e3ab242ec140989b407ac70dbb8..98ca8881b0b9f68a464e62f76589b291
|
||||||
// Returns a shared instance of the native theme that should be used for web
|
// Returns a shared instance of the native theme that should be used for web
|
||||||
// rendering. Do not use it in a normal application context (i.e. browser).
|
// rendering. Do not use it in a normal application context (i.e. browser).
|
||||||
// The returned object should not be deleted by the caller. This function is
|
// The returned object should not be deleted by the caller. This function is
|
||||||
@@ -550,6 +566,8 @@ class NATIVE_THEME_EXPORT NativeTheme {
|
@@ -553,6 +569,8 @@ class NATIVE_THEME_EXPORT NativeTheme {
|
||||||
PreferredColorScheme preferred_color_scheme_ =
|
PreferredColorScheme preferred_color_scheme_ =
|
||||||
PreferredColorScheme::kNoPreference;
|
PreferredColorScheme::kNoPreference;
|
||||||
|
|
||||||
|
|
|
@ -7,10 +7,10 @@ Disable usage of SetApplicationIsDaemon and
|
||||||
_LSSetApplicationLaunchServicesServerConnectionStatus in MAS builds
|
_LSSetApplicationLaunchServicesServerConnectionStatus in MAS builds
|
||||||
|
|
||||||
diff --git a/content/utility/utility_service_factory.cc b/content/utility/utility_service_factory.cc
|
diff --git a/content/utility/utility_service_factory.cc b/content/utility/utility_service_factory.cc
|
||||||
index 9b0759ab820ddb0e2a9e609b88bbc1673607c4e3..2392fd01736550f404304df324da9d81dfb3d446 100644
|
index 2c1c7f992f2a40509d2d8854fcd7a023d7e06b6d..4c3f2dc2e1e1bf4c06764c97f9be5b5331e311bb 100644
|
||||||
--- a/content/utility/utility_service_factory.cc
|
--- a/content/utility/utility_service_factory.cc
|
||||||
+++ b/content/utility/utility_service_factory.cc
|
+++ b/content/utility/utility_service_factory.cc
|
||||||
@@ -196,7 +196,7 @@ void UtilityServiceFactory::RunService(
|
@@ -162,7 +162,7 @@ void UtilityServiceFactory::RunService(
|
||||||
std::unique_ptr<service_manager::Service>
|
std::unique_ptr<service_manager::Service>
|
||||||
UtilityServiceFactory::CreateAudioService(
|
UtilityServiceFactory::CreateAudioService(
|
||||||
mojo::PendingReceiver<service_manager::mojom::Service> receiver) {
|
mojo::PendingReceiver<service_manager::mojom::Service> receiver) {
|
||||||
|
@ -18,7 +18,7 @@ index 9b0759ab820ddb0e2a9e609b88bbc1673607c4e3..2392fd01736550f404304df324da9d81
|
||||||
+#if defined(OS_MACOSX) && !defined(MAS_BUILD)
|
+#if defined(OS_MACOSX) && !defined(MAS_BUILD)
|
||||||
// Don't connect to launch services when running sandboxed
|
// Don't connect to launch services when running sandboxed
|
||||||
// (https://crbug.com/874785).
|
// (https://crbug.com/874785).
|
||||||
if (base::FeatureList::IsEnabled(
|
if (service_manager::IsAudioSandboxEnabled()) {
|
||||||
diff --git a/sandbox/mac/system_services.cc b/sandbox/mac/system_services.cc
|
diff --git a/sandbox/mac/system_services.cc b/sandbox/mac/system_services.cc
|
||||||
index caa30bb378b30331f90057fe7ce3aec724104bf8..a766daa808495f7872051e129c6ad9f76f54e4fe 100644
|
index caa30bb378b30331f90057fe7ce3aec724104bf8..a766daa808495f7872051e129c6ad9f76f54e4fe 100644
|
||||||
--- a/sandbox/mac/system_services.cc
|
--- a/sandbox/mac/system_services.cc
|
||||||
|
|
|
@ -42,10 +42,10 @@ index 906a1ee4ac58b0744a32153bbaafeac4322a60e4..c90f4aead36cbf3767dc5094728963c2
|
||||||
// another SiteInstance for the same site.
|
// another SiteInstance for the same site.
|
||||||
void RegisterSiteInstance(SiteInstanceImpl* site_instance);
|
void RegisterSiteInstance(SiteInstanceImpl* site_instance);
|
||||||
diff --git a/content/browser/frame_host/render_frame_host_manager.cc b/content/browser/frame_host/render_frame_host_manager.cc
|
diff --git a/content/browser/frame_host/render_frame_host_manager.cc b/content/browser/frame_host/render_frame_host_manager.cc
|
||||||
index b1be27659d80a3199242d43ec80ccd28a43059b1..f475ec2301011a0840e76dd0e8e40bf65fdf6106 100644
|
index ef19485423d15cd4c7d1f8bc19391af407f36813..0d7b72cd7ec4002251db939be3a93c5f7c07a885 100644
|
||||||
--- a/content/browser/frame_host/render_frame_host_manager.cc
|
--- a/content/browser/frame_host/render_frame_host_manager.cc
|
||||||
+++ b/content/browser/frame_host/render_frame_host_manager.cc
|
+++ b/content/browser/frame_host/render_frame_host_manager.cc
|
||||||
@@ -2250,6 +2250,21 @@ bool RenderFrameHostManager::InitRenderView(
|
@@ -2201,6 +2201,21 @@ bool RenderFrameHostManager::InitRenderView(
|
||||||
scoped_refptr<SiteInstance>
|
scoped_refptr<SiteInstance>
|
||||||
RenderFrameHostManager::GetSiteInstanceForNavigationRequest(
|
RenderFrameHostManager::GetSiteInstanceForNavigationRequest(
|
||||||
NavigationRequest* request) {
|
NavigationRequest* request) {
|
||||||
|
@ -67,7 +67,7 @@ index b1be27659d80a3199242d43ec80ccd28a43059b1..f475ec2301011a0840e76dd0e8e40bf6
|
||||||
SiteInstance* current_site_instance = render_frame_host_->GetSiteInstance();
|
SiteInstance* current_site_instance = render_frame_host_->GetSiteInstance();
|
||||||
|
|
||||||
// All children of MHTML documents must be MHTML documents. They all live in
|
// All children of MHTML documents must be MHTML documents. They all live in
|
||||||
@@ -2293,6 +2308,59 @@ RenderFrameHostManager::GetSiteInstanceForNavigationRequest(
|
@@ -2244,6 +2259,59 @@ RenderFrameHostManager::GetSiteInstanceForNavigationRequest(
|
||||||
request->common_params().url);
|
request->common_params().url);
|
||||||
no_renderer_swap_allowed |=
|
no_renderer_swap_allowed |=
|
||||||
request->from_begin_navigation() && !can_renderer_initiate_transfer;
|
request->from_begin_navigation() && !can_renderer_initiate_transfer;
|
||||||
|
@ -127,7 +127,7 @@ index b1be27659d80a3199242d43ec80ccd28a43059b1..f475ec2301011a0840e76dd0e8e40bf6
|
||||||
} else {
|
} else {
|
||||||
// Subframe navigations will use the current renderer, unless specifically
|
// Subframe navigations will use the current renderer, unless specifically
|
||||||
// allowed to swap processes.
|
// allowed to swap processes.
|
||||||
@@ -2304,23 +2372,28 @@ RenderFrameHostManager::GetSiteInstanceForNavigationRequest(
|
@@ -2255,23 +2323,28 @@ RenderFrameHostManager::GetSiteInstanceForNavigationRequest(
|
||||||
if (no_renderer_swap_allowed && !should_swap_for_error_isolation)
|
if (no_renderer_swap_allowed && !should_swap_for_error_isolation)
|
||||||
return scoped_refptr<SiteInstance>(current_site_instance);
|
return scoped_refptr<SiteInstance>(current_site_instance);
|
||||||
|
|
||||||
|
@ -144,7 +144,7 @@ index b1be27659d80a3199242d43ec80ccd28a43059b1..f475ec2301011a0840e76dd0e8e40bf6
|
||||||
+ }
|
+ }
|
||||||
|
|
||||||
scoped_refptr<SiteInstance> dest_site_instance = GetSiteInstanceForNavigation(
|
scoped_refptr<SiteInstance> dest_site_instance = GetSiteInstanceForNavigation(
|
||||||
request->common_params().url, request->source_site_instance(),
|
request->common_params().url, request->GetSourceSiteInstance(),
|
||||||
- request->dest_site_instance(), candidate_site_instance,
|
- request->dest_site_instance(), candidate_site_instance,
|
||||||
+ request->dest_site_instance(), candidate_site_instance.get(),
|
+ request->dest_site_instance(), candidate_site_instance.get(),
|
||||||
request->common_params().transition,
|
request->common_params().transition,
|
||||||
|
@ -159,10 +159,10 @@ index b1be27659d80a3199242d43ec80ccd28a43059b1..f475ec2301011a0840e76dd0e8e40bf6
|
||||||
}
|
}
|
||||||
|
|
||||||
diff --git a/content/browser/site_instance_impl.cc b/content/browser/site_instance_impl.cc
|
diff --git a/content/browser/site_instance_impl.cc b/content/browser/site_instance_impl.cc
|
||||||
index 2cee6bf52088a378a7c53343864d27aa78bdc106..4aca3c9724f8192a4f6e70e38473b408cadc6675 100644
|
index ea72b3a9d57383a47c91795c11bd0b8fc2b92e55..2adb671d8c36ad22814b75c4be61fb3925dd2258 100644
|
||||||
--- a/content/browser/site_instance_impl.cc
|
--- a/content/browser/site_instance_impl.cc
|
||||||
+++ b/content/browser/site_instance_impl.cc
|
+++ b/content/browser/site_instance_impl.cc
|
||||||
@@ -368,6 +368,10 @@ bool SiteInstanceImpl::HasRelatedSiteInstance(const GURL& url) {
|
@@ -360,6 +360,10 @@ bool SiteInstanceImpl::HasRelatedSiteInstance(const GURL& url) {
|
||||||
return browsing_instance_->HasSiteInstance(url);
|
return browsing_instance_->HasSiteInstance(url);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -174,10 +174,10 @@ index 2cee6bf52088a378a7c53343864d27aa78bdc106..4aca3c9724f8192a4f6e70e38473b408
|
||||||
const GURL& url) {
|
const GURL& url) {
|
||||||
return browsing_instance_->GetSiteInstanceForURL(
|
return browsing_instance_->GetSiteInstanceForURL(
|
||||||
diff --git a/content/browser/site_instance_impl.h b/content/browser/site_instance_impl.h
|
diff --git a/content/browser/site_instance_impl.h b/content/browser/site_instance_impl.h
|
||||||
index 1edb9fd6b0c383f291735dd1a952fcb7b17cc87f..23967f040eb346be265faa2a92562e1fed190b8d 100644
|
index 9fc7e1710f3038e82d7fac6c3fb608cd3a7071ba..ad1e884811e8f7de4dea43f9b754d578e62b4d92 100644
|
||||||
--- a/content/browser/site_instance_impl.h
|
--- a/content/browser/site_instance_impl.h
|
||||||
+++ b/content/browser/site_instance_impl.h
|
+++ b/content/browser/site_instance_impl.h
|
||||||
@@ -83,6 +83,7 @@ class CONTENT_EXPORT SiteInstanceImpl final : public SiteInstance,
|
@@ -84,6 +84,7 @@ class CONTENT_EXPORT SiteInstanceImpl final : public SiteInstance,
|
||||||
BrowserContext* GetBrowserContext() override;
|
BrowserContext* GetBrowserContext() override;
|
||||||
const GURL& GetSiteURL() override;
|
const GURL& GetSiteURL() override;
|
||||||
scoped_refptr<SiteInstance> GetRelatedSiteInstance(const GURL& url) override;
|
scoped_refptr<SiteInstance> GetRelatedSiteInstance(const GURL& url) override;
|
||||||
|
@ -186,10 +186,10 @@ index 1edb9fd6b0c383f291735dd1a952fcb7b17cc87f..23967f040eb346be265faa2a92562e1f
|
||||||
size_t GetRelatedActiveContentsCount() override;
|
size_t GetRelatedActiveContentsCount() override;
|
||||||
bool RequiresDedicatedProcess() override;
|
bool RequiresDedicatedProcess() override;
|
||||||
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
|
diff --git a/content/public/browser/content_browser_client.cc b/content/public/browser/content_browser_client.cc
|
||||||
index da7eca5f443e2ecdcb3f0819848735aafeb43a00..ee14a76bf705c41082c78f7f0fcce968acf3a3b7 100644
|
index 3fdc443b408c3d8f7ffdabf6b010d5fc1ecd22d5..0d0d0f8f90fd830882558b3358d4a168fe5746b7 100644
|
||||||
--- a/content/public/browser/content_browser_client.cc
|
--- a/content/public/browser/content_browser_client.cc
|
||||||
+++ b/content/public/browser/content_browser_client.cc
|
+++ b/content/public/browser/content_browser_client.cc
|
||||||
@@ -44,6 +44,21 @@
|
@@ -49,6 +49,21 @@
|
||||||
|
|
||||||
namespace content {
|
namespace content {
|
||||||
|
|
||||||
|
@ -212,10 +212,10 @@ index da7eca5f443e2ecdcb3f0819848735aafeb43a00..ee14a76bf705c41082c78f7f0fcce968
|
||||||
const MainFunctionParams& parameters) {
|
const MainFunctionParams& parameters) {
|
||||||
return nullptr;
|
return nullptr;
|
||||||
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
diff --git a/content/public/browser/content_browser_client.h b/content/public/browser/content_browser_client.h
|
||||||
index 07fa16953d6167a5a381b28a5da3c08a78de4306..fe6864b5ba4c77a6694510db2f1add479241b156 100644
|
index 891b69d65de0e47719af23eb7047d22d10417019..425e7ab657a2de0ff11e6989a0dc34e11f883999 100644
|
||||||
--- a/content/public/browser/content_browser_client.h
|
--- a/content/public/browser/content_browser_client.h
|
||||||
+++ b/content/public/browser/content_browser_client.h
|
+++ b/content/public/browser/content_browser_client.h
|
||||||
@@ -205,8 +205,45 @@ struct WebPreferences;
|
@@ -215,8 +215,45 @@ struct WebPreferences;
|
||||||
// the observer interfaces.)
|
// the observer interfaces.)
|
||||||
class CONTENT_EXPORT ContentBrowserClient {
|
class CONTENT_EXPORT ContentBrowserClient {
|
||||||
public:
|
public:
|
||||||
|
|
|
@ -22,10 +22,10 @@ index 5f8aea7105a188846fd48d199bb4e0ca2017a0ab..2514f591208372d6654ff9c5be50a51a
|
||||||
g_reference_table = reference_table;
|
g_reference_table = reference_table;
|
||||||
}
|
}
|
||||||
diff --git a/gin/public/isolate_holder.h b/gin/public/isolate_holder.h
|
diff --git a/gin/public/isolate_holder.h b/gin/public/isolate_holder.h
|
||||||
index 413e6c5bcc74cd01730c5d4dc66eb92aaf7df8de..6c5d101fef97e880bee20d2f76e4b339a624eb6f 100644
|
index f23af2d9738f3aa76e3a49301e1c3216ee4a64b4..ede178acabc63c3c33d6ce93efd5632bec50ba89 100644
|
||||||
--- a/gin/public/isolate_holder.h
|
--- a/gin/public/isolate_holder.h
|
||||||
+++ b/gin/public/isolate_holder.h
|
+++ b/gin/public/isolate_holder.h
|
||||||
@@ -91,7 +91,8 @@ class GIN_EXPORT IsolateHolder {
|
@@ -88,7 +88,8 @@ class GIN_EXPORT IsolateHolder {
|
||||||
// reference pointers. Otherwise, it can be nullptr.
|
// reference pointers. Otherwise, it can be nullptr.
|
||||||
static void Initialize(ScriptMode mode,
|
static void Initialize(ScriptMode mode,
|
||||||
v8::ArrayBuffer::Allocator* allocator,
|
v8::ArrayBuffer::Allocator* allocator,
|
||||||
|
@ -36,10 +36,10 @@ index 413e6c5bcc74cd01730c5d4dc66eb92aaf7df8de..6c5d101fef97e880bee20d2f76e4b339
|
||||||
v8::Isolate* isolate() { return isolate_; }
|
v8::Isolate* isolate() { return isolate_; }
|
||||||
|
|
||||||
diff --git a/gin/v8_initializer.cc b/gin/v8_initializer.cc
|
diff --git a/gin/v8_initializer.cc b/gin/v8_initializer.cc
|
||||||
index aab46a000c5e9081440298ecef4844ead7a40b28..2cee8dee3f70148570613dc17827da19b193ff62 100644
|
index 9298a9c75540d40133a8fc58c128aea521f3a37c..9474b26eba6d9c41162a197e11d6a871a2dd0259 100644
|
||||||
--- a/gin/v8_initializer.cc
|
--- a/gin/v8_initializer.cc
|
||||||
+++ b/gin/v8_initializer.cc
|
+++ b/gin/v8_initializer.cc
|
||||||
@@ -204,12 +204,14 @@ enum LoadV8FileResult {
|
@@ -190,12 +190,14 @@ enum LoadV8FileResult {
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
@ -57,7 +57,7 @@ index aab46a000c5e9081440298ecef4844ead7a40b28..2cee8dee3f70148570613dc17827da19
|
||||||
if (!base::FeatureList::IsEnabled(features::kV8OptimizeJavascript)) {
|
if (!base::FeatureList::IsEnabled(features::kV8OptimizeJavascript)) {
|
||||||
// We avoid explicitly passing --opt if kV8OptimizeJavascript is enabled
|
// We avoid explicitly passing --opt if kV8OptimizeJavascript is enabled
|
||||||
diff --git a/gin/v8_initializer.h b/gin/v8_initializer.h
|
diff --git a/gin/v8_initializer.h b/gin/v8_initializer.h
|
||||||
index aa3863abe0ea71fc26222564425f54ff80077719..fbf84c00174cc081d71aff8a16d51d2211614ec7 100644
|
index 2918c6235688ee4eb7c43387296e6d24145c14aa..069c2c96d5067f0444dac3c6ce6d83f75e770129 100644
|
||||||
--- a/gin/v8_initializer.h
|
--- a/gin/v8_initializer.h
|
||||||
+++ b/gin/v8_initializer.h
|
+++ b/gin/v8_initializer.h
|
||||||
@@ -20,7 +20,8 @@ namespace gin {
|
@@ -20,7 +20,8 @@ namespace gin {
|
||||||
|
|
|
@ -6,10 +6,10 @@ Subject: gritsettings_resource_ids.patch
|
||||||
Add electron resources file to the list of resource ids generation.
|
Add electron resources file to the list of resource ids generation.
|
||||||
|
|
||||||
diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids
|
diff --git a/tools/gritsettings/resource_ids b/tools/gritsettings/resource_ids
|
||||||
index be4d09028b1232594f90159fa11f67708a55afe8..9a3ae55c11a37ce00c19b63d882afd8c4548a6d9 100644
|
index 99f5bdd4665b865b5bc559644b7b5a268f9bfb20..899d72e6f0802e31c4ae70f3e0a19880b2557e8f 100644
|
||||||
--- a/tools/gritsettings/resource_ids
|
--- a/tools/gritsettings/resource_ids
|
||||||
+++ b/tools/gritsettings/resource_ids
|
+++ b/tools/gritsettings/resource_ids
|
||||||
@@ -457,6 +457,11 @@
|
@@ -466,6 +466,11 @@
|
||||||
"includes": [28880],
|
"includes": [28880],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
@ -6,20 +6,19 @@ Subject: ignore_rc_check.patch
|
||||||
Dont compare RC.exe and RC.py output.
|
Dont compare RC.exe and RC.py output.
|
||||||
FIXME: It has to be reverted once the script is fixed.
|
FIXME: It has to be reverted once the script is fixed.
|
||||||
|
|
||||||
diff --git a/build/toolchain/win/tool_wrapper.py b/build/toolchain/win/tool_wrapper.py
|
diff --git a/build/toolchain/win/rc/rc.py b/build/toolchain/win/rc/rc.py
|
||||||
index 3834cf2c01a9c63bfe7a6fc9e7549930a5eda01c..454b831a37c13fdd2fe4d8953d60dab661386f9a 100644
|
index cb09bf714a9b639697f0acd7ca8e023cf5281d1a..d6420d79092f40e6fc3f8d06ec468506a31b51a0 100755
|
||||||
--- a/build/toolchain/win/tool_wrapper.py
|
--- a/build/toolchain/win/rc/rc.py
|
||||||
+++ b/build/toolchain/win/tool_wrapper.py
|
+++ b/build/toolchain/win/rc/rc.py
|
||||||
@@ -250,7 +250,11 @@ class WinTool(object):
|
@@ -233,7 +233,10 @@ def CompareToMsRcOutput(preprocessed_output, is_utf8, flags):
|
||||||
if rc_exe_exit_code == 0:
|
# Assert Microsoft rc.exe and rc.py produced identical .res files.
|
||||||
import filecmp
|
if rc_exe_exit_code == 0:
|
||||||
# Strip "/fo" prefix.
|
import filecmp
|
||||||
- assert filecmp.cmp(rc_res_output[3:], rcpy_res_output[3:])
|
- assert filecmp.cmp(msrc_out, flags.output)
|
||||||
+ # ------
|
+ # Temporarily ignore compares
|
||||||
+ # Temporarily ignore compares
|
+ # Nightly builds use very large version numbers that fail this check
|
||||||
+ # Nightly builds use very large version numbers that fail this check
|
+ # FIXME(zacwalk): Enable the assert.
|
||||||
+ # FIXME(zacwalk): Enable the assert.
|
+ # assert filecmp.cmp(msrc_out, flags.output)
|
||||||
+ # assert filecmp.cmp(rc_res_output[3:], rcpy_res_output[3:])
|
return rc_exe_exit_code
|
||||||
return rc_exe_exit_code
|
|
||||||
|
|
||||||
def ExecActionWrapper(self, arch, rspfile, *dirname):
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ index 2514f591208372d6654ff9c5be50a51a39a881cb..4dd48f6a871cccb374c58adacb8ad9a8
|
||||||
new PerIsolateData(isolate_, allocator, access_mode_, task_runner));
|
new PerIsolateData(isolate_, allocator, access_mode_, task_runner));
|
||||||
if (isolate_creation_mode == IsolateCreationMode::kCreateSnapshot) {
|
if (isolate_creation_mode == IsolateCreationMode::kCreateSnapshot) {
|
||||||
diff --git a/gin/public/isolate_holder.h b/gin/public/isolate_holder.h
|
diff --git a/gin/public/isolate_holder.h b/gin/public/isolate_holder.h
|
||||||
index 6c5d101fef97e880bee20d2f76e4b339a624eb6f..576086de0de0a6fea9e2f2077af3aff18fd3138a 100644
|
index ede178acabc63c3c33d6ce93efd5632bec50ba89..ffe7331cf1806417a32e66970f81b7797b9b80fc 100644
|
||||||
--- a/gin/public/isolate_holder.h
|
--- a/gin/public/isolate_holder.h
|
||||||
+++ b/gin/public/isolate_holder.h
|
+++ b/gin/public/isolate_holder.h
|
||||||
@@ -75,7 +75,8 @@ class GIN_EXPORT IsolateHolder {
|
@@ -75,7 +75,8 @@ class GIN_EXPORT IsolateHolder {
|
||||||
|
|
|
@ -6,103 +6,46 @@ Subject: libgtkui_export.patch
|
||||||
Export libgtkui symbols for the GN component build.
|
Export libgtkui symbols for the GN component build.
|
||||||
|
|
||||||
diff --git a/chrome/browser/ui/libgtkui/gtk_util.h b/chrome/browser/ui/libgtkui/gtk_util.h
|
diff --git a/chrome/browser/ui/libgtkui/gtk_util.h b/chrome/browser/ui/libgtkui/gtk_util.h
|
||||||
index e0ab34ca088e65b97ea6ce19c765e514acda760f..8c742d93ffabbd9795f9ba021b23c972e66eaec3 100644
|
index c9712cd531c0e2114103bdf3f4cba3320b75c331..7fd8d177cec78e733c765097dcc0b9a65ed350ee 100644
|
||||||
--- a/chrome/browser/ui/libgtkui/gtk_util.h
|
--- a/chrome/browser/ui/libgtkui/gtk_util.h
|
||||||
+++ b/chrome/browser/ui/libgtkui/gtk_util.h
|
+++ b/chrome/browser/ui/libgtkui/gtk_util.h
|
||||||
@@ -11,6 +11,7 @@
|
@@ -8,6 +8,7 @@
|
||||||
|
#include <gtk/gtk.h>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
+#include "base/component_export.h"
|
||||||
#include "ui/base/glib/scoped_gobject.h"
|
#include "ui/base/glib/scoped_gobject.h"
|
||||||
#include "ui/native_theme/native_theme.h"
|
#include "ui/native_theme/native_theme.h"
|
||||||
#include "ui/views/window/frame_buttons.h"
|
#include "ui/views/window/frame_buttons.h"
|
||||||
+#include "chrome/browser/ui/libgtkui/libgtkui_export.h"
|
@@ -34,11 +35,11 @@ namespace libgtkui {
|
||||||
|
|
||||||
typedef union _GdkEvent GdkEvent;
|
|
||||||
|
|
||||||
@@ -36,10 +37,10 @@ namespace libgtkui {
|
|
||||||
|
|
||||||
extern const color_utils::HSL kDefaultTintFrameIncognito;
|
extern const color_utils::HSL kDefaultTintFrameIncognito;
|
||||||
|
|
||||||
-void GtkInitFromCommandLine(const base::CommandLine& command_line);
|
-void GtkInitFromCommandLine(const base::CommandLine& command_line);
|
||||||
+LIBGTKUI_EXPORT void GtkInitFromCommandLine(const base::CommandLine& command_line);
|
+COMPONENT_EXPORT(LIBGTKUI) void GtkInitFromCommandLine(const base::CommandLine& command_line);
|
||||||
|
|
||||||
// Returns the name of the ".desktop" file associated with our running process.
|
|
||||||
-std::string GetDesktopName(base::Environment* env);
|
|
||||||
+LIBGTKUI_EXPORT std::string GetDesktopName(base::Environment* env);
|
|
||||||
|
|
||||||
GdkModifierType GetGdkModifierForAccelerator(
|
|
||||||
const ui::Accelerator& accelerator);
|
|
||||||
@@ -52,7 +53,7 @@ void TurnButtonBlue(GtkWidget* button);
|
|
||||||
|
|
||||||
// Sets |dialog| as transient for |parent|, which will keep it on top and center
|
// Sets |dialog| as transient for |parent|, which will keep it on top and center
|
||||||
// it above |parent|. Do nothing if |parent| is nullptr.
|
// it above |parent|. Do nothing if |parent| is nullptr.
|
||||||
-void SetGtkTransientForAura(GtkWidget* dialog, aura::Window* parent);
|
-void SetGtkTransientForAura(GtkWidget* dialog, aura::Window* parent);
|
||||||
+LIBGTKUI_EXPORT void SetGtkTransientForAura(GtkWidget* dialog, aura::Window* parent);
|
+COMPONENT_EXPORT(LIBGTKUI) void SetGtkTransientForAura(GtkWidget* dialog, aura::Window* parent);
|
||||||
|
|
||||||
// Gets the transient parent aura window for |dialog|.
|
// Gets the transient parent aura window for |dialog|.
|
||||||
aura::Window* GetAuraTransientParent(GtkWidget* dialog);
|
aura::Window* GetAuraTransientParent(GtkWidget* dialog);
|
||||||
@@ -158,7 +159,7 @@ void ApplyCssToContext(GtkStyleContext* context, const std::string& css);
|
@@ -143,7 +144,7 @@ void ApplyCssToContext(GtkStyleContext* context, const std::string& css);
|
||||||
|
|
||||||
// Get the 'color' property from the style context created by
|
// Get the 'color' property from the style context created by
|
||||||
// GetStyleContextFromCss(|css_selector|).
|
// GetStyleContextFromCss(|css_selector|).
|
||||||
-SkColor GetFgColor(const std::string& css_selector);
|
-SkColor GetFgColor(const std::string& css_selector);
|
||||||
+LIBGTKUI_EXPORT SkColor GetFgColor(const std::string& css_selector);
|
+COMPONENT_EXPORT(LIBGTKUI) SkColor GetFgColor(const std::string& css_selector);
|
||||||
|
|
||||||
ScopedCssProvider GetCssProvider(const std::string& css);
|
ScopedCssProvider GetCssProvider(const std::string& css);
|
||||||
|
|
||||||
@@ -171,7 +172,7 @@ void RenderBackground(const gfx::Size& size,
|
@@ -156,7 +157,7 @@ void RenderBackground(const gfx::Size& size,
|
||||||
// Renders a background from the style context created by
|
// Renders a background from the style context created by
|
||||||
// GetStyleContextFromCss(|css_selector|) into a 24x24 bitmap and
|
// GetStyleContextFromCss(|css_selector|) into a 24x24 bitmap and
|
||||||
// returns the average color.
|
// returns the average color.
|
||||||
-SkColor GetBgColor(const std::string& css_selector);
|
-SkColor GetBgColor(const std::string& css_selector);
|
||||||
+LIBGTKUI_EXPORT SkColor GetBgColor(const std::string& css_selector);
|
+COMPONENT_EXPORT(LIBGTKUI) SkColor GetBgColor(const std::string& css_selector);
|
||||||
|
|
||||||
// Renders the border from the style context created by
|
// Renders the border from the style context created by
|
||||||
// GetStyleContextFromCss(|css_selector|) into a 24x24 bitmap and
|
// GetStyleContextFromCss(|css_selector|) into a 24x24 bitmap and
|
||||||
diff --git a/chrome/browser/ui/libgtkui/skia_utils_gtk.h b/chrome/browser/ui/libgtkui/skia_utils_gtk.h
|
|
||||||
index bd6ed68a11b0b6c08962f688c799bd0f6b8a8d0e..b1184475e0ab9f381dc3c78b1092e2e0ec59d60b 100644
|
|
||||||
--- a/chrome/browser/ui/libgtkui/skia_utils_gtk.h
|
|
||||||
+++ b/chrome/browser/ui/libgtkui/skia_utils_gtk.h
|
|
||||||
@@ -8,6 +8,7 @@
|
|
||||||
#include <gtk/gtk.h>
|
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
+#include "chrome/browser/ui/libgtkui/libgtkui_export.h"
|
|
||||||
#include "third_party/skia/include/core/SkColor.h"
|
|
||||||
|
|
||||||
#if !GTK_CHECK_VERSION(3, 90, 0)
|
|
||||||
@@ -48,7 +49,7 @@ const SkBitmap GdkPixbufToImageSkia(GdkPixbuf* pixbuf);
|
|
||||||
// Convert and copy a SkBitmap to a GdkPixbuf. NOTE: this uses BGRAToRGBA, so
|
|
||||||
// it is an expensive operation. The returned GdkPixbuf will have a refcount of
|
|
||||||
// 1, and the caller is responsible for unrefing it when done.
|
|
||||||
-GdkPixbuf* GdkPixbufFromSkBitmap(const SkBitmap& bitmap);
|
|
||||||
+LIBGTKUI_EXPORT GdkPixbuf* GdkPixbufFromSkBitmap(const SkBitmap& bitmap);
|
|
||||||
|
|
||||||
} // namespace libgtkui
|
|
||||||
|
|
||||||
diff --git a/chrome/browser/ui/libgtkui/unity_service.h b/chrome/browser/ui/libgtkui/unity_service.h
|
|
||||||
index 8d67e1460837c7f8adb151adea131cc6440659a3..95fbb27b6a81e4d73d239e94f5105078a936b5af 100644
|
|
||||||
--- a/chrome/browser/ui/libgtkui/unity_service.h
|
|
||||||
+++ b/chrome/browser/ui/libgtkui/unity_service.h
|
|
||||||
@@ -5,18 +5,20 @@
|
|
||||||
#ifndef CHROME_BROWSER_UI_LIBGTKUI_UNITY_SERVICE_H_
|
|
||||||
#define CHROME_BROWSER_UI_LIBGTKUI_UNITY_SERVICE_H_
|
|
||||||
|
|
||||||
+#include "chrome/browser/ui/libgtkui/libgtkui_export.h"
|
|
||||||
+
|
|
||||||
namespace unity {
|
|
||||||
|
|
||||||
// Returns whether unity is currently running.
|
|
||||||
-bool IsRunning();
|
|
||||||
+LIBGTKUI_EXPORT bool IsRunning();
|
|
||||||
|
|
||||||
// If unity is running, sets the download counter in the dock icon. Any value
|
|
||||||
// other than 0 displays the badge.
|
|
||||||
-void SetDownloadCount(int count);
|
|
||||||
+LIBGTKUI_EXPORT void SetDownloadCount(int count);
|
|
||||||
|
|
||||||
// If unity is running, sets the download progress bar in the dock icon. Any
|
|
||||||
// value between 0.0 and 1.0 (exclusive) shows the progress bar.
|
|
||||||
-void SetProgressFraction(float percentage);
|
|
||||||
+LIBGTKUI_EXPORT void SetProgressFraction(float percentage);
|
|
||||||
|
|
||||||
} // namespace unity
|
|
||||||
|
|
||||||
|
|
|
@ -6,13 +6,13 @@ Subject: mas-cgdisplayusesforcetogray.patch
|
||||||
Removes usage of the CGDisplayUsesForceToGray private API.
|
Removes usage of the CGDisplayUsesForceToGray private API.
|
||||||
|
|
||||||
diff --git a/ui/display/mac/screen_mac.mm b/ui/display/mac/screen_mac.mm
|
diff --git a/ui/display/mac/screen_mac.mm b/ui/display/mac/screen_mac.mm
|
||||||
index 85545ec7eaa6494fe542ee14e6f3e29ffa7d693e..bf352f9a6f087c28b6ce207bd0e5c09753ffb9cf 100644
|
index 95675ad6ddf61e3809833894f0962908d12be4ff..8cd379bb3d10e88c95902896684d443366c759c4 100644
|
||||||
--- a/ui/display/mac/screen_mac.mm
|
--- a/ui/display/mac/screen_mac.mm
|
||||||
+++ b/ui/display/mac/screen_mac.mm
|
+++ b/ui/display/mac/screen_mac.mm
|
||||||
@@ -108,7 +108,17 @@ Display BuildDisplayForScreen(NSScreen* screen) {
|
@@ -116,7 +116,17 @@ Display BuildDisplayForScreen(NSScreen* screen) {
|
||||||
|
display.set_depth_per_component(Display::kHDR10BitsPerComponent);
|
||||||
display.set_color_depth(NSBitsPerPixelFromDepth([screen depth]));
|
}
|
||||||
display.set_depth_per_component(NSBitsPerSampleFromDepth([screen depth]));
|
}
|
||||||
+#ifdef MAS_BUILD
|
+#ifdef MAS_BUILD
|
||||||
+ // This is equivalent to the CGDisplayUsesForceToGray() API as at 2018-08-06,
|
+ // This is equivalent to the CGDisplayUsesForceToGray() API as at 2018-08-06,
|
||||||
+ // but avoids usage of the private API.
|
+ // but avoids usage of the private API.
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Jeremy Apthorp <nornagon@nornagon.net>
|
|
||||||
Date: Thu, 20 Sep 2018 17:49:34 -0700
|
|
||||||
Subject: mas-lssetapplicationlaunchservicesserverconnectionstatus.patch
|
|
||||||
|
|
||||||
Removes usage of the _LSSetApplicationLaunchServicesServerConnectionStatus
|
|
||||||
private API.
|
|
||||||
|
|
||||||
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
|
||||||
index d257830f5943937a634aa85539ad654310579e2c..4373f508964cb1e9fd51c952122ac2f41fb35ae9 100644
|
|
||||||
--- a/content/gpu/gpu_main.cc
|
|
||||||
+++ b/content/gpu/gpu_main.cc
|
|
||||||
@@ -286,8 +286,10 @@ int GpuMain(const MainFunctionParams& parameters) {
|
|
||||||
std::make_unique<base::SingleThreadTaskExecutor>(
|
|
||||||
base::MessagePumpType::NS_RUNLOOP);
|
|
||||||
|
|
||||||
+#ifndef MAS_BUILD
|
|
||||||
// Tell LaunchServices to continue without a connection to the daemon.
|
|
||||||
_LSSetApplicationLaunchServicesServerConnectionStatus(0, nullptr);
|
|
||||||
+#endif
|
|
||||||
#else
|
|
||||||
main_thread_task_executor =
|
|
||||||
std::make_unique<base::SingleThreadTaskExecutor>(
|
|
|
@ -73,7 +73,7 @@ index 94afefcee81b87c05bf9b1199d90d3d4b5ea84a6..2ec7f04c71824b47de1ddbf1f0e8625d
|
||||||
|
|
||||||
} // namespace blink
|
} // namespace blink
|
||||||
diff --git a/third_party/blink/renderer/core/paint/theme_painter_mac.mm b/third_party/blink/renderer/core/paint/theme_painter_mac.mm
|
diff --git a/third_party/blink/renderer/core/paint/theme_painter_mac.mm b/third_party/blink/renderer/core/paint/theme_painter_mac.mm
|
||||||
index e94235acb17335fbc78c606ff26036871117bd09..7c4bd19215c67f649636ae69b9a21b5c1ba21ecc 100644
|
index 8f4ae94bc1d8188d041654c50511f3346eee79de..fa06f47abbff3dcda937bf0b794f616e4818cd30 100644
|
||||||
--- a/third_party/blink/renderer/core/paint/theme_painter_mac.mm
|
--- a/third_party/blink/renderer/core/paint/theme_painter_mac.mm
|
||||||
+++ b/third_party/blink/renderer/core/paint/theme_painter_mac.mm
|
+++ b/third_party/blink/renderer/core/paint/theme_painter_mac.mm
|
||||||
@@ -41,6 +41,7 @@
|
@@ -41,6 +41,7 @@
|
||||||
|
@ -92,7 +92,7 @@ index e94235acb17335fbc78c606ff26036871117bd09..7c4bd19215c67f649636ae69b9a21b5c
|
||||||
|
|
||||||
namespace blink {
|
namespace blink {
|
||||||
|
|
||||||
@@ -72,10 +74,12 @@ void _NSDrawCarbonThemeListBox(NSRect frame,
|
@@ -95,10 +97,12 @@ void _NSDrawCarbonThemeListBox(NSRect frame,
|
||||||
// behavior change while remaining a fragile solution.
|
// behavior change while remaining a fragile solution.
|
||||||
// https://bugs.chromium.org/p/chromium/issues/detail?id=658085#c3
|
// https://bugs.chromium.org/p/chromium/issues/detail?id=658085#c3
|
||||||
if (!use_ns_text_field_cell) {
|
if (!use_ns_text_field_cell) {
|
||||||
|
@ -105,9 +105,9 @@ index e94235acb17335fbc78c606ff26036871117bd09..7c4bd19215c67f649636ae69b9a21b5c
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -161,10 +165,12 @@ void _NSDrawCarbonThemeListBox(NSRect frame,
|
@@ -186,10 +190,12 @@ void _NSDrawCarbonThemeListBox(NSRect frame,
|
||||||
const PaintInfo& paint_info,
|
|
||||||
const IntRect& r) {
|
const IntRect& r) {
|
||||||
|
ScopedColorSchemeAppearance appearance(style.UsedColorScheme());
|
||||||
LocalCurrentGraphicsContext local_context(paint_info.context, r);
|
LocalCurrentGraphicsContext local_context(paint_info.context, r);
|
||||||
+#ifndef MAS_BUILD
|
+#ifndef MAS_BUILD
|
||||||
_NSDrawCarbonThemeListBox(
|
_NSDrawCarbonThemeListBox(
|
||||||
|
|
|
@ -50,10 +50,10 @@ index 743d1364bcd13e24ecbe5ced730161d15b8c3e93..a5529ac8841b79f230f0fa8eae2b3cb2
|
||||||
// is concerned.
|
// is concerned.
|
||||||
@property(nonatomic, readonly) NSString* subrole;
|
@property(nonatomic, readonly) NSString* subrole;
|
||||||
diff --git a/content/browser/accessibility/browser_accessibility_cocoa.mm b/content/browser/accessibility/browser_accessibility_cocoa.mm
|
diff --git a/content/browser/accessibility/browser_accessibility_cocoa.mm b/content/browser/accessibility/browser_accessibility_cocoa.mm
|
||||||
index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be868742069dafc72 100644
|
index 2851641d0219164185567a100c2c19d49274c233..c787f7adf7bfb3b9caebe72eecfba55c2ebb8926 100644
|
||||||
--- a/content/browser/accessibility/browser_accessibility_cocoa.mm
|
--- a/content/browser/accessibility/browser_accessibility_cocoa.mm
|
||||||
+++ b/content/browser/accessibility/browser_accessibility_cocoa.mm
|
+++ b/content/browser/accessibility/browser_accessibility_cocoa.mm
|
||||||
@@ -229,6 +229,7 @@
|
@@ -241,6 +241,7 @@
|
||||||
// VoiceOver uses -1 to mean "no limit" for AXResultsLimit.
|
// VoiceOver uses -1 to mean "no limit" for AXResultsLimit.
|
||||||
const int kAXResultsLimitNoLimit = -1;
|
const int kAXResultsLimitNoLimit = -1;
|
||||||
|
|
||||||
|
@ -61,7 +61,7 @@ index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be8687420
|
||||||
extern "C" {
|
extern "C" {
|
||||||
|
|
||||||
// The following are private accessibility APIs required for cursor navigation
|
// The following are private accessibility APIs required for cursor navigation
|
||||||
@@ -468,6 +469,7 @@ void AddMisspelledTextAttributes(const AXPlatformRange& ax_range,
|
@@ -480,6 +481,7 @@ void AddMisspelledTextAttributes(const AXPlatformRange& ax_range,
|
||||||
AddMisspelledTextAttributes(ax_range, attributed_text);
|
AddMisspelledTextAttributes(ax_range, attributed_text);
|
||||||
return attributed_text;
|
return attributed_text;
|
||||||
}
|
}
|
||||||
|
@ -69,7 +69,7 @@ index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be8687420
|
||||||
|
|
||||||
// Returns an autoreleased copy of the AXNodeData's attribute.
|
// Returns an autoreleased copy of the AXNodeData's attribute.
|
||||||
NSString* NSStringForStringAttribute(BrowserAccessibility* browserAccessibility,
|
NSString* NSStringForStringAttribute(BrowserAccessibility* browserAccessibility,
|
||||||
@@ -735,7 +737,9 @@ + (void)initialize {
|
@@ -748,7 +750,9 @@ + (void)initialize {
|
||||||
{NSAccessibilityEditableAncestorAttribute, @"editableAncestor"},
|
{NSAccessibilityEditableAncestorAttribute, @"editableAncestor"},
|
||||||
{NSAccessibilityElementBusyAttribute, @"elementBusy"},
|
{NSAccessibilityElementBusyAttribute, @"elementBusy"},
|
||||||
{NSAccessibilityEnabledAttribute, @"enabled"},
|
{NSAccessibilityEnabledAttribute, @"enabled"},
|
||||||
|
@ -79,7 +79,7 @@ index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be8687420
|
||||||
{NSAccessibilityExpandedAttribute, @"expanded"},
|
{NSAccessibilityExpandedAttribute, @"expanded"},
|
||||||
{NSAccessibilityFocusableAncestorAttribute, @"focusableAncestor"},
|
{NSAccessibilityFocusableAncestorAttribute, @"focusableAncestor"},
|
||||||
{NSAccessibilityFocusedAttribute, @"focused"},
|
{NSAccessibilityFocusedAttribute, @"focused"},
|
||||||
@@ -747,8 +751,10 @@ + (void)initialize {
|
@@ -760,8 +764,10 @@ + (void)initialize {
|
||||||
{NSAccessibilityHighestEditableAncestorAttribute,
|
{NSAccessibilityHighestEditableAncestorAttribute,
|
||||||
@"highestEditableAncestor"},
|
@"highestEditableAncestor"},
|
||||||
{NSAccessibilityIndexAttribute, @"index"},
|
{NSAccessibilityIndexAttribute, @"index"},
|
||||||
|
@ -90,7 +90,7 @@ index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be8687420
|
||||||
{NSAccessibilityInvalidAttribute, @"invalid"},
|
{NSAccessibilityInvalidAttribute, @"invalid"},
|
||||||
{NSAccessibilityIsMultiSelectableAttribute, @"isMultiSelectable"},
|
{NSAccessibilityIsMultiSelectableAttribute, @"isMultiSelectable"},
|
||||||
{NSAccessibilityLanguageAttribute, @"language"},
|
{NSAccessibilityLanguageAttribute, @"language"},
|
||||||
@@ -770,13 +776,17 @@ + (void)initialize {
|
@@ -783,13 +789,17 @@ + (void)initialize {
|
||||||
{NSAccessibilityRowsAttribute, @"rows"},
|
{NSAccessibilityRowsAttribute, @"rows"},
|
||||||
// TODO(aboxhall): expose
|
// TODO(aboxhall): expose
|
||||||
// NSAccessibilityServesAsTitleForUIElementsAttribute
|
// NSAccessibilityServesAsTitleForUIElementsAttribute
|
||||||
|
@ -108,7 +108,7 @@ index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be8687420
|
||||||
{NSAccessibilitySizeAttribute, @"size"},
|
{NSAccessibilitySizeAttribute, @"size"},
|
||||||
{NSAccessibilitySortDirectionAttribute, @"sortDirection"},
|
{NSAccessibilitySortDirectionAttribute, @"sortDirection"},
|
||||||
{NSAccessibilitySubroleAttribute, @"subrole"},
|
{NSAccessibilitySubroleAttribute, @"subrole"},
|
||||||
@@ -1272,6 +1282,7 @@ - (NSNumber*)enabled {
|
@@ -1285,6 +1295,7 @@ - (NSNumber*)enabled {
|
||||||
ax::mojom::Restriction::kDisabled];
|
ax::mojom::Restriction::kDisabled];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -116,7 +116,7 @@ index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be8687420
|
||||||
// Returns a text marker that points to the last character in the document that
|
// Returns a text marker that points to the last character in the document that
|
||||||
// can be selected with VoiceOver.
|
// can be selected with VoiceOver.
|
||||||
- (id)endTextMarker {
|
- (id)endTextMarker {
|
||||||
@@ -1282,6 +1293,7 @@ - (id)endTextMarker {
|
@@ -1295,6 +1306,7 @@ - (id)endTextMarker {
|
||||||
BrowserAccessibilityPositionInstance position = root->CreatePositionAt(0);
|
BrowserAccessibilityPositionInstance position = root->CreatePositionAt(0);
|
||||||
return CreateTextMarker(position->CreatePositionAtEndOfAnchor());
|
return CreateTextMarker(position->CreatePositionAtEndOfAnchor());
|
||||||
}
|
}
|
||||||
|
@ -124,7 +124,7 @@ index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be8687420
|
||||||
|
|
||||||
- (NSNumber*)expanded {
|
- (NSNumber*)expanded {
|
||||||
if (![self instanceActive])
|
if (![self instanceActive])
|
||||||
@@ -1427,6 +1439,8 @@ - (NSNumber*)index {
|
@@ -1440,6 +1452,8 @@ - (NSNumber*)index {
|
||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -133,7 +133,7 @@ index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be8687420
|
||||||
- (NSNumber*)insertionPointLineNumber {
|
- (NSNumber*)insertionPointLineNumber {
|
||||||
if (![self instanceActive])
|
if (![self instanceActive])
|
||||||
return nil;
|
return nil;
|
||||||
@@ -1449,6 +1463,7 @@ - (NSNumber*)insertionPointLineNumber {
|
@@ -1462,6 +1476,7 @@ - (NSNumber*)insertionPointLineNumber {
|
||||||
caretPosition->AsTextPosition()->text_offset());
|
caretPosition->AsTextPosition()->text_offset());
|
||||||
return @(std::distance(lineBreaks.begin(), iterator));
|
return @(std::distance(lineBreaks.begin(), iterator));
|
||||||
}
|
}
|
||||||
|
@ -141,7 +141,7 @@ index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be8687420
|
||||||
|
|
||||||
// Returns whether or not this node should be ignored in the
|
// Returns whether or not this node should be ignored in the
|
||||||
// accessibility tree.
|
// accessibility tree.
|
||||||
@@ -2134,6 +2149,7 @@ - (NSArray*)selectedChildren {
|
@@ -2147,6 +2162,7 @@ - (NSArray*)selectedChildren {
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -149,7 +149,7 @@ index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be8687420
|
||||||
- (NSString*)selectedText {
|
- (NSString*)selectedText {
|
||||||
if (![self instanceActive])
|
if (![self instanceActive])
|
||||||
return nil;
|
return nil;
|
||||||
@@ -2145,11 +2161,13 @@ - (NSString*)selectedText {
|
@@ -2158,11 +2174,13 @@ - (NSString*)selectedText {
|
||||||
return nil;
|
return nil;
|
||||||
return base::SysUTF16ToNSString(range.GetText());
|
return base::SysUTF16ToNSString(range.GetText());
|
||||||
}
|
}
|
||||||
|
@ -163,7 +163,7 @@ index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be8687420
|
||||||
- (NSValue*)selectedTextRange {
|
- (NSValue*)selectedTextRange {
|
||||||
if (![self instanceActive])
|
if (![self instanceActive])
|
||||||
return nil;
|
return nil;
|
||||||
@@ -2170,12 +2188,15 @@ - (NSValue*)selectedTextRange {
|
@@ -2183,12 +2201,15 @@ - (NSValue*)selectedTextRange {
|
||||||
int selLength = range.GetText().length();
|
int selLength = range.GetText().length();
|
||||||
return [NSValue valueWithRange:NSMakeRange(selStart, selLength)];
|
return [NSValue valueWithRange:NSMakeRange(selStart, selLength)];
|
||||||
}
|
}
|
||||||
|
@ -179,7 +179,7 @@ index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be8687420
|
||||||
|
|
||||||
- (NSValue*)size {
|
- (NSValue*)size {
|
||||||
if (![self instanceActive])
|
if (![self instanceActive])
|
||||||
@@ -2208,6 +2229,7 @@ - (NSString*)sortDirection {
|
@@ -2221,6 +2242,7 @@ - (NSString*)sortDirection {
|
||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -187,7 +187,7 @@ index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be8687420
|
||||||
// Returns a text marker that points to the first character in the document that
|
// Returns a text marker that points to the first character in the document that
|
||||||
// can be selected with VoiceOver.
|
// can be selected with VoiceOver.
|
||||||
- (id)startTextMarker {
|
- (id)startTextMarker {
|
||||||
@@ -2218,6 +2240,7 @@ - (id)startTextMarker {
|
@@ -2231,6 +2253,7 @@ - (id)startTextMarker {
|
||||||
BrowserAccessibilityPositionInstance position = root->CreatePositionAt(0);
|
BrowserAccessibilityPositionInstance position = root->CreatePositionAt(0);
|
||||||
return CreateTextMarker(position->CreatePositionAtStartOfAnchor());
|
return CreateTextMarker(position->CreatePositionAtStartOfAnchor());
|
||||||
}
|
}
|
||||||
|
@ -195,7 +195,7 @@ index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be8687420
|
||||||
|
|
||||||
// Returns a subrole based upon the role.
|
// Returns a subrole based upon the role.
|
||||||
- (NSString*)subrole {
|
- (NSString*)subrole {
|
||||||
@@ -2509,11 +2532,13 @@ - (NSAttributedString*)attributedValueForRange:(NSRange)range {
|
@@ -2522,11 +2545,13 @@ - (NSAttributedString*)attributedValueForRange:(NSRange)range {
|
||||||
NSMutableAttributedString* attributedValue =
|
NSMutableAttributedString* attributedValue =
|
||||||
[[[NSMutableAttributedString alloc] initWithString:value] autorelease];
|
[[[NSMutableAttributedString alloc] initWithString:value] autorelease];
|
||||||
|
|
||||||
|
@ -209,7 +209,7 @@ index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be8687420
|
||||||
|
|
||||||
return [attributedValue attributedSubstringFromRange:range];
|
return [attributedValue attributedSubstringFromRange:range];
|
||||||
}
|
}
|
||||||
@@ -2616,9 +2641,8 @@ - (id)accessibilityAttributeValue:(NSString*)attribute
|
@@ -2629,9 +2654,8 @@ - (id)accessibilityAttributeValue:(NSString*)attribute
|
||||||
return ToBrowserAccessibilityCocoa(cell);
|
return ToBrowserAccessibilityCocoa(cell);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -221,7 +221,7 @@ index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be8687420
|
||||||
BrowserAccessibilityPositionInstance position =
|
BrowserAccessibilityPositionInstance position =
|
||||||
CreatePositionFromTextMarker(parameter);
|
CreatePositionFromTextMarker(parameter);
|
||||||
if (!position->IsNullPosition())
|
if (!position->IsNullPosition())
|
||||||
@@ -2929,6 +2953,7 @@ AXPlatformRange range(std::move(lineStartPosition),
|
@@ -2942,6 +2966,7 @@ AXPlatformRange range(std::move(lineStartPosition),
|
||||||
|
|
||||||
return CreateTextMarker(root->CreatePositionAt(index));
|
return CreateTextMarker(root->CreatePositionAt(index));
|
||||||
}
|
}
|
||||||
|
@ -229,7 +229,7 @@ index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be8687420
|
||||||
|
|
||||||
if ([attribute isEqualToString:
|
if ([attribute isEqualToString:
|
||||||
NSAccessibilityBoundsForRangeParameterizedAttribute]) {
|
NSAccessibilityBoundsForRangeParameterizedAttribute]) {
|
||||||
@@ -2962,6 +2987,7 @@ AXPlatformRange range(std::move(lineStartPosition),
|
@@ -2975,6 +3000,7 @@ AXPlatformRange range(std::move(lineStartPosition),
|
||||||
return nil;
|
return nil;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -237,7 +237,7 @@ index 5bdcea914780468d93b55b2e89dc3628a683f85c..0358f557432590ed48f9cd9be8687420
|
||||||
if ([attribute
|
if ([attribute
|
||||||
isEqualToString:
|
isEqualToString:
|
||||||
NSAccessibilityLineTextMarkerRangeForTextMarkerParameterizedAttribute]) {
|
NSAccessibilityLineTextMarkerRangeForTextMarkerParameterizedAttribute]) {
|
||||||
@@ -3042,6 +3068,7 @@ AXPlatformRange range(position->CreatePreviousLineStartPosition(
|
@@ -3081,6 +3107,7 @@ AXPlatformRange range(position->CreatePreviousLineStartPosition(
|
||||||
|
|
||||||
return @(child->GetIndexInParent());
|
return @(child->GetIndexInParent());
|
||||||
}
|
}
|
||||||
|
|
|
@ -5,10 +5,10 @@ Subject: network_service_allow_remote_certificate_verification_logic.patch
|
||||||
|
|
||||||
|
|
||||||
diff --git a/services/network/network_context.cc b/services/network/network_context.cc
|
diff --git a/services/network/network_context.cc b/services/network/network_context.cc
|
||||||
index 647fd0d633e868c5f06bbb97f03333e863075f06..b9a8a12b8abb386fec548a26e4686af2e3822b8c 100644
|
index 1a790a06d802947e64ca84a37eb7d671a223a125..f0981821bf55594169a35c2db16d79ea0321b565 100644
|
||||||
--- a/services/network/network_context.cc
|
--- a/services/network/network_context.cc
|
||||||
+++ b/services/network/network_context.cc
|
+++ b/services/network/network_context.cc
|
||||||
@@ -90,6 +90,11 @@
|
@@ -91,6 +91,11 @@
|
||||||
#include "services/network/url_loader.h"
|
#include "services/network/url_loader.h"
|
||||||
#include "services/network/url_request_context_builder_mojo.h"
|
#include "services/network/url_request_context_builder_mojo.h"
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ index 647fd0d633e868c5f06bbb97f03333e863075f06..b9a8a12b8abb386fec548a26e4686af2
|
||||||
#if BUILDFLAG(IS_CT_SUPPORTED)
|
#if BUILDFLAG(IS_CT_SUPPORTED)
|
||||||
#include "components/certificate_transparency/chrome_ct_policy_enforcer.h"
|
#include "components/certificate_transparency/chrome_ct_policy_enforcer.h"
|
||||||
#include "components/certificate_transparency/chrome_require_ct_delegate.h"
|
#include "components/certificate_transparency/chrome_require_ct_delegate.h"
|
||||||
@@ -319,6 +324,79 @@ std::string HashesToBase64String(const net::HashValueVector& hashes) {
|
@@ -325,6 +330,79 @@ std::string HashesToBase64String(const net::HashValueVector& hashes) {
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
|
@ -100,7 +100,7 @@ index 647fd0d633e868c5f06bbb97f03333e863075f06..b9a8a12b8abb386fec548a26e4686af2
|
||||||
constexpr uint32_t NetworkContext::kMaxOutstandingRequestsPerProcess;
|
constexpr uint32_t NetworkContext::kMaxOutstandingRequestsPerProcess;
|
||||||
|
|
||||||
NetworkContext::PendingCertVerify::PendingCertVerify() = default;
|
NetworkContext::PendingCertVerify::PendingCertVerify() = default;
|
||||||
@@ -474,6 +552,13 @@ void NetworkContext::SetClient(
|
@@ -477,6 +555,13 @@ void NetworkContext::SetClient(
|
||||||
client_.Bind(std::move(client));
|
client_.Bind(std::move(client));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -112,21 +112,40 @@ index 647fd0d633e868c5f06bbb97f03333e863075f06..b9a8a12b8abb386fec548a26e4686af2
|
||||||
+}
|
+}
|
||||||
+
|
+
|
||||||
void NetworkContext::CreateURLLoaderFactory(
|
void NetworkContext::CreateURLLoaderFactory(
|
||||||
mojom::URLLoaderFactoryRequest request,
|
mojo::PendingReceiver<mojom::URLLoaderFactory> receiver,
|
||||||
mojom::URLLoaderFactoryParamsPtr params) {
|
mojom::URLLoaderFactoryParamsPtr params) {
|
||||||
@@ -1552,12 +1637,19 @@ URLRequestContextOwner NetworkContext::MakeURLRequestContext() {
|
@@ -1545,6 +1630,7 @@ URLRequestContextOwner NetworkContext::MakeURLRequestContext() {
|
||||||
net::SystemTrustStoreProvider::CreateDefaultForSSL())));
|
base::CommandLine::ForCurrentProcess();
|
||||||
|
|
||||||
|
std::unique_ptr<net::CertVerifier> cert_verifier;
|
||||||
|
+ std::unique_ptr<net::CertVerifier> temp_verifier;
|
||||||
|
if (g_cert_verifier_for_testing) {
|
||||||
|
cert_verifier = std::make_unique<WrappedTestingCertVerifier>();
|
||||||
|
} else {
|
||||||
|
@@ -1592,8 +1678,8 @@ URLRequestContextOwner NetworkContext::MakeURLRequestContext() {
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
#if BUILDFLAG(BUILTIN_CERT_VERIFIER_FEATURE_SUPPORTED)
|
||||||
|
- if (!cert_verifier) {
|
||||||
|
- cert_verifier = std::make_unique<net::CachingCertVerifier>(
|
||||||
|
+ if (!temp_verifier) {
|
||||||
|
+ temp_verifier = std::make_unique<net::CachingCertVerifier>(
|
||||||
|
std::make_unique<net::CoalescingCertVerifier>(
|
||||||
|
std::make_unique<net::MultiThreadedCertVerifier>(
|
||||||
|
params_->use_builtin_cert_verifier
|
||||||
|
@@ -1603,12 +1689,19 @@ URLRequestContextOwner NetworkContext::MakeURLRequestContext() {
|
||||||
|
cert_net_fetcher_))));
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
- if (!cert_verifier)
|
- if (!cert_verifier)
|
||||||
- cert_verifier = net::CertVerifier::CreateDefault(cert_net_fetcher_);
|
- cert_verifier = net::CertVerifier::CreateDefault(cert_net_fetcher_);
|
||||||
+ if (!cert_verifier) {
|
+ if (!temp_verifier) {
|
||||||
+ auto mt_verifier = std::make_unique<net::MultiThreadedCertVerifier>(
|
+ temp_verifier = std::make_unique<net::MultiThreadedCertVerifier>(
|
||||||
+ net::CertVerifyProc::CreateDefault(std::move(cert_net_fetcher_)));
|
+ net::CertVerifyProc::CreateSystemVerifyProc(std::move(cert_net_fetcher_)));
|
||||||
+ auto remote_cert_verifier = std::make_unique<RemoteCertVerifier>(std::move(mt_verifier));
|
|
||||||
+ remote_cert_verifier_ = remote_cert_verifier.get();
|
|
||||||
+ cert_verifier = std::make_unique<net::CachingCertVerifier>(std::move(remote_cert_verifier));
|
|
||||||
+ }
|
+ }
|
||||||
|
+ auto remote_cert_verifier = std::make_unique<RemoteCertVerifier>(std::move(temp_verifier));
|
||||||
|
+ remote_cert_verifier_ = remote_cert_verifier.get();
|
||||||
|
+ cert_verifier = std::make_unique<net::CachingCertVerifier>(std::move(remote_cert_verifier));
|
||||||
}
|
}
|
||||||
|
|
||||||
- builder.SetCertVerifier(IgnoreErrorsCertVerifier::MaybeWrapCertVerifier(
|
- builder.SetCertVerifier(IgnoreErrorsCertVerifier::MaybeWrapCertVerifier(
|
||||||
|
@ -139,10 +158,10 @@ index 647fd0d633e868c5f06bbb97f03333e863075f06..b9a8a12b8abb386fec548a26e4686af2
|
||||||
std::unique_ptr<NetworkServiceNetworkDelegate> network_delegate =
|
std::unique_ptr<NetworkServiceNetworkDelegate> network_delegate =
|
||||||
std::make_unique<NetworkServiceNetworkDelegate>(
|
std::make_unique<NetworkServiceNetworkDelegate>(
|
||||||
diff --git a/services/network/network_context.h b/services/network/network_context.h
|
diff --git a/services/network/network_context.h b/services/network/network_context.h
|
||||||
index 98c968120b4ccedcdf321a365db038954095ae7a..e98063a71435ee8828f3b5a21b569325965f7c58 100644
|
index 1ecf63fe12c63ce43481cb1035bc69829b38c83d..af1fcc847fbfa699d1fa3b8bdc04a6326cb9c3b9 100644
|
||||||
--- a/services/network/network_context.h
|
--- a/services/network/network_context.h
|
||||||
+++ b/services/network/network_context.h
|
+++ b/services/network/network_context.h
|
||||||
@@ -81,6 +81,7 @@ class DomainReliabilityMonitor;
|
@@ -84,6 +84,7 @@ class DomainReliabilityMonitor;
|
||||||
|
|
||||||
namespace network {
|
namespace network {
|
||||||
class CertVerifierWithTrustAnchors;
|
class CertVerifierWithTrustAnchors;
|
||||||
|
@ -150,16 +169,16 @@ index 98c968120b4ccedcdf321a365db038954095ae7a..e98063a71435ee8828f3b5a21b569325
|
||||||
class CookieManager;
|
class CookieManager;
|
||||||
class ExpectCTReporter;
|
class ExpectCTReporter;
|
||||||
class HostResolver;
|
class HostResolver;
|
||||||
@@ -170,6 +171,8 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkContext
|
@@ -176,6 +177,8 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkContext
|
||||||
// mojom::NetworkContext implementation:
|
void CreateURLLoaderFactory(
|
||||||
void SetClient(
|
mojo::PendingReceiver<mojom::URLLoaderFactory> receiver,
|
||||||
mojo::PendingRemote<mojom::NetworkContextClient> client) override;
|
mojom::URLLoaderFactoryParamsPtr params) override;
|
||||||
+ void SetCertVerifierClient(
|
+ void SetCertVerifierClient(
|
||||||
+ mojo::PendingRemote<mojom::CertVerifierClient> client) override;
|
+ mojo::PendingRemote<mojom::CertVerifierClient> client) override;
|
||||||
void CreateURLLoaderFactory(mojom::URLLoaderFactoryRequest request,
|
|
||||||
mojom::URLLoaderFactoryParamsPtr params) override;
|
|
||||||
void ResetURLLoaderFactories() override;
|
void ResetURLLoaderFactories() override;
|
||||||
@@ -564,6 +567,8 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkContext
|
void GetCookieManager(
|
||||||
|
mojo::PendingReceiver<mojom::CookieManager> receiver) override;
|
||||||
|
@@ -585,6 +588,8 @@ class COMPONENT_EXPORT(NETWORK_SERVICE) NetworkContext
|
||||||
std::unique_ptr<network::NSSTempCertsCacheChromeOS> nss_temp_certs_cache_;
|
std::unique_ptr<network::NSSTempCertsCacheChromeOS> nss_temp_certs_cache_;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -169,11 +188,11 @@ index 98c968120b4ccedcdf321a365db038954095ae7a..e98063a71435ee8828f3b5a21b569325
|
||||||
// CertNetFetcher is not used by the current platform.
|
// CertNetFetcher is not used by the current platform.
|
||||||
scoped_refptr<net::CertNetFetcherImpl> cert_net_fetcher_;
|
scoped_refptr<net::CertNetFetcherImpl> cert_net_fetcher_;
|
||||||
diff --git a/services/network/public/mojom/network_context.mojom b/services/network/public/mojom/network_context.mojom
|
diff --git a/services/network/public/mojom/network_context.mojom b/services/network/public/mojom/network_context.mojom
|
||||||
index 322670fb32403266f25c9f49079a25ef90dc01e2..4691fde53fd7d6ff6e89c55a7fec88d77b39701c 100644
|
index b5f93999c664fe9c401107989974c3d5dae97209..cab46e7c1730a8886653380d36a6ec0cdddbf302 100644
|
||||||
--- a/services/network/public/mojom/network_context.mojom
|
--- a/services/network/public/mojom/network_context.mojom
|
||||||
+++ b/services/network/public/mojom/network_context.mojom
|
+++ b/services/network/public/mojom/network_context.mojom
|
||||||
@@ -168,6 +168,17 @@ interface TrustedURLLoaderHeaderClient {
|
@@ -181,6 +181,17 @@ interface TrustedURLLoaderHeaderClient {
|
||||||
pending_receiver<TrustedHeaderClient> header_client);
|
pending_receiver<TrustedHeaderClient> header_client);
|
||||||
};
|
};
|
||||||
|
|
||||||
+interface CertVerifierClient {
|
+interface CertVerifierClient {
|
||||||
|
@ -190,7 +209,7 @@ index 322670fb32403266f25c9f49079a25ef90dc01e2..4691fde53fd7d6ff6e89c55a7fec88d7
|
||||||
// Parameters for constructing a network context.
|
// Parameters for constructing a network context.
|
||||||
struct NetworkContextParams {
|
struct NetworkContextParams {
|
||||||
// Name used by memory tools to identify the context.
|
// Name used by memory tools to identify the context.
|
||||||
@@ -740,6 +751,9 @@ interface NetworkContext {
|
@@ -760,6 +771,9 @@ interface NetworkContext {
|
||||||
// Sets a client for this network context.
|
// Sets a client for this network context.
|
||||||
SetClient(pending_remote<NetworkContextClient> client);
|
SetClient(pending_remote<NetworkContextClient> client);
|
||||||
|
|
||||||
|
@ -198,5 +217,5 @@ index 322670fb32403266f25c9f49079a25ef90dc01e2..4691fde53fd7d6ff6e89c55a7fec88d7
|
||||||
+ SetCertVerifierClient(pending_remote<CertVerifierClient>? client);
|
+ SetCertVerifierClient(pending_remote<CertVerifierClient>? client);
|
||||||
+
|
+
|
||||||
// Creates a new URLLoaderFactory with the given |params|.
|
// Creates a new URLLoaderFactory with the given |params|.
|
||||||
CreateURLLoaderFactory(URLLoaderFactory& url_loader_factory,
|
CreateURLLoaderFactory(pending_receiver<URLLoaderFactory> url_loader_factory,
|
||||||
URLLoaderFactoryParams params);
|
URLLoaderFactoryParams params);
|
||||||
|
|
|
@ -7,7 +7,7 @@ Do not check for unique origin in CacheStorage, in Electron we may have
|
||||||
scripts running without an origin.
|
scripts running without an origin.
|
||||||
|
|
||||||
diff --git a/content/browser/cache_storage/legacy/legacy_cache_storage.cc b/content/browser/cache_storage/legacy/legacy_cache_storage.cc
|
diff --git a/content/browser/cache_storage/legacy/legacy_cache_storage.cc b/content/browser/cache_storage/legacy/legacy_cache_storage.cc
|
||||||
index b1a4d62c9230fd11e74d4fa959b0d89f30a27e83..225c31ec025d73eb581dee9a05cb17cd70ee4be8 100644
|
index 04d8efd155ffd10becd9e62ad0fafcc85eae6a25..d421eba832cbc090bf1de2b99509c0cb3c995973 100644
|
||||||
--- a/content/browser/cache_storage/legacy/legacy_cache_storage.cc
|
--- a/content/browser/cache_storage/legacy/legacy_cache_storage.cc
|
||||||
+++ b/content/browser/cache_storage/legacy/legacy_cache_storage.cc
|
+++ b/content/browser/cache_storage/legacy/legacy_cache_storage.cc
|
||||||
@@ -104,7 +104,7 @@ class LegacyCacheStorage::CacheLoader {
|
@@ -104,7 +104,7 @@ class LegacyCacheStorage::CacheLoader {
|
||||||
|
|
|
@ -55,10 +55,10 @@ index 5253f6be778cc78571b3df0a33d364a9b1e6ef52..dc5307e6500b0bfb5da83e8d8ff8886b
|
||||||
|
|
||||||
scoped_refptr<ServiceWorkerContextWrapper> service_worker_context_;
|
scoped_refptr<ServiceWorkerContextWrapper> service_worker_context_;
|
||||||
diff --git a/content/browser/notifications/blink_notification_service_impl_unittest.cc b/content/browser/notifications/blink_notification_service_impl_unittest.cc
|
diff --git a/content/browser/notifications/blink_notification_service_impl_unittest.cc b/content/browser/notifications/blink_notification_service_impl_unittest.cc
|
||||||
index ce997528ce2973b54dbbf965220cc30bcb19a094..e84b0b62d853b044e590a0c764f1b21ad3210886 100644
|
index 09769a0b05e4c0257f290be107d91c96a7936df0..75d5c8bb7433d151841842b297950753d9da0e96 100644
|
||||||
--- a/content/browser/notifications/blink_notification_service_impl_unittest.cc
|
--- a/content/browser/notifications/blink_notification_service_impl_unittest.cc
|
||||||
+++ b/content/browser/notifications/blink_notification_service_impl_unittest.cc
|
+++ b/content/browser/notifications/blink_notification_service_impl_unittest.cc
|
||||||
@@ -138,7 +138,7 @@ class BlinkNotificationServiceImplTest : public ::testing::Test {
|
@@ -139,7 +139,7 @@ class BlinkNotificationServiceImplTest : public ::testing::Test {
|
||||||
|
|
||||||
notification_service_ = std::make_unique<BlinkNotificationServiceImpl>(
|
notification_service_ = std::make_unique<BlinkNotificationServiceImpl>(
|
||||||
notification_context_.get(), &browser_context_,
|
notification_context_.get(), &browser_context_,
|
||||||
|
@ -68,10 +68,10 @@ index ce997528ce2973b54dbbf965220cc30bcb19a094..e84b0b62d853b044e590a0c764f1b21a
|
||||||
notification_service_remote_.BindNewPipeAndPassReceiver());
|
notification_service_remote_.BindNewPipeAndPassReceiver());
|
||||||
|
|
||||||
diff --git a/content/browser/notifications/platform_notification_context_impl.cc b/content/browser/notifications/platform_notification_context_impl.cc
|
diff --git a/content/browser/notifications/platform_notification_context_impl.cc b/content/browser/notifications/platform_notification_context_impl.cc
|
||||||
index 2a447b73d763b7c91359f1b4550a002ff9e5e715..bd434393cf35605a8cc05d6fb96215cf76b5417a 100644
|
index 9ada5345a004a761b6e12ac0259d61e9fd8de5e9..9c13bd9e7d2604ef72b28029a9733153e776754f 100644
|
||||||
--- a/content/browser/notifications/platform_notification_context_impl.cc
|
--- a/content/browser/notifications/platform_notification_context_impl.cc
|
||||||
+++ b/content/browser/notifications/platform_notification_context_impl.cc
|
+++ b/content/browser/notifications/platform_notification_context_impl.cc
|
||||||
@@ -207,12 +207,13 @@ void PlatformNotificationContextImpl::Shutdown() {
|
@@ -208,12 +208,13 @@ void PlatformNotificationContextImpl::Shutdown() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void PlatformNotificationContextImpl::CreateService(
|
void PlatformNotificationContextImpl::CreateService(
|
||||||
|
@ -108,10 +108,10 @@ index 4bf25bf1fa69f7d3869369172d375e2e489e62a1..f80ef2cecc8b111dc54e109646573a59
|
||||||
mojo::PendingReceiver<blink::mojom::NotificationService> receiver);
|
mojo::PendingReceiver<blink::mojom::NotificationService> receiver);
|
||||||
|
|
||||||
diff --git a/content/browser/renderer_interface_binders.cc b/content/browser/renderer_interface_binders.cc
|
diff --git a/content/browser/renderer_interface_binders.cc b/content/browser/renderer_interface_binders.cc
|
||||||
index 8030fd5e66fab694d3f3a54dcb4688c14dcba473..18f259bdd9b5340a50494311983646d9b9244469 100644
|
index ca880850d5f538c6615fb8b3546d4726bf42b7f6..918448ace7c99bd406ff49d3903aeae98f4fc831 100644
|
||||||
--- a/content/browser/renderer_interface_binders.cc
|
--- a/content/browser/renderer_interface_binders.cc
|
||||||
+++ b/content/browser/renderer_interface_binders.cc
|
+++ b/content/browser/renderer_interface_binders.cc
|
||||||
@@ -135,7 +135,7 @@ void RendererInterfaceBinders::InitializeParameterizedBinderRegistry() {
|
@@ -136,7 +136,7 @@ void RendererInterfaceBinders::InitializeParameterizedBinderRegistry() {
|
||||||
RenderProcessHost* host, const url::Origin& origin) {
|
RenderProcessHost* host, const url::Origin& origin) {
|
||||||
static_cast<StoragePartitionImpl*>(host->GetStoragePartition())
|
static_cast<StoragePartitionImpl*>(host->GetStoragePartition())
|
||||||
->GetPlatformNotificationContext()
|
->GetPlatformNotificationContext()
|
||||||
|
|
|
@ -5,10 +5,10 @@ Subject: out_of_process_instance.patch
|
||||||
|
|
||||||
|
|
||||||
diff --git a/pdf/out_of_process_instance.cc b/pdf/out_of_process_instance.cc
|
diff --git a/pdf/out_of_process_instance.cc b/pdf/out_of_process_instance.cc
|
||||||
index a3786a8397536bdcb247c6a0a0ea6db4b174eae8..ab7f2276f4254d1d4cd608fa9815345185737665 100644
|
index 7be737cdf0f58bcdb91cb8cbedc8ff43fe74aa9a..aadf4f2980318ab0fcf75c2f1615e10a0f71aa37 100644
|
||||||
--- a/pdf/out_of_process_instance.cc
|
--- a/pdf/out_of_process_instance.cc
|
||||||
+++ b/pdf/out_of_process_instance.cc
|
+++ b/pdf/out_of_process_instance.cc
|
||||||
@@ -479,7 +479,9 @@ bool OutOfProcessInstance::Init(uint32_t argc,
|
@@ -486,7 +486,9 @@ bool OutOfProcessInstance::Init(uint32_t argc,
|
||||||
std::string document_url = document_url_var.AsString();
|
std::string document_url = document_url_var.AsString();
|
||||||
base::StringPiece document_url_piece(document_url);
|
base::StringPiece document_url_piece(document_url);
|
||||||
is_print_preview_ = IsPrintPreviewUrl(document_url_piece);
|
is_print_preview_ = IsPrintPreviewUrl(document_url_piece);
|
||||||
|
|
|
@ -258,7 +258,7 @@ index b9d2ce7f7f6837ee7b304daac82d21a3147c6faf..4d4b023d62d12b4d119acbfdee64f415
|
||||||
|
|
||||||
base::WeakPtrFactory<PepperFlashDRMHost> weak_factory_{this};
|
base::WeakPtrFactory<PepperFlashDRMHost> weak_factory_{this};
|
||||||
diff --git a/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc b/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc
|
diff --git a/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc b/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc
|
||||||
index 00db4e2fa2ac89d89ecd31174e192dcb17f3e912..df5a53c162059270ad673fffebbd432f6df0d212 100644
|
index 0fa0fa341e93bd089ef2a22f74450af55db69f5b..9a6d8e5740d6ccede998efd3a96496acd9efabfb 100644
|
||||||
--- a/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc
|
--- a/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc
|
||||||
+++ b/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc
|
+++ b/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.cc
|
||||||
@@ -8,17 +8,21 @@
|
@@ -8,17 +8,21 @@
|
||||||
|
@ -285,7 +285,7 @@ index 00db4e2fa2ac89d89ecd31174e192dcb17f3e912..df5a53c162059270ad673fffebbd432f
|
||||||
#include "ppapi/host/host_message_context.h"
|
#include "ppapi/host/host_message_context.h"
|
||||||
@@ -27,12 +31,11 @@
|
@@ -27,12 +31,11 @@
|
||||||
#include "ppapi/shared_impl/file_system_util.h"
|
#include "ppapi/shared_impl/file_system_util.h"
|
||||||
#include "storage/browser/fileapi/isolated_context.h"
|
#include "storage/browser/file_system/isolated_context.h"
|
||||||
|
|
||||||
-#if BUILDFLAG(ENABLE_EXTENSIONS)
|
-#if BUILDFLAG(ENABLE_EXTENSIONS)
|
||||||
+#if 0
|
+#if 0
|
||||||
|
@ -358,11 +358,11 @@ index 00db4e2fa2ac89d89ecd31174e192dcb17f3e912..df5a53c162059270ad673fffebbd432f
|
||||||
int32_t PepperIsolatedFileSystemMessageFilter::OpenPluginPrivateFileSystem(
|
int32_t PepperIsolatedFileSystemMessageFilter::OpenPluginPrivateFileSystem(
|
||||||
ppapi::host::HostMessageContext* context) {
|
ppapi::host::HostMessageContext* context) {
|
||||||
diff --git a/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.h b/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.h
|
diff --git a/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.h b/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.h
|
||||||
index 1d5ff1f6aa14812f2a6552f601900b03f3e3c8e7..5b6d0297c874146c21af37b983b2d8ee387b31ce 100644
|
index b36248debee4f5e0503e7611f7d1c47d59650f5b..7af31ee0d2cbb4c8fc7cd41c356305d6476815c5 100644
|
||||||
--- a/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.h
|
--- a/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.h
|
||||||
+++ b/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.h
|
+++ b/chrome/browser/renderer_host/pepper/pepper_isolated_file_system_message_filter.h
|
||||||
@@ -20,7 +20,9 @@
|
@@ -20,7 +20,9 @@
|
||||||
#include "storage/browser/fileapi/isolated_context.h"
|
#include "storage/browser/file_system/isolated_context.h"
|
||||||
#include "url/gurl.h"
|
#include "url/gurl.h"
|
||||||
|
|
||||||
+#if 0
|
+#if 0
|
||||||
|
|
|
@ -11,27 +11,29 @@ majority of changes originally come from these PRs:
|
||||||
This patch also fixes callback for manual user cancellation and success.
|
This patch also fixes callback for manual user cancellation and success.
|
||||||
|
|
||||||
diff --git a/chrome/browser/printing/print_job_worker.cc b/chrome/browser/printing/print_job_worker.cc
|
diff --git a/chrome/browser/printing/print_job_worker.cc b/chrome/browser/printing/print_job_worker.cc
|
||||||
index 13f9d7af3ae796ecec3a9189aa59f4b20171fd7a..9c35b294340cce070a9f428dac6aa587c93ccc6c 100644
|
index ab32d5475a0e269d32f6ab71f7dc82aa9e02035a..9ada750416f02d23c2f9faae0c41e4a7541183f7 100644
|
||||||
--- a/chrome/browser/printing/print_job_worker.cc
|
--- a/chrome/browser/printing/print_job_worker.cc
|
||||||
+++ b/chrome/browser/printing/print_job_worker.cc
|
+++ b/chrome/browser/printing/print_job_worker.cc
|
||||||
@@ -21,12 +21,12 @@
|
@@ -21,7 +21,6 @@
|
||||||
#include "chrome/browser/browser_process.h"
|
#include "chrome/browser/browser_process.h"
|
||||||
#include "chrome/browser/chrome_notification_types.h"
|
#include "chrome/browser/chrome_notification_types.h"
|
||||||
#include "chrome/browser/printing/print_job.h"
|
#include "chrome/browser/printing/print_job.h"
|
||||||
-#include "chrome/grit/generated_resources.h"
|
-#include "chrome/grit/generated_resources.h"
|
||||||
|
#include "components/crash/core/common/crash_keys.h"
|
||||||
#include "content/public/browser/browser_task_traits.h"
|
#include "content/public/browser/browser_task_traits.h"
|
||||||
#include "content/public/browser/browser_thread.h"
|
#include "content/public/browser/browser_thread.h"
|
||||||
#include "content/public/browser/notification_service.h"
|
@@ -29,6 +28,7 @@
|
||||||
#include "content/public/browser/render_frame_host.h"
|
#include "content/public/browser/render_frame_host.h"
|
||||||
#include "content/public/browser/web_contents.h"
|
#include "content/public/browser/web_contents.h"
|
||||||
|
#include "printing/backend/print_backend.h"
|
||||||
+#include "electron/grit/electron_resources.h"
|
+#include "electron/grit/electron_resources.h"
|
||||||
#include "printing/print_job_constants.h"
|
#include "printing/print_job_constants.h"
|
||||||
#include "printing/printed_document.h"
|
#include "printing/printed_document.h"
|
||||||
#include "printing/printing_utils.h"
|
#include "printing/printing_utils.h"
|
||||||
@@ -203,9 +203,14 @@ void PrintJobWorker::SetSettingsFromPOD(
|
@@ -221,9 +221,14 @@ void PrintJobWorker::UpdatePrintSettings(base::Value new_settings,
|
||||||
void PrintJobWorker::UpdatePrintSettings(base::Value new_settings,
|
print_backend->GetPrinterDriverInfo(printer_name));
|
||||||
SettingsCallback callback) {
|
}
|
||||||
DCHECK_CURRENTLY_ON(BrowserThread::UI);
|
|
||||||
- PrintingContext::Result result =
|
- PrintingContext::Result result =
|
||||||
- printing_context_->UpdatePrintSettings(std::move(new_settings));
|
- printing_context_->UpdatePrintSettings(std::move(new_settings));
|
||||||
- GetSettingsDone(std::move(callback), result);
|
- GetSettingsDone(std::move(callback), result);
|
||||||
|
@ -46,7 +48,7 @@ index 13f9d7af3ae796ecec3a9189aa59f4b20171fd7a..9c35b294340cce070a9f428dac6aa587
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(OS_CHROMEOS)
|
#if defined(OS_CHROMEOS)
|
||||||
@@ -221,6 +226,13 @@ void PrintJobWorker::UpdatePrintSettingsFromPOD(
|
@@ -239,6 +244,13 @@ void PrintJobWorker::UpdatePrintSettingsFromPOD(
|
||||||
|
|
||||||
void PrintJobWorker::GetSettingsDone(SettingsCallback callback,
|
void PrintJobWorker::GetSettingsDone(SettingsCallback callback,
|
||||||
PrintingContext::Result result) {
|
PrintingContext::Result result) {
|
||||||
|
@ -378,7 +380,7 @@ index 9fbea6d0a2dbe55b1d600fbc217dee5aa8ae8cd5..de9bd267e408c02fd4da7d903523c0e6
|
||||||
// content::BrowserMessageFilter:
|
// content::BrowserMessageFilter:
|
||||||
bool OnMessageReceived(const IPC::Message& message) override;
|
bool OnMessageReceived(const IPC::Message& message) override;
|
||||||
diff --git a/components/printing/common/print_messages.h b/components/printing/common/print_messages.h
|
diff --git a/components/printing/common/print_messages.h b/components/printing/common/print_messages.h
|
||||||
index f9f5d1c07e4068d0706770ca81bd92ce166c3822..9f0e079b941296fa27b8cf0a66abfa45a6183b42 100644
|
index 200288ee10e3e3dd452d6e9e44ac0af88357ccd3..2403f9a80b3d53c703bd4d63f7656afbe22ecd69 100644
|
||||||
--- a/components/printing/common/print_messages.h
|
--- a/components/printing/common/print_messages.h
|
||||||
+++ b/components/printing/common/print_messages.h
|
+++ b/components/printing/common/print_messages.h
|
||||||
@@ -365,7 +365,9 @@ IPC_MESSAGE_ROUTED0(PrintMsg_PrintNodeUnderContextMenu)
|
@@ -365,7 +365,9 @@ IPC_MESSAGE_ROUTED0(PrintMsg_PrintNodeUnderContextMenu)
|
||||||
|
@ -389,11 +391,11 @@ index f9f5d1c07e4068d0706770ca81bd92ce166c3822..9f0e079b941296fa27b8cf0a66abfa45
|
||||||
+IPC_MESSAGE_ROUTED2(PrintMsg_PrintPages,
|
+IPC_MESSAGE_ROUTED2(PrintMsg_PrintPages,
|
||||||
+ bool /* silent print */,
|
+ bool /* silent print */,
|
||||||
+ base::DictionaryValue /* settings */)
|
+ base::DictionaryValue /* settings */)
|
||||||
|
#endif
|
||||||
|
|
||||||
// Like PrintMsg_PrintPages, but using the print preview document's frame/node.
|
// Print content of an out-of-process subframe.
|
||||||
IPC_MESSAGE_ROUTED0(PrintMsg_PrintForSystemDialog)
|
|
||||||
diff --git a/components/printing/renderer/print_render_frame_helper.cc b/components/printing/renderer/print_render_frame_helper.cc
|
diff --git a/components/printing/renderer/print_render_frame_helper.cc b/components/printing/renderer/print_render_frame_helper.cc
|
||||||
index 27cf579e4ca10661c34c130097783f02e13f3521..e8f1b610fb8fa700ac3de9df268a7b6a4b449850 100644
|
index ae46a9385e057392af816f794dfa4c758309b0d5..b9fc071b813b4eb5e660d5f8cb7c3a3444fa2d5f 100644
|
||||||
--- a/components/printing/renderer/print_render_frame_helper.cc
|
--- a/components/printing/renderer/print_render_frame_helper.cc
|
||||||
+++ b/components/printing/renderer/print_render_frame_helper.cc
|
+++ b/components/printing/renderer/print_render_frame_helper.cc
|
||||||
@@ -38,6 +38,7 @@
|
@@ -38,6 +38,7 @@
|
||||||
|
@ -404,7 +406,7 @@ index 27cf579e4ca10661c34c130097783f02e13f3521..e8f1b610fb8fa700ac3de9df268a7b6a
|
||||||
#include "printing/units.h"
|
#include "printing/units.h"
|
||||||
#include "third_party/blink/public/common/associated_interfaces/associated_interface_registry.h"
|
#include "third_party/blink/public/common/associated_interfaces/associated_interface_registry.h"
|
||||||
#include "third_party/blink/public/common/frame/frame_owner_element_type.h"
|
#include "third_party/blink/public/common/frame/frame_owner_element_type.h"
|
||||||
@@ -1149,7 +1150,8 @@ void PrintRenderFrameHelper::ScriptedPrint(bool user_initiated) {
|
@@ -1161,7 +1162,8 @@ void PrintRenderFrameHelper::ScriptedPrint(bool user_initiated) {
|
||||||
web_frame->DispatchBeforePrintEvent();
|
web_frame->DispatchBeforePrintEvent();
|
||||||
if (!weak_this)
|
if (!weak_this)
|
||||||
return;
|
return;
|
||||||
|
@ -414,9 +416,18 @@ index 27cf579e4ca10661c34c130097783f02e13f3521..e8f1b610fb8fa700ac3de9df268a7b6a
|
||||||
if (weak_this)
|
if (weak_this)
|
||||||
web_frame->DispatchAfterPrintEvent();
|
web_frame->DispatchAfterPrintEvent();
|
||||||
}
|
}
|
||||||
@@ -1224,7 +1226,9 @@ void PrintRenderFrameHelper::InitiatePrintPreview(
|
@@ -1211,7 +1213,7 @@ void PrintRenderFrameHelper::PrintForSystemDialog() {
|
||||||
#endif // BUILDFLAG(ENABLE_PRINT_PREVIEW)
|
}
|
||||||
|
auto weak_this = weak_ptr_factory_.GetWeakPtr();
|
||||||
|
Print(frame, print_preview_context_.source_node(),
|
||||||
|
- PrintRequestType::kRegular);
|
||||||
|
+ PrintRequestType::kRegular, false, base::DictionaryValue());
|
||||||
|
if (weak_this)
|
||||||
|
frame->DispatchAfterPrintEvent();
|
||||||
|
// WARNING: |this| may be gone at this point. Do not do any more work here and
|
||||||
|
@@ -1250,7 +1252,9 @@ void PrintRenderFrameHelper::OnPrintPreviewDialogClosed() {
|
||||||
}
|
}
|
||||||
|
#endif // BUILDFLAG(ENABLE_PRINT_PREVIEW)
|
||||||
|
|
||||||
-void PrintRenderFrameHelper::OnPrintPages() {
|
-void PrintRenderFrameHelper::OnPrintPages() {
|
||||||
+void PrintRenderFrameHelper::OnPrintPages(
|
+void PrintRenderFrameHelper::OnPrintPages(
|
||||||
|
@ -425,7 +436,7 @@ index 27cf579e4ca10661c34c130097783f02e13f3521..e8f1b610fb8fa700ac3de9df268a7b6a
|
||||||
if (ipc_nesting_level_ > 1)
|
if (ipc_nesting_level_ > 1)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
@@ -1237,7 +1241,8 @@ void PrintRenderFrameHelper::OnPrintPages() {
|
@@ -1263,7 +1267,8 @@ void PrintRenderFrameHelper::OnPrintPages() {
|
||||||
// If we are printing a PDF extension frame, find the plugin node and print
|
// If we are printing a PDF extension frame, find the plugin node and print
|
||||||
// that instead.
|
// that instead.
|
||||||
auto plugin = delegate_->GetPdfElement(frame);
|
auto plugin = delegate_->GetPdfElement(frame);
|
||||||
|
@ -435,16 +446,7 @@ index 27cf579e4ca10661c34c130097783f02e13f3521..e8f1b610fb8fa700ac3de9df268a7b6a
|
||||||
if (weak_this)
|
if (weak_this)
|
||||||
frame->DispatchAfterPrintEvent();
|
frame->DispatchAfterPrintEvent();
|
||||||
// WARNING: |this| may be gone at this point. Do not do any more work here and
|
// WARNING: |this| may be gone at this point. Do not do any more work here and
|
||||||
@@ -1254,7 +1259,7 @@ void PrintRenderFrameHelper::OnPrintForSystemDialog() {
|
@@ -1298,6 +1303,8 @@ void PrintRenderFrameHelper::OnPrintPreview(
|
||||||
}
|
|
||||||
auto weak_this = weak_ptr_factory_.GetWeakPtr();
|
|
||||||
Print(frame, print_preview_context_.source_node(),
|
|
||||||
- PrintRequestType::kRegular);
|
|
||||||
+ PrintRequestType::kRegular, false, base::DictionaryValue());
|
|
||||||
if (weak_this)
|
|
||||||
frame->DispatchAfterPrintEvent();
|
|
||||||
// WARNING: |this| may be gone at this point. Do not do any more work here and
|
|
||||||
@@ -1289,6 +1294,8 @@ void PrintRenderFrameHelper::OnPrintPreview(
|
|
||||||
if (ipc_nesting_level_ > 1)
|
if (ipc_nesting_level_ > 1)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
@ -453,7 +455,7 @@ index 27cf579e4ca10661c34c130097783f02e13f3521..e8f1b610fb8fa700ac3de9df268a7b6a
|
||||||
print_preview_context_.OnPrintPreview();
|
print_preview_context_.OnPrintPreview();
|
||||||
|
|
||||||
UMA_HISTOGRAM_ENUMERATION("PrintPreview.PreviewEvent",
|
UMA_HISTOGRAM_ENUMERATION("PrintPreview.PreviewEvent",
|
||||||
@@ -1662,7 +1669,9 @@ void PrintRenderFrameHelper::PrintNode(const blink::WebNode& node) {
|
@@ -1665,7 +1672,9 @@ void PrintRenderFrameHelper::PrintNode(const blink::WebNode& node) {
|
||||||
|
|
||||||
auto self = weak_ptr_factory_.GetWeakPtr();
|
auto self = weak_ptr_factory_.GetWeakPtr();
|
||||||
Print(duplicate_node.GetDocument().GetFrame(), duplicate_node,
|
Print(duplicate_node.GetDocument().GetFrame(), duplicate_node,
|
||||||
|
@ -464,7 +466,7 @@ index 27cf579e4ca10661c34c130097783f02e13f3521..e8f1b610fb8fa700ac3de9df268a7b6a
|
||||||
// Check if |this| is still valid.
|
// Check if |this| is still valid.
|
||||||
if (!self)
|
if (!self)
|
||||||
return;
|
return;
|
||||||
@@ -1673,7 +1682,9 @@ void PrintRenderFrameHelper::PrintNode(const blink::WebNode& node) {
|
@@ -1676,7 +1685,9 @@ void PrintRenderFrameHelper::PrintNode(const blink::WebNode& node) {
|
||||||
|
|
||||||
void PrintRenderFrameHelper::Print(blink::WebLocalFrame* frame,
|
void PrintRenderFrameHelper::Print(blink::WebLocalFrame* frame,
|
||||||
const blink::WebNode& node,
|
const blink::WebNode& node,
|
||||||
|
@ -475,7 +477,7 @@ index 27cf579e4ca10661c34c130097783f02e13f3521..e8f1b610fb8fa700ac3de9df268a7b6a
|
||||||
// If still not finished with earlier print request simply ignore.
|
// If still not finished with earlier print request simply ignore.
|
||||||
if (prep_frame_view_)
|
if (prep_frame_view_)
|
||||||
return;
|
return;
|
||||||
@@ -1681,7 +1692,7 @@ void PrintRenderFrameHelper::Print(blink::WebLocalFrame* frame,
|
@@ -1684,7 +1695,7 @@ void PrintRenderFrameHelper::Print(blink::WebLocalFrame* frame,
|
||||||
FrameReference frame_ref(frame);
|
FrameReference frame_ref(frame);
|
||||||
|
|
||||||
int expected_page_count = 0;
|
int expected_page_count = 0;
|
||||||
|
@ -484,7 +486,7 @@ index 27cf579e4ca10661c34c130097783f02e13f3521..e8f1b610fb8fa700ac3de9df268a7b6a
|
||||||
DidFinishPrinting(FAIL_PRINT_INIT);
|
DidFinishPrinting(FAIL_PRINT_INIT);
|
||||||
return; // Failed to init print page settings.
|
return; // Failed to init print page settings.
|
||||||
}
|
}
|
||||||
@@ -1701,8 +1712,11 @@ void PrintRenderFrameHelper::Print(blink::WebLocalFrame* frame,
|
@@ -1704,8 +1715,11 @@ void PrintRenderFrameHelper::Print(blink::WebLocalFrame* frame,
|
||||||
|
|
||||||
PrintMsg_PrintPages_Params print_settings;
|
PrintMsg_PrintPages_Params print_settings;
|
||||||
auto self = weak_ptr_factory_.GetWeakPtr();
|
auto self = weak_ptr_factory_.GetWeakPtr();
|
||||||
|
@ -498,7 +500,7 @@ index 27cf579e4ca10661c34c130097783f02e13f3521..e8f1b610fb8fa700ac3de9df268a7b6a
|
||||||
// Check if |this| is still valid.
|
// Check if |this| is still valid.
|
||||||
if (!self)
|
if (!self)
|
||||||
return;
|
return;
|
||||||
@@ -1926,10 +1940,23 @@ void PrintRenderFrameHelper::IPCProcessed() {
|
@@ -1929,10 +1943,23 @@ void PrintRenderFrameHelper::IPCProcessed() {
|
||||||
base::ThreadTaskRunnerHandle::Get()->DeleteSoon(FROM_HERE, this);
|
base::ThreadTaskRunnerHandle::Get()->DeleteSoon(FROM_HERE, this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -525,7 +527,7 @@ index 27cf579e4ca10661c34c130097783f02e13f3521..e8f1b610fb8fa700ac3de9df268a7b6a
|
||||||
// Check if the printer returned any settings, if the settings is empty, we
|
// Check if the printer returned any settings, if the settings is empty, we
|
||||||
// can safely assume there are no printer drivers configured. So we safely
|
// can safely assume there are no printer drivers configured. So we safely
|
||||||
// terminate.
|
// terminate.
|
||||||
@@ -1949,12 +1976,14 @@ bool PrintRenderFrameHelper::InitPrintSettings(bool fit_to_paper_size) {
|
@@ -1952,12 +1979,14 @@ bool PrintRenderFrameHelper::InitPrintSettings(bool fit_to_paper_size) {
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -545,20 +547,20 @@ index 27cf579e4ca10661c34c130097783f02e13f3521..e8f1b610fb8fa700ac3de9df268a7b6a
|
||||||
Send(new PrintHostMsg_ShowInvalidPrinterSettingsError(routing_id()));
|
Send(new PrintHostMsg_ShowInvalidPrinterSettingsError(routing_id()));
|
||||||
return false;
|
return false;
|
||||||
diff --git a/components/printing/renderer/print_render_frame_helper.h b/components/printing/renderer/print_render_frame_helper.h
|
diff --git a/components/printing/renderer/print_render_frame_helper.h b/components/printing/renderer/print_render_frame_helper.h
|
||||||
index 00b3e4647a192411262bc5e7c1c0cfac3e3f81bb..5bade84672ef9d8b8acb8e8d503760aca6635cb7 100644
|
index 1c3ce368765e78df98470d1dc6b42613dddb9999..cea062a2e6db6d820826a8bc6db93d854dd2b897 100644
|
||||||
--- a/components/printing/renderer/print_render_frame_helper.h
|
--- a/components/printing/renderer/print_render_frame_helper.h
|
||||||
+++ b/components/printing/renderer/print_render_frame_helper.h
|
+++ b/components/printing/renderer/print_render_frame_helper.h
|
||||||
@@ -204,7 +204,8 @@ class PrintRenderFrameHelper
|
@@ -220,7 +220,8 @@ class PrintRenderFrameHelper
|
||||||
bool has_selection) override;
|
#endif // BUILDFLAG(ENABLE_PRINT_PREVIEW)
|
||||||
|
|
||||||
// Message handlers ---------------------------------------------------------
|
// Message handlers ---------------------------------------------------------
|
||||||
- void OnPrintPages();
|
- void OnPrintPages();
|
||||||
+ void OnPrintPages(bool silent,
|
+ void OnPrintPages(bool silent,
|
||||||
+ const base::DictionaryValue& settings);
|
+ const base::DictionaryValue& settings);
|
||||||
void OnPrintForSystemDialog();
|
|
||||||
#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
|
#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
|
||||||
void OnPrintPreview(const base::DictionaryValue& settings);
|
void OnPrintPreview(const base::DictionaryValue& settings);
|
||||||
@@ -253,7 +254,9 @@ class PrintRenderFrameHelper
|
#endif // BUILDFLAG(ENABLE_PRINT_PREVIEW)
|
||||||
|
@@ -267,7 +268,9 @@ class PrintRenderFrameHelper
|
||||||
// WARNING: |this| may be gone after this method returns.
|
// WARNING: |this| may be gone after this method returns.
|
||||||
void Print(blink::WebLocalFrame* frame,
|
void Print(blink::WebLocalFrame* frame,
|
||||||
const blink::WebNode& node,
|
const blink::WebNode& node,
|
||||||
|
@ -569,7 +571,7 @@ index 00b3e4647a192411262bc5e7c1c0cfac3e3f81bb..5bade84672ef9d8b8acb8e8d503760ac
|
||||||
|
|
||||||
// Notification when printing is done - signal tear-down/free resources.
|
// Notification when printing is done - signal tear-down/free resources.
|
||||||
void DidFinishPrinting(PrintingResult result);
|
void DidFinishPrinting(PrintingResult result);
|
||||||
@@ -262,12 +265,14 @@ class PrintRenderFrameHelper
|
@@ -276,12 +279,14 @@ class PrintRenderFrameHelper
|
||||||
|
|
||||||
// Initialize print page settings with default settings.
|
// Initialize print page settings with default settings.
|
||||||
// Used only for native printing workflow.
|
// Used only for native printing workflow.
|
||||||
|
@ -587,28 +589,31 @@ index 00b3e4647a192411262bc5e7c1c0cfac3e3f81bb..5bade84672ef9d8b8acb8e8d503760ac
|
||||||
#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
|
#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
|
||||||
// Set options for print preset from source PDF document.
|
// Set options for print preset from source PDF document.
|
||||||
diff --git a/printing/print_settings_conversion.cc b/printing/print_settings_conversion.cc
|
diff --git a/printing/print_settings_conversion.cc b/printing/print_settings_conversion.cc
|
||||||
index 7403d3ea6200e2443ca23cb483c2a36fa6ff5027..05fcb8c2ef6d1074cf37b8974830d3fe1dd6e011 100644
|
index f844f92e2cc3b094e265ab40d4e47a4ab57b6ce0..3decdb6a8faa49d6f25b9be9340ff1e3a3b5461b 100644
|
||||||
--- a/printing/print_settings_conversion.cc
|
--- a/printing/print_settings_conversion.cc
|
||||||
+++ b/printing/print_settings_conversion.cc
|
+++ b/printing/print_settings_conversion.cc
|
||||||
@@ -184,11 +184,12 @@ bool PrintSettingsFromJobSettings(const base::Value& job_settings,
|
@@ -182,12 +182,14 @@ bool PrintSettingsFromJobSettings(const base::Value& job_settings,
|
||||||
|
|
||||||
settings->set_dpi_xy(dpi_horizontal.value(), dpi_vertical.value());
|
settings->set_dpi_xy(dpi_horizontal.value(), dpi_vertical.value());
|
||||||
#endif
|
#endif
|
||||||
|
+ const std::string* device_name =
|
||||||
|
+ job_settings.FindStringKey(kSettingDeviceName);
|
||||||
+ if (!device_name->empty())
|
+ if (!device_name->empty())
|
||||||
+ settings->set_device_name(base::UTF8ToUTF16(*device_name));
|
+ settings->set_device_name(base::UTF8ToUTF16(*device_name));
|
||||||
|
|
||||||
settings->set_collate(collate.value());
|
settings->set_collate(collate.value());
|
||||||
settings->set_copies(copies.value());
|
settings->set_copies(copies.value());
|
||||||
settings->SetOrientation(landscape.value());
|
settings->SetOrientation(landscape.value());
|
||||||
- settings->set_device_name(base::UTF8ToUTF16(*device_name));
|
- settings->set_device_name(
|
||||||
|
- base::UTF8ToUTF16(*job_settings.FindStringKey(kSettingDeviceName)));
|
||||||
settings->set_duplex_mode(static_cast<DuplexMode>(duplex_mode.value()));
|
settings->set_duplex_mode(static_cast<DuplexMode>(duplex_mode.value()));
|
||||||
settings->set_color(static_cast<ColorModel>(color.value()));
|
settings->set_color(static_cast<ColorModel>(color.value()));
|
||||||
settings->set_scale_factor(static_cast<double>(scale_factor.value()) / 100.0);
|
settings->set_scale_factor(static_cast<double>(scale_factor.value()) / 100.0);
|
||||||
diff --git a/printing/printing_context.cc b/printing/printing_context.cc
|
diff --git a/printing/printing_context.cc b/printing/printing_context.cc
|
||||||
index cd5c27c87df175676504a06b4e1904f6b836dc90..c4f6acf66bc69f1e7db633aa5b3b03a913ffb666 100644
|
index 73940192472b1576a701cad3abbb92f2d72aa77e..bc0d39ccd113306691ae532e9fbc5b64c9aa0a33 100644
|
||||||
--- a/printing/printing_context.cc
|
--- a/printing/printing_context.cc
|
||||||
+++ b/printing/printing_context.cc
|
+++ b/printing/printing_context.cc
|
||||||
@@ -93,8 +93,6 @@ PrintingContext::Result PrintingContext::UsePdfSettings() {
|
@@ -90,8 +90,6 @@ PrintingContext::Result PrintingContext::UsePdfSettings() {
|
||||||
|
|
||||||
PrintingContext::Result PrintingContext::UpdatePrintSettings(
|
PrintingContext::Result PrintingContext::UpdatePrintSettings(
|
||||||
base::Value job_settings) {
|
base::Value job_settings) {
|
||||||
|
|
|
@ -6,7 +6,7 @@ Subject: proxy_config_monitor.patch
|
||||||
Allow monitoring proxy config changes for a pref service.
|
Allow monitoring proxy config changes for a pref service.
|
||||||
|
|
||||||
diff --git a/chrome/browser/net/proxy_config_monitor.cc b/chrome/browser/net/proxy_config_monitor.cc
|
diff --git a/chrome/browser/net/proxy_config_monitor.cc b/chrome/browser/net/proxy_config_monitor.cc
|
||||||
index f1e287553244cfd1054c4949ffbb1acdaccbe1e2..94cbca68cedc314d55993375bc48159c9a9bfb3d 100644
|
index 342db7adee575cc49a38bbdfcf1bbfcc0e30cf57..fc8e6b49d96534546dfa97846c2be79cff8a96e5 100644
|
||||||
--- a/chrome/browser/net/proxy_config_monitor.cc
|
--- a/chrome/browser/net/proxy_config_monitor.cc
|
||||||
+++ b/chrome/browser/net/proxy_config_monitor.cc
|
+++ b/chrome/browser/net/proxy_config_monitor.cc
|
||||||
@@ -10,7 +10,9 @@
|
@@ -10,7 +10,9 @@
|
||||||
|
@ -19,7 +19,7 @@ index f1e287553244cfd1054c4949ffbb1acdaccbe1e2..94cbca68cedc314d55993375bc48159c
|
||||||
#include "components/proxy_config/pref_proxy_config_tracker_impl.h"
|
#include "components/proxy_config/pref_proxy_config_tracker_impl.h"
|
||||||
#include "content/public/browser/browser_thread.h"
|
#include "content/public/browser/browser_thread.h"
|
||||||
#include "mojo/public/cpp/bindings/associated_interface_ptr.h"
|
#include "mojo/public/cpp/bindings/associated_interface_ptr.h"
|
||||||
@@ -19,12 +21,13 @@
|
@@ -21,12 +23,13 @@
|
||||||
#include "chrome/browser/chromeos/profiles/profile_helper.h"
|
#include "chrome/browser/chromeos/profiles/profile_helper.h"
|
||||||
#endif // defined(OS_CHROMEOS)
|
#endif // defined(OS_CHROMEOS)
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ index f1e287553244cfd1054c4949ffbb1acdaccbe1e2..94cbca68cedc314d55993375bc48159c
|
||||||
ProxyConfigMonitor::ProxyConfigMonitor(Profile* profile) {
|
ProxyConfigMonitor::ProxyConfigMonitor(Profile* profile) {
|
||||||
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
|
DCHECK_CURRENTLY_ON(content::BrowserThread::UI);
|
||||||
DCHECK(profile);
|
DCHECK(profile);
|
||||||
@@ -54,6 +57,7 @@ ProxyConfigMonitor::ProxyConfigMonitor(Profile* profile) {
|
@@ -56,6 +59,7 @@ ProxyConfigMonitor::ProxyConfigMonitor(Profile* profile) {
|
||||||
|
|
||||||
proxy_config_service_->AddObserver(this);
|
proxy_config_service_->AddObserver(this);
|
||||||
}
|
}
|
||||||
|
@ -67,7 +67,7 @@ index f1e287553244cfd1054c4949ffbb1acdaccbe1e2..94cbca68cedc314d55993375bc48159c
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
diff --git a/chrome/browser/net/proxy_config_monitor.h b/chrome/browser/net/proxy_config_monitor.h
|
diff --git a/chrome/browser/net/proxy_config_monitor.h b/chrome/browser/net/proxy_config_monitor.h
|
||||||
index 0f20947c7819c3be2086a69f5997412652a99915..a88a1e001a4c1b8d7bafdac74fb060a1ee30361d 100644
|
index abffb6dbdbf730e2cc4423eaca6a9a8a9f8af582..7fe1badcdebebce9028825ac98d7ab6cfa65dcdd 100644
|
||||||
--- a/chrome/browser/net/proxy_config_monitor.h
|
--- a/chrome/browser/net/proxy_config_monitor.h
|
||||||
+++ b/chrome/browser/net/proxy_config_monitor.h
|
+++ b/chrome/browser/net/proxy_config_monitor.h
|
||||||
@@ -40,11 +40,12 @@ class ProxyConfigMonitor : public net::ProxyConfigService::Observer,
|
@@ -40,11 +40,12 @@ class ProxyConfigMonitor : public net::ProxyConfigService::Observer,
|
||||||
|
@ -84,11 +84,12 @@ index 0f20947c7819c3be2086a69f5997412652a99915..a88a1e001a4c1b8d7bafdac74fb060a1
|
||||||
// Creates a ProxyConfigMonitor that gets proxy settings from the
|
// Creates a ProxyConfigMonitor that gets proxy settings from the
|
||||||
// |local_state|, for use with NetworkContexts not
|
// |local_state|, for use with NetworkContexts not
|
||||||
// associated with a profile. Must be destroyed before |local_state|.
|
// associated with a profile. Must be destroyed before |local_state|.
|
||||||
@@ -91,7 +92,6 @@ class ProxyConfigMonitor : public net::ProxyConfigService::Observer,
|
@@ -91,7 +92,7 @@ class ProxyConfigMonitor : public net::ProxyConfigService::Observer,
|
||||||
|
|
||||||
#if BUILDFLAG(ENABLE_EXTENSIONS)
|
#if BUILDFLAG(ENABLE_EXTENSIONS)
|
||||||
mojo::BindingSet<network::mojom::ProxyErrorClient> error_binding_set_;
|
mojo::ReceiverSet<network::mojom::ProxyErrorClient> error_receiver_set_;
|
||||||
- Profile* profile_ = nullptr;
|
- Profile* profile_ = nullptr;
|
||||||
|
+ // Profile* profile_ = nullptr;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
DISALLOW_COPY_AND_ASSIGN(ProxyConfigMonitor);
|
DISALLOW_COPY_AND_ASSIGN(ProxyConfigMonitor);
|
||||||
|
|
|
@ -8,7 +8,7 @@ needed in chromium but our autofill implementation uses them. This patch can be
|
||||||
our autofill implementation to work like Chromium's.
|
our autofill implementation to work like Chromium's.
|
||||||
|
|
||||||
diff --git a/chrome/browser/ui/libgtkui/native_theme_gtk.cc b/chrome/browser/ui/libgtkui/native_theme_gtk.cc
|
diff --git a/chrome/browser/ui/libgtkui/native_theme_gtk.cc b/chrome/browser/ui/libgtkui/native_theme_gtk.cc
|
||||||
index b77b8a53b0246b05e3c45e74eaf2b5c44c6dad88..7af171f6cd5d76e87e2fca32f5dbcc34d7e0a974 100644
|
index ad87f4729fe2cec2cf6e12b5bfcaf68bccf0390d..b1c3fd0f798d520da0637268dcbd51ecde9b40a7 100644
|
||||||
--- a/chrome/browser/ui/libgtkui/native_theme_gtk.cc
|
--- a/chrome/browser/ui/libgtkui/native_theme_gtk.cc
|
||||||
+++ b/chrome/browser/ui/libgtkui/native_theme_gtk.cc
|
+++ b/chrome/browser/ui/libgtkui/native_theme_gtk.cc
|
||||||
@@ -279,6 +279,27 @@ SkColor SkColorFromColorId(ui::NativeTheme::ColorId color_id) {
|
@@ -279,6 +279,27 @@ SkColor SkColorFromColorId(ui::NativeTheme::ColorId color_id) {
|
||||||
|
@ -78,7 +78,7 @@ index 7fd49a2e26968daaa16ed3322b516f53ff60fb56..f902910ecc8e5b4945187e836655362e
|
||||||
case NativeTheme::kColorId_ThrobberSpinningColor:
|
case NativeTheme::kColorId_ThrobberSpinningColor:
|
||||||
return gfx::kGoogleBlue600;
|
return gfx::kGoogleBlue600;
|
||||||
diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
|
diff --git a/ui/native_theme/native_theme.h b/ui/native_theme/native_theme.h
|
||||||
index c1d4ad9a27d895af32fd0311a640e2f62a30635a..ef45da79366c2e3ab242ec140989b407ac70dbb8 100644
|
index f1330721a711c61211ea136286ee884bc00e1975..e479fc84f7013984fc53d18cad8812fbd43cb670 100644
|
||||||
--- a/ui/native_theme/native_theme.h
|
--- a/ui/native_theme/native_theme.h
|
||||||
+++ b/ui/native_theme/native_theme.h
|
+++ b/ui/native_theme/native_theme.h
|
||||||
@@ -389,6 +389,11 @@ class NATIVE_THEME_EXPORT NativeTheme {
|
@@ -389,6 +389,11 @@ class NATIVE_THEME_EXPORT NativeTheme {
|
||||||
|
|
|
@ -66,7 +66,7 @@ index d8de080eb6a30f16282661941b9a95da4fa41d70..326c5a13f6924643c699ca3cc2f98262
|
||||||
return validAttributesForMarkedText_.get();
|
return validAttributesForMarkedText_.get();
|
||||||
}
|
}
|
||||||
diff --git a/content/browser/renderer_host/render_widget_host_view_mac.mm b/content/browser/renderer_host/render_widget_host_view_mac.mm
|
diff --git a/content/browser/renderer_host/render_widget_host_view_mac.mm b/content/browser/renderer_host/render_widget_host_view_mac.mm
|
||||||
index ed9ea51809ec7f06b246b933281dc22b9b0055f7..32f3f2cceb742065db8b52a9f6aa814cfc30f955 100644
|
index 4549c3d871d4c07333a557e311e38755c116fe45..de722efe61cb6823e62f1101b5aa3447f6795687 100644
|
||||||
--- a/content/browser/renderer_host/render_widget_host_view_mac.mm
|
--- a/content/browser/renderer_host/render_widget_host_view_mac.mm
|
||||||
+++ b/content/browser/renderer_host/render_widget_host_view_mac.mm
|
+++ b/content/browser/renderer_host/render_widget_host_view_mac.mm
|
||||||
@@ -63,6 +63,7 @@
|
@@ -63,6 +63,7 @@
|
||||||
|
|
|
@ -52,10 +52,10 @@ Some alternatives to this patch:
|
||||||
None of these options seems like a substantial maintainability win over this patch to me (@nornagon).
|
None of these options seems like a substantial maintainability win over this patch to me (@nornagon).
|
||||||
|
|
||||||
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
|
||||||
index 92fe7cd1cc2181277c4c49ee978762d1b32c8116..858d53eb3f7e5b358860e5ea3b15612e4015b1ed 100644
|
index 88401aecde364267ee572fb93ca1be2ee6501cb7..e11c6bcf61bdc01f005cd79f88493b3fe61ec4dd 100644
|
||||||
--- a/chrome/BUILD.gn
|
--- a/chrome/BUILD.gn
|
||||||
+++ b/chrome/BUILD.gn
|
+++ b/chrome/BUILD.gn
|
||||||
@@ -1599,7 +1599,7 @@ if (is_chrome_branded && !is_android) {
|
@@ -1636,7 +1636,7 @@ if (is_chrome_branded && !is_android) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ index 92fe7cd1cc2181277c4c49ee978762d1b32c8116..858d53eb3f7e5b358860e5ea3b15612e
|
||||||
chrome_paks("packed_resources") {
|
chrome_paks("packed_resources") {
|
||||||
if (is_mac) {
|
if (is_mac) {
|
||||||
output_dir = "$root_gen_dir/repack"
|
output_dir = "$root_gen_dir/repack"
|
||||||
@@ -1623,6 +1623,12 @@ if (!is_android) {
|
@@ -1660,6 +1660,12 @@ if (!is_android) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,188 @@
|
||||||
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||||
|
From: deepak1556 <hop2deep@gmail.com>
|
||||||
|
Date: Wed, 23 Oct 2019 15:30:18 -0700
|
||||||
|
Subject: Revert "Remove ContentRendererClient::ShouldFork."
|
||||||
|
|
||||||
|
This reverts commit 6b068eb8ca4a3c7350bdafa22fc0cf0636ef8b74.
|
||||||
|
|
||||||
|
diff --git a/chrome/renderer/chrome_content_renderer_client.cc b/chrome/renderer/chrome_content_renderer_client.cc
|
||||||
|
index 5a7ec36dea7b63ea4e93911bd7685e2ca02d6800..97f64db04fb7dcd29ac9b1310e41c2b6ebd8b0c4 100644
|
||||||
|
--- a/chrome/renderer/chrome_content_renderer_client.cc
|
||||||
|
+++ b/chrome/renderer/chrome_content_renderer_client.cc
|
||||||
|
@@ -1227,6 +1227,25 @@ bool ChromeContentRendererClient::AllowPopup() {
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
+bool ChromeContentRendererClient::ShouldFork(WebLocalFrame* frame,
|
||||||
|
+ const GURL& url,
|
||||||
|
+ const std::string& http_method,
|
||||||
|
+ bool is_initial_navigation,
|
||||||
|
+ bool is_server_redirect) {
|
||||||
|
+ DCHECK(!frame->Parent());
|
||||||
|
+
|
||||||
|
+ // If |url| matches one of the prerendered URLs, stop this navigation and try
|
||||||
|
+ // to swap in the prerendered page on the browser process. If the prerendered
|
||||||
|
+ // page no longer exists by the time the OpenURL IPC is handled, a normal
|
||||||
|
+ // navigation is attempted.
|
||||||
|
+ if (prerender_dispatcher_.get() &&
|
||||||
|
+ prerender_dispatcher_->IsPrerenderURL(url)) {
|
||||||
|
+ return true;
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+ return false;
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
void ChromeContentRendererClient::WillSendRequest(
|
||||||
|
WebLocalFrame* frame,
|
||||||
|
ui::PageTransition transition_type,
|
||||||
|
diff --git a/chrome/renderer/chrome_content_renderer_client.h b/chrome/renderer/chrome_content_renderer_client.h
|
||||||
|
index 63be9235f7f6c66f49698ec05fed8581caaddac5..d306846f872ee27a07a67f80fc4dd8740458e47c 100644
|
||||||
|
--- a/chrome/renderer/chrome_content_renderer_client.h
|
||||||
|
+++ b/chrome/renderer/chrome_content_renderer_client.h
|
||||||
|
@@ -137,6 +137,11 @@ class ChromeContentRendererClient
|
||||||
|
base::SingleThreadTaskRunner* compositor_thread_task_runner) override;
|
||||||
|
bool RunIdleHandlerWhenWidgetsHidden() override;
|
||||||
|
bool AllowPopup() override;
|
||||||
|
+ bool ShouldFork(blink::WebLocalFrame* frame,
|
||||||
|
+ const GURL& url,
|
||||||
|
+ const std::string& http_method,
|
||||||
|
+ bool is_initial_navigation,
|
||||||
|
+ bool is_server_redirect) override;
|
||||||
|
void WillSendRequest(blink::WebLocalFrame* frame,
|
||||||
|
ui::PageTransition transition_type,
|
||||||
|
const blink::WebURL& url,
|
||||||
|
diff --git a/content/public/renderer/content_renderer_client.cc b/content/public/renderer/content_renderer_client.cc
|
||||||
|
index ccd9c50b299b00936cce032b842e509eeb157ab0..ed275b4ab86fdad2af974746841111c7c231c04c 100644
|
||||||
|
--- a/content/public/renderer/content_renderer_client.cc
|
||||||
|
+++ b/content/public/renderer/content_renderer_client.cc
|
||||||
|
@@ -105,6 +105,14 @@ bool ContentRendererClient::HandleNavigation(
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
+bool ContentRendererClient::ShouldFork(blink::WebLocalFrame* frame,
|
||||||
|
+ const GURL& url,
|
||||||
|
+ const std::string& http_method,
|
||||||
|
+ bool is_initial_navigation,
|
||||||
|
+ bool is_server_redirect) {
|
||||||
|
+ return false;
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
void ContentRendererClient::WillSendRequest(blink::WebLocalFrame* frame,
|
||||||
|
ui::PageTransition transition_type,
|
||||||
|
const blink::WebURL& url,
|
||||||
|
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
|
||||||
|
index a05cef66facd477057fedb388e4000475bc76830..906920393c34043d19183064a2a4506c0a03e80d 100644
|
||||||
|
--- a/content/public/renderer/content_renderer_client.h
|
||||||
|
+++ b/content/public/renderer/content_renderer_client.h
|
||||||
|
@@ -212,6 +212,13 @@ class CONTENT_EXPORT ContentRendererClient {
|
||||||
|
bool is_redirect);
|
||||||
|
#endif
|
||||||
|
|
||||||
|
+ // Returns true if we should fork a new process for the given navigation.
|
||||||
|
+ virtual bool ShouldFork(blink::WebLocalFrame* frame,
|
||||||
|
+ const GURL& url,
|
||||||
|
+ const std::string& http_method,
|
||||||
|
+ bool is_initial_navigation,
|
||||||
|
+ bool is_server_redirect);
|
||||||
|
+
|
||||||
|
// Notifies the embedder that the given frame is requesting the resource at
|
||||||
|
// |url|. If the function returns a valid |new_url|, the request must be
|
||||||
|
// updated to use it. The |attach_same_site_cookies| output parameter
|
||||||
|
diff --git a/content/renderer/render_frame_impl.cc b/content/renderer/render_frame_impl.cc
|
||||||
|
index cbfec3c07d6e6bab8b77f9e6f9f9baf1e6ae4072..e93de34708dea401c6154282a410adc0abab46e4 100644
|
||||||
|
--- a/content/renderer/render_frame_impl.cc
|
||||||
|
+++ b/content/renderer/render_frame_impl.cc
|
||||||
|
@@ -6236,6 +6236,15 @@ void RenderFrameImpl::BeginNavigation(
|
||||||
|
int cumulative_bindings = RenderProcess::current()->GetEnabledBindings();
|
||||||
|
bool should_fork = HasWebUIScheme(url) || HasWebUIScheme(old_url) ||
|
||||||
|
(cumulative_bindings & kWebUIBindingsPolicyMask);
|
||||||
|
+
|
||||||
|
+ if (!should_fork) {
|
||||||
|
+ // Give the embedder a chance.
|
||||||
|
+ bool is_initial_navigation = render_view_->history_list_length_ == 0;
|
||||||
|
+ should_fork = GetContentClient()->renderer()->ShouldFork(
|
||||||
|
+ frame_, url, info->url_request.HttpMethod().Utf8(),
|
||||||
|
+ is_initial_navigation, false /* is_redirect */);
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
if (should_fork) {
|
||||||
|
OpenURL(std::move(info));
|
||||||
|
return; // Suppress the load here.
|
||||||
|
diff --git a/content/renderer/render_view_browsertest.cc b/content/renderer/render_view_browsertest.cc
|
||||||
|
index b8c9f30a3492696bf3f2eb1996e54f09b8ef32a3..913eadc2b3faf21ca579ca094a0e90ecade246c7 100644
|
||||||
|
--- a/content/renderer/render_view_browsertest.cc
|
||||||
|
+++ b/content/renderer/render_view_browsertest.cc
|
||||||
|
@@ -989,6 +989,73 @@ TEST_F(RenderViewImplTest, BeginNavigationForWebUI) {
|
||||||
|
FrameHostMsg_OpenURL::ID));
|
||||||
|
}
|
||||||
|
|
||||||
|
+class AlwaysForkingRenderViewTest : public RenderViewImplTest {
|
||||||
|
+ public:
|
||||||
|
+ ContentRendererClient* CreateContentRendererClient() override {
|
||||||
|
+ return new TestContentRendererClient;
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+ private:
|
||||||
|
+ class TestContentRendererClient : public ContentRendererClient {
|
||||||
|
+ public:
|
||||||
|
+ bool ShouldFork(blink::WebLocalFrame* frame,
|
||||||
|
+ const GURL& url,
|
||||||
|
+ const std::string& http_method,
|
||||||
|
+ bool is_initial_navigation,
|
||||||
|
+ bool is_server_redirect) override {
|
||||||
|
+ return true;
|
||||||
|
+ }
|
||||||
|
+ };
|
||||||
|
+};
|
||||||
|
+
|
||||||
|
+TEST_F(AlwaysForkingRenderViewTest, BeginNavigationDoesNotForkEmptyUrl) {
|
||||||
|
+ GURL example_url("http://example.com");
|
||||||
|
+ GURL empty_url("");
|
||||||
|
+
|
||||||
|
+ LoadHTMLWithUrlOverride("<body></body", example_url.spec().c_str());
|
||||||
|
+ EXPECT_EQ(example_url,
|
||||||
|
+ GURL(frame()->GetWebFrame()->GetDocumentLoader()->GetUrl()));
|
||||||
|
+
|
||||||
|
+ // Empty url should never fork.
|
||||||
|
+ blink::WebURLRequest request(empty_url);
|
||||||
|
+ request.SetMode(network::mojom::RequestMode::kNavigate);
|
||||||
|
+ request.SetRedirectMode(network::mojom::RedirectMode::kManual);
|
||||||
|
+ request.SetRequestContext(blink::mojom::RequestContextType::INTERNAL);
|
||||||
|
+ request.SetRequestorOrigin(blink::WebSecurityOrigin::Create(example_url));
|
||||||
|
+ auto navigation_info = std::make_unique<blink::WebNavigationInfo>();
|
||||||
|
+ navigation_info->url_request = request;
|
||||||
|
+ navigation_info->frame_type =
|
||||||
|
+ network::mojom::RequestContextFrameType::kTopLevel;
|
||||||
|
+ navigation_info->navigation_policy = blink::kWebNavigationPolicyCurrentTab;
|
||||||
|
+ frame()->BeginNavigation(std::move(navigation_info));
|
||||||
|
+ EXPECT_FALSE(render_thread_->sink().GetUniqueMessageMatching(
|
||||||
|
+ FrameHostMsg_OpenURL::ID));
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
+TEST_F(AlwaysForkingRenderViewTest, BeginNavigationDoesNotForkAboutBlank) {
|
||||||
|
+ GURL example_url("http://example.com");
|
||||||
|
+ GURL blank_url(url::kAboutBlankURL);
|
||||||
|
+
|
||||||
|
+ LoadHTMLWithUrlOverride("<body></body", example_url.spec().c_str());
|
||||||
|
+ EXPECT_EQ(example_url,
|
||||||
|
+ GURL(frame()->GetWebFrame()->GetDocumentLoader()->GetUrl()));
|
||||||
|
+
|
||||||
|
+ // about:blank should never fork.
|
||||||
|
+ blink::WebURLRequest request(blank_url);
|
||||||
|
+ request.SetMode(network::mojom::RequestMode::kNavigate);
|
||||||
|
+ request.SetRedirectMode(network::mojom::RedirectMode::kManual);
|
||||||
|
+ request.SetRequestContext(blink::mojom::RequestContextType::INTERNAL);
|
||||||
|
+ request.SetRequestorOrigin(blink::WebSecurityOrigin::Create(example_url));
|
||||||
|
+ auto navigation_info = std::make_unique<blink::WebNavigationInfo>();
|
||||||
|
+ navigation_info->url_request = request;
|
||||||
|
+ navigation_info->frame_type =
|
||||||
|
+ network::mojom::RequestContextFrameType::kTopLevel;
|
||||||
|
+ navigation_info->navigation_policy = blink::kWebNavigationPolicyCurrentTab;
|
||||||
|
+ frame()->BeginNavigation(std::move(navigation_info));
|
||||||
|
+ EXPECT_FALSE(render_thread_->sink().GetUniqueMessageMatching(
|
||||||
|
+ FrameHostMsg_OpenURL::ID));
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
// This test verifies that when device emulation is enabled, RenderFrameProxy
|
||||||
|
// continues to receive the original ScreenInfo and not the emualted
|
||||||
|
// ScreenInfo.
|
|
@ -6,10 +6,10 @@ Subject: scroll_bounce_flag.patch
|
||||||
Patch to make scrollBounce option work.
|
Patch to make scrollBounce option work.
|
||||||
|
|
||||||
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
||||||
index 81aceae802b32bc21f639996cb197e62cf52af1d..8bd95d5053f7911074041a62581097c8eb2322aa 100644
|
index 75812063a43e8342a88a2f0a83b54688e63540b7..29fa45aa60811785c753bb4b552fe4dffd6f93b5 100644
|
||||||
--- a/content/renderer/render_thread_impl.cc
|
--- a/content/renderer/render_thread_impl.cc
|
||||||
+++ b/content/renderer/render_thread_impl.cc
|
+++ b/content/renderer/render_thread_impl.cc
|
||||||
@@ -1523,7 +1523,7 @@ bool RenderThreadImpl::IsGpuMemoryBufferCompositorResourcesEnabled() {
|
@@ -1539,7 +1539,7 @@ bool RenderThreadImpl::IsGpuMemoryBufferCompositorResourcesEnabled() {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool RenderThreadImpl::IsElasticOverscrollEnabled() {
|
bool RenderThreadImpl::IsElasticOverscrollEnabled() {
|
||||||
|
|
|
@ -6,7 +6,7 @@ Subject: ssl_security_state_tab_helper.patch
|
||||||
Allows populating security tab info for devtools in Electron.
|
Allows populating security tab info for devtools in Electron.
|
||||||
|
|
||||||
diff --git a/chrome/browser/ssl/security_state_tab_helper.cc b/chrome/browser/ssl/security_state_tab_helper.cc
|
diff --git a/chrome/browser/ssl/security_state_tab_helper.cc b/chrome/browser/ssl/security_state_tab_helper.cc
|
||||||
index e971e3506864865d1b05218d42fa5d54a72cc742..a1aa2036c405dbbc310b12ac6c956579cf1aa1d9 100644
|
index bc60f256d9d1a07d04a50ad245a5de6490f5091b..e29f4e910349440cd388227d36bf303c885a651d 100644
|
||||||
--- a/chrome/browser/ssl/security_state_tab_helper.cc
|
--- a/chrome/browser/ssl/security_state_tab_helper.cc
|
||||||
+++ b/chrome/browser/ssl/security_state_tab_helper.cc
|
+++ b/chrome/browser/ssl/security_state_tab_helper.cc
|
||||||
@@ -13,21 +13,25 @@
|
@@ -13,21 +13,25 @@
|
||||||
|
@ -15,8 +15,8 @@ index e971e3506864865d1b05218d42fa5d54a72cc742..a1aa2036c405dbbc310b12ac6c956579
|
||||||
#include "build/build_config.h"
|
#include "build/build_config.h"
|
||||||
+#if 0
|
+#if 0
|
||||||
#include "chrome/browser/browser_process.h"
|
#include "chrome/browser/browser_process.h"
|
||||||
#include "chrome/browser/lookalikes/safety_tips/reputation_web_contents_observer.h"
|
|
||||||
#include "chrome/browser/profiles/profile.h"
|
#include "chrome/browser/profiles/profile.h"
|
||||||
|
#include "chrome/browser/reputation/reputation_web_contents_observer.h"
|
||||||
#include "chrome/browser/safe_browsing/safe_browsing_service.h"
|
#include "chrome/browser/safe_browsing/safe_browsing_service.h"
|
||||||
#include "chrome/browser/safe_browsing/ui_manager.h"
|
#include "chrome/browser/safe_browsing/ui_manager.h"
|
||||||
+#endif
|
+#endif
|
||||||
|
@ -72,23 +72,23 @@ index e971e3506864865d1b05218d42fa5d54a72cc742..a1aa2036c405dbbc310b12ac6c956579
|
||||||
|
|
||||||
SecurityStateTabHelper::SecurityStateTabHelper(
|
SecurityStateTabHelper::SecurityStateTabHelper(
|
||||||
content::WebContents* web_contents)
|
content::WebContents* web_contents)
|
||||||
@@ -145,6 +153,7 @@ SecurityStateTabHelper::GetVisibleSecurityState() const {
|
@@ -158,6 +166,7 @@ SecurityStateTabHelper::GetVisibleSecurityState() {
|
||||||
// information is still being initialized, thus no need to check for that.
|
// information is still being initialized, thus no need to check for that.
|
||||||
state->malicious_content_status = GetMaliciousContentStatus();
|
state->malicious_content_status = GetMaliciousContentStatus();
|
||||||
|
|
||||||
+#if 0
|
+#if 0
|
||||||
safety_tips::ReputationWebContentsObserver* reputation_web_contents_observer =
|
ReputationWebContentsObserver* reputation_web_contents_observer =
|
||||||
safety_tips::ReputationWebContentsObserver::FromWebContents(
|
ReputationWebContentsObserver::FromWebContents(web_contents());
|
||||||
web_contents());
|
state->safety_tip_info =
|
||||||
@@ -153,6 +162,7 @@ SecurityStateTabHelper::GetVisibleSecurityState() const {
|
@@ -166,6 +175,7 @@ SecurityStateTabHelper::GetVisibleSecurityState() {
|
||||||
? reputation_web_contents_observer
|
->GetSafetyTipInfoForVisibleNavigation()
|
||||||
->GetSafetyTipStatusForVisibleNavigation()
|
: security_state::SafetyTipInfo(
|
||||||
: security_state::SafetyTipStatus::kUnknown;
|
{security_state::SafetyTipStatus::kUnknown, GURL()});
|
||||||
+#endif
|
+#endif
|
||||||
return state;
|
return state;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -220,6 +230,7 @@ SecurityStateTabHelper::GetMaliciousContentStatus() const {
|
@@ -237,6 +247,7 @@ SecurityStateTabHelper::GetMaliciousContentStatus() const {
|
||||||
web_contents()->GetController().GetVisibleEntry();
|
web_contents()->GetController().GetVisibleEntry();
|
||||||
if (!entry)
|
if (!entry)
|
||||||
return security_state::MALICIOUS_CONTENT_STATUS_NONE;
|
return security_state::MALICIOUS_CONTENT_STATUS_NONE;
|
||||||
|
@ -96,7 +96,7 @@ index e971e3506864865d1b05218d42fa5d54a72cc742..a1aa2036c405dbbc310b12ac6c956579
|
||||||
safe_browsing::SafeBrowsingService* sb_service =
|
safe_browsing::SafeBrowsingService* sb_service =
|
||||||
g_browser_process->safe_browsing_service();
|
g_browser_process->safe_browsing_service();
|
||||||
if (!sb_service)
|
if (!sb_service)
|
||||||
@@ -298,6 +309,7 @@ SecurityStateTabHelper::GetMaliciousContentStatus() const {
|
@@ -319,6 +330,7 @@ SecurityStateTabHelper::GetMaliciousContentStatus() const {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -22,10 +22,10 @@ However, the patch would need to be reviewed by the security team, as it
|
||||||
does touch a security-sensitive class.
|
does touch a security-sensitive class.
|
||||||
|
|
||||||
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
|
||||||
index 3e85adafd4e5173d5ea9680a28e41fd8f4efbdfd..0408a35db18ecdcad1521e4123aed4bd12bcf2c8 100644
|
index 70e105df714f0dda581b442fd9a54b7241815430..71e6b162a8e56e63731b61c171c20d134e7e8b47 100644
|
||||||
--- a/content/browser/renderer_host/render_process_host_impl.cc
|
--- a/content/browser/renderer_host/render_process_host_impl.cc
|
||||||
+++ b/content/browser/renderer_host/render_process_host_impl.cc
|
+++ b/content/browser/renderer_host/render_process_host_impl.cc
|
||||||
@@ -400,6 +400,11 @@ class RendererSandboxedProcessLauncherDelegate
|
@@ -411,6 +411,11 @@ class RendererSandboxedProcessLauncherDelegate
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ index 3e85adafd4e5173d5ea9680a28e41fd8f4efbdfd..0408a35db18ecdcad1521e4123aed4bd
|
||||||
~RendererSandboxedProcessLauncherDelegate() override {}
|
~RendererSandboxedProcessLauncherDelegate() override {}
|
||||||
|
|
||||||
#if defined(OS_WIN)
|
#if defined(OS_WIN)
|
||||||
@@ -421,6 +426,9 @@ class RendererSandboxedProcessLauncherDelegate
|
@@ -432,6 +437,9 @@ class RendererSandboxedProcessLauncherDelegate
|
||||||
|
|
||||||
#if BUILDFLAG(USE_ZYGOTE_HANDLE)
|
#if BUILDFLAG(USE_ZYGOTE_HANDLE)
|
||||||
service_manager::ZygoteHandle GetZygote() override {
|
service_manager::ZygoteHandle GetZygote() override {
|
||||||
|
@ -47,7 +47,7 @@ index 3e85adafd4e5173d5ea9680a28e41fd8f4efbdfd..0408a35db18ecdcad1521e4123aed4bd
|
||||||
const base::CommandLine& browser_command_line =
|
const base::CommandLine& browser_command_line =
|
||||||
*base::CommandLine::ForCurrentProcess();
|
*base::CommandLine::ForCurrentProcess();
|
||||||
base::CommandLine::StringType renderer_prefix =
|
base::CommandLine::StringType renderer_prefix =
|
||||||
@@ -435,10 +443,13 @@ class RendererSandboxedProcessLauncherDelegate
|
@@ -446,10 +454,13 @@ class RendererSandboxedProcessLauncherDelegate
|
||||||
return service_manager::SANDBOX_TYPE_RENDERER;
|
return service_manager::SANDBOX_TYPE_RENDERER;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -62,7 +62,7 @@ index 3e85adafd4e5173d5ea9680a28e41fd8f4efbdfd..0408a35db18ecdcad1521e4123aed4bd
|
||||||
};
|
};
|
||||||
|
|
||||||
const char kSessionStorageHolderKey[] = "kSessionStorageHolderKey";
|
const char kSessionStorageHolderKey[] = "kSessionStorageHolderKey";
|
||||||
@@ -1734,11 +1745,18 @@ bool RenderProcessHostImpl::Init() {
|
@@ -1705,11 +1716,18 @@ bool RenderProcessHostImpl::Init() {
|
||||||
cmd_line->PrependWrapper(renderer_prefix);
|
cmd_line->PrependWrapper(renderer_prefix);
|
||||||
AppendRendererCommandLine(cmd_line.get());
|
AppendRendererCommandLine(cmd_line.get());
|
||||||
|
|
||||||
|
|
|
@ -16,10 +16,10 @@ COMPONENT_EXPORT(UI_BASE_FEATURES) bool IsFormControlsRefreshEnabled();
|
||||||
ninja: build stopped: subcommand failed.
|
ninja: build stopped: subcommand failed.
|
||||||
|
|
||||||
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
|
diff --git a/ui/views/BUILD.gn b/ui/views/BUILD.gn
|
||||||
index b92fe5397a0f6223ef0c171755cc6e473c225b59..951ba8fedf20dd836adf48f70fa68f2f4128d88a 100644
|
index 4e5403b55344fcd96789a8558a7f3a6979fc4249..b3b2f31573a85116c3a5b9c810a66bdf9705700b 100644
|
||||||
--- a/ui/views/BUILD.gn
|
--- a/ui/views/BUILD.gn
|
||||||
+++ b/ui/views/BUILD.gn
|
+++ b/ui/views/BUILD.gn
|
||||||
@@ -592,6 +592,7 @@ jumbo_component("views") {
|
@@ -591,6 +591,7 @@ jumbo_component("views") {
|
||||||
"win/scoped_enable_unadjusted_mouse_events_win.cc",
|
"win/scoped_enable_unadjusted_mouse_events_win.cc",
|
||||||
"win/scoped_fullscreen_visibility.cc",
|
"win/scoped_fullscreen_visibility.cc",
|
||||||
]
|
]
|
||||||
|
|
|
@ -6,10 +6,10 @@ Subject: unsandboxed_ppapi_processes_skip_zygote.patch
|
||||||
Unsandboxed ppapi processes should skip zygote.
|
Unsandboxed ppapi processes should skip zygote.
|
||||||
|
|
||||||
diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc
|
diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc
|
||||||
index 86c23036817bc69ed44331acb5257582a3c66ff9..f3e184daf801dacb6a1a57ace82d22734ba770c5 100644
|
index b906149ca57ea427d04752565cc21dc86728a72a..8cff1826d89d6e128d40ffb748a5f2ebf9c270e0 100644
|
||||||
--- a/content/browser/ppapi_plugin_process_host.cc
|
--- a/content/browser/ppapi_plugin_process_host.cc
|
||||||
+++ b/content/browser/ppapi_plugin_process_host.cc
|
+++ b/content/browser/ppapi_plugin_process_host.cc
|
||||||
@@ -128,6 +128,9 @@ class PpapiPluginSandboxedProcessLauncherDelegate
|
@@ -124,6 +124,9 @@ class PpapiPluginSandboxedProcessLauncherDelegate
|
||||||
service_manager::ZygoteHandle GetZygote() override {
|
service_manager::ZygoteHandle GetZygote() override {
|
||||||
const base::CommandLine& browser_command_line =
|
const base::CommandLine& browser_command_line =
|
||||||
*base::CommandLine::ForCurrentProcess();
|
*base::CommandLine::ForCurrentProcess();
|
||||||
|
|
|
@ -7,10 +7,10 @@ v8_context_snapshot_generator is a build time executable.
|
||||||
The patch adds the config.
|
The patch adds the config.
|
||||||
|
|
||||||
diff --git a/tools/v8_context_snapshot/BUILD.gn b/tools/v8_context_snapshot/BUILD.gn
|
diff --git a/tools/v8_context_snapshot/BUILD.gn b/tools/v8_context_snapshot/BUILD.gn
|
||||||
index 2d7b357cfc2cd60e6e880a8c93b32166376540b5..002e9e67f8009e780182150705417c500a01c5cd 100644
|
index 7cd1597a83dc2546ba960b09f7e1f2f7181a683e..fd0f83fc7ee30a7f7d939369a97ac66aad2883ab 100644
|
||||||
--- a/tools/v8_context_snapshot/BUILD.gn
|
--- a/tools/v8_context_snapshot/BUILD.gn
|
||||||
+++ b/tools/v8_context_snapshot/BUILD.gn
|
+++ b/tools/v8_context_snapshot/BUILD.gn
|
||||||
@@ -109,6 +109,7 @@ if (use_v8_context_snapshot) {
|
@@ -117,6 +117,7 @@ if (use_v8_context_snapshot) {
|
||||||
configs += [
|
configs += [
|
||||||
"//v8:external_startup_data",
|
"//v8:external_startup_data",
|
||||||
":disable_icf",
|
":disable_icf",
|
||||||
|
|
|
@ -5,10 +5,10 @@ Subject: web_contents.patch
|
||||||
|
|
||||||
|
|
||||||
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
|
||||||
index 3eea51d39eb9239e0eb5d706497d84c8bb1b156f..8586f71224f1cae6a5e9b4005a6acfef9ff64d4d 100644
|
index f82a5fd1362ff9ca7d44e5a5366cb8e5be61d674..03ae4f288371d85493561f22e2429ade5de32339 100644
|
||||||
--- a/content/browser/web_contents/web_contents_impl.cc
|
--- a/content/browser/web_contents/web_contents_impl.cc
|
||||||
+++ b/content/browser/web_contents/web_contents_impl.cc
|
+++ b/content/browser/web_contents/web_contents_impl.cc
|
||||||
@@ -2135,6 +2135,12 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params) {
|
@@ -2120,6 +2120,12 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params) {
|
||||||
std::string unique_name;
|
std::string unique_name;
|
||||||
frame_tree_.root()->SetFrameName(params.main_frame_name, unique_name);
|
frame_tree_.root()->SetFrameName(params.main_frame_name, unique_name);
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ index 3eea51d39eb9239e0eb5d706497d84c8bb1b156f..8586f71224f1cae6a5e9b4005a6acfef
|
||||||
WebContentsViewDelegate* delegate =
|
WebContentsViewDelegate* delegate =
|
||||||
GetContentClient()->browser()->GetWebContentsViewDelegate(this);
|
GetContentClient()->browser()->GetWebContentsViewDelegate(this);
|
||||||
|
|
||||||
@@ -2150,6 +2156,7 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params) {
|
@@ -2135,6 +2141,7 @@ void WebContentsImpl::Init(const WebContents::CreateParams& params) {
|
||||||
&render_view_host_delegate_view_);
|
&render_view_host_delegate_view_);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -92,7 +92,7 @@ index c45581fd22b7ba28b76bdebfffdc872b820798c8..f22ac0e611cc79aa1bc7f85836d69e3a
|
||||||
|
|
||||||
RenderWidgetHostViewBase* WebContentsViewGuest::CreateViewForChildWidget(
|
RenderWidgetHostViewBase* WebContentsViewGuest::CreateViewForChildWidget(
|
||||||
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
diff --git a/content/public/browser/web_contents.h b/content/public/browser/web_contents.h
|
||||||
index 6708e254b314efc2366b86e0dcd5b312ec77038e..94a5b87ca72998729f1fca14f247914bb81d60d1 100644
|
index 075dd25454306b3f689cf58245ac448b25a64f93..750de66b8002ba66d0f2247d0075da1e51ac764c 100644
|
||||||
--- a/content/public/browser/web_contents.h
|
--- a/content/public/browser/web_contents.h
|
||||||
+++ b/content/public/browser/web_contents.h
|
+++ b/content/public/browser/web_contents.h
|
||||||
@@ -79,9 +79,12 @@ class BrowserPluginGuestDelegate;
|
@@ -79,9 +79,12 @@ class BrowserPluginGuestDelegate;
|
||||||
|
|
|
@ -5,10 +5,10 @@ Subject: webview_cross_drag.patch
|
||||||
|
|
||||||
|
|
||||||
diff --git a/content/browser/web_contents/web_contents_view_aura.cc b/content/browser/web_contents/web_contents_view_aura.cc
|
diff --git a/content/browser/web_contents/web_contents_view_aura.cc b/content/browser/web_contents/web_contents_view_aura.cc
|
||||||
index fbefaf207527d4e9be49f7eb455d8c1461dea409..c5d81b68fba3b0deef5018a499728595bf459dcd 100644
|
index d8f6e22f0cfc8d84adcb5291a27f8d928b37a812..392935bd098b9e1540ad9550001d066dfaa5def7 100644
|
||||||
--- a/content/browser/web_contents/web_contents_view_aura.cc
|
--- a/content/browser/web_contents/web_contents_view_aura.cc
|
||||||
+++ b/content/browser/web_contents/web_contents_view_aura.cc
|
+++ b/content/browser/web_contents/web_contents_view_aura.cc
|
||||||
@@ -800,6 +800,7 @@ gfx::NativeView WebContentsViewAura::GetRenderWidgetHostViewParent() const {
|
@@ -796,6 +796,7 @@ gfx::NativeView WebContentsViewAura::GetRenderWidgetHostViewParent() const {
|
||||||
|
|
||||||
bool WebContentsViewAura::IsValidDragTarget(
|
bool WebContentsViewAura::IsValidDragTarget(
|
||||||
RenderWidgetHostImpl* target_rwh) const {
|
RenderWidgetHostImpl* target_rwh) const {
|
||||||
|
|
|
@ -5,10 +5,10 @@ Subject: worker_context_will_destroy.patch
|
||||||
|
|
||||||
|
|
||||||
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
|
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
|
||||||
index 902bd023e6d2e26a5a89ed441651edd5f364f009..906920393c34043d19183064a2a4506c0a03e80d 100644
|
index c1ed9f008b495d4afe05c21a81639383758b36d1..a05cef66facd477057fedb388e4000475bc76830 100644
|
||||||
--- a/content/public/renderer/content_renderer_client.h
|
--- a/content/public/renderer/content_renderer_client.h
|
||||||
+++ b/content/public/renderer/content_renderer_client.h
|
+++ b/content/public/renderer/content_renderer_client.h
|
||||||
@@ -383,6 +383,11 @@ class CONTENT_EXPORT ContentRendererClient {
|
@@ -376,6 +376,11 @@ class CONTENT_EXPORT ContentRendererClient {
|
||||||
virtual void DidInitializeWorkerContextOnWorkerThread(
|
virtual void DidInitializeWorkerContextOnWorkerThread(
|
||||||
v8::Local<v8::Context> context) {}
|
v8::Local<v8::Context> context) {}
|
||||||
|
|
||||||
|
@ -21,10 +21,10 @@ index 902bd023e6d2e26a5a89ed441651edd5f364f009..906920393c34043d19183064a2a4506c
|
||||||
// An empty URL is returned if the URL is not overriden.
|
// An empty URL is returned if the URL is not overriden.
|
||||||
virtual GURL OverrideFlashEmbedWithHTML(const GURL& url);
|
virtual GURL OverrideFlashEmbedWithHTML(const GURL& url);
|
||||||
diff --git a/content/renderer/renderer_blink_platform_impl.cc b/content/renderer/renderer_blink_platform_impl.cc
|
diff --git a/content/renderer/renderer_blink_platform_impl.cc b/content/renderer/renderer_blink_platform_impl.cc
|
||||||
index 875a9079d0d5e97d04ca9870cb1d35dbe39fb24b..08cdba51792cbc73eb55ca7bb1d0ca1711ca97e8 100644
|
index 27ff9ff28296c90c30438f0989747ccecc78d2ac..8373789b06fcde59b0ac8a8b7db5042ac0922845 100644
|
||||||
--- a/content/renderer/renderer_blink_platform_impl.cc
|
--- a/content/renderer/renderer_blink_platform_impl.cc
|
||||||
+++ b/content/renderer/renderer_blink_platform_impl.cc
|
+++ b/content/renderer/renderer_blink_platform_impl.cc
|
||||||
@@ -994,6 +994,12 @@ void RendererBlinkPlatformImpl::WillStopWorkerThread() {
|
@@ -932,6 +932,12 @@ void RendererBlinkPlatformImpl::WillStopWorkerThread() {
|
||||||
WorkerThreadRegistry::Instance()->WillStopCurrentWorkerThread();
|
WorkerThreadRegistry::Instance()->WillStopCurrentWorkerThread();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -38,10 +38,10 @@ index 875a9079d0d5e97d04ca9870cb1d35dbe39fb24b..08cdba51792cbc73eb55ca7bb1d0ca17
|
||||||
const v8::Local<v8::Context>& worker) {
|
const v8::Local<v8::Context>& worker) {
|
||||||
GetContentClient()->renderer()->DidInitializeWorkerContextOnWorkerThread(
|
GetContentClient()->renderer()->DidInitializeWorkerContextOnWorkerThread(
|
||||||
diff --git a/content/renderer/renderer_blink_platform_impl.h b/content/renderer/renderer_blink_platform_impl.h
|
diff --git a/content/renderer/renderer_blink_platform_impl.h b/content/renderer/renderer_blink_platform_impl.h
|
||||||
index b183977096477563043b288b33d90d3ce9fbd8de..87bd2530eb060c8e68a5a2ca090ce80cd63b942e 100644
|
index 291f7a06f99e2eba08d66ff01bcc2bda62c8c1fd..bd031bda8b45fc36302b1fcbbfa2c27c9e8e34e6 100644
|
||||||
--- a/content/renderer/renderer_blink_platform_impl.h
|
--- a/content/renderer/renderer_blink_platform_impl.h
|
||||||
+++ b/content/renderer/renderer_blink_platform_impl.h
|
+++ b/content/renderer/renderer_blink_platform_impl.h
|
||||||
@@ -200,6 +200,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : public BlinkPlatformImpl {
|
@@ -189,6 +189,7 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : public BlinkPlatformImpl {
|
||||||
void DidStartWorkerThread() override;
|
void DidStartWorkerThread() override;
|
||||||
void WillStopWorkerThread() override;
|
void WillStopWorkerThread() override;
|
||||||
void WorkerContextCreated(const v8::Local<v8::Context>& worker) override;
|
void WorkerContextCreated(const v8::Local<v8::Context>& worker) override;
|
||||||
|
@ -50,10 +50,10 @@ index b183977096477563043b288b33d90d3ce9fbd8de..87bd2530eb060c8e68a5a2ca090ce80c
|
||||||
const blink::WebString& header_name) override;
|
const blink::WebString& header_name) override;
|
||||||
|
|
||||||
diff --git a/third_party/blink/public/platform/platform.h b/third_party/blink/public/platform/platform.h
|
diff --git a/third_party/blink/public/platform/platform.h b/third_party/blink/public/platform/platform.h
|
||||||
index 83b3a264c0731acb567401ce64085560470a457f..70cab2fd7d3f5a30683ad2c8da7dcd453f939502 100644
|
index 69576ff04e09e8217a9cc4059be4ddfab8d91ffb..144dc70a4c9581f17c7b9c8c4186c215fcce7ddb 100644
|
||||||
--- a/third_party/blink/public/platform/platform.h
|
--- a/third_party/blink/public/platform/platform.h
|
||||||
+++ b/third_party/blink/public/platform/platform.h
|
+++ b/third_party/blink/public/platform/platform.h
|
||||||
@@ -692,6 +692,7 @@ class BLINK_PLATFORM_EXPORT Platform {
|
@@ -649,6 +649,7 @@ class BLINK_PLATFORM_EXPORT Platform {
|
||||||
virtual void DidStartWorkerThread() {}
|
virtual void DidStartWorkerThread() {}
|
||||||
virtual void WillStopWorkerThread() {}
|
virtual void WillStopWorkerThread() {}
|
||||||
virtual void WorkerContextCreated(const v8::Local<v8::Context>& worker) {}
|
virtual void WorkerContextCreated(const v8::Local<v8::Context>& worker) {}
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
{
|
{
|
||||||
"src/electron/patches/chromium": "src",
|
"src/electron/patches/chromium": "src",
|
||||||
|
|
||||||
"src/electron/patches/quiche": "src/net/third_party/quiche/src",
|
|
||||||
|
|
||||||
"src/electron/patches/boringssl": "src/third_party/boringssl/src",
|
"src/electron/patches/boringssl": "src/third_party/boringssl/src",
|
||||||
|
|
||||||
|
"src/electron/patches/perfetto": "src/third_party/perfetto",
|
||||||
|
|
||||||
|
"src/electron/patches/skia": "src/third_party/skia",
|
||||||
|
|
||||||
"src/electron/patches/v8": "src/v8",
|
"src/electron/patches/v8": "src/v8",
|
||||||
|
|
||||||
"src/electron/patches/node": "src/third_party/electron_node"
|
"src/electron/patches/node": "src/third_party/electron_node"
|
||||||
|
|
|
@ -1,3 +1 @@
|
||||||
revert_fix_chrome_roll_update_protoc_host_toolchain_rules.patch
|
build_win_fix_compilation_error_with_msstl.patch
|
||||||
revert_make_trace_processor_a_host-only_target.patch
|
|
||||||
metatrace_remove_memset_and_trivial_ctor_assumption.patch
|
|
||||||
|
|
|
@ -0,0 +1,58 @@
|
||||||
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Deepak Mohan <hop2deep@gmail.com>
|
||||||
|
Date: Thu, 24 Oct 2019 17:58:10 -0700
|
||||||
|
Subject: build,[win]: fix compilation error with MSSTL
|
||||||
|
|
||||||
|
Moves the accessor definition from header file to avoid the following
|
||||||
|
error:
|
||||||
|
|
||||||
|
\MSVC\14.16.27023\include\vector(905,3): error: arithmetic on a pointer
|
||||||
|
to an incomplete type 'std::_Simple_types<perfetto::FieldDescriptorProto>::value_type' (aka 'perfetto::FieldDescriptorProto')
|
||||||
|
++this->_Mylast();
|
||||||
|
^ ~~~~~~~~~~~~~~~
|
||||||
|
\MSVC\14.16.27023\include\vector(919,12): note: in instantiation of function template specialization
|
||||||
|
'std::vector<perfetto::FieldDescriptorProto, std::allocator<perfetto::FieldDescriptorProto> >::_Emplace_back_with_unused_capacity<>'requested here
|
||||||
|
return (_Emplace_back_with_unused_capacity(_STD forward<_Valty>(_Val)...));
|
||||||
|
^
|
||||||
|
gen/third_party/perfetto\protos/perfetto/common/descriptor.gen.h(155,54): note: in instantiation of function template
|
||||||
|
specialization 'std::vector<perfetto::FieldDescriptorProto, std::allocator<perfetto::FieldDescriptorProto> >::emplace_back<>' requested here
|
||||||
|
FieldDescriptorProto* add_extension() { extension_.emplace_back(); return &extension_.back(); }
|
||||||
|
^
|
||||||
|
gen/third_party/perfetto\protos/perfetto/common/descriptor.gen.h(34,7): note: forward declaration of 'perfetto::FieldDescriptorProto'
|
||||||
|
class FieldDescriptorProto;
|
||||||
|
|
||||||
|
diff --git a/src/protozero/protoc_plugin/cppgen_plugin.cc b/src/protozero/protoc_plugin/cppgen_plugin.cc
|
||||||
|
index 98e6c470471db090e2b6bd0824b58adcfc15100f..2ce5abfd9cbdae8d1d7aeeebf5403cd382942869 100644
|
||||||
|
--- a/src/protozero/protoc_plugin/cppgen_plugin.cc
|
||||||
|
+++ b/src/protozero/protoc_plugin/cppgen_plugin.cc
|
||||||
|
@@ -402,7 +402,7 @@ void CppObjGenerator::GenClassDecl(const Descriptor* msg, Printer* p) const {
|
||||||
|
GetCppType(field, false), "n", field->lowercase_name());
|
||||||
|
p->Print("void clear_$n$() { $n$_.clear(); }\n", "n",
|
||||||
|
field->lowercase_name());
|
||||||
|
- p->Print("$t$* add_$n$() { $n$_.emplace_back(); return &$n$_.back(); }\n",
|
||||||
|
+ p->Print("$t$* add_$n$();\n",
|
||||||
|
"t", GetCppType(field, false), "n", field->lowercase_name());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@@ -461,6 +461,21 @@ void CppObjGenerator::GenClassDef(const Descriptor* msg, Printer* p) const {
|
||||||
|
p->Outdent();
|
||||||
|
p->Print("\n}\n\n");
|
||||||
|
|
||||||
|
+ // Generate Accessor Definitons for repeated field,
|
||||||
|
+ // worksaround incomplete type error with MSSTL.
|
||||||
|
+ for (int i = 0; i < msg->field_count(); i++) {
|
||||||
|
+ const FieldDescriptor* field = msg->field(i);
|
||||||
|
+ if (field->is_repeated()) {
|
||||||
|
+ p->Print("$t$* $n$::add_$p$() {\n", "t", GetCppType(field, false),
|
||||||
|
+ "n", full_name, "p", field->lowercase_name());
|
||||||
|
+ p->Indent();
|
||||||
|
+ p->Print("$n$_.emplace_back();\n", "n", field->lowercase_name());
|
||||||
|
+ p->Print("return &$n$_.back();\n", "n", field->lowercase_name());
|
||||||
|
+ p->Outdent();
|
||||||
|
+ p->Print("}\n\n");
|
||||||
|
+ }
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
std::string proto_type = GetFullName(msg, true);
|
||||||
|
|
||||||
|
// Genrate the ParseRawProto() method definition.
|
|
@ -1,80 +0,0 @@
|
||||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Primiano Tucci <primiano@google.com>
|
|
||||||
Date: Thu, 3 Oct 2019 16:24:52 +0100
|
|
||||||
Subject: metatrace: remove memset and trivial-ctor assumption
|
|
||||||
|
|
||||||
Turns out that on MSVC std::atomic<int> is not trivially constructible
|
|
||||||
(although I think is still a plain old int, it just fails the check).
|
|
||||||
Fall back on resetting each element individually.
|
|
||||||
Thankfully the compiler can see through and eventually figures out
|
|
||||||
it can do a memset: https://godbolt.org/z/wMre8O
|
|
||||||
|
|
||||||
Bug: chromium:1010616
|
|
||||||
Change-Id: I971ff888306d6bdbaf6e6b886f9ca506ddc1b30a
|
|
||||||
|
|
||||||
diff --git a/include/perfetto/ext/base/metatrace.h b/include/perfetto/ext/base/metatrace.h
|
|
||||||
index 3858f68ec5eaf130aafa7d33f52a00e370395204..2c587c3fc63093f71a05e4c757def5c6384bf703 100644
|
|
||||||
--- a/include/perfetto/ext/base/metatrace.h
|
|
||||||
+++ b/include/perfetto/ext/base/metatrace.h
|
|
||||||
@@ -116,22 +116,33 @@ struct Record {
|
|
||||||
timestamp_ns_high = static_cast<uint16_t>(diff >> 32);
|
|
||||||
}
|
|
||||||
|
|
||||||
+ // We can't just memset() this class because on MSVC std::atomic<> is not
|
|
||||||
+ // trivially constructible anymore. Also std::atomic<> has a deleted copy
|
|
||||||
+ // constructor so we cant just do "*this = Record()" either.
|
|
||||||
+ // See http://bit.ly/339Jlzd .
|
|
||||||
+ void clear() {
|
|
||||||
+ this->~Record();
|
|
||||||
+ new (this) Record();
|
|
||||||
+ }
|
|
||||||
+
|
|
||||||
// This field holds the type (counter vs event) in the MSB and event ID (as
|
|
||||||
// defined in metatrace_events.h) in the lowest 15 bits. It is also used also
|
|
||||||
// as a linearization point: this is always written after all the other
|
|
||||||
// fields with a release-store. This is so the reader can determine whether it
|
|
||||||
// can safely process the other event fields after a load-acquire.
|
|
||||||
- std::atomic<uint16_t> type_and_id;
|
|
||||||
+ std::atomic<uint16_t> type_and_id{};
|
|
||||||
|
|
||||||
// Timestamp is stored as a 48-bits value diffed against g_enabled_timestamp.
|
|
||||||
// This gives us 78 hours from Enabled().
|
|
||||||
- uint16_t timestamp_ns_high;
|
|
||||||
- uint32_t timestamp_ns_low;
|
|
||||||
+ uint16_t timestamp_ns_high = 0;
|
|
||||||
+ uint32_t timestamp_ns_low = 0;
|
|
||||||
|
|
||||||
- uint32_t thread_id;
|
|
||||||
+ uint32_t thread_id = 0;
|
|
||||||
|
|
||||||
union {
|
|
||||||
- uint32_t duration_ns; // If type == event.
|
|
||||||
+ // Only one of the two elements can be zero initialized, clang complains
|
|
||||||
+ // about "initializing multiple members of union" otherwise.
|
|
||||||
+ uint32_t duration_ns = 0; // If type == event.
|
|
||||||
int32_t counter_value; // If type == counter.
|
|
||||||
};
|
|
||||||
};
|
|
||||||
diff --git a/src/base/metatrace.cc b/src/base/metatrace.cc
|
|
||||||
index 9ef2c68777c5d497d92b12d52df4df2454feda02..67d167c8d07bc8701d261c56d11ba17afcb6ec8a 100644
|
|
||||||
--- a/src/base/metatrace.cc
|
|
||||||
+++ b/src/base/metatrace.cc
|
|
||||||
@@ -84,15 +84,9 @@ void Disable() {
|
|
||||||
|
|
||||||
// static
|
|
||||||
void RingBuffer::Reset() {
|
|
||||||
- static_assert(PERFETTO_IS_TRIVIALLY_CONSTRUCTIBLE(Record) &&
|
|
||||||
- std::is_trivially_destructible<Record>::value,
|
|
||||||
- "Record must be trivial");
|
|
||||||
- // Cast pointers to void* to suppress "-Wclass-memaccess" from gcc, which
|
|
||||||
- // triggers as we're doing a raw memory set for a class (Record) that doesn't
|
|
||||||
- // have a copy assignment operator (due to the atomic |type_and_id|).
|
|
||||||
- memset(static_cast<void*>(records_.data()), 0, sizeof(records_));
|
|
||||||
- memset(static_cast<void*>(&bankruptcy_record_), 0,
|
|
||||||
- sizeof(bankruptcy_record_));
|
|
||||||
+ bankruptcy_record_.clear();
|
|
||||||
+ for (Record& record : records_)
|
|
||||||
+ record.clear();
|
|
||||||
wr_index_ = 0;
|
|
||||||
rd_index_ = 0;
|
|
||||||
has_overruns_ = false;
|
|
|
@ -1 +0,0 @@
|
||||||
include_ostream_in_quic_ip_address_h.patch
|
|
|
@ -1,25 +0,0 @@
|
||||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
||||||
From: vasilvv <vasilvv@google.com>
|
|
||||||
Date: Thu, 3 Oct 2019 09:37:10 -0700
|
|
||||||
Subject: [build] Include ostream in quic_ip_address.h
|
|
||||||
|
|
||||||
Explicitly #include <ostream> in quic/platform/api/quic_ip_address.h, since std::ostream is referenced in it. In the C++ STL shipped with Visual Studio 2019, none of the headers included in quic_ip_address.h ends up including the required templates, which caused a compile error.
|
|
||||||
|
|
||||||
Patch by Jaime Bernardo <jaime@janeasystems.com>: https://quiche-review.googlesource.com/c/quiche/+/10280
|
|
||||||
|
|
||||||
gfe-relnote: n/a (no functional change)
|
|
||||||
PiperOrigin-RevId: 272678937
|
|
||||||
Change-Id: I304ed7ad7f114924268ef832551fb2ddcba73402
|
|
||||||
|
|
||||||
diff --git a/quic/platform/api/quic_ip_address.h b/quic/platform/api/quic_ip_address.h
|
|
||||||
index e1a1076cbcbd0bfe72e69b4c0fefe2b21ec4426c..3585970d9d50f2b026616e758576dd466044c39b 100644
|
|
||||||
--- a/quic/platform/api/quic_ip_address.h
|
|
||||||
+++ b/quic/platform/api/quic_ip_address.h
|
|
||||||
@@ -15,6 +15,7 @@
|
|
||||||
#include <sys/types.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
+#include <ostream>
|
|
||||||
#include <string>
|
|
||||||
|
|
||||||
#include "net/third_party/quiche/src/quic/platform/api/quic_export.h"
|
|
|
@ -0,0 +1 @@
|
||||||
|
build_fix_compilation_on_macos_with_10_14_sdk.patch
|
|
@ -0,0 +1,39 @@
|
||||||
|
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
||||||
|
From: deepak1556 <hop2deep@gmail.com>
|
||||||
|
Date: Mon, 21 Oct 2019 15:20:20 -0700
|
||||||
|
Subject: build: fix compilation on macOS with 10.14 SDK
|
||||||
|
|
||||||
|
typename 'B0' is defined in sys/termios.h
|
||||||
|
|
||||||
|
Bug: none
|
||||||
|
Change-Id: I6a2e6eb1a91f123459087280b70493dab795bbd3
|
||||||
|
|
||||||
|
diff --git a/AUTHORS b/AUTHORS
|
||||||
|
index 80776a6afc6954e298a00b9403121514e353c2da..7c4d154f8dfcdfaafbec930ba1486f8e0613f1e7 100644
|
||||||
|
--- a/AUTHORS
|
||||||
|
+++ b/AUTHORS
|
||||||
|
@@ -17,6 +17,7 @@ Amazon, Inc <*@amazon.com>
|
||||||
|
Anthony Catel <paraboul@gmail.com>
|
||||||
|
ARM <*@arm.com>
|
||||||
|
Dawson Coleman <dawsonmcoleman@gmail.com>
|
||||||
|
+Deepak Mohan <hop2deep@gmail.com>
|
||||||
|
Ehsan Akhgari <ehsan.akhgari@gmail.com>
|
||||||
|
Facebook, Inc. <*fb.com>
|
||||||
|
George Wright <george@mozilla.com>
|
||||||
|
diff --git a/include/private/SkTLogic.h b/include/private/SkTLogic.h
|
||||||
|
index f128a462b4a2084b5edb1a58d3485ed4cf465a7f..8cf8c284f1d0d8aaec304f55028d46a7667e8628 100644
|
||||||
|
--- a/include/private/SkTLogic.h
|
||||||
|
+++ b/include/private/SkTLogic.h
|
||||||
|
@@ -62,9 +62,9 @@ template<> struct make_index_sequence<1> : skstd::index_sequence<0>{};
|
||||||
|
struct monostate {};
|
||||||
|
|
||||||
|
template<typename...> struct conjunction : std::true_type { };
|
||||||
|
-template<typename B0> struct conjunction<B0> : B0 { };
|
||||||
|
-template<typename B0, typename... Bs>
|
||||||
|
-struct conjunction<B0, Bs...> : std::conditional<bool(B0::value), conjunction<Bs...>, B0>::type { };
|
||||||
|
+template<typename T> struct conjunction<T> : T { };
|
||||||
|
+template<typename T, typename... Ts>
|
||||||
|
+struct conjunction<T, Ts...> : std::conditional<bool(T::value), conjunction<Ts...>, T>::type { };
|
||||||
|
} // namespace skstd
|
||||||
|
|
||||||
|
// The sknonstd namespace contains things we would like to be proposed and feel std-ish.
|
|
@ -7,4 +7,3 @@ export_symbols_needed_for_windows_build.patch
|
||||||
workaround_an_undefined_symbol_error.patch
|
workaround_an_undefined_symbol_error.patch
|
||||||
do_not_export_private_v8_symbols_on_windows.patch
|
do_not_export_private_v8_symbols_on_windows.patch
|
||||||
revert_cleanup_switch_offset_of_to_offsetof_where_possible.patch
|
revert_cleanup_switch_offset_of_to_offsetof_where_possible.patch
|
||||||
ptr-compr_temporarily_disable_31_bit_smis_on_64-bit_architectures.patch
|
|
||||||
|
|
|
@ -12,10 +12,10 @@ when we override ReallocateBufferMemory, so we therefore need to implement
|
||||||
Realloc on the v8 side.
|
Realloc on the v8 side.
|
||||||
|
|
||||||
diff --git a/include/v8.h b/include/v8.h
|
diff --git a/include/v8.h b/include/v8.h
|
||||||
index 24052f25bf7499743d1bf59846325274c3fd81c0..c5f0436eb771b6ca86fdf8e0dc195221c6b481f4 100644
|
index f3a05531aa8b9d8c2b9c04ffaff505dbbef9e46d..fe86e1a17f2cad844ef92f45a8da6e7fee4eba49 100644
|
||||||
--- a/include/v8.h
|
--- a/include/v8.h
|
||||||
+++ b/include/v8.h
|
+++ b/include/v8.h
|
||||||
@@ -4748,6 +4748,13 @@ class V8_EXPORT ArrayBuffer : public Object {
|
@@ -4926,6 +4926,13 @@ class V8_EXPORT ArrayBuffer : public Object {
|
||||||
*/
|
*/
|
||||||
virtual void* AllocateUninitialized(size_t length) = 0;
|
virtual void* AllocateUninitialized(size_t length) = 0;
|
||||||
|
|
||||||
|
@ -30,10 +30,10 @@ index 24052f25bf7499743d1bf59846325274c3fd81c0..c5f0436eb771b6ca86fdf8e0dc195221
|
||||||
* Free the memory block of size |length|, pointed to by |data|.
|
* Free the memory block of size |length|, pointed to by |data|.
|
||||||
* That memory is guaranteed to be previously allocated by |Allocate|.
|
* That memory is guaranteed to be previously allocated by |Allocate|.
|
||||||
diff --git a/src/api/api.cc b/src/api/api.cc
|
diff --git a/src/api/api.cc b/src/api/api.cc
|
||||||
index b03cc11532e0ec1d0e047bd794d15416cb343670..e9e46fd117dbf67a0fb7bdf560e152daa8624ff8 100644
|
index 15ccbbe9cca3f15751a720c0cab10d815e59d51d..f6f2ba988d95660637f6733dafdd12db7acaa992 100644
|
||||||
--- a/src/api/api.cc
|
--- a/src/api/api.cc
|
||||||
+++ b/src/api/api.cc
|
+++ b/src/api/api.cc
|
||||||
@@ -518,6 +518,10 @@ void V8::SetSnapshotDataBlob(StartupData* snapshot_blob) {
|
@@ -516,6 +516,10 @@ void V8::SetSnapshotDataBlob(StartupData* snapshot_blob) {
|
||||||
i::V8::SetSnapshotBlob(snapshot_blob);
|
i::V8::SetSnapshotBlob(snapshot_blob);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -5,10 +5,10 @@ Subject: build_gn.patch
|
||||||
|
|
||||||
|
|
||||||
diff --git a/BUILD.gn b/BUILD.gn
|
diff --git a/BUILD.gn b/BUILD.gn
|
||||||
index 7e683f86e529316f923b8ff2b6fe5ed94f22420a..b0e242d6c369185172184c1f4a88247aa1e0896c 100644
|
index f67cce51b1ececd643271a8c55972571a45fd51d..23180f0a67ebc2eab3b7a0588dfb21823c5ecad9 100644
|
||||||
--- a/BUILD.gn
|
--- a/BUILD.gn
|
||||||
+++ b/BUILD.gn
|
+++ b/BUILD.gn
|
||||||
@@ -284,7 +284,7 @@ config("internal_config") {
|
@@ -281,7 +281,7 @@ config("internal_config") {
|
||||||
":v8_header_features",
|
":v8_header_features",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ index 7e683f86e529316f923b8ff2b6fe5ed94f22420a..b0e242d6c369185172184c1f4a88247a
|
||||||
defines += [ "BUILDING_V8_SHARED" ]
|
defines += [ "BUILDING_V8_SHARED" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -3834,7 +3834,7 @@ if (current_toolchain == v8_generator_toolchain) {
|
@@ -3780,7 +3780,7 @@ if (current_toolchain == v8_generator_toolchain) {
|
||||||
"src/interpreter/bytecodes.h",
|
"src/interpreter/bytecodes.h",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ index 7e683f86e529316f923b8ff2b6fe5ed94f22420a..b0e242d6c369185172184c1f4a88247a
|
||||||
|
|
||||||
deps = [
|
deps = [
|
||||||
":v8_libbase",
|
":v8_libbase",
|
||||||
@@ -3865,6 +3865,8 @@ if (v8_use_snapshot && current_toolchain == v8_snapshot_toolchain) {
|
@@ -3813,6 +3813,8 @@ if (current_toolchain == v8_snapshot_toolchain) {
|
||||||
|
|
||||||
configs = [ ":internal_config" ]
|
configs = [ ":internal_config" ]
|
||||||
|
|
||||||
|
|
|
@ -5,10 +5,10 @@ Subject: dcheck.patch
|
||||||
|
|
||||||
|
|
||||||
diff --git a/src/api/api.cc b/src/api/api.cc
|
diff --git a/src/api/api.cc b/src/api/api.cc
|
||||||
index 11ca1064085568986b8d21250dd8617f0d03f652..39dc796b72553259b167721a4fd51f3f51ef1358 100644
|
index d753abd5d2d7e788b7dd96a200d5be0d85f87fe3..68ca3303470448d42fcbc1f3b7794404756b5972 100644
|
||||||
--- a/src/api/api.cc
|
--- a/src/api/api.cc
|
||||||
+++ b/src/api/api.cc
|
+++ b/src/api/api.cc
|
||||||
@@ -8501,7 +8501,7 @@ void Isolate::SetPromiseRejectCallback(PromiseRejectCallback callback) {
|
@@ -8698,7 +8698,7 @@ void Isolate::SetPromiseRejectCallback(PromiseRejectCallback callback) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void Isolate::RunMicrotasks() {
|
void Isolate::RunMicrotasks() {
|
||||||
|
@ -18,10 +18,10 @@ index 11ca1064085568986b8d21250dd8617f0d03f652..39dc796b72553259b167721a4fd51f3f
|
||||||
isolate->default_microtask_queue()->RunMicrotasks(isolate);
|
isolate->default_microtask_queue()->RunMicrotasks(isolate);
|
||||||
}
|
}
|
||||||
diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
diff --git a/src/heap/heap.cc b/src/heap/heap.cc
|
||||||
index 92265dd7665887cea46be407180e42de4985f8fd..4268f289c22953c386e28ed3968bedf80e595914 100644
|
index 9c68990a7cb6e3160164fefbe8d800e1659e7760..a9935cc42ca3bd8805fb7d5c719676c0032be233 100644
|
||||||
--- a/src/heap/heap.cc
|
--- a/src/heap/heap.cc
|
||||||
+++ b/src/heap/heap.cc
|
+++ b/src/heap/heap.cc
|
||||||
@@ -5312,9 +5312,9 @@ void Heap::TearDown() {
|
@@ -5311,9 +5311,9 @@ void Heap::TearDown() {
|
||||||
void Heap::AddGCPrologueCallback(v8::Isolate::GCCallbackWithData callback,
|
void Heap::AddGCPrologueCallback(v8::Isolate::GCCallbackWithData callback,
|
||||||
GCType gc_type, void* data) {
|
GCType gc_type, void* data) {
|
||||||
DCHECK_NOT_NULL(callback);
|
DCHECK_NOT_NULL(callback);
|
||||||
|
|
|
@ -22,128 +22,129 @@ Reviewed-By: Yang Guo <yangguo@chromium.org>
|
||||||
Reviewed-By: Michaël Zasso <targos@protonmail.com>
|
Reviewed-By: Michaël Zasso <targos@protonmail.com>
|
||||||
|
|
||||||
diff --git a/include/v8.h b/include/v8.h
|
diff --git a/include/v8.h b/include/v8.h
|
||||||
index c5f0436eb771b6ca86fdf8e0dc195221c6b481f4..4c93d92fe36c6712a239c47e42bcb2cb6992cb57 100644
|
index fe86e1a17f2cad844ef92f45a8da6e7fee4eba49..3450677471b7276b631ea12a4cd39514c8105b46 100644
|
||||||
--- a/include/v8.h
|
--- a/include/v8.h
|
||||||
+++ b/include/v8.h
|
+++ b/include/v8.h
|
||||||
@@ -1195,6 +1195,10 @@ class V8_EXPORT PrimitiveArray {
|
@@ -1330,6 +1330,10 @@ class V8_EXPORT PrimitiveArray {
|
||||||
public:
|
public:
|
||||||
static Local<PrimitiveArray> New(Isolate* isolate, int length);
|
static Local<PrimitiveArray> New(Isolate* isolate, int length);
|
||||||
int Length() const;
|
int Length() const;
|
||||||
+ V8_DEPRECATED("Use Isolate* version",
|
+ V8_DEPRECATED("Use Isolate* version")
|
||||||
+ void Set(int index, Local<Primitive> item));
|
+ void Set(int index, Local<Primitive> item);
|
||||||
+ V8_DEPRECATED("Use Isolate* version",
|
+ V8_DEPRECATED("Use Isolate* version")
|
||||||
+ Local<Primitive> Get(int index));
|
+ Local<Primitive> Get(int index);
|
||||||
void Set(Isolate* isolate, int index, Local<Primitive> item);
|
void Set(Isolate* isolate, int index, Local<Primitive> item);
|
||||||
Local<Primitive> Get(Isolate* isolate, int index);
|
Local<Primitive> Get(Isolate* isolate, int index);
|
||||||
};
|
};
|
||||||
@@ -1935,6 +1939,8 @@ class V8_EXPORT StackTrace {
|
@@ -2078,6 +2082,8 @@ class V8_EXPORT StackTrace {
|
||||||
/**
|
/**
|
||||||
* Returns a StackFrame at a particular index.
|
* Returns a StackFrame at a particular index.
|
||||||
*/
|
*/
|
||||||
+ V8_DEPRECATED("Use Isolate version",
|
+ V8_DEPRECATED("Use Isolate version")
|
||||||
+ Local<StackFrame> GetFrame(uint32_t index) const);
|
+ Local<StackFrame> GetFrame(uint32_t index) const;
|
||||||
Local<StackFrame> GetFrame(Isolate* isolate, uint32_t index) const;
|
Local<StackFrame> GetFrame(Isolate* isolate, uint32_t index) const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -2629,6 +2635,13 @@ class V8_EXPORT Value : public Data {
|
@@ -2774,6 +2780,15 @@ class V8_EXPORT Value : public Data {
|
||||||
|
|
||||||
Local<Boolean> ToBoolean(Isolate* isolate) const;
|
Local<Boolean> ToBoolean(Isolate* isolate) const;
|
||||||
|
|
||||||
+ inline V8_DEPRECATED("Use maybe version",
|
+ V8_DEPRECATED("Use maybe version")
|
||||||
+ Local<Boolean> ToBoolean() const);
|
+ inline Local<Boolean> ToBoolean() const;
|
||||||
+ inline V8_DEPRECATED("Use maybe version", Local<String> ToString() const);
|
+ V8_DEPRECATED("Use maybe version")
|
||||||
+ inline V8_DEPRECATED("Use maybe version", Local<Object> ToObject() const);
|
+ inline Local<String> ToString() const;
|
||||||
+ inline V8_DEPRECATED("Use maybe version",
|
+ V8_DEPRECATED("Use maybe version")
|
||||||
+ Local<Integer> ToInteger() const);
|
+ inline Local<Object> ToObject() const;
|
||||||
|
+ V8_DEPRECATED("Use maybe version")
|
||||||
|
+ inline Local<Integer> ToInteger() const;
|
||||||
+
|
+
|
||||||
/**
|
/**
|
||||||
* Attempts to convert a string to an array index.
|
* Attempts to convert a string to an array index.
|
||||||
* Returns an empty handle if the conversion fails.
|
* Returns an empty handle if the conversion fails.
|
||||||
@@ -2645,7 +2658,14 @@ class V8_EXPORT Value : public Data {
|
@@ -2790,7 +2805,14 @@ class V8_EXPORT Value : public Data {
|
||||||
Local<Context> context) const;
|
Local<Context> context) const;
|
||||||
V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
|
V8_WARN_UNUSED_RESULT Maybe<int32_t> Int32Value(Local<Context> context) const;
|
||||||
|
|
||||||
+ V8_DEPRECATED("Use maybe version", bool BooleanValue() const);
|
+ V8_DEPRECATED("Use maybe version") bool BooleanValue() const;
|
||||||
+ V8_DEPRECATED("Use maybe version", double NumberValue() const);
|
+ V8_DEPRECATED("Use maybe version") double NumberValue() const;
|
||||||
+ V8_DEPRECATED("Use maybe version", int64_t IntegerValue() const);
|
+ V8_DEPRECATED("Use maybe version") int64_t IntegerValue() const;
|
||||||
+ V8_DEPRECATED("Use maybe version", uint32_t Uint32Value() const);
|
+ V8_DEPRECATED("Use maybe version") uint32_t Uint32Value() const;
|
||||||
+ V8_DEPRECATED("Use maybe version", int32_t Int32Value() const);
|
+ V8_DEPRECATED("Use maybe version") int32_t Int32Value() const;
|
||||||
+
|
+
|
||||||
/** JS == */
|
/** JS == */
|
||||||
+ V8_DEPRECATED("Use maybe version", bool Equals(Local<Value> that) const);
|
+ V8_DEPRECATED("Use maybe version") bool Equals(Local<Value> that) const;
|
||||||
V8_WARN_UNUSED_RESULT Maybe<bool> Equals(Local<Context> context,
|
V8_WARN_UNUSED_RESULT Maybe<bool> Equals(Local<Context> context,
|
||||||
Local<Value> that) const;
|
Local<Value> that) const;
|
||||||
bool StrictEquals(Local<Value> that) const;
|
bool StrictEquals(Local<Value> that) const;
|
||||||
@@ -2752,6 +2772,8 @@ class V8_EXPORT String : public Name {
|
@@ -2897,6 +2919,8 @@ class V8_EXPORT String : public Name {
|
||||||
* Returns the number of bytes in the UTF-8 encoded
|
* Returns the number of bytes in the UTF-8 encoded
|
||||||
* representation of this string.
|
* representation of this string.
|
||||||
*/
|
*/
|
||||||
+ V8_DEPRECATED("Use Isolate version instead", int Utf8Length() const);
|
+ V8_DEPRECATED("Use Isolate version instead") int Utf8Length() const;
|
||||||
+
|
+
|
||||||
int Utf8Length(Isolate* isolate) const;
|
int Utf8Length(Isolate* isolate) const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -2808,12 +2830,23 @@ class V8_EXPORT String : public Name {
|
@@ -2953,12 +2977,22 @@ class V8_EXPORT String : public Name {
|
||||||
// 16-bit character codes.
|
// 16-bit character codes.
|
||||||
int Write(Isolate* isolate, uint16_t* buffer, int start = 0, int length = -1,
|
int Write(Isolate* isolate, uint16_t* buffer, int start = 0, int length = -1,
|
||||||
int options = NO_OPTIONS) const;
|
int options = NO_OPTIONS) const;
|
||||||
+ V8_DEPRECATED("Use Isolate* version",
|
+ V8_DEPRECATED("Use Isolate* version")
|
||||||
+ int Write(uint16_t* buffer, int start = 0, int length = -1,
|
+ int Write(uint16_t* buffer, int start = 0, int length = -1,
|
||||||
+ int options = NO_OPTIONS) const);
|
+ int options = NO_OPTIONS) const;
|
||||||
// One byte characters.
|
// One byte characters.
|
||||||
int WriteOneByte(Isolate* isolate, uint8_t* buffer, int start = 0,
|
int WriteOneByte(Isolate* isolate, uint8_t* buffer, int start = 0,
|
||||||
int length = -1, int options = NO_OPTIONS) const;
|
int length = -1, int options = NO_OPTIONS) const;
|
||||||
+ V8_DEPRECATED("Use Isolate* version",
|
+ V8_DEPRECATED("Use Isolate* version")
|
||||||
+ int WriteOneByte(uint8_t* buffer, int start = 0,
|
+ int WriteOneByte(uint8_t* buffer, int start = 0,
|
||||||
+ int length = -1, int options = NO_OPTIONS)
|
+ int length = -1, int options = NO_OPTIONS) const;
|
||||||
+ const);
|
|
||||||
// UTF-8 encoded characters.
|
// UTF-8 encoded characters.
|
||||||
int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
|
int WriteUtf8(Isolate* isolate, char* buffer, int length = -1,
|
||||||
int* nchars_ref = nullptr, int options = NO_OPTIONS) const;
|
int* nchars_ref = nullptr, int options = NO_OPTIONS) const;
|
||||||
+ V8_DEPRECATED("Use Isolate* version",
|
+ V8_DEPRECATED("Use Isolate* version")
|
||||||
+ int WriteUtf8(char* buffer, int length = -1,
|
+ int WriteUtf8(char* buffer, int length = -1,
|
||||||
+ int* nchars_ref = nullptr,
|
+ int* nchars_ref = nullptr,
|
||||||
+ int options = NO_OPTIONS) const);
|
+ int options = NO_OPTIONS) const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A zero length string.
|
* A zero length string.
|
||||||
@@ -2981,6 +3014,9 @@ class V8_EXPORT String : public Name {
|
@@ -3126,6 +3160,8 @@ class V8_EXPORT String : public Name {
|
||||||
*/
|
*/
|
||||||
static Local<String> Concat(Isolate* isolate, Local<String> left,
|
static Local<String> Concat(Isolate* isolate, Local<String> left,
|
||||||
Local<String> right);
|
Local<String> right);
|
||||||
+ static V8_DEPRECATED("Use Isolate* version",
|
+ V8_DEPRECATED("Use Isolate* version")
|
||||||
+ Local<String> Concat(Local<String> left,
|
+ static Local<String> Concat(Local<String> left, Local<String> right);
|
||||||
+ Local<String> right));
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Creates a new external string using the data defined in the given
|
* Creates a new external string using the data defined in the given
|
||||||
@@ -3045,6 +3081,8 @@ class V8_EXPORT String : public Name {
|
@@ -3190,6 +3226,8 @@ class V8_EXPORT String : public Name {
|
||||||
*/
|
*/
|
||||||
class V8_EXPORT Utf8Value {
|
class V8_EXPORT Utf8Value {
|
||||||
public:
|
public:
|
||||||
+ V8_DEPRECATED("Use Isolate version",
|
+ V8_DEPRECATED("Use Isolate version")
|
||||||
+ explicit Utf8Value(Local<v8::Value> obj));
|
+ explicit Utf8Value(Local<v8::Value> obj);
|
||||||
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
|
Utf8Value(Isolate* isolate, Local<v8::Value> obj);
|
||||||
~Utf8Value();
|
~Utf8Value();
|
||||||
char* operator*() { return str_; }
|
char* operator*() { return str_; }
|
||||||
@@ -3068,6 +3106,7 @@ class V8_EXPORT String : public Name {
|
@@ -3213,6 +3251,8 @@ class V8_EXPORT String : public Name {
|
||||||
*/
|
*/
|
||||||
class V8_EXPORT Value {
|
class V8_EXPORT Value {
|
||||||
public:
|
public:
|
||||||
+ V8_DEPRECATED("Use Isolate version", explicit Value(Local<v8::Value> obj));
|
+ V8_DEPRECATED("Use Isolate version")
|
||||||
|
+ explicit Value(Local<v8::Value> obj);
|
||||||
Value(Isolate* isolate, Local<v8::Value> obj);
|
Value(Isolate* isolate, Local<v8::Value> obj);
|
||||||
~Value();
|
~Value();
|
||||||
uint16_t* operator*() { return str_; }
|
uint16_t* operator*() { return str_; }
|
||||||
@@ -5407,6 +5446,8 @@ class V8_EXPORT BooleanObject : public Object {
|
@@ -5689,6 +5729,8 @@ class V8_EXPORT BooleanObject : public Object {
|
||||||
class V8_EXPORT StringObject : public Object {
|
class V8_EXPORT StringObject : public Object {
|
||||||
public:
|
public:
|
||||||
static Local<Value> New(Isolate* isolate, Local<String> value);
|
static Local<Value> New(Isolate* isolate, Local<String> value);
|
||||||
+ V8_DEPRECATED("Use Isolate* version",
|
+ V8_DEPRECATED("Use Isolate* version")
|
||||||
+ static Local<Value> New(Local<String> value));
|
+ static Local<Value> New(Local<String> value);
|
||||||
|
|
||||||
Local<String> ValueOf() const;
|
Local<String> ValueOf() const;
|
||||||
|
|
||||||
@@ -10741,6 +10782,29 @@ template <class T> Value* Value::Cast(T* value) {
|
@@ -11131,6 +11173,29 @@ template <class T> Value* Value::Cast(T* value) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@ -174,10 +175,10 @@ index c5f0436eb771b6ca86fdf8e0dc195221c6b481f4..4c93d92fe36c6712a239c47e42bcb2cb
|
||||||
#ifdef V8_ENABLE_CHECKS
|
#ifdef V8_ENABLE_CHECKS
|
||||||
CheckCast(value);
|
CheckCast(value);
|
||||||
diff --git a/src/api/api.cc b/src/api/api.cc
|
diff --git a/src/api/api.cc b/src/api/api.cc
|
||||||
index e9e46fd117dbf67a0fb7bdf560e152daa8624ff8..11ca1064085568986b8d21250dd8617f0d03f652 100644
|
index f6f2ba988d95660637f6733dafdd12db7acaa992..d753abd5d2d7e788b7dd96a200d5be0d85f87fe3 100644
|
||||||
--- a/src/api/api.cc
|
--- a/src/api/api.cc
|
||||||
+++ b/src/api/api.cc
|
+++ b/src/api/api.cc
|
||||||
@@ -2206,6 +2206,10 @@ int PrimitiveArray::Length() const {
|
@@ -2199,6 +2199,10 @@ int PrimitiveArray::Length() const {
|
||||||
return array->length();
|
return array->length();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -188,7 +189,7 @@ index e9e46fd117dbf67a0fb7bdf560e152daa8624ff8..11ca1064085568986b8d21250dd8617f
|
||||||
void PrimitiveArray::Set(Isolate* v8_isolate, int index,
|
void PrimitiveArray::Set(Isolate* v8_isolate, int index,
|
||||||
Local<Primitive> item) {
|
Local<Primitive> item) {
|
||||||
i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate);
|
i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate);
|
||||||
@@ -2219,6 +2223,10 @@ void PrimitiveArray::Set(Isolate* v8_isolate, int index,
|
@@ -2212,6 +2216,10 @@ void PrimitiveArray::Set(Isolate* v8_isolate, int index,
|
||||||
array->set(index, *i_item);
|
array->set(index, *i_item);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -199,7 +200,7 @@ index e9e46fd117dbf67a0fb7bdf560e152daa8624ff8..11ca1064085568986b8d21250dd8617f
|
||||||
Local<Primitive> PrimitiveArray::Get(Isolate* v8_isolate, int index) {
|
Local<Primitive> PrimitiveArray::Get(Isolate* v8_isolate, int index) {
|
||||||
i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate);
|
i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate);
|
||||||
i::Handle<i::FixedArray> array = Utils::OpenHandle(this);
|
i::Handle<i::FixedArray> array = Utils::OpenHandle(this);
|
||||||
@@ -2960,6 +2968,10 @@ void Message::PrintCurrentStackTrace(Isolate* isolate, FILE* out) {
|
@@ -2975,6 +2983,10 @@ void Message::PrintCurrentStackTrace(Isolate* isolate, FILE* out) {
|
||||||
|
|
||||||
// --- S t a c k T r a c e ---
|
// --- S t a c k T r a c e ---
|
||||||
|
|
||||||
|
@ -210,7 +211,7 @@ index e9e46fd117dbf67a0fb7bdf560e152daa8624ff8..11ca1064085568986b8d21250dd8617f
|
||||||
Local<StackFrame> StackTrace::GetFrame(Isolate* v8_isolate,
|
Local<StackFrame> StackTrace::GetFrame(Isolate* v8_isolate,
|
||||||
uint32_t index) const {
|
uint32_t index) const {
|
||||||
i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate);
|
i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate);
|
||||||
@@ -3547,6 +3559,34 @@ MaybeLocal<BigInt> Value::ToBigInt(Local<Context> context) const {
|
@@ -3562,6 +3574,34 @@ MaybeLocal<BigInt> Value::ToBigInt(Local<Context> context) const {
|
||||||
RETURN_ESCAPED(result);
|
RETURN_ESCAPED(result);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -245,7 +246,7 @@ index e9e46fd117dbf67a0fb7bdf560e152daa8624ff8..11ca1064085568986b8d21250dd8617f
|
||||||
bool Value::BooleanValue(Isolate* v8_isolate) const {
|
bool Value::BooleanValue(Isolate* v8_isolate) const {
|
||||||
return Utils::OpenHandle(this)->BooleanValue(
|
return Utils::OpenHandle(this)->BooleanValue(
|
||||||
reinterpret_cast<i::Isolate*>(v8_isolate));
|
reinterpret_cast<i::Isolate*>(v8_isolate));
|
||||||
@@ -3894,6 +3934,11 @@ MaybeLocal<Uint32> Value::ToArrayIndex(Local<Context> context) const {
|
@@ -3951,6 +3991,11 @@ MaybeLocal<Uint32> Value::ToArrayIndex(Local<Context> context) const {
|
||||||
return Local<Uint32>();
|
return Local<Uint32>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -257,7 +258,7 @@ index e9e46fd117dbf67a0fb7bdf560e152daa8624ff8..11ca1064085568986b8d21250dd8617f
|
||||||
Maybe<bool> Value::Equals(Local<Context> context, Local<Value> that) const {
|
Maybe<bool> Value::Equals(Local<Context> context, Local<Value> that) const {
|
||||||
i::Isolate* isolate = Utils::OpenHandle(*context)->GetIsolate();
|
i::Isolate* isolate = Utils::OpenHandle(*context)->GetIsolate();
|
||||||
auto self = Utils::OpenHandle(this);
|
auto self = Utils::OpenHandle(this);
|
||||||
@@ -5111,6 +5156,10 @@ bool String::ContainsOnlyOneByte() const {
|
@@ -5168,6 +5213,10 @@ bool String::ContainsOnlyOneByte() const {
|
||||||
return helper.Check(*str);
|
return helper.Check(*str);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -268,7 +269,7 @@ index e9e46fd117dbf67a0fb7bdf560e152daa8624ff8..11ca1064085568986b8d21250dd8617f
|
||||||
int String::Utf8Length(Isolate* isolate) const {
|
int String::Utf8Length(Isolate* isolate) const {
|
||||||
i::Handle<i::String> str = Utils::OpenHandle(this);
|
i::Handle<i::String> str = Utils::OpenHandle(this);
|
||||||
str = i::String::Flatten(reinterpret_cast<i::Isolate*>(isolate), str);
|
str = i::String::Flatten(reinterpret_cast<i::Isolate*>(isolate), str);
|
||||||
@@ -5263,6 +5312,14 @@ static int WriteUtf8Impl(i::Vector<const Char> string, char* write_start,
|
@@ -5320,6 +5369,14 @@ static int WriteUtf8Impl(i::Vector<const Char> string, char* write_start,
|
||||||
}
|
}
|
||||||
} // anonymous namespace
|
} // anonymous namespace
|
||||||
|
|
||||||
|
@ -283,7 +284,7 @@ index e9e46fd117dbf67a0fb7bdf560e152daa8624ff8..11ca1064085568986b8d21250dd8617f
|
||||||
int String::WriteUtf8(Isolate* v8_isolate, char* buffer, int capacity,
|
int String::WriteUtf8(Isolate* v8_isolate, char* buffer, int capacity,
|
||||||
int* nchars_ref, int options) const {
|
int* nchars_ref, int options) const {
|
||||||
i::Handle<i::String> str = Utils::OpenHandle(this);
|
i::Handle<i::String> str = Utils::OpenHandle(this);
|
||||||
@@ -5301,6 +5358,17 @@ static inline int WriteHelper(i::Isolate* isolate, const String* string,
|
@@ -5358,6 +5415,17 @@ static inline int WriteHelper(i::Isolate* isolate, const String* string,
|
||||||
return end - start;
|
return end - start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -301,7 +302,7 @@ index e9e46fd117dbf67a0fb7bdf560e152daa8624ff8..11ca1064085568986b8d21250dd8617f
|
||||||
int String::WriteOneByte(Isolate* isolate, uint8_t* buffer, int start,
|
int String::WriteOneByte(Isolate* isolate, uint8_t* buffer, int start,
|
||||||
int length, int options) const {
|
int length, int options) const {
|
||||||
return WriteHelper(reinterpret_cast<i::Isolate*>(isolate), this, buffer,
|
return WriteHelper(reinterpret_cast<i::Isolate*>(isolate), this, buffer,
|
||||||
@@ -6218,6 +6286,11 @@ MaybeLocal<String> String::NewFromTwoByte(Isolate* isolate,
|
@@ -6269,6 +6337,11 @@ MaybeLocal<String> String::NewFromTwoByte(Isolate* isolate,
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -313,7 +314,7 @@ index e9e46fd117dbf67a0fb7bdf560e152daa8624ff8..11ca1064085568986b8d21250dd8617f
|
||||||
Local<String> v8::String::Concat(Isolate* v8_isolate, Local<String> left,
|
Local<String> v8::String::Concat(Isolate* v8_isolate, Local<String> left,
|
||||||
Local<String> right) {
|
Local<String> right) {
|
||||||
i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate);
|
i::Isolate* isolate = reinterpret_cast<i::Isolate*>(v8_isolate);
|
||||||
@@ -6488,6 +6561,10 @@ bool v8::BooleanObject::ValueOf() const {
|
@@ -6539,6 +6612,10 @@ bool v8::BooleanObject::ValueOf() const {
|
||||||
return js_primitive_wrapper->value().IsTrue(isolate);
|
return js_primitive_wrapper->value().IsTrue(isolate);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -324,7 +325,7 @@ index e9e46fd117dbf67a0fb7bdf560e152daa8624ff8..11ca1064085568986b8d21250dd8617f
|
||||||
Local<v8::Value> v8::StringObject::New(Isolate* v8_isolate,
|
Local<v8::Value> v8::StringObject::New(Isolate* v8_isolate,
|
||||||
Local<String> value) {
|
Local<String> value) {
|
||||||
i::Handle<i::String> string = Utils::OpenHandle(*value);
|
i::Handle<i::String> string = Utils::OpenHandle(*value);
|
||||||
@@ -8874,6 +8951,9 @@ bool MicrotasksScope::IsRunningMicrotasks(Isolate* v8_isolate) {
|
@@ -9078,6 +9155,9 @@ bool MicrotasksScope::IsRunningMicrotasks(Isolate* v8_isolate) {
|
||||||
return microtask_queue->IsRunningMicrotasks();
|
return microtask_queue->IsRunningMicrotasks();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -334,7 +335,7 @@ index e9e46fd117dbf67a0fb7bdf560e152daa8624ff8..11ca1064085568986b8d21250dd8617f
|
||||||
String::Utf8Value::Utf8Value(v8::Isolate* isolate, v8::Local<v8::Value> obj)
|
String::Utf8Value::Utf8Value(v8::Isolate* isolate, v8::Local<v8::Value> obj)
|
||||||
: str_(nullptr), length_(0) {
|
: str_(nullptr), length_(0) {
|
||||||
if (obj.IsEmpty()) return;
|
if (obj.IsEmpty()) return;
|
||||||
@@ -8891,6 +8971,9 @@ String::Utf8Value::Utf8Value(v8::Isolate* isolate, v8::Local<v8::Value> obj)
|
@@ -9095,6 +9175,9 @@ String::Utf8Value::Utf8Value(v8::Isolate* isolate, v8::Local<v8::Value> obj)
|
||||||
|
|
||||||
String::Utf8Value::~Utf8Value() { i::DeleteArray(str_); }
|
String::Utf8Value::~Utf8Value() { i::DeleteArray(str_); }
|
||||||
|
|
||||||
|
|
|
@ -12,10 +12,10 @@ This patch can be safely removed if, when it is removed, `node.lib` does not
|
||||||
contain any standard C++ library exports (e.g. `std::ostringstream`).
|
contain any standard C++ library exports (e.g. `std::ostringstream`).
|
||||||
|
|
||||||
diff --git a/BUILD.gn b/BUILD.gn
|
diff --git a/BUILD.gn b/BUILD.gn
|
||||||
index 62d1548a10e367795ec3d649fe1cf112b278ec19..8d49e29cb4ab4d7d3373cef20e9033b0ac4ca07a 100644
|
index dd08294f26ba634330fd4d3b574708447f6809ce..58b4fb993e468bffc258c59fd7bf5c829e28446c 100644
|
||||||
--- a/BUILD.gn
|
--- a/BUILD.gn
|
||||||
+++ b/BUILD.gn
|
+++ b/BUILD.gn
|
||||||
@@ -284,6 +284,10 @@ config("internal_config") {
|
@@ -281,6 +281,10 @@ config("internal_config") {
|
||||||
":v8_header_features",
|
":v8_header_features",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -27,10 +27,10 @@ index 62d1548a10e367795ec3d649fe1cf112b278ec19..8d49e29cb4ab4d7d3373cef20e9033b0
|
||||||
defines += [ "BUILDING_V8_SHARED" ]
|
defines += [ "BUILDING_V8_SHARED" ]
|
||||||
}
|
}
|
||||||
diff --git a/src/base/macros.h b/src/base/macros.h
|
diff --git a/src/base/macros.h b/src/base/macros.h
|
||||||
index 329c5a90636aa5ef587c743ed20b56c2c2195037..1d43c165341fcf089bf8d5566394d1b80d3c8b22 100644
|
index 5f52a9893e6a564640bde19d6cf376b74ab9a429..b7f3c4e837947311cef6373bd6a7c1b589da9dc9 100644
|
||||||
--- a/src/base/macros.h
|
--- a/src/base/macros.h
|
||||||
+++ b/src/base/macros.h
|
+++ b/src/base/macros.h
|
||||||
@@ -395,13 +395,17 @@ bool is_inbounds(float_t v) {
|
@@ -399,13 +399,17 @@ bool is_inbounds(float_t v) {
|
||||||
#ifdef V8_OS_WIN
|
#ifdef V8_OS_WIN
|
||||||
|
|
||||||
// Setup for Windows shared library export.
|
// Setup for Windows shared library export.
|
||||||
|
|
|
@ -6,10 +6,10 @@ Subject: Export symbols needed for Windows build
|
||||||
These symbols are required to build v8 with BUILD_V8_SHARED on Windows.
|
These symbols are required to build v8 with BUILD_V8_SHARED on Windows.
|
||||||
|
|
||||||
diff --git a/src/objects/objects.h b/src/objects/objects.h
|
diff --git a/src/objects/objects.h b/src/objects/objects.h
|
||||||
index b4e78a19377df73051c2e6e650d5b654ca435c6b..93de4136f2a0498038d17866f99f72ea8e217b2f 100644
|
index c98b60d70fa889dc393ca63aba4d116fa8fb2ccd..9db7958f5ef23d5d781505d3ea724149427370bf 100644
|
||||||
--- a/src/objects/objects.h
|
--- a/src/objects/objects.h
|
||||||
+++ b/src/objects/objects.h
|
+++ b/src/objects/objects.h
|
||||||
@@ -796,7 +796,7 @@ enum class KeyCollectionMode {
|
@@ -811,7 +811,7 @@ enum class KeyCollectionMode {
|
||||||
// Utility superclass for stack-allocated objects that must be updated
|
// Utility superclass for stack-allocated objects that must be updated
|
||||||
// on gc. It provides two ways for the gc to update instances, either
|
// on gc. It provides two ways for the gc to update instances, either
|
||||||
// iterating or updating after gc.
|
// iterating or updating after gc.
|
||||||
|
|
|
@ -6,14 +6,14 @@ Subject: expose_mksnapshot.patch
|
||||||
Needed in order to target mksnapshot for mksnapshot zip.
|
Needed in order to target mksnapshot for mksnapshot zip.
|
||||||
|
|
||||||
diff --git a/BUILD.gn b/BUILD.gn
|
diff --git a/BUILD.gn b/BUILD.gn
|
||||||
index b0e242d6c369185172184c1f4a88247aa1e0896c..62d1548a10e367795ec3d649fe1cf112b278ec19 100644
|
index 23180f0a67ebc2eab3b7a0588dfb21823c5ecad9..dd08294f26ba634330fd4d3b574708447f6809ce 100644
|
||||||
--- a/BUILD.gn
|
--- a/BUILD.gn
|
||||||
+++ b/BUILD.gn
|
+++ b/BUILD.gn
|
||||||
@@ -3845,7 +3845,6 @@ if (current_toolchain == v8_generator_toolchain) {
|
@@ -3791,7 +3791,6 @@ if (current_toolchain == v8_generator_toolchain) {
|
||||||
|
|
||||||
if (v8_use_snapshot && current_toolchain == v8_snapshot_toolchain) {
|
if (current_toolchain == v8_snapshot_toolchain) {
|
||||||
v8_executable("mksnapshot") {
|
v8_executable("mksnapshot") {
|
||||||
- visibility = [ ":*" ] # Only targets in this file can depend on this.
|
- visibility = [ ":*" ] # Only targets in this file can depend on this.
|
||||||
|
|
||||||
sources = [
|
sources = [
|
||||||
"src/snapshot/embedded/embedded-file-writer.cc",
|
"src/snapshot/embedded/embedded-empty.cc",
|
||||||
|
|
|
@ -1,30 +0,0 @@
|
||||||
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
||||||
From: Igor Sheludko <ishell@chromium.org>
|
|
||||||
Date: Tue, 15 Oct 2019 10:46:52 +0200
|
|
||||||
Subject: [ptr-compr] Temporarily disable 31 bit Smis on 64-bit architectures
|
|
||||||
|
|
||||||
The reason is to unblock M79 blocked by chromium:1009439 while full
|
|
||||||
solution is not ready yet.
|
|
||||||
|
|
||||||
This CL will be reverted after the M79 branch point.
|
|
||||||
|
|
||||||
Bug: v8:9767, chromium:1009439
|
|
||||||
Change-Id: I5302d86fe953ecd94d9a4bba0d29c807b7b9d703
|
|
||||||
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1862554
|
|
||||||
Reviewed-by: Toon Verwaest <verwaest@chromium.org>
|
|
||||||
Commit-Queue: Igor Sheludko <ishell@chromium.org>
|
|
||||||
Cr-Commit-Position: refs/heads/master@{#64286}
|
|
||||||
|
|
||||||
diff --git a/BUILD.gn b/BUILD.gn
|
|
||||||
index 6207d71c542c46a4716a51baeb8518eca0f8e1c0..db7179968237406318c64d68eae08027860e98f9 100644
|
|
||||||
--- a/BUILD.gn
|
|
||||||
+++ b/BUILD.gn
|
|
||||||
@@ -108,7 +108,7 @@ declare_args() {
|
|
||||||
|
|
||||||
# Enable pointer compression (sets -dV8_COMPRESS_POINTERS).
|
|
||||||
v8_enable_pointer_compression = false
|
|
||||||
- v8_enable_31bit_smis_on_64bit_arch = true
|
|
||||||
+ v8_enable_31bit_smis_on_64bit_arch = false
|
|
||||||
|
|
||||||
# Sets -dOBJECT_PRINT.
|
|
||||||
v8_enable_object_print = ""
|
|
|
@ -12,10 +12,10 @@ By moving some functions out of the the arm64-assembler header file,
|
||||||
this error no longer seems to happen.
|
this error no longer seems to happen.
|
||||||
|
|
||||||
diff --git a/src/codegen/arm64/assembler-arm64.cc b/src/codegen/arm64/assembler-arm64.cc
|
diff --git a/src/codegen/arm64/assembler-arm64.cc b/src/codegen/arm64/assembler-arm64.cc
|
||||||
index c798d3a8a03ed9ed49c4562ef3968fae38c55fbe..7369b80c0762bc86d7e763674479bbd426c0a1fa 100644
|
index ea2f4696bdbca1468c67acd3ced4c19f4cc698aa..7ef52a8b508a7388d5781c9508accbaa73378834 100644
|
||||||
--- a/src/codegen/arm64/assembler-arm64.cc
|
--- a/src/codegen/arm64/assembler-arm64.cc
|
||||||
+++ b/src/codegen/arm64/assembler-arm64.cc
|
+++ b/src/codegen/arm64/assembler-arm64.cc
|
||||||
@@ -3589,6 +3589,22 @@ void Assembler::MoveWide(const Register& rd, uint64_t imm, int shift,
|
@@ -3588,6 +3588,22 @@ void Assembler::MoveWide(const Register& rd, uint64_t imm, int shift,
|
||||||
ImmMoveWide(static_cast<int>(imm)) | ShiftMoveWide(shift));
|
ImmMoveWide(static_cast<int>(imm)) | ShiftMoveWide(shift));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -39,10 +39,10 @@ index c798d3a8a03ed9ed49c4562ef3968fae38c55fbe..7369b80c0762bc86d7e763674479bbd4
|
||||||
const Operand& operand, FlagsUpdate S, AddSubOp op) {
|
const Operand& operand, FlagsUpdate S, AddSubOp op) {
|
||||||
DCHECK_EQ(rd.SizeInBits(), rn.SizeInBits());
|
DCHECK_EQ(rd.SizeInBits(), rn.SizeInBits());
|
||||||
diff --git a/src/codegen/arm64/assembler-arm64.h b/src/codegen/arm64/assembler-arm64.h
|
diff --git a/src/codegen/arm64/assembler-arm64.h b/src/codegen/arm64/assembler-arm64.h
|
||||||
index 10542a278db27660ec2dc4650f74653f46139c65..44b679cdf6e08297d77cdbe1224dd861a24e2f17 100644
|
index 23e8acb1f95c913623aaa41c3bf53906e6247606..54ff81749b1b47cb192e442863c01778b57af1d5 100644
|
||||||
--- a/src/codegen/arm64/assembler-arm64.h
|
--- a/src/codegen/arm64/assembler-arm64.h
|
||||||
+++ b/src/codegen/arm64/assembler-arm64.h
|
+++ b/src/codegen/arm64/assembler-arm64.h
|
||||||
@@ -2099,11 +2099,7 @@ class V8_EXPORT_PRIVATE Assembler : public AssemblerBase {
|
@@ -2103,11 +2103,7 @@ class V8_EXPORT_PRIVATE Assembler : public AssemblerBase {
|
||||||
return rm.code() << Rm_offset;
|
return rm.code() << Rm_offset;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ index 10542a278db27660ec2dc4650f74653f46139c65..44b679cdf6e08297d77cdbe1224dd861
|
||||||
|
|
||||||
static Instr Ra(CPURegister ra) {
|
static Instr Ra(CPURegister ra) {
|
||||||
DCHECK_NE(ra.code(), kSPRegInternalCode);
|
DCHECK_NE(ra.code(), kSPRegInternalCode);
|
||||||
@@ -2127,15 +2123,8 @@ class V8_EXPORT_PRIVATE Assembler : public AssemblerBase {
|
@@ -2131,15 +2127,8 @@ class V8_EXPORT_PRIVATE Assembler : public AssemblerBase {
|
||||||
|
|
||||||
// These encoding functions allow the stack pointer to be encoded, and
|
// These encoding functions allow the stack pointer to be encoded, and
|
||||||
// disallow the zero register.
|
// disallow the zero register.
|
||||||
|
|
|
@ -17,7 +17,7 @@ async function main () {
|
||||||
const nodeDir = path.resolve(BASE, `out/${utils.getOutDir(true)}/gen/node_headers`)
|
const nodeDir = path.resolve(BASE, `out/${utils.getOutDir(true)}/gen/node_headers`)
|
||||||
const env = Object.assign({}, process.env, {
|
const env = Object.assign({}, process.env, {
|
||||||
npm_config_nodedir: nodeDir,
|
npm_config_nodedir: nodeDir,
|
||||||
npm_config_msvs_version: '2017',
|
npm_config_msvs_version: '2019',
|
||||||
npm_config_arch: process.env.NPM_CONFIG_ARCH
|
npm_config_arch: process.env.NPM_CONFIG_ARCH
|
||||||
})
|
})
|
||||||
const { status: buildStatus } = cp.spawnSync(NPX_CMD, ['node-gyp', 'rebuild', '--directory', 'test'], {
|
const { status: buildStatus } = cp.spawnSync(NPX_CMD, ['node-gyp', 'rebuild', '--directory', 'test'], {
|
||||||
|
|
|
@ -219,7 +219,7 @@ async function installSpecModules (dir) {
|
||||||
const nodeDir = path.resolve(BASE, `out/${utils.getOutDir(true)}/gen/node_headers`)
|
const nodeDir = path.resolve(BASE, `out/${utils.getOutDir(true)}/gen/node_headers`)
|
||||||
const env = Object.assign({}, process.env, {
|
const env = Object.assign({}, process.env, {
|
||||||
npm_config_nodedir: nodeDir,
|
npm_config_nodedir: nodeDir,
|
||||||
npm_config_msvs_version: '2017'
|
npm_config_msvs_version: '2019'
|
||||||
})
|
})
|
||||||
const { status } = childProcess.spawnSync(NPX_CMD, [`yarn@${YARN_VERSION}`, 'install', '--frozen-lockfile'], {
|
const { status } = childProcess.spawnSync(NPX_CMD, [`yarn@${YARN_VERSION}`, 'install', '--frozen-lockfile'], {
|
||||||
env,
|
env,
|
||||||
|
|
|
@ -9,6 +9,7 @@ from lib.util import execute, get_out_dir
|
||||||
LINUX_BINARIES_TO_STRIP = [
|
LINUX_BINARIES_TO_STRIP = [
|
||||||
'electron',
|
'electron',
|
||||||
'chrome-sandbox',
|
'chrome-sandbox',
|
||||||
|
'crashpad_handler',
|
||||||
'libffmpeg.so',
|
'libffmpeg.so',
|
||||||
'libGLESv2.so',
|
'libGLESv2.so',
|
||||||
'libEGL.so',
|
'libEGL.so',
|
||||||
|
|
|
@ -27,7 +27,7 @@ def main():
|
||||||
if args.snapshot_files_dir is None:
|
if args.snapshot_files_dir is None:
|
||||||
mkargs = [ get_binary_path('mksnapshot', app_path), \
|
mkargs = [ get_binary_path('mksnapshot', app_path), \
|
||||||
SNAPSHOT_SOURCE, '--startup_blob', 'snapshot_blob.bin', \
|
SNAPSHOT_SOURCE, '--startup_blob', 'snapshot_blob.bin', \
|
||||||
'--no-native-code-counters' ]
|
'--no-native-code-counters', '--turbo_instruction_scheduling' ]
|
||||||
subprocess.check_call(mkargs)
|
subprocess.check_call(mkargs)
|
||||||
print('ok mksnapshot successfully created snapshot_blob.bin.')
|
print('ok mksnapshot successfully created snapshot_blob.bin.')
|
||||||
context_snapshot = 'v8_context_snapshot.bin'
|
context_snapshot = 'v8_context_snapshot.bin'
|
||||||
|
|
|
@ -62,12 +62,12 @@ locales/uk.pak
|
||||||
locales/vi.pak
|
locales/vi.pak
|
||||||
locales/zh-CN.pak
|
locales/zh-CN.pak
|
||||||
locales/zh-TW.pak
|
locales/zh-TW.pak
|
||||||
natives_blob.bin
|
|
||||||
resources.pak
|
resources.pak
|
||||||
resources/default_app.asar
|
resources/default_app.asar
|
||||||
snapshot_blob.bin
|
snapshot_blob.bin
|
||||||
swiftshader/libEGL.so
|
swiftshader/libEGL.so
|
||||||
swiftshader/libGLESv2.so
|
swiftshader/libGLESv2.so
|
||||||
swiftshader/libvk_swiftshader_icd.json
|
libvk_swiftshader_icd.json
|
||||||
|
crashpad_handler
|
||||||
v8_context_snapshot.bin
|
v8_context_snapshot.bin
|
||||||
version
|
version
|
||||||
|
|
|
@ -62,12 +62,12 @@ locales/uk.pak
|
||||||
locales/vi.pak
|
locales/vi.pak
|
||||||
locales/zh-CN.pak
|
locales/zh-CN.pak
|
||||||
locales/zh-TW.pak
|
locales/zh-TW.pak
|
||||||
natives_blob.bin
|
|
||||||
resources.pak
|
resources.pak
|
||||||
resources/default_app.asar
|
resources/default_app.asar
|
||||||
snapshot_blob.bin
|
snapshot_blob.bin
|
||||||
swiftshader/libEGL.so
|
swiftshader/libEGL.so
|
||||||
swiftshader/libGLESv2.so
|
swiftshader/libGLESv2.so
|
||||||
swiftshader/libvk_swiftshader_icd.json
|
libvk_swiftshader_icd.json
|
||||||
|
crashpad_handler
|
||||||
v8_context_snapshot.bin
|
v8_context_snapshot.bin
|
||||||
version
|
version
|
||||||
|
|
|
@ -62,12 +62,12 @@ locales/uk.pak
|
||||||
locales/vi.pak
|
locales/vi.pak
|
||||||
locales/zh-CN.pak
|
locales/zh-CN.pak
|
||||||
locales/zh-TW.pak
|
locales/zh-TW.pak
|
||||||
natives_blob.bin
|
|
||||||
resources.pak
|
resources.pak
|
||||||
resources/default_app.asar
|
resources/default_app.asar
|
||||||
snapshot_blob.bin
|
snapshot_blob.bin
|
||||||
swiftshader/libEGL.so
|
swiftshader/libEGL.so
|
||||||
swiftshader/libGLESv2.so
|
swiftshader/libGLESv2.so
|
||||||
swiftshader/libvk_swiftshader_icd.json
|
libvk_swiftshader_icd.json
|
||||||
|
crashpad_handler
|
||||||
v8_context_snapshot.bin
|
v8_context_snapshot.bin
|
||||||
version
|
version
|
||||||
|
|
|
@ -62,12 +62,12 @@ locales/uk.pak
|
||||||
locales/vi.pak
|
locales/vi.pak
|
||||||
locales/zh-CN.pak
|
locales/zh-CN.pak
|
||||||
locales/zh-TW.pak
|
locales/zh-TW.pak
|
||||||
natives_blob.bin
|
|
||||||
resources.pak
|
resources.pak
|
||||||
resources/default_app.asar
|
resources/default_app.asar
|
||||||
snapshot_blob.bin
|
snapshot_blob.bin
|
||||||
swiftshader/libEGL.so
|
swiftshader/libEGL.so
|
||||||
swiftshader/libGLESv2.so
|
swiftshader/libGLESv2.so
|
||||||
swiftshader/libvk_swiftshader_icd.json
|
libvk_swiftshader_icd.json
|
||||||
|
crashpad_handler
|
||||||
v8_context_snapshot.bin
|
v8_context_snapshot.bin
|
||||||
version
|
version
|
||||||
|
|
|
@ -87,7 +87,6 @@ Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resourc
|
||||||
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/mr.lproj/locale.pak
|
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/mr.lproj/locale.pak
|
||||||
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/ms.lproj/
|
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/ms.lproj/
|
||||||
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/ms.lproj/locale.pak
|
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/ms.lproj/locale.pak
|
||||||
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/natives_blob.bin
|
|
||||||
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/nb.lproj/
|
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/nb.lproj/
|
||||||
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/nb.lproj/locale.pak
|
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/nb.lproj/locale.pak
|
||||||
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/nl.lproj/
|
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/nl.lproj/
|
||||||
|
|
|
@ -86,7 +86,6 @@ Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resourc
|
||||||
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/mr.lproj/locale.pak
|
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/mr.lproj/locale.pak
|
||||||
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/ms.lproj/
|
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/ms.lproj/
|
||||||
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/ms.lproj/locale.pak
|
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/ms.lproj/locale.pak
|
||||||
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/natives_blob.bin
|
|
||||||
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/nb.lproj/
|
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/nb.lproj/
|
||||||
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/nb.lproj/locale.pak
|
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/nb.lproj/locale.pak
|
||||||
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/nl.lproj/
|
Electron.app/Contents/Frameworks/Electron Framework.framework/Versions/A/Resources/nl.lproj/
|
||||||
|
|
|
@ -60,13 +60,12 @@ locales/uk.pak
|
||||||
locales/vi.pak
|
locales/vi.pak
|
||||||
locales/zh-CN.pak
|
locales/zh-CN.pak
|
||||||
locales/zh-TW.pak
|
locales/zh-TW.pak
|
||||||
natives_blob.bin
|
|
||||||
resources.pak
|
resources.pak
|
||||||
resources/default_app.asar
|
resources/default_app.asar
|
||||||
snapshot_blob.bin
|
snapshot_blob.bin
|
||||||
swiftshader/libEGL.dll
|
swiftshader/libEGL.dll
|
||||||
swiftshader/libGLESv2.dll
|
swiftshader/libGLESv2.dll
|
||||||
swiftshader/libvk_swiftshader_icd.json
|
libvk_swiftshader_icd.json
|
||||||
vk_swiftshader.dll
|
vk_swiftshader.dll
|
||||||
v8_context_snapshot.bin
|
v8_context_snapshot.bin
|
||||||
version
|
version
|
||||||
|
|
|
@ -61,13 +61,12 @@ locales/uk.pak
|
||||||
locales/vi.pak
|
locales/vi.pak
|
||||||
locales/zh-CN.pak
|
locales/zh-CN.pak
|
||||||
locales/zh-TW.pak
|
locales/zh-TW.pak
|
||||||
natives_blob.bin
|
|
||||||
resources.pak
|
resources.pak
|
||||||
resources/default_app.asar
|
resources/default_app.asar
|
||||||
snapshot_blob.bin
|
snapshot_blob.bin
|
||||||
swiftshader/libEGL.dll
|
swiftshader/libEGL.dll
|
||||||
swiftshader/libGLESv2.dll
|
swiftshader/libGLESv2.dll
|
||||||
swiftshader/libvk_swiftshader_icd.json
|
libvk_swiftshader_icd.json
|
||||||
vk_swiftshader.dll
|
vk_swiftshader.dll
|
||||||
v8_context_snapshot.bin
|
v8_context_snapshot.bin
|
||||||
version
|
version
|
||||||
|
|
|
@ -61,13 +61,12 @@ locales/uk.pak
|
||||||
locales/vi.pak
|
locales/vi.pak
|
||||||
locales/zh-CN.pak
|
locales/zh-CN.pak
|
||||||
locales/zh-TW.pak
|
locales/zh-TW.pak
|
||||||
natives_blob.bin
|
|
||||||
resources.pak
|
resources.pak
|
||||||
resources/default_app.asar
|
resources/default_app.asar
|
||||||
snapshot_blob.bin
|
snapshot_blob.bin
|
||||||
swiftshader/libEGL.dll
|
swiftshader/libEGL.dll
|
||||||
swiftshader/libGLESv2.dll
|
swiftshader/libGLESv2.dll
|
||||||
swiftshader/libvk_swiftshader_icd.json
|
libvk_swiftshader_icd.json
|
||||||
vk_swiftshader.dll
|
vk_swiftshader.dll
|
||||||
v8_context_snapshot.bin
|
v8_context_snapshot.bin
|
||||||
version
|
version
|
||||||
|
|
|
@ -70,7 +70,6 @@ int NodeMain(int argc, char* argv[]) {
|
||||||
|
|
||||||
gin::V8Initializer::LoadV8Snapshot(
|
gin::V8Initializer::LoadV8Snapshot(
|
||||||
gin::V8Initializer::V8SnapshotFileType::kWithAdditionalContext);
|
gin::V8Initializer::V8SnapshotFileType::kWithAdditionalContext);
|
||||||
gin::V8Initializer::LoadV8Natives();
|
|
||||||
|
|
||||||
// V8 requires a task scheduler apparently
|
// V8 requires a task scheduler apparently
|
||||||
base::ThreadPoolInstance::CreateAndStartWithDefaultParams("Electron");
|
base::ThreadPoolInstance::CreateAndStartWithDefaultParams("Electron");
|
||||||
|
|
|
@ -49,21 +49,20 @@ struct Converter<net::CanonicalCookie> {
|
||||||
};
|
};
|
||||||
|
|
||||||
template <>
|
template <>
|
||||||
struct Converter<network::mojom::CookieChangeCause> {
|
struct Converter<net::CookieChangeCause> {
|
||||||
static v8::Local<v8::Value> ToV8(
|
static v8::Local<v8::Value> ToV8(v8::Isolate* isolate,
|
||||||
v8::Isolate* isolate,
|
const net::CookieChangeCause& val) {
|
||||||
const network::mojom::CookieChangeCause& val) {
|
|
||||||
switch (val) {
|
switch (val) {
|
||||||
case network::mojom::CookieChangeCause::INSERTED:
|
case net::CookieChangeCause::INSERTED:
|
||||||
case network::mojom::CookieChangeCause::EXPLICIT:
|
case net::CookieChangeCause::EXPLICIT:
|
||||||
return gin::StringToV8(isolate, "explicit");
|
return gin::StringToV8(isolate, "explicit");
|
||||||
case network::mojom::CookieChangeCause::OVERWRITE:
|
case net::CookieChangeCause::OVERWRITE:
|
||||||
return gin::StringToV8(isolate, "overwrite");
|
return gin::StringToV8(isolate, "overwrite");
|
||||||
case network::mojom::CookieChangeCause::EXPIRED:
|
case net::CookieChangeCause::EXPIRED:
|
||||||
return gin::StringToV8(isolate, "expired");
|
return gin::StringToV8(isolate, "expired");
|
||||||
case network::mojom::CookieChangeCause::EVICTED:
|
case net::CookieChangeCause::EVICTED:
|
||||||
return gin::StringToV8(isolate, "evicted");
|
return gin::StringToV8(isolate, "evicted");
|
||||||
case network::mojom::CookieChangeCause::EXPIRED_OVERWRITE:
|
case net::CookieChangeCause::EXPIRED_OVERWRITE:
|
||||||
return gin::StringToV8(isolate, "expired-overwrite");
|
return gin::StringToV8(isolate, "expired-overwrite");
|
||||||
default:
|
default:
|
||||||
return gin::StringToV8(isolate, "unknown");
|
return gin::StringToV8(isolate, "unknown");
|
||||||
|
@ -324,10 +323,11 @@ v8::Local<v8::Promise> Cookies::FlushStore() {
|
||||||
return handle;
|
return handle;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Cookies::OnCookieChanged(const CookieDetails* details) {
|
void Cookies::OnCookieChanged(const net::CookieChangeInfo& change) {
|
||||||
Emit("changed", gin::ConvertToV8(isolate(), *(details->cookie)),
|
Emit("changed", gin::ConvertToV8(isolate(), change.cookie),
|
||||||
gin::ConvertToV8(isolate(), details->cause),
|
gin::ConvertToV8(isolate(), change.cause),
|
||||||
gin::ConvertToV8(isolate(), details->removed));
|
gin::ConvertToV8(isolate(),
|
||||||
|
change.cause != net::CookieChangeCause::INSERTED));
|
||||||
}
|
}
|
||||||
|
|
||||||
// static
|
// static
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
#include "base/callback_list.h"
|
#include "base/callback_list.h"
|
||||||
#include "gin/handle.h"
|
#include "gin/handle.h"
|
||||||
#include "net/cookies/canonical_cookie.h"
|
#include "net/cookies/canonical_cookie.h"
|
||||||
#include "shell/browser/net/cookie_details.h"
|
#include "net/cookies/cookie_change_dispatcher.h"
|
||||||
#include "shell/common/gin_helper/trackable_object.h"
|
#include "shell/common/gin_helper/trackable_object.h"
|
||||||
#include "shell/common/promise_util.h"
|
#include "shell/common/promise_util.h"
|
||||||
|
|
||||||
|
@ -52,10 +52,11 @@ class Cookies : public gin_helper::TrackableObject<Cookies> {
|
||||||
v8::Local<v8::Promise> FlushStore();
|
v8::Local<v8::Promise> FlushStore();
|
||||||
|
|
||||||
// CookieChangeNotifier subscription:
|
// CookieChangeNotifier subscription:
|
||||||
void OnCookieChanged(const CookieDetails*);
|
void OnCookieChanged(const net::CookieChangeInfo& change);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
std::unique_ptr<base::CallbackList<void(const CookieDetails*)>::Subscription>
|
std::unique_ptr<base::CallbackList<void(
|
||||||
|
const net::CookieChangeInfo& change)>::Subscription>
|
||||||
cookie_change_subscription_;
|
cookie_change_subscription_;
|
||||||
scoped_refptr<AtomBrowserContext> browser_context_;
|
scoped_refptr<AtomBrowserContext> browser_context_;
|
||||||
|
|
||||||
|
|
|
@ -95,6 +95,7 @@ void DesktopCapturer::StartHandling(bool capture_window,
|
||||||
content::DesktopMediaID::TYPE_WINDOW,
|
content::DesktopMediaID::TYPE_WINDOW,
|
||||||
content::desktop_capture::CreateWindowCapturer());
|
content::desktop_capture::CreateWindowCapturer());
|
||||||
window_capturer_->SetThumbnailSize(thumbnail_size);
|
window_capturer_->SetThumbnailSize(thumbnail_size);
|
||||||
|
window_capturer_->AddObserver(this);
|
||||||
window_capturer_->Update(base::BindOnce(
|
window_capturer_->Update(base::BindOnce(
|
||||||
&DesktopCapturer::UpdateSourcesList, weak_ptr_factory_.GetWeakPtr(),
|
&DesktopCapturer::UpdateSourcesList, weak_ptr_factory_.GetWeakPtr(),
|
||||||
window_capturer_.get()));
|
window_capturer_.get()));
|
||||||
|
@ -105,6 +106,7 @@ void DesktopCapturer::StartHandling(bool capture_window,
|
||||||
content::DesktopMediaID::TYPE_SCREEN,
|
content::DesktopMediaID::TYPE_SCREEN,
|
||||||
content::desktop_capture::CreateScreenCapturer());
|
content::desktop_capture::CreateScreenCapturer());
|
||||||
screen_capturer_->SetThumbnailSize(thumbnail_size);
|
screen_capturer_->SetThumbnailSize(thumbnail_size);
|
||||||
|
screen_capturer_->AddObserver(this);
|
||||||
screen_capturer_->Update(base::BindOnce(
|
screen_capturer_->Update(base::BindOnce(
|
||||||
&DesktopCapturer::UpdateSourcesList, weak_ptr_factory_.GetWeakPtr(),
|
&DesktopCapturer::UpdateSourcesList, weak_ptr_factory_.GetWeakPtr(),
|
||||||
screen_capturer_.get()));
|
screen_capturer_.get()));
|
||||||
|
@ -112,6 +114,10 @@ void DesktopCapturer::StartHandling(bool capture_window,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void DesktopCapturer::OnSourceUnchanged(DesktopMediaList* list) {
|
||||||
|
UpdateSourcesList(list);
|
||||||
|
}
|
||||||
|
|
||||||
void DesktopCapturer::UpdateSourcesList(DesktopMediaList* list) {
|
void DesktopCapturer::UpdateSourcesList(DesktopMediaList* list) {
|
||||||
if (capture_window_ &&
|
if (capture_window_ &&
|
||||||
list->GetMediaListType() == content::DesktopMediaID::TYPE_WINDOW) {
|
list->GetMediaListType() == content::DesktopMediaID::TYPE_WINDOW) {
|
||||||
|
|
Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше
Загрузка…
Ссылка в новой задаче