Closed
Bug 1149630
Opened 10 years ago
Closed 10 years ago
fps graph should look more like other components in performance tools
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
Tracking
(firefox40 fixed)
RESOLVED
FIXED
Firefox 40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: jsantell, Assigned: jsantell)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
patch
|
jsantell
:
review+
|
Details | Diff | Splinter Review |
Especially in the dark theme, the FPS graph looks very different to everything else, aesthetically speaking.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jsantell
Assignee | ||
Updated•10 years ago
|
Blocks: perf-polish
Comment 1•10 years ago
|
||
Instead of the current blue, you could use --theme-selection-background for both themes.
Assignee | ||
Comment 2•10 years ago
|
||
Perf graphs now use the same base graph, can style them by color. The tooltips still need to be redesigned but there's another bug for that.
Attachment #8587523 -
Flags: review?(vporof)
Comment 3•10 years ago
|
||
Comment on attachment 8587523 [details] [diff] [review]
1149630-perf-graphs.patch
Review of attachment 8587523 [details] [diff] [review]:
-----------------------------------------------------------------
Same thing, the colors are horrible imho. Hoping the other bug will make them better.
::: browser/devtools/performance/modules/performance-graphs.js
@@ +47,5 @@
> + dampenValuesFactor: DAMPEN_VALUES,
> + fixedHeight: HEIGHT,
> + clipheadLineColor: CLIPHEAD_LINE_COLOR,
> + selectionLineColor: SELECTION_LINE_COLOR,
> + withTooltipArrows: false,
Don't we want arrows?
@@ +48,5 @@
> + fixedHeight: HEIGHT,
> + clipheadLineColor: CLIPHEAD_LINE_COLOR,
> + selectionLineColor: SELECTION_LINE_COLOR,
> + withTooltipArrows: false,
> + withFixedTooltipPositions: true,
Fixed for both?
Attachment #8587523 -
Flags: review?(vporof) → review+
Assignee | ||
Comment 4•10 years ago
|
||
Yeah, colors are bad. bgrins is landing bug 947242 that make it way pretty, but we will be tweeking it over the course of Fx40 (colors good for inspector text are probably not going to be the same as what will look good in a graph).
Regarding tooltip config, I think bug 1149626 will involve more styling, so will take care of it there if it makes sense one way or another to anchor the tooltips or what
Assignee | ||
Comment 5•10 years ago
|
||
Attachment #8587523 -
Attachment is obsolete: true
Attachment #8587616 -
Flags: review+
Assignee | ||
Comment 6•10 years ago
|
||
Intermittents in try for bug 1134500, but looks like that got handled
Keywords: checkin-needed
Comment 7•10 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 8•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 40
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•