Show
Ignore:
Timestamp:
03/27/06 13:10:17 (3 years ago)
Author:
lypanov
Message:

2006-03-27 Alexander Kellett <lypanov@kde.org>

Reviewed by darin

  • fast/dynamic/insertAdjacentElement.html: Added.

2006-03-27 Alexander Kellett <lypanov@kde.org>

Reviewed by darin

Implement the IE extension insertAdjacentElement
http://bugzilla.opendarwin.org/show_bug.cgi?id=6520

  • bindings/scripts/CodeGeneratorJS.pm:
  • dom/Element.cpp: (WebCore::ElementImpl::insertAdjacentElement):
  • dom/Element.h:
  • dom/Element.idl:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/dom/Element.h

    r13480 r13492  
    123123 
    124124    virtual bool childTypeAllowed(NodeType); 
    125   
     125 
    126126    virtual Attribute* createAttribute(const QualifiedName& name, StringImpl* value); 
    127127     
     
    143143#endif 
    144144 
     145    Node* insertAdjacentElement(const String& where, Node* newChild, int& exception); 
     146  
    145147protected: 
    146148    virtual void createAttributeMap() const;