Re: [webkit-dev] WebRTC

2013-06-24 Thread Daker Pinheiro
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

[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

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

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