Re: [webkit-dev] CSS Animation

2008-07-10 Thread Matt Lilek
On Jul 10, 2008, at 11:55 PM, Shakti Ashirvad wrote: Hi, I have gone through the blog "CSS Animation" and want to explore more about it. Where can I find the detailed CSS spec for Webkit CSS extentions. http://webkit.org/blog/138/css-animation/ I have gone through this link and want to

[webkit-dev] CSS Animation

2008-07-10 Thread Shakti Ashirvad
Hi, I have gone through the blog "CSS Animation" and want to explore more about it. Where can I find the detailed CSS spec for Webkit CSS extentions. http://webkit.org/blog/138/css-animation/ I have gone through this link and want to explore more. Thanks a lot. Regards, Shakti _

Re: [webkit-dev] Questions about WebKit

2008-07-10 Thread Brent Fulgham
Audrey, After rereading this, I have a couple of more comments. On Jul 10, 2008, at 4:00 AM, Nemix wrote: > I have to develop a Java application that will run on Mac OS, > Windows and > embedded system (mobile, PDA,...). > I haven't develop for this kind of application yet, so I need some > h

Re: [webkit-dev] Faster run-webkit-tests?

2008-07-10 Thread Dan Bernstein
On Jul 10, 2008, at 5:11 PM, Refstrup, Jacob Grundtvig wrote: > Hi, > > Has anyone looked into making run-webkit-tests run faster by taking > advantage of multiple CPUs? E.g. my workstation is 8gb, with 2 x > dual core and I think it'd do just fine in running 4-8 tests > simultaneously. > >

Re: [webkit-dev] Faster run-webkit-tests?

2008-07-10 Thread Darin Adler
On Jul 10, 2008, at 5:11 PM, Refstrup, Jacob Grundtvig wrote: > Has anyone looked into making run-webkit-tests run faster by taking > advantage of multiple CPUs? E.g. my workstation is 8gb, with 2 x > dual core and I think it'd do just fine in running 4-8 tests > simultaneously. > > If there

[webkit-dev] Faster run-webkit-tests?

2008-07-10 Thread Refstrup, Jacob Grundtvig
Hi, Has anyone looked into making run-webkit-tests run faster by taking advantage of multiple CPUs? E.g. my workstation is 8gb, with 2 x dual core and I think it'd do just fine in running 4-8 tests simultaneously. If there's no such work then I might start poking around. - Jacob __

Re: [webkit-dev] How to use webkit ?

2008-07-10 Thread Patrick Hanna
I don't think Android is the answer either. Most of the webkit port is very dependent on the Android OS and is not portable to other java frameworks. I think Brent is right when he said your question is very broad. If you are looking to write a java app that runs on multiple systems, JWebP

Re: [webkit-dev] How to use webkit ?

2008-07-10 Thread Gustavo Noronha Silva
On Thu, 2008-07-10 at 13:26 -0700, Nemix wrote: > supporting JavaScript. Another part, platform-dependent, so called "port", > is intended for communicating with network, rendering graphic content on the > screen and other devices, event handling, and other features. JWebPane is a > Java port, in w

Re: [webkit-dev] Nightlies for other platforms?

2008-07-10 Thread Michael(tm) Smith
Brent Fulgham <[EMAIL PROTECTED]>, 2008-07-10 11:41 -0700: > In addition to Mark's comments, you might consider looking at the > various Linux distributions. For example, Debian (the only > distribution I really keep track of) includes the epiphany browser > (for Gnome), which uses WebKit. Debia

Re: [webkit-dev] How to use webkit ?

2008-07-10 Thread Brent Fulgham
Hi, On Thu, Jul 10, 2008 at 9:09 AM, Nemix <[EMAIL PROTECTED]> wrote: > > I would like to try webkit cause I really need it for a project. I have to > develop in Java. > But I haven't any idea on "how can I start with webkit ?". I think your question is far to vague for anyone to help you. It's

Re: [webkit-dev] How to use webkit ?

2008-07-10 Thread Nemix
First of all : thank you :) On the link you give, there is an other link : http://weblogs.java.net/blog/ixmal/archive/2008/05/introducing_jwe.html On this link, it is said : "The WebKit architecture consists of two considerable parts. The first one is cross-platform, it is responsible for parsi

Re: [webkit-dev] Canvas 3D support in Webkit

2008-07-10 Thread Darin Adler
On Jul 7, 2008, at 9:52 PM, cem tozkoparan wrote: > I was wondering if there is(or will be) support for Canvas 3D in > WebKit similar to Opera and Mozilla. I don't think anyone has started work on this yet, but it seems like a good idea. It'd be great to match cross-browser rather than just b

Re: [webkit-dev] Nightlies for other platforms?

2008-07-10 Thread Brent Fulgham
Andre-John, >> Are there any plans to add Webkit nightlies for other platforms on the >> nightlies page? I am thinking Linux/Qt or Linux/Gtk. > > Creating nightly builds for the large number of platforms that the Qt > and Gtk ports support would be a large amount of work. Limiting > ourselves onl

Re: [webkit-dev] r35040 -- issue with gtk

2008-07-10 Thread Darin Adler
On Jul 10, 2008, at 9:58 AM, Refstrup, Jacob Grundtvig wrote: > With your recent change (r35040) to KURL.cpp in setRef() (line 708) > testing for isNull() rather than isEmpty() caused a problem on GTK > where called setRef("") which ends up being not being null (but > would have been empty).

[webkit-dev] r35040 -- issue with gtk

2008-07-10 Thread Refstrup, Jacob Grundtvig
Hi, With your recent change (r35040) to KURL.cpp in setRef() (line 708) testing for isNull() rather than isEmpty() caused a problem on GTK where called setRef("") which ends up being not being null (but would have been empty). This currently causes all file:// references to have added a '#' at

Re: [webkit-dev] How to use webkit ?

2008-07-10 Thread David Kilzer
Hi Nemix, In order to use WebKit with Java, you will have to provide a "JNI" (Java Native Interface) layer that lets Java "talk" to WebKit. You'll also have to provide a way for WebKit to "draw" within a Java application. (This is also a gross oversimplification of what may be required.) For

[webkit-dev] How to use webkit ?

2008-07-10 Thread Nemix
Hi, I would like to try webkit cause I really need it for a project. I have to develop in Java. But I haven't any idea on "how can I start with webkit ?". An IDE is needed (eclispe, ...) ? How can I do ? I'm a very newcomer... Can somebody help me to start please ? I have downloaded the Windows

Re: [webkit-dev] Query on running the test scripts

2008-07-10 Thread David Kilzer
The run-javascriptcore-tests script attempts to build JavaScriptCore and the testkjs/jsc tool before running the actual tests. If you haven't taught webkitdirs.pm how to build for your platform, it's not going to work. The line in the script that runs the actual test is this line: my $result =

[webkit-dev] Query on running the test scripts

2008-07-10 Thread Gargi Varun-DFXR46
Hi All We are trying to test javascriptcore using the scripts that we have in Dir \WebKit\WebKitTools\Scripts. We have build the webkit on Symbian UIQ. when we try running a script "run-javascriptcore-tests" from command prompt it gives some errors as follows The system cannot find th

[webkit-dev] Questions about WebKit

2008-07-10 Thread Nemix
Hi, (first of all : sorry for my english, I'm french ;) ) I have to develop a Java application that will run on Mac OS, Windows and embedded system (mobile, PDA,...). I haven't develop for this kind of application yet, so I need some help ;) Someone told me about WebKit to develop a cross plat

Re: [webkit-dev] Notifying a plugin it is in the background?

2008-07-10 Thread Sam Net
Hi, You could get some general information about plugin architecture by subscribing to *Late Night Cocoa* in iTunes. Episode 29 talks about plugin architecture. Here is a link where you can get further information: http://www.macdevnet.com/index.php/shows/latenightcocoa Home page: http:/