On Wed, Nov 25, 2009 at 22:33, Tim Steele <timste...@google.com> wrote:

> There are only a couple places where WebCore tells the client that the
>> title changed (looks like 3, search FrameLoader for
>> dispatchDidReceiveTitle).  There are conditionals wrapping each such call
>> and also, in some cases, wrapping the methods that call the methods in those
>> 3 cases.  In one of *those *cases, in DocumentLoader::setTitle, I see
>> this code:
>>
>
>     if (!trimmed.isEmpty() && m_pageTitle != trimmed) {
>         frameLoader()->willChangeTitle(this);
>         m_pageTitle = trimmed;
>         frameLoader()->didChangeTitle(this);
>     }
>

My (possibly flawed) debugging shows that when the test fails, we're not
even touching that code path.

-- 
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev

Reply via email to