[webkit-changes] [WebKit/WebKit] d77fe6: Versioning.

MyahCobbs noreply at github.com
Wed Oct 25 13:53:19 PDT 2023


  Branch: refs/heads/safari-7615.1.21.12-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: d77fe6e3766c0a8d474b0d66933bbc1b96234db3
      https://github.com/WebKit/WebKit/commit/d77fe6e3766c0a8d474b0d66933bbc1b96234db3
  Author: Russell Epstein <repstein at apple.com>
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
    M Configurations/Version.xcconfig

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

WebKit-7615.1.21.12.1

Canonical link: https://commits.webkit.org/259548.44@safari-7615.1.21.12-branch


  Commit: 2f401ffad2932913fbf8b887f682d58571d6a671
      https://github.com/WebKit/WebKit/commit/2f401ffad2932913fbf8b887f682d58571d6a671
  Author: Andres Gonzalez <andresg_22 at apple.com>
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
    M Source/WebCore/accessibility/AXObjectCache.cpp
    M Source/WebCore/accessibility/AXObjectCache.h

  Log Message:
  -----------
  Cherry-pick c11d33bb0bb2. rdar://problem/104956200

    AX: Object IDs should not be generated with AXTreeStore::generateNewID().
    https://bugs.webkit.org/show_bug.cgi?id=251577
    <rdar://problem/104956200>

    Reviewed by Chris Fleizach.

    In the patch for
        https://bugs.webkit.org/show_bug.cgi?id=249480
        <rdar://problem/103449294>

    I erroneously switched the generation of object IDS in the AXObjectCache to use AXTreeStore::generateNewID. This is wrong because generateNewID checks the presence of the ID against the IDs of AX trees and not against object IDs. This patch rectifies this by bringing back AXObjectCache::generateNewObjectID (new name).

    * Source/WebCore/accessibility/AXObjectCache.cpp:
    (WebCore::AXObjectCache::generateNewObjectID const):
    (WebCore::AXObjectCache::getAXID):
    * Source/WebCore/accessibility/AXObjectCache.h:
    (WebCore::AXObjectCache::objectForID const): No need to pass AXID by reference since it just wraps an unsgined.

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

Canonical link: https://commits.webkit.org/259548.46@safari-7615.1.21.12-branch


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

  Changed paths:
    M Configurations/Version.xcconfig

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

WebKit-7615.1.21.12.2

Canonical link: https://commits.webkit.org/259548.46@safari-7615.1.21.12-branch


Compare: https://github.com/WebKit/WebKit/compare/d77fe6e3766c%5E...c01a148c7b50


More information about the webkit-changes mailing list