Re: [webkit-dev] -khtml- and -apple- CSS prefixes

2013-03-01 Thread Maciej Stachowiak
I think we'll want to take these out for Apple ports as soon as we can check prevalence in older Apple-specific content (e.g. Dashboard widgets). - Maciej On Feb 28, 2013, at 6:02 PM, Adam Barth wrote: > I noticed this comment on the Hacker News thread about Paul Irish's > recent blog post:

Re: [webkit-dev] 32-bit WebKit Nighly build APPLICATION ?

2013-03-01 Thread Mark Rowe
On 2013-03-01, at 11:48, Mark Gilbert wrote: > Hi Folks. > > Does anyone know if the WebKit Nightly build app is / can be built as a > 32-bit capable binary app ? > > I note that forcing WebKit to start up in 32-bit mode throws an error - > relating to a path in the /Applications/Safari dire

[webkit-dev] 32-bit WebKit Nighly build APPLICATION ?

2013-03-01 Thread Mark Gilbert
Hi Folks. Does anyone know if the WebKit Nightly build app is / can be built as a 32-bit capable binary app ? I note that forcing WebKit to start up in 32-bit mode throws an error - relating to a path in the /Applications/Safari directory. Even tho Safari itself is quite happy to launch in 32

Re: [webkit-dev] Kickstarting the migration of platform-specific WebCore source code to Source/Platform

2013-03-01 Thread Arunprasad Rajkumar
Hi Balazs, Then the role of the new platform layer sounds similar like existing one :) Only it will be moved from Source/WebCore/platform from Source/Platform. Instead of having extra capabilities under a preprocessor define, why can't we define a class which has a superset of all platform capabil

Re: [webkit-dev] Kickstarting the migration of platform-specific WebCore source code to Source/Platform

2013-03-01 Thread Balazs Kelemen
On 03/01/2013 06:03 PM, Arunprasad Rajkumar wrote: Hi, Please ignore if it is really out of context. It would be nice to define a Class by Class roles/responsibilities/expectations from Platform layer before starting implementation. May be it is a kind of Class/Function standardization proce

Re: [webkit-dev] -khtml- and -apple- CSS prefixes

2013-03-01 Thread David Hyatt
I agree with you that this would be pretty terrible. We definitely don't want developers doing that. dave On Feb 28, 2013, at 8:02 PM, Adam Barth wrote: > I noticed this comment on the Hacker News thread about Paul Irish's > recent blog post: > > ---8<--- > "CSS parsing is the same, though. S

Re: [webkit-dev] Kickstarting the migration of platform-specific WebCore source code to Source/Platform

2013-03-01 Thread Arunprasad Rajkumar
Hi, Please ignore if it is really out of context. It would be nice to define a Class by Class roles/responsibilities/expectations from Platform layer before starting implementation. May be it is a kind of Class/Function standardization process :). I agree that currently we have standardized platf

Re: [webkit-dev] Kickstarting the migration of platform-specific WebCore source code to Source/Platform

2013-03-01 Thread Žan Doberšek
On Fri, Mar 1, 2013 at 12:43 PM, Jesus Sanchez-Palencia wrote: > Hi, > > 2013/2/28 Darin Adler : > > To do this, we need to eliminate dependencies from the platform > directory to the rest of WebCore. > > > > At this time, we are far from that. Many dependencies on the DOM and > other such things

Re: [webkit-dev] Kickstarting the migration of platform-specific WebCore source code to Source/Platform

2013-03-01 Thread Žan Doberšek
On Thu, Feb 28, 2013 at 10:02 PM, Maciej Stachowiak wrote: > > I think Adam's old plan for the Platform directory was to migrate from > WebCore/platform piece-by-piece, starting with related groups of classes > that are already free of layering violations. That seems like a sensible > approach to

[webkit-dev] Identities and affiliation data

2013-03-01 Thread Jesus M. Gonzalez-Barahona
Dear WebKit developers, Maybe you already know that we at Bitergia are working on the analysis of your community [1]. Our analysis is based in part on your WebKit team wiki page [2] and in your committers.py file [3]. In the process for our analysis, we have consolidated and (hopefully) improved t

Re: [webkit-dev] Kickstarting the migration of platform-specific WebCore source code to Source/Platform

2013-03-01 Thread Jesus Sanchez-Palencia
Hi, 2013/2/28 Darin Adler : > To do this, we need to eliminate dependencies from the platform directory to > the rest of WebCore. > > At this time, we are far from that. Many dependencies on the DOM and other > such things have crept into the platform directory. I would be happy to help fixing

Re: [webkit-dev] WebKit Perf Monitor (perf.webkit.org) has been launched

2013-03-01 Thread Thiago Marcos P. Santos
On Mon, Feb 25, 2013 at 5:24 AM, Ryosuke Niwa wrote: > Hi all, > > We've replaced webkit-perf.appspot.com by perf.webkit.org. > webkit-perf.appspot.com will be phased-out in the coming weeks. > > I'm going to check in the source code of perf.webkit.org into WebKit > repository in coming months. T