[webkit-dev] Please set the svn:mime-type property on binary files before committing

2012-01-08 Thread Dan Bernstein
Please set the svn:mime-type property on binary files that you add to the tree, such as *-expected.png, before committing. Otherwise the resulting webkit-changes message will include those files as text, which is inconvenient. Thanks. ___ webkit-dev

Re: [webkit-dev] Please set the svn:mime-type property on binary files before committing

2012-01-08 Thread Benjamin Poulain
On Sun, Jan 8, 2012 at 6:15 PM, Dan Bernstein m...@apple.com wrote: Please set the svn:mime-type property on binary files that you add to the tree, such as *-expected.png, before committing. Otherwise the resulting webkit-changes message will include those files as text, which is inconvenient.

Re: [webkit-dev] Please set the svn:mime-type property on binary files before committing

2012-01-08 Thread Mike Lawther
And for git users: http://trac.webkit.org/wiki/UsingGitWithWebKit (there is a section on setting mime-types via subversion's config file). On 9 January 2012 13:44, Benjamin Poulain benja...@webkit.org wrote: On Sun, Jan 8, 2012 at 6:15 PM, Dan Bernstein m...@apple.com wrote: Please set the

Re: [webkit-dev] Please set the svn:mime-type property on binary files before committing

2012-01-08 Thread Eric Seidel
Seems like something our tools should do automatically for you. Humans are inevitably going to get this wrong. https://bugs.webkit.org/show_bug.cgi?id=75824 https://bugs.webkit.org/show_bug.cgi?id=75825 On Sun, Jan 8, 2012 at 6:44 PM, Benjamin Poulain benja...@webkit.org wrote: On Sun, Jan 8,

Re: [webkit-dev] chromium image tests on lion

2012-01-08 Thread Simon Fraser
This could have been me: http://trac.webkit.org/changeset/104351 Ideally we'd turn on mock scrollbars everywhere and then regenerate all the results (checking for actual failures). Not sure if I'll have time to do that though. Simon On Jan 7, 2012, at 8:44 AM, Jarred Nicholls wrote: Hey