RESOLVED FIXED 111693
Custom Elements: should support non-HTML namespaces.
https://bugs.webkit.org/show_bug.cgi?id=111693
Summary Custom Elements: should support non-HTML namespaces.
Hajime Morrita
Reported 2013-03-07 00:23:36 PST
Currently it only supports SVG. It should also support non-HTML namespaces like SVG.
Attachments
Patch (18.34 KB, patch)
2013-03-26 22:24 PDT, Hajime Morrita
no flags
Patch (18.62 KB, patch)
2013-03-27 19:00 PDT, Hajime Morrita
no flags
Hajime Morrita
Comment 1 2013-03-26 22:24:57 PDT
Dimitri Glazkov (Google)
Comment 2 2013-03-27 09:28:48 PDT
Comment on attachment 195224 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=195224&action=review > Source/WebCore/bindings/v8/CustomElementHelpers.h:59 > + static bool isValidPrototypeParameter(const ScriptValue&, ScriptState*, AtomicString* namespaceURI = 0); Can we not pass by ref here? The ptr thing looks a bit weird.
Hajime Morrita
Comment 3 2013-03-27 19:00:15 PDT
Hajime Morrita
Comment 4 2013-03-27 19:05:01 PDT
(In reply to comment #2) > > Source/WebCore/bindings/v8/CustomElementHelpers.h:59 > > + static bool isValidPrototypeParameter(const ScriptValue&, ScriptState*, AtomicString* namespaceURI = 0); > > Can we not pass by ref here? The ptr thing looks a bit weird. Right, fixed.
WebKit Review Bot
Comment 5 2013-03-28 07:32:36 PDT
Comment on attachment 195456 [details] Patch Clearing flags on attachment: 195456 Committed r147113: <http://trac.webkit.org/changeset/147113>
WebKit Review Bot
Comment 6 2013-03-28 07:32:40 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.