Changes between Version 45 and Version 46 of EFLWebKit


Ignore:
Timestamp:
Jan 11, 2012 8:15:36 PM (12 years ago)
Author:
gyuyoung.kim@samsung.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EFLWebKit

    v45 v46  
    135135Note that if you ask for disabling Glib (`-DENABLE_GLIB_SUPPORT=OFF`), but still use !LibSoup backend or video support, it will force enabling Glib back (!LibSoup and Video depend on Glib).
    136136
    137 === Building !DumpRenderTree ===
     137=== WebKitEFL LayoutTests ===
    138138
    139 !DumpRenderTree is related to !WebKit's layout tests and can be run with the `run-webkit-tests` script. Properly using it is outside the scope of this page.
    140 
    141 In order to build it in a way that all expected tests pass and it does not crash, however, certain features need to be enabled when building the port. SHARED_CORE currently needs to be turned on, and some features need to be enabled manually.
    142 
    143 {{{
    144 ./Tools/Scripts/build-webkit --efl --touch-events --touch-icon-loading --blob --device-orientation --fullscreen-api --geolocation --notifications --orientation-events --video --workers --shared-workers --request-animation-frame --page-visibility-api --cmakearg="-DSHARED_CORE=ON"
    145 }}}
     139 * [wiki:"WebKitEFLLayoutTest" WebKitEFL LayoutTest]
    146140
    147141== Coding Style ==