[Webkit-unassigned] [Bug 180368] [Web App Manifest] Add SPI for applying a manifest to a top-level browsing context

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 6 16:58:15 PST 2017


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

Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |joepeck at webkit.org

--- Comment #7 from Joseph Pecoraro <joepeck at webkit.org> ---
Comment on attachment 328636
  --> https://bugs.webkit.org/attachment.cgi?id=328636
Patch for landing (v2)

View in context: https://bugs.webkit.org/attachment.cgi?id=328636&action=review

> Source/WebKit/UIProcess/API/Cocoa/WKWebViewConfigurationPrivate.h:70
> + at property (nonatomic, setter=_setApplicationManifest:) _WKApplicationManifest *_applicationManifest;

This should have a API_AVAILABLE macro with TBA values. Certainly mac, maybe iOS?

    @property ... _WKApplicationManifest *_applicationManifest WK_API_AVAILABLE(macosx(WK_MAC_TBA));

-- 
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/20171207/4d918722/attachment.html>


More information about the webkit-unassigned mailing list