[webkit-help] is there any Javascript Core introduction?

2010-07-29 Thread Eric Zhou
Hi all,

Is there any documents explaining how javascript executed in webkit?

Many many thanks!
___
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help


[webkit-help] FTPS support: QtWebkit

2010-07-29 Thread Vinay Verma
Hi,

I am working on a browser development using qtwebkit and need to have FTPS
support in it.

Could anyone provide some information on how to add FTPS support in
qtwebkit? Or if anyone have already worked on adding FTPS support to
qtwebkit. Any pointers would be of great help.

Thanks!

Regards,
Vinay
___
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help


Re: [webkit-help] FTPS support: QtWebkit

2010-07-29 Thread Vinay Verma
Can I do something like modifying the QFtp code by using
socket-connectToHostEncrypted(host, port)instead of
socket-connectToHost(host, port);?

Any suggestions?

Regards,
Vinay

On Thu, Jul 29, 2010 at 4:38 PM, Vinay Verma vinayve...@gmail.com wrote:

 Hi,

 I am working on a browser development using qtwebkit and need to have FTPS
 support in it.

 Could anyone provide some information on how to add FTPS support in
 qtwebkit? Or if anyone have already worked on adding FTPS support to
 qtwebkit. Any pointers would be of great help.

 Thanks!

 Regards,
 Vinay

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


[webkit-help] Windows build errors (CFLite_debug.lib not found and more)

2010-07-29 Thread Hochmuth, Roland M
Hi Alex, I tried your suggestion below regarding downloading the 
requirements.zip file. That got be a bit further. Thanks! Unfortunately, I'm 
still not completely up and running, but some projects are building.

There were several Resource files, such as JavaScriptCore.rx, WebKit2.rc, 
WebProcess.rc that I needed to modify. Several strings, such as  
__VERSION_MAJOR__, that were used to define other values were not defined. I 
ended up hard-coding for FILE_VERSION, PRODUCTVERSION.

Several files required cairo.h which was in requirements/include/cario. I 
added this directory in addition to the include path requirements/include 
that you mentioned below.

In WinLauncher I needed to change a compiler option from treat compiler warning 
as errors to treat as warning.

Right now everything in JavaScriptCore is building.

I'm still running into problems with a bunch of projects. For example, in 
WebCore Folder QTMovieWin fails with

-- Build started: Project: QTMovieWin, Configuration: Debug Win32 --
Performing Pre-Build Event...
/usr/bin/bash
cygwin warning:
  MS-DOS style path detected: 
C:\cygwin\home\Administrator\WebKit\WebKitBuild\buildfailed
  Preferred POSIX equivalent is: 
/home/Administrator/WebKit/WebKitBuild/buildfailed
  CYGWIN environment variable option nodosfilewarning turns off this warning.
  Consult the user's guide for more details about POSIX paths:
http://cygwin.com/cygwin-ug-net/using.html#using-pathnames
Project : error PRJ0002 : Error result 1 returned from 
'C:\WINDOWS\system32\cmd.exe'.
Build log was saved at 
file://C:\cygwin\home\Administrator\WebKit\WebKitBuild\obj\QTMovieWin\Debug\BuildLog.htm
QTMovieWin - 1 error(s), 0 warning(s)
== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==

WebCore and WebKit built. However, WebKit2Generated and WebCoreGenerated 
failed. There are also some files in WebKitTools that are failing with the same 
error as above. I did not run dos2unix on any files as the error above doesn't 
seem to match what was described on the webkit WEB pages.

It seems like I'm still missing a step in the configuration to get everything 
built. If you or anyone has any additional suggestions that would be great.

Regards --Roland


Alexander Shulgin alexander.shulgin at yessoftware.com 
mailto:webkit-help%40lists.webkit.org?Subject=Re%3A%20%5Bwebkit-help%5D%20Windows%20build%20errors%20%28CFLite_debug.lib%20not%20found%0A%20and%09more%29In-Reply-To=%3C4C503D99.2060600%40yessoftware.com%3E
Wed Jul 28 07:24:25 PDT 2010

 *   Previous message: [webkit-help] Windows build errors (CFLite_debug.lib not 
found and more) 
https://lists.webkit.org/pipermail/webkit-help/2010-July/001374.html
 *   Next message: [webkit-help] is there any Javascript Core introduction? 
https://lists.webkit.org/pipermail/webkit-help/2010-July/001376.html
 *   Messages sorted by: [ date 
]https://lists.webkit.org/pipermail/webkit-help/2010-July/date.html#1375 [ 
thread 
]https://lists.webkit.org/pipermail/webkit-help/2010-July/thread.html#1375 [ 
subject 
]https://lists.webkit.org/pipermail/webkit-help/2010-July/subject.html#1375 [ 
author 
]https://lists.webkit.org/pipermail/webkit-help/2010-July/author.html#1375


On 28.07.2010 17:09, Hochmuth, Roland M wrote:
 Hi, I'm trying to build webkit (cairo build with -debug and -cairo-win32
 options) on Windows XP and running into these errors.

 -- Build started: Project: JavaScriptCore, Configuration:
 Debug_CFLite Win32 --

 Performing Pre-Build Event...

 /usr/bin/bash

 Performing Pre-Link Event...

 1 file(s) copied.

 1 file(s) copied.

 Linking...

 LINK : fatal error LNK1104: cannot open file 'CFLite_debug.lib'

Check if you have CFLite_debug.lib in WebKitLibraries\win\lib.  If it's
not there, get requirements.zip from this page:
http://trac.webkit.org/wiki/BuildingCairoOnWindows and unpack it
accordingly.

Direct link: http://idisk.mac.com/bfulgham-Public/requirements.zip

--
Alex

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


Re: [webkit-help] FTPS support: QtWebkit

2010-07-29 Thread Ariya Hidayat
This needs to be handled at Qt Network Access Manager level. Note that
QtWebKit does not use the deprecated QFtp module. See e.g.
http://doc.trolltech.com/4.6/qnetworkaccessmanager.html for details.




-- 
Ariya Hidayat
http://www.linkedin.com/in/ariyahidayat
___
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help


[webkit-help] (no subject)

2010-07-29 Thread Vijay Yadav
Hi,
I am really new to the webkit community.I want to understand the architecture 
of webkit and how the entire functioning takes place.
Can someone provide me help me in that.
Looking for help.

Regards,

Vijay Yadav
AgreeYa Solutions
+91-120-4394400 EXT : 475  Direct
+919540226759  Cell
+91-120-439  Fax
vijay.ya...@agreeya.commailto:vijay.ya...@agreeya.com

[cid:image001.jpg@01CB2FCA.32D48980]
A CMMI Level 5 Company

B-38 C/2, Sector-57, Gautam Budh Nagar, Noida - 201 301
www.agreeya.comhttp://www.agreeya.com/

Global Headquarters: 110 Woodmere Road, Folsom, CA 95630, USA




CONFIDENTIALITY: The information contained in this message and any attachment 
may be proprietary, confidential, and privileged or subject to the work product 
doctrine and thus protected from disclosure. If the reader of this message is 
not the intended recipient, or an employee or agent responsible for delivering 
this message to the intended recipient, you are hereby notified that any 
dissemination, distribution or copying of this communication is strictly 
prohibited. If you have received this communication in error, please notify me 
immediately by replying to this message and deleting it and all copies and 
backups thereof. Thank you.

DISCLAIMER: This message (including attachment if any) is confidential and may 
be privileged. Before opening attachments please check them for viruses and 
defects. AgreeYa Solutions will not be responsible for any viruses or defects 
or any forwarded attachments emanating either from within AgreeYa or outside. 
Any unauthorized use or dissemination of this message in whole or in part is 
strictly prohibited. Please note that e-mails are susceptible to change and 
AgreeYa shall not be liable for any improper, untimely or incomplete 
transmission. We respect your on-line privacy. This is not an unsolicited mail. 
Under Bill 1618 Title III passed by the 105th US Congress this mail cannot be 
considered Spam as long as we include contact information and a method to be 
removed from our mailing list. If you have received this message by mistake or 
are not interested in receiving our e-mails, please reply with a REMOVE in 
the subject line and delete this message from your system. We are sorry for the 
inconvenience caused to you.
inline: image001.jpg___
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help


[webkit-help] Couldn't unzip WebKitSupportLibrary.zip. at WebKitTools/Scripts/update-webkit-support-libs line 79

2010-07-29 Thread Umesh
Hi,

I am trying to build the webkit code on my machine and getting the
error *Couldn't
unzip WebKitSupportLibrary.zip. at
WebKitTools/Scripts/update-webkit-support-libs line 79 *

I have followed all the steps given for getting source code and building.
WebKit directory under my home folder contains the WebKitSupportLibrary.zip.
I aslo tried unzipping the file using the commnad in the script file it
unzipped successfully.

Please help me.
___
webkit-help mailing list
webkit-help@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help