Re: [webkit-dev] Constant readonly

2010-11-30 Thread Mario Bensi
Hi Darin, I understand. thanks for your help. Mario On lundi 22 novembre 2010 17:23:18 Darin Adler wrote: On Nov 22, 2010, at 2:41 AM, Mario Bensi wrote: I tested if the constant in idl was readonly, like that : var node = document.getElementById('console'); alert(node.ELEMENT_NODE

[webkit-dev] Constant readonly

2010-11-22 Thread Mario Bensi
Hi, I tested if the constant in idl was readonly, like that : var node = document.getElementById('console'); alert(node.ELEMENT_NODE); node.ELEMENT_NODE = 666; alert(node.ELEMENT_NODE); And it's strange, I can change ELEMENT_NODE value. I know it's stupid to do this but is it the correct

[webkit-dev] PLATFORM_STRATEGIES

2010-06-22 Thread Mario Bensi
Hi all, In revision 61429, you have introduced PLATFORM_STRATEGIES and you define WTF_USE_PLATFORM_STRATEGIES. It should be ENABLE_PLATFORM_STRATEGIES, no ? Best Regards Mario ___ webkit-dev mailing list webkit-dev@lists.webkit.org

[webkit-dev] LayoutTests new-window-opener

2010-01-04 Thread Mario Bensi
Normaly here I should see only PASS messages and it's not the case. Is it an error or the message is not correct ? Regards Mario Bensi ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Re: [webkit-dev] layoutTest animations

2009-12-31 Thread Mario Bensi
Ok, I have create a patch and a bug to attach it, it's here : https://bugs.webkit.org/show_bug.cgi?id=33081 Regards, Mario Le jeudi 31 décembre 2009 00:05:36, Maciej Stachowiak a écrit : On Dec 30, 2009, at 4:27 AM, Mario Bensi wrote: Hello, In LayoutTests/animations/ I can find some

[webkit-dev] layoutTest animations

2009-12-30 Thread Mario Bensi
, I mean I can have some errors on this tests. It's an error ? or the tests don't use 3D ? Best Regards Mario Bensi ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] display:none

2009-11-30 Thread Mario Bensi
in the layout for it, and no box will be created. is a bug in webkit ? Or I misunderstood something in specification ? Best Regards, -- Mario Bensi Join OWB team on freenode IRC, channel #owb Web-enabler for CE devices www.pleyo.com Follow us on twitter : twitter.com/pleyo tel : +339 70 447 544

Re: [webkit-dev] display:none

2009-11-30 Thread Mario Bensi
=27775 that seems to match what you are saying. -- Darin -- Mario Bensi Join OWB team on freenode IRC, channel #owb Web-enabler for CE devices www.pleyo.com Follow us on twitter : twitter.com/pleyo tel : +339 70 447 544 ___ webkit-dev mailing

Re: [webkit-dev] Proposal for a new way to handle porting #ifdefs

2009-05-06 Thread Mario Bensi
by option. you can find this description here : http://www.sand- labs.org/owb/wiki/OwbalDescription Mario Le Tuesday 05 May 2009 17:19:33 Maciej Stachowiak, vous avez écrit : On May 4, 2009, at 5:21 AM, Mario Bensi wrote: We pursued the same goal for a couple of years. Since our porting targets

Re: [webkit-dev] Proposal for a new way to handle porting #ifdefs

2009-05-04 Thread Mario Bensi
We pursued the same goal for a couple of years. Since our porting targets are various middleware CE platforms, we had to identify and adapt WebKit needs at a better grained level than platform. In order to do this we collected all dependencies in a Browser Abstraction Layer (BAL directory).

[webkit-dev] leak

2008-11-04 Thread mario bensi
Hello, I seen in Changeset 3810, you force a leak, it's the same thing for the cache and others parts in webCore, I would understand why you want leak some part of code ? regards, -- Mario Bensi Join OWB team on freenode IRC, channel #owb Web-enabler for CE devices www.pleyo.com

Re: [webkit-dev] leak

2008-11-04 Thread mario bensi
, vous avez écrit : On Tue, 11/4/08, mario bensi [EMAIL PROTECTED] wrote: I seen in Changeset 3810, you force a leak, it's the same thing for the cache and others parts in webCore, I would understand why you want leak some part of code ? Do you mean r38104? http://trac.webkit.org

Re: [webkit-dev] changes to FrameView

2008-10-12 Thread mario bensi
'containingWindow' Can please someone tell me what's the equivalent method for containingWindow() now. Greets, Luka -- Mario Bensi Join OWB team on freenode IRC, channel #owb Web-enabler for CE devices www.pleyo.com ___ webkit-dev mailing list webkit

[webkit-dev] Canvas

2008-07-03 Thread Mario Bensi
/... or implement the platform part in an other file for example CanvasRenderingContext2DMac.cpp/CanvasRenderingContext2DQt.cpp/CanvasRenderingContext2DGtk.cpp what do think of that ? -- Mario Bensi Join OWB team on freenode IRC, channel #owb Web-enabler for CE devices www.pleyo.com