mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-23 17:42:45 +00:00
Updated to 88.0.4324.96
This commit is contained in:
parent
75c4bf51fa
commit
93cf45c5ad
4 changed files with 18 additions and 36 deletions
4
.abf.yml
4
.abf.yml
|
@ -1,6 +1,6 @@
|
|||
sources:
|
||||
chromium-87.0.4280.141.tar.xz: 567dee418972cc3b570312264f6d21a009ca6176
|
||||
chromium-gost-87.0.4280.88.tar.gz: 3e8f87ec2490aba777149095b20be533896e2218
|
||||
chromium-88.0.4324.96.tar.xz: 007a583ed783a30b6c96c0dfb5fb36e70e9a45e1
|
||||
chromium-gost-87.0.4280.141.tar.gz: e424ae4b8c2c4bb8d9ed9dce3c662baa6305967c
|
||||
depot_tools.tar.xz: 082b7f9a4dfa7eb03900755b4866aef2d73543a5
|
||||
icons.tar.bz2: a835954af164bf38f8ea4ea80608839bed7800a3
|
||||
msspi-0.1.41.tar.gz: b48c1109a5caa93e44394214b85a4b75475ea1b3
|
||||
|
|
|
@ -385,7 +385,7 @@ diff -up chromium-62.0.3192.0/net/base/mime_util.cc.extra-media chromium-62.0.31
|
|||
- return false;
|
||||
-
|
||||
case kCodecMPEG4:
|
||||
-#if defined(OS_CHROMEOS)
|
||||
-#if BUILDFLAG(IS_ASH)
|
||||
return true;
|
||||
-#else
|
||||
+
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
%define google_default_client_secret mRHXPjlS4cLpp1beCiXoYbLZ
|
||||
|
||||
# GOST patches and sources
|
||||
%define chromium_gost_ver 87.0.4280.88
|
||||
%define chromium_gost_ver 87.0.4280.141
|
||||
%define msspi_ver 0.1.41
|
||||
%define _gostsourcedir %{_builddir}/chromium-gost
|
||||
|
||||
|
@ -65,8 +65,8 @@
|
|||
|
||||
Summary: A fast web browser based on the Blink engine
|
||||
Name: chromium-browser-stable
|
||||
Version: 87.0.4280.141
|
||||
Release: 3
|
||||
Version: 88.0.4324.96
|
||||
Release: 0.1
|
||||
License: BSD, LGPL
|
||||
Group: Networking/WWW
|
||||
Url: https://www.chromium.org/Home
|
||||
|
|
|
@ -10,7 +10,7 @@ Subject: [PATCH] Disable various compiler configs
|
|||
diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
||||
--- a/build/config/compiler/BUILD.gn
|
||||
+++ b/build/config/compiler/BUILD.gn
|
||||
@@ -258,8 +258,6 @@
|
||||
@@ -254,8 +254,6 @@
|
||||
|
||||
configs += [
|
||||
# See the definitions below.
|
||||
|
@ -19,7 +19,7 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
|||
":compiler_codegen",
|
||||
":compiler_deterministic",
|
||||
]
|
||||
@@ -478,36 +478,6 @@
|
||||
@@ -476,17 +474,6 @@
|
||||
# platforms can be added later if needed.
|
||||
if ((is_linux || is_chromeos) && use_lld && use_text_section_splitting) {
|
||||
ldflags += [ "-Wl,-z,keep-text-section-prefix" ]
|
||||
|
@ -34,29 +34,10 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
|||
- "-mllvm",
|
||||
- "-instcombine-lower-dbg-declare=0",
|
||||
- ]
|
||||
-
|
||||
- # Pinned clang has enable-dse-memoryssa enabled by default but it's broken,
|
||||
- # so we have to force it off.
|
||||
- # Trunk clang has it disabled by default but it might work, so we force it
|
||||
- # on so the ToT bots can check if it works now.
|
||||
- if (!llvm_force_head_revision) {
|
||||
- cflags += [
|
||||
- # TODO(https://crbug.com/1127713): Investigate, remove.
|
||||
- "-mllvm",
|
||||
- "-enable-dse-memoryssa=false",
|
||||
- ]
|
||||
- }
|
||||
- if (llvm_force_head_revision) {
|
||||
- cflags += [
|
||||
- # TODO(https://crbug.com/1127713): Investigate, remove.
|
||||
- "-mllvm",
|
||||
- "-enable-dse-memoryssa=true",
|
||||
- ]
|
||||
- }
|
||||
}
|
||||
|
||||
# C11/C++11 compiler flags setup.
|
||||
@@ -1518,11 +1518,6 @@
|
||||
@@ -1514,11 +1501,6 @@
|
||||
# Flags NaCl (Clang 3.7) and Xcode 9.2 (Clang clang-900.0.39.2) do not
|
||||
# recognize.
|
||||
cflags += [
|
||||
|
@ -68,7 +49,7 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
|||
# Ignore warnings about MSVC optimization pragmas.
|
||||
# TODO(thakis): Only for no_chromium_code? http://crbug.com/912662
|
||||
"-Wno-ignored-pragma-optimize",
|
||||
@@ -1536,22 +1526,12 @@
|
||||
@@ -1534,9 +1516,6 @@
|
||||
|
||||
# TODO(https://crbug.com/1028110): Evaluate and possible enable.
|
||||
"-Wno-deprecated-copy",
|
||||
|
@ -78,9 +59,10 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
|||
]
|
||||
|
||||
cflags_c += [
|
||||
# TODO(https://crbug.com/995993): Clean up and enable.
|
||||
"-Wno-implicit-fallthrough",
|
||||
]
|
||||
@@ -1548,13 +1527,6 @@
|
||||
# TODO(https://crbug.com/1143700): Clean up and re-enable.
|
||||
cflags_objc = [ "-Wno-gnu-folding-constant" ]
|
||||
}
|
||||
-
|
||||
- if (enable_wmax_tokens) {
|
||||
- cflags += [ "-Wmax-tokens" ]
|
||||
|
@ -91,7 +73,7 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
|||
}
|
||||
}
|
||||
}
|
||||
@@ -1576,7 +1553,7 @@
|
||||
@@ -1574,7 +1546,7 @@
|
||||
defines = [ "_HAS_NODISCARD" ]
|
||||
}
|
||||
} else {
|
||||
|
@ -100,7 +82,7 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
|||
if (treat_warnings_as_errors) {
|
||||
cflags += [ "-Werror" ]
|
||||
|
||||
@@ -1584,10 +1561,6 @@
|
||||
@@ -1582,10 +1554,6 @@
|
||||
# the actual linker. Make sure these warnings are treated as errors as
|
||||
# well.
|
||||
ldflags = [ "-Werror" ]
|
||||
|
@ -111,7 +93,7 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
|||
}
|
||||
|
||||
# In Chromium code, we define __STDC_foo_MACROS in order to get the
|
||||
@@ -1596,15 +1569,6 @@
|
||||
@@ -1594,15 +1562,6 @@
|
||||
"__STDC_CONSTANT_MACROS",
|
||||
"__STDC_FORMAT_MACROS",
|
||||
]
|
||||
|
@ -127,7 +109,7 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
|||
|
||||
if (is_mac) {
|
||||
cflags_objc = [ "-Wobjc-missing-property-synthesis" ]
|
||||
@@ -1691,12 +1655,6 @@
|
||||
@@ -1685,12 +1644,6 @@
|
||||
# suppressing them individually, we just blanket suppress them here.
|
||||
"-Wno-unused-variable",
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue