Re: [webkit-dev] WebRTC

2013-06-24 Thread Daker Pinheiro
Nice to know.
Do you have any open bug for that?
Can we help somehow?

Br,


On Mon, Jun 24, 2013 at 6:52 PM, Danilo Cesar danilo...@gmail.com wrote:

 A few colleagues and I are working on the getUserMedia/PeerConnection
 API for the Gtk port.

 It works fine for local audio and video, however It requires a few
 changes on the current media engine, so we're fixing/improving that
 before trying to push it upstream again.

 Danilo

 On Fri, Jun 21, 2013 at 4:02 PM, Daker Pinheiro
 daker.pinhe...@openbossa.org wrote:
  Hi floks,
 
  any port currently supports or is working on WebRTC / getUserMedia?
 
  Br,
 
  --
  Daker Fernandes Pinheiro
  http://codecereal.blogspot.com
 
 
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  https://lists.webkit.org/mailman/listinfo/webkit-dev
 



 --
 Danilo Cesar Lemes de Paula
 http://www.danilocesar.com




-- 
Daker Fernandes Pinheiro
http://codecereal.blogspot.com
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] WebRTC

2013-06-21 Thread Daker Pinheiro
Hi floks,

any port currently supports or is working on WebRTC / getUserMedia?

Br,

-- 
Daker Fernandes Pinheiro
http://codecereal.blogspot.com
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Remove ENABLE_METER_ELEMENT

2013-06-07 Thread Daker Pinheiro
Hi all,

Every port already support the meter element.
The code to enable it's support is guarded by
ENABLE_METER_ELEMENT flag.

Do you agree to remove it?

Br,

-- 
Daker Fernandes Pinheiro
http://codecereal.blogspot.com
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Remove ENABLE_METER_ELEMENT

2013-06-07 Thread Daker Pinheiro
Do you have any plan to support it?
Or does it not apply?

Br,


On Fri, Jun 7, 2013 at 9:23 PM, Benjamin Poulain benja...@webkit.orgwrote:

 On Fri, Jun 7, 2013 at 4:23 PM, Daker Pinheiro 
 daker.pinhe...@openbossa.org wrote:

 Every port already support the meter element.
 The code to enable it's support is guarded by
 ENABLE_METER_ELEMENT flag.

 Do you agree to remove it?


 Nope. iOS does not enable meter.

 Cheers,
 Benjamin




-- 
Daker Fernandes Pinheiro
http://codecereal.blogspot.com
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] When should I use AtomicString vs String?

2013-05-31 Thread Daker Pinheiro
It is faster to compare and hash AtomicString than regular Strings.


On Fri, May 31, 2013 at 5:57 PM, Brendan Long s...@brendanlong.com wrote:

 I hope this isn't a stupid question, but I can't find any references to
 what the difference between AtomicString and String is. It looks like
 AtomicString is generally preferred, but I don't know why. Can someone
 fill me in on this? Is there any refences for the classes in WTF?


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




-- 
Daker Fernandes Pinheiro
http://codecereal.blogspot.com
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev