[webkit-dev] need help with adding javascript commands to browser.

D.J. Barrow barrow_dj at yahoo.com
Thu Oct 6 01:35:26 PDT 2011


Hi there,
I've generated

 WebKit/Source/WebCore/page
digiplayer.cpp
digiplayer.h
and digiplayer.idl

The idl file looks as follows

module window {
    interface [
    LegacyDefaultOptionalArguments,
        OmitConstructor
    ] digiplayer {
                 void videoSetup(in DOMString url,
                   in boolean play_immeadiately,
                   in boolean eject_on_finish,
                   in long x,
                   in long y,
                   in long width,
                   in long height);
    };
}

will  LegacyDefaultOptionalArguments
support the 7 arguments or will I need to
do a Custom argument handler.

I'm using the browser in an embedded mips linux platform.
The code is linking to build/WebCore/libwebcore_efl.a
but not managing to do the final link to
build/WebKit/libewebkit.so 

Any help would be greatly appreciated & God bless.




D.J. Barrow Linux kernel developer
email: dj_barrow at ariasoft.ie
Mobile Ireland: +353-86-1715438
www.travelsmart.ie, everyones favourite carpool website, works beautifully on the apple iphone
www.warehog.com, & you thought ebay was good
www.ariasoft.ie, See my GPL contributions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-dev/attachments/20111006/899bf04f/attachment.html>


More information about the webkit-dev mailing list