Re: [webkit-dev] How is JSConsole used/accessible in current webkit?

2008-03-19 Thread Richard Bailey
wrote: > In Safari 3.1 you can enable the Web Inspector from Safari's Advanced > preferences with the "Show Develop menu" checkbox. > > On Mar 18, 2008, at 6:47 PM, Maciej Stachowiak wrote: > > > On Mar 18, 2008, at 5:44 PM, Richard Bailey wrote: > > I

[webkit-dev] How is JSConsole used/accessible in current webkit?

2008-03-18 Thread Richard Bailey
I've been reading through the code and seem to be missing how I can activate JSConsole. It is functioning, or disabled in current webkit? Richard ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit

[webkit-dev] Need advise and code review for use of JSAPI to read and write html values from C++

2008-03-18 Thread Richard Bailey
I looked for but did not find samples for doing this. If I missed such samples and documentation, please send me links. The code below is my first draft (compiled and verified) to read and write values from an HTML page. I appreciate any suggestions you can offer. Also, is the JS API the best r

[webkit-dev] Build problems on Vista

2008-03-11 Thread Richard Bailey
When I build on Vista I'm getting the following errors in Javascript core Performing Pre-Build Event... Project : error PRJ0002 : Error result 1 returned from 'c:\Windows\system32\cmd.exe'. I tried within VC++2005 hoping to see more error info and found: 1>-- Build started: Project: JavaScrip

[webkit-dev] Vista Install of development tools

2008-03-05 Thread Richard Bailey
wrt. the page: http://webkit.org/building/tools.html After several attempts to get cygwin to install correctly in Vista, I found I needed to launch setup.exe by right-clicking and choosing "Run as Administrator" After this, the install worked fine. Is this the apropriate way to report this? Tha