Changes between Version 5 and Version 6 of BROWSER_CONTENT_BASIC_R2
- Timestamp:
- 09/01/09 15:33:08 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BROWSER_CONTENT_BASIC_R2
v5 v6 41 41 42 42 == Java part == 43 [Image:BROWSER_CONTENT_BASIC_R2.jpg] [[BR]][[BR]] 43 44 * NativeBrowserBridge extends NativeBridge. This is the browser wrapper that clients should use to get and control web content. 44 45 * 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. … … 49 50 50 51 == C++ part == 52 [Image:BROWSER_CONTENT_BASIC_R2_NATIVE.jpg] [[BR]][[BR]] 51 53 * The C++ part is built atop Qt, using QtWebKit which supplies a library of widgets with web functionality. 52 54 * 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.