Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 5536da0f83d0532bad3fb6f35eb653d12ca37e19 https://github.com/WebKit/WebKit/commit/5536da0f83d0532bad3fb6f35eb653d12ca37e19 Author: Ryosuke Niwa <rn...@webkit.org> Date: 2025-05-14 (Wed, 14 May 2025)
Changed paths: M Source/WebCore/Modules/gamepad/GamepadHapticActuator.cpp M Source/WebCore/Modules/identity/CredentialRequestCoordinator.h M Source/WebCore/Modules/mediasource/ManagedMediaSource.cpp M Source/WebCore/Modules/webcodecs/WebCodecsVideoDecoder.cpp M Source/WebCore/Modules/webcodecs/WebCodecsVideoEncoder.cpp M Source/WebCore/Scripts/SettingsTemplates/Settings.cpp.erb M Source/WebCore/Scripts/SettingsTemplates/Settings.h.erb M Source/WebCore/bindings/scripts/CodeGeneratorJS.pm M Source/WebCore/crypto/SubtleCrypto.cpp M Source/WebCore/css/CSSComputedStyleDeclaration.cpp M Source/WebCore/css/CSSFontFace.cpp M Source/WebCore/css/CSSFontFace.h M Source/WebCore/css/typedom/StylePropertyMap.cpp M Source/WebCore/dom/DOMImplementation.cpp M Source/WebCore/dom/Document.h M Source/WebCore/dom/DocumentInlines.h M Source/WebCore/dom/EmptyScriptExecutionContext.h M Source/WebCore/dom/ScriptExecutionContext.h M Source/WebCore/html/OffscreenCanvas.cpp M Source/WebCore/html/canvas/GPUCanvasContextCocoa.mm M Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp M Source/WebCore/loader/CrossOriginEmbedderPolicy.cpp M Source/WebCore/page/Frame.cpp M Source/WebCore/page/OpportunisticTaskScheduler.cpp M Source/WebCore/page/Settings.yaml M Source/WebCore/platform/audio/cocoa/MediaSessionManagerCocoa.mm M Source/WebCore/style/StyleFontSizeFunctions.cpp M Source/WebCore/style/StyleFontSizeFunctions.h M Source/WebCore/testing/js/WebCoreTestSupport.cpp M Source/WebCore/workers/WorkerGlobalScope.h M Source/WebCore/workers/WorkerThread.h M Source/WebCore/workers/service/context/ServiceWorkerThread.cpp M Source/WebCore/workers/service/context/ServiceWorkerThread.h M Source/WebCore/workers/service/context/ServiceWorkerThreadProxy.cpp M Source/WebCore/worklets/WorkletGlobalScope.h M Source/WebCore/worklets/WorkletParameters.h M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in M Source/WebKit/Shared/WebsitePoliciesData.cpp M Source/WebKit/WebProcess/GPU/webrtc/LibWebRTCCodecs.cpp M Source/WebKit/WebProcess/WebCoreSupport/WebProcessSyncClient.cpp M Source/WebKit/WebProcess/WebPage/WebPage.h M Source/WebKit/WebProcess/WebPage/wc/DrawingAreaWC.cpp M Source/WebKit/WebProcess/XR/PlatformXRSystemProxy.cpp M Source/WebKitLegacy/Storage/WebStorageNamespaceProvider.cpp Log Message: ----------- Avoid including Settings.h in ScriptExecutionContext.h https://bugs.webkit.org/show_bug.cgi?id=292915 Reviewed by Alex Christensen. Rename Settings::Values to SettingsValues and avoid including Settings.h in ScriptExecutionContext.h. * Source/WebCore/Modules/gamepad/GamepadHapticActuator.cpp: * Source/WebCore/Modules/identity/CredentialRequestCoordinator.h: * Source/WebCore/Modules/mediasource/ManagedMediaSource.cpp: * Source/WebCore/Modules/webcodecs/WebCodecsVideoDecoder.cpp: (WebCore::isSupportedDecoderCodec): * Source/WebCore/Modules/webcodecs/WebCodecsVideoEncoder.cpp: (WebCore::isSupportedEncoderCodec): * Source/WebCore/Scripts/SettingsTemplates/Settings.cpp.erb: * Source/WebCore/Scripts/SettingsTemplates/Settings.h.erb: * Source/WebCore/bindings/scripts/CodeGeneratorJS.pm: (GenerateRuntimeEnableConditionalString): * Source/WebCore/crypto/SubtleCrypto.cpp: * Source/WebCore/css/CSSComputedStyleDeclaration.cpp: * Source/WebCore/css/CSSFontFace.cpp: (WebCore::CSSFontFace::CSSFontFace): * Source/WebCore/css/CSSFontFace.h: * Source/WebCore/css/typedom/StylePropertyMap.cpp: * Source/WebCore/dom/DOMImplementation.cpp: * Source/WebCore/dom/Document.h: * Source/WebCore/dom/DocumentInlines.h: (WebCore::Document::settingsValues const): * Source/WebCore/dom/EmptyScriptExecutionContext.h: * Source/WebCore/dom/ScriptExecutionContext.h: * Source/WebCore/html/OffscreenCanvas.cpp: (WebCore::shouldEnableWebGL): * Source/WebCore/html/canvas/GPUCanvasContextCocoa.mm: * Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp: * Source/WebCore/loader/CrossOriginEmbedderPolicy.cpp: * Source/WebCore/page/Frame.cpp: * Source/WebCore/page/OpportunisticTaskScheduler.cpp: * Source/WebCore/page/Settings.yaml: * Source/WebCore/platform/audio/cocoa/MediaSessionManagerCocoa.mm: * Source/WebCore/style/StyleFontSizeFunctions.cpp: (WebCore::Style::computedFontSizeFromSpecifiedSize): (WebCore::Style::fontSizeForKeyword): * Source/WebCore/style/StyleFontSizeFunctions.h: * Source/WebCore/testing/js/WebCoreTestSupport.cpp: * Source/WebCore/workers/WorkerGlobalScope.h: * Source/WebCore/workers/WorkerThread.h: * Source/WebCore/workers/service/context/ServiceWorkerThread.cpp: (WebCore::generateWorkerParameters): (WebCore::ServiceWorkerThread::ServiceWorkerThread): * Source/WebCore/workers/service/context/ServiceWorkerThread.h: * Source/WebCore/workers/service/context/ServiceWorkerThreadProxy.cpp: * Source/WebCore/worklets/WorkletGlobalScope.h: * Source/WebCore/worklets/WorkletParameters.h: * Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in: * Source/WebKit/Shared/WebsitePoliciesData.cpp: * Source/WebKit/WebProcess/GPU/webrtc/LibWebRTCCodecs.cpp: * Source/WebKit/WebProcess/WebCoreSupport/WebProcessSyncClient.cpp: * Source/WebKit/WebProcess/WebPage/WebPage.h: * Source/WebKit/WebProcess/WebPage/wc/DrawingAreaWC.cpp: * Source/WebKit/WebProcess/XR/PlatformXRSystemProxy.cpp: * Source/WebKitLegacy/Storage/WebStorageNamespaceProvider.cpp: Canonical link: https://commits.webkit.org/294916@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes