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

2011-10-06 Thread D.J. Barrow
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_bar...@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___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


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

2011-10-06 Thread Ariya Hidayat
I'm not sure Digiplayer is some sort of web standards we want to
implement in WebKit project.

See http://www.webkit.org/contact.html, this kind of question should
have been sent to webkit-help first.


-- 
Ariya Hidayat, http://ariya.ofilabs.com
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev