[webkit-dev] Plugins architecture in Webkit

2009-01-30 Thread ying lcs
Hi, Can you please tell me if there is a plugins architecture for Webkit? (The one similar to Firefox). If yes, can you please tell me if there is documentation for writing plugins for Webkit? Thank you. ___ webkit-dev mailing list webkit-dev@lists.webk

Re: [webkit-dev] #if PLATFORM(CF) || (PLATFORM(QT) && PLATFORM(DARWIN))

2009-01-30 Thread Darin Fisher
I didn't have a specific example with CF in mind. Since the Mac port of Chromium is sharing things like PLATFORM(CG), I can imagine there being issues like this coming up. -Darin On Fri, Jan 30, 2009 at 9:17 AM, Darin Adler wrote: > On Jan 30, 2009, at 9:10 AM, Darin Fisher wrote: > > Just s

[webkit-dev] Windows build problems

2009-01-30 Thread Joshi
My linux build works fine. But, when I build it on Windows using nmake (I run perl WebKitTools\Scripts\build-webkit --qt) the linker complains about missing LIBCD.lib. As per the instructions on webkit website, I use compiler tools from Visual Studio 2005. According to MSDN, Microsoft no longer sup

Re: [webkit-dev] #if PLATFORM(CF) || (PLATFORM(QT) && PLATFORM(DARWIN))

2009-01-30 Thread Darin Adler
On Jan 30, 2009, at 9:10 AM, Darin Fisher wrote: Just speculating, but probably because there are cases where a QT API should be used instead of a CF API. This probably just happens to be a time when the CF API is preferred (maybe a QT alternative does not exist?). The way we handle such

Re: [webkit-dev] #if PLATFORM(CF) || (PLATFORM(QT) && PLATFORM(DARWIN))

2009-01-30 Thread Darin Fisher
Just speculating, but probably because there are cases where a QT API should be used instead of a CF API. This probably just happens to be a time when the CF API is preferred (maybe a QT alternative does not exist?). (We are in a similar boat with PLATFORM(CHROMIUM), which is why this topic is esp

Re: [webkit-dev] #if PLATFORM(CF) || (PLATFORM(QT) && PLATFORM(DARWIN))

2009-01-30 Thread George Staikos
On a related note I was thinking we might want to add PLATFORMS(X,Y) to try to reduce the boolean logic that is growing rapidly... I can produce a patch for this if it's not too objectionable. On 30-Jan-09, at 11:59 AM, Darin Adler wrote: I noticed that code relating to Core Foundation h

[webkit-dev] #if PLATFORM(CF) || (PLATFORM(QT) && PLATFORM(DARWIN))

2009-01-30 Thread Darin Adler
I noticed that code relating to Core Foundation has the ifdef above: #if PLATFORM(CF) || (PLATFORM(QT) && PLATFORM(DARWIN)) This seems wrong. Why doesn't the CF platform switch get set when compiling with Qt and Darwin? It should. Does it cause problems? Can we just fix those? -- D

Re: [webkit-dev] Problems with Webkit built for arm platform.

2009-01-30 Thread Veerabhadra Sheelavant
Hi, I tried by setting those env varaibles., but unfortunately did not work. The simplest of html file is not displayed. Regards, Veerabhadra From: rekha rajan [rl.re...@gmail.com] Sent: Friday, January 30, 2009 2:48 PM To: Veerabhadra Sheelavant Cc: w

[webkit-dev] Does the latest WebKit support Macromedia Flash? (via Mozilla plugin or so)

2009-01-30 Thread Tuominen Jari EXT
Greetings! I am wondering one thing. Does the latest WebKit support Macromedia Flash? Or QT4-WebKit at 4.5 Beta 1 or some snapshot or so? (via Mozilla plugin or so)... I am looking for some way to make the WebKit show Flash content. Greets, Jari Tuominen (new at the mailing list)

Re: [webkit-dev] Problems with Webkit built for arm platform.

2009-01-30 Thread rekha rajan
Hi Veerabhadra, You have to export the following paths: export FONT_CONFIG_PATH = //where ever your fonts folder is residing on ARM platform export FONT_CONFIG_FILE = //where ever your fonts.conf file is residing export PANGO_RC_FILE= //where ever your pango/pangorc file is residing Try out th

Re: [webkit-dev] Problems with Webkit built for arm platform.

2009-01-30 Thread Veerabhadra Sheelavant
Hi rekha, Sorry to ask such basic question .. but I am new to this. Please let me know what setting I need to do and how. thanks a lot, Veerabhadra From: rekha rajan [rl.re...@gmail.com] Sent: Friday, January 30, 2009 2:00 PM To: Veerabhadra Sheelavant

Re: [webkit-dev] Problems with Webkit built for arm platform.

2009-01-30 Thread rekha rajan
Hi VeeraBhadra, I have a doubt regarding your settings on ARM platform. Have you set the path for fonts pango? Thanks and Regards, Rekha On Fri, Jan 30, 2009 at 11:50 AM, Veerabhadra Sheelavant < veerabhadra.sheelav...@aricent.com> wrote: > Dear All, > > > > I have built the Webkit for ARM p