Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7e448378499b72aa612f9dd7fdeb1dc7f7cd1b25
https://github.com/WebKit/WebKit/commit/7e448378499b72aa612f9dd7fdeb1dc7f7cd1b25
Author: Marcos Caceres <[email protected]>
Date: 2022-10-31 (Mon, 31 Oct 2022)
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/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: support id member
https://bugs.webkit.org/show_bug.cgi?id=230596
rdar://83656112
Implementation of Web Manifest's id member:
https://www.w3.org/TR/appmanifest/#id-member
The manifest's id member is a string that represents the identity for the
application. The identity takes the form of a URL, which is same origin as the
start URL.
Reviewed by Devin Rousso.
* Source/WebCore/Modules/applicationmanifest/ApplicationManifest.h:
* Source/WebCore/Modules/applicationmanifest/ApplicationManifestParser.cpp:
(WebCore::ApplicationManifestParser::parseManifest):
(WebCore::ApplicationManifestParser::parseId):
* Source/WebCore/Modules/applicationmanifest/ApplicationManifestParser.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 manifestId]):
* Tools/TestWebKitAPI/Tests/WebCore/ApplicationManifestParser.cpp:
(ApplicationManifestParserTest::testId):
(assertManifestHasDefaultValues):
(TEST_F):
Canonical link: https://commits.webkit.org/256182@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes