Re: [webkit-dev] Objective-C API: What would you change?

2007-11-26 Thread Maciej Stachowiak
On Nov 24, 2007, at 8:10 PM, Alp Toker wrote: We've started re-modelling the WebKit/GTK+ public API on the WebKit Objective-C API, since it's closer to GTK+ conventions than our existing API (eg. WebView vs Page). Going through the headers and documentation, I sometimes notice concepts

Re: [webkit-dev] Re: ProjectVision

2007-11-26 Thread Simon Hausmann
On Friday 23 November 2007 18:31:41 Alp Toker wrote: http://trac.webkit.org/projects/webkit/wiki/ProjectVision?action=diffversi on=1 Please revert this change until the topic has been discussed on the mailing list or bug tracker. You can't just make up a project vision like that. Apart from

[webkit-dev] Re: ProjectVision

2007-11-26 Thread Alp Toker
Simon Hausmann wrote: On Friday 23 November 2007 18:31:41 Alp Toker wrote: http://trac.webkit.org/projects/webkit/wiki/ProjectVision?action=diffversi on=1 Please revert this change until the topic has been discussed on the mailing list or bug tracker. You can't just make up a project vision

[webkit-dev] Building webkit

2007-11-26 Thread Piyush Sharma
Hi All, I am trying to build Webkit Qt on Linux by using command *WebKit/WebKit Tools/Scripts/build-webkit --**qt* but i am getting the error * Cannot find file: \WebKit.pro. Failed to setup build environment using qmake*! Cud any one help me out... Thanks Regards Piyush

Re: [webkit-dev] Building webkit

2007-11-26 Thread Justin Haygood
Are you in the WebKit source directory (the one containing JavaScriptCore, WebCore, and yet another WebKit directory). If not, cd into that directory first, and then try rerunning that script again. Piyush Sharma wrote: Hi All, I am trying to build Webkit Qt on Linux by using command

[webkit-dev] Re: plugins for webkit gtk port

2007-11-26 Thread Alp Toker
zaheer ahmad wrote: hi, Is there any implementation of video plugin (flash player, quicktime etc) in the gtk webkit port. Plugin support (useful for compatibility with old binary plugins): http://bugs.webkit.org/show_bug.cgi?id=14750 [gtk] Implement plugin support in GTK backend Native

Re: [webkit-dev] Building webkit

2007-11-26 Thread Piyush Sharma
Tx... I did the same ... now i am getting the error *Qt/Linux builds JavaScriptCore/WebCore/WebKitQt in one shot! Only call it for 'WebKit'* Actually i have run the same source code on window and it is working fine i have doubt in *scripting *where something missing to build webkit... pls