Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
..
resources 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
webexposed 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-broken.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-deprecation-disabled-insecure-context.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-deprecation-disabled.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-deprecation-enabled-insecure-context-header.php 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-deprecation-enabled-insecure-context.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-deprecation-enabled.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-disabled-insecure-context.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-disabled.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-enabled-header.php 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-enabled-insecure-context-header.php 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-enabled-insecure-context.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-enabled.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-expired.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-implied-disabled.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-implied-enabled.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-implied-script-added.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-invalid-os.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-multiple-tokens-header.php 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-multiple-tokens.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-script-added-after-css-declaration.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-script-added-before-access.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-script-added.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-stolen.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
sample-api-workers.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
third-party-first-party-token-in-markup-enabled.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
third-party-injected-classic-script-nested.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
third-party-injected-classic-script-on-demand.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
third-party-injected-classic-script.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
third-party-injected-module-script.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
third-party-injected-override-builtins-appendchild-workaround.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
third-party-injected-override-builtins-appendchild.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
third-party-injected-override-builtins-nested-workaround.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
third-party-injected-override-builtins-nested.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
third-party-injected-override-builtins-workaround.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
third-party-injected-override-builtins.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
third-party-injected-sourcemapped-script.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
third-party-token-in-markup-disabled.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
valid-token-window-open-header-enabled.php 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve
valid-token-window-open-meta-enabled.html 4762b62e7d Publish DEPS for 106.0.5249.13 1 éve

README.md

This directory contains tests to ensure that the origin trials framework correctly handles enables/disables trials based on combinations of:

  • Tokens missing or invalid
  • Tokens provided via header, tag, and injected via script
  • Secure and insecure contexts
  • JS exposure via bindings for various IDL constructs
  • The conventions for test file naming:

    • If the name contains «enabled», it generally means that a valid token is provided, regardless if the trial actually ends up being enabled.
    • If the name contains «disabled», it generally means that no token is provided. TODO(chasej): Rename the test files for clarity, so we don’t need to explain the naming convention. e.g. «has-token», «valid-token» vs «no-token». Then can use «enabled» or «disabled» to reflect expected status.