Changeset 140146 in webkit


Ignore:
Timestamp:
Jan 18, 2013 7:24:05 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL][WK2] Enable API test InjectedBundleFrameHitTest on EFL
https://bugs.webkit.org/show_bug.cgi?id=107264

Patch by Sudarsana Nagineni <sudarsana.nagineni@intel.com> on 2013-01-18
Reviewed by Laszlo Gombos.

Enable API test InjectedBundleFrameHitTest for hit-testing,
since it is now passing on both Debug and Release builds.

  • TestWebKitAPI/CMakeLists.txt:
  • TestWebKitAPI/PlatformEfl.cmake:
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r140144 r140146  
     12013-01-18  Sudarsana Nagineni  <sudarsana.nagineni@intel.com>
     2
     3        [EFL][WK2] Enable API test InjectedBundleFrameHitTest on EFL
     4        https://bugs.webkit.org/show_bug.cgi?id=107264
     5
     6        Reviewed by Laszlo Gombos.
     7
     8        Enable API test InjectedBundleFrameHitTest for hit-testing,
     9        since it is now passing on both Debug and Release builds.
     10
     11        * TestWebKitAPI/CMakeLists.txt:
     12        * TestWebKitAPI/PlatformEfl.cmake:
     13
    1142013-01-18  Manuel Rego Casasnovas  <rego@igalia.com>
    215
  • trunk/Tools/TestWebKitAPI/CMakeLists.txt

    r138007 r140146  
    3535    ${TESTWEBKITAPI_DIR}/Tests/WebKit2/HitTestResultNodeHandle_Bundle.cpp
    3636    ${TESTWEBKITAPI_DIR}/Tests/WebKit2/InjectedBundleBasic_Bundle.cpp
     37    ${TESTWEBKITAPI_DIR}/Tests/WebKit2/InjectedBundleFrameHitTest_Bundle.cpp
    3738    ${TESTWEBKITAPI_DIR}/Tests/WebKit2/InjectedBundleInitializationUserDataCallbackWins_Bundle.cpp
    3839    ${TESTWEBKITAPI_DIR}/Tests/WebKit2/LoadCanceledNoServerRedirectCallback_Bundle.cpp
  • trunk/Tools/TestWebKitAPI/PlatformEfl.cmake

    r140004 r140146  
    6565    HitTestResultNodeHandle
    6666    InjectedBundleBasic
     67    InjectedBundleFrameHitTest
    6768    InjectedBundleInitializationUserDataCallbackWins
    6869    LoadAlternateHTMLStringWithNonDirectoryURL
Note: See TracChangeset for help on using the changeset viewer.