Re: [webkit-dev] WebGL on Windows

2013-10-04 Thread Hugo MACHEFER
Hi. By the way = is there any roadmap to have ACCELERATED_COMPOSITING available for WinCairo ? -- View this message in context: http://mac-os-forge.2317878.n4.nabble.com/WebGL-on-Windows-tp224559p230651.html Sent from the Webkit mailing list archive at Nabble.com.

Re: [webkit-dev] WTF::fastMalloc

2013-10-04 Thread Osztrogonác Csaba
Hi, As Zoltan said this feature was introduced for Qt port. But now EFL, GTK and Nix use fastmalloc instead of system malloc too. It was fine and used for some use-cases in those days. To make a decision if the fastmalloc or the system malloc is better, we need some measurements. I made a quick

[webkit-dev] Qt WebKit removed from upstream

2013-10-04 Thread Allan Sandfeld Jensen
Hello WebKit As everybody who followed the discussion in the Changes in QtWebKit development thread or recent commits to subversion knows, the Qt port was removed from WebKit trunk on Wednesday this week, From Digia we had a vague plan of trying to cut down drastically on the maintenance

Re: [webkit-dev] Qt WebKit removed from upstream

2013-10-04 Thread Alp Toker
Hello Allan, It's been a great run! QtWebKit was a trailblazer for some of the creative uses WebKit has found over the years. I'm sure the WebKit GTK+ developers will join me in saying thanks for helping open up the WebKit Open Source project, and I look forward to a time when the paths of the

Re: [webkit-dev] Problem authenticating to svn

2013-10-04 Thread Gustavo Noronha Silva
Em Qui, 2013-10-03 às 20:44 -0300, Gustavo Noronha Silva escreveu: I'm having trouble committing a patch. I can login to trac and to the buildbot, but svn doesn't let me in. I am using git-svn, I'm downloading the nightly tarball to try with svn itself just in case. My username is

[webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

2013-10-04 Thread Myles C. Maxfield
Hello, all! Between the current and previous versions of the CSS3 Text spec, the text decoration section was split out into its own spec [1] [2] [3]. Because of this shift, I’m going to be creating a new compile-time flag: CSS3_TEXT_DECORATIONS. Proposal for the features themselves was

Re: [webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

2013-10-04 Thread Timothy Hatcher
Can we enable CSS3_TEXT_DECORATIONS on the Apple ports once you add it? I have a legitimate use for -webkit-text-decoration-color that would allow me to eliminate a hack in the Inspector. — Timothy Hatcher On Oct 4, 2013, at 10:45 AM, Myles C. Maxfield mmaxfi...@apple.com wrote: Hello, all!

Re: [webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

2013-10-04 Thread Ryosuke Niwa
On Fri, Oct 4, 2013 at 11:03 AM, Timothy Hatcher timo...@apple.com wrote: Can we enable CSS3_TEXT_DECORATIONS on the Apple ports once you add it? I have a legitimate use for -webkit-text-decoration-color that would allow me to eliminate a hack in the Inspector. Isn't the new inspector

Re: [webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

2013-10-04 Thread Sam Weinig
Or better yet, enable it for all ports on ToT. -Sam On Oct 4, 2013, at 11:03 AM, Timothy Hatcher timo...@apple.com wrote: Can we enable CSS3_TEXT_DECORATIONS on the Apple ports once you add it? I have a legitimate use for -webkit-text-decoration-color that would allow me to eliminate a

Re: [webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

2013-10-04 Thread Antonio Gomes
All (?wincairo I'm not sure?) ports on trunk use the new Inspector, and the old one is being removed: https://bugs.webkit.org/show_bug.cgi?id=122295 On Fri, Oct 4, 2013 at 2:24 PM, Sam Weinig wei...@apple.com wrote: Or better yet, enable it for all ports on ToT. -Sam On Oct 4, 2013, at

Re: [webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

2013-10-04 Thread Brent Fulgham
Yes, WinCairo uses the new inspector. On Oct 4, 2013, at 11:45 AM, Antonio Gomes toniki...@webkit.org wrote: All (?wincairo I'm not sure?) ports on trunk use the new Inspector, and the old one is being removed: https://bugs.webkit.org/show_bug.cgi?id=122295 On Fri, Oct 4, 2013 at 2:24 PM,

Re: [webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

2013-10-04 Thread Dean Jackson
Yeah, as we agreed at the contributor’s meeting, if we think a feature is ready for experimentation, and we think it will eventually be enabled (e.g. there is a stable-ish spec), then we turn it on for nightly builds. I assume that this doesn’t break any existing decoration code? Dean On 5

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

2013-10-04 Thread Dean Jackson
On 3 Oct 2013, at 4:46 am, Christian Biesinger cbiesin...@chromium.org wrote: On Tue, Oct 1, 2013 at 8:26 PM, Ryosuke Niwa rn...@webkit.org wrote: On Tue, Oct 1, 2013 at 4:53 PM, James Craig jcr...@apple.com wrote: Follow-up question: Since this hasn’t made it into the CSS4 spec yet,

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

2013-10-04 Thread Adam Barth
On Fri, Oct 4, 2013 at 12:08 PM, Dean Jackson d...@apple.com wrote: On 3 Oct 2013, at 4:46 am, Christian Biesinger cbiesin...@chromium.org wrote: On Tue, Oct 1, 2013 at 8:26 PM, Ryosuke Niwa rn...@webkit.org wrote: On Tue, Oct 1, 2013 at 4:53 PM, James Craig jcr...@apple.com wrote:

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

2013-10-04 Thread Dean Jackson
On 5 Oct 2013, at 6:22 am, Adam Barth aba...@webkit.org wrote: On Fri, Oct 4, 2013 at 12:08 PM, Dean Jackson d...@apple.com wrote: On 3 Oct 2013, at 4:46 am, Christian Biesinger cbiesin...@chromium.org wrote: On Tue, Oct 1, 2013 at 8:26 PM, Ryosuke Niwa rn...@webkit.org wrote: On Tue, Oct

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

2013-10-04 Thread Adam Barth
On Fri, Oct 4, 2013 at 1:37 PM, Dean Jackson d...@apple.com wrote: On 5 Oct 2013, at 6:22 am, Adam Barth aba...@webkit.org wrote: On Fri, Oct 4, 2013 at 12:08 PM, Dean Jackson d...@apple.com wrote: On 3 Oct 2013, at 4:46 am, Christian Biesinger cbiesin...@chromium.org wrote: On Tue, Oct 1,

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

2013-10-04 Thread Dean Jackson
On 5 Oct 2013, at 6:45 am, Adam Barth aba...@webkit.org wrote: Also, our prefixing/unprefixing rules are not set in stone. I think the community will evaluate them case by case. I would encourage you (and others) not to ship new vendor-prefixed APIs in production releases. If the

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

2013-10-04 Thread Darin Adler
Hi folks. A while back the WebKit project made use of ICU directly. There were some port maintainers who instead wanted to make WebKit work without ICU. At the time, the strategy we pursued was to make a Unicode layer in WTF that layered on top of ICU. We then created multiple implementations