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

2012-02-08 Thread Soo-Hyun Choi
It seems that a WebKit reviewer, Hajime Morrita, created another bug (https://bugs.webkit.org/show_bug.cgi?id=78085) related to this patch. As said in the bug #78085, it would be more preferred way not to access Page and PageClient directly. The author of this bug might want to check them before a

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

2012-02-01 Thread Soo-Hyun Choi
On 2/2/12 1:01 AM, Robin Berjon wrote: > On Feb 1, 2012, at 11:02 , Soo-Hyun Choi wrote: >> On 2/1/12 3:00 AM, Simon Fraser wrote: >>> My comment was actually meant to be somewhat facetious, and intended to >>> reflect how arbitrary the new APIs are. Why support GamePad input, and not >>> TV re

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

2012-02-01 Thread Robin Berjon
On Feb 1, 2012, at 11:02 , Soo-Hyun Choi wrote: > On 2/1/12 3:00 AM, Simon Fraser wrote: >> My comment was actually meant to be somewhat facetious, and intended to >> reflect how arbitrary the new APIs are. Why support GamePad input, and not >> TV remote control input? Why only deal with vibratio

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

2012-02-01 Thread Soo-Hyun Choi
On 2/1/12 3:00 AM, Simon Fraser wrote: > On Jan 31, 2012, at 12:50 PM, 권기홍 wrote: > >>> For game pads that have vibration feedback, there's obviously a tie-in >>> with the joystick API here: >>> >> >> Thanks for your comment

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

2012-01-31 Thread Robin Berjon
On Jan 30, 2012, at 08:14 , Hajime Morrita wrote: > Please let this thread know if there are any concern or objection, > otherwise I'll r+ this in this week. Also, if the author of original > proposal has any discussion around the points that Adam and Simon > raised, it would be helpful to drop it

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

2012-01-31 Thread Wonsuk Lee
Hi. Simon. I added inline comment. 2012년 2월 1일 오전 3:00, Simon Fraser 님의 말: > On Jan 31, 2012, at 12:50 PM, 권기홍 wrote: > >>> For game pads that have vibration feedback, there's obviously a tie-in >>> with the joystick API here: >>>

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

2012-01-31 Thread Simon Fraser
On Jan 31, 2012, at 12:50 PM, 권기홍 wrote: >> For game pads that have vibration feedback, there's obviously a tie-in >> with the joystick API here: >> > > Thanks for your comments Simon. > I can see your point. However, while

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

2012-01-31 Thread 권기홍
k you morrita. Kihong --- Original Message --- Sender : Hajime Morrita Date : 2012-01-30 16:14 (GMT+09:00) Title : Re: [webkit-dev] Adding the Vibration API to WebCore Hi, The first patch for this feature is almost ready: https://bugs.webkit.org/show_bug.cgi?id=72010 But I found that t

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

2012-01-29 Thread Hajime Morrita
Hi, The first patch for this feature is almost ready: https://bugs.webkit.org/show_bug.cgi?id=72010 But I found that there is not so positive atmosphere here. Considering the feature is small and isolated enough and This API can be taken as a sort of Cookie for LocalStorage in the context of Game

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] 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