[Webkit-unassigned] [Bug 66661] Replace some usages of Vector<UChar> to StringBuilder

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 26 14:32:51 PDT 2011


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





--- Comment #11 from Annie Sullivan <sullivan at chromium.org>  2011-08-26 14:32:51 PST ---
(In reply to comment #10)

Thanks for the advice about how to better split up the patch, Darin. Xianzhu, please let me know if you'd like any help with the smaller patches.

> Especially because these functions do pointer arithmetic. We need to carefully think about overflow in all the new code.

In addition to thinking carefully about overflow when writing the code, it seems like unit tests would be helpful to make sure everything is correct. I couldn't find documentation on this, but it looks like:

1. Tests for these classes Tools/TestWebKitAPI/Tests/WTF/
2. You can run the tests using the script Tools/Scripts/run-api-tests

Is that correct?

-- 
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