Skip to content
  • darin's avatar
    WebFoundation: · 82240090
    darin authored
            * Misc.subproj/WebAssertions.m: (vprintf_stderr_objc):
    	Don't use displayableString. Makes us able to build on Panther.
    
            * WebFoundation.pbproj/project.pbxproj: Project Builder wanted to touch this.
    
    WebCore:
    
    	- fixed another crash on http://www.w3.org/Style/CSS/, but still not done
    
            * khtml/rendering/render_box.cpp: (RenderBox::setStyle): Call renderArena()
    	from RenderObject rather than going at the document directly. Safer because
    	it works even when we don't have a node yet.
            * khtml/rendering/render_flow.cpp: (RenderFlow::addChild): Ditto.
            * khtml/rendering/render_layer.cpp:
            (RenderLayer::paint): Ditto.
            (RenderLayer::nodeAtPoint): Ditto.
            (RenderLayer::constructZTree): Ditto.
            * khtml/rendering/render_list.cpp:
            (RenderListItem::setStyle): Ditto.
            * khtml/rendering/render_text.cpp:
            (RenderText::deleteSlaves): Ditto.
            (RenderText::position): Ditto. This is the one that actually crashed.
    
            * khtml/misc/makeattrs: Fixed handling of failure case.
            * khtml/misc/maketags: Ditto.
    
            * WebCore.pbproj/project.pbxproj: Project Builder wanted to touch this.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@2666 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    82240090