Re: [webkit-dev] Metric unit measurements and on screen display

2008-06-24 Thread Andre-John Mas
On 24-Jun-08, at 10:04 , Andre-John Mas wrote:

> Hi,
>
> Because of the move to resolution independence on the Mac, I decided
> to see what would happen if I indicated a table using centimeters.
> What I found is that what was indicated was not what was displayed.
> The computer being used for this test is MacBook Pro (Core Duo), with
> the built in screen and using native resolution.
>
> A test case is added at the end of the file. In the test case the
> table is specified to be 6cm wide, but is in reality 5.1cm wide. Is
> there something I am missing here, or is this something that should be
> flagged as a bug? What should the expectations be?

Looking through bugzilla I see there is already an open bug on the  
issue:

https://bugs.webkit.org/show_bug.cgi?id=11644

I have added my 5c and what I see from reading the CSS specification.

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


Re: [webkit-dev] Failure to compile GTK version on SVN-r34759

2008-06-24 Thread David Kilzer
Sounds like you may need to update your repository.  I think Item 1 was fixed 
by a combination of these commits:

http://trac.webkit.org/changeset/34761
http://trac.webkit.org/changeset/34744
http://trac.webkit.org/changeset/34743

Regarding Item 2, JavaScriptCore/kjs/function.h was renamed to 
JavaScriptCore/kjs/JSFunction.h here:

http://trac.webkit.org/changeset/34581

Dave


On Tue, 6/24/08, zengweihong <[EMAIL PROTECTED]> wrote:

> 1.I can't find the file -
> WebCore/xml/XMLHttpRequestProgressEvent.cpp
> 
> 2.need include the header file : JSFuction.h  for
> kjs/PropertySlot.cpp: 47 
> 
>  JSValue* result =
> static_cast(slot.m_data.getterFunc)->call(exec,
> slot.slotBase(), exec->emptyList());
> _
> Windows Live Photo gallery
> 数码相机的超级伴侣,轻松管理和编辑照片,还能制作全景美图!
> http://get.live.cn/product/photo.html
> ___
> 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] Link Error : LNK1106( Win32/Release)

2008-06-24 Thread Adam Roben


On Jun 24, 2008, at 5:26 AM, William Seo wrote:


Hi all.
I am trying to build webkit in release mode and get an error like  
following.
I used Visual studio 2005 and also installed service pack(VS80sp1- 
KB926601-X86-ENU.exe)
I was able to build in debug mode(win32/debug), but wasn’t in  
release mode(win32/release)

Is there anybody can give me some clue? Please help me.


7>Performing Pre-Link Event...
7>on if not exist "e:\WebKit\WebKitBuild\public\sym" mkdir "e:\WebKit 
\WebKitBuil

d\public\sym"
7>Creating library...
7>e:\WebKit\WebKitBuild\lib\WebCore.lib : fatal error LNK1106:  
invalid file or d

isk full: cannot seek to 0x2FB26EFA
7>Project : warning PRJ0018 : The following environment variables  
were not found

:
7>$(PRODUCTION)
7>$(AnalyzeWithLargeStack)
7>Build log was saved at "file://e:\WebKit\WebKitBuild\obj\WebCore 
\Release\BuildLog.htm"

7>WebCore - 1 error(s), 214 warning(s)


This is a problem many people are seeing. It seems to only affect  
Windows XP (Vista machines can build just fine). We don't yet have a  
solution. I've filed a bug about it () if you want to track our progress fixing it.


-Adam

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


[webkit-dev] Metric unit measurements and on screen display

2008-06-24 Thread Andre-John Mas
Hi,

Because of the move to resolution independence on the Mac, I decided  
to see what would happen if I indicated a table using centimeters.  
What I found is that what was indicated was not what was displayed.  
The computer being used for this test is MacBook Pro (Core Duo), with  
the built in screen and using native resolution.

A test case is added at the end of the file. In the test case the  
table is specified to be 6cm wide, but is in reality 5.1cm wide. Is  
there something I am missing here, or is this something that should be  
flagged as a bug? What should the expectations be?

BTW I decided to compare this with Firefox 3 and Opera 9.5 and the  
results are not consistent:

   Opera 9.5 results in 6.9 cm
   Firefox 3 results in 6.9 cm

Andre

Test case:

http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>

http://www.w3.org/1999/xhtml"; xml:lang="en" >


   




 RPMSpeedThrust
 8000151.52227.682
 8100153.414233.409
 8200155.308239.208
 8300157.202245.078





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


[webkit-dev] Failure to compile GTK version on SVN-r34759

2008-06-24 Thread zengweihong

1.I can't find the file - WebCore/xml/XMLHttpRequestProgressEvent.cpp

2.need include the header file : JSFuction.h  for kjs/PropertySlot.cpp: 47 

 JSValue* result =
static_cast(slot.m_data.getterFunc)->call(exec,
slot.slotBase(), exec->emptyList());
_
Windows Live Photo gallery 数码相机的超级伴侣,轻松管理和编辑照片,还能制作全景美图!
http://get.live.cn/product/photo.html
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Link Error : LNK1106( Win32/Release)

2008-06-24 Thread William Seo
Hi all.

I am trying to build webkit in release mode and get an error like
following.

I used Visual studio 2005 and also installed service
pack(VS80sp1-KB926601-X86-ENU.exe)

I was able to build in debug mode(win32/debug), but wasn't in release
mode(win32/release)

Is there anybody can give me some clue? Please help me.

 

 

7>Performing Pre-Link Event...

7>on if not exist "e:\WebKit\WebKitBuild\public\sym" mkdir
"e:\WebKit\WebKitBuil

d\public\sym"

7>Creating library...

7>e:\WebKit\WebKitBuild\lib\WebCore.lib : fatal error LNK1106: invalid
file or d

isk full: cannot seek to 0x2FB26EFA

7>Project : warning PRJ0018 : The following environment variables were
not found

:

7>$(PRODUCTION)

7>$(AnalyzeWithLargeStack)

7>Build log was saved at
"file://e:\WebKit\WebKitBuild\obj\WebCore\Release\BuildLog.htm"

7>WebCore - 1 error(s), 214 warning(s)

 

Thanks.

William.

 

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