[webkit-dev] Can we remove webkit prefix from Battery Status API and from Vibration API?

2012-07-30 Thread Kihong Kwon
Hi, webkit-dev As you can see with these links, http://www.w3.org/TR/battery-status/ http://www.w3.org/TR/vibration/ the status of Battery Status API and Vibration API have been changed to the CR quite ago and specs are almost stable now. Therefore, I think we can remove webkit prefix from

[webkit-dev] Adding Proximity Events

2012-07-31 Thread Kihong Kwon
Hello, webkit-dev I would like to let you know, I am planning to add Proximity Events to WebCore. This feature will be behind the ENABLE_PROXIMITY_EVENTS. Please see : http://www.w3.org/TR/proximity/ https://bugs.webkit.org/show_bug.cgi?id=92837 If you have any comments, please let me kn

Re: [webkit-dev] Can we remove webkit prefix from Battery Status API and from Vibration API?

2012-07-31 Thread Kihong Kwon
> Has a test suite been published we can test against? I didn't see a test suite which is opened to everyone yet. Is this a problem for dropping prefix? > Are there any other implementations of the APIs? Besides the time-based > requirement of dropping vendor prefixes when a specification goes to

Re: [webkit-dev] Can we remove webkit prefix from Battery Status API and from Vibration API?

2012-08-01 Thread Kihong Kwon
I have made bugs. https://bugs.webkit.org/show_bug.cgi?id=92839 https://bugs.webkit.org/show_bug.cgi?id=92840 Kihong 2012/8/1 Kihong Kwon : >> Has a test suite been published we can test against? > > I didn't see a test suite which is opened to everyone yet. > Is this a

Re: [webkit-dev] New WebKit reviewer: Gyuyoung Kim

2012-08-21 Thread Kihong Kwon
Congratulation, Gyugoung! :-) On Tuesday, August 21, 2012, Thiago Marcos P. Santos wrote: > On Tue, Aug 21, 2012 at 10:38 AM, Kenneth Rohde Christiansen > > wrote: > > I’m pleased to announce that Gyuyoung Kim is now a WebKit reviewer. > > > > Gyuyoung joined the WebKit team as part of an effort

Re: [webkit-dev] Adding ENABLE_BATTERY_STATUS to WebCore

2011-06-15 Thread Kihong Kwon
t and attributes are not dropped. And if this spec is changed or modified, I'll fix or add my source to the WebKit. In my opinion, the WebKit support this feature is no problem now. How do you think about? Thank you for your comment. BR. Kihong Kwon > -Original Message- > From:

Re: [webkit-dev] Adding ENABLE_BATTERY_STATUS to WebCore

2011-06-15 Thread Kihong Kwon
> From: ryosuke.n...@gmail.com [mailto:ryosuke.n...@gmail.com] On Behalf Of > Ryosuke Niwa > 2011/6/15 권기홍 > I wanted to let you know that I plan to add battery status event support to > WebCore. > The Battery Status Event is a new feature that is defined by W3C > (http://www.w3.org/TR/battery

[webkit-dev] For debugging in xcode - Breakpoint does not work.

2011-12-06 Thread Kihong Kwon
Hello. I am a new to mac. Can anyone help me for debugging WebCore? I have a problem about breakpoint with xcode. What I want to say, I can't use a breakpoint with WebCore in the xcode. After finish to build webkit, I put a breakpoint to the DOMWindow.cpp (I put a breakpoint to DOMWindow::alert

Re: [webkit-dev] For debugging in xcode - Breakpoint does not work.

2011-12-08 Thread Kihong Kwon
It'w working now. Thank you. BR. Kihong 2011년 12월 8일 오전 1:40, Dan Bernstein 님의 말: > > > On Dec 6, 2011, at 11:01 PM, Kihong Kwon wrote: > >> Hello. >> >> I am a new to mac. Can anyone help me for debugging WebCore? >> >> I have a problem about

[webkit-dev] Looking forward to get an advice about event listeners for navigator.battery.

2012-03-05 Thread Kihong Kwon
Hi. I'm implementing Battery Status API. (https://bugs.webkit.org/show_bug.cgi?id=62698) (http://www.w3.org/TR/battery-status/) I have an issue which would need your comments. Battery Status API needs to be added under the Navigator class, but there is not any event handling logic there. Therefor

Re: [webkit-dev] Looking forward to get an advice about event listeners for navigator.battery.

2012-03-05 Thread Kihong Kwon
Thank you for your kind comments. I will change my patch like your suggestion. BR. Kihong. > -Original Message- > From: aba...@gmail.com [mailto:aba...@gmail.com] On Behalf Of Adam Barth > Sent: Monday, March 05, 2012 5:45 PM > To: Kihong Kwon > Cc: webkit-dev@lists.webki

[webkit-dev] Announcement for landing the Battery status API

2012-03-16 Thread Kihong Kwon
Hi. Webkit-dev. I want to let you know that the Battery Status API is just landed. : https://bugs.webkit.org/show_bug.cgi?id=62698, http://www.w3.org/TR/battery-status/ This is behind ENABLE_BATTERY_STATUS feature define. This feature is enabled on the Efl port now. If you have any comments or qu