[webkit-changes] [WebKit/WebKit] 99414d: Versioning.

MyahCobbs noreply at github.com
Tue May 14 16:13:27 PDT 2024


  Branch: refs/heads/safari-7617.1.16.12-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 99414dceb712520019b9287f8a3f2c551cf8932c
      https://github.com/WebKit/WebKit/commit/99414dceb712520019b9287f8a3f2c551cf8932c
  Author: Myah Cobbs <mcobbs at apple.com>
  Date:   2023-11-08 (Wed, 08 Nov 2023)

  Changed paths:
    M Configurations/Version.xcconfig

  Log Message:
  -----------
  Versioning.

WebKit-7617.1.16.12.1

Identifier: 267815.520 at safari-7617.1.16.12-branch


  Commit: ad62ddec30c574b907ec4c9c7c1f2ddd517a330a
      https://github.com/WebKit/WebKit/commit/ad62ddec30c574b907ec4c9c7c1f2ddd517a330a
  Author: Myah Cobbs <mcobbs at apple.com>
  Date:   2023-11-08 (Wed, 08 Nov 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/FontCascade.cpp
    M Source/WebCore/platform/graphics/FontCascadeFonts.cpp
    M Source/WebCore/platform/graphics/FontRanges.cpp
    M Source/WebCore/platform/graphics/GlyphPage.h

  Log Message:
  -----------
  Cherry-pick ef2295446d89. rdar://117905809

    Use GlyphData.isValid() consistently for checking whether GlyphData is valid.
    https://bugs.webkit.org/show_bug.cgi?id=264130
    rdar://117905809

    Reviewed by Tim Nguyen.

    Replace GlyphData validity checks using .glyph and .font directly with .isValid().
    Make .isValid() return false even if .glyph is non-zero and .font is null
    (which should never happen) since a .font null check isn't expensive anyway.

    * Source/WebCore/platform/graphics/FontCascade.cpp:
    (WebCore::FontCascade::fontForCombiningCharacterSequence const):
    * Source/WebCore/platform/graphics/FontCascadeFonts.cpp:
    (WebCore::FontCascadeFonts::GlyphPageCacheEntry::setGlyphDataForCharacter):
    (WebCore::FontCascadeFonts::glyphDataForSystemFallback):
    (WebCore::FontCascadeFonts::glyphDataForVariant):
    (WebCore::FontCascadeFonts::glyphDataForCharacter):
    * Source/WebCore/platform/graphics/FontRanges.cpp:
    (WebCore::FontRanges::glyphDataForCharacter const):
    * Source/WebCore/platform/graphics/GlyphPage.h:
    (WebCore::GlyphData::isValid const):

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

Identifier: 267815.521 at safari-7617.1.16.12-branch


  Commit: 2dd103d352187a35bab1fad11033dd1b9e8ff8a0
      https://github.com/WebKit/WebKit/commit/2dd103d352187a35bab1fad11033dd1b9e8ff8a0
  Author: Myah Cobbs <mcobbs at apple.com>
  Date:   2023-11-08 (Wed, 08 Nov 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/FontRanges.cpp

  Log Message:
  -----------
  Unreviewed fix.  rdar://117905809

Identifier: 267815.522 at safari-7617.1.16.12-branch


Compare: https://github.com/WebKit/WebKit/compare/99414dceb712%5E...2dd103d35218

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