[webkit-dev] Re: Unexpected service outage on {svn, trac, bugs, www}.webkit.org

2008-01-29 Thread Mark Rowe

On 30/01/2008, at 10:54, Mark Rowe wrote:


Hi all,

Subversion, Trac, Bugzilla, and the website disappeared offline  
recently.  We currently do not know what has happened, but we have   
IT people looking into it.  Due to not knowing why they're down, we  
do not have an ETA as to when they'll be back.


It looks like we're back in business.  Still no word as to what caused  
the services to go offline at this point.


 - Mark



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


[webkit-dev] Unexpected service outage on {svn, trac, bugs, www}.webkit.org

2008-01-29 Thread Mark Rowe

Hi all,

Subversion, Trac, Bugzilla, and the website disappeared offline  
recently.  We currently do not know what has happened, but we have  IT  
people looking into it.  Due to not knowing why they're down, we do  
not have an ETA as to when they'll be back.


Sorry for the inconvenience.

- Mark



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


[webkit-dev] Acid3 status

2008-01-29 Thread Eric Seidel
Hixie is nearly done with his Acid3 test.  He's said he has space for 2 more
tests, but is otherwise "ready".
Acid3 has certainly found some bugs in WebKit.  WebKit has also found bugs
in Acid3 (I'm sure we'll find more).

Here is a list of all of the failures we currently have, and their
associated Bugzilla bugs:

Failed 35 tests.
Test 0: expected: pre-wrap, got: normal - found unexpected computed style
4812 - :last-child bug 
Test 1: method [object NodeIterator].nextNode() didn't forward exception
4714 - NodeIterator forwarding
exceptions
Test 2: expected: [object HTMLElement], got: null - expectation 13 failed
Test 4: expected: null, got: [object HTMLIFrameElement] - expectation 21
failed
Test 6: expected: [object HTMLTitleElement], got: null - failed to handle
regrafting correctly
3492 - TreeWalker brokenness 
Test 8: Null value
16766 - Range doesn't update on tree
modifications
Test 11: when trying to surround two halves of comment: wrong exception
raised; code = 3
16749 - Range.surroundContents throws wrong
exception
Test 13: collapsed is wrong after deletion
16766 - Range doesn't update on tree
modifications
Test 18: expected: 10, got: 8 - DOCTYPE nodeType wrong
12751 - DocType nodes aren't part of the
document
Test 23: no exception for createElementNS('null', ':div')
16833 - createElementNS doesn't throw enough
exceptions
Test 25: failed to raise exception
16693 - createDocumentType does not throw enough
exceptions
Test 26: e1 - parent element doesn't exist after looping
Test 27: e1 - parent element doesn't exist after waiting
17076 - Document tree does not survive long
enough
Test 35: expected: 0, got: 1 - :first-child still applies to element that
was previously a first child
Test 36: expected: 1, got: 0 - last child did not match :last-child
Test 37: expected: 1, got: 0 - :only-child did not match only child
5468 - broken :first-child, :last-child, :only-child
selectors
Test 38: expected: 0, got: 1 - removing all children didn't make the element
match :empty
11387 - :empty applies to all
elements
Test 39: expected: 1, got: 0 - :nth-child(odd) failed with child 0
6248 - implement :nth-child
selectors
Test 40: expected: 1, got: 0 - part 2:7
5468 - broken :first-child, :last-child, :only-child
selectors
Test 42: expected: 1, got: 0 - rule did not start matching after change
11384 - CSS2/3 child selectors aren't
dynamic
Test 44: expected: 0, got: 1 - misparsed selectors
16751 - html* .test {} is parsed as html
.test
Test 59: expected: submit, got:  -  doesn't have type=submit
16798 - HTMLButtonElement.type should default to
"submit"
Test 64: expected: ./test.html, got: test.html - object elements didn't
resolve URIs correctly
16799 - HTMLObjectElement.data should cannonicalize
urls
Test 66: expected: null, got: #text - wrong localName
17060 - Text.localName should be
null
Test 69: expected: 33, got: 0 - SVGSVGTextElement.getNumberOfChars()
incorrect
17062 - SVGTextElement.getNumberOfChars returns incorrect
value
Test 71: UTF-8 encoded XML document with invalid character did not have a
well-formedness error
17079 - XML document sent with wrong encoding should
fail
Test 72: expected: TITLE (first test), got: TITLE - undefined
17080 - WebKit fails Acid3 HTML parsing
test
Test 73: Undefined value
17082 - WebKit fails Acid3 modification of style text block
test
Test 74: expected: 10, got: 1 - click event handler called the wrong number
of times
17083 - Acid3 expects nested event dispatch
support
Test 75: getSVGDocument failed for  referencing an svg document.
17061 - HTMLIFrameElement should have a getSVGDocument()
method
Test 76: Value undefined (result of expression anim.beginElement) is not
object.
Test 77: expected: 0, got: 100 - Incorrect animVal value after svg
animation.
17077 - SVG Animation is broken (and thus turned
off)
Test 7

[webkit-dev] Re: Removing ICU dependancy from WebKit

2008-01-29 Thread Rachel Bassett
Thanks guys for your comments. 

I did eventually find a set of flags that managed to
cross compile ICU (as well as the usual --prefix,
--host, --build etc) 
--with-data-packaging=archive --disable-extras.

See thread
http://sourceforge.net/mailarchive/forum.php?thread_name=BAY127-DAV149670E5A6EE44B31317DA82C20%40phx.gbl&forum_name=icu-support

I guess I need to do some native data archive setup
once my embedded system is up and running.

However I will also try your method Rob if the one
above fails.

Thanks again.



  ___
Support the World Aids Awareness campaign this month with Yahoo! For Good 
http://uk.promotions.yahoo.com/forgood/
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] error: chartables.c: No such file or directory

2008-01-29 Thread David Kilzer
The chartables.c source file is generated by JavaScriptCore/pcre/dftables
during a build using JavaScriptCore/DerivedSources.make.

What platform are you using to build (Mac, Windows, GTK, Qt, etc.)?

Dave


Nilesh Patil <[EMAIL PROTECTED]> wrote:

> Hello
> 
> I am trying to build WebKit release r29807. I get  'error:
> chartables.c: No such file or directory'
> 
> How to get rid of this
> 
> This is urgent
> 
> 
> Thanks in Advance
> 
> Thanks & Regards
> Niilesh
> ___
> 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


[webkit-dev] Flatten frames/iframes

2008-01-29 Thread zaheer ahmad
hi,
iam working a gtk webkit port on mobile. the default impl for frames/iframes
creates a new subframe inside the current frame. is there a way to flatten
the frames in the current frame without creating a subframe (preferred
option for limited display devices)

Appreciate any inputs on the same.

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


[webkit-dev] error: chartables.c: No such file or directory

2008-01-29 Thread Nilesh Patil
Hello

I am trying to build WebKit release r29807. I get  'error:
chartables.c: No such file or directory'

How to get rid of this

This is urgent


Thanks in Advance

Thanks & Regards
Niilesh
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev