[webkit-dev] need a sample of how to use webkit on windows

2008-07-02 Thread tyl
Hi all, I'm a beginner of webkit, and i need a sample of how to use Apple's Windows Port or Cairo-based Windows Port on windows, NOT Qt's webkit port. Could someone can give me a demo of it? Thanks! -- View this message in context:

Re: [webkit-dev] need a sample of how to use webkit on windows

2008-07-02 Thread tyl
Thanks for the reply! I want to use the webkit to build a very simple brower on windows, can you help me? Thanks! Paul Pedriana-3 wrote: Can you define more precisely what you mean by how to use? You can run the Windows WebKit.dll within Safari as a high level demo as documented on the

Re: [webkit-dev] renaming ASSERT macro

2008-07-02 Thread Jörg Bornemann
Hi Darin, Thanks for your detailed comments! Adding windows.h to Assertions.h will not cause it to be included in public headers. Assertions.h is not designed to be used in public headers; it's for internal use inside the WebKit project. I've just executed the following: find . -name '*.h'

Re: [webkit-dev] renaming ASSERT macro

2008-07-02 Thread Mark Rowe
On 2008-07-02, at 00:40, Jörg Bornemann wrote: Hi Darin, Thanks for your detailed comments! Adding windows.h to Assertions.h will not cause it to be included in public headers. Assertions.h is not designed to be used in public headers; it's for internal use inside the WebKit project.

Re: [webkit-dev] renaming ASSERT macro

2008-07-02 Thread Simon Hausmann
On Wednesday 02 July 2008 09:40:19 Jörg Bornemann wrote: Hi Darin, Thanks for your detailed comments! Adding windows.h to Assertions.h will not cause it to be included in public headers. Assertions.h is not designed to be used in public headers; it's for internal use inside the WebKit

Re: [webkit-dev] WebKit Fails to build in XCode 3.1

2008-07-02 Thread Samuel Davis
Hi Mark, Thanks again for the hint... I have been monitoring the Latest Build Status page at http://build.webkit.org/one_box_per_builder and it appears that there hasn't been a successful build for a while, at least the status shows that the last 8 build attempts failed. The Status

Re: [webkit-dev] need a sample of how to use webkit on windows

2008-07-02 Thread Matt Lilek
WebKitTools/WinLauncher in your checkout should have what you're looking for. - Matt On Wed, Jul 2, 2008 at 2:21 AM, tyl [EMAIL PROTECTED] wrote: Thanks for the reply! I want to use the webkit to build a very simple brower on windows, can you help me? Thanks! Paul Pedriana-3 wrote:

[webkit-dev] memory consumption

2008-07-02 Thread Akos Kiss
Hi all, I'd like to ask you whether the memory consumption of the JS engine is of importance for you or does performance have higher priority? I'm asking this since we are keeping non-PC use of WebKit in mind as well, but we found in the newest version of the RegisterFile that it's memory

Re: [webkit-dev] Clarification on developing an embedded browser in PPC platform

2008-07-02 Thread devan sai
Hi, Thanks David/Jean for the replies, My platform is PPC machine with Debian linux running on it. So if the installation exists already for PPC on MAC, can we take the same source with minimal changes in Makefile/similar items and put it on Powepc linux machine? Regards, Devan On Tue, Jul 1,

Re: [webkit-dev] Building for GTK on Mac OS X

2008-07-02 Thread Refstrup, Jacob Grundtvig
I ran into this issue on RedHat Enterprise Linux 5.1client; but it was due to me having installed some incompatible autoconf/aclocal/automake scripts. When I reverted back to the standard install of autoconf etc everything was fine. Hope that helps, - Jacob -Original Message- From:

Re: [webkit-dev] Clarification on developing an embedded browser in PPC platform

2008-07-02 Thread David Kilzer
Mike Hommey maintains a libwebkit package for Debian Linux. http://packages.debian.org/source/lenny/webkit [testing] http://packages.debian.org/source/sid/webkit[unstable] Mike also has a blog where he discusses WebKit: http://glandium.org/blog/ That may be a good starting

Re: [webkit-dev] memory consumption

2008-07-02 Thread Darin Adler
On Jul 2, 2008, at 7:19 AM, Akos Kiss wrote: I'd like to ask you whether the memory consumption of the JS engine is of importance for you or does performance have higher priority? Memory consumption is quite important. we found in the newest version of the RegisterFile that it's memory

Re: [webkit-dev] WebKit Fails to build in XCode 3.1

2008-07-02 Thread David Kilzer
If you had a connection failure while checking out/updating Subversion, you may want to remove the entire directory that was being updated, or simply check out the source from scratch again. An svn stat . command may tell you something, but sometimes svn can hork a subdirectory structure to

Re: [webkit-dev] memory consumption

2008-07-02 Thread Paul Pedriana
For our uses and a lot of other non-PC uses, memory is more important than speed. The memory budget we are targeting is = 10 MB for code+data to display a small blank visual page that executes a 'hello world' type JavaScript function. So 8MB is a lot. I'm wondering if there is a way to control

[webkit-dev] Render path for select form controls; layout path for buttons

2008-07-02 Thread Joshua Chia
I know that for radio buttons and check boxes, the painting and size setting are done in RenderTheme. For select controls, both the drop-down version and the list version, where are these things done? Which functions are called? Also, for regular buttons, what do I need to do to implement them,

Re: [webkit-dev] need a sample of how to use webkit on windows

2008-07-02 Thread tyl
Thanks very much for this response. Matt Lilek-2 wrote: WebKitTools/WinLauncher in your checkout should have what you're looking for. - Matt On Wed, Jul 2, 2008 at 2:21 AM, tyl [EMAIL PROTECTED] wrote: Thanks for the reply! I want to use the webkit to build a very simple brower