[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdenonbeta/kdom/core (silent)
From:       Rob Buis <rwlbuis () xs4all ! nl>
Date:       2005-08-27 14:22:23
Message-ID: 1125152543.760408.23818.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 453899 by buis:

SVN_SILENT: change the default so that calling from js actually creates the document \
element, as expected by the dom2 tests etc.


 M  +1 -1      DOMImplementationImpl.h  


--- trunk/kdenonbeta/kdom/core/DOMImplementationImpl.h #453898:453899
@@ -65,7 +65,7 @@
          * creating document elements even if a @p qualifiedName and @p namespaceURI \
                is supplied. If true,
          * it follows the specification, e.g, creates an element if the other \
                arguments allows so.
          */
-        virtual DocumentImpl *createDocument(DOMStringImpl *namespaceURI, \
DOMStringImpl *qualifiedName, DocumentTypeImpl *doctype, bool createDocElement = \
false, KDOMView *view = 0) const; +        virtual DocumentImpl \
*createDocument(DOMStringImpl *namespaceURI, DOMStringImpl *qualifiedName, \
DocumentTypeImpl *doctype, bool createDocElement = true, KDOMView *view = 0) const;  
         virtual CSSStyleSheetImpl *createCSSStyleSheet(DOMStringImpl *title, \
DOMStringImpl *media) const;  


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic