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 >> > написал(а): >>> >>> On Wed, Oct 25, 2017 at 4:58 PM, Aakash Jain >>

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 WebRTC > inside WebKit. >

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 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 page checking

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 wrote: > > I'm working for Webkit WIN32 port. > I'm facing an issue : > > 1) For HTML5 video tag: > > onload = onLoad() >src = "E:/xyz.mp4" > > for the above mentioned code onLoad fucntion is not firing. > but if I remove src tag value onL

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 > wrote: >> On Thu, May 26, 2011 at 7:54 PM, Eric Seidel wrote: >>> I get a

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: > http://trac.webkit.org/browser/trunk/Lay

[webkit-dev] skipping tests on Chromium

2010-08-30 Thread Eric Carlson
What is the correct way to skip a layout test on Chromium now that platform/chromium/Skipped has been removed? eric ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

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

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 b

[webkit-dev] interesting "time-lapse" photo

2010-04-28 Thread Eric Carlson
Came across is an interesting pseudo time lapse of nightfall in the Hong Kong this morning: http://61226.com/share/hk.swf. Instead of a using a true time-lapse image sequence, this uses just two photos, a mask, and opacity manipulation for a fairly convincing effect. The author used Flash

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

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 39

[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 elemen

Re: [webkit-dev] / 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 type="audio/ogg; codecs=vorbis"/> but I'm unsure what the equivalent type attribute for an m4a file should be. Can someone adv

Re: [webkit-dev] Pushing data to plugin

2009-03-20 Thread Eric Carlson
Jack - On Mar 20, 2009, at 9:24 AM, Jack Wootton wrote: Yes, but the problem is that program control is in the plugin instance object and not the Plugin itself. Plugin instance objects are created after the plugin is created. 1. Plugin created (have reference to Browser via NPNetscapeFuncs. 2

Re: [webkit-dev] writing NPAPI plugins for 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 tag For example a set of methods / properties, which map directly to tag. i.e play(), pause(), etc..map to a direct NPAPI method on the plugin with t

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 fina