[webkit-dev] Towards a Redistributable Windows WebKit

2008-10-22 Thread Brent Fulgham
Some of you may have observed (perhaps with much amusement!) my various efforts to get a functioning build of WebKit that could be used without CFNetwork, CoreGraphics, and other Apple-only libraries. Things are working well, and I would like to try to come up with a design for a proper in

Re: [webkit-dev] Webkit on Windows

2008-10-22 Thread Benjamin Meyer
I have searched this list and read the webkit.org documentation, and I just can't tell what is really possible. I know that Apple hasn't made Webkit generally available for Windows. There seems to be a Windows port using Cairo, etc., but there's no information on using it or what capabilities it s

Re: [webkit-dev] WebKit compatibility in India

2008-10-22 Thread Maciej Stachowiak
I think the general approach you outline makes sense. I think the best way to avoid transcoding content that shouldn't be is to key it off of both font and site, assuming that a relatively limited list of fonts and sites would provide enough compatibility. That means the transcoding would

[webkit-dev] WebKit compatibility in India

2008-10-22 Thread Brett Wilson
Hi everybody, There was recently somewhat of a controversy regarding Embedded OpenType (EOT) support in WebKit. The most important reason to support this technology is not for web designers who want custom fonts, but because some sites using legacy technology use a custom encoding with a custom em

Re: [webkit-dev] EOT Support in WebKit

2008-10-22 Thread David Storey
I'm not sure if this has been discussed, but to add a bit more to this, the reason why Indian sites were using EOT, and Netscape’s equivalent, wasn't so much that they wanted to use a specific font, but because at the time of development Uniicode wasn't supported well on Windows (Pre-NT) an

Re: [webkit-dev] problems in cross compiling webkit - Execution ofJavaScriptCore/kjs/create_hash_table aborted due tocompilation errors.

2008-10-22 Thread Weber, Bernd
In order to get ICU built you need to build 2 versions, one for the host and one for the target. Just FYI. Apart from that you might want to take a look at buildroot -> http://buildroot.uclibc.org .Those guys have the whole cross compilation pretty well under control. That's where I started from. Y

Re: [webkit-dev] problems in cross compiling webkit - Execution of JavaScriptCore/kjs/create_hash_table aborted due to compilation errors.

2008-10-22 Thread David Kilzer
On Wed, 10/22/08, Bn, Sharath <[EMAIL PROTECTED]> wrote: > /usr/bin/perl JavaScriptCore/kjs/create_hash_table > JavaScriptCore/kjs/keywords.table > > DerivedSources/lexer.lut.h > Global symbol "@nameEntries" requires explicit > package name at JavaScriptCore/kjs/create_hash_table line > 218. > Exe

[webkit-dev] problems in cross compiling webkit - Execution of JavaScriptCore/kjs/create_hash_table aborted due to compilation errors.

2008-10-22 Thread Bn, Sharath
Dear All, I am new bee to the world of opensource software. I could able to compile and execute Webkit with DirectFB backend in SUSE 11.0. However I am facing problems while cross compiling webkit for MIPS. Can anybody help me Cross compiling the Webkit for MIPS platform. FYI, I am using MontaV