[webkit-dev] Profiling in WebKit

2008-11-28 Thread Johan Lund
Hi folks. Im trying to figure out the best way to profile the startup of my web application. If I activate the profiler in the web inspector and reload the application; webkit crashes. How would you go about doing this and have I stumbled across a bug or is it simply unsupported usage?

[webkit-dev] Debugging in eval'ed code

2008-07-24 Thread Johan Lund
Is there a way to debug inside eval'ed code? As I detailed here: https://bugs.webkit.org/show_bug.cgi?id=20139 Best regards Johan Lund Bindows Team ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi

Re: [webkit-dev] Debugging in eval'ed code

2008-07-24 Thread Johan Lund
Nm I just got an answer in the bug report. Thanks 24 jul 2008 kl. 09.31 skrev Johan Lund: Is there a way to debug inside eval'ed code? As I detailed here: https://bugs.webkit.org/show_bug.cgi?id=20139 Best regards Johan Lund Bindows Team

[webkit-dev] keyboard event handling - set in stone yet?

2008-06-17 Thread Johan Lund
An overhaul was made to WebKit keyboard event handling and it was stated that some or all of the changes may have to be undone at some point. I was wondering what the behavior is like now and if it has been finalized yet? Here is the article:

Re: [webkit-dev] Preventing menus on Windows

2008-05-23 Thread Johan Lund
22 maj 2008 kl. 18.56 skrev Alexey Proskuryakov: On May 22, 2008, at 5:38 PM, Johan Lund wrote: How can I prevent e.g. the File menu to popup on Alt-F in Safari in Windows? We do not allow web pages to suppress handling of system keys events like this, matching Internet Explorer

Re: [webkit-dev] Preventing menus on Windows

2008-05-23 Thread Johan Lund
You mentioned that you have a workaround for IE - it would be best to file a bug with a test case that works in IE, but doesn't work in Safari. - WBR, Alexey Proskuryakov Sure, will do. Another question, related but regarding tabIndex. Does Safari treat a tabIndex of -1, 0 or 1...

[webkit-dev] Preventing menus on Windows

2008-05-22 Thread Johan Lund
How can I prevent e.g. the File menu to popup on Alt-F in Safari in Windows? /Johan ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] -moz-user-focus in webkit?

2008-05-13 Thread Johan Lund
Is there something equivalent to -moz-user-focus in webkit? Thanks Johan Lund ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Turning off blue borders on input elements in Safari?

2008-04-10 Thread Johan Lund
How can I turn off the blue borders that Safari adds around input elements? Regards Johan Lund ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev

[webkit-dev] Safari/WebKit support in Bindows

2008-03-26 Thread Johan Lund
Hi, my name is Johan Lund and I am in charge of implementing Safari/WebKit support in the Bindows AJAX framework. We currently have a working version of Bindows in Safari but one key element is missing which is issue #7138. Is this issue progressing? Best Regards Johan Lund Bindows Team

Re: [webkit-dev] Safari/WebKit support in Bindows

2008-03-26 Thread Johan Lund
Thanks for the tip Darin. I have updated the bug report so that it is now clear that we need at least div and tr tags to be focusable. http://bugs.webkit.org/show_bug.cgi?id=7138 /Johan 26 mar 2008 kl. 15.24 skrev Darin Adler: On Mar 26, 2008, at 4:50 AM, Johan Lund wrote: my name