Changes between Version 109 and Version 110 of EFLWebKit
- Timestamp:
- Aug 24, 2014, 6:28:57 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EFLWebKit
v109 v110 28 28 * UI-side compositing based on coordinated graphics system 29 29 30 For releases, samples, docs and snapshots, http://github.com/ewebkit30 For releases, samples, docs and snapshots, check http://github.com/ewebkit 31 31 32 Future plans: 33 * NSAPI plugins, using windowless systems for integration into Evas; 34 * HTML5 feature completion (geolocation); 35 * Improving API coverage, exposing more features such as the Editor and Inspector clients; 36 * Exposing DOM; 37 38 Other desired features: 39 * elm_web, Elementary widget wrapping up ewk_view into a convenient widget, providing default implementation for delegates; 40 * Remove strict X11 dependency, allowing DirectFB and FB at least; 41 * Less dependency on GNOME technologies, maybe remove Cairo and exchange !LibSoup for an EFL-based network backend. 42 * Eo based inheritance. 32 [wiki:"EFLWebKitReleasePlan" Release plan and desired features] 43 33 44 34 === BuildBots === … … 49 39 50 40 The port is entirely in the official SVN repository. Please follow the [http://webkit.org/building/checkout.html usual instructions] for obtaining !WebKit's source code. 41 42 If you just want to get release version, you can download tarballs from http://download.enlightenment.org/rel/libs/webkit-efl/ 43 (tarball is small because it contains only ewebkit related files.) 51 44 52 45 == Development ==