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

Use SecurityError for document state check #143

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

marcoscaceres
Copy link
Collaborator

@marcoscaceres marcoscaceres commented Jul 16, 2024

We currently have an over-reliance on NotAllowedError (particularly in Cred Man). This makes things a bit more distinguishable (for interop testing), and lets developers know a bit more about what's going on.

The following tasks have been completed:

  • Modified Web platform tests (link)

Implementation commitment:

  • WebKit (link to issue)
  • Chromium (link to issue)
  • Gecko (link to issue)

Documentation and checks

  • Affects privacy
  • Affects security
  • Pinged MDN
  • Updated Explainer

Preview | Diff

@marcoscaceres
Copy link
Collaborator Author

Blocked on tests and updating implementations.

@marcoscaceres
Copy link
Collaborator Author

@samuelgoto, you ok with this change? If yes, I'll make them also in WebKit.

@samuelgoto
Copy link
Collaborator

@samuelgoto, you ok with this change?

Sounds reasonable to me to be more specific than NotAllowedError.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants