Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: f3713b3399174f5ce5a32b1e0b8b99a5f9956c7d https://github.com/WebKit/WebKit/commit/f3713b3399174f5ce5a32b1e0b8b99a5f9956c7d Author: Marcos Caceres <mar...@marcosc.com> Date: 2023-03-28 (Tue, 28 Mar 2023)
Changed paths: M Source/WebCore/Modules/applicationmanifest/ApplicationManifest.h M Source/WebCore/Modules/applicationmanifest/ApplicationManifestParser.cpp M Source/WebCore/Modules/applicationmanifest/ApplicationManifestParser.h M Source/WebCore/page/ScreenOrientationLockType.h M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in M Source/WebKit/UIProcess/API/Cocoa/_WKApplicationManifest.h M Source/WebKit/UIProcess/API/Cocoa/_WKApplicationManifest.mm M Tools/TestWebKitAPI/Tests/WebCore/ApplicationManifestParser.cpp Log Message: ----------- web manifest: implement orientation member parsing https://bugs.webkit.org/show_bug.cgi?id=247275 rdar://101770484 Reviewed by Chris Dumez. * Source/WebCore/Modules/applicationmanifest/ApplicationManifest.h: * Source/WebCore/Modules/applicationmanifest/ApplicationManifestParser.cpp: (WebCore::ApplicationManifestParser::parseManifest): (WebCore::ApplicationManifestParser::parseOrientation): * Source/WebCore/Modules/applicationmanifest/ApplicationManifestParser.h: * Source/WebCore/page/ScreenOrientationLockType.h: * Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in: * Source/WebKit/UIProcess/API/Cocoa/_WKApplicationManifest.h: * Source/WebKit/UIProcess/API/Cocoa/_WKApplicationManifest.mm: (-[_WKApplicationManifest initWithCoder:]): (-[_WKApplicationManifest encodeWithCoder:]): (-[_WKApplicationManifest orientation]): * Tools/TestWebKitAPI/Tests/WebCore/ApplicationManifestParser.cpp: (WebCore::operator<<): (ApplicationManifestParserTest::testOrientation): (TEST_F): Canonical link: https://commits.webkit.org/262241@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes