Closed
Bug 1164784
Opened 8 years ago
Closed 8 years ago
Clean up CSS code duplication for "Start recording Performance" button
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(firefox40 fixed, firefox41 fixed)
RESOLVED
FIXED
Firefox 41
People
(Reporter: ntim, Assigned: ntim)
References
Details
(Whiteboard: [good first bug][lang=css])
Attachments
(2 files)
16.21 KB,
image/png
|
Details | |
3.40 KB,
patch
|
jsantell
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Possible fixes : - Use the devtools-toolbarbutton class and the standalone attribute and remove current hardcoded code (seems best to me to do this) - Add -moz-appearance: none to the hardcoded code
Assignee | ||
Comment 1•8 years ago
|
||
Comment 2•8 years ago
|
||
I think the fix in bug 1163384 will also work here -- was this on aurora?
Assignee | ||
Comment 3•8 years ago
|
||
(In reply to Jordan Santell [:jsantell] [@jsantell] from comment #2) > I think the fix in bug 1163384 will also work here It surely will, although there is still code duplication.
Comment 4•8 years ago
|
||
I mean does bug 1163384 fix this issue? Can we turn this bug into remove duplicated styling for those button via standalone attribute?
Whiteboard: [devedition-40]
Assignee | ||
Comment 5•8 years ago
|
||
(In reply to Jordan Santell [:jsantell] [@jsantell] from comment #4) > I mean does bug 1163384 fix this issue? I can't test as this isn't on latest nightly yet. But manually adding the devtools-toolbarbutton class on the button using the Browser Toolbox works. > Can we turn this bug into remove duplicated styling for those button via standalone attribute? Yes.
Assignee | ||
Comment 6•8 years ago
|
||
bug 1163384 fixed this.
Summary: "Start recording Performance" has native look on Windows → Clean up CSS code duplication for "Start recording Performance" button
Comment 7•8 years ago
|
||
Removing from perf-tool-v2
No longer blocks: perf-tool-v2
Whiteboard: [devedition-40] → [good first bug][lang=css]
Assignee | ||
Comment 8•8 years ago
|
||
Updated•8 years ago
|
Attachment #8608964 -
Flags: review?(jsantell) → review+
Updated•8 years ago
|
Blocks: perf-40-uplifts
Assignee | ||
Updated•8 years ago
|
Keywords: checkin-needed
Updated•8 years ago
|
Whiteboard: [good first bug][lang=css] → [good first bug][lang=css][fixed-in-fx-team]
Comment 10•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/d64a8ec60cfe
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Whiteboard: [good first bug][lang=css][fixed-in-fx-team] → [good first bug][lang=css]
Target Milestone: --- → Firefox 41
Updated•8 years ago
|
Flags: qe-verify-
Comment 11•8 years ago
|
||
Comment on attachment 8608964 [details] [diff] [review] Patch 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 #8608964 -
Flags: approval-mozilla-aurora?
Comment 12•8 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/de16e4cd139a
status-firefox40:
--- → fixed
Comment 13•8 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 14•8 years ago
|
||
Comment on attachment 8608964 [details] [diff] [review] Patch Change approved to skip one train as part of the spring campaign.
Attachment #8608964 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•5 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•