Open
Bug 1872712
Opened 2 years ago
Updated 11 months ago
Find better ToString() patterns for code in dom/media/webcodecs
Categories
(Core :: Audio/Video: Web Codecs, task, P3)
Core
Audio/Video: Web Codecs
Tracking
()
NEW
People
(Reporter: chunmin, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: good-first-bug)
Many ToString() function in dom/media/webcodecs return nsString type but they are being used like a nsCString (e.g., NS_ConvertUTF16toUTF8(decoderConfigInternal.ToString()) here). Either they should return nsCString directly, or should apply other patterns like ToString pattern in mfbt.
| Reporter | ||
Updated•2 years ago
|
Keywords: good-first-bug
Updated•11 months ago
|
Priority: P2 → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•