Changes between Version 38 and Version 39 of EFLWebKit
- Timestamp:
- Nov 24, 2011, 12:14:34 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EFLWebKit
v38 v39 117 117 }}} 118 118 119 == Building without !LibSoup or Glib==119 === Building without !LibSoup or Glib === 120 120 121 121 It is possible to build webkit-efl without glib-dependent libraries such as !LibSoup, and even without glib itself. … … 135 135 Note 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). 136 136 137 == Building !DumpRenderTree==137 === Building !DumpRenderTree === 138 138 139 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. … … 145 145 }}} 146 146 147 == Coding Style == 148 * [wiki: Coding Style of WebKit EFL port] 149 147 150 == Questions, feedback == 148 151