[webkit-reviews] review requested: [Bug 3905] Missing </title> makes page blank : [Attachment 6769] Patch v5

bugzilla-request-daemon at opendarwin.org bugzilla-request-daemon at opendarwin.org
Mon Feb 27 21:05:12 PST 2006


David Kilzer (ddkilzer) <ddkilzer at kilzer.net> has asked  for review:
Bug 3905: Missing </title> makes page blank
http://bugzilla.opendarwin.org/show_bug.cgi?id=3905

Attachment 6769: Patch v5
http://bugzilla.opendarwin.org/attachment.cgi?id=6769&action=edit

------- Additional Comments from David Kilzer (ddkilzer) <ddkilzer at kilzer.net>
Changes since Patch v4:

- Removed unnecessary code from HTMLParser::handleError() per Comment #20.  If
execution reaches this block of code, we know that the 'current' element is
<title> and that the next element to be inserted is not </title> or a #text
node (since we're in handleError()) so we can always pop <title> off the block.



More information about the webkit-reviews mailing list