Branch: refs/heads/webkitglib/2.50
  Home:   https://github.com/WebKit/WebKit
  Commit: 8cc54f92687a729c01e1b375448767594f06bdc4
      
https://github.com/WebKit/WebKit/commit/8cc54f92687a729c01e1b375448767594f06bdc4
  Author: Taher Ali <[email protected]>
  Date:   2025-08-11 (Mon, 11 Aug 2025)

  Changed paths:
    A LayoutTests/svg/filters/feComponentTransfer-gamma-expected.html
    A LayoutTests/svg/filters/feComponentTransfer-gamma.html
    M Source/WebCore/svg/graphics/filters/SVGFilter.cpp

  Log Message:
  -----------
  Cherry-pick 298332@main (1c0dff3c8c02). 
https://bugs.webkit.org/show_bug.cgi?id=296776

    REGRESSION(275091@main): Darker output with SVG feComponentTransfer
    https://bugs.webkit.org/show_bug.cgi?id=296776
    rdar://156406312

    Reviewed by Brent Fulgham and Said Abou-Hallawa.

    The regressing commit (275091@main) aimed to fix darker SVG filter
    outputs in Cairo by creating SourceGraphic and SourceAlpha to the
    operating color space, but omitted the USE(CAIRO) directive,
    applying it universally and breaking filter effects in non-Cairo
    software appliers.

    * LayoutTests/svg/filters/feComponentTransfer-gamma-expected.html: Added.
    * LayoutTests/svg/filters/feComponentTransfer-gamma.html: Added.
    * Source/WebCore/svg/graphics/filters/SVGFilter.cpp:
    (WebCore::buildFilterEffectGraph):

    Canonical link: https://commits.webkit.org/298332@main

Canonical link: https://commits.webkit.org/298234.4@webkitglib/2.50


  Commit: 81d12d440b1638cb08684a775fbc437b00f28b9c
      
https://github.com/WebKit/WebKit/commit/81d12d440b1638cb08684a775fbc437b00f28b9c
  Author: Jean-Yves Avenard <[email protected]>
  Date:   2025-08-11 (Mon, 11 Aug 2025)

  Changed paths:
    M Source/WebCore/Modules/mediasource/SampleMap.cpp
    M Source/WebCore/Modules/mediasource/SampleMap.h
    M Source/WebCore/platform/graphics/SourceBufferPrivate.cpp
    M Tools/TestWebKitAPI/Tests/WebCore/SampleMap.cpp

  Log Message:
  -----------
  Cherry-pick 298325@main (cc8a73781ee1). 
https://bugs.webkit.org/show_bug.cgi?id=297034

    StabilityTracer: com.apple.WebKit.GPU at WebCore:  void 
std::__1::map<std::__1::pair<WTF::MediaTime, WTF::MediaTime>, 
WTF::Ref<WebCore::MediaSample, WTF::RawPtrTraits<WebCore::MediaSample>,
    https://bugs.webkit.org/show_bug.cgi?id=297034
    rdar://156534649

    Reviewed by Gerald Squelart.

    This is the 4th tentative attempt at fixing this crash signature.
    This time, we'll try to completely remove that signature and manually
    iterate over the sample map instead of relying on iterators.
    This entire code is more than likely unnecessary as mentioned in 296933@main
    but we continue to keep it for now out of excessive caution.

    Added more API tests.

    * Source/WebCore/Modules/mediasource/SampleMap.cpp:
    (WebCore::DecodeOrderSampleMap::findSamplesBetweenDecodeKeys):
    * Source/WebCore/Modules/mediasource/SampleMap.h:
    * Source/WebCore/platform/graphics/SourceBufferPrivate.cpp:
    (WebCore::SourceBufferPrivate::processMediaSample):
    * Tools/TestWebKitAPI/Tests/WebCore/SampleMap.cpp:
    (TestWebKitAPI::TEST_F(SampleMapTest, findSamplesBetweenDecodeKeys)):

    Canonical link: https://commits.webkit.org/298325@main

Canonical link: https://commits.webkit.org/298234.5@webkitglib/2.50


  Commit: ec21e964aae2336f0e08dd3848ae7a43a3808b19
      
https://github.com/WebKit/WebKit/commit/ec21e964aae2336f0e08dd3848ae7a43a3808b19
  Author: Yusuke Suzuki <[email protected]>
  Date:   2025-08-11 (Mon, 11 Aug 2025)

  Changed paths:
    A JSTests/stress/variable-initialization-error-check.js
    M Source/JavaScriptCore/interpreter/Interpreter.cpp
    M Source/JavaScriptCore/runtime/JSGlobalObject.cpp
    M Source/JavaScriptCore/runtime/JSGlobalObjectInlines.h
    M Source/JavaScriptCore/runtime/JSModuleNamespaceObject.cpp
    M Source/JavaScriptCore/runtime/JSObject.cpp
    M Source/JavaScriptCore/runtime/JSTemplateObjectDescriptor.cpp
    M Source/JavaScriptCore/runtime/ObjectPrototype.cpp
    M Source/JavaScriptCore/runtime/ProgramExecutable.cpp

  Log Message:
  -----------
  Cherry-pick 298379@main (83ab558246f2). 
https://bugs.webkit.org/show_bug.cgi?id=291747

    [JSC] ASSERTION FAILED: Unexpected exception observed on thread Thread
    https://bugs.webkit.org/show_bug.cgi?id=291747
    rdar://149546774

    Reviewed by Yijia Huang.

    Many of operations (e.g. JSObject::put with stack overflow detection)
    can throw random errors. Thus, let's use RETURN_IF_EXCEPTION more
    instead of assertNoExceptionExceptTermination.

    * JSTests/stress/variable-initialization-error-check.js: Added.
    (C0):
    * Source/JavaScriptCore/interpreter/Interpreter.cpp:
    (JSC::Interpreter::executeEval):
    * Source/JavaScriptCore/runtime/JSGlobalObject.cpp:
    (JSC::JSGlobalObject::canDeclareGlobalFunction):
    (JSC::JSGlobalObject::createGlobalFunctionBinding):
    * Source/JavaScriptCore/runtime/JSGlobalObjectInlines.h:
    (JSC::JSGlobalObject::createGlobalVarBinding):
    * Source/JavaScriptCore/runtime/JSModuleNamespaceObject.cpp:
    (JSC::JSModuleNamespaceObject::finishCreation):
    * Source/JavaScriptCore/runtime/JSObject.cpp:
    (JSC::JSObject::ordinaryToPrimitive const):
    (JSC::JSObject::getOwnNonIndexPropertyNames):
    * Source/JavaScriptCore/runtime/JSTemplateObjectDescriptor.cpp:
    (JSC::JSTemplateObjectDescriptor::createTemplateObject):
    * Source/JavaScriptCore/runtime/ObjectPrototype.cpp:
    (JSC::objectPrototypeHasOwnProperty):
    * Source/JavaScriptCore/runtime/ProgramExecutable.cpp:
    (JSC::ProgramExecutable::initializeGlobalProperties):

    Originally-landed-as: 289651.444@safari-7621-branch (b850d2257e8d). 
rdar://157795300
    Canonical link: https://commits.webkit.org/298379@main

Canonical link: https://commits.webkit.org/298234.6@webkitglib/2.50


  Commit: 71f8ed83689d080864bf54033e28c5c4a6ade5b0
      
https://github.com/WebKit/WebKit/commit/71f8ed83689d080864bf54033e28c5c4a6ade5b0
  Author: Claudio Saavedra <[email protected]>
  Date:   2025-08-11 (Mon, 11 Aug 2025)

  Changed paths:
    M Source/WebCore/Modules/WebGPU/GPUDevice.cpp
    M Source/WebCore/Modules/WebGPU/GPUDevice.h
    M Source/WebCore/Modules/mediasource/SourceBuffer.cpp
    M Source/WebCore/Modules/mediasource/SourceBuffer.h
    M Source/WebCore/Modules/mediastream/MediaDevices.cpp
    M Source/WebCore/Modules/mediastream/MediaDevices.h
    M Source/WebCore/Modules/mediastream/MediaStream.cpp
    M Source/WebCore/Modules/mediastream/MediaStream.h
    M Source/WebCore/Modules/mediastream/RTCDataChannel.cpp
    M Source/WebCore/Modules/mediastream/RTCDataChannel.h
    M Source/WebCore/Modules/mediastream/RTCDtlsTransport.cpp
    M Source/WebCore/Modules/mediastream/RTCDtlsTransport.h
    M Source/WebCore/Modules/mediastream/RTCRtpSFrameTransform.cpp
    M Source/WebCore/Modules/mediastream/RTCRtpSFrameTransform.h
    M Source/WebCore/Modules/webcodecs/WebCodecsBase.cpp
    M Source/WebCore/Modules/webcodecs/WebCodecsBase.h
    M Source/WebCore/Modules/webdatabase/DatabaseContext.cpp
    M Source/WebCore/Modules/webdatabase/DatabaseContext.h
    M Source/WebCore/bindings/scripts/CodeGeneratorJS.pm
    M Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunction.cpp
    M Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunction.h
    M 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionGenerateIsReachable.cpp
    M 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionGenerateIsReachable.h
    M 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionWithThisObject.cpp
    M 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionWithThisObject.h
    M 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionWithTypedefs.cpp
    M 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionWithTypedefs.h
    M 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionWithVariadic.cpp
    M 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionWithVariadic.h
    M Source/WebCore/bindings/scripts/test/JS/JSTestCallbackInterface.cpp
    M Source/WebCore/bindings/scripts/test/JS/JSTestCallbackInterface.h
    M 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackWithFunctionOrDict.cpp
    M Source/WebCore/bindings/scripts/test/JS/JSTestCallbackWithFunctionOrDict.h
    M Source/WebCore/bindings/scripts/test/JS/JSTestVoidCallbackFunction.cpp
    M Source/WebCore/bindings/scripts/test/JS/JSTestVoidCallbackFunction.h
    M Source/WebCore/dom/ViewTransition.cpp
    M Source/WebCore/dom/ViewTransition.h
    M Source/WebCore/html/MediaController.cpp
    M Source/WebCore/html/MediaController.h
    M Source/WebCore/html/track/TrackListBase.cpp
    M Source/WebCore/html/track/TrackListBase.h
    M Source/WebCore/page/IntersectionObserver.cpp
    M Source/WebCore/page/IntersectionObserver.h
    M Source/WebCore/rendering/LegacyInlineBox.cpp
    M Source/WebCore/rendering/LegacyInlineBox.h
    M Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp
    M Source/WebCore/rendering/mathml/RenderMathMLFraction.h
    M Source/WebCore/rendering/mathml/RenderMathMLSpace.cpp
    M Source/WebCore/rendering/mathml/RenderMathMLSpace.h
    M 
Source/WebCore/workers/service/background-fetch/BackgroundFetchRegistration.cpp
    M 
Source/WebCore/workers/service/background-fetch/BackgroundFetchRegistration.h
    M Source/WebCore/xml/XMLHttpRequestProgressEventThrottle.cpp
    M Source/WebCore/xml/XMLHttpRequestProgressEventThrottle.h

  Log Message:
  -----------
  Cherry-pick 298326@main (59cd2096d26a). 
https://bugs.webkit.org/show_bug.cgi?id=296934

    Move implementation for methods using inline-declared methods out from 
headers
    https://bugs.webkit.org/show_bug.cgi?id=296934

    Reviewed by Ross Kirsling.

    There are many, often trivial, methods implemented
    in header files that are using methods from other classes
    that are defined in a Inlines.h header file. The convention
    in WebKit (enforced by the style-checker) is that one
    should never include Inlines.h files in a header, as it has
    a negative impact in build time.

    The problem with this status-quo is that this obscures
    the fact that those Inlines.h files are not always
    included when needed, particularly in non-unified builds, but
    also when the unified compilation units change. This causes
    compilation warnings and/or of the likes of:

        error: inline function 
'WebCore::ContextDestructionObserver::scriptExecutionContext' is not defined

    Since we don't want to include Inlines.h in headers,
    the correct usage of the methods defined in those files
    is to not use them in headers, but to have the implementations
    using them defined in the CPP files instead.

    This patch is an attempt to remedy this situation but
    it's not exhaustive, but it fixes a lot of those errors.
    Notably, it also modifies CodeGeneratorJS.pm to fix
    this issue in generated-code as well.

    * Source/WebCore/Modules/WebGPU/GPUDevice.cpp:
    (WebCore::GPUDevice::scriptExecutionContext const):
    * Source/WebCore/Modules/WebGPU/GPUDevice.h:
    * Source/WebCore/Modules/mediasource/SourceBuffer.cpp:
    (WebCore::SourceBuffer::scriptExecutionContext const):
    * Source/WebCore/Modules/mediasource/SourceBuffer.h:
    * Source/WebCore/Modules/mediastream/MediaDevices.cpp:
    (WebCore::MediaDevices::scriptExecutionContext const):
    * Source/WebCore/Modules/mediastream/MediaDevices.h:
    * Source/WebCore/Modules/mediastream/MediaStream.cpp:
    (WebCore::MediaStream::scriptExecutionContext const):
    * Source/WebCore/Modules/mediastream/MediaStream.h:
    * Source/WebCore/Modules/mediastream/RTCDataChannel.cpp:
    (WebCore::RTCDataChannel::scriptExecutionContext const):
    * Source/WebCore/Modules/mediastream/RTCDataChannel.h:
    * Source/WebCore/Modules/mediastream/RTCDtlsTransport.cpp:
    (WebCore::RTCDtlsTransport::scriptExecutionContext const):
    * Source/WebCore/Modules/mediastream/RTCDtlsTransport.h:
    * Source/WebCore/Modules/mediastream/RTCRtpSFrameTransform.cpp:
    (WebCore::RTCRtpSFrameTransform::scriptExecutionContext const):
    * Source/WebCore/Modules/mediastream/RTCRtpSFrameTransform.h:
    * Source/WebCore/Modules/webcodecs/WebCodecsBase.cpp:
    (WebCore::WebCodecsBase::scriptExecutionContext const):
    * Source/WebCore/Modules/webcodecs/WebCodecsBase.h:
    * Source/WebCore/Modules/webdatabase/DatabaseContext.cpp:
    (WebCore::DatabaseContext::document const):
    * Source/WebCore/Modules/webdatabase/DatabaseContext.h:
    * Source/WebCore/bindings/scripts/CodeGeneratorJS.pm:
    (GenerateCallbackHeaderContent):
    (GenerateCallbackImplementationContent):
    * Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunction.cpp:
    (WebCore::JSTestCallbackFunction::scriptExecutionContext const):
    * Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunction.h:
    * 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionGenerateIsReachable.cpp:
    (WebCore::JSTestCallbackFunctionGenerateIsReachable::scriptExecutionContext 
const):
    * 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionGenerateIsReachable.h:
    * 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionWithThisObject.cpp:
    (WebCore::JSTestCallbackFunctionWithThisObject::scriptExecutionContext 
const):
    * 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionWithThisObject.h:
    * 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionWithTypedefs.cpp:
    (WebCore::JSTestCallbackFunctionWithTypedefs::scriptExecutionContext const):
    * 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionWithTypedefs.h:
    * 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionWithVariadic.cpp:
    (WebCore::JSTestCallbackFunctionWithVariadic::scriptExecutionContext const):
    * 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackFunctionWithVariadic.h:
    * Source/WebCore/bindings/scripts/test/JS/JSTestCallbackInterface.cpp:
    (WebCore::JSTestCallbackInterface::scriptExecutionContext const):
    * Source/WebCore/bindings/scripts/test/JS/JSTestCallbackInterface.h:
    * 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackWithFunctionOrDict.cpp:
    (WebCore::JSTestCallbackWithFunctionOrDict::scriptExecutionContext const):
    * 
Source/WebCore/bindings/scripts/test/JS/JSTestCallbackWithFunctionOrDict.h:
    * Source/WebCore/bindings/scripts/test/JS/JSTestVoidCallbackFunction.cpp:
    (WebCore::JSTestVoidCallbackFunction::scriptExecutionContext const):
    * Source/WebCore/bindings/scripts/test/JS/JSTestVoidCallbackFunction.h:
    * Source/WebCore/dom/ViewTransition.cpp:
    (WebCore::ViewTransition::document const):
    * Source/WebCore/dom/ViewTransition.h:
    (WebCore::ViewTransition::document const): Deleted.
    * Source/WebCore/html/MediaController.cpp:
    (WebCore::MediaController::scriptExecutionContext const):
    * Source/WebCore/html/MediaController.h:
    * Source/WebCore/html/track/TrackListBase.cpp:
    (WebCore::TrackListBase::scriptExecutionContext const):
    * Source/WebCore/html/track/TrackListBase.h:
    * Source/WebCore/page/IntersectionObserver.cpp:
    (WebCore::IntersectionObserver::trackingDocument const):
    * Source/WebCore/page/IntersectionObserver.h:
    (WebCore::IntersectionObserver::trackingDocument const): Deleted.
    * Source/WebCore/rendering/LegacyInlineBox.cpp:
    (WebCore::LegacyInlineBox::lineStyle const):
    * Source/WebCore/rendering/LegacyInlineBox.h:
    (WebCore::LegacyInlineBox::lineStyle const): Deleted.
    * Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp:
    (WebCore::RenderMathMLFraction::element const):
    * Source/WebCore/rendering/mathml/RenderMathMLFraction.h:
    * Source/WebCore/rendering/mathml/RenderMathMLSpace.cpp:
    (WebCore::RenderMathMLSpace::element const):
    * Source/WebCore/rendering/mathml/RenderMathMLSpace.h:
    * 
Source/WebCore/workers/service/background-fetch/BackgroundFetchRegistration.cpp:
    (WebCore::BackgroundFetchRegistration::scriptExecutionContext const):
    * 
Source/WebCore/workers/service/background-fetch/BackgroundFetchRegistration.h:
    * Source/WebCore/xml/XMLHttpRequestProgressEventThrottle.cpp:
    (WebCore::XMLHttpRequestProgressEventThrottle::protectedTarget):
    * Source/WebCore/xml/XMLHttpRequestProgressEventThrottle.h:
    (WebCore::XMLHttpRequestProgressEventThrottle::protectedTarget): Deleted.

    Canonical link: https://commits.webkit.org/298326@main

Canonical link: https://commits.webkit.org/298234.7@webkitglib/2.50


  Commit: f34477092d92922eddfc68d4ff31208fe8dcb85d
      
https://github.com/WebKit/WebKit/commit/f34477092d92922eddfc68d4ff31208fe8dcb85d
  Author: Haelwenn (lanodan) Monnier <[email protected]>
  Date:   2025-08-11 (Mon, 11 Aug 2025)

  Changed paths:
    M Source/WebKit/UIProcess/Launcher/glib/BubblewrapLauncher.cpp

  Log Message:
  -----------
  Cherry-pick 298495@main (39ac1a6e3a3a). 
https://bugs.webkit.org/show_bug.cgi?id=297209

    [GTK] BubblewrapLauncher.cpp: Add /run/pulse to bindPulse() 
https://bugs.webkit.org/show_bug.cgi?id=297209

    Reviewed by Adrian Perez de Castro.

    * UIProcess/Launcher/glib/BubblewrapLauncher.cpp:
    (WebKit::bindPulse):

    Canonical link: https://commits.webkit.org/298495@main

Canonical link: https://commits.webkit.org/298234.8@webkitglib/2.50


  Commit: 5cc0d096886bfc31290850f499c2e9bf48cf2e86
      
https://github.com/WebKit/WebKit/commit/5cc0d096886bfc31290850f499c2e9bf48cf2e86
  Author: Adrian Perez de Castro <[email protected]>
  Date:   2025-08-13 (Wed, 13 Aug 2025)

  Changed paths:
    M Source/JavaScriptCore/runtime/ConcatKeyAtomStringCache.cpp
    M Source/WebCore/Modules/mediastream/RTCRtpTransceiver.cpp
    M Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpSenderBackend.cpp
    M Source/WebCore/Modules/screen-wake-lock/WakeLockManager.cpp
    M Source/WebCore/bindings/js/JSMutationRecordCustom.cpp
    M Source/WebCore/bindings/js/JSStaticRangeCustom.cpp
    M Source/WebCore/bindings/js/JSTrustedTypePolicyCustom.cpp
    M Source/WebCore/bindings/js/JSXMLDocumentCustom.cpp
    M Source/WebCore/dom/SerializedNode.cpp
    M Source/WebCore/dom/XMLDocument.cpp
    M Source/WebCore/html/PDFDocument.cpp
    M Source/WebCore/html/PluginDocument.cpp
    M Source/WebCore/html/TextDocument.cpp
    M Source/WebCore/html/canvas/GPUCanvasContext.cpp
    M Source/WebCore/html/parser/HTMLDocumentParser.cpp
    M Source/WebCore/inspector/InspectorAuditResourcesObject.cpp
    M Source/WebCore/inspector/InspectorCanvas.cpp
    M Source/WebCore/inspector/InspectorFrontendHost.cpp
    M Source/WebCore/inspector/agents/InspectorDOMDebuggerAgent.cpp
    M Source/WebCore/inspector/agents/page/PageCanvasAgent.cpp
    M Source/WebCore/inspector/agents/page/PageConsoleAgent.cpp
    M Source/WebCore/inspector/agents/page/PageDOMDebuggerAgent.cpp
    M Source/WebCore/layout/formattingContexts/table/TableFormattingState.cpp
    M Source/WebCore/loader/SinkDocument.cpp
    M Source/WebCore/loader/cache/CachedSVGDocument.cpp
    M Source/WebCore/loader/cache/CachedSVGDocumentReference.cpp
    M Source/WebCore/mathml/MathMLPaddedElement.cpp
    M Source/WebCore/page/DragController.cpp
    M Source/WebCore/rendering/BaselineAlignment.cpp
    M Source/WebCore/rendering/style/FillLayer.cpp
    M Source/WebCore/rendering/style/StyleMultiColData.h
    M Source/WebCore/style/values/backgrounds/StyleLineWidth.cpp
    M Source/WebCore/style/values/color/StyleColorMix.cpp
    M Source/WebCore/style/values/fill-stroke/StyleStrokeWidth.cpp
    M Source/WebCore/style/values/inline/StyleVerticalAlign.cpp
    M Source/WebCore/style/values/svg/StyleSVGBaselineShift.cpp
    M Source/WebCore/style/values/svg/StyleSVGStrokeDashoffset.cpp
    M Source/WebCore/svg/SVGDocument.cpp
    M Source/WebCore/xml/DOMParser.cpp
    M Source/WebCore/xml/XSLTProcessor.cpp
    M Source/WebKit/NetworkProcess/NetworkBroadcastChannelRegistry.cpp
    M Source/WebKit/Shared/API/APISerializedScriptValue.cpp
    M Source/WebKit/UIProcess/XR/openxr/PlatformXRSystemOpenXR.cpp
    M Source/WebKit/WebProcess/WebCoreSupport/WebBroadcastChannelRegistry.cpp
    M Source/WebKit/WebProcess/WebCoreSupport/wpe/WebDragClientWPE.cpp
    M Source/WebKit/WebProcess/WebPage/gtk/WebPrintOperationGtk.cpp

  Log Message:
  -----------
  Unreviewed non-unified build fixes

Reviewed by NOBODY (OOPS!).

Explanation of why this fixes the bug (OOPS!).

* Source/JavaScriptCore/runtime/ConcatKeyAtomStringCache.cpp:
* Source/WebCore/Modules/mediastream/RTCRtpTransceiver.cpp:
* Source/WebCore/Modules/mediastream/gstreamer/GStreamerRtpSenderBackend.cpp:
* Source/WebCore/Modules/screen-wake-lock/WakeLockManager.cpp:
* Source/WebCore/bindings/js/JSMutationRecordCustom.cpp:
* Source/WebCore/bindings/js/JSStaticRangeCustom.cpp:
* Source/WebCore/bindings/js/JSTrustedTypePolicyCustom.cpp:
* Source/WebCore/bindings/js/JSXMLDocumentCustom.cpp:
* Source/WebCore/dom/SerializedNode.cpp:
* Source/WebCore/dom/XMLDocument.cpp:
* Source/WebCore/html/PDFDocument.cpp:
* Source/WebCore/html/PluginDocument.cpp:
* Source/WebCore/html/TextDocument.cpp:
* Source/WebCore/html/canvas/GPUCanvasContext.cpp:
* Source/WebCore/html/parser/HTMLDocumentParser.cpp:
* Source/WebCore/inspector/InspectorAuditResourcesObject.cpp:
* Source/WebCore/inspector/InspectorCanvas.cpp:
* Source/WebCore/inspector/InspectorFrontendHost.cpp:
* Source/WebCore/inspector/agents/InspectorDOMDebuggerAgent.cpp:
* Source/WebCore/inspector/agents/page/PageCanvasAgent.cpp:
* Source/WebCore/inspector/agents/page/PageConsoleAgent.cpp:
* Source/WebCore/inspector/agents/page/PageDOMDebuggerAgent.cpp:
* Source/WebCore/layout/formattingContexts/table/TableFormattingState.cpp:
* Source/WebCore/loader/SinkDocument.cpp:
* Source/WebCore/loader/cache/CachedSVGDocument.cpp:
* Source/WebCore/loader/cache/CachedSVGDocumentReference.cpp:
* Source/WebCore/mathml/MathMLPaddedElement.cpp:
* Source/WebCore/page/DragController.cpp:
* Source/WebCore/rendering/BaselineAlignment.cpp:
* Source/WebCore/rendering/style/FillLayer.cpp:
* Source/WebCore/rendering/style/StyleMultiColData.h:
* Source/WebCore/style/values/backgrounds/StyleLineWidth.cpp:
* Source/WebCore/style/values/color/StyleColorMix.cpp:
* Source/WebCore/style/values/fill-stroke/StyleStrokeWidth.cpp:
* Source/WebCore/style/values/inline/StyleVerticalAlign.cpp:
* Source/WebCore/style/values/svg/StyleSVGBaselineShift.cpp:
* Source/WebCore/style/values/svg/StyleSVGStrokeDashoffset.cpp:
* Source/WebCore/svg/SVGDocument.cpp:
* Source/WebCore/xml/DOMParser.cpp:
* Source/WebCore/xml/XSLTProcessor.cpp:
* Source/WebKit/NetworkProcess/NetworkBroadcastChannelRegistry.cpp:
* Source/WebKit/Shared/API/APISerializedScriptValue.cpp:
* Source/WebKit/UIProcess/XR/openxr/PlatformXRSystemOpenXR.cpp:
* Source/WebKit/WebProcess/WebCoreSupport/WebBroadcastChannelRegistry.cpp:
* Source/WebKit/WebProcess/WebCoreSupport/wpe/WebDragClientWPE.cpp:
* Source/WebKit/WebProcess/WebPage/gtk/WebPrintOperationGtk.cpp:

Canonical link: https://commits.webkit.org/298234.9@webkitglib/2.50


Compare: https://github.com/WebKit/WebKit/compare/39e7da306dd8...5cc0d096886b

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

Reply via email to