[webkit-changes] [WebKit/WebKit] 0c4180: Versioning.
Jonathan Bedard
noreply at github.com
Tue May 14 14:28:34 PDT 2024
Branch: refs/heads/safari-7619.1.5.5-branch
Home: https://github.com/WebKit/WebKit
Commit: 0c4180a3319f5c16c007a9d0c4636eefd389e31b
https://github.com/WebKit/WebKit/commit/0c4180a3319f5c16c007a9d0c4636eefd389e31b
Author: Dan Robson <dtr_bugzilla at apple.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M Configurations/Version.xcconfig
Log Message:
-----------
Versioning.
WebKit-619.1.5.5.1
Canonical link: https://commits.webkit.org/274941.26@safari-7619.1.5.5-branch
Commit: 234b14f4558a8b69bf6498cb22f93f60093b35b9
https://github.com/WebKit/WebKit/commit/234b14f4558a8b69bf6498cb22f93f60093b35b9
Author: Kiara Rose <kiara_rose at apple.com>
Date: 2024-02-28 (Wed, 28 Feb 2024)
Changed paths:
M Source/WebKit/UIProcess/Extensions/Cocoa/WebExtensionCommandCocoa.mm
Log Message:
-----------
Cherry-pick b5ff6a931f2d. rdar://123323719
Crash with Turn Off the Lights extension enabled
https://bugs.webkit.org/show_bug.cgi?id=269924
rdar://123323719
Reviewed by Timothy Hatcher.
This assertion is being hit:
*** Assertion failure in -[_UIMenuBuilder _insertMenu:intoParentMenu:newParentMenu:], UIMenuBuilder.m:443
This is because "duplicate" commands are being inserting into the menu. Per UIKit,
commands cannot have the same selector if their propertyList is the same. To fix this,
pass in a propertyList to each command so they can be distinguished from one other.
* Source/WebKit/UIProcess/Extensions/Cocoa/WebExtensionCommandCocoa.mm:
(+[_WKWebExtensionKeyCommand commandWithTitle:image:input:modifierFlags:handler:]):
Canonical link: https://commits.webkit.org/275193@main
Canonical link: https://commits.webkit.org/274941.27@safari-7619.1.5.5-branch
Commit: 58447eb5b72e34352c90b20c5097d4004ca15791
https://github.com/WebKit/WebKit/commit/58447eb5b72e34352c90b20c5097d4004ca15791
Author: Dan Robson <dtr_bugzilla at apple.com>
Date: 2024-03-01 (Fri, 01 Mar 2024)
Changed paths:
M Configurations/Version.xcconfig
Log Message:
-----------
Versioning.
WebKit-619.1.5.5.2
Canonical link: https://commits.webkit.org/274941.28@safari-7619.1.5.5-branch
Compare: https://github.com/WebKit/WebKit/compare/0c4180a3319f%5E...58447eb5b72e
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