Closed
Bug 1158612
Opened 10 years ago
Closed 7 years ago
Source Component widget in Call Tree
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect, P3)
DevTools
Performance Tools (Profiler/Timeline)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: fitzgen, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
1.52 KB,
patch
|
Details | Diff | Splinter Review |
Right not it is like this:
<a>some-script.js</a>:12345
When it should be like this (the whole source location should be within the link):
<a>some-script.js:12345</a>
Updated•10 years ago
|
Priority: -- → P2
Comment 1•10 years ago
|
||
Call Tree urls should be styled like other source urls: monospaced, all one link, all blue, cursor pointer. Should use .devtools-source-link class from bug 1167006
Updated•10 years ago
|
Whiteboard: [devedition-40][difficulty=easy] → [polish-backlog][difficulty=easy]
Updated•9 years ago
|
Whiteboard: [polish-backlog][difficulty=easy] → [polish-backlog][difficulty=easy][good first bug][mentor=vp][lang=js]
Updated•9 years ago
|
Summary: Call Tree source links should be consistent with other source links → Source Component widget in Call Tree
Hi i am interested in this bug. Can you please guide me ?
Thank you
Flags: needinfo?(nfitzgerald)
Reporter | ||
Comment 4•9 years ago
|
||
Sorry I don't have the time right now.
Flags: needinfo?(nfitzgerald)
Comment 5•9 years ago
|
||
Attachment #8767266 -
Flags: feedback?(vporof)
Attachment #8767266 -
Flags: feedback?(nfitzgerald)
Comment 6•9 years ago
|
||
Quick feedback. Thanks!
Attachment #8767266 -
Attachment is obsolete: true
Attachment #8767266 -
Flags: feedback?(vporof)
Attachment #8767266 -
Flags: feedback?(nfitzgerald)
Attachment #8767268 -
Flags: feedback?(vporof)
Attachment #8767268 -
Flags: feedback?(nfitzgerald)
Reporter | ||
Comment 7•9 years ago
|
||
Comment on attachment 8767268 [details] [diff] [review]
1158612wip.patch
Review of attachment 8767268 [details] [diff] [review]:
-----------------------------------------------------------------
Hey Hubert!
I think this will make the line part of the link, but will lose the styling on line numbers. As an incremental interim improvement, I think we could take this if the styling is maintained.
However, I think the bug summary was changed by Jordan to mean that this should use the Frame component that we are using elsewhere now days. This is going to be a little more extensive change however, since that Frame component is a React component and the call tree doesn't use React yet.
Frame component: https://dxr.mozilla.org/mozilla-central/source/devtools/client/shared/components/frame.js#13
Example usage: https://dxr.mozilla.org/mozilla-central/source/devtools/client/performance/components/jit-optimizations-item.js#139
Attachment #8767268 -
Flags: feedback?(nfitzgerald)
Comment 8•9 years ago
|
||
Hey nick,
Thanks(In reply to Nick Fitzgerald [:fitzgen] [⏰PDT; UTC-7] from comment #7)
> Comment on attachment 8767268 [details] [diff] [review]
> 1158612wip.patch
>
> Review of attachment 8767268 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> Hey Hubert!
>
> I think this will make the line part of the link, but will lose the styling
> on line numbers. As an incremental interim improvement, I think we could
> take this if the styling is maintained.
Thanks! Ok will maintain styling.
>
> However, I think the bug summary was changed by Jordan to mean that this
> should use the Frame component that we are using elsewhere now days. This is
> going to be a little more extensive change however, since that Frame
> component is a React component and the call tree doesn't use React yet.
>
> Frame component:
> https://dxr.mozilla.org/mozilla-central/source/devtools/client/shared/
> components/frame.js#13
> Example usage:
> https://dxr.mozilla.org/mozilla-central/source/devtools/client/performance/
> components/jit-optimizations-item.js#139
Looking into to understand the details of this and get.
Updated•8 years ago
|
Attachment #8767268 -
Flags: feedback?(vporof) → feedback?(gtatum)
Comment 10•8 years ago
|
||
Looks like the original need info was completed by other members of the team. If something else is needed feel free to need info me again.
Updated•8 years ago
|
Attachment #8767268 -
Flags: feedback?(gtatum)
Comment 11•8 years ago
|
||
agore1, are you still planning on working in this? Seeing as it's 11 months old, I'd like to work on it if you don't respond in a few days.
Thanks.
Flags: needinfo?(agore1)
Updated•7 years ago
|
Keywords: good-first-bug
Whiteboard: [polish-backlog][difficulty=easy][good first bug][mentor=vp][lang=js] → [polish-backlog][difficulty=easy][mentor=vp][lang=js]
Comment 12•7 years ago
|
||
We won't be fixing this with moving to the new recording panel.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(agore1)
Resolution: --- → WONTFIX
Whiteboard: [polish-backlog][difficulty=easy][mentor=vp][lang=js]
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•