[webkit-dev] gdk build/ js support issues?

schmindor schmindor at gmail.com
Thu Nov 9 17:01:23 PST 2006


If anyone is curious, it was just a setting that was accidentally disabled:


FrameGdk::FrameGdk(GdkDrawable* gdkdrawable)
    : Frame(new Page, 0, NULL), m_drawable(gdkdrawable)
{
    Settings* settings = new Settings;
    .....
    settings->setIsJavaScriptEnabled(true);

I'll add a patch

On 11/9/06, schmindor <schmindor at gmail.com> wrote:
>
> actually, it is fairly capable of displaying a number of websites, which
> is why I was surprised to find the javascript support didn't seem to be
> there... =)
>
> Would anyone be able to provide assistance in pointing in the general
> direction of what makes the windows port capable of using javascriptcore and
> the gdk port not?
>
>
>
> On 11/9/06, Mike Emmel <mike.emmel at gmail.com> wrote:
> >
> > The gdk port is far from complete. Sometimes its capable of displaying
> > www.google.com.
> >
> >
> > On 11/9/06, schmindor <schmindor at gmail.com > wrote:
> > >
> > > Not sure what I am seeing here, but installed the latest sources for
> > the gdk
> > > build, built, and tried a few test websites.
> > >
> > > Noticed: document.write not working (checked, does work in the windows
> > and
> > > safari builds); then tried using other javascript that would give me a
> > > visible indication since I know alerts aren't implemented for GDK
> > > yet...doesn't work either (attached)...
> > >
> > > Is anyone else using the GDK version? Ideas as to why javascript
> > support is
> > > having issues for just that platform?
> > >
> > > _______________________________________________
> > > webkit-dev mailing list
> > > webkit-dev at opendarwin.org
> > > http://www.opendarwin.org/mailman/listinfo/webkit-dev
> > >
> > >
> > >
> > >
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/webkit-dev/attachments/20061109/ba6a7804/attachment.html


More information about the webkit-dev mailing list