[webkit-dev] Haptics CSS extension

2010-06-22 Thread kim.1.gronholm
We at Nokia have implemented tactile feedback (i.e. Haptics) support for touch-based user interfaces and are now ready to land the implementation to the WebKit trunk. Since the real-time requirements of a realistic feel are very tight, it is not possible to implement the haptic feedback via a

[webkit-dev] PLATFORM_STRATEGIES

2010-06-22 Thread Mario Bensi
Hi all, In revision 61429, you have introduced PLATFORM_STRATEGIES and you define WTF_USE_PLATFORM_STRATEGIES. It should be ENABLE_PLATFORM_STRATEGIES, no ? Best Regards Mario ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] strategy for evaluating performance issues related to memory.

2010-06-22 Thread Mike Marchywka
CC: webkit-dev@lists.webkit.org From: ddkil...@webkit.org Subject: Re: [webkit-dev] strategy for evaluating performance issues related to memory. Date: Mon, 21 Jun 2010 19:44:53 -0700 To: marchy...@hotmail.com On Jun 21, 2010, at 6:21 AM,

[webkit-dev] Interpreting LEAK: on Shutdown

2010-06-22 Thread Alex Milowski
I looked at this document on the wiki: http://trac.webkit.org/wiki/Memory%20Use and I'm curious about how to interpret the output on the console when running via Safari. For example, here's one output when I just quit with windows open: LEAK: 2 WebCoreNode LEAK: 29 CachedResource

Re: [webkit-dev] Haptics CSS extension

2010-06-22 Thread Simon Fraser
On Jun 22, 2010, at 12:44 AM, kim.1.gronh...@nokia.com wrote: We at Nokia have implemented tactile feedback (i.e. Haptics) support for touch-based user interfaces and are now ready to land the implementation to the WebKit trunk. Since the real-time requirements of a realistic feel are very

[webkit-dev] MathML Component in Bugzilla?

2010-06-22 Thread Alex Milowski
Could someone create a MathML component for bug reports in Bugzilla? Please? -- --Alex Milowski The excellence of grammar as a guide is proportional to the paucity of the inflexions, i.e. to the degree of analysis effected by the language considered. Bertrand Russell in a footnote of

Re: [webkit-dev] Interpreting LEAK: on Shutdown

2010-06-22 Thread Geoffrey Garen
Hi Alex. I looked at this document on the wiki: http://trac.webkit.org/wiki/Memory%20Use and I'm curious about how to interpret the output on the console when running via Safari. For example, here's one output when I just quit with windows open: LEAK: 2 WebCoreNode LEAK: 29

Re: [webkit-dev] Interpreting LEAK: on Shutdown

2010-06-22 Thread Alex Milowski
On Tue, Jun 22, 2010 at 6:06 PM, Geoffrey Garen gga...@apple.com wrote: Those messages indicate that some objects were not deleted before shutdown. Ensuring that all known references are released before shutdown, and then verifying that all objects are deleted, is an aid to debugging memory

Re: [webkit-dev] Interpreting LEAK: on Shutdown

2010-06-22 Thread Darin Adler
On Jun 22, 2010, at 1:30 PM, Alex Milowski wrote: But how do you avoid this: No leak checking done: At least one WebView is still open. There’s no real need to avoid that one. It’s just advisory. If you quit all the windows you still get it. If you get it even after closing all windows,

Re: [webkit-dev] Interpreting LEAK: on Shutdown

2010-06-22 Thread Geoffrey Garen
OK. But how do you avoid this: No leak checking done: At least one WebView is still open. Originally, this message was about fast shutdown. An application choosing not to close all windows / WebViews before termination would emit this message, which was slightly clearer than mysterious

Re: [webkit-dev] MathML Component in bugs.webkit.org?

2010-06-22 Thread Darin Adler
On Jun 22, 2010, at 8:28 AM, Alex Milowski wrote: Could someone create a MathML component for bug reports in Bugzilla? Sure, I added it. I hope it’s helpful to have a separate component for this. I’m not entirely sure we get a lot of value out of the separate bugs.webkit.org components we

Re: [webkit-dev] strategy for evaluating performance issues related to memory.

2010-06-22 Thread Leo Meyerovich
I've been doing some memory benchmarking recently (my current interest is layout but am also poking at nearby processes). Generally, data representation seems hard to usefully tweak in a non-invasive way as it's pretty good while being legible (e.g., bit packing), but access patterns (and