Bug 43867

Summary: Some UString cleanup
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: zherczeg
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   

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.