[webkit-reviews] review requested: [Bug 17017] Remove KJS::UChar : [Attachment 18703] Send KJS::UChar out to pasture

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 26 03:19:30 PST 2008


Eric Seidel <eric at webkit.org> has asked  for review:
Bug 17017: Remove KJS::UChar
http://bugs.webkit.org/show_bug.cgi?id=17017

Attachment 18703: Send KJS::UChar out to pasture
http://bugs.webkit.org/attachment.cgi?id=18703&action=edit

------- Additional Comments from Eric Seidel <eric at webkit.org>
 JavaScriptCore/API/JSStringRef.cpp		    |	 4 +-
 JavaScriptCore/JavaScriptCore.exp		    |	10 +-
 .../JavaScriptCore.xcodeproj/project.pbxproj	    |	 1 -
 JavaScriptCore/bindings/c/c_utility.cpp	    |	 2 +-
 JavaScriptCore/kjs/Parser.h			    |	 2 -
 JavaScriptCore/kjs/function.cpp		    |	32 +-
 JavaScriptCore/kjs/function_object.cpp 	    |	 4 +-
 JavaScriptCore/kjs/identifier.cpp		    |	 6 +-
 JavaScriptCore/kjs/interpreter.h		    |	 2 -
 JavaScriptCore/kjs/lexer.cpp			    |	29 +-
 JavaScriptCore/kjs/lookup.cpp			    |	 2 +-
 JavaScriptCore/kjs/nodes2string.cpp		    |	 2 +-
 JavaScriptCore/kjs/string_object.cpp		    |	 6 +-
 JavaScriptCore/kjs/ustring.cpp 		    |	30 +-
 JavaScriptCore/kjs/ustring.h			    |	62 +-
 JavaScriptGlue/Configurations/Base.xcconfig	    |	 2 +-
 .../ForwardingHeaders/wtf/unicode/Unicode.h	    |	 1 +
 .../ForwardingHeaders/wtf/unicode/icu/UnicodeIcu.h |	 1 +
 JavaScriptGlue/icu/LICENSE			    |	25 +
 JavaScriptGlue/icu/README			    |	 4 +
 JavaScriptGlue/icu/unicode/platform.h		    |  267 ++
 JavaScriptGlue/icu/unicode/putil.h		    |  180 ++
 JavaScriptGlue/icu/unicode/uchar.h		    | 2798 ++++++++++++++++++++
 JavaScriptGlue/icu/unicode/uconfig.h		    |  186 ++
 JavaScriptGlue/icu/unicode/uiter.h		    |  707 +++++
 JavaScriptGlue/icu/unicode/umachine.h		    |  371 +++
 JavaScriptGlue/icu/unicode/urename.h		    | 1468 ++++++++++
 JavaScriptGlue/icu/unicode/ustring.h		    | 1320 +++++++++
 JavaScriptGlue/icu/unicode/utf.h		    |  221 ++
 JavaScriptGlue/icu/unicode/utf16.h		    |  605 +++++
 JavaScriptGlue/icu/unicode/utf8.h		    |  627 +++++
 JavaScriptGlue/icu/unicode/utypes.h		    |  745 ++++++
 JavaScriptGlue/icu/unicode/uversion.h		    |  216 ++
 WebCore/WebCore.xcodeproj/project.pbxproj	    |	 1 -
 WebCore/bindings/js/kjs_proxy.cpp		    |	 2 +-
 WebCore/bindings/js/kjs_window.cpp		    |	 4 +-
 WebCore/platform/DeprecatedString.cpp		    |	 4 +-
 WebCore/platform/text/String.cpp		    |	 4 +-
 38 files changed, 9816 insertions(+), 137 deletions(-)


More information about the webkit-reviews mailing list