[webkit-dev] Is there any plan for audio attribute of HTMLVideoElement?

2011-05-19 Thread Chengwei Wu
Hi all: audio attribute on the video element is now not supported by webkit. Is there any plan for this feature? Thanks a lot! -- Best Regards! Chengwei Wu ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman

Re: [webkit-dev] New Feature - Resource Timing

2011-05-19 Thread Simon Fraser
Seem like this new web-facing API would provide more data for sites wanting to do user fingerprinting, even when cookies etc. are disabled. Simon On May 19, 2011, at 6:14 PM, James Simonsen wrote: > Hello webkit-dev, > > The W3C Performance WG has been working on a Resource Timing spec. The s

[webkit-dev] New Feature - Resource Timing

2011-05-19 Thread James Simonsen
Hello webkit-dev, The W3C Performance WG has been working on a Resource Timing spec. The spec is starting to stabilize and we'd like to start landing it in WebKit too. Resource Timing is a follow up to Navigation Timing, which is already in WebKit. Resource Timing allows site developers to collec

Re: [webkit-dev] Large Source Reorganizations By External WebKit Ports

2011-05-19 Thread Peter Kasting
On Thu, May 19, 2011 at 9:09 AM, Charles Pritchard wrote: > I think Brent's question to the list may have some merit if looked at from > a different perspective. > Let me try it... Peter: Are there any lessons learned about that process > Chromium went through? > Darin Fisher shared most of the

[webkit-dev] Font Name

2011-05-19 Thread Soheil Servati Beiragh
Hi I want to know after webkit parses the html file where does it save the font that is used for text? It definitely won't save a name for the font but there should be some kind of index or sth to tell the rendering engine which font is being used. Thanks in advance    Soheil Servati Beiragh Ph

Re: [webkit-dev] Large Source Reorganizations By External WebKit Ports

2011-05-19 Thread Levi Weintraub
Speaking from my time at HP/Palm working on webOS, there was always a desire to upstream the project particularly to avoid missing all the source reorganization going on in the main tree. Unfortunately, there's a large bar of entry to upstream a new WebKit port, and we never had the resources to ma

Re: [webkit-dev] Large Source Reorganizations By External WebKit Ports

2011-05-19 Thread Charles Pritchard
On 5/18/11 2:09 PM, Peter Kasting wrote: On Wed, May 18, 2011 at 12:36 PM, Brent Fulgham > wrote: Google used this same approach with their Chromium port, the side effects of which find us in year two (or three?) of the effort to merge those changes ba