[webkit-dev] Progress

2011-04-01 Thread Adam Roben
-Adam
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Progress

2011-04-01 Thread Dimitri Glazkov
I know that Adam Barth was the driving force behind this, since it was his
turn at gardening WebKit (that's a Chromium thing
http://www.chromium.org/developers/how-tos/webkit-merge-1). I wonder if we
as a community would benefit from a cross-organizational rotation like this?

Remembering strong negative reaction to this idea last time -- (more process
is bad!) -- but hey, all-green tree is freaking amazing.

:DG

On Fri, Apr 1, 2011 at 6:30 AM, Adam Roben aro...@apple.com wrote:


 -Adam


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Screen Shot 2011-04-01 at 9.29.19 AM.png___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Progress

2011-04-01 Thread Adam Roben
On Apr 1, 2011, at 10:03 AM, Dimitri Glazkov wrote:

 I know that Adam Barth was the driving force behind this, since it was his 
 turn at gardening WebKit (that's a Chromium thing 
 http://www.chromium.org/developers/how-tos/webkit-merge-1). I wonder if we as 
 a community would benefit from a cross-organizational rotation like this?

Jessie Berlin and I have been trying to pitch in as well over the course of the 
week. (We have a rotation similar to Chromium's gardeners inside Apple, but 
it's fairly new.) I think it is definitely helpful to have more eyes on the 
bots.

Hopefully we can come up with some ideas for how to make gardeners less 
important by making the bots keep themselves green.

-Adam

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Progress

2011-04-01 Thread Adam Roben
Major kudos to Adam (Barth) for all his gardening efforts this week! (Somehow 
this slipped out of my previous message.)

-Adam

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Progress

2011-04-01 Thread Dimitri Glazkov
I am so glad you guys are test-driving gardening too. Yay team! :)

:DG

On Fri, Apr 1, 2011 at 7:09 AM, Adam Roben aro...@apple.com wrote:
 Major kudos to Adam (Barth) for all his gardening efforts this week! (Somehow 
 this slipped out of my previous message.)

 -Adam


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] transparent flash in qgraphicsview

2011-04-01 Thread Christophe Oosterlynck
Hi,

I'm having problems with showing a transparent flash in a
QGraphicsView. Ofcourse I found the developments of Girish
Ramakrishnan on this on his blog
(http://blog.forwardbias.in/2009/12/flash-in-qgraphicsview.html) and
in webkit bug 20081 (https://bugs.webkit.org/show_bug.cgi?id=20081).
As far as I understand, there are two options:
1. override gdk_visual_get_system() using -Bsymbolic-function to force
flash to draw on a 32 bit pixmap
2. wait for flash to fix itself and ask for a 32 bit pixmap

I was wondering if there are any new developments on this? If not,
than overriding gdk_visual_get_system() is the way to go at the
moment? I don't understand this hack fully yet and I can't figure out
if I will be able to do this in my code and still use precompiled qt +
webkit library, or if I have to apply this hack in webkit and
recompile it.

Regards,

Christophe
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Progress

2011-04-01 Thread Martin Robinson
On Fri, Apr 1, 2011 at 7:06 AM, Adam Roben aro...@apple.com wrote:
 Jessie Berlin and I have been trying to pitch in as well over the course of
 the week. (We have a rotation similar to Chromium's gardeners inside Apple,
 but it's fairly new.) I think it is definitely helpful to have more eyes on
 the bots.

Igalia has a rotation of people keeping the tree green as well. Here's
the current list if you're curious who you should poke about GTK+
redness:

Monday: Alejandro Garcia Castro (alexg)
Tuesday: Mario Sanchez Prada (msanchez)
Wednesday: Martin Robinson (mrobinson)
Thursday: Philippe Normand (pnormand or philn)
Friday: Sergio Villar Senin (svillar)

--Martin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Progress

2011-04-01 Thread Antonio Gomes
I must say Qt has (the tireless) Ossy and Szeged crew almost 24hours/day :o,
as you had probably noticed/

On Fri, Apr 1, 2011 at 12:11 PM, Martin Robinson mrobin...@webkit.orgwrote:

 On Fri, Apr 1, 2011 at 7:06 AM, Adam Roben aro...@apple.com wrote:
  Jessie Berlin and I have been trying to pitch in as well over the course
 of
  the week. (We have a rotation similar to Chromium's gardeners inside
 Apple,
  but it's fairly new.) I think it is definitely helpful to have more eyes
 on
  the bots.

 Igalia has a rotation of people keeping the tree green as well. Here's
 the current list if you're curious who you should poke about GTK+
 redness:

 Monday: Alejandro Garcia Castro (alexg)
 Tuesday: Mario Sanchez Prada (msanchez)
 Wednesday: Martin Robinson (mrobinson)
 Thursday: Philippe Normand (pnormand or philn)
 Friday: Sergio Villar Senin (svillar)

 --Martin
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev




-- 
--Antonio Gomes
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Can we show failing test list on waterfall?

2011-04-01 Thread Adam Barth
Hi Bill,

Can we show the list of failing layout tests in buildbot's waterfall
display so we don't have to click through to the results.html file?

Also, can we change the [view results] link so that it goes directly
to results.html instead of the directory listing?  Personally, I
always click through to results.html because it's so much prettier
than the directory listing.

I don't have any sense for whether those things are easy or hard, but
they'd make my life a little bit easier.  If you point me in the right
direction, I can attempt to make the changes myself (but you should
also feel free to do them yourself if that's easier for you).

Thanks!
Adam
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Can we show failing test list on waterfall?

2011-04-01 Thread Osztrogonac Csaba

Hi Adam,

I think it is a good idea. I always check results.html too,
so I'd would be great if we had to click only once. ;)

It is a very simple patch to fix the url: (master.cfg)
-url = 
self.build.getProperties().render(self.resultDirectory).replace(public_html/, 
/)
+url = self.build.getProperties().render(self.resultDirectory).replace(public_html/, 
/) + /results.html

I never checked Apache logs: error_log.txt and access_log.txt,
but they can be useful. If we modify the URL of view result,
we should add URL's to results.html referencing these files.

If there isn't any objection against it, I'm going to upload a patch into 
bugzilla.

br,
Ossy

Adam Barth írta:

Hi Bill,

Can we show the list of failing layout tests in buildbot's waterfall
display so we don't have to click through to the results.html file?

Also, can we change the [view results] link so that it goes directly
to results.html instead of the directory listing?  Personally, I
always click through to results.html because it's so much prettier
than the directory listing.

I don't have any sense for whether those things are easy or hard, but
they'd make my life a little bit easier.  If you point me in the right
direction, I can attempt to make the changes myself (but you should
also feel free to do them yourself if that's easier for you).

Thanks!
Adam

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Can we show failing test list on waterfall?

2011-04-01 Thread Osztrogonac Csaba

Adam Barth írta:

Cool.  Looks like Ossy is going to write a patch.

Yes sir, I filed a bug report, and uploaded the proposed
patch: https://bugs.webkit.org/show_bug.cgi?id=57671

br,
Ossy
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev