[webkit-dev] Fwd: build-webkit stopped working for me

2012-10-21 Thread Eric Seidel
Is Snow Leopard deprecated? Dave (WebKit's MathML guy) is reporting trouble building the Apple Mac port on Snow Leopard. We don't seem to have a Snow Leopard bot on: http://build.webkit.org/console?category=AppleMac so it seems totally concievable that it's broken. If it is deprecated, I'm

Re: [webkit-dev] build-webkit stopped working for me

2012-10-21 Thread Maciej Stachowiak
Apple did not ship the last release of Safari to SnowLeopard and we have no plans to maintain SnowLeopard support on trunk. We haven't actively ripped out SL-specific ifdefs because we were under the impression that the Chromium port still targets SL and sometimes uses Mac code paths. That

Re: [webkit-dev] build-webkit stopped working for me

2012-10-21 Thread Dirk Pranke
On Sun, Oct 21, 2012 at 2:17 PM, Maciej Stachowiak m...@apple.com wrote: Apple did not ship the last release of Safari to SnowLeopard and we have no plans to maintain SnowLeopard support on trunk. We haven't actively ripped out SL-specific ifdefs because we were under the impression that the

Re: [webkit-dev] build-webkit stopped working for me

2012-10-21 Thread Eric Seidel
Thank you both for the clarification. On Sun, Oct 21, 2012 at 2:21 PM, Dirk Pranke dpra...@chromium.org wrote: On Sun, Oct 21, 2012 at 2:17 PM, Maciej Stachowiak m...@apple.com wrote: Apple did not ship the last release of Safari to SnowLeopard and we have no plans to maintain SnowLeopard

[webkit-dev] New CSS3 feature : text-justify

2012-10-21 Thread DongWoo Im
Dear WebKit, I would like to let you know that I'm trying to implement a new CSS3 feature which name is text-justify. The specification link is here : http://dev.w3.org/csswg/css3-text/#text-justify0 This property selects the justification method used when a line's alignment is set to

Re: [webkit-dev] Client application links to JavaScriptCore instead of std lib

2012-10-21 Thread Zoltan Horvath
Hi Dipak! Add this define to your build configuration: USE_SYSTEM_MALLOC=1 Cheers, Zoltan On Sat, Oct 20, 2012 at 6:51 PM, dipak kumar mail.di...@gmail.com wrote: Hi Zoltan, Thanks a lot for your prompt reply. I am not aware where to make this change in the visual studio as I am building