Re: [webkit-dev] Support for E4X

2007-04-04 Thread Afonso Costa
Hello, here are some arguments according to E4X specification: E4X applications are smaller and more intuitive to ECMAScript developers than comparable XSLT or DOM applications. They are easier to read, write and maintain requiring less developer time, skill and specialized knowledge. The net

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

2008-07-23 Thread Afonso Costa
helpful for other people, wouldn't be? Thank you very much. Afonso On Tue, Jul 22, 2008 at 4:00 AM, Kalle Vahlman [EMAIL PROTECTED] wrote: 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

Re: [webkit-dev] WebkitGtk and Flash

2009-06-24 Thread Afonso Costa
João Paulo Mafra wrote: Hi!, I'm writing a gtk application and I'm using the WebkitGtk widget. WebkitGtk is loading normal pages, but when I try to load a page that has a flash animation, the page doesn't show. I already have the Midori browser, which is Webkit based, and it shows flash web

[webkit-dev] Possible bug in elementFromPoint-relative-to-viewport LayoutTest or not?

2010-01-06 Thread Afonso Costa
Hi guys, After work some hours in the LayoutTests, I've noticed something weird in LayoutTests/fast/dom/elementFromPoint-relative-to-viewport.html. Please, take a look at the code below: if (zoomOrNot == zoom) { shouldBe(scrolledRightBox, '3');

Re: [webkit-dev] Possible bug in elementFromPoint-relative-to-viewport LayoutTest or not?

2010-01-07 Thread Afonso Costa
On 01/06/2010 08:30 PM, Darin Adler wrote: On Jan 6, 2010, at 3:13 PM, Afonso Costa wrote: Is there any thing wrong or not? I think the zoomOrNot argument and if statement are both unnecessary now that bug 30034 is fixed, but the test is otherwise OK. -- Darin Hi Darin