Re: [webkit-dev] Image Reflection using webkit

2008-07-15 Thread David Kilzer
Then the GTK port probably hasn't implemented what's needed to use these features yet. Dave On Tue, 7/15/08, aalap shah <[EMAIL PROTECTED]> wrote: > Hi, > Im using GTKlauncher with GTKport using webkit r33943 > version > > On Tue, Jul 15, 2008 at 8:04 PM, David Kilzer > <[EMAIL PROTECTED]> wr

Re: [webkit-dev] Image Reflection using webkit

2008-07-15 Thread David Kilzer
Which version(s) of WebKit are you using? This only currently works in the Mac or Windows Nightly builds, or on tip-of-tree WebKit if you're compiling your own: http://nightly.webkit.org/ Dave On Tue, 7/15/08, aalap shah <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to reflect an image

[webkit-dev] Image Reflection using webkit

2008-07-15 Thread aalap shah
Hi, I am trying to reflect an image i have set the following property in css file for the image id -webkit-box-reflect: below 25px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.5, transparent), to(white)); but it is not getting reflected I have referred to link

[webkit-dev] Native JSON parser

2008-07-15 Thread Adam Barth
Hi folks, Maceij suggested that I email this list to let you folks know that I'm working on a native JSON parser for WebKit. JSON is a popular format for transferring data on the web. Most sites that use JSON parse JSON strings using eval(), which is dangerous if the strings come from an untrust

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

2008-07-15 Thread Alexey Proskuryakov
On Jul 15, 2008, at 4:49 AM, Andre-John Mas wrote: >> I'm running tests with --threaded all the time, and that mostly works >> fine for me. There is a test or two that cause out of memory >> conditions, which sometimes makes secondary threads crash (as we only >> check for such at a few places wh