[webkit-dev] getting contents of noscript element through DOM

2009-10-17 Thread mab2001
Hi, It seems that with webkit, the contents of the noscript tag cannot be accessed through the DOM. FF and IE (haven't tested other browsers) allow access through the textContent property but in Safari and Chrome this just comes back blank. I've tried looking through the WebKit code to see why

[webkit-dev] Text Input does not work running WebKit/GTK+/Directfb

2009-10-17 Thread mike999
I am having a problem running Webkit. I downloaded a version (38297) several months ago, and got it building and running on Ubuntu Linux. I have also ported it to run on a PPC platform, using GTK+ and DirectFB on my PPC hardware However, when I run my port on the PPC hardware, I see a couple

[webkit-dev] adding script type to webcore

2009-10-17 Thread Alexander Cohen
Hello, Forgive me if this is a very vague question, but where should i start in webkit to view how it implements the script tag and how it starts evaluating JS. I'm looking into adding a new script type and having it evaluated and run. thx AC

Re: [webkit-dev] adding script type to webcore

2009-10-17 Thread Dan Bernstein
On Oct 17, 2009, at 1:47 PM, Alexander Cohen wrote: Hello, Forgive me if this is a very vague question, but where should i start in webkit to view how it implements the script tag and how it starts evaluating JS. I'm looking into adding a new script type and having it evaluated and run.

Re: [webkit-dev] adding script type to webcore

2009-10-17 Thread Alexander Cohen
On Oct 17, 2009, at 5:07 PM, Dan Bernstein wrote: On Oct 17, 2009, at 1:47 PM, Alexander Cohen wrote: Hello, Forgive me if this is a very vague question, but where should i start in webkit to view how it implements the script tag and how it starts evaluating JS. I'm looking into adding

Re: [webkit-dev] Text Input does not work running WebKit/GTK+/Directfb

2009-10-17 Thread Jan Michael Alonzo
On Tue, Oct 6, 2009 at 1:26 AM, mike999 mikekl...@insightbb.com wrote: I am having a problem running Webkit. I downloaded a version (38297) several months ago, and got it building and running on Ubuntu Linux. I have also ported it to run on a PPC platform, using GTK+ and DirectFB on my PPC