Closed
Bug 1710682
Opened 4 years ago
Closed 4 years ago
Make Event::GetEventName returns a char16_t
Categories
(Core :: DOM: Events, enhancement)
Core
DOM: Events
Tracking
()
RESOLVED
FIXED
90 Branch
| Tracking | Status | |
|---|---|---|
| firefox90 | --- | fixed |
People
(Reporter: sefeng211, Assigned: sefeng211)
Details
Attachments
(1 file)
Event::GetEventName is been used in PerformanceEventTiming::TryGenerateEventTiming, which is a rather hot code.
We should make this method returns a char16_t, such that we don't need to do the NS_ConvertUTF8toUTF16 anymore.
| Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee: nobody → sefeng
Status: NEW → ASSIGNED
Pushed by sefeng@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/46147e4bc17d
Make Event::GetEventName returns a char16_t r=smaug
Updated•4 years ago
|
Severity: -- → N/A
Comment 3•4 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox90:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 90 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•