Remove the original/old Performance panel
Categories
(DevTools :: Performance Tools (Profiler/Timeline), task, P3)
Tracking
(firefox102 fixed)
Tracking | Status | |
---|---|---|
firefox102 | --- | fixed |
People
(Reporter: Honza, Assigned: nchevobbe)
References
(Blocks 2 open bugs)
Details
Attachments
(13 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
The original Performance panel should be removed entirely from the code base after we enabled the new Performance panel in Nightly (bug 1668218) and beta (bug 1693314) and Release (bug 1693316)
As part of this bug, we should also remove the on-boarding UI introduced in bug 1666815.
Honza
Updated•4 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
It would be great to do it before the next ESR (planned for 102)
Comment 2•3 years ago
|
||
(In reply to Nicolas Chevobbe [:nchevobbe] from comment #1)
It would be great to do it before the next ESR (planned for 102)
Honza, julien: does this sound fine to you?
Comment 3•3 years ago
|
||
Yeah that sounds good to me. I haven't seen any complaint so far.
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Comment 5•3 years ago
|
||
Assignee | ||
Comment 6•3 years ago
|
||
Remove occurences of the pref (except in devtools/client/performance, which
will be removed further in the stack).
Depends on D145458
Assignee | ||
Comment 7•3 years ago
|
||
Depends on D145459
Assignee | ||
Comment 8•3 years ago
|
||
Depends on D145460
Assignee | ||
Comment 9•3 years ago
|
||
This removes FlameGraph.js, Graphs.js, GraphsWorker.js, LineGraphWidget.js, MountainGraphWidget.js
and their related tests.
DevToolsWorker tests that were relying on GraphsWorker.js are updated to use a test-specific blob worker.
Depends on D145461
Assignee | ||
Comment 10•3 years ago
|
||
Depends on D145462
Assignee | ||
Comment 11•3 years ago
|
||
Remove files that were only used by this actor as well.
Depends on D145463
Assignee | ||
Comment 12•3 years ago
|
||
Depends on D145464
Assignee | ||
Comment 13•3 years ago
|
||
It was only used in the old perf panel.
Depends on D145466
Assignee | ||
Comment 14•3 years ago
|
||
It was only used in the old perf panel.
Depends on D145534
Assignee | ||
Comment 15•3 years ago
|
||
Depends on D145535
Assignee | ||
Comment 16•3 years ago
|
||
Depends on D145536
Assignee | ||
Comment 17•3 years ago
|
||
Removing the framerate tests made an existing issue visible:
running test_inspector-scroll-into-view.html and then test_inspector-search-front.html
was making the latter time out.
Refactoring the test fixes the issue.
Depends on D145537
Updated•3 years ago
|
Comment 18•3 years ago
|
||
Comment 19•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/05830f228fca
https://hg.mozilla.org/mozilla-central/rev/1e7ccf755728
https://hg.mozilla.org/mozilla-central/rev/4685c1d23785
https://hg.mozilla.org/mozilla-central/rev/baae6968ae34
https://hg.mozilla.org/mozilla-central/rev/855047c6f485
https://hg.mozilla.org/mozilla-central/rev/ce80be3bf0fb
https://hg.mozilla.org/mozilla-central/rev/0a850a1f7e45
https://hg.mozilla.org/mozilla-central/rev/90bc436df1c6
https://hg.mozilla.org/mozilla-central/rev/581ce1ca7ef3
https://hg.mozilla.org/mozilla-central/rev/b6ead515c289
https://hg.mozilla.org/mozilla-central/rev/7e724dcf1293
https://hg.mozilla.org/mozilla-central/rev/f31150b0a30e
https://hg.mozilla.org/mozilla-central/rev/09b25e7ee28d
Description
•