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 <[email protected]>
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/[email protected]
Commit: baeca30b43d7106c1f27333948e2464f3f29b6c7
https://github.com/WebKit/WebKit/commit/baeca30b43d7106c1f27333948e2464f3f29b6c7
Author: Commit Queue <[email protected]>
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@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/[email protected]
Commit: b0241a28909230f31f88f717951b36e220b5d887
https://github.com/WebKit/WebKit/commit/b0241a28909230f31f88f717951b36e220b5d887
Author: Chris Dumez <[email protected]>
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@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/[email protected]
Commit: 6c1f0e7efb42fc638cb467ea1b0859f520e2bf66
https://github.com/WebKit/WebKit/commit/6c1f0e7efb42fc638cb467ea1b0859f520e2bf66
Author: Alan Baradlay <[email protected]>
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/[email protected]
Commit: dbdf3983ef6173a31692a1369f5f3e2223a1940d
https://github.com/WebKit/WebKit/commit/dbdf3983ef6173a31692a1369f5f3e2223a1940d
Author: Aditya Keerthi <[email protected]>
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/[email protected]
Commit: 04cba1f409204083307af7b90a859eaaec9dc6b4
https://github.com/WebKit/WebKit/commit/04cba1f409204083307af7b90a859eaaec9dc6b4
Author: Per Arne Vollan <[email protected]>
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/[email protected]
Commit: 3ee1274b9fcb5c01c4cf5b957b180c2802ebbdee
https://github.com/WebKit/WebKit/commit/3ee1274b9fcb5c01c4cf5b957b180c2802ebbdee
Author: Aditya Keerthi <[email protected]>
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 <[email protected]>
Date: 2023-09-15 (Fri, 15 Sep 2023)
Changed paths:
M Configurations/Version.xcconfig
Log Message:
-----------
Versioning.
WebKit-7617.1.8.1
Identifier: [email protected]
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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes