Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web Share: Only allow one share() call at a time #25747

Closed
wants to merge 1 commit into from

Commits on Sep 24, 2020

  1. Web Share: Only allow one share() call at a time

    Spec:
    https://w3c.github.io/web-share/#share-method
    
    If a share() request is active when share() is called again, the new
    share request fails immediately.
    w3c/web-share#113
    
    In content shell, the OS-integration for the share service is not
    present. Instead of crashing in tests, we report a not implemented
    error.
    
    WPT web-share/share-sharePromise-internal-slot.https.html now passes -
    it previously crashed.
    w3c/web-share#183 improves consistency between
    the test and the spec.
    
    Protocols other that http and https are no longer supported by
    share() or canShare().
    w3c/web-share#174
    
    canShare is being discussed in
    w3c/web-share#177
    
    Bug: 1002337, 1002514, 1131755
    Change-Id: I4ec9f6eb03373fd5c6db1881df906a8df36ca4ff
    ericwilligers authored and chromium-wpt-export-bot committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    1d96587 View commit details
    Browse the repository at this point in the history