- 26 Jun, 2008 1 commit
-
-
hausmann@webkit.org authored
Reviewed by Simon. CodingStyle fixes git-svn-id: http://svn.webkit.org/repository/webkit/trunk@34807 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 21 Jan, 2008 1 commit
-
-
zimmermann@webkit.org authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@29709 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 08 Jan, 2008 1 commit
-
-
mitz@apple.com authored
* platform/graphics/qt/SimpleFontDataQt.cpp: (WebCore::SimpleFontData::containsCharacters): (WebCore::SimpleFontData::fontDataForCharacter): (WebCore::SimpleFontData::isSegmented): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@29304 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 07 Jan, 2008 2 commits
-
-
mitz@apple.com authored
* platform/graphics/qt/SimpleFontDataQt.cpp: (WebCore::SimpleFontData::SimpleFontData): (WebCore::SimpleFontData::~SimpleFontData): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@29267 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
mitz@apple.com authored
Reviewed by Dave Hyatt. - <rdar://problem/5665216> Support the unicode-range property in @font-face rules * GNUmakefile.am: * WebCore.pro: * WebCore.vcproj/WebCore.vcproj: * WebCore.xcodeproj/project.pbxproj: * WebCoreSources.bkl: * bindings/objc/DOM.mm: * bridge/mac/WebCoreAXObject.mm: * css/CSSComputedStyleDeclaration.cpp: (WebCore::CSSComputedStyleDeclaration::getPropertyCSSValue): * css/CSSFontFace.cpp: (WebCore::CSSFontFace::fontLoaded): Changed to call the owning segmented font face. (WebCore::CSSFontFace::getFontData): * css/CSSFontFace.h: (WebCore::CSSFontFace::CSSFontFace): (WebCore::CSSFontFace::setSegmentedFontFace): * css/CSSFontFaceSource.cpp: (WebCore::CSSFontFaceSource::pruneTable): Removed the calls to GlyphPageTreeNode::pruneTreeCustomFontData because the fonts in the font table are not exposed in the glyph page tree. Only the segmented font is, and that is taken care of by the segmented font face. (WebCore::CSSFontFaceSource::getFontData): * css/CSSFontFaceSource.h: * css/CSSFontSelector.cpp: (WebCore::CSSFontSelector::addFontFaceRule): Changed to collect @font-face rules with the same family and traits into a single segmented font face, instead of just retaining the most recent one. (WebCore::CSSFontSelector::fontLoaded): (WebCore::CSSFontSelector::getFontData): * css/CSSFontSelector.h: * css/CSSGrammar.y: * css/CSSParser.cpp: (WebCore::CSSParser::parseValue): (WebCore::CSSParser::parseFontFaceUnicodeRange): Added. Parses a unicode range value. * css/CSSParser.h: * css/CSSPrimitiveValue.h: (WebCore::CSSPrimitiveValue::): * css/CSSPropertyNames.in: * css/CSSSegmentedFontFace.cpp: Added. (WebCore::CSSSegmentedFontFace::CSSSegmentedFontFace): (WebCore::CSSSegmentedFontFace::~CSSSegmentedFontFace): (WebCore::CSSSegmentedFontFace::pruneTable): (WebCore::CSSSegmentedFontFace::isLoaded): (WebCore::CSSSegmentedFontFace::isValid): (WebCore::CSSSegmentedFontFace::fontLoaded): (WebCore::CSSSegmentedFontFace::overlayRange): (WebCore::CSSSegmentedFontFace::getFontData): * css/CSSSegmentedFontFace.h: Added. (WebCore::FontFaceRange::FontFaceRange): (WebCore::FontFaceRange::from): (WebCore::FontFaceRange::to): (WebCore::FontFaceRange::fontFace): (WebCore::CSSSegmentedFontFace::fontSelector): * css/CSSStyleSelector.cpp: (WebCore::CSSStyleSelector::applyProperty): * css/CSSUnicodeRangeValue.cpp: Added. (WebCore::CSSUnicodeRangeValue::~CSSUnicodeRangeValue): (WebCore::CSSUnicodeRangeValue::cssText): * css/CSSUnicodeRangeValue.h: Added. (WebCore::CSSUnicodeRangeValue::CSSUnicodeRangeValue): (WebCore::CSSUnicodeRangeValue::from): (WebCore::CSSUnicodeRangeValue::to): * css/SVGCSSFontFace.cpp: (WebCore::SVGCSSFontFace::getFontData): * css/SVGCSSFontFace.h: * editing/Editor.cpp: (WebCore::Editor::fontForSelection): * editing/Editor.h: * page/mac/FrameMac.mm: * page/mac/WebCoreFrameBridge.mm: (-[WebCoreFrameBridge fontForSelection:]): * platform/graphics/Font.cpp: (WebCore::WidthIterator::advance): (WebCore::Font::glyphDataForCharacter): (WebCore::Font::primaryFont): Changed to return the simple font data used for the space character. (WebCore::Font::fontDataAt): (WebCore::Font::fontDataForCharacters): (WebCore::Font::drawGlyphBuffer): * platform/graphics/Font.h: * platform/graphics/FontCache.cpp: (WebCore::FontCache::getCachedFontData): (WebCore::FontCache::getFontData): * platform/graphics/FontCache.h: * platform/graphics/FontData.cpp: Renamed to SimpleFontData.cpp * platform/graphics/FontData.h: Renamed to SimpleFontData.cpp. * platform/graphics/FontDataBaseClass.cpp: Added. This will be renamed FontData.cpp. (WebCore::FontData::~FontData): * platform/graphics/FontDataBaseClass.h: Added. This will be renamed FontData.h. * platform/graphics/FontFallbackList.cpp: (WebCore::FontFallbackList::determinePitch): (WebCore::FontFallbackList::fontDataAt): (WebCore::FontFallbackList::fontDataForCharacters): * platform/graphics/FontFallbackList.h: (WebCore::FontFallbackList::primaryFont): * platform/graphics/FontSelector.h: * platform/graphics/GlyphBuffer.h: (WebCore::GlyphBuffer::fontDataAt): (WebCore::GlyphBuffer::swap): (WebCore::GlyphBuffer::add): * platform/graphics/GlyphPageTreeNode.cpp: (WebCore::GlyphPageTreeNode::pruneTreeCustomFontData): (WebCore::GlyphPageTreeNode::initializePage): Added code to initialize pages for segmented font data. (WebCore::GlyphPageTreeNode::getChild): (WebCore::GlyphPageTreeNode::pruneCustomFontData): * platform/graphics/GlyphPageTreeNode.h: (WebCore::GlyphPage::setGlyphDataForCharacter): (WebCore::GlyphPage::setGlyphDataForIndex): (WebCore::GlyphPageTreeNode::getRootChild): * platform/graphics/SegmentedFontData.cpp: Added. (WebCore::SegmentedFontData::~SegmentedFontData): (WebCore::SegmentedFontData::fontDataForCharacter): (WebCore::SegmentedFontData::containsCharacters): (WebCore::SegmentedFontData::isCustomFont): (WebCore::SegmentedFontData::isLoading): (WebCore::SegmentedFontData::isSegmented): * platform/graphics/SegmentedFontData.h: Added. (WebCore::FontDataRange::FontDataRange): (WebCore::FontDataRange::from): (WebCore::FontDataRange::to): (WebCore::FontDataRange::fontData): (WebCore::SegmentedFontData::appendRange): (WebCore::SegmentedFontData::numRanges): (WebCore::SegmentedFontData::rangeAt): * platform/graphics/SimpleFontData.cpp: Copied from WebCore/platform/graphics/FontData.cpp. (WebCore::SimpleFontData::SimpleFontData): (WebCore::SimpleFontData::~SimpleFontData): (WebCore::SimpleFontData::ascent): (WebCore::SimpleFontData::descent): (WebCore::SimpleFontData::widthForGlyph): (WebCore::SimpleFontData::fontDataForCharacter): (WebCore::SimpleFontData::isSegmented): * platform/graphics/SimpleFontData.h: Copied from WebCore/platform/graphics/FontData.h. (WebCore::SimpleFontData::isCustomFont): (WebCore::SimpleFontData::isLoading): * platform/graphics/cairo/GraphicsContextCairo.cpp: (WebCore::GraphicsContext::setPlatformFont): * platform/graphics/gtk/FontCacheGtk.cpp: (WebCore::FontCache::getFontDataForCharacters): * platform/graphics/gtk/FontDataGtk.cpp: Renamed to SimpleFontDataGtk.cpp. * platform/graphics/gtk/FontGtk.cpp: (WebCore::Font::drawGlyphs): * platform/graphics/gtk/GlyphPageTreeNodeGtk.cpp: (WebCore::GlyphPage::fill): * platform/graphics/gtk/SimpleFontDataGtk.cpp: Copied from WebCore/platform/graphics/gtk/FontDataGtk.cpp. (WebCore::SimpleFontData::platformInit): (WebCore::SimpleFontData::platformDestroy): (WebCore::SimpleFontData::smallCapsFontData): (WebCore::SimpleFontData::containsCharacters): (WebCore::SimpleFontData::determinePitch): (WebCore::SimpleFontData::platformWidthForGlyph): (WebCore::SimpleFontData::setFont): * platform/graphics/mac/FontCacheMac.mm: (WebCore::FontCache::getFontDataForCharacters): * platform/graphics/mac/FontDataMac.mm: Renamed to SimpleFontDataMac.mm. * platform/graphics/mac/FontMac.mm: (WebCore::initializeATSUStyle): (WebCore::overrideLayoutOperation): (WebCore::ATSULayoutParameters::initialize): (WebCore::Font::drawGlyphs): * platform/graphics/mac/GlyphPageTreeNodeMac.cpp: (WebCore::GlyphPage::fill): * platform/graphics/mac/SimpleFontDataMac.mm: Copied from WebCore/platform/graphics/mac/FontDataMac.mm. (WebCore::initFontData): (WebCore::SimpleFontData::platformInit): (WebCore::SimpleFontData::platformDestroy): (WebCore::SimpleFontData::smallCapsFontData): (WebCore::SimpleFontData::containsCharacters): (WebCore::SimpleFontData::determinePitch): (WebCore::SimpleFontData::platformWidthForGlyph): (WebCore::SimpleFontData::checkShapesArabic): * platform/graphics/qt/FontDataQt.cpp: Renamed to SimpleFontDataQt.cpp. * platform/graphics/qt/GlyphPageTreeNodeQt.cpp: (WebCore::GlyphPageTreeNode::pruneTreeCustomFontData): * platform/graphics/qt/SimpleFontDataQt.cpp: Copied from WebCore/platform/graphics/qt/FontDataQt.cpp. * platform/graphics/win/FontCacheWin.cpp: (WebCore::FontCache::getFontDataForCharacters): * platform/graphics/win/FontDataWin.cpp: Renamed to SimpleFontDataWin.cpp. * platform/graphics/win/FontWin.cpp: (WebCore::Font::drawGlyphs): * platform/graphics/win/GlyphPageTreeNodeWin.cpp: (WebCore::GlyphPage::fill): * platform/graphics/win/SimpleFontDataWin.cpp: Copied from WebCore/platform/graphics/win/FontDataWin.cpp. (WebCore::SimpleFontData::setShouldApplyMacAscentHack): (WebCore::SimpleFontData::platformInit): (WebCore::SimpleFontData::platformDestroy): (WebCore::SimpleFontData::smallCapsFontData): (WebCore::SimpleFontData::containsCharacters): (WebCore::SimpleFontData::determinePitch): (WebCore::SimpleFontData::platformWidthForGlyph): (WebCore::SimpleFontData::scriptFontProperties): * platform/graphics/wx/FontCacheWx.cpp: (WebCore::FontCache::getFontDataForCharacters): * platform/graphics/wx/FontDataWx.cpp: Renamed to SimpleFontDataWx.cpp. * platform/graphics/wx/FontWx.cpp: (WebCore::Font::drawGlyphs): * platform/graphics/wx/GlyphMapWx.cpp: (WebCore::GlyphPage::fill): * platform/graphics/wx/SimpleFontDataWx.cpp: Copied from WebCore/platform/graphics/wx/FontDataWx.cpp. (WebCore::SimpleFontData::platformInit): (WebCore::SimpleFontData::platformDestroy): (WebCore::SimpleFontData::smallCapsFontData): (WebCore::SimpleFontData::containsCharacters): (WebCore::SimpleFontData::determinePitch): (WebCore::SimpleFontData::platformWidthForGlyph): * platform/mac/FileChooserMac.mm: * platform/mac/PopupMenuMac.mm: * platform/mac/WebCoreTextRenderer.mm: * platform/win/PopupMenuWin.cpp: * platform/win/UniscribeController.cpp: (WebCore::UniscribeController::advance): (WebCore::UniscribeController::itemizeShapeAndPlace): (WebCore::UniscribeController::shapeAndPlaceItem): (WebCore::UniscribeController::shape): * platform/win/UniscribeController.h: * svg/SVGFont.cpp: (WebCore::Font::drawGlyphsWithSVGFont): * svg/SVGFontElement.cpp: (WebCore::SVGFontElement::collectGlyphs): * svg/SVGFontFaceElement.cpp: (WebCore::SVGFontFaceElement::createFontData): * svg/SVGFontFaceElement.h: * svg/SVGGlyphElement.cpp: WebKit/mac: Reviewed by Dave Hyatt. - <rdar://problem/5665216> Support the unicode-range property in @font-face rules * Misc/WebNSAttributedStringExtras.mm: WebKit/win: Reviewed by Dave Hyatt. - <rdar://problem/5665216> Support the unicode-range property in @font-face rules * WebView.cpp: (WebView::setShouldApplyMacFontAscentHack): git-svn-id: http://svn.webkit.org/repository/webkit/trunk@29250 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 30 Nov, 2007 1 commit
-
-
zimmermann@webkit.org authored
Next round of moves - platform reorganization. Move text/font/glyph related files from the individual port directories into platform/text/<port> or platform/graphics/<port>. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@28251 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 15 Oct, 2007 1 commit
-
-
hausmann authored
Fix the compilation of the Font code in the Qt port by adding the necessary stubs to support downloadable fonts through the @font-face rules. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@26605 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 03 Oct, 2007 1 commit
-
-
lars authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@25969 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 25 Sep, 2007 1 commit
-
-
ddkilzer authored
Reviewed by Adam. - Fix http://bugs.webkit.org/show_bug.cgi?id=14885 LGPL'ed files contain incorrect FSF address * COPYING.LIB: * bindings/testbindings.cpp: * kjs/AllInOneFile.cpp: * kjs/DateMath.cpp: * kjs/PropertyNameArray.cpp: * kjs/PropertyNameArray.h: * kjs/config.h: WebCore: Reviewed by Adam. - Fix http://bugs.webkit.org/show_bug.cgi?id=14885 LGPL'ed files contain incorrect FSF address * LICENSE-LGPL-2: * LICENSE-LGPL-2.1: * WebCorePrefix.h: * bindings/js/JSCanvasRenderingContext2DCustom.cpp: * bindings/js/JSDOMWindowCustom.cpp: * bindings/js/JSDocumentCustom.cpp: * bindings/js/JSHTMLCollectionCustom.cpp: * bindings/js/JSHTMLElementWrapperFactory.cpp: * bindings/js/JSHTMLElementWrapperFactory.h: * bindings/js/JSHTMLInputElementBase.cpp: * bindings/js/JSHTMLInputElementBase.h: * bindings/js/JSHTMLOptionElementConstructor.cpp: * bindings/js/JSHTMLOptionElementConstructor.h: * bindings/js/JSHTMLOptionsCollectionCustom.cpp: * bindings/js/JSHTMLSelectElementCustom.cpp: * bindings/js/JSNodeFilterCondition.cpp: * bindings/js/JSNodeFilterCondition.h: * bindings/js/JSNodeIteratorCustom.cpp: * bindings/js/JSSVGElementWrapperFactory.cpp: * bindings/js/JSSVGElementWrapperFactory.h: * bindings/js/JSSVGMatrixCustom.cpp: * bindings/js/JSSVGPathSegCustom.cpp: * bindings/js/JSSVGPathSegListCustom.cpp: * bindings/js/JSSVGPointListCustom.cpp: * bindings/js/JSTreeWalkerCustom.cpp: * bindings/js/JSXMLHttpRequest.cpp: * bindings/js/JSXMLHttpRequest.h: * bindings/js/kjs_binding.cpp: * bindings/js/kjs_binding.h: * bindings/js/kjs_css.cpp: * bindings/js/kjs_css.h: * bindings/js/kjs_dom.cpp: * bindings/js/kjs_dom.h: * bindings/js/kjs_events.cpp: * bindings/js/kjs_events.h: * bindings/js/kjs_html.cpp: * bindings/js/kjs_html.h: * bindings/js/kjs_navigator.cpp: * bindings/js/kjs_navigator.h: * bindings/js/kjs_proxy.cpp: * bindings/js/kjs_proxy.h: * bindings/js/kjs_window.cpp: * bindings/js/kjs_window.h: * bindings/objc/DOMImplementationFront.cpp: * bindings/objc/DOMImplementationFront.h: * bindings/scripts/CodeGenerator.pm: * bindings/scripts/CodeGeneratorJS.pm: * bindings/scripts/CodeGeneratorObjC.pm: * bindings/scripts/IDLParser.pm: * bindings/scripts/IDLStructure.pm: * bindings/scripts/generate-bindings.pl: * config.h: * css/CSSBorderImageValue.cpp: * css/CSSBorderImageValue.h: * css/CSSCharsetRule.cpp: * css/CSSCharsetRule.h: * css/CSSCharsetRule.idl: * css/CSSComputedStyleDeclaration.cpp: * css/CSSComputedStyleDeclaration.h: * css/CSSCursorImageValue.cpp: * css/CSSCursorImageValue.h: * css/CSSFontFaceRule.cpp: * css/CSSFontFaceRule.h: * css/CSSFontFaceRule.idl: * css/CSSGrammar.y: * css/CSSHelper.cpp: * css/CSSHelper.h: * css/CSSImageValue.cpp: * css/CSSImageValue.h: * css/CSSImportRule.cpp: * css/CSSImportRule.h: * css/CSSImportRule.idl: * css/CSSInheritedValue.cpp: * css/CSSInheritedValue.h: * css/CSSInitialValue.cpp: * css/CSSInitialValue.h: * css/CSSMediaRule.cpp: * css/CSSMediaRule.h: * css/CSSMediaRule.idl: * css/CSSMutableStyleDeclaration.cpp: * css/CSSMutableStyleDeclaration.h: * css/CSSNamespace.h: * css/CSSPageRule.cpp: * css/CSSPageRule.h: * css/CSSPageRule.idl: * css/CSSParser.cpp: * css/CSSParser.h: * css/CSSPrimitiveValue.cpp: * css/CSSPrimitiveValue.h: * css/CSSPrimitiveValue.idl: * css/CSSProperty.cpp: * css/CSSProperty.h: * css/CSSQuirkPrimitiveValue.h: * css/CSSRule.cpp: * css/CSSRule.h: * css/CSSRule.idl: * css/CSSRuleList.cpp: * css/CSSRuleList.h: * css/CSSSelector.cpp: * css/CSSSelector.h: * css/CSSStyleDeclaration.cpp: * css/CSSStyleDeclaration.h: * css/CSSStyleDeclaration.idl: * css/CSSStyleRule.cpp: * css/CSSStyleRule.h: * css/CSSStyleRule.idl: * css/CSSStyleSelector.cpp: * css/CSSStyleSelector.h: * css/CSSStyleSheet.cpp: * css/CSSStyleSheet.h: * css/CSSStyleSheet.idl: * css/CSSUnknownRule.h: * css/CSSUnknownRule.idl: * css/CSSValue.h: * css/CSSValue.idl: * css/CSSValueList.cpp: * css/CSSValueList.h: * css/Counter.h: * css/Counter.idl: * css/DashboardRegion.h: * css/FontFamilyValue.cpp: * css/FontFamilyValue.h: * css/FontValue.cpp: * css/FontValue.h: * css/MediaFeatureNames.cpp: * css/MediaFeatureNames.h: * css/MediaList.cpp: * css/MediaList.h: * css/Pair.h: * css/RGBColor.idl: * css/Rect.h: * css/Rect.idl: * css/ShadowValue.cpp: * css/ShadowValue.h: * css/StyleBase.cpp: * css/StyleBase.h: * css/StyleList.cpp: * css/StyleList.h: * css/StyleSheet.cpp: * css/StyleSheet.h: * css/StyleSheet.idl: * css/StyleSheetList.cpp: * css/StyleSheetList.h: * css/StyleSheetList.idl: * css/html4.css: * css/make-css-file-arrays.pl: * css/makegrammar.pl: * css/makeprop.pl: * css/maketokenizer: * css/makevalues.pl: * css/quirks.css: * dom/AtomicStringList.h: * dom/Attr.cpp: * dom/Attr.h: * dom/Attr.idl: * dom/Attribute.cpp: * dom/Attribute.h: * dom/BeforeUnloadEvent.cpp: * dom/BeforeUnloadEvent.h: * dom/CDATASection.cpp: * dom/CDATASection.h: * dom/CDATASection.idl: * dom/CSSMappedAttributeDeclaration.cpp: * dom/CSSMappedAttributeDeclaration.h: * dom/CharacterData.cpp: * dom/CharacterData.h: * dom/CharacterData.idl: * dom/ChildNodeList.cpp: * dom/ChildNodeList.h: * dom/Clipboard.h: * dom/ClipboardEvent.cpp: * dom/ClipboardEvent.h: * dom/Comment.cpp: * dom/Comment.h: * dom/Comment.idl: * dom/ContainerNode.cpp: * dom/ContainerNode.h: * dom/DOMImplementation.cpp: * dom/DOMImplementation.h: * dom/DOMImplementation.idl: * dom/DocPtr.h: * dom/Document.cpp: * dom/Document.h: * dom/Document.idl: * dom/DocumentFragment.cpp: * dom/DocumentFragment.h: * dom/DocumentFragment.idl: * dom/DocumentMarker.h: * dom/DocumentType.cpp: * dom/DocumentType.h: * dom/DocumentType.idl: * dom/EditingText.cpp: * dom/EditingText.h: * dom/Element.cpp: * dom/Element.h: * dom/Element.idl: * dom/Entity.cpp: * dom/Entity.h: * dom/Entity.idl: * dom/EntityReference.cpp: * dom/EntityReference.h: * dom/EntityReference.idl: * dom/Event.cpp: * dom/Event.h: * dom/Event.idl: * dom/EventListener.h: * dom/EventListener.idl: * dom/EventNames.cpp: * dom/EventNames.h: * dom/EventTarget.idl: * dom/EventTargetNode.cpp: * dom/EventTargetNode.h: * dom/ExceptionCode.h: * dom/KeyboardEvent.cpp: * dom/KeyboardEvent.h: * dom/KeyboardEvent.idl: * dom/MappedAttribute.cpp: * dom/MappedAttribute.h: * dom/MappedAttributeEntry.h: * dom/MouseEvent.cpp: * dom/MouseEvent.h: * dom/MouseEvent.idl: * dom/MouseRelatedEvent.cpp: * dom/MouseRelatedEvent.h: * dom/MutationEvent.cpp: * dom/MutationEvent.h: * dom/MutationEvent.idl: * dom/NameNodeList.cpp: * dom/NameNodeList.h: * dom/NamedAttrMap.cpp: * dom/NamedAttrMap.h: * dom/NamedMappedAttrMap.cpp: * dom/NamedMappedAttrMap.h: * dom/NamedNodeMap.h: * dom/NamedNodeMap.idl: * dom/Node.cpp: * dom/Node.h: * dom/Node.idl: * dom/NodeFilter.cpp: * dom/NodeFilter.h: * dom/NodeFilter.idl: * dom/NodeFilterCondition.cpp: * dom/NodeFilterCondition.h: * dom/NodeIterator.cpp: * dom/NodeIterator.h: * dom/NodeIterator.idl: * dom/NodeList.cpp: * dom/NodeList.h: * dom/NodeList.idl: * dom/Notation.cpp: * dom/Notation.h: * dom/Notation.idl: * dom/ProcessingInstruction.cpp: * dom/ProcessingInstruction.h: * dom/ProcessingInstruction.idl: * dom/QualifiedName.cpp: * dom/QualifiedName.h: * dom/Range.cpp: * dom/Range.h: * dom/Range.idl: * dom/RangeException.h: * dom/RangeException.idl: * dom/RegisteredEventListener.cpp: * dom/RegisteredEventListener.h: * dom/StyleElement.cpp: * dom/StyleElement.h: * dom/StyledElement.cpp: * dom/StyledElement.h: * dom/Text.cpp: * dom/Text.h: * dom/Text.idl: * dom/Tokenizer.h: * dom/Traversal.cpp: * dom/Traversal.h: * dom/TreeWalker.cpp: * dom/TreeWalker.h: * dom/TreeWalker.idl: * dom/UIEvent.cpp: * dom/UIEvent.h: * dom/UIEvent.idl: * dom/UIEventWithKeyState.cpp: * dom/UIEventWithKeyState.h: * dom/WheelEvent.cpp: * dom/WheelEvent.h: * dom/WheelEvent.idl: * dom/XMLTokenizer.cpp: * dom/XMLTokenizer.h: * html/FormDataList.cpp: * html/FormDataList.h: * html/HTMLAnchorElement.cpp: * html/HTMLAnchorElement.h: * html/HTMLAnchorElement.idl: * html/HTMLAppletElement.cpp: * html/HTMLAppletElement.h: * html/HTMLAppletElement.idl: * html/HTMLAreaElement.cpp: * html/HTMLAreaElement.h: * html/HTMLAreaElement.idl: * html/HTMLBRElement.cpp: * html/HTMLBRElement.h: * html/HTMLBRElement.idl: * html/HTMLBaseElement.cpp: * html/HTMLBaseElement.h: * html/HTMLBaseElement.idl: * html/HTMLBaseFontElement.cpp: * html/HTMLBaseFontElement.h: * html/HTMLBaseFontElement.idl: * html/HTMLBlockquoteElement.cpp: * html/HTMLBlockquoteElement.h: * html/HTMLBlockquoteElement.idl: * html/HTMLBodyElement.cpp: * html/HTMLBodyElement.h: * html/HTMLBodyElement.idl: * html/HTMLButtonElement.cpp: * html/HTMLButtonElement.h: * html/HTMLButtonElement.idl: * html/HTMLCollection.cpp: * html/HTMLCollection.h: * html/HTMLCollection.idl: * html/HTMLDListElement.cpp: * html/HTMLDListElement.h: * html/HTMLDListElement.idl: * html/HTMLDirectoryElement.cpp: * html/HTMLDirectoryElement.h: * html/HTMLDirectoryElement.idl: * html/HTMLDivElement.cpp: * html/HTMLDivElement.h: * html/HTMLDivElement.idl: * html/HTMLDocument.cpp: * html/HTMLDocument.h: * html/HTMLDocument.idl: * html/HTMLElement.cpp: * html/HTMLElement.h: * html/HTMLElement.idl: * html/HTMLElementFactory.cpp: * html/HTMLElementFactory.h: * html/HTMLEmbedElement.cpp: * html/HTMLEmbedElement.h: * html/HTMLEmbedElement.idl: * html/HTMLEntityNames.gperf: * html/HTMLFieldSetElement.cpp: * html/HTMLFieldSetElement.h: * html/HTMLFieldSetElement.idl: * html/HTMLFontElement.cpp: * html/HTMLFontElement.h: * html/HTMLFontElement.idl: * html/HTMLFormCollection.cpp: * html/HTMLFormCollection.h: * html/HTMLFormElement.cpp: * html/HTMLFormElement.h: * html/HTMLFormElement.idl: * html/HTMLFrameElement.cpp: * html/HTMLFrameElement.h: * html/HTMLFrameElement.idl: * html/HTMLFrameElementBase.cpp: * html/HTMLFrameElementBase.h: * html/HTMLFrameOwnerElement.cpp: * html/HTMLFrameOwnerElement.h: * html/HTMLFrameSetElement.cpp: * html/HTMLFrameSetElement.h: * html/HTMLFrameSetElement.idl: * html/HTMLGenericFormElement.cpp: * html/HTMLGenericFormElement.h: * html/HTMLHRElement.cpp: * html/HTMLHRElement.h: * html/HTMLHRElement.idl: * html/HTMLHeadElement.cpp: * html/HTMLHeadElement.h: * html/HTMLHeadElement.idl: * html/HTMLHeadingElement.cpp: * html/HTMLHeadingElement.h: * html/HTMLHeadingElement.idl: * html/HTMLHtmlElement.cpp: * html/HTMLHtmlElement.h: * html/HTMLHtmlElement.idl: * html/HTMLIFrameElement.cpp: * html/HTMLIFrameElement.h: * html/HTMLIFrameElement.idl: * html/HTMLImageElement.cpp: * html/HTMLImageElement.h: * html/HTMLImageElement.idl: * html/HTMLImageLoader.cpp: * html/HTMLImageLoader.h: * html/HTMLInputElement.cpp: * html/HTMLInputElement.h: * html/HTMLInputElement.idl: * html/HTMLIsIndexElement.cpp: * html/HTMLIsIndexElement.h: * html/HTMLIsIndexElement.idl: * html/HTMLKeygenElement.cpp: * html/HTMLKeygenElement.h: * html/HTMLLIElement.cpp: * html/HTMLLIElement.h: * html/HTMLLIElement.idl: * html/HTMLLabelElement.cpp: * html/HTMLLabelElement.h: * html/HTMLLabelElement.idl: * html/HTMLLegendElement.cpp: * html/HTMLLegendElement.h: * html/HTMLLegendElement.idl: * html/HTMLLinkElement.cpp: * html/HTMLLinkElement.h: * html/HTMLLinkElement.idl: * html/HTMLMapElement.cpp: * html/HTMLMapElement.h: * html/HTMLMapElement.idl: * html/HTMLMarqueeElement.cpp: * html/HTMLMarqueeElement.h: * html/HTMLMarqueeElement.idl: * html/HTMLMenuElement.cpp: * html/HTMLMenuElement.h: * html/HTMLMenuElement.idl: * html/HTMLMetaElement.cpp: * html/HTMLMetaElement.h: * html/HTMLMetaElement.idl: * html/HTMLModElement.cpp: * html/HTMLModElement.h: * html/HTMLModElement.idl: * html/HTMLNameCollection.cpp: * html/HTMLNameCollection.h: * html/HTMLOListElement.cpp: * html/HTMLOListElement.h: * html/HTMLOListElement.idl: * html/HTMLObjectElement.cpp: * html/HTMLObjectElement.h: * html/HTMLObjectElement.idl: * html/HTMLOptGroupElement.cpp: * html/HTMLOptGroupElement.h: * html/HTMLOptGroupElement.idl: * html/HTMLOptionElement.cpp: * html/HTMLOptionElement.h: * html/HTMLOptionElement.idl: * html/HTMLOptionsCollection.cpp: * html/HTMLOptionsCollection.h: * html/HTMLOptionsCollection.idl: * html/HTMLParagraphElement.cpp: * html/HTMLParagraphElement.h: * html/HTMLParagraphElement.idl: * html/HTMLParamElement.cpp: * html/HTMLParamElement.h: * html/HTMLParamElement.idl: * html/HTMLParser.cpp: * html/HTMLParser.h: * html/HTMLPlugInElement.cpp: * html/HTMLPlugInElement.h: * html/HTMLPreElement.cpp: * html/HTMLPreElement.h: * html/HTMLPreElement.idl: * html/HTMLQuoteElement.cpp: * html/HTMLQuoteElement.h: * html/HTMLQuoteElement.idl: * html/HTMLScriptElement.cpp: * html/HTMLScriptElement.h: * html/HTMLScriptElement.idl: * html/HTMLSelectElement.cpp: * html/HTMLSelectElement.h: * html/HTMLSelectElement.idl: * html/HTMLStyleElement.cpp: * html/HTMLStyleElement.h: * html/HTMLStyleElement.idl: * html/HTMLTableCaptionElement.cpp: * html/HTMLTableCaptionElement.h: * html/HTMLTableCaptionElement.idl: * html/HTMLTableCellElement.cpp: * html/HTMLTableCellElement.h: * html/HTMLTableCellElement.idl: * html/HTMLTableColElement.cpp: * html/HTMLTableColElement.h: * html/HTMLTableColElement.idl: * html/HTMLTableElement.cpp: * html/HTMLTableElement.h: * html/HTMLTableElement.idl: * html/HTMLTablePartElement.cpp: * html/HTMLTablePartElement.h: * html/HTMLTableRowElement.cpp: * html/HTMLTableRowElement.h: * html/HTMLTableRowElement.idl: * html/HTMLTableSectionElement.cpp: * html/HTMLTableSectionElement.h: * html/HTMLTableSectionElement.idl: * html/HTMLTextAreaElement.cpp: * html/HTMLTextAreaElement.h: * html/HTMLTextAreaElement.idl: * html/HTMLTitleElement.cpp: * html/HTMLTitleElement.h: * html/HTMLTitleElement.idl: * html/HTMLTokenizer.cpp: * html/HTMLTokenizer.h: * html/HTMLUListElement.cpp: * html/HTMLUListElement.h: * html/HTMLUListElement.idl: * ksvg2/css/SVGCSSParser.cpp: * ksvg2/css/SVGCSSStyleSelector.cpp: * ksvg2/css/SVGRenderStyle.cpp: * ksvg2/css/SVGRenderStyle.h: * ksvg2/css/SVGRenderStyleDefs.cpp: * ksvg2/css/SVGRenderStyleDefs.h: * ksvg2/events/JSSVGLazyEventListener.cpp: * ksvg2/events/JSSVGLazyEventListener.h: * ksvg2/events/SVGZoomEvent.cpp: * ksvg2/events/SVGZoomEvent.h: * ksvg2/misc/KCanvasRenderingStyle.cpp: * ksvg2/misc/KCanvasRenderingStyle.h: * ksvg2/misc/PointerEventsHitRules.cpp: * ksvg2/misc/PointerEventsHitRules.h: * ksvg2/misc/SVGDocumentExtensions.cpp: * ksvg2/misc/SVGDocumentExtensions.h: * ksvg2/misc/SVGImageLoader.cpp: * ksvg2/misc/SVGImageLoader.h: * ksvg2/misc/SVGTimer.cpp: * ksvg2/misc/SVGTimer.h: * ksvg2/misc/TimeScheduler.cpp: * ksvg2/misc/TimeScheduler.h: * ksvg2/scripts/cssmakeprops: * ksvg2/scripts/cssmakevalues: * ksvg2/svg/ColorDistance.cpp: * ksvg2/svg/ColorDistance.h: * ksvg2/svg/GradientAttributes.h: * ksvg2/svg/LinearGradientAttributes.h: * ksvg2/svg/PatternAttributes.h: * ksvg2/svg/RadialGradientAttributes.h: * ksvg2/svg/SVGAElement.cpp: * ksvg2/svg/SVGAElement.h: * ksvg2/svg/SVGAngle.cpp: * ksvg2/svg/SVGAngle.h: * ksvg2/svg/SVGAngle.idl: * ksvg2/svg/SVGAnimateColorElement.cpp: * ksvg2/svg/SVGAnimateColorElement.h: * ksvg2/svg/SVGAnimateElement.cpp: * ksvg2/svg/SVGAnimateElement.h: * ksvg2/svg/SVGAnimateMotionElement.cpp: * ksvg2/svg/SVGAnimateMotionElement.h: * ksvg2/svg/SVGAnimateTransformElement.cpp: * ksvg2/svg/SVGAnimateTransformElement.h: * ksvg2/svg/SVGAnimatedPathData.cpp: * ksvg2/svg/SVGAnimatedPathData.h: * ksvg2/svg/SVGAnimatedPoints.cpp: * ksvg2/svg/SVGAnimatedPoints.h: * ksvg2/svg/SVGAnimatedTemplate.h: * ksvg2/svg/SVGAnimationElement.cpp: * ksvg2/svg/SVGAnimationElement.h: * ksvg2/svg/SVGCircleElement.cpp: * ksvg2/svg/SVGCircleElement.h: * ksvg2/svg/SVGClipPathElement.cpp: * ksvg2/svg/SVGClipPathElement.h: * ksvg2/svg/SVGColor.cpp: * ksvg2/svg/SVGColor.h: * ksvg2/svg/SVGColor.idl: * ksvg2/svg/SVGComponentTransferFunctionElement.cpp: * ksvg2/svg/SVGComponentTransferFunctionElement.h: * ksvg2/svg/SVGCursorElement.cpp: * ksvg2/svg/SVGCursorElement.h: * ksvg2/svg/SVGDefsElement.cpp: * ksvg2/svg/SVGDefsElement.h: * ksvg2/svg/SVGDescElement.cpp: * ksvg2/svg/SVGDescElement.h: * ksvg2/svg/SVGDocument.cpp: * ksvg2/svg/SVGDocument.h: * ksvg2/svg/SVGDocument.idl: * ksvg2/svg/SVGElement.cpp: * ksvg2/svg/SVGElement.h: * ksvg2/svg/SVGElement.idl: * ksvg2/svg/SVGElementInstance.cpp: * ksvg2/svg/SVGElementInstance.h: * ksvg2/svg/SVGElementInstanceList.cpp: * ksvg2/svg/SVGElementInstanceList.h: * ksvg2/svg/SVGEllipseElement.cpp: * ksvg2/svg/SVGEllipseElement.h: * ksvg2/svg/SVGException.h: * ksvg2/svg/SVGExternalResourcesRequired.cpp: * ksvg2/svg/SVGExternalResourcesRequired.h: * ksvg2/svg/SVGFEBlendElement.cpp: * ksvg2/svg/SVGFEBlendElement.h: * ksvg2/svg/SVGFEColorMatrixElement.cpp: * ksvg2/svg/SVGFEColorMatrixElement.h: * ksvg2/svg/SVGFEComponentTransferElement.cpp: * ksvg2/svg/SVGFEComponentTransferElement.h: * ksvg2/svg/SVGFECompositeElement.cpp: * ksvg2/svg/SVGFECompositeElement.h: * ksvg2/svg/SVGFEDiffuseLightingElement.cpp: * ksvg2/svg/SVGFEDiffuseLightingElement.h: * ksvg2/svg/SVGFEDisplacementMapElement.cpp: * ksvg2/svg/SVGFEDisplacementMapElement.h: * ksvg2/svg/SVGFEDistantLightElement.cpp: * ksvg2/svg/SVGFEDistantLightElement.h: * ksvg2/svg/SVGFEFloodElement.cpp: * ksvg2/svg/SVGFEFloodElement.h: * ksvg2/svg/SVGFEFuncAElement.cpp: * ksvg2/svg/SVGFEFuncAElement.h: * ksvg2/svg/SVGFEFuncBElement.cpp: * ksvg2/svg/SVGFEFuncBElement.h: * ksvg2/svg/SVGFEFuncGElement.cpp: * ksvg2/svg/SVGFEFuncGElement.h: * ksvg2/svg/SVGFEFuncRElement.cpp: * ksvg2/svg/SVGFEFuncRElement.h: * ksvg2/svg/SVGFEGaussianBlurElement.cpp: * ksvg2/svg/SVGFEGaussianBlurElement.h: * ksvg2/svg/SVGFEImageElement.cpp: * ksvg2/svg/SVGFEImageElement.h: * ksvg2/svg/SVGFELightElement.cpp: * ksvg2/svg/SVGFELightElement.h: * ksvg2/svg/SVGFEMergeElement.cpp: * ksvg2/svg/SVGFEMergeElement.h: * ksvg2/svg/SVGFEMergeNodeElement.cpp: * ksvg2/svg/SVGFEMergeNodeElement.h: * ksvg2/svg/SVGFEOffsetElement.cpp: * ksvg2/svg/SVGFEOffsetElement.h: * ksvg2/svg/SVGFEPointLightElement.cpp: * ksvg2/svg/SVGFEPointLightElement.h: * ksvg2/svg/SVGFESpecularLightingElement.cpp: * ksvg2/svg/SVGFESpecularLightingElement.h: * ksvg2/svg/SVGFESpotLightElement.cpp: * ksvg2/svg/SVGFESpotLightElement.h: * ksvg2/svg/SVGFETileElement.cpp: * ksvg2/svg/SVGFETileElement.h: * ksvg2/svg/SVGFETurbulenceElement.cpp: * ksvg2/svg/SVGFETurbulenceElement.h: * ksvg2/svg/SVGFilterElement.cpp: * ksvg2/svg/SVGFilterElement.h: * ksvg2/svg/SVGFilterPrimitiveStandardAttributes.cpp: * ksvg2/svg/SVGFilterPrimitiveStandardAttributes.h: * ksvg2/svg/SVGFitToViewBox.cpp: * ksvg2/svg/SVGFitToViewBox.h: * ksvg2/svg/SVGForeignObjectElement.cpp: * ksvg2/svg/SVGForeignObjectElement.h: * ksvg2/svg/SVGGElement.cpp: * ksvg2/svg/SVGGElement.h: * ksvg2/svg/SVGGradientElement.cpp: * ksvg2/svg/SVGGradientElement.h: * ksvg2/svg/SVGImageElement.cpp: * ksvg2/svg/SVGImageElement.h: * ksvg2/svg/SVGLangSpace.cpp: * ksvg2/svg/SVGLangSpace.h: * ksvg2/svg/SVGLength.cpp: * ksvg2/svg/SVGLength.h: * ksvg2/svg/SVGLength.idl: * ksvg2/svg/SVGLengthList.cpp: * ksvg2/svg/SVGLengthList.h: * ksvg2/svg/SVGLineElement.cpp: * ksvg2/svg/SVGLineElement.h: * ksvg2/svg/SVGLinearGradientElement.cpp: * ksvg2/svg/SVGLinearGradientElement.h: * ksvg2/svg/SVGList.h: * ksvg2/svg/SVGListTraits.h: * ksvg2/svg/SVGLocatable.cpp: * ksvg2/svg/SVGLocatable.h: * ksvg2/svg/SVGMPathElement.cpp: * ksvg2/svg/SVGMPathElement.h: * ksvg2/svg/SVGMarkerElement.cpp: * ksvg2/svg/SVGMarkerElement.h: * ksvg2/svg/SVGMaskElement.cpp: * ksvg2/svg/SVGMaskElement.h: * ksvg2/svg/SVGMatrix.idl: * ksvg2/svg/SVGMetadataElement.cpp: * ksvg2/svg/SVGMetadataElement.h: * ksvg2/svg/SVGMetadataElement.idl: * ksvg2/svg/SVGNumber.idl: * ksvg2/svg/SVGNumberList.cpp: * ksvg2/svg/SVGNumberList.h: * ksvg2/svg/SVGPaint.cpp: * ksvg2/svg/SVGPaint.h: * ksvg2/svg/SVGParserUtilities.cpp: * ksvg2/svg/SVGParserUtilities.h: * ksvg2/svg/SVGPathElement.cpp: * ksvg2/svg/SVGPathElement.h: * ksvg2/svg/SVGPathSeg.h: * ksvg2/svg/SVGPathSegArc.cpp: * ksvg2/svg/SVGPathSegArc.h: * ksvg2/svg/SVGPathSegClosePath.cpp: * ksvg2/svg/SVGPathSegClosePath.h: * ksvg2/svg/SVGPathSegCurvetoCubic.cpp: * ksvg2/svg/SVGPathSegCurvetoCubic.h: * ksvg2/svg/SVGPathSegCurvetoCubicSmooth.cpp: * ksvg2/svg/SVGPathSegCurvetoCubicSmooth.h: * ksvg2/svg/SVGPathSegCurvetoQuadratic.cpp: * ksvg2/svg/SVGPathSegCurvetoQuadratic.h: * ksvg2/svg/SVGPathSegCurvetoQuadraticSmooth.cpp: * ksvg2/svg/SVGPathSegCurvetoQuadraticSmooth.h: * ksvg2/svg/SVGPathSegLineto.cpp: * ksvg2/svg/SVGPathSegLineto.h: * ksvg2/svg/SVGPathSegLinetoHorizontal.cpp: * ksvg2/svg/SVGPathSegLinetoHorizontal.h: * ksvg2/svg/SVGPathSegLinetoVertical.cpp: * ksvg2/svg/SVGPathSegLinetoVertical.h: * ksvg2/svg/SVGPathSegList.cpp: * ksvg2/svg/SVGPathSegList.h: * ksvg2/svg/SVGPathSegMoveto.cpp: * ksvg2/svg/SVGPathSegMoveto.h: * ksvg2/svg/SVGPatternElement.cpp: * ksvg2/svg/SVGPatternElement.h: * ksvg2/svg/SVGPoint.idl: * ksvg2/svg/SVGPointList.cpp: * ksvg2/svg/SVGPointList.h: * ksvg2/svg/SVGPolyElement.cpp: * ksvg2/svg/SVGPolyElement.h: * ksvg2/svg/SVGPolygonElement.cpp: * ksvg2/svg/SVGPolygonElement.h: * ksvg2/svg/SVGPolylineElement.cpp: * ksvg2/svg/SVGPolylineElement.h: * ksvg2/svg/SVGPreserveAspectRatio.cpp: * ksvg2/svg/SVGPreserveAspectRatio.h: * ksvg2/svg/SVGRadialGradientElement.cpp: * ksvg2/svg/SVGRadialGradientElement.h: * ksvg2/svg/SVGRect.idl: * ksvg2/svg/SVGRectElement.cpp: * ksvg2/svg/SVGRectElement.h: * ksvg2/svg/SVGRenderingIntent.h: * ksvg2/svg/SVGSVGElement.cpp: * ksvg2/svg/SVGSVGElement.h: * ksvg2/svg/SVGSVGElement.idl: * ksvg2/svg/SVGScriptElement.cpp: * ksvg2/svg/SVGScriptElement.h: * ksvg2/svg/SVGSetElement.cpp: * ksvg2/svg/SVGSetElement.h: * ksvg2/svg/SVGStopElement.cpp: * ksvg2/svg/SVGStopElement.h: * ksvg2/svg/SVGStringList.cpp: * ksvg2/svg/SVGStringList.h: * ksvg2/svg/SVGStylable.cpp: * ksvg2/svg/SVGStylable.h: * ksvg2/svg/SVGStyleElement.cpp: * ksvg2/svg/SVGStyleElement.h: * ksvg2/svg/SVGStyledElement.cpp: * ksvg2/svg/SVGStyledElement.h: * ksvg2/svg/SVGStyledLocatableElement.cpp: * ksvg2/svg/SVGStyledLocatableElement.h: * ksvg2/svg/SVGStyledTransformableElement.cpp: * ksvg2/svg/SVGStyledTransformableElement.h: * ksvg2/svg/SVGSwitchElement.cpp: * ksvg2/svg/SVGSwitchElement.h: * ksvg2/svg/SVGSymbolElement.cpp: * ksvg2/svg/SVGSymbolElement.h: * ksvg2/svg/SVGTRefElement.cpp: * ksvg2/svg/SVGTRefElement.h: * ksvg2/svg/SVGTSpanElement.cpp: * ksvg2/svg/SVGTSpanElement.h: * ksvg2/svg/SVGTests.cpp: * ksvg2/svg/SVGTests.h: * ksvg2/svg/SVGTextContentElement.cpp: * ksvg2/svg/SVGTextContentElement.h: * ksvg2/svg/SVGTextElement.cpp: * ksvg2/svg/SVGTextElement.h: * ksvg2/svg/SVGTextPositioningElement.cpp: * ksvg2/svg/SVGTextPositioningElement.h: * ksvg2/svg/SVGTitleElement.cpp: * ksvg2/svg/SVGTitleElement.h: * ksvg2/svg/SVGTransform.cpp: * ksvg2/svg/SVGTransform.h: * ksvg2/svg/SVGTransform.idl: * ksvg2/svg/SVGTransformDistance.cpp: * ksvg2/svg/SVGTransformDistance.h: * ksvg2/svg/SVGTransformList.cpp: * ksvg2/svg/SVGTransformList.h: * ksvg2/svg/SVGTransformable.cpp: * ksvg2/svg/SVGTransformable.h: * ksvg2/svg/SVGURIReference.cpp: * ksvg2/svg/SVGURIReference.h: * ksvg2/svg/SVGUnitTypes.h: * ksvg2/svg/SVGUseElement.cpp: * ksvg2/svg/SVGUseElement.h: * ksvg2/svg/SVGViewElement.cpp: * ksvg2/svg/SVGViewElement.h: * ksvg2/svg/SVGZoomAndPan.cpp: * ksvg2/svg/SVGZoomAndPan.h: * loader/Cache.cpp: * loader/Cache.h: * loader/CachedCSSStyleSheet.cpp: * loader/CachedCSSStyleSheet.h: * loader/CachedImage.cpp: * loader/CachedImage.h: * loader/CachedResource.cpp: * loader/CachedResource.h: * loader/CachedResourceClient.h: * loader/CachedResourceClientWalker.cpp: * loader/CachedResourceClientWalker.h: * loader/CachedScript.cpp: * loader/CachedScript.h: * loader/CachedXBLDocument.cpp: * loader/CachedXBLDocument.h: * loader/CachedXSLStyleSheet.cpp: * loader/CachedXSLStyleSheet.h: * loader/DocLoader.cpp: * loader/DocLoader.h: * loader/FTPDirectoryParser.cpp: * loader/FTPDirectoryParser.h: * loader/Request.cpp: * loader/Request.h: * loader/TextResourceDecoder.cpp: * loader/TextResourceDecoder.h: * loader/loader.cpp: * loader/loader.h: * page/Chrome.cpp: * page/Chrome.h: * page/ChromeClient.h: * page/Frame.cpp: * page/Frame.h: * page/FramePrivate.h: * page/FrameTree.cpp: * page/FrameTree.h: * page/FrameView.cpp: * page/FrameView.h: * page/MouseEventWithHitTestResults.cpp: * page/MouseEventWithHitTestResults.h: * page/Page.cpp: * page/Page.h: * page/Plugin.h: * page/mac/ChromeMac.mm: * platform/Arena.cpp: * platform/Arena.h: * platform/AtomicString.cpp: * platform/AtomicString.h: * platform/AtomicStringImpl.h: * platform/BidiContext.cpp: * platform/BidiContext.h: * platform/BidiResolver.h: * platform/Font.cpp: * platform/Font.h: * platform/FontData.h: * platform/FontDescription.h: * platform/FontFallbackList.h: * platform/PlatformString.h: * platform/PopupMenu.h: * platform/PopupMenuClient.h: * platform/SearchPopupMenu.h: * platform/SegmentedString.cpp: * platform/SegmentedString.h: * platform/Shared.h: * platform/StaticConstructors.h: * platform/String.cpp: * platform/StringHash.h: * platform/StringImpl.cpp: * platform/StringImpl.h: * platform/TextBreakIterator.h: * platform/TextBreakIteratorICU.cpp: * platform/TextBreakIteratorInternalICU.h: * platform/TextStyle.h: * platform/UnicodeRange.cpp: * platform/UnicodeRange.h: * platform/cf/StringCF.cpp: * platform/cf/StringImplCF.cpp: * platform/graphics/FloatPoint3D.cpp: * platform/graphics/FloatPoint3D.h: * platform/graphics/Icon.h: * platform/graphics/IntSizeHash.h: * platform/graphics/PathTraversalState.cpp: * platform/graphics/cairo/CairoPath.h: * platform/graphics/cairo/PathCairo.cpp: * platform/graphics/mac/IconMac.mm: * platform/graphics/qt/IconQt.cpp: * platform/graphics/svg/SVGResourceFilter.cpp: * platform/graphics/svg/SVGResourceFilter.h: * platform/graphics/svg/cg/SVGPaintServerCg.cpp: * platform/graphics/svg/cg/SVGPaintServerGradientCg.cpp: * platform/graphics/svg/cg/SVGPaintServerPatternCg.cpp: * platform/graphics/svg/cg/SVGPaintServerSolidCg.cpp: * platform/graphics/svg/filters/SVGDistantLightSource.h: * platform/graphics/svg/filters/SVGFEBlend.cpp: * platform/graphics/svg/filters/SVGFEBlend.h: * platform/graphics/svg/filters/SVGFEColorMatrix.cpp: * platform/graphics/svg/filters/SVGFEColorMatrix.h: * platform/graphics/svg/filters/SVGFEComponentTransfer.cpp: * platform/graphics/svg/filters/SVGFEComponentTransfer.h: * platform/graphics/svg/filters/SVGFEComposite.cpp: * platform/graphics/svg/filters/SVGFEComposite.h: * platform/graphics/svg/filters/SVGFEConvolveMatrix.cpp: * platform/graphics/svg/filters/SVGFEConvolveMatrix.h: * platform/graphics/svg/filters/SVGFEDiffuseLighting.cpp: * platform/graphics/svg/filters/SVGFEDiffuseLighting.h: * platform/graphics/svg/filters/SVGFEDisplacementMap.cpp: * platform/graphics/svg/filters/SVGFEDisplacementMap.h: * platform/graphics/svg/filters/SVGFEFlood.cpp: * platform/graphics/svg/filters/SVGFEFlood.h: * platform/graphics/svg/filters/SVGFEGaussianBlur.cpp: * platform/graphics/svg/filters/SVGFEGaussianBlur.h: * platform/graphics/svg/filters/SVGFEImage.cpp: * platform/graphics/svg/filters/SVGFEImage.h: * platform/graphics/svg/filters/SVGFEMerge.cpp: * platform/graphics/svg/filters/SVGFEMerge.h: * platform/graphics/svg/filters/SVGFEMorphology.cpp: * platform/graphics/svg/filters/SVGFEMorphology.h: * platform/graphics/svg/filters/SVGFEOffset.cpp: * platform/graphics/svg/filters/SVGFEOffset.h: * platform/graphics/svg/filters/SVGFESpecularLighting.cpp: * platform/graphics/svg/filters/SVGFESpecularLighting.h: * platform/graphics/svg/filters/SVGFETile.h: * platform/graphics/svg/filters/SVGFETurbulence.cpp: * platform/graphics/svg/filters/SVGFETurbulence.h: * platform/graphics/svg/filters/SVGFilterEffect.cpp: * platform/graphics/svg/filters/SVGFilterEffect.h: * platform/graphics/svg/filters/SVGLightSource.cpp: * platform/graphics/svg/filters/SVGLightSource.h: * platform/graphics/svg/filters/SVGPointLightSource.h: * platform/graphics/svg/filters/SVGSpotLightSource.h: * platform/graphics/svg/filters/cg/SVGFEBlendCg.mm: * platform/graphics/svg/filters/cg/SVGFEColorMatrixCg.mm: * platform/graphics/svg/filters/cg/SVGFEComponentTransferCg.mm: * platform/graphics/svg/filters/cg/SVGFECompositeCg.mm: * platform/graphics/svg/filters/cg/SVGFEDiffuseLightingCg.mm: * platform/graphics/svg/filters/cg/SVGFEDisplacementMapCg.mm: * platform/graphics/svg/filters/cg/SVGFEFloodCg.mm: * platform/graphics/svg/filters/cg/SVGFEGaussianBlurCg.mm: * platform/graphics/svg/filters/cg/SVGFEHelpersCg.h: * platform/graphics/svg/filters/cg/SVGFEHelpersCg.mm: * platform/graphics/svg/filters/cg/SVGFEImageCg.mm: * platform/graphics/svg/filters/cg/SVGFEMergeCg.mm: * platform/graphics/svg/filters/cg/SVGFEOffsetCg.mm: * platform/graphics/svg/filters/cg/SVGFESpecularLightingCg.mm: * platform/graphics/svg/filters/cg/SVGFETileCg.mm: * platform/graphics/svg/filters/cg/SVGFilterEffectCg.mm: * platform/graphics/svg/qt/RenderPathQt.cpp: * platform/graphics/svg/qt/SVGPaintServerGradientQt.cpp: * platform/graphics/svg/qt/SVGPaintServerLinearGradientQt.cpp: * platform/graphics/svg/qt/SVGPaintServerPatternQt.cpp: * platform/graphics/svg/qt/SVGPaintServerQt.cpp: * platform/graphics/svg/qt/SVGPaintServerRadialGradientQt.cpp: * platform/graphics/svg/qt/SVGPaintServerSolidQt.cpp: * platform/graphics/svg/qt/SVGResourceClipperQt.cpp: * platform/graphics/svg/qt/SVGResourceFilterQt.cpp: * platform/graphics/svg/qt/SVGResourceMaskerQt.cpp: * platform/graphics/win/IconWin.cpp: * platform/gtk/FontPlatformData.h: * platform/gtk/FontPlatformDataGtk.cpp: * platform/gtk/PopupMenuGtk.cpp: * platform/gtk/RenderThemeGtk.cpp: * platform/gtk/RenderThemeGtk.h: * platform/image-decoders/jpeg/JPEGImageDecoder.cpp: * platform/image-decoders/png/PNGImageDecoder.cpp: * platform/mac/FontMac.mm: * platform/mac/FontPlatformData.h: * platform/mac/LocalCurrentGraphicsContext.h: * platform/mac/LocalCurrentGraphicsContext.mm: * platform/mac/PopupMenuMac.mm: * platform/mac/SearchPopupMenuMac.mm: * platform/mac/StringImplMac.mm: * platform/mac/StringMac.mm: * platform/mac/TextBreakIteratorInternalICUMac.mm: * platform/network/FormData.cpp: * platform/network/FormData.h: * platform/qt/FileChooserQt.cpp: * platform/qt/FontQt.cpp: * platform/qt/MenuEventProxy.h: * platform/qt/PlugInInfoStoreQt.cpp: * platform/qt/PopupMenuQt.cpp: * platform/qt/QWebPopup.cpp: * platform/qt/QWebPopup.h: * platform/qt/RenderThemeQt.cpp: * platform/qt/RenderThemeQt.h: * platform/qt/SearchPopupMenuQt.cpp: * platform/qt/TextBreakIteratorQt.cpp: * platform/qt/WheelEventQt.cpp: * platform/win/FontPlatformData.h: * platform/win/FontPlatformDataWin.cpp: * platform/win/PopupMenuWin.cpp: * platform/win/SearchPopupMenuWin.cpp: * platform/win/TextBreakIteratorInternalICUWin.cpp: * rendering/AutoTableLayout.cpp: * rendering/AutoTableLayout.h: * rendering/CounterNode.cpp: * rendering/CounterNode.h: * rendering/DataRef.h: * rendering/EllipsisBox.cpp: * rendering/EllipsisBox.h: * rendering/FixedTableLayout.cpp: * rendering/FixedTableLayout.h: * rendering/GapRects.h: * rendering/HitTestRequest.h: * rendering/HitTestResult.cpp: * rendering/HitTestResult.h: * rendering/InlineBox.cpp: * rendering/InlineBox.h: * rendering/InlineFlowBox.cpp: * rendering/InlineFlowBox.h: * rendering/InlineRunBox.h: * rendering/InlineTextBox.cpp: * rendering/InlineTextBox.h: * rendering/Length.h: * rendering/ListMarkerBox.cpp: * rendering/ListMarkerBox.h: * rendering/RenderApplet.cpp: * rendering/RenderApplet.h: * rendering/RenderArena.cpp: * rendering/RenderArena.h: * rendering/RenderBR.cpp: * rendering/RenderBR.h: * rendering/RenderBlock.cpp: * rendering/RenderBlock.h: * rendering/RenderBox.cpp: * rendering/RenderBox.h: * rendering/RenderButton.cpp: * rendering/RenderButton.h: * rendering/RenderContainer.cpp: * rendering/RenderContainer.h: * rendering/RenderCounter.cpp: * rendering/RenderCounter.h: * rendering/RenderFieldset.cpp: * rendering/RenderFieldset.h: * rendering/RenderFileUploadControl.cpp: * rendering/RenderFileUploadControl.h: * rendering/RenderFlexibleBox.cpp: * rendering/RenderFlexibleBox.h: * rendering/RenderFlow.cpp: * rendering/RenderFlow.h: * rendering/RenderForeignObject.cpp: * rendering/RenderForeignObject.h: * rendering/RenderFrame.cpp: * rendering/RenderFrame.h: * rendering/RenderFrameSet.cpp: * rendering/RenderFrameSet.h: * rendering/RenderImage.cpp: * rendering/RenderImage.h: * rendering/RenderInline.cpp: * rendering/RenderInline.h: * rendering/RenderLayer.cpp: * rendering/RenderLayer.h: * rendering/RenderLegend.cpp: * rendering/RenderLegend.h: * rendering/RenderListItem.cpp: * rendering/RenderListItem.h: * rendering/RenderListMarker.cpp: * rendering/RenderListMarker.h: * rendering/RenderMenuList.cpp: * rendering/RenderMenuList.h: * rendering/RenderObject.cpp: * rendering/RenderObject.h: * rendering/RenderPart.cpp: * rendering/RenderPart.h: * rendering/RenderPartObject.cpp: * rendering/RenderPartObject.h: * rendering/RenderPath.cpp: * rendering/RenderPath.h: * rendering/RenderReplaced.cpp: * rendering/RenderReplaced.h: * rendering/RenderSVGBlock.cpp: * rendering/RenderSVGBlock.h: * rendering/RenderSVGContainer.cpp: * rendering/RenderSVGContainer.h: * rendering/RenderSVGGradientStop.cpp: * rendering/RenderSVGGradientStop.h: * rendering/RenderSVGHiddenContainer.cpp: * rendering/RenderSVGHiddenContainer.h: * rendering/RenderSVGImage.cpp: * rendering/RenderSVGImage.h: * rendering/RenderSVGInline.cpp: * rendering/RenderSVGInline.h: * rendering/RenderSVGInlineText.cpp: * rendering/RenderSVGInlineText.h: * rendering/RenderSVGTSpan.cpp: * rendering/RenderSVGTSpan.h: * rendering/RenderSVGText.cpp: * rendering/RenderSVGText.h: * rendering/RenderSlider.cpp: * rendering/RenderSlider.h: * rendering/RenderStyle.cpp: * rendering/RenderStyle.h: * rendering/RenderTable.cpp: * rendering/RenderTable.h: * rendering/RenderTableCell.cpp: * rendering/RenderTableCell.h: * rendering/RenderTableCol.cpp: * rendering/RenderTableCol.h: * rendering/RenderTableRow.cpp: * rendering/RenderTableRow.h: * rendering/RenderTableSection.cpp: * rendering/RenderTableSection.h: * rendering/RenderText.cpp: * rendering/RenderText.h: * rendering/RenderTextControl.cpp: * rendering/RenderTextControl.h: * rendering/RenderTextFragment.cpp: * rendering/RenderTextFragment.h: * rendering/RenderTheme.cpp: * rendering/RenderTheme.h: * rendering/RenderThemeMac.h: * rendering/RenderThemeMac.mm: * rendering/RenderThemeSafari.cpp: * rendering/RenderThemeSafari.h: * rendering/RenderThemeWin.cpp: * rendering/RenderThemeWin.h: * rendering/RenderView.cpp: * rendering/RenderView.h: * rendering/RenderWidget.cpp: * rendering/RenderWidget.h: * rendering/RootInlineBox.cpp: * rendering/RootInlineBox.h: * rendering/SVGInlineFlowBox.cpp: * rendering/SVGInlineFlowBox.h: * rendering/SVGInlineTextBox.cpp: * rendering/SVGInlineTextBox.h: * rendering/SVGRootInlineBox.cpp: * rendering/SVGRootInlineBox.h: * rendering/TableLayout.h: * rendering/bidi.cpp: * rendering/bidi.h: * rendering/break_lines.cpp: * rendering/break_lines.h: * xml/DOMParser.cpp: * xml/DOMParser.h: * xml/DOMParser.idl: * xml/XMLHttpRequest.cpp: * xml/XMLHttpRequest.h: * xml/XMLSerializer.cpp: * xml/XMLSerializer.h: * xml/XMLSerializer.idl: * xml/XPathEvaluator.idl: * xml/XPathExpression.idl: * xml/XPathNSResolver.idl: * xml/XPathResult.idl: * xml/XSLImportRule.cpp: * xml/XSLImportRule.h: * xml/XSLStyleSheet.cpp: * xml/XSLStyleSheet.h: * xml/XSLTProcessor.cpp: * xml/XSLTProcessor.h: WebKitQt: Reviewed by Adam. - Fix http://bugs.webkit.org/show_bug.cgi?id=14885 LGPL'ed files contain incorrect FSF address * Api/qcookiejar.cpp: * Api/qcookiejar.h: * Api/qwebframe.cpp: * Api/qwebframe.h: * Api/qwebframe_p.h: * Api/qwebhistoryinterface.cpp: * Api/qwebhistoryinterface.h: * Api/qwebkitglobal.h: * Api/qwebnetworkinterface.cpp: * Api/qwebnetworkinterface.h: * Api/qwebnetworkinterface_p.h: * Api/qwebobjectplugin.cpp: * Api/qwebobjectplugin.h: * Api/qwebobjectpluginconnector.cpp: * Api/qwebobjectpluginconnector.h: * Api/qwebpage.cpp: * Api/qwebpage.h: * Api/qwebpage_p.h: * Api/qwebpagehistory.cpp: * Api/qwebpagehistory.h: * Api/qwebsettings.cpp: * Api/qwebsettings.h: * WebCoreSupport/EditCommandQt.cpp: * WebCoreSupport/EditCommandQt.h: WebKitSite: Reviewed by Adam. - Fix http://bugs.webkit.org/show_bug.cgi?id=14885 LGPL'ed files contain incorrect FSF address * blog/wp-content/plugins/wp-cache/wp-cache.php: * blog/wp-includes/class-snoopy.php: * blog/wp-includes/gettext.php: * blog/wp-includes/js/tinymce/license.html: * blog/wp-includes/streams.php: WebKitTools: Reviewed by Adam. - Fix http://bugs.webkit.org/show_bug.cgi?id=14885 LGPL'ed files contain incorrect FSF address * Drosera/config.h: LayoutTests: Reviewed by Adam. - Fix http://bugs.webkit.org/show_bug.cgi?id=14885 LGPL'ed files contain incorrect FSF address * svg/carto.net/resources/button.js: * svg/carto.net/resources/colourPicker.js: * svg/carto.net/resources/comboBox.js: * svg/carto.net/resources/helper_functions.js: * svg/carto.net/resources/mapApp.js: * svg/carto.net/resources/scrollbar.js: * svg/carto.net/resources/selectionList.js: * svg/carto.net/resources/slider.js: * svg/carto.net/resources/tabgroup.js: * svg/carto.net/resources/textbox.js: * svg/carto.net/resources/window.js: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@25754 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 30 Jan, 2007 1 commit
-
-
hausmann authored
build it with ELF visibility or on Windows without adding EXPORT macros to kjs all over the place. r=zack git-svn-id: http://svn.webkit.org/repository/webkit/trunk@19251 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 25 Jan, 2007 1 commit
-
-
zack authored
r=lars git-svn-id: http://svn.webkit.org/repository/webkit/trunk@19116 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 16 Jan, 2007 1 commit
-
-
lars authored
of WebKit. Currently we have QWebPage and QWebFrame with a few small methods. Converted the QtLauncher and DumpRenderTree to use the new public API. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@18886 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 09 Jul, 2006 1 commit
-
-
darin authored
* WebCore.vcproj/WebCore/WebCore.vcproj: Remove paths for kwq and khtml directories. Move files to their new locations. Did rename. * WebCore.xcodeproj/project.pbxproj: Move files to their new locations. Did rename. * WebCoreSources.bkl: Did rename. * webcore-base.bkl: Removed kwq. * kwq/AccessibilityObjectCache.h: Removed. * kwq/AccessibilityObjectCache.mm: Removed. * kwq/FormDataMac.h: Removed. * kwq/FormDataMac.mm: Removed. * kwq/WebCoreAXObject.h: Removed. * kwq/WebCoreAXObject.mm: Removed. * kwq/WebCoreEditCommand.h: Removed. * kwq/WebCoreEditCommand.mm: Removed. * kwq/WebCorePageState.h: Removed. * kwq/WebCorePageState.mm: Removed. * kwq/WebCoreResourceLoaderImp.h: Removed. * kwq/WebCoreResourceLoaderImp.mm: Removed. * bridge/AXObjectCache.h: Added. * bridge/mac/AXObjectCacheMac.mm: Added. * bridge/mac/WebCoreAXObject.h: Added. * bridge/mac/WebCoreAXObject.mm: Added. * loader/CachedObject.cpp: Removed. * loader/CachedObject.h: Removed. * loader/CachedObjectClient.h: Removed. * loader/CachedObjectClientWalker.cpp: Removed. * loader/CachedObjectClientWalker.h: Removed. * loader/CachedResource.cpp: Added. * loader/CachedResource.h: Added. * loader/CachedResourceClient.h: Added. * loader/CachedResourceClientWalker.cpp: Added. * loader/CachedResourceClientWalker.h: Added. * bridge/mac/FrameMac.mm: * bridge/mac/WebCoreFrameBridge.mm: * css/CSSImageValue.h: * css/CSSImportRule.h: * dom/Document.cpp: * dom/Document.h: * dom/Notation.h: * dom/ProcessingInstruction.h: * dom/XMLTokenizer.cpp: * html/CanvasPattern.h: * html/HTMLDocument.h: * html/HTMLImageLoader.cpp: * html/HTMLImageLoader.h: * html/HTMLLinkElement.h: * html/HTMLScriptElement.cpp: * html/HTMLScriptElement.h: * html/HTMLTokenizer.cpp: * html/HTMLTokenizer.h: * kcanvas/KCanvasFilters.h: * ksvg2/svg/SVGCursorElement.cpp: * ksvg2/svg/SVGCursorElement.h: * ksvg2/svg/SVGFEImageElement.cpp: * ksvg2/svg/SVGFEImageElement.h: * loader/Cache.cpp: * loader/Cache.h: * loader/CachedCSSStyleSheet.cpp: * loader/CachedCSSStyleSheet.h: * loader/CachedImage.cpp: * loader/CachedImage.h: * loader/CachedScript.cpp: * loader/CachedScript.h: * loader/CachedXBLDocument.cpp: * loader/CachedXBLDocument.h: * loader/CachedXSLStyleSheet.cpp: * loader/CachedXSLStyleSheet.h: * loader/DocLoader.cpp: * loader/DocLoader.h: * loader/LoaderFunctions.h: * loader/Request.cpp: * loader/Request.h: * loader/loader.cpp: * loader/loader.h: * loader/mac/LoaderFunctionsMac.mm: * page/Frame.cpp: * page/FrameView.cpp: * platform/gdk/TemporaryLinkStubs.cpp: * platform/mac/ClipboardMac.h: * platform/win/TemporaryLinkStubs.cpp: * rendering/RenderBox.h: * rendering/RenderContainer.cpp: * rendering/RenderImage.cpp: * rendering/RenderImage.h: * rendering/RenderLayer.h: * rendering/RenderObject.cpp: * rendering/RenderObject.h: * rendering/RenderStyle.cpp: * rendering/RenderStyle.h: * xml/XSLImportRule.h: Did renaming. * platform/mac/can-convert.mm: Removed. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@15269 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 11 Jun, 2006 1 commit
-
-
darin authored
- Fix for http://bugzilla.opendarwin.org/show_bug.cgi?id=8039 Remove use of DeprecatedArray in favor of new Vector class This removes most of the uses of DeprecatedArray and DeprecatedByteArray, with the exception of DeprecatedCString. No test cases added because there is no change in functionality. * loader/CachedCSSStyleSheet.cpp: (WebCore::CachedCSSStyleSheet::data): * loader/CachedCSSStyleSheet.h: * loader/CachedImage.cpp: (WebCore::CachedImage::bufferData): (WebCore::CachedImage::data): (WebCore::CachedImage::checkNotify): (WebCore::CachedImage::shouldStopAnimation): * loader/CachedImage.h: * loader/CachedObject.cpp: (WebCore::CachedObject::bufferData): (WebCore::CachedObject::setExpireDate): * loader/CachedObject.h: (WebCore::CachedObject::setCharset): * loader/CachedScript.cpp: (WebCore::CachedScript::data): * loader/CachedScript.h: * loader/CachedXBLDocument.cpp: (WebCore::CachedXBLDocument::data): (WebCore::CachedXBLDocument::checkNotify): * loader/CachedXBLDocument.h: * loader/CachedXSLStyleSheet.cpp: (WebCore::CachedXSLStyleSheet::data): * loader/CachedXSLStyleSheet.h: * loader/Request.cpp: (WebCore::Request::Request): (WebCore::Request::~Request): * loader/Request.h: (WebCore::Request::buffer): (WebCore::Request::cachedObject): (WebCore::Request::docLoader): (WebCore::Request::isIncremental): (WebCore::Request::setIsIncremental): (WebCore::Request::isMultipart): (WebCore::Request::setIsMultipart): * loader/loader.cpp: (WebCore::crossDomain): (WebCore::Loader::Loader): (WebCore::Loader::load): (WebCore::Loader::servePendingRequests): (WebCore::Loader::receivedAllData): (WebCore::Loader::receivedResponse): (WebCore::Loader::receivedData): (WebCore::Loader::numRequests): (WebCore::Loader::cancelRequests): (WebCore::Loader::removeBackgroundDecodingRequest): (WebCore::Loader::jobForRequest): * platform/Image.cpp: (WebCore::Image::setData): * platform/Image.h: (WebCore::Image::dataBuffer): * css/cssstyleselector.cpp: (WebCore::CSSStyleSelector::init): (WebCore::CSSStyleSelector::matchRules): (WebCore::CSSStyleSelector::matchRulesForList): (WebCore::CSSStyleSelector::sortMatchedRules): (WebCore::CSSStyleSelector::initForStyleResolve): (WebCore::CSSStyleSelector::createStyleForElement): (WebCore::CSSStyleSelector::createPseudoStyleForElement): * css/cssstyleselector.h: (WebCore::CSSStyleSelector::addMatchedRule): (WebCore::CSSStyleSelector::addMatchedDeclaration): * dom/xml_tokenizer.cpp: (WebCore::OffsetBuffer::OffsetBuffer): (WebCore::openFunc): * html/HTMLOptionElement.cpp: (WebCore::HTMLOptionElement::index): * html/HTMLSelectElement.cpp: (WebCore::HTMLSelectElement::selectedIndex): (WebCore::HTMLSelectElement::setSelectedIndex): (WebCore::HTMLSelectElement::length): (WebCore::HTMLSelectElement::remove): (WebCore::HTMLSelectElement::value): (WebCore::HTMLSelectElement::setValue): (WebCore::HTMLSelectElement::state): (WebCore::HTMLSelectElement::restoreState): (WebCore::HTMLSelectElement::appendFormData): (WebCore::HTMLSelectElement::optionToListIndex): (WebCore::HTMLSelectElement::listToOptionIndex): (WebCore::HTMLSelectElement::recalcListItems): (WebCore::HTMLSelectElement::reset): (WebCore::HTMLSelectElement::notifyOptionSelected): * html/HTMLSelectElement.h: (WebCore::HTMLSelectElement::listItems): * kwq/KWQLoader.h: * kwq/KWQLoader.mm: (KWQServeSynchronousRequest): * kwq/KWQTextStream.cpp: (QTextStream::operator<<): * kwq/KWQTextStream.h: * loader/FormData.cpp: (WebCore::FormData::flatten): (WebCore::FormData::flattenToString): * loader/FormData.h: (WebCore::FormDataElement::FormDataElement): * platform/DeprecatedString.cpp: * platform/DeprecatedString.h: * platform/IntPointArray.cpp: Removed. * platform/IntPointArray.h: Removed. * platform/TextEncoding.cpp: (WebCore::TextEncoding::toUnicode): * platform/TextEncoding.h: * platform/cairo/pixman/src/pixregion.c: * platform/cg/PathCG.cpp: (WebCore::Path::Path): * rendering/RenderObject.cpp: (WebCore::RenderObject::drawBorder): * rendering/RenderTable.h: (WebCore::RenderTable::colToEffCol): (WebCore::RenderTable::effColToCol): * rendering/RenderTableSection.cpp: (WebCore::RenderTableSection::ensureRows): (WebCore::RenderTableSection::addCell): (WebCore::RenderTableSection::setCellWidths): * rendering/RenderTableSection.h: * rendering/bidi.cpp: (WebCore::addMidpoint): (WebCore::RenderBlock::layoutInlineChildren): * rendering/render_form.cpp: (WebCore::RenderSelect::updateFromElement): (WebCore::RenderSelect::layout): (WebCore::RenderSelect::valueChanged): (WebCore::RenderSelect::selectionChanged): (WebCore::RenderSelect::updateSelection): * rendering/table_layout.cpp: (WebCore::FixedTableLayout::layout): * rendering/table_layout.h: * xml/XSLTProcessor.cpp: (WebCore::docLoaderFunc): * xml/xmlhttprequest.cpp: (WebCore::XMLHttpRequest::send): (WebCore::XMLHttpRequest::processSyncLoadResults): * xml/xmlhttprequest.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@14816 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 20 Feb, 2006 1 commit
-
-
darin authored
- moved Cursor into the platform directory from KWQ - removed a lot of other unneeded stuff from KWQ * platform/Cursor.h: Added. * platform/mac/CursorMac.mm: Added. * platform/mac/CursorWin.cpp: Added. * kwq/KWQBuffer.cpp: Removed. * kwq/KWQBuffer.h: Removed. * kwq/KWQCursor.h: Removed. * kwq/KWQCursor.mm: Removed. * kwq/KWQIODevice.h: Removed. * kwq/KWQKCursor.h: Removed. * kwq/KWQKCursor.mm: Removed. * kwq/KWQKDebug.h: Removed. * kwq/KWQSignalStubs.cpp: Removed. * ForwardingHeaders/kcursor.h: Removed. * ForwardingHeaders/kdebug.h: Removed. * ForwardingHeaders/qbuffer.h: Removed. * kwq/KWQEvent.h: Removed unused constants and types QCustomEvent, QFocusEvent, QHideEvent, QShowEvent, QContextMenuEvent, and QResizeEvent. * kwq/KWQLoader.h: Removed KWQLoader class since signals are no longer needed. * kwq/KWQLoader.mm: Ditto. * kwq/KWQNamespace.h: Removed DontClip, ShowPrefix, WordBreak, LayoutDirection, LeftToRight, RightToLeft, RasterOp, CopyROP, OrROP, and XorROP. * kwq/KWQObject.h: Removed blockSignals, sender, _signalsBlocked, _sender, and KWQObjectSenderScope. * kwq/KWQObject.cpp: (QObject::QObject): Removed _signalsBlocked. (QObject::connect): Removed special-case signals to not complain about. All of them were either unused, converted to non-signal functions, or in one case (slotScrollBarMoved) turned into a FIXME. * kwq/KWQPainter.h: Removed rasterOp and setRasterOp. * kwq/KWQPainter.mm: Ditto. * kwq/KWQSignal.h: * kwq/KWQSignal.cpp: (KWQSignal::disconnect): Removed special cases for various signals; all are now using plain function calls instead. * kwq/KWQSlot.h: * kwq/KWQSlot.cpp: Removed slots that are no longer needed because they are using plain function calls instead of signals. * WebCore.vcproj/WebCore/WebCore.vcproj: * WebCore.xcodeproj/project.pbxproj: Updated for changed files. * bridge/mac/FrameViewMac.mm: Moved the contents of KWQKHTMLView.cpp in here. * bridge/mac/KWQKHTMLView.cpp: Removed. * bridge/mac/MacFrame.h: Removed signals, changed setStatusBarText to take String instead of QString. * bridge/mac/MacFrame.mm: (WebCore::MacFrame::MacFrame): Removed signals. (WebCore::MacFrame::setStatusBarText): Changed parameter type. (WebCore::MacFrame::openURLFromPageCache): Removed parameter from started function. (WebCore::MacFrame::khtmlMouseMoveEvent): Changed from QCursor() to pointerCursor(). * dom/DocumentImpl.h: * dom/DocumentImpl.cpp: (WebCore::DocumentImpl::DocumentImpl): Removed signals. (WebCore::DocumentImpl::implicitOpen): Ditto. (WebCore::DocumentImpl::determineParseMode): Removed a use of kdDebug. (WebCore::DocumentImpl::finishedParsing): Added. Does a setParsing(false) and then calls finishedParsing on the frame. Replaces the old finishedParsing signal. * dom/xml_tokenizer.h: * dom/xml_tokenizer.cpp: Removed the finishedParsing signal since it's not just a function on the document. (WebCore::XMLTokenizer::finish): Call the function instead of emitting the signal. * khtml/html/htmlparser.h: * khtml/html/htmlparser.cpp: Moved the parser inside the WebCore namespace. * khtml/html/htmltokenizer.h: * khtml/html/htmltokenizer.cpp: (WebCore::HTMLTokenizer::end): Updated to call finishedParsing function on document rather than emitting a signal. * kwq/KWQComboBox.mm: (-[KWQPopUpButton becomeFirstResponder]): Use QEvent instead of QFocusEvent. (-[KWQPopUpButton resignFirstResponder]): Ditto. * kwq/KWQFileButton.mm: (KWQFileButton::focusChanged): Ditto. * kwq/KWQListBox.mm: (-[KWQTableView becomeFirstResponder]): Ditto. (-[KWQTableView resignFirstResponder]): Ditto. * kwq/KWQSlider.mm: (-[KWQSlider becomeFirstResponder]): Ditto. (-[KWQSlider resignFirstResponder]): Ditto. * kwq/KWQTextArea.mm: (-[KWQTextAreaTextView becomeFirstResponder]): Ditto. (-[KWQTextAreaTextView resignFirstResponder]): Ditto. * kwq/KWQTextField.mm: (-[KWQTextFieldController setHasFocus:]): Ditto. * kwq/KWQTextStream.h: Removed the mode parameter from the QTextStream constructor. Removed the QTextIStream and QTextOStream classes. * kwq/KWQTextStream.cpp: (QTextStream::QTextStream): Removed the mode parameter. * loader/CachedCSSStyleSheet.h: Changed to take a ByteArray instead of a QBuffer. * loader/CachedCSSStyleSheet.cpp: (WebCore::CachedCSSStyleSheet::data): Ditto. * loader/CachedImage.h: Ditto. * loader/CachedImage.cpp: (WebCore::CachedImage::data): Ditto. * loader/CachedObject.h: Ditto. * loader/CachedScript.h: Ditto. * loader/CachedScript.cpp: (WebCore::CachedScript::data): Ditto. * loader/CachedXBLDocument.h: Ditto. * loader/CachedXBLDocument.cpp: (WebCore::CachedXBLDocument::data): Ditto. * loader/CachedXSLStyleSheet.h: * loader/CachedXSLStyleSheet.cpp: (WebCore::CachedXSLStyleSheet::data): Ditto. * loader/DocLoader.cpp: (WebCore::DocLoader::setLoadInProgress): Added a call to loadDone on the frame. Replaces the requestFailed and requestDone signals. * loader/DocLoader.h: Removed include of <qbuffer.h>. * loader/Request.h: * loader/Request.cpp: Updated to use ByteArray instead of QBuffer. * loader/loader.h: Removed unused signals. * loader/loader.cpp: (WebCore::Loader::Loader): Removed use of KWQLoader. (WebCore::Loader::~Loader): Ditto. (WebCore::Loader::load): Removed code to emit unused requestStarted signal. (WebCore::Loader::slotFinished): Removed code to emit requestFailed and requestDone signals, now handled by DocLoader::setLoadInProgress(false). (WebCore::Loader::slotReceivedResponse): Use ByteArray instead of QBuffer. (WebCore::Loader::slotData): Ditto. * page/Frame.h: Removed setURLCursor, urlCursor, slotRestoreData, slotIncZoom, slotDecZoom, slotLoadImages, slotPartRemoved, slotActiveFrameChanged, slotChildURLRequest, slotShowDocument, slotAutoScroll, slotPrintFrame, slotSelectAll, slotProgressUpdate, slotJobPercent, slotJobSpeed.connectChild, disconnectChild, and changed a number of others from slots to plain old functions. * page/Frame.cpp: (WebCore::Frame::Frame): Don't connect to loader signals. (WebCore::Frame::~Frame): Don't disconnect from loader signals. (WebCore::Frame::didOpenURL): Call started function instead of emitting started signal. Don't connect to speed and percent signals (which never existed in WebCore anyway). (WebCore::Frame::stopLoading): Call finishedParsing function instead of calling slotFinishedParsing. (WebCore::Frame::executeScript): Removed redundant checks and let submitFormAgain do the checking. (WebCore::Frame::clear): Removed code to disconnect from finishedParsing signal; we now use a function. Also removed loop that calls disconnectChild, becase again we use functions now instead of signals. (WebCore::Frame::setDocument): Remove code to disconnect and connect to the finishedParsing signal. (WebCore::Frame::begin): Remove code to connect to the finishedParsing signal. (WebCore::Frame::finishedParsing): Moved code that does setParsing(false) into the document class. Also renamed from slotFinishedParsing. (WebCore::Frame::loadDone): Renamed from slotLoaderRequestDone. (WebCore::Frame::checkCompleted): Changed to call the completed function instead of emitting one of the two completed signals. (WebCore::Frame::loadSubframe): Removed call to connectChild because we now use functions instead of signals. Also change the call to completed to pass false instead of true. (WebCore::Frame::submitFormAgain): Change function around so we are less likely to leak if something strange happens inside submitForm. (WebCore::Frame::submitForm): Remove code to connect signal. We now call submitFormAgain from inside the completed function. (WebCore::Frame::parentCompleted): Renamed from slotParentCompleted. No longer a slot, now called from completed. (WebCore::Frame::childCompleted): Renamed from slotChildCompleted. (WebCore::Frame::setJSStatusBarText): Removed "emit" from function call. Changed to use String instead of QString. (WebCore::Frame::setJSDefaultStatusBarText): Ditto. (WebCore::Frame::sendResizeEvent): Changed to send DOM event directly instead of creating a QResizeEvent to send along to the FrameView. (WebCore::Frame::scrollToAnchor): Changed to not pass a parameter to the started function, which no longer takes one. (WebCore::Frame::frameDetached): Removed code that calls disconnectChild, since we no longer use signals. (WebCore::Frame::completed): Added. Calls childCompleted, parentCompleted, and submitFormAgain. (WebCore::Frame::setStatusBarText): Added. (WebCore::Frame::started): Added. Sets the complete flag to false for the frame and all its ancestors, which is what slotChildStarted did recursively. * page/FramePrivate.h: Removed m_activeFrame and changed m_kjsStatusBarText and m_kjsDefaultStatusBarText to String from QString. * page/FrameView.h: Removed resizeEvent, focusInEvent, focusOutEvent, and slotPaletteChanged. Changed cleared from a signal to a private function and slotScrollBarMoved to a private function named scrollBarMoved. * page/FrameView.cpp: (WebCore::FrameView::FrameView): Removed connect call here that was connecting a signal that's nonexistent in WebCore; we'll want to rig it up later. (WebCore::FrameView::~FrameView): Added a call to setQWidget(0) here to replace something that was done with a signal before. (WebCore::FrameView::clear): Call cleared as a function rather than a signal. (WebCore::selectCursor): Changed to use Cursor instead of QCursor. (WebCore::FrameView::scrollBarMoved): Renamed this function, which is never called. Added a FIXME about calling it. (WebCore::FrameView::cleared): Added. Calls viewCleared on the owner part, which used to be done with a signal. * platform/Widget.h: Changed to Cursor from QCursor. * platform/mac/WidgetMac.mm: (WebCore::Widget::setCursor): Ditto. * rendering/render_frames.h: * rendering/render_frames.cpp: (WebCore::RenderFrameSet::userResize): Removed cursor-setting code here. We might want to use resize cursors for frames again, but it was mostly disabled anyway and it's not clear which cursors to use. (WebCore::RenderPart::setWidget): Removed code to connect to the cleared signal. Instead, FrameView takes care of it directly. (WebCore::RenderPart::viewCleared): Renamed from slotViewCleared. (WebCore::RenderFrame::viewCleared): Ditto. (WebCore::RenderPartObject::viewCleared): Ditto. * rendering/render_image.cpp: (WebCore::RenderImage::imageChanged): Removed use of WordBreak, which doesn't exist in WebCore text rendering. (WebCore::RenderImage::paint): Ditto. * rendering/render_list.cpp: (RenderListMarker::paint): Removed use of DontClip, which doesn't exist in WebCore text rendering. Also removed incorrect use of references to temporaries for the ". " and " ." strings. * rendering/render_object.cpp: (WebCore::RenderObject::drawBorder): Removed call to setRasterOp since it is a no-op in WebCore's painter. Added a FIXME. (WebCore::RenderObject::information): Remove mode parameter to QTextStream. * rendering/render_replaced.h: Removed slotWidgetDestructed, made setQWidget public, * rendering/render_replaced.cpp: (WebCore::RenderWidget::setQWidget): Removed code to connect slotWidgetDestructed to the destroyed signal. Instead FrameView calls setQWidget(0) on us. (WebCore::RenderWidget::eventFilter): Removed use of QFocusEvent::reason, which is never "popup" in WebCore. * WebCore+SVG/kdom.h: * css/css_stylesheetimpl.cpp: * css/css_valueimpl.cpp: * css/cssparser.cpp: * kcanvas/KCanvasCreator.cpp: * kcanvas/KCanvasResources.cpp: * kcanvas/RenderPath.cpp: * khtml/ecma/xmlserializer.cpp: * khtml/html/html_baseimpl.cpp: * khtml/xsl/xsl_stylesheetimpl.cpp: * ksvg2/svg/SVGPathSegLinetoImpl.cpp: * ksvg2/svg/SVGStyledTransformableElementImpl.cpp: * ksvg2/svg/SVGTransformImpl.cpp: * platform/StringImpl.cpp: * rendering/RenderBlock.cpp: * rendering/render_box.cpp: * rendering/render_canvas.cpp: * rendering/render_flow.cpp: * rendering/render_form.cpp: * rendering/render_layer.cpp: * rendering/render_style.cpp: Removed includes of <kdebug.h>. * css/css_base.cpp: (CSSSelector::selectorText): * khtml/ecma/kjs_binding.cpp: (KJS::ScriptInterpreter::wasRunByUserGesture): * khtml/ecma/kjs_css.cpp: (KJS::DOMCSSRule::putValueProperty): * khtml/ecma/kjs_dom.cpp: (KJS::DOMNode::getValueProperty): (KJS::DOMNode::putValueProperty): (KJS::DOMDocument::getValueProperty): * khtml/ecma/kjs_events.cpp: (KJS::DOMEvent::getValueProperty): (KJS::DOMUIEvent::getValueProperty): (KJS::DOMMouseEvent::getValueProperty): (KJS::DOMKeyboardEvent::getValueProperty): (KJS::Clipboard::getValueProperty): (KJS::Clipboard::putValueProperty): * khtml/ecma/kjs_html.cpp: (KJS::HTMLDocument::getValueProperty): (KJS::KJS::HTMLDocument::putValueProperty): (KJS::HTMLElement::anchorGetter): (KJS::HTMLElement::areaGetter): (KJS::KJS::HTMLElementFunction::callAsFunction): * khtml/ecma/kjs_navigator.cpp: (KJS::Navigator::getValueProperty): * khtml/ecma/kjs_traversal.cpp: (KJS::DOMNodeIterator::getValueProperty): (KJS::DOMTreeWalker::getValueProperty): * khtml/ecma/kjs_window.cpp: (KJS::Screen::getValueProperty): (KJS::Window::scheduleClose): (KJS::Window::isSafeScript): (KJS::Window::clear): (KJS::LocationFunc::callAsFunction): (KJS::History::getValueProperty): * ksvg2/svg/SVGAnimateColorElementImpl.cpp: (SVGAnimateColorElementImpl::handleTimerEvent): * ksvg2/svg/SVGAnimateElementImpl.cpp: (SVGAnimateElementImpl::handleTimerEvent): * ksvg2/svg/SVGAnimateTransformElementImpl.cpp: (SVGAnimateTransformElementImpl::handleTimerEvent): * ksvg2/svg/SVGAnimationElementImpl.cpp: (SVGAnimationElementImpl::parseMappedAttribute): * ksvg2/svg/SVGCursorElementImpl.cpp: * ksvg2/svg/SVGDocumentImpl.cpp: (WebCore::SVGDocumentImpl::finishedParsing): * ksvg2/svg/SVGLengthImpl.cpp: (SVGLengthImpl::updateValueInSpecifiedUnits): Removed use of kdWarning, kdDebug, etc. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@12906 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 14 Jan, 2006 1 commit
-
-
hyatt authored
Shift the loader-related files out of the khtml/misc directory and into a new loader directory. Remove the use of paths when including files from misc. * WebCore+SVG/KDOMHeaders.h: * WebCore.xcodeproj/project.pbxproj: * kcanvas/KCanvasPath.h: * khtml/css/css_base.h: * khtml/css/css_ruleimpl.cpp: * khtml/css/css_ruleimpl.h: * khtml/css/css_stylesheetimpl.cpp: * khtml/css/css_valueimpl.h: * khtml/css/csshelper.cpp: * khtml/css/cssparser.cpp: * khtml/css/cssstyleselector.cpp: * khtml/dom/dom2_events.h: * khtml/dom/dom2_traversal.h: * khtml/ecma/kjs_dom.h: * khtml/ecma/kjs_html.h: * khtml/ecma/kjs_window.cpp: * khtml/editing/SelectionController.h: * khtml/editing/edit_command.h: * khtml/editing/visible_position.h: * khtml/editing/visible_units.cpp: * khtml/html/HTMLOptionsCollectionImpl.h: * khtml/html/html_baseimpl.cpp: * khtml/html/html_baseimpl.h: * khtml/html/html_canvasimpl.h: * khtml/html/html_documentimpl.h: * khtml/html/html_headimpl.cpp: * khtml/html/html_headimpl.h: * khtml/html/html_imageimpl.h: * khtml/html/html_miscimpl.h: * khtml/html/htmltokenizer.h: * khtml/misc/Cache.cpp: Removed. * khtml/misc/Cache.h: Removed. * khtml/misc/CachedCSSStyleSheet.cpp: Removed. * khtml/misc/CachedCSSStyleSheet.h: Removed. * khtml/misc/CachedImage.cpp: Removed. * khtml/misc/CachedImage.h: Removed. * khtml/misc/CachedImageCallback.cpp: Removed. * khtml/misc/CachedImageCallback.h: Removed. * khtml/misc/CachedObject.cpp: Removed. * khtml/misc/CachedObject.h: Removed. * khtml/misc/CachedObjectClientWalker.cpp: Removed. * khtml/misc/CachedObjectClientWalker.h: Removed. * khtml/misc/CachedScript.cpp: Removed. * khtml/misc/CachedScript.h: Removed. * khtml/misc/CachedXBLDocument.cpp: Removed. * khtml/misc/CachedXBLDocument.h: Removed. * khtml/misc/CachedXSLStyleSheet.cpp: Removed. * khtml/misc/CachedXSLStyleSheet.h: Removed. * khtml/misc/DocLoader.cpp: Removed. * khtml/misc/DocLoader.h: Removed. * khtml/misc/Request.cpp: Removed. * khtml/misc/Request.h: Removed. * khtml/misc/loader.cpp: Removed. * khtml/misc/loader.h: Removed. * khtml/misc/loader_client.h: Removed. * khtml/rendering/render_box.h: * khtml/rendering/render_canvasimage.cpp: * khtml/rendering/render_form.cpp: * khtml/rendering/render_image.cpp: * khtml/rendering/render_line.h: * khtml/rendering/render_list.cpp: * khtml/rendering/render_object.h: * khtml/rendering/render_style.h: * khtml/rendering/render_table.h: * khtml/rendering/table_layout.h: * khtml/xbl/xbl_binding.cpp: * khtml/xbl/xbl_binding.h: * khtml/xml/DOMImplementationImpl.h: * khtml/xml/DocumentImpl.cpp: * khtml/xml/DocumentImpl.h: * khtml/xml/dom2_eventsimpl.h: * khtml/xml/dom2_rangeimpl.h: * khtml/xml/dom2_traversalimpl.h: * khtml/xml/dom2_viewsimpl.h: * khtml/xml/dom_elementimpl.h: * khtml/xml/dom_nodeimpl.h: * khtml/xml/dom_stringimpl.h: * khtml/xml/dom_xmlimpl.h: * khtml/xml/xml_tokenizer.h: * khtml/xsl/xsl_stylesheetimpl.cpp: * khtml/xsl/xslt_processorimpl.h: * kwq/KWQFontMetrics.mm: * kwq/KWQMapImpl.cpp: * kwq/KWQRegExp.cpp: * kwq/KWQValueListImpl.cpp: * kwq/KWQVariant.cpp: * loader: Added. * loader/Cache.cpp: Added. * loader/Cache.h: Added. * loader/CachedCSSStyleSheet.cpp: Added. * loader/CachedCSSStyleSheet.h: Added. * loader/CachedImage.cpp: Added. * loader/CachedImage.h: Added. * loader/CachedImageCallback.cpp: Added. * loader/CachedImageCallback.h: Added. * loader/CachedObject.cpp: Added. * loader/CachedObject.h: Added. * loader/CachedObjectClientWalker.cpp: Added. * loader/CachedObjectClientWalker.h: Added. * loader/CachedScript.cpp: Added. * loader/CachedScript.h: Added. * loader/CachedXBLDocument.cpp: Added. * loader/CachedXBLDocument.h: Added. * loader/CachedXSLStyleSheet.cpp: Added. * loader/CachedXSLStyleSheet.h: Added. * loader/DocLoader.cpp: Added. * loader/DocLoader.h: Added. * loader/Request.cpp: Added. * loader/Request.h: Added. * loader/loader.cpp: Added. * loader/loader.h: Added. * loader/loader_client.h: Added. * page/Frame.cpp: * page/FramePrivate.h: * page/FrameView.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@12089 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 09 Jan, 2006 1 commit
-
-
eseidel authored
Broke out loader.{h,cpp} into multiple files, one per class. This patch also updates all files which previously included loader.h to only include the necessary renamed headers. http://bugzilla.opendarwin.org/show_bug.cgi?id=6444 * ForwardingHeaders/kdom/cache/KDOMCachedDocument.h: Removed. * ForwardingHeaders/kdom/cache/KDOMCachedImage.h: updated include * ForwardingHeaders/kdom/cache/KDOMCachedObject.h: updated include * ForwardingHeaders/kdom/cache/KDOMCachedScript.h: updated include * WebCore.xcodeproj/project.pbxproj: added files * khtml/css/css_computedstyle.cpp: updated includes * khtml/css/css_ruleimpl.cpp: updated includes * khtml/css/css_stylesheetimpl.h: updated includes * khtml/css/css_valueimpl.cpp: updated includes * khtml/css/cssstyleselector.cpp: updated includes * khtml/ecma/kjs_events.cpp: updated includes * khtml/ecma/kjs_html.cpp: updated includes * khtml/ecma/xmlhttprequest.cpp: updated includes * khtml/html/html_headimpl.cpp: updated includes * khtml/html/html_imageimpl.cpp: updated includes * khtml/html/html_imageimpl.h: updated includes * khtml/html/htmltokenizer.cpp: updated includes * khtml/khtml_part.cpp: updated includes * khtml/khtmlview.cpp: updated includes * khtml/misc/Cache.cpp: Added. * khtml/misc/Cache.h: Added. * khtml/misc/CachedCSSStyleSheet.cpp: Added. * khtml/misc/CachedCSSStyleSheet.h: Added. * khtml/misc/CachedImage.cpp: Added. * khtml/misc/CachedImage.h: Added. * khtml/misc/CachedImageCallback.cpp: Added. * khtml/misc/CachedImageCallback.h: Added. * khtml/misc/CachedObject.cpp: Added. * khtml/misc/CachedObject.h: Added, fixed tabs -> spaces. * khtml/misc/CachedObjectClientWalker.cpp: Added. * khtml/misc/CachedObjectClientWalker.h: Added. * khtml/misc/CachedScript.cpp: Added. * khtml/misc/CachedScript.h: Added. * khtml/misc/CachedXBLDocument.cpp: Added. * khtml/misc/CachedXBLDocument.h: Added. * khtml/misc/CachedXSLStyleSheet.cpp: Added. * khtml/misc/CachedXSLStyleSheet.h: Added. * khtml/misc/DocLoader.cpp: Added. * khtml/misc/DocLoader.h: Added. * khtml/misc/Request.cpp: Added. * khtml/misc/Request.h: Added. * khtml/misc/loader.cpp: updated includes * khtml/misc/loader.h: updated includes * khtml/misc/loader_client.h: updated includes * khtml/rendering/render_box.cpp: updated includes * khtml/rendering/render_line.cpp: updated includes * khtml/rendering/render_list.cpp: updated includes * khtml/rendering/render_object.cpp: updated includes * khtml/xml/dom_docimpl.cpp: updated includes * khtml/xml/dom_xmlimpl.cpp: updated includes * khtml/xml/xml_tokenizer.cpp: updated includes * khtml/xsl/xsl_stylesheetimpl.cpp: updated includes * khtml/xsl/xsl_stylesheetimpl.h: updated includes * khtml/xsl/xslt_processorimpl.cpp: updated includes * ksvg2/svg/SVGCursorElementImpl.cpp: updated includes * ksvg2/svg/SVGDocumentImpl.cpp: updated includes * ksvg2/svg/SVGFEImageElementImpl.cpp: updated includes * ksvg2/svg/SVGImageElementImpl.cpp: updated includes * ksvg2/svg/SVGImageElementImpl.h: updated includes * kwq/KWQKHTMLPart.mm: updated includes * kwq/KWQLoader.mm: updated includes * kwq/KWQPixmap.mm: updated includes * kwq/KWQTextArea.mm: updated includes * kwq/WebCoreBridge.mm: updated includes * kwq/WebCoreCache.mm: updated includes git-svn-id: http://svn.webkit.org/repository/webkit/trunk@11953 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 24 Oct, 2005 1 commit
-
-
eseidel authored
Submitted by: Julien Palmas <julien.palmas@gmail.com> Reviewed by: eseidel Merged over Shared -> Shared<T> change from kdom. http://bugzilla.opendarwin.org/show_bug.cgi?id=5391 * WebCore.xcodeproj/project.pbxproj: * kdom/Shared.h: (KDOM::Shared::Shared): (KDOM::Shared::~Shared): (KDOM::Shared::refCount): (KDOM::Shared::ref): (KDOM::Shared::deref): * kdom/SharedPtr.h: Added. (KDOM::SharedPtr::SharedPtr): (KDOM::SharedPtr::~SharedPtr): (KDOM::SharedPtr::isNull): (KDOM::SharedPtr::notNull): (KDOM::SharedPtr::reset): (KDOM::SharedPtr::get): (KDOM::SharedPtr::operator!): (KDOM::SharedPtr::operator bool): (KDOM::SharedPtr::operator==): (KDOM::::operator): * kdom/TreeShared.h: (KDOM::TreeShared::TreeShared): (KDOM::TreeShared::~TreeShared): (KDOM::TreeShared::refCount): (KDOM::TreeShared::ref): (KDOM::TreeShared::deref): (KDOM::TreeShared::parent): (KDOM::TreeShared::setParent): * kdom/core/DOMConfigurationImpl.cpp: (DOMConfigurationImpl::DOMConfigurationImpl): * kdom/core/DOMConfigurationImpl.h: * kdom/core/DOMErrorHandlerImpl.cpp: (DOMErrorHandlerImpl::DOMErrorHandlerImpl): * kdom/core/DOMErrorHandlerImpl.h: * kdom/core/DOMErrorImpl.cpp: (DOMErrorImpl::DOMErrorImpl): * kdom/core/DOMErrorImpl.h: (KDOM::): * kdom/core/DOMExceptionImpl.cpp: (DOMExceptionImpl::DOMExceptionImpl): * kdom/core/DOMExceptionImpl.h: * kdom/core/DOMList.h: (KDOM::DOMList::DOMList): (KDOM::DOMList::~DOMList): * kdom/core/DOMLocatorImpl.cpp: (DOMLocatorImpl::DOMLocatorImpl): * kdom/core/DOMLocatorImpl.h: * kdom/core/DOMObjectImpl.cpp: (DOMObjectImpl::DOMObjectImpl): * kdom/core/DOMObjectImpl.h: * kdom/core/DOMStringImpl.cpp: (DOMStringImpl::DOMStringImpl): * kdom/core/DOMStringImpl.h: * kdom/core/DOMUserDataImpl.cpp: (DOMUserDataImpl::DOMUserDataImpl): * kdom/core/DOMUserDataImpl.h: * kdom/core/NamedNodeMapImpl.cpp: (NamedNodeMapImpl::NamedNodeMapImpl): * kdom/core/NamedNodeMapImpl.h: * kdom/core/NodeImpl.h: * kdom/core/NodeListImpl.cpp: (NodeListImpl::NodeListImpl): * kdom/core/NodeListImpl.h: * kdom/core/TypeInfoImpl.cpp: (TypeInfoImpl::TypeInfoImpl): * kdom/core/TypeInfoImpl.h: * kdom/css/CSSRuleListImpl.cpp: (CSSRuleListImpl::CSSRuleListImpl): * kdom/css/CSSRuleListImpl.h: * kdom/css/CounterImpl.cpp: (CounterImpl::CounterImpl): * kdom/css/CounterImpl.h: * kdom/css/RGBColorImpl.cpp: (RGBColorImpl::RGBColorImpl): * kdom/css/RGBColorImpl.h: * kdom/css/RectImpl.cpp: (RectImpl::RectImpl): * kdom/css/RectImpl.h: * kdom/css/RenderStyle.cpp: (RenderStyle::RenderStyle): * kdom/css/RenderStyle.h: (KDOM::RenderStyle::RenderStyle): * kdom/css/RenderStyleDefs.cpp: (StyleSurroundData::StyleSurroundData): (StyleBoxData::StyleBoxData): (StyleVisualData::StyleVisualData): (StyleBackgroundData::StyleBackgroundData): (StyleMarqueeData::StyleMarqueeData): (StyleCSS3NonInheritedData::StyleCSS3NonInheritedData): (StyleCSS3InheritedData::StyleCSS3InheritedData): (StyleInheritedData::StyleInheritedData): * kdom/css/RenderStyleDefs.h: (KDOM::BorderData::BorderData): * kdom/css/StyleSheetListImpl.cpp: (StyleSheetListImpl::StyleSheetListImpl): * kdom/css/StyleSheetListImpl.h: * kdom/events/EventExceptionImpl.cpp: (EventExceptionImpl::EventExceptionImpl): * kdom/events/EventExceptionImpl.h: * kdom/events/EventImpl.cpp: (EventImpl::EventImpl): * kdom/events/EventImpl.h: * kdom/events/EventListenerImpl.cpp: (EventListenerImpl::EventListenerImpl): * kdom/events/EventListenerImpl.h: * kdom/ls/LSExceptionImpl.cpp: (LSExceptionImpl::LSExceptionImpl): * kdom/ls/LSExceptionImpl.h: * kdom/ls/LSInputImpl.cpp: (LSInputImpl::LSInputImpl): * kdom/ls/LSInputImpl.h: * kdom/ls/LSOutputImpl.cpp: (LSOutputImpl::LSOutputImpl): * kdom/ls/LSOutputImpl.h: * kdom/ls/LSParserFilterImpl.cpp: (LSParserFilterImpl::LSParserFilterImpl): * kdom/ls/LSParserFilterImpl.h: * kdom/ls/LSResourceResolverImpl.cpp: (LSResourceResolverImpl::LSResourceResolverImpl): * kdom/ls/LSResourceResolverImpl.h: * kdom/ls/LSSerializerImpl.cpp: (LSSerializerImpl::LSSerializerImpl): * kdom/ls/LSSerializerImpl.h: * kdom/range/RangeExceptionImpl.cpp: (RangeExceptionImpl::RangeExceptionImpl): * kdom/range/RangeExceptionImpl.h: * kdom/range/RangeImpl.cpp: (RangeImpl::RangeImpl): * kdom/range/RangeImpl.h: * kdom/traversal/NodeFilterImpl.cpp: (NodeFilterImpl::NodeFilterImpl): * kdom/traversal/NodeFilterImpl.h: (KDOM::NodeFilterCondition::NodeFilterCondition): (KDOM::NodeFilterCondition::~NodeFilterCondition): (KDOM::NodeFilterCondition::acceptNode): * kdom/traversal/TraversalImpl.cpp: (TraversalImpl::TraversalImpl): * kdom/traversal/TraversalImpl.h: * kdom/views/AbstractViewImpl.cpp: (AbstractViewImpl::AbstractViewImpl): * kdom/views/AbstractViewImpl.h: * kdom/xpath/XPathExceptionImpl.h: * kdom/xpath/XPathExpressionImpl.h: * kdom/xpath/XPathNSResolverImpl.h: * kdom/xpath/XPathResultImpl.h: * kdom/xpointer/NBCImpl.cpp: (NBCImpl::NBCImpl): * kdom/xpointer/NBCImpl.h: * kdom/xpointer/PointerPartImpl.cpp: (PointerPartImpl::PointerPartImpl): * kdom/xpointer/PointerPartImpl.h: * kdom/xpointer/XPointerExceptionImpl.cpp: (XPointerExceptionImpl::XPointerExceptionImpl): * kdom/xpointer/XPointerExceptionImpl.h: * kdom/xpointer/XPointerExpressionImpl.cpp: (XPointerExpressionImpl::XPointerExpressionImpl): * kdom/xpointer/XPointerExpressionImpl.h: * kdom/xpointer/XPointerResultImpl.cpp: (XPointerResultImpl::XPointerResultImpl): * kdom/xpointer/XPointerResultImpl.h: * ksvg2/css/SVGRenderStyleDefs.cpp: (StyleFillData::StyleFillData): (StyleStrokeData::StyleStrokeData): (StyleStopData::StyleStopData): (StyleClipData::StyleClipData): (StyleMarkerData::StyleMarkerData): (StyleMiscData::StyleMiscData): * ksvg2/css/SVGRenderStyleDefs.h: * ksvg2/svg/SVGAngleImpl.cpp: (SVGAngleImpl::SVGAngleImpl): * ksvg2/svg/SVGAngleImpl.h: * ksvg2/svg/SVGAnimatedBooleanImpl.cpp: (SVGAnimatedBooleanImpl::SVGAnimatedBooleanImpl): * ksvg2/svg/SVGAnimatedBooleanImpl.h: * ksvg2/svg/SVGAnimatedEnumerationImpl.cpp: (SVGAnimatedEnumerationImpl::SVGAnimatedEnumerationImpl): * ksvg2/svg/SVGAnimatedEnumerationImpl.h: * ksvg2/svg/SVGAnimatedIntegerImpl.cpp: (SVGAnimatedIntegerImpl::SVGAnimatedIntegerImpl): * ksvg2/svg/SVGAnimatedIntegerImpl.h: * ksvg2/svg/SVGAnimatedNumberImpl.cpp: (SVGAnimatedNumberImpl::SVGAnimatedNumberImpl): * ksvg2/svg/SVGAnimatedNumberImpl.h: * ksvg2/svg/SVGAnimatedTemplate.h: (KSVG::SVGAnimatedTemplate::SVGAnimatedTemplate): * ksvg2/svg/SVGExceptionImpl.cpp: (SVGExceptionImpl::SVGExceptionImpl): * ksvg2/svg/SVGExceptionImpl.h: * ksvg2/svg/SVGLengthImpl.cpp: (SVGLengthImpl::SVGLengthImpl): * ksvg2/svg/SVGLengthImpl.h: * ksvg2/svg/SVGMatrixImpl.cpp: (SVGMatrixImpl::SVGMatrixImpl): * ksvg2/svg/SVGMatrixImpl.h: * ksvg2/svg/SVGNumberImpl.cpp: (SVGNumberImpl::SVGNumberImpl): * ksvg2/svg/SVGNumberImpl.h: * ksvg2/svg/SVGPathSegImpl.cpp: (SVGPathSegImpl::SVGPathSegImpl): * ksvg2/svg/SVGPathSegImpl.h: * ksvg2/svg/SVGPointImpl.cpp: (SVGPointImpl::SVGPointImpl): * ksvg2/svg/SVGPointImpl.h: * ksvg2/svg/SVGPreserveAspectRatioImpl.cpp: (SVGPreserveAspectRatioImpl::SVGPreserveAspectRatioImpl): * ksvg2/svg/SVGPreserveAspectRatioImpl.h: * ksvg2/svg/SVGRectImpl.cpp: (SVGRectImpl::SVGRectImpl): * ksvg2/svg/SVGRectImpl.h: * ksvg2/svg/SVGTransformImpl.cpp: (SVGTransformImpl::SVGTransformImpl): * ksvg2/svg/SVGTransformImpl.h: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@10924 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 04 Oct, 2005 1 commit
-
-
eseidel authored
Submitted by: eseidel Reviewed by: none needed, build fix only. Fix to include "config.h" in every file. Necessary to support fastMalloc. http://bugzilla.opendarwin.org/show_bug.cgi?id=5254 * WebCore+SVG/DrawCanvasItem.mm: * WebCore+SVG/DrawDocument.mm: * WebCore+SVG/DrawView.mm: * WebCore+SVG/dom_kdomdocumentwrapper.cpp: * WebCore+SVG/dom_kdomnodetreewrapper.cpp: * WebCore+SVG/render_kcanvaswrapper.cpp: * WebCore+SVG/xml_kdomtokenizer.cpp: * kcanvas/KCanvas.cpp: * kcanvas/KCanvasContainer.cpp: * kcanvas/KCanvasCreator.cpp: * kcanvas/KCanvasFilters.cpp: * kcanvas/KCanvasImage.cpp: * kcanvas/KCanvasItem.cpp: * kcanvas/KCanvasMatrix.cpp: * kcanvas/KCanvasPath.cpp: * kcanvas/KCanvasRegistry.cpp: * kcanvas/KCanvasResources.cpp: * kcanvas/KCanvasTreeDebug.cpp: * kcanvas/KCanvasView.cpp: * kcanvas/device/KRenderingDevice.cpp: * kcanvas/device/KRenderingDeviceFactory.cpp: * kcanvas/device/KRenderingFillPainter.cpp: * kcanvas/device/KRenderingPaintServerGradient.cpp: * kcanvas/device/KRenderingPaintServerImage.cpp: * kcanvas/device/KRenderingPaintServerPattern.cpp: * kcanvas/device/KRenderingPaintServerSolid.cpp: * kcanvas/device/KRenderingStrokePainter.cpp: * kcanvas/device/KRenderingStyle.cpp: * kcanvas/device/quartz/KCanvasFilterQuartz.mm: * kcanvas/device/quartz/KCanvasItemQuartz.mm: * kcanvas/device/quartz/KCanvasResourcesQuartz.mm: * kcanvas/device/quartz/KCanvasViewQuartz.mm: * kcanvas/device/quartz/KRenderingDeviceQuartz.mm: * kcanvas/device/quartz/KRenderingPaintServerGradientQuartz.mm: * kcanvas/device/quartz/KRenderingPaintServerQuartz.mm: * kcanvas/device/quartz/QuartzSupport.mm: * kdom/DOMString.cpp: * kdom/Helper.cpp: * kdom/KDOMPart.cpp: * kdom/KDOMSettings.cpp: * kdom/KDOMView.cpp: * kdom/Shared.cpp: * kdom/backends/libxml/LibXMLParser.cpp: * kdom/bindings/IDLCodeGeneratorEcmaInterface.pm: * kdom/bindings/IDLCodeGeneratorJs.pm: * kdom/cache/ImageSource.cpp: * kdom/cache/KDOMCache.cpp: * kdom/cache/KDOMCachedDocument.cpp: * kdom/cache/KDOMCachedImage.cpp: * kdom/cache/KDOMCachedObject.cpp: * kdom/cache/KDOMCachedScript.cpp: * kdom/cache/KDOMCachedStyleSheet.cpp: * kdom/cache/KDOMLoader.cpp: * kdom/core/AttrImpl.cpp: * kdom/core/CDATASectionImpl.cpp: * kdom/core/CDFInterface.cpp: * kdom/core/CharacterDataImpl.cpp: * kdom/core/CommentImpl.cpp: * kdom/core/DOMConfigurationImpl.cpp: * kdom/core/DOMErrorHandlerImpl.cpp: * kdom/core/DOMErrorImpl.cpp: * kdom/core/DOMExceptionImpl.cpp: * kdom/core/DOMImplementationImpl.cpp: * kdom/core/DOMLocatorImpl.cpp: * kdom/core/DOMObjectImpl.cpp: * kdom/core/DOMStringImpl.cpp: * kdom/core/DOMStringListImpl.cpp: * kdom/core/DOMUserDataImpl.cpp: * kdom/core/DocumentFragmentImpl.cpp: * kdom/core/DocumentImpl.cpp: * kdom/core/DocumentTypeImpl.cpp: * kdom/core/ElementImpl.cpp: * kdom/core/EntityImpl.cpp: * kdom/core/EntityReferenceImpl.cpp: * kdom/core/NamedAttrMapImpl.cpp: * kdom/core/NamedNodeMapImpl.cpp: * kdom/core/NodeImpl.cpp: * kdom/core/NodeListImpl.cpp: * kdom/core/NotationImpl.cpp: * kdom/core/ProcessingInstructionImpl.cpp: * kdom/core/TagNodeListImpl.cpp: * kdom/core/TextImpl.cpp: * kdom/core/TypeInfoImpl.cpp: * kdom/core/XMLElementImpl.cpp: * kdom/css/CSSCharsetRuleImpl.cpp: * kdom/css/CSSFontFaceRuleImpl.cpp: * kdom/css/CSSImageValueImpl.cpp: * kdom/css/CSSImportRuleImpl.cpp: * kdom/css/CSSMediaRuleImpl.cpp: * kdom/css/CSSPageRuleImpl.cpp: * kdom/css/CSSPrimitiveValueImpl.cpp: * kdom/css/CSSRuleImpl.cpp: * kdom/css/CSSRuleListImpl.cpp: * kdom/css/CSSStyleDeclarationImpl.cpp: * kdom/css/CSSStyleRuleImpl.cpp: * kdom/css/CSSStyleSelector.cpp: * kdom/css/CSSStyleSheetImpl.cpp: * kdom/css/CSSUnknownRuleImpl.cpp: * kdom/css/CSSValueImpl.cpp: * kdom/css/CSSValueListImpl.cpp: * kdom/css/CounterImpl.cpp: * kdom/css/DocumentCSSImpl.cpp: * kdom/css/DocumentStyleImpl.cpp: * kdom/css/KDOMCSSParser.cpp: * kdom/css/LinkStyleImpl.cpp: * kdom/css/MediaListImpl.cpp: * kdom/css/RGBColorImpl.cpp: * kdom/css/RectImpl.cpp: * kdom/css/RenderStyle.cpp: * kdom/css/RenderStyleDefs.cpp: * kdom/css/StyleBaseImpl.cpp: * kdom/css/StyleSheetImpl.cpp: * kdom/css/StyleSheetListImpl.cpp: * kdom/css/kdomparsercss.y: * kdom/ecma/Ecma.cpp: * kdom/ecma/GlobalObject.cpp: * kdom/ecma/Helper.cpp: * kdom/ecma/ScriptInterpreter.cpp: * kdom/events/DocumentEventImpl.cpp: * kdom/events/EventExceptionImpl.cpp: * kdom/events/EventImpl.cpp: * kdom/events/EventListenerImpl.cpp: * kdom/events/EventTargetImpl.cpp: * kdom/events/KeyboardEventImpl.cpp: * kdom/events/MouseEventImpl.cpp: * kdom/events/MutationEventImpl.cpp: * kdom/events/RegisteredEventListener.cpp: * kdom/events/UIEventImpl.cpp: * kdom/ls/DOMImplementationLSImpl.cpp: * kdom/ls/LSExceptionImpl.cpp: * kdom/ls/LSInputImpl.cpp: * kdom/ls/LSOutputImpl.cpp: * kdom/ls/LSParserFilterImpl.cpp: * kdom/ls/LSParserImpl.cpp: * kdom/ls/LSResourceResolverImpl.cpp: * kdom/ls/LSSerializerFilterImpl.cpp: * kdom/ls/LSSerializerImpl.cpp: * kdom/parser/KDOMDocumentBuilder.cpp: * kdom/parser/KDOMParser.cpp: * kdom/range/DocumentRangeImpl.cpp: * kdom/range/RangeExceptionImpl.cpp: * kdom/range/RangeImpl.cpp: * kdom/traversal/DocumentTraversalImpl.cpp: * kdom/traversal/NodeFilterImpl.cpp: * kdom/traversal/NodeIteratorImpl.cpp: * kdom/traversal/TraversalImpl.cpp: * kdom/traversal/TreeWalkerImpl.cpp: * kdom/views/AbstractViewImpl.cpp: * kdom/views/DocumentViewImpl.cpp: * kdom/xpath/XPathEvaluatorImpl.cpp: * kdom/xpath/XPathExceptionImpl.cpp: * kdom/xpath/XPathExpressionImpl.cpp: * kdom/xpath/XPathNSResolverImpl.cpp: * kdom/xpath/XPathNamespaceImpl.cpp: * kdom/xpath/XPathResultImpl.cpp: * kdom/xpath/impl/expression.cpp: * kdom/xpath/impl/functions.cpp: * kdom/xpath/impl/parsedstatement.cpp: * kdom/xpath/impl/path.cpp: * kdom/xpath/impl/predicate.cpp: * kdom/xpath/impl/step.cpp: * kdom/xpath/impl/tokenizer.cpp: * kdom/xpath/impl/util.cpp: * kdom/xpath/impl/variablereference.cpp: * kdom/xpath/impl/xpath.y: * kdom/xpointer/ElementSchemeImpl.cpp: * kdom/xpointer/NBCImpl.cpp: * kdom/xpointer/PointerPartImpl.cpp: * kdom/xpointer/ShortHandImpl.cpp: * kdom/xpointer/XMLNSSchemeImpl.cpp: * kdom/xpointer/XPath1SchemeImpl.cpp: * kdom/xpointer/XPointerEvaluatorImpl.cpp: * kdom/xpointer/XPointerExceptionImpl.cpp: * kdom/xpointer/XPointerExpressionImpl.cpp: * kdom/xpointer/XPointerHelper.cpp: * kdom/xpointer/XPointerResultImpl.cpp: * kdom/xpointer/XPointerSchemeImpl.cpp: * ksvg2/KSVGFactory.cpp: * ksvg2/KSVGSettings.cpp: * ksvg2/KWQKSVGPart.mm: * ksvg2/KWQKSVGView.mm: * ksvg2/css/KSVGCSSParser.cpp: * ksvg2/css/SVGCSSStyleDeclarationImpl.cpp: * ksvg2/css/SVGCSSStyleSelector.cpp: * ksvg2/css/SVGCSSStyleSheetImpl.cpp: * ksvg2/css/SVGRenderStyle.cpp: * ksvg2/css/SVGRenderStyleDefs.cpp: * ksvg2/ecma/Ecma.cpp: * ksvg2/ecma/GlobalObject.cpp: * ksvg2/events/SVGEventImpl.cpp: * ksvg2/events/SVGZoomEventImpl.cpp: * ksvg2/misc/KCanvasRenderingStyle.cpp: * ksvg2/misc/KSVGDocumentBuilder.cpp: * ksvg2/misc/KSVGTimeScheduler.cpp: * ksvg2/svg/CDFInterface.cpp: * ksvg2/svg/SVGAElementImpl.cpp: * ksvg2/svg/SVGAngleImpl.cpp: * ksvg2/svg/SVGAnimateColorElementImpl.cpp: * ksvg2/svg/SVGAnimateElementImpl.cpp: * ksvg2/svg/SVGAnimateTransformElementImpl.cpp: * ksvg2/svg/SVGAnimatedAngleImpl.cpp: * ksvg2/svg/SVGAnimatedBooleanImpl.cpp: * ksvg2/svg/SVGAnimatedEnumerationImpl.cpp: * ksvg2/svg/SVGAnimatedIntegerImpl.cpp: * ksvg2/svg/SVGAnimatedLengthImpl.cpp: * ksvg2/svg/SVGAnimatedLengthListImpl.cpp: * ksvg2/svg/SVGAnimatedNumberImpl.cpp: * ksvg2/svg/SVGAnimatedNumberListImpl.cpp: * ksvg2/svg/SVGAnimatedPathDataImpl.cpp: * ksvg2/svg/SVGAnimatedPointsImpl.cpp: * ksvg2/svg/SVGAnimatedPreserveAspectRatioImpl.cpp: * ksvg2/svg/SVGAnimatedRectImpl.cpp: * ksvg2/svg/SVGAnimatedStringImpl.cpp: * ksvg2/svg/SVGAnimatedTransformListImpl.cpp: * ksvg2/svg/SVGAnimationElementImpl.cpp: * ksvg2/svg/SVGCircleElementImpl.cpp: * ksvg2/svg/SVGClipPathElementImpl.cpp: * ksvg2/svg/SVGColorImpl.cpp: * ksvg2/svg/SVGComponentTransferFunctionElementImpl.cpp: * ksvg2/svg/SVGCursorElementImpl.cpp: * ksvg2/svg/SVGDOMImplementationImpl.cpp: * ksvg2/svg/SVGDefsElementImpl.cpp: * ksvg2/svg/SVGDescElementImpl.cpp: * ksvg2/svg/SVGDocumentImpl.cpp: * ksvg2/svg/SVGElementImpl.cpp: * ksvg2/svg/SVGElementInstanceImpl.cpp: * ksvg2/svg/SVGElementInstanceListImpl.cpp: * ksvg2/svg/SVGEllipseElementImpl.cpp: * ksvg2/svg/SVGExceptionImpl.cpp: * ksvg2/svg/SVGExternalResourcesRequiredImpl.cpp: * ksvg2/svg/SVGFEBlendElementImpl.cpp: * ksvg2/svg/SVGFEColorMatrixElementImpl.cpp: * ksvg2/svg/SVGFEComponentTransferElementImpl.cpp: * ksvg2/svg/SVGFECompositeElementImpl.cpp: * ksvg2/svg/SVGFEFloodElementImpl.cpp: * ksvg2/svg/SVGFEFuncAElementImpl.cpp: * ksvg2/svg/SVGFEFuncBElementImpl.cpp: * ksvg2/svg/SVGFEFuncGElementImpl.cpp: * ksvg2/svg/SVGFEFuncRElementImpl.cpp: * ksvg2/svg/SVGFEGaussianBlurElementImpl.cpp: * ksvg2/svg/SVGFEImageElementImpl.cpp: * ksvg2/svg/SVGFEMergeElementImpl.cpp: * ksvg2/svg/SVGFEMergeNodeElementImpl.cpp: * ksvg2/svg/SVGFEOffsetElementImpl.cpp: * ksvg2/svg/SVGFETileElementImpl.cpp: * ksvg2/svg/SVGFETurbulenceElementImpl.cpp: * ksvg2/svg/SVGFilterElementImpl.cpp: * ksvg2/svg/SVGFilterPrimitiveStandardAttributesImpl.cpp: * ksvg2/svg/SVGFitToViewBoxImpl.cpp: * ksvg2/svg/SVGGElementImpl.cpp: * ksvg2/svg/SVGGradientElementImpl.cpp: * ksvg2/svg/SVGHelper.cpp: * ksvg2/svg/SVGImageElementImpl.cpp: * ksvg2/svg/SVGLangSpaceImpl.cpp: * ksvg2/svg/SVGLengthImpl.cpp: * ksvg2/svg/SVGLengthListImpl.cpp: * ksvg2/svg/SVGLineElementImpl.cpp: * ksvg2/svg/SVGLinearGradientElementImpl.cpp: * ksvg2/svg/SVGLocatableImpl.cpp: * ksvg2/svg/SVGMarkerElementImpl.cpp: * ksvg2/svg/SVGMatrixImpl.cpp: * ksvg2/svg/SVGNumberImpl.cpp: * ksvg2/svg/SVGNumberListImpl.cpp: * ksvg2/svg/SVGPaintImpl.cpp: * ksvg2/svg/SVGPathElementImpl.cpp: * ksvg2/svg/SVGPathSegArcImpl.cpp: * ksvg2/svg/SVGPathSegClosePathImpl.cpp: * ksvg2/svg/SVGPathSegCurvetoCubicImpl.cpp: * ksvg2/svg/SVGPathSegCurvetoCubicSmoothImpl.cpp: * ksvg2/svg/SVGPathSegCurvetoQuadraticImpl.cpp: * ksvg2/svg/SVGPathSegCurvetoQuadraticSmoothImpl.cpp: * ksvg2/svg/SVGPathSegImpl.cpp: * ksvg2/svg/SVGPathSegLinetoHorizontalImpl.cpp: * ksvg2/svg/SVGPathSegLinetoImpl.cpp: * ksvg2/svg/SVGPathSegLinetoVerticalImpl.cpp: * ksvg2/svg/SVGPathSegListImpl.cpp: * ksvg2/svg/SVGPathSegMovetoImpl.cpp: * ksvg2/svg/SVGPatternElementImpl.cpp: * ksvg2/svg/SVGPointImpl.cpp: * ksvg2/svg/SVGPointListImpl.cpp: * ksvg2/svg/SVGPolyElementImpl.cpp: * ksvg2/svg/SVGPolygonElementImpl.cpp: * ksvg2/svg/SVGPolylineElementImpl.cpp: * ksvg2/svg/SVGPreserveAspectRatioImpl.cpp: * ksvg2/svg/SVGRadialGradientElementImpl.cpp: * ksvg2/svg/SVGRectElementImpl.cpp: * ksvg2/svg/SVGRectImpl.cpp: * ksvg2/svg/SVGSVGElementImpl.cpp: * ksvg2/svg/SVGScriptElementImpl.cpp: * ksvg2/svg/SVGSetElementImpl.cpp: * ksvg2/svg/SVGStopElementImpl.cpp: * ksvg2/svg/SVGStringListImpl.cpp: * ksvg2/svg/SVGStylableImpl.cpp: * ksvg2/svg/SVGStyleElementImpl.cpp: * ksvg2/svg/SVGStyledElementImpl.cpp: * ksvg2/svg/SVGSwitchElementImpl.cpp: * ksvg2/svg/SVGSymbolElementImpl.cpp: * ksvg2/svg/SVGTSpanElementImpl.cpp: * ksvg2/svg/SVGTestsImpl.cpp: * ksvg2/svg/SVGTextContentElementImpl.cpp: * ksvg2/svg/SVGTextElementImpl.cpp: * ksvg2/svg/SVGTextPositioningElementImpl.cpp: * ksvg2/svg/SVGTitleElementImpl.cpp: * ksvg2/svg/SVGTransformImpl.cpp: * ksvg2/svg/SVGTransformListImpl.cpp: * ksvg2/svg/SVGTransformableImpl.cpp: * ksvg2/svg/SVGURIReferenceImpl.cpp: * ksvg2/svg/SVGUseElementImpl.cpp: * ksvg2/svg/SVGViewElementImpl.cpp: * ksvg2/svg/SVGZoomAndPanImpl.cpp: * ksvg2/svg/svgpathparser.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@10734 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 01 Sep, 2005 1 commit
-
-
eseidel authored
Submitted by: eseidel Reviewed by: mjs Replaced tabs with spaces throughout all of SVGSupport, excepting kdom/xpath upon specific request of the kdom/xpath maintainer. http://bugzilla.opendarwin.org/show_bug.cgi?id=4752 git-svn-id: http://svn.webkit.org/repository/webkit/trunk@10429 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 25 Aug, 2005 1 commit
-
-
eseidel authored
Submitted by: eseidel Reviewed by: mjs A ridiculously large patch including all of the following: 1. Sync-up with KDE SVN HEAD, including: a. Removal of C++ DOM b. JS bindings code auto-generation c. DocumentPtr in addition to DocumentImpl d. DOMStringImpl instead of DOMString e. Completely different xpath implementation. 2. Various WebCore specific fixes to KDE additions. 3. Closed several memory leaks. 4. Removed KSVGSlotStubs.h, added SVG_SUPPORT macro and svg specific slot support into KWQSlot.mm * WebCore+SVG/DrawCanvasItem.mm: (-[DrawCanvasItem fitToNewBBox:]): DOMStringImpl changes. (-[DrawCanvasItem valueForKey:]): ditto. * WebCore+SVG/DrawDocument.mm: (-[DrawDocumentPrivate init]): KCanvasView leak and circularity. (-[DrawDocumentPrivate dealloc]): ditto (-[DrawDocumentPrivate setPrimaryView:]): ditto. (-[DrawDocument initWithSVGData:]): ditto. (-[DrawDocument dealloc]): ditto. (-[DrawDocument title]): DOMStringImpl (-[DrawDocument registerView:]): KCanvasView leak. (-[DrawDocument unregisterView:]): KCanvasView leak (-[DrawDocument KDOM::newMouseEventWithEventId:KDOM::qMouseEvent:]): DOMStringImpl (-[DrawDocument createItemForTool:atPoint:]): ditto * WebCore+SVG/DrawView.mm: (-[DrawViewPrivate setDocument:]): KCanvasView leak. (-[DrawViewPrivate drawRect:]): ASSERT addition (-[DrawView _clearDocument]): KCanvasView leak. * WebCore+SVG/DrawViewPrivate.h: * WebCore.xcodeproj/project.pbxproj: new files, SVG_SUPPORT macro * kdom/Attr.cpp: Removed. * kdom/Attr.h: Removed. * kdom/CDATASection.cpp: Removed. * kdom/CDATASection.h: Removed. * kdom/CharacterData.cpp: Removed. * kdom/CharacterData.h: Removed. * kdom/Comment.cpp: Removed. * kdom/Comment.h: Removed. * kdom/DOMConfiguration.cpp: Removed. * kdom/DOMConfiguration.h: Removed. * kdom/DOMError.cpp: Removed. * kdom/DOMError.h: Removed. * kdom/DOMErrorHandler.cpp: Removed. * kdom/DOMErrorHandler.h: Removed. * kdom/DOMException.cpp: Removed. * kdom/DOMException.h: Removed. * kdom/DOMImplementation.cpp: Removed. * kdom/DOMImplementation.h: Removed. * kdom/DOMLocator.cpp: Removed. * kdom/DOMLocator.h: Removed. * kdom/DOMObject.cpp: Removed. * kdom/DOMObject.h: Removed. * kdom/DOMString.cpp: (DOMString::handle): (KDOM::operator==): * kdom/DOMString.h: * kdom/DOMStringList.cpp: Removed. * kdom/DOMStringList.h: Removed. * kdom/DOMUserData.cpp: Removed. * kdom/DOMUserData.h: Removed. * kdom/Document.cpp: Removed. * kdom/Document.h: Removed. * kdom/DocumentFragment.cpp: Removed. * kdom/DocumentFragment.h: Removed. * kdom/DocumentType.cpp: Removed. * kdom/DocumentType.h: Removed. * kdom/Element.cpp: Removed. * kdom/Element.h: Removed. * kdom/Entity.cpp: Removed. * kdom/Entity.h: Removed. * kdom/EntityReference.cpp: Removed. * kdom/EntityReference.h: Removed. * kdom/Helper.cpp: (Helper::SplitPrefixLocalName): (Helper::CheckPrefix): (Helper::CheckQualifiedName): (Helper::CheckMalformedQualifiedName): (Helper::IsMalformedPrefix): (Helper::ValidateAttributeName): (Helper::ShowException): (Helper::PrintNode): (Helper::ResolveURI): (Helper::IsValidNCName): (Helper::IsValidQName): (Helper::parseURL): (parseLength): (Helper::stringToLengthArray): (Helper::stringToCoordsArray): * kdom/Helper.h: * kdom/KDOMPart.cpp: (KDOMPart::KDOMPart): (KDOMPart::~KDOMPart): * kdom/KDOMSettings.cpp: (KPerDomainSettings::dump): (setup_per_domain_policy): (lookup_hostname_policy): (KDOMSettings::init): (KDOMSettings::showAnimations): (KDOMSettings::windowOpenPolicy): (KDOMSettings::windowMovePolicy): (KDOMSettings::windowResizePolicy): (KDOMSettings::windowStatusPolicy): (KDOMSettings::windowFocusPolicy): (KDOMSettings::encoding): (KDOMSettings::availableFamilies): (KDOMSettings::isJavaEnabled): (KDOMSettings::isJavaScriptEnabled): (KDOMSettings::isJavaScriptDebugEnabled): (KDOMSettings::isJavaScriptErrorReportingEnabled): (KDOMSettings::isPluginsEnabled): (KDOMSettings::isAdFiltered): (KDOMSettings::isAdFilterEnabled): (KDOMSettings::isHideAdsEnabled): (KDOMSettings::addAdFilter): (KDOMSettings::jsPopupBlockerPassivePopup): (KDOMSettings::setJSPopupBlockerPassivePopup): (KDOMSettings::jsErrorsEnabled): (KDOMSettings::setJSErrorsEnabled): (KDOMSettings::strToAdvice): (KDOMSettings::splitDomainAdvice): (KDOMSettings::adviceToStr): (KDOMSettings::readDomainSettings): (KDOMSettings::settingsToCSS): (KDOMSettings::userStyleSheet): * kdom/KDOMSettings.h: (KDOM::KDOMSettings::): * kdom/NamedNodeMap.cpp: Removed. * kdom/NamedNodeMap.h: Removed. * kdom/Namespace.h: * kdom/Node.cpp: Removed. * kdom/Node.h: Removed. * kdom/NodeList.cpp: Removed. * kdom/NodeList.h: Removed. * kdom/Notation.cpp: Removed. * kdom/Notation.h: Removed. * kdom/ProcessingInstruction.cpp: Removed. * kdom/ProcessingInstruction.h: Removed. * kdom/Shared.cpp: (Shared::Shared): (Shared::deref): * kdom/Shared.h: (KDOM::KDOM_SAFE_SET): * kdom/Text.cpp: Removed. * kdom/Text.h: Removed. * kdom/TreeShared.h: (KDOM::TreeShared::TreeShared): (KDOM::TreeShared::deref): * kdom/TypeInfo.cpp: Removed. * kdom/TypeInfo.h: Removed. * kdom/backends/libxml/LibXMLParser.cpp: (sax_get_entity): (sax_notation_decl): (sax_unparsed_entity): (sax_start_doc): (sax_end_doc): (sax_end_element): (sax_start_element_ns): (sax_end_element_ns): (sax_characters): (sax_pi): (sax_comment): (sax_warning): (sax_error): (sax_fatal_error): (sax_entity_decl): (xmlMyExternalEntityLoader): (LibXMLParser::LibXMLParser): (LibXMLParser::syncParse): (LibXMLParser::asyncParse): (LibXMLParser::handleIncomingData): (LibXMLParser::tryEndEntityRef): * kdom/backends/libxml/LibXMLParser.h: * kdom/bindings/DocParser.pm: Added. * kdom/bindings/IDLCodeGenerator.pm: Added. * kdom/bindings/IDLCodeGeneratorCpp.pm: Added. * kdom/bindings/IDLCodeGeneratorJs.pm: Added. * kdom/bindings/IDLParser.pm: Added. * kdom/bindings/IDLStructure.pm: Added. * kdom/bindings/idl/core/Attr.idl: Added. * kdom/bindings/idl/core/CDATASection.idl: Added. * kdom/bindings/idl/core/CharacterData.idl: Added. * kdom/bindings/idl/core/Comment.idl: Added. * kdom/bindings/idl/core/DOMConfiguration.idl: Added. * kdom/bindings/idl/core/DOMError.idl: Added. * kdom/bindings/idl/core/DOMErrorHandler.idl: Added. * kdom/bindings/idl/core/DOMException.idl: Added. * kdom/bindings/idl/core/DOMImplementation.idl: Added. * kdom/bindings/idl/core/DOMImplementationList.idl: Added. * kdom/bindings/idl/core/DOMImplementationSource.idl: Added. * kdom/bindings/idl/core/DOMLocator.idl: Added. * kdom/bindings/idl/core/DOMObject.idl: Added. * kdom/bindings/idl/core/DOMString.idl: Added. * kdom/bindings/idl/core/DOMStringList.idl: Added. * kdom/bindings/idl/core/DOMUserData.idl: Added. * kdom/bindings/idl/core/Document.idl: Added. * kdom/bindings/idl/core/DocumentFragment.idl: Added. * kdom/bindings/idl/core/DocumentType.idl: Added. * kdom/bindings/idl/core/Element.idl: Added. * kdom/bindings/idl/core/Entity.idl: Added. * kdom/bindings/idl/core/EntityReference.idl: Added. * kdom/bindings/idl/core/NameList.idl: Added. * kdom/bindings/idl/core/NamedNodeMap.idl: Added. * kdom/bindings/idl/core/Node.idl: Added. * kdom/bindings/idl/core/NodeList.idl: Added. * kdom/bindings/idl/core/Notation.idl: Added. * kdom/bindings/idl/core/ProcessingInstruction.idl: Added. * kdom/bindings/idl/core/Text.idl: Added. * kdom/bindings/idl/core/TypeInfo.idl: Added. * kdom/bindings/idl/core/UserDataHandler.idl: Added. * kdom/bindings/idl/core/docs-core.xml: Added. * kdom/bindings/idl/core/kdomdefs.idl: Added. * kdom/bindings/idl/css/CSS2Properties.idl: Added. * kdom/bindings/idl/css/CSSCharsetRule.idl: Added. * kdom/bindings/idl/css/CSSFontFaceRule.idl: Added. * kdom/bindings/idl/css/CSSImportRule.idl: Added. * kdom/bindings/idl/css/CSSMediaRule.idl: Added. * kdom/bindings/idl/css/CSSPageRule.idl: Added. * kdom/bindings/idl/css/CSSPrimitiveValue.idl: Added. * kdom/bindings/idl/css/CSSRule.idl: Added. * kdom/bindings/idl/css/CSSRuleList.idl: Added. * kdom/bindings/idl/css/CSSStyleDeclaration.idl: Added. * kdom/bindings/idl/css/CSSStyleRule.idl: Added. * kdom/bindings/idl/css/CSSStyleSheet.idl: Added. * kdom/bindings/idl/css/CSSUnknownRule.idl: Added. * kdom/bindings/idl/css/CSSValue.idl: Added. * kdom/bindings/idl/css/CSSValueList.idl: Added. * kdom/bindings/idl/css/Counter.idl: Added. * kdom/bindings/idl/css/DocumentCSS.idl: Added. * kdom/bindings/idl/css/ElementCSSInlineStyle.idl: Added. * kdom/bindings/idl/css/RGBColor.idl: Added. * kdom/bindings/idl/css/Rect.idl: Added. * kdom/bindings/idl/css/ViewCSS.idl: Added. * kdom/bindings/idl/css/kdomdefs.idl: Added. * kdom/bindings/idl/events/DocumentEvent.idl: Added. * kdom/bindings/idl/events/Event.idl: Added. * kdom/bindings/idl/events/EventException.idl: Added. * kdom/bindings/idl/events/EventListener.idl: Added. * kdom/bindings/idl/events/EventTarget.idl: Added. * kdom/bindings/idl/events/MouseEvent.idl: Added. * kdom/bindings/idl/events/MutationEvent.idl: Added. * kdom/bindings/idl/events/UIEvent.idl: Added. * kdom/bindings/idl/events/kdomdefs.idl: Added. * kdom/bindings/idl/range/DocumentRange.idl: Added. * kdom/bindings/idl/range/Range.idl: Added. * kdom/bindings/idl/range/RangeException.idl: Added. * kdom/bindings/idl/range/kdomdefs.idl: Added. * kdom/bindings/idl/stylesheets/DocumentStyle.idl: Added. * kdom/bindings/idl/stylesheets/LinkStyle.idl: Added. * kdom/bindings/idl/stylesheets/MediaList.idl: Added. * kdom/bindings/idl/stylesheets/StyleSheet.idl: Added. * kdom/bindings/idl/stylesheets/StyleSheetList.idl: Added. * kdom/bindings/idl/stylesheets/kdomdefs.idl: Added. * kdom/bindings/idl/traversal/DocumentTraversal.idl: Added. * kdom/bindings/idl/traversal/NodeFilter.idl: Added. * kdom/bindings/idl/traversal/NodeIterator.idl: Added. * kdom/bindings/idl/traversal/TreeWalker.idl: Added. * kdom/bindings/idl/traversal/kdomdefs.idl: Added. * kdom/bindings/idl/views/AbstractView.idl: Added. * kdom/bindings/idl/views/DocumentView.idl: Added. * kdom/bindings/idl/views/kdomdefs.idl: Added. * kdom/bindings/idl/xpath/XPathEvaluator.idl: Added. * kdom/bindings/idl/xpath/XPathException.idl: Added. * kdom/bindings/idl/xpath/XPathExpression.idl: Added. * kdom/bindings/idl/xpath/XPathNSResolver.idl: Added. * kdom/bindings/idl/xpath/XPathNamespace.idl: Added. * kdom/bindings/idl/xpath/XPathResult.idl: Added. * kdom/bindings/idl/xpath/kdomdefs.idl: Added. * kdom/bindings/idl/xpointer/XPointerEvaluator.idl: Added. * kdom/bindings/idl/xpointer/XPointerException.idl: Added. * kdom/bindings/idl/xpointer/XPointerExpression.idl: Added. * kdom/bindings/idl/xpointer/XPointerResult.idl: Added. * kdom/bindings/idl/xpointer/kdomdefs.idl: Added. * kdom/bindings/kdombinder.sh: Added. * kdom/bindings/kdomidl.pl: Added. * kdom/cache/KDOMCachedDocument.cpp: (CachedDocument::~CachedDocument): * kdom/cache/KDOMCachedDocument.h: (KDOM::): * kdom/cache/KDOMCachedImage.cpp: (CachedImage::CachedImage): (CachedImage::movieStatus): (CachedImage::setShowAnimations): (CachedImage::data): * kdom/cache/KDOMCachedImage.h: * kdom/cache/KDOMCachedObject.cpp: (CachedObject::codecForBuffer): * kdom/cache/KDOMCachedObject.h: (KDOM::CachedObject::url): * kdom/cache/KDOMCachedObjectClient.h: (KDOM::CachedObjectClient::~CachedObjectClient): * kdom/cache/KDOMCachedStyleSheet.cpp: (CachedStyleSheet::ref): (CachedStyleSheet::data): (CachedStyleSheet::checkNotify): * kdom/cache/KDOMLoader.cpp: (DocumentLoader::requestImage): (DocumentLoader::setShowAnimations): * kdom/cache/KDOMLoader.h: (KDOM::DocumentLoader::showAnimations): * kdom/css/CSSCharsetRule.cpp: Removed. * kdom/css/CSSCharsetRule.h: Removed. * kdom/css/CSSFontFaceRule.cpp: Removed. * kdom/css/CSSFontFaceRule.h: Removed. * kdom/css/CSSHelper.h: (KDOM::CSSHelper::unitTypeToString): (KDOM::CSSHelper::stringForListStyleType): * kdom/css/CSSImportRule.cpp: Removed. * kdom/css/CSSImportRule.h: Removed. * kdom/css/CSSMediaRule.cpp: Removed. * kdom/css/CSSMediaRule.h: Removed. * kdom/css/CSSPageRule.cpp: Removed. * kdom/css/CSSPageRule.h: Removed. * kdom/css/CSSPrimitiveValue.cpp: Removed. * kdom/css/CSSPrimitiveValue.h: Removed. * kdom/css/CSSRule.cpp: Removed. * kdom/css/CSSRule.h: Removed. * kdom/css/CSSRuleList.cpp: Removed. * kdom/css/CSSRuleList.h: Removed. * kdom/css/CSSStyleDeclaration.cpp: Removed. * kdom/css/CSSStyleDeclaration.h: Removed. * kdom/css/CSSStyleRule.cpp: Removed. * kdom/css/CSSStyleRule.h: Removed. * kdom/css/CSSStyleSheet.cpp: Removed. * kdom/css/CSSStyleSheet.h: Removed. * kdom/css/CSSUnknownRule.cpp: Removed. * kdom/css/CSSUnknownRule.h: Removed. * kdom/css/CSSValue.cpp: Removed. * kdom/css/CSSValue.h: Removed. * kdom/css/CSSValueList.cpp: Removed. * kdom/css/CSSValueList.h: Removed. * kdom/css/Counter.cpp: Removed. * kdom/css/Counter.h: Removed. * kdom/css/DOMImplementationCSS.cpp: Removed. * kdom/css/DOMImplementationCSS.h: Removed. * kdom/css/DocumentCSS.cpp: Removed. * kdom/css/DocumentCSS.h: Removed. * kdom/css/DocumentStyle.cpp: Removed. * kdom/css/DocumentStyle.h: Removed. * kdom/css/LinkStyle.cpp: Removed. * kdom/css/LinkStyle.h: Removed. * kdom/css/MediaList.cpp: Removed. * kdom/css/MediaList.h: Removed. * kdom/css/RGBColor.cpp: Removed. * kdom/css/RGBColor.h: Removed. * kdom/css/Rect.cpp: Removed. * kdom/css/Rect.h: Removed. * kdom/css/StyleSheet.cpp: Removed. * kdom/css/StyleSheet.h: Removed. * kdom/css/StyleSheetList.cpp: Removed. * kdom/css/StyleSheetList.h: Removed. * kdom/css/ViewCSS.cpp: Removed. * kdom/css/ViewCSS.h: Removed. * kdom/css/impl/CSSCharsetRuleImpl.cpp: (CSSCharsetRuleImpl::CSSCharsetRuleImpl): (CSSCharsetRuleImpl::~CSSCharsetRuleImpl): (CSSCharsetRuleImpl::encoding): (CSSCharsetRuleImpl::setEncoding): * kdom/css/impl/CSSCharsetRuleImpl.h: * kdom/css/impl/CSSImageValueImpl.cpp: (CSSImageValueImpl::CSSImageValueImpl): * kdom/css/impl/CSSImportRuleImpl.cpp: (CSSImportRuleImpl::CSSImportRuleImpl): (CSSImportRuleImpl::~CSSImportRuleImpl): (CSSImportRuleImpl::href): (CSSImportRuleImpl::setStyleSheet): (CSSImportRuleImpl::error): (CSSImportRuleImpl::init): * kdom/css/impl/CSSImportRuleImpl.h: * kdom/css/impl/CSSMediaRuleImpl.cpp: (CSSMediaRuleImpl::CSSMediaRuleImpl): (CSSMediaRuleImpl::insertRule): * kdom/css/impl/CSSMediaRuleImpl.h: * kdom/css/impl/CSSPageRuleImpl.cpp: (CSSPageRuleImpl::setSelectorText): (CSSPageRuleImpl::selectorText): * kdom/css/impl/CSSPageRuleImpl.h: * kdom/css/impl/CSSPrimitiveValueImpl.cpp: (CSSPrimitiveValueImpl::CSSPrimitiveValueImpl): (CSSPrimitiveValueImpl::setStringValue): (CSSPrimitiveValueImpl::getDOMStringValue): (CSSPrimitiveValueImpl::getQRGBColorValue): (CSSPrimitiveValueImpl::getRGBColorValue): (CSSPrimitiveValueImpl::computeLength): (CSSPrimitiveValueImpl::setCssText): (CSSPrimitiveValueImpl::cssText): (FontFamilyValueImpl::FontFamilyValueImpl): * kdom/css/impl/CSSPrimitiveValueImpl.h: * kdom/css/impl/CSSRuleImpl.cpp: (CSSRuleImpl::cssText): (CSSRuleImpl::setCssText): * kdom/css/impl/CSSRuleImpl.h: * kdom/css/impl/CSSRuleListImpl.cpp: (CSSRuleListImpl::CSSRuleListImpl): * kdom/css/impl/CSSStyleDeclarationImpl.cpp: (CSSStyleDeclarationImpl::cssText): (CSSStyleDeclarationImpl::setCssText): (CSSStyleDeclarationImpl::get4Values): (CSSStyleDeclarationImpl::getShortHandValue): (CSSStyleDeclarationImpl::getPropertyValue): (CSSStyleDeclarationImpl::getPropertyCSSValue): (CSSStyleDeclarationImpl::removeProperty): (CSSStyleDeclarationImpl::getPropertyPriority): (CSSStyleDeclarationImpl::setProperty): (CSSStyleDeclarationImpl::setLengthProperty): (CSSStyleDeclarationImpl::length): (CSSStyleDeclarationImpl::item): (CSSStyleDeclarationImpl::parseString): (CSSProperty::cssText): * kdom/css/impl/CSSStyleDeclarationImpl.h: * kdom/css/impl/CSSStyleRuleImpl.cpp: (CSSStyleRuleImpl::selectorText): (CSSStyleRuleImpl::setSelectorText): * kdom/css/impl/CSSStyleRuleImpl.h: * kdom/css/impl/CSSStyleSelector.cpp: (CSSStyleSelector::CSSStyleSelector): (CSSStyleSelector::init): (CSSStyleSelector::~CSSStyleSelector): (CSSStyleSelector::addSheet): (CSSStyleSelector::computeFontSizesFor): (CSSStyleSelector::styleForElement): (checkPseudoState): (matchNth): (CSSStyleSelector::checkOneSelector): (CSSStyleSelectorList::append): (CSSStyleSelector::applyRule): (CSSStyleSelector::getLangAttribute): * kdom/css/impl/CSSStyleSelector.h: * kdom/css/impl/CSSStyleSheetImpl.cpp: (CSSStyleSheetImpl::CSSStyleSheetImpl): (CSSStyleSheetImpl::type): (CSSStyleSheetImpl::cssRules): (CSSStyleSheetImpl::insertRule): (CSSStyleSheetImpl::addNamespace): (CSSStyleSheetImpl::determineNamespace): (CSSStyleSheetImpl::parseString): * kdom/css/impl/CSSStyleSheetImpl.h: * kdom/css/impl/CSSValueImpl.cpp: (CSSValueImpl::setCssText): (CSSInheritedValueImpl::cssText): (CSSInitialValueImpl::cssText): (FontValueImpl::cssText): (QuotesValueImpl::cssText): (ShadowValueImpl::cssText): (CounterActImpl::CounterActImpl): (CounterActImpl::~CounterActImpl): (CounterActImpl::cssText): (CounterActImpl::counter): * kdom/css/impl/CSSValueImpl.h: * kdom/css/impl/CSSValueListImpl.cpp: (CSSValueListImpl::cssText): (CSSValueListImpl::setCssText): * kdom/css/impl/CSSValueListImpl.h: * kdom/css/impl/CounterImpl.cpp: (CounterImpl::CounterImpl): (CounterImpl::~CounterImpl): (CounterImpl::identifier): (CounterImpl::setIdentifier): (CounterImpl::listStyleInt): (CounterImpl::listStyle): (CounterImpl::separator): (CounterImpl::setSeparator): * kdom/css/impl/CounterImpl.h: * kdom/css/impl/DocumentCSSImpl.cpp: Added. (DocumentCSSImpl::DocumentCSSImpl): (DocumentCSSImpl::~DocumentCSSImpl): (DocumentCSSImpl::getOverrideStyle): * kdom/css/impl/DocumentCSSImpl.h: Added. * kdom/css/impl/Font.cpp: (Font::operator==): (Font::update): * kdom/css/impl/Font.h: * kdom/css/impl/KDOMCSSParser.cpp: (KDOMCSSValueList::~KDOMCSSValueList): (CSSParser::~CSSParser): (CSSParser::parseSheet): (CSSParser::parseRule): (CSSParser::parseValue): (CSSParser::parseDeclaration): (CSSParser::parseCounter): (CSSParser::parseContent): (ShadowParseContext::commitLength): * kdom/css/impl/KDOMCSSParser.h: (KDOM::domString): (KDOM::CSSParser::hasProperties): * kdom/css/impl/MediaListImpl.cpp: (MediaListImpl::MediaListImpl): (MediaListImpl::mediaText): (MediaListImpl::setMediaText): (MediaListImpl::item): (MediaListImpl::deleteMedium): (MediaListImpl::appendMedium): (MediaListImpl::contains): * kdom/css/impl/MediaListImpl.h: * kdom/css/impl/RGBColorImpl.cpp: (RGBColorImpl::RGBColorImpl): * kdom/css/impl/RectImpl.cpp: (RectImpl::RectImpl): * kdom/css/impl/RenderStyle.cpp: (RenderStyle::RenderStyle): (hasCounter): (RenderStyle::hasCounterReset): (RenderStyle::hasCounterIncrement): (readCounter): (RenderStyle::counterReset): (RenderStyle::counterIncrement): * kdom/css/impl/RenderStyle.h: (KDOM::RenderStyle::RenderStyle): * kdom/css/impl/RenderStyleDefs.cpp: (StyleSurroundData::StyleSurroundData): (StyleBoxData::StyleBoxData): (StyleVisualData::StyleVisualData): (StyleBackgroundData::StyleBackgroundData): (StyleMarqueeData::StyleMarqueeData): (StyleCSS3NonInheritedData::StyleCSS3NonInheritedData): (StyleCSS3InheritedData::StyleCSS3InheritedData): (StyleInheritedData::StyleInheritedData): * kdom/css/impl/RenderStyleDefs.h: (KDOM::BorderData::BorderData): * kdom/css/impl/StyleBaseImpl.cpp: (StyleBaseImpl::StyleBaseImpl): (StyleBaseImpl::parseString): (StyleBaseImpl::baseURL): (CSSSelector::CSSSelector): (CSSSelector::~CSSSelector): (CSSSelector::print): (CSSSelector::extractPseudoType): (CSSSelector::operator==): (CSSSelector::selectorText): * kdom/css/impl/StyleBaseImpl.h: (KDOM::CSSNamespace::CSSNamespace): (KDOM::CSSNamespace::~CSSNamespace): (KDOM::CSSNamespace::uri): (KDOM::CSSNamespace::prefix): (KDOM::CSSNamespace::namespaceForPrefix): * kdom/css/impl/StyleSheetImpl.cpp: (StyleSheetImpl::StyleSheetImpl): (StyleSheetImpl::~StyleSheetImpl): (StyleSheetImpl::href): (StyleSheetImpl::title): (StyleSheetImpl::setTitle): * kdom/css/impl/StyleSheetImpl.h: (KDOM::StyleSheetImpl::type): * kdom/css/impl/StyleSheetListImpl.cpp: (StyleSheetListImpl::StyleSheetListImpl): * kdom/css/impl/kdomparsercss.y: * kdom/css/impl/tokenizer.cpp: * kdom/data/CSSConstants.h: Removed. * kdom/data/DOMConstants.h: Removed. * kdom/data/EcmaConstants.h: Removed. * kdom/data/EventsConstants.h: Removed. * kdom/data/LSConstants.h: Removed. * kdom/data/RangeConstants.h: Removed. * kdom/data/TraversalConstants.h: Removed. * kdom/data/ViewConstants.h: Removed. * kdom/data/XPathConstants.h: Removed. * kdom/data/generateddata.cpp: Removed. * kdom/ecma/Constructors.cpp: Removed. * kdom/ecma/Constructors.h: Removed. * kdom/ecma/DOMBridge.h: (KDOM::DOMBridge::DOMBridge): (KDOM::DOMBridge::wrapper): (KDOM::DOMBridge::get): (KDOM::DOMBridge::hasProperty): (KDOM::DOMBridge::classInfo): (KDOM::DOMRWBridge::DOMRWBridge): (KDOM::DOMRWBridge::put): * kdom/ecma/DOMLookup.h: * kdom/ecma/Ecma.cpp: (Ecma::Private::Private): (Ecma::setup): (Ecma::setupDocument): (Ecma::ecmaListenerToObject): (Ecma::createEventListener): (Ecma::inheritedGetDOMNode): (Ecma::inheritedGetDOMEvent): (Ecma::inheritedGetDOMCSSRule): (Ecma::inheritedGetDOMCSSValue): (KDOM::getDOMNode): (KDOM::getDOMEvent): (KDOM::getDOMCSSRule): (KDOM::getDOMCSSValue): (KDOM::toDOMString): (KDOM::getDOMString): * kdom/ecma/Ecma.h: (KDOM::ecma_cast): (KDOM::safe_cache): * kdom/ecma/GlobalObject.cpp: (KDOM::): (GlobalObject::get): (GlobalObject::put): (GlobalObjectFunc::callAsFunction): (ScheduledAction::execute): * kdom/ecma/GlobalObject.h: (KDOM::GlobalObject::): * kdom/ecma/ScriptInterpreter.cpp: * kdom/ecma/ScriptInterpreter.h: (KDOM::cacheDOMObject): * kdom/events/DocumentEvent.cpp: Removed. * kdom/events/DocumentEvent.h: Removed. * kdom/events/Event.cpp: Removed. * kdom/events/Event.h: Removed. * kdom/events/EventException.cpp: Removed. * kdom/events/EventException.h: Removed. * kdom/events/EventListener.cpp: Removed. * kdom/events/EventListener.h: Removed. * kdom/events/EventTarget.cpp: Removed. * kdom/events/EventTarget.h: Removed. * kdom/events/KeyboardEvent.cpp: Removed. * kdom/events/KeyboardEvent.h: Removed. * kdom/events/MouseEvent.cpp: Removed. * kdom/events/MouseEvent.h: Removed. * kdom/events/MutationEvent.cpp: Removed. * kdom/events/MutationEvent.h: Removed. * kdom/events/UIEvent.cpp: Removed. * kdom/events/UIEvent.h: Removed. * kdom/events/impl/DocumentEventImpl.cpp: (DocumentEventImpl::createEvent): * kdom/events/impl/DocumentEventImpl.h: * kdom/events/impl/EventExceptionImpl.cpp: (EventExceptionImpl::EventExceptionImpl): * kdom/events/impl/EventImpl.cpp: (EventImpl::EventImpl): (EventImpl::~EventImpl): (EventImpl::type): (EventImpl::initEvent): * kdom/events/impl/EventImpl.h: * kdom/events/impl/EventListenerImpl.cpp: (EventListenerImpl::EventListenerImpl): (EventListenerImpl::~EventListenerImpl): (EventListenerImpl::handleEvent): (EventListenerImpl::internalType): (EventListenerImpl::initListener): * kdom/events/impl/EventListenerImpl.h: * kdom/events/impl/EventTargetImpl.cpp: (EventTargetImpl::EventTargetImpl): (EventTargetImpl::addEventListener): (EventTargetImpl::removeEventListener): (EventTargetImpl::dispatchEvent): (EventTargetImpl::handleLocalEvents): * kdom/events/impl/EventTargetImpl.h: * kdom/events/impl/KeyboardEventImpl.cpp: (KeyboardEventImpl::~KeyboardEventImpl): (KeyboardEventImpl::initKeyboardEvent): (KeyboardEventImpl::getModifierState): * kdom/events/impl/KeyboardEventImpl.h: (KDOM::KeyboardEventImpl::keyIdentifier): * kdom/events/impl/MouseEventImpl.cpp: (MouseEventImpl::initMouseEvent): * kdom/events/impl/MouseEventImpl.h: * kdom/events/impl/MutationEventImpl.cpp: (MutationEventImpl::MutationEventImpl): (MutationEventImpl::~MutationEventImpl): (MutationEventImpl::prevValue): (MutationEventImpl::newValue): (MutationEventImpl::attrName): (MutationEventImpl::initMutationEvent): * kdom/events/impl/MutationEventImpl.h: * kdom/events/impl/RegisteredEventListener.cpp: (RegisteredEventListener::RegisteredEventListener): (RegisteredEventListener::~RegisteredEventListener): (RegisteredEventListener::operator==): (RegisteredEventListener::type): * kdom/events/impl/RegisteredEventListener.h: * kdom/events/impl/UIEventImpl.cpp: (UIEventImpl::initUIEvent): * kdom/events/impl/UIEventImpl.h: * kdom/impl/AttrImpl.cpp: (AttrImpl::AttrImpl): (AttrImpl::nodeName): (AttrImpl::localName): (AttrImpl::nodeValue): (AttrImpl::setNodeValue): (AttrImpl::value): (AttrImpl::val): (AttrImpl::name): (AttrImpl::namespaceURI): (AttrImpl::prefix): (AttrImpl::setPrefix): (AttrImpl::cloneNode): (AttrImpl::setValue): (AttributeImpl::setValue): (AttributeImpl::createAttr): * kdom/impl/AttrImpl.h: (KDOM::AttributeImpl::value): (KDOM::AttributeImpl::namespaceURI): (KDOM::AttributeImpl::prefix): (KDOM::AttributeImpl::localName): (KDOM::AttributeImpl::name): * kdom/impl/CDATASectionImpl.cpp: (CDATASectionImpl::CDATASectionImpl): (CDATASectionImpl::nodeName): (CDATASectionImpl::cloneNode): * kdom/impl/CDATASectionImpl.h: * kdom/impl/CDFInterface.cpp: (CDFInterface::renderStyle): (CDFInterface::globalObject): * kdom/impl/CDFInterface.h: * kdom/impl/CharacterDataImpl.cpp: (CharacterDataImpl::CharacterDataImpl): (CharacterDataImpl::textContent): (CharacterDataImpl::nodeValue): (CharacterDataImpl::setNodeValue): (CharacterDataImpl::appendData): (CharacterDataImpl::insertData): (CharacterDataImpl::deleteData): (CharacterDataImpl::replaceData): (CharacterDataImpl::setData): (CharacterDataImpl::dispatchModifiedEvent): * kdom/impl/CharacterDataImpl.h: * kdom/impl/CommentImpl.cpp: (CommentImpl::CommentImpl): (CommentImpl::nodeName): (CommentImpl::cloneNode): * kdom/impl/CommentImpl.h: * kdom/impl/DOMConfigurationImpl.cpp: (DOMConfigurationImpl::DOMConfigurationImpl): (DOMConfigurationImpl::~DOMConfigurationImpl): (DOMConfigurationImpl::setParameter): (DOMConfigurationImpl::getParameter): (DOMConfigurationImpl::canSetParameter): (DOMConfigurationImpl::parameterNames): (DOMConfigurationImpl::errHandler): (DOMConfigurationImpl::normalizeCharacters): * kdom/impl/DOMConfigurationImpl.h: * kdom/impl/DOMErrorHandlerImpl.cpp: (DOMErrorHandlerImpl::DOMErrorHandlerImpl): (DOMErrorHandlerImpl::handleError): * kdom/impl/DOMErrorImpl.cpp: (DOMErrorImpl::DOMErrorImpl): (DOMErrorImpl::~DOMErrorImpl): (DOMErrorImpl::setMessage): (DOMErrorImpl::setType): (DOMErrorImpl::relatedException): (DOMErrorImpl::setRelatedException): (DOMErrorImpl::relatedData): (DOMErrorImpl::setRelatedData): (DOMErrorImpl::location): * kdom/impl/DOMErrorImpl.h: (KDOM::): * kdom/impl/DOMExceptionImpl.cpp: (DOMExceptionImpl::DOMExceptionImpl): * kdom/impl/DOMImplementationImpl.cpp: (DOMImplementationImpl::hasFeature): (DOMImplementationImpl::getFeature): (DOMImplementationImpl::createDocumentType): (DOMImplementationImpl::createDocument): (DOMImplementationImpl::createCSSStyleSheet): (DOMImplementationImpl::createLSParser): (DOMImplementationImpl::defaultDocumentType): (DOMImplementationImpl::typeToId): (DOMImplementationImpl::idToType): (DOMImplementationImpl::createCDFInterface): * kdom/impl/DOMImplementationImpl.h: * kdom/impl/DOMList.h: (KDOM::DOMList::DOMList): (KDOM::DOMList::contains): * kdom/impl/DOMLocatorImpl.cpp: (DOMLocatorImpl::DOMLocatorImpl): (DOMLocatorImpl::setRelatedNode): (DOMLocatorImpl::setUri): * kdom/impl/DOMLocatorImpl.h: * kdom/impl/DOMObjectImpl.cpp: Added. (DOMObjectImpl::DOMObjectImpl): (DOMObjectImpl::~DOMObjectImpl): (DOMObjectImpl::setObject): (DOMObjectImpl::userData): * kdom/impl/DOMObjectImpl.h: Added. * kdom/impl/DOMStringImpl.cpp: (DOMStringImpl::DOMStringImpl): (DOMStringImpl::append): (DOMStringImpl::isEmpty): (DOMStringImpl::string): * kdom/impl/DOMStringImpl.h: * kdom/impl/DOMUserDataImpl.cpp: (DOMUserDataImpl::DOMUserDataImpl): * kdom/impl/DOMUserDataImpl.h: * kdom/impl/DocumentFragmentImpl.cpp: (DocumentFragmentImpl::DocumentFragmentImpl): (DocumentFragmentImpl::nodeName): (DocumentFragmentImpl::cloneNode): * kdom/impl/DocumentFragmentImpl.h: * kdom/impl/DocumentImpl.cpp: (DocumentImpl::DocumentImpl): (DocumentImpl::~DocumentImpl): (DocumentImpl::setDocType): (DocumentImpl::nodeName): (DocumentImpl::textContent): (DocumentImpl::createElement): (DocumentImpl::createElementNS): (DocumentImpl::createAttribute): (DocumentImpl::createAttributeNS): (DocumentImpl::createDocumentFragment): (DocumentImpl::createComment): (DocumentImpl::createCDATASection): (DocumentImpl::createEntityReference): (DocumentImpl::createProcessingInstruction): (DocumentImpl::createTextNode): (DocumentImpl::cloneNode): (DocumentImpl::addListenerType): (DocumentImpl::removeListenerType): (DocumentImpl::hasListenerType): (DocumentImpl::elementSheet): (DocumentImpl::getElementsByTagName): (DocumentImpl::getElementsByTagNameNS): (DocumentImpl::importNode): (DocumentImpl::renameNode): (DocumentImpl::normalizeNode): (DocumentImpl::getElementById): (DocumentImpl::xmlStandalone): (DocumentImpl::setXmlStandalone): (DocumentImpl::inputEncoding): (DocumentImpl::setInputEncoding): (DocumentImpl::xmlEncoding): (DocumentImpl::setXmlEncoding): (DocumentImpl::adoptNode): (DocumentImpl::xmlVersion): (DocumentImpl::setXmlVersion): (DocumentImpl::getId): (DocumentImpl::getName): (DocumentImpl::defaultNS): (DocumentImpl::createCSSStyleSheet): (DocumentImpl::documentURI): (DocumentImpl::setDocumentURI): (DocumentImpl::setHoverNode): (DocumentImpl::kdomDocumentType): * kdom/impl/DocumentImpl.h: * kdom/impl/DocumentTypeImpl.cpp: (DocumentTypeImpl::DocumentTypeImpl): (DocumentTypeImpl::~DocumentTypeImpl): (DocumentTypeImpl::nodeName): (DocumentTypeImpl::textContent): (DocumentTypeImpl::name): (DocumentTypeImpl::publicId): (DocumentTypeImpl::systemId): (DocumentTypeImpl::internalSubset): (DocumentTypeImpl::cloneNode): (DocumentTypeImpl::entities): (DocumentTypeImpl::notations): (DocumentTypeImpl::setName): (DocumentTypeImpl::setPublicId): (DocumentTypeImpl::setSystemId): * kdom/impl/DocumentTypeImpl.h: * kdom/impl/ElementImpl.cpp: (ElementImpl::ElementImpl): (ElementImpl::nodeName): (ElementImpl::prefix): (ElementImpl::setPrefix): (ElementImpl::hasAttribute): (ElementImpl::hasAttributeNS): (ElementImpl::getAttribute): (ElementImpl::getAttributeNS): (ElementImpl::removeAttribute): (ElementImpl::removeAttributeNS): (ElementImpl::getElementsByTagName): (ElementImpl::setAttributeNS): (ElementImpl::getAttributeNode): (ElementImpl::getAttributeNodeNS): (ElementImpl::getElementsByTagNameNS): (ElementImpl::cloneNode): (ElementImpl::getIdAttribute): (ElementImpl::namespaceURI): (ElementImpl::setIdAttribute): (ElementImpl::setIdAttributeNS): (ElementImpl::setIdAttributeNode): (ElementImpl::parseAttribute): * kdom/impl/ElementImpl.h: * kdom/impl/EntityImpl.cpp: (EntityImpl::EntityImpl): (EntityImpl::publicId): (EntityImpl::systemId): (EntityImpl::notationName): (EntityImpl::inputEncoding): (EntityImpl::xmlEncoding): (EntityImpl::xmlVersion): (EntityImpl::nodeName): (EntityImpl::cloneNode): * kdom/impl/EntityImpl.h: * kdom/impl/EntityReferenceImpl.cpp: (EntityReferenceImpl::EntityReferenceImpl): (EntityReferenceImpl::nodeName): (EntityReferenceImpl::cloneNode): * kdom/impl/EntityReferenceImpl.h: * kdom/impl/NamedAttrMapImpl.cpp: (NamedAttrMapImpl::getNamedItem): (NamedAttrMapImpl::removeNamedItem): (NamedAttrMapImpl::setNamedItem): (NamedAttrMapImpl::getValue): (NamedAttrMapImpl::setValue): (NamedAttrMapImpl::removeAttr): (NamedAttrMapImpl::clone): (NamedAttrMapImpl::dispatchAttrMutationEvent): (NamedAttrMapImpl::dispatchSubtreeModifiedEvent): (NamedAttrMapImpl::valueAt): (NamedAttrMapImpl::lookupAttribute): * kdom/impl/NamedAttrMapImpl.h: * kdom/impl/NamedNodeMapImpl.cpp: (NamedNodeMapImpl::NamedNodeMapImpl): (RONamedNodeMapImpl::RONamedNodeMapImpl): (RONamedNodeMapImpl::isReadOnly): (RONamedNodeMapImpl::clone): (RONamedNodeMapImpl::getNamedItem): (RONamedNodeMapImpl::setNamedItem): * kdom/impl/NamedNodeMapImpl.h: * kdom/impl/NodeImpl.cpp: (NodeImpl::NodeImpl): (NodeImpl::~NodeImpl): (NodeImpl::localName): (NodeImpl::nodeName): (NodeImpl::nodeValue): (NodeImpl::setNodeValue): (NodeImpl::namespaceURI): (NodeImpl::prefix): (NodeImpl::setPrefix): (NodeImpl::isSupported): (NodeImpl::textContent): (NodeImpl::setTextContent): (NodeImpl::isReadOnly): (NodeImpl::cloneNode): (NodeImpl::ownerDocument): (NodeImpl::normalize): (NodeImpl::toString): (NodeImpl::setOwnerDocument): (NodeBaseImpl::NodeBaseImpl): (NodeBaseImpl::replaceChild): (NodeBaseImpl::checkAddChild): (NodeBaseImpl::checkDocumentAddChild): (NodeBaseImpl::cloneChildNodes): (NodeBaseImpl::removeChildren): (NodeImpl::isDefaultNamespace): (NodeImpl::lookupNamespaceURI): (NodeImpl::lookupNamespacePrefix): (NodeImpl::lookupPrefix): (NodeImpl::dispatchSubtreeModifiedEvent): (NodeImpl::dispatchChildRemovalEvents): (NodeImpl::dispatchChildInsertedEvents): (NodeImpl::baseURI): (NodeImpl::baseKURI): (NodeImpl::compareDocumentPosition): * kdom/impl/NodeImpl.h: (KDOM::DocumentPtr::DocumentPtr): (KDOM::DocumentPtr::document): (KDOM::NodeImpl::docPtr): * kdom/impl/NodeListImpl.cpp: (NodeListImpl::NodeListImpl): (NodeListImpl::~NodeListImpl): (NodeListImpl::index): * kdom/impl/NodeListImpl.h: * kdom/impl/NotationImpl.cpp: (NotationImpl::NotationImpl): (NotationImpl::nodeName): (NotationImpl::textContent): (NotationImpl::publicId): (NotationImpl::systemId): (NotationImpl::cloneNode): * kdom/impl/NotationImpl.h: * kdom/impl/ProcessingInstructionImpl.cpp: (ProcessingInstructionImpl::ProcessingInstructionImpl): (ProcessingInstructionImpl::nodeName): (ProcessingInstructionImpl::target): (ProcessingInstructionImpl::nodeValue): (ProcessingInstructionImpl::setNodeValue): (ProcessingInstructionImpl::textContent): (ProcessingInstructionImpl::data): (ProcessingInstructionImpl::setData): (ProcessingInstructionImpl::cloneNode): (ProcessingInstructionImpl::localHref): (ProcessingInstructionImpl::checkStyleSheet): (ProcessingInstructionImpl::setStyleSheet): * kdom/impl/ProcessingInstructionImpl.h: * kdom/impl/TagNodeListImpl.cpp: (TagNodeListImpl::TagNodeListImpl): (TagNodeListImpl::~TagNodeListImpl): (TagNodeListImpl::check): * kdom/impl/TagNodeListImpl.h: * kdom/impl/TextImpl.cpp: (TextImpl::TextImpl): (TextImpl::nodeName): (TextImpl::cloneNode): (TextImpl::splitText): (TextImpl::isElementContentWhitespace): (TextImpl::wholeText): (TextImpl::replaceWholeText): (TextImpl::logicallyAdjacentTextNodes): * kdom/impl/TextImpl.h: * kdom/impl/TypeInfoImpl.cpp: (TypeInfoImpl::TypeInfoImpl): (TypeInfoImpl::typeName): (TypeInfoImpl::typeNamespace): (TypeInfoImpl::isDerivedFrom): * kdom/impl/TypeInfoImpl.h: * kdom/impl/XMLElementImpl.cpp: (XMLElementImpl::XMLElementImpl): (XMLElementImpl::localName): (XMLElementImpl::tagName): * kdom/impl/XMLElementImpl.h: * kdom/kdom.h: (KDOM::): * kdom/ls/DOMImplementationLS.cpp: Removed. * kdom/ls/DOMImplementationLS.h: Removed. * kdom/ls/LSException.cpp: Removed. * kdom/ls/LSException.h: Removed. * kdom/ls/LSInput.cpp: Removed. * kdom/ls/LSInput.h: Removed. * kdom/ls/LSOutput.cpp: Removed. * kdom/ls/LSOutput.h: Removed. * kdom/ls/LSParser.cpp: Removed. * kdom/ls/LSParser.h: Removed. * kdom/ls/LSParserFilter.cpp: Removed. * kdom/ls/LSParserFilter.h: Removed. * kdom/ls/LSResourceResolver.cpp: Removed. * kdom/ls/LSResourceResolver.h: Removed. * kdom/ls/LSSerializer.cpp: Removed. * kdom/ls/LSSerializer.h: Removed. * kdom/ls/LSSerializerFilter.cpp: Removed. * kdom/ls/LSSerializerFilter.h: Removed. * kdom/ls/impl/LSExceptionImpl.cpp: (LSExceptionImpl::LSExceptionImpl): * kdom/ls/impl/LSInputImpl.cpp: (LSInputImpl::LSInputImpl): (LSInputImpl::byteStream): (LSInputImpl::setByteStream): (LSInputImpl::stringData): (LSInputImpl::setStringData): (LSInputImpl::systemId): (LSInputImpl::setSystemId): (LSInputImpl::publicId): (LSInputImpl::setPublicId): (LSInputImpl::baseURI): (LSInputImpl::setBaseURI): (LSInputImpl::encoding): (LSInputImpl::setEncoding): * kdom/ls/impl/LSInputImpl.h: * kdom/ls/impl/LSOutputImpl.cpp: (LSOutputImpl::LSOutputImpl): (LSOutputImpl::systemId): (LSOutputImpl::setSystemId): (LSOutputImpl::encoding): (LSOutputImpl::setEncoding): * kdom/ls/impl/LSOutputImpl.h: * kdom/ls/impl/LSParserFilterImpl.cpp: (LSParserFilterImpl::LSParserFilterImpl): * kdom/ls/impl/LSParserImpl.cpp: (hex2int): (LSParserImpl::parse): (LSParserImpl::abort): * kdom/ls/impl/LSResourceResolverImpl.cpp: (LSResourceResolverImpl::LSResourceResolverImpl): * kdom/ls/impl/LSSerializerImpl.cpp: (LSSerializerImpl::LSSerializerImpl): (LSSerializerImpl::setNewLine): (LSSerializerImpl::serialize): (LSSerializerImpl::writeToURI): (LSSerializerImpl::PrintInternalSubset): (LSSerializerImpl::PrintNode): (LSSerializerImpl::escape): (LSSerializerImpl::escapeAttribute): * kdom/ls/impl/LSSerializerImpl.h: * kdom/parser/KDOMDocumentBuilder.cpp: (DocumentBuilder::document): (DocumentBuilder::startDocument): (DocumentBuilder::startElement): (DocumentBuilder::endElement): (DocumentBuilder::startElementNS): (DocumentBuilder::endElementNS): (DocumentBuilder::startAttributeNS): (DocumentBuilder::startAttribute): (DocumentBuilder::characters): (DocumentBuilder::comment): (DocumentBuilder::startDTD): (DocumentBuilder::startPI): (DocumentBuilder::internalEntityDecl): (DocumentBuilder::internalEntityDeclEnd): (DocumentBuilder::externalEntityDecl): (DocumentBuilder::unparsedEntityDecl): (DocumentBuilder::notationDecl): (DocumentBuilder::entityReferenceStart): (DocumentBuilder::entityReferenceEnd): (DocumentBuilder::currentNode): * kdom/parser/KDOMDocumentBuilder.h: * kdom/parser/KDOMParser.cpp: (Parser::document): (Parser::domConfig): (Parser::setDocumentBuilder): (Parser::syncParse): (Parser::asyncParse): (Parser::abortWork): (Parser::notifyFinished): (Parser::handleError): (Parser::bufferForUrl): (Parser::parsingFinished): * kdom/parser/KDOMParser.h: (KDOM::Parser::handleIncomingData): * kdom/range/DocumentRange.cpp: Removed. * kdom/range/DocumentRange.h: Removed. * kdom/range/Range.cpp: Removed. * kdom/range/Range.h: Removed. * kdom/range/RangeException.cpp: Removed. * kdom/range/RangeException.h: Removed. * kdom/range/impl/DocumentRangeImpl.cpp: (DocumentRangeImpl::createRange): * kdom/range/impl/RangeExceptionImpl.cpp: (RangeExceptionImpl::RangeExceptionImpl): * kdom/range/impl/RangeImpl.cpp: (RangeImpl::RangeImpl): (RangeImpl::isCollapsed): (RangeImpl::setStart): (RangeImpl::setEnd): (RangeImpl::processContents): (RangeImpl::checkNodeWOffset): (RangeImpl::toString): (RangeImpl::setStartAfter): (RangeImpl::setEndBefore): (RangeImpl::setEndAfter): (RangeImpl::setStartBefore): * kdom/range/impl/RangeImpl.h: * kdom/scripts/OVERVIEW: Removed. * kdom/scripts/constants.pl: Removed. * kdom/scripts/css.idl: Removed. * kdom/scripts/dom2-core.idl: Removed. * kdom/scripts/dom2-events.idl: Removed. * kdom/scripts/dom2-range.idl: Removed. * kdom/scripts/dom2-traversal.idl: Removed. * kdom/scripts/dom2-views.idl: Removed. * kdom/scripts/dommakeattrs: Removed. * kdom/scripts/generate.pl: Removed. * kdom/scripts/kalyptusKDOMEcma.pm: Removed. * kdom/scripts/stylesheets.idl: Removed. * kdom/traversal/DocumentTraversal.cpp: Removed. * kdom/traversal/DocumentTraversal.h: Removed. * kdom/traversal/NodeFilter.cpp: Removed. * kdom/traversal/NodeFilter.h: Removed. * kdom/traversal/NodeIterator.cpp: Removed. * kdom/traversal/NodeIterator.h: Removed. * kdom/traversal/TreeWalker.cpp: Removed. * kdom/traversal/TreeWalker.h: Removed. * kdom/traversal/impl/NodeFilterImpl.cpp: (NodeFilterImpl::NodeFilterImpl): (NodeFilterImpl::acceptNode): * kdom/traversal/impl/NodeFilterImpl.h: (KDOM::NodeFilterCondition::NodeFilterCondition): (KDOM::NodeFilterCondition::acceptNode): * kdom/traversal/impl/NodeIteratorImpl.cpp: * kdom/traversal/impl/NodeIteratorImpl.h: * kdom/traversal/impl/TraversalImpl.cpp: (TraversalImpl::TraversalImpl): * kdom/traversal/impl/TreeWalkerImpl.cpp: * kdom/traversal/impl/TreeWalkerImpl.h: * kdom/views/AbstractView.cpp: Removed. * kdom/views/AbstractView.h: Removed. * kdom/views/DocumentView.cpp: Removed. * kdom/views/DocumentView.h: Removed. * kdom/views/impl/AbstractViewImpl.cpp: (AbstractViewImpl::AbstractViewImpl): * kdom/views/impl/AbstractViewImpl.h: * kdom/views/impl/DocumentViewImpl.cpp: * kdom/views/impl/DocumentViewImpl.h: * kdom/xpath/XPathEvaluator.cpp: Removed. * kdom/xpath/XPathEvaluator.h: Removed. * kdom/xpath/XPathEvaluatorImpl.cpp: Added. (XPathEvaluatorImpl::createExpression): (XPathEvaluatorImpl::createNSResolver): (XPathEvaluatorImpl::evaluate): * kdom/xpath/XPathEvaluatorImpl.h: Added. * kdom/xpath/XPathException.cpp: Removed. * kdom/xpath/XPathException.h: Removed. * kdom/xpath/XPathExceptionImpl.cpp: Added. (XPathExceptionImpl::XPathExceptionImpl): (XPathExceptionImpl::code): * kdom/xpath/XPathExceptionImpl.h: Added. * kdom/xpath/XPathExpression.cpp: Removed. * kdom/xpath/XPathExpression.h: Removed. * kdom/xpath/XPathExpressionImpl.cpp: Added. (XPathExpressionImpl::XPathExpressionImpl): (XPathExpressionImpl::evaluate): * kdom/xpath/XPathExpressionImpl.h: Added. * kdom/xpath/XPathNSResolver.cpp: Removed. * kdom/xpath/XPathNSResolver.h: Removed. * kdom/xpath/XPathNSResolverImpl.cpp: Added. (XPathNSResolverImpl::XPathNSResolverImpl): (XPathNSResolverImpl::lookupNamespaceURI): * kdom/xpath/XPathNSResolverImpl.h: Added. * kdom/xpath/XPathNamespace.cpp: Removed. * kdom/xpath/XPathNamespace.h: Removed. * kdom/xpath/XPathNamespaceImpl.cpp: Added. (XPathNamespaceImpl::XPathNamespaceImpl): (XPathNamespaceImpl::ownerElement): * kdom/xpath/XPathNamespaceImpl.h: Added. * kdom/xpath/XPathResult.cpp: Removed. * kdom/xpath/XPathResult.h: Removed. * kdom/xpath/XPathResultImpl.cpp: Added. (XPathResultImpl::XPathResultImpl): (XPathResultImpl::convertTo): (XPathResultImpl::resultType): (XPathResultImpl::numberValue): (XPathResultImpl::stringValue): (XPathResultImpl::booleanValue): (XPathResultImpl::singleNodeValue): (XPathResultImpl::invalidIteratorState): (XPathResultImpl::snapshotLength): (XPathResultImpl::iterateNext): (XPathResultImpl::snapshotItem): * kdom/xpath/XPathResultImpl.h: Added. * kdom/xpath/impl/AxisImpl.cpp: Removed. * kdom/xpath/impl/AxisImpl.h: Removed. * kdom/xpath/impl/ContextImpl.cpp: Removed. * kdom/xpath/impl/ContextImpl.h: Removed. * kdom/xpath/impl/ExprNodeImpl.cpp: Removed. * kdom/xpath/impl/ExprNodeImpl.h: Removed. * kdom/xpath/impl/FILES: Removed. * kdom/xpath/impl/LiteralImpl.cpp: Removed. * kdom/xpath/impl/LiteralImpl.h: Removed. * kdom/xpath/impl/OperatorImpl.cpp: Removed. * kdom/xpath/impl/OperatorImpl.h: Removed. * kdom/xpath/impl/ScopeImpl.cpp: Removed. * kdom/xpath/impl/ScopeImpl.h: Removed. * kdom/xpath/impl/StepImpl.cpp: Removed. * kdom/xpath/impl/StepImpl.h: Removed. * kdom/xpath/impl/VariableRefImpl.cpp: Removed. * kdom/xpath/impl/VariableRefImpl.h: Removed. * kdom/xpath/impl/XPathCustomExceptionImpl.cpp: Removed. * kdom/xpath/impl/XPathCustomExceptionImpl.h: Removed. * kdom/xpath/impl/XPathEvaluatorImpl.cpp: Removed. * kdom/xpath/impl/XPathEvaluatorImpl.h: Removed. * kdom/xpath/impl/XPathExceptionImpl.cpp: Removed. * kdom/xpath/impl/XPathExceptionImpl.h: Removed. * kdom/xpath/impl/XPathExpressionFilterImpl.cpp: Removed. * kdom/xpath/impl/XPathExpressionFilterImpl.h: Removed. * kdom/xpath/impl/XPathExpressionImpl.cpp: Removed. * kdom/xpath/impl/XPathExpressionImpl.h: Removed. * kdom/xpath/impl/XPathFactory1Impl.cpp: Removed. * kdom/xpath/impl/XPathFactory1Impl.h: Removed. * kdom/xpath/impl/XPathFactoryBaseImpl.cpp: Removed. * kdom/xpath/impl/XPathFactoryBaseImpl.h: Removed. * kdom/xpath/impl/XPathHelper.cpp: Removed. * kdom/xpath/impl/XPathHelper.h: Removed. * kdom/xpath/impl/XPathNSResolverImpl.cpp: Removed. * kdom/xpath/impl/XPathNSResolverImpl.h: Removed. * kdom/xpath/impl/XPathNamespaceImpl.cpp: Removed. * kdom/xpath/impl/XPathNamespaceImpl.h: Removed. * kdom/xpath/impl/XPathResultImpl.cpp: Removed. * kdom/xpath/impl/XPathResultImpl.h: Removed. * kdom/xpath/impl/data/BooleanImpl.cpp: Removed. * kdom/xpath/impl/data/BooleanImpl.h: Removed. * kdom/xpath/impl/data/NodeSetImpl.cpp: Removed. * kdom/xpath/impl/data/NodeSetImpl.h: Removed. * kdom/xpath/impl/data/NumberImpl.cpp: Removed. * kdom/xpath/impl/data/NumberImpl.h: Removed. * kdom/xpath/impl/data/StringImpl.cpp: Removed. * kdom/xpath/impl/data/StringImpl.h: Removed. * kdom/xpath/impl/data/ValueImpl.cpp: Removed. * kdom/xpath/impl/data/ValueImpl.h: Removed. * kdom/xpath/impl/expression.cpp: Added. (Value::Value): (Value::type): (Value::isNodeset): (Value::isBoolean): (Value::isNumber): (Value::isString): (Value::toNodeset): (Value::toBoolean): (Value::toNumber): (Value::toString): (Value::dump): (Expression::evaluationContext): (Expression::Expression): (Expression::~Expression): (Expression::evaluate): (Expression::addSubExpression): (Expression::optimize): (Expression::subExprCount): (Expression::subExpr): (Expression::isConstant): * kdom/xpath/impl/expression.h: Added. (Value::): * kdom/xpath/impl/functions.cpp: Added. (Interval::Interval): (Interval::contains): (Interval::asString): (Function::setArguments): (Function::setName): (Function::dump): (Function::arg): (Function::argCount): (Function::name): (FunLast::doEvaluate): (FunLast::isConstant): (FunPosition::doEvaluate): (FunPosition::isConstant): (FunLocalName::isConstant): (FunLocalName::doEvaluate): (FunNamespaceURI::isConstant): (FunNamespaceURI::doEvaluate): (FunName::isConstant): (FunName::doEvaluate): (FunCount::doEvaluate): (FunCount::isConstant): (FunString::doEvaluate): (FunConcat::doEvaluate): (FunStartsWith::doEvaluate): (FunContains::doEvaluate): (FunSubstringBefore::doEvaluate): (FunSubstringAfter::doEvaluate): (FunSubstring::doEvaluate): (FunStringLength::doEvaluate): (FunNormalizeSpace::doEvaluate): (FunTranslate::doEvaluate): (FunBoolean::doEvaluate): (FunNot::doEvaluate): (FunTrue::doEvaluate): (FunTrue::isConstant): (FunLang::doEvaluate): (FunLang::isConstant): (FunFalse::doEvaluate): (FunFalse::isConstant): (FunNumber::doEvaluate): (FunSum::doEvaluate): (FunFloor::doEvaluate): (FunCeiling::doEvaluate): (FunRound::doEvaluate): (FunctionLibrary::FunctionRec::FunctionRec): (FunctionLibrary::self): (FunctionLibrary::FunctionLibrary): (FunctionLibrary::getFunction): (FunctionLibraryDeleter::~FunctionLibraryDeleter): * kdom/xpath/impl/functions.h: Added. * kdom/xpath/impl/functions1/FunctionCallImpl.cpp: Removed. * kdom/xpath/impl/functions1/FunctionCallImpl.h: Removed. * kdom/xpath/impl/functions1/README: Removed. * kdom/xpath/impl/functions1/boolean_fnxp1.cpp: Removed. * kdom/xpath/impl/functions1/boolean_fnxp1.h: Removed. * kdom/xpath/impl/functions1/ceiling_fnxp1.cpp: Removed. * kdom/xpath/impl/functions1/ceiling_fnxp1.h: Removed. * kdom/xpath/impl/functions1/concat_fnxp1.cpp: Removed. * kdom/xpath/impl/functions1/concat_fnxp1.h: Removed. * kdom/xpath/impl/functions1/contains_fnxp1.cpp: Removed. * kdom/xpath/impl/functions1/contains_fnxp1.h: Removed. * kdom/xpath/impl/functions1/false_fnxp1.cpp: Removed. * kdom/xpath/impl/functions1/false_fnxp1.h: Removed. * kdom/xpath/impl/functions1/floor_fnxp1.cpp: Removed. * kdom/xpath/impl/functions1/floor_fnxp1.h: Removed. * kdom/xpath/impl/functions1/normalize-space_fnxp1.cpp: Removed. * kdom/xpath/impl/functions1/normalize-space_fnxp1.h: Removed. * kdom/xpath/impl/functions1/not_fnxp1.cpp: Removed. * kdom/xpath/impl/functions1/not_fnxp1.h: Removed. * kdom/xpath/impl/functions1/number_fnxp1.cpp: Removed. * kdom/xpath/impl/functions1/number_fnxp1.h: Removed. * kdom/xpath/impl/functions1/round_fnxp1.cpp: Removed. * kdom/xpath/impl/functions1/round_fnxp1.h: Removed. * kdom/xpath/impl/functions1/starts-with_fnxp1.cpp: Removed. * kdom/xpath/impl/functions1/starts-with_fnxp1.h: Removed. * kdom/xpath/impl/functions1/string-length_fnxp1.cpp: Removed. * kdom/xpath/impl/functions1/string-length_fnxp1.h: Removed. * kdom/xpath/impl/functions1/string_fnxp1.cpp: Removed. * kdom/xpath/impl/functions1/string_fnxp1.h: Removed. * kdom/xpath/impl/functions1/substring-after_fnxp1.cpp: Removed. * kdom/xpath/impl/functions1/substring-after_fnxp1.h: Removed. * kdom/xpath/impl/functions1/substring-before_fnxp1.cpp: Removed. * kdom/xpath/impl/functions1/substring-before_fnxp1.h: Removed. * kdom/xpath/impl/functions1/substring_fnxp1.cpp: Removed. * kdom/xpath/impl/functions1/substring_fnxp1.h: Removed. * kdom/xpath/impl/functions1/true_fnxp1.cpp: Removed. * kdom/xpath/impl/functions1/true_fnxp1.h: Removed. * kdom/xpath/impl/parsedstatement.cpp: Added. (ParsedStatement::ParsedStatement): (ParsedStatement::~ParsedStatement): (ParsedStatement::parse): (ParsedStatement::optimize): (ParsedStatement::evaluate): (ParsedStatement::dump): * kdom/xpath/impl/parsedstatement.h: Added. * kdom/xpath/impl/parser/Lexer.cpp: Removed. * kdom/xpath/impl/parser/Lexer.h: Removed. * kdom/xpath/impl/parser/Lexer.l: Removed. * kdom/xpath/impl/parser/ParserState.cpp: Removed. * kdom/xpath/impl/parser/ParserState.h: Removed. * kdom/xpath/impl/parser/xpath.ypp: Removed. * kdom/xpath/impl/path.cpp: Added. (Path::Path): (Path::~Path): (Path::addStep): (Path::optimize): (Path::doEvaluate): (Path::dump): * kdom/xpath/impl/path.h: Added. * kdom/xpath/impl/predicate.cpp: Added. (Number::Number): (Number::isConstant): (Number::dump): (Number::doEvaluate): (String::String): (String::isConstant): (String::dump): (String::doEvaluate): (Negative::doEvaluate): (Negative::dump): (BinaryExprBase::dump): (NumericOp::NumericOp): (NumericOp::doEvaluate): (NumericOp::opName): (EqTestOp::EqTestOp): (EqTestOp::doEvaluate): (EqTestOp::opName): (LogicalOp::LogicalOp): (LogicalOp::shortCircuitOn): (LogicalOp::isConstant): (LogicalOp::opName): (LogicalOp::doEvaluate): (Union::opName): (Union::doEvaluate): (Predicate::Predicate): (Predicate::~Predicate): (Predicate::evaluate): (Predicate::optimize): (Predicate::dump): * kdom/xpath/impl/predicate.h: Added. (NumericOp::): (EqTestOp::): (LogicalOp::): * kdom/xpath/impl/step.cpp: Added. (Step::axisAsString): (Step::Step): (Step::~Step): (Step::evaluate): (Step::nodesInAxis): (Step::nodeTestMatches): (Step::optimize): (Step::dump): * kdom/xpath/impl/step.h: Added. (Step::): * kdom/xpath/impl/tokenizer.cpp: Added. (AxisNameMapping::AxisNameMapping): (Tokenizer::self): (Tokenizer::charCat): (Tokenizer::isAxisName): (Tokenizer::isNodeTypeName): (Tokenizer::isOperatorContext): (Tokenizer::skipWS): (Tokenizer::makeTokenAndAdvance): (Tokenizer::makeIntTokenAndAdvance): (Tokenizer::peekAheadHelper): (Tokenizer::peekCurHelper): (Tokenizer::lexString): (Tokenizer::lexNumber): (Tokenizer::lexNCName): (Tokenizer::lexQName): (Tokenizer::nextTokenInternal): (Tokenizer::nextToken): (Tokenizer::Tokenizer): (Tokenizer::reset): (xpathyylex): (initTokenizer): (xpathyyerror): (TokenizerDeleter::~TokenizerDeleter): * kdom/xpath/impl/tokenizer.h: Added. (Token::Token): (Tokenizer::): * kdom/xpath/impl/util.cpp: Added. (isRootDomNode): (stringValue): (getChildrenRecursively): * kdom/xpath/impl/util.h: Added. * kdom/xpath/impl/utils/QNameImpl.cpp: Removed. * kdom/xpath/impl/utils/QNameImpl.h: Removed. * kdom/xpath/impl/variablereference.cpp: Added. (VariableReference::VariableReference): (VariableReference::isConstant): (VariableReference::dump): (VariableReference::doEvaluate): * kdom/xpath/impl/variablereference.h: Added. * kdom/xpath/impl/xpath.y: Added. * kdom/xpath/kdomxpath.h: (KDOM::XPath::): * kdom/xpointer/XPointerEvaluator.cpp: Removed. * kdom/xpointer/XPointerEvaluator.h: Removed. * kdom/xpointer/XPointerException.cpp: Removed. * kdom/xpointer/XPointerException.h: Removed. * kdom/xpointer/XPointerExpression.cpp: Removed. * kdom/xpointer/XPointerExpression.h: Removed. * kdom/xpointer/XPointerHelper.cpp: Removed. * kdom/xpointer/XPointerHelper.h: Removed. * kdom/xpointer/XPointerResult.cpp: Removed. * kdom/xpointer/XPointerResult.h: Removed. * kdom/xpointer/impl/ElementSchemeImpl.cpp: (ElementSchemeImpl::ElementSchemeImpl): (ElementSchemeImpl::evaluate): * kdom/xpointer/impl/ElementSchemeImpl.h: * kdom/xpointer/impl/NBCImpl.cpp: (NBCImpl::NBCImpl): (NBCImpl::addMapping): (NBCImpl::lookupNamespaceURI): * kdom/xpointer/impl/NBCImpl.h: * kdom/xpointer/impl/PointerPartImpl.cpp: (PointerPartImpl::PointerPartImpl): (PointerPartImpl::~PointerPartImpl): (PointerPartImpl::evaluate): (PointerPartImpl::name): (PointerPartImpl::data): * kdom/xpointer/impl/PointerPartImpl.h: * kdom/xpointer/impl/ShortHandImpl.cpp: (ShortHandImpl::ShortHandImpl): (ShortHandImpl::evaluate): * kdom/xpointer/impl/ShortHandImpl.h: * kdom/xpointer/impl/XMLNSSchemeImpl.cpp: (XMLNSSchemeImpl::XMLNSSchemeImpl): * kdom/xpointer/impl/XMLNSSchemeImpl.h: * kdom/xpointer/impl/XPath1SchemeImpl.cpp: (XPath1SchemeImpl::XPath1SchemeImpl): (XPath1SchemeImpl::~XPath1SchemeImpl): (XPath1SchemeImpl::evaluate): * kdom/xpointer/impl/XPath1SchemeImpl.h: * kdom/xpointer/impl/XPointerEvaluatorImpl.cpp: (XPointerEvaluatorImpl::createXPointer): (XPointerEvaluatorImpl::evaluateXPointer): * kdom/xpointer/impl/XPointerEvaluatorImpl.h: * kdom/xpointer/impl/XPointerExceptionImpl.cpp: (XPointerExceptionImpl::XPointerExceptionImpl): * kdom/xpointer/impl/XPointerExpressionImpl.cpp: (XPointerExpressionImpl::XPointerExpressionImpl): (XPointerExpressionImpl::~XPointerExpressionImpl): (XPointerExpressionImpl::evaluate): (XPointerExpressionImpl::string): * kdom/xpointer/impl/XPointerExpressionImpl.h: * kdom/xpointer/impl/XPointerHelper.cpp: Added. (XPointerHelper::EncodeSchemeData): (XPointerHelper::DecodeSchemeData): (XPointerHelper::createXPointer): * kdom/xpointer/impl/XPointerHelper.h: Added. * kdom/xpointer/impl/XPointerResultImpl.cpp: (XPointerResultImpl::XPointerResultImpl): (XPointerResultImpl::~XPointerResultImpl): (XPointerResultImpl::resultType): (XPointerResultImpl::setResultType): (XPointerResultImpl::singleNodeValue): (XPointerResultImpl::setSingleNodeValue): * kdom/xpointer/impl/XPointerResultImpl.h: (KDOM::XPointer::): * kdom/xpointer/impl/XPointerSchemeImpl.cpp: (XPointerSchemeImpl::XPointerSchemeImpl): (XPointerSchemeImpl::evaluate): * kdom/xpointer/impl/XPointerSchemeImpl.h: (KDOM::XPointer::): * ksvg2/KSVGFactory.cpp: (KSVGFactory::createPartObject): * ksvg2/KSVGSlotStubs.h: Removed. * ksvg2/core/KSVGDocumentBuilder.cpp: (DocumentBuilder::startDocument): (DocumentBuilder::finishedDocument): (DocumentBuilder::endDocument): * ksvg2/core/KSVGDocumentBuilder.h: * ksvg2/core/KSVGTimeScheduler.cpp: (SVGTimer::start): (SVGTimer::notifyAll): (TimeScheduler::TimeScheduler): (TimeScheduler::~TimeScheduler): * ksvg2/core/KSVGTimeScheduler.h: (KSVG::TimeScheduler::document): * ksvg2/css/impl/KSVGCSSParser.cpp: (SVGCSSParser::parseValue): (SVGCSSParser::parsePaint): (SVGCSSParser::parseColor): * ksvg2/css/impl/SVGCSSStyleSelector.cpp: (SVGCSSStyleSelector::loadDefaultStyle): (SVGCSSStyleSelector::applyRule): * ksvg2/css/impl/SVGCSSStyleSheetImpl.cpp: (SVGCSSStyleSheetImpl::SVGCSSStyleSheetImpl): * ksvg2/css/impl/SVGCSSStyleSheetImpl.h: * ksvg2/css/impl/SVGRenderStyleDefs.cpp: (StyleFillData::StyleFillData): (StyleStrokeData::StyleStrokeData): (StyleStopData::StyleStopData): (StyleClipData::StyleClipData): (StyleMarkerData::StyleMarkerData): (StyleMiscData::StyleMiscData): * ksvg2/data/CSSConstants.h: Removed. * ksvg2/data/EcmaConstants.h: Removed. * ksvg2/data/EventsConstants.h: Removed. * ksvg2/data/SVGConstants.h: Removed. * ksvg2/data/generateddata.cpp: Removed. * ksvg2/events/impl/SVGEventImpl.cpp: (SVGEventImpl::initEvent): * ksvg2/events/impl/SVGEventImpl.h: * ksvg2/impl/CDFInterface.cpp: * ksvg2/impl/CDFInterface.h: * ksvg2/impl/SVGAElementImpl.cpp: (SVGAElementImpl::SVGAElementImpl): (SVGAElementImpl::parseAttribute): (SVGAElementImpl::defaultEventHandler): * ksvg2/impl/SVGAElementImpl.h: * ksvg2/impl/SVGAngleImpl.cpp: (SVGAngleImpl::SVGAngleImpl): (SVGAngleImpl::setValueAsString): (SVGAngleImpl::valueAsString): * ksvg2/impl/SVGAngleImpl.h: * ksvg2/impl/SVGAnimateColorElementImpl.cpp: (SVGAnimateColorElementImpl::SVGAnimateColorElementImpl): (SVGAnimateColorElementImpl::handleTimerEvent): * ksvg2/impl/SVGAnimateColorElementImpl.h: * ksvg2/impl/SVGAnimateElementImpl.cpp: (SVGAnimateElementImpl::SVGAnimateElementImpl): (SVGAnimateElementImpl::handleTimerEvent): * ksvg2/impl/SVGAnimateElementImpl.h: * ksvg2/impl/SVGAnimateTransformElementImpl.cpp: (SVGAnimateTransformElementImpl::SVGAnimateTransformElementImpl): * ksvg2/impl/SVGAnimateTransformElementImpl.h: * ksvg2/impl/SVGAnimatedBooleanImpl.cpp: (SVGAnimatedBooleanImpl::SVGAnimatedBooleanImpl): * ksvg2/impl/SVGAnimatedEnumerationImpl.cpp: (SVGAnimatedEnumerationImpl::SVGAnimatedEnumerationImpl): * ksvg2/impl/SVGAnimatedEnumerationImpl.h: * ksvg2/impl/SVGAnimatedIntegerImpl.cpp: (SVGAnimatedIntegerImpl::SVGAnimatedIntegerImpl): * ksvg2/impl/SVGAnimatedIntegerImpl.h: * ksvg2/impl/SVGAnimatedNumberImpl.cpp: (SVGAnimatedNumberImpl::SVGAnimatedNumberImpl): (SVGAnimatedNumberImpl::baseVal): (SVGAnimatedNumberImpl::setBaseVal): (SVGAnimatedNumberImpl::animVal): (SVGAnimatedNumberImpl::setAnimVal): * ksvg2/impl/SVGAnimatedNumberImpl.h: * ksvg2/impl/SVGAnimatedTemplate.h: (KSVG::SVGAnimatedTemplate::SVGAnimatedTemplate): * ksvg2/impl/SVGAnimationElementImpl.cpp: (SVGAnimationElementImpl::SVGAnimationElementImpl): (SVGAnimationElementImpl::targetElement): (SVGAnimationElementImpl::getEndTime): (SVGAnimationElementImpl::getStartTime): (SVGAnimationElementImpl::getCurrentTime): (SVGAnimationElementImpl::getSimpleDuration): (SVGAnimationElementImpl::parseClockValue): (SVGAnimationElementImpl::close): (SVGAnimationElementImpl::targetAttribute): (SVGAnimationElementImpl::setTargetAttribute): * ksvg2/impl/SVGAnimationElementImpl.h: * ksvg2/impl/SVGCircleElementImpl.cpp: (SVGCircleElementImpl::SVGCircleElementImpl): (SVGCircleElementImpl::parseAttribute): * ksvg2/impl/SVGCircleElementImpl.h: * ksvg2/impl/SVGClipPathElementImpl.cpp: (SVGClipPathElementImpl::SVGClipPathElementImpl): (SVGClipPathElementImpl::close): * ksvg2/impl/SVGClipPathElementImpl.h: * ksvg2/impl/SVGColorImpl.cpp: (SVGColorImpl::setRGBColor): (SVGColorImpl::cssText): * ksvg2/impl/SVGColorImpl.h: * ksvg2/impl/SVGComponentTransferFunctionElementImpl.cpp: (SVGComponentTransferFunctionElementImpl::SVGComponentTransferFunctionElementImpl): (SVGComponentTransferFunctionElementImpl::parseAttribute): * ksvg2/impl/SVGComponentTransferFunctionElementImpl.h: * ksvg2/impl/SVGDOMImplementationImpl.cpp: (SVGDOMImplementationImpl::hasFeature): (SVGDOMImplementationImpl::createDocumentType): (SVGDOMImplementationImpl::createDocument): (SVGDOMImplementationImpl::createCSSStyleSheet): (SVGDOMImplementationImpl::defaultDocumentType): (SVGDOMImplementationImpl::typeToId): (SVGDOMImplementationImpl::idToType): * ksvg2/impl/SVGDOMImplementationImpl.h: * ksvg2/impl/SVGDefsElementImpl.cpp: (SVGDefsElementImpl::SVGDefsElementImpl): * ksvg2/impl/SVGDefsElementImpl.h: * ksvg2/impl/SVGDescElementImpl.cpp: (SVGDescElementImpl::SVGDescElementImpl): (SVGDescElementImpl::description): * ksvg2/impl/SVGDescElementImpl.h: * ksvg2/impl/SVGDocumentImpl.cpp: (SVGDocumentImpl::~SVGDocumentImpl): (SVGDocumentImpl::title): (SVGDocumentImpl::referrer): (SVGDocumentImpl::domain): (SVGDocumentImpl::URL): (SVGDocumentImpl::createSVGElement): (SVGDocumentImpl::createElement): (SVGDocumentImpl::createElementNS): (SVGDocumentImpl::createEvent): (SVGDocumentImpl::dispatchZoomEvent): (SVGDocumentImpl::dispatchScrollEvent): (SVGDocumentImpl::dispatchKeyEvent): (SVGDocumentImpl::defaultNS): (SVGDocumentImpl::recalcStyleSelector): (SVGDocumentImpl::executeScripts): (SVGDocumentImpl::createCSSStyleSheet): (SVGDocumentImpl::dispatchUIEvent): (SVGDocumentImpl::dispatchMouseEvent): * ksvg2/impl/SVGDocumentImpl.h: * ksvg2/impl/SVGElementImpl.cpp: (SVGElementImpl::SVGElementImpl): (SVGElementImpl::isSupported): (SVGElementImpl::getId): (SVGElementImpl::setGetId): (SVGElementImpl::xmlbase): (SVGElementImpl::setXmlbase): (SVGElementImpl::parseAttribute): (SVGElementImpl::addSVGEventListener): * ksvg2/impl/SVGElementImpl.h: * ksvg2/impl/SVGEllipseElementImpl.cpp: (SVGEllipseElementImpl::SVGEllipseElementImpl): (SVGEllipseElementImpl::parseAttribute): * ksvg2/impl/SVGEllipseElementImpl.h: * ksvg2/impl/SVGExceptionImpl.cpp: (SVGExceptionImpl::SVGExceptionImpl): * ksvg2/impl/SVGFEBlendElementImpl.cpp: (SVGFEBlendElementImpl::SVGFEBlendElementImpl): (SVGFEBlendElementImpl::parseAttribute): * ksvg2/impl/SVGFEBlendElementImpl.h: * ksvg2/impl/SVGFEColorMatrixElementImpl.cpp: (SVGFEColorMatrixElementImpl::SVGFEColorMatrixElementImpl): (SVGFEColorMatrixElementImpl::parseAttribute): * ksvg2/impl/SVGFEColorMatrixElementImpl.h: * ksvg2/impl/SVGFEComponentTransferElementImpl.cpp: (SVGFEComponentTransferElementImpl::SVGFEComponentTransferElementImpl): (SVGFEComponentTransferElementImpl::parseAttribute): (SVGFEComponentTransferElementImpl::close): * ksvg2/impl/SVGFEComponentTransferElementImpl.h: * ksvg2/impl/SVGFECompositeElementImpl.cpp: (SVGFECompositeElementImpl::SVGFECompositeElementImpl): (SVGFECompositeElementImpl::parseAttribute): (SVGFECompositeElementImpl::createCanvasItem): * ksvg2/impl/SVGFECompositeElementImpl.h: * ksvg2/impl/SVGFEFloodElementImpl.cpp: (SVGFEFloodElementImpl::SVGFEFloodElementImpl): (SVGFEFloodElementImpl::parseAttribute): * ksvg2/impl/SVGFEFloodElementImpl.h: * ksvg2/impl/SVGFEFuncAElementImpl.cpp: (SVGFEFuncAElementImpl::SVGFEFuncAElementImpl): * ksvg2/impl/SVGFEFuncAElementImpl.h: * ksvg2/impl/SVGFEFuncBElementImpl.cpp: (SVGFEFuncBElementImpl::SVGFEFuncBElementImpl): * ksvg2/impl/SVGFEFuncBElementImpl.h: * ksvg2/impl/SVGFEFuncGElementImpl.cpp: (SVGFEFuncGElementImpl::SVGFEFuncGElementImpl): * ksvg2/impl/SVGFEFuncGElementImpl.h: * ksvg2/impl/SVGFEFuncRElementImpl.cpp: (SVGFEFuncRElementImpl::SVGFEFuncRElementImpl): * ksvg2/impl/SVGFEFuncRElementImpl.h: * ksvg2/impl/SVGFEGaussianBlurElementImpl.cpp: (SVGFEGaussianBlurElementImpl::SVGFEGaussianBlurElementImpl): (SVGFEGaussianBlurElementImpl::parseAttribute): (SVGFEGaussianBlurElementImpl::createCanvasItem): * ksvg2/impl/SVGFEGaussianBlurElementImpl.h: * ksvg2/impl/SVGFEImageElementImpl.cpp: (SVGFEImageElementImpl::SVGFEImageElementImpl): (SVGFEImageElementImpl::parseAttribute): * ksvg2/impl/SVGFEImageElementImpl.h: * ksvg2/impl/SVGFEMergeElementImpl.cpp: (SVGFEMergeElementImpl::SVGFEMergeElementImpl): * ksvg2/impl/SVGFEMergeElementImpl.h: * ksvg2/impl/SVGFEMergeNodeElementImpl.cpp: (SVGFEMergeNodeElementImpl::SVGFEMergeNodeElementImpl): (SVGFEMergeNodeElementImpl::parseAttribute): * ksvg2/impl/SVGFEMergeNodeElementImpl.h: * ksvg2/impl/SVGFEOffsetElementImpl.cpp: (SVGFEOffsetElementImpl::SVGFEOffsetElementImpl): (SVGFEOffsetElementImpl::parseAttribute): (SVGFEOffsetElementImpl::createCanvasItem): * ksvg2/impl/SVGFEOffsetElementImpl.h: * ksvg2/impl/SVGFETileElementImpl.cpp: (SVGFETileElementImpl::SVGFETileElementImpl): (SVGFETileElementImpl::parseAttribute): * ksvg2/impl/SVGFETileElementImpl.h: * ksvg2/impl/SVGFETurbulenceElementImpl.cpp: (SVGFETurbulenceElementImpl::SVGFETurbulenceElementImpl): (SVGFETurbulenceElementImpl::parseAttribute): (SVGFETurbulenceElementImpl::createCanvasItem): * ksvg2/impl/SVGFETurbulenceElementImpl.h: * ksvg2/impl/SVGFilterElementImpl.cpp: (SVGFilterElementImpl::SVGFilterElementImpl): (SVGFilterElementImpl::x): (SVGFilterElementImpl::y): (SVGFilterElementImpl::width): (SVGFilterElementImpl::height): (SVGFilterElementImpl::parseAttribute): (SVGFilterElementImpl::close): * ksvg2/impl/SVGFilterElementImpl.h: * ksvg2/impl/SVGFilterPrimitiveStandardAttributesImpl.cpp: (SVGFilterPrimitiveStandardAttributesImpl::SVGFilterPrimitiveStandardAttributesImpl): (SVGFilterPrimitiveStandardAttributesImpl::width): (SVGFilterPrimitiveStandardAttributesImpl::height): (SVGFilterPrimitiveStandardAttributesImpl::parseAttribute): * ksvg2/impl/SVGFilterPrimitiveStandardAttributesImpl.h: * ksvg2/impl/SVGFitToViewBoxImpl.cpp: (SVGFitToViewBoxImpl::parseAttribute): * ksvg2/impl/SVGGElementImpl.cpp: (SVGGElementImpl::SVGGElementImpl): (SVGDummyElementImpl::SVGDummyElementImpl): (SVGDummyElementImpl::localName): * ksvg2/impl/SVGGElementImpl.h: * ksvg2/impl/SVGGradientElementImpl.cpp: (SVGGradientElementImpl::SVGGradientElementImpl): (SVGGradientElementImpl::notifyAttributeChange): * ksvg2/impl/SVGGradientElementImpl.h: * ksvg2/impl/SVGHelper.cpp: (SVGHelper::PercentageOfViewport): * ksvg2/impl/SVGImageElementImpl.cpp: (SVGImageElementImpl::SVGImageElementImpl): (SVGImageElementImpl::parseAttribute): (SVGImageElementImpl::createCanvasItem): (SVGImageElementImpl::notifyFinished): * ksvg2/impl/SVGImageElementImpl.h: * ksvg2/impl/SVGLangSpaceImpl.cpp: (SVGLangSpaceImpl::xmllang): (SVGLangSpaceImpl::setXmllang): (SVGLangSpaceImpl::xmlspace): (SVGLangSpaceImpl::setXmlspace): (SVGLangSpaceImpl::parseAttribute): * ksvg2/impl/SVGLangSpaceImpl.h: * ksvg2/impl/SVGLengthImpl.cpp: (SVGLengthImpl::SVGLengthImpl): (SVGLengthImpl::value): (SVGLengthImpl::setValueAsString): (SVGLengthImpl::valueAsString): * ksvg2/impl/SVGLengthImpl.h: * ksvg2/impl/SVGLengthListImpl.cpp: (SVGLengthListImpl::parse): * ksvg2/impl/SVGLineElementImpl.cpp: (SVGLineElementImpl::SVGLineElementImpl): (SVGLineElementImpl::parseAttribute): * ksvg2/impl/SVGLineElementImpl.h: * ksvg2/impl/SVGLinearGradientElementImpl.cpp: (SVGLinearGradientElementImpl::SVGLinearGradientElementImpl): (SVGLinearGradientElementImpl::parseAttribute): (SVGLinearGradientElementImpl::buildGradient): (SVGLinearGradientElementImpl::createCanvasItem): (SVGLinearGradientElementImpl::resourceNotification): * ksvg2/impl/SVGLinearGradientElementImpl.h: * ksvg2/impl/SVGLocatableImpl.cpp: * ksvg2/impl/SVGMarkerElementImpl.cpp: (SVGMarkerElementImpl::SVGMarkerElementImpl): (SVGMarkerElementImpl::parseAttribute): (SVGMarkerElementImpl::close): * ksvg2/impl/SVGMarkerElementImpl.h: * ksvg2/impl/SVGMatrixImpl.cpp: (SVGMatrixImpl::SVGMatrixImpl): * ksvg2/impl/SVGNumberImpl.cpp: (SVGNumberImpl::SVGNumberImpl): * ksvg2/impl/SVGPaintImpl.cpp: (SVGPaintImpl::cssText): * ksvg2/impl/SVGPaintImpl.h: * ksvg2/impl/SVGPathElementImpl.cpp: (SVGPathElementImpl::SVGPathElementImpl): (SVGPathElementImpl::~SVGPathElementImpl): * ksvg2/impl/SVGPathElementImpl.h: * ksvg2/impl/SVGPathSegArcImpl.h: (KSVG::SVGPathSegArcAbsImpl::pathSegTypeAsLetter): (KSVG::SVGPathSegArcRelImpl::pathSegTypeAsLetter): * ksvg2/impl/SVGPathSegClosePathImpl.h: (KSVG::SVGPathSegClosePathImpl::pathSegTypeAsLetter): * ksvg2/impl/SVGPathSegCurvetoCubicImpl.h: (KSVG::SVGPathSegCurvetoCubicAbsImpl::pathSegTypeAsLetter): (KSVG::SVGPathSegCurvetoCubicRelImpl::pathSegTypeAsLetter): * ksvg2/impl/SVGPathSegCurvetoCubicSmoothImpl.h: (KSVG::SVGPathSegCurvetoCubicSmoothAbsImpl::pathSegTypeAsLetter): (KSVG::SVGPathSegCurvetoCubicSmoothRelImpl::pathSegTypeAsLetter): * ksvg2/impl/SVGPathSegCurvetoQuadraticImpl.h: (KSVG::SVGPathSegCurvetoQuadraticAbsImpl::pathSegTypeAsLetter): (KSVG::SVGPathSegCurvetoQuadraticRelImpl::pathSegTypeAsLetter): * ksvg2/impl/SVGPathSegCurvetoQuadraticSmoothImpl.h: (KSVG::SVGPathSegCurvetoQuadraticSmoothAbsImpl::pathSegTypeAsLetter): (KSVG::SVGPathSegCurvetoQuadraticSmoothRelImpl::pathSegTypeAsLetter): * ksvg2/impl/SVGPathSegImpl.cpp: (SVGPathSegImpl::SVGPathSegImpl): * ksvg2/impl/SVGPathSegImpl.h: (KSVG::SVGPathSegImpl::pathSegTypeAsLetter): * ksvg2/impl/SVGPathSegLinetoHorizontalImpl.h: (KSVG::SVGPathSegLinetoHorizontalAbsImpl::pathSegTypeAsLetter): (KSVG::SVGPathSegLinetoHorizontalRelImpl::pathSegTypeAsLetter): * ksvg2/impl/SVGPathSegLinetoImpl.h: (KSVG::SVGPathSegLinetoAbsImpl::pathSegTypeAsLetter): (KSVG::SVGPathSegLinetoRelImpl::pathSegTypeAsLetter): * ksvg2/impl/SVGPathSegLinetoVerticalImpl.h: (KSVG::SVGPathSegLinetoVerticalAbsImpl::pathSegTypeAsLetter): (KSVG::SVGPathSegLinetoVerticalRelImpl::pathSegTypeAsLetter): * ksvg2/impl/SVGPathSegMovetoImpl.h: (KSVG::SVGPathSegMovetoAbsImpl::pathSegTypeAsLetter): (KSVG::SVGPathSegMovetoRelImpl::pathSegTypeAsLetter): * ksvg2/impl/SVGPatternElementImpl.cpp: (SVGPatternElementImpl::SVGPatternElementImpl): (SVGPatternElementImpl::parseAttribute): (SVGPatternElementImpl::notifyAttributeChange): (SVGPatternElementImpl::createCanvasItem): * ksvg2/impl/SVGPatternElementImpl.h: * ksvg2/impl/SVGPointImpl.cpp: (SVGPointImpl::SVGPointImpl): * ksvg2/impl/SVGPolyElementImpl.cpp: (SVGPolyElementImpl::SVGPolyElementImpl): (SVGPolyElementImpl::notifyAttributeChange): * ksvg2/impl/SVGPolyElementImpl.h: * ksvg2/impl/SVGPolygonElementImpl.cpp: (SVGPolygonElementImpl::SVGPolygonElementImpl): * ksvg2/impl/SVGPolygonElementImpl.h: * ksvg2/impl/SVGPolylineElementImpl.cpp: (SVGPolylineElementImpl::SVGPolylineElementImpl): * ksvg2/impl/SVGPolylineElementImpl.h: * ksvg2/impl/SVGPreserveAspectRatioImpl.cpp: (SVGPreserveAspectRatioImpl::SVGPreserveAspectRatioImpl): * ksvg2/impl/SVGRadialGradientElementImpl.cpp: (SVGRadialGradientElementImpl::SVGRadialGradientElementImpl): (SVGRadialGradientElementImpl::parseAttribute): (SVGRadialGradientElementImpl::buildGradient): (SVGRadialGradientElementImpl::createCanvasItem): (SVGRadialGradientElementImpl::resourceNotification): * ksvg2/impl/SVGRadialGradientElementImpl.h: * ksvg2/impl/SVGRectElementImpl.cpp: (SVGRectElementImpl::SVGRectElementImpl): (SVGRectElementImpl::parseAttribute): (SVGRectElementImpl::toPathData): * ksvg2/impl/SVGRectElementImpl.h: * ksvg2/impl/SVGRectImpl.cpp: (SVGRectImpl::SVGRectImpl): * ksvg2/impl/SVGSVGElementImpl.cpp: (SVGSVGElementImpl::SVGSVGElementImpl): (SVGSVGElementImpl::width): (SVGSVGElementImpl::height): (SVGSVGElementImpl::contentScriptType): (SVGSVGElementImpl::setContentScriptType): (SVGSVGElementImpl::contentStyleType): (SVGSVGElementImpl::setContentStyleType): (SVGSVGElementImpl::createEvent): (SVGSVGElementImpl::parseAttribute): (SVGSVGElementImpl::createCanvasItem): * ksvg2/impl/SVGSVGElementImpl.h: * ksvg2/impl/SVGScriptElementImpl.cpp: (SVGScriptElementImpl::SVGScriptElementImpl): (SVGScriptElementImpl::parseAttribute): (SVGScriptElementImpl::executeScript): * ksvg2/impl/SVGScriptElementImpl.h: * ksvg2/impl/SVGSetElementImpl.cpp: (SVGSetElementImpl::SVGSetElementImpl): * ksvg2/impl/SVGSetElementImpl.h: * ksvg2/impl/SVGStopElementImpl.cpp: (SVGStopElementImpl::SVGStopElementImpl): (SVGStopElementImpl::parseAttribute): (SVGStopElementImpl::createCanvasItem): * ksvg2/impl/SVGStopElementImpl.h: * ksvg2/impl/SVGStylableImpl.h: * ksvg2/impl/SVGStyleElementImpl.cpp: (SVGStyleElementImpl::SVGStyleElementImpl): (SVGStyleElementImpl::xmlspace): (SVGStyleElementImpl::type): (SVGStyleElementImpl::media): (SVGStyleElementImpl::title): (SVGStyleElementImpl::childrenChanged): * ksvg2/impl/SVGStyleElementImpl.h: * ksvg2/impl/SVGStyledElementImpl.cpp: (SVGStyledElementImpl::SVGStyledElementImpl): (SVGStyledElementImpl::getPresentationAttribute): (SVGStyledElementImpl::parseAttribute): (SVGStyledElementImpl::renderStyle): (SVGStyledElementImpl::attach): (SVGStyledElementImpl::detach): * ksvg2/impl/SVGStyledElementImpl.h: * ksvg2/impl/SVGSwitchElementImpl.cpp: (SVGSwitchElementImpl::SVGSwitchElementImpl): * ksvg2/impl/SVGSwitchElementImpl.h: * ksvg2/impl/SVGSymbolElementImpl.cpp: (SVGSymbolElementImpl::SVGSymbolElementImpl): * ksvg2/impl/SVGSymbolElementImpl.h: * ksvg2/impl/SVGTSpanElementImpl.cpp: (SVGTSpanElementImpl::SVGTSpanElementImpl): * ksvg2/impl/SVGTSpanElementImpl.h: * ksvg2/impl/SVGTestsImpl.cpp: (SVGTestsImpl::hasExtension): (SVGTestsImpl::isValid): * ksvg2/impl/SVGTestsImpl.h: * ksvg2/impl/SVGTextContentElementImpl.cpp: (SVGTextContentElementImpl::SVGTextContentElementImpl): * ksvg2/impl/SVGTextContentElementImpl.h: * ksvg2/impl/SVGTextElementImpl.cpp: (SVGTextElementImpl::SVGTextElementImpl): * ksvg2/impl/SVGTextElementImpl.h: * ksvg2/impl/SVGTextPositioningElementImpl.cpp: (SVGTextPositioningElementImpl::SVGTextPositioningElementImpl): * ksvg2/impl/SVGTextPositioningElementImpl.h: * ksvg2/impl/SVGTitleElementImpl.cpp: (SVGTitleElementImpl::SVGTitleElementImpl): (SVGTitleElementImpl::title): * ksvg2/impl/SVGTitleElementImpl.h: * ksvg2/impl/SVGTransformImpl.cpp: (SVGTransformImpl::SVGTransformImpl): * ksvg2/impl/SVGTransformableImpl.cpp: (SVGTransformableImpl::updateSubtreeMatrices): * ksvg2/impl/SVGTransformableImpl.h: * ksvg2/impl/SVGURIReferenceImpl.cpp: (SVGURIReferenceImpl::parseAttribute): * ksvg2/impl/SVGUseElementImpl.cpp: (SVGUseElementImpl::SVGUseElementImpl): (SVGUseElementImpl::parseAttribute): (SVGUseElementImpl::close): * ksvg2/impl/SVGUseElementImpl.h: * ksvg2/impl/SVGViewElementImpl.cpp: (SVGViewElementImpl::SVGViewElementImpl): * ksvg2/impl/SVGViewElementImpl.h: * ksvg2/scripts/generate.pl: Removed. * ksvg2/scripts/kalyptusKDOMEcma.pm: Removed. * ksvg2/scripts/svg.idl: Removed. * kwq/KWQSlot.mm: SVG slot support (KWQSlot::KWQSlot): slotTimerNotify (KWQSlot::call): TimeScheduler::timerNotify() git-svn-id: http://svn.webkit.org/repository/webkit/trunk@10319 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 11 Aug, 2005 1 commit
-
-
eseidel authored
Submitted by: eseidel No review needed, copyright update in comments. All kdom, ksvg2, and kcanvas files affected. http://bugzilla.opendarwin.org/show_bug.cgi?id=4382 git-svn-id: http://svn.webkit.org/repository/webkit/trunk@10138 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 09 Jul, 2005 1 commit
-
-
eseidel authored
Submitted by: eseidel Reviewed by: hyatt & mjs Reviewed by mjs/hyatt (just approved the changelog). * ForwardingHeaders/kdom/css/impl/cssproperties.h: Added. * ForwardingHeaders/kdom/css/impl/cssvalues.h: Added. * ForwardingHeaders/ksvg2/KSVGPart.h: Added. * ForwardingHeaders/ksvg2/KSVGView.h: Added. * ForwardingHeaders/ksvg2/css/impl/cssproperties.h: Added. * ForwardingHeaders/ksvg2/css/impl/cssvalues.h: Added. * ForwardingHeaders/ksvg2/data/Constructors.lut.h: Added. * ForwardingHeaders/ksvg2/data/GlobalObject.lut.h: Added. * WebCore.pbproj/project.pbxproj: Added WebCore+SVG Target. * kcanvas/DESIGN: Added. * kcanvas/KCanvas.cc: Added. * kcanvas/KCanvas.h: Added. * kcanvas/KCanvasContainer.cc: Added. * kcanvas/KCanvasContainer.h: Added. * kcanvas/KCanvasCreator.cc: Added. * kcanvas/KCanvasCreator.h: Added. * kcanvas/KCanvasFilters.cc: Added. * kcanvas/KCanvasFilters.h: Added. * kcanvas/KCanvasImage.cc: Added. * kcanvas/KCanvasImage.h: Added. * kcanvas/KCanvasItem.cc: Added. * kcanvas/KCanvasItem.h: Added. * kcanvas/KCanvasMatrix.cc: Added. * kcanvas/KCanvasMatrix.h: Added. * kcanvas/KCanvasPath.h: Added. * kcanvas/KCanvasRegistry.cc: Added. * kcanvas/KCanvasRegistry.h: Added. * kcanvas/KCanvasResourceListener.h: Added. * kcanvas/KCanvasResources.cc: Added. * kcanvas/KCanvasResources.h: Added. * kcanvas/KCanvasTypes.h: Added. * kcanvas/KCanvasView.cc: Added. * kcanvas/KCanvasView.h: Added. * kcanvas/KCanvasView.moc: Added. * kcanvas/device/KRenderingDevice.cc: Added. * kcanvas/device/KRenderingDevice.h: Added. * kcanvas/device/KRenderingDevice.moc: Added. * kcanvas/device/KRenderingDeviceFactory.cc: Added. * kcanvas/device/KRenderingDeviceFactory.h: Added. * kcanvas/device/KRenderingFillPainter.cc: Added. * kcanvas/device/KRenderingFillPainter.h: Added. * kcanvas/device/KRenderingPaintServer.h: Added. * kcanvas/device/KRenderingPaintServerGradient.cc: Added. * kcanvas/device/KRenderingPaintServerGradient.h: Added. * kcanvas/device/KRenderingPaintServerImage.cc: Added. * kcanvas/device/KRenderingPaintServerImage.h: Added. * kcanvas/device/KRenderingPaintServerPattern.cc: Added. * kcanvas/device/KRenderingPaintServerPattern.h: Added. * kcanvas/device/KRenderingPaintServerSolid.cc: Added. * kcanvas/device/KRenderingPaintServerSolid.h: Added. * kcanvas/device/KRenderingStrokePainter.cc: Added. * kcanvas/device/KRenderingStrokePainter.h: Added. * kcanvas/device/KRenderingStyle.cc: Added. * kcanvas/device/KRenderingStyle.h: Added. * kcanvas/device/quartz/KCanvasFilterQuartz.h: Added. * kcanvas/device/quartz/KCanvasFilterQuartz.mm: Added. * kcanvas/device/quartz/KCanvasItemQuartz.h: Added. * kcanvas/device/quartz/KCanvasItemQuartz.mm: Added. * kcanvas/device/quartz/KCanvasResourcesQuartz.h: Added. * kcanvas/device/quartz/KCanvasResourcesQuartz.mm: Added. * kcanvas/device/quartz/KCanvasViewQuartz.h: Added. * kcanvas/device/quartz/KCanvasViewQuartz.mm: Added. * kcanvas/device/quartz/KRenderingDeviceQuartz.h: Added. * kcanvas/device/quartz/KRenderingDeviceQuartz.mm: Added. * kcanvas/device/quartz/KRenderingPaintServerGradientQuartz.mm: Added. * kcanvas/device/quartz/KRenderingPaintServerQuartz.h: Added. * kcanvas/device/quartz/KRenderingPaintServerQuartz.mm: Added. * kcanvas/device/quartz/QuartzSupport.h: Added. * kcanvas/device/quartz/QuartzSupport.mm: Added. * kdom/AUTHORS: Added. * kdom/Attr.cc: Added. * kdom/Attr.h: Added. * kdom/CDATASection.cc: Added. * kdom/CDATASection.h: Added. * kdom/CharacterData.cc: Added. * kdom/CharacterData.h: Added. * kdom/Comment.cc: Added. * kdom/Comment.h: Added. * kdom/DOMConfiguration.cc: Added. * kdom/DOMConfiguration.h: Added. * kdom/DOMError.cc: Added. * kdom/DOMError.h: Added. * kdom/DOMErrorHandler.cc: Added. * kdom/DOMErrorHandler.h: Added. * kdom/DOMException.cc: Added. * kdom/DOMException.h: Added. * kdom/DOMImplementation.cc: Added. * kdom/DOMImplementation.h: Added. * kdom/DOMLocator.cc: Added. * kdom/DOMLocator.h: Added. * kdom/DOMObject.cc: Added. * kdom/DOMObject.h: Added. * kdom/DOMString.cc: Added. * kdom/DOMString.h: Added. * kdom/DOMStringList.cc: Added. * kdom/DOMStringList.h: Added. * kdom/DOMUserData.cc: Added. * kdom/DOMUserData.h: Added. * kdom/Document.cc: Added. * kdom/Document.h: Added. * kdom/DocumentFragment.cc: Added. * kdom/DocumentFragment.h: Added. * kdom/DocumentType.cc: Added. * kdom/DocumentType.h: Added. * kdom/Element.cc: Added. * kdom/Element.h: Added. * kdom/Entity.cc: Added. * kdom/Entity.h: Added. * kdom/EntityReference.cc: Added. * kdom/EntityReference.h: Added. * kdom/Helper.cc: Added. * kdom/Helper.h: Added. * kdom/KDOMPart.cc: Added. * kdom/KDOMPart.h: Added. * kdom/KDOMSettings.cc: Added. * kdom/KDOMSettings.h: Added. * kdom/KDOMView.cc: Added. * kdom/KDOMView.h: Added. * kdom/NOTES: Added. * kdom/NamedNodeMap.cc: Added. * kdom/NamedNodeMap.h: Added. * kdom/Namespace.h: Added. * kdom/Node.cc: Added. * kdom/Node.h: Added. * kdom/NodeList.cc: Added. * kdom/NodeList.h: Added. * kdom/Notation.cc: Added. * kdom/Notation.h: Added. * kdom/ProcessingInstruction.cc: Added. * kdom/ProcessingInstruction.h: Added. * kdom/Shared.cc: Added. * kdom/Shared.h: Added. * kdom/Text.cc: Added. * kdom/Text.h: Added. * kdom/TreeShared.h: Added. * kdom/TypeInfo.cc: Added. * kdom/TypeInfo.h: Added. * kdom/backends/libxml/LibXMLParser.cc: Added. * kdom/backends/libxml/LibXMLParser.h: Added. * kdom/backends/libxml/LibXMLParser.moc: Added. * kdom/cache/IconData.h: Added. * kdom/cache/ImageSource.cc: Added. * kdom/cache/ImageSource.h: Added. * kdom/cache/KDOMCache.cc: Added. * kdom/cache/KDOMCache.h: Added. * kdom/cache/KDOMCacheHelper.h: Added. * kdom/cache/KDOMCachedDocument.cc: Added. * kdom/cache/KDOMCachedDocument.h: Added. * kdom/cache/KDOMCachedImage.cc: Added. * kdom/cache/KDOMCachedImage.h: Added. * kdom/cache/KDOMCachedImage.moc: Added. * kdom/cache/KDOMCachedObject.cc: Added. * kdom/cache/KDOMCachedObject.h: Added. * kdom/cache/KDOMCachedObjectClient.h: Added. * kdom/cache/KDOMCachedScript.cc: Added. * kdom/cache/KDOMCachedScript.h: Added. * kdom/cache/KDOMCachedStyleSheet.cc: Added. * kdom/cache/KDOMCachedStyleSheet.h: Added. * kdom/cache/KDOMLoader.cc: Added. * kdom/cache/KDOMLoader.h: Added. * kdom/cache/KDOMLoader.moc: Added. * kdom/css/CSSCharsetRule.cc: Added. * kdom/css/CSSCharsetRule.h: Added. * kdom/css/CSSFontFaceRule.cc: Added. * kdom/css/CSSFontFaceRule.h: Added. * kdom/css/CSSHelper.h: Added. * kdom/css/CSSImportRule.cc: Added. * kdom/css/CSSImportRule.h: Added. * kdom/css/CSSMediaRule.cc: Added. * kdom/css/CSSMediaRule.h: Added. * kdom/css/CSSPageRule.cc: Added. * kdom/css/CSSPageRule.h: Added. * kdom/css/CSSPrimitiveValue.cc: Added. * kdom/css/CSSPrimitiveValue.h: Added. * kdom/css/CSSRule.cc: Added. * kdom/css/CSSRule.h: Added. * kdom/css/CSSRuleList.cc: Added. * kdom/css/CSSRuleList.h: Added. * kdom/css/CSSStyleDeclaration.cc: Added. * kdom/css/CSSStyleDeclaration.h: Added. * kdom/css/CSSStyleRule.cc: Added. * kdom/css/CSSStyleRule.h: Added. * kdom/css/CSSStyleSheet.cc: Added. * kdom/css/CSSStyleSheet.h: Added. * kdom/css/CSSUnknownRule.cc: Added. * kdom/css/CSSUnknownRule.h: Added. * kdom/css/CSSValue.cc: Added. * kdom/css/CSSValue.h: Added. * kdom/css/CSSValueList.cc: Added. * kdom/css/CSSValueList.h: Added. * kdom/css/Counter.cc: Added. * kdom/css/Counter.h: Added. * kdom/css/DOMImplementationCSS.cc: Added. * kdom/css/DOMImplementationCSS.h: Added. * kdom/css/DocumentCSS.cc: Added. * kdom/css/DocumentCSS.h: Added. * kdom/css/DocumentStyle.cc: Added. * kdom/css/DocumentStyle.h: Added. * kdom/css/LinkStyle.cc: Added. * kdom/css/LinkStyle.h: Added. * kdom/css/MediaList.cc: Added. * kdom/css/MediaList.h: Added. * kdom/css/RGBColor.cc: Added. * kdom/css/RGBColor.h: Added. * kdom/css/Rect.cc: Added. * kdom/css/Rect.h: Added. * kdom/css/StyleSheet.cc: Added. * kdom/css/StyleSheet.h: Added. * kdom/css/StyleSheetList.cc: Added. * kdom/css/StyleSheetList.h: Added. * kdom/css/ViewCSS.cc: Added. * kdom/css/ViewCSS.h: Added. * kdom/css/impl/CSSCharsetRuleImpl.cc: Added. * kdom/css/impl/CSSCharsetRuleImpl.h: Added. * kdom/css/impl/CSSFontFaceRuleImpl.cc: Added. * kdom/css/impl/CSSFontFaceRuleImpl.h: Added. * kdom/css/impl/CSSImageValueImpl.cc: Added. * kdom/css/impl/CSSImageValueImpl.h: Added. * kdom/css/impl/CSSImportRuleImpl.cc: Added. * kdom/css/impl/CSSImportRuleImpl.h: Added. * kdom/css/impl/CSSMediaRuleImpl.cc: Added. * kdom/css/impl/CSSMediaRuleImpl.h: Added. * kdom/css/impl/CSSPageRuleImpl.cc: Added. * kdom/css/impl/CSSPageRuleImpl.h: Added. * kdom/css/impl/CSSPrimitiveValueImpl.cc: Added. * kdom/css/impl/CSSPrimitiveValueImpl.h: Added. * kdom/css/impl/CSSRuleImpl.cc: Added. * kdom/css/impl/CSSRuleImpl.h: Added. * kdom/css/impl/CSSRuleListImpl.cc: Added. * kdom/css/impl/CSSRuleListImpl.h: Added. * kdom/css/impl/CSSStyleDeclarationImpl.cc: Added. * kdom/css/impl/CSSStyleDeclarationImpl.h: Added. * kdom/css/impl/CSSStyleRuleImpl.cc: Added. * kdom/css/impl/CSSStyleRuleImpl.h: Added. * kdom/css/impl/CSSStyleSelector.cc: Added. * kdom/css/impl/CSSStyleSelector.h: Added. * kdom/css/impl/CSSStyleSheetImpl.cc: Added. * kdom/css/impl/CSSStyleSheetImpl.h: Added. * kdom/css/impl/CSSUnknownRuleImpl.cc: Added. * kdom/css/impl/CSSUnknownRuleImpl.h: Added. * kdom/css/impl/CSSValueImpl.cc: Added. * kdom/css/impl/CSSValueImpl.h: Added. * kdom/css/impl/CSSValueListImpl.cc: Added. * kdom/css/impl/CSSValueListImpl.h: Added. * kdom/css/impl/CounterImpl.cc: Added. * kdom/css/impl/CounterImpl.h: Added. * kdom/css/impl/DocumentStyleImpl.cc: Added. * kdom/css/impl/DocumentStyleImpl.h: Added. * kdom/css/impl/Font.cc: Added. * kdom/css/impl/Font.h: Added. * kdom/css/impl/KDOMCSSParser.cc: Added. * kdom/css/impl/KDOMCSSParser.h: Added. * kdom/css/impl/MediaListImpl.cc: Added. * kdom/css/impl/MediaListImpl.h: Added. * kdom/css/impl/RGBColorImpl.cc: Added. * kdom/css/impl/RGBColorImpl.h: Added. * kdom/css/impl/RectImpl.cc: Added. * kdom/css/impl/RectImpl.h: Added. * kdom/css/impl/RenderStyle.cc: Added. * kdom/css/impl/RenderStyle.h: Added. * kdom/css/impl/RenderStyleDefs.cc: Added. * kdom/css/impl/RenderStyleDefs.h: Added. * kdom/css/impl/StyleBaseImpl.cc: Added. * kdom/css/impl/StyleBaseImpl.h: Added. * kdom/css/impl/StyleSheetImpl.cc: Added. * kdom/css/impl/StyleSheetImpl.h: Added. * kdom/css/impl/StyleSheetListImpl.cc: Added. * kdom/css/impl/StyleSheetListImpl.h: Added. * kdom/css/impl/cssproperties.in: Added. * kdom/css/impl/cssvalues.in: Added. * kdom/css/impl/kdomparsercss.y: Added. * kdom/css/impl/tokenizer.cpp: Added. * kdom/css/kdomcss.h: Added. * kdom/data/CSSConstants.h: Added. * kdom/data/DOMConstants.h: Added. * kdom/data/EcmaConstants.h: Added. * kdom/data/EventsConstants.h: Added. * kdom/data/LSConstants.h: Added. * kdom/data/RangeConstants.h: Added. * kdom/data/TraversalConstants.h: Added. * kdom/data/ViewConstants.h: Added. * kdom/data/XPathConstants.h: Added. * kdom/data/generateddata.cc: Added. * kdom/ecma/Constructors.cc: Added. * kdom/ecma/Constructors.h: Added. * kdom/ecma/DOMBridge.h: Added. * kdom/ecma/DOMLookup.h: Added. * kdom/ecma/Ecma.cc: Added. * kdom/ecma/Ecma.h: Added. * kdom/ecma/EcmaInterface.h: Added. * kdom/ecma/GlobalObject.cc: Added. * kdom/ecma/GlobalObject.h: Added. * kdom/ecma/GlobalObject.moc: Added. * kdom/ecma/Helper.cc: Added. * kdom/ecma/ScriptInterpreter.cc: Added. * kdom/ecma/ScriptInterpreter.h: Added. * kdom/events/DocumentEvent.cc: Added. * kdom/events/DocumentEvent.h: Added. * kdom/events/Event.cc: Added. * kdom/events/Event.h: Added. * kdom/events/EventException.cc: Added. * kdom/events/EventException.h: Added. * kdom/events/EventListener.cc: Added. * kdom/events/EventListener.h: Added. * kdom/events/EventTarget.cc: Added. * kdom/events/EventTarget.h: Added. * kdom/events/KeyboardEvent.cc: Added. * kdom/events/KeyboardEvent.h: Added. * kdom/events/MouseEvent.cc: Added. * kdom/events/MouseEvent.h: Added. * kdom/events/MutationEvent.cc: Added. * kdom/events/MutationEvent.h: Added. * kdom/events/UIEvent.cc: Added. * kdom/events/UIEvent.h: Added. * kdom/events/impl/DocumentEventImpl.cc: Added. * kdom/events/impl/DocumentEventImpl.h: Added. * kdom/events/impl/EventExceptionImpl.cc: Added. * kdom/events/impl/EventExceptionImpl.h: Added. * kdom/events/impl/EventImpl.cc: Added. * kdom/events/impl/EventImpl.h: Added. * kdom/events/impl/EventListenerImpl.cc: Added. * kdom/events/impl/EventListenerImpl.h: Added. * kdom/events/impl/EventTargetImpl.cc: Added. * kdom/events/impl/EventTargetImpl.h: Added. * kdom/events/impl/KeyboardEventImpl.cc: Added. * kdom/events/impl/KeyboardEventImpl.h: Added. * kdom/events/impl/MouseEventImpl.cc: Added. * kdom/events/impl/MouseEventImpl.h: Added. * kdom/events/impl/MutationEventImpl.cc: Added. * kdom/events/impl/MutationEventImpl.h: Added. * kdom/events/impl/RegisteredEventListener.cc: Added. * kdom/events/impl/RegisteredEventListener.h: Added. * kdom/events/impl/UIEventImpl.cc: Added. * kdom/events/impl/UIEventImpl.h: Added. * kdom/events/kdomevents.h: Added. * kdom/impl/AttrImpl.cc: Added. * kdom/impl/AttrImpl.h: Added. * kdom/impl/CDATASectionImpl.cc: Added. * kdom/impl/CDATASectionImpl.h: Added. * kdom/impl/CDFInterface.cc: Added. * kdom/impl/CDFInterface.h: Added. * kdom/impl/CharacterDataImpl.cc: Added. * kdom/impl/CharacterDataImpl.h: Added. * kdom/impl/CommentImpl.cc: Added. * kdom/impl/CommentImpl.h: Added. * kdom/impl/DOMConfigurationImpl.cc: Added. * kdom/impl/DOMConfigurationImpl.h: Added. * kdom/impl/DOMErrorHandlerImpl.cc: Added. * kdom/impl/DOMErrorHandlerImpl.h: Added. * kdom/impl/DOMErrorImpl.cc: Added. * kdom/impl/DOMErrorImpl.h: Added. * kdom/impl/DOMExceptionImpl.cc: Added. * kdom/impl/DOMExceptionImpl.h: Added. * kdom/impl/DOMImplementationImpl.cc: Added. * kdom/impl/DOMImplementationImpl.h: Added. * kdom/impl/DOMList.h: Added. * kdom/impl/DOMLocatorImpl.cc: Added. * kdom/impl/DOMLocatorImpl.h: Added. * kdom/impl/DOMStringImpl.cc: Added. * kdom/impl/DOMStringImpl.h: Added. * kdom/impl/DOMStringListImpl.cc: Added. * kdom/impl/DOMStringListImpl.h: Added. * kdom/impl/DOMUserDataImpl.cc: Added. * kdom/impl/DOMUserDataImpl.h: Added. * kdom/impl/DocumentFragmentImpl.cc: Added. * kdom/impl/DocumentFragmentImpl.h: Added. * kdom/impl/DocumentImpl.cc: Added. * kdom/impl/DocumentImpl.h: Added. * kdom/impl/DocumentTypeImpl.cc: Added. * kdom/impl/DocumentTypeImpl.h: Added. * kdom/impl/ElementImpl.cc: Added. * kdom/impl/ElementImpl.h: Added. * kdom/impl/EntityImpl.cc: Added. * kdom/impl/EntityImpl.h: Added. * kdom/impl/EntityReferenceImpl.cc: Added. * kdom/impl/EntityReferenceImpl.h: Added. * kdom/impl/NamedAttrMapImpl.cc: Added. * kdom/impl/NamedAttrMapImpl.h: Added. * kdom/impl/NamedNodeMapImpl.cc: Added. * kdom/impl/NamedNodeMapImpl.h: Added. * kdom/impl/NodeImpl.cc: Added. * kdom/impl/NodeImpl.h: Added. * kdom/impl/NodeKeeper.cc: Added. * kdom/impl/NodeKeeper.h: Added. * kdom/impl/NodeListImpl.cc: Added. * kdom/impl/NodeListImpl.h: Added. * kdom/impl/NotationImpl.cc: Added. * kdom/impl/NotationImpl.h: Added. * kdom/impl/ProcessingInstructionImpl.cc: Added. * kdom/impl/ProcessingInstructionImpl.h: Added. * kdom/impl/TagNodeListImpl.cc: Added. * kdom/impl/TagNodeListImpl.h: Added. * kdom/impl/TextImpl.cc: Added. * kdom/impl/TextImpl.h: Added. * kdom/impl/TypeInfoImpl.cc: Added. * kdom/impl/TypeInfoImpl.h: Added. * kdom/impl/XMLElementImpl.cc: Added. * kdom/impl/XMLElementImpl.h: Added. * kdom/impl/domattrs.c: Added. * kdom/impl/domattrs.h: Added. * kdom/impl/domattrs.in: Added. * kdom/kdom.h: Added. * kdom/ls/DOMImplementationLS.cc: Added. * kdom/ls/DOMImplementationLS.h: Added. * kdom/ls/LSException.cc: Added. * kdom/ls/LSException.h: Added. * kdom/ls/LSInput.cc: Added. * kdom/ls/LSInput.h: Added. * kdom/ls/LSOutput.cc: Added. * kdom/ls/LSOutput.h: Added. * kdom/ls/LSParser.cc: Added. * kdom/ls/LSParser.h: Added. * kdom/ls/LSParserFilter.cc: Added. * kdom/ls/LSParserFilter.h: Added. * kdom/ls/LSResourceResolver.cc: Added. * kdom/ls/LSResourceResolver.h: Added. * kdom/ls/LSSerializer.cc: Added. * kdom/ls/LSSerializer.h: Added. * kdom/ls/LSSerializerFilter.cc: Added. * kdom/ls/LSSerializerFilter.h: Added. * kdom/ls/impl/LSExceptionImpl.cc: Added. * kdom/ls/impl/LSExceptionImpl.h: Added. * kdom/ls/impl/LSInputImpl.cc: Added. * kdom/ls/impl/LSInputImpl.h: Added. * kdom/ls/impl/LSOutputImpl.cc: Added. * kdom/ls/impl/LSOutputImpl.h: Added. * kdom/ls/impl/LSParserFilterImpl.cc: Added. * kdom/ls/impl/LSParserFilterImpl.h: Added. * kdom/ls/impl/LSParserImpl.cc: Added. * kdom/ls/impl/LSParserImpl.h: Added. * kdom/ls/impl/LSResourceResolverImpl.cc: Added. * kdom/ls/impl/LSResourceResolverImpl.h: Added. * kdom/ls/impl/LSSerializerFilterImpl.cc: Added. * kdom/ls/impl/LSSerializerFilterImpl.h: Added. * kdom/ls/impl/LSSerializerImpl.cc: Added. * kdom/ls/impl/LSSerializerImpl.h: Added. * kdom/ls/kdomls.h: Added. * kdom/parser/KDOMDataSlave.moc: Added. * kdom/parser/KDOMDocumentBuilder.cc: Added. * kdom/parser/KDOMDocumentBuilder.h: Added. * kdom/parser/KDOMParser.cc: Added. * kdom/parser/KDOMParser.h: Added. * kdom/parser/KDOMParser.moc: Added. * kdom/range/DocumentRange.cc: Added. * kdom/range/DocumentRange.h: Added. * kdom/range/Range.cc: Added. * kdom/range/Range.h: Added. * kdom/range/RangeException.cc: Added. * kdom/range/RangeException.h: Added. * kdom/range/impl/DocumentRangeImpl.cc: Added. * kdom/range/impl/DocumentRangeImpl.h: Added. * kdom/range/impl/RangeExceptionImpl.cc: Added. * kdom/range/impl/RangeExceptionImpl.h: Added. * kdom/range/impl/RangeImpl.cc: Added. * kdom/range/impl/RangeImpl.h: Added. * kdom/range/kdomrange.h: Added. * kdom/scripts/OVERVIEW: Added. * kdom/scripts/constants.pl: Added. * kdom/scripts/css.idl: Added. * kdom/scripts/cssmakeprops: Added. * kdom/scripts/cssmakevalues: Added. * kdom/scripts/dom2-core.idl: Added. * kdom/scripts/dom2-events.idl: Added. * kdom/scripts/dom2-range.idl: Added. * kdom/scripts/dom2-traversal.idl: Added. * kdom/scripts/dom2-views.idl: Added. * kdom/scripts/dommakeattrs: Added. * kdom/scripts/generate.pl: Added. * kdom/scripts/kalyptusKDOMEcma.pm: Added. * kdom/scripts/stylesheets.idl: Added. * kdom/traversal/DocumentTraversal.cc: Added. * kdom/traversal/DocumentTraversal.h: Added. * kdom/traversal/NodeFilter.cc: Added. * kdom/traversal/NodeFilter.h: Added. * kdom/traversal/NodeIterator.cc: Added. * kdom/traversal/NodeIterator.h: Added. * kdom/traversal/TreeWalker.cc: Added. * kdom/traversal/TreeWalker.h: Added. * kdom/traversal/impl/DocumentTraversalImpl.cc: Added. * kdom/traversal/impl/DocumentTraversalImpl.h: Added. * kdom/traversal/impl/NodeFilterImpl.cc: Added. * kdom/traversal/impl/NodeFilterImpl.h: Added. * kdom/traversal/impl/NodeIteratorImpl.cc: Added. * kdom/traversal/impl/NodeIteratorImpl.h: Added. * kdom/traversal/impl/TraversalImpl.cc: Added. * kdom/traversal/impl/TraversalImpl.h: Added. * kdom/traversal/impl/TreeWalkerImpl.cc: Added. * kdom/traversal/impl/TreeWalkerImpl.h: Added. * kdom/traversal/kdomtraversal.h: Added. * kdom/views/AbstractView.cc: Added. * kdom/views/AbstractView.h: Added. * kdom/views/DocumentView.cc: Added. * kdom/views/DocumentView.h: Added. * kdom/views/impl/AbstractViewImpl.cc: Added. * kdom/views/impl/AbstractViewImpl.h: Added. * kdom/views/impl/DocumentViewImpl.cc: Added. * kdom/views/impl/DocumentViewImpl.h: Added. * kdom/xpath/XPathEvaluator.cc: Added. * kdom/xpath/XPathEvaluator.h: Added. * kdom/xpath/XPathException.cc: Added. * kdom/xpath/XPathException.h: Added. * kdom/xpath/XPathExpression.cc: Added. * kdom/xpath/XPathExpression.h: Added. * kdom/xpath/XPathNSResolver.cc: Added. * kdom/xpath/XPathNSResolver.h: Added. * kdom/xpath/XPathNamespace.cc: Added. * kdom/xpath/XPathNamespace.h: Added. * kdom/xpath/XPathResult.cc: Added. * kdom/xpath/XPathResult.h: Added. * kdom/xpath/impl/AxisImpl.cc: Added. * kdom/xpath/impl/AxisImpl.h: Added. * kdom/xpath/impl/ContextImpl.cc: Added. * kdom/xpath/impl/ContextImpl.h: Added. * kdom/xpath/impl/ExprNodeImpl.cc: Added. * kdom/xpath/impl/ExprNodeImpl.h: Added. * kdom/xpath/impl/FILES: Added. * kdom/xpath/impl/LiteralImpl.cc: Added. * kdom/xpath/impl/LiteralImpl.h: Added. * kdom/xpath/impl/OperatorImpl.cc: Added. * kdom/xpath/impl/OperatorImpl.h: Added. * kdom/xpath/impl/ScopeImpl.cc: Added. * kdom/xpath/impl/ScopeImpl.h: Added. * kdom/xpath/impl/StepImpl.cc: Added. * kdom/xpath/impl/StepImpl.h: Added. * kdom/xpath/impl/VariableRefImpl.cc: Added. * kdom/xpath/impl/VariableRefImpl.h: Added. * kdom/xpath/impl/XPathCustomExceptionImpl.cc: Added. * kdom/xpath/impl/XPathCustomExceptionImpl.h: Added. * kdom/xpath/impl/XPathEvaluatorImpl.cc: Added. * kdom/xpath/impl/XPathEvaluatorImpl.h: Added. * kdom/xpath/impl/XPathExceptionImpl.cc: Added. * kdom/xpath/impl/XPathExceptionImpl.h: Added. * kdom/xpath/impl/XPathExpressionFilterImpl.cc: Added. * kdom/xpath/impl/XPathExpressionFilterImpl.h: Added. * kdom/xpath/impl/XPathExpressionImpl.cc: Added. * kdom/xpath/impl/XPathExpressionImpl.h: Added. * kdom/xpath/impl/XPathFactory1Impl.cc: Added. * kdom/xpath/impl/XPathFactory1Impl.h: Added. * kdom/xpath/impl/XPathFactoryBaseImpl.cc: Added. * kdom/xpath/impl/XPathFactoryBaseImpl.h: Added. * kdom/xpath/impl/XPathHelper.cc: Added. * kdom/xpath/impl/XPathHelper.h: Added. * kdom/xpath/impl/XPathNSResolverImpl.cc: Added. * kdom/xpath/impl/XPathNSResolverImpl.h: Added. * kdom/xpath/impl/XPathNamespaceImpl.cc: Added. * kdom/xpath/impl/XPathNamespaceImpl.h: Added. * kdom/xpath/impl/XPathResultImpl.cc: Added. * kdom/xpath/impl/XPathResultImpl.h: Added. * kdom/xpath/impl/data/BooleanImpl.cc: Added. * kdom/xpath/impl/data/BooleanImpl.h: Added. * kdom/xpath/impl/data/NodeSetImpl.cc: Added. * kdom/xpath/impl/data/NodeSetImpl.h: Added. * kdom/xpath/impl/data/NumberImpl.cc: Added. * kdom/xpath/impl/data/NumberImpl.h: Added. * kdom/xpath/impl/data/StringImpl.cc: Added. * kdom/xpath/impl/data/StringImpl.h: Added. * kdom/xpath/impl/data/ValueImpl.cc: Added. * kdom/xpath/impl/data/ValueImpl.h: Added. * kdom/xpath/impl/functions1/FunctionCallImpl.cc: Added. * kdom/xpath/impl/functions1/FunctionCallImpl.h: Added. * kdom/xpath/impl/functions1/README: Added. * kdom/xpath/impl/functions1/boolean_fnxp1.cc: Added. * kdom/xpath/impl/functions1/boolean_fnxp1.h: Added. * kdom/xpath/impl/functions1/ceiling_fnxp1.cc: Added. * kdom/xpath/impl/functions1/ceiling_fnxp1.h: Added. * kdom/xpath/impl/functions1/concat_fnxp1.cc: Added. * kdom/xpath/impl/functions1/concat_fnxp1.h: Added. * kdom/xpath/impl/functions1/contains_fnxp1.cc: Added. * kdom/xpath/impl/functions1/contains_fnxp1.h: Added. * kdom/xpath/impl/functions1/false_fnxp1.cc: Added. * kdom/xpath/impl/functions1/false_fnxp1.h: Added. * kdom/xpath/impl/functions1/floor_fnxp1.cc: Added. * kdom/xpath/impl/functions1/floor_fnxp1.h: Added. * kdom/xpath/impl/functions1/normalize-space_fnxp1.cc: Added. * kdom/xpath/impl/functions1/normalize-space_fnxp1.h: Added. * kdom/xpath/impl/functions1/not_fnxp1.cc: Added. * kdom/xpath/impl/functions1/not_fnxp1.h: Added. * kdom/xpath/impl/functions1/number_fnxp1.cc: Added. * kdom/xpath/impl/functions1/number_fnxp1.h: Added. * kdom/xpath/impl/functions1/round_fnxp1.cc: Added. * kdom/xpath/impl/functions1/round_fnxp1.h: Added. * kdom/xpath/impl/functions1/starts-with_fnxp1.cc: Added. * kdom/xpath/impl/functions1/starts-with_fnxp1.h: Added. * kdom/xpath/impl/functions1/string-length_fnxp1.cc: Added. * kdom/xpath/impl/functions1/string-length_fnxp1.h: Added. * kdom/xpath/impl/functions1/string_fnxp1.cc: Added. * kdom/xpath/impl/functions1/string_fnxp1.h: Added. * kdom/xpath/impl/functions1/substring-after_fnxp1.cc: Added. * kdom/xpath/impl/functions1/substring-after_fnxp1.h: Added. * kdom/xpath/impl/functions1/substring-before_fnxp1.cc: Added. * kdom/xpath/impl/functions1/substring-before_fnxp1.h: Added. * kdom/xpath/impl/functions1/substring_fnxp1.cc: Added. * kdom/xpath/impl/functions1/substring_fnxp1.h: Added. * kdom/xpath/impl/functions1/true_fnxp1.cc: Added. * kdom/xpath/impl/functions1/true_fnxp1.h: Added. * kdom/xpath/impl/parser/Lexer.cc: Added. * kdom/xpath/impl/parser/Lexer.h: Added. * kdom/xpath/impl/parser/Lexer.l: Added. * kdom/xpath/impl/parser/ParserState.cc: Added. * kdom/xpath/impl/parser/ParserState.h: Added. * kdom/xpath/impl/parser/xpath.ypp: Added. * kdom/xpath/impl/utils/QNameImpl.cc: Added. * kdom/xpath/impl/utils/QNameImpl.h: Added. * kdom/xpath/kdomxpath.h: Added. * kdom/xpointer/XPointerEvaluator.cc: Added. * kdom/xpointer/XPointerEvaluator.h: Added. * kdom/xpointer/XPointerException.cc: Added. * kdom/xpointer/XPointerException.h: Added. * kdom/xpointer/XPointerExpression.cc: Added. * kdom/xpointer/XPointerExpression.h: Added. * kdom/xpointer/XPointerHelper.cc: Added. * kdom/xpointer/XPointerHelper.h: Added. * kdom/xpointer/XPointerResult.cc: Added. * kdom/xpointer/XPointerResult.h: Added. * kdom/xpointer/impl/ElementSchemeImpl.cc: Added. * kdom/xpointer/impl/ElementSchemeImpl.h: Added. * kdom/xpointer/impl/NBCImpl.cc: Added. * kdom/xpointer/impl/NBCImpl.h: Added. * kdom/xpointer/impl/PointerPartImpl.cc: Added. * kdom/xpointer/impl/PointerPartImpl.h: Added. * kdom/xpointer/impl/ShortHandImpl.cc: Added. * kdom/xpointer/impl/ShortHandImpl.h: Added. * kdom/xpointer/impl/XMLNSSchemeImpl.cc: Added. * kdom/xpointer/impl/XMLNSSchemeImpl.h: Added. * kdom/xpointer/impl/XPath1SchemeImpl.cc: Added. * kdom/xpointer/impl/XPath1SchemeImpl.h: Added. * kdom/xpointer/impl/XPointerEvaluatorImpl.cc: Added. * kdom/xpointer/impl/XPointerEvaluatorImpl.h: Added. * kdom/xpointer/impl/XPointerExceptionImpl.cc: Added. * kdom/xpointer/impl/XPointerExceptionImpl.h: Added. * kdom/xpointer/impl/XPointerExpressionImpl.cc: Added. * kdom/xpointer/impl/XPointerExpressionImpl.h: Added. * kdom/xpointer/impl/XPointerResultImpl.cc: Added. * kdom/xpointer/impl/XPointerResultImpl.h: Added. * kdom/xpointer/impl/XPointerSchemeImpl.cc: Added. * kdom/xpointer/impl/XPointerSchemeImpl.h: Added. * kdom/xpointer/kdomxpointer.h: Added. * ksvg2/KSVGFactory.cc: Added. * ksvg2/KSVGFactory.h: Added. * ksvg2/KSVGSettings.cc: Added. * ksvg2/KSVGSettings.h: Added. * ksvg2/KSVGSlotStubs.h: Added. * ksvg2/KWQKSVGPart.h: Added. * ksvg2/KWQKSVGPart.mm: Added. * ksvg2/KWQKSVGView.h: Added. * ksvg2/KWQKSVGView.mm: Added. * ksvg2/css/impl/KSVGCSSParser.cc: Added. * ksvg2/css/impl/KSVGCSSParser.h: Added. * ksvg2/css/impl/SVGCSSStyleDeclarationImpl.cc: Added. * ksvg2/css/impl/SVGCSSStyleDeclarationImpl.h: Added. * ksvg2/css/impl/SVGCSSStyleSelector.cc: Added. * ksvg2/css/impl/SVGCSSStyleSelector.h: Added. * ksvg2/css/impl/SVGCSSStyleSheetImpl.cc: Added. * ksvg2/css/impl/SVGCSSStyleSheetImpl.h: Added. * ksvg2/css/impl/SVGRenderStyle.cc: Added. * ksvg2/css/impl/SVGRenderStyle.h: Added. * ksvg2/css/impl/SVGRenderStyleDefs.cc: Added. * ksvg2/css/impl/SVGRenderStyleDefs.h: Added. * ksvg2/css/impl/cssproperties.in: Added. * ksvg2/css/impl/cssvalues.in: Added. * ksvg2/css/impl/svg.css: Added. * ksvg2/data/CSSConstants.h: Added. * ksvg2/data/EcmaConstants.h: Added. * ksvg2/data/EventsConstants.h: Added. * ksvg2/data/SVGConstants.h: Added. * ksvg2/data/generateddata.cc: Added. * ksvg2/dom/SVGAElement.cc: Added. * ksvg2/dom/SVGAElement.h: Added. * ksvg2/dom/SVGAngle.cc: Added. * ksvg2/dom/SVGAngle.h: Added. * ksvg2/dom/SVGAnimateColorElement.cc: Added. * ksvg2/dom/SVGAnimateColorElement.h: Added. * ksvg2/dom/SVGAnimateElement.cc: Added. * ksvg2/dom/SVGAnimateElement.h: Added. * ksvg2/dom/SVGAnimateTransformElement.cc: Added. * ksvg2/dom/SVGAnimateTransformElement.h: Added. * ksvg2/dom/SVGAnimatedAngle.cc: Added. * ksvg2/dom/SVGAnimatedAngle.h: Added. * ksvg2/dom/SVGAnimatedBoolean.cc: Added. * ksvg2/dom/SVGAnimatedBoolean.h: Added. * ksvg2/dom/SVGAnimatedEnumeration.cc: Added. * ksvg2/dom/SVGAnimatedEnumeration.h: Added. * ksvg2/dom/SVGAnimatedInteger.cc: Added. * ksvg2/dom/SVGAnimatedInteger.h: Added. * ksvg2/dom/SVGAnimatedLength.cc: Added. * ksvg2/dom/SVGAnimatedLength.h: Added. * ksvg2/dom/SVGAnimatedLengthList.cc: Added. * ksvg2/dom/SVGAnimatedLengthList.h: Added. * ksvg2/dom/SVGAnimatedNumber.cc: Added. * ksvg2/dom/SVGAnimatedNumber.h: Added. * ksvg2/dom/SVGAnimatedNumberList.cc: Added. * ksvg2/dom/SVGAnimatedNumberList.h: Added. * ksvg2/dom/SVGAnimatedPathData.cc: Added. * ksvg2/dom/SVGAnimatedPathData.h: Added. * ksvg2/dom/SVGAnimatedPoints.cc: Added. * ksvg2/dom/SVGAnimatedPoints.h: Added. * ksvg2/dom/SVGAnimatedPreserveAspectRatio.cc: Added. * ksvg2/dom/SVGAnimatedPreserveAspectRatio.h: Added. * ksvg2/dom/SVGAnimatedRect.cc: Added. * ksvg2/dom/SVGAnimatedRect.h: Added. * ksvg2/dom/SVGAnimatedString.cc: Added. * ksvg2/dom/SVGAnimatedString.h: Added. * ksvg2/dom/SVGAnimatedTransformList.cc: Added. * ksvg2/dom/SVGAnimatedTransformList.h: Added. * ksvg2/dom/SVGAnimationElement.cc: Added. * ksvg2/dom/SVGAnimationElement.h: Added. * ksvg2/dom/SVGCircleElement.cc: Added. * ksvg2/dom/SVGCircleElement.h: Added. * ksvg2/dom/SVGClipPathElement.cc: Added. * ksvg2/dom/SVGClipPathElement.h: Added. * ksvg2/dom/SVGColor.cc: Added. * ksvg2/dom/SVGColor.h: Added. * ksvg2/dom/SVGComponentTransferFunctionElement.cc: Added. * ksvg2/dom/SVGComponentTransferFunctionElement.h: Added. * ksvg2/dom/SVGDOMImplementation.cc: Added. * ksvg2/dom/SVGDOMImplementation.h: Added. * ksvg2/dom/SVGDefsElement.cc: Added. * ksvg2/dom/SVGDefsElement.h: Added. * ksvg2/dom/SVGDescElement.cc: Added. * ksvg2/dom/SVGDescElement.h: Added. * ksvg2/dom/SVGDocument.cc: Added. * ksvg2/dom/SVGDocument.h: Added. * ksvg2/dom/SVGElement.cc: Added. * ksvg2/dom/SVGElement.h: Added. * ksvg2/dom/SVGElementInstance.cc: Added. * ksvg2/dom/SVGElementInstance.h: Added. * ksvg2/dom/SVGElementInstanceList.cc: Added. * ksvg2/dom/SVGElementInstanceList.h: Added. * ksvg2/dom/SVGEllipseElement.cc: Added. * ksvg2/dom/SVGEllipseElement.h: Added. * ksvg2/dom/SVGException.cc: Added. * ksvg2/dom/SVGException.h: Added. * ksvg2/dom/SVGExternalResourcesRequired.cc: Added. * ksvg2/dom/SVGExternalResourcesRequired.h: Added. * ksvg2/dom/SVGFEBlendElement.cc: Added. * ksvg2/dom/SVGFEBlendElement.h: Added. * ksvg2/dom/SVGFEColorMatrixElement.cc: Added. * ksvg2/dom/SVGFEColorMatrixElement.h: Added. * ksvg2/dom/SVGFEComponentTransferElement.cc: Added. * ksvg2/dom/SVGFEComponentTransferElement.h: Added. * ksvg2/dom/SVGFECompositeElement.cc: Added. * ksvg2/dom/SVGFECompositeElement.h: Added. * ksvg2/dom/SVGFEFloodElement.cc: Added. * ksvg2/dom/SVGFEFloodElement.h: Added. * ksvg2/dom/SVGFEFuncAElement.cc: Added. * ksvg2/dom/SVGFEFuncAElement.h: Added. * ksvg2/dom/SVGFEFuncBElement.cc: Added. * ksvg2/dom/SVGFEFuncBElement.h: Added. * ksvg2/dom/SVGFEFuncGElement.cc: Added. * ksvg2/dom/SVGFEFuncGElement.h: Added. * ksvg2/dom/SVGFEFuncRElement.cc: Added. * ksvg2/dom/SVGFEFuncRElement.h: Added. * ksvg2/dom/SVGFEGaussianBlurElement.cc: Added. * ksvg2/dom/SVGFEGaussianBlurElement.h: Added. * ksvg2/dom/SVGFEImageElement.cc: Added. * ksvg2/dom/SVGFEImageElement.h: Added. * ksvg2/dom/SVGFEMergeElement.cc: Added. * ksvg2/dom/SVGFEMergeElement.h: Added. * ksvg2/dom/SVGFEMergeNodeElement.cc: Added. * ksvg2/dom/SVGFEMergeNodeElement.h: Added. * ksvg2/dom/SVGFEOffsetElement.cc: Added. * ksvg2/dom/SVGFEOffsetElement.h: Added. * ksvg2/dom/SVGFETileElement.cc: Added. * ksvg2/dom/SVGFETileElement.h: Added. * ksvg2/dom/SVGFETurbulenceElement.cc: Added. * ksvg2/dom/SVGFETurbulenceElement.h: Added. * ksvg2/dom/SVGFilterElement.cc: Added. * ksvg2/dom/SVGFilterElement.h: Added. * ksvg2/dom/SVGFilterPrimitiveStandardAttributes.cc: Added. * ksvg2/dom/SVGFilterPrimitiveStandardAttributes.h: Added. * ksvg2/dom/SVGFitToViewBox.cc: Added. * ksvg2/dom/SVGFitToViewBox.h: Added. * ksvg2/dom/SVGGElement.cc: Added. * ksvg2/dom/SVGGElement.h: Added. * ksvg2/dom/SVGGradientElement.cc: Added. * ksvg2/dom/SVGGradientElement.h: Added. * ksvg2/dom/SVGImageElement.cc: Added. * ksvg2/dom/SVGImageElement.h: Added. * ksvg2/dom/SVGLangSpace.cc: Added. * ksvg2/dom/SVGLangSpace.h: Added. * ksvg2/dom/SVGLength.cc: Added. * ksvg2/dom/SVGLength.h: Added. * ksvg2/dom/SVGLengthList.cc: Added. * ksvg2/dom/SVGLengthList.h: Added. * ksvg2/dom/SVGLineElement.cc: Added. * ksvg2/dom/SVGLineElement.h: Added. * ksvg2/dom/SVGLinearGradientElement.cc: Added. * ksvg2/dom/SVGLinearGradientElement.h: Added. * ksvg2/dom/SVGLocatable.cc: Added. * ksvg2/dom/SVGLocatable.h: Added. * ksvg2/dom/SVGMarkerElement.cc: Added. * ksvg2/dom/SVGMarkerElement.h: Added. * ksvg2/dom/SVGMatrix.cc: Added. * ksvg2/dom/SVGMatrix.h: Added. * ksvg2/dom/SVGNumber.cc: Added. * ksvg2/dom/SVGNumber.h: Added. * ksvg2/dom/SVGNumberList.cc: Added. * ksvg2/dom/SVGNumberList.h: Added. * ksvg2/dom/SVGPaint.cc: Added. * ksvg2/dom/SVGPaint.h: Added. * ksvg2/dom/SVGPathElement.cc: Added. * ksvg2/dom/SVGPathElement.h: Added. * ksvg2/dom/SVGPathSeg.cc: Added. * ksvg2/dom/SVGPathSeg.h: Added. * ksvg2/dom/SVGPathSegArc.cc: Added. * ksvg2/dom/SVGPathSegArc.h: Added. * ksvg2/dom/SVGPathSegClosePath.cc: Added. * ksvg2/dom/SVGPathSegClosePath.h: Added. * ksvg2/dom/SVGPathSegCurvetoCubic.cc: Added. * ksvg2/dom/SVGPathSegCurvetoCubic.h: Added. * ksvg2/dom/SVGPathSegCurvetoCubicSmooth.cc: Added. * ksvg2/dom/SVGPathSegCurvetoCubicSmooth.h: Added. * ksvg2/dom/SVGPathSegCurvetoQuadratic.cc: Added. * ksvg2/dom/SVGPathSegCurvetoQuadratic.h: Added. * ksvg2/dom/SVGPathSegCurvetoQuadraticSmooth.cc: Added. * ksvg2/dom/SVGPathSegCurvetoQuadraticSmooth.h: Added. * ksvg2/dom/SVGPathSegLineto.cc: Added. * ksvg2/dom/SVGPathSegLineto.h: Added. * ksvg2/dom/SVGPathSegLinetoHorizontal.cc: Added. * ksvg2/dom/SVGPathSegLinetoHorizontal.h: Added. * ksvg2/dom/SVGPathSegLinetoVertical.cc: Added. * ksvg2/dom/SVGPathSegLinetoVertical.h: Added. * ksvg2/dom/SVGPathSegList.cc: Added. * ksvg2/dom/SVGPathSegList.h: Added. * ksvg2/dom/SVGPathSegMoveto.cc: Added. * ksvg2/dom/SVGPathSegMoveto.h: Added. * ksvg2/dom/SVGPatternElement.cc: Added. * ksvg2/dom/SVGPatternElement.h: Added. * ksvg2/dom/SVGPoint.cc: Added. * ksvg2/dom/SVGPoint.h: Added. * ksvg2/dom/SVGPointList.cc: Added. * ksvg2/dom/SVGPointList.h: Added. * ksvg2/dom/SVGPolygonElement.cc: Added. * ksvg2/dom/SVGPolygonElement.h: Added. * ksvg2/dom/SVGPolylineElement.cc: Added. * ksvg2/dom/SVGPolylineElement.h: Added. * ksvg2/dom/SVGPreserveAspectRatio.cc: Added. * ksvg2/dom/SVGPreserveAspectRatio.h: Added. * ksvg2/dom/SVGRadialGradientElement.cc: Added. * ksvg2/dom/SVGRadialGradientElement.h: Added. * ksvg2/dom/SVGRect.cc: Added. * ksvg2/dom/SVGRect.h: Added. * ksvg2/dom/SVGRectElement.cc: Added. * ksvg2/dom/SVGRectElement.h: Added. * ksvg2/dom/SVGSVGElement.cc: Added. * ksvg2/dom/SVGSVGElement.h: Added. * ksvg2/dom/SVGScriptElement.cc: Added. * ksvg2/dom/SVGScriptElement.h: Added. * ksvg2/dom/SVGSetElement.cc: Added. * ksvg2/dom/SVGSetElement.h: Added. * ksvg2/dom/SVGStopElement.cc: Added. * ksvg2/dom/SVGStopElement.h: Added. * ksvg2/dom/SVGStringList.cc: Added. * ksvg2/dom/SVGStringList.h: Added. * ksvg2/dom/SVGStylable.cc: Added. * ksvg2/dom/SVGStylable.h: Added. * ksvg2/dom/SVGStyleElement.cc: Added. * ksvg2/dom/SVGStyleElement.h: Added. * ksvg2/dom/SVGSwitchElement.cc: Added. * ksvg2/dom/SVGSwitchElement.h: Added. * ksvg2/dom/SVGSymbolElement.cc: Added. * ksvg2/dom/SVGSymbolElement.h: Added. * ksvg2/dom/SVGTSpanElement.cc: Added. * ksvg2/dom/SVGTSpanElement.h: Added. * ksvg2/dom/SVGTests.cc: Added. * ksvg2/dom/SVGTests.h: Added. * ksvg2/dom/SVGTextContentElement.cc: Added. * ksvg2/dom/SVGTextContentElement.h: Added. * ksvg2/dom/SVGTextElement.cc: Added. * ksvg2/dom/SVGTextElement.h: Added. * ksvg2/dom/SVGTextPositioningElement.cc: Added. * ksvg2/dom/SVGTextPositioningElement.h: Added. * ksvg2/dom/SVGTitleElement.cc: Added. * ksvg2/dom/SVGTitleElement.h: Added. * ksvg2/dom/SVGTransform.cc: Added. * ksvg2/dom/SVGTransform.h: Added. * ksvg2/dom/SVGTransformList.cc: Added. * ksvg2/dom/SVGTransformList.h: Added. * ksvg2/dom/SVGTransformable.cc: Added. * ksvg2/dom/SVGTransformable.h: Added. * ksvg2/dom/SVGURIReference.cc: Added. * ksvg2/dom/SVGURIReference.h: Added. * ksvg2/dom/SVGUseElement.cc: Added. * ksvg2/dom/SVGUseElement.h: Added. * ksvg2/dom/SVGViewElement.cc: Added. * ksvg2/dom/SVGViewElement.h: Added. * ksvg2/dom/SVGZoomAndPan.cc: Added. * ksvg2/dom/SVGZoomAndPan.h: Added. * ksvg2/ecma/Constructors.cc: Added. * ksvg2/ecma/Constructors.h: Added. * ksvg2/ecma/Ecma.cc: Added. * ksvg2/ecma/Ecma.h: Added. * ksvg2/ecma/EcmaInterface.h: Added. * ksvg2/ecma/GlobalObject.cc: Added. * ksvg2/ecma/GlobalObject.h: Added. * ksvg2/ecma/SVGLookup.h: Added. * ksvg2/events/SVGEvent.cc: Added. * ksvg2/events/SVGEvent.h: Added. * ksvg2/events/SVGZoomEvent.cc: Added. * ksvg2/events/SVGZoomEvent.h: Added. * ksvg2/events/impl/SVGEventImpl.cc: Added. * ksvg2/events/impl/SVGEventImpl.h: Added. * ksvg2/events/impl/SVGZoomEventImpl.cc: Added. * ksvg2/events/impl/SVGZoomEventImpl.h: Added. * ksvg2/events/ksvgevents.h: Added. * ksvg2/impl/CDFInterface.cc: Added. * ksvg2/impl/CDFInterface.h: Added. * ksvg2/impl/SVGAElementImpl.cc: Added. * ksvg2/impl/SVGAElementImpl.h: Added. * ksvg2/impl/SVGAngleImpl.cc: Added. * ksvg2/impl/SVGAngleImpl.h: Added. * ksvg2/impl/SVGAnimateColorElementImpl.cc: Added. * ksvg2/impl/SVGAnimateColorElementImpl.h: Added. * ksvg2/impl/SVGAnimateElementImpl.cc: Added. * ksvg2/impl/SVGAnimateElementImpl.h: Added. * ksvg2/impl/SVGAnimateTransformElementImpl.cc: Added. * ksvg2/impl/SVGAnimateTransformElementImpl.h: Added. * ksvg2/impl/SVGAnimatedAngleImpl.cc: Added. * ksvg2/impl/SVGAnimatedAngleImpl.h: Added. * ksvg2/impl/SVGAnimatedBooleanImpl.cc: Added. * ksvg2/impl/SVGAnimatedBooleanImpl.h: Added. * ksvg2/impl/SVGAnimatedEnumerationImpl.cc: Added. * ksvg2/impl/SVGAnimatedEnumerationImpl.h: Added. * ksvg2/impl/SVGAnimatedIntegerImpl.cc: Added. * ksvg2/impl/SVGAnimatedIntegerImpl.h: Added. * ksvg2/impl/SVGAnimatedLengthImpl.cc: Added. * ksvg2/impl/SVGAnimatedLengthImpl.h: Added. * ksvg2/impl/SVGAnimatedLengthListImpl.cc: Added. * ksvg2/impl/SVGAnimatedLengthListImpl.h: Added. * ksvg2/impl/SVGAnimatedNumberImpl.cc: Added. * ksvg2/impl/SVGAnimatedNumberImpl.h: Added. * ksvg2/impl/SVGAnimatedNumberListImpl.cc: Added. * ksvg2/impl/SVGAnimatedNumberListImpl.h: Added. * ksvg2/impl/SVGAnimatedPathDataImpl.cc: Added. * ksvg2/impl/SVGAnimatedPathDataImpl.h: Added. * ksvg2/impl/SVGAnimatedPointsImpl.cc: Added. * ksvg2/impl/SVGAnimatedPointsImpl.h: Added. * ksvg2/impl/SVGAnimatedPreserveAspectRatioImpl.cc: Added. * ksvg2/impl/SVGAnimatedPreserveAspectRatioImpl.h: Added. * ksvg2/impl/SVGAnimatedRectImpl.cc: Added. * ksvg2/impl/SVGAnimatedRectImpl.h: Added. * ksvg2/impl/SVGAnimatedStringImpl.cc: Added. * ksvg2/impl/SVGAnimatedStringImpl.h: Added. * ksvg2/impl/SVGAnimatedTemplate.h: Added. * ksvg2/impl/SVGAnimatedTransformListImpl.cc: Added. * ksvg2/impl/SVGAnimatedTransformListImpl.h: Added. * ksvg2/impl/SVGAnimationElementImpl.cc: Added. * ksvg2/impl/SVGAnimationElementImpl.h: Added. * ksvg2/impl/SVGCircleElementImpl.cc: Added. * ksvg2/impl/SVGCircleElementImpl.h: Added. * ksvg2/impl/SVGClipPathElementImpl.cc: Added. * ksvg2/impl/SVGClipPathElementImpl.h: Added. * ksvg2/impl/SVGColorImpl.cc: Added. * ksvg2/impl/SVGColorImpl.h: Added. * ksvg2/impl/SVGComponentTransferFunctionElementImpl.cc: Added. * ksvg2/impl/SVGComponentTransferFunctionElementImpl.h: Added. * ksvg2/impl/SVGDOMImplementationImpl.cc: Added. * ksvg2/impl/SVGDOMImplementationImpl.h: Added. * ksvg2/impl/SVGDefsElementImpl.cc: Added. * ksvg2/impl/SVGDefsElementImpl.h: Added. * ksvg2/impl/SVGDescElementImpl.cc: Added. * ksvg2/impl/SVGDescElementImpl.h: Added. * ksvg2/impl/SVGDocumentImpl.cc: Added. * ksvg2/impl/SVGDocumentImpl.h: Added. * ksvg2/impl/SVGElementImpl.cc: Added. * ksvg2/impl/SVGElementImpl.h: Added. * ksvg2/impl/SVGElementInstanceImpl.cc: Added. * ksvg2/impl/SVGElementInstanceImpl.h: Added. * ksvg2/impl/SVGElementInstanceListImpl.cc: Added. * ksvg2/impl/SVGElementInstanceListImpl.h: Added. * ksvg2/impl/SVGEllipseElementImpl.cc: Added. * ksvg2/impl/SVGEllipseElementImpl.h: Added. * ksvg2/impl/SVGExceptionImpl.cc: Added. * ksvg2/impl/SVGExceptionImpl.h: Added. * ksvg2/impl/SVGExternalResourcesRequiredImpl.cc: Added. * ksvg2/impl/SVGExternalResourcesRequiredImpl.h: Added. * ksvg2/impl/SVGFEBlendElementImpl.cc: Added. * ksvg2/impl/SVGFEBlendElementImpl.h: Added. * ksvg2/impl/SVGFEColorMatrixElementImpl.cc: Added. * ksvg2/impl/SVGFEColorMatrixElementImpl.h: Added. * ksvg2/impl/SVGFEComponentTransferElementImpl.cc: Added. * ksvg2/impl/SVGFEComponentTransferElementImpl.h: Added. * ksvg2/impl/SVGFECompositeElementImpl.cc: Added. * ksvg2/impl/SVGFECompositeElementImpl.h: Added. * ksvg2/impl/SVGFEFloodElementImpl.cc: Added. * ksvg2/impl/SVGFEFloodElementImpl.h: Added. * ksvg2/impl/SVGFEFuncAElementImpl.cc: Added. * ksvg2/impl/SVGFEFuncAElementImpl.h: Added. * ksvg2/impl/SVGFEFuncBElementImpl.cc: Added. * ksvg2/impl/SVGFEFuncBElementImpl.h: Added. * ksvg2/impl/SVGFEFuncGElementImpl.cc: Added. * ksvg2/impl/SVGFEFuncGElementImpl.h: Added. * ksvg2/impl/SVGFEFuncRElementImpl.cc: Added. * ksvg2/impl/SVGFEFuncRElementImpl.h: Added. * ksvg2/impl/SVGFEGaussianBlurElementImpl.cc: Added. * ksvg2/impl/SVGFEGaussianBlurElementImpl.h: Added. * ksvg2/impl/SVGFEImageElementImpl.cc: Added. * ksvg2/impl/SVGFEImageElementImpl.h: Added. * ksvg2/impl/SVGFEMergeElementImpl.cc: Added. * ksvg2/impl/SVGFEMergeElementImpl.h: Added. * ksvg2/impl/SVGFEMergeNodeElementImpl.cc: Added. * ksvg2/impl/SVGFEMergeNodeElementImpl.h: Added. * ksvg2/impl/SVGFEOffsetElementImpl.cc: Added. * ksvg2/impl/SVGFEOffsetElementImpl.h: Added. * ksvg2/impl/SVGFETileElementImpl.cc: Added. * ksvg2/impl/SVGFETileElementImpl.h: Added. * ksvg2/impl/SVGFETurbulenceElementImpl.cc: Added. * ksvg2/impl/SVGFETurbulenceElementImpl.h: Added. * ksvg2/impl/SVGFilterElementImpl.cc: Added. * ksvg2/impl/SVGFilterElementImpl.h: Added. * ksvg2/impl/SVGFilterPrimitiveStandardAttributesImpl.cc: Added. * ksvg2/impl/SVGFilterPrimitiveStandardAttributesImpl.h: Added. * ksvg2/impl/SVGFitToViewBoxImpl.cc: Added. * ksvg2/impl/SVGFitToViewBoxImpl.h: Added. * ksvg2/impl/SVGGElementImpl.cc: Added. * ksvg2/impl/SVGGElementImpl.h: Added. * ksvg2/impl/SVGGradientElementImpl.cc: Added. * ksvg2/impl/SVGGradientElementImpl.h: Added. * ksvg2/impl/SVGHelper.cc: Added. * ksvg2/impl/SVGHelper.h: Added. * ksvg2/impl/SVGImageElementImpl.cc: Added. * ksvg2/impl/SVGImageElementImpl.h: Added. * ksvg2/impl/SVGLangSpaceImpl.cc: Added. * ksvg2/impl/SVGLangSpaceImpl.h: Added. * ksvg2/impl/SVGLengthImpl.cc: Added. * ksvg2/impl/SVGLengthImpl.h: Added. * ksvg2/impl/SVGLengthListImpl.cc: Added. * ksvg2/impl/SVGLengthListImpl.h: Added. * ksvg2/impl/SVGLineElementImpl.cc: Added. * ksvg2/impl/SVGLineElementImpl.h: Added. * ksvg2/impl/SVGLinearGradientElementImpl.cc: Added. * ksvg2/impl/SVGLinearGradientElementImpl.h: Added. * ksvg2/impl/SVGList.h: Added. * ksvg2/impl/SVGLocatableImpl.cc: Added. * ksvg2/impl/SVGLocatableImpl.h: Added. * ksvg2/impl/SVGMarkerElementImpl.cc: Added. * ksvg2/impl/SVGMarkerElementImpl.h: Added. * ksvg2/impl/SVGMatrixImpl.cc: Added. * ksvg2/impl/SVGMatrixImpl.h: Added. * ksvg2/impl/SVGNumberImpl.cc: Added. * ksvg2/impl/SVGNumberImpl.h: Added. * ksvg2/impl/SVGNumberListImpl.cc: Added. * ksvg2/impl/SVGNumberListImpl.h: Added. * ksvg2/impl/SVGPaintImpl.cc: Added. * ksvg2/impl/SVGPaintImpl.h: Added. * ksvg2/impl/SVGPathElementImpl.cc: Added. * ksvg2/impl/SVGPathElementImpl.h: Added. * ksvg2/impl/SVGPathSegArcImpl.cc: Added. * ksvg2/impl/SVGPathSegArcImpl.h: Added. * ksvg2/impl/SVGPathSegClosePathImpl.cc: Added. * ksvg2/impl/SVGPathSegClosePathImpl.h: Added. * ksvg2/impl/SVGPathSegCurvetoCubicImpl.cc: Added. * ksvg2/impl/SVGPathSegCurvetoCubicImpl.h: Added. * ksvg2/impl/SVGPathSegCurvetoCubicSmoothImpl.cc: Added. * ksvg2/impl/SVGPathSegCurvetoCubicSmoothImpl.h: Added. * ksvg2/impl/SVGPathSegCurvetoQuadraticImpl.cc: Added. * ksvg2/impl/SVGPathSegCurvetoQuadraticImpl.h: Added. * ksvg2/impl/SVGPathSegCurvetoQuadraticSmoothImpl.cc: Added. * ksvg2/impl/SVGPathSegCurvetoQuadraticSmoothImpl.h: Added. * ksvg2/impl/SVGPathSegImpl.cc: Added. * ksvg2/impl/SVGPathSegImpl.h: Added. * ksvg2/impl/SVGPathSegLinetoHorizontalImpl.cc: Added. * ksvg2/impl/SVGPathSegLinetoHorizontalImpl.h: Added. * ksvg2/impl/SVGPathSegLinetoImpl.cc: Added. * ksvg2/impl/SVGPathSegLinetoImpl.h: Added. * ksvg2/impl/SVGPathSegLinetoVerticalImpl.cc: Added. * ksvg2/impl/SVGPathSegLinetoVerticalImpl.h: Added. * ksvg2/impl/SVGPathSegListImpl.cc: Added. * ksvg2/impl/SVGPathSegListImpl.h: Added. * ksvg2/impl/SVGPathSegMovetoImpl.cc: Added. * ksvg2/impl/SVGPathSegMovetoImpl.h: Added. * ksvg2/impl/SVGPatternElementImpl.cc: Added. * ksvg2/impl/SVGPatternElementImpl.h: Added. * ksvg2/impl/SVGPointImpl.cc: Added. * ksvg2/impl/SVGPointImpl.h: Added. * ksvg2/impl/SVGPointListImpl.cc: Added. * ksvg2/impl/SVGPointListImpl.h: Added. * ksvg2/impl/SVGPolyElementImpl.cc: Added. * ksvg2/impl/SVGPolyElementImpl.h: Added. * ksvg2/impl/SVGPolygonElementImpl.cc: Added. * ksvg2/impl/SVGPolygonElementImpl.h: Added. * ksvg2/impl/SVGPolylineElementImpl.cc: Added. * ksvg2/impl/SVGPolylineElementImpl.h: Added. * ksvg2/impl/SVGPreserveAspectRatioImpl.cc: Added. * ksvg2/impl/SVGPreserveAspectRatioImpl.h: Added. * ksvg2/impl/SVGRadialGradientElementImpl.cc: Added. * ksvg2/impl/SVGRadialGradientElementImpl.h: Added. * ksvg2/impl/SVGRectElementImpl.cc: Added. * ksvg2/impl/SVGRectElementImpl.h: Added. * ksvg2/impl/SVGRectImpl.cc: Added. * ksvg2/impl/SVGRectImpl.h: Added. * ksvg2/impl/SVGSVGElementImpl.cc: Added. * ksvg2/impl/SVGSVGElementImpl.h: Added. * ksvg2/impl/SVGScriptElementImpl.cc: Added. * ksvg2/impl/SVGScriptElementImpl.h: Added. * ksvg2/impl/SVGSetElementImpl.cc: Added. * ksvg2/impl/SVGSetElementImpl.h: Added. * ksvg2/impl/SVGStopElementImpl.cc: Added. * ksvg2/impl/SVGStopElementImpl.h: Added. * ksvg2/impl/SVGStringListImpl.cc: Added. * ksvg2/impl/SVGStringListImpl.h: Added. * ksvg2/impl/SVGStylableImpl.cc: Added. * ksvg2/impl/SVGStylableImpl.h: Added. * ksvg2/impl/SVGStyleElementImpl.cc: Added. * ksvg2/impl/SVGStyleElementImpl.h: Added. * ksvg2/impl/SVGStyledElementImpl.cc: Added. * ksvg2/impl/SVGStyledElementImpl.h: Added. * ksvg2/impl/SVGSwitchElementImpl.cc: Added. * ksvg2/impl/SVGSwitchElementImpl.h: Added. * ksvg2/impl/SVGSymbolElementImpl.cc: Added. * ksvg2/impl/SVGSymbolElementImpl.h: Added. * ksvg2/impl/SVGTSpanElementImpl.cc: Added. * ksvg2/impl/SVGTSpanElementImpl.h: Added. * ksvg2/impl/SVGTestsImpl.cc: Added. * ksvg2/impl/SVGTestsImpl.h: Added. * ksvg2/impl/SVGTextContentElementImpl.cc: Added. * ksvg2/impl/SVGTextContentElementImpl.h: Added. * ksvg2/impl/SVGTextElementImpl.cc: Added. * ksvg2/impl/SVGTextElementImpl.h: Added. * ksvg2/impl/SVGTextPositioningElementImpl.cc: Added. * ksvg2/impl/SVGTextPositioningElementImpl.h: Added. * ksvg2/impl/SVGTitleElementImpl.cc: Added. * ksvg2/impl/SVGTitleElementImpl.h: Added. * ksvg2/impl/SVGTransformImpl.cc: Added. * ksvg2/impl/SVGTransformImpl.h: Added. * ksvg2/impl/SVGTransformListImpl.cc: Added. * ksvg2/impl/SVGTransformListImpl.h: Added. * ksvg2/impl/SVGTransformableImpl.cc: Added. * ksvg2/impl/SVGTransformableImpl.h: Added. * ksvg2/impl/SVGURIReferenceImpl.cc: Added. * ksvg2/impl/SVGURIReferenceImpl.h: Added. * ksvg2/impl/SVGUseElementImpl.cc: Added. * ksvg2/impl/SVGUseElementImpl.h: Added. * ksvg2/impl/SVGViewElementImpl.cc: Added. * ksvg2/impl/SVGViewElementImpl.h: Added. * ksvg2/impl/SVGZoomAndPanImpl.cc: Added. * ksvg2/impl/SVGZoomAndPanImpl.h: Added. * ksvg2/impl/svgattrs.c: Added. * ksvg2/impl/svgattrs.h: Added. * ksvg2/impl/svgattrs.in: Added. * ksvg2/impl/svgpathparser.cc: Added. * ksvg2/impl/svgpathparser.h: Added. * ksvg2/impl/svgtags.c: Added. * ksvg2/impl/svgtags.h: Added. * ksvg2/impl/svgtags.in: Added. * ksvg2/ksvg.h: Added. * ksvg2/scripts/generate.pl: Added. * ksvg2/scripts/kalyptusKDOMEcma.pm: Added. * ksvg2/scripts/ksvgstatus.xsl: Added. * ksvg2/scripts/regressiontest.sh: Added. * ksvg2/scripts/regressiontestsetup.sh: Added. * ksvg2/scripts/svg.idl: Added. Several things to mention here: 1. Function names were stripped out of the ChangeLog for brevity. 2. Several files (like the c++ DOM) are only in here temporarily. 3. Several files (like kdom/catalog) were left out of CVS as they do not currently work in our kdom port. Those may or may not be added in the future. 4. Notes re: the WebCore+SVG target - APPLE_COMPILE_HACK is a temporary addition for compiling - None of the SVG or KDOM files are compiled in "WebCore" by default. - Compiling WebCore+SVG requires compiling JavaScriptCore+SVG to enable RTTI support in JavaScriptCore. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@9636 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 05 Jan, 2005 1 commit
-
-
darin authored
- re-landing a subset of my custom tag change that does not fix the bug, but also does not introduce a performance regression * khtml/css/cssstyleselector.cpp: (khtml::CSSStyleSelector::checkOneSelector): Changed some code that used ID_LAST_TAG in a slightly wrong, but harmless, way. * khtml/editing/htmlediting.cpp: (khtml::debugPosition): Use nodeName rather than getTagName, since the latter works for per-document tags and is just better all around for things like the document. (khtml::debugNode): Ditto. * khtml/editing/selection.cpp: (khtml::Selection::debugPosition): Ditto. * khtml/editing/visible_position.cpp: (khtml::VisiblePosition::debugPosition): Ditto. * khtml/xml/dom_nodeimpl.cpp: (NodeImpl::displayNode): Ditto. * khtml/xml/dom_position.cpp: (DOM::Position::debugPosition): Ditto. * khtml/html/dtd.cpp: (DOM::checkChild): Use ID_LAST_TAG rather than 1000 for the check that allows non-HTML elements to be nested as desired. * khtml/misc/htmlhashes.h: Changed return types to unsigned short. * khtml/misc/htmlhashes.cpp: (khtml::getTagID): Changed return type to unsigned short. (khtml::getAttrID): Ditto. * khtml/xml/dom_docimpl.h: Added overload of createHTMLElement, made it non-virtual since it's not overriden. * khtml/xml/dom_docimpl.cpp: (DocumentImpl::createHTMLElement): Refactored into two separate functions, one that takes the tag ID. Also updated for a few tags that the parser handled but this did not. * kwq/KWQRenderTreeDebug.cpp: (getTagName): Added. Works for custom nodes, because it calls nodeName rather than using getTagName on the tag ID directly, which only works for standard nodes. (operator<<): Update to call getTagName. (nodePositionRelativeToRoot): Ditto. (writeSelection): Ditto. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@8306 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 04 Jan, 2005 1 commit
-
-
darin authored
* khtml/css/cssstyleselector.cpp: * khtml/editing/htmlediting.cpp: * khtml/editing/selection.cpp: * khtml/editing/visible_position.cpp: * khtml/html/dtd.cpp: * khtml/html/htmlparser.cpp: * khtml/html/htmlparser.h: * khtml/html/htmltokenizer.cpp: * khtml/misc/htmlhashes.cpp: * khtml/misc/htmlhashes.h: * khtml/misc/htmltags.c: * khtml/misc/htmltags.h: * khtml/misc/maketags: * khtml/xml/dom_docimpl.cpp: * khtml/xml/dom_docimpl.h: * khtml/xml/dom_nodeimpl.cpp: * khtml/xml/dom_position.cpp: * kwq/KWQRenderTreeDebug.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@8293 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 23 Dec, 2004 1 commit
-
-
darin authored
- re-fixed <rdar://problem/3760910> Request to include support for custom tag names in HTML (they already work in XML) * khtml/css/cssstyleselector.cpp: (khtml::CSSStyleSelector::checkOneSelector): Changed some code that used ID_LAST_TAG in a slightly wrong, but harmless, way. * khtml/editing/htmlediting.cpp: (khtml::debugPosition): Use nodeName rather than getTagName, since the latter works for per-document tags and is just better all around for things like the document. (khtml::debugNode): Ditto. * khtml/editing/selection.cpp: (khtml::Selection::debugPosition): Ditto. * khtml/editing/visible_position.cpp: (khtml::VisiblePosition::debugPosition): Ditto. * khtml/xml/dom_nodeimpl.cpp: (NodeImpl::displayNode): Ditto. * khtml/xml/dom_position.cpp: (DOM::Position::debugPosition): Ditto. * khtml/html/dtd.cpp: (DOM::checkChild): Use ID_LAST_TAG rather than 1000 for the check that allows non-HTML elements to be nested as desired. * khtml/html/htmlparser.h: Change forbidden tag array to be allocated in the object rather than on the heap. Also use ID_LAST_TAG for the array size; the old code used ID_CLOSE_TAG which is now a much larger number. * khtml/html/htmlparser.cpp: (KHTMLParser::KHTMLParser): Remove code that creates the forbidden tag array on the heap; makes more sense to just have the array be a member so we don't have to use new and delete on it. Also needed to eliminate code that used ID_CLOSE_TAG for an array size. (KHTMLParser::~KHTMLParser): Remove code that deletes the forbidden tag array. Also changed the code that manages isindex to use deref instead of delete. (KHTMLParser::reset): Use safer sizeof for clearing the forbidden tag array. Old code had the mistake of using ID_CLOSE_TAG for the array size too. (KHTMLParser::parseToken): Removed code that checks for bogus tags; it's not clear why it was ever there and it would prevent custom tags from working. Added range check before using the forbidden tag array with the token ID since custom tags will use index values past the end of the array. (KHTMLParser::getElement): Removed most of the code that makes an element by ID; now the work is done inside the DocumentImpl createHTMLElement. Any code that needs to be different than a dynamic createElement call is still here. Last time I left out a few form element types from this switch; fixed now. * khtml/html/htmltokenizer.cpp: (khtml::HTMLTokenizer::parseTag): Call the tagId function in the document if getTagID fails; this creates a unique per-document ID. * khtml/misc/htmlhashes.h: Changed return types to unsigned short. * khtml/misc/htmlhashes.cpp: (khtml::getTagID): Changed return type to unsigned short. (khtml::getAttrID): Ditto. * khtml/misc/htmltags.c: Regenerated. * khtml/misc/htmltags.h: Regenerated. * khtml/misc/maketags: Changed the generated constants to use "const unsigned short" instead of "#define". Changed ID_CLOSE_TAG to be a fixed value of 32000 rather than being just past the IDs of the HTML tags. Also rewrote getTagName to work with the new scheme. * khtml/xml/dom_docimpl.h: Added overload of createHTMLElement, made it non-virtual since it's not overriden. * khtml/xml/dom_docimpl.cpp: (DocumentImpl::createHTMLElement): Refactored into two separate functions, one that takes the tag ID. Also updated for a few tags that the parser handled but this did not. * kwq/KWQRenderTreeDebug.cpp: (getTagName): Added. Works for custom nodes, because it calls nodeName rather than using getTagName on the tag ID directly, which only works for standard nodes. (operator<<): Update to call getTagName. (nodePositionRelativeToRoot): Ditto. (writeSelection): Ditto. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@8281 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 22 Dec, 2004 2 commits
-
-
darin authored
* khtml/css/cssstyleselector.cpp: * khtml/editing/htmlediting.cpp: * khtml/editing/selection.cpp: * khtml/editing/visible_position.cpp: * khtml/html/dtd.cpp: * khtml/html/htmlparser.cpp: * khtml/html/htmlparser.h: * khtml/html/htmltokenizer.cpp: * khtml/misc/htmlhashes.cpp: * khtml/misc/htmlhashes.h: * khtml/misc/htmltags.c: * khtml/misc/htmltags.h: * khtml/misc/maketags: * khtml/xml/dom_docimpl.cpp: * khtml/xml/dom_docimpl.h: * khtml/xml/dom_nodeimpl.cpp: * khtml/xml/dom_position.cpp: * kwq/KWQRenderTreeDebug.cpp: git-svn-id: http://svn.webkit.org/repository/webkit/trunk@8278 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
darin authored
- fixed <rdar://problem/3760910> Request to include support for custom tag names in HTML (they already work in XML) * khtml/css/cssstyleselector.cpp: (khtml::CSSStyleSelector::checkOneSelector): Changed some code that used ID_LAST_TAG in a slightly wrong, but harmless, way. * khtml/editing/htmlediting.cpp: (khtml::debugPosition): Use nodeName rather than getTagName, since the latter works for per-document tags and is just better all around for things like the document. (khtml::debugNode): Ditto. * khtml/editing/selection.cpp: (khtml::Selection::debugPosition): Ditto. * khtml/editing/visible_position.cpp: (khtml::VisiblePosition::debugPosition): Ditto. * khtml/xml/dom_nodeimpl.cpp: (NodeImpl::displayNode): Ditto. * khtml/xml/dom_position.cpp: (DOM::Position::debugPosition): Ditto. * khtml/html/dtd.cpp: (DOM::checkChild): Use ID_LAST_TAG rather than 1000 for the check that allows non-HTML elements to be nested as desired. * khtml/html/htmlparser.h: Change forbidden tag array to be allocated in the object rather than on the heap. Also use ID_LAST_TAG for the array size; the old code used ID_CLOSE_TAG which is now a much larger number. * khtml/html/htmlparser.cpp: (KHTMLParser::KHTMLParser): Remove code that creates the forbidden tag array on the heap; makes more sense to just have the array be a member so we don't have to use new and delete on it. Also needed to eliminate code that used ID_CLOSE_TAG for an array size. (KHTMLParser::~KHTMLParser): Remove code that deletes the forbidden tag array. Also changed the code that manages isindex to use deref instead of delete. (KHTMLParser::reset): Use safer sizeof for clearing the forbidden tag array. Old code had the mistake of using ID_CLOSE_TAG for the array size too. (KHTMLParser::parseToken): Removed code that checks for bogus tags; it's not clear why it was ever there and it would prevent custom tags from working. Added range check before using the forbidden tag array with the token ID since custom tags will use index values past the end of the array. (KHTMLParser::getElement): Removed most of the code that makes an element by ID; now the work is done inside the DocumentImpl createHTMLElement. Any code that needs to be different than a dynamic createElement call is still here. * khtml/html/htmltokenizer.cpp: (khtml::HTMLTokenizer::parseTag): Call the tagId function in the document if getTagID fails; this creates a unique per-document ID. * khtml/misc/htmlhashes.h: Changed return types to unsigned short. * khtml/misc/htmlhashes.cpp: (khtml::getTagID): Changed return type to unsigned short. (khtml::getAttrID): Ditto. * khtml/misc/htmltags.c: Regenerated. * khtml/misc/htmltags.h: Regenerated. * khtml/misc/maketags: Changed the generated constants to use "const unsigned short" instead of "#define". Changed ID_CLOSE_TAG to be a fixed value of 32000 rather than being just past the IDs of the HTML tags. Also rewrote getTagName to work with the new scheme. * khtml/xml/dom_docimpl.h: Added overload of createHTMLElement, made it non-virtual since it's not overriden. * khtml/xml/dom_docimpl.cpp: (DocumentImpl::createHTMLElement): Refactored into two separate functions, one that takes the tag ID. Also updated for a few tags that the parser handled but this did not. * kwq/KWQRenderTreeDebug.cpp: (getTagName): Added. Works for custom nodes, because it calls nodeName rather than using getTagName on the tag ID directly, which only works for standard nodes. (operator<<): Update to call getTagName. (nodePositionRelativeToRoot): Ditto. (writeSelection): Ditto. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@8275 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-
- 24 Aug, 2001 1 commit
-
-
kocienda authored
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@4 268f45cc-cd09-0410-ab3c-d52691b4dbfc
-