Re: [webkit-dev] CMake for WebKitGTK+

2014-03-31 Thread Gyuyoung Kim
CMake build files have been enhanced since the GTK+ port contributions !
Thanks a lot.

Gyuyoung.


On Wed, Mar 26, 2014 at 5:12 AM, Benjamin Poulain benja...@webkit.orgwrote:

 On 3/25/14, 10:52 AM, Martin Robinson wrote:

 On Wed, Mar 5, 2014 at 7:30 PM, Martin Robinson mrobin...@webkit.org
 wrote:

 For a time, I kindly request that authors writing GTK+-specific
 patches consider both the autotools and CMake GTK+ builds in their
 patches. Hopefully within the next couple months, we can announce the
 complete removal of the autotools build. I'd like to apologize ahead
 of time for the inconvenience, as we iron out the final bugs. With
 luck, the future will be much simpler and smoother for everyone.


 After internal discussions, we decided to accelerate the removal of
 the autotools build. I have just removed it [1]. WebKit now has three
 build systems, which means we have shed five build systems in a little
 over a year.

 1. http://trac.webkit.org/changeset/166239


 That is awesome!

 Benjamin

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] W3C NSD Implementation

2014-03-31 Thread youenn fablet
Hi,

We recently outsourced a prototype of the W3C NSD API (
http://www.w3.org/TR/discovery-api/), implemented  as a WebKit module.
It is mostly feature complete and works for GTK/EFL ports.
The WebKit fork can be found here:
https://github.com/canonresearchfrance/webkit (branch webkit-nsd).

Demo, screencasts... are available at:
https://github.com/canonresearchfrance/webkit-nsd-demo

Writing a WebKit module from scratch (with support for WK1  WK2, EFL  GTK
ports), was a lot of fun. At some point, we needed to make some design
decisions, hopefully sensible but who knows...

Any feedback would therefore be greatly appreciated.

Once the spec becomes stable, we hope that this module can be contributed
to WebKit users.

Regards,
Youenn
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Picture element implementation

2014-03-31 Thread Yoav Weiss
Hi all,

I'm currently implementing the picture
elementhttp://picture.responsiveimages.org/ in
Blink, to extend the srcset implementation and handle more responsive
images 
use-caseshttps://groups.google.com/a/chromium.org/d/msg/blink-dev/vuLeAM9fJww/UHnMz7QLRWgJ
.

I'd be interested in working with the WebKit project in order to port that
work into WebKit, once it's done. Is the project interested in the feature?

Thanks,
Yoav
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Picture element implementation

2014-03-31 Thread Benjamin Poulain

On 3/31/14, 9:32 AM, Yoav Weiss wrote:

I'm currently implementing the picture element
http://picture.responsiveimages.org/ in Blink, to extend the srcset
implementation and handle more responsive images use-cases
https://groups.google.com/a/chromium.org/d/msg/blink-dev/vuLeAM9fJww/UHnMz7QLRWgJ.

I'd be interested in working with the WebKit project in order to port
that work into WebKit, once it's done. Is the project interested in the
feature?


I think it is worth experimenting with those. Please use a compile time 
flag for the picture element, it still is unclear how popular/useful 
this feature is going to be.


Benjamin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Enabling CSS JIT on Linux x86_64 for EFL and GTK?

2014-03-31 Thread Benjamin Poulain

Hi,

Now that EFL and GTK use CMake, can someone look at what is missing to 
enable the CSS JIT on Linux x86_64?


Last time I tried, there were some issues with the headers. It is likely 
trivial to fix with a local build.


I would be happy to fix any problem with the compiler if it does not 
work on Linux.


Benjamin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev