Changes between Version 10 and Version 11 of EFLWebKit


Ignore:
Timestamp:
Jun 18, 2009 7:40:10 AM (15 years ago)
Author:
tonikitoo@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EFLWebKit

    v10 v11  
    1616
    1717WebKit/EFL is a project aiming at porting WebKit to the Enlightenment Foundation Libraries, and as the developers also work on the Qt port, we try to keep the implementation as close as possible to that of QtWebKit.
     18
     19=== Status ===
     20
     21Port is being developed and maintained by [http://www.openbossa.org INdT] and it has just been released the 0.1 version. It features:
     22
     23 * Embedding API mostly consistent w/ QtWebKit's.
     24 * Basic browsing functionalities: back, forward, reload, stop.
     25 * Session history support.
     26 * Hook up for new_window and global_history callbacks.
     27 * Glib mainloop integration (needed for flash plugin support).
     28 * Support to flash plugin (require X backend).
     29 * True zooming.
     30 * Theme support per WebView.
     31
     32Features and bugfixes planned for 0.2:
     33
     34 * Support building without X.
     35 * Support <video> (--disable-video is currently required for building).
     36 * Fix issues with flash positioning (see EVE).
     37 * Integrate changes for theme-per-page patch.
     38 * Fix randon crashes related to einastringshared in CursorEfl.cpp .
     39 * Fix crash on GMail (related to Flash).
     40 * Sync with svn/master.
     41 * Prepare patches WebKit/WebCore/JavaScriptCore/BuildSystem patches to be reviewed in WebKit Bugzilla.
     42 * Investigate libsoup network backend.
     43 * Better build system (we are currently based on GTK+'s build system).
    1844
    1945== Getting the source ==