Open
Bug 1660004
Opened 5 years ago
Updated 5 years ago
Avoid unnecessary copies around Base64Decode
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: sg, Unassigned)
References
Details
Similar to unnecessary copies around Base64Encode
, we can look at Base64Decode
. At least nsStructuredCloneContainer::InitFromBase64
unnecessarily converts from a 16-bit to 8-bit string first.
You need to log in
before you can comment on or make changes to this bug.
Description
•