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

Improve devtools experience when navigating #26325

Merged
merged 7 commits into from Apr 28, 2020
Merged

Commits on Apr 26, 2020

  1. Support navigating browsing contexts in the devtools.

    Break the association between pipelines and browsing context actors.
    Now there is one browsing context actor per actual browsing context,
    and individual actors keep track of known pipelines as necessary.
    There is also one console/performance/timeline/inspector/etc. actor
    per browsing context.
    
    This also centralizes more information in the browsing context actor.
    Rather than duplicating state for the active pipeline in actors that
    need to use it, each actor now remembers the name of its associated
    browsing context actor and obtains that state whenever it's necessary.
    jdm committed Apr 26, 2020
You can’t perform that action at this time.