Closed
Bug 1167459
Opened 10 years ago
Closed 10 years ago
Skip rendering function name nodes if there's no name available (e.g. for C++ pseudoframes)
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(firefox40 fixed, firefox41 fixed)
RESOLVED
FIXED
Firefox 41
People
(Reporter: vporof, Assigned: vporof)
References
Details
Attachments
(1 file)
|
2.45 KB,
patch
|
jsantell
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Comment on attachment 8609095 [details] [diff] [review]
v1
Review of attachment 8609095 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/themes/shared/devtools/performance.inc.css
@@ -330,5 @@
> -.call-tree-name[value=""],
> -.call-tree-url[value=""],
> -.call-tree-line[value=""],
> -.call-tree-column[value=""],
> -.call-tree-host[value=""] {
Do we not need these for other fields other than name that are empty? Or I guess we just check each field before creating an element, like this patch.
Attachment #8609095 -
Flags: review?(jsantell) → review+
Updated•10 years ago
|
Blocks: perf-40-uplifts
| Assignee | ||
Comment 3•10 years ago
|
||
(In reply to Jordan Santell [:jsantell] [@jsantell] from comment #2)
> Comment on attachment 8609095 [details] [diff] [review]
> v1
>
> Review of attachment 8609095 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> ::: browser/themes/shared/devtools/performance.inc.css
> @@ -330,5 @@
> > -.call-tree-name[value=""],
> > -.call-tree-url[value=""],
> > -.call-tree-line[value=""],
> > -.call-tree-column[value=""],
> > -.call-tree-host[value=""] {
>
> Do we not need these for other fields other than name that are empty? Or I
> guess we just check each field before creating an element, like this patch.
Those were removed in that one bug that made the tree amazing.
Updated•10 years ago
|
Whiteboard: [fixed-in-fx-team]
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox41:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 41
Updated•10 years ago
|
Flags: qe-verify-
Comment 6•10 years ago
|
||
Comment on attachment 8609095 [details] [diff] [review]
v1
Approval Request Comment
[Feature/regressing bug #]: 1167252, the new performance tool
[User impact if declined]: Won't ship the performance tool
[Describe test coverage new/current, TreeHerder]: There are try pushes in Bug 1167252 with all patches needing uplift
[Risks and why]: Requesting uplift for the accumulated changes in the performance tool since the 40 merge date, so these changes haven't had the full 6 weeks to bake. Risks are generally contained within devtools, specifically within the performance panel.
[String/UUID change made/needed]: None
Attachment #8609095 -
Flags: approval-mozilla-aurora?
Comment 7•10 years ago
|
||
status-firefox40:
--- → fixed
Comment 8•10 years ago
|
||
Note: I had verbal confirmation for these uplifts from Sylvestre even before he's flagged them as a+. See https://bugzilla.mozilla.org/show_bug.cgi?id=1167252#c26
Comment 9•10 years ago
|
||
Comment on attachment 8609095 [details] [diff] [review]
v1
Change approved to skip one train as part of the spring campaign.
Attachment #8609095 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•