mital / mcrux

Automatically exported from code.google.com/p/mcrux
0 stars 0 forks source link

Investigate for Linux and MAC version of MCrux #20

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Investigate for linux and Mac version of MCrux.. 
how much changes are required in terms of porting it to platforms other
than Windows.

Original issue reported on code.google.com by mital.d....@gmail.com on 6 Mar 2009 at 12:32

GoogleCodeExporter commented 9 years ago
http://trac.webkit.org/browser/trunk/WebKitTools/GtkLauncher/main.c

The above link is the GTK Launcher application on linux.
Needs to investigate it further for having various delegates and handling 
various
events of webview using them. (Main focus is two delegates:
1) *WebUIDelegate* 
(http://developer.apple.com/documentation/Cocoa/Reference/WebKit/Protocols/WebUI
Delegate_Protocol/Reference/Reference.html#)
2) *WebFrameLoadDelegate*
(http://developer.apple.com/documentation/Cocoa/Reference/WebKit/Protocols/WebFr
ameLoadDelegate_Protocol/Reference/Reference.html)

Original comment by mital.d....@gmail.com on 28 Jun 2009 at 3:55