Re: [webkit-dev] How can Webkit support npapi plugin??

2010-01-26 Thread douchuan
npapi is Browser dependent. That's why there are different flash plugins for Linux and Win depend on different Browser. michael young 写道: Hi all I got a NPAPI plugin, and it's work well on firefox, but it cannot work for Webkit(Qt). so someone can tell me how the NPAPI plugin work on

Re: [webkit-dev] About debug of webkit

2010-01-06 Thread douchuan
It's so *bored of compiling codes on Win directly. Maybe you could try it on Qt or GTK on linux. Qt 4.6 Brower contains stable webkit codes and build Qt on Win is easy. * changjiang fu fcjjcf 写道: Hi, I want to get some help from you about running webkit. I want to build and run webkit on

Re: [webkit-dev] Tech Talk on WebKit

2010-01-05 Thread douchuan
Excellent. Is there PPT about the tech? Sadly, I Can't access youtube from China. :( Thanks. Jeremy Orlow 写道: (Oops, I meant to post this before the holidays but completely forgot. Better late than never I suppose?) A couple weeks ago, Eric Seidel gave a tech talk to a live studio audience

Re: [webkit-dev] Where jni_jsobject.cpp has gone?

2009-08-30 Thread douchuan
Thanks, uh...i need to port it myself to C++ Darin Adler 写道: WebCore/bridge/jni/jni_jsobject.mm The mm extension is because it’s an Objective C++ source file. -- Darin ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] Where jni_jsobject.cpp has gone?

2009-08-28 Thread douchuan
The code is call JS from Java, but I can't find it anymore in new WebKit Release version ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] Is there a way to call JavaScript easily

2009-08-04 Thread douchuan
I'm doing a research that extends Java to a dynamic language using JavaScript. I have readed some docs about SpiderMonkey, Rhino, JavaScriptCore, but lots of information just about how to call Java from JS easily, but there isn't any information how to call JS from Java. Is there possibility about

[webkit-dev] I have a problem with CSS

2009-02-10 Thread douchuan
When I open a html file by file://.../a.html(file:// proto), the CSS function can't work, but when I open a html file by http://127.0.0.1/.../a.html;(my apache server), everything is fine again. How do i debug it? I want to know where does CSS implements has been defined in webkit, and how does it

[webkit-dev] It isn't easy to create new data type.

2009-02-10 Thread douchuan
I'm working hard on webkit to enable it to support some Widgets , such as S60 and NFB widgets. But I found that it isn't easy to create new data types by IDL style, it's fussy and fallible(when i make a mistake then there are so many compiling errors). Is there better way? Thanks best regards