Bug 41946 - Implement self closing start tag state in the tokenizer
Summary: Implement self closing start tag state in the tokenizer
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Eric Seidel (no email)
URL:
Keywords:
Depends on:
Blocks: 41123
  Show dependency treegraph
 
Reported: 2010-07-09 03:04 PDT by Eric Seidel (no email)
Modified: 2010-07-09 04:24 PDT (History)
3 users (show)

See Also:


Attachments
Patch (13.78 KB, patch)
2010-07-09 03:06 PDT, Eric Seidel (no email)
abarth: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.