Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4543a47d611c6f7e8f2640621c1c19c5835f3664
https://github.com/WebKit/WebKit/commit/4543a47d611c6f7e8f2640621c1c19c5835f3664
Author: Olivier Blin <[email protected]>
Date: 2024-11-04 (Mon, 04 Nov 2024)
Changed paths:
M Source/WebCore/Modules/WebGPU/GPUDevice.h
M Source/WebCore/css/SelectorChecker.cpp
M Source/WebCore/css/SelectorCheckerTestFunctions.h
M Source/WebCore/cssjit/SelectorCompiler.cpp
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/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/WebProcess/GPU/media/gstreamer/VideoLayerRemoteGStreamer.cpp
Log Message:
-----------
Build fixes for !ENABLE(VIDEO)
https://bugs.webkit.org/show_bug.cgi?id=281253
Reviewed by Sihui Liu and Darin Adler.
Reland 285114@main without breaking -internal-in-window-fullscreen CSS property
* Source/WebCore/Modules/WebGPU/GPUDevice.h:
Flag variables only used with ENABLE(VIDEO)
m_videoElementToExternalTextureMap
m_previouslyImportedExternalTexture
m_lastCreatedExternalTextureBindGroup
* Source/WebCore/css/SelectorChecker.cpp:
(WebCore::SelectorChecker::checkOne const):
* Source/WebCore/css/SelectorCheckerTestFunctions.h:
(WebCore::matchesInWindowFullscreenPseudoClass):
* Source/WebCore/cssjit/SelectorCompiler.cpp:
(WebCore::SelectorCompiler::JSC_DEFINE_NOEXCEPT_JIT_OPERATION):
(WebCore::SelectorCompiler::addPseudoClassType):
Allow -internal-in-window-fullscreen to avoid warning in Selector switches
* 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@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/286070@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes