Changes between Version 3 and Version 4 of BROWSER_CONTENT_BASIC_R1
- Timestamp:
- 08/20/09 17:20:01 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BROWSER_CONTENT_BASIC_R1
v3 v4 4 4 5 5 = Analysis = 6 Create a native C++ wrapper for delivery of browser content.7 6 8 7 == Overview == 9 The idea is to use WebKit, a portable browser engine to create a native browser that is able to communicate with Java.[[BR]] 10 Communication with the 8 11 9 12 10 == Task requirements == 13 The native browser should be able to:14 * Open a web page.15 * Return a captured webpage.16 *17 11 18 12 == Task result == … … 23 17 24 18 == Related == 25 [wiki:GROUP_WRAPPERS_R0]26 19 27 20 == How to demo ==