Bug 107160

Summary: The threaded html parser hangs when parsing empty documents (and about:blank)
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: 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 for landing none

Description Eric Seidel (no email) 2013-01-17 12:37:28 PST
The threaded html parser hangs when parsing empty documents (and about:blank)
Comment 1 Eric Seidel (no email) 2013-01-17 12:37:59 PST
Created attachment 183247 [details]
Patch
Comment 2 Tony Gentilcore 2013-01-17 13:38:36 PST
Comment on attachment 183247 [details]
Patch

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

> Source/WebCore/html/parser/HTMLDocumentParser.cpp:562
> +    // Empty documents never got an append() call, and thus hus never started

s/hus/have/
Comment 3 Eric Seidel (no email) 2013-01-17 13:43:26 PST
Praize jeebus for webkit-patch apply-from-bug.
Comment 4 Eric Seidel (no email) 2013-01-17 13:44:22 PST
Created attachment 183265 [details]
Patch for landing
Comment 5 WebKit Review Bot 2013-01-17 15:22:51 PST
Comment on attachment 183265 [details]
Patch for landing

Clearing flags on attachment: 183265

Committed r140058: <http://trac.webkit.org/changeset/140058>
Comment 6 WebKit Review Bot 2013-01-17 15:22:55 PST
All reviewed patches have been landed.  Closing bug.