Re: [webkit-dev] CSS Aspect Ratio Parsing Stage Up For Review

2011-10-25 Thread Fady Samuel
Awesome, thanks! Please take a look at the parsing stage at the moment. The original experimental diff was against WebKit 1 year ago, and, I will admit, is a bit hacky. If you're interested in moving this forward, I will fix it up once the parsing stage has been reviewed and landed. Thanks, Fady

Re: [webkit-dev] CSS Aspect Ratio Parsing Stage Up For Review

2011-10-25 Thread David Hyatt
I'll take a look. I really like the proposal and the property definition. dave (hy...@apple.com) On Oct 24, 2011, at 12:01 AM, Fady Samuel wrote: > Hi all, > > I've uploaded the parsing stage for the -webkit-aspect-ratio property that > was proposed here: > > http://www.xanthir.com/blog/b4810

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

2011-10-25 Thread Adam Barth
On Fri, Oct 21, 2011 at 1:43 PM, Eric Seidel wrote: > On Fri, Oct 21, 2011 at 1:37 PM, Nico Weber wrote: >> build-webkit will then use make instead of xcodebuild, and >> new-run-webkit-tests will use the make-produced binary. On my machine, >> this reduced full build times from 17 minutes to 12 m

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

2011-10-25 Thread Adam Barth
To follow up, Raphael found the problem and I just landed the patch (hopefully without breaking EFL). Thanks everyone. Adam On Tue, Oct 25, 2011 at 12:02 PM, Adam Barth wrote: > I'm sorry, but I feel like I'm being blocked by the EFL build system. > I tried the suggestion Raphael posted to the

Re: [webkit-dev] Reagarding Webkit Building

2011-10-25 Thread Jake
I would suggest using the Chromium port for windows. There is an embedding kit available here: http://code.google.com/p/chromiumembedded/ I've had good luck with it in the past. -Jake On Fri, Oct 21, 2011 at 6:32 AM, Bad Boys wrote: > Hi, > I am trying to build webkit on Window. Which already

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

2011-10-25 Thread Adam Barth
I'm sorry, but I feel like I'm being blocked by the EFL build system. I tried the suggestion Raphael posted to the bug to no avail, and I haven't heard back from you. I hope you won't be too offended if I land the patch as-is. Adam On Mon, Oct 24, 2011 at 6:09 PM, Adam Barth wrote: > Many than

Re: [webkit-dev] CSS Aspect Ratio Parsing Stage Up For Review

2011-10-25 Thread Fady Samuel
Hi Edward, Object fit doesn't solve quite the same problem. This property is meant to work with all kinds of boxes, except table cells. Fady On Tue, Oct 25, 2011 at 2:23 PM, Edward O'Connor wrote: > Hi Fady, > > You wrote: > > I've uploaded the parsing stage for the -webkit-aspect-ratio proper

Re: [webkit-dev] CSS Aspect Ratio Parsing Stage Up For Review

2011-10-25 Thread Edward O'Connor
Hi Fady, You wrote: > I've uploaded the parsing stage for the -webkit-aspect-ratio property > that was proposed here: > > http://www.xanthir.com/blog/b4810 […] > I was wondering if anyone would be interested in reviewing this and > getting this incorporated into WebKit? I think we should wait unt

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

2011-10-25 Thread Adam Barth
On Tue, Oct 25, 2011 at 10:07 AM, Dean Jackson wrote: > On 25/10/2011, at 9:49 AM, Adam Barth wrote: >>> Adam's point in the bug is that any operation that can access colour >>> channels might be able to perform a timing attack. This would include SVG >>> filters operating on HTML content withou

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

2011-10-25 Thread Dean Jackson
On 25/10/2011, at 9:49 AM, Adam Barth wrote: >> Adam's point in the bug is that any operation that can access colour >> channels might be able to perform a timing attack. This would include SVG >> filters operating on HTML content without any hardware acceleration. >> >> For this reason I'm st

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

2011-10-25 Thread Adam Barth
On Tue, Oct 25, 2011 at 3:14 AM, Dirk Schulze wrote: > Am 24.10.2011 um 21:51 schrieb Adam Barth: >>> I'd like to know what the actual threat of such timing attacks are. I've >>> seen claims of a maximum theoretical leak rate (in bits/s) but then counter >>> claims that since, in this case, it wou

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

2011-10-25 Thread Dean Jackson
On 25/10/2011, at 3:13 AM, Dirk Schulze wrote: >>> I'd like to know what the actual threat of such timing attacks are. I've >>> seen claims of a maximum theoretical leak rate (in bits/s) but then counter >>> claims that since, in this case, it would be hard to distinguish the >>> difference in

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

2011-10-25 Thread Dirk Schulze
Am 24.10.2011 um 21:51 schrieb Adam Barth: >> >> I'd like to know what the actual threat of such timing attacks are. I've >> seen claims of a maximum theoretical leak rate (in bits/s) but then counter >> claims that since, in this case, it would be hard to distinguish the >> difference in slo

[webkit-dev] run-webkit-tests on Webkit Windows

2011-10-25 Thread Yuan-Yi Chang
Hi all, I built the Webkit Windows successful on Windows XP 32-Bit and Windows 7 64Bit, and tried to extract the fonts from Mac OS X 10.6.2. But I still got lots of failed result by run-webkit-tests. Problems: 1. What is best development platform for Webkit Windows? 2. Some actual pixel re