| | 1 | 2008-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 | Test: fast/dom/DOMImplementation/createDocumentType-err.html |
| | 9 | |
| | 10 | * dom/DOMImplementation.cpp: |
| | 11 | (WebCore::DOMImplementation::createDocumentType): |
| | 12 | (WebCore::DOMImplementation::createDocument): |
| | 13 | * dom/DOMImplementation.idl: |
| | 14 | * dom/Document.cpp: |
| | 15 | (WebCore::Document::hasPrefixNamespaceMismatch): |
| | 16 | (WebCore::Document::createElementNS): |
| | 17 | (WebCore::Document::parseQualifiedName): |
| | 18 | (WebCore::Document::createAttributeNS): |
| | 19 | * dom/Document.h: |
| | 20 | * dom/Element.cpp: |
| | 21 | (WebCore::Element::setAttributeNS): |
| | 22 | * editing/FormatBlockCommand.cpp: |
| | 23 | (WebCore::FormatBlockCommand::doApply): |
| | 24 | |