Re: [webkit-dev] Clarification on developing an embedded browser in PPCplatform

2008-07-03 Thread Benjamin Meyer
On Thursday 03 July 2008 04:47:13 [EMAIL PROTECTED] wrote: please visit the project: http://sourceforge.net/projects/safarimobile/ We had pasted a lot of HTML4/CSS compatible tests,we are fixing the JavaScript and NAPI feature. It can display normal HTML page now. We wish you can join the

Re: [webkit-dev] Clarification on developing an embedded browser in PPCplatform

2008-07-03 Thread Benjamin Meyer
On Thursday 03 July 2008 12:35:18 Benjamin Meyer wrote: On Thursday 03 July 2008 04:47:13 [EMAIL PROTECTED] wrote: please visit the project: http://sourceforge.net/projects/safarimobile/ We had pasted a lot of HTML4/CSS compatible tests,we are fixing the JavaScript and NAPI feature.

Re: [webkit-dev] WebKit Fails to build in XCode 3.1

2008-07-03 Thread David Kilzer
Xcode 3.1 should work. If you run which iconv from a Terminal window, what is the output? If you run iconv --version, what is the output? Do you have Fink or MacPorts installed? Which version of Mac OS X do you have installed? Dave On Thu, 7/3/08, Samuel Davis [EMAIL PROTECTED] wrote: Hi

[webkit-dev] Canvas

2008-07-03 Thread Mario Bensi
Hi, I have look lot of #PLATFORM in WebCore/html/Canvas* and it's very difficult to read the code and if it's platform dependant, i don't understand why it's not in plaform directory IMHO, I think it's better to do d pointer and implement the d pointer in WebCore/platform/graphics/... or

[webkit-dev] LengthType

2008-07-03 Thread Joshua Chia
What do the various values of LengthType (WebCore/rendering/Length.h) mean? Auto, Relative, Percent, Fixed, Static, Intrinsic, MinIntrinsic Josh ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] LengthType

2008-07-03 Thread David Hyatt
auto = no value specified in CSS relative = the * unit notation used in table layout, e.g., 5* percent = percent units in CSS, e.g., 50% fixed = a fixed value in CSS pixels The rest are almost not worth going into as they are not fully fleshed out (Intrinsic, MinIntrinsic are used a little bit

Re: [webkit-dev] WebKit Fails to build in XCode 3.1

2008-07-03 Thread Samuel Davis
Hi David, Thanks for getting back to me :-) After running *which iconv* I get the following: Macintosh:~ samueljd$ which iconv /sw/bin/iconv After running *iconv --version* I get the following: Macintosh:~ samueljd$ iconv --version iconv (GNU libiconv 1.9) Copyright (C) 2000-2002 Free