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

2015-03-19 Thread Carlos Garcia Campos
El mié, 18-03-2015 a las 21:43 -0700, Myles C. Maxfield escribió: Hello, all, I’d like to announce that I intend to create a standalone static library from the current contents of WebCore/platform over the coming months. This will involve creating a “Platform top-level directory and moving

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

2015-03-19 Thread saam barati
I think JavaScriptCore will need access to 'platform', too, to implement some ES6 features.  Saam On Thu, Mar 19, 2015 at 2:50 PM, Maciej Stachowiak m...@apple.com wrote: On Mar 19, 2015, at 1:47 PM, Benjamin Poulain benja...@webkit.org wrote: On 3/18/15 9:43 PM, Myles C. Maxfield

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

2015-03-19 Thread Maciej Stachowiak
On Mar 19, 2015, at 3:44 PM, saam barati saambara...@gmail.com wrote: I think JavaScriptCore will need access to 'platform', too, to implement some ES6 features. Anything needed for JavaScriptCore should go to WTF. Otherwise there is no point having a separation. - Maciej Saam

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

2015-03-19 Thread Maciej Stachowiak
On Mar 19, 2015, at 5:19 PM, Anders Carlsson ander...@apple.com wrote: On Mar 19, 2015, at 2:49 PM, Maciej Stachowiak m...@apple.com mailto: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

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

2015-03-19 Thread Benjamin Poulain
On 3/19/15 2:49 PM, Maciej Stachowiak wrote: On Mar 19, 2015, at 1:47 PM, Benjamin Poulain benja...@webkit.org wrote: On 3/18/15 9:43 PM, Myles C. Maxfield wrote: Hello, all, I’d like to announce that I intend to create a standalone static library from the current contents of

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

2015-03-19 Thread Anders Carlsson
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 think putting platform code in a separate namespace would be a good first

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

2015-03-19 Thread Myles C. Maxfield
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. If that isn't an option, it seems fine to me provided that the decoders' sources are all close together

[webkit-dev] Modern image formats for WebKit

2015-03-19 Thread ChangSeok Oh
Hi WebKittens. I just saw apng support landed on webkit main stream. [1] (even it works for gtk port only now) So I suddenly wonder if webkit community is getting interested in bringing other modern image formats like webp or jpeg-xr into webkit. If so, I can lend my hands for it. For webp

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

2015-03-19 Thread Myles C. Maxfield
I do not intend on changing any interfaces or semantics. I only intend to change where code lives and library boundaries. There is no need to increase the scope of this project. Also, I do not intend on making up a comical name. --Myles On Mar 19, 2015, at 3:03 PM, Benjamin Poulain

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

2015-03-19 Thread Myles C. Maxfield
Sorry, I missed some of this thread before sending my reply. First, I'm going to try to get as far as I can by only moving over the non-layer-violating code. Therefore, for the interim, we will have both old and new directories. Then I will work on removing layering violations, one by one.

Re: [webkit-dev] A quick note on Ref and RefPtr changes

2015-03-19 Thread Adam Bergkvist
On 17/02/15 10:28, Adam Bergkvist wrote: On 15/12/14 19:59, Andreas Kling wrote: PS. Once the kinks are ironed out, I’ll also be updating the RefPtr documentation on webkit.org. Any progress on this particular part? Bump. /Adam ___ webkit-dev

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

2015-03-19 Thread Carlos Alberto Lopez Perez
On 19/03/15 16:46, youenn fablet wrote: Hi, Related to the webkit contributor meeting discussion related to ports, I would find it useful if EWS bots (gtk, efl, win, ios) were running the tests that are modified/created by a patch. The idea would be to turn yellow the port bubble whenever

Re: [webkit-dev] Safari browser on Mac OSX complains AudioContext.createMediaStreamSource is undefined !

2015-03-19 Thread Chris Dumez
Jer or Eric would know more about this but AudioContext.createMediaStreamSource() is behind a MEDIA_STREAM compile-time flag. It appears the mac port does not turn this flag on so Safari does not currently support the Media Stream API. Kr, --  Chris Dumez - Apple Inc. - Cupertino, CA On

Re: [webkit-dev] Safari browser on Mac OSX complains AudioContext.createMediaStreamSource is undefined !

2015-03-19 Thread Sasi San
Thanks Chris. Is there any other way I can turn that flag? or Do you any idea whether it will be supported in the near furture? Sasi On Thu, Mar 19, 2015 at 11:12 AM, Chris Dumez cdu...@apple.com wrote: Jer or Eric would know more about this but AudioContext.createMediaStreamSource() is

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

2015-03-19 Thread Benjamin Poulain
On 3/18/15 9:43 PM, Myles C. Maxfield wrote: Hello, all, I’d like to announce that I intend to create a standalone static library from the current contents of WebCore/platform over the coming months. This will involve creating a “Platform top-level directory and moving source files into it,

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

2015-03-19 Thread Maciej Stachowiak
On Mar 19, 2015, at 1:47 PM, Benjamin Poulain benja...@webkit.org wrote: On 3/18/15 9:43 PM, Myles C. Maxfield wrote: Hello, all, I’d like to announce that I intend to create a standalone static library from the current contents of WebCore/platform over the coming months. This will

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

2015-03-19 Thread Osztrogonác Csaba
Hi, I'd like this idea basically, it would be great if you or somebody else could work on it. One of my former collegue started to investigate the same thing 1.5 years before, but it was lost among many tasks with higher priorities. Feel free to reuse these bugs and WIP patches: (or file new

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

2015-03-19 Thread youenn fablet
Hi, Related to the webkit contributor meeting discussion related to ports, I would find it useful if EWS bots (gtk, efl, win, ios) were running the tests that are modified/created by a patch. The idea would be to turn yellow the port bubble whenever one of these tests do not pass. Results would

[webkit-dev] Safari browser on Mac OSX complains AudioContext.createMediaStreamSource is undefined !

2015-03-19 Thread Sasi San
Hi- I am trying to get the live audio input from microphone using AudioContext. Safari browser complains that the createMediaStreamSource is undefined. here is my sample of JavaScript code. It's not able to create Audio source node. So I am not able to get the audio sample from microphone in the

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

2015-03-19 Thread Xabier Rodríguez Calvar
O Xov, 19-03-2015 ás 16:46 +0100, youenn fablet escribiu: Related to the webkit contributor meeting discussion related to ports, I would find it useful if EWS bots (gtk, efl, win, ios) were running the tests that are modified/created by a patch. The idea would be to turn yellow the port