ui: Consolidate flow events into single plugin and extract connected flows - #7030
Open
stevegolton wants to merge 1 commit into
Open
ui: Consolidate flow events into single plugin and extract connected flows#7030stevegolton wants to merge 1 commit into
stevegolton wants to merge 1 commit into
Conversation
🎨 Perfetto UI Builds
|
stevegolton
force-pushed
the
dev/sg/flow-refactor
branch
from
August 7, 2026 16:20
01b0081 to
8b5fad4
Compare
stevegolton
force-pushed
the
dev/sg/flow-refactor
branch
from
August 7, 2026 16:25
8b5fad4 to
15e20e0
Compare
stevegolton
force-pushed
the
dev/sg/flow-refactor
branch
from
August 7, 2026 16:55
15e20e0 to
4eb5e7b
Compare
LalitMaganti
approved these changes
Aug 7, 2026
stevegolton
force-pushed
the
dev/sg/flow-refactor
branch
from
August 7, 2026 17:25
4eb5e7b to
8667d72
Compare
…flows Merge FlowEventsPanel into FlowEvents, move flow navigation commands and overlay rendering into the plugin, and remove flow state from core TraceImpl. Extract connected flow queries into a standalone helper to decouple ThreadSliceDetailsPanel from core flow state.
stevegolton
force-pushed
the
dev/sg/flow-refactor
branch
from
August 7, 2026 17:26
8667d72 to
80ef13d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Internal tidy up. Move all flow rendering and query logic into its own plugin making use of the timeline overlay extension point, instead of having it built into the timeline renderer.