Changeset 64087 in webkit


Ignore:
Timestamp:
Jul 26, 2010 4:11:55 PM (14 years ago)
Author:
commit-queue@webkit.org
Message:

2010-07-26 Shimeng (Simon) Wang <swang@google.com>

Reviewed by Darin Adler.

Add android specific expected test results for auto hyphenation
tests.

  • platform/android: Added.
  • platform/android/fast: Added.
  • platform/android/fast/text: Added.
  • platform/android/fast/text/hyphenate-character-expected.txt: Added.
  • platform/android/fast/text/hyphens-expected.txt: Added.

2010-07-26 Shimeng (Simon) Wang <swang@google.com>

Reviewed by Darin Adler.

Add auto hyphenation support for Android.
https://bugs.webkit.org/show_bug.cgi?id=42800

  • platform/text/android/HyphenationAndroid.cpp: Added. (WebCore::loadHyphenationDictionary): (WebCore::lastHyphenLocation):
Location:
trunk
Files:
6 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r64085 r64087  
     12010-07-26  Shimeng (Simon) Wang  <swang@google.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        Add android specific expected test results for auto hyphenation
     6        tests.
     7
     8        * platform/android: Added.
     9        * platform/android/fast: Added.
     10        * platform/android/fast/text: Added.
     11        * platform/android/fast/text/hyphenate-character-expected.txt: Added.
     12        * platform/android/fast/text/hyphens-expected.txt: Added.
     13
    1142010-07-26  Darin Adler  <darin@apple.com>
    215
  • trunk/WebCore/ChangeLog

    r64086 r64087  
     12010-07-26  Shimeng (Simon) Wang  <swang@google.com>
     2
     3        Reviewed by Darin Adler.
     4
     5        Add auto hyphenation support for Android.
     6        https://bugs.webkit.org/show_bug.cgi?id=42800
     7
     8        * platform/text/android/HyphenationAndroid.cpp: Added.
     9        (WebCore::loadHyphenationDictionary):
     10        (WebCore::lastHyphenLocation):
     11
    1122010-07-26  Sam Weinig  <sam@webkit.org>
    213
Note: See TracChangeset for help on using the changeset viewer.