Re: [webkit-dev] Removing Support for Python 2.5

2011-11-07 Thread Rafael Antognolli
Hello,  I should have asked on this thread before, but just saw it
now. But since it's in the same topic, what do you think about
changing python scripts from using /usr/bin/python to /usr/bin/python2
?

I opened a bug for this some minutes ago:
https://bugs.webkit.org/show_bug.cgi?id=71723

Regards,
Rafael

On Fri, Nov 4, 2011 at 9:45 PM, Eric Seidel  wrote:
> Tony: I would recommend upgrading to at least 2.7 on those machines.
> http://www.python.org/download/releases/2.7.2/
>
> I would love to switch us to require 2.7 but such would currently too
> much of a burden on SnowLeopard-based developers.
>
> -eric
>
> On Fri, Nov 4, 2011 at 4:03 PM, Adam Barth  wrote:
>> I misremembered.  Looking at depot_tools, it seems Chromium only does
>> this on Windows.
>>
>> Looks like we might need to upgrade the Chromium bots to use 2.6.
>> Python 2.5 is super old at this point.
>>
>> Adam
>>
>>
>> On Fri, Nov 4, 2011 at 4:01 PM, Tony Chang  wrote:
>>> Are you sure?  This output has references
>>> to System/Library/Frameworks/Python.framework/Versions/2.5.  I also thought
>>> that's why NRWT was slow on the Leopard bots: python 2.5 doesn't have the
>>> multiprocess module.
>>> http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.5%20%28dbg%29%281%29/builds/4090/steps/webkit_tests/logs/stdio
>>>
>>> It may just be a bug that these bots aren't using python2.6.
>>>
>>> On Fri, Nov 4, 2011 at 3:40 PM, Adam Barth  wrote:
>>>>
>>>> Yes, Chromium versions its Python independently from the OS.
>>>>
>>>> Adam
>>>>
>>>>
>>>> On Fri, Nov 4, 2011 at 3:25 PM, Ojan Vafai  wrote:
>>>> > I believe the chromium port always uses 2.6 though, no?
>>>> >
>>>> > On Fri, Nov 4, 2011 at 3:23 PM, Nico Weber  wrote:
>>>> >>
>>>> >> The chromium port still has a bot that runs tests (but doesn't build)
>>>> >> on
>>>> >> 10.5.
>>>> >>
>>>> >> Nico
>>>> >>
>>>> >> On Fri, Nov 4, 2011 at 3:20 PM, Eric Seidel  wrote:
>>>> >> > Now that Apple has removed the Leopard build bot (and presumably
>>>> >> > stopped supporting WebKit on Leopard), all webkit platforms I know of
>>>> >> > have Python 2.6 or higher.
>>>> >> >
>>>> >> > My plan is to remove all of our 2.5 supporting code in the next week,
>>>> >> > requiring Python 2.6 or later for WebKit.
>>>> >> >
>>>> >> > Let me know if this will be an issue for you.
>>>> >> >
>>>> >> > Thanks!
>>>> >> >
>>>> >> > -eric
>>>> >> > ___
>>>> >> > webkit-dev mailing list
>>>> >> > webkit-dev@lists.webkit.org
>>>> >> > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>>> >> >
>>>> >> ___
>>>> >> webkit-dev mailing list
>>>> >> webkit-dev@lists.webkit.org
>>>> >> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>>> >
>>>> >
>>>> > ___
>>>> > webkit-dev mailing list
>>>> > webkit-dev@lists.webkit.org
>>>> > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>>> >
>>>> >
>>>> ___
>>>> webkit-dev mailing list
>>>> webkit-dev@lists.webkit.org
>>>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>>
>>>
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>



-- 
Rafael Antognolli
ProFUSION embedded systems
http://profusion.mobi
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] How to setup WebKit-EFL mailing list

2010-09-02 Thread Rafael Antognolli
Hello all,

Sorry if this is not the right place to ask for this, but I wasn't
sure about which mailing list I should send this email to.

So, is it possible to setup a mailing list for the EFL port in
lists.webkit.org? If yes, how should I proceed to accomplish this?

Thank you for your attention,
-- 
Rafael Antognolli
ProFUSION embedded systems
http://profusion.mobi
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Getting frame that requested scroll

2010-02-03 Thread Rafael Antognolli
Hi,

Is there a way to know which frame requested a scroll to ChromeClient?
I mean, just adding that to the port, without having to change
anything inside WebCore?

>From the backtrace I see that ScrollView changes the ScrollBar value,
and FrameView is notified by that (thus calling
ScrollView::valueChanged) and that implies on
ScrollView::scrollContents. My problem is that the ScrollView only
calls hostWindow()->scroll(), that doesn't give any information on
which frame requested the scroll. So, would it be possible to add this
info to the call, and finally get it on ChromeClient?

I need that info because I'm implementing a backing store for EFL
port, so a scroll should just repaint some part of the screen if it's
a inner frame scrolling, or move the backing store if it's a full page
scrolling. But just getting it from the size of the scroll isn't very
reliable.

Best Regards,
-- 
Rafael Antognolli
ProFUSION embedded systems
http://profusion.mobi
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev