[webkit-dev] Total Memory used

2011-09-16 Thread Amit Shahi
Dear All, Web Inspector show the Timeline pannel in which Memory is also displayed for webkit. On Each entry there is two field , one is Total Heap Size and other is Used Heap Size . What does these fields mean, is they denote to Memory used by a particular function like in Chrome Heap Profiler

[webkit-dev] Invitation to connect on LinkedIn

2011-09-16 Thread Cameron Wall via LinkedIn
LinkedIn Cameron Wall requested to add you as a connection on LinkedIn: -- stevin, I'd like to add you to my professional network on LinkedIn. - Cameron Accept invitation from Cameron Wall http://www.linkedin.com/e/-jnbvix-gsnv9cud

Re: [webkit-dev] Implementing HTML5 time element

2011-09-16 Thread Ian Hickson
On Thu, 15 Sep 2011, Vineet Chaudhary wrote: > > I am intending to implement the HTML5 tag. Could you elaborate on what your use case is? The reason I ask is that we are thinking of dropping from the spec. If there's a good reason to keep it, that would be good to know. > With Reference to S

Re: [webkit-dev] Implementing HTML5 time element

2011-09-16 Thread Darin Adler
The biggest question for me for this feature is what locale-specific formatting we plan for these dates and times. Will we be adding more code to the WebCore platform layer to do this? Will we use locale-specific formatting code already present in JavaScriptCore, perhaps moving it to WTF for the

Re: [webkit-dev] Not able to play flash with windows webkit

2011-09-16 Thread Andy Estes
On Sep 16, 2011, at 2:39, vswap 65 wrote: > Hi all, > > I had windows webkit(with safari 5.1 setup)in my system. > While I am trying to load flash with following html code, it is showing text > as "Missing Plug-in". > > > WIDTH="380" HEIGHT="300" TYPE="application/octet-stream" > ALLOWSCRIP

[webkit-dev] Not able to play flash with windows webkit

2011-09-16 Thread vswap 65
Hi all, I had windows webkit(with safari 5.1 setup)in my system. While I am trying to load flash with following html code, it is showing text as "Missing Plug-in". It is working in FF & IE. Can any one please help me. ___ webkit-dev mailing list we

Re: [webkit-dev] On touch based device touch/click response looks a bit flaky

2011-09-16 Thread Antonio Gomes
See this discussion long http://www.mail-archive.com/webkit-dev@lists.webkit.org/msg11533.html For now it is very port specific to adjust the clicking spot before submitting it to webcore. We should/could generalize it though for all ports would share the logic. On Friday, September 16, 2011, Ark

[webkit-dev] On touch based device touch/click response looks a bit flaky

2011-09-16 Thread Arko Saha
Hi, My observation is "on touch based device touch/click response looks a bit flaky"(if we put a plain webkit build on the touch device, say GTK port). Some time we want to click a smaller link without doing zoom-in the webpage on touched based device. In this situation the hit test does not retur