Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ab9b9abab22f7a26d56d5c81ee9911cdb2506064
      
https://github.com/WebKit/WebKit/commit/ab9b9abab22f7a26d56d5c81ee9911cdb2506064
  Author: Diego Pino Garcia <dp...@igalia.com>
  Date:   2025-08-31 (Sun, 31 Aug 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:
  -----------
  [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



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