[webkit-dev] Offscreen rendering question

2008-03-27 Thread Serge Lages
Hi all, I am currently evaluating WebKit for a particular purpose but I can't manage to find answers with the documentation I found or by browsing the code. That's why I give it a try on the list. Actually, I would like to have a simple WebKit doing the following : - It render pages into a

[webkit-dev] No more javascript parsing errors in console

2008-03-27 Thread Max Barel
Since Safari 3 is out, the console is integrated within inspector. While I enjoy the command line interface it provides, I noticed that parsing errors are no more shown in this console. There is a numbered red flag number next to the faulty file in left pane but I can't see corresponding

Re: [webkit-dev] No more javascript parsing errors in console

2008-03-27 Thread David Kilzer
This works for me with Safari 3.1 on Mac OS X 10.5.2. (I used http://www.dmregister.com/ to test.) I think the trick is that you must have the Web Inspector open before you load the page to see the parsing errors. If that still doesn't work, please file a bug. Thanks! Dave Max Barel [EMAIL

Re: [webkit-dev] No more javascript parsing errors in console

2008-03-27 Thread Adam Roben
David Kilzer wrote: This works for me with Safari 3.1 on Mac OS X 10.5.2. (I used http://www.dmregister.com/ to test.) I think the trick is that you must have the Web Inspector open before you load the page to see the parsing errors. It sounds like a bug to me that you have to have the