[webkit-dev] Compatibility Hitlist

2008-03-11 Thread Martin Kerz

Hi,

some time ago I filed a bug concerning the compatibility hitlist ( http://webkit.org/projects/compat/hitlist.html 
 )


It's completely outdated. As I see it, it should either be removed,  
because people can get the impression that webkit does not render the  
listed pages properly, or be updated. In the latter case we would need  
some candidates for the list.


Here's the bug report: http://bugs.webkit.org/show_bug.cgi?id=17280

What do you think?

Cheers!

Martin

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] Inspector no longer shows elements properties

2008-03-11 Thread Max Barel
For some time now, I noticed that inspector no longer shows element  
properties. Neither standard DOM nor DOM0. Only methods and constants  
are shown.
I waited to see if a bug report arise. Now I wonder if I should report  
this or if I'm missing something obvious regarding properties.
 Max Barel
_
Développement web2, XHTML, CSS, PHP/MySQL, JavaScript, Ajax
http://ac-mb.info

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


Re: [webkit-dev] Compatibility Hitlist

2008-03-11 Thread Maciej Stachowiak

On Mar 11, 2008, at 4:22 AM, Martin Kerz wrote:

 Hi,

 some time ago I filed a bug concerning the compatibility hitlist ( 
 http://webkit.org/projects/compat/hitlist.html 
  )

 It's completely outdated. As I see it, it should either be removed,  
 because people can get the impression that webkit does not render  
 the listed pages properly, or be updated. In the latter case we  
 would need some candidates for the list.

 Here's the bug report: http://bugs.webkit.org/show_bug.cgi?id=17280

 What do you think?

I agree that it should be removed. It hasn't been maintained and never  
worked so well for focusing energy on fixing compatibility issues. A  
patch to remove it would be welcome.

  - Maciej

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


Re: [webkit-dev] Inspector no longer shows elements properties

2008-03-11 Thread Adam Roben
Max Barel wrote:
 For some time now, I noticed that inspector no longer shows element  
 properties. Neither standard DOM nor DOM0. Only methods and constants  
 are shown.
 I waited to see if a bug report arise. Now I wonder if I should report  
 this or if I'm missing something obvious regarding properties.
   

Please file a bug report at http://bugs.webkit.org/ along with a 
testcase showing the change in behavior. Thanks!

-Adam

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


Re: [webkit-dev] Google Summer of Code, Proposal

2008-03-11 Thread Eric Seidel
Update:  Summer Of Code project deadline is one day away.

We have only 3 mentors signed up.  Only 2 of which are WebKit
reviewers at this time.

It would be nice to see more support from reviewers.

Please sign up today:
http://trac.webkit.org/projects/webkit/wiki/Google%20Summer%20of%20Code%202008

-eric

On Tue, Feb 26, 2008 at 12:31 AM, Eric Seidel [EMAIL PROTECTED] wrote:
 I think WebKit should consider participating in Google's Summer of
  Code this year.

  To facilitate such, I have created a wiki page, where potential
  mentors, as well as project ideas can be placed:

  
 http://trac.webkit.org/projects/webkit/wiki/Google%20Summer%20of%20Code%202008

  I have added a couple project ideas of my own.  I have not signed up
  as a mentor due to my status as a Google employee and the clause
  Google employees, interns, contractors, and family members are
  ineligible to participate.  I will have to check if I'm allowed to
  mentor, but based on that statement, I believe not.

  -eric

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


[webkit-dev] Build problems on Vista

2008-03-11 Thread Richard Bailey
When I build on Vista I'm getting the following errors in Javascript core

Performing Pre-Build Event...
Project : error PRJ0002 : Error result 1 returned from
'c:\Windows\system32\cmd.exe'.

I tried within VC++2005 hoping to see more error info and found:
1-- Build started: Project: JavaScriptCoreGenerated, Configuration:
Release Win32 --
1Performing Makefile project actions
1 set PATH=%PATH%;%SystemDrive%\cygwin\bin
1 touch C:\Users\Richard\WebKit\Output\buildfailed
1 bash build-generated-files.sh C:\Users\Richard\WebKit\Output
C:\Users\Richard\WebKit\WebKitLibraries\win
1/cygdrive/c/Users/Richard/WebKit/JAVASC~1/pcre/dftables chartables.c
1/cygdrive/c/Users/Richard/WebKit/JAVASC~1/kjs/create_hash_table
/cygdrive/c/Users/Richard/WebKit/JAVASC~1/kjs/number_object.cpp -i 
number_object.lut.h
1Creating hashtable for
/cygdrive/c/Users/Richard/WebKit/JAVASC~1/kjs/number_object.cpp
1Error in tempfile() using /tmp/dftables-.in: Parent directory
(/tmp/) is not writable
1 at /cygdrive/c/Users/Richard/WebKit/JAVASC~1/pcre/dftables line 236
1make: *** [chartables.c] Error 255
1make: *** Waiting for unfinished jobs
1NMAKE : fatal error U1077: 'bash' : return code '0x1'

I had read through the script files, verified disk space and that I could
write to /tmp/ from cygwin prompt.

What is going wrong here?

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