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

2013-02-28 Thread Adam Barth
I noticed this comment on the Hacker News thread about Paul Irish's recent blog post: ---8<--- "CSS parsing is the same, though. Slurping up your CSS and turning it into CSSOM’s pretty standard. Yeah, though Chrome accepts just the -webkit- prefix whereas Apple and other ports accept legacy prefix

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

2013-02-28 Thread Ryosuke Niwa
Note that the released version of Safari has a bug where it doesn't load JSON properly. To work around this issue, open Inspector and reload. It works just fine on WebKit nightly builds. On Sun, Feb 24, 2013 at 7:24 PM, Ryosuke Niwa wrote: > Hi all, > > We've replaced webkit-perf.appspot.com by

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

2013-02-28 Thread Darin Adler
On Feb 28, 2013, at 1: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 me

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

2013-02-28 Thread Maciej Stachowiak
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 me as it allows the work to happen incrementally. - Maciej On F

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

2013-02-28 Thread Žan Doberšek
On Thu, Feb 28, 2013 at 6:31 PM, Darin Adler wrote: > There may be a misunderstand of what the “platform layer” is. > > We should not move all platform-specific files into the platform > directory! Please do not make the changes in bug 110330 until we have > discussed this. > > The idea is not th

Re: [webkit-dev] Philip Rogers is now a Reviewer

2013-02-28 Thread Dirk Schulze
Congratulations Philip! :) Greetings Dirk On Feb 28, 2013, at 12:11 PM, "Levi Weintraub" mailto:le...@chromium.org>> wrote: Congratulations, Mr. Rogers! On Thu, Feb 28, 2013 at 12:09 PM, Eric Seidel mailto:e...@webkit.org>> wrote: Nice to have another hand for SVG reviews. :) Grats to pdr!

Re: [webkit-dev] Philip Rogers is now a Reviewer

2013-02-28 Thread Ryosuke Niwa
Congrats! On the other hand, now you'll get my perf. test patches on your way :P On Thu, Feb 28, 2013 at 12:11 PM, Levi Weintraub wrote: > Congratulations, Mr. Rogers! > > > On Thu, Feb 28, 2013 at 12:09 PM, Eric Seidel wrote: > >> Nice to have another hand for SVG reviews. :) >> >> Grats to p

Re: [webkit-dev] Philip Rogers is now a Reviewer

2013-02-28 Thread Levi Weintraub
Congratulations, Mr. Rogers! On Thu, Feb 28, 2013 at 12:09 PM, Eric Seidel wrote: > Nice to have another hand for SVG reviews. :) > > Grats to pdr! > > ___ > webkit-dev mailing list > webkit-dev@lists.webkit.org > https://lists.webkit.org/mailman/list

[webkit-dev] Philip Rogers is now a Reviewer

2013-02-28 Thread Eric Seidel
Nice to have another hand for SVG reviews. :) Grats to pdr! ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

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

2013-02-28 Thread Darin Adler
On Feb 28, 2013, at 10:23 AM, John Yani wrote: > If I understood correctly, the idea is that WebCore should depend on > "platform", not vice versa. > > Still, while "platform" provides platform independent API to WebCore, it has > platform-specific bits. > > Did I get the idea correctly? Tha

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

2013-02-28 Thread John Yani
If I understood correctly, the idea is that WebCore should depend on "platform", not vice versa. Still, while "platform" provides platform independent API to WebCore, it has platform-specific bits. Did I get the idea correctly? ___ webkit-dev mailing li

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

2013-02-28 Thread Darin Adler
On Feb 28, 2013, at 9:31 AM, Darin Adler wrote: > minimize the need for platform-independent code minimize the need for platform-specific code Moving all the platform-specific bits of various parts of WebCore away from the code they are tightly integrated with and into a “all platform-specific

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

2013-02-28 Thread Darin Adler
There may be a misunderstand of what the “platform layer” is. We should not move all platform-specific files into the platform directory! Please do not make the changes in bug 110330 until we have discussed this. The idea is not that all platform-specific code is in the WebCore/platform directo

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

2013-02-28 Thread Žan Doberšek
Hi WebKittens, in the 'WebKit wishes' thread earlier this month a desire was again expressed for WebCore to be platform-independent. One part of getting closer to realizing that desire is to move all the platform layer code under Source/Platform. I've completed two patches while working on doing