Closed
Bug 1145645
Opened 10 years ago
Closed 10 years ago
timeline should merge DOM Event and following Javascript markers
Categories
(DevTools :: Performance Tools (Profiler/Timeline), defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1152421
People
(Reporter: tromey, Unassigned)
References
Details
If you make a timeline recording that includes a DOM Event marker,
you'll always see two markers -- the DOM Event, followed immediately
by a Javascript marker.
I think these should be merged. The DOM Event marker contains one useful
set of data (event-specific info) and the Javascript marker will eventually
(see bug 1050500) contain other useful data (function name and location).
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 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
•