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

Jonathan Bedard noreply at github.com
Tue May 14 14:19:35 PDT 2024


  Branch: refs/heads/safari-7619.1.7-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: e62334545d1e23777e4e4d57cdcb527fd187444b
      https://github.com/WebKit/WebKit/commit/e62334545d1e23777e4e4d57cdcb527fd187444b
  Author: Myah Cobbs <mcobbs at apple.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M Configurations/Version.xcconfig

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

WebKit-619.1.7

Identifier: 276609.1 at safari-7619.1.7-branch


  Commit: b5b2e07bf76a236e8e74a0391a30d0bd603d528d
      https://github.com/WebKit/WebKit/commit/b5b2e07bf76a236e8e74a0391a30d0bd603d528d
  Author: Justin Michaud <justin at justinmichaud.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M Source/JavaScriptCore/Configurations/Base.xcconfig
    M Source/WTF/wtf/PlatformUse.h
    M Source/WebCore/Configurations/WebCore.xcconfig

  Log Message:
  -----------
  Cherry-pick 5a21270b8270. rdar://125362649

    Revert BECore cleanup.
    https://bugs.webkit.org/show_bug.cgi?id=271661
    rdar://125362649

    Reviewed by Wenson Hsieh.

    This broke some builds.

    * Source/JavaScriptCore/Configurations/Base.xcconfig:
    * Source/WTF/wtf/PlatformUse.h:
    * Source/WebCore/Configurations/WebCore.xcconfig:

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

Identifier: 276609.3 at safari-7619.1.7-branch


  Commit: 6b638506226b234fe2ae12555755d04ae6893c2a
      https://github.com/WebKit/WebKit/commit/6b638506226b234fe2ae12555755d04ae6893c2a
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2024-03-25 (Mon, 25 Mar 2024)

  Changed paths:
    M Source/WebKit/UIProcess/WebPageProxy.cpp

  Log Message:
  -----------
  Cherry-pick a4b39a8c7766. rdar://125363034

    REGRESSION(276505 at main) reloading after crashing registers RegistrableDomain as a public suffix
    https://bugs.webkit.org/show_bug.cgi?id=271662
    rdar://125363034

    Reviewed by Sihui Liu.

    topPrivatelyControlledDomain was actually unused, but what we should be sending as a public suffix
    should actually be a public suffix.

    * Source/WebKit/UIProcess/WebPageProxy.cpp:
    (WebKit::WebPageProxy::launchProcessForReload):

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

Identifier: 276609.4 at safari-7619.1.7-branch


  Commit: 67e7a29219bf85d2958c5518cedaeffc51fe10d0
      https://github.com/WebKit/WebKit/commit/67e7a29219bf85d2958c5518cedaeffc51fe10d0
  Author: Commit Queue <commit-queue at webkit.org>
  Date:   2024-03-26 (Tue, 26 Mar 2024)

  Changed paths:
    M Source/WebKit/UIProcess/API/Cocoa/WKWebView.mm
    M Source/WebKit/UIProcess/Cocoa/WebPageProxyCocoa.mm
    M Source/WebKit/UIProcess/WebPageProxy.cpp
    M Source/WebKit/UIProcess/WebPageProxy.h

  Log Message:
  -----------
  Cherry-pick 098ae9d831aa. rdar://125368853

    Unreviewed, reverting 276494 at main.
    https://bugs.webkit.org/show_bug.cgi?id=271720

    Caused a hang exiting fullscreen (<rdar://125368853>)

    Reverted changeset:

    "REGRESSION (UI-side compositing?): Sporadic failures in layout tests due to wrong test images"
    https://bugs.webkit.org/show_bug.cgi?id=271348
    https://commits.webkit.org/276494@main

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


  Commit: 2ffc2837a2cb0a911fb5861e27e475663b9ba50e
      https://github.com/WebKit/WebKit/commit/2ffc2837a2cb0a911fb5861e27e475663b9ba50e
  Author: Russell Epstein <repstein at apple.com>
  Date:   2024-03-29 (Fri, 29 Mar 2024)

  Changed paths:
    M Configurations/Version.xcconfig

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

WebKit-7619.1.7.1

Canonical link: https://commits.webkit.org/276609.5@safari-7619.1.7-branch


  Commit: 3bd500c4f039d7ba7820bba2314651dff2de6010
      https://github.com/WebKit/WebKit/commit/3bd500c4f039d7ba7820bba2314651dff2de6010
  Author: Per Arne Vollan <pvollan at apple.com>
  Date:   2024-03-29 (Fri, 29 Mar 2024)

  Changed paths:
    M Source/WTF/wtf/PlatformUse.h
    M Source/WebKit/Configurations/BaseExtension.xcconfig
    M Source/WebKit/Configurations/BaseXPCService.xcconfig
    M Source/WebKit/Configurations/GPUService.xcconfig
    M Source/WebKit/Configurations/NetworkService.xcconfig
    M Source/WebKit/Configurations/WebContentService.xcconfig
    M Source/WebKit/Configurations/WebKit.xcconfig

  Log Message:
  -----------
  Cherry-pick b976b6b01acf. rdar://124008037

    Enable WebKit process extensions on newer OS versions https://bugs.webkit.org/show_bug.cgi?id=270444 rdar://124008037

    Reviewed by Chris Dumez.

    * Source/WebKit/Configurations/BaseExtension.xcconfig:
    * Source/WebKit/Configurations/BaseXPCService.xcconfig:
    * Source/WebKit/Configurations/GPUService.xcconfig:
    * Source/WebKit/Configurations/NetworkService.xcconfig:
    * Source/WebKit/Configurations/WebContentService.xcconfig:
    * Source/WebKit/Configurations/WebKit.xcconfig:

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

Canonical link: https://commits.webkit.org/276609.6@safari-7619.1.7-branch


  Commit: f7e1e60a3d44b43e090c0ab5c8b4d7ee91b3bb34
      https://github.com/WebKit/WebKit/commit/f7e1e60a3d44b43e090c0ab5c8b4d7ee91b3bb34
  Author: Russell Epstein <repstein at apple.com>
  Date:   2024-04-01 (Mon, 01 Apr 2024)

  Changed paths:
    M Configurations/Version.xcconfig

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

WebKit-7619.1.7.2

Identifier: 274976.1640 at safari-7619.1.7-branch


  Commit: f7905f03cc3674e6e919be47b801f406cb443838
      https://github.com/WebKit/WebKit/commit/f7905f03cc3674e6e919be47b801f406cb443838
  Author: Mohsin Qureshi <mohsinq at apple.com>
  Date:   2024-04-02 (Tue, 02 Apr 2024)

  Changed paths:
    M Configurations/Version.xcconfig

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

WebKit-7619.1.7.3

Canonical link: https://commits.webkit.org/276609.8@safari-7619.1.7-branch


Compare: https://github.com/WebKit/WebKit/compare/e62334545d1e%5E...f7905f03cc36

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