Status
DevTools
Performance Tools (Profiler/Timeline)
P3
normal
NEW
People
(Reporter: jsantell, Unassigned)
Tracking
(Blocks: 1 bug)
Firefox Tracking Flags
(Not tracked)
Details
Right now we hardcode the feature of markers via "withMarkers" as always being true. There's a scenario where importing an older profile that does not have marker data, or if `withMarkers` was configurable, this breaks due to all graphs being linked to the marker graph.
(Reporter) | ||
Updated•4 years ago
|
(Reporter) | ||
Comment 1•4 years ago
|
||
Right now the marker graph is the "main graph" -- with markers hidden, this isn't the case, and what if we don't have realtime markers, or using the old profiler backend, etc. -- I don't know that much about the graph linking, but in the scenario where we always create the marker graph (but hidden) to maintain the links, then we can't get `getMappedSelection` from the marker graph because it does not have any data. What's the best way to solve this? Maybe a dummy graph that always exists that is the "primary link"?
Flags: needinfo?(vporof)
(Reporter) | ||
Updated•3 years ago
|
Assignee: jsantell → nobody
Status: ASSIGNED → NEW
Comment 3•3 years ago
|
||
Triaging. Filter on ADRENOCORTICOTROPIC (yes).
Priority: -- → P3
Version: 41 Branch → unspecified
Updated•8 months ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•