[webkit-dev] WebKit font size

2009-08-17 Thread thouraya andolsi
Hi, I run the GTkluncher and I saw that the fonts are very small, if we do not use a css file. Does any one knows how to solve this problem? Is there some internal font setting options for font family, font size, etc to prevent Webkit to use very small font size for display? Best regards.

[webkit-dev] JSC without Dependencies

2009-08-17 Thread Brian Barnes
My interest in WebKit is integrating my game engine with JSC. I'm far enough into the switch over that I've begun looking at compiling it on my own. My goal -- which might be a fools errand -- is to create a win32 VS compile without dependencies. I don't know if this is something that I

Re: [webkit-dev] JSC without Dependencies

2009-08-17 Thread Joe Mason
Steve Falkenburg wrote: On Aug 17, 2009, at 11:04 AM, Brent Fulgham wrote: On Mon, Aug 17, 2009 at 9:19 AM, Brian Barnesgga...@charter.net wrote: icu*** (might not be possible, google says these are unicode tools) The wtf/unicode things need these libraries. I'm not sure how wise it

[webkit-dev] No more build breaks.

2009-08-17 Thread Eric Seidel
If you're currently using svn commit or git svn dcommit to commit your patches, please consider using bugzilla-tool land-diff instead. Why? 1. bugzilla-tool updates (and optionally closes) the bug for you when you're done. 2. bugzilla-tool makes a nice commit entry automatically for you (not

Re: [webkit-dev] No more build breaks.

2009-08-17 Thread Mark Rowe
On 2009-08-17, at 11:36, Eric Seidel wrote: If you're currently using svn commit or git svn dcommit to commit your patches, please consider using bugzilla-tool land-diff instead. Why? 1. bugzilla-tool updates (and optionally closes) the bug for you when you're done. 2. bugzilla-tool

Re: [webkit-dev] No more build breaks.

2009-08-17 Thread Eric Seidel
Yes, there are bugs, like all software. Your flippant response seems inappropriate. On Mon, Aug 17, 2009 at 11:41 AM, Mark Rowe mr...@apple.com wrote: On 2009-08-17, at 11:36, Eric Seidel wrote: If you're currently using svn commit or git svn dcommit to commit your patches, please

Re: [webkit-dev] JSC without Dependencies

2009-08-17 Thread Brent Fulgham
Hi Brian, On Mon, Aug 17, 2009 at 11:54 AM, Brian Barnesgga...@charter.net wrote: This one is harder, since JavaScriptCore uses bash, make, perl, and bison (at least) from cygwin. See the JavaScriptCoreGenerated vcproj, I don't think this is worth the pain, since it's entirely a build-time

Re: [webkit-dev] No more build breaks.

2009-08-17 Thread Maciej Stachowiak
Hi Mark, I think this was a needlessly rude way to address the issue. Please try to keep things courteous on webkit-dev. Your most important point, i.e. that 'bugzilla-tool land-diff' is really at early adopter maturity and not at everyone should use it maturity, was much more clear in

Re: [webkit-dev] JSC without Dependencies

2009-08-17 Thread Brian Barnes
On Aug 17, 2009, at 7:08 PM, Brent Fulgham wrote: As a full time Windows developer, I'm afraid I really disagree with you on this topic. I don't think it's correct that since most win32 development happens (only) in VS, that it follows that we should aim to only use Visual Studio. I think this