[webkit-dev] Clipboard API and events

2016-01-05 Thread Claudio Saavedra
Hi, It seems to me that this API is missing from WK. Is there a reason for this other than "nobody has stepped up yet"? Claudio ___ webkit-dev mailing list webkit-dev@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-dev

Re: [webkit-dev] Clipboard API and events

2016-01-05 Thread Michael Catanzaro
On Tue, 2016-01-05 at 16:48 +0200, Claudio Saavedra wrote: > Hi, > > It seems to me that this API is missing from WK. Is there a reason > for > this other than "nobody has stepped up yet"? > > Claudio What is the security model regarding the clipboard API? I'm not enthusiastic about web pages

Re: [webkit-dev] Memory leak tracking in WebKit

2016-01-05 Thread Vienneau, Christopher
Hi, I’ve resumed the memory leak tracking I was doing last year, I have some more details to share, hopefully you’ll be able to suggest how I might fix it. The source of the leak appears to come from the below callstack. A cache of animation points is being created in

Re: [webkit-dev] Memory leak tracking in WebKit

2016-01-05 Thread Simon Fraser
This sounds like a bug that would affect all WebKit ports. Can you file a bugs.webkit.org bug, and continue investigation there? Simon > On Jan 5, 2016, at 12:03 PM, Vienneau, Christopher wrote: > > Hi, > > I’ve resumed the memory leak tracking I was doing last year, I

Re: [webkit-dev] Memory leak tracking in WebKit

2016-01-05 Thread Vienneau, Christopher
Thanks for suggesting that Simon, I’ve now opened the bug: https://bugs.webkit.org/show_bug.cgi?id=152759 Chris From: simon.fra...@apple.com [mailto:simon.fra...@apple.com] Sent: Tuesday, January 05, 2016 12:09 PM To: Vienneau, Christopher Cc: WebKit Development

Re: [webkit-dev] Memory leak tracking in WebKit

2016-01-05 Thread Said Abou-Hallawa
This seems to be a reference cycle between SVGAnimatedListPropertyTearOff and SVGListPropertyTearOff. In SVGAnimatedListPropertyTearOff::animVal(), m_animVal is assigned to a new Ref but this new Ref increments the refcount of this. This looks similar to

Re: [webkit-dev] Fwd: cross compile webkitgtk+

2016-01-05 Thread Bryan
please help me as i am stuck with this issue. On Jan 5, 2016 6:19 PM, "Bryan" wrote: > Hi, > I have used webkitgtk-3.0 for building my application and i am > getting issue while loading web page. it shows me white screen. > > i am trying to compile latest webkitgtk