[Webkit-unassigned] [Bug 27032] document.title does not replace or remove space characters

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


https://bugs.webkit.org/show_bug.cgi?id=27032


Christian Sejersen <christian.webkit at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #44480|0                           |1
        is obsolete|                            |
  Attachment #45516|                            |review?
               Flag|                            |




--- Comment #12 from Christian Sejersen <christian.webkit at gmail.com>  2009-12-26 16:37:15 PST ---
Created an attachment (id=45516)
 --> (https://bugs.webkit.org/attachment.cgi?id=45516)
Fourth attempt

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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list