Bug 66317 - New XML parser: Add document fragment parser
Summary: New XML parser: Add document fragment parser
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-16 10:49 PDT by Vicki Pfau
Modified: 2011-08-16 11:37 PDT (History)
1 user (show)

See Also:


Attachments
Patch (9.14 KB, patch)
2011-08-16 10:52 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-16 10:49:55 PDT
New XML parser: Add document fragment parser
Comment 1 Vicki Pfau 2011-08-16 10:52:04 PDT
Created attachment 104067 [details]
Patch
Comment 2 Adam Barth 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 ?
Comment 3 Vicki Pfau 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
Comment 4 WebKit Review Bot 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>
Comment 5 WebKit Review Bot 2011-08-16 11:37:18 PDT
All reviewed patches have been landed.  Closing bug.