Re: [webkit-dev] Are Qt and GTK+ intentionally returning false in shouldShowPlaceholderWhenFocused?

2013-08-20 Thread Kangil Han
+1 -Original Message- From: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev-boun...@lists.webkit.org] On Behalf Of Carlos Garcia Campos Sent: Wednesday, August 21, 2013 3:08 PM To: Martin Robinson Cc: WebKit Development Subject: Re: [webkit-dev] Are Qt and GTK+ intentionally return

[webkit-dev] Adding document.currentScript to WebCore

2013-06-17 Thread Kangil Han
gi?id=104221 I am looking forward to your comments. Thanks! Kangil Han [1] http://www.w3.org/html/wg/drafts/html/master/dom.html#dom-document-currentsc ript [2] http://www.whatwg.org/specs/web-apps/current-work/multipage/dom.html#dom-doc ument-currentscript [3] https://developer.mozilla.org/en-US

Re: [webkit-dev] Any port still using a compiler that doesn't support move semantics?

2013-06-12 Thread Kangil Han
Hi Ryosuke! EFL port has no problem to support move semantics. Thanks for asking! Kangil Han From: webkit-dev-boun...@lists.webkit.org [mailto:webkit-dev-boun...@lists.webkit.org] On Behalf Of Ryosuke Niwa Sent: Thursday, June 13, 2013 7:39 AM To: WebKit Development Subject: [webkit-dev] Any

[webkit-dev] Enable encoding detector on layout(regression) test

2012-09-18 Thread Kangil Han
oding detector works on reading input stream level. Therefore, I am asking here if any of WebKittens would give some advices/opinions including good precedent to resolve this case. - Kangil Han ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] [WK2] WebContext destructor is never triggered on normal exit

2012-08-27 Thread Kangil Han
not clear to me why the framework should do it for them. We don't do this for any other objects. -Sam On Aug 24, 2012, at 7:15 PM, Kangil Han < <mailto:kangil@samsung.com> kangil@samsung.com> wrote: Hi, I've found WebContext destructor is never triggered on no

Re: [webkit-dev] [WK2] WebContext destructor is never triggered on normal exit

2012-08-27 Thread Kangil Han
7;t do this for any other objects. -Sam On Aug 24, 2012, at 7:15 PM, Kangil Han wrote: Hi, I've found WebContext destructor is never triggered on normal exit in WK2. This happens because only IPC message from WebProcess could terminate it but won't do that in this case. One p

[webkit-dev] [WK2] WebContext destructor is never triggered on normal exit

2012-08-24 Thread Kangil Han
Hi, I've found WebContext destructor is never triggered on normal exit in WK2. This happens because only IPC message from WebProcess could terminate it but won't do that in this case. One possibility for doing this is to create a flow of termination from UIProcess on exit. But, before startin