Re: [webkit-dev] How does the WebRTC project going on?

2012-02-16 Thread ᛏᚮᛘᛘᚤ
And you can also follow https://bugs.webkit.org/show_bug.cgi?id=56459 which
is the master bug.

/Tommy

On Wed, Feb 15, 2012 at 17:59, Adam Barth aba...@webkit.org wrote:

 All the work is happening in WebKit trunk.  Take a look at the mediastream
 folders if you want to see the current progress.

 Adam
  On Feb 15, 2012 1:54 AM, Victor LI rtj...@hotmail.com wrote:

 How does the WebRTC project going on?
 When will it be released to the Webkit trunk repository?
 Thanks!

 Victor LI
 rtj...@hotmail.com



 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev




-- 
Tommy Widenflycht, Senior Software Engineer
Google Sweden AB, Kungsbron 2, SE-11122 Stockholm, Sweden
Org. nr. 556656-6880
And yes, I have to include the above in every outgoing email according to
EU law.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] About the Video conferencing and peer-to-peer communication implementation

2011-11-10 Thread ᛏᚮᛘᛘᚤ
Something ate the last part of my message :/

Master bug can be found here: https://bugs.webkit.org/show_bug.cgi?id=56459

/Tommy

On Thu, Nov 10, 2011 at 09:32, Kalle Vahlman kalle.vahl...@gmail.comwrote:

 2011/11/10 Victor LI rtj...@hotmail.com:
  Hi,
  Does the webkit implements the chapter  Video conferencing and
 peer-to-peer
  communication now?
  if it doesn't , is there any plan to support it?

 There are people working on it:

  https://lists.webkit.org/pipermail/webkit-dev/2011-November/018445.html

 I suppose bugzilla has bugs for this, although they are not mentioned
 in the announcement.

 Would probably be a good idea to have a tracking bug for this though?

 --
 Kalle Vahlman, z...@iki.fi
 Powered by http://movial.com
 Interesting stuff at http://sandbox.movial.com
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev




-- 
Tommy Widenflycht, Senior Software Engineer
Google Sweden AB, Kungsbron 2, SE-11122 Stockholm, Sweden
Org. nr. 556656-6880
And yes, I have to include the above in every outgoing email according to
EU law.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] New feature announcement - WebRTC support

2011-11-03 Thread ᛏᚮᛘᛘᚤ
Hi gang,

This is to announce that work has been going on for a while to implement
the WebRTC specification (http://www.w3.org/TR/webrtc/) into WebKit. I
apologize for not sending this email earlier.

Summary from the spec:

There are a number of facets to video-conferencing in HTML:


   - Getting a multimedia stream (video, audio, or both) from local devices
  (video cameras, microphones, Web cams) or from prerecorded files provided
  by the user.
  - Recording such streams locally.
  - Connecting to remote peers using NAT-traversal technologies such as
  ICE, STUN, and TURN.
  - Sending the locally-produced streams to remote peers and receiving
  streams from remote peers.
  - Displaying such streams (both the locally-produced ones and the
  remotely-obtained ones) locally using the video or audio elements.
  - Sending arbitrary data to remote peers.

This document defines the APIs used for these features. This specification
is being developed in conjunction with a protocol specification developed
by the IETF RTCWEB group.


The work is mostly handled by me (tom...@google.com) and Adam Bergkvist (
adam.bergkv...@ericsson.com) with


-- 
Tommy Widenflycht, Senior Software Engineer
Google Sweden AB, Kungsbron 2, SE-11122 Stockholm, Sweden
Org. nr. 556656-6880
And yes, I have to include the above in every outgoing email according to
EU law.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] ping-pong with fast/files/create-blob-url-crash-expected.txt

2011-08-31 Thread ᛏᚮᛘᛘᚤ
Yeah, that's the intention. I just haven't had the bandwidth lately to spend
more time on it :/

/Tommy

On Wed, Aug 31, 2011 at 14:57, Philippe Normand ph...@igalia.com wrote:

 Sorry for the last one.
 Looks like the patch in https://bugs.webkit.org/show_bug.cgi?id=66045
 is intended to fix this issue for both JSC and V8 code generators, if I
 understood correctly.

 Philippe

 On Wed, 2011-08-31 at 13:40 +0200, Osztrogonac Csaba wrote:
  Hi,
 
  It seems you guys are playing ping-pong with this platform independent
 expected file.
  Could you decide which one is the correct?
 
  br,
  Ossy
 
  http://trac.webkit.org/changeset/93713
 
 http://trac.webkit.org/changeset/93713/trunk/LayoutTests/fast/files/create-blob-url-crash-expected.txt
  -PASS: Not enough arguments
  +PASS: Type error
 
  http://trac.webkit.org/changeset/94023
 
 http://trac.webkit.org/changeset/94023/trunk/LayoutTests/fast/files/create-blob-url-crash-expected.txt
  -PASS: Type error
  +PASS: Not enough arguments
 
  http://trac.webkit.org/changeset/94168
 
 http://trac.webkit.org/changeset/94168/trunk/LayoutTests/fast/files/create-blob-url-crash-expected.txt
  -PASS: Not enough arguments
  +PASS: Type error
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev




-- 
Tommy Widenflycht, Senior Software Engineer
Google Sweden AB, Kungsbron 2, SE-11122 Stockholm, Sweden
Org. nr. 556656-6880
And yes, I have to include the above in every outgoing email according to EU
law.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] ping-pong with fast/files/create-blob-url-crash-expected.txt

2011-08-31 Thread ᛏᚮᛘᛘᚤ
BTW I did figure out why (code generators behave differently for overloaded
and non-overloaded functions), mentioned that bug in the comments further
down, and uploaded a patch to fix it. I'm sorry I didn't have had time to
take it further.

On Wed, Aug 31, 2011 at 16:28, David Levin le...@google.com wrote:

 On Wed, Aug 31, 2011 at 5:57 AM, Philippe Normand ph...@igalia.comwrote:

 Sorry for the last one.

 Looks like the patch in https://bugs.webkit.org/show_bug.cgi?id=66045
 is intended to fix this issue for both JSC and V8 code generators, if I
 understood correctly.


 Short story: 
 http://trac.webkit.org/**changeset/94023http://trac.webkit.org/changeset/94023
  is
 correct and we should fix the result that in there now.

 More:
 In general, when JSC and V8 disagree, we've gone with JSC in the platform
 independent file.

 http://trac.webkit.org/changeset/93713 and http://trac.webkit.org/**
 changeset/94168 http://trac.webkit.org/changeset/94168 didn't do this so
 they aren't following what is standard practice.

 The original issue crept in with r93713 which changed this output for v8
 but didn't figure out why -- No idea as to why the code the code
 generator acts differently now.

 dave



 Philippe

 On Wed, 2011-08-31 at 13:40 +0200, Osztrogonac Csaba wrote:
  Hi,
 
  It seems you guys are playing ping-pong with this platform independent
 expected file.
  Could you decide which one is the correct?
 
  br,
  Ossy
 
  http://trac.webkit.org/changeset/93713
 
 http://trac.webkit.org/changeset/93713/trunk/LayoutTests/fast/files/create-blob-url-crash-expected.txt
  -PASS: Not enough arguments
  +PASS: Type error
 
  http://trac.webkit.org/changeset/94023
 
 http://trac.webkit.org/changeset/94023/trunk/LayoutTests/fast/files/create-blob-url-crash-expected.txt
  -PASS: Type error
  +PASS: Not enough arguments
 
  http://trac.webkit.org/changeset/94168
 
 http://trac.webkit.org/changeset/94168/trunk/LayoutTests/fast/files/create-blob-url-crash-expected.txt
  -PASS: Not enough arguments
  +PASS: Type error
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev





-- 
Tommy Widenflycht, Senior Software Engineer
Google Sweden AB, Kungsbron 2, SE-11122 Stockholm, Sweden
Org. nr. 556656-6880
And yes, I have to include the above in every outgoing email according to EU
law.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] New feature announcement – Video conferencing and peer-to-peer communication

2011-05-16 Thread ᛏᚮᛘᛘᚤ
The plan is to have the P2P VC WebKit code to do as little as possible
and leave the implementation to the browser port, just like the
MediaStream patches. And the code touches very little other code;
Event, EventTarget, Navigator etc but obviously heavily depends on the
MediaStream functionality.

Is this a problem? Happy to modularize the functionality if someone
can give me some pointers, show our work in progress etc.

To get the standard (on whatwg) finalized an implementation is needed
so that some real world usage can be had, and previously we have
received some favorable comments re go-ahead on implementation.

Personally I think this is a great feature and are committed  to
implement it properly.

/Tommy


On Sat, May 14, 2011 at 01:50, Adam Barth aba...@webkit.org wrote:
 One approach we talked about at the contributor's meeting to dealing
 with the ever-growing feature list of WebCore is modularity.  Looking
 at the specification for this feature, there doesn't seem to be much
 interdependence between these APIs and the rest of WebCore.  For
 example, there's nothing that couples with dom, css, or rendering.

 Would it make sense to try building this feature as a self-contained
 module?  For example, you could imagine the following dependency
 diagram:

 WebKit - WebP2P
   |                        |
   |                        \/
  + WebCore

 Ideally, WebCore would have some moderately well-defined interface for
 these modules, much like the WebKit -- WebCore interaction is
 mediated by clients.  Ideally, these modules would just describe
 themselves using WebIDL and we could just generated bindings for them.
  As another example, webaudio might also profit from such as design.

 Of course, splitting this feature off into its own module doesn't
 remove all the costs of the new feature, but it would make it easier
 to work on WebCore proper without having to deal with all the
 complexities of every feature.

 Adam


 On Fri, May 13, 2011 at 11:10 AM, Eric Seidel e...@webkit.org wrote:
 That sounds like about 8 features.
 Seems we should think about this in smaller chunks...
 On the surface peer to peer video conferencing does not seem like
 something appropriate to add to WebCore/WebKit.  Just like an API for
 reading my email is out of scope for the project.  (But certainly lots of
 people build such things on top of WebKit.) :)
 -eric
 On Fri, May 13, 2011 at 6:19 AM, Tony Gentilcore to...@chromium.org wrote:

 For those interested, the cover bug for this work is here:
 https://bugs.webkit.org/show_bug.cgi?id=56459
 -Tony

 On Fri, May 13, 2011 at 8:27 AM, Adam Bergkvist
 adam.bergkv...@ericsson.com wrote:

 I want to inform people on this list that we have been doing some early
 implementation work of the video conferencing and peer-to-peer 
 communication
 chapter in the HTML spec
 (http://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#video-conferencing-and-peer-to-peer-communication).
 This section of the spec is in an early stage and should be considered
 experimental, but as it becomes more understood, we intend to contribute to
 the WebKit implementation. Others are also (based on bugs reported) working
 on this.
 BR
 Adam
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev



 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev




-- 
Tommy Widenflycht, Senior Software Engineer
Google Sweden AB, Kungsbron 2, SE-11122 Stockholm, Sweden
Org. nr. 556656-6880

This email may be confidential or privileged. If you received this
communication by mistake, please don't forward it to anyone else,
please erase all copies and attachments, and please let me know that
it went to the wrong person. Thanks!
And yes, I have to include this message in every outgoing email
according to EU law.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev