Closed
Bug 1142138
Opened 10 years ago
Closed 9 years ago
Add to DOM Event label in RECORDS column more infos
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 892223
People
(Reporter: crimsteam, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0
Build ID: 20150305021524
Steps to reproduce:
Hello, I noticed that in last Nightly the Timeline tools output a lot of DOM Event in RECORDS column. Problem is that we don't see fast what type is this event and we must press on this event to see more detail. This is anoing when we want check only some kind of events type.
My proposal is add some filtration type or minimum add two other type to "Select what data display":
- DOM Event Type
- DOM Event Phase
And after selected this options we can see insted of only "DOM Event" in RECORDS column something like this:
- DOM Event (mouseover|bubling)
- DOM Event mouseover bubling
- DOM Event N:mouseover P:bubling < N - name, P - Bubbling
- or other format but consider this two type of data because only this are the most important when try analize the occurrence of events.
Reporter | ||
Comment 1•10 years ago
|
||
Of course I mean P - Phase.
Reporter | ||
Updated•10 years ago
|
Component: Untriaged → Developer Tools: Timeline
Updated•10 years ago
|
Component: Developer Tools: Timeline → Developer Tools: Profiler
Updated•10 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Summary: [Timeline] Add to DOM Event label in RECORDS column more infos → Add to DOM Event label in RECORDS column more infos
Comment 2•9 years ago
|
||
Adding an arbitrary filter search field would satiate this use case if we spread the search to marker meta
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•