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

devtools can't handle new pipelines #15425

Closed
avadacatavra opened this issue Feb 7, 2017 · 1 comment
Closed

devtools can't handle new pipelines #15425

avadacatavra opened this issue Feb 7, 2017 · 1 comment

Comments

@avadacatavra
Copy link
Contributor

@avadacatavra avadacatavra commented Feb 7, 2017

Refreshes now give a different pipeline, and when you navigate to a new page, you also get a new pipeline. Devtools can currently only track a single pipeline (and it can't show historical data), so we can't effectively track network activity with it.

From discussion with @jdm:
We need some sort of coordination from the constellation (maybe?) to tell the devtools that pipeline 1 is navigating to pipeline 2 and the devtools should report stuff about pipeline 2 now

@highfive
Copy link

@highfive highfive commented Feb 7, 2017

bors-servo added a commit that referenced this issue Apr 28, 2020
Improve devtools experience when navigating

The primary motivation for this work was to fix #15425, and these changes make it possible to use the devtools to meaningfully inspect multiple pages when navigating between them. Navigating through session history is not yet supported.

These changes also include improvements to the dedicated worker support, which broke at some point. We now can observe console messages in workers.
bors-servo added a commit that referenced this issue Apr 28, 2020
Improve devtools experience when navigating

The primary motivation for this work was to fix #15425, and these changes make it possible to use the devtools to meaningfully inspect multiple pages when navigating between them. Navigating through session history is not yet supported.

These changes also include improvements to the dedicated worker support, which broke at some point. We now can observe console messages in workers.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

2 participants
You can’t perform that action at this time.