Re: [webkit-dev] Request for position: Media Session video conferencing actions

2021-03-28 Thread Eric Carlson via webkit-dev
> On Mar 24, 2021, at 4:01 PM, Tommy Steimel via webkit-dev > wrote: > > This is a request for WebKit's position on adding video conferencing actions > to the Media Session API spec. Note that this is the proposal that was > discussed on the March 9th 2021 Media WG meeting. > > Spec change

Re: [webkit-dev] Formatting style for inline comments in Python code

2017-10-26 Thread Eric Carlson
> On Oct 26, 2017, at 9:50 AM, Brian Burg wrote: > > > >> 2017/10/26 午前9:21、Alexey Proskuryakov > >のメール: >> >> >> >>> 25 окт. 2017 г., в 18:21, Michael Catanzaro >> >

Re: [webkit-dev] Trying to turn WebRTC's code on - MEDIA_STREAM flags

2015-11-12 Thread Eric Carlson
> On Jul 18, 2014, at 3:17 AM, Jacques-Olivier wrote: > > I’m new on this mailing so I’ll start by introducing myself: > My name Jacques-Olivier Haché (J-O), I’m working for Temasys Communication, > and I’m entering the WebKit project to work on the implementation of

Re: [webkit-dev] Proposal: Stop EWS bot commenting in bugs

2014-01-28 Thread Eric Carlson
On Jan 27, 2014, at 5:39 PM, Chris Fleizach cfleiz...@apple.com wrote: I dislike this change now that's been rolled out. The lack of email notices before confirmed that my patch was OK and I was able to do something else while waiting for review. Now I have to continually revisit the bug

Re: [webkit-dev] HTML5 Body onLoad event not firing

2013-01-14 Thread Eric Carlson
On Jan 14, 2013, at 2:29 AM, ankit srivastav ank@gmail.com wrote: I'm working for Webkit WIN32 port. I'm facing an issue : 1) For HTML5 video tag: videoonload = onLoad() src = E:/xyz.mp4 for the above mentioned code onLoad fucntion is not firing. but if I remove src tag

Re: [webkit-dev] Cherry-Pick Bug Comments

2011-06-04 Thread Eric Carlson
On Jun 3, 2011, at 2:30 PM, Adam Barth wrote: Either (1) or (2) is fine. Please pick one and do it. The status quo is very annoying. Yes, please! eric On Tue, May 31, 2011 at 6:58 AM, Ademar Reis ademar.r...@openbossa.org wrote: On Thu, May 26, 2011 at 7:54 PM, Eric Seidel

Re: [webkit-dev] skipping tests on Chromium

2010-08-30 Thread Eric Carlson
On Aug 30, 2010, at 8:59 AM, Dimitri Glazkov wrote: We never had platform/chromium/Skipped, as far as I know. Ah, I saw that platform/chromium/Skipped was removed in r66261 and assumed it was a change. Instead, we use the expectations file:

Re: [webkit-dev] Web Audio API

2010-08-24 Thread Eric Carlson
Chris - On Aug 24, 2010, at 4:47 PM, Chris Rogers wrote: Hi Simon, thanks for helping here. By the way, anybody who is interested can look at the files in: https://svn.webkit.org/repository/webkit/branches/audio/WebCore/audio/ There are actually a number of audio files which could be

Re: [webkit-dev] Web Audio API

2010-08-24 Thread Eric Carlson
On Aug 24, 2010, at 8:39 PM, Darin Fisher wrote: My objection (and it's only a slight one) was about using Web as a prefix for class names defined in WebCore. WebSockets is the main example of the Web prefix used in WebCore, and that's probably because sockets by itself would be too

Re: [webkit-dev] A bot-filled future?

2009-11-13 Thread Eric Carlson
On Nov 12, 2009, at 8:20 PM, Adam Roben wrote: On Nov 12, 2009, at 6:59 PM, Ojan Vafai wrote: It's also easy to spot tests with FAIL or PASS in the output. :) I'd hope that those tests would have cross-platform results, since clearly the condition is testable without having access to a

Re: [webkit-dev] LayoutTests take too long to run

2009-08-01 Thread Eric Carlson
On Aug 1, 2009, at 10:52 AM, Ojan Vafai wrote: Here's the times for the five slowest top-level directories: LayoutTests\editing took 43.5 seconds to run 976 tests. LayoutTests\svg took 53.7 seconds to run 891 tests. LayoutTests\fast took 378.7 seconds to run 3695 tests. LayoutTests\http took

[webkit-dev] Chrome build bot

2009-07-07 Thread Eric Carlson
Chrome hackers - When do you plan to have a build bot on build.webkit.org? I broke your build yesterday with http://trac.webkit.org/changeset/45572 , but didn't realize it so Albert had to clean up after me (again, thanks Albert). I *try* not to break other builds but the media

Re: [webkit-dev] audio/source and the type attribute

2009-04-01 Thread Eric Carlson
John-Paul - On Apr 1, 2009, at 2:37 AM, Harold, John-Paul wrote: On Tue, 31 Mar 2009, Harold, John-Paul wrote: in my HTML5 audio markup, I have the following audio source src=/media/audio/ogg/9001_1/9807.ogg type=audio/ogg; codecs=vorbis/ source

Re: [webkit-dev] writing NPAPI plugins for video tag

2009-02-24 Thread Eric Carlson
Sriram - On Feb 24, 2009, at 1:28 AM, Sriram Neelakandan wrote: Is there an NPAPI plugin extension available to say that the plugin supports video tag For example a set of methods / properties, which map directly to video tag. i.e play(), pause(), etc..map to a direct NPAPI method on the

Re: [webkit-dev] Webkit Building errors in VC++2005

2009-02-23 Thread Eric Carlson
On Feb 22, 2009, at 12:18 AM, Frank Thomsen wrote: I read that wiki page, as well as followed the guidelines beginning with http://webkit.org/building/tools.html to the lette. I had two colleagues do the same – same result. It was when I found the link included in the last mail that I