Re: [webkit-dev] Modern image formats for WebKit

2015-03-20 Thread ChangSeok Oh
Are there no existing libraries that can be conditionally linked with for supporting these formats? In the long term, it seems like bad design to have WebKit have its own custom decoders. Yes. there are of course. libwebp, libjxr are available on linux based systems and also seem available

Re: [webkit-dev] WebCore/platform standalone library

2015-03-20 Thread ChangSeok Oh
Low-level Object Library. This sounds good to me. Something prefixed “NEW” could not be new forever. ;) If I suggest one.. how about WAFL? WebKit(or WebCore) Abstraction Framework Library(or Layer) It should sound sweet like waffle =) ChangSeok On Mar 21, 2015, at 3:26 AM, Simon Fraser

Re: [webkit-dev] WebCore/platform standalone library

2015-03-20 Thread Gyuyoung Kim
Platform Interface and Testing Abstraction. - R. Niwa *P*latform *A*bstract *I*nterface ? Sound like delicious pie :) Gyuyoung On Sat, Mar 21, 2015 at 2:18 AM, Ryosuke Niwa rn...@webkit.org wrote: On Friday, March 20, 2015, Simon Fraser simon.fra...@apple.com wrote: On Mar 20, 2015, at

Re: [webkit-dev] Modern image formats for WebKit

2015-03-20 Thread ChangSeok Oh
So this is a really a question for people working on other active ports like the EFL and GTK ones. Are there other libraries that you could use for image decoding, or do you still want to keep and maintain a WebKit copy of these image decoders? Maybe the latter one. I’m not sure what you

Re: [webkit-dev] Running new/modified tests on EWS bots

2015-03-20 Thread Gyuyoung Kim
Hi, Though I really like to support to run tests on EWS like Mac port, it can often block to land a patch if tests on EFL or GTK aren't green. So I think we need to find methods which don't annoy patch owner or reviewer. In this light, if we're able to check if there is different between last

Re: [webkit-dev] Running new/modified tests on EWS bots

2015-03-20 Thread Ryosuke Niwa
On Fri, Mar 20, 2015 at 7:21 PM, Gyuyoung Kim gyuyoung@webkit.org wrote: Though I really like to support to run tests on EWS like Mac port, it can often block to land a patch if tests on EFL or GTK aren't green. So I think we need to find methods which don't annoy patch owner or reviewer.

Re: [webkit-dev] WebCore/platform standalone library

2015-03-20 Thread Antti Koivisto
Reusable Os Fitting Layer antti On Fri, Mar 20, 2015 at 11:26 AM, Simon Fraser simon.fra...@apple.com wrote: On Mar 20, 2015, at 11:03 AM, Edward O'Connor eocon...@apple.com wrote: This almost makes me want to suggest a jokey name for Platform. I can’t off the top of my head think of

Re: [webkit-dev] WebCore/platform standalone library

2015-03-20 Thread Simon Fraser
On Mar 20, 2015, at 11:03 AM, Edward O'Connor eocon...@apple.com wrote: This almost makes me want to suggest a jokey name for Platform. I can’t off the top of my head think of a good expansion of OMG, though. Or BBQ. I am not a pro at this, but here are a few tries: Lower-level Object

Re: [webkit-dev] WebCore/platform standalone library

2015-03-20 Thread Edward O'Connor
This almost makes me want to suggest a jokey name for Platform. I can’t off the top of my head think of a good expansion of OMG, though. Or BBQ. I am not a pro at this, but here are a few tries: Lower-level Object Library. Algorithm Reuse Framework. New Framework for WebCore, New

Re: [webkit-dev] WebCore/platform standalone library

2015-03-20 Thread Ryosuke Niwa
On Friday, March 20, 2015, Simon Fraser simon.fra...@apple.com wrote: On Mar 20, 2015, at 9:27 AM, Darin Adler da...@apple.com javascript:; wrote: On Mar 19, 2015, at 2:49 PM, Maciej Stachowiak m...@apple.com javascript:; wrote: This almost makes me want to suggest a jokey name for

Re: [webkit-dev] WebCore/platform standalone library

2015-03-20 Thread Nico Weber
On Fri, Mar 20, 2015 at 9:56 AM, Simon Fraser simon.fra...@apple.com wrote: On Mar 20, 2015, at 9:27 AM, Darin Adler da...@apple.com wrote: On Mar 19, 2015, at 2:49 PM, Maciej Stachowiak m...@apple.com wrote: This almost makes me want to suggest a jokey name for Platform. I can’t off the

Re: [webkit-dev] WebCore/platform standalone library

2015-03-20 Thread Darin Adler
On Mar 19, 2015, at 2:49 PM, Maciej Stachowiak m...@apple.com wrote: This almost makes me want to suggest a jokey name for Platform. I can’t off the top of my head think of a good expansion of OMG, though. Or BBQ. I am not a pro at this, but here are a few tries: Lower-level Object Library.

Re: [webkit-dev] WebCore/platform standalone library

2015-03-20 Thread Filip Pizlo
On Mar 20, 2015, at 9:27 AM, Darin Adler da...@apple.com wrote: New System Framework for WebCore This! -Filip ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] WebCore/platform standalone library

2015-03-20 Thread Simon Fraser
On Mar 20, 2015, at 9:27 AM, Darin Adler da...@apple.com wrote: On Mar 19, 2015, at 2:49 PM, Maciej Stachowiak m...@apple.com wrote: This almost makes me want to suggest a jokey name for Platform. I can’t off the top of my head think of a good expansion of OMG, though. Or BBQ. I am not a

Re: [webkit-dev] WebCore/platform standalone library

2015-03-20 Thread Jer Noble
On Mar 20, 2015, at 11:40 AM, Antti Koivisto koivi...@iki.fi wrote: Reusable Os Fitting Layer …Containing Opensource Platform Types, Events, and Resources. -Jer antti On Fri, Mar 20, 2015 at 11:26 AM, Simon Fraser simon.fra...@apple.com mailto:simon.fra...@apple.com wrote:

Re: [webkit-dev] Modern image formats for WebKit

2015-03-20 Thread Darin Adler
We should consider whether to keep the image format decoders in the WebKit tree or not. Dave Hyatt originally created this when we first were planning the Apple Windows port of WebKit, but in the end we chose to not use them for the Windows port. They aren’t used in the Windows port nor in the

Re: [webkit-dev] Modern image formats for WebKit

2015-03-20 Thread Brent Fulgham
On Mar 20, 2015, at 2:39 PM, Darin Adler da...@apple.com wrote: Dave Hyatt originally created this when we first were planning the Apple Windows port of WebKit, but in the end we chose to not use them for the Windows port. They aren’t used in the Windows port nor in the Mac or iOS