[webkit-dev] webkit documentation

2008-07-21 Thread Jack Wootton
Hi all, I am mainly interested in S60 WebKit, however due to the project seeming to be in complete disarray to those not working for Nokia, I've decided to focus my efforts on the WebKit branch from which S60 WebKit started. I understand this to be Tiger 10.4.7 (it was one of the few pieces of

Re: [webkit-dev] Translucent (i)frames support

2008-07-21 Thread Artem Ananiev
David Hyatt wrote: The bug on Mac at least is just that NSScrollViews blit when scrolling, and they know nothing about transparency layers. Our solution to similar problems has been to just disable blitting in these cases and do slow repainting when scrolling happens. Because

[webkit-dev] handling location field in curl implementation

2008-07-21 Thread Louis JANG
Hi everybody, I'm using webkit with curl and I saw unmatched mime type was passed to resourceRequest parameter of FrameLoaderClient::dispatchDecidePolicyForMIMEType(). its url was ftp://ftpserver/path.zip and mime type was text/html. I think mimetype should be empty for ftp resonse. I've

Re: [webkit-dev] webkit documentation

2008-07-21 Thread David Kilzer
We update the web site through patches. Just file a bug on bugs.webkit.org and attach a patch with ChangeLog for review! Dave On Mon, 7/21/08, Jack Wootton [EMAIL PROTECTED] wrote: OK, it seems this is a good place to start

Re: [webkit-dev] Safari and libxml2

2008-07-21 Thread Mark Rowe
On Jul 21, 2008, at 12:26 AM, Glenn Kelley wrote: WebCore contains a DOM interface for navigating XML files, but Safari seems to include libxml2.dll. Safari ships with libxml2.dll as WebKit uses libxml2 to parse XML files. - Mark ___ webkit-dev

Re: [webkit-dev] handling location field in curl implementation

2008-07-21 Thread Mark Rowe
Hi, Patches should be submitted via Bugzilla at http://bugs.webkit.org/. See http://webkit.org/coding/contributing.html for a little more info. Kind regards, Mark On Jul 21, 2008, at 5:26 AM, Louis JANG wrote: Hi everybody, I'm using webkit with curl and I saw unmatched mime type was

Re: [webkit-dev] API in webkit to convert Unicode -- HTML named entities?

2008-07-21 Thread Alexey Proskuryakov
On Jul 21, 2008, at 10:15 PM, Dan Wood wrote: I've been looking for an API to convert from a unicode character to its named HTML entity (like euro; or auml;) -- if it exists -- and vice-versa. Not a specific API, but if you make WebKit parse the text (e.g. with

Re: [webkit-dev] API in webkit to convert Unicode -- HTML named entities?

2008-07-21 Thread Dan Wood
On Jul 21, 2008, at 12:53 PM, Eric Seidel wrote: Would be very easy to build for yourself. You could build it from our HTMLEntityNames.in or from the HTML DTD. Right, however that's what I'm trying to avoid. Since the data and functionality are *already* in webkit, it seems a shame for

Re: [webkit-dev] Translucent (i)frames support

2008-07-21 Thread David Hyatt
On Jul 21, 2008, at 3:24 AM, Artem Ananiev wrote: David Hyatt wrote: The bug on Mac at least is just that NSScrollViews blit when scrolling, and they know nothing about transparency layers. Our solution to similar problems has been to just disable blitting in these cases and do slow

Re: [webkit-dev] API in webkit to convert Unicode -- HTML named entities?

2008-07-21 Thread Eric Seidel
WebKit has no ability to create named entities from unicode chars. We only have functions to go the other way (from names to unicode chars). We've never written such support, so you'd have to write your own. -eric On Mon, Jul 21, 2008 at 1:27 PM, Dan Wood [EMAIL PROTECTED] wrote: On Jul 21,

[webkit-dev] Tracing the stack fragmentaion of webkit

2008-07-21 Thread Mikael Tennhammar
Hi ! I'm looking for a way to measure the stack usage of webkit especially then how the distribution of different size of allocated blocks. Is there any developed method yet ? Have looked at export MallocStackLogging=YES. Could I get a log to a text file where allocation and deallocation are

Re: [webkit-dev] Tracing the stack fragmentaion of webkit

2008-07-21 Thread Geoffrey Garen
I'm looking for a way to measure the stack usage of webkit especially then how the distribution of different size of allocated blocks. Is there any developed method yet ? Have looked at export MallocStackLogging=YES. Could I get a log to a text file where allocation and deallocation are

Re: [webkit-dev] Tracing the stack fragmentaion of webkit

2008-07-21 Thread Mikael Tennhammar
Yes of course, I mean the heap usage... /Mikael T -Original Message- From: Geoffrey Garen [mailto:[EMAIL PROTECTED] Sent: den 22 juli 2008 00:21 To: Mikael Tennhammar Cc: webkit-dev@lists.webkit.org Subject: Re: [webkit-dev] Tracing the stack fragmentaion of webkit I'm looking for a