[Webkit-unassigned] [Bug 17017] Remove KJS::UChar

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


http://bugs.webkit.org/show_bug.cgi?id=17017


eric at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18705|                            |review?
               Flag|                            |




------- Comment #5 from eric at webkit.org  2008-01-26 03:26 PDT -------
Created an attachment (id=18705)
 --> (http://bugs.webkit.org/attachment.cgi?id=18705&action=view)
send KJS::UChar out to pasture (minus ICU headers)

 JavaScriptCore/API/JSStringRef.cpp      |    4 +-
 JavaScriptCore/JavaScriptCore.exp       |   10 ++--
 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 +------------------------------
 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 +-
 18 files changed, 73 insertions(+), 134 deletions(-)


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



More information about the webkit-unassigned mailing list