Changes between Version 5 and Version 6 of BROWSER_CONTENT_BASIC_R2


Ignore:
Timestamp:
09/01/09 15:33:08 (16 years ago)
Author:
sveto
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BROWSER_CONTENT_BASIC_R2

    v5 v6  
    4141 
    4242== Java part == 
     43[Image:BROWSER_CONTENT_BASIC_R2.jpg] [[BR]][[BR]] 
    4344 * NativeBrowserBridge extends NativeBridge. This is the browser wrapper that clients should use to get and control web content. 
    4445 * 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. 
     
    4950 
    5051== C++ part == 
     52[Image:BROWSER_CONTENT_BASIC_R2_NATIVE.jpg] [[BR]][[BR]] 
    5153 * The C++ part is built atop Qt, using QtWebKit which supplies a library of widgets with web functionality. 
    5254 * 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.