mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 09:49:32 +02:00
webkitgtk: upgrade 2.32.2 -> 2.32.3
(From OE-Core rev: ea785ab3aabf04acb13ed0162b4807aed0562510) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
218748fcae
commit
5dadf29a7d
@@ -1,4 +1,4 @@
|
|||||||
From 1a7becde0e508d7fac488bae6c08c1a4a0ac6b73 Mon Sep 17 00:00:00 2001
|
From acf26a385d17a59ccd4b767d6303ec3dbf78e788 Mon Sep 17 00:00:00 2001
|
||||||
From: Khem Raj <raj.khem@gmail.com>
|
From: Khem Raj <raj.khem@gmail.com>
|
||||||
Date: Mon, 3 Feb 2020 17:06:27 -0800
|
Date: Mon, 3 Feb 2020 17:06:27 -0800
|
||||||
Subject: [PATCH] Enable THREADS_PREFER_PTHREAD_FLAG
|
Subject: [PATCH] Enable THREADS_PREFER_PTHREAD_FLAG
|
||||||
@@ -20,11 +20,11 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|||||||
2 files changed, 2 insertions(+)
|
2 files changed, 2 insertions(+)
|
||||||
|
|
||||||
diff --git a/Source/cmake/OptionsGTK.cmake b/Source/cmake/OptionsGTK.cmake
|
diff --git a/Source/cmake/OptionsGTK.cmake b/Source/cmake/OptionsGTK.cmake
|
||||||
index 1f500299..0771af9c 100644
|
index f316f49..de81ce0 100644
|
||||||
--- a/Source/cmake/OptionsGTK.cmake
|
--- a/Source/cmake/OptionsGTK.cmake
|
||||||
+++ b/Source/cmake/OptionsGTK.cmake
|
+++ b/Source/cmake/OptionsGTK.cmake
|
||||||
@@ -6,6 +6,7 @@ WEBKIT_OPTION_BEGIN()
|
@@ -6,6 +6,7 @@ WEBKIT_OPTION_BEGIN()
|
||||||
SET_PROJECT_VERSION(2 32 2)
|
SET_PROJECT_VERSION(2 32 3)
|
||||||
|
|
||||||
set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
|
set(USER_AGENT_BRANDING "" CACHE STRING "Branding to add to user agent string")
|
||||||
+set(THREADS_PREFER_PTHREAD_FLAG ON)
|
+set(THREADS_PREFER_PTHREAD_FLAG ON)
|
||||||
@@ -32,7 +32,7 @@ index 1f500299..0771af9c 100644
|
|||||||
find_package(Cairo 1.14.0 REQUIRED)
|
find_package(Cairo 1.14.0 REQUIRED)
|
||||||
find_package(Fontconfig 2.8.0 REQUIRED)
|
find_package(Fontconfig 2.8.0 REQUIRED)
|
||||||
diff --git a/Source/cmake/OptionsJSCOnly.cmake b/Source/cmake/OptionsJSCOnly.cmake
|
diff --git a/Source/cmake/OptionsJSCOnly.cmake b/Source/cmake/OptionsJSCOnly.cmake
|
||||||
index 10664400..d9aca95a 100644
|
index 1066440..d9aca95 100644
|
||||||
--- a/Source/cmake/OptionsJSCOnly.cmake
|
--- a/Source/cmake/OptionsJSCOnly.cmake
|
||||||
+++ b/Source/cmake/OptionsJSCOnly.cmake
|
+++ b/Source/cmake/OptionsJSCOnly.cmake
|
||||||
@@ -1,3 +1,4 @@
|
@@ -1,3 +1,4 @@
|
||||||
|
|||||||
@@ -1,37 +0,0 @@
|
|||||||
From 834f335bb3e63e0bf78eed0520df33d5c55e5e8a Mon Sep 17 00:00:00 2001
|
|
||||||
From: "commit-queue@webkit.org"
|
|
||||||
<commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
|
|
||||||
Date: Sat, 10 Apr 2021 22:02:50 +0000
|
|
||||||
Subject: [PATCH] Properly use CompletionHandler when USE_OPENGL_OR_ES is set
|
|
||||||
to OFF https://bugs.webkit.org/show_bug.cgi?id=224149
|
|
||||||
MIME-Version: 1.0
|
|
||||||
Content-Type: text/plain; charset=UTF-8
|
|
||||||
Content-Transfer-Encoding: 8bit
|
|
||||||
|
|
||||||
Patch by Charlène Wendling <julianaito@posteo.jp> on 2021-04-10
|
|
||||||
Reviewed by Fujii Hironori.
|
|
||||||
|
|
||||||
* WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h:
|
|
||||||
(WebKit::LayerTreeHost::forceRepaintAsync):
|
|
||||||
|
|
||||||
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@275802 268f45cc-cd09-0410-ab3c-d52691b4dbfc
|
|
||||||
|
|
||||||
Upstream-Status: Backport
|
|
||||||
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
||||||
---
|
|
||||||
.../WebPage/CoordinatedGraphics/LayerTreeHost.h | 2 +-
|
|
||||||
2 files changed, 11 insertions(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h b/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h
|
|
||||||
index 6727d16c8c0b..db65f813267d 100644
|
|
||||||
--- a/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h
|
|
||||||
+++ b/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.h
|
|
||||||
@@ -213,7 +213,7 @@ inline void LayerTreeHost::setRootCompositingLayer(WebCore::GraphicsLayer*) { }
|
|
||||||
inline void LayerTreeHost::setViewOverlayRootLayer(WebCore::GraphicsLayer*) { }
|
|
||||||
inline void LayerTreeHost::scrollNonCompositedContents(const WebCore::IntRect&) { }
|
|
||||||
inline void LayerTreeHost::forceRepaint() { }
|
|
||||||
-inline bool LayerTreeHost::forceRepaintAsync(CompletionHandler<void()>&) { return false; }
|
|
||||||
+inline void LayerTreeHost::forceRepaintAsync(CompletionHandler<void()>&&) { }
|
|
||||||
inline void LayerTreeHost::sizeDidChange(const WebCore::IntSize&) { }
|
|
||||||
inline void LayerTreeHost::pauseRendering() { }
|
|
||||||
inline void LayerTreeHost::resumeRendering() { }
|
|
||||||
@@ -19,10 +19,9 @@ SRC_URI = "https://www.webkitgtk.org/releases/${BPN}-${PV}.tar.xz \
|
|||||||
file://reduce-memory-overheads.patch \
|
file://reduce-memory-overheads.patch \
|
||||||
file://musl-lower-stack-usage.patch \
|
file://musl-lower-stack-usage.patch \
|
||||||
file://0001-MiniBrowser-Fix-reproduciblity.patch \
|
file://0001-MiniBrowser-Fix-reproduciblity.patch \
|
||||||
file://0001-Properly-use-CompletionHandler-when-USE_OPENGL_OR_ES.patch \
|
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "1790f86975bdef957ba9a12fc09202de8f55c885ee38467afc50d2bdb7a6c5cd"
|
SRC_URI[sha256sum] = "c1f496f5ac654efe4cef62fbd4f2fbeeef265a07c5e7419e5d2900bfeea52cbc"
|
||||||
|
|
||||||
inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc
|
inherit cmake pkgconfig gobject-introspection perlnative features_check upstream-version-is-even gtk-doc
|
||||||
|
|
||||||
Reference in New Issue
Block a user