Re: [webkit-dev] AX: Implement CSS -webkit-alt property (text alternative for generated content pseudo-elements ::before and ::after)

2013-10-07 Thread Dirk Schulze
I am all for accessibility! But isn't the idea to keep content out of CSS so that it does not interfere with accessibility as much as possible? The main problem with the 'content' property is that it is not accessible. Why I really think it should not be used for more than symbols. ARIA and

[webkit-dev] 答复: Proposal: Use ICU in WebKit code

2013-10-07 Thread Chen Zhixiang
Hi, our internal project is using WinCE port(near 2012-08 code edition) The WinCE port default is NOT supporting ICU, because icu can't compile on WinCE 6.0 (which is ARM little-endian, and use VS2008's crossing-compiler) So it can not take link-break and word-break other than English words. But

Re: [webkit-dev] Proposal: Use ICU in WebKit code

2013-10-07 Thread Patrick Gansterer
On 05.10.2013, at 19:13, Brent Fulgham wrote: The WinCairo port is as close to the AppleWin port as possible. It uses ICU and I have no intention of changing that. The WinCE port is maintained by Patrick Gangsterer. I believe that this port does not want to use ICU, preferring to use the

Re: [webkit-dev] GCC version consistency on EFL bots?

2013-10-07 Thread Gyuyoung Kim
Hello, We finished to upgrade EFL 32bit buildbot to Ubuntu 13.04. I will try that all EFL bots have same gcc version. Thanks, Gyuyoung. On Mon, Oct 7, 2013 at 12:33 PM, Gyuyoung Kim gyuyoung@webkit.orgwrote: Hello Karen, Thank you for good information. However, as Andreas said, it is

Re: [webkit-dev] Status of the Blackberry port

2013-10-07 Thread Eli Fidler
Yes, it's still being maintained by the folks here at BlackBerry. Eli On 13-10-05 7:12 PM, Sam Weinig wei...@apple.com wrote: Hello, Can anyone comment on the status of the Blackberry port? Is it still being maintained? -Sam ___ webkit-dev

Re: [webkit-dev] Proposal: Use ICU in WebKit code

2013-10-07 Thread Darin Adler
On Oct 7, 2013, at 1:34 AM, Patrick Gansterer par...@paroga.com wrote: On 05.10.2013, at 19:13, Brent Fulgham wrote: The WinCairo port is as close to the AppleWin port as possible. It uses ICU and I have no intention of changing that. The WinCE port is maintained by Patrick Gangsterer. I

Re: [webkit-dev] Please install shellwords on the bots

2013-10-07 Thread Brent Fulgham
It appears that Shellwords is part of the standard Ruby install we use on the Cygwin-based Windows systems. -Brent On Oct 6, 2013, at 2:06 PM, Filip Pizlo fpi...@apple.com wrote: On Oct 6, 2013, at 2:00 PM, Benjamin Poulain benja...@webkit.org wrote: On 10/6/13, 1:54 PM, Filip Pizlo

[webkit-dev] JavaScript Stack Changes

2013-10-07 Thread Michael Saboff
We have been making changes to the JavaScript native stack layout in order to align the layout more closely with native C/C++ stack layout. This is being done as part of integrating LLVM as a back-end for the FTL JIT. This is being tracked with the umbrella bug

[webkit-dev] [WinCairo] : is ACCELERATED COMPOSITING under progress ?

2013-10-07 Thread Urbain EGIS
Expecting ACCELERATED_COMPOSITING along with WinCairo, I noticed come conflicts raised by building WebKit over MsDev 2010. Looks like ACCELERATED_COMPOSITING is sort of wired to CoreAnimation (and CoreGraphics). So is there any plan to make WinCairo sensitive to HW acceleration ? Regardless of

Re: [webkit-dev] [WinCairo] : is ACCELERATED COMPOSITING under progress ?

2013-10-07 Thread Brent Fulgham
On Oct 7, 2013, at 11:32 AM, Urbain EGIS urbain.e...@gmail.com wrote: Expecting ACCELERATED_COMPOSITING along with WinCairo, I noticed come conflicts raised by building WebKit over MsDev 2010. Looks like ACCELERATED_COMPOSITING is sort of wired to CoreAnimation (and CoreGraphics). So

Re: [webkit-dev] AX: Implement CSS -webkit-alt property (text alternative for generated content pseudo-elements ::before and ::after)

2013-10-07 Thread Chris Fleizach
Hi Dirk, On Oct 7, 2013, at 12:36 AM, Dirk Schulze dschu...@adobe.com wrote: I am all for accessibility! But isn't the idea to keep content out of CSS so that it does not interfere with accessibility as much as possible? The main problem with the 'content' property is that it is not

Re: [webkit-dev] Proposal: Use ICU in WebKit code

2013-10-07 Thread Patrick Gansterer
On 07.10.2013, at 18:28, Darin Adler wrote: On Oct 7, 2013, at 1:34 AM, Patrick Gansterer par...@paroga.com wrote: On 05.10.2013, at 19:13, Brent Fulgham wrote: The WinCairo port is as close to the AppleWin port as possible. It uses ICU and I have no intention of changing that. The