Re: [webkit-dev] compact ICU unicode

2013-06-14 Thread Laszlo Gombos
Hi Mark, I think some Qt port's platform doesn't use ICU either so you might want to coordinate with their maintainer to do this. In fact, WTF had an abstraction layer around ICU to do this the last time I checked. Qt port of WebKit trunk can only be built with Qt v5, which has a hard

[webkit-dev] Christophe Dumez is now a WebKit reviewer

2013-05-09 Thread Laszlo Gombos
Hi, I'm happy to announce that Christophe Dumez is now a WebKit reviewer. Chris has done great work on WebKit2 (test infrastructure, support for new device APIs) and one of the driving forces behind the EFL port. Lately he has been doing work on the Soup and GStreamer backends and the binding

Re: [webkit-dev] Common build system (was Re: WebKit Wishes)

2013-01-30 Thread Laszlo Gombos
Hi ! I'd also like to add that I think a key related issue to common build system is common feature configuration. The many different ways ports control their feature flags is super confusing. I've long wanted to implement common configuration management, but have not had time. I think

[webkit-dev] Feature configurations

2013-01-17 Thread laszlo gombos
Hi, I wanted to give a heads up that I'm planning to land a patch that moves the ENABLE feature macros out from Platform.h into its own file - see https://bugs.webkit.org/show_bug.cgi?id=105735. After the patch lands I will update our wiki with the changes at