Skip to content

Accidental reverts by navigation and session history rewrite #8491

@zcorpan

Description

@zcorpan

I noticed that #8428 now has a merge conflict caused by #6315

current HEAD

   <li><p><!--FETCH--><span data-x="concept-fetch">Fetch</span> <var>request</var>. This must
   <span>delay the load event</span> of the element's <span>node document</span>.</p></li>

base for #8428

   <!--FETCH--><li><p><span data-x="concept-fetch">Fetch</span> <var>request</var>, with
   <i data-x="processResponseEndOfBody">processResponseEndOfBody</i> given
   <span data-x="concept-response">response</span> <var>res</var> set to
   <span>finalize and report timing</span> with <var>res</var>, the element's
   <span>node document</span>'s <span>relevant global object</span>, and
   "<code data-x="">video</code>". This must <span>delay the load event</span> of the element's
   <span>node document</span>.</p></li>

Running git blame -L for that line for commit c196f1b (the commit preceding navigation and session history rewrite), I see #7539 by @noamr, part of issue #6542.

So it looks like the resource timing entry change for poster was accidentally reverted by #6315. Possibly others as well?

cc @domenic @jakearchibald @domfarolino

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions