Re: [webkit-dev] Font problems with WebKit port for GTK-DirectFB

2008-05-21 Thread Srinivas Rao M Hamse
This means that the application is unable to find fonts. configure pango modules by running pango-query modules and update your font cache by running fc-cache This should help Srinivas On Wed, May 21, 2008 at 10:15 AM, Yair Raz [EMAIL PROTECTED] wrote: Hi, After a lot of struggle, I was able

[webkit-dev] Staying on edge

2008-05-21 Thread Andrei Maxim
Hi all, I've been working with the latest WebKit mostly because of its ACID 3 compliance (I'm treating it as the standard rendering of the web pages I work on and then adding fixes, where required, for more popular browsers), but I'd like to stay on the edge without having to manually

Re: [webkit-dev] Staying on edge

2008-05-21 Thread Maciej Stachowiak
On May 21, 2008, at 12:55 AM, Andrei Maxim wrote: Hi all, I've been working with the latest WebKit mostly because of its ACID 3 compliance (I'm treating it as the standard rendering of the web pages I work on and then adding fixes, where required, for more popular browsers), but I'd like

Re: [webkit-dev] Cross browser automated tests

2008-05-21 Thread Maciej Stachowiak
On May 18, 2008, at 5:09 PM, Sylvain Pasche wrote: Hi, I'm working on an experimental project to build a set of cross browser automated tests. The idea would be: having a repository of browser independent automated tests. Each browser developer could contribute tests to it and use these

Re: [webkit-dev] Staying on edge

2008-05-21 Thread Andrei Maxim
On May 21, 2008, at 10:57 AM, Maciej Stachowiak wrote: NightShift automatically downloads and updates WebKit, the Safari HTML rendering engine, to the latest nightly version. No user intervention is required, everything is fully automated. Thank you! Andrei

[webkit-dev] link activation with a function

2008-05-21 Thread Luka Napotnik
Hello. Is there a way to activate a specific link with a function with webkit? I have a page with some div elements with tags and links and I want to activate the links using code not trhough mouse events. Please help. Greets, Luka signature.asc Description: To je digitalno podpisan del

Re: [webkit-dev] link activation with a function

2008-05-21 Thread Adam Roben
Hi Luka- Luka Napotnik wrote: Hello. Is there a way to activate a specific link with a function with webkit? I have a page with some div elements with tags and links and I want to activate the links using code not trhough mouse events. Please help. This mailing list is focused on

[webkit-dev] webkit gtk paint

2008-05-21 Thread zaheer ahmad
hi all, The current paint algorithm in webkit (gtk port) requests all the objects in the clip region to repaint itself to the cairo surface. This seems terribly slow on a embedded arm platform (400Mhz, 64M Ram, takes 200ms) for a scroll. we are expecting a 20FPS response speed to enable a smooth

[webkit-dev] Monitoring JavaScript execution time

2008-05-21 Thread Chuck Norris
I'm working on a page load time monitoring tool using WebKit, and I'm interested in suggestions from the community about how to monitor JavaScript in particular. Using WebKit, I've got really good page element monitoring through use of the WebFrameLoadDelegate and WebResourceLoadDelegate

Re: [webkit-dev] Monitoring JavaScript execution time

2008-05-21 Thread Adam Roben
Hi Chuck- Chuck Norris wrote: I'm working on a page load time monitoring tool using WebKit, and I'm interested in suggestions from the community about how to monitor JavaScript in particular. Using WebKit, I've got really good page element monitoring through use of the