--
You received this message because you are subscribed to the Google Groups "pwa-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pwa-dev+u...@chromium.org.
To view this discussion visit https://groups.google.com/a/chromium.org/d/msgid/pwa-dev/1e014deb-35fb-4880-b799-75ee7aaa3aa7n%40chromium.org.
Mkwst – spec work. Extracting shared parts from the original PEPC explainer into something reusable for geolocation/install. No plans to touch <install> implementation.
Dmurph to help review
Dmurph – check in on google partners status – testing? Need help?
Lia/Kristin – start fixing up <install> bugs
Lia – update proposal. Drive consensus on manifesturl, manifestid discussions
Dmurph can consult on manifesturl install
OT is getting usage and feedback for navigator.install. MSFT needs to publish feedback & iterate. element is still under development, but the core functionality should be working (behind a flag). Cross-browser spec collaboration is [occurring](https://lists.w3.org/Archives/Public/public-webapps/2026JanMar/0012.html) with typical stop-energy from Apple, supported by Google/dmurph@. Blocker of install UX improvements being worked on by Google now. #topline
Done: navigator.install: API in OT, explainer, spec PR. <install> element: Impl complete, OT requesting soon for 147 to 152, spec WIP, UX approval.
Remaining: API OT feedback report, proposed changes, etc (e.g. determining the best cross-origin install support, manifest file vs install_url). <install> impl + spec.
Blockers: Install dialog refresh likely blocking shipping (b/380497638)
Expected completion: navigator.install 143-148, <install> element: 2026Q2
Notes
Progress check ins
Missed the 146 branch. On track for code complete in 147.
Engineering work – 2 outstanding CLs
[<install> Element] Surface new invalidReason for data errors (7533031) · Gerrit Code Review – need Mike +1 - Thanks for approving, Mike!
[<install> Element] Configure InstallElement runtime feature for OT (7496748) · Gerrit Code Review – WIP
Requested security and privacy reviews yesterday (2/11)
<install> element - Security and privacy review - Google Docs
Security – arthursonzogni@
Should get feedback by next Tues
Reviews come from chrome status - when you have a chrome status entry and status, someone is assigned, and you get feedback after a week.
There will be someone in the room with context. if not, Mike can poke Arthur.
Privacy – npm@
Permission element spec updates?
(also as an aside, what should we call ourselves/these elements? “PEPC” seems to be confusing at best, and negative at worst, most recently during the web app manifest spec meeting last week)
Internally, permissions team trying to come up with something “coke” related – contextual “capability element”??
Mike: Get away from PEPC - capability element. Better reflection of what we are aiming for these days.
Are we still expecting a shared spec/bit of information for shared functionality?
Ask for what is useful to us (MSFT)
goal - there are spec questions, like Thomas about how to handle data errors. We were under impressions about shared functionality.
spec from scratch?
Mike: I would like to find a way of writing document that creates the least amount of controversy and strife within broad set of folks that have interest in this topic area
if there is an agreement, especially with google/mozilla - it would be helpful to know if it is more or less incendiary with the set of things we have implemented, vs the set of things that have been discussed and agreed upon in a broader sense.
Limin: meeting - didn't talk about mixin stuff too much. earlier - firefox people said nervous about mixin, not sure about pepc perspective. We have to define the permission model for this regardless, not sure if we can avoid it
Mike - I would remove term 'permission', as we are not talking about that. this is a capability, a policy controlled feature. the state of that policy controlled feature will have an implication for the state of the element.
e.g. policy will say installation is/is not availabe in this element
Dan – Apple and Mozilla are giving stop energy just out of time limitations for looking at docs/specs. Would be most beneficial just to have some “complete” documentation, even if it’s just for what we’re doing for the install element. We shouldn’t feel limited by Apple/Mozilla consensus to publish stuff in our current WICG proposal
Still trying to get clarity on whether other vendors care about our (Chromium) use cases. Other vendors are either confused or opposed to “PEPC”
Write the spec in a way that doesn’t have strong requirements, but should have hand wavey requirements
Mike – value of an element is 1-strong user signal 2-easily understandable. Permission team came up with the current html_permission_element behavior/restrictions, they may be too strong
Dan – for example, “the user agent may choose to restrict clicks if…” and then have a non-normative list of these decisions
Mike – may not be well received by developers.
Mike – necessary to document what chromium is doing
Html_permission_element is going away, but when?
Mike – unknown…there were partners still using <permission>
Mike – chromium has an implementation, we expect to learn from it once it’s in the wild, which can inform what we bring back to the community standardize.. our initial set of restrictions is wrong, and likely too restrictive - but that is because it's harder to add more vs loosening.
martin thompson said (chatting with Alex) - element - gives way more flexibility to control and user agents to have control. It's not so much restriction as opportunity space. easier to 'hand out' in some ways. the lack of restrictions makes it easier to do - lets us change our mind over time with less breakage to pages.
so instead of saying restrictions, we can say it has a lot of values because we can be slightly wrong, and then change things
mike - styling restrictions gives us stronger signal of user intent. be the thing the user sees
if the devs can override all of it, then it has less meaning. Restrictions are valuable in themselves - we should get rid of all restrictions that don't give us more confidence that the user knows what they are clicking on.
Next up
MSFT during OT
Fix dialog spoofing security bug
Restart into installing by manifest design/prototyping
Start wading through our followup bugs. Notably,
Long term solution for error handling
Improving unit testability
Surfacing user cancellation message
Should Thomas be looped into conversations moving forward? And/or should we assume he’ll be our primary reviewer, and have Mike primarily be the owner +1?
Mike – thomas good person to review the infrastructure. he/his team will be responsible for maintenance
Dan – make sure to accumulate developer feedback around successes, problems, problems already fixed. Very helpful for TAG folks.
Publish if we can – public google doc, markdown, whatever
Chat is interested in cross origin,same site (mail.google.com and chat.google.com) (not launched yet please don't share) Wants to also know if their site is installed (gIRA)
If time – clarification on CHECKing runtime flag vs base::feature flag
https://chromium-review.googlesource.com/c/chromium/src/+/7496748
Both base::Feature flags are if checked in chrome_browser_interface_binders
Will kill a compromised renderer with BAD MESSAGE RECEIVED – no binding found
navigator_web_install CHECKs base::feature flag
Added when we enabled the base::feature by default for n.i() OT
Verifies kill switch behavior?
Html_install_element (also geolocation, usermedia) CHECK runtime flag in constructor
Web_install_service_impl
Main point of base::feature is to access status outside of blink
Send mail to Thomas and Balazs, possible we dont’ need as many browser side checks anymore now that geolocation has shipped
example: https://github.com/WICG/manifest-incubations/blob/gh-pages/pwa-migration-explainer.md
Action items
Mike – get timeline clarity from Thomas on <permission> deprecation
Mike - will start an updated doc and share with the rest to collaborate
Lia - check progress at top
Kristin/Lia/Limin - Look into creating a public partner feedback doc
Publish use cases somewhere public
Can be explainer, can be copy/pasted from n.i()
If partner names can be listed, great, otherwise redact
Lia – Figure out meeting logistics so we can get AI transcription. Either transfer ownership to Dan, or remake as a teams meeting