[webkit-dev] WebGL test breakage on build bots

2010-03-16 Thread Kenneth Russell
Earlier today I landed https://bugs.webkit.org/show_bug.cgi?id=33416 by hand (because the commit queue was blocked), and unfortunately this broke some of the WebGL layout tests on the bots. These tests are passing locally, so the best guess I can make is that the hardware or OpenGL versions on

Re: [webkit-dev] WebGL test breakage on build bots

2010-03-16 Thread Maciej Stachowiak
On Mar 16, 2010, at 1:45 PM, Kenneth Russell wrote: Earlier today I landed https://bugs.webkit.org/show_bug.cgi?id=33416 by hand (because the commit queue was blocked), and unfortunately this broke some of the WebGL layout tests on the bots. These tests are passing locally, so the best guess

[webkit-dev] WebKit produces wrong result on autocomplete, after user uses back button

2010-03-16 Thread Benjie Chen
Current WebKit based browsers (as of 3/16/2010), e.g. Safari and Chrome, exhibit the following bugs. Perhaps someone can take a look. Thanks. Bug 1: If a page A has multiple form elements F1 and F2, and the first (in order of appearance in HTML) form, F1, has autocomplete set to off (i.e. form

Re: [webkit-dev] WebKit produces wrong result on autocomplete, after user uses back button

2010-03-16 Thread Darin Adler
Thanks for yourinterest in WebKit. Sending mail to this list is not the correct way to file a bug report. Please see http://webkit.org/quality/reporting.html, which describes how to do that. -- Darin ___ webkit-dev mailing list

Re: [webkit-dev] WebGL test breakage on build bots

2010-03-16 Thread Kenneth Russell
On Tue, Mar 16, 2010 at 1:56 PM, Maciej Stachowiak m...@apple.com wrote: On Mar 16, 2010, at 1:45 PM, Kenneth Russell wrote: Earlier today I landed https://bugs.webkit.org/show_bug.cgi?id=33416 by hand (because the commit queue was blocked), and unfortunately this broke some of the WebGL

Re: [webkit-dev] WebKit produces wrong result on autocomplete, after user uses back button

2010-03-16 Thread Benjie Chen
Thanks. I was kind of hoping someone close to the code would be willing to expand on some of the questions I had in the bug report, such as decisions to re-fetch pages in history, and, given those decisions, how, if possible, to solve the problem I discovered. But I understand your point. I

[webkit-dev] git.webkit.org is missing svn revision r49890

2010-03-16 Thread David Kilzer
It was discovered recently that the git repository on git.webkit.org is missing svn revision r49890. http://trac.webkit.org/changeset/49890 This causes problems if you're using a single git repository, pulling from git.webkit.org, and using git-svn-fetch from svn.webkit.org (so that you can

[webkit-dev] Frustrations with WebKit Font Representation

2010-03-16 Thread Brent Fulgham
Recently, an update that attempted to share more Cairo-related font code was added to the WebKit repository (http://trac.webkit.org/changeset/55510). While this was no doubt of great benefit to the Gtk-based ports, it had the unintended side effect of breaking the WinCairo port, as it placed a

Re: [webkit-dev] Frustrations with WebKit Font Representation

2010-03-16 Thread Peter Kasting
On Tue, Mar 16, 2010 at 3:49 PM, Brent Fulgham bfulg...@gmail.com wrote: Has anyone else run into these kinds of issues, and might have some suggestions for how to better approach this problem? On the Chromium side, Brett Wilson is our master of font code. PK

Re: [webkit-dev] WebGL test breakage on build bots

2010-03-16 Thread Kenneth Russell
On Tue, Mar 16, 2010 at 2:06 PM, Kenneth Russell k...@google.com wrote: On Tue, Mar 16, 2010 at 1:56 PM, Maciej Stachowiak m...@apple.com wrote: On Mar 16, 2010, at 1:45 PM, Kenneth Russell wrote: Earlier today I landed https://bugs.webkit.org/show_bug.cgi?id=33416 by hand (because the

Re: [webkit-dev] WebGL test breakage on build bots

2010-03-16 Thread Maciej Stachowiak
On Mar 16, 2010, at 4:42 PM, Kenneth Russell wrote: We're working on the real fix (actually heuristics to detect and work around broken graphics drivers) under https://bugs.webkit.org/show_bug.cgi?id=36194 , but in the meantime to unblock the commit queue I've temporarily disabled these tests