Bug 107082

Summary: Introduce a method to build the tree from a CompactHTMLToken
Product: WebKit Reporter: Tony Gentilcore <tonyg>
Component: New BugsAssignee: Tony Gentilcore <tonyg>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, ojan.autocc, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 106127    
Attachments:
Description Flags
Patch
none
Patch
none
Patch for landing none

Description Tony Gentilcore 2013-01-16 18:34:43 PST
Introduce a method to build the tree from a CompactHTMLToken
Comment 1 Tony Gentilcore 2013-01-16 18:35:22 PST
Created attachment 183088 [details]
Patch
Comment 2 Adam Barth 2013-01-16 18:39:42 PST
Comment on attachment 183088 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=183088&action=review

> Source/WebCore/html/parser/HTMLToken.h:121
> +        case HTMLTokenTypes::EndTag: {

I'd skip the { } here since we don't have them for other cases.
Comment 3 Tony Gentilcore 2013-01-16 18:40:29 PST
(In reply to comment #2)
> (From update of attachment 183088 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=183088&action=review
> 
> > Source/WebCore/html/parser/HTMLToken.h:121
> > +        case HTMLTokenTypes::EndTag: {
> 
> I'd skip the { } here since we don't have them for other cases.

Fixed
Comment 4 Tony Gentilcore 2013-01-16 18:41:27 PST
Created attachment 183090 [details]
Patch
Comment 5 Adam Barth 2013-01-16 18:59:41 PST
Created attachment 183094 [details]
Patch for landing
Comment 6 WebKit Review Bot 2013-01-16 19:38:14 PST
Comment on attachment 183094 [details]
Patch for landing

Clearing flags on attachment: 183094

Committed r139953: <http://trac.webkit.org/changeset/139953>
Comment 7 WebKit Review Bot 2013-01-16 19:38:17 PST
All reviewed patches have been landed.  Closing bug.