Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a1fe0eb9782301bc2d58fcf8808f2eb3a93d9529
      
https://github.com/WebKit/WebKit/commit/a1fe0eb9782301bc2d58fcf8808f2eb3a93d9529
  Author: Carlos Garcia Campos <[email protected]>
  Date:   2025-10-10 (Fri, 10 Oct 2025)

  Changed paths:
    M Source/WebCore/platform/graphics/FontCascade.cpp
    M Source/WebCore/platform/graphics/displaylists/DisplayListItem.h
    M Source/WebCore/platform/graphics/displaylists/DisplayListItems.cpp
    M Source/WebCore/platform/graphics/displaylists/DisplayListItems.h
    M Source/WebCore/platform/graphics/displaylists/DisplayListRecorder.cpp
    M Source/WebCore/platform/graphics/displaylists/DisplayListRecorder.h
    M Source/WebCore/platform/graphics/displaylists/DisplayListRecorderImpl.cpp
    M Source/WebCore/rendering/GlyphDisplayListCache.cpp

  Log Message:
  -----------
  [Win] Regression - crashing while drawing text blob
https://bugs.webkit.org/show_bug.cgi?id=300412

Reviewed by Fujii Hironori.

In 300818@main we assumed that the only possible GraphicsContext for which we
replay a display list is GraphicsContextSkia, which is true for GTK and
WPE ports that don't use the GPU process yet for DOM rendering, but not
for win port. This patch adds a new DisplayList::Recorder::DrawGlyphsMode
for skia that uses a new DrawTextBlob display list item, leaving
DrawGlyphs item as it was before 300818@main. This new mode is only set
then recording for a GraphicsContext that has a platform context.

Canonical link: https://commits.webkit.org/301321@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

Reply via email to