Changeset 46008 in webkit


Ignore:
Timestamp:
Jul 16, 2009 10:46:03 PM (15 years ago)
Author:
abarth@webkit.org
Message:

2009-07-16 Maxime Simon <Maxime Simon>

Reviewed by Eric Seidel.

Added Haiku-specific files for WebCore/platform/text/.
https://bugs.webkit.org/show_bug.cgi?id=26949

Adding two new files, StringHaiku.cpp
and TextBreakIteratorInternalICUHaiku.cpp

  • platform/text/haiku/StringHaiku.cpp: Added. (WebCore::String::String): (WebCore::String::operator BString):
  • platform/text/haiku/TextBreakIteratorInternalICUHaiku.cpp: Added. (WebCore::currentTextBreakLocaleID):
Location:
trunk/WebCore
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r46006 r46008  
     12009-07-16  Maxime Simon  <simon.maxime@gmail.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        Added Haiku-specific files for WebCore/platform/text/.
     6        https://bugs.webkit.org/show_bug.cgi?id=26949
     7
     8        Adding two new files, StringHaiku.cpp
     9        and TextBreakIteratorInternalICUHaiku.cpp
     10
     11        * platform/text/haiku/StringHaiku.cpp: Added.
     12        (WebCore::String::String):
     13        (WebCore::String::operator BString):
     14        * platform/text/haiku/TextBreakIteratorInternalICUHaiku.cpp: Added.
     15        (WebCore::currentTextBreakLocaleID):
     16
    1172009-07-16  Kent Tamura  <tkent@chromium.org>
    218
Note: See TracChangeset for help on using the changeset viewer.