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

Introduce Link.scopes for SubresourceWebBundles #27198

Merged
merged 1 commit into from Jan 15, 2021

Commits on Jan 15, 2021

  1. Introduce Link.scopes for SubresourceWebBundles

    This CL introduces "scopes" attribute in <link> element for
    SubresourceWebBundles feature.
    
    https://github.com/WICG/webpackage/blob/master/explainers/subresource-loading.md#defining-the-scopes
    
    For example, if the following link tag exists in the page,
      <link
        rel="webbundle"
        href="https://example.com/dir/subresources.wbn"
        scopes="https://example.com/dir/js/
                https://example.com/dir/img/
                https://example.com/dir/css/">
    subresources under "/dir/js/", "/dir/img/" and "/dir/css/" will be
    loaded from the web bundle "subresources.wbn".
    
    Bug: 1082020
    Change-Id: I36ab832c301f33b0d0f1b6f4fea7e871f7ce2b83
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2615732
    Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
    Reviewed-by: Kunihiko Sakamoto <ksakamoto@chromium.org>
    Reviewed-by: Hayato Ito <hayato@chromium.org>
    Commit-Queue: Tsuyoshi Horo <horo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#843995}
    horo-t authored and chromium-wpt-export-bot committed Jan 15, 2021
    Copy the full SHA
    fccdbb5 View commit details
    Browse the repository at this point in the history