Re: [webkit-dev] Which is the main of the Webkit/Webkit project

2009-02-21 Thread Bo Yang
see WebKitTools/WebKitLauncher/main.m ...

On Sat, Feb 21, 2009 at 3:30 PM, ying lcs ying...@gmail.com wrote:

 Hi,

 Can you please tell me where is the 'main' for the Webkit/Webkit
 project on Mac OS?

 i tried 'cd to Webkit/Webkit/mac' and did a grep, but I did not find
 the 'main' for the browser.

 Thank you for any pointers.
 ___
 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


Re: [webkit-dev] Which is the main of the Webkit/Webkit project

2009-02-21 Thread Mark Rowe


On 2009-02-20, at 23:30, ying lcs wrote:


Hi,

Can you please tell me where is the 'main' for the Webkit/Webkit
project on Mac OS?

i tried 'cd to Webkit/Webkit/mac' and did a grep, but I did not find
the 'main' for the browser.


WebKit is a framework that can be used to build a browser application,  
it is not a browser application itself.  As such there is no main  
function.


What is it that you're trying to do?

- Mark



smime.p7s
Description: S/MIME cryptographic signature
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Cryptographic Tokens

2009-02-21 Thread pau carre
Hello, according to the European Law, which affects to all countries
in European Union, citizens must be able to perform procedures with
public administration using the Web.
In Europe, the Administration is much more important than in America
or any other non social (not socialist) political systems.
The most spreaded system to identity citizens available is the use of
Cryptographic Tokens.
With Internet Explorer those tokens can be embedded using a secure
Active X component based on Crypto API. Firefox has a great
integration with the standard PKCS and has some custom Javascript
functions to sign content.
Another option is to use a Java Applet. This is not the best option
because most users have not the computing knowledge to install
properly a JRE, even when this installation is done automatically.
Moreover, when users have a Java desktop application, most of times
the new JRE makes that software unusable. Finally, when the JRE uses
PKCS it must open a system library so there is an important security
concern.
As Public Administration we should give the chance to the citizen to
use the preferred browser and operating system. The problem we
(Balearic Islands Government) face is that it is not possible for as
to add Cryptographic Token signature capabilities to authenticate our
citizens without using Java.
We would like Apple, Google and other companies that use WebKit to add
Javascript functions to use Cryptographic Tokens in Macintosh, Windows
and hopefully, Linux.

From our point of view the usage of Cryptographic tokens will be
widely used by most of social (the opposite of individualist, not
capitalist) countries.

Hope you add this enhancement so as we could allow Mac, Safari and
Chrome users to our services without the usage of Java

Yours faithfully,
Pau Carré Cardona
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Webkit Building errors in VC++2005

2009-02-21 Thread Saumya
Hi
I tried to build webkit in VC++ 2005.. I was about to solve the earlier
problem but now  when i debug an error says that 'Error1Error result
1 returned from 'C:\WINDOWS\system32\cmd.exe'. i have also edited the embed
manifest in the manifest tool in configuration properties in each project
to No but still the error is there...
build log is listed below...

Creating temporary file
C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\ImageDiff\Release\BAT7355205172.bat
with contents
[
@echo off

set PATH=%SystemDrive%\cygwin\bin;%PATH%

if exist C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed grep
XXImageDiffXX C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed

if errorlevel 1 exit 1

echo XXImageDiffXX  C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed



if errorlevel 1 goto VCReportError

goto VCEnd

:VCReportError

echo Project : error PRJ0019: A tool returned an error code from
Performing Pre-Build Event...

exit 1

:VCEnd
]
Creating command line
C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\ImageDiff\Release\BAT7355205172.bat



And there is another error saying ' C2370: 'CSSValue' : redefinition;
different storage class
C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\WebCore\DerivedSources\CSSValueKeywords.h
'

Please Help...
Regards,
saumya
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Webkit Building errors in VC++2005

2009-02-21 Thread Frank Thomsen
Hi

I ran into the exact same problem (amongst a lot of others); The guideline on 
webkit.org it far from helpful. So I dug through the net and found the 
following two pages. Hopefully they can be of some assistance. Pay close(!) 
attention to the first - a lot of good hints!

http://www.masonchang.com/2009/01/better-know-virtual-machine.html
http://lists.macosforge.org/pipermail/webkit-dev/2008-May.txt

Regards, Frank

From: webkit-dev-boun...@lists.webkit.org 
[mailto:webkit-dev-boun...@lists.webkit.org] On Behalf Of Saumya
Sent: 21. februar 2009 17:49
To: webkit-dev@lists.webkit.org
Subject: [webkit-dev] Webkit Building errors in VC++2005

Hi
I tried to build webkit in VC++ 2005.. I was about to solve the earlier problem 
but now  when i debug an error says that 'Error1Error result 1 returned 
from 'C:\WINDOWS\system32\cmd.exe'. i have also edited the embed manifest in 
the manifest tool in configuration properties in each project  to No but still 
the error is there...
build log is listed below...

Creating temporary file 
C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\ImageDiff\Release\BAT7355205172.bat
 with contents

[

@echo off



set PATH=%SystemDrive%\cygwin\bin;%PATH%






if exist C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed grep 
XXImageDiffXX C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed



if errorlevel 1 exit 1



echo XXImageDiffXX  C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed










if errorlevel 1 goto VCReportError



goto VCEnd



:VCReportError



echo Project : error PRJ0019: A tool returned an error code from Performing 
Pre-Build Event...



exit 1







:VCEnd

]

Creating command line 
C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\ImageDiff\Release\BAT7355205172.bat


And there is another error saying ' C2370: 'CSSValue' : redefinition; different 
storage class
C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\WebCore\DerivedSources\CSSValueKeywords.h
  '

Please Help...
Regards,
saumya
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Cryptographic Tokens

2009-02-21 Thread Mark Rowe


On 2009-02-21, at 07:58, pau carre wrote:


We would like Apple, Google and other companies that use WebKit to add
Javascript functions to use Cryptographic Tokens in Macintosh, Windows
and hopefully, Linux.


Please file an enhancement request at http://bugs.webkit.org/.

- Mark



smime.p7s
Description: S/MIME cryptographic signature
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] error: Cannot find icu-config. The ICU library is needed.

2009-02-21 Thread Iulian

WebKit has some dependecies.

If you are using Gnome, read this: http://trac.webkit.org/wiki/BuildingGtk
and keep in mind that Fedora packages ends with -devel and not with -dev

If you are using KDE and do you want to build WebKit on top of QT, that you
should read this:
http://trac.webkit.org/wiki/QtWebKit

Iulian


nguyen hai -cuncon wrote:
 
 Hi all,
 
 I build webkit on Fedora 9.
 I typed ./autogen.sh and I got a message:
 
 checking for icu-config... no
 configure: error: Cannot find icu-config. The ICU library is needed.
 [r...@localhost WebKit-r41018]# 
 
 I am looking this error on webkt.org but I have not found any answer.
 Can you help me to solve this error?
 Thanks in advance!
 Hai
 
 
 
   Hỗ trợ Tìm kiếm nay đã có trên Yahoo! Thanh công cụ. Tải ngay.
 http://vn.toolbar.yahoo.com/
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 

-- 
View this message in context: 
http://www.nabble.com/error%3A-Cannot-find-icu-config.-The-ICU-library-is-needed.-tp22032927p22139654.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


Re: [webkit-dev] Webkit Building errors in VC++2005

2009-02-21 Thread Mital Vora
hi,
It seems that u have not followed the instructions for building webkit in
Windows.
refer http://trac.webkit.org/wiki/BuildingOnWindows

also check weather u have all the required packages for cygwin are installed
properly. verify wiht the below list.
https://dev.mobileread.com/trac/webkitbrowser/browser/trunk/WebKit-r30377/WebKitTools/CygwinDownloader/cygwin-downloader.py?rev=3

Regeards,

Mital Vora.


On Sat, Feb 21, 2009 at 10:26 PM, Frank Thomsen f...@trifork.com wrote:

  Hi



 I ran into the exact same problem (amongst a lot of others); The guideline
 on webkit.org it far from helpful. So I dug through the net and found the
 following two pages. Hopefully they can be of some assistance. Pay close(!)
 attention to the first – a lot of good hints!



 http://www.masonchang.com/2009/01/better-know-virtual-machine.html

 http://lists.macosforge.org/pipermail/webkit-dev/2008-May.txt



 Regards, Frank



 *From:* webkit-dev-boun...@lists.webkit.org [mailto:
 webkit-dev-boun...@lists.webkit.org] *On Behalf Of *Saumya
 *Sent:* 21. februar 2009 17:49
 *To:* webkit-dev@lists.webkit.org
 *Subject:* [webkit-dev] Webkit Building errors in VC++2005



 Hi
 I tried to build webkit in VC++ 2005.. I was about to solve the earlier
 problem but now  when i debug an error says that 'Error1Error result
 1 returned from 'C:\WINDOWS\system32\cmd.exe'. i have also edited the embed
 manifest in the manifest tool in configuration properties in each project
 to No but still the error is there...
 build log is listed below...

 Creating temporary file 
 C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\ImageDiff\Release\BAT7355205172.bat
  with contents

 [

 @echo off


 set PATH=%SystemDrive%\cygwin\bin;%PATH%



 if exist C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed grep 
 XXImageDiffXX C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed


 if errorlevel 1 exit 1


 echo XXImageDiffXX  C:\cygwin\home\Saumya\webkit\WebKitBuild\buildfailed





 if errorlevel 1 goto VCReportError


 goto VCEnd


 :VCReportError


 echo Project : error PRJ0019: A tool returned an error code from Performing 
 Pre-Build Event...


 exit 1


 :VCEnd

 ]

 Creating command line 
 C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\ImageDiff\Release\BAT7355205172.bat



 And there is another error saying ' C2370: 'CSSValue' : redefinition;
 different storage class
 C:\cygwin\home\Saumya\webkit\WebKitBuild\obj\WebCore\DerivedSources\CSSValueKeywords.h
 '

 Please Help...
 Regards,
 saumya

 ___
 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


Re: [webkit-dev] Which is the main of the Webkit/Webkit project

2009-02-21 Thread ying lcs
Thanks. I am trying to learn Webkit code.
So I figure an easier way it to run in a debugger and set breakpoints
to trace the code.

Can anyone give me pointers/advice regarding how to do that?

Thank you.

On Sat, Feb 21, 2009 at 4:59 AM, Mark Rowe mr...@apple.com wrote:

 On 2009-02-20, at 23:30, ying lcs wrote:

 Hi,

 Can you please tell me where is the 'main' for the Webkit/Webkit
 project on Mac OS?

 i tried 'cd to Webkit/Webkit/mac' and did a grep, but I did not find
 the 'main' for the browser.

 WebKit is a framework that can be used to build a browser application, it is
 not a browser application itself.  As such there is no main function.

 What is it that you're trying to do?

 - Mark


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


Re: [webkit-dev] error: Cannot find icu-config. The ICU library is needed.

2009-02-21 Thread x yz
nguyen,
you need to install icu-devel, on FC9 you have icu already. I used to suggest 
you read the build guide that lists these dependencies.
joe


--- On Sun, 2/22/09, Iulian iliescu.iul...@gmail.com wrote:

 From: Iulian iliescu.iul...@gmail.com
 Subject: Re: [webkit-dev] error: Cannot find icu-config. The ICU library is 
 needed.
 To: webkit-dev@lists.webkit.org
 Date: Sunday, February 22, 2009, 3:32 AM
 WebKit has some dependecies.
 
 If you are using Gnome, read this:
 http://trac.webkit.org/wiki/BuildingGtk
 and keep in mind that Fedora packages ends with -devel and
 not with -dev
 
 If you are using KDE and do you want to build WebKit on top
 of QT, that you
 should read this:
 http://trac.webkit.org/wiki/QtWebKit
 
 Iulian
 
 
 nguyen hai -cuncon wrote:
  
  Hi all,
  
  I build webkit on Fedora 9.
  I typed ./autogen.sh and I got a message:
  
  checking for icu-config... no
  configure: error: Cannot find icu-config. The ICU
 library is needed.
  [r...@localhost WebKit-r41018]# 
  
  I am looking this error on webkt.org but I have not
 found any answer.
  Can you help me to solve this error?
  Thanks in advance!
  Hai
  
  
  
Hỗ trợ Tìm kiếm nay đã có trên Yahoo!
 Thanh công cụ. Tải ngay.
  http://vn.toolbar.yahoo.com/
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
 
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
  
  
 
 -- 
 View this message in context:
 http://www.nabble.com/error%3A-Cannot-find-icu-config.-The-ICU-library-is-needed.-tp22032927p22139654.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 mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev