Matt Giuca

Results 22 issues of Matt Giuca

@kenchris raised on https://github.com/w3ctag/design-reviews/issues/371#issuecomment-530170873 that we need to discuss this more. The explainer currently links file handling to [WICG/sw-launch](https://github.com/WICG/sw-launch) through the `launchParams` variable. But launch event is currently further behind...

Spinning out from (and summarizing) an internal conversation at Google. Currently, it looks like the way that `getInstalledRelatedApps` was implemented in Chrome to do web-to-web queries (i.e., for a website...

The `scope_patterns` member is parsed using URLPattern's [build a URL pattern from an infra value](https://urlpattern.spec.whatwg.org/#build-a-url-pattern-from-an-infra-value), which accepts the URL pattern as either a string or a map containing URL pattern...

The [HTML](https://html.spec.whatwg.org/multipage) spec defines [rules for choosing a navigable](https://html.spec.whatwg.org/multipage/document-sequences.html#the-rules-for-choosing-a-navigable), mentioned by the tabbed mode navigation algorithm. However, it is not exported, so it is unable to be properly linked, and...

There's a respec error wherever `[=display mode=]` is defined in the doc, because it's defined in two different specs. This is actually a result of a recent change I made...

There's a section here "[Handling a protocol launch](https://wicg.github.io/manifest-incubations/#handling-a-protocol-launch)" which says: > When a [protocol handler description](https://wicg.github.io/manifest-incubations/#dfn-protocol-handler-description) _protocol_handler_ having manifest _manifest_ is invoked, it goes through the same steps used to...

Moving from w3c/manifest#636. @rmacklin proposed an "appuninstall[ed]" event. There's a lengthy discussion there.

install-prompt

Moved from w3c/manifest#691: There is some discrepancy between what Chrome does and the spec text. See long discussion on w3c/manifest#691

install-prompt

Moved from w3c/manifest#578: There are currently two ways to find out whether the user installed your app or not: - The `appinstalled` event. (Only gives you a positive answer, doesn't...

install-prompt

https://github.com/WICG/manifest-incubations/blob/gh-pages/scope_extensions-explainer.md We should add a "non-goals" section which explains that scope extensions will _not_ be targeting extending other parts of the web platform, besides the Manifest-centric concept of "scope", to...

scope-extensions