Re: [webkit-dev] flash player on Linux?

2008-07-22 Thread leslie lige
thanks Benjamin, I'll try on that. BTW, does anybody know how to develop a nestscape type plugin for qt webkit on Linux? where can I find a Hello World program starting up document? thanks & regards, 舸 Leslie > From: [EMAIL PROTECTED] > To: webkit-dev

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

2008-07-22 Thread Geoffrey Garen
With MallocStackLogging enabled, you can use the malloc_history tool. You can also use the ObjectAlloc Instrument in Instruments.app. Geoff ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] S60 WebKit API

2008-07-22 Thread Mondal Shyama Prasad-A15153
Hi, Does Nokia S60 exposes WebKit APIs for application developers ? Or, they have written any Wrapper around it ? Is there any link where we can find S60 WebKit APIs ? - Mondal. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webk

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

2008-07-22 Thread Rob Burns
On Jul 22, 2008, at 10:26 AM, Benjamin Hawkes-Lewis wrote: > Dan Wood wrote: >> Yeah, that's one approach but it is way overkill for many needs, and >> invokes threads that aren't what you want for a simple function, and >> also only go from named entity into rendered Unicode character, and >> no

Re: [webkit-dev] WebKit/GTK+ and N810

2008-07-22 Thread Kalle Vahlman
2008/7/22 Afonso Costa <[EMAIL PROTECTED]>: > Hi all, Hi! > I'd like to do some tests using WebKit/GTK+ in my N810. I've built it using > some information listed here [1] and here [2]. > > Fortunately I got to build it in my Scratchbox environment and I've > installed it in my N810. But when I op

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

2008-07-22 Thread Benjamin Hawkes-Lewis
Dan Wood wrote: > Yeah, that's one approach but it is way overkill for many needs, and > invokes threads that aren't what you want for a simple function, and > also only go from named entity into rendered Unicode character, and > not the opposite (as you mention). I want the named entities r