[webkit-changes] [WebKit/WebKit] 6b5956: Cherry-pick 284970 at main (7ffe7f5c6b9c). https://bu...
Olivier Blin
noreply at github.com
Tue Oct 15 00:00:20 PDT 2024
Branch: refs/heads/webkitglib/2.46
Home: https://github.com/WebKit/WebKit
Commit: 6b59562904cd85cebdd91106308d35c5e112858d
https://github.com/WebKit/WebKit/commit/6b59562904cd85cebdd91106308d35c5e112858d
Author: Olivier Blin <olivier.blin at softathome.com>
Date: 2024-10-14 (Mon, 14 Oct 2024)
Changed paths:
M Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp
Log Message:
-----------
Cherry-pick 284970 at main (7ffe7f5c6b9c). https://bugs.webkit.org/show_bug.cgi?id=281159
[GTK][WPE] Build broken with ENABLE_WEB_AUDIO=OFF
https://bugs.webkit.org/show_bug.cgi?id=281159
Reviewed by Miguel Gomez.
Since 280453 at main, default values from UnifiedWebPreferences.yaml are used.
Do not try to use WebAudioEnabled when undefined.
* Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp:
(webkit_settings_class_init):
Canonical link: https://commits.webkit.org/284970@main
Canonical link: https://commits.webkit.org/282416.204@webkitglib/2.46
Commit: 99989ffdf40b0290d9129a76a5128987f7299728
https://github.com/WebKit/WebKit/commit/99989ffdf40b0290d9129a76a5128987f7299728
Author: Olivier Blin <olivier.blin at softathome.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M Source/WebCore/Modules/WebGPU/GPUDevice.h
M Source/WebCore/css/CSSPseudoSelectors.json
M Source/WebCore/dom/Document.cpp
M Source/WebCore/dom/FullscreenManager.cpp
M Source/WebCore/page/DiagnosticLoggingKeys.cpp
M Source/WebCore/page/DiagnosticLoggingKeys.h
M Source/WebCore/page/ElementTargetingController.cpp
M Source/WebCore/page/Page.cpp
M Source/WebCore/page/Page.h
M Source/WebCore/rendering/updating/RenderTreeBuilder.cpp
M Source/WebCore/testing/Internals.cpp
M Source/WebCore/testing/Internals.h
M Source/WebCore/testing/Internals.idl
M Source/WebKit/GPUProcess/GPUConnectionToWebProcess.cpp
M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
M Source/WebKit/WebProcess/GPU/media/gstreamer/VideoLayerRemoteGStreamer.cpp
Log Message:
-----------
Cherry-pick 285114 at main (04d86ff06087). https://bugs.webkit.org/show_bug.cgi?id=281253
Build fixes for !ENABLE(VIDEO)
https://bugs.webkit.org/show_bug.cgi?id=281253
Reviewed by Philippe Normand.
* Source/WebCore/Modules/WebGPU/GPUDevice.h:
Flag variables only used with ENABLE(VIDEO)
m_videoElementToExternalTextureMap
m_previouslyImportedExternalTexture
m_lastCreatedExternalTextureBindGroup
* Source/WebCore/css/CSSPseudoSelectors.json:
Flag -internal-in-window-fullscreen to avoid warning in SelectorChecker switch
* Source/WebCore/dom/Document.cpp:
(WebCore::eventTargetElementForDocument):
Flag HTMLVideoElement check
* Source/WebCore/dom/FullscreenManager.cpp:
(WebCore::FullscreenManager::willEnterFullscreen):
Fix unused variable warning
* Source/WebCore/page/DiagnosticLoggingKeys.cpp:
(WebCore::DiagnosticLoggingKeys::mediaElementSourceTypeDiagnosticLoggingKey): Deleted.
* Source/WebCore/page/DiagnosticLoggingKeys.h:
Remove unused mediaElementSourceTypeDiagnosticLoggingKey after 282029 at main
* Source/WebCore/page/ElementTargetingController.cpp:
(WebCore::hasAudibleMedia):
(WebCore::urlForElement):
Flag HTMLMediaElement usage
* Source/WebCore/rendering/updating/RenderTreeBuilder.cpp:
(WebCore::RenderTreeBuilder::attachToRenderElementInternal):
Flag RenderVideo check
* Source/WebCore/testing/Internals.cpp:
* Source/WebCore/testing/Internals.h:
* Source/WebCore/testing/Internals.idl:
Make isEffectivelyMuted conditional since it uses HTMLMediaElement
* Source/WebKit/GPUProcess/GPUConnectionToWebProcess.cpp:
(WebKit::GPUConnectionToWebProcess::didClose):
m_remoteMediaResourceManager is defined only with ENABLE(VIDEO)
* Source/WebKit/WebProcess/GPU/media/gstreamer/VideoLayerRemoteGStreamer.cpp:
Flag the whole file under ENABLE(VIDEO) like other media GPU Process files
Canonical link: https://commits.webkit.org/285114@main
Canonical link: https://commits.webkit.org/282416.205@webkitglib/2.46
Commit: 3f520c14f646445b2b242ace42a8aadd0d834a3b
https://github.com/WebKit/WebKit/commit/3f520c14f646445b2b242ace42a8aadd0d834a3b
Author: Olivier Blin <olivier.blin at softathome.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp
Log Message:
-----------
Cherry-pick 285120 at main (f5b337b6197d). https://bugs.webkit.org/show_bug.cgi?id=281424
[GLib] Fix WebKitSettings build for !ENABLE(VIDEO)
https://bugs.webkit.org/show_bug.cgi?id=281424
Reviewed by Adrian Perez de Castro.
Since 278688 at main, WebKitSettings uses GUniquePtr for config file parsing.
The <wtf/glib/GUniquePtr.h> header should be explicitly included.
* Source/WebKit/UIProcess/API/glib/WebKitSettings.cpp:
Canonical link: https://commits.webkit.org/285120@main
Canonical link: https://commits.webkit.org/282416.206@webkitglib/2.46
Compare: https://github.com/WebKit/WebKit/compare/30774948f35b...3f520c14f646
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list