[webkit-dev] Question related with HitTest.

2011-12-03 Thread KwangHyuk Kim
Hi, all, I would like to get some idea related with HitTest. I tested simple test page by use safari and chrome browser and you can find test page from https://bugs.webkit.org/show_bug.cgi?id=73738. - chrome : Ver 15.0.874.121 m (window machine) - safari : Ver 5.1.2 (window machine) From the

[webkit-dev] Should WebKit require SQLite?

2011-12-03 Thread Ryosuke Niwa
Hi, Recent removal of OFFLINE_WEB_APPLICATIONS flag in http://trac.webkit.org/changeset/96123 made SQLite a new requirement to port WebKit. However, there are many operating systems and platforms (mostly embedding) into which SQLite hasn't been ported yet; e.g. http://www.monaos.org/. It seems

Re: [webkit-dev] Should WebKit require SQLite?

2011-12-03 Thread Benjamin Poulain
On Sat, Dec 3, 2011 at 10:47 AM, Ryosuke Niwa rn...@webkit.org wrote: It seems undesirable to increase the number of dependencies since being able to port easily is one of the strengths of WebKit. On the other hand, reducing the number of flags will certainly reduce the build system complexity

[webkit-dev] New to Webkit development: Eclipse under Linux?

2011-12-03 Thread Dave Tharp
Has anyone successfully configured Eclipse CDT for Webkit development and debugging (gdb) under Linux? I'd be interested in either : a) Some pointers for setting up Eclipse - or - b) Suggestions for a better (best?) alternative for development/debugging under Linux (other than vi / command

Re: [webkit-dev] Should WebKit require SQLite?

2011-12-03 Thread Sam Weinig
It seems acceptable to me to require SQLite. -Sam On Dec 3, 2011, at 10:47 AM, Ryosuke Niwa wrote: Hi, Recent removal of OFFLINE_WEB_APPLICATIONS flag in http://trac.webkit.org/changeset/96123 made SQLite a new requirement to port WebKit. However, there are many operating systems and

Re: [webkit-dev] New to Webkit development: Eclipse under Linux?

2011-12-03 Thread Philip Rogers
Dave, I've used EclipseCDT for Chromium and it works fairly well (syntax highlighting, debugging, etc). The instructions on this page have everything you'll need and should work for WebKit as well: http://code.google.com/p/chromium/wiki/LinuxEclipseDev Eclipse's GUI frontend to gdb does have

[webkit-dev] Timing attacks on CSS Shaders (was Re: Security problems with CSS shaders)

2011-12-03 Thread Adam Barth
On Mon, Oct 24, 2011 at 9:51 PM, Adam Barth aba...@webkit.org wrote: Personally, I don't believe it's possible to implement this feature securely, at least not using the approach prototyped by Adobe. However, I would love to be proven wrong because this is certainly a powerful primitive with

Re: [webkit-dev] Timing attacks on CSS Shaders (was Re: Security problems with CSS shaders)

2011-12-03 Thread Dean Jackson
On 04/12/2011, at 6:06 PM, Adam Barth wrote: On Mon, Oct 24, 2011 at 9:51 PM, Adam Barth aba...@webkit.org wrote: Personally, I don't believe it's possible to implement this feature securely, at least not using the approach prototyped by Adobe. However, I would love to be proven wrong

Re: [webkit-dev] Timing attacks on CSS Shaders (was Re: Security problems with CSS shaders)

2011-12-03 Thread Adam Barth
On Sat, Dec 3, 2011 at 11:37 PM, Dean Jackson d...@apple.com wrote: On 04/12/2011, at 6:06 PM, Adam Barth wrote: On Mon, Oct 24, 2011 at 9:51 PM, Adam Barth aba...@webkit.org wrote: Personally, I don't believe it's possible to implement this feature securely, at least not using the approach