[webkit-dev] Opening New Window doesn't work in Gtk port of Webkit.

2008-04-09 Thread Srinivas Rao M Hamse
Hi,
I am using the latest build r31738. My intention is to being able to open
the href link on the same window, instead of opening a fresh window for it.
When i click "New Window!" button available at:

http://www.pageresource.com/jscript/jwinopen.htm

I get nothing changed on screen. I see most of these functions in
FrameLoaderClientGtk.cpp are unimplemented for GTK, But their respective
counterpart functions for mac and windows architecture are implemented.

I saw a bug being logged to handle this issue.

http://bugs.webkit.org/show_bug.cgi?id=16562

Also applied the "Proposed patch"
http://bugs.webkit.org/attachment.cgi?id=19530&action=view  .

After applying this patch, i see that the function *
FrameLoaderClient::dispatchDecidePolicyForNewWindowAction* is still not
being called, when i click on "New Window!" button in the above mentioned
link.

IS there a different patch available for this feature to work on the latest
builds ?
Am i missing something trivial here.

regards,
Srinivas Rao. M

-- 
Srinivas Rao M Hamse 
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Plugin Questions

2008-04-09 Thread SON SEOK BAE
Dear all,

I'm looking into Plugin source of WebCore, and it brought me some questions.
I want to test plugins by myself, but I didn't succeed in building webkit on 
Windows so far.. 
(So, I wasn't able to progress any longer..)
So, I decide to ask question to you.

Oh, WebKit ports that I need to consider are 2 things.
"Apple's ports of WebKit on Windows" and "GTK+(or Cairo) port of WebKit on 
Linux".
(I mean, I'm considering 2 platforms -- Windows and Linux. Graphic engines are 
not yet decided.)

1. Which Plugins should I use?
If I want to show contents (for example, Flash animations) with WebKit port, 
what kind of flash player plugings should I install for webkit?
I mean, will it be Flash player for Safari or Flash player for Firefox or 
something else?
And are they really pluggable and working well with WebKit ports?
(I just don't understand why there are different "pluggins" for Safari and 
Firefox even though they use the same plugin interface -- NPAPI.)

2. Which SDK should I use to develope plugins for webkit?
Let's say I develope plugins program. Then, where can I get SDK for it?
And are there documents for WebKit pluging APIs and how to program plugins for 
it?
Well, if there are some docs on WebKit Plugin Architectures, that would be even 
more great!

3. Currently, Which existing plugings are supported by WebKit?
Among well-known plugings such as
- Flash animations
- Java applets
- PDF 
- silverlight
- real player
- window media plyer
- etc... (I can't come up anymore at this moment...)
which plugins are working with WebKit and which aren't?


Thank you in advance!!

Seokbae___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Webkit with directfb on linux

2008-04-09 Thread Mike Emmel
I added zoom support into the gtk layer and I have some patches needed
to build directfb if no X11 is installed some files import X11 still
mainly the plugin stuff.

Turns out to keep zooming in you have to set min font size to zero.

And yes I have a few different builds for gtk directfb.

Mike


On Wed, Apr 9, 2008 at 12:33 AM, Srinivas Rao M Hamse
<[EMAIL PROTECTED]> wrote:
> Mike,
>
>
> > Finally if your using this for thumbnails I also have so zooming patches.
>
>
> What do you mean by zooming patches ?. Is the full page zooming works ? Do
> you have it for Gtk+DirectFB builds ?
>
> regards,
>
> Srinivas
>
>
>
>
>
>
> On Thu, Apr 3, 2008 at 11:34 PM, Mike Emmel <[EMAIL PROTECTED]> wrote:
>
> > Yes if you need help with your setup i.e no X11 I have some patches.
> > Also I have some pure memory driver patches for DirectFB itself that I
> > need to push.
> > Finally if your using this for thumbnails I also have so zooming patches.
> >
> >
> >
> >
> > On Thu, Apr 3, 2008 at 10:06 AM, Giri Rao <[EMAIL PROTECTED]> wrote:
> > > Hello,
> > >
> > > I was wondering if anyone has successfully built webkit with target set
> to
> > > directfb (as opposed to X11) on linux.  I have a successful gtk build
> which
> > > is running fine.  However, I would like to run webkit on a headless
> linux
> > > machine hence the question.
> > >
> > > Thanks
> > > Giri
> > >
> > > ___
> > >  webkit-dev mailing list
> > >  webkit-dev@lists.webkit.org
> > >  http://lists.webkit.org/mailman/listinfo/webkit-dev
> > >
> > >
> > ___
> > webkit-dev mailing list
> > webkit-dev@lists.webkit.org
> > http://lists.webkit.org/mailman/listinfo/webkit-dev
> >
>
>
>
> --
> Srinivas Rao M Hamse
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


RE: [webkit-dev] State of WebKit S60

2008-04-09 Thread bradley.morrison
Hey Eric,

Wow, apologies!

> If the port is in fact dead, I would like to suggest that we tag (with
> some keyword, or component) all of the remaining S60 bugs and close
> them.  I think it's important to actively close inactive bugs to best
> maintain the health of the bug database.

I've just tagged with a keyword & closed (to INVALID) all s60 bugs.

I don't work on the project myself, however if there's more cleanups
required here please don't hesitate to email me

Thanks and cheers,
Bradley

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of ext Eric
Seidel
Sent: Wednesday, April 09, 2008 1:17 PM
To: webkit-dev@lists.webkit.org
Subject: [webkit-dev] State of WebKit S60

There has not been a checkin to the S60 port in over 8 months:
http://trac.webkit.org/projects/webkit/browser/S60

As far as I can tell, the port is dead.

There are even 12 patches which were approved but never landed:
http://tinyurl.com/5bt4rk

Does anyone know the status of the port?  IIRC, Nokia bought
Trolltech, so I expect WebKitQt is just going to replace WebKitS60...

If the port is in fact dead, I would like to suggest that we tag (with
some keyword, or component) all of the remaining S60 bugs and close
them.  I think it's important to actively close inactive bugs to best
maintain the health of the bug database.

The source files are already in their own separate branch of the
repository, so I think there is no harm in leaving the source code
there for now.

In the (unlikely) event of no replies, I will assume the port is dead
and will tag and close the bugs in 2 weeks time.

Thanks!

-eric
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] State of WebKit S60

2008-04-09 Thread Eric Seidel
There has not been a checkin to the S60 port in over 8 months:
http://trac.webkit.org/projects/webkit/browser/S60

As far as I can tell, the port is dead.

There are even 12 patches which were approved but never landed:
http://tinyurl.com/5bt4rk

Does anyone know the status of the port?  IIRC, Nokia bought
Trolltech, so I expect WebKitQt is just going to replace WebKitS60...

If the port is in fact dead, I would like to suggest that we tag (with
some keyword, or component) all of the remaining S60 bugs and close
them.  I think it's important to actively close inactive bugs to best
maintain the health of the bug database.

The source files are already in their own separate branch of the
repository, so I think there is no harm in leaving the source code
there for now.

In the (unlikely) event of no replies, I will assume the port is dead
and will tag and close the bugs in 2 weeks time.

Thanks!

-eric
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Regarding HashSet

2008-04-09 Thread priyanka gupta
Hi ,

I am new to Webkit, but in our project we are using Webkit 3.0 drop for
application development.
Is there any documentation available for proper usage of Hashset  template
and its member functions??

Thanks in advance

--Priyanka
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Webkit with directfb on linux

2008-04-09 Thread Srinivas Rao M Hamse
Mike,

Finally if your using this for thumbnails I also have so zooming patches.


What do you mean by zooming patches ?. Is the full page zooming works ? Do
you have it for Gtk+DirectFB builds ?

regards,

Srinivas





On Thu, Apr 3, 2008 at 11:34 PM, Mike Emmel <[EMAIL PROTECTED]> wrote:

> Yes if you need help with your setup i.e no X11 I have some patches.
> Also I have some pure memory driver patches for DirectFB itself that I
> need to push.
> Finally if your using this for thumbnails I also have so zooming patches.
>
> On Thu, Apr 3, 2008 at 10:06 AM, Giri Rao <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > I was wondering if anyone has successfully built webkit with target set
> to
> > directfb (as opposed to X11) on linux.  I have a successful gtk build
> which
> > is running fine.  However, I would like to run webkit on a headless
> linux
> > machine hence the question.
> >
> > Thanks
> > Giri
> >
> > ___
> >  webkit-dev mailing list
> >  webkit-dev@lists.webkit.org
> >  http://lists.webkit.org/mailman/listinfo/webkit-dev
> >
> >
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo/webkit-dev
>



-- 
Srinivas Rao M Hamse 
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev