Re: [webkit-dev] interested in js speed-up

2008-03-13 Thread Akos Kiss
Oh, you must be surely right. Let's stop all alternative development works. The new motto is: One size fits all. BR, -Akos PS: Sorry, I could not refrain from responding. ToolmakerSteve írta: Akos Kiss-2 wrote: we got interested in speeding up the JavaScript engine of WebKit. But, But,

Re: [webkit-dev] FrameLoaderClient notifications

2008-03-13 Thread Patrick Hanna
Artem, For our port, we construct the FrameLoaderClient with a pointer to the Frame object. So in all the progress notification callbacks we can say m_frame-loader()-url() or whatever to get the current url of the frame. Patrick On Mar 13, 2008, at 7:11 AM, Artem Ananiev wrote: Hi, I

Re: [webkit-dev] FrameLoaderClient notifications

2008-03-13 Thread Artem Ananiev
Hi, Patrick, in Java port we do the same: store Frame* in FrameLoaderClient. However, this frame's loader URL can't be used, for example, in postProgressStartedNotification as it contains the current URL, not the URL which is about to be loaded... Thanks, Artem Patrick Hanna wrote:

Re: [webkit-dev] FrameLoaderClient notifications

2008-03-13 Thread Patrick Hanna
Can you get the provisionalDocumentLoader from the FrameLoader and use that url? Patrick On Mar 13, 2008, at 9:19 AM, Artem Ananiev wrote: Hi, Patrick, in Java port we do the same: store Frame* in FrameLoaderClient. However, this frame's loader URL can't be used, for example, in

Re: [webkit-dev] FrameLoaderClient notifications

2008-03-13 Thread Darin Adler
On Mar 13, 2008, at 4:11 AM, Artem Ananiev wrote: I work on dispatching web load/progress events for Java port and have some questions about notifications in FrameLoaderClient class. 1. What is the right method to implement to get a 'page load started' and 'page load finished' events? I

Re: [webkit-dev] FrameLoaderClient notifications

2008-03-13 Thread Artem Ananiev
Please, see my comments below. Darin Adler wrote: On Mar 13, 2008, at 4:11 AM, Artem Ananiev wrote: I work on dispatching web load/progress events for Java port and have some questions about notifications in FrameLoaderClient class. 1. What is the right method to implement to get a 'page

Re: [webkit-dev] WebKit Qt

2008-03-13 Thread Mark Rowe
On 13/03/2008, at 18:20, Jason Proctor wrote: quick question -- what is WebKit's relationship with Qt? i understand that there is now a Qt platform for WK, but it seems that even builds which don't go near Qt require qmake to build anything. getting qmake requires (AFAICS) getting Qt,

Re: [webkit-dev] WebKit Qt

2008-03-13 Thread Jason Proctor
The Mac port is built using the Xcode build system, not qmake. What makes you think that qmake is required? when i follow the instructions on the WebKit website for building WK, then it uses qmake. http://webkit.org/building/build.html ___

Re: [webkit-dev] WebKit Qt

2008-03-13 Thread Mark Rowe
On 13/03/2008, at 18:24, Jason Proctor wrote: The Mac port is built using the Xcode build system, not qmake. What makes you think that qmake is required? when i follow the instructions on the WebKit website for building WK, then it uses qmake. http://webkit.org/building/build.html Do

Re: [webkit-dev] interested in js speed-up

2008-03-13 Thread Maciej Stachowiak
On Mar 12, 2008, at 4:57 PM, ToolmakerSteve wrote: Akos Kiss-2 wrote: we got interested in speeding up the JavaScript engine of WebKit. But, But, the world is moving on to ECMAScript 4 / Javascript 2. Does it make sense to do anything other than to use, and to help improve, the open

Re: [webkit-dev] Building GTK+ port on Win32

2008-03-13 Thread Christian Dywan
Am Wed, 12 Mar 2008 22:31:58 -0700 schrieb Joshua Chia [EMAIL PROTECTED]: Hi, How can I build the GTK+ port on Win32? What do I need and what do I type? Also, is it independent of the non-open Support Libraries that the Win32 port needs? Hi Joshua, I didn't try to build it under win32.

[webkit-dev] Re: buildbot problems

2008-03-13 Thread Alp Toker
Darin Adler wrote: Hi folks. The WebKit project public buildbots are displaying quite a few problems right now: http://bugs.webkit.org/show_bug.cgi?id=17795: GTK buildbot failing because it can't find ICU headers Fixed. Looks like there are 5 jscore-test issues in