[Webkit-unassigned] [Bug 27032] document.title does not replace or remove space characters
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 6 08:18:37 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=27032
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darin at apple.com
--- Comment #22 from Darin Adler <darin at apple.com> 2010-01-06 08:18:37 PST ---
(In reply to comment #19)
> (In reply to comment #18)
> > > {
> > > + m_title = canonicalizedTitle(this, m_rawTitle);
> > > if (Frame* f = frame())
> > > f->loader()->setTitle(m_title);
> > > }
> >
> > It would be good to call setTitle only if m_title is different than it was
> > previously.
>
> In setTitle there is the following check:
>
> if (m_rawTitle == title)
> return;
>
> So updateTitle() isn't called unless they are different.
Yes, my point was simply that two different raw titles could result in the same
canonicalized title.
--
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