Changes between Version 7 and Version 8 of BROWSER_CONTENT_BASIC_R2


Ignore:
Timestamp:
09/01/09 15:34:02 (16 years ago)
Author:
sveto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BROWSER_CONTENT_BASIC_R2

    v7 v8  
    4141 
    4242== Java part == 
    43 [Image:http://sophie2.org/trac/attachment/wiki/BROWSER_CONTENT_BASIC_R2/BROWSER_CONTENT_BASIC_R2.jpg] [[BR]][[BR]] 
     43[http://sophie2.org/trac/attachment/wiki/BROWSER_CONTENT_BASIC_R2/BROWSER_CONTENT_BASIC_R2.jpg] [[BR]][[BR]] 
    4444 * NativeBrowserBridge extends NativeBridge. This is the browser wrapper that clients should use to get and control web content. 
    4545 * In future revisions of this tasks client should be able to check if the page has been successfully loaded but for now empty images can be returned. 
     
    5050 
    5151== C++ part == 
    52 [Image:http://sophie2.org/trac/attachment/wiki/BROWSER_CONTENT_BASIC_R2/BROWSER_CONTENT_BASIC_R2_NATIVE.jpg] [[BR]][[BR]] 
     52[http://sophie2.org/trac/attachment/wiki/BROWSER_CONTENT_BASIC_R2/BROWSER_CONTENT_BASIC_R2_NATIVE.jpg] [[BR]][[BR]] 
    5353 * The C++ part is built atop Qt, using QtWebKit which supplies a library of widgets with web functionality. 
    5454 * BrowserBridge inherits abstract JavaBridge. Its role is to stand between the Java implementation and the native browser receiving commands, translating them to actions and returning the result. Browser bridge should be able to execute in its own thread as the main thread needs to run the Qt application.