Bug 41946

Summary: Implement self closing start tag state in the tokenizer
Product: WebKit Reporter: Eric Seidel (no email) <eric>
Component: New BugsAssignee: Eric Seidel (no email) <eric>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 41123    
Attachments:
Description Flags
Patch abarth: review+

Description Eric Seidel (no email) 2010-07-09 03:04:25 PDT
Implement self closing start tag state in the tokenizer
Comment 1 Eric Seidel (no email) 2010-07-09 03:06:39 PDT
Created attachment 61027 [details]
Patch
Comment 2 Adam Barth 2010-07-09 03:08:28 PDT
Comment on attachment 61027 [details]
Patch

Haha
Comment 3 Eric Seidel (no email) 2010-07-09 03:11:17 PDT
Committed r62926: <http://trac.webkit.org/changeset/62926>
Comment 4 WebKit Review Bot 2010-07-09 04:10:05 PDT
http://trac.webkit.org/changeset/62926 might have broken GTK Linux 64-bit Debug
Comment 5 Eric Seidel (no email) 2010-07-09 04:18:27 PDT
Yeah.  Turns out the LegacyTreeBuilder doesn't actually want to know if a tag is self-closing.  This broke the world.  We'll just lie to LegacyTreeBuidler to fix things.
Comment 6 Adam Barth 2010-07-09 04:24:43 PDT
Hopefully http://trac.webkit.org/changeset/62935 is the fix.