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 PerformanceResourceTiming:TimingAllowCheck #23873

Merged
merged 4 commits into from Sep 25, 2019

Commits on Sep 18, 2019

  1. Move ResourceFetchTiming into Arc

    The purpose of this commit is to ensure that the Response object has
    access to Timing updates as previously the Response object simply
    stored a ResourceFetchTiming struct so updates on ResourceFetchTiming
    that were not explicitly done on the Response would not be passed down.
    The references to ServoArc are added because Response uses
    servo_arc::Arc rather than std::sync::Arc as is used elsewhere. So,
    we've switched those other places to servo_arc::Arc instead of switching
    Response to std::sync::Arc.
    RestitutorOrbis committed Sep 18, 2019

Commits on Sep 24, 2019

  1. Expose stub attributes on PerformanceResourceTiming

    The purpose of this commit is to expose stub attributes on
    PerformanceResourceTiming in order to enable tests to pass as well as
    set the type of performance timing entry to navigation when the
    initiator is navigation. The purpose of this is to ensure that
    document performance entries are correctly classified as navigation
    entries rather than resource entries.
    RestitutorOrbis committed Sep 24, 2019
  2. Fix test expectations

    RestitutorOrbis committed Sep 24, 2019
You can’t perform that action at this time.