Re: [webkit-dev] Page, Frame, FrameView and FrameTree clarification needed

2007-07-16 Thread Kevin Ollivier
Hi Adam, On Jul 16, 2007, at 9:52 AM, Adam Roben wrote: [snip] I think there are probably two approaches to implement it: 1.) Have one GdkWindow for the main Frame of the Page + Resource friendly + z-order would always be right - Scrolling would need to be manually handled by

Re: [webkit-dev] Page, Frame, FrameView and FrameTree clarification needed

2007-07-16 Thread Adam Roben
On Jul 16, 2007, at 10:28 AM, Holger Freyther wrote: Am 16.07.2007 um 18:52 schrieb Adam Roben: Answers and pointers to manual Frame tests would be appreciated. I'm tempted to go with the 2nd option. I think you'll have a much easier time getting things right in the end if you go wit

Re: [webkit-dev] Page, Frame, FrameView and FrameTree clarification needed

2007-07-16 Thread Holger Freyther
Am 16.07.2007 um 18:52 schrieb Adam Roben: Answers and pointers to manual Frame tests would be appreciated. I'm tempted to go with the 2nd option. I think you'll have a much easier time getting things right in the end if you go with the first option (one native widget (GdkWindow) p

Re: [webkit-dev] Resizable text fields?

2007-07-16 Thread Adam Roben
On Jul 16, 2007, at 3:58 AM, Ruben Bakker wrote: Is there any way to enable resizable text fields in a WebKit application? I noticed this feature in Safari 3 beta and hope it is a WebKit feature and not a Safari addition. I searched the WebKit API and source, but didn't find anything. Y

Re: [webkit-dev] Page, Frame, FrameView and FrameTree clarification needed

2007-07-16 Thread Adam Roben
On Jul 16, 2007, at 1:59 AM, Holger Freyther wrote: -Each Page has one main Frame? Yes. -Each Frame has a FrameView? Is that mandantory or should the FrameView only be created when FrameLoaderClient::makeDocumentView is getting called? Yes. In the Windows implementation,

Re: [webkit-dev] Building errors and QT

2007-07-16 Thread Adam Treat
On Sunday 15 July 2007, Steve Atkins wrote: > On Jul 15, 2007, at 2:16 PM, George Staikos wrote: > > On 14-Jul-07, at 6:16 PM, Nagy Tamás wrote: > >> Other question :I'm also interested in compiling it with QT, I > >> downloaded QT OpenSource Edition for Windows, but I couldn't > >> compile it any

[webkit-dev] Resizable text fields?

2007-07-16 Thread Ruben Bakker
Is there any way to enable resizable text fields in a WebKit application? I noticed this feature in Safari 3 beta and hope it is a WebKit feature and not a Safari addition. I searched the WebKit API and source, but didn't find anything. -- Ruben http://mailplaneapp.com

[webkit-dev] Page, Frame, FrameView and FrameTree clarification needed

2007-07-16 Thread Holger Freyther
Hi, the most grave issues in the Gdk/Gtk port are resolved and I would like to implement FrameLoaderClientGdk::createFrame and have a couple of questions. To get the cardinalities right could you confirm that: -Each Page has one main Frame? -Each Frame has a FrameView? Is that man

Re: [webkit-dev] Webkit Porting Issues

2007-07-16 Thread Adam Roben
On Aug 22, 2007, at 1:19 AM, Ashish wrote: Hi All, I am trying to port Webkit for ARM and I have downloaded the latest Webkit Code. As a starting point I would like to know if anybody has a document or could tell me a way as to which portions to look into to start porting. Hi Ashish,

Re: [webkit-dev] Webkit Porting Issues

2007-07-16 Thread Holger Freyther
Am 22.08.2007 um 10:19 schrieb Ashish: Hi All, I am trying to port Webkit for ARM and I have downloaded the latest Webkit Code. As a starting point I would like to know if anybody has a document or could tell me a way as to which portions to look into to start porting. Hi, it just w

[webkit-dev] Webkit Porting Issues

2007-07-16 Thread Ashish
Hi All, I am trying to port Webkit for ARM and I have downloaded the latest Webkit Code. As a starting point I would like to know if anybody has a document or could tell me a way as to which portions to look into to start porting. Regards Ashish -- _