[webkit-dev] Status of the Blackberry port

2013-10-05 Thread Sam Weinig
Hello, Can anyone comment on the status of the Blackberry port? Is it still being maintained? -Sam ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] WTF::fastMalloc

2013-10-05 Thread Maciej Stachowiak
These days, pure JavaScript tests won't do a lot of malloc() calls, so it's more relevant to try a page load speed or DOM benchmark. - Maciej On Oct 4, 2013, at 6:10 AM, Osztrogonác Csaba wrote: > Hi, > > As Zoltan said this feature was introduced for Qt port. But now > EFL, GTK and Nix use

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

2013-10-05 Thread Brent Fulgham
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 limited subset of i18n features provided by the oper

[webkit-dev] Heads up: changing run-javascriptcore-tests again

2013-10-05 Thread Filip Pizlo
This: https://bugs.webkit.org/show_bug.cgi?id=122376 I will land it shortly. It should work just fine but there is some shell script code and some new ruby code; and there’s a chance that some tools will get confused by the new output format. -Filip ___

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

2013-10-05 Thread Konstantin Tokarev
05.10.2013, 09:38, "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

Re: [webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

2013-10-05 Thread Bruno de Oliveira Abinader
Go for it Myles :-) Best regards, Bruno From: "Myles C. Maxfield" mailto:mmaxfi...@apple.com>> Date: Friday, October 4, 2013 1:45 PM To: "webkit-dev@lists.webkit.org" mailto:webkit-dev@lists.webkit.org>> Subject: [webkit-dev] Announcement: CSS3_TEXT_DECORATION

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

2013-10-05 Thread Darin Adler
On Oct 4, 2013, at 11:48 PM, Dirk Schulze wrote: > On Oct 5, 2013, at 7:37 AM, Darin Adler wrote: > >> Any thoughts on this? I am not sure what the status of the WinCE port is, >> but I’d like to hear from the maintainers of that port on the port status >> and their view on this strategy. >