update to 108.0.5359.124
This commit is contained in:
parent
df5b92c920
commit
a2524a75da
@ -6,8 +6,7 @@ DPB_PROPERTIES= parallel parallel2
|
||||
|
||||
COMMENT= Chromium browser
|
||||
|
||||
V= 108.0.5359.98
|
||||
REVISION= 1
|
||||
V= 108.0.5359.124
|
||||
|
||||
DISTNAME= chromium-${V}
|
||||
|
||||
@ -104,7 +103,8 @@ BUILDTYPE= Release
|
||||
SUBST_VARS+= WRKSRC WRKDIR DEBUGFLAG
|
||||
|
||||
ALL_TARGET= chrome chromedriver
|
||||
TEST_TARGET= base_unittests \
|
||||
TEST_TARGET= gpu_tests
|
||||
TTEST_TARGET= base_unittests \
|
||||
blink_unittests \
|
||||
chromedriver_unittests \
|
||||
components_unittests \
|
||||
|
@ -1,10 +1,10 @@
|
||||
SHA256 (chrome-linux-108.0.5359.98-llvm13.profdata.tar.xz) = 0RbEid2ZnLRZoTr7jgC+jfcEi+cJzeLRo31+rVIlOrs=
|
||||
SHA256 (chromium-108.0.5359.98-testdata.tar.xz) = 8DreCtAT4M1fpSm0TsEBwuCyFTLkz9A47yaZykC5SpI=
|
||||
SHA256 (chromium-108.0.5359.98.tar.xz) = YLYTeXHjyylHR39lRJHtT1F6uI6igH+juJ/M40uDVh4=
|
||||
SHA256 (chrome-linux-108.0.5359.124-llvm13.profdata.tar.xz) = qZR4wFhDvreIdOYQPlnzqKcqGqAPHdfPCPYFb1MukFk=
|
||||
SHA256 (chromium-108.0.5359.124-testdata.tar.xz) = sxKaZLCEqg0OttoZX2VWmbM2K8IW/TUKNAxA5VP0ezU=
|
||||
SHA256 (chromium-108.0.5359.124.tar.xz) = 1I36wqYbFKXX0vRgsJtw7zq4jie4LjFzk4y1TqphKnU=
|
||||
SHA256 (libudev-openbsd-20221108-c3330efd.tar.gz) = BBKUTWeCkarFwKZQ+eg9DfekIMr5xi2G4Lce0C43pnc=
|
||||
SHA256 (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = osopYtr0gqj5QxY1QeHHO6SyaU+rzSUQmB8ttO2kk8g=
|
||||
SIZE (chrome-linux-108.0.5359.98-llvm13.profdata.tar.xz) = 26029112
|
||||
SIZE (chromium-108.0.5359.98-testdata.tar.xz) = 265714556
|
||||
SIZE (chromium-108.0.5359.98.tar.xz) = 1731439592
|
||||
SIZE (chrome-linux-108.0.5359.124-llvm13.profdata.tar.xz) = 26088692
|
||||
SIZE (chromium-108.0.5359.124-testdata.tar.xz) = 265528008
|
||||
SIZE (chromium-108.0.5359.124.tar.xz) = 1731649648
|
||||
SIZE (libudev-openbsd-20221108-c3330efd.tar.gz) = 32757
|
||||
SIZE (test_fonts-336e775eec536b2d785cc80eff6ac39051931286.tar.gz) = 32624734
|
||||
|
@ -19,7 +19,7 @@ Index: content/browser/web_contents/web_contents_view_aura.cc
|
||||
// We set the file contents before the URL because the URL also sets file
|
||||
// contents (to a .URL shortcut). We want to prefer file content data over
|
||||
// a shortcut so we add it first.
|
||||
@@ -1365,7 +1365,7 @@ void WebContentsViewAura::OnMouseEvent(ui::MouseEvent*
|
||||
@@ -1366,7 +1366,7 @@ void WebContentsViewAura::OnMouseEvent(ui::MouseEvent*
|
||||
// Linux window managers like to handle raise-on-click themselves. If we
|
||||
// raise-on-click manually, this may override user settings that prevent
|
||||
// focus-stealing.
|
||||
|
@ -1,7 +1,7 @@
|
||||
Index: third_party/libxml/linux/config.h
|
||||
--- third_party/libxml/linux/config.h.orig
|
||||
+++ third_party/libxml/linux/config.h
|
||||
@@ -81,6 +81,9 @@
|
||||
@@ -72,6 +72,9 @@
|
||||
/* Define to 1 if you have the `putenv' function. */
|
||||
#define HAVE_PUTENV 1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user