[webkit-help] IDL, bindings and implementation

2011-07-18 Thread Michał Ostrowski
Hi, I've a question regarding custom dom object generation and it's js bindings. as far as i understand if i want to create new dom object i need 3 files: *.h, *.cpp and idl. During compilation scripts(which one? generate-bindings.pl?) generate bindings between dom object and cpp code.

[webkit-help] enabling/disabling different modules when building WebKit

2011-07-18 Thread Martin Soch
Hi all, I would like to ask whether it is possible to define what functionality will be included when building WebKit, I mean if CSS is supported or if JavaScript is available, etc. My aim is to reduce the size of the binary (static) by removing Thanks Martin

[webkit-help] enabling/disabling different modules when building WebKit

2011-07-18 Thread Martin Soch
Hi all, I would like to ask whether it is possible to define what functionality will be included when building WebKit, I mean if CSS is supported or if JavaScript is available, etc. My aim is to reduce the size of the binary (static) by removing some particular features (SVG, CSS, Javascipt,

Re: [webkit-help] enabling/disabling different modules when building WebKit

2011-07-18 Thread Ariya Hidayat
I would like to ask whether it is possible to define what functionality will be included when building WebKit... build-webkit script has a bunch of options for that, run it with --help argument. -- http://www.google.com/search?q=ariya+hidayat ___

Re: [webkit-help] IDL, bindings and implementation

2011-07-18 Thread Julien Chaffraix
I've a question regarding custom dom object generation and it's js bindings. as far as i understand  if i want to create new dom object i need 3 files: *.h, *.cpp and idl. If you don't have any JS bindings, the IDL is not needed. Also depending on what you want to achieve, you may have 2

[webkit-help] webkit build error : fatal error C1033: cannot open program database ''

2011-07-18 Thread narendra r
Hi, I am trying to build the webkit source and i am getting some strange error listed below. Looks like some Visual stdio config/setting issue, but i am not getting any clue how to go about now. I had followed the steps given in http://www.webkit.org/building/build.html.