Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 704d2b686b49e59fd49228fab5646406d12a5690
https://github.com/WebKit/WebKit/commit/704d2b686b49e59fd49228fab5646406d12a5690
Author: Ricky Mondello <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm
M Source/WebKit/UIProcess/Extensions/WebExtension.cpp
M Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenViewController.mm
Log Message:
-----------
Fix instances of improper uses of quotes and apostrophes in WebKit
https://bugs.webkit.org/show_bug.cgi?id=316704
Reviewed by Timothy Hatcher and Brian Weinstein.
Three types of fixes are applied.
straight apostrophe ' — should be ’ [fix: ' → ’]
closing quote uses “ where ” is expected [fix: trailing “ → ”]
opening quote uses ” where “ is expected [fix: leading ” → “]
No tests are added for the UI Strings that we expect. That's a bit too much.
* Source/WebKit/UIProcess/API/ios/WKWebViewIOS.mm:
(-[WKWebView _presentLockdownMode]):
* Source/WebKit/UIProcess/Extensions/WebExtension.cpp:
(WebKit::WebExtension::populateContentScriptPropertiesIfNeeded):
* Source/WebKit/UIProcess/ios/fullscreen/WKFullScreenViewController.mm:
(-[WKFullScreenViewController setLocation:]):
(-[WKFullScreenViewController loadView]):
Canonical link: https://commits.webkit.org/314889@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications