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 support for accessing cross-frame entries. #202

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from

Commits on Sep 21, 2022

  1. Add support for accessing cross-frame entries.

    This adds a Document-Policy configuration point for documents, named
    "share-performance-timeline-with", which acceps a set of origins. If it
    is non-empty, then ancestor frames whose origins are contained in that
    set can access the timeline entries of the child frame, either through
    a PerformanceObserver, or by passing a boolean flag into the various
    getEntries methods.
    clelland committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    eb104eb View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. Configuration menu
    Copy the full SHA
    ad59f43 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Configuration menu
    Copy the full SHA
    2854086 View commit details
    Browse the repository at this point in the history