Re: [webkit-dev] *.webkit.org downtime Tuesday, 3/11

2014-03-13 Thread Osztrogonác Csaba
Hi, There are still issues after downtime: - Apple EWS bots are still broken (Last Pass: 1 day, 16 hours ago) - login on build.webkit.org is broken: The username or password you entered were not correct. Please go back and try again. Ossy Lucas Forschler írta: FYI, I'm currently working on

Re: [webkit-dev] *.webkit.org downtime Tuesday, 3/11

2014-03-13 Thread Philippe Normand
On Mon, 2014-03-10 at 10:35 -0700, Lucas Forschler wrote: Hello Webkit developers, Apple will be upgrading our network infrastructure starting Tuesday morning at 8am. The webkit.org services will be affected for approximately 4 hours. This includes all *.webkit.org domains. We expect

Re: [webkit-dev] *.webkit.org downtime Tuesday, 3/11

2014-03-13 Thread Sergio Villar Senin
En 13/03/14 09:56, Osztrogonác Csaba escribiu: Hi, There are still issues after downtime: - Apple EWS bots are still broken (Last Pass: 1 day, 16 hours ago) - login on build.webkit.org is broken: The username or password you entered were not correct. Please go back and try again. I'd

Re: [webkit-dev] *.webkit.org downtime Tuesday, 3/11

2014-03-13 Thread Osztrogonác Csaba
It seems the whole authentication is broken (except bugs.webkit.org), because commit to svn.webkit.org is broken too. :-/ On 03/13/2014 11:25 AM, Sergio Villar Senin wrote: En 13/03/14 09:56, Osztrogonác Csaba escribiu: Hi, There are still issues after downtime: - Apple EWS bots are still

[webkit-dev] Table layout does not clear setNeedsLayout flag for rows?

2014-03-13 Thread Mayur K
Hi, I am checking the layout and rendering of the table element in webkit. In the process I figured out that the link of renderers is as follows: RenderTable has RenderTableSection has RenderTableRow has RenderTableCell The layout of the table rows is done in RenderTableSection::layoutRows. I did

Re: [webkit-dev] *.webkit.org downtime Tuesday, 3/11

2014-03-13 Thread Osztrogonác Csaba
Hi, The Apple owned style queue and feeder queue bots are still broken. I started a style queue and a feeder queue bot on one of our machine until fixing the issues caused by the downtime. Now there isn't any pending task in the style queue and patches are automatically submitted to EWS, you

Re: [webkit-dev] *.webkit.org downtime Tuesday, 3/11

2014-03-13 Thread William Siegrist
On Mar 13, 2014, at 1:56 AM, Osztrogonác Csaba o...@inf.u-szeged.hu wrote: - login on build.webkit.org is broken: The username or password you entered were not correct. Please go back and try again.” Please try again. The db that stores that info got overloaded and needed to be kicked.

Re: [webkit-dev] *.webkit.org downtime Tuesday, 3/11

2014-03-13 Thread William Siegrist
Try this again too. All auth was broken (except for bugs) and should now be fixed. -Bill On Mar 13, 2014, at 4:11 AM, Osztrogonác Csaba o...@inf.u-szeged.hu wrote: It seems the whole authentication is broken (except bugs.webkit.org), because commit to svn.webkit.org is broken too. :-/

Re: [webkit-dev] *.webkit.org downtime Tuesday, 3/11

2014-03-13 Thread William Siegrist
The issue is reoccurring. We’re investigating. -Bill On Mar 13, 2014, at 8:36 AM, William Siegrist wsiegr...@apple.com wrote: Try this again too. All auth was broken (except for bugs) and should now be fixed. -Bill On Mar 13, 2014, at 4:11 AM, Osztrogonác Csaba

Re: [webkit-dev] *.webkit.org downtime Tuesday, 3/11

2014-03-13 Thread Lucas Forschler
This issue should be solved as of 6:20pm PST. The network folks needed to change some magic. Please let me know if the bots are misbehaving… it may take a few minutes for them to catch up. Lucas On Mar 13, 2014, at 7:56 AM, Osztrogonác Csaba o...@inf.u-szeged.hu wrote: Hi, The Apple

Re: [webkit-dev] Table layout does not clear setNeedsLayout flag for rows?

2014-03-13 Thread Yuki Sekiguchi
Since I don't understand table layout well, I'm sorry if I said wrong. RenderTable::layout() calls RenderTableSection::layout() at [1]. RenderTableSection::layout() calls RenderTableRow::layout() at [2]. RenderTableRow::layout() clears its setNeedsLayout flag at [3]. Therefore, I think the flag