Re: [webkit-dev] Adding the Vibration API to WebCore

2011-11-10 Thread Simon Fraser
On Nov 10, 2011, at 5:57 AM, 권기홍 wrote: > Hi webkit-dev. > > I want to let you know that I plan to add the Vibration API to WebKit. > (http://dev.w3.org/2009/dap/vibration/) > This support will be behind the ENABLE_VIBRATION feature define. > see : https://bugs.webkit.org/show_bug.cgi?id=72010 >

Re: [webkit-dev] vertical text

2011-11-10 Thread David Hyatt
On Nov 10, 2011, at 4:07 PM, Cary Clark wrote: > TL;DR: Why is the graphics context rotated when drawing vertical text? I assume you're referring to the rotation done by InlineTextBox. The basic reason for the rotation was that it was a minimal change to the code and allowed a bunch of other dr

[webkit-dev] vertical text

2011-11-10 Thread Cary Clark
TL;DR: Why is the graphics context rotated when drawing vertical text? Skia ports use text-on-path to draw vertical text. This is slow, and sometimes doesn't look very good, for instance when rendering fast/writing-mode/text-orientation-basic.html . To fix this, I added vertical text support on S

Re: [webkit-dev] Is JSRetainPtr part of public WebKit API on some platforms?

2011-11-10 Thread Julien Chaffraix
> Julien Chaffraix asked me about API breakage in > Remove all releaseRef > implementations except for RetainPtr. > > I realize now that JSRetainPtr.h is in the API directory. Is it part of the > public API on some platforms? I know it’s not on Mac

[webkit-dev] Is JSRetainPtr part of public WebKit API on some platforms?

2011-11-10 Thread Darin Adler
Julien Chaffraix asked me about API breakage in Remove all releaseRef implementations except for RetainPtr. I realize now that JSRetainPtr.h is in the API directory. Is it part of the public API on some platforms? I know it’s not on Mac. -- Darin

Re: [webkit-dev] script MIME restrictions for X-Content-Type-Options: nosniff

2011-11-10 Thread Adam Barth
IMHO, having an ENABLE flag is better because supporting nosniff requires work both inside and outside of WebKit. It's better if folks need to turn on the WebKit parts explicitly so they don't end up half-implementing the feature. Adam On Thu, Nov 10, 2011 at 9:50 AM, Tom Sepez wrote: > Hi web

[webkit-dev] script MIME restrictions for X-Content-Type-Options: nosniff

2011-11-10 Thread Tom Sepez
Hi webkit-dev, I'd like to implement restrictions on script execution in webkit along the lines of what has already happened here: http://msdn.microsoft.com/en-us/library/gg622941(v=vs.85).aspx and to that end I've filed https://bugs.webkit.org/show_bug.cgi?id=71851. A question has come up as to

Re: [webkit-dev] Adding the Vibration API to WebCore

2011-11-10 Thread Adam Barth
On Thu, Nov 10, 2011 at 5:57 AM, 권기홍 wrote: > Hi webkit-dev. > > I want to let you know that I plan to add the Vibration API to WebKit. > (http://dev.w3.org/2009/dap/vibration/) > This support will be behind the ENABLE_VIBRATION feature define. > see : https://bugs.webkit.org/show_bug.cgi?id=72010

[webkit-dev] Adding the Vibration API to WebCore

2011-11-10 Thread 권기홍
Hi webkit-dev. I want to let you know that I plan to add the Vibration API to WebKit. (http://dev.w3.org/2009/dap/vibration/) This support will be behind the ENABLE_VIBRATION feature define. see : https://bugs.webkit.org/show_bug.cgi?id=72010 Spec is not mature because it's recently added. But Mo

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

2011-11-10 Thread Harald Alvestrand
Re status on data transmission: The main discussion channel for the data stream is the IETF working group: rtc...@ietf.org The core draft discussing the protocol tradeoffs is draft-jesup-rtcweb-data-01, available from the usual IETF draft places. The main discussion channel for the API is the W3C

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 wrote: > 2011/11/10 Victor LI : > > Hi, > > Does the webkit implements the chapter " Video conferencing and > peer-to-peer

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

2011-11-10 Thread Adam Bergkvist
On 11/10/2011 09:32 AM, Kalle Vahlman wrote: 2011/11/10 Victor LI: 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

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

2011-11-10 Thread Charles Pritchard
On 11/10/11 12:32 AM, Kalle Vahlman wrote: 2011/11/10 Victor LI: 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-de

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

2011-11-10 Thread Kalle Vahlman
2011/11/10 Victor LI : > 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

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

2011-11-10 Thread Victor LI
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? Victor LI rtj...@hotmail.com ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.