Bug 66266 - New XML parser: add xml namespace to the default map of namespaces
Summary: New XML parser: add xml namespace to the default map of namespaces
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Vicki Pfau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-15 16:55 PDT by Vicki Pfau
Modified: 2011-08-15 18:11 PDT (History)
1 user (show)

See Also:


Attachments
Patch (1.80 KB, patch)
2011-08-15 16:56 PDT, Vicki Pfau
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vicki Pfau 2011-08-15 16:55:18 PDT
New XML parser: add xml namespace to the default map of namespaces
Comment 1 Vicki Pfau 2011-08-15 16:56:32 PDT
Created attachment 103981 [details]
Patch
Comment 2 Adam Barth 2011-08-15 17:08:24 PDT
Comment on attachment 103981 [details]
Patch

This is the kind of patch that would be easier to understand with an associated test, but I understand that you're working through the SVG test failures.
Comment 3 Vicki Pfau 2011-08-15 17:56:20 PDT
Comment on attachment 103981 [details]
Patch

This patch, specifically, makes xml:[attribute], e.g. xml:lang, work. Otherwise, the attribute got silently discarded due to namespace prefix/uri mismatch.
Comment 4 WebKit Review Bot 2011-08-15 18:11:03 PDT
Comment on attachment 103981 [details]
Patch

Clearing flags on attachment: 103981

Committed r93080: <http://trac.webkit.org/changeset/93080>
Comment 5 WebKit Review Bot 2011-08-15 18:11:07 PDT
All reviewed patches have been landed.  Closing bug.