Summary: | Clean up some loose ends in HTML5 tree builder | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Adam Barth <abarth> | ||||||
Component: | New Bugs | Assignee: | Adam Barth <abarth> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | abarth, commit-queue, 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
Adam Barth
2010-06-27 12:36:01 PDT
Created attachment 59861 [details]
Patch
Comment on attachment 59861 [details]
Patch
WebCore/ChangeLog:17
+ - Originally I thought that comments had speciall processing in the
special
WebCore/html/HTMLTreeBuilder.cpp:622
+ currentElement()->addChild(HTMLElementFactory::createHTMLElement(QualifiedName(nullAtom, token.name(), xhtmlNamespaceURI), m_document, 0));
Seems we should wrap this in a function. One which just takes the token.name(). createHTMLElement()? addHTMLElement()?
Created attachment 59864 [details]
Patch for landing
Comment on attachment 59864 [details] Patch for landing Clearing flags on attachment: 59864 Committed r61974: <http://trac.webkit.org/changeset/61974> All reviewed patches have been landed. Closing bug. http://trac.webkit.org/changeset/61974 might have broken GTK Linux 64-bit Debug |