update to 99.0.4844.74

This commit is contained in:
robert 2022-03-16 08:03:14 +00:00
parent 3a23de365d
commit 733037868a
9 changed files with 27 additions and 28 deletions

View File

@ -6,8 +6,7 @@ DPB_PROPERTIES= parallel parallel2
COMMENT= Chromium browser
V= 99.0.4844.51
REVISION= 2
V= 99.0.4844.74
DISTNAME= chromium-${V}

View File

@ -1,6 +1,6 @@
SHA256 (chromium-99.0.4844.51-testdata.tar.xz) = gOB9FoSwfQOQ+7UxFbpqSOOXgfL4BdThfaxlegCkNj4=
SHA256 (chromium-99.0.4844.51.tar.xz) = l8UuV+yg3It1LSdAR/OMiKqoYDbAWHsmsFbvvT+yuuM=
SHA256 (chromium-99.0.4844.74-testdata.tar.xz) = mz3jw/LezCSBqhHaznPc6hULhNC2mwlRF/bK6sDAzrY=
SHA256 (chromium-99.0.4844.74.tar.xz) = LV9GRzD94CYNGwDbGzghA0SVLskaWzxUTJnEPnb/u5g=
SHA256 (test_fonts-cd96fc55dc243f6c6f4cb63ad117cad6cd48dceb.tar.gz) = 7Jc+zNZp1Bf78tCk2scwdEoxdCaP8GLbVFG1XIK8NJI=
SIZE (chromium-99.0.4844.51-testdata.tar.xz) = 258957904
SIZE (chromium-99.0.4844.51.tar.xz) = 1316125164
SIZE (chromium-99.0.4844.74-testdata.tar.xz) = 258879148
SIZE (chromium-99.0.4844.74.tar.xz) = 1316293332
SIZE (test_fonts-cd96fc55dc243f6c6f4cb63ad117cad6cd48dceb.tar.gz) = 26759650

View File

@ -1,7 +1,7 @@
Index: base/system/sys_info.h
--- base/system/sys_info.h.orig
+++ base/system/sys_info.h
@@ -236,6 +236,8 @@ class BASE_EXPORT SysInfo {
@@ -212,6 +212,8 @@ class BASE_EXPORT SysInfo {
// On Desktop this returns true when memory <= 2GB.
static bool IsLowEndDevice();
@ -10,7 +10,7 @@ Index: base/system/sys_info.h
private:
FRIEND_TEST_ALL_PREFIXES(SysInfoTest, AmountOfAvailablePhysicalMemory);
FRIEND_TEST_ALL_PREFIXES(debug::SystemMetricsTest, ParseMeminfo);
@@ -246,7 +248,7 @@ class BASE_EXPORT SysInfo {
@@ -222,7 +224,7 @@ class BASE_EXPORT SysInfo {
static HardwareInfo GetHardwareInfoSync();
#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_ANDROID) || \

View File

@ -1,7 +1,7 @@
Index: base/system/sys_info_posix.cc
--- base/system/sys_info_posix.cc.orig
+++ base/system/sys_info_posix.cc
@@ -252,6 +252,8 @@ std::string SysInfo::OperatingSystemArchitecture() {
@@ -239,6 +239,8 @@ std::string SysInfo::OperatingSystemArchitecture() {
arch = "x86";
} else if (arch == "amd64") {
arch = "x86_64";

View File

@ -1,7 +1,7 @@
Index: chrome/browser/ui/webui/ntp/app_launcher_handler.cc
--- chrome/browser/ui/webui/ntp/app_launcher_handler.cc.orig
+++ chrome/browser/ui/webui/ntp/app_launcher_handler.cc
@@ -306,7 +306,7 @@ void AppLauncherHandler::CreateExtensionInfo(const Ext
@@ -310,7 +310,7 @@ void AppLauncherHandler::CreateExtensionInfo(const Ext
base::CommandLine::ForCurrentProcess()->HasSwitch(switches::kKioskMode));
bool is_deprecated_app = false;
@ -10,7 +10,7 @@ Index: chrome/browser/ui/webui/ntp/app_launcher_handler.cc
is_deprecated_app = extensions::IsExtensionUnsupportedDeprecatedApp(
extension_service_->GetBrowserContext(), extension->id());
#endif
@@ -735,7 +735,7 @@ void AppLauncherHandler::HandleLaunchApp(const base::L
@@ -739,7 +739,7 @@ void AppLauncherHandler::HandleLaunchApp(const base::L
Profile* profile = extension_service_->profile();
@ -19,7 +19,7 @@ Index: chrome/browser/ui/webui/ntp/app_launcher_handler.cc
if (extensions::IsExtensionUnsupportedDeprecatedApp(profile, extension_id)) {
// TODO(crbug.com/1225779): Show the deprecated apps dialog.
return;
@@ -1328,7 +1328,7 @@ void AppLauncherHandler::InstallOsHooks(const web_app:
@@ -1332,7 +1332,7 @@ void AppLauncherHandler::InstallOsHooks(const web_app:
options.os_hooks[web_app::OsHookType::kUninstallationViaOsSettings] =
web_app->CanUserUninstallWebApp();

View File

@ -10,7 +10,7 @@ Index: components/viz/service/frame_sinks/root_compositor_frame_sink_impl.cc
// For X11, we need notify client about swap completion after resizing, so the
// client can use it for synchronize with X11 WM.
output_surface->SetNeedsSwapSizeNotifications(true);
@@ -529,7 +529,7 @@ void RootCompositorFrameSinkImpl::DisplayDidCompleteSw
@@ -526,7 +526,7 @@ void RootCompositorFrameSinkImpl::DisplayDidCompleteSw
display_client_->DidCompleteSwapWithSize(pixel_size);
// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
// of lacros-chrome is complete.

View File

@ -19,7 +19,7 @@ Index: media/base/video_frame.h
// TODO(mcasas): Consider turning this type into STORAGE_NATIVE
// based on the idea of using this same enum value for both DMA
// buffers on Linux and CVPixelBuffers on Mac (which currently use
@@ -276,7 +276,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte
@@ -280,7 +280,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte
ReleaseMailboxAndGpuMemoryBufferCB mailbox_holder_and_gmb_release_cb,
base::TimeDelta timestamp);
@ -28,7 +28,7 @@ Index: media/base/video_frame.h
// Wraps provided dmabufs
// (https://www.kernel.org/doc/html/latest/driver-api/dma-buf.html) with a
// VideoFrame. The frame will take ownership of |dmabuf_fds|, and will
@@ -535,7 +535,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte
@@ -539,7 +539,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte
// mailbox, the caller must wait for the included sync point.
const gpu::MailboxHolder& mailbox_holder(size_t texture_index) const;
@ -37,7 +37,7 @@ Index: media/base/video_frame.h
// Returns a vector containing the backing DmaBufs for this frame. The number
// of returned DmaBufs will be equal or less than the number of planes of
// the frame. If there are less, this means that the last FD contains the
@@ -742,7 +742,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte
@@ -746,7 +746,7 @@ class MEDIA_EXPORT VideoFrame : public base::RefCounte
// GPU memory buffer, if this frame is STORAGE_GPU_MEMORY_BUFFER.
std::unique_ptr<gfx::GpuMemoryBuffer> gpu_memory_buffer_;

View File

@ -1,7 +1,7 @@
Index: media/gpu/buffer_validation.cc
--- media/gpu/buffer_validation.cc.orig
+++ media/gpu/buffer_validation.cc
@@ -12,7 +12,7 @@
@@ -15,7 +15,7 @@
#include "ui/gfx/geometry/size.h"
#include "ui/gfx/gpu_memory_buffer.h"
@ -10,7 +10,7 @@ Index: media/gpu/buffer_validation.cc
#include <sys/types.h>
#include <unistd.h>
#endif // BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)
@@ -20,7 +20,7 @@
@@ -23,7 +23,7 @@
namespace media {
bool GetFileSize(const int fd, size_t* size) {
@ -19,8 +19,8 @@ Index: media/gpu/buffer_validation.cc
if (fd < 0) {
VLOGF(1) << "Invalid file descriptor";
return false;
@@ -56,7 +56,7 @@ bool VerifyGpuMemoryBufferHandle(media::VideoPixelForm
VLOGF(1) << "Unexpected GpuMemoryBufferType: " << gmb_handle.type;
@@ -66,7 +66,7 @@ bool VerifyGpuMemoryBufferHandle(
<< coded_size.ToString();
return false;
}
-#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS)

View File

@ -44,7 +44,7 @@ Index: net/BUILD.gn
sources += [
"base/network_interfaces_getifaddrs.cc",
"base/network_interfaces_getifaddrs.h",
@@ -2445,7 +2454,7 @@ if (is_linux || is_chromeos || is_mac) {
@@ -2451,7 +2460,7 @@ if (is_linux || is_chromeos || is_mac) {
}
}
@ -53,7 +53,7 @@ Index: net/BUILD.gn
static_library("epoll_server") {
sources = [
"tools/epoll_server/platform/impl/epoll_bug_impl.h",
@@ -4439,7 +4448,7 @@ test("net_unittests") {
@@ -4445,7 +4454,7 @@ test("net_unittests") {
]
}
@ -62,7 +62,7 @@ Index: net/BUILD.gn
sources += [
"base/address_tracker_linux_unittest.cc",
"base/network_interfaces_linux_unittest.cc",
@@ -4513,6 +4522,10 @@ test("net_unittests") {
@@ -4519,6 +4528,10 @@ test("net_unittests") {
"//url:buildflags",
]
@ -73,7 +73,7 @@ Index: net/BUILD.gn
allow_circular_includes_from = [ "//net/third_party/quiche:quiche_tests" ]
if (enable_websockets) {
@@ -4560,7 +4573,7 @@ test("net_unittests") {
@@ -4566,7 +4579,7 @@ test("net_unittests") {
]
}
@ -82,12 +82,12 @@ Index: net/BUILD.gn
sources += [
"quic/platform/impl/quic_epoll_clock_test.cc",
"quic/platform/impl/quic_flags_test.cc",
@@ -4706,7 +4719,7 @@ test("net_unittests") {
@@ -4712,7 +4725,7 @@ test("net_unittests") {
}
# Use getifaddrs() on POSIX platforms, except Linux and Android.
- if (is_posix && !is_linux && !is_chromeos && !is_android) {
+ if (is_posix && !is_linux && !is_chromeos && !is_android && !is_bsd) {
# Use getifaddrs() on POSIX platforms, except Linux.
- if (is_posix && !is_linux && !is_chromeos) {
+ if (is_posix && !is_linux && !is_chromeos && !is_bsd) {
sources += [ "base/network_interfaces_getifaddrs_unittest.cc" ]
}