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

Embed Flutter DevTools in Chrome DevTools #2482

Open
elliette opened this issue Aug 21, 2024 · 1 comment
Open

Embed Flutter DevTools in Chrome DevTools #2482

elliette opened this issue Aug 21, 2024 · 1 comment
Labels
dart-debug-extension P3 A lower priority bug or feature request triaged type-enhancement A request for a change that isn't a bug

Comments

@elliette
Copy link
Contributor

Copied from flutter/devtools#2930, since this is in fact a Dart Debug Extension request.

Flutter DevTools embedded in Chrome DevTools is supported internally, but not externally. This would required updating Flutter's response headers to include the origin-agent-cluster.

See: https://web.dev/origin-agent-cluster/#why-browsers-can't-automatically-segregate-same-site-origins

@bkonyi bkonyi added type-enhancement A request for a change that isn't a bug P3 A lower priority bug or feature request triaged labels Sep 25, 2024
@bkonyi
Copy link
Collaborator

bkonyi commented Sep 25, 2024

Action items:

  • Update flutter_tools and webdev to update the response headers to include origin-agent-cluster
  • Remove internal / external check in the debug extension to enable for all users

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dart-debug-extension P3 A lower priority bug or feature request triaged type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

2 participants