[webkit-changes] [WebKit/WebKit] f045ce: Cherry-pick 283842 at main (9c4ef3f7ce59). https://bu...

Adrian Perez noreply at github.com
Mon Sep 23 03:56:07 PDT 2024


  Branch: refs/heads/webkitglib/2.46
  Home:   https://github.com/WebKit/WebKit
  Commit: f045cec1675e5e34e82e6869903a7a0967958935
      https://github.com/WebKit/WebKit/commit/f045cec1675e5e34e82e6869903a7a0967958935
  Author: Nikolas Zimmermann <nzimmermann at igalia.com>
  Date:   2024-09-20 (Fri, 20 Sep 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStore.cpp
    M Source/WebKit/Shared/CoordinatedGraphics/threadedcompositor/ThreadedCompositor.cpp

  Log Message:
  -----------
  Cherry-pick 283842 at main (9c4ef3f7ce59). https://bugs.webkit.org/show_bug.cgi?id=278963

    [GTK][WPE] Add more composition related signposts
    https://bugs.webkit.org/show_bug.cgi?id=278963

    Reviewed by Adrian Perez de Castro.

    Add detailed signposts to understand where time is spent in
    CoordinatedBackingStoreTile::swapBuffers - as preparation to investigate
    different tile updating strategies.

    Furthermore add some more signposts to ThreadedCompositor, to better
    understand the trace scope 'FrameComposition'.

    Doesn't affect any tests.

    * Source/WebCore/platform/graphics/texmap/coordinated/CoordinatedBackingStore.cpp:
    (WebCore::CoordinatedBackingStoreTile::swapBuffers):
    * Source/WebKit/Shared/CoordinatedGraphics/threadedcompositor/ThreadedCompositor.cpp:
    (WebKit::ThreadedCompositor::renderLayerTree):

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

Canonical link: https://commits.webkit.org/282416.115@webkitglib/2.46


  Commit: d19b596b315abef5c5674a78d9d8decaa3a4633d
      https://github.com/WebKit/WebKit/commit/d19b596b315abef5c5674a78d9d8decaa3a4633d
  Author: Carlos Bentzen <cadubentzen at igalia.com>
  Date:   2024-09-20 (Fri, 20 Sep 2024)

  Changed paths:
    M Source/WebCore/platform/mediastream/gstreamer/GStreamerWebRTCProvider.cpp

  Log Message:
  -----------
  Cherry-pick 283814 at main (56b681c9b0d1). https://bugs.webkit.org/show_bug.cgi?id=279828

    [GStreamer][WebRTC] Build error with -Werror=unitialized in GCC 13
    https://bugs.webkit.org/show_bug.cgi?id=279828

    Reviewed by Philippe Normand.

    Initialize MediaDecodingConfiguration::type field that was caught by
    -Werror=unitializied in GCC 13.

    * Source/WebCore/platform/mediastream/gstreamer/GStreamerWebRTCProvider.cpp:
    (WebCore::GStreamerWebRTCProvider::videoDecodingCapabilitiesOverride):

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

Canonical link: https://commits.webkit.org/282416.116@webkitglib/2.46


  Commit: 66857385fc61a220fd4d3cc0ac38aee8cf34ac89
      https://github.com/WebKit/WebKit/commit/66857385fc61a220fd4d3cc0ac38aee8cf34ac89
  Author: Fujii Hironori <Hironori.Fujii at sony.com>
  Date:   2024-09-20 (Fri, 20 Sep 2024)

  Changed paths:
    M Source/WebCore/platform/graphics/cairo/CairoOperations.cpp

  Log Message:
  -----------
  Cherry-pick 283797 at main (028c2cf49867). https://bugs.webkit.org/show_bug.cgi?id=279649

    [cairo] ASSERTION FAILED: destSize > 0 in WebCore::Cairo::calculateSubsurfaceRect
    https://bugs.webkit.org/show_bug.cgi?id=279649

    Reviewed by Don Olmstead.

    WebCore::Cairo::calculateSubsurfaceRect wrongly assumed destSize and
    srcSize were always positive. Some canvas tests caused an assertion
    failure in it. They can be negative.

    * LayoutTests/platform/win/TestExpectations:
    * Source/WebCore/platform/graphics/cairo/CairoOperations.cpp:
    (WebCore::Cairo::calculateSubsurfaceRect):

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

Canonical link: https://commits.webkit.org/282416.117@webkitglib/2.46


  Commit: a6217264f2772f1e967b6bc13c45621dde67b899
      https://github.com/WebKit/WebKit/commit/a6217264f2772f1e967b6bc13c45621dde67b899
  Author: Adrian Perez de Castro <aperez at igalia.com>
  Date:   2024-09-23 (Mon, 23 Sep 2024)

  Changed paths:
    M Source/ThirdParty/skia/CMakeLists.txt
    R Source/WebCore/platform/skia/SkiaAllocatorFastMalloc.cpp
    M Tools/ImageDiff/Skia.cmake

  Log Message:
  -----------
  Cherry-pick 284066 at main (42804e1cf15f). https://bugs.webkit.org/show_bug.cgi?id=280124

    [CMake] MiniBrowser fails to link in non-developer builds with USE_SKIA=ON
    https://bugs.webkit.org/show_bug.cgi?id=280124

    Reviewed by Carlos Garcia Campos.

    Make Skia use malloc to avoid that using it would need symbols from WTF.

    * Source/ThirdParty/skia/CMakeLists.txt: Make Skia use malloc.
    * Source/WebCore/platform/skia/SkiaAllocatorFastMalloc.cpp: Removed.
    * Tools/ImageDiff/Skia.cmake: Remove workaround to make Skiw use malloc,
      no longer needed.

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

Canonical link: https://commits.webkit.org/282416.118@webkitglib/2.46


Compare: https://github.com/WebKit/WebKit/compare/94302b866a69...a6217264f277

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