Re: [webkit-dev] NeedHelp_In_SpatialNavigation

2011-10-24 Thread Sanjeet Pratap Singh
Hi, Thanks for your answers. I am looking for some way to reduce the whole DOM traversal. Meanwhile, I am trying for multi-threading in Spatial Navigation. So, in the same context, have you experienced any place in Sp. Navigation, which needs multiple threads for a better response. Thanks & Reg

Re: [webkit-dev] use binary webkit

2011-10-24 Thread Martin Robinson
On Sun, Oct 23, 2011 at 8:58 AM, Eric Seidel wrote: > I'm told there is a Win-Cairo port of WebKit: > http://trac.webkit.org/wiki/BuildingCairoOnWindows > but I don't know how well it works. The WinCairo port is always improving. It has a buildbot which even runs tests now. In my experience it's

Re: [webkit-dev] NeedHelp_In_SpatialNavigation

2011-10-24 Thread Ryosuke Niwa
Keep in mind that the nearest node is ambigous when the caret is between two nodes. It can give you either before or after the caret and each side may have multiple nodes. e.g when the caret is between test and test2, you can get either one of four nodes (b, "test", i, "test2"). - Ryosuke On Oct

[webkit-dev] Help with CMake build system

2011-10-24 Thread Adam Barth
CMake build system experts: I'm having trouble adding a new code generator to the CMake build system in this bug: https://bugs.webkit.org/show_bug.cgi?id=70659 Would you be willing to take a look and help me not break the EFL build? Thanks, Adam ___ w

Re: [webkit-dev] Help with CMake build system

2011-10-24 Thread Gyuyoung Kim
Hello Adam, I am taking a look the efl build break now. I will let you know when I fix it. Cheers, Gyuyoung. > -Original Message- > From: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev- > boun...@lists.webkit.org] On Behalf Of Adam Barth > Sent: Tuesday, October 25, 2011 6:48 AM

Re: [webkit-dev] Help with CMake build system

2011-10-24 Thread Adam Barth
Many thanks. Adam On Oct 24, 2011 4:14 PM, "Gyuyoung Kim" wrote: > Hello Adam, > > I am taking a look the efl build break now. I will let you know when I fix > it. > > Cheers, > Gyuyoung. > > > -Original Message- > > From: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev- > > boun

Re: [webkit-dev] Windows Release (Build) failed compile-webkit

2011-10-24 Thread Yuan-Yi Chang
Hi all, The problem has been solved now (r98306). Just do svn update & build it again. Thanks for developers. Best Regards, Yuan-Yi Chang Yuan-Yi Chang 於 2011年10月24日下午1:36 寫道: > Hi, > > I checkout the webkit code, but I cannot build it with some errors. > > And BuildBot information (http://bui

Re: [webkit-dev] Starting implementation on W3C Filter Effects

2011-10-24 Thread Dean Jackson
On 22/09/2011, at 11:30 AM, Dean Jackson wrote: > Dirk (known in these parts as krit) reminded me that I had not emailed > webkit-dev about the plans to start an implementation of W3C's new Filter > Effects specification. > > https://dvcs.w3.org/hg/FXTF/raw-file/tip/filters/publish/Filters.ht

[webkit-dev] Security problems with CSS shaders (was Re: Starting implementation on W3C Filter Effects)

2011-10-24 Thread Adam Barth
On Mon, Oct 24, 2011 at 9:02 PM, Dean Jackson wrote: > On 22/09/2011, at 11:30 AM, Dean Jackson wrote: >> Dirk (known in these parts as krit) reminded me that I had not emailed >> webkit-dev about the plans to start an implementation of W3C's new Filter >> Effects specification. >> >> https://dv

Re: [webkit-dev] QtWebKit 2.2 Build on Windows with Audio/Video Support

2011-10-24 Thread Dev D
Yep, i already figured that - Thanks anyways Dev D On Sun, Oct 23, 2011 at 10:34 PM, Alexis Menard wrote: > Hi, > > On Fri, Oct 21, 2011 at 5:21 PM, Dev D wrote: > > Hello Everyone, > > I am trying to build QtWebkit 2.2 on windows using MSVC. I didn't find a > set > > of instructions for this

Re: [webkit-dev] Security problems with CSS shaders (was Re: Starting implementation on W3C Filter Effects)

2011-10-24 Thread Dean Jackson
On 24/10/2011, at 9:08 PM, Adam Barth wrote: > How have you solved the security problems with CSS Shaders? > Specifically, timing attacks can be used to extract image information > passed to shaders and many things WebKit renders are sensitive and > should not be exposed to the web site (e.g., th

Re: [webkit-dev] Security problems with CSS shaders (was Re: Starting implementation on W3C Filter Effects)

2011-10-24 Thread Adam Barth
On Mon, Oct 24, 2011 at 9:38 PM, Dean Jackson wrote: > On 24/10/2011, at 9:08 PM, Adam Barth wrote: >> How have you solved the security problems with CSS Shaders? >> Specifically, timing attacks can be used to extract image information >> passed to shaders and many things WebKit renders are sensit

Re: [webkit-dev] [chromium] make build for chromium/mac (build twice as fast!) & clang for chromium/linux

2011-10-24 Thread Nico Weber
If you're now getting clang: error: unable to execute command: posix_spawn failed: Exec format error when ld is running, you're probably using Dave Levin's fake ld script without a she-bang line. Add "#!/bin/bash" to the first line of your /usr/bin/ld script in that case. (Or, if you're using t