[webkit-dev] Zoom functionality

2008-10-07 Thread Pradnya Pathak
Hello All, Does anyone has idea about if the 'zoom factor' style is inherited from parent of a node? can a node have different zoom factor than its parent? Regards, Pradnya ___ webkit-dev mailing list webkit-dev@lists.webkit.org

Re: [webkit-dev] Zoom functionality

2008-10-07 Thread David Hyatt
On Oct 7, 2008, at 1:22 AM, Pradnya Pathak wrote: Hello All, Does anyone has idea about if the 'zoom factor' style is inherited from parent of a node? can a node have different zoom factor than its parent? It can yes. zoom is multiplicative so if a parent has a zoom of 2 and a child

Re: [webkit-dev] Zoom functionality

2008-10-07 Thread Pradnya Pathak
Hello, Thanks for the reply. The current zoom functionality in webkit, applies the zoom factor to the entire page. I want to zoom in only a selected node and not the entire page. For this I've modified the Document::recalcStyle() function. The original function calls Element::recalStyle for the

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 means

[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

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.

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,

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*

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

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

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

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 wrote: