Closed
Bug 1169120
Opened 10 years ago
Closed 10 years ago
Waterfall should preserve the currently selected marker after resizing
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(firefox41 fixed)
RESOLVED
FIXED
Firefox 41
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | fixed |
People
(Reporter: vporof, Assigned: vporof)
References
Details
Attachments
(1 file)
|
4.00 KB,
patch
|
jsantell
:
review+
|
Details | Diff | Splinter Review |
When the window is resized, the selection is lost. This used to be implemented before bug 1152421, but it was very buggy and didn't really work. With the rewrite, it should now be easier to properly handle this.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → vporof
Status: NEW → ASSIGNED
| Assignee | ||
Updated•10 years ago
|
Summary: Waterfall should properly maintain selection after resizing → Waterfall should preserve the currently selected marker after resizing
| Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8611631 -
Flags: review?(jsantell)
Comment 3•10 years ago
|
||
Comment on attachment 8611631 [details] [diff] [review]
v1
Review of attachment 8611631 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/devtools/shared/widgets/AbstractTreeItem.jsm
@@ +329,5 @@
> + * Calls the provided function on all the descendants of this item.
> + * If this item was never expanded, then no descendents exist yet.
> + * @param function cb
> + */
> + traverse: function(cb) {
should add tests for these later on our actual widgets
Attachment #8611631 -
Flags: review?(jsantell) → review+
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → Firefox 41
| Assignee | ||
Comment 6•10 years ago
|
||
Note that this doesn't handle meta markers, since they are new objects everytime the waterfall is rebuilt. Will handle this is a different bug.
Comment 7•10 years ago
|
||
Setting [qe-verify-] since this is already covered by automated testing.
Flags: qe-verify-
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•