Closed
Bug 1213719
Opened 10 years ago
Closed 10 years ago
Back out bug 1170314 due to duplicate functionality
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla44
| Tracking | Status | |
|---|---|---|
| firefox44 | --- | fixed |
People
(Reporter: tchou, Assigned: ting)
References
Details
Attachments
(1 file)
|
2.95 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
Bug 1170314 adds a Gecko profiler marker from calling console.timeStamp(), which has duplicate functionallity with bug 1209865 that does the same from performance.mark().
Summary: Back out bug 1170314 due to duplicate functionallity → Back out bug 1170314 due to duplicate functionality
Assignee: nobody → tchou
Attachment #8672438 -
Flags: review?(bugs)
| Assignee | ||
Updated•10 years ago
|
Assignee: tchou → janus926
Comment 2•10 years ago
|
||
Comment on attachment 8672438 [details] [diff] [review]
patch v1
So performance.mark ends up showing the markers also in Gecko profiler
(cleopatra UI), right?
Attachment #8672438 -
Flags: review?(bugs) → review+
| Assignee | ||
Comment 3•10 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #2)
> So performance.mark ends up showing the markers also in Gecko profiler
> (cleopatra UI), right?
Yes.
| Assignee | ||
Comment 4•10 years ago
|
||
| Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Keywords: checkin-needed
Comment 6•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•