[Webkit-unassigned] [Bug 5262] XMLSerializer drops Namespace information

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 3 16:21:21 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=5262


lamargoddard at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #13536|0                           |1
        is obsolete|                            |
  Attachment #13938|                            |review?
               Flag|                            |




------- Comment #17 from lamargoddard at gmail.com  2007-04-03 16:21 PDT -------
Created an attachment (id=13938)
 --> (http://bugs.webkit.org/attachment.cgi?id=13938&action=view)
patch for fix and test case

Fixed (4) by patching Document::createElementNS to use nullAtom if the
_namespaceURI param == "null" as createElementNS with a null namespace should
behave the same way as Document::createElement.  Didn't patch
JSImmediate::toString as it seems that other functions/tests assume that a null
from js will be converted to the string "null".  This issue may need to be
split out into its own bug as "null" and null are being treated the same by
Document::createElementNS and that shouldn't be.

I don't think (5) needs addressing (at least by this bug) as XMLSerializer only
calls createMarkup(Node* , ...).


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list