RESOLVED FIXED 66317
New XML parser: Add document fragment parser
https://bugs.webkit.org/show_bug.cgi?id=66317
Summary New XML parser: Add document fragment parser
Vicki Pfau
Reported 2011-08-16 10:49:55 PDT
New XML parser: Add document fragment parser
Attachments
Patch (9.14 KB, patch)
2011-08-16 10:52 PDT, Vicki Pfau
no flags
Vicki Pfau
Comment 1 2011-08-16 10:52:04 PDT
Adam Barth
Comment 2 2011-08-16 11:17:45 PDT
Comment on attachment 104067 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=104067&action=review > Source/WebCore/xml/parser/NewXMLDocumentParser.cpp:43 > +NewXMLDocumentParser::NewXMLDocumentParser(DocumentFragment* fragment, Element* parent, FragmentScriptingPermission) What happened to FragmentScriptingPermission ?
Vicki Pfau
Comment 3 2011-08-16 11:19:42 PDT
(In reply to comment #2) > (From update of attachment 104067 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=104067&action=review > > > Source/WebCore/xml/parser/NewXMLDocumentParser.cpp:43 > > +NewXMLDocumentParser::NewXMLDocumentParser(DocumentFragment* fragment, Element* parent, FragmentScriptingPermission) > > What happened to FragmentScriptingPermission ? It's not used yet, but it will be when scripting is implemented
WebKit Review Bot
Comment 4 2011-08-16 11:37:14 PDT
Comment on attachment 104067 [details] Patch Clearing flags on attachment: 104067 Committed r93133: <http://trac.webkit.org/changeset/93133>
WebKit Review Bot
Comment 5 2011-08-16 11:37:18 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.