Changeset 73272 in webkit


Ignore:
Timestamp:
Dec 3, 2010 10:08:13 AM (13 years ago)
Author:
Patrick Gansterer
Message:

2010-12-03 Patrick Gansterer <Patrick Gansterer>

Reviewed by Andreas Kling.

Move StringWx.cpp into wtf directory
https://bugs.webkit.org/show_bug.cgi?id=50060

  • wtf/wx/StringWx.cpp: Renamed from WebCore/platform/text/wx/StringWx.cpp. (WTF::String::String):

2010-12-03 Patrick Gansterer <Patrick Gansterer>

Reviewed by Andreas Kling.

Move StringWx.cpp into wtf directory
https://bugs.webkit.org/show_bug.cgi?id=50060

  • WebCore.gypi:
  • platform/text/wx/StringWx.cpp: Removed.
Location:
trunk
Files:
1 deleted
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/ChangeLog

    r73269 r73272  
     12010-12-03  Patrick Gansterer  <paroga@webkit.org>
     2
     3        Reviewed by Andreas Kling.
     4
     5        Move StringWx.cpp into wtf directory
     6        https://bugs.webkit.org/show_bug.cgi?id=50060
     7
     8        * wtf/wx/StringWx.cpp: Renamed from WebCore/platform/text/wx/StringWx.cpp.
     9        (WTF::String::String):
     10
    1112010-12-03  Patrick Gansterer  <paroga@webkit.org>
    212
  • trunk/JavaScriptCore/wtf/wx/StringWx.cpp

    r73267 r73272  
    2727#include "PlatformString.h"
    2828
    29 #include "unicode/ustring.h"
     29#include <unicode/ustring.h>
    3030#include <wtf/text/CString.h>
    31 
    3231#include <wx/defs.h>
    3332#include <wx/string.h>
     
    8887}
    8988
    90 }
    91 
    92 // vim: ts=4 sw=4 et
     89} // namespace WebCore
  • trunk/WebCore/ChangeLog

    r73270 r73272  
     12010-12-03 Patrick Gansterer <paroga@webkit.org>
     2
     3        Reviewed by Andreas Kling.
     4
     5        Move StringWx.cpp into wtf directory
     6        https://bugs.webkit.org/show_bug.cgi?id=50060
     7
     8        * WebCore.gypi:
     9        * platform/text/wx/StringWx.cpp: Removed.
     10
    1112010-12-03  Dimitri Glazkov  <dglazkov@chromium.org>
    212
  • trunk/WebCore/WebCore.gypi

    r73173 r73272  
    31983198            'platform/text/transcoder/FontTranscoder.h',
    31993199            'platform/text/win/TextBreakIteratorInternalICUWin.cpp',
    3200             'platform/text/wx/StringWx.cpp',
    32013200            'platform/text/AtomicStringImpl.h',
    32023201            'platform/text/Base64.cpp',
Note: See TracChangeset for help on using the changeset viewer.