[webkit-reviews] review requested: [Bug 27032] document.title does not replace or remove space characters : [Attachment 45516] Fourth attempt

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 26 16:37:15 PST 2009


Christian Sejersen <christian.webkit at gmail.com> has asked  for review:
Bug 27032: document.title does not replace or remove space characters
https://bugs.webkit.org/show_bug.cgi?id=27032

Attachment 45516: Fourth attempt
https://bugs.webkit.org/attachment.cgi?id=45516&action=review

------- Additional Comments from Christian Sejersen
<christian.webkit at gmail.com>
Simpler patch now, that moves the canonicalizedTitle function from
DocumentLoader.cpp to Document.cpp and adds an extra member variable to
Document (m_rawTitle) that stores the title passed in, while m_title has the
canonicalizedTitle now.


More information about the webkit-reviews mailing list