[webkit-dev] Pango vs WebCore for font-handling

2008-07-19 Thread Joshua Chia
I have a design-related question about using Pango in Webkit, especially in the GTK port, because I'm trying to use Pango in my port by borrowing ideas from the GTK port. Pango itself already does font matching and I believe can fallback properly to the right font that has the glyph for the

[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

[webkit-dev] Render path for select form controls; layout path for buttons

2008-07-02 Thread Joshua Chia
I know that for radio buttons and check boxes, the painting and size setting are done in RenderTheme. For select controls, both the drop-down version and the list version, where are these things done? Which functions are called? Also, for regular buttons, what do I need to do to implement them,

[webkit-dev] How do do incremental build?

2008-07-01 Thread Joshua Chia
I made some changes to some GTK port-related code, specifically RenderThemeGtk.cpp. Simply running make did not cause it to be recompiled. How do I do incremental builds with proper dependency? The clean build takes forever. Josh ___ webkit-dev

Re: [webkit-dev] How do do incremental build?

2008-07-01 Thread Joshua Chia
/Scripts/webkitdirs.pm line 369. On Tue, Jul 1, 2008 at 2:29 PM, Mark Rowe [EMAIL PROTECTED] wrote: On 2008-07-01, at 13:36, Joshua Chia wrote: I made some changes to some GTK port-related code, specifically RenderThemeGtk.cpp. Simply running make did not cause it to be recompiled. How do I

Re: [webkit-dev] How do do incremental build?

2008-07-01 Thread Joshua Chia
is failing: rm: cannot remove `/usr/local/WebKit2/WebKitBuild/Release/WebCore': Is a directory I'd suggest running rm -rf WebKitBuild, then trying to build again. Dave On Tue, 7/1/08, Joshua Chia [EMAIL PROTECTED] wrote: That didn't work either: Josh [EMAIL PROTECTED]:/usr/local

Re: [webkit-dev] Font description + font family = redundancy?

2008-06-18 Thread Joshua Chia
. The AtomicString represents one of the families in the list. dave On Jun 18, 2008, at 5:04 PM, Joshua Chia wrote: I'm trying to understand the font-related code in WebCore/platform/graphics. FontCache::createFontPlatformData() takes two arguments: a FontDescription

[webkit-dev] Chinese font problems on GTK port

2008-05-29 Thread Joshua Chia
With a recent GTK port built on Ubuntu Hardy, I find that GtkLauncher fails to display Chinese characters correctly for some Chinese pages. For example, on www.baidu.com (gb2312), some Chinese characters show up as squares. However, if I use font-family in the HTML to switch to a Chinese font

[webkit-dev] Building GTK+ port on Win32

2008-03-12 Thread Joshua Chia
Hi, How can I build the GTK+ port on Win32? What do I need and what do I type? Also, is it independent of the non-open Support Libraries that the Win32 port needs? ___ webkit-dev mailing list webkit-dev@lists.webkit.org