Bug 43867 - Some UString cleanup
Summary: Some UString cleanup
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-11 12:38 PDT by Gavin Barraclough
Modified: 2010-08-12 00:22 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 2010-08-11 12:38:36 PDT
Change JSC::UString data(), size(), and from(), to characters(), length(), and number() to match WTF::String.
Move string concatenation methods to a new header to simplify down UString.h.  Remove is8Bit().
Comment 1 Gavin Barraclough 2010-08-11 12:53:03 PDT
r65177
Comment 2 Zoltan Herczeg 2010-08-11 23:17:40 PDT
I saw that some new patches are landed without uploading the patch to the bugzilla. Is it a new custom? Is there a rule when you can do this?
Comment 3 Zoltan Herczeg 2010-08-12 00:22:23 PDT
I don't mean any offense :) I am just curious.