[webkit-dev] 答复: 答复: 答复: About the l ayout test result.

2008-10-07 Thread Bely
Oh, understand, thank you all for your kindly reply! -- Bely -邮件原件- 发件人: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 代表 Eric Seidel 发送时间: 2008年10月8日 1:49 收件人: Dan Bernstein 抄送: Bely; webkit-dev@lists.webkit.org; Mark Rowe 主题: Re: [webkit-dev] 答复: 答复: About the layout test result.

[webkit-dev] How to get familiar with JavaScriptCore

2008-10-07 Thread wangtao
Hi all, Seems JavaScript module consumed most of the memory resource when i run GtkLauncherin on my ARC-Linux embeded system, I like to read into the source code of this part to find out how thess memory was consumed, would you please tell me how to make clear the JavaScriptCore architecture, how

Re: [webkit-dev] Build failure on Windows

2008-10-07 Thread AnsumanTapan Satpathy
I am not very sure how to find the revision number ? Possibly "r37327", checked the "autoversion.h" file in WebKitBuild\obj\WebKit\Debug\include folder. Thanks. Ansuman On Tue, Oct 7, 2008 at 4:43 PM, Mark Rowe <[EMAIL PROTECTED]> wrote: > > On Oct 7, 2008, at 4:38 PM, AnsumanTapan Satpathy wr

Re: [webkit-dev] Build failure on Windows

2008-10-07 Thread Mark Rowe
On Oct 7, 2008, at 4:38 PM, AnsumanTapan Satpathy wrote: Hi, I am trying to build webkit on windows platform. Followed the steps of installing VC express, the SP1 and the SDK (as described in http://webkit.org/building/tools.html) . Installed the cygwin from webkit.org. I have downloaded

[webkit-dev] Build failure on Windows

2008-10-07 Thread AnsumanTapan Satpathy
Hi, I am trying to build webkit on windows platform. Followed the steps of installing VC express, the SP1 and the SDK (as described in http://webkit.org/building/tools.html). Installed the cygwin from webkit.org. I have downloaded the new code about two three days ago, ran update-webkit couple t

Re: [webkit-dev] 答复: 答复: About the layout t est result.

2008-10-07 Thread Eric Seidel
My earlier statement was inaccurate. It is not the *port* which requires the fonts, but rather the tests themselves (many of which come from the W3C or other publicly available test suites). The tests make specific request for fonts (like Ahem, Times, Verdana, Helvetica) which are not provided by

Re: [webkit-dev] Zoom functionality

2008-10-07 Thread David Hyatt
zoom affects layout and -webkit-transform does not. Which one to use depends on the effect you're going for. dave On Oct 7, 2008, at 9:47 AM, Brett Wilson wrote: > On Mon, Oct 6, 2008 at 11:52 PM, Pradnya Pathak > <[EMAIL PROTECTED]> wrote: >> Hello, >> >> Thanks for the reply. >> >> The curr

Re: [webkit-dev] 答复: 答复: About the layout t est result.

2008-10-07 Thread Eric Seidel
If you search the web for WEBKIT_TESTFONTS you may be able to find a copy of the fonts you need. It's kinda lame that the current set of windows layout tests requires these fonts. Eventually I would like to see a set of results checked in which do not require Apple-provided fonts, but right now t

Re: [webkit-dev] 答复: 答复: About the layout test result.

2008-10-07 Thread Dan Bernstein
On Oct 6, 2008, at 10:56 PM, Bely wrote: Thanks Dan! But what fonts should I install on windows to run the tests and where can I get them? The initialize() function in WebKitTools/DumpRenderTree/win/ DumpRenderTree.cpp lists all of them, alongside other fonts (Ahem and the WebKit* fonts

Re: [webkit-dev] produce a new version of webkit

2008-10-07 Thread Ariya Hidayat
> you can help me for start ? i should remove lines of code related to > graphics in WebKit / GTK which files I must consult to change? Just search for all files that matches *Gtk.h and *Gtk.cpp (for example, FrameGtk.cpp) and related files in any gtk/ subdirectories. _

[webkit-dev] produce a new version of webkit

2008-10-07 Thread houda hocine
Hi , I want to produce a new version of webkit , without doing any graphical rendering or requiring linking with graphical libraries . The basic approach is to modify the build to add a new platform based on the GTK platform , you can help me for start ? i should remove lines of code related to gr

Re: [webkit-dev] File upload feature

2008-10-07 Thread Amit Nargund
Hi, I have already looked at that fix, and I have attached the patch, but the file upload is still not working! I tested it with rapidshare.com and site waits as if no data has arrived. I monitored the traffic and noticed that nothing is POSTed i.e. no POST packet is observed. On Tue, Oct 7, 200

Re: [webkit-dev] File upload feature

2008-10-07 Thread Julien Chaffraix
Hi, On Mon, Oct 6, 2008 at 3:44 PM, Amit Nargund <[EMAIL PROTECTED]> wrote: > Hi, > No it does not crash. If I open rapidshare.com, and then select a file and > click on upload... nothing happens! > I observed the http traffic through wireshark, and I could not see any POST > packet in it. That me