Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: cda7d3dc6f70f7892387756c89c31711db0fca7b https://github.com/WebKit/WebKit/commit/cda7d3dc6f70f7892387756c89c31711db0fca7b Author: Richard Robinson <richard_robins...@apple.com> Date: 2025-08-28 (Thu, 28 Aug 2025)
Changed paths: M Source/WebCore/platform/ios/wak/WAKView.mm M Source/WebCore/platform/ios/wak/WKUtilities.c M Source/WebCore/platform/ios/wak/WKUtilities.h M Source/WebCore/platform/ios/wak/WKView.mm Log Message: ----------- Remove WKError macro in WAK code https://bugs.webkit.org/show_bug.cgi?id=298074 rdar://159403426 Reviewed by Tim Horton and Abrar Rahman Protyasha. Use the more common and safer WTFLogAlways instead. And fix a few existing style violations. * Source/WebCore/platform/ios/wak/WAKView.mm: (+[WAKView _wrapperForViewRef:]): (-[WAKView displayRect:]): (-[WAKView displayRectIgnoringOpacity:inContext:]): * Source/WebCore/platform/ios/wak/WKUtilities.c: (WKCollectionRelease): (WAKRelease): (WKArrayIndexOfValue): (WKReportError): Deleted. * Source/WebCore/platform/ios/wak/WKUtilities.h: * Source/WebCore/platform/ios/wak/WKView.mm: (_WKViewSetSuperview): (_WKViewSetWindow): (_WKViewSetViewContext): (WKViewGetBounds): (WKViewGetFrame): (WKViewGetOrigin): (_WKViewRecursivelyInvalidateGState): (WKViewSetFrameOrigin): (WKViewSetFrameSize): (WKViewSetBoundsSize): (WKViewSetScale): (WKViewGetWindow): (WKViewGetSubviews): (WKViewAddSubview): (WKViewRemoveFromSuperview): (WKViewFirstChild): (WKViewNextSibling): (WKViewTraverseNext): (WKViewGetVisibleRect): (WKViewConvertRectToSuperview): (WKViewConvertRectToBase): (WKViewConvertPointToSuperview): (WKViewConvertPointFromSuperview): (WKViewConvertPointToBase): (_WKViewGetAncestorViewsIncludingView): (WKViewConvertPointFromBase): (WKViewConvertRectFromSuperview): (WKViewConvertRectFromBase): (WKViewAcceptsFirstResponder): (WKViewBecomeFirstResponder): (WKViewResignFirstResponder): (WKViewGetAutoresizingMask): (WKViewSetAutoresizingMask): Canonical link: https://commits.webkit.org/299297@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes