Changeset 142512 in webkit


Ignore:
Timestamp:
Feb 11, 2013 1:59:31 PM (11 years ago)
Author:
Christophe Dumez
Message:

[EFL] fast/forms/number/number-l10n-input.html is failing
https://bugs.webkit.org/show_bug.cgi?id=109440

Reviewed by Laszlo Gombos.

Source/WebCore:

Use LocaleICU instead of LocaleNone on EFL port. The EFL
port already depends on ICU library and we get additional
functionality this way.

No new tests, already covered by existing tests.

  • CMakeLists.txt:
  • PlatformBlackBerry.cmake:
  • PlatformEfl.cmake:
  • PlatformWinCE.cmake:

LayoutTests:

Unskip fast/forms/number/number-l10n-input.html on EFL port
now that it passes.

  • platform/efl/TestExpectations:
Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r142510 r142512  
     12013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
     2
     3        [EFL] fast/forms/number/number-l10n-input.html is failing
     4        https://bugs.webkit.org/show_bug.cgi?id=109440
     5
     6        Reviewed by Laszlo Gombos.
     7
     8        Unskip fast/forms/number/number-l10n-input.html on EFL port
     9        now that it passes.
     10
     11        * platform/efl/TestExpectations:
     12
    1132013-02-11  Adam Barth  <abarth@webkit.org>
    214
  • trunk/LayoutTests/platform/efl/TestExpectations

    r142490 r142512  
    18611861webkit.org/b/107375 fast/css/sticky/sticky-top-zoomed.html [ ImageOnlyFailure ]
    18621862
    1863 # New test added in r142122 that is failing on EFL, Qt, GTK.
    1864 webkit.org/b/109440 fast/forms/number/number-l10n-input.html [ Failure ]
    1865 
    18661863# Needs rebaseline after https://bugs.webkit.org/show_bug.cgi?id=14664
    18671864webkit.org/b/107476 fast/block/float/024.html [ Failure ]
  • trunk/Source/WebCore/CMakeLists.txt

    r142460 r142512  
    20992099    platform/text/Hyphenation.cpp
    21002100    platform/text/LineEnding.cpp
    2101     platform/text/LocaleNone.cpp
    21022101    platform/text/LocaleToScriptMappingDefault.cpp
    21032102    platform/text/PlatformLocale.cpp
  • trunk/Source/WebCore/ChangeLog

    r142509 r142512  
     12013-02-11  Christophe Dumez  <ch.dumez@sisa.samsung.com>
     2
     3        [EFL] fast/forms/number/number-l10n-input.html is failing
     4        https://bugs.webkit.org/show_bug.cgi?id=109440
     5
     6        Reviewed by Laszlo Gombos.
     7
     8        Use LocaleICU instead of LocaleNone on EFL port. The EFL
     9        port already depends on ICU library and we get additional
     10        functionality this way.
     11
     12        No new tests, already covered by existing tests.
     13
     14        * CMakeLists.txt:
     15        * PlatformBlackBerry.cmake:
     16        * PlatformEfl.cmake:
     17        * PlatformWinCE.cmake:
     18
    1192013-02-11  Benjamin Poulain  <benjamin@webkit.org>
    220
  • trunk/Source/WebCore/PlatformBlackBerry.cmake

    r141749 r142512  
    7878    platform/posix/FileSystemPOSIX.cpp
    7979    platform/posix/SharedBufferPOSIX.cpp
     80    platform/text/LocaleNone.cpp
    8081    platform/text/TextBreakIteratorICU.cpp
    8182    platform/text/TextCodecICU.cpp
  • trunk/Source/WebCore/PlatformEfl.cmake

    r142355 r142512  
    166166    platform/text/efl/TextBreakIteratorInternalICUEfl.cpp
    167167    platform/text/enchant/TextCheckerEnchant.cpp
     168    platform/text/LocaleICU.cpp
    168169    platform/text/TextBreakIteratorICU.cpp
    169170    platform/text/TextCodecICU.cpp
  • trunk/Source/WebCore/PlatformWinCE.cmake

    r141378 r142512  
    9797    platform/graphics/wince/SimpleFontDataWince.cpp
    9898
     99    platform/text/LocaleNone.cpp
    99100    platform/text/TextEncodingDetectorNone.cpp
    100101
Note: See TracChangeset for help on using the changeset viewer.