[webkit-dev] System requirements for absolute minimum webkit

2007-07-17 Thread Johann Wilfling
Hello forum,

 I work with small (linux) devices and want to know if it is possible to use 
webkit at it's absolute minimum functionality (just the HTML render engine and 
Javascript, but without additional functionality like SVG ..) to reduce hard 
disk and main memory usage as much as possible.

 Is there a estimation what those minimal system requirements are (e.g. 
Konqueror embedded with statical linked qt2 library needs about 6mb on disk 
space)? 

 Does anyone know which UI-toolkit has the smallest disk space footprint and 
can be used with webkit (e.g. is a port to/with gtk-1, fltk .. anywhere 
available)?

 Any pointers to this topic would be appreciated ..

Kind regards.
-- 
GMX FreeMail: 1 GB Postfach, 5 E-Mail-Adressen, 10 Free SMS.
Alle Infos und kostenlose Anmeldung: http://www.gmx.net/de/go/freemail
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] System requirements for absolute minimum webkit

2007-07-17 Thread Holger Freyther


Am 17.07.2007 um 12:47 schrieb Johann Wilfling:

 Does anyone know which UI-toolkit has the smallest disk space  
footprint and can be used with webkit (e.g. is a port to/with  
gtk-1, fltk .. anywhere available)?


Statically link with (a feature reduced) QtopiaCore? It should be  
easy to throw out dependencies on libxml, sqlite3 but I can't predict  
the size of the resulting binary.



z.


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


Re: [webkit-dev] Issue retrieving SourceCode: SC containing Trojan horses?!?

2007-07-17 Thread Maciej Stachowiak


On Jul 17, 2007, at 9:49 AM, Paul Bakker wrote:


Hi,

Trying to download and install WebKit, following the instructions at http://webkit.org/building/tools.html 
, but am running into the following:


First I downloaded the tar file with sourcecode, but unzipping it  
gave errors in my McAffee (up to date0 firewall software.


Then I tried through “svn checkout http://svn.webkit.org/repository/webkit/trunk 
 WebKit” in Cygwin. it goes for quite a while and then the same error.


Cygwin fails with the following message:
AWebKit/LayoutTests/fast/encoding/noscript-in-head-expected.txt
AWebKit/LayoutTests/fast/encoding/denormalised-voiced-japanese- 
chars-expected.png
svn: Can't open file 'WebKit/LayoutTests/fast/encoding/.svn/tmp/text- 
base/utf-32-big-endian-nobom.xml.svn-base': No such file or directory


In my firewall software, I see this file is removed due to a “  
Exploit-ObscuredHtml (Trojan). Following a link in the FW software,  
I get this: http://us.mcafee.com/virusInfo/default.asp?id=descriptionvirus_k=131453


So, are there actually Trojan horses within the sourcecode files?!?!  
Of is my FW software complaining about nothing and should I just  
disable the FW temporarily?


No, there aren't trojans in the source code. But some of our test  
files do unusual things on purpose to test behavior in edge cases, and  
it sounds like your firewall software is unhappy about that.


Regards,
Maciej

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


Re: [webkit-dev] detect virus while download webkit source code

2007-07-17 Thread Geoffrey Garen
I believe that testcase tests for a security problem that can result  
from NULL characters. And it looks like your anti-virus software  
detected the same problem.


Geoff

On Jul 17, 2007, at 10:53 AM, Yuehfu Shih wrote:


Hi,
   I am new to Webkit. I am downloading WebKit source code using  
subvsion. My antivirus software detects virus while downloading the  
source code.



VirusScan Enterprise 8.0.0 Virus Definitions: 5075
Virus type: Trojan
decoder-allow-null-chars.html.svn-basein folder  
Webkit\LayoutTests\fast\encoding\.svn\tmp\text-base



I also attached screenshot.


Thanks
Yueh

PC Magazine’s 2007 editors’ choice for best web mail—award-winning  
Windows Live Hotmail. Check it out!  
___

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


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


RE: [webkit-dev] Issue retrieving SourceCode: SC containing Trojan horses?!?

2007-07-17 Thread Paul Bakker
Ok, tnx for all the responses.

 

Turned of the FireWaall and finally got going :-) 

 

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