mirror of
https://abf.rosa.ru/djam/chromium-browser-stable-test.git
synced 2025-02-24 01:52:45 +00:00
Updated to 57.0.2987.110
This commit is contained in:
parent
9577560c0d
commit
c4322df982
4 changed files with 3 additions and 61 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,5 +1,5 @@
|
|||
sources:
|
||||
chromium-57.0.2987.98.tar.xz: b80fb4219a06f25817a348fa2d707523f9793949
|
||||
chromium-57.0.2987.110.tar.xz: 3507370918371431971503099ee0d7dadf3eec2b
|
||||
depot_tools.tar.xz: 082b7f9a4dfa7eb03900755b4866aef2d73543a5
|
||||
icons.tar.bz2: a835954af164bf38f8ea4ea80608839bed7800a3
|
||||
new-system-icons.tar.xz: 89339b8b3b05359a8745ed7968fe148902a2fa28
|
||||
|
|
|
@ -1,12 +0,0 @@
|
|||
diff -up chromium-46.0.2490.86/media/cast/receiver/audio_decoder_unittest.cc.use_system_opus chromium-46.0.2490.86/media/cast/receiver/audio_decoder_unittest.cc
|
||||
--- chromium-46.0.2490.86/media/cast/receiver/audio_decoder_unittest.cc.use_system_opus 2015-10-07 04:42:12.000000000 +0200
|
||||
+++ chromium-46.0.2490.86/media/cast/receiver/audio_decoder_unittest.cc 2015-11-11 16:11:13.535250609 +0100
|
||||
@@ -13,7 +13,7 @@
|
||||
#include "media/cast/test/utility/audio_utility.h"
|
||||
#include "media/cast/test/utility/standalone_cast_environment.h"
|
||||
#include "testing/gtest/include/gtest/gtest.h"
|
||||
-#include "third_party/opus/src/include/opus.h"
|
||||
+#include <opus/opus.h>
|
||||
|
||||
namespace media {
|
||||
namespace cast {
|
|
@ -22,8 +22,8 @@
|
|||
|
||||
Summary: A fast web browser based on the Blink engine
|
||||
Name: chromium-browser-stable
|
||||
Version: 57.0.2987.98
|
||||
Release: 2
|
||||
Version: 57.0.2987.110
|
||||
Release: 1
|
||||
License: BSD, LGPL
|
||||
Group: Networking/WWW
|
||||
Url: https://www.chromium.org/Home
|
||||
|
@ -53,8 +53,6 @@ Patch24: chromium-53-ffmpeg-no-deprecation-errors.patch
|
|||
Patch27: chromium-53-link-libgio-libpci-libudev-libbrlapi.patch
|
||||
# (cjw) add missing unbundle gn files (1)
|
||||
Patch28: chromium-53-gn-system-icu-jsoncpp.patch
|
||||
### Chromium Tests Patches ###
|
||||
#Patch29: chromium-46.0.2490.86-use_system_opus.patch
|
||||
# (cjw) build pdfium with system libtiff and libpng
|
||||
Patch30: chromium-52-pdfium-system-libtiff-libpng.patch
|
||||
# (cjw) fix build with ffmpeg 2.8.x
|
||||
|
@ -86,8 +84,6 @@ Patch504: chromium-system-icu-r0.patch
|
|||
# fix https://bugs.chromium.org/p/chromium/issues/detail?id=585513
|
||||
# vaInitialize failed VA error: unknown libva error
|
||||
Patch507: issue1688073002_40001.diff
|
||||
# Chromium bug in 57.0.2987.98
|
||||
#Patch508: issue2730783002_1_10001.patch
|
||||
|
||||
Provides: %{crname} = %{EVRD}
|
||||
Conflicts: chromium-browser-unstable
|
||||
|
@ -128,7 +124,6 @@ BuildRequires: pkgconfig(gnome-keyring-1)
|
|||
BuildRequires: pkgconfig(gstreamer-plugins-base-1.0)
|
||||
BuildRequires: pkgconfig(gtk+-2.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
#BuildRequires: pkgconfig(harfbuzz)
|
||||
%if 0%{icu}
|
||||
BuildRequires: pkgconfig(icu-i18n)
|
||||
%endif
|
||||
|
@ -153,7 +148,6 @@ BuildRequires: pkgconfig(nss)
|
|||
BuildRequires: pkgconfig(opus)
|
||||
BuildRequires: pkgconfig(speex)
|
||||
BuildRequires: pkgconfig(udev)
|
||||
#BuildRequires: pkgconfig(vpx) >= 1.5.0
|
||||
BuildRequires: pkgconfig(xscrnsaver)
|
||||
BuildRequires: pkgconfig(xt)
|
||||
BuildRequires: pkgconfig(xtst)
|
||||
|
@ -257,7 +251,6 @@ members of the Chromium and WebDriver teams.
|
|||
%patch24 -p1
|
||||
%patch27 -p1
|
||||
%patch28 -p1
|
||||
#%%patch29 -p1
|
||||
%patch30 -p1
|
||||
%patch31 -p1
|
||||
%patch32 -p1
|
||||
|
@ -283,8 +276,6 @@ members of the Chromium and WebDriver teams.
|
|||
%patch507 -p1
|
||||
%endif
|
||||
|
||||
#%%patch508 -p1
|
||||
|
||||
# files we do not want from upstream source bundles
|
||||
rm -rf breakpad/src/processor/testdata/
|
||||
rm -rf chrome/app/test_data/dlls/
|
||||
|
|
|
@ -1,37 +0,0 @@
|
|||
--- chromium-57.0.2987.98/chrome/test/chromedriver/chrome_launcher.cc-orig 2017-03-09 23:04:30.000000000 +0300
|
||||
+++ chromium-57.0.2987.98/chrome/test/chromedriver/chrome_launcher.cc 2017-03-12 06:25:40.663618744 +0300
|
||||
@@ -775,20 +775,26 @@
|
||||
Status status = UnpackAutomationExtension(temp_dir, &automation_extension);
|
||||
if (status.IsError())
|
||||
return status;
|
||||
-#if defined(OS_WIN) || defined(OS_MACOSX)
|
||||
- // On Chrome for Windows and Mac, a "Disable developer mode extensions"
|
||||
- // dialog appears for the automation extension. Suppress this by loading
|
||||
- // it as a component extension.
|
||||
- UpdateExtensionSwitch(switches, "load-component-extension",
|
||||
- automation_extension.value());
|
||||
-#else
|
||||
if (switches->HasSwitch("disable-extensions")) {
|
||||
+ UpdateExtensionSwitch(switches, "disable-extensions-except",
|
||||
+ automation_extension.value());
|
||||
+ // TODO(samuong): Stop using --load-component-extension when ChromeDriver
|
||||
+ // stops supporting Chrome 56. For backwards compatibility, Chrome 57 and
|
||||
+ // 58 interprets --load-component-extension as --load-extension.
|
||||
UpdateExtensionSwitch(switches, "load-component-extension",
|
||||
automation_extension.value());
|
||||
} else {
|
||||
+#if defined(OS_WIN) || defined(OS_MACOSX)
|
||||
+ // On Chrome 56 for Windows and Mac, a "Disable developer
|
||||
+ // mode extensions" dialog appears for the automation extension. Suppress
|
||||
+ // this by loading it as a component extension.
|
||||
+ UpdateExtensionSwitch(switches, "load-component-extension",
|
||||
+ automation_extension.value());
|
||||
+#else
|
||||
extension_paths.push_back(automation_extension.value());
|
||||
- }
|
||||
+
|
||||
#endif
|
||||
+ }
|
||||
}
|
||||
|
||||
if (extension_paths.size()) {
|
Loading…
Add table
Reference in a new issue