mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-14 20:22:00 +00:00
a7240d8532
nsTextFrame stores text as single byte character array if all characters are less than U+0100. Although, this saves footprint, but retrieving and modifying text needs converting cost. Therefore, if it's created for a text node in <input> or <textarea>, it should store text as char16_t array. MozReview-Commit-ID: 9Z82rketT7g --HG-- extra : rebase_source : 59f59ac1488c21a57d95d253cc794a011d672c95