Branch: refs/heads/webkitglib/2.48
  Home:   https://github.com/WebKit/WebKit
  Commit: 0e38bd9d1ce84fda10fef95b4efb618b13862dea
      
https://github.com/WebKit/WebKit/commit/0e38bd9d1ce84fda10fef95b4efb618b13862dea
  Author: Diego Pino Garcia <dp...@igalia.com>
  Date:   2025-09-01 (Mon, 01 Sep 2025)

  Changed paths:
    M LayoutTests/platform/glib/TestExpectations
    M 
LayoutTests/platform/glib/svg/custom/glyph-transformation-with-hkern-expected.txt
    M 
LayoutTests/platform/glib/svg/custom/svg-fonts-without-missing-glyph-expected.txt
    M LayoutTests/platform/glib/svg/foreignObject/text-tref-02-b-expected.txt
    M 
LayoutTests/platform/glib/svg/text/text-overflow-ellipsis-svgfont-expected.txt
    R 
LayoutTests/platform/glib/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt
    M LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt
    M LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt
    M LayoutTests/platform/gtk/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt
    M LayoutTests/platform/gtk/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt
    M LayoutTests/platform/gtk/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt
    M LayoutTests/platform/gtk/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt
    M LayoutTests/platform/gtk/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt
    M LayoutTests/platform/gtk/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt
    M LayoutTests/platform/gtk/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt
    M LayoutTests/platform/gtk/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt
    M LayoutTests/platform/gtk/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt
    M LayoutTests/platform/win/TestExpectations
    M LayoutTests/platform/wpe/TestExpectations
    M LayoutTests/platform/wpe/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt
    M LayoutTests/platform/wpe/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt
    M LayoutTests/platform/wpe/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt
    M LayoutTests/platform/wpe/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt
    M LayoutTests/platform/wpe/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt
    M LayoutTests/platform/wpe/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt
    M LayoutTests/platform/wpe/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt
    M LayoutTests/platform/wpe/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt
    M LayoutTests/platform/wpe/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt
    M LayoutTests/platform/wpe/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt
    M LayoutTests/platform/wpe/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt
    M Source/WebCore/platform/graphics/skia/FontCustomPlatformDataSkia.cpp

  Log Message:
  -----------
  Cherry-pick 299380@main (ab9b9abab22f). 
https://bugs.webkit.org/show_bug.cgi?id=186086

    [Skia] Implement font collection / fragment identifiers
    https://bugs.webkit.org/show_bug.cgi?id=186086

    Reviewed by Carlos Garcia Campos.

    When loading a specific font from a  font collection, iterate over all
    the available fonts in the font collection until finding the desired
    font.

    * LayoutTests/platform/glib/TestExpectations:
    * 
LayoutTests/platform/glib/svg/custom/glyph-transformation-with-hkern-expected.txt:
    * 
LayoutTests/platform/glib/svg/custom/svg-fonts-without-missing-glyph-expected.txt:
    * LayoutTests/platform/glib/svg/foreignObject/text-tref-02-b-expected.txt:
    * 
LayoutTests/platform/glib/svg/text/text-overflow-ellipsis-svgfont-expected.txt:
    * 
LayoutTests/platform/glib/svg/text/text-overflow-ellipsis-svgfont-kerning-ligatures-expected.txt:
 Removed.
    * LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
    * LayoutTests/platform/gtk/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
    * LayoutTests/platform/gtk/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
    * LayoutTests/platform/gtk/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt:
    * LayoutTests/platform/gtk/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
    * LayoutTests/platform/gtk/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
    * LayoutTests/platform/gtk/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
    * LayoutTests/platform/gtk/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
    * LayoutTests/platform/gtk/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
    * LayoutTests/platform/gtk/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
    * LayoutTests/platform/gtk/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
    * LayoutTests/platform/win/TestExpectations:
    * LayoutTests/platform/wpe/TestExpectations:
    * LayoutTests/platform/wpe/svg/W3C-SVG-1.1-SE/paths-dom-02-f-expected.txt:
    * LayoutTests/platform/wpe/svg/W3C-SVG-1.1-SE/types-dom-04-b-expected.txt:
    * LayoutTests/platform/wpe/svg/W3C-SVG-1.1/filters-light-04-f-expected.txt:
    * LayoutTests/platform/wpe/svg/W3C-SVG-1.1/filters-turb-02-f-expected.txt:
    * LayoutTests/platform/wpe/svg/W3C-SVG-1.1/fonts-elem-03-b-expected.txt:
    * LayoutTests/platform/wpe/svg/W3C-SVG-1.1/fonts-elem-04-b-expected.txt:
    * LayoutTests/platform/wpe/svg/W3C-SVG-1.1/fonts-elem-07-b-expected.txt:
    * LayoutTests/platform/wpe/svg/W3C-SVG-1.1/text-intro-01-t-expected.txt:
    * LayoutTests/platform/wpe/svg/W3C-SVG-1.1/text-intro-02-b-expected.txt:
    * LayoutTests/platform/wpe/svg/W3C-SVG-1.1/text-intro-03-b-expected.txt:
    * LayoutTests/platform/wpe/svg/W3C-SVG-1.1/text-intro-04-t-expected.txt:
    * Source/WebCore/platform/graphics/skia/FontCustomPlatformDataSkia.cpp:
    (WebCore::FontCustomPlatformData::create):

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

Canonical link: https://commits.webkit.org/290945.359@webkitglib/2.48



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

Reply via email to