The devtools panel doesn't seem to pick up changes made with about:profiling
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P2)
Tracking
(firefox94 fixed)
Tracking | Status | |
---|---|---|
firefox94 | --- | fixed |
People
(Reporter: julienw, Assigned: julienw)
References
Details
Attachments
(6 files)
STR:
- Open the devtools performance panel (make sure this is the new one, enabled in the Devtools settings).
- Change to the "Custom" preset and click on "Edit settings".
- Change some values (threads, features)
- Look at the devtools panel again
=> The new features should be displayed, and especially, when starting the profiler and capturing a profile, the threads and features should be used (we can see that in the "meta panel" in the profiler UI).
Probably we should observe the preference and update the redux state when they change.
Comment 1•3 years ago
|
||
Julien, can you set a priority and severity for this bug? Thanks!
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 2•3 years ago
|
||
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D123666
Assignee | ||
Comment 4•3 years ago
|
||
This also removes the previous abstraction about setting and getting
preferences, coming from a time where we would use remote preferences.
This is not needed anymore nowadays.
Depends on D123667
Assignee | ||
Comment 5•3 years ago
|
||
Depends on D123668
Assignee | ||
Comment 6•3 years ago
|
||
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 7•3 years ago
|
||
Depends on D123669
Assignee | ||
Comment 8•3 years ago
|
||
This is a typo from when we changed all l10n ids to start with "perftools"
instead of "perf". This class name was changed by mistake.
Depends on D124364
Assignee | ||
Comment 9•3 years ago
|
||
Comment 10•3 years ago
|
||
Comment 11•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a7b52ca035a1
https://hg.mozilla.org/mozilla-central/rev/3b4da69bc322
https://hg.mozilla.org/mozilla-central/rev/9a453a00cafe
https://hg.mozilla.org/mozilla-central/rev/4384ded09de9
https://hg.mozilla.org/mozilla-central/rev/cfeedb916532
https://hg.mozilla.org/mozilla-central/rev/8ee84b578fc5
Description
•