[Webkit-unassigned] [Bug 67081] Basic enhancements to StringBuilder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Sep 10 01:19:29 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=67081


Xianzhu Wang <wangxianzhu at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|StringBuilder::toStringRese |Basic enhancements to
                   |rveCapacity() needs to be   |StringBuilder
                   |const                       |




--- Comment #4 from Xianzhu Wang <wangxianzhu at chromium.org>  2011-09-10 01:19:29 PST ---
I will separate the patch into 2:

1. several enhancements to StringBuilder, including:
  a) toStringPreserveCapacity() const
  b) toAtomicString() const
  c) == and != operators
  d) append(const StringBuilder&)

2. Replace Vector<UChar> in html/xml/VTT parsers with StringBuilder after the above patch is landed (that is, the part of the last patch excluding the changes to StringBuilder)

And there will be also several patches to replace remaining Vector<UChar> usages. If some replacements require other enhancements/changes to StringBuilder, I'll also create separate bugs and patches.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list