[Webkit-unassigned] [Bug 231339] Add support for icons in web app manifest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 18 12:44:30 PDT 2021


https://bugs.webkit.org/show_bug.cgi?id=231339

--- Comment #7 from rginsberg at apple.com ---
(In reply to Brent Fulgham from comment #2)
> Comment on attachment 441423 [details]
> Patch for review
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=441423&action=review
> 
> > Source/WebCore/ChangeLog:4
> > +        https://bugs.webkit.org/show_bug.cgi?id=231339
> 
> Please include <rdar> here.
> 
> > Source/WebCore/Modules/applicationmanifest/ApplicationManifestParser.cpp:194
> > +        logDeveloperWarning(makeString("The value of icons is not a valid list."_s));
> 
> I think you can just pass "The value of icons is not a valid list."_s
> 
> > Source/WebCore/Modules/applicationmanifest/ApplicationManifestParser.cpp:341
> > +String ApplicationManifestParser::parseGenericStringInIcon(RefPtr<WTF::JSONImpl::Object> &manifest, const String& propertyName)
> 
> In C++, space should be after the ampersand
> 
> > Source/WebCore/Modules/applicationmanifest/ApplicationManifestParser.h:57
> > +    String parseGenericStringInIcon(RefPtr<WTF::JSONImpl::Object> &, const String&);
> 
> No space before the ampersand.

Thanks for these comments. They should all be fixed in the new patch.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20211018/33580d04/attachment-0001.htm>


More information about the webkit-unassigned mailing list