Re: [webkit-dev] window.location

2008-11-08 Thread Alexey Proskuryakov
on 08.11.2008 07:53, Bin Hu at [EMAIL PROTECTED] wrote:

 I got some problems with window.location in Safari. A JS function like
 window.location='someURL' just does not work and Safari will reload
 the page. Is there any solution for this? Thanks. Similar behavior is
 found in Opera.

Please file a bug at http://bugs.webkit.org. We'll need a test case, because
this usually works, so a short description is not sufficient for
investigation.

- WBR, Alexey Proskuryakov.


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Can anyone help me for this error

2008-11-08 Thread Mital Vora
I downloaded the QuickTime SDK and installed it. Now the below compile
errors are gone.
I am not sure why I need QuickTime even if I dont need it. There should be
an option by which I can disable the QuickTime support completely.
Still There are some build Errors Like
cannot Include file CSSValueKeywords.h: No such file or directory.




On Sat, Nov 8, 2008 at 5:20 PM, Mital Vora [EMAIL PROTECTED] wrote:

 I am building WebKit windows port in --cairo-win32 port.
 I am getting the below error.
 can anyone help me how to solve this.



 2-- Build started: Project: WebCoreGenerated, Configuration: Release
 Win32 --
 2Performing Makefile project actions
 2Can't locate Win32API/Registry.pm in @INC (@INC contains:
 /usr/lib/perl5/5.10/i686-cygwin /usr/lib/perl5/5.10
 /usr/lib/perl5/site_perl/5.10/i686-cygwin /usr/lib/perl5/site_perl/5.10
 /usr/lib/perl5/vendor_perl/5.10/i686-cygwin /usr/lib/perl5/vendor_perl/5.10
 /usr/lib/perl5/vendor_perl/5.10 /usr/lib/perl5/site_perl/5.8
 /usr/lib/perl5/vendor_perl/5.8 .) at ../../WebKitTools/Scripts/num-cpus line
 6.
 2BEGIN failed--compilation aborted at ../../WebKitTools/Scripts/num-cpus
 line 6.
 2# Lower case all the values, as CSS values are case-insensitive
 2flex -t
 /cygdrive/c/DOCUME~1/mital.v/MYDOCU~1/MITALP~1/Webkit/WebKit/WebCore/css/tokenizer.flex
 | perl
 /cygdrive/c/DOCUME~1/mital.v/MYDOCU~1/MITALP~1/Webkit/WebKit/WebCore/css/maketokenizer
  tokenizer.cpp
 2perl -ne 'print lc'
 /cygdrive/c/DOCUME~1/mital.v/MYDOCU~1/MITALP~1/Webkit/WebKit/WebCore/css/CSSValueKeywords.in
 /cygdrive/c/DOCUME~1/mital.v/MYDOCU~1/MITALP~1/Webkit/WebKit/WebCore/css/SVGCSSValueKeywords.in
  CSSValueKeywords.in
 2if sort CSSValueKeywords.in | uniq -d | grep -E '^[^#]'; then echo
 'Duplicate value!'; exit 1; fi
 2Duplicate value!
 2make: *** [CSSValueKeywords.h] Error 1
 2make: *** Waiting for unfinished jobs
 2Can't locate Win32API/Registry.pm in @INC (@INC contains:
 /usr/lib/perl5/5.10/i686-cygwin /usr/lib/perl5/5.10
 /usr/lib/perl5/site_perl/5.10/i686-cygwin /usr/lib/perl5/site_perl/5.10
 /usr/lib/perl5/vendor_perl/5.10/i686-cygwin /usr/lib/perl5/vendor_perl/5.10
 /usr/lib/perl5/vendor_perl/5.10 /usr/lib/perl5/site_perl/5.8
 /usr/lib/perl5/vendor_perl/5.8 .) at ../../WebKitTools/Scripts/num-cpus line
 6.
 2BEGIN failed--compilation aborted at ../../WebKitTools/Scripts/num-cpus
 line 6.
 2make: Nothing to be done for `all'.
 2Build log was saved at file://C:\Documents and Settings\mital.v\My
 Documents\Mital
 Projects\Webkit\WebKit\WebKitBuild\obj\WebCoreGenerated\Release\BuildLog.htm
 2WebCoreGenerated - 0 error(s), 0 warning(s)
 3-- Build started: Project: QTMovieWin, Configuration: Release Win32
 --
 3Performing Pre-Build Event...
 3Compiling...
 3QTMovieWin.cpp
 3..\platform\graphics\win\QTMovieWin.cpp(32) : fatal error C1083: Cannot
 open include file: 'Movies.h': No such file or directory
 3Project : warning PRJ0018 : The following environment variables were not
 found:
 3$(PRODUCTION)
 3Build log was saved at file://C:\Documents and Settings\mital.v\My
 Documents\Mital
 Projects\Webkit\WebKit\WebKitBuild\obj\QTMovieWin\Release\BuildLog.htm
 3QTMovieWin - 1 error(s), 0 warning(s)

 --
 Regeards,

 Mital Vora.




-- 
Regeards,

Mital Vora.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] WebKit OS communication

2008-11-08 Thread Iulian

I'm using WebKit with GTK over DirectFB in Linux.
I want to know if its possible to call functions from a dynamic library or
to launch an application.
How can i do this?
-- 
View this message in context: 
http://www.nabble.com/WebKit-OS-communication-tp20382139p20382139.html
Sent from the Webkit mailing list archive at Nabble.com.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] how to have multiple Javascript engines inside Webkit?

2008-11-08 Thread haithem rahmani
Hi all,

I would like, for benchmarking purposes, to have different Javascript
engines inside Webkit and to have a runtime option to enable/disable them.

But I don't know where to modify exactly in ordrer to plug the  new
javaScript engine (google V8 for example), and where to add the runtime
option.
can anyone help me please ?

regards.

haithem
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] how to have multiple Javascript engines inside Webkit?

2008-11-08 Thread Mike Belshe
Hi, Haithem,
Both JSC and V8 running through the chromium tree, so you could try that.
 If you run the test_shell, its pretty much just a shell for driving the
webkit engine, and it works with both JS engines.
You can find more information here for how to build it:
http://dev.chromium.org/developers/how-tos/getting-around-the-chrome-source-code

Basically there are two visual studio projects; one builds JSC (chrome_kjs)
and the other is just chrome.

If you have any trouble, drop me an email.

Mike


On Sat, Nov 8, 2008 at 2:00 PM, Darin Adler [EMAIL PROTECTED] wrote:

 On Nov 8, 2008, at 12:44 PM, haithem rahmani wrote:

  I would like, for benchmarking purposes, to have different Javascript
 engines inside Webkit and to have a runtime option to enable/disable them.


 That's not supported; it would be very difficult to do so efficiently and
 no one has even tried to do this.

-- Darin

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev