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

Add {{StringContext}} extended attribute #1392

Closed
wants to merge 13 commits into from

Commits on Mar 11, 2024

  1. Added a definition of {{StringContext}} extended attribute for

    (DOM|USV)String.
    
    This is to hook up the Trusted Types validation during the ES->IDL type
    conversion to avoid funky issues with its default policy.
    
    See w3c/trusted-types#248,
    w3c/trusted-types#176
    koto authored and lukewarlow committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f9fbdc2 View commit details
    Browse the repository at this point in the history
  2. Mentioned that {{StringContext}} may apply only to regular operation …

    …and regular argument types explicitly.
    koto authored and lukewarlow committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    bf5bea1 View commit details
    Browse the repository at this point in the history
  3. Fix reference errors

    lukewarlow committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    c31e59c View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    550b967 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    331a76a View commit details
    Browse the repository at this point in the history
  3. Fix attribute setter

    lukewarlow committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    29b25b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    831c461 View commit details
    Browse the repository at this point in the history
  5. Minor changes

    lukewarlow committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    49a7361 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    000abfe View commit details
    Browse the repository at this point in the history
  7. Remove related construct

    lukewarlow committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    86a6e50 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Add comma

    lukewarlow committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    27d5b5e View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. Small fixups

    lukewarlow committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    808cef7 View commit details
    Browse the repository at this point in the history
  2. Add paragraph explaining that StringContext can't be used on only som…

    …e overloads of an overloaded operation.
    lukewarlow committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    36ddffb View commit details
    Browse the repository at this point in the history