[webkit-dev] Cr Linux bot Hosed

2010-05-18 Thread Eric Seidel
Could someone with access to the Cr-Linux bot give it a kick? http://build.webkit.org/builders/Chromium%20Linux%20Release/builds/6703/steps/svn/logs/stdio it's filesystem seems to have turned read-only. -eric ___ webkit-dev mailing list

[webkit-dev] webkit build error

2010-05-18 Thread jason
hello,all: Execus me,I am so sorry. who can help me? when I build the webkit, there are some error occurs in my project! why? The errors as follows: 10Linking... 10LINK : warning LNK4044: unrecognized option '/dynamicbase'; ignored 10msvcprt.lib(MSVCP80.dll) : error LNK2005: public: static

Re: [webkit-dev] Pixel test differences between Leopard and Snow Leopard

2010-05-18 Thread Ojan Vafai
On Mon, May 17, 2010 at 3:59 PM, Simon Fraser simon.fra...@apple.comwrote: On May 17, 2010, at 3:44 PM, James Robinson wrote: After this is done it should be possible to run the full layout test suite with --tolerance=0 on Snow Leopard and have no failures. Assuming this happens, I would

Re: [webkit-dev] webkit build error

2010-05-18 Thread Darin Adler
The mailing list for questions about how to build WebKit is webkit-help, not webkit-dev. Please see http://webkit.org/contact.html. -- Darin ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Cr Linux bot Hosed

2010-05-18 Thread Dimitri Glazkov
I kicked it. :DG On Mon, May 17, 2010 at 11:27 PM, Eric Seidel e...@webkit.org wrote: Could someone with access to the Cr-Linux bot give it a kick? http://build.webkit.org/builders/Chromium%20Linux%20Release/builds/6703/steps/svn/logs/stdio it's filesystem seems to have turned read-only.

[webkit-dev] Broken test

2010-05-18 Thread Adam Barth
The same test is failing on essentially all the bots: fast/files/file-reader.html http://build.webkit.org/results/SnowLeopard%20Intel%20Release%20(Tests)/r59670%20(10305)/fast/files/file-reader-pretty-diff.html The blame list computed by the bots is as follows:

Re: [webkit-dev] Broken test

2010-05-18 Thread Jian Li
I am investigating it. It seems that some test cases, like testing non-existent and empty files, are not robust enough. I am disable these test cases in this test file and going to land the fix soon. On Tue, May 18, 2010 at 10:15 AM, Adam Barth aba...@webkit.org wrote: The same test is failing

[webkit-dev] Table hit testing

2010-05-18 Thread Fady Samuel
Hi all, I'm looking at table hit testing, and in all the simple test cases I've tried, it seems to show that RenderTable never has the flag m_hasOverflowClip set to true. What this means is that all the table's children are ALWAYS checked on all mouse events. For large tables, or pages with many

Re: [webkit-dev] Broken test

2010-05-18 Thread Eric Seidel
Filed https://bugs.webkit.org/show_bug.cgi?id=39285 about that last night. On Tue, May 18, 2010 at 10:15 AM, Adam Barth aba...@webkit.org wrote: The same test is failing on essentially all the bots: fast/files/file-reader.html

Re: [webkit-dev] Table hit testing

2010-05-18 Thread David Hyatt
On May 18, 2010, at 12:52 PM, Fady Samuel wrote: Hi all, I'm looking at table hit testing, and in all the simple test cases I've tried, it seems to show that RenderTable never has the flag m_hasOverflowClip set to true. What this means is that all the table's children are ALWAYS checked

Re: [webkit-dev] Table hit testing

2010-05-18 Thread Fady Samuel
Ohh I see, I was confused about this line in RenderTable: 1138 if (!hasOverflowClip() || overflowClipRect(tx, ty).contains(xPos, yPos)) { It seems that the default case is to visit all the children as hasOverflowClip() is false. Thanks for the explanation David. I will look into optimizing

Re: [webkit-dev] Ancient patches in pending-review

2010-05-18 Thread Ojan Vafai
On Thu, May 13, 2010 at 9:12 AM, Adam Barth aba...@webkit.org wrote: Editing (Enrica, Ojan) * 24943: Command-B and Command-I do not generate keydown events in contentEditable regions. * 35632: htmlediting.cpp : isEmptyTableCell() is incomplete * 32605: Regression: Selection anchor + focus