Changes between Version 2 and Version 3 of BROWSER_CONTENT_BASIC_R2


Ignore:
Timestamp:
08/20/09 16:54:20 (16 years ago)
Author:
sveto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BROWSER_CONTENT_BASIC_R2

    v2 v3  
    99The idea is to use WebKit, a portable browser engine to create a native browser that is able to communicate with Java. [[BR]] 
    1010Communication between C++ and Java is described in [wiki:GROUP_WRAPPERS_R0]. [[BR]] 
    11 The browser runs a windowless Qt application and listens for commands, once a command is received it sends a response which optionally has a payload. 
     11The browser runs a windowless Qt application and listens for commands, once a command is received it sends a response which optionally has a payload. [[BR]] 
     12For now the browser won't be able to play Flash, Flash content will be displayed in a different kind of frame. [[BR]] 
     13In future revisions of this task Sophie 2 browser frame will be connected with the native wrapper and browser content will be available in Sophie 2. 
    1214 
    1315== Task requirements ==