Giter Club home page Giter Club logo

Comments (3)

domenic avatar domenic commented on May 25, 2024 1

Yes, this looks like a bug to me, maybe based on misunderstanding when the "ever populated" value gets set. /cc @noamr to confirm, since he added that assert.

I think the intent was something like, "assert that we're going to a new entry which we haven't visited previously". But, as you note, "ever populated" gets set before "apply the history step" is called, even for "new" entries (i.e. the push/replace cases).

I think probably the best fix here is to remove the asserts related to ever populated (which would mean no asserts for "traverse").

from html.

ADKaster avatar ADKaster commented on May 25, 2024

I'm also confused why the check that the target entry's document is not ever populated in general..

We set ever_populated to true in populate_session_history_entry_document step 6.7.1 when the document is non-null, and then call into the completion steps. Which in the case of navigate a navigable step 20.9.1 will be to finalize a cross document navigation. Which in turn applies the push/replace history step, and enqueues a global task to the navigation and traversal task source of the active window to do step 12.5 of apply the history step.

So... In all cases(?) we will populate the session history entry document before ever checking the navigation type, and we will always have populated the target entry?

Unless I'm completely misreading :)

from html.

noamr avatar noamr commented on May 25, 2024

Good catch, SGTM

from html.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.