[webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread gstreamer MACOSX
Unless we missed something, sources tied to GSTREAMER (like wtf\gobject\GlibUtilities.cpp) appear, sort of, unobtainable. Anyone under position to shed lights on these missing .CPP files required by Webkit ? -- gstreamerForEver On Sun, 2013-10-13 at 14:22 +0200, Urbain EGIS wrote: Probably a

Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread Philippe Normand
On Mon, 2013-10-14 at 11:51 +0200, gstreamer MACOSX wrote: Unless we missed something, sources tied to GSTREAMER (like wtf \gobject\GlibUtilities.cpp) appear, sort of, unobtainable. Anyone under position to shed lights on these missing .CPP files required by Webkit ? Have you actually

Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread gstreamer MACOSX
Exactly, Philippe: I searched everywhere by D:\Users\gstreamermacosx\webkit\Source but without any success. I applyed this command like my counterparts ... : *git clone http://git.igalia.com/webkit.git* Is it correct ? In fact, there is not even any Source/*WTF *sub-folder. -- gstreamerForEver

Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread Philippe Normand
On Mon, 2013-10-14 at 12:14 +0200, gstreamer MACOSX wrote: Exactly, Philippe: I searched everywhere by D:\Users\gstreamermacosx \webkit\Source but without any success. I applyed this command like my counterparts ... : git clone http://git.igalia.com/webkit.git Is it correct ? In fact, there

Re: [webkit-dev] Heads-up: ENABLE_GESTURE_EVENTS removal

2013-10-14 Thread Luciano Wolf
Hi, I've successfully removed GESTURE_EVENTS dependency on Nix but there is a minor issue: we lost touch adjustment functionality and layout tests won't work. Is there any other port using touch adjustment that will be removed by ENABLE_GESTURE_EVENTS patch? Cheers, Luciano On Thu, Oct 10, 2013

Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread Brendan Long
On 10/14/2013 04:14 AM, gstreamer MACOSX wrote: Exactly, Philippe: I searched everywhere by D:\Users\gstreamermacosx\webkit\Source but without any success. I applyed this command like my counterparts ... : *git clone /http://git.igalia.com/webkit.git/* Is it correct ? In fact, there is not

Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread Mital Vora
Hi, I have few questions regarding move to Gstreamer. * are we gonna replace the existing openssl and curl with libsoup ? * are we considering any other possibilities besides gstreamer like ffmpeg ( http://www.ffmpeg.org/) or any other. By moving to gstreamer would increase dependencies size a

Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread Philippe Normand
On Mon, 2013-10-14 at 22:09 +0530, Mital Vora wrote: Hi, I have few questions regarding move to Gstreamer. * are we gonna replace the existing openssl and curl with libsoup ? 1. GStreamer doesn't depend on those libraries. 2. For HTTP(S) media access we have a dedicated source

Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread Brendan Long
On 10/14/2013 10:39 AM, Mital Vora wrote: I have few questions regarding move to Gstreamer. * are we gonna replace the existing openssl and curl with libsoup ? The GStreamer media player https://github.com/WebKit/webkit/tree/master/Source/WebCore/platform/graphics/gstreamer already exists. You

Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread Brendan Long
On 10/14/2013 10:39 AM, Mital Vora wrote: * are we considering any other possibilities besides gstreamer like ffmpeg (http://www.ffmpeg.org/) or any other. By the way, if this is just for Windows, you may want to look at Media Foundation https://en.wikipedia.org/wiki/Media_Foundation. Also, I

Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread Brent Fulgham
Alex, Brendan: I do think that something like Media Foundation would be a useful way to go, since WinCairo is pretty solidly Windows-only. -Brent On Oct 14, 2013, at 10:00 AM, Brendan Long s...@brendanlong.com wrote: On 10/14/2013 10:39 AM, Mital Vora wrote: * are we considering any other

Re: [webkit-dev] Commit queue down due to Apple internal network issues

2013-10-14 Thread Ryosuke Niwa
This problem appears to have been worked out over the weekend. The commit queue should be working as expected by now. - R. Niwa On Fri, Oct 11, 2013 at 9:53 PM, Ryosuke Niwa rn...@webkit.org wrote: Hi, It appears that the machines running commit queue cannot reach svn.webkit.org due to

Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread Brent Fulgham
The only problem with Media Foundation is that it is Vista-and-newer only. There is no Windows XP version. -Brent On Oct 14, 2013, at 10:23 AM, Brent Fulgham bfulg...@apple.com wrote: Alex, Brendan: I do think that something like Media Foundation would be a useful way to go, since

Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread Brendan Long
On 10/14/2013 12:08 PM, Brent Fulgham wrote: The only problem with Media Foundation is that it is Vista-and-newer only. There is no Windows XP version. Does WebKit still build on XP? signature.asc Description: OpenPGP digital signature ___

Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread Brendan Long
On 10/14/2013 12:18 PM, Brent Fulgham wrote: On Oct 14, 2013, at 11:12 AM, Brendan Long s...@brendanlong.com wrote: Does WebKit still build on XP? Yes. And it is intended to stay that way for the foreseeable future. In that case, it may be better to use DirectShow

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-14 Thread Rik Cabanier
On Fri, Oct 11, 2013 at 12:14 AM, Chris Fleizach cfleiz...@apple.comwrote: Hi The naming of these methods also made it a bit confusing for me. It appears that drawCustomFocusRing just updates the accessibility rectangle -- while the system variant does that, and draws the normal focus

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-14 Thread Timothy Hatcher
On Oct 14, 2013, at 12:43 PM, Rik Cabanier caban...@gmail.com wrote: Also, how would your suggestion tell the UA about what areas are associated with the elements? What happens if an element is no longer focused? The ring is drawn into the canvas bitmap so those pixels have to be

[webkit-dev] [WinCairo] : Gstreamer claimed as a default player = CPP files needed (ex: ...gobject\GlibUtilities.cpp)

2013-10-14 Thread Urbain EGIS
We came to obvious conclusions that a new topic shall be opened, not to break other parallel discussions yielded around Video tag by https://lists.webkit.org/pipermail/webkit-dev/2013-October/025723.html Our request remains highly common, much simple (we hope ;-) Alex: could you pls provide us

Re: [webkit-dev] [WinCairo] : Gstreamer claimed as a default player = CPP files needed (ex: ...gobject\GlibUtilities.cpp)

2013-10-14 Thread Brendan Long
On 10/14/2013 02:33 PM, Urbain EGIS wrote: Alex: could you pls provide us with Webkit files related to Gstreamer integration ? GStreamer support is already included in the main WebKit repo. Look in Source/WebCore/platform/graphics/gstreamer. signature.asc Description: OpenPGP digital

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-14 Thread Rik Cabanier
On Mon, Oct 14, 2013 at 1:31 PM, Timothy Hatcher timo...@apple.com wrote: On Oct 14, 2013, at 12:43 PM, Rik Cabanier caban...@gmail.com wrote: Also, how would your suggestion tell the UA about what areas are associated with the elements? What happens if an element is no longer focused? The

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-14 Thread Ryosuke Niwa
On Mon, Oct 14, 2013 at 2:28 PM, Rik Cabanier caban...@gmail.com wrote: On Mon, Oct 14, 2013 at 1:31 PM, Timothy Hatcher timo...@apple.comwrote: On Oct 14, 2013, at 12:43 PM, Rik Cabanier caban...@gmail.com wrote: Also, how would your suggestion tell the UA about what areas are associated

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-14 Thread Ryosuke Niwa
Sorry, the original email had lots of typos. I've fixed them below: On Mon, Oct 14, 2013 at 2:35 PM, Ryosuke Niwa rn...@webkit.org wrote: On Mon, Oct 14, 2013 at 2:28 PM, Rik Cabanier caban...@gmail.com wrote: On Mon, Oct 14, 2013 at 1:31 PM, Timothy Hatcher timo...@apple.comwrote: On Oct

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-14 Thread Chris Fleizach
On Oct 14, 2013, at 2:28 PM, Rik Cabanier caban...@gmail.com wrote: On Mon, Oct 14, 2013 at 1:31 PM, Timothy Hatcher timo...@apple.com wrote: On Oct 14, 2013, at 12:43 PM, Rik Cabanier caban...@gmail.com wrote: Also, how would your suggestion tell the UA about what areas are

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-14 Thread Rik Cabanier
On Mon, Oct 14, 2013 at 2:38 PM, Ryosuke Niwa rn...@webkit.org wrote: Sorry, the original email had lots of typos. I've fixed them below: On Mon, Oct 14, 2013 at 2:35 PM, Ryosuke Niwa rn...@webkit.org wrote: On Mon, Oct 14, 2013 at 2:28 PM, Rik Cabanier caban...@gmail.com wrote: On Mon,

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-14 Thread Rik Cabanier
On Mon, Oct 14, 2013 at 2:46 PM, Chris Fleizach cfleiz...@apple.com wrote: On Oct 14, 2013, at 2:28 PM, Rik Cabanier caban...@gmail.com wrote: On Mon, Oct 14, 2013 at 1:31 PM, Timothy Hatcher timo...@apple.comwrote: On Oct 14, 2013, at 12:43 PM, Rik Cabanier caban...@gmail.com wrote:

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-14 Thread Ryosuke Niwa
On Mon, Oct 14, 2013 at 2:50 PM, Rik Cabanier caban...@gmail.com wrote: On Mon, Oct 14, 2013 at 2:38 PM, Ryosuke Niwa rn...@webkit.org wrote: Sorry, the original email had lots of typos. I've fixed them below: On Mon, Oct 14, 2013 at 2:35 PM, Ryosuke Niwa rn...@webkit.org wrote: On Mon,

Re: [webkit-dev] Commit queue down due to Apple internal network issues

2013-10-14 Thread Samuel White
https://bugs.webkit.org/show_bug.cgi?id=122534 Not sure why this one failed to commit. Rebased just incase, but nothing indicates that this is an issue with the patch (at least to me). Possibly related? Thanks for taking a look. - Sam On Oct 14, 2013, at 10:45 AM, Ryosuke Niwa

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-14 Thread Rik Cabanier
On Mon, Oct 14, 2013 at 2:58 PM, Ryosuke Niwa rn...@webkit.org wrote: On Mon, Oct 14, 2013 at 2:50 PM, Rik Cabanier caban...@gmail.com wrote: On Mon, Oct 14, 2013 at 2:38 PM, Ryosuke Niwa rn...@webkit.org wrote: Sorry, the original email had lots of typos. I've fixed them below: On Mon,

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-14 Thread Timothy Hatcher
On Oct 14, 2013, at 3:44 PM, Rik Cabanier caban...@gmail.com wrote: Isn't focus ring drawn on the canvas? If so, it's important that the focus ring fits within the canvas. e.g. consider focusing an element of 100px by 100px inside a canvas of the same size. If the focus ring were to be

Re: [webkit-dev] Proposal: Add support for focus rings in Canvas 2d

2013-10-14 Thread Rik Cabanier
On Mon, Oct 14, 2013 at 4:13 PM, Timothy Hatcher timo...@apple.com wrote: On Oct 14, 2013, at 3:44 PM, Rik Cabanier caban...@gmail.com wrote: Isn't focus ring drawn on the canvas? If so, it's important that the focus ring fits within the canvas. e.g. consider focusing an element of 100px by

Re: [webkit-dev] Commit queue down due to Apple internal network issues

2013-10-14 Thread Ryosuke Niwa
It appears that some CQ and EWS bots are still experience some issues. Please re-set cq+ should CQ fails to land your patch. - R. Niwa On Mon, Oct 14, 2013 at 3:44 PM, Samuel White samuel_wh...@apple.comwrote: https://bugs.webkit.org/show_bug.cgi?id=122534 Not sure why this one failed to

Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread Mital Vora
Hi Alex, So Our Choices so far: GStreamer FFMPeg (http://www.ffmpeg.org/) Media Foundation ( http://msdn.microsoft.com/en-us/library/windows/desktop/ms696274(v=vs.85).aspx ) WebM (http://www.webmproject.org/) Chrome's part source code for: FFMpeg:

Re: [webkit-dev] [WinCairo] : ENABLE_VIDEO = how to activate HTML5 video tag ?

2013-10-14 Thread Justin Haygood
Would it be possible to use Media Foundation with a fall back? You can't depend on Media Foundation even on Windows Vista+ anyway (N editions don't have it), but it's a COM API so you can detect that it is not available to use something else. From: webkit-dev-boun...@lists.webkit.org