[Webkit-unassigned] [Bug 29390] [Qt] QWebView::urlChanged() is not emitted when the html loaded does not contain a <title> tag

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 27 11:15:37 PDT 2009


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


Antonio Gomes (tonikitoo) <tonikitoo at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #1 from Antonio Gomes (tonikitoo) <tonikitoo at webkit.org>  2009-10-27 11:15:37 PDT ---
tested w/ trunk and it WFM

I tested it in both QtLauncher and QGVLauncher , loading
"data:text/html,<h1>test" and both emitted urlChanged twice in fact.


void FrameLoaderClientQt::dispatchDidChangeLocationWithinPage()
{
  (...)
  emit m_webFrame->urlChanged(m_webFrame->url());
  m_webFrame->page()->d->updateNavigationActions();
}

void FrameLoaderClientQt::dispatchDidCommitLoad()
{
  (..)
  emit m_webFrame->urlChanged(m_webFrame->url());
  m_webFrame->page()->d->updateNavigationActions();
  (...)
}

-- 
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