RESOLVED FIXED 94381
Add ability to create AtomicString using LChar* buffer and length
https://bugs.webkit.org/show_bug.cgi?id=94381
Summary Add ability to create AtomicString using LChar* buffer and length
Michael Saboff
Reported 2012-08-17 14:04:24 PDT
Add an AtomicString::add() method that takes an LChar* and length. This would allow many Atomic string creation sites to use a native 8 bit string instead of up converting to 16 bits before creating.
Attachments
Patch (4.91 KB, patch)
2012-08-17 14:17 PDT, Michael Saboff
ggaren: review+
Michael Saboff
Comment 1 2012-08-17 14:17:28 PDT
Geoffrey Garen
Comment 2 2012-08-17 14:19:25 PDT
Comment on attachment 159201 [details] Patch r=me Would be nice to explain what this improves.
Michael Saboff
Comment 3 2012-08-17 14:23:46 PDT
(In reply to comment #2) > (From update of attachment 159201 [details]) > r=me > > Would be nice to explain what this improves. This will be used initially in the 8 bit CSS parser path, but other places as well.
Michael Saboff
Comment 4 2012-08-17 17:43:48 PDT
Note You need to log in before you can comment on or make changes to this bug.