Show
Ignore:
Timestamp:
03/22/08 02:50:54 (8 months ago)
Author:
eric@webkit.org
Message:

Reviewed by mjs.

Unify handling of NAMESPACE_ERR and fix Acid3 test 25
http://bugs.webkit.org/show_bug.cgi?id=16693

Test: fast/dom/DOMImplementation/createDocumentType-err.html

  • dom/DOMImplementation.cpp: (WebCore::DOMImplementation::createDocumentType): (WebCore::DOMImplementation::createDocument):
  • dom/DOMImplementation.idl:
  • dom/Document.cpp: (WebCore::Document::hasPrefixNamespaceMismatch): (WebCore::Document::createElementNS): (WebCore::Document::parseQualifiedName): (WebCore::Document::createAttributeNS):
  • dom/Document.h:
  • dom/Element.cpp: (WebCore::Element::setAttributeNS):
  • editing/FormatBlockCommand.cpp: (WebCore::FormatBlockCommand::doApply):
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r31230 r31231  
     12008-03-22  Eric Seidel  <eric@webkit.org> 
     2 
     3        Reviewed by mjs. 
     4 
     5        Unify handling of NAMESPACE_ERR and fix Acid3 test 25 
     6        http://bugs.webkit.org/show_bug.cgi?id=16693 
     7 
     8        * fast/dom/DOMImplementation/createDocumentType-err-expected.txt: Added. 
     9        * fast/dom/DOMImplementation/createDocumentType-err.html: Copied from LayoutTests/fast/dom/DOMException/EventException.html. 
     10        * fast/dom/DOMImplementation/resources/TEMPLATE.html: Copied from LayoutTests/fast/dom/Document/resources/TEMPLATE.html. 
     11        * fast/dom/DOMImplementation/resources/createDocumentType-err.js: Added. 
     12        * fast/dom/Document/createAttributeNS-namespace-err-expected.txt: 
     13        * fast/dom/Document/createElementNS-namespace-err-expected.txt: 
     14 
    1152008-03-22  Eric Seidel  <eric@webkit.org> 
    216