[webkit-dev] question about a changeset

2012-12-03 Thread Luka Napotnik
Hello. For my development purposes I'm using the Gtk+ 3 port of WebKit (webkitgtk 1.10). I was trying to use 'display:-webkit-flex' feature which should be available in webkit sources at least 7 months now as of changeset:117385 [1] which is a patch to bug 86529 [2]. But as it seems that this

[webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Alexis Menard
Hi everyone, I wanted to let you know that I have added the new CSS3 background-position offsets support to WebKit. This support is behind the ENABLE_CSS3_BACKGROUND feature define and it's disabled by default on all ports. I took the conservative approach despite it's a cool feature. Long

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 4:51 AM, Alexis Menard ale...@webkit.org wrote: Hi everyone, I wanted to let you know that I have added the new CSS3 background-position offsets support to WebKit. This support is behind the ENABLE_CSS3_BACKGROUND feature define and it's disabled by default on all

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Alexis Menard
On Mon, Dec 3, 2012 at 10:19 AM, Dirk Schulze dschu...@adobe.com wrote: On Dec 3, 2012, at 4:51 AM, Alexis Menard ale...@webkit.org wrote: Hi everyone, I wanted to let you know that I have added the new CSS3 background-position offsets support to WebKit. This support is behind the

Re: [webkit-dev] [Build error]

2012-12-03 Thread Rakesh Sadhu
Hi Nagarjuna,Please mention what Visual studio you are using , which revision of webkit you using as well?regardsrsadhu Date: Mon, 3 Dec 2012 17:21:48 +0530 From: nagarjuna.atl...@gmail.com To: webkit-dev@lists.webkit.org Subject: [webkit-dev] [Build error] Hi all Build started:

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 5:31 AM, Alexis Menard ale...@webkit.org wrote: On Mon, Dec 3, 2012 at 10:19 AM, Dirk Schulze dschu...@adobe.com wrote: On Dec 3, 2012, at 4:51 AM, Alexis Menard ale...@webkit.org wrote: Hi everyone, I wanted to let you know that I have added the new CSS3

Re: [webkit-dev] question about a changeset

2012-12-03 Thread Žan Doberšek
The 1.10 branch doesn't enable CSS3 flexbox support by default. To use -webkit-flex you have to recompile WebKitGTK+ with CSS3 flexbox enabled, i.e. passing --enable-css3-flexbox to the configure script. http://trac.webkit.org/browser/releases/WebKitGTK/webkit-1.10/configure.ac#L1010

Re: [webkit-dev] question about a changeset

2012-12-03 Thread Luka Napotnik
Thanks. I had a hunch that this would be the case. Greets. On Mon, Dec 3, 2012 at 2:55 PM, Žan Doberšek zandober...@gmail.com wrote: The 1.10 branch doesn't enable CSS3 flexbox support by default. To use -webkit-flex you have to recompile WebKitGTK+ with CSS3 flexbox enabled, i.e. passing

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Alexis Menard
On Mon, Dec 3, 2012 at 10:42 AM, Dirk Schulze dschu...@adobe.com wrote: On Dec 3, 2012, at 5:31 AM, Alexis Menard ale...@webkit.org wrote: On Mon, Dec 3, 2012 at 10:19 AM, Dirk Schulze dschu...@adobe.com wrote: On Dec 3, 2012, at 4:51 AM, Alexis Menard ale...@webkit.org wrote: Hi everyone,

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 6:12 AM, Alexis Menard ale...@webkit.org wrote: On Mon, Dec 3, 2012 at 10:42 AM, Dirk Schulze dschu...@adobe.com wrote: On Dec 3, 2012, at 5:31 AM, Alexis Menard ale...@webkit.org wrote: On Mon, Dec 3, 2012 at 10:19 AM, Dirk Schulze dschu...@adobe.com wrote: On Dec

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Alexis Menard
On Mon, Dec 3, 2012 at 12:08 PM, Dirk Schulze dschu...@adobe.com wrote: On Dec 3, 2012, at 6:12 AM, Alexis Menard ale...@webkit.org wrote: On Mon, Dec 3, 2012 at 10:42 AM, Dirk Schulze dschu...@adobe.com wrote: On Dec 3, 2012, at 5:31 AM, Alexis Menard ale...@webkit.org wrote: On Mon, Dec

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Simon Fraser
On Dec 3, 2012, at 4:51 AM, Alexis Menard wrote: I plan to enable it by default on Qt and EFL ports this week. If somebody wants me to enable it on their ports please tell me, I'll be happy to do it. I think it's preferable to enable for all ports if you think it's ready. In general,

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 8:43 AM, Simon Fraser simon.fra...@apple.com wrote: On Dec 3, 2012, at 4:51 AM, Alexis Menard wrote: I plan to enable it by default on Qt and EFL ports this week. If somebody wants me to enable it on their ports please tell me, I'll be happy to do it. I think it's

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Benjamin Poulain
On Mon, Dec 3, 2012 at 11:11 AM, Dirk Schulze dschu...@adobe.com wrote: Why does this feature have a flag at all? background-position with up to 4 arguments is specified with CSS3 background and borders. There are three major implementations with this feature. So we are just catching up. If

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 12:07 PM, Benjamin Poulain benja...@webkit.org wrote: On Mon, Dec 3, 2012 at 11:11 AM, Dirk Schulze dschu...@adobe.com wrote: Why does this feature have a flag at all? background-position with up to 4 arguments is specified with CSS3 background and borders. There are three

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Benjamin Poulain
On Mon, Dec 3, 2012 at 12:59 PM, Dirk Schulze dschu...@adobe.com wrote: Depends on the future. But for such a small patch, a new flag seems to be overdone. I looked into the patch, and adding the flag caused more code, then the actual feature (even if the computed style is missing). I believe

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 1:15 PM, Benjamin Poulain benja...@webkit.org wrote: On Mon, Dec 3, 2012 at 12:59 PM, Dirk Schulze dschu...@adobe.com wrote: Depends on the future. But for such a small patch, a new flag seems to be overdone. I looked into the patch, and adding the flag caused more code,

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Alexis Menard
On Dec 3, 2012 6:21 PM, Dirk Schulze dschu...@adobe.com wrote: On Dec 3, 2012, at 1:15 PM, Benjamin Poulain benja...@webkit.org wrote: On Mon, Dec 3, 2012 at 12:59 PM, Dirk Schulze dschu...@adobe.com wrote: Depends on the future. But for such a small patch, a new flag seems to be overdone.

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Dirk Schulze
On Dec 3, 2012, at 2:54 PM, Alexis Menard ale...@webkit.org wrote: On Dec 3, 2012 6:21 PM, Dirk Schulze dschu...@adobe.com wrote: On Dec 3, 2012, at 1:15 PM, Benjamin Poulain benja...@webkit.org wrote: On Mon, Dec 3, 2012 at 12:59 PM, Dirk Schulze dschu...@adobe.com wrote:

Re: [webkit-dev] Adding CSS3 background-position offsets.

2012-12-03 Thread Julien Chaffraix
On Mon, Dec 3, 2012 at 12:59 PM, Dirk Schulze dschu...@adobe.com wrote: Depends on the future. But for such a small patch, a new flag seems to be overdone. I looked into the patch, and adding the flag caused more code, then the actual feature (even if the computed style is missing). I

[webkit-dev] Multiprocess networking in WebKit

2012-12-03 Thread Adam Barth
There's been a somewhat fragmented discussion across webkit-dev and various bugs about how we ought to approach multiprocess networking in WebKit. In an attempt to organize my thoughts, I wrote up a short design document that compares various approaches:

Re: [webkit-dev] about drag drop support for touch based devices

2012-12-03 Thread Varun Jain
I recently added touch based drag/drop for chromium in general ( https://bugs.webkit.org/show_bug.cgi?id=101545) Note that except for the initiation of drag, webkit drag/drop infrastructure does not depend on the device. So its mostly the embedder's responsibility to provide the relevant

Re: [webkit-dev] Multiprocess networking in WebKit

2012-12-03 Thread Michael Nordman
About MemCache considerations, you list these options... * Do not share storage * Share storage but hits in remote caches are asynchronous * Share storage and all cache hits are serviced synchronously Is there a fourth option? * Share storage and all cache hits are async in all cases (the

Re: [webkit-dev] Multiprocess networking in WebKit

2012-12-03 Thread Maciej Stachowiak
On Dec 3, 2012, at 5:18 PM, Michael Nordman micha...@google.com wrote: About MemCache considerations, you list these options... * Do not share storage * Share storage but hits in remote caches are asynchronous * Share storage and all cache hits are serviced synchronously Is there a fourth