Re: [webkit-dev] Please help!

2009-02-25 Thread Nilesh Patil
Hi As far as our experience on building Webkit on windows goes, most of problems occur due to not having build environment properly set up. Specially if cygwin is not installed properly or even any of cygwin packages are missing , its for sure that you are getting into these kind of problems Th

Re: [webkit-dev] Please help!

2009-02-25 Thread Brent Fulgham
Byron, Your build is most likely failing earlier. Please look at the build results for the JavaScriptCore, JavaScriptCoreGenerated, and WebCoreGenerated projects and let us know what errors you are getting. -Brent On Feb 25, 2009, at 6:51 PM, bryon smith wrote: Some body please help me.

[webkit-dev] Please help!

2009-02-25 Thread bryon smith
Some body please help me.   I have tryed abd tryed for weeks, day after day in front of this pc.   I cant get it to build, and I did everything.       "Please ensure you have run webkit/webkittools/scripts/update-webkit"   I did, over and over!   "You can view build errors by checking the BuildLog.

Re: [webkit-dev] about parse javascript function

2009-02-25 Thread Geoffrey Garen
I would like to know how to parse the js code through the function of webkit. Could you tell me the main functions and the files? JavaScriptCore/parser/Lexer.h JavaScriptCore/parser/Lexer.cpp JavaScriptCore/parser/Parser.h JavaScriptCore/parser/Parser.cpp Cheers, Geoff _

[webkit-dev] about parse javascript function

2009-02-25 Thread zhenghe zhang
Hi all I am learning the kjs of webkit, now I encounter some questions, could you help me? As followed: If I define a js function, for example: Function fun() { Var a = 5; Var b = 6; Var c = a+b; } I would like to know how to parse the js code through the fu

[webkit-dev] RenderObject ASSERT

2009-02-25 Thread Patrick Hanna
I suspect that I am hitting this assert due to local changes but I can't seem to figure out how to fix it. The assert I am hitting is in RenderObject's destructor: ASSERT(!node() || documentBeingDestroyed() || !document()->frame()- >view() || document()->frame()->view()->layoutRoot() != this

Re: [webkit-dev] Differences between Nitro and Squirrelfish.

2009-02-25 Thread Mark Rowe
On 2009-02-25, at 12:58, ying lcs wrote: Hi, Safari 4 beta has a new JS Engine called 'Nitro'. And Webkit has a new JS Engine called 'Squirrelfish'. Can you please tell me what are the differences between the 2? If Safari is based on Webkit, does it swap it own JS engine? Nitro is Apple's m

[webkit-dev] Differences between Nitro and Squirrelfish.

2009-02-25 Thread ying lcs
Hi, Safari 4 beta has a new JS Engine called 'Nitro'. And Webkit has a new JS Engine called 'Squirrelfish'. Can you please tell me what are the differences between the 2? If Safari is based on Webkit, does it swap it own JS engine? Thank you. ___ webki

Re: [webkit-dev] Questions about expected test results

2009-02-25 Thread Adam Treat
On Wednesday 25 February 2009 3:12:14 pm Sami Kukkonen wrote: > OK, thanks. I'll ignore the failures for now and I can also use GTK as > my reference build since it seems to pass almost all of the layout > tests. Actually the Qt port passes more tests right now (not by much) than the GTK port. B

Re: [webkit-dev] Questions about expected test results

2009-02-25 Thread Sami Kukkonen
OK, thanks. I'll ignore the failures for now and I can also use GTK as my reference build since it seems to pass almost all of the layout tests. If I actually end up working on a new port then I wouldn't mind working on the test infrastructure if it needs help. My motto is "If it's not tested, it

Re: [webkit-dev] Questions about expected test results

2009-02-25 Thread Adam Treat
On Wednesday 25 February 2009 1:41:50 pm Sami Kukkonen wrote: > Being new to WebKit this is confusing so I have a couple of questions: > > 1.Why doesn't trunk-qt-linux-release run layout tests? Is it known > and expected that hundreds of them will fail? The buildbot for the QtWebKit port does

[webkit-dev] Questions about expected test results

2009-02-25 Thread Sami Kukkonen
I'm interested in exploring what it would take to produce a new linux port to something other than Qt or GTK. As a starting point I wanted to check out a reasonably stable revision to start my exploration. Buildbot trunk-qt-linux-release build #13700 was all green so I checked out revision 4121

Re: [webkit-dev] command line JSC vs. JSC in libQtWebKit

2009-02-25 Thread Maciej Stachowiak
On Feb 25, 2009, at 3:55 AM, Osztrogonac Csaba wrote: Hi all, We are working on speedup jsc, and found a strange thing. Command line JSC and JSC in libQtWebkit build with different gcc options: - jsc.pro build command line jsc with: -O3 - WebCore.pro build libQtWebKit with: -O2 -fPIC -fno-stri

[webkit-dev] ActionScript

2009-02-25 Thread thouraya andolsi
Hi, Does WebKit supports ActionScript? Best regards. Thouraya. ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

[webkit-dev] Build machine environment variables may not be correct

2009-02-25 Thread bryon smith
I get this,   Build machine environment variables may not be correct. Creating temporary file "C:\cygwin\home\showplace\WebKit\WebKitBuild\obj\WebKit\Release\BAT0B47763924.bat" with contents [ @echo off set PATH=%SystemDrive%\cygwin\bin;%PATH% if exist "C:\cygwin\home\showplace\WebKit\WebKi

[webkit-dev] QT WebKit running Slowly

2009-02-25 Thread Darryn
Hi, I have QTWebKit 4.5 running on a Windows Mobile device displaying a webpage using CSS transforms but the display of animations is agonisingly slow compared to how these transforms appear in (say) google chrome. Using CE Spy it appears the animations are being controlled by WM_TIMER messages

Re: [webkit-dev] nested scopes

2009-02-25 Thread Henrique Bastos
On 24/02/2009, at 14:33, Darin Adler wrote: On Feb 24, 2009, at 5:18 AM, Raj Kiran Talusani wrote: I am developing a wrapper API on top of JavaScriptCore for integration with my application. Here is an overview of my API. In my application scripts are executed and variables are defined in

[webkit-dev] command line JSC vs. JSC in libQtWebKit

2009-02-25 Thread Osztrogonac Csaba
Hi all, We are working on speedup jsc, and found a strange thing. Command line JSC and JSC in libQtWebkit build with different gcc options: - jsc.pro build command line jsc with: -O3 - WebCore.pro build libQtWebKit with: -O2 -fPIC -fno-strict-aliasing (The latter is slower by 12%.) If you implem

Re: [webkit-dev] WM_PRINTCLIENT and when to send it

2009-02-25 Thread Frank Thomsen
Unfortunately no. That method is only called when I send a WM_PRINTCLIENT to the webkit window. I need to know when something on the UI has changed (for example a flash animation) so that I can tell webkit when to render instead of constantly hogging the CPU. I hope I am making sense here :) R

Re: [webkit-dev] How to build a webkit release build

2009-02-25 Thread David Kilzer
You need to check out "trunk" from Subversion first (to get all of the "other" files): $ svn co http://svn.webkit.org/repository/webkit/trunk WebKit Then update each of the JavaScriptCore, WebCore, and WebKit subdirectories to the Subversion branch you're interested in: $ cd WebKit/JavaScriptC

Re: [webkit-dev] Build error

2009-02-25 Thread David Kilzer
In this case, would mean one of: "JavaScriptCore", "WebCore" or "WebKit". And would mean one of: "Release" or "Debug". Dave From: bryon smith To: webkit-dev@lists.webkit.org Sent: Tuesday, February 24, 2009 11:34:40 PM Subject: [webkit-dev] Build error