[webkit-changes] [WebKit/WebKit] 58cf0e: Versioning.

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


  Branch: refs/heads/safari-7617.1.8-branch
  Home:   https://github.com/WebKit/WebKit
  Commit: 58cf0ea6c1b546646aa43945a5d7b6d13e5c6276
      https://github.com/WebKit/WebKit/commit/58cf0ea6c1b546646aa43945a5d7b6d13e5c6276
  Author: Dan Robson <dtr_bugzilla at apple.com>
  Date:   2023-09-12 (Tue, 12 Sep 2023)

  Changed paths:
    M Configurations/Version.xcconfig

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

WebKit-7617.1.8

Canonical link: https://commits.webkit.org/267815.1@safari-7617.1.8-branch


  Commit: baeca30b43d7106c1f27333948e2464f3f29b6c7
      https://github.com/WebKit/WebKit/commit/baeca30b43d7106c1f27333948e2464f3f29b6c7
  Author: Commit Queue <commit-queue at webkit.org>
  Date:   2023-09-12 (Tue, 12 Sep 2023)

  Changed paths:
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Cherry-pick 65a6e7620a7f. rdar://115224068

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

    Caused <rdar://115224068>

    Reverted changeset:

    "[Xcode] Track output files for symlinks created by WebKit script phases"
    https://bugs.webkit.org/show_bug.cgi?id=261247
    https://commits.webkit.org/267813@main

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

Canonical link: https://commits.webkit.org/267815.2@safari-7617.1.8-branch


  Commit: b0241a28909230f31f88f717951b36e220b5d887
      https://github.com/WebKit/WebKit/commit/b0241a28909230f31f88f717951b36e220b5d887
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-09-12 (Tue, 12 Sep 2023)

  Changed paths:
    M Source/WebKit/UIProcess/API/Cocoa/_WKRemoteWebInspectorViewController.mm

  Log Message:
  -----------
  Cherry-pick e7cf800e186c. rdar://115318063

    Regression(267576 at main) Closing Remote Web Inspector session crashes Safari
    https://bugs.webkit.org/show_bug.cgi?id=261443

    Reviewed by Patrick Angle.

    Make sure we unregister the client in [_WKRemoteWebInspectorViewController dealloc] that
    we registered in this init function since we're about to destroy the client. However, the
    RemoteWebInspectorUIProxy::m_client will point to the client being destroyed, which will
    hit a RELEASE_ASSERT() now that `RemoteWebInspectorUIProxy::m_client` is a CheckedPtr.

    * Source/WebKit/UIProcess/API/Cocoa/_WKRemoteWebInspectorViewController.mm:
    (-[_WKRemoteWebInspectorViewController dealloc]):

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

Canonical link: https://commits.webkit.org/267815.3@safari-7617.1.8-branch


  Commit: 6c1f0e7efb42fc638cb467ea1b0859f520e2bf66
      https://github.com/WebKit/WebKit/commit/6c1f0e7efb42fc638cb467ea1b0859f520e2bf66
  Author: Alan Baradlay <zalan at apple.com>
  Date:   2023-09-12 (Tue, 12 Sep 2023)

  Changed paths:
    M LayoutTests/platform/ios/fast/block/positioning/auto/vertical-lr/006-expected.txt
    M Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp
    M Source/WebCore/layout/integration/LayoutIntegrationCoverage.h

  Log Message:
  -----------
  Cherry-pick 1f86ccb748a7. rdar://115304054

    [IFC] Disable out-of-flow handling in bidi content
    https://bugs.webkit.org/show_bug.cgi?id=261431
    <rdar://115304054>

    Reviewed by Simon Fraser.

    macrumors.com crashes on bidi out-of-flow boxes.

    * LayoutTests/platform/ios/fast/block/positioning/auto/vertical-lr/006-expected.txt:
    * Source/WebCore/layout/integration/LayoutIntegrationCoverage.cpp:
    (WebCore::LayoutIntegration::printReason):
    (WebCore::LayoutIntegration::canUseForChild):
    * Source/WebCore/layout/integration/LayoutIntegrationCoverage.h:

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

Canonical link: https://commits.webkit.org/267815.4@safari-7617.1.8-branch


  Commit: dbdf3983ef6173a31692a1369f5f3e2223a1940d
      https://github.com/WebKit/WebKit/commit/dbdf3983ef6173a31692a1369f5f3e2223a1940d
  Author: Aditya Keerthi <akeerthi at apple.com>
  Date:   2023-09-12 (Tue, 12 Sep 2023)

  Changed paths:
    M Source/WebKit/Configurations/WebKit.xcconfig

  Log Message:
  -----------
  Cherry-pick d192a5a8745c. rdar://115294369

    Fix the visionOS build
    https://bugs.webkit.org/show_bug.cgi?id=261369
    rdar://115202809

    Reviewed by Tim Horton.

    * Source/WebKit/Configurations/WebKit.xcconfig:

    Use `-weak_framework` to link MRUIKit, since the framework is not present in all configurations.

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

Canonical link: https://commits.webkit.org/267815.5@safari-7617.1.8-branch


  Commit: 04cba1f409204083307af7b90a859eaaec9dc6b4
      https://github.com/WebKit/WebKit/commit/04cba1f409204083307af7b90a859eaaec9dc6b4
  Author: Per Arne Vollan <pvollan at apple.com>
  Date:   2023-09-12 (Tue, 12 Sep 2023)

  Changed paths:
    M Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb.in

  Log Message:
  -----------
  Cherry-pick 1499ac30c107. rdar://115365275

    [iOS][GPUP] Allow required syscalls
    https://bugs.webkit.org/show_bug.cgi?id=261414
    rdar://115177854

    Reviewed by Chris Dumez.

    Allow required syscalls related to audio playback in the GPU process sandbox on iOS.

    * Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.GPU.sb.in:

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


(cherry picked from commit f60a9388298e64b1b39018e2e5e565d9fbbd921c)

Canonical link: https://commits.webkit.org/267815.6@safari-7617.1.8-branch


  Commit: 3ee1274b9fcb5c01c4cf5b957b180c2802ebbdee
      https://github.com/WebKit/WebKit/commit/3ee1274b9fcb5c01c4cf5b957b180c2802ebbdee
  Author: Aditya Keerthi <akeerthi at apple.com>
  Date:   2023-09-14 (Thu, 14 Sep 2023)

  Changed paths:
    M Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm

  Log Message:
  -----------
  Cherry-pick 965cb884cefe. rdar://115237220

    Unreviewed, fix the internal visionOS build
    rdar://115237220

    Add a missing `.get()` call when casting a `RetainPtr` to an Objective-C object of a different type;
    this now surfaces as a compiler warning in some versions of the visionOS SDK.

    * Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenWindowControllerIOS.mm:
    (-[WKFullscreenWindowSceneDelegate methodSignatureForSelector:]):

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


  Commit: 39f1a8fe18f74be5e76abd8a719bb06a09afc516
      https://github.com/WebKit/WebKit/commit/39f1a8fe18f74be5e76abd8a719bb06a09afc516
  Author: Myah Cobbs <mcobbs at apple.com>
  Date:   2023-09-15 (Fri, 15 Sep 2023)

  Changed paths:
    M Configurations/Version.xcconfig

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

WebKit-7617.1.8.1

Identifier: 266246.1577 at safari-7617.1.8-branch


Compare: https://github.com/WebKit/WebKit/compare/58cf0ea6c1b5%5E...39f1a8fe18f7

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